/* CSS Document */


/* ==========================================================================
   Author's custom styles
   ==========================================================================



Korolev Bold
font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-weight: 700;
font-style: normal;



Korolev Medium
font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-weight: 500;
font-style: normal;



Brandon Grotesque Regular
font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-weight: 400;
font-style: normal;


Brandon Grotesque Regular Italic
font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-weight: 400;
font-style: italic;


Brandon Grotesque Bold
font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-weight: 700;
font-style: normal;


Brandon Grotesque Bold Italic
font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-weight: 700;
font-style: italic;


*/



/* ============================================== GLOBAL
*/


body{
  font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
}

.row, .columns{
  position: relative;
}

.row{
  max-width: 1800px;
}

p{
  line-height: 1.2;
}

.fw{
  width: 100%;
  max-width: none;
}

/*.flex{
  display: flex;
}*/


.noPadBtm{
  padding-bottom: 0 !important;
}

.no-pad{
  padding-left: 0;
  padding-right: 0;
}


a {
 color: #fff;
}


a:hover, a:focus {
  color: #fff;
}

h1, h2, h4, h5{
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

h6{
font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-weight: 700;
font-style: normal;
 line-height: 1.2;
text-transform: uppercase;
/* font-size: 36px;
padding: 0 30%; */
}


h1{
  font-size: 36px;
  /*margin: 40px auto;*/
}


h2{
  font-size: 28px;
  margin: 40px auto;
}


#register p{
  color: #fff !important;
}

#wrap-website{
  overflow: hidden;
}

.cta{
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #F0533F;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 0 10px; 
  width: 95%;
  max-width: 250px;
}


.white{
  color: #fff;
}

.red{
  color: #F0533F;
}

.blue{
  color: #001e45;
}


.redBg{
  background-color: #F0533F;
}

.blueBg{
  background-color: #001e45;
}

.goldBg{
  background-color: #ad9e6e;
}

.greyBg{
  background-color: #ebe5de;
}



.angle{
  position: absolute;
}


.topRed, .topBlue{
  top: 0;
  left: 0;
}


.bottomRed, .bottomBlue{
  bottom: 0;
  right: 0;
}

.blueImg{
  height: 50%;
}

.redImg{
  height: 25%;
}


#sent{
  margin-top: 50px;
}

/*.alignLeft{
  text-align: left;
}

.alignRight{
  text-align: right;
}*/

.alignCenter{
  text-align: center;
}

#LEADCF1{
  display: none !important;
}

.imgFw, .copyFw{
  width: 100% !important;
}

.copyFw{
  text-align: center !important;
}

.sliderFix{
  position: absolute;
  width: 5px;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0.9375rem;
  z-index: 100;
}

#header{
  text-align: center;
}

/* ============================================== STICKY REGISTER
*/


#stickyRegister{
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  padding: 10px 0 5px;
}

#stickyRegister a{
color: #fff;
/*font-size: 18px;
padding: 10px 0 5px;*/ 
}


#stickyRegister span{
  display: inline-block;
 /*  margin: 0 30px 0 5px; */
}

#stickyRegister img{
  display: inline-block;
  max-width: 22px;
  margin-right: 5px;
}




/* ============================================== NAV
*/

#nav{
  background-color: #001e45;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 20px 0;
}



#menu{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}

#menu li{
    display:inline-block;
    width: 13%;
}

#menu li a{
    text-transform: uppercase;
    font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}

#menu li:last-child a{
  background-color: #F0533F;
  /* padding: 15px 30px 10px; */
}

#menu li:last-child a:hover{
  color: #001e45 !important;
}

.logoNav{
  width: 80px;
}


#menu li a:hover, #menu li.active a{
  color: #F0533F;
}

#navMobile{
  background: #001e45;
  min-height: 60px;
  position: fixed;
  left: 0;
  top:  0;
  width: 100%;
  z-index: 1000;
}

.logoMob{
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 60px;
}

/* ============================================== HEADER
*/


/* #header{
   background: url('../img/new-hero.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
} */

