
/* Commmon Includes */

.roboto-normal {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.roboto-medium {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.roboto-bold {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.stage-font {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 1.2em;

}

@media (min-width: 480px) {

.stage-font {
    font-size: 40px

}
  }

@media (min-width: 650px) {

.stage-font {
    font-size: 50px

}
  }

@media (min-width: 1100px) {

.stage-font {
    font-size: 66px

}
  }

@media (min-width: 1500px) {

.stage-font {
    font-size: 70px

}
  }

.x-large-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: -.5px;

}

@media (min-width: 480px) {

.x-large-font {
    font-size: 32px;
    line-height: 1.1em

}
  }

.large-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1em;
}

.medium-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.4em;
}

.small-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

.body-big-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;

}

@media (min-width: 480px) {

.body-big-font {
    font-size: 20px

}
  }

.body-normal-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6em;
}

.button-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;

}

@media (min-width: 1100px) {

.button-font {
    font-size: 14px

}
  }

.capition-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.2em;
}

.capition-small-font {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;

}

@media (min-width: 480px) {

.capition-small-font {
    font-size: 14px

}
  }

@keyframes ken-burns {
  0% {
    transform: scale(1.05) ;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ken-burns-in-out {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.3) translate(-50px,-20px);
  }
  100% {
    transform: scale(1) translate(0,0);
  }
}

@keyframes animate-in-from-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate-in-from-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes animate-in-from-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes bracket {
  0% {
    width: 1%;
  }
  90% {
    width: 100%;
    height: 1px;
  }
  100% {
    height: 8px;
    width: 100%;
  }
}

@keyframes mouse {
  0% {
    opacity: 0;
    top: -55px;
    height: 12px;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 10px;
    top: -42px;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes spinner {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1.0);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  height: 100%;
  position: relative;
  background-color: #2e2e2e;
  background-color: #2e2e2e;
  background-color: #2e2e2e;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;

}

body.fade-in {
    opacity: 1;
    transition: opacity .8s;
    transition-timing-function: cubic-bezier(0.64, 0.16, 0.44, 0.805);
  }

body.fade-out {
    opacity: 0;
    transition: opacity 1s;
    transition-timing-function: cubic-bezier(0.360, 0.005, 0.480, 0.195);
  }

main {
  display: block;
  min-width: 320px;
  background-color: #fff;
  background-color: #fff;
  background-color: #fff;
  z-index: 99;
  position: relative;
  overflow: hidden;
}

section {
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 40px;
  min-width: 320px;
  position: relative;
  background-color: #fff;
  background-color: #fff;
  background-color: #fff;

}

@media (min-width: 1100px) {

section {
    margin-bottom: 80px;
    margin-bottom: 80px;
    margin-bottom: 80px

}
  }

@media (min-width: 1500px) {

section {
    margin-bottom: 100px;
    margin-bottom: 100px;
    margin-bottom: 100px

}
  }

h1 {
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: -.5px;

}

@media (min-width: 480px) {

h1 {
    font-size: 32px;
    line-height: 1.1em

}
  }

h2 {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 20px;
}

h3 {
  margin-bottom: 20px;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

h5 {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

h6 {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

p {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  outline: none;
  border: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

ul, ol {
  padding-left: 30px;
  margin-bottom: 30px;

}

@media (min-width: 768px) {

ul, ol {
    padding-left: 40px

}
  }

li {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

ul li {
  list-style: none;
}

/* Common Classes */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    background-color: black;
    color: white !important;
}

@font-face {
  font-family: 'icomoon';
  src:url('/fonts/icomoon.eot?1wnlkm');
  src:url('/fonts/icomoon.eot?#iefix1wnlkm') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?1wnlkm') format('truetype'),
    url('/fonts/icomoon.woff?1wnlkm') format('woff'),
    url('/fonts/icomoon.svg?1wnlkm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {

  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icomoon';
  }

.icon-leaf1:before {
  content: "\e901";
}

.icon-leaf:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e902";
}

.icon-mall:before {
  content: "\e809";
}

.icon-arrowdownnc:before {
  content: "\e801";
}

.icon-arrowleftnc:before {
  content: "\e802";
}

.icon-arrowrightnc:before {
  content: "\e803";
}

.icon-arrowupnc:before {
  content: "\e804";
}

.icon-chevron:before {
  content: "\e805";
}

.icon-minusnocircle:before {
  content: "\e806";
}

.icon-plusnocircle:before {
  content: "\e807";
}

.icon-routeshield:before {
  content: "\e808";
}

.icon-markernocircle:before {
  content: "\e800";
}

.icon-minus:before {
  content: "\e618";
}

.icon-plus:before {
  content: "\e619";
}

.icon-thumbnail:before {
  content: "\e615";
}

.icon-info:before {
  content: "\e616";
}

.icon-close:before {
  content: "\e617";
}

.icon-home:before {
  content: "\e614";
}

.icon-arrowright:before {
  content: "\e610";
}

.icon-arrowdown:before {
  content: "\e611";
}

.icon-arrowleft:before {
  content: "\e612";
}

.icon-arrowup:before {
  content: "\e613";
}

.icon-pdf:before {
  content: "\e60e";
}

.icon-link:before {
  content: "\e60f";
}

.icon-silverware:before {
  content: "\e600";
}

.icon-questions:before {
  content: "\e601";
}

.icon-play:before {
  content: "\e602";
}

.icon-person:before {
  content: "\e603";
}

.icon-people:before {
  content: "\e604";
}

.icon-motorways:before {
  content: "\e605";
}

.icon-mic:before {
  content: "\e606";
}

.icon-marker:before {
  content: "\e607";
}

.icon-lightbulb:before {
  content: "\e608";
}

.icon-handshake:before {
  content: "\e609";
}

.icon-dots:before {
  content: "\e60a";
}

.icon-chef:before {
  content: "\e60b";
}

.icon-airport:before {
  content: "\e60c";
}

.icon-phone:before {
  content: "\e60d";
}

.lock {
  padding: 0 35px;

}

@media (min-width: 768px) {

.lock {
    padding: 0 60px

}
  }

@media (min-width: 1100px) {

.lock {
    margin: 0 auto;
    padding: 0;
    width: 960px

}
  }

.main-wrapper {
  position: relative;
  z-index: 9;
  background-color: #fff;
  background-color: #fff;
  background-color: #fff;
  overflow: hidden;
}

/* Common Class : Chefs less file */

/*.amy-berman {
  background-image: url(/images/chefs/amy-berman.jpg);
}

.bryan-caswell {
  background-image: url(/images/chefs/bryan-caswell.jpg);
}

.jeff-steelman {
  background-image: url(/images/chefs/jeff-steelman.jpg);
}

.kathy-casey {
  background-image: url(/images/chefs/kathy-casey.jpg);
}

.lorena-garcia {
  background-image: url(/images/chefs/lorena-garcia.jpg);
}

.mike-isabella {
  background-image: url(/images/chefs/mike-isabella.jpg);
}

.rick-bayless {
  background-image: url(/images/chefs/rick-bayless.jpg);
}

.tim-love {
  background-image: url(/images/chefs/tim-love.jpg);
}

.todd-english {
  background-image: url(/images/chefs/todd-english.jpg);
}

.michael-voltaggio {
  background-image: url(/images/chefs/michael-voltaggio.jpg);
}

.susan-feniger {
  background-image: url(/images/chefs/susan-feniger.jpg);
}

.salcido-esparaza {
  background-image: url(/images/chefs/esparaza.jpg);
}

.hugo-ortega {
  background-image: url(/images/chefs/hugo-ortega.jpg);
}*/

/* Common Class : Exclusive brands less file */

/*.french-meadow-logo {
  background-image: url(/images/exclusive-brands/french-meadow.jpg);
}

.ikes-logo {
  background-image: url(/images/exclusive-brands/ikes.jpg);
}

.la-madeleine-logo {
  background-image: url(/images/exclusive-brands/la-madeleine.jpg);
}

.olive-ivy-logo {
  background-image: url(/images/exclusive-brands/olive-ivy.jpg);
}

.pga-grill-logo {
  background-image: url(/images/exclusive-brands/pga-tour.jpg);
}

.rock-bottom-logo {
  background-image: url(/images/exclusive-brands/rock-bottom.jpg);
}

.sauce-pizza-logo {
  background-image: url(/images/exclusive-brands/sauce-pizza.jpg);
}

.wolfgang-puck-logo {
  background-image: url(/images/exclusive-brands/wolfgang-puck.jpg);
}*/

/*.chickfila {
  background-image: url(images/partner-brands/chickfila.jpg);
}

.outback {
  background-image: url(images/partner-brands/outback.jpg);
}

.romanos {
  background-image: url(images/partner-brands/romanos.jpg);
}

.starbucks {
  background-image: url(images/partner-brands/starbucks.jpg);
}
*/

/* Common Class : border bracket less file */

.border-bracket-full {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  padding: 0 10px 10px 10px;
  text-transform: uppercase;
  color: #2e2e2e;
  color: #2e2e2e;
  color: #2e2e2e;

}

@media (min-width: 1100px) {

.border-bracket-full {
    font-size: 14px

}
  }

.border-bracket-full:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 8px;
    border-bottom: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
  }

.border-bracket-gray {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  padding: 0 10px 10px 10px;
  text-transform: uppercase;
  color: #818181;
  color: #818181;
  color: #818181;

}

@media (min-width: 1100px) {

.border-bracket-gray {
    font-size: 14px

}
  }

.border-bracket-gray:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 8px;
    border-bottom: 1px solid #818181;
    border-bottom: 1px solid #818181;
    border-bottom: 1px solid #818181;
    border-left: 1px solid #818181;
    border-left: 1px solid #818181;
    border-left: 1px solid #818181;
    border-right: 1px solid #818181;
    border-right: 1px solid #818181;
    border-right: 1px solid #818181;
  }

.border-bracket-white {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  padding: 0 10px 10px 10px;
  text-transform: uppercase;
  color: #fff;
  color: #fff;
  color: #fff;

}

@media (min-width: 1100px) {

.border-bracket-white {
    font-size: 14px

}
  }

.border-bracket-white:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-left: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-right: 1px solid #fff;
    border-right: 1px solid #fff;
  }

.border-bracket-blue {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  padding: 0 10px 10px 10px;
  text-transform: uppercase;
  color: #004b85;
  color: #004b85;
  color: #004b85;

}

@media (min-width: 1100px) {

.border-bracket-blue {
    font-size: 14px

}
  }

.border-bracket-blue:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 8px;
    border-bottom: 1px solid #004b85;
    border-bottom: 1px solid #004b85;
    border-bottom: 1px solid #004b85;
    border-left: 1px solid #004b85;
    border-left: 1px solid #004b85;
    border-left: 1px solid #004b85;
    border-right: 1px solid #004b85;
    border-right: 1px solid #004b85;
    border-right: 1px solid #004b85;
  }

.border-bracket-brown {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  padding: 0 10px 10px 10px;
  text-transform: uppercase;
  color: #ae9330;

}

@media (min-width: 1100px) {

.border-bracket-brown {
    font-size: 14px

}
  }

.border-bracket-brown:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 8px;
    border-bottom: 1px solid #ae9330;
    border-left: 1px solid #ae9330;
    border-right: 1px solid #ae9330;
  }

