@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix')format('embedded-opentype'), url('../fonts/OpenSans.woff')format('woff'), url('../fonts/OpenSans.ttf')format('truetype'), url('../fonts/OpenSans.svg#OpenSans')format('svg');
}

@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/olight.eot');
  src: url('../fonts/olight.eot?#iefix') format('embedded-opentype'), url('../fonts/olight.woff') format('woff'), url('../fonts/olight.ttf') format('truetype'), url('../fonts/olight.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rotisserifregular';
  src: url('../fonts/rotis-serif-webfont.eot');
  src: url('../fonts/rotis-serif-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rotis-serif-webfont.woff') format('woff'), url('../fonts/rotis-serif-webfont.svg#rotisserifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

footer, header {
  width: 100%;
  margin: 0 auto;
}

footer>div, header>div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

.foot-bottom-bar {
  height:40px;
  max-width: 9999px;
  padding-top: 18px;
  color: #fff;
}

.foot-bottom-bar p {
  margin-bottom: 0;
}

main {
  width: 100%;
  margin: 0 auto 40px;
  overflow: hidden;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}

body, h1, h2, h3, h4, h5, p {
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  color: #313131;
}

body {
  background-color: #fff;
}

h1 {
  font-family: 'open_sanslight', sans-serif;
  font-size: 45px;
  line-height: 1.35em;
}

section h1 {
  font-size: 45px;
  line-height: 1.35em;
}

.center-unordered {
  text-align: center;
  list-style-position: inside;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  color: #243b4b;
  line-height: 2em;
}

@media screen and (max-width:500px) {
  section h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 20px;
}

section p {
  margin-bottom: 25px;
}

.padding40{
  padding: 40px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  margin-top: 0 !important;
  background-color: transparent !important;
  color: #f2b24e !important;
  border-top: 5px solid #f2b24e !important;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none !important;
}

.navbar-right{
  margin-top:0px;
}
.slogan {
  font-family: 'open_sanslight', sans-serif;
}

.sloganContainer {
  height: 165px;
}

.maincopy {
  line-height: 2.0em !important;
}
.max200 img{
  max-width:200px;
}
.arrows {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.whatisList li{
  margin-bottom:10px;
}
.texelHeadCopy{
  text-align:left;
}
/* a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

a.anchorCity {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.anchor::before {
  display: block;
  content: " ";
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}

.anchorCity::before {
  display: block;
  position: relative;
  content: " ";
  margin-top: -275px;
  height: 275px;
  visibility: hidden;
  pointer-events: none;
} */

@media screen and (max-width: 767px) {
  .footermobile {
    margin-bottom: 60px;
    text-align: center;
  }
  footer .col-sm-12 .img-responsive {
    padding-top: 20px;
    margin: 0 auto;
  }
  footer .line {
    width: 0;
    height: 0px;
    margin-bottom: 15px;
    background: #f2b24e;
    margin: 15px auto;
  }
  .sloganContainer {
    height: 125px;
  }
  .texelHeadCopy{
    text-align:center;
  }

}

.arrow-container {
  position: relative;
}

.arrow-up {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 14px;
  background: url('../images/arrowpoint_up.png');
  left: 25%;
}

.arrow-down {
  position: absolute;
  right: 49%;
  width: 30px;
  height: 15px;
  background: url('../images/arrowpoint_down.png');
}

.arrow-down-gold{
  position: absolute;
margin-top:-20px;
  right: 50%;
  width: 30px;
  height: 15px;
  background: url('../images/arrowpoint_gold_down.png');
}
.arrow-down-black{
  position: absolute;
margin-top:-20px;
margin-right:-15px;
  right: 50%;
  width: 30px;
  height: 15px;
  margin-right:-15px;
  background: url('../images/arrowpoint_black_down.png');
}

.arrow-down-white {
  position: absolute;
  top: 0px;
  margin-right:-15px;
  right: 50%;
  width: 30px;
  height: 15px;
  background: url('../images/arrowpoint_black_down.png');
}

.detail-excerpt p {
  color: #fff;
  font-size: 13px;
}

.gold {
  /*padding-top: 75px;
  padding-bottom: 75px; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#113852+0,115067+100 */
  background: #f2b24e;
}

.gold-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}


.gold hr {
  width: 40px;
  border: none;
  height: 2px;
  background: #f2b24e;
}

.jdlogo-gold {
  padding-bottom: 5px;
}

.jdlogo-gold img {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.jd-logo-goldbox hr {
  width: 90% !important;
  height: 2px;
  background-color: #f2b24e;
  border: none;
}

@media screen and (max-width:768px) {
  .gold-info {
    text-align: center;
    padding: 15px;
  }
  .gold-info>hr {
    width: 100%;
  }
  .jdlogo-gold {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.button-space {
  margin-top: 40px;
}

.full-width-contain {
  width: 100%;
  overflow: hidden;
}

.jd-imageboxes {
  padding-right: 5px !important;
  padding-left: 5px !important;
  margin-bottom: 0;
}

#jdclock {
  display: block;
}

@media screen and (max-width: 500px) {
  #jdclock {
    display: none;
  }
  .sloganContainer {
    height: 90px;
  }
}

.highlight {
  color: #f2b24e;
}

header {
  /*background: #fff none repeat scroll 0 0;*/
   height: 80px;
   left: 0;
   margin: 0 auto;
   position: fixed;
   top: 0;
   transition: background 0.3s linear 0s;
   width: 100%;
}

header nav {
  max-width: 1200px;
  margin: 0 auto;
}

header.dark {
  z-index: 1000;
  background: -moz-linear-gradient( top, rgba(28, 29, 28, .95)95%, rgba(28, 29, 28, .85)95%);
  background: -webkit-linear-gradient( top, rgba(28, 29, 28, .95)95%, rgba(28, 29, 28, .85)95%);
  background: RGBA(28, 29, 28, .95);
  /*  background: linear-gradient( to bottom, rgba(17, 56, 82, .95)95%, rgba(17, 56, 82, .85)95%); */
}

header.light {
  z-index: 1000;
  background: #fff;
  opacity:.9;
}

@media only screen and (max-width:667px) {
  .navbar-default .navbar-collapse {
    z-index: 1000;
    background: #000;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    margin-top: 0 !important;
    background-color: #f2b24e !important;
    color: #fff !important;
    border-top: none !important;
  }
}

footer .col-sm-12 .img-responsive {
  padding-top: 20px;
  height:80px;
}

.footcopy_lead{
  margin-top:20px;
  font-size:16px;
  line-height:1.5em;
  color:#fff;
}
.footcopy_child{
  font-size:12px;
  line-height:1.35em;
  color:#fff;
}
.ftr-icon {
  margin-right: 10px;
}

.main-title hr {
  width: 40px;
  height: 2px;
  background-color: #f2b24e;
  margin-top: 20px;
  border-top:none;
}

.global hr {
  width: 40px;
  height: 2px;
  background-color: #f2b24e;
  margin-top: 40px;
}

.grey-full hr {
  width: 40px;
  height: 2px;
  margin-top: 20px;
  background-color: #f2b24e;
}
.grey-back hr {
  width: 40px;
  height: 2px;
  margin-top: 20px;
  background-color: #f2b24e;
}

#jointeam hr {
  width: 40px;
  height: 2px;
  margin-top: 20px;
  background-color: #f2b24e;
}

.navbar-default {
  border: none;
  background: none;
}

.navbar-default .navbar-nav>li>a {
  margin-top: 0;
  font-family: 'open_sanslight', sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
  border-top: 5px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover {
  margin-top: 0;
  color: #f2b24e;
  border-top: 5px solid #f2b24e;
}

.navbar-default .navbar-nav>li>a:active {
margin-top: 0;
color: #f2b24e;
border-top: 5px solid #f2b24e;
}

.navbar-brand{
  padding:0 15px;
}

.navbar-brand>img {
  display: block;
  height: 80px;
  background-size: contain;
}

@media (min-width: 768px){
  .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

footer {
  color: #fff;
  font-family: 'OpenSans', sans-serif;
  border-top: 5px solid #f2b24e;
  background: #1c1d1c;
}

footer>div.row {
  max-width: 1200px;
  margin: 0 auto;
}

/**
* footer>div:nth-child(1) { color: #FFF; background: #0E1013; max-width:
* 1200px; margin: 0 auto; }
*/

footer h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

footer .line {
  width: 40px;
  height: 2px;
  margin-bottom: 15px;
  background: #f2b24e;
}

footer .cta {
  margin-bottom: 40px;
}

footer .link {
  margin-bottom: 10px;
}

footer .link.email, footer .link.location, footer .link.phone {
  margin-bottom: 10px;
}

footer .link a {
  font-size: 12px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #fff;
}

footer .link a:hover {
  text-decoration: none;
  color: #f2b24e;
}

footer p {
  font-size: 9px;
  color: #666;
}

.call-section {
  padding-bottom: 75px;
}

.call-section-100 {
  padding-bottom: 100px;
}

.call-section-2 {
  padding-bottom: 75px;
}

.call-section-map {
  padding-bottom: 20px;
}

.call_to_action_gold {
  font-family: 'open_sanslight', sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 10px 50px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 1px solid #f2b24e;
  background: rgba(45, 168, 203, .7);
}

.downloadBox{
  margin-top:0;
   width:100%;
   background-color:#f3f3f3;
   padding:10px 25px 25px;
   border-radius:10px;"
}
.grey-gold {
  background: linear-gradient( 180deg, #f3f3f3 85%, #f2b24e 15%);
}

.grey-back {
  padding:20px 15px;
  background: url("../images/middleBack.jpg") bottom center no-repeat,
  linear-gradient( 180deg, #f3f3f3 52%, #151515 48%);
}

.ti-placeholder {
  display: none !important;
  height: 0;
  color: #fff;
}

.idea, .build {
  color: rgb(17, 56, 82);
}

.call_to_action_gold:hover {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.call_to_action_gold {
  font-family: 'open_sanslight', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 50px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #f2b24e;
  background: rgba(45, 168, 203, .85);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hero-text .call_to_action_gold {
  line-height: 5.5em;
}

.call_to_action_gold:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #f2b24e;
  background: #f2b24e;
}

.call_to_action_white {
  font-family: 'open_sanslight', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 25px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #f2b24e;
  border: 1px solid #fff;
  background: #fff;
}

.call_to_action_white:hover {
  color: #fff;
  border: 1px solid #f2b24e;
  background: #f2b24e;
}

.call_to_action:hover {
  color: #f2b24e;
  border: 1px solid #f2b24e;
  background: transparent;
}

.call_to_action {
  font-family: 'open_sanslight', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 50px;
  text-align: center;
  vertical-align: middle;
  color: #f2b24e;
  border: 1px solid #f2b24e;
  background: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width:768px) {
  header{
    height:60px;
  }
  .call_to_action {
    padding: 10px 15px;
  }
  .padding40{
    padding:0;
  }
  .downloadBox{
    margin-top:40px;
  }
}

.call_to_action:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #f2b24e;
  background: #f2b24e;
}

.call_to_action_transparent {
  font-family: 'open_sanslight', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 50px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 1px solid #f2b24e;
  background: none;
}

.call_to_action_transparent:hover {
  text-decoration: none;
  color: #f2b24e;
  border: 1px solid #fff;
  background: #fff;
}

.call_to_action_transparent_gold {
  font-family: 'open_sanslight', sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 50px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #f2b24e;
  border: 1px solid #f2b24e;
  background: none;
}

.call_to_action_transparent_gold:hover {
  color: #000;
  border: 1px solid #000;
  background: transparent;
}

.divider-6 {
  padding-top: 0;
  border-left: 1px solid #f2b24e;
}

.employButton {
  margin-top: 40px;
}

li span {
  cursor: pointer;
}

.employDisclaimer {
  margin-top: 60px;
}

.employDisclaimer p {
  font-size: 10px;
  font-style: italic;
}

footer .call_to_action {
  color: #fff;
  background: #f2b24e;
}

footer .call_to_action:hover {
  color: #f2b24e;
  background: transparent;
}

footer .city-line {
  display: block;
  padding-left: 23px;
}

.ftr-policy-links {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 0 25px 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ftr-policy-links {
    flex-direction: row;
  }
}

.ftr-policy-links .link-wrapper {
  margin: 10px 15px;
}

.ftr-policy-links .link-wrapper .link {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.ftr-policy-links .link-wrapper .link:hover {
  color: #f2b24e;
}

.cta_btn {
  position: absolute;
  bottom: 40px;
  text-align: center;
  left: 0;
  width: 100%;
}

.cta_btn_wwd {
  position: absolute;
  bottom: 25px;
  text-align: center;
  left: 0;
  width: 100%;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.double {
  width: 56%;
}

.timeFormatted {
  text-transform: uppercase;
}

.grey {
  padding: 20px 15px;
  background: linear-gradient( 180deg, #fff 50%, #f3f3f3 50%);
}

@media screen and (max-width: 500px) {
  .grey {
    background: #f3f3f3;
  }
  .jd-imageboxes {
    margin-bottom: 20px;
  }
  .navbar-brand>img {
    height: 24px;
  }
  .grey-back {
    background: url("../images/middleBack.jpg") bottom center no-repeat,
    linear-gradient( 180deg, #f3f3f3 70%, #151515 30%);
  }
}

.black-full {
  /* padding: 90px 15px 20px; */
  background-color: #010306;
}

.grey-full {
  padding: 90px 15px 20px;
  background-color: #f3f3f3;
}

.grey-full-index {
  padding: 20px 15px 90px;
  background-color: #f3f3f3;
}

.help-text {
  padding-left: 30px;
  padding-right: 30px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.margin-forty {
  margin-bottom: 40px;
}

.head {
  display: block;
}

.head img {
  width: 100%;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.hero-text, .hero-text-index {
  font-size: 45px;
  line-height: 1.5em;
  margin-top: 18%;
  text-align:center;
}


.sideBarLink{
  position:absolute;
  right:0;
  top:215px;
}
.sideBarLink img{
  width:40px;
}

@media screen and (min-width: 1300px) {
  .hero-text, .hero-text-index {
    font-size: 45px;
  }
}

.info-box {
  position: relative;
  display: table-cell;
  height: 430px;
  background-color: #fff;
}
.info-box-text ul{
  padding-left:20px;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .info-box {
    height: 605px;
  }
}
@media only screen and (min-width:900px) and (max-width:1200px){
  .info-box {
  height: 490px;
  }
}


.info-box-text {
  width: 100%;
  padding: 0px 20px 15px;
  background-color: #fff;
}

.info-box-text p {
  line-height: 1.35em;
  font-size: 13px;
  margin-bottom:2em;
  color:#747474;
}

.info-box-text hr {
  width: 40px;
  width: 40px;
  height: 2px;
  background-color: #f2b24e;
}
.info-box-text li{
  margin-bottom: 20px;
  line-height: 1.05em;
  font-size: 13px;
  color:#747474;
  font-family: 'OpenSans', sans-serif;

}
.item img {
  width: 100%;
}

.item-learn {
  text-align: center;
}

.item-list {
  padding: 10px 40px 25px 40px;
  height: 300px;
}

.item-list h1 {
  margin-top: 0;
}

.item-list a {
  margin: 0 auto;
}

.item-list p {
  font-size: 13px;
  line-height: 20px;
}

.item hr {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40px;
  height: 2px;
  background-color: #f2b24e;
}

.menu {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
  font-family: 'open_sanslight', sans-serif;
  display: block;
  background: -moz-linear-gradient( top, rgba(17, 56, 82, .95)95%, rgba(17, 56, 82, .85)95%);
  background: -webkit-linear-gradient( top, rgba(17, 56, 82, .95)95%, rgba(17, 56, 82, .85)95%);
  background: RGBA(17, 56, 82, .95);
  /*  background: linear-gradient( to bottom, rgba(17, 56, 82, .95)95%, rgba(17, 56, 82, .85)95%); */
}

@media screen and (max-width:768px) {
  .menu {
    display: none;
  }
  .sideBarLink{
    display:none;
  }
}

.menu.fixed {
  position: fixed;
  z-index: 999;
  top: 60px;
}

.menu a {
  color: #fff;
  text-transform: none;
}

.menu a:hover {
  text-decoration: none;
  color: #f2b24e;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.menu ul li {
  line-height: 2em;
  display: inline;
  padding: 10px;
  text-decoration: none;
}

.mobile-break {
  display: none;
}

.no-padding {
  padding: 0;
}

.no-gutter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.page-subhead {
  font-family: 'rotisserifregular', 'serif';
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 60px;
  color: #acacac;
}

.small-logo {
  margin: 0 auto;
  width: 75px;
  padding: 0;
  margin-bottom: 20px;
}

.small-logo img {
  width: 100%;
  display: block;
}

.sec-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sec-margin-2 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.sec-margin-10{
  margin-top:10px;
  margin-bottom:10px;
}
.subtitle {
  margin: 40px 0;
}

.subtitle-nomargin {
  margin: 0;
}

.subtitle-nobottommargin {
  margin-bottom: 0;
}

.em15 {
  line-height: 2.5em;
}

.sub-text {
  font-size: 12px;
  margin-top: 17px;
}

.text-center {
  text-align: center;
}

.timeline hr {
  width: 40px;
  height: 2px;
  background-color: #f2b24e;
}

.cta_btn a {
  font-family: 'open_sanslight', sans-serif;
  color: #f2b24e;
  font-size: 13px;
}

.grid>li {
  overflow: hidden;
  width: 28%;
  height: 585px;
  margin: 0.75%;
  padding: 0 0 30px;
  /* border: 1px solid #333; */
  background: #fff;
}

.grid>li.no-link {
  overflow: hidden;
  width: 28%;
  height: 585px;
  margin: 0.75%;
  padding: 0 0 30px;
  /* border: 1px solid #333; */
  background: #fff;
}

@media screen and (max-width: 500px) {
  .grid>li {
    overflow: hidden;
    width: 80%;
    height: 560px;
    margin: 0.75%;
    padding: 0 0 30px;
    /* border: 1px solid #333; */
    background: #fff;
  }
  .grid>li.no-link {
    overflow: hidden;
    width: 80%;
    height: 505px;
    margin: 0.75%;
    padding: 0 0 30px;
    /* border: 1px solid #333; */
    background: #fff;
  }
  .item-list {
    padding: 10px 40px 25px 40px;
  }
}

@media screen and (min-width: 501px) and (max-width: 768px) {
  .grid>li {
    overflow: hidden;
    width: 44%;
    height: 595px;
    margin: 0.75%;
    padding: 0 0 30px;
    /* border: 1px solid #333; */
    background: #fff;
  }
  .grid>li.no-link {
    overflow: hidden;
    width: 44%;
    height: 595px;
    margin: 0.75%;
    padding: 0 0 30px;
    /* border: 1px solid #333; */
    background: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .grid>li {
    overflow: hidden;
    width: 44%;
    height: 595px;
    margin: 1.75%;
    padding: 0 0 30px;
    /* border: 1px solid #333; */
    background: #fff;
  }
  .grid>li.no-link {
    overflow: hidden;
    width: 44%;
    height: 595px;
    margin: 1.75%;
    padding: 0 0 30px;
    /* border: 1px solid #333; */
    background: #fff;
  }
}

.white-text {
  color: #fff;
}

.joinUsCopy {
  padding: 10px 18px;
  text-align: left;
}

.joinUsCopy p {
  line-height: 2em;
  text-align: left;
}

.workReasons {
  margin-top: -20px;
  padding-left: 0;
}

.workReasons li {
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
  color: #243b4b;
  text-align: left;
  line-height: 1.75em;
}

.workReasons p {
  text-align: left;
}

ul.workReasons li {
  background: url('../images/CheckMark.png') no-repeat;
  padding-left: 30px;
}

ul.workReasons {
  list-style-type: none;
}

.wwu-box-text {
  background-color: #fff;
}

.wwu-box-text .call_to_action_transparent {
  position: relative;
  bottom: 50px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .wwu-box-text {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .wwu-box-text .call_to_action {
    bottom: 40px;
  }
}

.wwu_form {
  /*  padding-top: 35px; */
}

.wwu_form input, textarea {
  width: 100% !important;
  margin-bottom: 10px;
  padding: 10px;
}

.wwu_form input::placeholder, textarea::placeholder {
  font-size: 10px;
  color: #b9b9b9;
}

.wwu_form textarea {
  overflow: hidden;
  height: 250px;
}

.wwu_form .form_button {
  position: absolute;
  right: 15px;
  bottom: -38px;
}

/* MAIN IMAGES */

.work-with-us-brightest {
  overflow: hidden;
  width: auto !important;
  height: 600px !important;
  margin-bottom: -1px;
  background: url('../images/BestBrightest_FullSize.jpg')no-repeat center center;
  background-color: #103046;
  background-size: auto 100% !important;
}

.m15-wwu {
  margin-top: 15%;
}

.header-white {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  color: #404041;
  font-family: 'open_sanslight';
  margin:auto;
  margin-bottom: 5px;
  position: relative;
  z-index: 900;
}

.header-gold {
  display: inline-block;
  padding: 5px 20px;
  background-color: #243b4b;
  color: #fff;
  font-family: 'open_sanslight';
  margin-bottom: 5px;
  position: relative;
  z-index: 900;
}
.headerSecondary{
  line-height:1.25em;
  margin-top:20px;
}
.brightest-gold {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f2b24e;
  color: #fff;
  font-size: 24px;
  font-family: 'open_sanslight';
  margin-bottom: 5px;
  position: relative;
  z-index: 900;
}

.brightest-gold-text {
  color: #fff;
  line-height: 1.5em;
  text-align: left;
  margin: 20px 0;
  font-family: 'open_sanslight';
}

.wwu-line {
  display: inline-block;
  position: absolute;
  top: 51%;
  right: 37%;
  width: 3000px;
  border-bottom: 3px dashed #f2b24e;
}

.brightest-gold-btn {
  position: absolute;
  top: 49%;
  right: 10%;
}

@media screen and (max-width: 768px) {
  .header-white {
    font-size:40px;
  }
  .brightest-gold {
    font-size: 22px;
  }

}

@media screen and (max-width: 500px) {
  .header-white {
    font-size:20px;
  }
  .work-with-us-brightest {
    background: url('../images/BestBrightest_mobile.jpg')no-repeat center center;
  }
  .brightest-gold {
    font-size: 20px;
  }
  .m15-wwu {
    margin-top: 25%
  }
  .container-wwu {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 325px) {
  .header-white {
    font-size:16px;
  }
  .brightest-gold{
    font-size:16px;
  }
}
/* INDEX */

main {
  overflow: hidden;
  width: auto !important;
  margin-bottom: -1px;
  height: 763px !important;
  background: url('../images/header/texel-Head.jpg')no-repeat center center;
  background-color:#010306;
  background-size: auto 100% !important;
}

@media screen and (max-width: 991px) {
  .divider-6 {
    padding-top: 40px;
    border-left: none;
  }
}

@media screen and (max-width: 768px) {
  .joinUsCopy {
    padding: 10px 10px;
    text-align: left;
  }
  .hero-text, .hero-text-index {
    font-size: 40px;
    line-height: 1.5em;
    margin-top: 28%;
  }
  .mobile-break {
    line-height: 1.5em;
    display: inline;
  }
  .no-margins {
    margin-right: 0 !important;
  }
  .top-spacing3 {
    padding-top: 120px;
  }
  .call-section {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  main {
    overflow: hidden;
    width: auto !important;
    margin-bottom: -1px;
    height: 385px !important;
    background: url('../images/header/IndexHead_mob.jpg')no-repeat center center;
    background-size: auto 100% !important;
  }
  .center-unordered {
    padding-left: 0;
  }
  .hero-text {
    font-size: 26px;
    line-height: 1.5em;
    text-align: center;
  }
  .hero-text-index {
    font-size: 26px;
    line-height: 1.5em;
    margin-top: 45%;
    text-align: center;
  }
  .build {
    margin-bottom: 20px;
  }
}
.pad-right{
  padding-right:40px;
}

.top-spacing {
  padding-top: 40px;
}

.top-spacing2 {
  padding-top: 80px;
}

.top-spacing3 {
  padding-top: 120px;
}

.top-spacing4 {
  padding-top: 240px;
}

.top-spacing5 {
  padding-top: 300px;
  padding-bottom: 300px;
}

@media screen and (max-width: 768px) {
  .top-spacing2 {
    padding-top: 0;
  }
  .top-spacing3 {
    padding-top: 0;
  }
  .top-spacing4 {
    padding-top: 80px;
  }
  .top-spacing5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* WHERE WE ARE */

main.what-is-head {
  overflow: hidden;
  width: auto !important;
  height: 550px !important;
  margin-bottom: -1px;
  background: url('../images/header/wiHead_xl.jpg')no-repeat center center;
  background-color: #49a6da;
  background-size: auto 100% !important;
}

/* WHAT WE DO */

main.what-we-do-head {
  overflow: hidden;
  width: auto !important;
  margin-bottom: -1px;
  height: 700px !important;
  background: url('../images/header/whatwedo_Header.png')no-repeat center center, linear-gradient( 180deg, #252626 600px, #fff 100px);
  background-size: auto 100% !important;
}

/* WHO WE ARE */

main.who-we-are-head {
  overflow: hidden;
  width: auto !important;
  margin-bottom: -1px;
  height: 700px !important;
  background: url('../images/header/whoweare_Header.jpg')no-repeat center center, linear-gradient( 180deg, #040201 600px, #fff 100px);
  background-size: auto 100% !important;
}

/* WORK WITH US */

main.work-with-us-head {
  overflow: hidden;
  width: auto !important;
  height: 600px !important;
  margin-bottom: -1px;
  background: url('../images/header/workwithus_Header.png')no-repeat center center;
  background-color: #222e3a;
  background-size: auto 100% !important;
}

@media screen and (max-width: 768px) {
  main.work-with-us-head {
    height: 500px !important
  }
  main.who-we-are-head {
    height: 600px !important
  }
  main.what-we-do-head {
    height: 600px !important
  }
  main.what-is-head {
    height: 500px !important
  }
}

@media screen and (max-width: 500px) {
  main.work-with-us-head {
    height: 500px !important;
    background: url('../images/header/workwithus_Header_Mobile.png')no-repeat center center;
  }
  main.who-we-are-head {
    height: 600px !important;
    background: url('../images/header/whoweare_Header_Mobile.jpg')no-repeat center center;
  }
  main.what-we-do-head {
    height: 600px !important;
    background: url('../images/header/whatwedo_Header_Mobile.png')no-repeat center center;
  }
  main.what-is-head {
    height: 500px !important;
    background: url('../images/header/wiHead_mob.jpg')no-repeat center center;
  }
}

.workSection-box {
  overflow: hidden;
  width: auto !important;
  margin-bottom: -1px;
  margin-top: -1px;
  background: url('../images/middleBack.jpg')no-repeat center center;
  background-color: #121212;
  background-size: auto 100% !important;
  text-align: left;
  padding-top:40px;
  padding-bottom:40px;
}
.workSection-box a{
  color:#243b4b;
}
.researchBtn {
  margin-top: 35%;
  margin-left: 20%;
}

@media screen and (min-width:768px) and (max-width:1024px){
  .researchBtn {
    margin-top: 48%;
  }
  .workSection-box {
    background: url('../images/middleBack.jpg')no-repeat center center;
    background-color: #121212;
    height:auto;
  }
}
@media screen and (max-width: 767px) {
  .workSection-box {
    background: none;
    background: url('../images/middleBack.jpg')no-repeat center center;
    background-color: #121212;
    height:auto;
    text-align:center;
  }
  .researchBtn {
    margin-top: 0%;
    margin-left: 0%;
  }
  .map-margin {
    height: 125px;
    margin-top: -125px;
    background-color: rgba(28, 29, 28, 0.95);
  }
  .locationsWrapper {
    color: #fff;
  }
  .time span {
    color: #fff;
  }
  .time span.in, .time span.loc {
    /*display: none;*/
    display: inline-block;
  }
}

@media screen and (max-width: 667px) {
  .workSection-box {
    background: none;
    background: url('../images/middleBack.jpg')no-repeat center center;
    background-color: #121212;
    text-align: center;
  }
  .researchBtn{
    margin-left:0;
  }
}

@media screen and (min-width:768px) and (max-width:1119px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 11px;
  }
}

.mobileLocations .locationdot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  /*  padding-right: 10px; */
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 50%;
  background: #e1e1e1;
}

.name .locationdot:hover {
  background: #f2b24e;
  width: 50px;
  height: 50px;
  margin: -25px;
  border-radius: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2b24e+0,f2b24e+30,cae9f2+100 */
  background: #f2b24e;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b24e', endColorstr='#cae9f2', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.mobileLocations .active {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  /*  padding-right: 10px; */
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 50%;
  background: #f2b24e;
}

.name .locationdot:focus {
  background: #f2b24e;
  width: 50px;
  height: 50px;
  margin: -25px;
  border-radius: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2b24e+0,f2b24e+30,cae9f2+100 */
  background: #f2b24e;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b24e', endColorstr='#cae9f2', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.name .locationdot:active {
  background: #f2b24e;
  width: 50px;
  height: 50px;
  margin: -25px;
  border-radius: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2b24e+0,f2b24e+30,cae9f2+100 */
  background: #f2b24e;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #f2b24e 0%, #f2b24e 30%, #cae9f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b24e', endColorstr='#cae9f2', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.detroit.locationdot:hover::before, .detroit.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 4px;
  content: 'Detroit';
  text-decoration: none;
}

.shanghai.locationdot:hover::before, .shanghai.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 4px;
  content: 'Shanghai';
  text-decoration: none;
}

.beijing.locationdot:hover::before, .beijing.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 6px;
  content: 'Beijing';
  text-decoration: none;
}

.dubai.locationdot:hover::before, .dubai.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 6px;
  content: 'Dubai';
  text-decoration: none;
}

.bangkok.locationdot:hover::before, .bangkok.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 4px;
  content: 'Bangkok';
  text-decoration: none;
}

.mexico.locationdot:hover::before, .mexico.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 0px;
  content: 'Mexico\00a0 City';
  text-decoration: none;
}

.toronto.locationdot:hover::before, .toronto.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 4px;
  content: 'Toronto';
  text-decoration: none;
}

.vegas.locationdot:hover::before, .vegas.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 2px;
  content: 'Las\00a0Vegas';
  text-decoration: none;
}

.dallas.locationdot:hover::before, .dallas.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 4px;
  content: 'Dallas';
  text-decoration: none;
}

.nashville.locationdot:hover::before, .nashville.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 4px;
  content: 'Nashville';
  text-decoration: none;
}

.newyork.locationdot:hover::before, .newyork.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: 2px;
  content: 'New\00a0York';
  text-decoration: none;
}

.washington.locationdot:hover::before, .washington.active::before {
  font-size: 10px;
  position: relative;
  top: -20px;
  left: -10px;
  content: 'Washington\00a0 DC';
  text-decoration: none;
}

.second-row {
  margin-top: none;
}

.mobileCityName {
  font-family: 'open_sanslight', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #f2b24e;
  display: inline-block;
}

/*.prev {
  display: inline-block;
  font-size: 36px;
  padding-right: 10px;
  position: absolute;
  left: -15px;
  top: 15px;
}

.next {
  display: inline-block;
  font-size: 36px;
  padding-left: 10px;
  position: absolute;
  right: -15px;
  top: 15px;
} */

@media screen and (max-width: 768px) {
  .second-row {
    margin-top: 45px;
  }
}

.time {
  font-family: 'open_sanslight', sans-serif;
  font-size: 36px;
  color: #243b4b;
}

/* TIMELINE STYLES */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 100%;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*height: 44px; */
  border: none;
  background: white;
  background: hsla(0, 0%, 100%, .75);
}

@media screen and (max-width:500px) {
  .flickity-prev-next-button {
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*height: 44px; */
    border: none;
    background: transparent;
  }
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: .6;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  right: 10px;
  left: auto;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  cursor: auto;
  opacity: .3;
}

.flickity-prev-next-button svg {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

@media screen and (max-width:500px) {
  .flickity-prev-next-button .arrow {
    fill: #fff;
  }
}

/* ---- page dots ----

.flickity-page-dots {
line-height: 1;
position: absolute;
top: -40px;
left: 0%;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}

.flickity-page-dots:before {
position: absolute;
z-index: -1;
top: 50%;
left: 0px;
width: 100%;
content: '';
transform: translateY(-50%);
border-top: 1px solid #bfbebe;
background: #bfbebe;
}

.flickity-rtl .flickity-page-dots {
direction: rtl;
}

.flickity-page-dots .dot {
display: inline-block;
width: 25px;
height: 25px;
margin: 0 10px;
cursor: pointer;
border-radius: 50%;
background: #f2b24e;
}

@media screen and (max-width:768px) {
.flickity-page-dots .dot {
  display: none;
}
.flickity-page-dots:before {
  display: none;
}
}

.flickity-page-dots .dot.is-selected {
opacity: 1;
}

li.dot:after {
font-size: 8px;
position: relative;
top: -15px;
content: '1980';
}

li.dot:first-child, li.dot:last-child {
display: none;
}

li.dot:nth-child(2):after {
content: '1980';
}

li.dot:nth-child(3):after {
content: '1985';
}

li.dot:nth-child(4):after {
content: '1997';
}

li.dot:nth-child(5):after {
content: '1999';
}

li.dot:nth-child(6):after {
content: '2002';
}

li.dot:nth-child(7):after {
content: '2003';
}

li.dot:nth-child(8):after {
content: '2007';
}

li.dot:nth-child(9):after {
content: '2008';
}

li.dot:nth-child(10):after {
content: '2010';
}

li.dot:nth-child(11):after {
content: '2011';
}

li.dot:nth-child(12):after {
content: '2012';
}

li.dot:nth-child(13):after {
content: '2013';
}

li.dot:nth-child(14):after {
content: '2014';
}

li.dot:nth-child(15):after {
content: '2015';
}

li.dot:nth-child(16):after {
content: '2016';
}

li.dot:nth-child(17):after {
content: '2017';
} */

@media screen and (max-width: 768px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

* {
  box-sizing: border-box;
}

/* ISOTOPE STYLES */

.grid-item-content {
  height: 100px;
  background: #fff;
  /*border: 2px solid hsla(0, 0%, 0%, 0.7); */
}

.grid-item-content img {
  width: 100%;
}

.grid-item-content--height2 {
  height: 200px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.grid {
  max-width: 1400px;
}

.grid-item {
  float: left;
}

.grid-item .grid-text {
  display: none;
}

.grid-item .grid-note {
  display: inline;
  font-family: 'open_sanslight', sans-serif;
}

.learn2 {
  color: #f2b24e;
}

/* item is invisible, but used for layout */

.grid-item, .grid-sizer {
  width: 33%;
}

.grid>.grid-item.who-grid {
  width: 33%;
}

.grid-item {
  height: 565px;
  border: none;
  background: transparent;
  margin-bottom: 25px;
  overflow: hidden;
}

.grid>.grid-item {
  height: 585px;
}

/* item-content is visible, and transitions size */

.grid-item-content {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  /* border-color: hsla(0, 0%, 0%, 0.7); */
  -webkit-transition: width 0.4s, height 0.4s;
  -moz-transition: width 0.4s, height 0.4s;
  -o-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
}

.grid-item:hover .grid-item-content {
  cursor: pointer;
}

.iso-content {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-copy {
  padding: 15px 40px;
  color: #747474;
  font-size: 13px;
  line-height: 20px;
}

.grid-item.is-expanded .bulletpoints {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.grid-item.is-expanded .productcopy {
  width: 50%;
  float: left;
}

.bulletpoints ul {
  margin-left: -20px;
}

@media screen and (max-width: 500px) {
  .grid-item.is-expanded .bulletpoints {
    width: 100%;
    padding: 0px;
  }
  .grid-item .bulletpoints {
    padding: 0px;
  }
  .grid-item.is-expanded .productcopy {
    display: none !important;
  }
  .arrows {
    display: inline-block;
  }
  .time {
    font-size: 16px;
    color: #fff;
  }
  .prev {
    font-size: 16px;
    color: #fff;
  }
  .next {
    font-size: 16px;
    color: #fff;
  }
  .time span {
    color: #fff;
  }
}

.grid-item.is-expanded .bullet-product {
  padding-right: 20px;
}

/* both item and item content change size */

.grid-item.is-expanded {
  width: 66%;
  height: 900px;
  z-index: 2;
}

.grid-item.is-expanded .grid-text {
  display: inline;
  font-family: 'open_sanslight', sans-serif;
}

.truncatethis {
  color: #747474;
  font-size: 13px;
  line-height: 20px;
}

.grid-item.is-expanded .grid-note {
  display: none;
}

.grid-item.is-expanded .grid-item-content {
  background: #fff;
}

@media screen and (min-width:769px) and (max-width:1200px) {
  .grid-item.is-expanded {
    width: 66%;
    height: 950px;
    z-index: 2;
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .grid>.grid-item.who-grid {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .grid-item, .grid-sizer {
    width: 48%;
  }
  .grid-item {
    height: 535px;
  }
  .grid>.grid-item.who-grid {
    height: 635px;
    width: 48%;
  }
  .grid-item.is-expanded {
    width: 100%;
    height: 915px;
    z-index: 2;
  }
  .grey-full hr {
    margin-top: 16px;
  }
}

.twoline {
  margin-top: 5px;
  line-height: 1.35em;
}

@media screen and (max-width: 500px) {
  .grid-item, .grid-sizer {
    width: 100%;
  }
  .grid>.grid-item.who-grid {
    width: 100%;
  }
  .grid-item .grid-note {
    display: none;
  }
  .grid>.grid-item.who-grid {
    height: 635px;
  }
  .grid-item {
    height: 500px;
  }
  .grid-item.is-expanded {
    width: 100%;
    height: 500px;
    z-index: 2;
  }
}

/* Slider */

.slider {
  width: 100%;
  margin: 10px auto;
}

.slick-slide {
  margin: 0px 5px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before, .slick-next:before {
  color: grey;
}

.gold-info.white-text p {
  line-height: 1.5em;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

/* ZOOM TIMELINE */

body .zoomtimeline.mode-3dslider .yearlist-con:after, .zoomtimeline.mode-3dslider .yearlist-con .yearlist .year figure {
  background-color: #fff !important;
}

.zoomtimeline.mode-3dslider.zoomtimeline0 .details-container>.detail .detail-image--border {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

/*privacy policy styles*/
.privacy-policy .otnotice-content .otnotice-sections .otnotice-section-content p {
    font-size: 16px;
}