/*.headerCol{
  padding-top: 4%;
}*/

.headerCol.abs{
  height: 100%;
}

.headerCol.abs .tbl{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.headerContent{
  display: inline-block;
  /*padding: 6vw 30px 30px;*/
}

.logo{
  /*max-width: 208px;*/
  display: block;
  margin: 0 auto;
}

.topImg{
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: -1;
}

.topImg#imgLeft{
  left: 0;
}

.topImg#imgRight{
  right: 0;
}
/*
#imgLeft { 
  background: url('../img/img-left.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#imgRight { 
  background: url('../img/img-right.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/



/* ============================================== CONTENT
*/


h4{
  /*font-size: 60px;*/
  line-height: 1;
  margin-bottom: 2rem;
}

h5{
  /*max-width: 65%;*/
  margin: 25px 0;
}

/*.section{
  padding: 75px;
}
*/

.copyFw{
  text-align: center;
}

.copyFw h5{
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.locationPage .copyFw h5, .investmentPage .copyFw h5{
  margin: 40px 0;
}

/* .locationPage .copyFw h5, .locationPage .copyFw p{
  padding: 0 30%;
} */



.quoteSection img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* max-width: 84px; */
}

.iconStarLft{
  /* left: 10%; */
}

.iconStarRgt{
  /* right: 10%; */
}



.logoTeam{
  max-width: 158px;
  display: inline-block;
  margin: 15px auto 25px;
}

.imagesTeamCaption, .caption{
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  padding: 0 !important;
  margin: 10px auto;
}


.caption{
  display: inline-block;
}


.gap{
  height: 70px;
}


.stats{
  color: #001e45;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
}

.stats li{
  display:inline-block;
  margin: 0 10px;
}



.stats .dots{
  display:inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
}

.credit{
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}

/* ============================================== GRID
*/


.gridItem{
  text-align: center;
  margin: 0;
  padding: 0;
  float: left;
  width: 20%;
}

/*.gridIcon{
  padding: 70px 0;
}*/


.gridIcon img{
  display: inline-block;
  /*max-width: 145px;*/
  margin-bottom: 15px;
}


.gridIcon p{
  margin-bottom: 0;
}

.iconTime{
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  /*font-size: 26px;*/
}

.iconDesc{
  line-height: 1.2;
  text-transform: uppercase;
  /*font-size: 20px;*/
}


