/*~Regular~*/
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.svg#proxima_novaregular") format("svg"), url("../fonts/proximanova-regular-webfont?#iefix") format("eot"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova Italic";
  src: url("../fonts/proximanova-regularit-webfont.eot");
  src: url("../fonts/proximanova-regularit-webfont.svg#proxima_novaitalic") format("svg"), url("../fonts/proximanova-regularit-webfont?#iefix") format("eot"), url("../fonts/proximanova-regularit-webfont.woff") format("woff"), url("../fonts/proximanova-regularit-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

/*~Bold~*/
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.svg#proxima_novabold") format("svg"), url("../fonts/proximanova-bold-webfont?#iefix") format("eot"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Proxima Nova Bold Italic";
  src: url("../fonts/proximanova-boldit-webfont.eot");
  src: url("../fonts/proximanova-boldit-webfont.svg#proxima_novabolditalic") format("svg"), url("../fonts/proximanova-boldit-webfont?#iefix") format("eot"), url("../fonts/proximanova-boldit-webfont.woff") format("woff"), url("../fonts/proximanova-boldit-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

/*~Semibold~*/
@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("../fonts/proximanova-semibold-webfont.eot");
  src: url("../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg"), url("../fonts/proximanova-semibold-webfont?#iefix") format("eot"), url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

/* RESET STYLES adapted from http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, strike, strong, sub, sup,
b, u, i, ol, ul, li, fieldset, form, label, embed,
footer, header, menu, nav, section audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*personal*/
strong {
  font-weight: bold; }

em, p em {
  font-style: italic; }

a {
  text-decoration: none; }

a img, img {
  border: 0; }

p + p {
  margin-top: 1em; }

.nowrap {
  white-space: nowrap; }

html {
  font-size: 16px; }

body {
  font-family: "Proxima Nova", sans-serif;
  color: #232323;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%; }

a {
  color: #19b5bc; }
  a:hover {
    color: #009ea3; }

/* VIDEOS */
.cca-vid {
  display: block; }

/*Transitions*/
/* Utilities */
body {
  width: 100%; }

.container {
  max-width: 1180px;
  width: 96%;
  margin: 0 auto; }

.clearfix {
  clear: both; }

.mobi-only {
  display: none !important; }

.mobi-show {
  display: none; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-scissors:before {
  content: "\f0c4"; }

.fa-share:before {
  content: "\f064"; }

.fa-download:before {
  content: "\f019"; }

.fa-star:before {
  content: "\f005"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-arrow-left:before {
  content: "\f060"; }

.btt-btn {
  position: absolute;
  bottom: -50px;
  right: 0; }

.btt-btn img {
  margin: 0 !important;
  width: 100% !important;
  float: none !important; }

/* HEADER STYLES */
.header {
  background: url(../images/desktop-header.jpg) no-repeat center 65%;
  background-size: cover;
  color: #fff; }

/*.header__top {
	width: 100%;
	padding: 1em 0;
}
.header__top .container {
	position: relative;
}*/
/* WEDDINGWIRE LOGO */
#logo--default {
  display: block;
  height: 37px;
  width: 250px; }

#logo--weddingwire {
  height: 100%;
  width: 100%; }

#logo--weddingwire path, #logo--weddingwire circle {
  fill: #19b5bc; }

.nav {
  position: absolute;
  right: 0;
  top: 0.5em; }

.nav__item {
  display: inline-block;
  margin-left: 4em; }

.nav__link {
  color: #fff;
  text-transform: uppercase;
  font-family: "Proxima Nova Semibold", sans-serif;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: 0.2s border-color;
  cursor: pointer; }
  .nav__link:hover, .active .nav__link {
    color: #fff;
    border-color: #fff; }

@media screen and (max-width: 970px) {
  .nav__item {
    margin-left: 2em; } }

@media screen and (max-width: 750px) {
  .nav__item {
    margin-left: 1em; } }

.header__main {
  width: 70%;
  min-width: 500px;
  text-align: center;
  padding: 11.35em 0 7em 0; }

.header__title {
  color: #ffffff;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 2.875em;
  margin-bottom: 0.5em; }

.header__description {
  color: #fff;
  font-size: 1.375em;
  line-height: 1.36; }

/*/////////////////////////////////////////////////////////////////////////////////////////////////
RIPPED FROM GO.WW :
/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*----------------------------------------------
FULL B2C MASTHEAD    |    DEFAULT & GLOBAL
----------------------------------------------*/
/* B A N N E R S */
.banner-under-masthead {
  position: relative;
  z-index: 1000100; }

/* E N T I R E  M A S T H E A D */
.masthead {
  /*Logo*/
  /*Navigation*/ }
  .masthead .container {
    position: relative; }
  .masthead .logo--default {
    display: block;
    height: auto;
    width: 100%; }
    .masthead .logo--default path,
    .masthead .logo--default circle {
      fill: #19b5bc; }
  .masthead #nav--primary {
    -webkit-transition: left 0.35s ease;
    -moz-transition: left 0.35s ease;
    -ms-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    left: 0;
    text-transform: uppercase;
    width: 100%; }
  .masthead .has-bkg--transparent {
    background: rgba(255, 255, 255, 0);
    border-bottom-color: transparent;
    color: #fff;
    padding: 1em 0 0; }
  .masthead .has-bkg--white {
    background: #fff;
    border-bottom-color: #ddd;
    color: #333333;
    padding: 1em 0; }
  .masthead .is-patient {
    position: absolute;
    z-index: 1000200; }
  .masthead .is-fixed {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    z-index: 1000000; }
  .masthead .has-bkg--white .nav__link {
    color: #333333;
    border-bottom-color: transparent; }
  .masthead .has-bkg--white .nav__link:hover {
    color: #19b5bc;
    border-bottom-color: #19b5bc; }
  .masthead .has-bkg--white .active .nav__link {
    border-bottom-color: #333333; }
  .masthead .has-bkg--white .active .nav__link:hover {
    border-bottom-color: transparent; }

/*----------------------------------------------
FULL B2C MASTHEAD    |    SMALLER VIEWPORTS
----------------------------------------------*/
@media only screen and (max-width: 1110px) {
  /* O V E R L A Y */
  .page__overlay {
    -webkit-transition: background 0.35s ease, width 0.35s ease;
    -moz-transition: background 0.35s ease, width 0.35s ease;
    -ms-transition: background 0.35s ease, width 0.35s ease;
    -o-transition: background 0.35s ease, width 0.35s ease;
    transition: background 0.35s ease, width 0.35s ease;
    background: transparent;
    height: 100%;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000300; }
  .page__overlay.is-on {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    pointer-events: auto;
    position: fixed;
    width: calc(100% - 19.643em); }
  .page__content {
    -webkit-transition: left 0.35s ease;
    -moz-transition: left 0.35s ease;
    -ms-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative; }
  .page__content.is-pushed {
    overflow-y: hidden; }
  #nav--primary.is-fixed {
    left: 0; }
  .page__content.is-pushed,
  #nav--primary.is-fixed.is-pushed {
    left: 19.643em; }
  body.is-pushed {
    height: 100%;
    overflow: hidden;
    position: fixed; }
  /* E N T I R E  M A S T H E A D */
  .masthead {
    /*Container*/
    /*Navigation*/ }
    .masthead .container {
      width: 100%; }
    .masthead #nav--primary {
      font-size: 1em;
      padding: 1.5em 0; } }

footer,
.faux-footer {
  border-top: 1px solid #b9b9ba;
  color: #999;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: center;
  padding: 2em 0; }

.footer-container {
  margin: 0 auto;
  width: 92%;
  max-width: 840px; }

.photo-credit {
  margin-bottom: 1em; }
  .photo-credit .italic {
    font-style: italic; }

.disclaimer {
  margin: 0 auto 4em;
  font-style: italic; }

.faux-footer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  display: none; }

/* GTB STYLES */
.section {
  padding: 5em 0; }

.column {
  padding: 0 1em 2em;
  box-sizing: border-box;
  vertical-align: middle; }

@media screen and (min-width: 750px) {
  .section--two-column .column {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    width: 50%; } }

@media screen and (min-width: 875px) {
  .section--three-column .column {
    display: inline-block;
    margin-left: -4px;
    width: 33%; } }

.section__headline {
  font-size: 2em;
  margin-bottom: 0.6em;
  margin-top: 0.2em;
  font-family: "Proxima Nova Semibold", sans-serif; }

.section__content {
  font-size: 0.9375em;
  line-height: 1.467;
  margin-bottom: 2em; }

.section__subhead {
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 1.125em;
  margin-bottom: 2em; }

.section--about {
  background: url(../images/home/desktop-header-about.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 8.25em 5em; }

.section__backdrop {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  padding: 2.5em;
  max-width: 1000px; }

.section--map {
  text-align: center; }

.button {
  display: inline-block;
  color: #fff;
  background-color: #19b5bc;
  font-size: 1.125em;
  padding: 0.7em 1.2em;
  transition: 0.1s; }
  .button:hover {
    background-color: #009ea3;
    color: #fff; }

.lightbox__close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer; }

.hidden-lightbox {
  display: none !important; }

#lightbox {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1000500;
  display: none; }
  #lightbox .content {
    position: relative;
    padding: 2em;
    max-width: 700px;
    background-color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    line-height: 1.3; }
    #lightbox .content h4 {
      font-size: 1.25em;
      margin-bottom: 1em;
      font-family: "Proxima Nova Semibold", sans-serif; }
    #lightbox .content li {
      margin-top: 1em; }

#lightbox-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
  -moz-opacity: 0.54;
  -khtml-opacity: 0.54;
  opacity: 0.54;
  z-index: 1000400;
  display: none; }

.column--press-release {
  text-align: center; }

.press_release_variable,
#press_release_text a {
  color: #19b5bc;
  font-family: "Proxima Nova Bold", sans-serif; }

