.secondary-nav a.sub:after, .grid .box header i, .twitterFeed h2:before, .galleryFeed h2:before, .section .wrap .blockGrid .row.one .slider menu button:before, .section .wrap .blockGrid .row.two menu button:before, .section .wrap .blog .post .slider menu button:before, .section .wrap .blog .post .pagination a:before, .section .wrap .blog .post .pagination a + a:after, .section .imageText .slider menu button:before, .section .imageText .slider.hover menu button:after, footer .socialIcons a, .popover aside a {
  background-image: url("../sprites/sprites.svg");
  background-size: 500px 500px;
  background-repeat: no-repeat;
  font-size: 20px; }

.mainHead, .mainHead .background, .grid .box header, .signup .input input, .signup button, .section .wrap .peopleGrid .col figure figcaption, .section .choices a, .contact .input input, .contact .input textarea, .popover {
  box-sizing: border-box; }

.mainHead .background {
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 0.75s;
  -webkit-transition-property: "all";
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 0.75s;
  -moz-transition-property: "all";
  -o-transition-timing-function: linear;
  -o-transition-duration: 0.75s;
  -o-transition-property: "all";
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 0.75s;
  -ms-transition-property: "all";
  transition-timing-function: linear;
  transition-duration: 0.75s;
  transition-property: "all"; }

.grid:after, .galleryFeed .gallery:after, .section .wrap .blockGrid .row.one .right:after, .section .wrap .blockGrid .row.two:after, .section .imageText .twoCols ul li:after, footer .socialIcons:after {
  content: '';
  display: block;
  clear: both; }

.text1 h3, .text2 p em, .text2 .col p, .twitterFeed ul li p, .section .wrap header p span, .section .wrap header.noBdr h2 + p em, .section .wrap .peopleGrid .col figure figcaption div h2 span, .section .wrap .blockGrid .row.two .slider ul li h4, .section .textColumns .textList li h3, .section .imageText .twoCols .col h4, .section .choices a p, .contact .col span, .popover h4 span {
  font-family: 'Plantin W01 Italic'; }

body, .signup button, .section .wrap header.noBdr h2 + p span, .section .wrap .blockGrid .row.two .slider ul li h4 span, .contact button {
  font-family: "brandon-grotesque"; }

