@import url("https://use.typekit.net/mui8dnv.css");
/**
 * Page
 *  - for page.html.twig and region markup.
 ============================================================================ */
.pr-search {
  background: #EBEAEA;
}

.pr-search .regions {
  background: #EBEAEA;
}

.pr-leaderboard .block:not(.has-title) {
  margin: 0;
}

.pr-leaderboard .block:not(.has-title) p {
  margin: 1rem 0 0;
}

.pr-leaderboard .block ul,
.pr-leaderboard .block ol {
  margin: 0;
}

.pr-navbar .block {
  margin: 0;
}

.pr-navbar .block ul {
  margin: 0;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__rw {
    padding: 0;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.pr-navbar__navbar #block-voyager-main-menu {
  position: inherit;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar #block-voyager-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.pr-navbar__navbar #block-voyager-main-menu .block-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr-navbar__navbar #block-voyager-main-menu .block-menu__inner .block-menu__content {
  -ms-flex-item-align: center;
      align-self: center;
}

.pr-navbar__navbar .ic {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top: 0px;
  outline: none;
}

.pr-navbar__navbar .ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #fff;
  top: 50px;
  height: 40px;
  display: block;
  outline: none;
}

.pr-navbar__navbar .ic.menu {
  top: 60px;
  z-index: 20;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .ic.menu {
    display: none;
  }
}

.pr-navbar__navbar .ic.menu .line {
  height: 4px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
  background-color: #000;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.pr-navbar__navbar .ic.menu .line:last-child {
  margin-bottom: 0px;
}

.pr-navbar__navbar .ic.menu:hover {
  opacity: 1;
}

.pr-navbar__navbar .ic.menu:focus {
  opacity: 1;
  outline: none;
  position: fixed;
}

.pr-navbar__navbar .ic.menu:focus ~ .ic.close {
  opacity: 1;
  z-index: 21;
  outline: none;
}

.pr-navbar__navbar .ic.menu:focus .line {
  background-color: #fff !important;
}

.pr-navbar__navbar .ic.menu:focus .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pr-navbar__navbar .ic.menu:focus .line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -10px;
}

.pr-navbar__navbar .ic.menu:focus .line:nth-child(3) {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
}

.pr-navbar__navbar .ic.menu:focus ~ .main-nav {
  width: 300px;
  background-color: #487A7B;
}

.pr-navbar__navbar .ic.menu:focus ~ .main-nav > * {
  opacity: 1;
}

.pr-navbar__navbar .main-nav {
  z-index: 4;
  padding: 3em 0 0;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 0px;
  background-color: #487A7B;
  height: 100%;
  overflow: auto;
  color: white;
  /*CSS animation applied : Slide from Right*/
  -webkit-transition-property: background, width;
  -o-transition-property: background, width;
  transition-property: background, width;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.pr-navbar__navbar .main-nav > * {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 0;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: auto;
    position: inherit;
    background-color: transparent;
  }
  .pr-navbar__navbar .main-nav a {
    color: #4A4A4A;
  }
  .pr-navbar__navbar .main-nav > * {
    opacity: 1;
  }
}

.pr-navbar__navbar .main-nav .menu-item {
  display: block;
  padding: 0 1em;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item {
    display: inline-block;
    padding: 0;
  }
}

