/* CSS Document */


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

/* ============================================== FONTS
*/


   /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 18, 2019 */



   @font-face {
       font-family: 'euclid_flexmedium';
       src: url('../fonts/euclidflexno2medium-webfont.woff2') format('woff2'),
            url('../fonts/euclidflexno2medium-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexbold';
       src: url('../fonts/euclidflex-bold-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-bold-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexbold_italic';
       src: url('../fonts/euclidflex-bolditalic-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-bolditalic-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexlight';
       src: url('../fonts/euclidflex-light-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-light-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexlight_italic';
       src: url('../fonts/euclidflex-lightitalic-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-lightitalic-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexmedium';
       src: url('../fonts/euclidflex-medium-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-medium-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexmedium_italic';
       src: url('../fonts/euclidflex-mediumitalic-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-mediumitalic-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexregular';
       src: url('../fonts/euclidflex-regular-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-regular-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexitalic';
       src: url('../fonts/euclidflex-regularitalic-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-regularitalic-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexultralight';
       src: url('../fonts/euclidflex-ultralight-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-ultralight-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_flexultralight_italic';
       src: url('../fonts/euclidflex-ultralightitalic-webfont.woff2') format('woff2'),
            url('../fonts/euclidflex-ultralightitalic-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }




   @font-face {
       font-family: 'euclid_stencilbold';
       src: url('../fonts/euclidstencil-bold-webfont.woff2') format('woff2'),
            url('../fonts/euclidstencil-bold-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

   }

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


.test{ border: 1px solid #000;  }

/*************************   bio **********************/

.view-bio-btn{
  background: #000;
  color: #fff; 
  float: left; 
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: 'euclid_flexbold';
  font-size: 18px;
  letter-spacing: 1px;
  border: 4px solid #000;
  cursor: pointer;
 
}

.view-bio-btn:hover{
  color: #000;
  background: #fff;
}

.toggle-div{
  /*max-width: 65%;*/
  /*display: none;*/
  
}

.mar-section{
  padding-top: 40px;
}
.mar-section-last{
  padding-top: 40px;
  margin-bottom: 40px;
}

.column-text{ position: relative; }



body{
  font-family: 'euclid_flexregular', Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  /*color: #808080;*/
  color: #000;
  font-size: 16px;
}


#header, #footer{
  background: #000;
}

.row, .column{
  position: relative;
}

h1, h2, h3, h4{
  font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  /*color: #808080;*/
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}

span.line{
  border-bottom: 4px solid #000;
}

.white{
  color: #fff !important;
}

.linkMore{
  text-transform: uppercase;
  font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  display: inline-block;
  /*border: 4px solid;*/
  padding: 10px 15px;
  letter-spacing: 2px;
}

/*.linkWhite{
  color: #fff !important;
  border-color: #fff;
}*/

.linkWhite{
  color: #000 !important;
  background: #fff !important;
}

/*.linkBlack{
  color: #000 !important;
  border-color: #000;
}*/

.linkBlack{
  color: #fff !important;
  background: #000 !important;
}

.alignCent{
  text-align: center;
}

.alignRgt{
  text-align: right;
}

.blackBg{
  background: #000;
}

.blackBg p{
  color: #fff;
}


.whiteBg{
  background: #fff;
}

.whiteBg p{
  color: #000;
}

.fa{
  color: #000;
  background: #fff;
  padding: 5px;
}

.reveal-overlay {
    background-color: rgba(255, 255, 255, 1);
}

.reveal {
    border: none;
    border-radius: 0;
    background-color: #fff;
    color: #000;
}

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

#header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 10px 0;
}


/* ============================================== MENU
*/

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

#menu li{
    display:inline-block;
    padding: 5px 0;
    width: 19%;
}

#menu li#navLogo{
  
}

#menu a{
    color: #fff;
    display:inline-block;
      font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
     padding: 2px 0;
     background: url('../img/active.png') no-repeat -100px left;
}


#menu li a:hover, #menu li.active a{
  background: url('../img/active.png') no-repeat bottom left;
}


#menu li#navLogo a:hover{
  background: none !important;
}


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

#heroInner{
  padding: 0;
  height: 100%;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

 
#hero #heroContent{
  padding: 4% 6%;
}

 .home #hero #heroContent{
   padding: 8% 6%;
 }

 #hero h1{
    text-transform: uppercase;
 /*   margin-bottom: 25px;
    font-size: 60px;*/
 }



 /*#hero .linkMore {
    font-size: 20px;
 }*/



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

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

/*#content{
  padding: 50px 5% 0;
}*/

.col{
  margin-bottom: 50px;
}

.col h2, .heading h2, .column-text h2{
  margin-bottom: 25px;
}

.col h3{
  font-size: 28px;
}

.col .linkMore {
    padding: 8px 12px;
    margin-top: 5px;
    font-size: 14px;
}



.descInvest{
  margin: 25px auto 10px;
}

.portfolio .projectDesc .descInvest{
  margin: 0 auto 10px;
}

.portfolio .descInvest h3{
  margin-bottom: 0.25rem;
}

.col p{
  max-width: 85%;
}


.colTeam h3{
  margin: 25px auto 15px;
  font-size: 24px;
}


.investImg{
  position: relative;
  display: inline-block;
}

/*.apply .investImg{
  max-width: 60%;
}*/

.investImg div{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border: 4px solid #000;
}

.investImg img{
  border: 4px solid #000;
  border-width: 0 4px 4px;
}

.investImg p{
  margin-bottom: 0;
  font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
}


/*.apply .descInvest  p{
  max-width: 60%;
}*/

.colContact ul{
  list-style-type: none;
  margin-left: 0;
}



#google-container {
  position: relative;
  /*width: 60%;*/
  height: 320px;
  background-color: #e7eaf0;
}


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

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

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

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


/* ============================================== 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: 4px solid #000;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: #000;
    transition: none;
}


[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: 4px solid #000;
    background-color: #fff;
    box-shadow: none;
    transition: none;
}




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

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



.formSubmit {
    text-transform: uppercase;
    font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    display: inline-block;
    border: 4px solid;
    padding: 10px 15px;
    letter-spacing: 2px;
    color: #fff !important;
    background: #000 !important;
    width: 100%;
    max-width: 250px;
}


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

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

#footer{
  padding: 30px 5%;
  color: #fff;
   font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

/*#footer p{
  margin-bottom: 0;
}*/

#footer a{
  color: #fff;
}


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


.scroll {
  position: relative;
}



#heroInner a {
  /*padding-top: 70px;*/
}

#heroInner a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}



[data-wipe] {
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000;
  overflow: hidden;
  font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;


}

[data-wipe]:before, [data-wipe]:after {
  content: attr(data-wipe);
  padding-top: inherit;
  padding-bottom: inherit;
  white-space: nowrap;
  position: absolute;
  top: 0;
  overflow: hidden;
}


/*.linkBlack[data-wipe]:before, .linkBlack[data-wipe]:after {
  color: #fff;
  background: #000;
}*/

.linkWhite[data-wipe]:before, .linkWhite[data-wipe]:after {
  color: #000;
  background: #fff;
}



[data-wipe]:before {
  left: 0;
  width: 0;
}

/*.linkBlack[data-wipe]:before {
  text-indent: 12px;
}*/

.linkWhite[data-wipe]:before {
  text-indent: 15px;
}

[data-wipe]:after {
  padding-left: inherit;
  padding-right: inherit;
  left: 100%;
  transition: 0.2s ease-in-out;
}

.linkWhite[data-wipe]:after {
  text-indent: calc(-100% - 24px);
}


.linkWhite[data-wipe]:after {
  text-indent: calc(-100% - 30px);
}

[data-wipe]:hover:before {
  width: 100%;
  transition: width 0.2s ease-in-out;
}

[data-wipe]:hover:after {
  left: 0;
  text-indent: 0;
  transition: 0s 0.2s ease-in-out;
}


/* ---- isotope ---- */


.grid{
  position: relative;
  margin: 0 auto;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  /*width: 100%;
  height: auto;*/
/*  margin: 5px;
  padding: 10px;*/

}

.button{
  text-transform: uppercase;
  font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  border-radius: 0;
}



/*! * 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;
     text-align: center;
}
 .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:first-child {
     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: #000;
     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: 15px 0px 15px;
     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: #000;
}
 .slicknav_nav {
     color: #fff;
     margin: 70px 0 0;
     padding: 0;
     font-size: 0.875em;
     list-style: none;
     overflow: hidden;
}
 .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;
     font-family: 'euclid_flexbold' , Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
 .slicknav_nav a:hover {
     /*-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     background: #ccc;
     color: #222;*/
}
 .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;
}