#gridImg01{
  background: url('../img/grid-tile-01.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 
.investmentPage #gridImg01{
  background: url('../img/grid-tile-01.svg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#gridImg02{
  background: url('../img/grid-tile-02.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.investmentPage #gridImg02{
  background: url('../img/grid-tile-02.svg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#gridImg03{
  background: url('../img/grid-tile-03.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.investmentPage #gridImg03{
  background: url('../img/grid-tile-01.svg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#gridImg04{
  background: url('../img/grid-tile-04.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#gridImg05{
  background: url('../img/grid-tile-05.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.investmentPage #gridImg04, .investmentPage #gridImg05{
  background: url('../img/grid-tile-03.svg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/* ============================================== REGISTER
*/

#register{
  padding: 100px 0 25px;
  background-color: #001e45;
}

#intro{
  text-align: center;
}

#intro a{
  color: #F0533F;
}

#intro a:hover{
  color: #fff;
}

/* ============================================== FORM
*/

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #001e45;
    box-shadow: none;
    color: #fff;
    transition: none;
    margin: 0 0 2rem;
}


select {
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #001e45;
    color: #fff;
    background-image: none;
    transition: none;
    margin: 0 0 2rem;
}


[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: 1px solid #fff;
    background-color: #001e45;
    box-shadow: none;
    transition: none;
}

select:focus {
    border: 1px solid #fff;
     background-color: #001e45;
    box-shadow: none;
    transition: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

.parsley-errors-list{
  margin-top: -25px !important;
}

input:-webkit-autofill {
 color: #fff !important;
}
input:autofill {
  color: #fff !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    background-color: #001e45 !important;
    -webkit-text-fill-color: #fff!important;
}

.submitButton{
  text-align: center;
}

.formSubmit{
  border: 0;
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #F0533F;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 0 10px;
  border-radius: 0;
  font-size: 16px;
  width: 95%;
  max-width: 250px;
}

.formSubmit span{
  margin-top: 0 !important;
}

#response p{
  text-align: center;
 /* font-size: 12px;*/
  margin-top: 10px;
}


/* ============================================== FOOTER
*/

.footer{
  position: relative; 
  /*margin-top: 50px;*/
}

.footerCol{
  /*text-align: center;*/
}

.footerCol p{
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
}

.footerCol .number{
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
 /* font-size: 40px;*/
}
/*
.footerCol img{
  max-width: 180px;
}

.alignRight p{
  padding-right: 3%;
}

.alignLeft p{
  padding-left: 2%;
}*/


.copyright p{
  text-align: center;
  /*font-size: 12px;*/
 /* margin-top: 25px;*/
}

.reveal {
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #001e45;
}

.reveal p{
  color: #fff;
}

.close-button {
    color: #fff !important;
}

/* ============================================== PLUGINS
*/




/* charts */

.chartBarsWrap {
  padding-left: 40px;
  margin: 0 30px 0 20px;
  overflow-x: hidden;
}
.chartBars {
  position: relative;
  max-width: 600px;
  height: 300px;
  margin: 50px auto 100px;
}
.chartBars .bars {
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0;
  padding: 0 1%;
  margin: 0;
}
.chartBars .bars li {
  display: inline-block;
  flex: 0 1 24%;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.chartBars .bars li .bar {
  width: 100%;
  background: #49E;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: bold;
  outline: 2px solid transparent;
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBars .bars li .bar:after {
  content: '%';
  font-size: 22px !important;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  margin-right: -8px;
}
.chartBars .bars li b {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}
.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: #eee;
}
.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}
.chartBars .numbers li:first-of-type {
  height: 63px;
  margin-top: -1px;
}
.chartBars1 .bar {
  border-top-right-radius: 30px;
}
.chartBars2 {
  max-width: 350px;
}
.chartBars2 .bars {
  padding: 0;
}
.chartBars2 .bars li {
  flex: 0 1 25%;
}
.chartBars2 .bars li .bar {
  box-shadow: 0 0 20px #222;
}
.chartBars3 {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}
.chartBars3 .bars {
  border-color: #666;
  padding: 0;
}
.chartBars3 .bars li .bar {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 22px !important;
}
.chartBars3 .bars li .bar:after {
  font-size: 0.6em !important;
}
.chartBarsWrap.chartBarsHorizontal {
  flex-direction: column;
  padding-left: 70px;
}
.chartBarsWrap.chartBarsHorizontal .bars b {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: 1em;
  left: -102%;
  text-align: right;
}
.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
  padding-top: 10px;
  height: 100% !important;
  text-align: right;
  font-size: 1.5em;
  transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: 0.6em !important;
  margin-right: 20px;
}
.bars li .bar.greenBar {
  background-color: #6B8E23;
  background: radial-gradient(#99cb32, #6B8E23);
}
.bars li .bar.greenBarFlat {
  background-color: #6B8E23;
}
.bars li .bar.blueBar {
  background-color: #49E;
  background: radial-gradient(#8abff4, #49E);
}
.bars li .bar.blueBarFlat {
  background-color: #49E;
}
.bars li .bar.orangeBar {
  background-color: orange;
  background: radial-gradient(#ffc04d, #FFA500);
}
.bars li .bar.orangeBarFlat {
  background-color: orange;
}
.bars li .bar.purpleBar {
  background-color: #6e46af;
  background: radial-gradient(#9778c9, #6e46af);
}
.bars li .bar.purpleBarFlat {
  background-color: #6e46af;
}
.box-piesite {
  text-align: center;
  font-size: 22px;
}
.piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  cursor: default;
}
.piesite .percent {
  position: absolute;
  top: 1.1em;
  left: 0.1em;
  width: 100%;
  font-size: 0.3em;
  text-align: center;
  z-index: 2;
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  color: #001e45;
}

.symbol{
  font-size: 0.3em;
}


.symbol sup {
  top: -2em;
  font-size: 95%;
}


.piesite > #slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}
.piesite > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.piesite > #slice > .pie {
  position: absolute;
  border: 0.1em solid #444;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
}
li.design .piesite > #slice > .pie {
  border-color: #ad9e6e;
}
li.usability .piesite > #slice > .pie {
  border-color: #f0533f;
}
li.creativity .piesite > #slice > .pie {
  border-color: #001e45;
}
.piesite > #slice > .pie.fill {
  transform: rotate(180deg) !important;
}
.piesite.fill > .percent {
  display: none;
}
.piesite:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  width: 0.8em;
  height: 0.8em;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
}
.piesite:before {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  opacity: 0.5;
  z-index: 0;
}
.piesite:before {
  background: rgba(235, 229, 222, 1);
}
.box-piesite ul {
  padding: 0;
}
.box-piesite ul li {
  display: inline-block;
  margin: 10px 20px;
}
.chartBarsHorizontal .chartBars .bars {
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .bar:before {
    font-size: 2em !important;
  }
  .chartBars3 .bar:before {
    font-size: 1.5em !important;
  }
}
.tooltip > .tooltipContent {
  display: block;
  position: absolute;
  background: none repeat scroll 0 0 #222;
  color: #F0B015;
  font-family: 'Helvetica';
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5em;
  padding: 16px 15px;
  min-width: 200px;
  max-width: 500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  margin-left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  z-index: 2;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.tooltip:hover > .tooltipContent {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
  transform: translate(-50%, -130%);
  transition: all 0.2s ease;
}
.tooltip .tooltipContent:after {
  border-color: #222 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 15px 15px 0;
  bottom: -15px;
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 0;
}


/* Slider */
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus{
  outline: none;
}
.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,.slick-track:after{
  display: table;
  content: '';
}
.slick-track:after{
  clear: both;
}
.slick-loading .slick-track{
  visibility: hidden;
}
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
  float: right;
}
.slick-slide img{
  display: block;
}
.slick-slide.slick-loading img{
  display: none;
}
.slick-slide.dragging img{
  pointer-events: none;
}
.slick-initialized .slick-slide{
  display: block;
}
.slick-loading .slick-slide{
  visibility: hidden;
}
.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{
 /* background: #fff url('../ajax-loader.gif') center center no-repeat;*/
}
/* Icons */
@font-face{
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,.slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{
  opacity: .25;
}
.slick-prev:before,.slick-next:before{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
  left: -25px;
}
[dir='rtl'] .slick-prev{
  right: -25px;
  left: auto;
}
.slick-prev:before{
  content: '←';
}
[dir='rtl'] .slick-prev:before{
  content: '→';
}
.slick-next{
  right: -25px;
}
[dir='rtl'] .slick-next{
  right: auto;
  left: -25px;
}
.slick-next:before{
  content: '→';
}
[dir='rtl'] .slick-next:before{
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider{
  margin-bottom: 30px;
}
.slick-dots{
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{
  opacity: 1;
  color: #001e45;
}
.slick-dots li button:before{
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #ebe5de;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
  color: #001e45;
}


/*slick nav*/

/*!* SlickNav Responsive Mobile Menu v1.0.10* (c) 2016 Josh Cope* licensed under MIT*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}
.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul {
  display: block;
}
.slicknav_nav li {
  display: block;

}

.slicknav_nav li:nth-child(4) {
    display: none; 
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row {
  display: block;
}
.slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}
.slicknav_brand {
  float: left;
}
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #001e45;
  padding: 5px;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; */
  background-color: #001e45;
}
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 20px 0 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  text-align: center;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}

.slicknav_nav li:last-child a{
  background: #F0533F;
  padding: 8px 20px 5px;
}

.slicknav_nav a:hover {
 /* -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #001e45;*/
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}


/*buttons*/


.btn-cont a {
  text-decoration: none;
  text-align: center;
}

.btn-cont .btn {
 font-family: korolev, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #F0533F;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  width: 95%;
  max-width: 250px;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.btn-cont .btn span {
  display: block;
  margin-top: 13px;
}

.btn-cont .btn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
  position: absolute;
  bottom: -42%;
  left: -5px;
  transform: rotate(-45deg) translateX(-50px);
  transition: transform 200ms ease;
}

.btn-cont .btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
  position: absolute;
  top: -42%;
  right: -5px;
  transform: rotate(135deg) translateX(-50px);
  transition: transform 200ms ease;
}

