/* color definition */
/* google map */
/* squeezbox filter */
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  /* you need to set this to assign to the main element a min height of 100% */
  height: 100%; }

body {
  font-size: 100%;
  font-family: "Lora", serif;
  color: #333;
  background-color: white; }
  @media only screen and (max-width: 1099px) {
    body.nav-on-left.overflow-hidden {
      overflow: hidden; } }

a {
  color: #3d5a7b;
  text-decoration: none; }

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  z-index: 2;
  background: #f9f9f9;
  padding-top: 50px;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    /* negative value for right menu */ }
  @media only screen and (min-width: 800px) {
    .cd-main-content {
      padding-top: 70px; } }

.dropdown-searcher {
  background: red;
  top: 0px;
  z-index: 1000;
  float: right; }

.cd-main-content.dropdown-menu {
  padding-top: 0;
  margin-top: 120px; }
  @media only screen and (min-width: 800px) {
    .cd-main-content.dropdown-menu {
      margin-top: 140px; } }
  .cd-main-content.dropdown-menu .ribbon-box {
    top: 0; }

ul.sky-mega-menu {
  width: 100%; }
  @media only screen and (min-width: 800px) {
    ul.sky-mega-menu {
      width: 100%; } }

.dropdown-searcher.mobile {
  display: block;
  background: red; }
  .dropdown-searcher.mobile .search-trigger-wrapper {
    top: 70px;
    z-index: 9999;
    margin-top: 4px; }
  @media only screen and (min-width: 800px) {
    .dropdown-searcher.mobile {
      display: none; } }

.dropdown-searcher.desktop {
  display: none; }
  @media only screen and (min-width: 800px) {
    .dropdown-searcher.desktop {
      display: block;
      z-index: 9999; } }

header.fullwidth {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #eee;
  z-index: 4;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  header.fullwidth.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    /* negative value for right menu */ }
  header.fullwidth.is-fixed {
    position: fixed; }
  @media only screen and (min-width: 800px) {
    header.fullwidth {
      height: 70px; } }

header.fullwidth.translucent {
  background-color: rgba(238, 238, 238, 0.9); }

#cd-logo {
  display: block;
  float: left;
  margin: 12px 0 0 20px; }
  #cd-logo img {
    display: block;
    margin-top: 3px;
    height: 60px; }
    @media only screen and (min-width: 800px) {
      #cd-logo img {
        height: 90px; } }
  @media only screen and (min-width: 800px) {
    #cd-logo {
      margin: 22px 0 0 0px; } }

#cd-top-nav {
  position: absolute;
  top: 0;
  right: 160px;
  height: 100%;
  display: none; }
  #cd-top-nav ul {
    height: 100%;
    padding-top: 18px; }
  #cd-top-nav li {
    display: inline-block;
    margin-right: 1em; }
  #cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #3d5a7b;
    text-transform: uppercase;
    font-weight: 800; }
    #cd-top-nav a.current {
      background-color: #3d5a7b; }
    .no-touch #cd-top-nav a:hover {
      color: rgba(61, 90, 123, 0.7); }
  @media only screen and (min-width: 800px) {
    #cd-top-nav {
      display: block; } }

#cd-menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #4e739d;
  /* Menu Button Backgrund Farbe */ }
  #cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #d49500;
    font-weight: 800;
    display: none; }
  #cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #d49500;
    /* these are the upper and lower lines in the menu menu */ }
    #cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: inherit;
      left: 0; }
    #cd-menu-trigger .cd-menu-icon::before {
      bottom: 5px; }
    #cd-menu-trigger .cd-menu-icon::after {
      top: 5px; }
  #cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(212, 149, 0, 0); }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      background-color: #d49500; }
    #cd-menu-trigger.is-clicked .cd-menu-icon::before {
      bottom: 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #cd-menu-trigger.is-clicked .cd-menu-icon::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media only screen and (min-width: 800px) {
    #cd-menu-trigger {
      width: 110px;
      padding-left: 1.25em; }
      #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 70px; }
      #cd-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1.25em;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); } }