.border-bracket-top-right {
  background-color: transparent;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;

}

@media (min-width: 1100px) {

.border-bracket-top-right {
    font-size: 14px

}
  }

.border-bracket-top-right:after {
    border-top: 1px solid #818181;
    border-top: 1px solid #818181;
    border-top: 1px solid #818181;
    border-right: 1px solid #818181;
    border-right: 1px solid #818181;
    border-right: 1px solid #818181;
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
    right: -10px;
    display: block;
    height: 20px;
  }

.border-bracket-top-right-white {
  background-color: transparent;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;

}

@media (min-width: 1100px) {

.border-bracket-top-right-white {
    font-size: 14px

}
  }

.border-bracket-top-right-white:after {
    border-top: 1px solid #fff;
    border-top: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-right: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
    right: -10px;
    display: block;
    height: 20px;
  }

.border-bracket-top-right-black {
  background-color: transparent;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;

}

@media (min-width: 1100px) {

.border-bracket-top-right-black {
    font-size: 14px

}
  }

.border-bracket-top-right-black:after {
    border-top: 1px solid #2e2e2e;
    border-top: 1px solid #2e2e2e;
    border-top: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
    right: -10px;
    display: block;
    height: 20px;
  }

#interior-content {
  overflow: hidden;

}

#interior-content p:last-of-type {
    margin-bottom: 0;
  }

#interior-content .nav {
    padding-left: 0;

  }

@media (max-width: 767px) {

#interior-content .nav {
      display: none

  }
    }

@media (min-width: 768px) {

#interior-content .nav {
      width: 250px;
      float: left

  }
    }

#interior-content .nav li {
      padding: 12px 0;
      margin-bottom: 0;

    }

#interior-content .nav li:first-child {
        padding-top: 0;
      }

#interior-content .nav a {
      color: #626262;
      color: #626262;
      color: #626262;
    }

@media (min-width: 768px) {

#interior-content .content {
      width: calc(100% - 250px);
      float: left

  }
    }

#interior-content .wizwig {
    min-width: 250px;
    text-align: justify;
  }

#interior-content .wizwig img {
      margin-bottom: 30px;
      max-width: 100%;
    }

#interior-content .wizwig h1 {
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      font-size: 22px;
      line-height: 1em;
      line-height: 1.3em;
    }

#interior-content .wizwig h6 {
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px;

    }

@media (min-width: 480px) {

#interior-content .wizwig h6 {
        font-size: 14px

    }
      }

#interior-content .wizwig .sub-headline {
      margin-bottom: 10px;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px;

    }

@media (min-width: 480px) {

#interior-content .wizwig .sub-headline {
        font-size: 14px

    }
      }

#interior-content .wizwig ul li {
      list-style: disc;
    }

#interior-content .wizwig .community-two-cell {
      width: 100%;

    }

@media (min-width: 768px) {

#interior-content .wizwig .community-two-cell {
        width: 50%;
        float: left

    }
      }

#interior-content .wizwig .community-two-cell:hover img {
        opacity: .7;
      }

#interior-content .wizwig .community-two-cell a {
        color: #818181;
        cursor: pointer;
        display: block;
        overflow: hidden;
      }

.select-element-override {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-color: #fff;
  background-color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #a8a8a8;
  border: 1px solid #a8a8a8;
  border: 1px solid #a8a8a8;
  position: relative;

}

.select-element-override select {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
    background-color: transparent;
    width: 100%;
    border: none;
    height: 44px;
    cursor: pointer;
    outline: none;
  }

form.form-styling {
  position: relative;

}

form.form-styling::-webkit-input-placeholder {
     color: #2e2e2e;
     color: #2e2e2e;
     color: #2e2e2e;
  }

form.form-styling label {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    display: block;

  }

form.form-styling label > span {
      display: block;
      float: right;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px;

    }

@media (min-width: 480px) {

form.form-styling label > span {
        font-size: 14px

    }
      }

form.form-styling label > span.disclosure {
        float: inherit;
        display: inline;
      }

form.form-styling label .required-field {
      display: inline;
    }

form.form-styling label .french-translation {
      display: block;
      float: none;
      font-size: 16px;
    }

form.form-styling .freeform-input {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
    color: #2e2e2e;
    color: #2e2e2e;
    color: #2e2e2e;
    width: 100%;
    height: 44px;
    padding-left: 10px;
    border: 1px solid #a8a8a8;
    border: 1px solid #a8a8a8;
    border: 1px solid #a8a8a8;
  }

form.form-styling button {
    float: right;
    display: block;
    border: 2px solid #004b85;
    border: 2px solid #004b85;
    border: 2px solid #004b85;
    padding: 0 20px;
    height: 36px;
    text-transform: uppercase;
    background-color: transparent;
    color: #406a9c;
    color: #406a9c;
    color: #406a9c;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;

  }

@media (min-width: 480px) {

form.form-styling button {
      font-size: 14px

  }
    }

form.form-styling .input-group-one-line label {
      display: flex;
      align-items: center;
      justify-content: center;
    }

form.form-styling textarea.freeform-input {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
    width: 100%;
    height: 150px;
    border: 1px solid #a8a8a8;
    border: 1px solid #a8a8a8;
    border: 1px solid #a8a8a8;
    padding: 20px;
  }