.btn-cont .btn:hover:before {
  transform: rotate(-45deg) translateX(0);
}

.btn-cont .btn:hover:after {
  transform: rotate(135deg) translateX(0);
}


#header .btn-cont .btn:before, #register .btn-cont .btn:before{
  border-right: 30px solid #fff;
}

#header .btn-cont .btn:after, #register .btn-cont .btn:after {
  border-right: 30px solid #fff;
}

 #header .btn-cont {
  margin-top: 25px;
}

.homePage #header .btn-cont {
  margin-top: 0;
}

.homePage #header .btn-cont .btn:before, #register .btn-cont .btn:before{
  border-right: 30px solid #001e45;
}

.homePage #header .btn-cont .btn:after, #register .btn-cont .btn:after {
  border-right: 30px solid #001e45;
}

.homePage #header .btn-cont {
  margin-top: 0;
}

/******************************  MAP  *********************************/
#map_canvas {
  height: 100vh;
  width: 100%;
}


.accordeon-wrap{
  padding-top: 40px;
  padding-left: 40px;
}

.key{
  font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 700;
  font-style: normal; 
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 20px;
  color: #061d45;
  text-transform: uppercase;
  margin-bottom: 5px;
  word-break: break-word;
}

ul.map{
  margin-left: 0;
}