#cd-lateral-nav {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 260px;
  background-color: #013150;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px); }
  #cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px; }
  #cd-lateral-nav .sub-menu {
    padding: 0 10px 20px 15px;
    display: none; }
  #cd-lateral-nav a {
    display: block;
    line-height: 2em;
    padding: 0 16px 0 32px;
    color: #4d8dde; }
    #cd-lateral-nav a.current {
      background-color: #4e739d;
      color: #FFF; }
    .no-touch #cd-lateral-nav a:hover {
      color: #FFF; }
  @media only screen and (min-width: 800px) {
    #cd-lateral-nav .cd-navigation {
      margin: 20px 0; } }
  #cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch; }

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  /* this is the right arrow to show that the item has a submenu  */ }
  #cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url("../codyhouse/img/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  #cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

#cd-lateral-nav .socials {
  padding: 0 32px; }
  #cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both; }
  #cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-image: url("../codyhouse/img/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 128px 64px;
    background-color: #3d5a7b;
    margin-right: .5em;
    border-radius: 0.25em; }
    #cd-lateral-nav .socials a.cd-twitter {
      background-position: 0 -32px; }
    #cd-lateral-nav .socials a.cd-github {
      background-position: -32px 0; }
    #cd-lateral-nav .socials a.cd-facebook {
      background-position: -64px -32px; }
    #cd-lateral-nav .socials a.cd-google {
      background-position: -96px 0; }
    .no-touch #cd-lateral-nav .socials a:hover {
      background-color: #4d8dde; }
      .no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
        background-position: 0 -32px; }
      .no-touch #cd-lateral-nav .socials a:hover.cd-github {
        background-position: -32px -32px; }
      .no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
        background-position: -64px -32px; }
      .no-touch #cd-lateral-nav .socials a:hover.cd-google {
        background-position: -96px -32px; }

/* --------------- FIX Navigation TEST ---------------*/
@media only screen and (min-width: 800px) {
  .fullwidth.fix {
    visibility: hidden; } }

#cd-fix-nav {
  position: relative;
  z-index: 999;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 1;
  width: 360px;
  background-color: #888;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px); }
  @media only screen and (min-width: 800px) {
    #cd-fix-nav {
      visibility: visible; } }
  #cd-fix-nav .cd-navigation {
    margin: 10px 0 16px; }
  #cd-fix-nav .sub-menu {
    padding: 0 10px 20px 0px;
    display: none; }
  #cd-fix-nav a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6em;
    padding: 0 16px 0 32px;
    color: #ddd;
    text-transform: uppercase; }
    #cd-fix-nav a.current {
      background-color: #4e739d;
      color: #FFF; }
    .no-touch #cd-fix-nav a:hover {
      color: #FFF; }
  @media only screen and (min-width: 800px) {
    #cd-fix-nav .cd-navigation {
      margin: 20px 0; } }

/* style menu items which have a submenu  */
#cd-fix-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  /* this is the right arrow to show that the item has a submenu  */ }
  #cd-fix-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url("../codyhouse/img/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  #cd-fix-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

/* --------------- FIX Navigation TEST ---------------*/
.logo-wrapper {
  margin-left: 45px; }
  @media only screen and (min-width: 800px) {
    .logo-wrapper {
      margin-left: 130px; } }

.image-logo-wrapper {
  margin-left: 60px;
  margin-top: 10px; }
  @media only screen and (min-width: 800px) {
    .image-logo-wrapper {
      margin-top: 15px;
      margin-left: 130px; } }

.image-logo-wrapper img {
  height: 60px; }
  @media only screen and (min-width: 800px) {
    .image-logo-wrapper img {
      height: 90px; } }

.search-trigger-wrapper {
  right: 10px !important; }

#cd-top-nav {
  right: 80px; }

/* end uncomment for right menu */
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap; }

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-popup-trigger-wrapper {
  margin: 10px;
  float: left; }

.cd-popup-trigger {
  display: block;
  width: 200px;
  height: 100px;
  line-height: 100%;
  margin: 2em auto;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 10px;
  background: #3d5a7b;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  float: left;
  padding-top: 2.5em; }
  @media only screen and (min-width: 1100px) {
    .cd-popup-trigger {
      margin: 1em auto; } }