form.form-styling > div > div {
    margin-bottom: 30px;
    overflow: hidden;
  }

form.form-styling .visit-date {
    overflow: hidden;

  }

form.form-styling .visit-date p {
      color: #406a9c;
      color: #406a9c;
      color: #406a9c;
      margin-bottom: 5px;
      padding-left: 5px;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px;

    }

@media (min-width: 480px) {

form.form-styling .visit-date p {
        font-size: 14px

    }
      }

form.form-styling .visit-date > div {
      float: left;
      width: 80px;
      margin-left: 25px;

    }

@media (min-width: 768px) and (max-width: 1099px) {

form.form-styling .visit-date > div {
        margin-left: 15px

    }
      }

form.form-styling .visit-date > div:first-of-type {
        width: 140px;
        margin-left: 0;

      }

@media (min-width: 768px) and (max-width: 1099px) {

form.form-styling .visit-date > div:first-of-type {
          width: 100px

      }
        }

form.form-styling .visit-date > div:last-child {
        width: 100px;
      }

form.form-styling .visit-time {
    overflow: hidden;

  }

form.form-styling .visit-time span {
      display: block;
      float: left;
      width: 20px;
      text-align: center;
      line-height: 44px;
    }

form.form-styling .visit-time input, form.form-styling .visit-time select {
      float: left;
    }

form.form-styling .visit-time input {
      width: 44px;
      text-align: center;
      padding-left: 0;

    }

form.form-styling .visit-time input:last-of-type {
        margin-right: 20px;
      }

form.form-styling .visit-time .select-element-override {
      width: 70px;
      margin: 0;
      margin-left: 20px;
      height: 44px;

    }

form.form-styling .visit-time .select-element-override select {
        width: 70px;
      }

form.form-styling .phone-number input {
      width: 300px;
    }

@media (min-width: 768px) {

form.form-styling .left-column {
      width: 50%;
      float: left;
      padding-right: 35px

  }
    }

@media (min-width: 768px) {

form.form-styling .right-column {
      width: 50%;
      float: left;
      padding-left: 35px;
      border-left: 1px solid #818181;
      border-left: 1px solid #818181;
      border-left: 1px solid #818181

  }
    }

form.form-styling .required-field {
    color: #711717;
    color: #711717;
    color: #711717;
  }

.search {

  margin-bottom: 40px;

}

.search label {
    display: inline-block;
    margin-bottom: 10px;
  }

.search .fields {
    display: flex;
    max-width: 400px;
  }

.search .search-field {
    width: 100%;
    height: 50px;
    font-size: 20px;
    border-radius: 0;
    padding: 10px;
    border: 1px solid #666;
  }

.search .search-field:focus {
      border-radius: 0;
    }

.search .search-button {
    background-color: #004b85;
    background-color: #004b85;
    background-color: #004b85;
    width: 60px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
  }

.interior-stage {
  margin-bottom: 0;

}

.interior-stage .stage-background {
    height: 15vw;
    min-height: 300px;
    background-position: center center;
    background-color: #2e2e2e;
    background-color: #2e2e2e;
    background-color: #2e2e2e;
    background-image: url('/images/news/details/stage.jpg');
    background-size: cover;
  }

.interior-stage .lock {
    position: relative;
    height: 100%;
  }

.interior-stage h1 {
    color: #fff;
    color: #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 1.2em;

  }

@media (min-width: 480px) {

.interior-stage h1 {
      font-size: 40px

  }
    }

@media (min-width: 650px) {

.interior-stage h1 {
      font-size: 50px

  }
    }

@media (min-width: 1100px) {

.interior-stage h1 {
      font-size: 66px

  }
    }

@media (min-width: 1500px) {

.interior-stage h1 {
      font-size: 70px

  }
    }

.secondary-stage {
  height: 450px;
  margin-bottom: 0;

}

@media (min-width: 1100px) {

.secondary-stage {
    height: 540px

}
  }

.secondary-stage h1 {
    color: #fff;
    color: #fff;
    color: #fff;
  }

.primary-stage {
  height: 100vh;
  margin-bottom: 0;
  background-color: #2e2e2e;
  background-color: #2e2e2e;
  background-color: #2e2e2e;

}

.primary-stage h1 {
    color: #fff;
    color: #fff;
    color: #fff;
  }

.primary-stage .border-bracket-white:after {
    width: 1%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    animation-name: bracket;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:forwards;
  }

/* Common Class : breadcrumb less file */

.breadcrumb {
  padding-left: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;

}

.breadcrumb a {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.2em;
    color: #626262;
    color: #626262;
    color: #626262;
  }

.breadcrumb li {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.2em;
    color: #2e2e2e;
    color: #2e2e2e;
    color: #2e2e2e;
    float: left;
    position: relative;
    padding-left: 15px;

  }

.breadcrumb li:before {
      content: "/";
      position: absolute;
      left: 5px;
    }

.breadcrumb li:first-child {
      padding-left: 0;

    }

.breadcrumb li:first-child:before {
        content: "";
      }

.breadcrumb li:last-child:before {
        color: #2e2e2e;
        color: #2e2e2e;
        color: #2e2e2e;
      }

.breadcrumb li:last-child a {
        color: #2e2e2e;
        color: #2e2e2e;
        color: #2e2e2e;
      }

.sub-header a.printable-icon {
  background-color: #004b85;
  background-color: #004b85;
  background-color: #004b85;
  color: #fff;
  color: #fff;
  color: #fff;
  padding: 0 40px;
  line-height: 60px;
  position: relative;
  display: block;
  float: left;

}

@media (max-width: 479px) {

.sub-header a.printable-icon {
    clear: both

}
  }

.sub-header a.printable-icon:before {
    color: #fff;
    color: #fff;
    color: #fff;
    position: absolute;
    left: 10px;
    font-size: 24px;
  }

.top-space {
  padding-top: 40px;
  padding-top: 40px;
  padding-top: 40px;

}

@media (min-width: 768px) {

.top-space {
    padding-top: 80px;
    padding-top: 80px;
    padding-top: 80px

}
  }

@media (min-width: 1500px) {

.top-space {
    padding-top: 100px;
    padding-top: 100px;
    padding-top: 100px

}
  }

/* Common Class: interior page with back button */

.back-to-previous-button {
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 30px;

}

.back-to-previous-button a {
    display: block;
    position: relative;
    float: left;

  }

.back-to-previous-button a:first-child {
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      line-height: 1.2em;
      float: left;
      padding-left: 20px;
      color: #626262;
      color: #626262;
      color: #626262;
      margin-bottom: 30px;

    }

@media(min-width: 480px) {

.back-to-previous-button a:first-child {
        line-height: 60px;
        margin-right: 50px

    }
      }

.back-to-previous-button a:first-child:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        border-right: 9px solid #626262;
        border-right: 9px solid #626262;
        border-right: 9px solid #626262;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
      }

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 999;
  opacity: 0;
  transition: opacity .3s;
  visibility: hidden;
  will-change: scroll-position;

}

.modal button {
    position: absolute;
    right: 20px;
    top: 30px;
    height: 40px;
    width: 40px;

  }

.modal button:before {
      font-family: 'icomoon';
      content: "\e617";
      font-size: 40px;
      color: #818181;
    }

.modal > div {
    position: absolute;
    top: 50%;
    left: 50%;    
    transform: translate(-50%, -50%);
    padding: 80px 20px 20px 20px;
    background-color: #fff;
    background-color: #fff;
    background-color: #fff;

  }

@media (min-width: 768px) {

.modal > div {
      padding: 80px

  }
    }

.modal > div > div {
	    position: relative;

    }

.modal > div > div iframe {
        width: calc(100vw - 40px);
        height: 56.25vw;

      }

@media (min-width: 768px) {

.modal > div > div iframe {
          width: calc(100vw - 160px);
          height: calc(56.25vw - 160px)

      }
        }

.active-modal {
  opacity: 1;
  transition: opacity .5s;
}

.skip-intro {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  color: #fff;
  color: #fff;
  color: #fff;

}

@media (min-width: 768px) {

.skip-intro {
    bottom: 80px

}
  }

