@font-face {
  font-family: Axiforma-Medium;
  src: url("fonts/Axiforma-Medium.ttf");
}

@font-face {
  font-family: Axiforma-Regular;
  src: url("fonts/Axiforma-Regular.ttf");
  font-weight: 100;
}

@font-face {
  font-family: Axiforma-Light;
  src: url("fonts/Axiforma-Light.ttf");
  font-weight: 100;
}

@font-face {
  font-family: Axiforma-Black;
  src: url("fonts/Axiforma-Black.ttf");
  font-weight: 100;
}

@font-face {
  font-family: Caveat;
  src: url("fonts/Caveat-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, input[type="submit"], h2 {
  font-family: Axiforma-Black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

h1 span {
  left: -20px;
}

a {
  color: #CC183A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.anim-items {
  -webkit-transition: all 0.2s ease 0s;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transition: all 0.2s ease 0s;
}

body {
  font-family: 'Axiforma-Regular', sans-serif;
}

.site-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sixty-forty > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.sixty-forty > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.box-shadow {
  -webkit-box-shadow: 2px 11px 32px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 11px 32px rgba(0, 0, 0, 0.07);
}

header#header-section {
  background-color: #CC183A;
  color: #FFF;
  padding: 10px 0 0;
}

header#header-section a.site-logo {
  display: inline-block;
}

header#header-section nav#nav {
  float: right;
}

header#header-section nav#nav ul {
  display: block;
  list-style: none;
  margin-top: 15px;
}

header#header-section nav#nav ul li {
  display: inline-block;
  margin: 0 12px;
}

header#header-section nav#nav ul li a {
  color: #FFF;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

header#header-section nav#nav ul li:last-child a {
  background-color: #FFF;
  border: 2px solid #FFF;
  border-radius: 4px;
  color: #CC183A;
  font-weight: 600;
  padding: 8px 24px;
}

header#header-section nav#nav ul li:last-child a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #FFF;
}

#toggle-menu {
  display: none;
  border: 0;
  background-color: transparent;
  height: 20px;
  width: 20px;
}

#toggle-menu div {
  background-color: #FFF;
  height: 3px;
  margin-bottom: 3px;
  width: 20px;
  -webkit-transition: all 0.2s ease 0s;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transition: all 0.2s ease 0s;
}

#toggle-menu.active div:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#toggle-menu.active div:nth-child(2) {
  display: none;
}

#toggle-menu.active div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -6px;
}

.masthead-section {
  background: url(img/masthead-bg.jpg) no-repeat 50% 100% #FFF;
  padding: 145px 0;
}

.masthead-section .masthead-content {
  max-width: 50%;
}

.masthead-section .masthead-content h1 {
  color: #1F1F1F;
  font-size: 75px;
  line-height: 87px;
  font-weight: bolder;
}

.masthead-section .masthead-content h1 span {
  color: #CC183A;
  font-family: "Caveat", sans-serif;
  font-size: 146px;
  line-height: 0px;
  font-weight: 300;
  letter-spacing: -5px;
  position: relative;
}

.masthead-section .masthead-content p {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  margin-right: 30px;
}

.masthead-section .masthead-content .mc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 12px;
}

.masthead-section .masthead-content .mc-input {
  margin-bottom: 20px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.masthead-section .masthead-content .mc-input p {
  margin-right: 0;
  margin-top: 15px;
}

.masthead-section .masthead-content .mc-form * {
  border: 0;
}

.masthead-section .masthead-content .mc-form > input {
  padding: 15px;
}

.masthead-section .masthead-content .mc-form > input:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  font-size: 15px;
  color: #aaa;
  border: 1px solid #1F1F1F;
}

.masthead-section .masthead-content .mc-form > input:last-child {
  background-color: #1F1F1F;
  color: #FFF;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  max-width: 30%;
  cursor: pointer;
}

.masthead-section .masthead-content .mc-form + span {
  color: #555;
  font-family: "Axiforma-Medium", sans-serif;
  font-size: 11px;
}

section.masthead-section.ver4 {
  background: url(img/masthead-bg-v4.jpg) center center no-repeat #FFF;
  background-size: cover;
  padding: 145px 0;
}