#press_release_text a {
  color: #000001;
  cursor: pointer; }

#press_release_text strong {
  font-family: "Proxima Nova Bold", sans-serif; }

.prlink {
  font-size: 1.125em;
  font-family: "Proxima Nova Bold", sans-serif;
  text-transform: uppercase; }

.prlinks__item {
  margin-bottom: 2em; }

#press_release_text {
  font-size: 0.9375em;
  line-height: 1.467;
  color: #000001;
  height: 290px;
  overflow: auto;
  text-align: left;
  padding: 1.2em;
  border: 1px solid #ebebeb;
  background: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 2em; }

#press_release_text .title {
  font-size: 1.25em; }

.section--email-sig {
  background: url("../images/announce/desktop-header-email-sig.jpg");
  background-size: cover;
  text-align: center;
  padding: 8.25em 5em; }
  .section--email-sig .section__backdrop {
    background-color: rgba(255, 255, 255, 0.95); }

.signatures {
  max-width: 900px;
  margin: 0 auto; }

.signature {
  display: inline-block;
  width: 50%;
  margin-left: -3px; }

.signature__icon {
  margin: 1em; }

.signature__icon, .signature .button {
  vertical-align: middle; }

@media screen and (min-width: 840px) {
  .signature .optional {
    display: none; } }