/* -------------------------------- 

xpopup 

-------------------------------- */
.popup-wrapper {
  z-index: 1000;
  position: fixed; }

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(61, 90, 123, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd-popup-container {
  position: relative;
  max-width: 90%;
  max-height: 80%;
  overflow-x: scroll;
  overflow-x: hidden;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 2em;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .cd-popup-container -webkit-scrollbar {
    display: none; }
  @media only screen and (min-width: 800px) {
    .cd-popup-container {
      max-width: 80%; } }
  @media only screen and (min-width: 1100px) {
    .cd-popup-container {
      max-width: 70%; } }
  .cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both; }
  .cd-popup-container .cd-buttons li {
    float: left;
    width: 50%; }
  .cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .cd-popup-container .cd-buttons li:first-child a {
    background: #d49500;
    border-radius: 0 0 0 .25em; }
    .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
      background-color: #eea700; }
  .cd-popup-container .cd-buttons li:last-child a {
    background: #8ba7c6;
    border-radius: 0 0 .25em 0; }
    .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
      background-color: #9cb4ce; }
  .cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px; }
    .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
      content: '';
      position: absolute;
      top: 12px;
      width: 14px;
      height: 3px;
      background-color: #333; }
    .cd-popup-container .cd-popup-close::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 8px; }
    .cd-popup-container .cd-popup-close::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 8px; }
  .is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  @media only screen and (min-width: 1100px) {
    .cd-popup-container {
      margin: 6em auto; } }

/* codyhouse mega menu cd overlay */
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(61, 90, 123, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }

.search-trigger-wrapper {
  display: block;
  position: absolute;
  top: 4px;
  right: 50px; }
  .search-trigger-wrapper li {
    list-style: none outside none; }
  @media only screen and (min-width: 800px) {
    .search-trigger-wrapper {
      right: 120px;
      top: 13px; } }

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  color: red;
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #3d5a7b; }

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #3d5a7b;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #3d5a7b;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-search form {
    height: 100%;
    width: 100%; }
  .cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(61, 90, 123, 0.15);
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #4d8dde, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .cd-search input::-webkit-input-placeholder {
      color: #2772d1; }
    .cd-search input::-moz-placeholder {
      color: #2772d1; }
    .cd-search input:-moz-placeholder {
      color: #2772d1; }
    .cd-search input:-ms-input-placeholder {
      color: #2772d1; }
    .cd-search input:focus {
      outline: none; }
  .cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .nav-is-fixed .cd-search {
    position: fixed; }
  @media only screen and (min-width: 800px) {
    .cd-search {
      height: 70px;
      top: 70px; }
      .cd-search input {
        padding: 0px 0px 0px 25px;
        font-size: 2rem;
        font-weight: 400; } }

@media only screen and (min-width: 800px) {
  #cd-search.cd-search {
    top: 70px; }
    #cd-search.cd-search input {
      font-size: 2rem;
      font-weight: 400; } }

/* -------------------------------- 

 login sigin/signup popup 

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 49, 80, 0.9);
  z-index: 5;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s; }
  .cd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0, visibility 0 0;
    -moz-transition: opacity 0.3s 0, visibility 0 0;
    transition: opacity 0.3s 0, visibility 0 0; }
    .cd-user-modal.is-visible .cd-user-modal-container {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .cd-user-modal-container .cd-switcher:after {
    content: "";
    display: table;
    clear: both; }
  .cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center; }
    .cd-user-modal-container .cd-switcher li:first-child a {
      border-radius: .25em 0 0 0; }
    .cd-user-modal-container .cd-switcher li:last-child a {
      border-radius: 0 .25em 0 0; }
  .cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #3d5a7b;
    color: white; }
    .cd-user-modal-container .cd-switcher a.selected {
      background: #FFF;
      color: #333; }
  @media only screen and (min-width: 480px) {
    .cd-user-modal-container {
      margin: 4em auto; }
      .cd-user-modal-container .cd-switcher a {
        height: 70px;
        line-height: 70px; } }

.cd-form {
  padding: 1.4em; }
  .cd-form .fieldset {
    position: relative;
    margin: 1.4em 0; }
    .cd-form .fieldset:first-child {
      margin-top: 0; }
    .cd-form .fieldset:last-child {
      margin-bottom: 0; }
  .cd-form label {
    font-size: 14px;
    font-size: 0.875rem; }
    .cd-form label.image-replace {
      /* replace text with an icon */
      display: inline-block;
      position: absolute;
      left: 15px;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 20px;
      width: 20px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      color: transparent;
      text-shadow: none;
      background-repeat: no-repeat;
      background-position: 50% 0; }
    .cd-form label.cd-username {
      background-image: url("../codyhouse/img/cd-icon-username.svg"); }
    .cd-form label.cd-email {
      background-image: url("../codyhouse/img/cd-icon-email.svg"); }
    .cd-form label.cd-password {
      background-image: url("../codyhouse/img/cd-icon-password.svg"); }
  .cd-form input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em; }
    .cd-form input.full-width {
      width: 100%; }
    .cd-form input.has-padding {
      padding: 12px 20px 12px 50px; }
    .cd-form input.has-border {
      border: 1px solid #4d8dde;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .cd-form input.has-border:focus {
        border-color: #013150;
        box-shadow: 0 0 5px rgba(1, 49, 80, 0.1);
        outline: none; }
    .cd-form input.has-error {
      border: 1px solid #d49500; }
    .cd-form input[type=password] {
      /* space left for the HIDE button */
      padding-right: 65px; }
    .cd-form input[type=submit] {
      padding: 16px 0;
      cursor: pointer;
      background: #3d5a7b;
      color: #FFF;
      font-weight: 800;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
        background: #45668c;
        outline: none; }
  .cd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #4d8dde;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #013150; }
  .cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(212, 149, 0, 0.9);
    padding: .8em;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s; }
    .cd-form .cd-error-message::after {
      /* triangle */
      content: '';
      position: absolute;
      left: 22px;
      bottom: 100%;
      height: 0;
      width: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid rgba(212, 149, 0, 0.9); }
    .cd-form .cd-error-message.is-visible {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.2s 0, visibility 0 0;
      -moz-transition: opacity 0.2s 0, visibility 0 0;
      transition: opacity 0.2s 0, visibility 0 0; }
  @media only screen and (min-width: 480px) {
    .cd-form {
      padding: 2em; }
      .cd-form .fieldset {
        margin: 2em 0; }
        .cd-form .fieldset:first-child {
          margin-top: 0; }
        .cd-form .fieldset:last-child {
          margin-bottom: 0; }
      .cd-form input.has-padding {
        padding: 16px 20px 16px 50px; }
      .cd-form input[type=submit] {
        padding: 16px 0; } }

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .cd-form-message {
      padding: 2em 2em 0; } }

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem; }
  .cd-form-bottom-message a {
    color: #FFF;
    text-decoration: underline;
    padding-top: 1em; }

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../codyhouse/img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#cd-login, #cd-signup, #cd-reset-password {
  display: none; }

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block; }

@media only screen and (min-width: 1100px) {
  .no-js .fullpage-cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }
  .no-js .nav-is-fixed .fullpage-cd-primary-nav {
    position: fixed; } }

/* ----------------------------

back to top link

----------------------------- */
.cd-top {
  display: block;
  height: 40px;
  width: 40px;
  margin-top: 100px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(1, 49, 80, 0.8) url("../codyhouse/img/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .no-touch .cd-top:hover {
    background-color: #013150;
    opacity: 1; }
  @media only screen and (min-width: 800px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 1100px) {
    .cd-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px; } }

/* -------------------------------- 

FAQ Accordion

-------------------------------- */
.cd-faq {
  width: 100%;
  max-width: 1100px;
  margin: 2em auto; }
  .cd-faq:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 800px) {
    .cd-faq {
      position: relative;
      margin: 1rem auto;
      box-shadow: none; } }

.cd-faq-items *, .cd-faq-items *::after, .cd-faq-items *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cd-faq-items *::after, .cd-faq-items *::before {
  content: ''; }