.skip-intro p {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;

  }

@media (min-width: 480px) {

.skip-intro p {
      font-size: 14px

  }
    }

.skip-intro button {
    color: #b0b5ef;
    color: #b0b5ef;
    color: #b0b5ef;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;

  }

@media (min-width: 480px) {

.skip-intro button {
      font-size: 14px

  }
    }

.skip-intro > div {
    position: relative;

  }

.skip-intro > div:before {
      content: "";
      position: absolute;
      top: -65px;
      left: 50%;
      transform: translateX(-50%);
      height: 55px;
      width: 32px;
      border-radius : 15px;
      border: 2px solid #fff;
      border: 2px solid #fff;
      border: 2px solid #fff;
      z-index: 999;
    }

.skip-intro > div:after {
      content: "";
      position: absolute;
      top: -55px;
      left: 50%;
      transform: translateX(-50%);
      height: 12px;
      width: 3px;
      z-index: 999;
      background-color: #e32e2e;
      animation-name: mouse;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-direction: normal;
    }

.incompatible-browser {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-color: #fff;
  background-color: #fff;
  z-index: 999999;
  background-image: url('/images/ui/incompatible-browser/background.jpg');
  background-position: center center;
  background-size: cover;

}

.incompatible-browser > div {
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;

  }

.incompatible-browser > div > div {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 620px;
      margin-left: -250px;
      margin-top: -12%;
    }

.incompatible-browser img {
    margin-bottom: 40px;
  }

.incompatible-browser h6 {
    color: #662279;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.1em;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: -.5px;

  }

@media (min-width: 480px) {

.incompatible-browser h6 {
      font-size: 32px;
      line-height: 1.1em

  }
    }

.incompatible-browser h6 span {
      font-weight: bold;
    }

.incompatible-browser p {
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;

  }

.incompatible-browser p span {
      font-weight: bold;
    }

.incompatible-browser a span {
      width: 40px;
      display: inline-block;
    }

.incompatible-browser a img {
      max-width: 55px;
      display: inline;
    }

.leadership-grid {
  overflow: hidden;

}

.leadership-grid h2 {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.2em;
  }

@media (max-width: 767px) {

.leadership-grid .leadership {
      width: 240px;
      margin: 0 auto 40px auto

  }
    }

@media (min-width: 768px) {

.leadership-grid .leadership {
      float: left;
      width: calc(33.3333% - 1px);
      margin-left: 1px

  }
    }

@media (min-width: 768px) {

.leadership-grid .leadership:first-child {
        margin-left: 0

    }
      }

.leadership-grid .leadership img {
      margin-bottom: 10px;
    }

.leadership-grid .leadership h3 a {
      color: #2e2e2e;
      color: #2e2e2e;
      color: #2e2e2e;
      margin-bottom: 0;
      padding: 0 10px;
      display: inline-block;
      max-height: 30px;
      overflow: hidden;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 17px;
      line-height: 1.6em;
    }

.leadership-grid .leadership h4 {
      height: 50px;
      padding: 0 10px;
      margin-bottom: 10px;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px;

    }

@media (min-width: 480px) {

.leadership-grid .leadership h4 {
        font-size: 14px

    }
      }

/* Component Includes */

header {
  width: 100%;
  position: absolute;
  display: block;
  color: #fff;
  color: #fff;
  color: #fff;
  min-width: 320px;

}

@media (max-width: 1099px) {

header {
    top: 0;
    bottom: 0

}
  }

@media (min-width: 1100px) {

header {
    padding: 20px

}
  }

header.relative-header {
    background-color: #fff;
    background-color: #fff;
    background-color: #fff;

  }

@media (min-width: 1100px) {

header.relative-header {
      height: 146px;
      position: relative

  }
    }

@media (min-width: 650px) {

header [class^="icon-"],
  header [class*=" icon-"] {
      font-size: 16px;
      position: relative

  }
    }

@media (min-width: 1100px) {

header [class^="icon-"],
  header [class*=" icon-"] {
      line-height: 88px

  }
    }

header [class^="icon-"]:before, header [class*=" icon-"]:before {
      font-size: 32px;
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);

    }

@media (min-width: 1100px) {

header [class^="icon-"]:before, header [class*=" icon-"]:before {
        display: none

    }
      }

header [class^="icon-"] .sr-only, header [class*=" icon-"] .sr-only {
      background-color: #2e2e2e;
      background-color: #2e2e2e;
      background-color: #2e2e2e;
      color: #fff;
      color: #fff;
      color: #fff;
    }

/* Default styling for all text : anchors and buttons */

header span {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;

  }

@media (max-width: 1099px) {

header span {
      font-size: 16px;
      color: #406a9c;
      color: #406a9c;
      color: #406a9c;
      text-align: center

  }
    }

@media (min-width: 1100px) {

header span {
      font-size: 14px;
      color: #fff;
      color: #fff;
      color: #fff

  }
    }

/* Default styling for anchors */

header a {
    display: block;

  }

@media (max-width: 1099px) {

header a {
      font-size: 16px;
      color: #406a9c;
      color: #406a9c;
      color: #406a9c;
      height: 100px;
      text-align: center;
      padding-top: 60px;
      position: relative

  }
    }

@media (min-width: 1100px) {

header a {
      font-size: 14px;
      line-height: 70px;
      color: #fff;
      color: #fff;
      color: #fff

  }
    }

@media (max-width: 1099px) {

header a:hover {
        text-decoration: none

    }
      }

/* Default styling for Buttons */

header button {
    color: #fff;
    color: #fff;
    color: #fff;
    line-height: 88px;
    font-size: 14px;
  }

/* Default styling for unordered list */

header ul {
    padding-left: 0;
    margin-bottom: 0;
  }

/* Default styling for list items */

header li {
    list-style: none;
    margin-bottom: 0;

  }

@media (min-width: 1100px) {

header li {
      float: left;
      margin-left: 20px

  }
    }

/* @media (--desktop-min) {
      margin-left: 30px;
    } */

@media (min-width: 1500px) {

header li {
      margin-left: 50px

  }
    }

/* Wrapper of two unordered lists that contain navigation */

@media (max-width: 1099px) {

header nav {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background-color: #2e2e2e;
      background-color: #2e2e2e;
      background-color: #2e2e2e;
      z-index: 0

  }
    }

@media (min-width: 1100px) {

header nav {
      display: block;
      float: left;
      width: calc(100% - 176px);
      position: relative;
      z-index: 999

  }
    }

@media (min-width: 1100px) {

header nav {
      width: calc(100% - 176px)

  }
    }

@media (min-width: 1500px) {

header nav {
      width: calc(100% - 206px)

  }
    }

/* Mobile Menu button and Logo */

header .header-navigation {
    position: relative;
    z-index: 999;

  }

@media (max-width: 1099px) {

header .header-navigation {
      overflow: hidden;
      padding: 20px

  }
    }

header .header-navigation .logo {
      float: left;
      width: 155px;
      height: 80px;
      text-indent: -9999px;
      /* margin-right: 20px; */
      position: relative;

    }

@media (min-width: 480px) {

header .header-navigation .logo {
        width: 166px

    }
      }

header .header-navigation .logo:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 84px;
        height: 67px;
        background-image: url(/images/ui/header/logo.png);
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;

      }

@media (min-width: 650px) {

header .header-navigation .logo:before {
          width: 120px;
          height: 100px;
          left: 4px

      }
        }

header .header-navigation .mobile-menu-button {
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px;
      float: right;
      border: none;
      background-color: transparent;
      position: relative;
      border: 1px solid #fff;
      border: 1px solid #fff;
      border: 1px solid #fff;
      width: 82px;
      height: 37px;
      margin-top: 17px;
      line-height: 37px;

    }

@media (min-width: 480px) {

header .header-navigation .mobile-menu-button {
        font-size: 14px

    }
      }

@media (min-width: 1100px) {

header .header-navigation .mobile-menu-button {
        display: none

    }
      }

/* First unordered list of list items */

@media (min-width: 1100px) {

header .header-options {
      width: 575px

  }
    }

@media (min-width: 1500px) {

header .header-options {
      float: left;
      width: 755px

  }
    }

@media (max-width: 1099px) {

header .header-options li {
        border-top: 1px solid #626262;
        border-top: 1px solid #626262;
        border-top: 1px solid #626262

    }
      }