section.masthead-section.ver4 .masthead-content {
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
}

section.home-newsletter {
  background: url(img/home-newsletter-bg.jpg) top left no-repeat #EEEBEB;
  padding: 60px 0;
}

section.home-newsletter .sixty-forty > div:first-child {
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 50px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

section.home-newsletter .sixty-forty > div:first-child h2 {
  font-size: 53px;
  line-height: 60px;
  color: #1F1F1F;
}

section.home-newsletter .sixty-forty > div:first-child h2 span {
  color: #CC183A;
}

section.home-newsletter .sixty-forty > div:first-child h2 span.cavaet-pink {
  font-family: "Caveat", sans-serif;
  font-size: 101px;
  font-weight: 400;
  letter-spacing: -5px;
  margin-right: 20px;
}

section.home-newsletter .box-shadow {
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px;
}

section.home-newsletter .box-shadow ul {
  list-style: none;
  font-family: "Caveat", sans-serif;
}

section.home-newsletter .box-shadow ul li {
  color: #CC183A;
  font-size: 51px;
  letter-spacing: -1px;
  line-height: 51px;
}

section.home-newsletter .box-shadow ul li:before {
  content: url(img/checked.png);
  margin-right: 10px;
}

section.social-media-section {
  background-color: #CC183A;
  color: #FFF;
  padding: 50px;
  text-align: center;
}

section.social-media-section h4 {
  font-weight: 300;
  position: relative;
  z-index: 10000;
}

section.social-media-section h2 {
  font-size: 70px;
  font-family: "Caveat", sans-serif;
  letter-spacing: -5px;
  font-weight: 300;
  color: #9D102B;
  margin-top: -35px;
  margin-right: 20px;
}

section.social-media-section .social-media {
  margin-top: 20px;
}

section.social-media-section .social-media a {
  background-color: #FFF;
  display: inline-block;
  padding: 15px 15px 5px 15px;
  border-radius: 50%;
  margin: 0 10px;
}

section.social-media-section .social-media a svg {
  width: 40px;
  height: 40px;
  fill: #CC183A;
}

footer.footer-section {
  color: #333333;
  padding: 50px 0;
  text-align: center;
}

footer.footer-section .site-wrapper p {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

footer.footer-section .site-wrapper > p:last-child {
  font-size: 12px;
}

footer.footer-section .site-wrapper > p:last-child a {
  color: #333333;
  text-decoration: none;
}

footer.footer-section .site-wrapper > p:last-child a:hover {
  color: #CC183A;
}

/* ver 2 */
.mobile-ft-logo {
  display: none;
}

header#header-section.light {
  background-color: #FFF;
  -webkit-box-shadow: 2px 11px 32px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 11px 32px rgba(0, 0, 0, 0.07);
  position: relative;
}

header#header-section.light nav#nav ul li a {
  color: #CC183A;
}

header#header-section.light nav#nav ul li:last-child a {
  background-color: #CC183A;
  border: 2px solid #CC183A;
  border-radius: 4px;
  color: #FFF;
  font-weight: 600;
  padding: 8px 24px;
}

header#header-section.light nav#nav ul li:last-child a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #CC183A;
}

header#header-section.light nav#nav ul#MainNav.active {
  background-color: #FFF;
}

header#header-section.light #toggle-menu div {
  background-color: #CC183A;
}

.masthead-section.ver2 {
  background: url(img/masthead-bg-v2.jpg) no-repeat top right #FFF;
  padding: 120px 0;
}

.home-newsletter.ver2 {
  background: #cc183a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #cc183a), color-stop(35%, #f6f5f5));
  background: linear-gradient(0deg, #cc183a 35%, #f6f5f5 35%);
}

.home-newsletter.ver2 .hn-txt {
  text-align: center;
}

.home-newsletter.ver2 .hn-txt h2 {
  font-size: 53px;
  line-height: 60px;
  color: #1F1F1F;
  max-width: 560px;
  margin: 0 auto;
}

.home-newsletter.ver2 .hn-txt h2 span {
  color: #CC183A;
}

.home-newsletter.ver2 .hn-txt h2 span.cavaet-pink {
  font-family: "Caveat", sans-serif;
  font-size: 101px;
  font-weight: 400;
  letter-spacing: -5px;
  margin-right: 20px;
}

.home-newsletter.ver2 .hn-txt p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 20px;
}