.cd-faq-group {
  /* hide group not selected */
  display: block;
  /* all groups visible */
  display: block; }
  .cd-faq-group.selected {
    display: block; }
  .cd-faq-group .cd-faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0; }
    .no-touch .cd-faq-group .cd-faq-title:hover {
      box-shadow: none; }
    .cd-faq-group .cd-faq-title h2 {
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 800;
      color: #1f5ba6; }
  .no-js .cd-faq-group {
    display: block; }
  .cd-faq-group > li {
    background: #eee;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s; }
    .no-touch .cd-faq-group > li:hover {
      box-shadow: 0 1px 10px rgba(61, 90, 123, 0.3); }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em; }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0; }

a.cd-faq-trigger {
  background: #f6f6f6; }

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
  padding: 1rem; }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #698db5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px; }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.cd-faq-content {
  display: none;
  background: white;
  border: 1px #eee solid;
  display: none;
  padding: 1rem; }
  .cd-faq-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #333; }
  .cd-faq-content p {
    line-height: 1.6; }
  .no-js .cd-faq-content {
    display: block; }

/* ----------- main stage from codyhouse fullscreen popup menu ---------- */
.cd-intro {
  position: relative;
  height: 300px;
  /* background: url('../codyhouse/img/cd-background-img.jpg') no-repeat center center; */
  background-size: cover;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 800px) {
    .cd-intro {
      height: 400px; } }
  @media only screen and (min-width: 1100px) {
    .cd-intro {
      height: 500px; } }
  .cd-intro .cd-intro-title {
    position: absolute;
    width: 90%;
    max-width: 1100px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    top: 70%;
    line-heigh: 110%; }
    .cd-intro .cd-intro-title h1 {
      font-size: 2.4rem;
      line-height: 110%;
      margin-bottom: 0.5em;
      font-weight: 800; }
    .cd-intro .cd-intro-title h2 {
      font-size: 16px;
      line-height: 110%;
      margin-bottom: 0.5em;
      font-weight: 400;
      padding-top: 0.5em; }
    @media only screen and (min-width: 800px) {
      .cd-intro .cd-intro-title {
        top: 80%; }
        .cd-intro .cd-intro-title h1 {
          font-size: 2.8rem;
          margin-bottom: 10px; }
        .cd-intro .cd-intro-title h2 {
          font-size: 1.2rem;
          padding-top: 0.5em; } }
    @media only screen and (min-width: 1100px) {
      .cd-intro .cd-intro-title {
        top: 80%; }
        .cd-intro .cd-intro-title h1 {
          font-size: 3.2rem;
          margin-bottom: 10px; }
        .cd-intro .cd-intro-title h2 {
          font-size: 1.4rem; } }

@media only screen and (min-width: 1100px) {
  h1 {
    font-size: 100px; }
  height: 800px; }

/* --------- entire codyhouse fullscreen popup menu ---------- */
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(1, 49, 80, 0.95);
  height: 50px;
  width: 100%;
  z-index: 4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 800px) {
    .cd-header {
      height: 70px;
      background: transparent;
      box-shadow: none; } }
  @media only screen and (min-width: 1100px) {
    .cd-header {
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      transition: background-color 0.3s;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .cd-header.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -70px;
        background-color: rgba(1, 49, 80, 0.96);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s; }
      .cd-header.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0); }
      .cd-header.menu-is-open {
        /* add a background color to the header when the navigation is open */
        background-color: none; } }

.cd-header a.cd-signin {
  font-weight: 400; }

.cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em; }
  .cd-logo a {
    color: #3d5a7b;
    font-weight: 800;
    font-size: 1.6em; }
  .cd-logo a:hover {
    color: rgba(61, 90, 123, 0.5); }
  .cd-logo img {
    display: block; }
  @media only screen and (min-width: 800px) {
    .cd-logo {
      left: 2.6em;
      top: 2.1em; }
      .cd-logo a {
        font-size: 1.4em; } }

.fullpage-cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  /* hidden on small devices */
  display: none; }
  .fullpage-cd-secondary-nav li {
    display: inline-block;
    margin-left: 2.2em; }
  .fullpage-cd-secondary-nav a {
    display: inline-block;
    color: #3d5a7b;
    text-transform: uppercase;
    font-weight: 800; }
  .fullpage-cd-secondary-nav a:hover {
    color: rgba(61, 90, 123, 0.5); }
  @media only screen and (min-width: 800px) {
    .fullpage-cd-secondary-nav {
      display: block; } }