@media (max-width: 1099px) {

header .header-options li:first-child {
          border-top: none

      }
        }

@media (min-width: 1100px) {

header .header-options li:first-child {
          margin-left: 0px

      }
        }

@media (max-width: 1099px) {

header .header-options li:last-child {
          display: none

      }
        }

/* Second unordered list for more options */

header .header-more-options {
    position: relative;

  }

/* @media (--tablet-min) and (--tablet-max) {
      max-height: 0;
      overflow: hidden;
      position: absolute;
      top: 70px;
      left: 249px;
      width: 300px;
      background-color: var(--dark-blue);
    } */

@media (min-width: 1100px) {

header .header-more-options {
      display: block;
      float: right;
      width: 350px;
      position: relative;
      margin-top: 24px

  }
    }

@media (min-width: 1500px) {

header .header-more-options {
      width: 480px

  }
    }

@media (min-width: 1100px) {

header .header-more-options:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #f3f3f3;
        background-color: #f3f3f3;
        background-color: #f3f3f3;
        opacity: .6;
        top: 0

    }
      }

@media (max-width: 1099px) {

header .header-more-options li {
        margin-bottom: 2px

    }
      }

/* @media (--tablet-min) and (--tablet-max) {
        height: 52px;
        line-height: 52px;
        border-top: 1px solid var(--gray);
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
      } */

header .header-more-options li:first-child {

        /* @media (--tablet-min) and (--tablet-max) {
          border-top: 0;
        } */

      }

@media (max-width: 1099px) {

header .header-more-options li:last-child {
          border-top: 1px solid #626262;
          border-top: 1px solid #626262;
          border-top: 1px solid #626262;
          margin-bottom: 0

      }
        }

@media (max-width: 1099px) {

header .header-more-options a {
        padding-top: 50px

    }
      }

/* @media (--tablet-min) and (--tablet-max) {
        line-height: inherit;
      } */

/* Added */
.header-more-options2 li{
  border: none !important;
}

header .header-more-options div {
  line-height: 1.6em;
  padding-top: 50px;
  height: 100px;
}

