@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat|Open+Sans:400,600);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
    PROXIMA NOVA
\*------------------------------------*/
/**
 * This is the primary font used in the app.
 *
 *
 */
/*
  * Font path variable
  */
@font-face {
  font-family: 'proxima-nova';
  src: url("../../fonts///proximanova-reg-webfont.eot");
  src: url("../../fonts///proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts///proximanova-reg-webfont.woff") format("woff"), url("../../fonts///proximanova-reg-webfont.ttf") format("truetype"), url("../../fonts///proximanova-reg-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova-thin';
  src: url("../../fonts//proximanova-thin-webfont.eot");
  src: url("../../fonts//proximanova-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts//proximanova-thin-webfont.woff") format("woff"), url("../../fonts//proximanova-thin-webfont.ttf") format("truetype"), url("../../fonts//proximanova-thin-webfont.svg#proxima_nova_ththin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova-semibold';
  src: url("../../fonts//proximanova-sbold-webfont.eot");
  src: url("../../fonts//proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts//proximanova-sbold-webfont.woff") format("woff"), url("../../fonts//proximanova-sbold-webfont.ttf") format("truetype"), url("../../fonts//proximanova-sbold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima-nova-bold';
  src: url("../../fonts//proximanova-bold-webfont.eot");
  src: url("../../fonts//proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts//proximanova-bold-webfont.woff") format("woff"), url("../../fonts//proximanova-bold-webfont.ttf") format("truetype"), url("../../fonts//proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'mort_modern08_regular';
  src: url("../../fonts//mortmodern-08regular-webfont.woff2") format("woff2"), url("../../fonts//mortmodern-08regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'mort_modern09_medium';
  src: url("../../fonts//mortmodern-09medium-webfont.woff2") format("woff2"), url("../../fonts//mortmodern-09medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'mort_modern11_bold';
  src: url("../../fonts//mortmodern-11bold-webfont.woff2") format("woff2"), url("../../fonts//mortmodern-11bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: agency-fb,sans-serif;
  font-weight: 700;
  font-style: normal; }

/**
 * Mixin to be used when regular font weight is needed.
 */
/**
 * Mixin to be used when thin font weight is needed.
 */
/**
 * Mixin to be used when semibold/medium font weight is needed.
 */
/**
 * Mixin to be used when bold font weight is needed.
 */
/**
 * Mixin to be used when serif font is needed.
 */
/**
 * Mixin to be used when serif font is needed.
 */
/*
 * Image path variable
 */
.block {
  /* Display and box model */
  padding: 3.75rem 0; }
  .block--border {
    /* Display and box model */
    max-width: 64rem;
    margin: 0 auto;
    /* Appearance */
    border-top: solid 1px #D5D5D5; }
  .block__content {
    /* Display and box model */
    display: flex;
    align-items: center;
    max-width: 64rem;
    margin: 0 auto; }
  .block__header {
    /* Display and box model */
    margin-bottom: 1.875rem; }
  .block__footer {
    /* Display and box model */
    margin-top: 3.75rem; }
  .block__figure {
    /* Display and box model */
    width: 17.5rem;
    height: 24rem;
    /* Appearance */ }
    .block__figure img {
      /* Appearance */
      filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)); }
    .block__figure:hover {
      /* Appearance */ }
      .block__figure:hover img {
        /* Appearance */
        filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.25)); }
  .block__col {
    /* Display and box model */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.875rem; }
    .block__col--center {
      text-align: center;
      align-items: center !important; }
    .block__col--figure {
      /* Display and box model */
      display: none; }
    .block__col--right {
      /* Display and box model */
      flex: 2; }
  .block__headline {
    /* Appearance */
    font-family: agency-fb,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center; }
    .block__headline--center {
      /* Appearance */
      text-align: center !important; }
  .block__copy {
    /* Appearance */
    font-family: 'agency', Helvetica, Arial, San-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4em;
    text-align: center; }
    .block__copy--center {
      /* Appearance */
      text-align: center !important; }
  @media (min-width: 568px) {
    .block__col {
      /* Display and box model */
      padding: 0 1.25rem;
      align-items: flex-start; }
    .block__headline {
      /* Appearance */
      text-align: left; }
    .block__copy {
      /* Appearance */
      font-size: 0.9375rem;
      text-align: left; } }
  @media (min-width: 769px) {
    .block__col {
      /* Display and box model */
      padding: 0 3.75rem; }
      .block__col--figure {
        /* Display and box model */
        display: flex; }
    .block__copy {
      /* Appearance */
      font-size: 1.0625rem; } }
.button {
  /* Display and box model */
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  padding: 0 1em;
  padding-top: .5em;
  padding-bottom: 0.3em;
  outline: none;
  /* Appearance */
  background: white;
  transition: background .3s;
  color: #FFFAF3;
  border: solid 1px currentColor;
  border-radius: 0.1875rem;
  /* Font */
  font-family: agency-fb,sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1em;
  /* Other */
  transition: .3s; }
  .button:hover {
    /* Appearance */
    background: #FFFAF3;
    color: white; }
  .button--color--primary {
    color: white;
    background: #0F5FAD;
    background-image: linear-gradient(-180deg, #0f5fad 0%, #116cc4 100%);
    border: solid 2px white;
    box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.5); }
    .button--color--primary:hover {
      background: #0F5FAD;
      border-color: #0F5FAD; }
  .button--color--secondary {
    color: white;
    background: #FFFAF3;
    border: solid 1px #FFFAF3; }
    .button--color--secondary:hover {
      background: #ffd08d;
      border-color: #ffd08d; }
  .button--color--wire {
    color: #0F5FAD;
    background: white;
    border: solid 1px #0F5FAD; }
    .button--color--wire:hover {
      color: white;
      background: #0F5FAD;
      border-color: #0F5FAD; }
  .button--size--large {
    /* Display and box model */
    height: 3.4375rem; }
  .button--size--medium {
    /* Appearance */
    font-size: 1rem; }
  .button--size--small {
    /* Display and box model */
    max-height: 2.1875rem;
    /* Appearance */
    font-size: 0.8125rem; }
  .button--flex {
    /* Display and box model */
    display: flex;
    justify-content: center;
    align-items: center; }
  .button--flexible {
    display: inline-block;
    width: 100%; }
  .button--pill {
    /* Display and box model */
    padding-bottom: .5em;
    /* Appearance */
    border-radius: 3.125rem; }
  .button--grouped:first-child {
    /* Appearance */
    border-radius: rem(5) 0 0 rem(5); }
  .button--grouped:last-child {
    /* Appearance */
    border-radius: 0 rem(5) rem(5) 0; }

.footer {
  /* Display and box model */
  padding-bottom: 4.375rem; }
  .footer__content {
    /* Display and box model */ }
  .footer__header {
    /* Display and box model */
    margin-bottom: 0.9375rem; }
  .footer__footer {
    /* Display and box model */
    margin-top: 1em; }
  .footer__col {
    /* Display and box model */
    flex: 1;
    display: flex;
    flex-direction: column;
    /* Appearance */
    text-align: left; }
    .footer__col--info {
      /* Display and box model */
      padding: 2.8125rem 1.875rem;
      /* Appearance */
      background: #0F5FAD;
      background-image: linear-gradient(-180deg, #0f5fad 0%, #116cc4 100%); }
    .footer__col--right {
      /* Display and box model */
      flex: 2;
      height: 442px; }
      .footer__col--right iframe {
        /* Appearance */ }
  .footer__block {
    /* Display and box model */
    margin-bottom: 1.875rem; }
    .footer__block:last-child {
      /* Display and box model */
      margin-bottom: 0; }
  .footer__headline {
    /* Appearance */
    font-family: agency-fb,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase; }
  .footer__title {
    /* Appearance */
    font-family: 'proxima-nova-semibold', Helvetica, Arial, San-serif;
    font-weight: normal;
    font-size: 0.9375rem;
    color: white; }
  .footer__value {
    /* Appearance */
    font-family: 'agency', Helvetica, Arial, San-serif;
    font-weight: normal;
    font-size: 0.9375rem;
    color: white; }
  .footer__address {
    /* Appearance */
    font-family: 'agency', Helvetica, Arial, San-serif;
    font-weight: normal;
    font-size: 0.9375rem;
    color: white;
    white-space: nowrap; }
  .footer__list {
    /* Appearance */
    font-family: 'agency', Helvetica, Arial, San-serif;
    font-weight: normal;
    font-size: 0.9375rem;
    color: white;
    line-height: 1.2em; }
  .footer__list-item {
    /* Display and box model */
    margin-bottom: 1em;
    /* Appearance */ }
    .footer__list-item:last-child {
      /* Display and box model */
      margin-bottom: 0; }
    .footer__list-item--email:before {
      content: '';
      width: 20px;
      height: 20px;
      float: left;
      margin-right: 1em;
      background: url(../../img/icons/icon-email.svg) 50% 50% no-repeat;
      background-size: 60% !important; }
    .footer__list-item--phone:before {
      content: '';
      width: 20px;
      height: 20px;
      float: left;
      margin-right: 1em;
      background: url(../../img/icons/icon-phone.svg) 50% 50% no-repeat;
      background-size: 60% !important; }
    .footer__list-item--address:before {
      content: '';
      width: 20px;
      height: 20px;
      float: left;
      margin-right: 1em;
      background: url(../../img/icons/icon-location.svg) 50% 50% no-repeat;
      background-size: 60% !important; }
  @media (min-width: 769px) {
    .footer {
      /* Display and box model */
      padding-bottom: 2.5rem; }
      .footer__content {
        /* Display and box model */
        display: flex; }
      .footer__col--figure {
        /* Display and box model */
        display: flex; } }
.icon:before {
  display: inline-block;
  content: '';
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem; }

.icon--block:before {
  background: red; }

.icon--star:before {
  background: url(../../img/icons/icon-star.svg) 50% 0 no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-size: 100% !important; }

.icon--halfstar:before {
  background: url(../../img/icons/icon-halfstar.svg) 0 0 no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem; }

.icon--nav {
  position: relative;
  top: 0.1875rem;
  margin-right: .75em; }
  .icon--nav:before {
    background: url(../../img/icons/icon-nav.svg) 50% 0 no-repeat;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    background-size: 100% !important; }

.icon--home:before {
  background: url(../../img/icons/icon-home.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-size: 50% !important; }

.icon--phone:before {
  background: url(../../img/icons/icon-phone.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-size: 60% !important; }

.icon--location:before {
  background: url(../../img/icons/icon-location.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-size: 50% !important; }

.icon--email:before {
  background: url(../../img/icons/icon-email.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-size: 50% !important; }

.icon--gallery:before {
  background: url(../../img/icons/icon-gallery.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-size: 50% !important; }
  @media (min-width: 769px) {
    .icon--gallery:before {
      vertical-align: text-top;
      background-size: contain !important; } }
.icon--back-top:before {
  background: url(../../img/icons/icon-back-white.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem;
  transform: rotate(90deg); }

.icon--back-top:before {
  background: url(../../img/icons/icon-back-white.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem;
  transform: rotate(90deg); }

.icon--back-red:before {
  background: url(../../img/icons/icon-back-red.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem; }

.icon--forward-red:before {
  background: url(../../img/icons/icon-back-red.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
  transform: rotate(180deg); }

.icon--chevron-back {
  margin-right: 1em; }
  .icon--chevron-back:before {
    background: url(../../img/icons/icon-chevron-gray.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 2.1875rem;
    height: 2.1875rem; }

.icon--chevron-forward {
  margin-left: 1em; }
  .icon--chevron-forward:before {
    background: url(../../img/icons/icon-chevron-gray.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 2.1875rem;
    height: 2.1875rem;
    transform: rotate(180deg); }

.icon--share:before {
  background: url(../../img/icons/icon-share.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem; }

.icon--share-red:before {
  background: url(../../img/icons/icon-share-red.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem; }

.icon--arrow-right-white:before {
  background: url(../../img/icons/icon-triangle-right-white.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem; }

.icon--location-map:before {
  background: url(../../img/icons/icon-location-map.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem; }

.icon--arrow-right-red:before, .icon--arrow-right-active:before {
  background: url(../../img/icons/icon-triangle-right-red.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem; }

.icon--social-mail:before {
  background: url(../../img/icons/icon-social-mail.svg) 50% 50% no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 2.8125rem;
  height: 2.8125rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.25);
  border-radius: 50%; }

.icon--social-twitter:before {
  background: url(../../img/icons/icon-social-twitter.svg) 50% 50% no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 2.8125rem;
  height: 2.8125rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.25);
  border-radius: 50%; }

.icon--social-facebook:before {
  background: url(../../img/icons/icon-social-facebook.svg) 50% 50% no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 2.8125rem;
  height: 2.8125rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.25);
  border-radius: 50%; }

.icon--social-instagram:before {
  background: url(../../img/icons/icon-social-instagram.svg) 50% 50% no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 2.8125rem;
  height: 2.8125rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.25);
  border-radius: 50%; }

.icon--social-linkedin:before {
  background: url(../../img/icons/icon-social-linkedin.svg) 50% 50% no-repeat;
  background-size: 100%;
  vertical-align: middle;
  width: 2.8125rem;
  height: 2.8125rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.25);
  border-radius: 50%; }

.icon--left {
  margin-right: 0.4375rem; }

.icon--xsmall:before {
  background-size: contain;
  width: 1rem;
  height: 1rem; }

.icon--small:before {
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem; }

.icon--large:before {
  width: 3.75rem;
  height: 3.75rem; }

.icon--circle {
  display: flex; }
  .icon--circle:before {
    background-color: #0F5FAD;
    background-size: contain;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    border: solid 0.09375rem white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

.icon--mobile:before {
  background-color: #0F5FAD;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  border: solid 0.09375rem white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

@media (min-width: 769px) {
  .icon--mobile:before {
    width: 3.75rem;
    height: 3.75rem; } }

.header {
  background: white url(../../img/bg-homepage.png);
  background-size: cover;
  background-attachment: fixed; }
  .header__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 2em 0;
    padding-bottom: 4em; }
  .header__title {
    font-family: 'proxima-nova-semibold', Helvetica, Arial, San-serif;
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 1.4em;
    margin-bottom: .5em; }
  .header__copy {
    font-size: 1.25rem;
    color: #999;
    line-height: 1.4em; }
  .header__button {
    margin-top: 2em; }
  @media (min-width: 1025px) {
    .header__content {
      max-width: 60%; } }
.info {
  padding: 2em;
  background: #F8F8F8; }
  .info__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto; }
  .info__list {
    padding: 24px;
    flex: 0 auto;
    order: 2; }
  .info__poster {
    padding: 24px;
    flex: 2 0 auto;
    order: 1; }
    .info__poster img {
      max-width: 25rem; }
  .info__item {
    padding: 2em; }
  .info__title {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    padding-bottom: .5em; }
  .info__description {
    font-size: 1rem;
    color: #999; }
  @media (min-width: 1025px) {
    .info__content {
      flex-direction: row;
      max-width: 70%; }
    .info__list {
      order: 1; }
    .info__poster {
      order: 2; } }
.menu__content {
  /* Display and box model */
  max-width: 64rem;
  margin: 0 auto;
  padding: 3.75rem 0; }

.menu__block {
  /* Display and box model */
  margin-bottom: 3.75rem; }
  .menu__block:last-child {
    margin-bottom: 0; }

.menu__header {
  /* Display and box model */
  margin: 1.875rem 0;
  text-align: center; }
  .menu__header:first-child {
    margin-top: 0; }

.menu__headline {
  /* Appearance */
  font-family: agency-fb,sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #444;
  text-transform: uppercase;
  line-height: 1.4em; }

.menu__subhead {
  /* Appearance */
  font-family: mort_modern08_regular, Georgia, Times New Roman, Serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: #756867;
  font-style: italic; }

.menu__title {
  /* Appearance */
  font-family: 'proxima-nova-bold', Helvetica, Arial, San-serif;
  font-weight: normal;
  font-size: 1.3125rem;
  color: #444; }

.menu__copy {
  /* Appearance */
  font-family: 'agency', Helvetica, Arial, San-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #756867; }

.menu__price {
  /* Appearance */
  font-family: 'proxima-nova-bold', Helvetica, Arial, San-serif;
  font-weight: normal;
  text-align: right;
  font-size: 1.125rem;
  color: #444; }

.menu__list {
  /* Display and box model */
  padding: 0 0.9375rem; }

.menu__list-item {
  /* Display and box model */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.875rem; }

.menu__col {
  /* Display and box model */
  display: flex;
  flex-direction: column; }
  .menu__col--info {
    /* Display and box model */
    padding-right: 1em; }
  .menu__col--price {
    /* Display and box model */
    justify-content: flex-end; }

@media (min-width: 568px) {
  .menu__col--info {
    /* Display and box model */
    padding-right: 0; }
  .menu__col--dots {
    /* Display and box model */
    flex: 1;
    margin: 0 5px;
    margin-bottom: 5px;
    /* Appearance */
    border-bottom: 2px dotted #B5ABAB; } }

@media (min-width: 1200px) {
  .menu__list {
    /* Display and box model */
    padding: 0; } }

/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
.modal-basic__header {
  /* Display and box model */
  padding: rem(30);
  background: white;
  border-bottom: solid 1px #999;
  /* Appearance */
  font-family: Helvetica, Arial, San-serif;
  font-size: rem(16);
  text-transform: uppercase;
  border-radius: rem(15) rem(15) 0 0; }

.modal-basic__footer {
  /* Display and box model */
  display: flex;
  padding: rem(30);
  /* Appearance */
  background: white;
  border-top: solid 1px #999;
  border-radius: 0 0 rem(15) rem(15); }

.modal-basic__action {
  /* Display and box model */
  margin: 0 rem(16); }
  .modal-basic__action:first-child {
    flex: 1;
    justify-content: flex-start; }
  .modal-basic__action:last-child {
    flex: 1;
    justify-content: flex-end; }

.modal-basic__content {
  /* Display and box model */
  padding: rem(30);
  /* Appearance */
  text-align: left;
  background: white; }

/* Hide scroll bar */
html.remodal_lock,
body.remodal_lock {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  visibility: hidden; }

/* Overlay necessary styles */
.remodal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-overlay:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay {
  -webkit-backface-visibility: hidden; }

/* Modal dialog necessary styles */
.remodal {
  position: relative;
  display: inline-block; }

/* ==========================================================================
   Remodal default theme
   ========================================================================== */
/* Default theme font */
/* Background for effects */
.remodal-bg {
  transition: filter 0.1s linear; }

/* Overlay default theme styles */
.remodal-overlay {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(0, 46, 2, 0.5);
  -webkit-backdrop-filter: blur(rem(3)); }

body.remodal_active .remodal-overlay {
  opacity: 1; }

/* Modal dialog default theme styles */
.remodal {
  box-sizing: border-box;
  min-height: 100%;
  width: 100%;
  transition: transform 0.3s linear;
  transition-delay: none;
  transform: scale(0.95) translateY(100%);
  color: #444;
  background: rgba(0, 46, 2, 0.9);
  background-clip: padding-box;
  max-width: 600px; }
  @media (min-width: 568px) {
    .remodal {
      min-height: 0;
      max-width: rem(600);
      border-radius: rem(15);
      backface-visibility: hidden;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.25); } }
body.remodal_active .remodal {
  transform: scale(1) translateY(0);
  transition-delay: none; }

/* Modal dialog vertical align  */
.remodal,
.remodal-overlay:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 2em;
  right: 2em;
  width: rem(48);
  height: rem(48);
  text-decoration: none; }
  @media (min-width: 568px) {
    .remodal-close {
      left: rem(16); }
      .remodal-close:hover {
        transform: scale(1.1); } }
.remodal-close:after {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: rem(48);
  line-height: rem(48);
  display: block;
  content: "×";
  cursor: pointer;
  transition: all 0.2s linear;
  text-decoration: none;
  color: white; }

/* IE8
   ========================================================================== */
html.lt-ie9,
html.lt-ie9 body {
  overflow: auto !important;
  min-height: 100%;
  margin: 0; }

.lt-ie9 .remodal-overlay {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///8AAABVwtN+AAAAAnRSTlMAuyogpzwAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAGHRFWHRDcmVhdGlvbiBUaW1lADA2LzEwLzIwMTSCx1nsAAAAD0lEQVQImWP4//8DAxUxACnDOpkfX95WAAAAAElFTkSuQmCC); }

.lt-ie9 .remodal {
  width: 500px;
  min-height: auto; }

.nav {
  font-family: Proxima-Nova, Helvetica, Arial, San-serif; }
  .nav__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
    padding: 2em 0; }
  .nav__list {
    display: none; }
    .nav__list:last-child {
      padding-left: 1em; }
  .nav__list-item {
    padding-right: 2em; }
    .nav__list-item:last-child {
      padding-right: 0; }
  .nav__link {
    text-decoration: none;
    color: #222; }
    .nav__link--disabled {
      color: #91928E;
      cursor: not-allowed; }
  @media (min-width: 1025px) {
    .nav {
      display: flex;
      justify-content: flex-end;
      padding: 0 1em; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .nav__list {
      display: flex;
      align-items: center; } }
.menu {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .menu__icon {
    position: absolute;
    right: 2em; }
  .menu__button {
    position: absolute;
    right: 2em;
    padding: .5em 1em;
    color: #444;
    background: rgba(255, 255, 255, 0.8);
    border: solid 1px #444;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none; }
  .menu__logo {
    padding: 1em;
    margin-bottom: rem(32); }
    .menu__logo img {
      max-width: 250px;
      height: auto;
      filter: drop-shadow(0, 0, 5px, 5px, rgba(255, 255, 255, 0.75)); }
  .menu__list-item {
    margin-bottom: rem(24); }
  .menu__link {
    text-decoration: none;
    font-size: 2em;
    color: white; }
    .menu__link--disabled {
      color: #91928E;
      cursor: not-allowed; }
  @media (min-width: 1025px) {
    .menu__icon, .menu__button {
      display: none; } }
#mobile-nav {
  font-family: 'agency', Helvetica, Arial, San-serif;
  font-weight: normal;
  background-color: #D5D5D5;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease; }
  #mobile-nav__label {
    background-color: #0F5FAD;
    font-family: 'proxima-nova-bold', Helvetica, Arial, San-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    text-align: center;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5em;
    border-bottom: solid 1px gray; }
  #mobile-nav__link {
    /* Display and box model */
    padding-bottom: .5em;
    /* Appearance */
    font-family: 'proxima-nova-semibold', Helvetica, Arial, San-serif;
    font-weight: normal;
    text-decoration: none;
    color: #0F5FAD; }
  #mobile-nav__toggle {
    display: none; }
    #mobile-nav__toggle:checked + #mobile-nav {
      position: relative;
      max-height: 100px;
      padding: 1em .5em; }

.mobile-nav__link--active {
  /* Appearance */
  font-family: 'proxima-nova-bold', Helvetica, Arial, San-serif;
  font-weight: normal;
  color: #444 !important; }

body {
  /* Appearance */
  background-color: #FFFAF3;
  font-family: 'agency', Helvetica, Arial, San-serif;
  font-weight: normal;
  line-height: 1.6em;
  color: #444;
  min-height: 100vh;
  min-width: 100vw; }

.accessibility-hidden,
.hide {
  display: none; }

#toTop {
  /* Display and box model */
  position: fixed;
  cursor: pointer;
  width: rem(24);
  height: rem(24);
  padding: 1em;
  padding-bottom: .5em;
  /* Appearance */
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.3125rem; }
  @media (min-width: 769px) {
    #toTop {
      bottom: 1.5rem;
      right: 1.5rem; } }
img {
  max-width: 100%; }

.divider {
  /* Display and box model */
  /* Display and box model */
  max-width: 64rem;
  margin: 0 auto;
  /* Appearance */
  border-top: 1px solid #D5D5D5; }

.hide,
.hide-mobile,
.hide-mobile-inline {
  display: none !important; }

.show-mobile {
  display: block !important; }

.show-mobile-flex {
  display: flex !important; }

@media (min-width: 769px) {
  .hide-mobile {
    display: block !important; }
  .hide-mobile-inline {
    display: inline !important; }
  .show-mobile,
  .show-mobile-flex {
    display: none !important; } }

sup {
  position: relative;
  top: -0.5em; }

/* The animation code */
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

.bar-logo {
  display: flex;
  flex: 1 auto;
  align-items: center;
  height: 60px; }
  .bar-logo img {
    max-width: rem(300);
    height: 60px; }