.map li {
  list-style:none;
  padding: 2px 0;
}

.map li a {
  display:flex;
  letter-spacing: 0;
  color: #061d45;
  font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 400;
  font-style: normal; 
}
.map li a p{
  margin-left:15px;
  margin-bottom:0;
  transition: all 0.5s ease-out;
  font-size: 14px;
}

.map li a p:hover{
   transform: translateX(5px);
   /*font-weight:550;*/
}

.circle-span{
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    color: #000;
  }

  .show-all{
    opacity: 0;
    -webkit-transition: all 0.25s ease-in; /*safari and chrome */
    -moz-transition: all 0.25s ease-in; /* firefox */
    -o-transition: all 0.25s ease-in; /* opera */
    transition: all 0.25s ease-in; /* opera */
    font-size: 24px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 20px;
    background: #001e45;
    padding: 4px 20px 4px 20px;
    z-index: 99;
    font-family: brandon-grotesque, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 400;
    font-style: normal; 
    text-transform: uppercase;
  }

  .gm-style-iw-d h2{
    font-size: 22px;
    text-align: center;
    margin: 10px 0 0 0;
  }

/**********************************************************************/

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) {

  #nav{
    display: none;
  }

  #navMobile{
    display: block;
  }

  br{
    content: ' ';
  }

  br:after {
    content: ' ';
  }

  .hideMob{
    display: none;
  }

  .showMob{
    display: block;
  }

  .showMob.tbl{
    display: table;
  }

  .alignLeft, .alignRight {
    text-align: center;
  }

  #stickyRegister a{
    display: block;
    margin: 2px auto;
  }

  .iconTime{
    font-size: 18px;
  }

  .iconDesc{
    font-size: 16px;
  }