.hi-res-suite-info {
  padding: 2em 4em;
  box-sizing: border-box; }

.slide {
  text-align: center; }
  .slide img {
    display: inline-block; }

#hi-res-suite-slider .slick-dots li {
  border-radius: 100%;
  background-color: #bbbbbb;
  height: 0.5em;
  width: 0.5em;
  color: #bbbbbb;
  border: 2px solid #bbbbbb; }
  #hi-res-suite-slider .slick-dots li.slick-active {
    background-color: #fff; }
  #hi-res-suite-slider .slick-dots li button:before {
    display: none; }

.section--certificates {
  text-align: center; }
  .section--certificates .column {
    padding: 0 5em;
    margin-bottom: 3em; }

.certificate {
  display: block;
  border: 3px solid #f3f3f3;
  margin-bottom: 2em;
  background: url("../images/showcase/zoom.png") no-repeat 1em 1em; }

.certificate__inner {
  padding-bottom: 80%; }

.certificate--vert .certificate__inner {
  background: url("../images/showcase/certificates/vertical.jpg") no-repeat center center;
  background-size: 50%; }

.certificate--hor .certificate__inner {
  background: url("../images/showcase/certificates/horizontal.jpg") no-repeat center center;
  background-size: 70%; }

.section--trophy {
  background-color: #f3f3f3;
  text-align: center; }

.trophy-note {
  background-color: #fafafa;
  padding: 1.5em 0;
  font-family: "Proxima Nova Semibold", sans-serif;
  font-size: 0.9375em;
  line-height: 1.46;
  margin-top: 3em;
  margin-bottom: 5em; }
  .trophy-note .fa {
    color: #19b5bc;
    padding-right: 0.6em; }
  .trophy-note .italic {
    font-family: "Proxima Nova Bold", sans-serif;
    font-style: italic; }