.home-newsletter.ver2 ul.img-list {
  list-style: none;
}

.home-newsletter.ver2 ul.img-list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.home-newsletter.ver2 ul.img-list > li img {
  width: 100%;
  display: block;
}

.home-newsletter.ver2 ul.img-list > li p {
  font-family: "Caveat", sans-serif;
  text-align: center;
  color: #FFF;
  font-size: 49px;
  line-height: 56px;
  margin-top: -32px;
}

.social-media-section.ver2 h4 {
  font-size: 25px;
}

.social-media-section.ver2 h2 {
  font-size: 100px;
  line-height: 90px;
}

.social-media-section.ver2 .social-media {
  margin-top: -10px;
}

.social-media-section.ver2 .social-media a svg {
  width: 30px;
  height: 30px;
}

.footer-section.ver2 {
  background-color: #CC183A;
  color: #FFF;
}

.footer-section.ver2 .site-wrapper > p:last-child a {
  color: #FFF;
  text-decoration: none;
}

.footer-section.ver2 .site-wrapper > p:last-child a:hover {
  color: #FFF;
  text-decoration: underline;
}

.masthead-section.ver3 {
  background: url(img/masthead-bg-v3.jpg) no-repeat top right #FFF;
  padding: 120px 0;
}

section.masthead-section.subpage {
  background-image: none;
  padding: 50px 0;
}

section.masthead-section.subpage .masthead-content {
  max-width: 60%;
}

section.masthead-section.subpage p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

section.masthead-section.subpage p.sub-txt {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  margin-right: 30px;
}

section.masthead-section.subpage p.p-light {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  font-family: Axiforma-Light;
}

section.masthead-section.subpage .sub-content-holder h1 {
  font-size: 56px;
  line-height: 65px;
  text-align: center;
}

section.masthead-section.subpage .sub-content-holder h1 span {
  color: #CC183A;
  font-size: 108px;
  font-family: "Caveat", sans-serif;
  line-height: 65px;
}

section.masthead-section.subpage .sub-content-holder h1 + p {
  text-align: center;
}

section.masthead-section.subpage .sub-content-holder div h3 {
  display: block;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

section.masthead-section.subpage.about-us {
  background: url(img/about-us.jpg) no-repeat top right #FFF;
}

.subpage-form-section {
  background-color: #EAEAEA;
  padding: 50px;
  text-align: center;
}

.subpage-form-section .mc-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1F1F1F;
  margin: 24px auto 12px;
  max-width: 680px;
}

.subpage-form-section .mc-form * {
  border: 0;
}

.subpage-form-section .mc-form > input {
  padding: 15px;
}

.subpage-form-section .mc-form > input:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

.subpage-form-section .mc-form > input:last-child {
  background-color: #1F1F1F;
  color: #FFF;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  max-width: 31%;
  cursor: pointer;
}

.subpage-form-section .mc-form + span {
  color: #555;
  font-family: "Axiforma-Medium", sans-serif;
  font-size: 11px;
}

.subpage-form-section .sfs-holder h4 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
}

.subpage-form-section .sfs-holder p {
  font-size: 12px;
}

.home-newsletter.ver3 {
  background-image: none;
  background-color: #F6F5F5;
}

.home-newsletter.ver3 .hn-txt {
  text-align: center;
}

.home-newsletter.ver3 .hn-txt h2 {
  font-size: 53px;
  line-height: 60px;
  color: #1F1F1F;
  max-width: 620px;
  margin: 0 auto;
}

.home-newsletter.ver3 .hn-txt h2 span {
  color: #CC183A;
}

.home-newsletter.ver3 .hn-txt h2 span.cavaet-pink {
  font-family: "Caveat", sans-serif;
  font-size: 101px;
  font-weight: 400;
  letter-spacing: -5px;
  margin-right: 20px;
}