.homePage #header{
   background: url('../img/new-hero-mobile.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

  .architecturePage  #header{
   background: url('../img/hero-mobile-architecture.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.teamPage  #header{
  background: url('../img/hero-mobile-team.jpg') no-repeat center center; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.locationPage  #header{
  background: url('../img/hero-mobile-location.jpg') no-repeat center center; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.investmentPage #header{
  background: url('../img/hero-mobile-investment.jpg') no-repeat center center; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;

}

.interiorsPage #header {
    background: url('../img/hero-mobile-interiors.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logoHolder{
  background: #001e45;
  padding: 40px 10px;
  max-width: 85%;
  margin: auto;
}


  #imgLeft { 
    background: url('../img/img-left-mobile.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #imgRight { 
    background: url('../img/img-right-mobile.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  
  .logo{
    max-width: 208px;
  }

  h1{
    margin: 40px auto;
  }

  h4{
    font-size: 40px;
  }

  h5{
    padding: 0 5%;
  }

  .section, .section-margin-top{
    padding: 25px 0;
  }


  .imagesTeam{
    padding-bottom: 25px;
  }

  .copySide {
      text-align: center;
  }

  .copySide p{
  padding: 0;
}

  .imgSide{
    margin: 15px auto;
  }

  .gridImg, .gridIcon{
    height: 400px;
    width: 100%;
  }

  .investmentPage .gridImg,
  .investmentPage .gridIcon {
      height: auto;
      margin-bottom: 40px;
  }

  .gridIcon img {
      max-width: 145px;
  }

  .iconDesc{
    padding: 0 25%;
  }


  
.quoteSection h6{
  font-size: 16px;
  padding: 0 2%;
}

.investmentPage h6{
  font-size: 16px;
  padding: 0 2%;
}

.quoteSection img{
  display: none;
}



  .footerCol{
    margin-top: 25px;
  }

  .footerCol img{
    max-width: 180px;
  }

  #response p, .copyright p{
   font-size: 10px;
  }

  .copyright p{
     margin-top: 25px;
    }

  .footerCol .number {
      font-size: 40px;
  }

  iframe {
  	height: 800px;
  }

} 

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  iframe {
  	height: 800px;
  }
}


/* max-width 640px, mobile-only styles, use when QAing portrait mobile issues */
@media only screen and (max-width: 640px) and (orientation:portrait) {



}


/* max-width 640px, mobile-only styles, use when QAing landscape mobile issues */
@media only screen and (max-width: 640px) and (orientation:landscape) {


  .logo{
    max-width: 150px;
  }

}