.has-children div[role=menu-item] {
  display:flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.header-more-options2 {
  display: none;
  flex-flow: column;
}

.slide-direction2 {
  text-indent: -9999px;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #406a9c;
  margin-left: 10px;
  transform: rotate(270deg);
  transition: all .5s;
}

/*.has-children:hover .header-more-options2 {
  display: flex;
}

.has-children:hover .slide-direction2 {
  transform: rotate(90deg);
}*/

.header-more-options {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

/* Edited */
@media (min-width: 1100px) {

  header .header-more-options a {
    line-height: 40px;
  }

  header .header-more-options div {
    padding-top: 0;    
    line-height: 40px;
    height: auto;
  }
  
  header .header-more-options2 a {
    line-height: 40px;
  }

  .slide-direction2 {
    border-right: 10px solid black;
  }

  .has-children {
    position: relative;
  }

  .header-more-options2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    display: none;
    justify-content: left;
  }

  .header-more-options2 li {
    margin-left: 0;
  }
  
  .has-children div[role=menu-item]{
    text-align: inherit;
    justify-content: left;
  }

}

@media (max-width: 1099px) {

header .header-more-options a.about, header .header-more-options a.news, header .header-more-options a.contact {
          background-position: center center;
          background-size: cover;
          position: relative;
          padding-top: 40px

      }
        }

@media (max-width: 1099px) {

header .header-more-options a.about:before, header .header-more-options a.news:before, header .header-more-options a.contact:before {
            content:"";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background-color: rgba(34, 64, 99, .8)

        }
          }

@media (max-width: 1099px) {

header .header-more-options a.about span, header .header-more-options a.news span, header .header-more-options a.contact span {
            color: #fff;
            color: #fff;
            color: #fff;
            position: relative

        }
          }

@media (max-width: 1099px) {

header .header-more-options a.about {
          background-image: url('/images/ui/header/mobile-menu/about.jpg')

      }
        }

@media (max-width: 1099px) {

header .header-more-options a.news {
          background-image: url('/images/ui/header/mobile-menu/news.jpg')

      }
        }

@media (max-width: 1099px) {

header .header-more-options a.contact {
          background-image: url('/images/ui/header/mobile-menu/contact.jpg')

      }
        }

/* List item contain social elements */

header li.social {
    width: 146px;

  }

@media (max-width: 1099px) {

header li.social {
      position: relative;
      padding-top: 100px;
      width: 100%;
      padding-bottom: 30px

  }
    }

/* @media (--tablet-min) and (--tablet-max) {
      height: 80px;
      width: calc(100% - 60px);
    } */

@media (min-width: 1500px) {

header li.social {
      width: 146px

  }
    }

@media (max-width: 1099px) {

header li.social:before {
        content: "Social";
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        color: #406a9c;
        color: #406a9c;
        color: #406a9c

    }
      }

header li.social a {
      display: inline-block;
      text-indent: -9999px;
      width: 30px;
      background-position: center center;
      background-size: contain;

    }

@media (max-width: 1099px) {

header li.social a {
        height: 61px;
        width: calc(33.33% - 3px);
        background-size: 50px 50px

    }
      }

@media (min-width: 1100px) {

header li.social a {
        height: 80px

    }
      }

@media (min-width: 1100px) {

header li.social a {
        margin-left: 10px;
        height: 50px

    }
      }

header li.social a:first-child {
        margin-left: 0;
      }

header li.social a.twitter {
        background-image: url(/images/ui/social/twitter.png);
      }

header li.social a.facebook {
        background-image: url(/images/ui/social/facebook.svg);
      }

header li.social a.instagram {
        background-image: url(/images/ui/social/instagram.png);
      }

/* Region drop down */

@media (min-width: 1100px) {

header .region {
      position: absolute;
      top: -36px;
      right: 10px

  }
    }

@media (min-width: 1500px) {

header .region li {
        margin-left: 30px

    }
      }

@media (max-width: 1099px) {

header .region li:first-child {
          border-top: 1px solid #626262;
          border-top: 1px solid #626262;
          border-top: 1px solid #626262

      }
        }

/* @media (--tablet-min) and (--tablet-max) {
          border-top: 1px solid var(--gray);
        } */

@media (min-width: 1100px) {

header .region li:first-child span:before {
              content: "";
              position: absolute;
              right: 0px;
              top: 0;
              bottom: 0;
              width: 1px;
              background-color: #f3f3f3;
              background-color: #f3f3f3;
              background-color: #f3f3f3;
              opacity: .6

          }
            }

@media (min-width: 1100px) {

header .region span {
        font-size: 12px;
        padding-right: 30px;
        position: relative

    }
      }

/* Show More buttons Toggle : Show more on Tablet */

header .header-show-more {
    display: none;

  }

/* @media (--tablet-min) and (--tablet-max) {
      display: block;
    } */

/* @media (--tablet-min) and (--tablet-max) {
        padding-left: 20px;
        padding-right: 40px;
        position: relative;
      } */

header .header-show-more button:before {

        /* @media (--tablet-min) and (--tablet-max) {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 15px;
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 10px solid var(--white);
        } */

      }

header .header-show-more [state="show"] {
    background-color: #004b85;
    background-color: #004b85;
    background-color: #004b85;

  }

header .header-show-more [state="show"]:before {
      border-top: 10px solid #fff;
      border-top: 10px solid #fff;
      border-top: 10px solid #fff;
    }

header .header-show-more [state="show"] span {
      color: #fff;
      color: #fff;
      color: #fff;
    }

/* Mobile Menu close button */

header .mobile-control {
    padding-left: 40px;
    line-height: 70px;
    position: relative;
    color: #406a9c;
    color: #406a9c;
    color: #406a9c;
    border-bottom: 1px solid #626262;
    border-bottom: 1px solid #626262;
    border-bottom: 1px solid #626262;
    box-shadow: 0 2px 12px -2px #626262;
    box-shadow: 0 2px 12px -2px #626262;
    box-shadow: 0 2px 12px -2px #626262;

  }

@media (min-width: 1100px) {

header .mobile-control {
      display: none

  }
    }

header .mobile-control button {
      position: absolute;
      right: 40px;
      color: #626262;
      color: #626262;
      color: #626262;
      font-size: 30px;
      top: 50%;
      transform: translateY(-50%);
    }

/* Overwrite for mobile overlay */

@media (max-width: 1099px) {

.active-nav nav {
      position: absolute;
      top:0;
      left: 0;
      right: 0;
      background-color: #f3f3f3;
      background-color: #f3f3f3;
      background-color: #f3f3f3;
      z-index: 9999;
      animation-name: fadein;
      animation-duration: 1s;
      animation-iteration-count: 1

  }
    }

/* Overwrite for mobile overlay fadeout */

@media (max-width: 1099px) {

.deactivate-nav nav {
      position: absolute;
      top:0;
      left: 0;
      right: 0;
      background-color: #f3f3f3;
      background-color: #f3f3f3;
      background-color: #f3f3f3;
      z-index: 9;
      opacity: 0;
      transition: opacity .5s

  }
    }

/* Overwrite for dark header */

@media (max-width: 1099px) {

.dark-header main {
      padding-top: 120px

  }
    }

.dark-header header span {
      color: #2e2e2e;
      color: #2e2e2e;
      color: #2e2e2e;
    }

@media (max-width: 1099px) {

.dark-header header button {
        color: #2e2e2e;
        color: #2e2e2e;
        color: #2e2e2e

    }
      }

.dark-header header button:before {
      border-top: 10px solid #2e2e2e;
      border-top: 10px solid #2e2e2e;
      border-top: 10px solid #2e2e2e;
    }

.dark-header header .logo:before {
        background-image: url(/images/ui/header/logo-dark.png);
      }

.dark-header header .header-more-options:before {
      background-color: #2e2e2e;
      background-color: #2e2e2e;
      background-color: #2e2e2e;
    }

@media (min-width : @tablet-min) and (max-width : @tablet-max) {

.dark-header header .region li span {
        color: #fff;
        color: #fff;
        color: #fff

    }
      }

.dark-header header .region li span:before {
      background-color: #2e2e2e;
      background-color: #2e2e2e;
      background-color: #2e2e2e;
    }

.dark-header header .mobile-menu-button {
      border: 1px solid #2e2e2e;
      border: 1px solid #2e2e2e;
      border: 1px solid #2e2e2e;
    }

.dark-header li.social .instagram {
     /*background-image: url(/images/ui/social/instagram-dark.png);*/
  }

footer {
    background-size: cover;
    background-image: url('/images/ui/footer/background.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    min-width: 320px;
    background-color: #fff;
    background-color: #fff;
    background-color: #fff;

  }

footer > div {
      position: relative;

    }

footer > div:before {
        content: '';
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
      }

footer .navigation {
      padding: 55px 0 70px 0;
      overflow: hidden;

    }

footer .navigation > div {
        position: relative;
        text-align: center;
        z-index: 1;

      }

footer .navigation > div img {
          margin-top: 30px;
          margin-bottom: 60px;
          max-width: 190px;
        }

footer .navigation > div address {
          margin-bottom: 10px;
          display: block;

        }

footer .navigation > div address a {
            display: block;
          }

footer .navigation > div address {
          color: #406a9c;
          color: #406a9c;
          color: #406a9c;
          font-size: 14px;
          font-style: normal;
          line-height: 1.5em;
          clear: both;

        }

footer .navigation > div address a {
            color: #406a9c;
            color: #406a9c;
            color: var(--text-blue);

          }

@media (max-width: 479px) {

footer .navigation > div address a {
              display: block

          }
            }

footer .navigation > div .sr-disclaimer {
          color: #406a9c;
          color: #406a9c;
          color: #406a9c;
          font-size: 14px;
          font-style: normal;
          line-height: 1.5em;
          clear: both;

        }

footer .navigation > div .sr-disclaimer a {
            color: #406a9c;
            color: #406a9c;
            color: var(--text-blue);

          }

@media (max-width: 479px) {

footer .navigation > div .sr-disclaimer a {
              display: block

          }
            }

footer .navigation > div .sr-disclaimer {
          font-size: 12px;
          margin-bottom: 0;
        }

footer .navigation > div ul {
          display: inline-block;
          padding: 0;
        }

@media (max-width: 767px) {

footer .navigation > div li {
            margin-bottom: 15px

        }
          }

@media (min-width: 768px) {

footer .navigation > div li {
            float: left;
            margin-left: 25px;
            padding-right: 25px;
            border-right: 1px solid #2e2e2e;
            border-right: 1px solid #2e2e2e;
            border-right: 1px solid #2e2e2e;
            display: inline;
            line-height: 1em

        }
          }

footer .navigation > div li:first-child {
            margin-left: 0;
          }

footer .navigation > div li:last-child {
            padding-right: 0;
            border-right: none;
          }

footer .navigation > div a {
          color: #2e2e2e;
          color: #2e2e2e;
          color: #2e2e2e;
          font-family: 'Roboto', sans-serif;
          font-family: 'Roboto', sans-serif;
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 14px;
        }

footer .social {
      margin-bottom: 40px;

    }

footer .social a {
        display: inline-block;
        height: 38px;
        margin-right: 13px;
        width: 38px;
        background-size: contain;
        text-indent: -9999px;

      }

footer .social a:last-of-type {
          margin-right: 0;
        }

footer .twitter {
      background-image: url('/images/ui/social/twitter.png');
    }

footer .facebook {
      background-image: url('/images/ui/social/facebook.svg');
    }

footer .instagram {
      background-image: url('/images/ui/social/instagram.png');
    }

footer .slogan {
      padding: 45px 0;
      text-align: center;

    }

footer .slogan:before {
        content: '';
        background-color: rgba(26, 68, 119, .8);
      }

footer .slogan span {
        background-image: url(/images/ui/footer/slogan.svg);
        width: 200px;
        height: 26px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

      }

@media (min-width: 650px) {

footer .slogan span {
          width: 250px;
          height: 31px

      }
        }

#stage {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
  min-width: 320px;
  background-color: #2e2e2e;
  background-color: #2e2e2e;
  background-color: #2e2e2e;

}

@media (max-width: 767px) {

#stage {
    margin-bottom: 40px;
    margin-bottom: 40px;
    margin-bottom: 40px

}
  }

#stage .stage-background {
    background-position: center;
    background-size: cover;
    left: 0;
    height: inherit;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    will-change: transform;

  }

@media (min-width: 1100px) {

#stage .stage-background {
      position: fixed;
      will-change: scroll-position, transform

  }
    }

#stage .lock {
    position: relative;
    height: 100%;
  }

#stage h1 {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-bottom: 0;
    z-index: 2;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: 1.2em;

  }

@media (min-width: 480px) {

#stage h1 {
      font-size: 40px

  }
    }

@media (min-width: 650px) {

#stage h1 {
      font-size: 50px

  }
    }

@media (max-width: 767px) {

#stage h1 {
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      padding-top: 70px

  }
    }

@media (min-width: 768px) {

#stage h1 {
      transform: translateY(-50%)

  }
    }

@media (min-width: 1100px) {

#stage h1 {
      font-size: 66px

  }
    }

@media (min-width: 1500px) {

#stage h1 {
      font-size: 70px

  }
    }

@media (max-width: 767px) {

#stage h1 .icon {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        font-size: 50px

    }
      }

@media (min-width: 768px) {

#stage h1 .icon {
        display: inline-block;
        vertical-align: -5px;
        margin-right: 20px

    }
      }

#stage h1 .border-bracket-white {
      font-family: 'Open Sans', sans-serif;
      font-family: 'Open Sans', sans-serif;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: inherit;
    }

#contact-nav {
  overflow: hidden;
  margin-bottom: 0;

}

#contact-nav .four-column {
    height: 100%;

  }

#contact-nav .four-column > * {
      position: relative;
      height: 200px;
      text-align: center;

    }

@media (min-width: 650px) {

#contact-nav .four-column > * {
        float: left;
        width: 25%

    }
      }

@media(min-width: 1100px) {

#contact-nav .four-column > * {
        height: 250px

    }
      }

#contact-nav .four-column h1 {
      font-size: 20px;
      background-color: #2e2e2e;
      background-color: #2e2e2e;
      background-color: #2e2e2e;
      color: #fff;
      color: #fff;
      color: #fff;
      padding: 0 10px;
      margin-bottom: 0;
      position: relative;

    }