.home-newsletter.ver3 .hn-txt p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 20px;
}

section.slider-holder {
  background: #cc183a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #cc183a), color-stop(50%, #f6f5f5));
  background: linear-gradient(0deg, #cc183a 50%, #f6f5f5 50%);
  width: 100%;
  overflow-x: hidden;
  margin-top: -50px;
}

section.slider-holder img {
  width: 100%;
  display: block;
}

section.slider-holder p {
  font-family: "Caveat", sans-serif;
  text-align: center;
  color: #FFF;
  font-size: 49px;
  line-height: 56px;
  margin-top: -32px;
}

section.slider-holder .owl-dots {
  text-align: center;
}

section.slider-holder .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #FFF !important;
  margin: 0 5px;
}

section.slider-holder .owl-dots button.owl-dot.active {
  background-color: #FFF !important;
}

.mobile-img {
  display: none;
}

section.masthead-section.subpage.contact-us {
  background-image: none;
}

section.masthead-section.subpage.contact-us .contact-form-holder {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

section.masthead-section.subpage.contact-us .contact-form-holder h1 {
  font-size: 56px;
  line-height: 65px;
}

section.masthead-section.subpage.contact-us .contact-form-holder h1 span {
  color: #CC183A;
  font-size: 108px;
  font-family: "Caveat", sans-serif;
  line-height: 65px;
}

section.masthead-section.subpage.contact-us .contact-form-holder form, section.masthead-section.subpage.contact-us .contact-form-holder fieldset {
  border: 0;
  text-align: left;
}

section.masthead-section.subpage.contact-us .contact-form-holder form label, section.masthead-section.subpage.contact-us .contact-form-holder fieldset label {
  display: block;
}

section.masthead-section.subpage.contact-us .contact-form-holder form input, section.masthead-section.subpage.contact-us .contact-form-holder fieldset input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

section.masthead-section.subpage.contact-us .contact-form-holder form textarea, section.masthead-section.subpage.contact-us .contact-form-holder fieldset textarea {
  width: 100%;
}

section.masthead-section.subpage.contact-us .contact-form-holder form > div:last-child, section.masthead-section.subpage.contact-us .contact-form-holder fieldset > div:last-child {
  text-align: center;
}

section.masthead-section.subpage.contact-us .contact-form-holder form > div:last-child input[type="submit"], section.masthead-section.subpage.contact-us .contact-form-holder fieldset > div:last-child input[type="submit"] {
  border: 2px solid #CC183A;
  background-color: #CC183A;
  color: #FFF;
  font-weight: bold;
  margin: 20px 0 0 0;
  width: auto;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section.masthead-section.subpage.contact-us .contact-form-holder form > div:last-child p, section.masthead-section.subpage.contact-us .contact-form-holder fieldset > div:last-child p {
  font-size: 12px;
}

section.masthead-section.subpage.faq {
  background-image: none;
}

section.masthead-section.subpage.faq .faq-holder {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

section.masthead-section.subpage.faq .faq-holder h1 {
  font-size: 56px;
  line-height: 65px;
}

section.masthead-section.subpage.faq .faq-holder h1 span {
  color: #CC183A;
  font-size: 108px;
  font-family: "Caveat", sans-serif;
  line-height: 65px;
}

section.masthead-section.subpage.faq .faq-holder div#faqAcc h3 {
  border: 1px solid;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 15px;
}

section.masthead-section.subpage.faq .faq-holder div#faqAcc h3:after {
  content: url(img/arrow-icon.png);
  float: right;
  position: relative;
  right: 0;
  top: 3px;
  -webkit-transition: all 0.2s ease 0s;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  transition: all 0.2s ease 0s;
}

section.masthead-section.subpage.faq .faq-holder div#faqAcc h3.ui-state-active:after {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

section.masthead-section.subpage.faq .faq-holder div#faqAcc div {
  padding: 0 15px;
  margin-bottom: 20px;
}

section.masthead-section.subpage.faq .faq-holder .faqbtn-holder {
  margin: 50px 0;
  text-align: center;
}

section.masthead-section.subpage.faq .faq-holder .faqbtn-holder h3 {
  margin-bottom: 20px;
}