/*Only iPhone 4/4S (both: landscape and portrait)*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3)
and (orientation:portrait) {

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {


  .hideMob{
    display: block;
  }

  .showMob{
    display: none;
  }

  #nav{
    display: block;
  }

  #navMobile{
    display: none;
  }

  .flex{
    display: flex;
  }


  #stickyRegister span{
    margin: 0 30px 0 5px;
  }

.internalPage #header{
  margin-top: 0 !important;
}

.homePage #header{
   background: url('../img/new-hero.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

.architecturePage #header{
   background: url('../img/hero-architecture.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

.teamPage #header{
  background: url('../img/hero-team.jpg') no-repeat center center; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}



.locationPage #header{
  background: url('../img/hero-location.jpg') no-repeat center center; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}


.investmentPage #header{
  background: url('../img/hero-investment.jpg') no-repeat center center; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.interiorsPage #header {
    background: url('../img/hero-interiors.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#menu li:last-child a{
  padding: 15px 30px 10px; 
}


  .headerContent{
    padding: 6vw 30px 30px;
  }

  .section{
    padding: 75px;
  }
  .section-margin-top{
    padding: 75px 0;
  }

  .imagesTeam{
    padding: 0 75px 75px;
  }


  .imgSide {
      width: 66.66667%;
  }

  .copySide {
      width: 33.33333%;
      text-align: left;
  }

.copySide p{
  padding: 0 22% 0 0;
}

.teamPage p,
.locationPage .copyFw h5,
.locationPage .copyFw p, .investmentPage .copyFw h5,
.investmentPage .copyFw p{
  padding: 0 30%;
}




.internalPage .flex{
  display: flex;
}



  #stickyRegister a{
    font-size: 18px;
    padding: 10px 0 5px;
  }


  h4{
    font-size: 60px;
  }


  h5{
    max-width: 65%;
  }



.quoteSection h6{
  font-size: 36px;
  padding: 0 28%;
}

.investmentPage h6{
  font-size: 36px;
  padding: 0 5%;
}

.quoteSection img{
  max-width: 84px;
}

.iconStarLft{
  left: 10%;
}

.iconStarRgt{
  right: 10%; 
}


  .logo{
    max-width: 208px;
  }


  h1{
    margin: 40px auto;
  }



.gridItem{
  min-height: 350px;
}


  .gridIcon img{
    max-width: 105px;
  }


  .iconTime{
    font-size: 26px;
  }

  .iconDesc{
    font-size: 20px;
  }

  

  #formHolder{
    width: 60%;
  }

  .footer{
    margin-top: 50px;
  }

  .footerCol .number{
    font-size: 40px;
    padding-top: 3%;
  }

  .copyright p{
    margin-top: 25px;
  }


  .footerCol img{
    max-width: 180px;
  }

  .alignRight p{
    padding-right: 3%;
  }

  .alignLeft p{
    padding-left: 2%;
  }


  .alignLeft{
    text-align: left;
  }

  .alignRight{
    text-align: right;
  }

  .alignCenter{
    text-align: center;
  }


  #response p, .copyright p{
   font-size: 12px;
  }

}



/* iphone X landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {

  .logo{
    display: none;
  }

  h1{
    margin: 20px auto;
  }

  #formHolder{
    width: 100% !important;
  }

  h4{
    font-size: 30px;
  }




}


/* iphone X portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {

}



/* iPhone 6, 7, 8 Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

  .logo{
      display: none;
    }

    h1{
      margin: 20px auto;
    }

    #formHolder{
      width: 100% !important;
    }

    h4{
      font-size: 30px;
    }

}


/* iPhone 6, 7, 8 portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}


/* iPhone 6+, 7+, 8+ landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

    .logo{
        display: none;
      }

      h1{
        margin: 20px auto;
      }

      #formHolder{
        width: 100% !important;
      }

      h4{
        font-size: 30px;
      }

}

/* iPhone 6+, 7+, 8+ portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px) {

  #nav{
    display: none;
  }

  #navMobile{
    display: block;
  }

.internalPage .flex{
  display: block;
}
  
 .internalPage .imgSide {
      width: 100%;
  }

  .internalPage .copySide {
      width: 100%;
      text-align: center;
      margin: 35px auto 15px;
  }

  .internalPage  h5{
    max-width: 100%;
  }


  .internalPage h5, .copySide p{
   padding: 0 20%;
  }

.teamPage p,
.locationPage .copyFw h5,
.locationPage .copyFw p, .investmentPage .copyFw h5,
.investmentPage .copyFw p {
    padding: 0 20%;
}

  .quoteSection h6{
  font-size: 26px;
  padding: 0 10%;
}

.investmentPage h6{
  font-size: 26px;
  padding: 0 10%;
}

.quoteSection img{
  max-width: 44px;
}

.iconStarLft{
  left: 5%;
}

.iconStarRgt{
  right: 5%; 
}

 
  #formHolder{
    width: 90%;
  }





}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: landscape) {

  .locationPage .flex{
    display: block;
  }

  .locationPage .flex .columns {
      width: 100%;
  }

   .locationPage .flex .copySide {
      text-align: center;
   }

  .locationPage .flex .imgSide{
    margin: 40px auto;
  }

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: portrait) {

     br {
         content: ' ';
     }

     br:after {
         content: ' ';
     }

  .flex{
    display: block;
  }
/* 
  .hideMob{
    display: none;
  }

  .showMob{
    display: block;
  } */

  .sectionGrid.showMob{
    display: flex;
  }

  .sectionGrid.hideMob{
    display: none;
  }

  .imgSide, .copySide {
      width: 100%;
  }

  .imgSide{
    margin: 25px auto;
  }

  .copySide {
        text-align: center;
  }