.trophy {
  padding: 0 2em;
  vertical-align: top;
  margin-bottom: 6em; }
  .trophy h5 {
    font-family: "Proxima Nova Bold", sans-serif; }

.trophy__container {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 1.5em;
  border-radius: 2px;
  box-shadow: 0px 4px 0px 0px #e8e8e8;
  margin-bottom: 2em; }

.trophy__slide {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: 0.2s;
  background-color: #fff;
  padding: 1.5em;
  min-height: 100%;
  text-align: left; }
  .trophy__container:hover .trophy__slide {
    top: 0; }

.trophy__info {
  font-size: 0.9375em;
  line-height: 1.46; }

@media screen and (max-width: 1192px) and (min-width: 875px) {
  .trophy__slide {
    padding: 1em; }
  .trophy__info {
    font-size: 0.8125em; } }

@media screen and (max-width: 1000px) and (min-width: 875px) {
  .trophy {
    padding: 0 1em; } }

@media (max-width: 875px) {
  .trophy {
    max-width: 400px;
    margin: 0 auto 2em; } }

.trophy__inner {
  padding-bottom: 100%; }
  .trophy--cherry .trophy__inner {
    background: url("../images/showcase/trophies/cherry.png") no-repeat center center;
    background-size: contain; }
  .trophy--silver .trophy__inner {
    background: url("../images/showcase/trophies/silver.png") no-repeat center center;
    background-size: contain; }
  .trophy--acrylic .trophy__inner {
    background: url("../images/showcase/trophies/acrylic.png") no-repeat center center;
    background-size: contain; }

.award-thanks {
  margin-bottom: 3em;
  padding: 0 2em; }

.social__image {
  width: 400px;
  display: block;
  margin: 0 auto; }