section.masthead-section.subpage.faq .faq-holder .faqbtn-holder a {
  background-color: #CC183A;
  border-radius: 5px;
  color: #ffffff;
  padding: 15px 25px;
  text-decoration: none;
}

div#skinnyTipsSlide {
  overflow: hidden;
}

@media (max-width: 1200px) {
  h1 span {
    left: 0;
  }
  .site-wrapper {
    margin: 0 40px;
  }
  header#header-section nav#nav #toggle-menu {
    display: block;
    float: right;
    margin: 20px 0;
  }
  header#header-section nav#nav ul#MainNav {
    display: none;
  }
  header#header-section nav#nav ul#MainNav.active {
    background-color: #CC183A;
    display: block;
    position: absolute;
    padding: 10px 0 20px;
    right: 10px;
    top: 70px;
    max-width: 240px;
    width: 100%;
    z-index: 1000000000000000;
  }
  header#header-section nav#nav ul#MainNav.active li {
    display: block;
  }
  header#header-section nav#nav ul#MainNav.active li a {
    padding: 10px 0;
    display: block;
  }
  header#header-section nav#nav ul#MainNav.active li:last-child a {
    text-align: center;
  }
  section.home-newsletter .box-shadow ul li {
    font-size: 3.4vw;
  }
  section.home-newsletter .box-shadow ul li:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: 10px;
    position: relative;
    margin-right: 0;
  }
  section.home-newsletter .sixty-forty > div:first-child h2 {
    font-size: 6vw;
    line-height: 7vw;
  }
  section.home-newsletter .sixty-forty > div:first-child h2 span.cavaet-pink {
    font-size: 10vw;
    line-height: 7vw;
  }
  section.home-newsletter p {
    font-size: 2vw;
    line-height: 3vw;
  }
  .masthead-section {
    background-position: 50% 0%;
    padding: 4.5vw 0;
    background-size: cover;
  }
  .masthead-section .masthead-content h1 {
    font-size: 42px;
    line-height: 39px;
  }
  .masthead-section .masthead-content h1 span {
    font-size: 66px;
    line-height: 39px;
  }
  .masthead-section .masthead-content p {
    font-size: 13px;
  }
  .masthead-section.ver2 {
    background-position: 50vw 100%;
  }
  section.slider-holder p {
    font-size: 42px;
  }
}

section#thank-you .site-wrapper {
  padding: 150px 0;
}

@media (max-width: 1100px) {
  section.masthead-section.subpage {
    background-size: cover;
  }
}