body {
  font-size: 0.6875rem;
  color: #002745; }

a.more:hover {
  background-color: #fcd8c1;
  color: #002745; }

p.more:hover span {
  background-color: #002745;
  color: #fcd8c1; }

.slider menu {
  z-index: 10000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .slider menu button {
    height: 100%;
    position: absolute;
    top: 0;
    left: -2px;
    width: 50%; }
    .slider menu button:before {
      z-index: 100000; }
    .slider menu button:hover:after {
      opacity: 0.7; }
    .slider menu button + button {
      left: auto;
      right: 0; }

.input label.hide {
  display: none; }

.topNav {
  background-color: rgba(252, 216, 193, 0.9);
  padding: 27px 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000000;
  height: 0;
  padding: 0; }
  .topNav .nav-button {
    margin: 0 0 10px 0; }
  .topNav .wrap {
    margin: 0 auto; }
    .topNav .wrap a {
      display: block;
      height: 35px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      border-bottom: 1px solid #002745;
      padding: 12px 0 0 0;
      color: #002745;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px; }
      .topNav .wrap a:first-of-type {
        border-top: 1px solid #002745; }

.menuOpen .topNav {
  height: auto;
  padding: 54px 0 0; }

.navButton {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100000; }
  .navButton span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fdebe0; }
    .navButton span + span {
      margin-top: 4px; }

.mainHead {
  position: relative;
  padding-top: 14px;
  height: 198px; }
  .mainHead .logo {
    width: 280px;
    height: 110px;
    background-image: url("../sprites/logo-navy.svg");
    font-size: 20px;
    background-size: 1000px 1000px;
    background-position: -1em -15em;
    text-indent: -1000px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -60px;
    z-index: 2;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: all;
    -o-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: all;
    -ms-transition-timing-function: ease;
    -ms-transition-duration: 400ms;
    -ms-transition-property: all;
    transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: all;
    transform: translateX(-9%); }
    .mainHead .logo.hide {
      opacity: 0; }
    .mainHead .logo a {
      display: block;
      height: 100%;
      width: 100%; }
  .mainHead .social {
    display: none; }
  .mainHead .background {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1; }
    .mainHead .background.active {
      opacity: 1; }
    .mainHead .background .sliderLink {
      -webkit-transition-timing-function: ease;
      -webkit-transition-duration: 800ms;
      -webkit-transition-property: all;
      -moz-transition-timing-function: ease;
      -moz-transition-duration: 800ms;
      -moz-transition-property: all;
      -o-transition-timing-function: ease;
      -o-transition-duration: 800ms;
      -o-transition-property: all;
      -ms-transition-timing-function: ease;
      -ms-transition-duration: 800ms;
      -ms-transition-property: all;
      transition-timing-function: ease;
      transition-duration: 800ms;
      transition-property: all;
      width: 163px;
      height: auto;
      bottom: 5px;
      font-size: 1rem;
      left: 50%;
      margin: 0;
      transform: translateX(-50%);
      position: absolute;
      z-index: 2;
      border: 1px solid #002745;
      background-color: #002745;
      color: white;
      padding: 8px;
      pointer-events: all;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .mainHead .background .sliderLink:hover {
        background-color: #fcd8c1;
        color: #002745; }

.navHold {
  display: none;
  min-height: 11px;
  background-color: #fbd7c0; }
  .navHold nav {
    display: none; }

.secondary-nav {
  background-color: #fdebe0;
  display: block;
  height: 22px;
  padding: 0;
  overflow: hidden;
  width: 100%; }
  .secondary-nav a {
    background-color: #fcd8c1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #002745;
    color: #002745;
    display: block;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    .secondary-nav a.sub {
      background-color: #fdebe0;
      margin: 0 20px;
      position: relative; }
      .secondary-nav a.sub:after {
        content: '';
        display: block;
        width: 19px;
        height: 10px;
        position: absolute;
        top: 8px;
        right: 0;
        background-position: -10em -24.1em; }
    .secondary-nav a:last-of-type {
      border: none; }
  .secondary-nav.open {
    height: auto; }
    .secondary-nav.open .expand {
      border-top: 1px solid #002745; }

.navybg {
  background-color: #002745; }

.purplebg {
  background-color: #747483; }

.mutepurplebg {
  background-color: #47475c; }

.creambg {
  background-color: #fef3ec; }

.tanbg {
  background-color: #fcd8c1; }

.text1 {
  padding: 0 10px 20px 10px;
  text-align: center;
  color: #fcd8c1;
  line-height: 1.36;
  font-size: 0.875rem; }
  .text1 h3 {
    padding: 20px 0 14px 0;
    font-size: 0.875rem; }
  .text1 p {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 0.875rem; }
  .text1 a {
    display: inline-block;
    border: 1px solid #fcd8c1;
    padding: 2px 8px;
    text-transform: uppercase;
    text-decoration: none; }
    .text1 a:hover {
      background-color: #fcd8c1;
      color: #002745; }

.text2 {
  padding: 0 10px 20px 10px;
  text-align: center;
  color: #fcd8c1;
  line-height: 1.36;
  background-color: #48485b; }
  .text2 h3 {
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 20px 0 5px 0; }
  .text2 p {
    font-size: 0.875rem; }
    .text2 p em {
      font-weight: normal; }
    .text2 p span {
      text-transform: uppercase; }
    .text2 p a {
      text-decoration: none; }
  .text2 .col h4 {
    border-top: 1px solid #fcd8c1;
    font-size: 0.875rem;
    line-height: 2.64289;
    text-transform: uppercase; }
  .text2 .col p {
    font-size: 0.8rem;
    padding: 0 0 1em 0; }
    .text2 .col p a {
      text-decoration: none; }

.grid .box {
  width: 50vw;
  height: 50vw;
  float: left;
  position: relative;
  overflow: hidden; }
  .grid .box figure {
    width: 50vw;
    height: 50vw;
    overflow: hidden; }
    .grid .box figure img {
      height: 50vw;
      width: auto; }
  .grid .box header {
    width: 50%;
    max-width: 127px;
    padding-bottom: 15px;
    background-color: #757585;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fcd8c1;
    text-align: center; }
    .grid .box header.bottom {
      top: auto;
      bottom: 0; }
    .grid .box header.right {
      left: auto;
      right: 0; }
      .grid .box header.right.bottom {
        top: auto;
        bottom: 0; }
    .grid .box header.tan {
      background-color: #fcd8c1;
      color: #002745; }
    .grid .box header i {
      display: block;
      width: 17px;
      height: 17px;
      margin: 0 auto 8px auto; }
      .grid .box header i.friends {
        width: 21px;
        height: 20px;
        background-position: -14em -10em; }
      .grid .box header i.menu {
        width: 18px;
        height: 22px;
        background-position: -16em -10em; }
      .grid .box header i.hearts {
        width: 25px;
        height: 20px;
        background-position: -18em -10em; }
      .grid .box header i.christmas {
        width: 19px;
        height: 28px;
        background-position: -20em -10em; }
      .grid .box header i.celebration {
        width: 21px;
        height: 27px;
        background-position: -22em -10em; }
      .grid .box header i.food {
        width: 16px;
        height: 23px;
        background-position: -14em -12em; }
      .grid .box header i.calendar {
        width: 17px;
        height: 20px;
        background-position: -16em -12em; }
      .grid .box header i.rings {
        width: 21px;
        height: 14px;
        background-position: -18em -12em; }
      .grid .box header i.location {
        width: 15px;
        height: 19px;
        background-position: -20em -12em; }
  .grid .box:hover header {
    background-color: #fcd8c1;
    color: #002745; }
    .grid .box:hover header i.friends {
      background-position: -14em -8em; }
    .grid .box:hover header i.menu {
      width: 18px;
      height: 22px;
      background-position: -16em -8em; }
    .grid .box:hover header i.hearts {
      width: 25px;
      height: 20px;
      background-position: -18em -8em; }
    .grid .box:hover header i.christmas {
      width: 19px;
      height: 28px;
      background-position: -20em -8em; }
    .grid .box:hover header i.celebration {
      width: 21px;
      height: 27px;
      background-position: -22em -8em; }
    .grid .box:hover header i.food {
      width: 16px;
      height: 23px;
      background-position: -14em -14em; }
    .grid .box:hover header i.calendar {
      width: 17px;
      height: 20px;
      background-position: -16em -14em; }
    .grid .box:hover header i.rings {
      width: 21px;
      height: 14px;
      background-position: -18em -14em; }
    .grid .box:hover header i.location {
      width: 15px;
      height: 19px;
      background-position: -20em -14em; }

.twitterFeed {
  margin: 0 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #002745; }
  .twitterFeed h2 {
    text-transform: uppercase;
    padding-top: 16px;
    font-size: 0.75rem;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-left: 22px; }
    .twitterFeed h2:before {
      content: '';
      display: block;
      width: 14px;
      height: 10px;
      background-position: -2em -9em;
      position: absolute;
      top: 16px;
      left: 0; }
  .twitterFeed ul {
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 15px;
    font-family: 'Arial';
    border-top: 1px solid #002745; }
    .twitterFeed ul li {
      border-bottom: 1px solid #002745;
      padding: 14px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      overflow: scroll;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none; }
      .twitterFeed ul li::-webkit-scrollbar {
        width: 0 !important; }
      .twitterFeed ul li h3 {
        font-size: 0.5625rem;
        font-weight: 700;
        line-height: 1.333;
        margin-top: 3px; }
      .twitterFeed ul li p {
        font-size: 0.9rem;
        line-height: 1.2; }
  .twitterFeed a {
    text-decoration: none; }
    .twitterFeed a.more {
      display: inline-block;
      border: 1px solid #002745;
      padding: 2px 8px;
      text-transform: uppercase; }
      .twitterFeed a.more:hover {
        background-color: #002745;
        color: #fcd8c1; }
  .twitterFeed.home h2 {
    color: #fcd8c1; }
    .twitterFeed.home h2:before {
      background-position: -1em -5em;
      height: 13px;
      width: 18px; }
  .twitterFeed.home ul {
    border-top-color: #fdebe0; }
    .twitterFeed.home ul li {
      border-bottom-color: #fdebe0; }
      .twitterFeed.home ul li p,
      .twitterFeed.home ul li h3 {
        color: #fdebe0; }
  .twitterFeed.home a {
    text-decoration: none; }
    .twitterFeed.home a.more {
      border: 1px solid #fcd8c1;
      color: #fcd8c1;
      display: inline-block;
      margin-top: 10px;
      padding: 2px 8px;
      text-transform: uppercase; }
      .twitterFeed.home a.more:hover {
        background-color: #fcd8c1;
        color: #002745; }

.galleryFeed {
  padding-bottom: 20px;
  text-align: center;
  color: #fcd8c1; }
  .galleryFeed h2 {
    text-transform: uppercase;
    padding-top: 16px;
    font-size: 0.75rem;
    position: relative;
    display: inline-block;
    margin: 0 auto 14px auto;
    padding-left: 16px; }
    .galleryFeed h2:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background-position: -2em -5em;
      position: absolute;
      top: 16px;
      left: 0; }
  .galleryFeed .gallery {
    margin: 0 20px; }
    .galleryFeed .gallery figure {
      width: -moz-calc((100% - 20px) / 3);
      width: -o-calc((100% - 20px) / 3);
      width: -webkit-calc((100% - 20px) / 3);
      width: calc((100% - 20px) / 3);
      height: -moz-calc(84vw / 4);
      height: -o-calc(84vw / 4);
      height: -webkit-calc(84vw / 4);
      height: calc(84vw / 4);
      background-position: 50%;
      background-size: cover;
      float: left;
      margin-bottom: 10px; }
      .galleryFeed .gallery figure:nth-child(3n + 1) {
        margin-left: 0; }
      .galleryFeed .gallery figure + figure {
        margin-left: 10px; }
      .galleryFeed .gallery figure a {
        display: block;
        height: 100%;
        width: 100%; }
  .galleryFeed a {
    text-decoration: none; }
    .galleryFeed a.more {
      margin-top: 10px;
      display: inline-block;
      border: 1px solid #fcd8c1;
      padding: 2px 8px;
      text-transform: uppercase; }

.signup {
  text-align: center;
  padding: 20px; }
  .signup .wrap {
    margin: 0 !important; }
  .signup h2 {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 4px; }
    .signup h2 + .message p:first-of-type {
      margin-bottom: 12px;
      padding: 0 30px; }
  .signup .input {
    text-align: left;
    position: relative;
    font-size: 1rem; }
    .signup .input label {
      position: absolute;
      top: 50%;
      margin-top: -12px;
      font-size: 1rem;
      left: 10px;
      color: #747483;
      text-transform: uppercase; }
    .signup .input input {
      -webkit-border-radius: 0;
      border-radius: 0;
      color: #747483;
      font-size: 1rem;
      width: 100%;
      margin-bottom: 9px;
      height: 20px;
      background-color: #fef3ec;
      padding: 0 10px; }
  .signup button {
    background-color: #fef3ec;
    display: block;
    cursor: pointer;
    width: 100%;
    color: #002745;
    border: 1px solid #002745;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.9375rem;
    padding-left: 10px;
    padding-top: 2px; }
    .signup button:hover {
      background-color: #47475c;
      color: #fcd8c1; }

.section.navybg {
  background-color: #002745;
  color: #fcd8c1; }
  .section.navybg .wrap .blockGrid .row.two .slider ul li {
    background-color: #747483; }
  .section.navybg .wrap .blockGrid .row.two .slider button {
    background-position: -0.5em -23em; }
    .section.navybg .wrap .blockGrid .row.two .slider button.next {
      background-position: -1.25em -23em; }
.section.mutedPurpleBg {
  background-color: #47475c;
  color: #fcd8c1;
  padding-bottom: 1px; }
.section.purpleBg {
  background-color: #747483; }
.section .wrap {
  margin: 0 20px; }
  .section .wrap header {
    line-height: 1.3;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 20px; }
    .section .wrap header.policies {
      text-align: left; }
      .section .wrap header.policies p {
        text-transform: none; }
      .section .wrap header.policies h2 {
        margin: 10px 0 0 0; }
      .section .wrap header.policies ul {
        margin: 10px 30px; }
        .section .wrap header.policies ul li {
          font-size: 0.875rem; }
    .section .wrap header menu {
      display: none; }
    .section .wrap header h2 {
      font-size: 0.875rem;
      border-bottom: 1px solid #fcd8c1;
      text-transform: uppercase;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    .section .wrap header p {
      font-size: 0.875rem;
      text-transform: uppercase; }
      .section .wrap header p span {
        text-transform: capitalize; }
    .section .wrap header.noBdr {
      margin-bottom: 20px;
      padding-top: 20px; }
      .section .wrap header.noBdr.nomargin {
        margin: 0; }
      .section .wrap header.noBdr h2 {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
        .section .wrap header.noBdr h2 + p {
          font-size: 0.6875rem;
          padding-bottom: 20px;
          text-transform: none; }
          .section .wrap header.noBdr h2 + p em {
            font-weight: normal; }
          .section .wrap header.noBdr h2 + p span {
            text-transform: uppercase;
            font-style: normal; }
  .section .wrap .contact-details {
    border-top: 2px solid #fcd8c1;
    padding: 15px 0; }
    .section .wrap .contact-details p {
      font-size: 0.875rem;
      line-height: 1.2727;
      padding: 0 39px;
      text-align: center;
      text-transform: uppercase; }
    .section .wrap .contact-details a {
      text-decoration: none; }
      .section .wrap .contact-details a:hover {
        text-decoration: underline; }
  .section .wrap .peopleGrid .col figure {
    width: -moz-calc((100vw - 42px) / 2);
    width: -o-calc((100vw - 42px) / 2);
    width: -webkit-calc((100vw - 42px) / 2);
    width: calc((100vw - 42px) / 2);
    height: -moz-calc((100vw - 42px) / 2);
    height: -o-calc((100vw - 42px) / 2);
    height: -webkit-calc((100vw - 42px) / 2);
    height: calc((100vw - 42px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 0 2px 2px 0;
    position: relative;
    cursor: pointer; }
    .section .wrap .peopleGrid .col figure figcaption {
      width: 100vw;
      height: 100%;
      padding-top: 100px;
      background-color: rgba(252, 216, 193, 0.8);
      color: #002745;
      font-size: 1rem;
      line-height: 1;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 1;
      display: none; }
      .section .wrap .peopleGrid .col figure figcaption div {
        padding: 29px 16px; }
        .section .wrap .peopleGrid .col figure figcaption div h2 {
          font-size: 1.0625rem;
          line-height: 2.357;
          text-align: center;
          text-transform: uppercase; }
          .section .wrap .peopleGrid .col figure figcaption div h2 span {
            display: block;
            font-size: 0.875rem;
            text-transform: none; }
        .section .wrap .peopleGrid .col figure figcaption div p {
          font-size: 0.875rem;
          line-height: 1.181818;
          text-align: justify; }
    .section .wrap .peopleGrid .col figure:nth-child(2n) {
      margin-right: 0; }
    .section .wrap .peopleGrid .col figure.show figcaption {
      display: block;
      opacity: 1; }
  .section .wrap .peopleGrid:after {
    content: '';
    display: block;
    clear: both; }
  .section .wrap .blockGrid {
    padding-bottom: 30px; }
    .section .wrap .blockGrid .row.one .right {
      margin-bottom: 2px; }
      .section .wrap .blockGrid .row.one .right .smallBox {
        width: -moz-calc((100vw - 42px) / 2);
        width: -o-calc((100vw - 42px) / 2);
        width: -webkit-calc((100vw - 42px) / 2);
        width: calc((100vw - 42px) / 2);
        height: -moz-calc((100vw - 42px) / 2);
        height: -o-calc((100vw - 42px) / 2);
        height: -webkit-calc((100vw - 42px) / 2);
        height: calc((100vw - 42px) / 2);
        float: left;
        position: relative; }
        .section .wrap .blockGrid .row.one .right .smallBox + .smallBox {
          margin-left: 2px; }
    .section .wrap .blockGrid .row.one .slider {
      margin-bottom: 3px;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      .section .wrap .blockGrid .row.one .slider ul {
        list-style: none; }
        .section .wrap .blockGrid .row.one .slider ul li {
          float: left;
          position: relative; }
      .section .wrap .blockGrid .row.one .slider menu button:before {
        content: '';
        display: block;
        background-position: -4.25em -23em;
        bottom: 8px;
        cursor: pointer;
        top: 50%;
        margin-top: -6px;
        height: 12px;
        left: 8px;
        position: absolute;
        width: 8px; }
      .section .wrap .blockGrid .row.one .slider menu button.next:before {
        background-position: -4.75em -23em;
        left: auto;
        right: 4px; }
    .section .wrap .blockGrid .row.two .slider {
      overflow: hidden;
      position: relative; }
      .section .wrap .blockGrid .row.two .slider:before {
        display: none; }
      .section .wrap .blockGrid .row.two .slider ul {
        list-style: none; }
        .section .wrap .blockGrid .row.two .slider ul li {
          float: left;
          position: relative;
          text-align: center;
          padding: 30px 0 0 0;
          background-color: #fcd8c1;
          text-transform: uppercase;
          line-height: 1.3; }
          .section .wrap .blockGrid .row.two .slider ul li h4 {
            text-transform: capitalize;
            margin-top: 20px; }
            .section .wrap .blockGrid .row.two .slider ul li h4 span {
              text-transform: uppercase; }
          .section .wrap .blockGrid .row.two .slider ul li h4,
          .section .wrap .blockGrid .row.two .slider ul li p {
            padding: 0 20px; }
    .section .wrap .blockGrid .row.two menu button:after {
      display: none !important; }
    .section .wrap .blockGrid .row.two menu button:before {
      content: '';
      display: block;
      background-position: -4.25em -23em;
      bottom: 8px;
      cursor: pointer;
      height: 12px;
      left: 6px;
      position: absolute;
      top: 50%;
      margin-top: -9px;
      width: 8px; }
    .section .wrap .blockGrid .row.two menu button.next:before {
      background-position: -4.75em -23em;
      left: auto;
      right: 4px; }
    .section .wrap .blockGrid .row.two .smallBox {
      width: -moz-calc((100vw - 42px) / 2);
      width: -o-calc((100vw - 42px) / 2);
      width: -webkit-calc((100vw - 42px) / 2);
      width: calc((100vw - 42px) / 2);
      height: -moz-calc((100vw - 42px) / 2);
      height: -o-calc((100vw - 42px) / 2);
      height: -webkit-calc((100vw - 42px) / 2);
      height: calc((100vw - 42px) / 2);
      float: left; }
      .section .wrap .blockGrid .row.two .smallBox + .smallBox {
        margin-left: 2px; }
  .section .wrap .blog aside {
    display: none; }
  .section .wrap .blog .post .noslide {
    list-style: none; }
  .section .wrap .blog .post .slider {
    margin: 15px 0;
    overflow: hidden;
    position: relative; }
    .section .wrap .blog .post .slider:first-child {
      margin-top: 20px; }
    .section .wrap .blog .post .slider ul {
      list-style: none; }
      .section .wrap .blog .post .slider ul li {
        float: left;
        position: relative; }
    .section .wrap .blog .post .slider menu button:before {
      content: '';
      display: block;
      background-position: -4.25em -23em;
      bottom: 8px;
      cursor: pointer;
      top: 50%;
      margin-top: -6px;
      height: 12px;
      left: 4px;
      position: absolute;
      width: 8px; }
    .section .wrap .blog .post .slider menu button.next:before {
      background-position: -4.75em -23em;
      left: auto;
      right: 4px; }
  .section .wrap .blog .post.list header {
    margin-bottom: 0; }
    .section .wrap .blog .post.list header h2 {
      border: none;
      color: #002745;
      line-height: 1.33336;
      padding-bottom: 0;
      margin-bottom: 0;
      text-transform: uppercase; }
  .section .wrap .blog .post.list article {
    border-bottom: 1px solid #002745; }
    .section .wrap .blog .post.list article + article {
      margin-top: 20px; }
    .section .wrap .blog .post.list article a {
      display: block;
      text-decoration: none; }
    .section .wrap .blog .post.list article .more {
      margin: 20px 0;
      text-align: center; }
      .section .wrap .blog .post.list article .more span {
        display: inline-block;
        border: 1px solid #002745;
        padding: 2px 8px;
        text-transform: uppercase;
        text-decoration: none; }
      .section .wrap .blog .post.list article .more.download {
        font-size: 1rem; }
        .section .wrap .blog .post.list article .more.download span {
          padding: 8px; }
  .section .wrap .blog .post article {
    font-size: 0.875rem;
    line-height: 1.142857; }
    .section .wrap .blog .post article .meta {
      display: none; }
    .section .wrap .blog .post article h2 {
      font-size: 0.8785rem;
      line-height: 1.3333;
      margin: 15px 0 10px 0;
      text-align: center;
      text-transform: uppercase; }
    .section .wrap .blog .post article p, .section .wrap .blog .post article ol, .section .wrap .blog .post article ul {
      font-size: 0.875rem;
      line-height: 1.142857; }
    .section .wrap .blog .post article ol, .section .wrap .blog .post article ul {
      margin: 0.5em 1.5em; }
      .section .wrap .blog .post article ol li + li, .section .wrap .blog .post article ul li + li {
        margin-top: 0.5em; }
    .section .wrap .blog .post article ul.swiper-wrapper {
      margin: 0;
      padding: 0; }
  .section .wrap .blog .post .pagination {
    margin: 25px 0 50px 0;
    text-align: center; }
    .section .wrap .blog .post .pagination a {
      display: inline-block;
      font-size: 0.875rem;
      line-height: 1;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      .section .wrap .blog .post .pagination a.hide {
        display: none; }
      .section .wrap .blog .post .pagination a:before {
        background-position: -13.38em -24em;
        content: ' ';
        display: block;
        height: 11px;
        left: -11px;
        position: absolute;
        top: 2px;
        width: 7px; }
      .section .wrap .blog .post .pagination a + a {
        margin-left: 27px; }
        .section .wrap .blog .post .pagination a + a:before {
          display: none; }
        .section .wrap .blog .post .pagination a + a:after {
          background-position: -13.8em -24em;
          content: ' ';
          display: block;
          height: 11px;
          right: -11px;
          position: absolute;
          top: 2px;
          width: 7px; }
.section .textColumns .textList {
  list-style: none; }
  .section .textColumns .textList li {
    border-top: 2px solid #fcd8c1;
    padding: 20px 0;
    font-size: 0.875rem; }
    .section .textColumns .textList li h3 {
      margin-bottom: 0.5em;
      font-size: 0.875rem; }
.section .imageText .slider {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative; }
  .section .imageText .slider ul {
    list-style: none; }
    .section .imageText .slider ul li {
      float: left;
      position: relative; }
      .section .imageText .slider ul li .caption {
        font-size: 0.7rem;
        line-height: 1;
        padding: 5px 0; }
  .section .imageText .slider menu button:before {
    content: '';
    display: block;
    background-position: -4.25em -23em;
    bottom: 8px;
    cursor: pointer;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    left: 8px;
    position: absolute;
    width: 8px; }
  .section .imageText .slider menu button.next:before {
    background-position: -4.75em -23em;
    left: auto;
    right: 4px; }
  .section .imageText .slider.sideon {
    overflow: hidden;
    position: relative; }
    .section .imageText .slider.sideon ul li {
      -webkit-transition-timing-function: ease;
      -webkit-transition-duration: 700ms;
      -webkit-transition-property: all;
      -moz-transition-timing-function: ease;
      -moz-transition-duration: 700ms;
      -moz-transition-property: all;
      -o-transition-timing-function: ease;
      -o-transition-duration: 700ms;
      -o-transition-property: all;
      -ms-transition-timing-function: ease;
      -ms-transition-duration: 700ms;
      -ms-transition-property: all;
      transition-timing-function: ease;
      transition-duration: 700ms;
      transition-property: all;
      opacity: 0.3;
      height: 150px;
      width: auto; }
      .section .imageText .slider.sideon ul li figure {
        height: 100%; }
        .section .imageText .slider.sideon ul li figure img {
          height: 100%;
          width: auto; }
      .section .imageText .slider.sideon ul li.swiper-slide-active {
        opacity: 1; }
    .section .imageText .slider.sideon menu {
      display: block;
      height: 20px;
      left: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 100%; }
      .section .imageText .slider.sideon menu button {
        background-color: #fcd8c1;
        height: 20px;
        left: 20px;
        position: absolute;
        top: 0;
        width: 20px;
        /*
        						&:after {
        							
        							@extend %sprite;
        							
        							background-position: -12em -23em;
        							background-repeat: no-repeat;
        							content: ' ';
        							display: block;
        							height: 17px;
        							left: 4px;
        							position: absolute;
        							top: 0;
        							width: 10px;
        							
        						}
        */ }
        .section .imageText .slider.sideon menu button + button {
          left: auto;
          right: 20px;
          /*
          							&:after {
          								
          								background-position: -13em -23em;
          								left: 6px;
          								
          							}
          */ }
  .section .imageText .slider.hover {
    height: 150px;
    margin-bottom: 0; }
    .section .imageText .slider.hover ul li {
      margin: 0 5px 0 0;
      opacity: 1; }
      .section .imageText .slider.hover ul li:after {
        content: '';
        display: block;
        width: 19px;
        height: 19px;
        background-image: url("../images/actionicon.svg");
        z-index: 100000;
        position: absolute;
        top: 0;
        right: 0; }
      .section .imageText .slider.hover ul li figcaption {
        bottom: 0;
        color: #fcd8c1;
        font-size: 0.9rem;
        left: 0;
        line-height: 1;
        padding: 10px 0;
        position: absolute;
        text-align: center;
        width: 100%;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */ }
      .section .imageText .slider.hover ul li:hover:after {
        background-image: url("../images/showicon.svg"); }
      .section .imageText .slider.hover ul li div {
        display: none; }
    .section .imageText .slider.hover menu {
      display: block;
      height: 20px;
      left: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 100%; }
      .section .imageText .slider.hover menu button {
        background-color: #fcd8c1;
        height: 20px;
        left: 20px;
        position: absolute;
        top: 0;
        width: 20px; }
        .section .imageText .slider.hover menu button:after {
          background-position: -12em -23em;
          background-repeat: no-repeat;
          content: ' ';
          display: block;
          height: 17px;
          left: 4px;
          position: absolute;
          top: 0;
          width: 10px; }
        .section .imageText .slider.hover menu button + button {
          left: auto;
          right: 20px; }
          .section .imageText .slider.hover menu button + button:after {
            background-position: -12em -23em;
            left: 6px; }
    .section .imageText .slider.hover .close {
      display: none; }
.section .imageText p {
  line-height: 1.08235;
  padding-bottom: 20px; }
.section .imageText .twoCols {
  font-size: 0.875rem; }
  .section .imageText .twoCols .col h4 {
    margin-bottom: 8px;
    font-size: 0.875rem; }
  .section .imageText .twoCols ul {
    list-style: none;
    margin-bottom: 20px; }
    .section .imageText .twoCols ul li {
      padding: 0 0 10px 10px; }
      .section .imageText .twoCols ul li:before {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: '';
        width: 4px;
        height: 4px;
        position: relative;
        background-color: #fcd8c1;
        display: inline-block;
        margin-right: 0;
        top: 5px;
        float: left;
        left: -10px; }
      .section .imageText .twoCols ul li span {
        width: -moz-calc(100% - 10px);
        width: -o-calc(100% - 10px);
        width: -webkit-calc(100% - 10px);
        width: calc(100% - 10px);
        display: inline-block;
        float: left; }
.section .choices {
  text-align: center;
  padding: 20px 0; }
  .section .choices a {
    display: block;
    height: 66px;
    background-color: #fcd8c1;
    text-decoration: none;
    font-size: 0.6875;
    padding-top: 18px; }
    .section .choices a h4 {
      text-transform: uppercase;
      font-size: 0.875rem;
      margin-bottom: 4px; }
    .section .choices a + a {
      margin-top: 2px; }

.contact-map {
  padding-bottom: 20px; }
  .contact-map iframe {
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    display: block;
    height: 202px;
    margin: 0 auto;
    position: relative; }

.contact {
  padding-bottom: 20px; }
  .contact fieldset {
    border-top: 1px solid #fcd8c1;
    margin-top: 30px; }
    .contact fieldset legend {
      float: left;
      font-size: 0.9375rem;
      line-height: 1;
      padding: 18px 0;
      text-transform: uppercase;
      width: 100%; }
    .contact fieldset + fieldset {
      margin-top: 10px; }
  .contact .g-recaptcha {
    margin-bottom: 15px; }
  .contact .input {
    margin: 0 0 13px 0;
    position: relative; }
    .contact .input label {
      display: block;
      font-size: 0.875rem;
      line-height: 1.4;
      text-transform: uppercase; }
      .contact .input label .error {
        color: white;
        float: right;
        font-size: 0.7rem;
        font-weight: 700;
        padding-top: 3px; }
    .contact .input input {
      -webkit-appearance: "none";
      -moz-appearance: "none";
      appearance: "none";
      -webkit-border-radius: 0;
      border-radius: 0;
      height: 27px;
      width: 100%;
      border: 0;
      padding: 0 10px;
      background-color: #fcd8c1;
      font-size: 0.75rem; }
    .contact .input textarea {
      -webkit-appearance: "none";
      -moz-appearance: "none";
      appearance: "none";
      -webkit-border-radius: 0;
      border-radius: 0;
      min-height: 100px;
      width: 100%;
      border: 0;
      padding: 10px;
      margin: 0;
      background-color: #fcd8c1;
      font-size: 0.75rem; }
    .contact .input select {
      width: 66%; }
  .contact .col {
    font-size: 0.763rem; }
    .contact .col span {
      display: block;
      font-size: 1.0625rem;
      margin-bottom: 10px; }
    .contact .col.three {
      width: -moz-calc((100% - 10px) / 3);
      width: -o-calc((100% - 10px) / 3);
      width: -webkit-calc((100% - 10px) / 3);
      width: calc((100% - 10px) / 3); }
      .contact .col.three + .three.col {
        margin-left: 5px; }
  .contact input[type="checkbox"],
  .contact input[type="radio"] {
    -webkit-appearance: "none";
    -moz-appearance: "none";
    appearance: "none";
    background-color: #fcd8c1;
    border: 1px solid #fcd8c1;
    height: 22px;
    position: relative;
    width: 22px; }
    .contact input[type="checkbox"]:checked:after,
    .contact input[type="radio"]:checked:after {
      background-color: #002745;
      content: ' ';
      height: 16px;
      left: 2px;
      position: absolute;
      top: 2px;
      width: 16px; }
  .contact input[type="radio"] {
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .contact input[type="radio"]:checked:after {
      -webkit-border-radius: 10px;
      border-radius: 10px; }
  .contact .fakeSelect {
    height: 43px;
    position: relative; }
    .contact .fakeSelect button {
      height: 35px;
      background: #f4eee9;
      display: block;
      width: 100%;
      font-size: 14px;
      color: #002745;
      letter-spacing: 2px;
      text-align: left;
      padding: 0 10px;
      -webkit-font-smoothing: antialiased;
      text-transform: uppercase; }
    .contact .fakeSelect select {
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      vertical-align: middle; }
    .contact .fakeSelect + .input {
      margin-top: 23px; }
  .contact button {
    cursor: pointer;
    width: 100%;
    height: 25px;
    border: 1px solid white;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem; }
    .contact button:hover {
      background-color: white;
      color: #002745;
      border-color: transparent; }

footer {
  background-color: #48485b;
  border-top: 1px solid #fcd8c1; }
  footer .socialIcons {
    text-align: center;
    padding: 15px 0 10px 0; }
    footer .socialIcons a {
      display: block;
      display: inline-block;
      margin: 0 5px; }
      footer .socialIcons a.twitter {
        width: 17px;
        height: 12px;
        background-position: -1em -5em; }
      footer .socialIcons a.facebook {
        width: 7px;
        height: 15px;
        background-position: -1em -6em; }
      footer .socialIcons a.linkdin {
        width: 13px;
        height: 12px;
        background-position: -2em -6em; }
      footer .socialIcons a.instagram {
        width: 12px;
        height: 12px;
        background-position: -2em -5em; }
      footer .socialIcons a.pinterest {
        width: 12px;
        height: 15px;
        background-position: -3em -5em; }
      footer .socialIcons a.vimeo {
        width: 14px;
        height: 12px;
        background-position: -3em -6em; }
      footer .socialIcons a.maps {
        width: 11px;
        height: 15px;
        background-position: -1em -7em; }
  footer .text {
    color: #fcd8c1;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    font-size: 0.5rem;
    line-height: 1.25;
    padding-bottom: 1px; }
    footer .text p {
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 1px; }

.popover {
  width: 100vw;
  height: 100%;
  padding: 100px 40px;
  background-color: rgba(252, 216, 193, 0.9);
  color: #002745;
  font-size: 1rem;
  line-height: 1;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  display: none; }
  .popover .close {
    background-color: transparent;
    border: none;
    color: #002745;
    font-size: 2rem;
    position: absolute;
    right: 10px;
    top: 7px; }
  .popover.open {
    display: block; }
  .popover h4 {
    font-size: 1.0625rem;
    line-height: 2.357;
    text-align: center;
    text-transform: uppercase; }
    .popover h4 span {
      display: block;
      font-size: 0.875rem;
      text-transform: none; }
  .popover p {
    font-size: 0.975rem;
    line-height: 1.181818;
    text-align: justify; }
  .popover aside {
    margin: 25px auto 0 auto;
    position: relative;
    text-align: center; }
    .popover aside a {
      display: inline-block;
      height: 28px;
      text-indent: -99999px;
      width: 28px; }
      .popover aside a + a {
        margin-left: 14px; }
      .popover aside a.facebook {
        background-position: -17em -23em; }
      .popover aside a.twitter {
        background-position: -19.05em -23em; }
      .popover aside a.web {
        background-position: -21em -23em; }

/*# sourceMappingURL=mobile.css.map */
