/* CSS Document */


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


   /*
    * Typography

   font-family:'BaskervilleOldFaceW01';
   font-family:'BaskervilleOldFaceW01_S';
   font-family:'BaskervilleOldFaceW01-C';
   font-family:'Trade Gothic W01 Light';

    */



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


#loading{
  background: rgb(170,157,138);
  background: -moz-linear-gradient(180deg, rgba(170,157,138,1) 0%, rgba(92,80,63,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(170,157,138,1) 0%, rgba(92,80,63,1) 100%);
  background: linear-gradient(180deg, rgba(170,157,138,1) 0%, rgba(92,80,63,1) 100%);
}

html {
    height: 100%;
}


body{
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #dbdcdd;
  font-size: 14px;
 /* min-height: 800000px;*/
}

#wrapper{
  position: relative;
  z-index: 1;
}

.bodyGradient{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(170,157,138);
  background: -moz-linear-gradient(180deg, rgba(170,157,138,1) 0%, rgba(92,80,63,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(170,157,138,1) 0%, rgba(92,80,63,1) 100%);
  background: linear-gradient(180deg, rgba(170,157,138,1) 0%, rgba(92,80,63,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa9d8a",endColorstr="#5c503f",GradientType=1);
  font-family:'Trade Gothic W01 Light', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  z-index: 0;
}


a{
  color: #3b3d3f;
}


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


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

.row, .columns{
  position: relative;
}

.gradient{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

/*.alignLft{
  text-align: left !important;
}

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


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

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

.specialbr{
  display: block !important;
}


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

#header{
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(170,157,138,1);
  z-index: 1000;
}

.logo{
  text-align: center;
}

.logo img{
  max-width: 127px;
}

/*.cta, .cta .tblCell{
  text-align: right !important;
}*/

.cta a{
  display: inline-block;
  text-align: right;
  text-align: center;
  margin-left: 20px;
  font-size: 18px;
}


.ctaBut{
  text-transform: uppercase;
  background: #dbdcdd;
  padding: 5px 0;
  width: 100%;
  max-width: 200px;
}

.ctaBut:hover, .ctaBut:focus{
  color: #dbdcdd;
  background: #3b3d3f;
}



/* ============================================== HERO
*/

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

.heroCopyWrap{
  height: 100%;
  z-index: 2;
}


.heroCopy{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}

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

h1 {
    line-height: 0.8;
    color: #000;
    font-family: 'BaskervilleOldFaceW01', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #dbdcdd;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 4px;
    /*font-size: 120px;*/
}

h2{
  font-family:'Trade Gothic W01 Light', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #dbdcdd;
  text-transform: uppercase;
  /*font-size: 22px;*/
}

h3 {
    line-height: 0.9;
    color: #000;
    font-family: 'BaskervilleOldFaceW01', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #dbdcdd;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 4px;
    /*font-size: 70px;*/
}

h4{
  font-family:'Trade Gothic W01 Light', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #dbdcdd;
  text-transform: uppercase;
  margin: 30px auto;
  /*font-size: 22px;*/
}


#content{
  position: relative;
  /*padding: 40px;*/
  z-index: 4;
}

.gap{
  position: relative;
  width: 100%;
  height: 40px;
}

#interiors .imgSide{
  padding: 0;
}

/*.imgLft{
  padding-left: 0;
}

.copyRgt{
  padding-right: 0;
  padding-left: 50px;
}

.imgRgt{
  padding-right: 0;
}*/

/*.copyLft{
  padding-left: 0;
  padding-left: 150px;
}


.copySide p{
  max-width: 70%;
}

.copyFw p{
  padding: 0 25%;
}

.teamMember p{
  padding: 0 15%;
}*/

.caption{
  padding: 10px 12px !important;
  position: absolute;
  bottom: -8px;
  left: 0;
  font-size: 12px;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  text-shadow: 1px 1px 1px #000;
}

.bg{
  position: absolute;
  z-index: 3;
}

.bgRgt{
  right: 0;
}

.bgRgt01{
  top: 0;
}

.bgLft{
  left: 0;
}

.bgLft01{
  top: 35%;
}

.bgRgt02{
  top: 60%;
}

.bgLft02{
  top: 80%;
}


.locations{
    border: 1px solid #dbdcdd;
    padding: 40px 2% 0;
}

ul.map {
    list-style: none;
    width: 100%;
}

ul.map li {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
   /*width: 24.8%;*/
}

ul.map li span {
    display: inline-block;
    position: absolute;
    left: 0;
    /*top: 2px;
    vertical-align: top;*/
    height: 30px;
    width: 30px;
    padding: 3px 0;
    background-color: #ac9f8c;
    border: 1px solid #dbdcdd;
    border-radius: 50%;
    text-align :center;
}


ul.map li p {
    padding-left: 35px;
    padding-top: 4px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
}



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

.formWrapper{
  border: 1px solid #dbdcdd;
  padding-top: 80px;
  padding-bottom: 1.875rem;
}

.intro{
  line-height: 1.2;
  font-family: 'BaskervilleOldFaceW01', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #dbdcdd;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 4px;
  font-size: 24px;
  margin: 40px auto;
}

.number{
  line-height: 1.2;
  font-family: 'BaskervilleOldFaceW01', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #dbdcdd;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 4px;
  /*position: absolute; 
  left: 0; 
  right: 0; 
  bottom: 0;*/
  margin-left: auto; 
  margin-right: auto; 
  font-size: 22px;
}

/*form{
  margin: 40px auto 80px;
}*/


[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 {
    display: block;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    border-radius: 0;
    background-color: #ac9f8c;
    box-shadow: inset none;
    color: #3b3d3f;
    transition: none;
    margin: 0 0 1.5rem;
}

[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 {
    outline: none;
    border: none;
    background-color: #ac9f8c;
    box-shadow: none;
    transition: none;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3b3d3f !important;
   font-size: 14px !important;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #3b3d3f !important;
    font-size: 14px !important;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #3b3d3f !important;
    font-size: 14px !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #3b3d3f !important;
   font-size: 14px !important;
}

select {
    border: none;
    border-radius: 0;
    background-color: #ac9f8c;
    font-family: inherit;
    font-size: 16px;
    color: #3b3d3f;
    background-image: none;
    transition: none;
    margin: 0 0 1.5rem;
    font-size: 14px !important;
}

select:focus {
    outline: none;
    border: none;
    background-color: #ac9f8c;
    box-shadow: none;
    transition: none;
}

.formSubmit{
  border: 0;
  width: 100%;
  height: 34px;
  background-color: #dbdcdd;
  border-radius: 0;
  font-family: 'BaskervilleOldFaceW01', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #3b3d3f;
  font-size: 16px;
  margin-bottom: 5px;
  outline: none;
  -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
}

.formSubmit:hover{
  background-color:  #3b3d3f;
  color: #dbdcdd;
}

#response p{
  font-size: 10px;
  text-align: right !important;
}

.parsley-errors-list{
  text-align: left !important;
  margin-top: -10px;
  color: #dbdcdd;
}

.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength {
    color: #dbdcdd;
}

.legal{
  text-align: center;
  margin-top: 10px;
}


.legal p{
  text-align: center;
  font-size: 10px;
}

.legal p a{
  color:  #dbdcdd !important;
}


.reveal {
    border: none;
    border-radius: 0;
    background-color: rgba(92,80,63,1);
}

.reveal-overlay {
    background-color: rgba(92,80,63,1);
}

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

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

.footerCol p{
  text-align: center;
  color: #dbdcdd;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0;
}


.agentLogo{
  max-height: 70px;
  display: block;
  margin: auto;
}

.logoJqz{
  display: block;
  margin-top: 15px;
}

.logoPia{
  max-height: 40px;
  display: block;
  margin: 15px auto;
}


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

/*scroll*/


#sd-container {
 /* position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateY(-50%);*/
  text-align: center;
  margin: 20px auto 0;
}

.arrow {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 16px;
  opacity: 0;
}
.arrow::before, .arrow::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
}
.arrow::before {
  transform: rotate(45deg) translateX(25%);
}
.arrow::after {
  transform: rotate(-45deg) translateX(-25%);
}
.arrow:nth-child(1) {
  top: -20px;
  opacity: 1;
  -webkit-animation: arrow2 1.5s ease 0s infinite;
          animation: arrow2 1.5s ease 0s infinite;
}
.arrow:nth-child(2) {
  top: -25px;
  -webkit-animation: arrow1 1s ease 0.25s infinite;
          animation: arrow1 1s ease 0.25s infinite;
}

@-webkit-keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px;
  }
  to {
    opacity: 0;
    top: 0px;
  }
  50% {
    opacity: 1;
  }
}

@keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px;
  }
  to {
    opacity: 0;
    top: 0px;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px;
  }
  to {
    opacity: 0;
    top: -10px;
  }
  50% {
    opacity: 1;
  }
}
@keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px;
  }
  to {
    opacity: 0;
    top: -10px;
  }
  50% {
    opacity: 1;
  }
}

/*nav*/

.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 1000;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #dbdcdd;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(59,61,63, 0.9);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 2em;
}
.fat-nav li, .fat-nav li a {
  color: #dbdcdd;
}
.fat-nav li a {
  text-decoration: none;
      font-family: 'BaskervilleOldFaceW01', TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #dbdcdd;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.fat-nav li a:hover, .fat-nav li a.mPS2id-highlight{
    border-bottom: 1px solid #dbdcdd !important;
}



/*slick slider*/

/* Slider */
.slick-slider{
  z-index: 10;
  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;
}


/*theme*/

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list{
  background: #fff url('../img/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-slider{
  margin-bottom: 30px;
}*/
.slick-dots{
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  z-index: 100;
}
.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: 10px;
  padding: 5px;
  border-radius: 0;
  background-color: #dbdcdd;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-transition: all 0.15s ease-in; /*safari and chrome */
  -moz-transition: all 0.15s ease-in; /* firefox */
  -o-transition: all 0.15s ease-in; /* opera */
  transition: all 0.15s ease-in; /* opera */
}