.fullpage-cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #45668c; }
  .fullpage-cd-primary-nav-trigger .cd-menu-text {
    color: #3d5a7b;
    text-transform: uppercase;
    font-weight: 800;
    /* hide the text on small devices */
    display: none; }
  .fullpage-cd-primary-nav-trigger .cd-menu-icon {
    /* this span is the central line of the menu icon */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: white;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* these are the upper and lower lines in the menu icon */ }
    .fullpage-cd-primary-nav-trigger .cd-menu-icon::before, .fullpage-cd-primary-nav-trigger .cd-menu-icon:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: white;
      right: 0;
      -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
      -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
      transition: transform .3s, top .3s, background-color 0s; }
    .fullpage-cd-primary-nav-trigger .cd-menu-icon::before {
      top: -5px; }
    .fullpage-cd-primary-nav-trigger .cd-menu-icon::after {
      top: 5px; }
    .fullpage-cd-primary-nav-trigger .cd-menu-icon.is-clicked {
      background-color: rgba(255, 255, 255, 0); }
      .fullpage-cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .fullpage-cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        background-color: white; }
      .fullpage-cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      .fullpage-cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
        top: 0;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg); }
  @media only screen and (min-width: 800px) {
    .fullpage-cd-primary-nav-trigger {
      width: 100px;
      padding-left: 1em;
      background-color: transparent;
      height: 30px;
      line-height: 30px;
      right: 2.2em;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .fullpage-cd-primary-nav-trigger .cd-menu-text {
        display: inline-block; }
        .fullpage-cd-primary-nav-trigger .cd-menu-text:hover {
          color: rgba(61, 90, 123, 0.7); }
      .fullpage-cd-primary-nav-trigger .cd-menu-icon {
        left: auto;
        right: 0.8em;
        margin-top: 0px;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%); } }

.fullpage-cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(1, 49, 80, 0.96);
  z-index: 3;
  text-align: center;
  padding: 70px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .fullpage-cd-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0em;
    text-transform: capitalize; }
  .fullpage-cd-primary-nav a {
    display: inline-block;
    padding: .1em .5em;
    border-radius: 0.25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    color: white; }
    .no-touch .fullpage-cd-primary-nav a:hover {
      background-color: #3d5a7b;
      color: rgba(61, 90, 123, 0.15); }
  .fullpage-cd-primary-nav .cd-label {
    color: #025f9c;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 2.4em 0 .8em; }
  .fullpage-cd-primary-nav .cd-social {
    display: inline-block;
    margin: 0 .4em; }
    .fullpage-cd-primary-nav .cd-social a {
      width: 44px;
      height: 44px;
      padding: 0;
      background-image: url("../codyhouse/img/cd-social-icons.svg");
      background-repeat: no-repeat;
      /* image replacement */
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
  .fullpage-cd-primary-nav .cd-facebook a {
    background-position: 0 0; }
  .fullpage-cd-primary-nav .cd-instagram a {
    background-position: -44px 0; }
  .fullpage-cd-primary-nav .cd-dribbble a {
    background-position: -88px 0; }
  .fullpage-cd-primary-nav .cd-twitter a {
    background-position: -132px 0; }
  .fullpage-cd-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  @media only screen and (min-width: 800px) {
    .fullpage-cd-primary-nav {
      padding: 70px 0; } }
  @media only screen and (min-width: 1100px) {
    .fullpage-cd-primary-nav {
      padding: 130px 0; }
      .fullpage-cd-primary-nav li {
        font-size: 30px;
        font-size: 1.875rem; }
      .fullpage-cd-primary-nav .cd-label {
        font-size: 16px;
        font-size: 1rem; } }

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1100px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; } }

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ---------------------------------

Points of interest

----------------------------------- */
/* -------------------------------- 

Primary style

-------------------------------- */
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cdp-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 4em; }
  .cdp-container:after {
    content: "";
    display: table;
    clear: both; }

.cdp-img-replace {
  /* replace text with background images */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cdp-product {
  text-align: center; }

.cdp-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%; }
  .cdp-product-wrapper > img {
    display: block; }