.section--profiles {
  background-color: #f8f8f8; }

.profiles__list {
  list-style-type: disc;
  margin-left: 1.5em; }

.social-media-circle {
  display: inline-block;
  cursor: pointer;
  margin-right: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  outline: 1px solid transparent;
  color: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.1s; }
  .social-media-circle:hover {
    color: #fff; }

.social-media-circle--desktop {
  height: 75px;
  width: 75px; }

.social-media-circle--desktop + .social-media-circle--desktop {
  margin-left: 15px; }

.social-media-circle--desktop .fa {
  font-size: 45px; }

.social-media-circle--mobile {
  height: 70px;
  width: 70px; }

.social-media-circle--mobile + .social-media-circle--mobile {
  margin-left: 15px; }

.social-media-circle--mobile .fa {
  font-size: 40px; }

.social-media-circle--fb {
  background: #3b5999;
  -webkit-box-shadow: 0 2px 0 #324c82;
  -moz-box-shadow: 0 2px 0 #324c82;
  box-shadow: 0 2px 0 #324c82; }
  .social-media-circle--fb:hover {
    background-color: #324c82; }

.social-media-circle--tw {
  background: #42bbf5;
  -webkit-box-shadow: 0 2px 0 #389fd0;
  -moz-box-shadow: 0 2px 0 #389fd0;
  box-shadow: 0 2px 0 #389fd0; }
  .social-media-circle--tw:hover {
    background-color: #389fd0; }

.social-media-circle--pin {
  background: #f85c5c;
  -webkit-box-shadow: 0 2px 0 #d34e4e;
  -moz-box-shadow: 0 2px 0 #d34e4e;
  box-shadow: 0 2px 0 #d34e4e; }
  .social-media-circle--pin:hover {
    background-color: #d34e4e; }

.social-media-circle--insta {
  background: #48719d;
  -webkit-box-shadow: 0 2px 0 #3d6086;
  -moz-box-shadow: 0 2px 0 #3d6086;
  box-shadow: 0 2px 0 #3d6086; }
  .social-media-circle--insta:hover {
    background-color: #3d6086; }

.social-media-circle .fa {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 1em;
  text-align: center; }

.share-on-facebook {
  cursor: pointer; }

.profiles .slick-dots {
  text-align: center; }
  .profiles .slick-dots li {
    margin: 1em 0.5em;
    text-align: center;
    display: inline-block; }
    .profiles .slick-dots li:before {
      font-family: "FontAwesome";
      display: block;
      position: absolute;
      font-size: 2em;
      pointer-events: none;
      color: #a5a5a5;
      transition: 0.2s; }
    .profiles .slick-dots li:first-child:before {
      content: "\f09a"; }
    .profiles .slick-dots li:nth-child(2):before {
      content: "\f099"; }
    .profiles .slick-dots li.slick-active:first-child:before {
      color: #3B5999; }
    .profiles .slick-dots li.slick-active:nth-child(2):before {
      color: #42BBF5; }
    .profiles .slick-dots li button {
      font-size: 0;
      line-height: 0;
      color: transparent;
      outline: none;
      cursor: pointer;
      border: none;
      height: 2rem;
      width: 2rem;
      display: block;
      background-color: transparent; }

.faq {
  /*FAQ STYLES*/
  /*#faqs li + li {border-top: 1px solid #dedede;}*/ }
  .faq #faqs-videos {
    text-align: center;
    padding: 4em 0 5.875em 0; }
  .faq #faqs-videos .section__headline {
    margin-bottom: 0; }
  .faq #faqs-videos .video-container {
    width: 48%;
    display: inline-block;
    margin-top: 77px;
    margin-right: -4px;
    text-align: center; }
  .faq #faqs-videos .video-container:nth-child(3) {
    margin-left: 4%; }
  .faq #faqs-videos .video-container h4 {
    text-align: center;
    margin-bottom: 15px;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 1.125em; }
  .faq #faqs {
    background: #f3f3f3;
    padding: 4.625em 0 5.875em 0; }
  .faq #faqs h2 {
    text-align: center; }
  .faq #faqs li {
    padding: 2.25em 0 0; }
  .faq #faqs .faq__question span, .faq .fa-angle-right {
    display: table-cell;
    vertical-align: baseline; }
  .faq #faqs .faq__question span {
    font-size: 1em;
    padding-left: 1em; }
  .faq .fa-angle-right {
    color: #4d4d4d;
    display: inline-block;
    font-size: 1.1em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    vertical-align: middle; }
  .faq .fa-angle-right.is-swivelled {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .faq #faqs p {
    font-size: .938em;
    line-height: 1.467;
    margin-bottom: 0;
    margin-top: 1.5em;
    padding-bottom: 0;
    margin-left: 1.6em; }
  .faq #faqs a {
    color: #19b5bc;
    font-family: "Proxima Nova Semibold", sans-serif; }
  .faq #faqs a:hover {
    color: #009ea3; }
  .faq .faq__question {
    display: table;
    line-height: 1.3;
    margin: 0;
    cursor: pointer;
    font-size: 1.125em; }
  .faq .faq__answer {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.5s max-height ease;
    -moz-transition: 0.5s max-height ease;
    -ms-transition: 0.5s max-height ease;
    -o-transition: 0.5s max-height ease;
    transition: 0.5s max-height ease; }
  .faq .faq__answer.is-open {
    max-height: 50em;
    -webkit-transition: 2s max-height ease;
    -moz-transition: 2s max-height ease;
    -ms-transition: 2s max-height ease;
    -o-transition: 2s max-height ease;
    transition: 2s max-height ease; }
  .faq #faqs-videos .cca-vid--faq {
    height: 328px;
    width: 566px; }