.slick-dots li.slick-active button, .slick-dots li button:hover{
  background-color: #ac9f8c;
}
/*.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;
}
.slick-dots li button:before{
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '■';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  opacity: .75;
  color: black;
}*/



/* ==========================================================================
   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) {


  br{
    content: ' ';
  }

  br:after {
    content: ' ';
  }

  .showMob, .showMobOnly{
    display: block;
  }

  .hideMob, .hideMobOnly, .cta{
    display: none;
  }

  .logo{
    margin-top: -20px;
  }

  .imgSide{
    padding: 0;
  }



  .caption{
    padding-bottom: 30px !important;
    text-align: right !important;
  }

  #team .caption{
    padding-bottom: 10px !important;
  }


  h1{
    font-size: 50px;
  }

  h2{
    font-size: 18px;
    padding: 5px 2% 0;
  }

  h3 {
      font-size: 30px;
  }

  h4{
    font-size: 18px;
  }

  ul.map li{
    width: 100%;
  }

  #enquire{
    padding: 0 2%;
  }

  .footerCol{
    margin-top: 20px;
  }

  .number{
    margin-bottom: 20px;
  }

  .logoJqz{
    margin-bottom: 25px;
  }


}


/* 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) {

}

/*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) {


  .showMob{
    display: none;
  }

  .hideMob{
    display: block;
  }

  .showMobOnly{
    display: none;
  }

  .hideMobOnly{
    display: block;
  }
  

  .flex{
    display:flex;
  }


  .cta, .cta .tblCell{
    text-align: right !important;
  }


  .cta a{
    margin-bottom: 0;
  }

  h1{
      font-size: 120px;
  }

  h2{
    font-size: 22px;
  }

  h3 {
      font-size: 70px;
  }

  h4{
    font-size: 22px;
  }


  #content{
    padding: 40px;
  }


  .copyLft{
    padding-left: 0;
    padding-left: 8.5%;
  }


  .imgLft{
    padding-left: 0;
  }

  .copyRgt{
    padding-right: 0;
   /* padding-left: 50px;*/
    padding-left: 3%
  }

  .imgRgt{
    padding-right: 0;
  }


  .copySide p{
    max-width: 70%;
  }


  .copyFw p{
    padding: 0 25%;
  }

  .teamMember p{
    padding: 0 15%;
  }

  .alignLft{
    text-align: left !important;
  }

  .alignRgt{
    text-align: right;
  }

  ul.map li {
     width: 24.8%;
  }

  form{
    margin: 40px auto 80px;
  }

 


/*  .number{
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: 0;
    font-size: 36px;
  }*/



}



/* 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) {

}


/* 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) {

}


/* 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) {

}

/* 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) {

  h1{
      font-size: 80px;
  }

  h2{
    font-size: 22px;
  }

  h3 {
      font-size: 45px;
  }

  h4{
    font-size: 22px;
  }

  .imgLft{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .copyRgt{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .imgRgt{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  

  .copyLft{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }


  .copySide p{
    max-width: 100%;
  }


  .copyFw p{
    padding: 0 8%;
  }

  .teamMember p{
    padding: 0 5%;
  }

/*  ul.map li {
     width: 45%;
  }*/


}

/* 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) {


  ul.map li {
      width: 33%;
   }

}

/* 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: ' ';
  }


  .showMob{
    display: block;
  }

  .hideMob{
    display: none;
  }


  .flex{
    display:block;
  }

 #header .columns, .footer .columns{
    width: 33.333333%;
  }

  .cta, .cta .tblCell{
    text-align: center !important;
  }

  .cta a{
    margin-bottom: 5px;
  }



  #content{
    padding: 20px;
  }

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

  .alignRgt{
    text-align: center;
  }

   ul.map li {
       width: 45%;
    }

/*
  .number{
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: -50px;
    font-size: 32px;
  }*/

  .footer .alignLft{
    text-align: left !important;
  }

  .footer .alignRgt{
    text-align: right !important;
  }



}


/* 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) {
}


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

}


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

}


/*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) {

  ul.map li {
      width: 30%;
  }

}


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

  ul.map li {
      width: 30%;
  }

}

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

  ul.map li {
      width: 33%;
  }
}


/*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 */
}