.pr-navbar__navbar .main-nav .menu-item > a {
  display: none;
  padding: 1em;
  font-weight: bold;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item > a {
    display: block;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper {
    margin: 3.16em;
  }
}

.pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block--type-photo-nav .field-type-link {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block--type-photo-nav .field-type-link {
    margin-bottom: 1em;
  }
}

.pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block--type-photo-nav .field-type-link a::after {
  content: "";
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block--type-photo-nav .field-type-link a::after {
    content: url(../images/icons/icn---arrow--white.svg);
  }
}

.pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block--type-photo-nav .pn_image {
  display: none;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block--type-photo-nav .pn_image {
    display: block;
  }
}

.pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block-menu {
  display: none;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block-menu {
    display: block;
  }
}

.pr-navbar__navbar .main-nav .menu-item .menu_link_content .content_wrapper .block h2 {
  margin: 0 0 1rem;
  line-height: 1.25;
  font-size: 0.9375em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: sans-serif;
}

.pr-navbar__navbar .main-nav .menu-item .menu_link_content.menu-dropdown .block-menu__inner {
  display: block !important;
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content {
    visibility: hidden;
    background-color: #487A7B;
    -webkit-box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.02);
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1240px;
    margin: 0 auto 3em;
    width: 90%;
    color: #333;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 3;
    opacity: 0;
    /*CSS animation applied for sub menu : Slide from Top */
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
  }
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content > * {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    opacity: 0;
  }
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .atl--layout-threecol-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .atl--layout-threecol-section .layout__region {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .atl--layout-threecol-section .layout__region--second {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .pr-navbar__navbar .main-nav .menu-item .menu_link_content .atl--layout-threecol-section .layout__region .lr_wrapper {
    max-width: 290px;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item:hover {
    background: #487A7B;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .pr-navbar__navbar .main-nav .menu-item:hover a {
    color: white;
    text-decoration: none;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-navbar__navbar .main-nav .menu-item:hover .menu_link_content {
    background-color: #487A7B;
    color: white;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .pr-navbar__navbar .main-nav .menu-item:hover .menu_link_content a {
    color: white;
  }
  .pr-navbar__navbar .main-nav .menu-item:hover .menu_link_content * {
    opacity: 1;
  }
}

.pr-navbar__search-icon {
  width: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pr-main__content {
  padding: 0 !important;
}

.pr-subfeatures {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pr-subfeatures::before {
  content: url(/themes/voyager/logo.svg);
  text-align: center;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

@media screen and (min-width: 60.0625em) {
  .pr-subfeatures {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pr-subfeatures__rw {
  border-top: 1px solid #DCDCDC;
  max-width: 364px !important;
  margin: 0 auto;
}

@media screen and (min-width: 45.0625em) {
  .pr-subfeatures__rw {
    max-width: 734px !important;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-subfeatures__rw {
    border-top: none;
    max-width: 1240px !important;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-subfeatures__subfeatures-first {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-subfeatures__subfeatures-second {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-subfeatures__subfeatures-third {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (min-width: 60.0625em) {
  .pr-subfeatures__subfeatures-fourth {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.pr-footer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 60.0625em) {
  .pr-footer__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pr-footer__footer .field, .pr-footer__footer p {
  margin-bottom: 0;
}

.pr-footer__footer #block-copyright {
  margin: 0;
}

@media screen and (min-width: 60.0625em) {
  .pr-footer__footer #block-copyright {
    margin: 1.25em 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.pr-footer__footer #block-voyager-footer {
  margin-bottom: 3em;
}

@media screen and (min-width: 60.0625em) {
  .pr-footer__footer #block-voyager-footer {
    margin: 1.25em 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.pr-footer__footer #block-socialmedia {
  margin-top: 3.65em;
}

@media screen and (min-width: 60.0625em) {
  .pr-footer__footer #block-socialmedia {
    margin: 1.25em 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.cboxPhoto {
  max-height: 80vh;
  width: auto !important;
}

.return_nav a {
  background: #000044;
  display: block;
  text-align: center;
  color: white;
  padding: 1.56em 0;
  text-transform: uppercase;
  font-size: 1.1875em;
  font-weight: bold;
}

.return_nav a:hover {
  text-decoration: none;
  background: #487A7B;
  color: white;
}

.return_nav a:visited {
  color: white;
}

.return_nav a:before {
  content: url(../images/icons/icn---arrow--white--back.svg);
  margin-right: 0.9375em;
}

#sliding-popup {
  background: #4A4A4A;
  color: white;
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content {
  margin: 1em auto 0;
}

@media screen and (min-width: 60.0625em) {
  #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
  text-align: center;
}

@media screen and (min-width: 60.0625em) {
  #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
    text-align: left;
  }
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message h2 {
  font-size: 1.1em;
}

@media screen and (min-width: 60.0625em) {
  #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message h2 {
    font-size: 1.4em;
  }
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p {
  font-size: 1.1em;
  font-weight: normal;
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button {
  min-width: 0;
  font-size: 1em;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: normal;
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button:hover {
  text-decoration: underline;
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message .eu-cookie-compliance-more-button::after {
  display: none;
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons {
  text-align: center;
}

@media screen and (min-width: 60.0625em) {
  #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons {
    text-align: left;
  }
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button {
  background: #487A7B;
  text-transform: uppercase;
  color: white;
  font-size: 1.06em;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 25px 40px;
  min-width: 264px;
  text-align: center;
  font-weight: 600;
  border-radius: 2px;
  border: none;
}

@media screen and (min-width: 45.0625em) {
  #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button {
    padding: 20px 40px;
    min-width: 264px;
  }
}

@media screen and (min-width: 60.0625em) {
  #sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button {
    font-size: 1.18em;
  }
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button::after {
  content: url(../images/icons/icn---arrow--white.svg);
  margin-left: 7px;
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button:hover {
  text-decoration: none;
}

#sliding-popup .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  text-shadow: none;
  font-size: 1.0625em;
  letter-spacing: 1.5px;
  font-weight: 600;
}
/*# sourceMappingURL=page.css.map */