

body.about-us .main-content h2 {
  font-family: "bebas-neue", bebas-neue, bebas neue, arial, sans-serif;
  font-size: 36.02px;
  color: #999999;
  text-align: left;
}

body.about-us .footer-container-wrapper {
  margin-top: 0;
}

.about-us-wrapper {
  min-height: 400px;
  position: relative;
  /*remove height normally*/
  background-image: url("https://f.hubspotusercontent00.net/hubfs/2479702/Website/Our%20Work/Template_Images/LMG-portfolio-BG-texture_03.jpg");
}

.about-us-wrapper .page-meta {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2479702/Website/Our%20Work/Template_Images/LMG-porfolio-texture-blue_03_02.jpg");
  color: #0c2955;
  padding-left: 3.149%;
  padding-right: 3.149%;
  padding-top: 93px;
  padding-bottom: 50px;
}

.about-us-wrapper .main-content {
  padding:0!important;/*overide case study main content styling*/

  
}


 .employee-cards .card .name{
   
    color: #fff;
    font-size: 27px;
    font-family: "bebas-neue", bebas-neue, bebas neue, arial, sans-serif;
    color: #fff;
    line-height: 1;
    text-align: left;
   /* font-weight: 600;*/
    font-style:normal;
    margin-bottom:0;

  }
  .employee-cards .card .name:after{/*horizontal rule between name and title*/
      content:" ";
      width:27px;
      height:2px;
      position:relative;
      display:block;
      background-color:#0386bd;
      margin-top:8px;
  }
  .employee-cards .card .title{
      font-size: 18px;
        font-style: italic;
        line-height: 1.2;
        margin-bottom: 25px;
        text-align: left;
        margin-top: 12px;
        margin-top: 2px;
        position: relative;
      font-family:"Chronicle Display A","Chronicle Display B",sans-serif;
          font-weight: 600;
          font-size:18px;
  }
  
  .employee-cards .card:before{
      content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    background: -webkit-linear-gradient(top,transparent 40%,rgba(30, 86, 109, 0.86) 100%);
    background: linear-gradient(to bottom,transparent 40%,rgba(30, 86, 109, 0.86) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#db1e566d',GradientType=0);
}
    .employee-cards .card:hover:before{
            background: rgba(88,208,203,0.59);
    }
  .employee-cards .card .text {
    position: absolute;
    bottom: 0;
    width:100%;
    padding: 0 10%;
    color:#fff;
}

  .employee-cards .card {
    display: block;
    width: 100%;
    height: 293px;
   
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    text-decoration:none; 
  }

@media(min-width:415px){/*phones above iPhone 6 Plus*/
    .employee-cards .card {
    display: inline-block;
    width: 50%;
    height: 293px;
    float:left;
    
  }
}
@media(min-width:1200px){
     .employee-cards .card {
    display: inline-block;
    width: 33.333%;
    height: 293px;
   
  }
    }

@media(min-width:769px) {/*ipad pro and up*/
 
  
  .about-us-wrapper .page-meta,
  .about-us-wrapper .main-content {
    display: inline-block;
    float: left;
  }
   .about-us-wrapper .page-meta {
    width: 29.64%;/*this width IS different from the other pages to get everything to properly match the comps.*/

    max-width: 29.64%;
    padding-right:4.5%;
  }
  .about-us-wrapper .main-content {
    width: 70.36%;
    display: inline-block;
  }

  
 
  
  
}


/*
@supports (display: flex) {
    @media(min-width:769px){
         .about-us-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-flow: row wrap;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-flow: row wrap;
                    flex-flow: row wrap;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    -webkit-align-items: stretch;
                    align-items: stretch;
          }
          .about-us-wrapper .page-meta {
            -webkit-box-flex: 1;
                -ms-flex: 1 36.94%;
                    -webkit-flex: 1 36.94%;
                    flex: 1 36.94%;
          }
          .about-us-wrapper .main-content {
            -webkit-box-flex: 1;
                -ms-flex: 1 63.06%;
                    -webkit-flex: 1 63.06%;
                    flex: 1 63.06%;
          }
    }
 
  
}
*/


/*if browser supports grid, use grid to display columns*/


/*
@supports ((display: -ms-grid) or (display: grid)) {
  
  .about-us-wrapper .page-meta,
  .about-us-wrapper .main-content {
    width: auto;
  }

  .about-us-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas: "PageMeta" "MainContent";
  }
  @media (min-width: 500px) {
    .about-us-wrapper {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      grid-template-areas: "PageMeta MainContent";
    }
  }
  @media (min-width: 768px) {
    .about-us-wrapper {
      -ms-grid-columns: 36.94% 63.06%;
          grid-template-columns: 36.94% 63.06%;
      grid-template-areas: "PageMeta MainContent";
    }
  }
  .about-us-wrapper .page-meta {
    grid-area: PageMeta;
  }
  .about-us-wrapper .main-content {
    grid-area: MainContent;
  }
}
*/


/*modal*/
/* Styles for dialog window */
.white-popup {
    background: white;
    padding: 15px 15px;
	text-align: left;
    width:1020px;
	max-width: 95%;
    max-width:calc(95% - 26px);/*to better accomodate the blockquote overhanging modal*/
	margin: 40px auto;
	position: relative;
    padding-right:30px;/*they don't care that they're making it uneven. they just want more padding so the text isn't as close.*/
    box-shadow: 0 0 60px 8px rgba(0,0,0,.5);
    color:#6e6e6e;
}
@media(max-width:768px){
    .white-popup { padding: 15px 15px;}

}

/*modal arrows*/
button.mfp-arrow{
    background-image:url('https://cdn2.hubspot.net/hubfs/2479702/Our%20Approach/Arrow%20R.svg');
    height:31px;
    width:22px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    position:fixed;
}
@media(max-width:1000px){
    button.mfp-arrow{display:none;}
}

button.mfp-arrow:after,button.mfp-arrow:before{
    display:none;
}

button.mfp-arrow-right{
    
}
button.mfp-arrow-left{
    -webkit-transform:rotateY(180deg);
            transform:rotateY(180deg);
}
@media(min-width:1220px){
    
    button.mfp-arrow-left {
    
        left: 6%;
    }
    button.mfp-arrow-right{
        right: 4%;
    }
}
@media(min-width:1300px){
     button.mfp-arrow-right{ right:6%;}
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



button.mfp-close {
    background-image: url(https://cdn2.hubspot.net/hubfs/2479702/Template_Images/Icons/modal%20close%20button.svg);
    height: 25px;
    width: 25px;
    /* background-size: 25px; */
    background-size: 25px;
    background-position: top right;
    background-repeat: no-repeat;
    margin-right: 14px;
    margin-top: 15px;
    color: transparent !important;
    background-color: rgba(256,256,256,1);
    opacity: 1;
    /* border-radius: 0 0 0 14px; */
    padding: 0 0 34px 37px;
    top:-1px;
}

@media(min-width:768px){/*ipad and up*/
    .white-popup .row-fluid .right-column,.white-popup .row-fluid .left-column {
        display: block;
        width: 50%;
        float: left; 
    }

    .white-popup .row-fluid .right-column{
        padding-left: 30px;
        padding-top:18px;
    }
}


.employee-name {
    font-size: 46px;
    color: #00adf2;
    font-family: "bebas-neue", bebas-neue, bebas neue, arial, sans-serif;
    margin-top: 15px;
    line-height: 1;
}


.employee-name:after {
    margin-top:10px;
    margin-bottom:3px;
    content: "";
    display: block;
    position: relative;
    width: 42px;
    height: 2px;
    background-color: #dcdcdc;
}

.employee-title {
    font-size: 28px;
    line-height: 1;
    font-family: "Chronicle Display A","Chronicle Display B",sans-serif;
    color:#5c5c5c;
    font-style:italic;
    padding-top:10px;
    padding-bottom:10px;/*note this will not match the mockup, it was asked for in conference call*/
}
@media(max-width:400px){
    .employee-name {
        font-size: 36px; 
    }
    .employee-title{
        font-size:26px;
    }
}
 .white-popup blockquote.bg-gradient{
    width: 100%;
    width: calc(100% + 30px);
    left:-15px;
}
 .white-popup blockquote.gradient:before,  .white-popup  blockquote.gradient:after{width:100%;}
 
 
@media(min-width:768px){
    .white-popup blockquote.bg-gradient{
    width: 110%;
    width: calc(100% + 37px);
    left:0;
}
    
}


.white-popup blockquote.bg-gradient:after{
    right:52px;
}
.white-popup blockquote.gradient {text-align:left;}

.connect{
    font-family:"Chronicle Display A","Chronicle Display B",sans-serif;
    text-align:right;
    }
.connect .fa {
    /* background: blue; */
    height: 21px;
    width: 21px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    display: inline-block;
}

.connect .fa-linkedin {
    background-color: #0177b9;
}

.white-popup blockquote.gradient .answer {
    font-size:16px;
   
    font-style:italic;
    font-weight:normal;
    color: #6e6e6e;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #6e6e6e;
     font-family:open-sans, open sans, arial, sans-serif;
     padding-top:3px;
     
}