.cca-mobile {
  background: #fff;
  position: relative;
  /*
	.cta { font-family:'Open Sans',Helvetica,Arial,sans-serif; font-size:14px; line-height:18px; padding:9px 0; width:194px; color:#fefefe; text-align:center; background:#00b8bd; display:inline-block; margin:30px 0 0 0; border:1px solid #009ea3; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
	.cta:hover { background:#009ea3; }
	*/
  /* OVERLAY STYLES */
  /* HEADER STYLES */
  /* NAV STYLES */
  /* SECTION STYLES */
  /*#share, #badge, #announce, #about, #faqs {background:#ffffff;display:none;position:absolute;top:0;right:0;}*/
  /*#badge .container div, #announce .container div, #about .container div {padding:0 0 40px 0;}*/
  /* INSTAGRAM SHARE */
  /* FAQS SECTION */
  /* CONGRATS VIDEO */
  /* MEDIA QUERIES */ }
  .cca-mobile #mobile-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
  .cca-mobile .hero {
    /*height:160px;*/
    padding: 50px 0;
    font-size: 35px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Proxima Nova Semibold", sans-serif;
    background: url(../images/desktop-header.jpg) no-repeat center 55% #717273;
    background-size: cover; }
  .cca-mobile #logo--default {
    margin: 0 auto 0.5em; }
  .cca-mobile #logo--weddingwire path, .cca-mobile #logo--weddingwire circle {
    fill: #ffffff; }
  .cca-mobile h1 {
    font-size: 1.125em; }
  .cca-mobile h1 + p {
    text-transform: none;
    color: #ffffff;
    margin: 1em auto 0 auto; }
  .cca-mobile .header-social {
    text-align: center; }
  .cca-mobile .header-social a {
    color: #fff;
    display: inline-block;
    margin-right: -4px;
    margin-top: 20px;
    cursor: pointer; }
  .cca-mobile .header-social .fa {
    font-size: 35px;
    padding: 0 10px; }
  .cca-mobile .header-social {
    margin-top: 7.5px; }
  .cca-mobile .nav {
    width: 100%;
    position: static; }
  .cca-mobile .nav > div {
    background: #999999;
    border-top: 1px solid #aaaaaa;
    color: #ffffff;
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 18px;
    padding: 19px 0 0 0;
    height: 41px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .cca-mobile .nav .fa {
    padding: 0 27px 0 8px;
    width: 21px;
    text-align: center; }
  .cca-mobile .site-section {
    margin: 54px auto;
    position: relative; }
  .cca-mobile .hero, .cca-mobile #share, .cca-mobile #badge, .cca-mobile #announce, .cca-mobile #about, .cca-mobile #faqs, .cca-mobile #congrats {
    text-align: center; }
  .cca-mobile .subnav {
    font-size: 19px;
    color: #232323;
    font-family: "Proxima Nova", sans-serif;
    background: #f5f5f5;
    text-align: left;
    /*margin-bottom:43px;*/ }
  .cca-mobile .subnav .fa {
    font-size: 16px;
    margin-right: 10px; }
  .cca-mobile .subnav .fa.grey {
    font-size: 15px;
    color: #c1c1c1;
    border-right: 1px solid #dddddd;
    padding: 20px 20px 19px 20px;
    margin-right: 18px;
    cursor: pointer; }
  .cca-mobile .subnav span {
    -webkit-text-stroke: .2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Proxima Nova Semibold", sans-serif; }
  .cca-mobile #share .container div {
    padding: 0; }
  .cca-mobile h2 {
    font-family: "Proxima Nova Semibold", sans-serif;
    font-size: 26px;
    color: #333333;
    margin-bottom: 18px;
    -webkit-text-stroke: .2px;
    line-height: 1.3; }
  .cca-mobile h3 {
    font-family: "Proxima Nova Bold", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 22px 0; }
  .cca-mobile #announce h3 {
    font-size: 18px; }
  .cca-mobile p {
    font-family: "Proxima Nova", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    -webkit-text-stroke: .2px;
    width: 92%;
    padding: 0 4%; }
  .cca-mobile p.list {
    text-align: left;
    max-width: 280px;
    margin: 1em auto 0 auto; }
  .cca-mobile #share a img {
    width: 64px;
    padding: 0 10px; }
  .cca-mobile #announce .subnav, .cca-mobile #about .subnav {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .cca-mobile #share .subnav, .cca-mobile #badge .subnav, .cca-mobile #faqs .subnav, .cca-mobile #congrats .subnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .cca-mobile #about h2 {
    margin-top: 54px; }
  .cca-mobile #badge h2, .cca-mobile #share h2, .cca-mobile #announce h2 {
    padding-top: 43px; }
  .cca-mobile #about .site-section {
    position: relative; }
  .cca-mobile #about h2 {
    color: #ffffff;
    line-height: 30px;
    background: url(../images/home/desktop-header-about.jpg) no-repeat center 30%;
    background-size: cover;
    /*height:112px;*/
    padding: 71px 2%;
    margin-bottom: 32px; }
  .cca-mobile #about p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px; }
  .cca-mobile #about p.small {
    font-size: 11px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -48px;
    margin-bottom: 0; }
    .cca-mobile #about p.small .italic {
      font-family: "Proxima Nova Italic", sans-serif; }
  .cca-mobile .subpage, .cca-mobile .subnav {
    z-index: 10000; }
  .cca-mobile #share, .cca-mobile #badge, .cca-mobile #announce, .cca-mobile #about, .cca-mobile #faqs, .cca-mobile #congrats {
    background: #fff;
    display: none;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0; }
  .cca-mobile #share .share-btns {
    margin-top: 22px; }
  .cca-mobile #instagram {
    font-family: "Proxima Nova", sans-serif;
    padding: 0;
    margin-top: 44px; }
  .cca-mobile #instagram h3 {
    padding: 0; }
  .cca-mobile #instagram ol {
    font-size: 0.875em;
    list-style: decimal;
    list-style-position: inside;
    line-height: 1.1;
    margin: 1em auto;
    text-align: left;
    width: 16em; }
  .cca-mobile #instagram li + li {
    margin-top: 0.5em; }
  .cca-mobile #instagram img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 640px;
    width: 100%; }
  .cca-mobile #faqs h2 {
    margin-top: 97px;
    margin-bottom: 25px; }
  .cca-mobile #faqs hr {
    margin: 0 auto;
    width: 75px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    border-style: solid;
    border-color: #ddd; }
  .cca-mobile #faqs ol {
    text-align: left;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    width: 92%;
    margin: 25px auto 0; }
  .cca-mobile #faqs li {
    margin-top: 25px; }
  .cca-mobile .faq__question {
    display: table;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.3;
    width: 100%; }
  .cca-mobile .faq__answer {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.5s max-height ease;
    -moz-transition: 0.4s max-height ease;
    -ms-transition: 0.4s max-height ease;
    -o-transition: 0.4s max-height ease;
    transition: 0.4s max-height ease;
    padding-left: 7%; }
  .cca-mobile .faq__answer p {
    font-size: 16px;
    width: 100%;
    padding: 0;
    line-height: 1.5; }
  .cca-mobile .faq__answer.is-open {
    max-height: 50em;
    padding-left: 7%;
    -webkit-transition: 2s max-height ease;
    -moz-transition: 2s max-height ease;
    -ms-transition: 2s max-height ease;
    -o-transition: 2s max-height ease;
    transition: 2s max-height ease; }
  .cca-mobile .fa-angle-right {
    color: #232323;
    font-size: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    position: absolute;
    left: 0;
    top: 0; }
  .cca-mobile .fa-angle-right.is-swivelled {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .cca-mobile .fa-angle-right, .cca-mobile .faq__question span.q-text {
    display: table-cell;
    vertical-align: top; }
  .cca-mobile .faq__question span.q-text {
    padding-left: 7%;
    width: 100%; }
  .cca-mobile .faq__answer a {
    color: #19b5bc; }
  .cca-mobile #congrats-msg-mobile {
    height: 388px;
    margin: 0 auto;
    width: 700px; }
  @media screen and (max-width: 735px), screen and (max-device-width: 735px) {
    .cca-mobile #congrats-msg-mobile {
      height: 276px;
      margin: 0 auto;
      width: 500px; } }
  @media screen and (max-width: 525px), screen and (max-device-width: 525px) {
    .cca-mobile #congrats-msg-mobile {
      height: 168px;
      margin: 0 auto;
      width: 300px; } }
  @media screen and (max-width: 370px), screen and (max-device-width: 370px) {
    .cca-mobile .hero {
      font-size: 30px;
      line-height: 40px;
      padding: 55px 0 80px 0; } }
  @media screen and (max-width: 320px), screen and (max-device-width: 320px) {
    .cca-mobile .hero {
      font-size: 26px;
      line-height: 34px; } }

.section--congrats {
  text-align: center; }
  .section--congrats .container {
    max-width: 800px; }
  .section--congrats .section__headline {
    margin-bottom: 1em; }
  .section--congrats .video-container {
    position: relative;
    display: inline-block;
    width: 900px;
    max-width: 100%;
    padding-bottom: 56%; }
    .section--congrats .video-container iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%; }

.section--instagram {
  text-align: center; }

.instagram__instructions {
  text-align: left;
  list-style-type: decimal;
  list-style-position: inside;
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 2em; }
  .instagram__instructions li {
    margin-bottom: 0.5em; }

.instagram__image {
  width: 640px; }