.slicknav_menu img{
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  top: 10px;
  max-width: 80px;
}


#navMob{
  height: 65px;
}

.reveal a{
  text-decoration: underline;
}


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

  .match{
    height: auto !important;
  }

  

  #nav{
    display: none;
  }

  #navMob{
    display: block;
  }


  #content{
    padding: 50px 0 0;
  }

  #hero h1{
     margin-bottom: 0;
     font-size: 40px;
  }


  .scroll {
    margin-top: -10px;
  }

  #hero .linkMore {
      font-size: 14px;
   }


   .contact .col{
     margin-bottom: 0;
   }

   .contact .col.end{
     margin-bottom: 50px;
   }

   .noMarg {
     margin-bottom: 0;
   }


   .col h2, .heading h2, .column-text h2{
     font-size: 28px;
   }

   .column-text h2{
    margin-top: 25px;
   }

   .col h3{
     font-size: 18px;
   }


   #google-container {
     width: 100%
   }

   #footer p{
     margin-bottom: 10px;
     text-align: left;
   }

}


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


  #nav{
    display: block;
  }

  #navMob{
    display: none;
  }


  #content{
    padding: 50px 5% 0;
  }


  #hero h1{
     margin-bottom: 25px;
     font-size: 60px;
  }

  #hero .linkMore {
      font-size: 20px;
   }

   .col h2, .heading h2, .column-text h2{
     font-size: 40px;
   }

   .col h3{
     font-size: 28px;
   }


   .apply .investImg{
     max-width: 60%;
   }
   .apply .descInvest  p{
     max-width: 60%;
   }


   #google-container {
     width: 60%
   }

   .portfolio .colInvest{
    width: 50%;
   }


   .toggle-div{
     max-width: 65%; 
   }


  #footer p{
    margin-bottom: 0;
  }

}



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

  #nav{
    display: none;
  }

  #navMob{
    display: block;
  }

  #hero h1{
     margin-bottom: 25px;
     font-size: 40px;
  }

  #hero .linkMore {
      font-size: 14px;
   }


   .col h2, .heading h2, .column-text h2{
     font-size: 28px;
   }

   .col h3{
     font-size: 18px;
   }

   .noMarg{
    margin-bottom: 0;
   }

   #footer p{
     margin-bottom: 10px;
     text-align: left;
   }

}


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

  #nav{
    display: none;
  }

  #navMob{
    display: block;
  }

  #hero h1{
     margin-bottom: 25px;
     font-size: 40px;
  }

  #hero .linkMore {
      font-size: 14px;
   }


   .col h2, .heading h2, .column-text h2{
     font-size: 28px;
   }

   .col h3{
     font-size: 18px;
   }

   .noMarg{
    margin-bottom: 0;
   }

   #footer p{
     margin-bottom: 10px;
     text-align: left;
   }

}


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


    #nav{
      display: none;
    }

    #navMob{
      display: block;
    }

    #hero h1{
       margin-bottom: 25px;
       font-size: 40px;
    }

    #hero .linkMore {
        font-size: 14px;
     }


     .col h2, .heading h2, .column-text h2{
       font-size: 28px;
     }

     .col h3{
       font-size: 18px;
     }

     .noMarg{
      margin-bottom: 0;
     }

     #footer p{
       margin-bottom: 10px;
       text-align: left;
     }

}

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

  .apply .investImg{
    max-width: 100%;
  }
  .apply .descInvest  p{
    max-width: 100%;
  }

  .portfolio .colInvest{
   width: 100%;
  }

  .toggle-div{
    max-width: 100%; 
  }

}

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


 #heroInner br{
    content: ' ';
  }

  #heroInner br:after {
    content: ' ';
  }


 #google-container {
    width: 100%
  }

  .colContact br{
  content: ' ';
}

.colContact br:after {
  content: ' ';
}

.column-photo{
  width: 25%;
}

.column-text{
  width: 75%;
}

.contact .col{
 width: 50%;
}

}

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



  #nav{
    display: none;
  }

  #navMob{
    display: block;
  }

  #heroInner br{
     content: ' ';
   }

   #heroInner br:after {
     content: ' ';
   }


  .contact .col{
    margin-bottom: 0;
  }

  .contact .col.end{
    margin-bottom: 50px;
  }

  .noMarg {
    margin-bottom: 0;
  }

  #footer p{
    margin-bottom: 10px;
    text-align: left;
  }

}


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

}


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

}

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