@media (max-width: 800px) {
  section.home-newsletter {
    background-size: cover;
    padding: 30px 0;
  }
  section.home-newsletter .sixty-forty.row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  section.home-newsletter .sixty-forty.row > div li {
    font-size: 33px;
  }
  section.home-newsletter .sixty-forty.row .box-shadow {
    max-width: 360px;
    margin: 0 auto;
  }
  section.social-media-section .social-media h4 {
    font-size: 20px;
  }
  section.social-media-section .social-media a {
    padding: 10px 10px 3px 10px;
    margin: 0 5px;
  }
  section.social-media-section .social-media a svg {
    width: 20px;
    height: 20px;
    fill: #CC183A;
  }
  .masthead-section.ver2 {
    background: url(img/masthead-bg-ver2.png) no-repeat top right #FFF;
    background-size: 167px 277px;
    padding: 50px 0;
  }
  .masthead-section.ver3 {
    background: url(img/masthead-bg-ver3.png) no-repeat top right #FFF;
    background-size: 297px 249px;
    padding: 50px 0;
  }
  section.masthead-section.ver4 {
    background: url(img/masthead-bg-ver2.png) no-repeat top right #FFF;
    padding: 50px 0;
  }
  section.masthead-section.ver4 .masthead-content {
    text-align: left;
  }
  .footer-section.ver2 {
    background-color: #FFF;
  }
  .footer-section.ver2 .site-wrapper > a {
    text-align: center;
    width: 100%;
  }
  .footer-section.ver2 .site-wrapper > a > img:first-child {
    display: none;
  }
  .footer-section.ver2 .site-wrapper > a > img:last-child {
    display: inline-block;
  }
  .footer-section.ver2 p {
    color: #333;
  }
  .footer-section.ver2 .site-wrapper p:last-child a {
    color: #333;
  }
  section.slider-holder p {
    font-size: 42px;
  }
  .social-media-section.ver2 .social-media a svg {
    width: 20px;
    height: 20px;
  }
  section.masthead-section.subpage {
    background-image: none;
    padding-bottom: 0px;
  }
  section.masthead-section.subpage .masthead-content {
    max-width: 100%;
  }
  section.masthead-section.subpage .mobile-img {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  section.masthead-section.subpage.about-us {
    background-image: none !important;
  }
  section.home-newsletter .sixty-forty > div:first-child h2 span.cavaet-pink {
    margin-right: 10px;
  }
}

@media (max-width: 700px) {

.masthead-section .masthead-content .mc-input {
  max-width: 100% !important;
} 

  .masthead-section .masthead-content {
    max-width: 100%;
  }
  .masthead-section .masthead-content h1 {
    max-width: 50%;
  }

 .masthead-section .masthead-content p {
    max-width: 100%;
  }

  .mc-input {
    text-align: center;
  }
  section.social-media-section h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .home-newsletter.ver3 .hn-txt h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .home-newsletter.ver3 .hn-txt h2 span.cavaet-pink {
    font-size: 52px;
    line-height: 32px;
  }
  .home-newsletter.ver3 .hn-txt p {
    font-size: 16px;
    line-height: 20px;
  }
  .social-media-section.ver2 h4 {
    font-size: 16px;
  }
  .social-media-section.ver2 h2 {
    font-size: 64px;
    line-height: 90px;
  }
  .masthead-section.subpage {
    text-align: center;
  }
  .masthead-section.subpage .masthead-content h1, .masthead-section.subpage .masthead-content p {
    max-width: 100%;
  }
  section.masthead-section.subpage.contact-us .contact-form-holder h1 {
    font-size: 32px;
    line-height: 39px;
  }
  section.masthead-section.subpage.contact-us .contact-form-holder h1 span {
    font-size: 66px;
    line-height: 39px;
  }
  section.masthead-section.subpage.contact-us .contact-form-holder p {
    font-size: 13px;
  }
  section.masthead-section.subpage.faq .faq-holder h1 {
    font-size: 32px;
    line-height: 39px;
  }
  section.masthead-section.subpage.faq .faq-holder h1 span {
    font-size: 66px;
    line-height: 39px;
  }
  section.masthead-section.subpage.faq .faq-holder p {
    font-size: 13px;
  }
  section.masthead-section.subpage .sub-content-holder h1 {
    font-size: 32px;
    line-height: 39px;
  }
  section.masthead-section.subpage .sub-content-holder h1 span {
    font-size: 61px;
    line-height: 39px;
  }
  section.masthead-section.subpage .sub-content-holder h1 + p {
    font-size: 15px;
    margin: 0 0 20px 0;
  }
  section.masthead-section.subpage .sub-content-holder div {
    text-align: left;
  }
  section.masthead-section.subpage .sub-content-holder div p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {

.masthead-section .masthead-content .mc-input {
  max-width: 100% !important;
}  
  .site-wrapper {
    margin: 0 20px;
  }
  .masthead-section .masthead-content h1, .masthead-section .masthead-content p, .masthead-section.ver3 .masthead-content h1, .masthead-section.ver3 .masthead-content p {
    max-width: 200px;
  }
  .masthead-section .masthead-content h1, .masthead-section.ver3 .masthead-content h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .masthead-section .masthead-content h1 span, .masthead-section.ver3 .masthead-content h1 span {
    font-size: 46px;
    line-height: 30px;
  }
  .masthead-section .masthead-content p, .masthead-section.ver3 .masthead-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .masthead-section.subpage {
    text-align: center;
  }
  .masthead-section.subpage .masthead-content h1, .masthead-section.subpage .masthead-content p {
    max-width: 100%;
  }
  .masthead-section.subpage .masthead-content h1 {
    font-size: 34px;
    line-height: 39px;
  }
  .masthead-section.subpage .masthead-content h1 span {
    font-size: 66px;
    line-height: 39px;
  }
  .masthead-section.subpage .masthead-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .masthead-section.subpage .masthead-content p.sub-txt {
    font-size: 17px;
    line-height: 23px;
  }
  .masthead-section.subpage .masthead-content p.p-light {
    font-size: 14px;
    line-height: 21px;
  }
  section.home-newsletter {
    background: url(img/home-newsletter-bg-mobile.jpg) bottom center no-repeat #EEEBEB;
    background-size: contain;
  }
  section.home-newsletter .sixty-forty > div:first-child h2 {
    font-size: 27px;
    line-height: 32px;
  }
  section.home-newsletter .sixty-forty > div:first-child h2 span.cavaet-pink {
    font-size: 52px;
    line-height: 32px;
  }
  section.home-newsletter .sixty-forty > div:first-child p {
    font-size: 16px;
    line-height: 20px;
  }
  section.social-media-section h4 {
    font-size: 18px;
  }
  section.home-newsletter .sixty-forty > div:first-child {
    padding: 0px;
  }
  section.home-newsletter .box-shadow {
    padding: 20px;
  }
  .subpage-form-section .site-wrapper {
    margin: 0;
  }
  .subpage-form-section .mc-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0px solid #1F1F1F;
  }
  .subpage-form-section .mc-form input:first-child, .subpage-form-section .mc-form input:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .subpage-form-section .sfs-holder h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
/*# sourceMappingURL=styles.css.map */


/* Newsletter thank you */

.thankyou-page section.masthead-section.ver4 {
  background: url(img/masthead-bg-v4.jpg) center center /cover no-repeat #FFF;
  padding: 10em 0;
}

.thankyou-page .masthead-section .masthead-content h1 {
  font-size: 50px;
}

.thankyou-page .masthead-section .masthead-content .mc-input {
  max-width: 70%;
}

.thankyou-page .masthead-section .masthead-content .mc-input p {
  font-size: 18px;
  line-height: 28px;
}

.thankyou-page .masthead-section .masthead-content .mc-input p span {
  color: #CC183A;
}

.thankyou-page .masthead-section .masthead-content .mc-input p span.email {
  color: #004085;
}

.thankyou-page .subscribe_alert {
  padding: 20px;
  background-color: #cce5ff;
  color: #004085;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-color: #b8daff;
  border-radius: .25rem;
  margin-top: 2em;
}

.thankyou-page .social-media-section {
  margin-top: 2em;
}

.thankyou-page .social-media-section .social-media a svg {
  width: 30px;
  height: 30px;
  fill: #FFF;
}

.thankyou-page .social-media-section h4 {
  font-size: 25px;
  position: relative;
  z-index: 1000;
}

.thankyou-page .social-media-section h2 {
  font-size: 70px;
  font-family: "Caveat", sans-serif;
  letter-spacing: -5px;
  font-weight: 300;
  color: #CC183A;
  margin-top: -35px;
  margin-right: 20px;
}

.thankyou-page .social-media-section .social-media a {
    background-color: #CC183A;
    display: inline-block;
    padding: 15px 15px 5px 15px;
    border-radius: 50%;
    margin: 0 10px;
}

@media (max-width: 480px) {
  .thankyou-page .masthead-section .masthead-content p {
    max-width: 100%;
    font-size: 16px !important;
  }
  .thankyou-page .masthead-section .masthead-content h1 span {
    font-size: 100px !important;
  }
  .thankyou-page .masthead-section .masthead-content h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 700px) {
  .thankyou-page .masthead-section .masthead-content h1 {
    max-width: 100%;
  }
  .thankyou-page section.masthead-section.ver4 .masthead-content {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .thankyou-page .masthead-section .masthead-content h1 span {
    font-size: 120px;
  }
  .thankyou-page .masthead-section .masthead-content h1 {
    font-size: 40px;
  }
  .thankyou-page .masthead-section .masthead-content .mc-input {
    max-width: 100%;
  }
  .thankyou-page .masthead-section .masthead-content {
    text-align: center;
  }
}