@media (min-width: 650px) {

#contact-nav .four-column h1:after {
          content:"";
          position: absolute;
          width: 0;
          height: 0;
          border-top: 20px solid transparent;
          border-left: 20px solid #2e2e2e;
          border-left: 20px solid #2e2e2e;
          border-left: 20px solid #2e2e2e;
          border-bottom: 20px solid transparent;
          top: 50%;
          right: -10px;
          transform: translateY(-50%);
          z-index: 9

      }
        }

#contact-nav .four-column h1 div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: .4em;
      }

#contact-nav .four-column h1 span {
        font-family: 'Roboto', sans-serif;
        font-family: 'Roboto', sans-serif;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        font-size: 22px;
        line-height: 1em;
        text-transform: uppercase;

      }

#contact-nav .four-column h1 span span {
          color: #a8a8a8;
          color: #a8a8a8;
          color: #a8a8a8;
        }

#contact-nav .four-column a {
      display: block;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 12px;

    }

@media (min-width: 1100px) {

#contact-nav .four-column a {
        font-size: 14px

    }
      }

#contact-nav .four-column a:hover {
        text-decoration: none;
      }

#contact-nav .four-column a > div {
        position: absolute;
        top: calc(50% + 30px);
        width: 100%;
        transform: translateY(-50%);

      }

@media(min-width: 1500px) {

#contact-nav .four-column a > div {
          top: 50%;
          left: 0;
          padding-left: 140px;
          text-align: left

      }
        }

#contact-nav .four-column a > div.icon {
          font-size: 44px;
          width: 44px;
          top: calc(50% - 44px);
          left: 50%;
          transform: translateX(-50%);

        }

@media(min-width: 1500px) {

#contact-nav .four-column a > div.icon {
            left: 100px;
            top: 50%;
            padding-left: 0;
            transform: translate(-50%, -50%)

        }
          }

@media (min-width: 650px) and (max-width: 1099px) {

#contact-nav .four-column a span {
          display: block

      }
        }

#contact-nav .four-column .questions {
      background-color: #f8d831;
      background-color: #f8d831;
      background-color: #f8d831;
      color: #2e2e2e;
      color: #2e2e2e;
      color: #2e2e2e;
    }

#contact-nav .four-column .news-media {
      background-color: #fbea8f;
      background-color: #fbea8f;
      background-color: #fbea8f;
      color: #2e2e2e;
      color: #2e2e2e;
      color: #2e2e2e;
    }

#contact-nav .four-column .contact-more {
      background-color: #fff5c3;
      background-color: #fff5c3;
      background-color: #fff5c3;
      color: #626262;
      color: #626262;
      color: #626262;
    }

#related-links {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6em;
  background: #f3f3f3;
  background: #f3f3f3;
  background: #f3f3f3;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9999;

}

@media (max-width: 767px) {

#related-links {
    display: none

}
  }

#related-links .lock {
    overflow: hidden;
  }

#related-links a {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.2em;
    padding: 10px 20px;
    text-align: center;

  }

@media (min-width: 768px) {

#related-links a {
      padding: 20px 0

  }
    }

@media (min-width: 1500px) {

#related-links a {
      padding: 30px 0

  }
    }

#related-links p {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.2em;
    padding: 10px 20px;
    text-align: center;

  }

@media (min-width: 768px) {

#related-links p {
      padding: 20px 0

  }
    }

@media (min-width: 1500px) {

#related-links p {
      padding: 30px 0

  }
    }

#related-links a {
    color: #406a9c;
    color: #406a9c;
    color: #406a9c;
    display: block;
    float: left;
    position: relative;
    width: 25%;
    background-color: #f3f3f3;
    background-color: #f3f3f3;
    background-color: #f3f3f3;
    transition: background-color .3s;

  }

#related-links a:hover {
      text-decoration: none;

    }

@media (min-width: 768px) {

#related-links a:hover {
        background-color: #fff;
        background-color: #fff;
        background-color: #fff

    }
      }

#related-links p {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6em;
    color: #406a9c;
    color: #406a9c;
    color: #406a9c;
    margin-bottom: 0;
  }

#promo-callout {
  overflow: hidden;
  margin-bottom: 0;

}

#promo-callout div {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2e2e2e;
    color: #2e2e2e;
    color: #2e2e2e;
  }

#promo-callout span {
    display: block;
    color: #2e2e2e;
    color: #2e2e2e;
    color: #2e2e2e;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;

  }

@media (min-width: 480px) {

#promo-callout span {
      font-size: 14px

  }
    }

#promo-callout a {
    background-position: center;
    float: left;
    position: relative;
    width: 100%;
    background-size: cover;
    height: 56vw;

  }

@media (min-width: 480px) {

#promo-callout a {
      height: 49vw

  }
    }

@media (min-width: 768px) {

#promo-callout a {
      height: 53vw

  }
    }

@media (min-width: 1100px) {

#promo-callout a {
      height: 28vw;
      width: 100%

  }
    }

#promo-callout a:before {
      content: '';
      background-color: rgba(0,0,0,.2);
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
    }

#promo-callout .location-finder {
    background-image: url('/images/ui/callout/find-restaurants-near-you.jpg');

  }

#promo-callout .location-finder:before {
      background-color: rgba(255,255,255,.6);
    }

#promo-callout .hmshost-innovation {
    background-image: url('/images/ui/callout/hms-host-innovation.jpg');

  }

#promo-callout .hmshost-innovation span {
      color: #f8d831;
      color: #f8d831;
      color: #f8d831;
    }

#promo-callout .hmshost-innovation a {
      color: #fff;
      color: #fff;
      color: #fff;
    }

.pagination {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;

}

.pagination:first-of-type {
    margin-bottom: 40px;
  }

.pagination:last-of-type {
    padding-top: 40px;
  }

.pagination a {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 1.4em;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 60px;
    float: left;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    display: none;

  }

@media (min-width: 768px) {

.pagination a {
      display: block

  }
    }

.pagination a.current {
      color: #bf7500;
      display: block;

    }

@media (max-width: 767px) {

.pagination a.current {
        cursor: auto;
        cursor: initial

    }
      }

.pagination a.current:before {
      content: "";
      position: absolute;
      border: 1px solid #818181;
      border: 1px solid #818181;
      border: 1px solid #818181;
      left: 20%;
      bottom: 0;
      width: 60%;
    }

.pagination .pagination-links {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

.pagination .arrows {
    text-indent: -9999px;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }

.pagination .previous-page {
    border-right: 10px solid #004b85;
    border-right: 10px solid #004b85;
    border-right: 10px solid #004b85;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    left: -50px;
  }

.pagination .next-page {
    border-left: 10px solid #004b85;
    border-left: 10px solid #004b85;
    border-left: 10px solid #004b85;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    right: -50px;
  }

.pagination .previous-inactive {
    border-right: 18px solid #f3f3f3;
    border-right: 18px solid #f3f3f3;
    border-right: 18px solid #f3f3f3;
  }

.pagination .next-inactive  {
    border-left: 18px solid #f3f3f3;
    border-left: 18px solid #f3f3f3;
    border-left: 18px solid #f3f3f3;
  }

.year-selector-desktop {
  clear: both;
  margin: 30px 0 0 0;
  padding: 0;
  display: none;

}

@media (min-width: 768px) {

.year-selector-desktop {
    display: block

}
  }

.year-selector-desktop li {
    float: left;
    margin-right: 20px;

  }

.year-selector-desktop li:last-child {
      margin-right: 0;
    }

.year-selector-desktop a {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 10px;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;

  }

.year-selector-desktop a.active {
      border: 2px solid #004b85;
    }

.news-select {
  background-color: #f3f3f3;
  background-color: #f3f3f3;
  background-color: #f3f3f3;
  margin: 0 auto 40px auto;

}

@media (min-width: 768px) {

.news-select {
    display: none

}
  }

.news-select:before {
    border-left: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    background-color: #f3f3f3;
    background-color: #f3f3f3;
    background-color: #f3f3f3;
  }

.news-select:after {
    right: 10%;
  }

.news-select select {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 1.4em;
    color: #2e2e2e;
    color: #2e2e2e;
    color: #2e2e2e;
    height: 55px;
  }

.stage-selector {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 99;

}

@media (max-width: 767px) {

.stage-selector .lock {
      padding: 0

  }
    }

.stage-selector p, .stage-selector a {
    line-height: 58px;
    height: 58px;
    margin-bottom: 0;

  }

@media (min-width: 1100px) {

.stage-selector p, .stage-selector a {
      line-height: 70px;
      height: 70px

  }
    }

.stage-selector p {
    float: left;
    color: #fff;
    color: #fff;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-right: 70px;

  }

@media (max-width: 767px) {

.stage-selector p {
      display: none

  }
    }

.stage-selector p:after {
      content: "";
      position: absolute;
      top: 10px;
      bottom: 10px;
      width: 1px;
      background-color: #fff;
      background-color: #fff;
      background-color: #fff;
      right: -1px;
    }

.stage-selector a {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #fff;
    color: #fff;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle;
    width: 100%;

  }

@media (max-width: 649px) {

.stage-selector a {
      font-size: 13px

  }
    }

@media (min-width: 768px) {

.stage-selector a {
      padding: 0 40px

  }
    }

.stage-selector a span {
      line-height: 15px;
      display: inline-block;
      vertical-align: middle;
    }

.stage-selector ul {
    overflow: hidden;
    padding-left: 0;
    display: table;
    margin-bottom: 0;

  }

@media (max-width: 767px) {

.stage-selector ul {
      width: 100%

  }
    }

.stage-selector li {
    position: relative;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;

  }

@media (max-width: 767px) {

.stage-selector li {
      width: 33.3%;
      text-align: center

  }
    }

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;

}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: spinner 1.4s infinite ease-in-out both;

  }