.copySide p{
  padding: 0;
}


.teamPage p,
.locationPage .copyFw h5,
.locationPage .copyFw p, .investmentPage .copyFw h5,
.investmentPage .copyFw p {
    padding: 0 10%;
}



    .gridIcon img{
      max-width: 40px;
  }

  .iconTime{
    font-size: 16px;
  }

  .iconDesc{
    font-size: 14px;
  }


    h5{
      max-width: 100%;
      padding: 0 10%;
    }

 .quoteSection h6{
  font-size: 22px;
  /* padding: 0 5%; */
}

.investmentPage h6{
  font-size: 22px;
  padding: 50px 20%;
}

.quoteSection img{
  max-width: 24px;
}

.iconStarLft{
  left: 2%;
}

.iconStarRgt{
  right: 2%; 
}

  #formHolder{
    width: 100%;
  }

  .footerCol .number{
    font-size: 26px;
  }

  .footer{
    margin-top: 75px;
  }

  .copyright p{
    margin-top: 100px;
  }

  iframe {
  	height: 800px;
  }

}


/* iPad Pro Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    iframe {
      height: 550px;
    }
}

/*10" macbook*/
@media only screen
and (min-width: 600px)
and (max-width: 1024px) {

 /*  .headerContent{
    padding-top: 10vh;
  } */

  .section{
    padding: 40px 20px;
  }
  .section-margin-top{
    padding: 40px 0;
  }

  .imagesTeam{
    padding-bottom: 40px;
  }




 /*  .gridIcon{
    padding: 10px 30px;
  } */





}


/*13" macbook*/
@media only screen
and (min-width: 800px)
and (max-width: 1024px) {


  #nav{
    display: block;
  }

  #navMobile{
    display: none;
  }

  #menu li:last-child a{
  padding: 8px 10px 5px; 
}

 /*  .gridItem{
    min-height: 200px;
    padding: 0;
  } */

  .gridIcon img{
    max-width: 80px;
  }

  .iconTime{
    font-size: 18px;
  }

  .iconDesc{
    font-size: 16px;
  }

  .logo {
    max-width: 128px;
  }

  .headerContent{
    margin-top: 12vh;
  }


}





/************ no less than 1024 *******************/

@media screen and (max-width : 1023px)
 and (orientation: portrait)
 and (-webkit-min-device-pixel-ratio: 1.5) {
  .displaNot_less1024{
    display: none !important;
  }
  .displayLess1024{
    display:block !important;
  }
  
}

@media screen and (max-width : 1023px){

  .displaNot_less1024{
    display: none !important;
  }

  .displayLess1024{
    display:block !important;
  }
  #map_canvas {
    height: 100vh !important;
    width: 100%;
}



/**/.accordeon-wrap{
  padding-left: 0;
  float: left;
}
ul.map{
  margin-left: 0;
}
.key{
  font-size: 16px;
}
 
}

@media screen and (min-width : 1024px){
  .displaNot_less1024{
    display: block !important;
  }
  
  .displayLess1024{
    display:none !important;
  }
  
}

/***********************************************/


/*Large screens min-width 1025px, large screens*/
@media only screen
and (min-width: 1025px) {
    
}


/*15" macbook*/
@media screen
and (min-width: 768px)
and (max-width: 1366px) {

  #formHolder{
    width: 90%;
  }

}


/*19" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1440px) {

  #formHolder{
    width: 90%;
  }

}

/*20" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1600px) {

}


/*22" laptop*/
@media screen
and (min-width: 1050px)
and (max-width: 1680px) {

}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen
and (min-width: 1024px)
and (max-width: 1440px) { 

}


/* XLarge screens min-width 1441px, xlarge screens */
@media only screen
and (min-width: 1441px) {

}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen
and (min-width: 1441px)
and (max-width: 1920px) {

}


/* min-width 1921px, xxlarge screens */
@media only screen
and (min-width: 1921px) {

} 


@media screen
and (orientation: portrait) {
 
}

@media screen
and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