.cdp-single-point {
  position: absolute;
  border-radius: 50%; }
  .cdp-single-point > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: inherit;
    background: #d49500;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .cdp-single-point > a::after, .cdp-single-point > a:before {
      /* rotating plus icon */
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background-color: white;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .cdp-single-point > a::after {
      height: 2px;
      width: 12px; }
    .cdp-single-point > a::before {
      height: 12px;
      width: 2px; }
  .cdp-single-point::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: cd-pulse 2s infinite;
    -moz-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite; }
  .cdp-single-point:nth-of-type(1) {
    bottom: 40%;
    right: 30%; }
  .cdp-single-point:nth-of-type(2) {
    bottom: 24%;
    right: 46%; }
  .cdp-single-point:nth-of-type(3) {
    top: 28%;
    left: 20%; }
  .cdp-single-point:nth-of-type(4) {
    top: 20%;
    right: 22%; }
  .cdp-single-point.is-open > a {
    background-color: #3d5a7b; }
    .cdp-single-point.is-open > a::after, .cdp-single-point.is-open > a::before {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
      transform: translateX(-50%) translateY(-50%) rotate(135deg); }
  .cdp-single-point.is-open::after {
    /* remove pulse effect */
    display: none; }
  .cdp-single-point.is-open .cdp-more-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
  .cdp-single-point.visited > a {
    background-color: #3d5a7b; }
  .cdp-single-point.visited::after {
    /* pulse effect no more active on visited elements */
    display: none; }
  @media only screen and (min-width: 480px) {
    .cdp-single-point.is-open .cdp-more-info.cdp-left {
      right: 140%; }
    .cdp-single-point.is-open .cdp-more-info.cdp-right {
      left: 140%; }
    .cdp-single-point.is-open .cdp-more-info.cdp-top {
      bottom: 140%; }
    .cdp-single-point.is-open .cdp-more-info.cdp-bottom {
      top: 140%; } }

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0.8); }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0); } }

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0.8); }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0); } }

@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0.8); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0.8); }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(212, 149, 0, 0); } }

.cdp-single-point .cdp-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s; }
  .cdp-single-point .cdp-more-info::before {
    /* triangle next to the interest point description - hidden on mobile */
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    display: none;
    border: 8px solid transparent; }
  .cdp-single-point .cdp-more-info h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: .6em; }
  .cdp-single-point .cdp-more-info p {
    color: #4d4d4d; }
  @media only screen and (min-width: 480px) {
    .cdp-single-point .cdp-more-info {
      position: absolute;
      width: 220px;
      height: 240px;
      padding: 1em;
      overflow-y: visible;
      line-height: 1.4;
      border-radius: 0.25em;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
      .cdp-single-point .cdp-more-info::before {
        display: block; }
      .cdp-single-point .cdp-more-info.cdp-left, .cdp-single-point .cdp-more-info.cdp-right {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .cdp-single-point .cdp-more-info.cdp-left::before, .cdp-single-point .cdp-more-info.cdp-right::before {
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      .cdp-single-point .cdp-more-info.cdp-left {
        right: 160%;
        left: auto; }
        .cdp-single-point .cdp-more-info.cdp-left::before {
          border-left-color: rgba(255, 255, 255, 0.95);
          left: 100%; }
      .cdp-single-point .cdp-more-info.cdp-right {
        left: 160%; }
        .cdp-single-point .cdp-more-info.cdp-right::before {
          border-right-color: rgba(255, 255, 255, 0.95);
          right: 100%; }
      .cdp-single-point .cdp-more-info.cdp-top, .cdp-single-point .cdp-more-info.cdp-bottom {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .cdp-single-point .cdp-more-info.cdp-top::before, .cdp-single-point .cdp-more-info.cdp-bottom::before {
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
      .cdp-single-point .cdp-more-info.cdp-top {
        bottom: 160%;
        top: auto; }
        .cdp-single-point .cdp-more-info.cdp-top::before {
          border-top-color: rgba(255, 255, 255, 0.95);
          top: 100%; }
      .cdp-single-point .cdp-more-info.cdp-bottom {
        top: 160%; }
        .cdp-single-point .cdp-more-info.cdp-bottom::before {
          border-bottom-color: rgba(255, 255, 255, 0.95);
          bottom: 100%; }
      .cdp-single-point .cdp-more-info h2 {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 0.3em; }
      .cdp-single-point .cdp-more-info p {
        font-size: 14px;
        font-size: 0.875rem; } }

/* close the interest point description - only on mobile */
.cdp-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px; }
  .cdp-close-info::after, .cdp-close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #3d5a7b;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .cdp-close-info::after {
    height: 2px;
    width: 16px; }
  .cdp-close-info::before {
    height: 16px;
    width: 2px; }
  @media only screen and (min-width: 480px) {
    .cdp-close-info {
      display: none; } }

/* -------------------------------- 

Google Map

-------------------------------- */
#google-container {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #f6f6f6; }
  @media only screen and (min-width: 800px) {
    #google-container {
      height: 400px; } }
  @media only screen and (min-width: 1100px) {
    #google-container {
      height: 400px; } }

#cd-google-map {
  position: relative; }
  #cd-google-map address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1em 1em;
    background-color: rgba(61, 90, 123, 0.9);
    color: #eee;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media only screen and (min-width: 800px) {
      #cd-google-map address {
        font-size: 15px;
        font-size: 0.9375rem;
        text-align: center; } }

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(61, 90, 123, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg"); }
  .no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #3d5a7b; }
  @media only screen and (min-width: 800px) {
    #cd-zoom-in, #cd-zoom-out {
      margin-left: 50px; } }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }
  @media only screen and (min-width: 800px) {
    #cd-zoom-in {
      margin-top: 50px; } }