.spinner > div:nth-of-type(1) {
      animation-delay: -0.32s;
    }

.spinner > div:nth-of-type(2) {
      animation-delay: -0.16s;
    }

.gallery .slider {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 100%;

  }

@media (min-width: 650px) {

.gallery .slider {
      height: 400px

  }
    }

@media (min-width: 768px) {

.gallery .slider {
      height: 500px

  }
    }

.gallery .slider .wrapper {
      height: 100%;

    }

.gallery .slider .wrapper > div {
        width: 100%;
        background-position: center center;
        background-size: contain;
        position: absolute;
        text-indent: -9999px;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode:forwards;
        z-index: 0;
        visibility: hidden;
        top: 0;
        height: 250px;

      }

@media (min-width: 650px) {

.gallery .slider .wrapper > div {
          height: 400px

      }
        }

@media (min-width: 768px) {

.gallery .slider .wrapper > div {
          height: 500px

      }
        }

.gallery .slider .wrapper > div[active-to='left'],
        .gallery .slider .wrapper > div[active-to='right'],
        .gallery .slider .wrapper > div[upcoming-from='right'],
        .gallery .slider .wrapper > div[upcoming-from='left'] {
          z-index: 9;
          visibility: visible;
        }

.gallery .slider .wrapper > div[active='true'] {
          z-index: 9;
          visibility: visible;
        }

.gallery .slider .wrapper > div[active-to='left'] {
          transform: translateX(-100%);
          transition: transform 1s;
        }

.gallery .slider .wrapper > div[upcoming-from='left'] {
          right: -100%;
          animation-name: animate-in-from-left;
        }

.gallery .slider .wrapper > div[upcoming-from='right'] {
          left: -100%;
          animation-name: animate-in-from-right;
        }

.gallery .slider .wrapper > div[active-to='right'] {
          transform: translateX(100%);
          transition: transform 1s;
        }

.gallery .grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2e2e2e;
    background-color: #2e2e2e;
    background-color: #2e2e2e;
    z-index: 9999;
    padding: 40px;

  }

.gallery .grid > div {
      width: calc(25% - 15px);
      height: calc(20% + 6px);
      float: left;
      margin-bottom: 20px;
      margin-left: 20px;
      cursor: pointer;
      background-size: contain;

    }

.gallery .grid > div:nth-of-type(4n + 1) {
        margin-left: 0;
      }

.gallery .grid > div:nth-of-type(13),
      .gallery .grid > div:nth-of-type(14),
      .gallery .grid > div:nth-of-type(15),
      .gallery .grid > div:nth-of-type(16) {
        margin-bottom: 0px;
      }

.gallery .caption {
    position: relative;
    height: 60px;
    margin-bottom: 20px;

  }

.gallery .caption > div {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      padding: 10px 0;
      height: 40px;
      overflow-y: scroll;
      opacity: 0;
      text-align: center;
    }

.gallery .caption > div[data-active] {
      opacity: 1;
      transition: opacity 1s;
    }

.gallery .caption > div[data-out] {
      opacity: 0;
      transition: opacity 1s;
    }

.gallery .caption > div[data-in] {
      opacity: 1;
      transition: opacity 1s;
    }

.gallery .caption p {
      color: black;
    }

.gallery .controller {
    width: 160px;
    margin: 0 auto 40px auto;
    height: 40px;

  }

@media (min-width: 650px) {

.gallery .controller {
      width: 240px

  }
    }

.gallery .controller .toggle-grid {
      float: left;
      margin-right: 40px;
      font-size: 40px;
      width: 40px;
      height: 40px;
      position: relative;
      margin-top: -8px;
      display: none;

    }

@media (min-width: 650px) {

.gallery .controller .toggle-grid {
        display: block

    }
      }

.gallery .controller .slide-direction {
      text-indent: -9999px;
      height: 0;
      width: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      float: left;
      border-right: 10px solid black;
      margin-right: 40px;

    }

.gallery .controller .slide-direction:last-of-type {
        border-left: 10px solid black;
        margin-left: 40px;
        margin-right: 0;
        border-right: 0;
      }

.gallery .controller .slide-direction:disabled {
        opacity: .5;
      }

.gallery .controller div {
      float: left;

    }

.gallery .controller div span:first-child {
          position: relative;
          margin-right: 10px;

        }

.gallery .controller div span:first-child:before {
            content: "/";
            position: absolute;
            right: -10px;
          }

#interior-content .active > a {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.2em;
  color: #2e2e2e;
  color: #2e2e2e;
  color: #2e2e2e;
}

#interior-content .leadership-back {
    margin-bottom: 30px;
    display: block;
  }

#interior-content .row {
    overflow: hidden;
  }

@media (min-width: 650px) {

#interior-content .leadership-detail-image {
      float: left;
      margin-right: 40px;
      width: 30%;
      margin-right: 30px;
  }
    }

#interior-content .question {
    margin-bottom: 40px;
    margin-bottom: 40px;
    margin-bottom: 40px;

  }

#interior-content .question:last-child {
      margin-bottom: 0;
    }

#interior-content .awards h1 {
     float: left;
   }

#interior-content .awards .sub-header {
      float: right;
    }

#interior-content .awards .news-wrapper {
      clear: both;

    }

@media (min-width: 768px) {

#interior-content .awards .news-wrapper > div:last-of-type {
           border-top: 1px solid #f3f3f3;
           border-top: 1px solid #f3f3f3;
           border-top: 1px solid #f3f3f3

      }
         }

#interior-content .awards .news-wrapper .award {
        padding: 40px 0;
        overflow: hidden;
        border-top: 1px solid #f3f3f3;
        border-top: 1px solid #f3f3f3;
        border-top: 1px solid #f3f3f3;

      }

@media(min-width: 650px) {

#interior-content .awards .news-wrapper .award {
          display: table

      }
        }

@media(min-width: 650px) {

#interior-content .awards .news-wrapper .award > div {
            display: table-cell;
            width: calc(100% - 220px);
            vertical-align: top

        }
          }

#interior-content .awards .news-wrapper h2 {
        font-family: 'Roboto', sans-serif;
        font-family: 'Roboto', sans-serif;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        font-size: 20px;
        line-height: 1.4em;
        color: #2e2e2e;
        color: #2e2e2e;
        color: #2e2e2e;

      }

@media(min-width: 650px) {

#interior-content .awards .news-wrapper h2 {
          display: table-cell;
          width: 230px;
          padding-right: 50px;
          vertical-align: top;
          text-align: left

      }
        }