#cd-zoom-out {
  background-position: 50% -32px; }

#cd-search.cd-search.dropdown {
  top: 1px; }

.fullwidth.navi05 {
  height: 90px; }

/* -------------------------------- 

Navigationi 06

-------------------------------- */
.content-06-background {
  background-color: #f6f6f6;
  clear: both;
  padding-top: 1rem; }

.navigation-06-header {
  background: #ccc;
  width: 100%;
  z-index: 100; }
  .navigation-06-header .logo-boxed {
    height: 50px; }
  .navigation-06-header .logo-boxed img {
    width: 220px; }
  .navigation-06-header .logo-boxed-content {
    font-weight: 700;
    background: white;
    padding: 12px 8px;
    width: 80%;
    display: block;
    float: left;
    height: 50px; }
  .navigation-06-header .logo-boxed-content a {
    color: white; }
  .navigation-06-header .byline {
    font-weight: 300;
    margin-left: 0.3rem;
    color: #333;
    font-weight: 700; }
  .navigation-06-header .kontakt-rechts {
    padding: 0.8rem;
    width: 20%;
    background: #d49500;
    display: block;
    float: right;
    height: 50px; }
  .navigation-06-header .kontakt-rechts a {
    color: white; }

/* -------------------------------- 

Navigation 07

-------------------------------- */
.content-07-background {
  background-color: white;
  clear: both;
  padding-top: 1rem; }

.navigation-07-header .logo-07-wrapper img {
  height: 60px; }
  @media only screen and (min-width: 800px) {
    .navigation-07-header .logo-07-wrapper img {
      height: 90px; } }
  @media only screen and (min-width: 1100px) {
    .navigation-07-header .logo-07-wrapper img {
      height: 110px; } }

.navigation-07-header .navigation-07-wrapper {
  position: relative; }

.navigation-07-header .flexy-menu {
  position: relative;
  top: 0px;
  width: 100%; }
  @media only screen and (min-width: 800px) {
    .navigation-07-header .flexy-menu {
      top: 0; } }
  @media only screen and (min-width: 1100px) {
    .navigation-07-header .flexy-menu {
      top: 62px; } }

.navigation-07-header .service-07-menu {
  text-align: left; }

.search-trigger-wrapper-07 {
  z-index: 1000; }
  .search-trigger-wrapper-07 li, .search-trigger-wrapper-07 ul {
    margin: 0;
    float: right; }

.cd-overlay.overlay-07 {
  top: 0px; }

.navigation-07-cta-sidebar {
  width: 12rem;
  height: 16rem;
  top: 300px;
  right: 0px;
  background: #eee;
  position: absolute; }

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