/*
* ----------------------------------------------------------------------------------------
* OVERALL
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .equal-opportunity-container {
    margin: 40px 25px 20px 25px; 
  }
    
  .equal-opportunity-container h3 {
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline; 
  }
    
  .equal-opportunity-container p {
    font-size: 12px !important;
    line-height: 14px; 
  }

  .sim-1 {
    width: 100%; 
  }

  .mobile--container {
    padding-top: 80px; 
  }

  .mb-30 {
    display: block;
    margin-bottom: 30px; 
  }

  .mt-5 {
    display: block;
    margin-top: 5px; 
  }

  .mt-30 {
    display: block;
    margin-top: 30px; 
  }

  .mt-50 {
    display: block;
    margin-top: 50px; 
  }

  .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; 
  }

  .resources-pdf {
    display: inline; 
  }
    
  .resources-pdf a {
    color: #333;
    display: inline;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline; 
  }
    
  .resources-pdf p {
    display: inline;
    text-decoration: underline;
    vertical-align: bottom; 
  }
    
  .resources-pdf span {
    font-weight: 500;
    vertical-align: bottom; 
  }
    
  .resources-pdf img {
    display: inline;
    height: 19px;
    margin-right: 5px;
    width: auto !important; 
  }

  .grn-link {
    color: #00AE41;
    display: table;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase; 
  }
    
  .grn-link img {
    left: 5px;
    position: relative;
    top: -1px;
    width: 5px; 
  }

  .grn-link:hover,
  .grn-link:focus {
    color: #00AE41; 
  }

  .careers-view-link {
    display: table;
    margin-bottom: 35px;
    margin-top: 20px; 
  }
    
  div.jw-display-icon-container.jw-display-icon-display.jw-background-color.jw-reset {
    border-radius: 50%;
    opacity: 0.9;
  }
    
  .jw-skin-five.jwplayer:not(.jw-flag-touch):not(.jw-error):not(.jw-state-error):not(.jw-state-buffering) .jw-media:hover ~ .jw-controls .jw-display-icon-display {
    background-color: #b8b6b7;
    border-radius: 50%;
    opacity: 0.9;
  }
    
  .jw-breakpoint-4 .jw-display .jw-icon, .jw-breakpoint-5 .jw-display .jw-icon, .jw-breakpoint-6 .jw-display .jw-icon, .jw-breakpoint-7 .jw-display .jw-icon {
    background-color: #b8b6b7;
    border-radius: 50%;
    opacity: 0.9;
  }
    
  .jw-display-icon-container .jw-icon-display {
    font-size: 1.5em;
  }
    
  .jwplayer:hover .jw-display-icon-container {
    box-shadow: 0px 0px 15px #ffffff;
    opacity: 1;
  }
    
  .modal {
    text-align: center;
  }
    
  body .modal-dialog { /* Width */
    max-width: 100%;
    width: auto !important;
    display: inline-block;
  }
    
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

    
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 768px) {
  .equal-opportunity-container {
    margin: 0 0 80px 0; 
  }
    
  .equal-opportunity-container h3 {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    text-decoration: underline; 
  }
    
  .equal-opportunity-container p {
    font-size: 12px;
    line-height: 14px !important; 
  }

  .desktop--container {
    padding-top: 80px; 
  }

  .desktop--resources-pdf {
    display: inline; 
  }
    
  .desktop--resources-pdf a {
    color: #333;
    display: inline;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline; 
  }
    
  .desktop--resources-pdf p {
    display: inline;
    text-decoration: underline;
    vertical-align: bottom; 
  }
    
  .desktop--resources-pdf span {
    font-weight: 500;
    vertical-align: bottom; 
  }
    
  .desktop--resources-pdf img {
    display: inline;
    height: 27px;
    margin-right: 5px;
    width: auto !important; 
  }

  .green-arrow {
    height: 15px !important;
    width: 10px !important; 
  }

  .grn-link {
    font-size: 16px;
    font-weight: 700; 
  }
    
  .grn-link img {
    left: 10px;
    position: relative;
    top: -1px;
    width: 7px !important; 
  }

  .featured-news {
    background: #F7F7F7;
    margin: 0 auto;
    padding: 40px; 
  }
    
  .featured-news h3 {
    color: #007079;
    font-size: 26px;
    margin: 0 0 5px 0;
    text-transform: uppercase; 
  }
    
  .featured-news p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; 
  }
      
  .featured-news p a {
    color: #00AE41;
    text-decoration: underline !important; 
  }
    
  .featured-news a {
    color: #00AE41;
    font-size: 15px;
  }

  .careers-view-link {
    display: table;
    margin-bottom: 50px;
    margin-top: 30px; 
  }
    
  body .modal-dialog { /* Width */
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    width: auto !important;
    display: inline-block;
  }
}
/*
* ----------------------------------------------------------------------------------------
* SUBNAV
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .sub-nav--whoweare {
    background: #F2F2F2;
    display: inline-block;
    width: 100%; 
  }
    
  .sub-nav--whoweare .sub-nav--item {
    background: #F2F2F2;
    height: 75px;
    width: 20%;
    float: left; 
  }
      
  .sub-nav--whoweare .sub-nav--item a {
     color: black; 
  }
      
  .sub-nav--whoweare .sub-nav--item img {
    display: block;
    height: 18px;
    margin: 5px auto;
    margin-top: 13px;
    width: auto; 
  }
      
  .sub-nav--whoweare .sub-nav--item p {
    font-size: 10px;
    line-height: 12px;
    margin: 0 auto;
    max-width: 65px;
    text-align: center; 
  }

  .icon-active a {
    color: #0099A8; 
  }

  .icon-active img {
    color: #0099A8; 
  }

  .subnav-glyphicon {
    display: block;
    font-size: 18px;
    height: auto;
    margin: 0 auto;
    margin-top: 13px;
    text-align: center; 
  } 
}
@media only screen and (min-width: 768px) {
  .sub-nav--whoweare {
    /*min-height: 121px;*/
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 100px;
    padding: 10px 130px 15px 130px; 
  }
    
  .sub-nav--whoweare .sub-nav--item a {
    color: #000;
    line-height: 17px;
    max-width: 100px; 
  }
    
  .sub-nav--whoweare .sub-nav--item p {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    max-width: 100px; 
  }
    
  .sub-nav--whoweare .sub-nav--item img {
    display: block;
    height: 55px;
    margin: 0 auto;
    padding: 10px 0;
    width: auto; 
  }

  .subnav-glyphicon {
    font-size: 33px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center; 
  } 
}
@media only screen and (min-width: 992px) {
  .sub-nav--whoweare .sub-nav--item {
    width: 14.28%; 
  } 
}
/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .mbm-10 {
    margin-bottom: -10px; 
  }

  .mobile--hero-banner,
  .mobile--banner {
    height: auto;
    width: 100%; 
  }

  .mobile--hero-banner {
    position: relative;
    top: -5px; 
  }
    
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: -5px !important;
    padding-top: 44% !important;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .desktop--hero-banner-container {
    margin-top: -5px;
    position: relative; 
  }
    
  .desktop--hero-banner-container img {
    height: auto;
    width: 100%; 
  }

  .banner-title {
    color: #007078;
    font-size: 38px;
    font-weight: 300;
    left: 0;
    position: absolute;
    top: 0; 
  }
    
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36% !important;
    width: 100%;
  }

}
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 42px; 
  } 
}
@media only screen and (min-width: 1200px) {
  .desktop--hero-banner-container {
    position: relative; 
  }
    
  .desktop--hero-banner-container .our-business-model {
    color: #007078;
    font-size: 38px;
    font-weight: 300;
    left: 40px;
    max-width: 280px;
    top: 140px; 
  } 
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .who-we-are-description {
    margin-top: -3px;
    padding: 25px; 
  }
    
  .who-we-are-description p {
    font-size: 12px;
    line-height: 19px; 
  }

  .mobile--who-we-are-subtitle {
    border-bottom: 1px solid #DEDEDE;
    color: #007078;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-transform: uppercase; 
  }

  .mobile--watch-video {
    color: #00AE41;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase; 
  }

  .banner-label {
    background: #F2F2F2;
    color: #00AE41;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 12px 25px;
    text-transform: uppercase; 
  }

  .banner-label-careers {
    background: #F2F2F2;
    color: #00AE41;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 5px 15px;
    text-transform: uppercase; 
  }

  .green-arrow {
    height: 8px;
    left: 1px;
    position: relative;
    top: -1.5px; 
  }

  .featured-news {
    background: #F2F2F2;
    padding: 15px 25px; 
  }
    
  .featured-news img {
    float: left;
    margin: 3px 5px 5px 0;
    width: 80px; 
  }
    
  .featured-news h3 {
    color: #007078;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: uppercase; 
  }
    
  .featured-news h4 {
    color: #007078;
    font-size: 14px;
    margin: 0 0 12px 0; 
  }
    
  .featured-news p {
    font-size: 12px;
    font-weight: 300; 
  }
    
  .featured-news .view-more {
    color: #00AE41;
    display: inherit;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase; 
  }
      
  .featured-news .view-more span {
    font-size: 8px;
    left: -1px;
    position: relative;
    top: 0; 
  }

  .who-we-are-subtitle {
    border-bottom: 1px solid #D0D2D3;
    color: #007078;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase; 
  }

  #heroVideo {
    width: 100%; 
  } 
}
@media only screen and (min-width: 768px) {
  .who-we-are-description {
    margin-top: 35px;
    padding: 0 45px; 
  }
    
  .who-we-are-description p {
    font-size: 16px;
    font-weight: 300;
  }
    
  .who-we-are-description img {
    width: 100%; 
  }

  .desktop--banner {
    width: 100%; 
  }

  .banner-label {
    background: #F2F2F2;
    color: #00AE41;
    display: block;
    font-size: 24px !important;
    font-weight: bold !important;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    padding: 12px 15px;
    text-transform: uppercase; 
  }

  .banner-label-careers {
    background: #F2F2F2;
    color: #00AE41;
    display: block;
    font-size: 24px !important;
    font-weight: bold !important;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-transform: uppercase; 
  }

  .featured-news {
    padding: 15px 25px 25px 25px; 
  }
    
  .featured-news img {
    height: 128px;
    margin: 20px 15px;
    width: 128px; 
  }
    
  .featured-news h3 {
    font-size: 22px;
    margin: 15px 0 10px 0; 
  }
    
  .featured-news h4 {
    font-size: 18px; 
  }
    
  .featured-news p {
    font-size: 16px; 
  }
    
  .featured-news .view-more {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase; 
  }
      
  .featured-news .view-more span {
    font-size: 12px;
    left: -1px;
    position: relative;
    top: 0; 
  }

  .who-we-are-subtitle {
    border-bottom: 1px solid #D0D2D3;
    color: #007078;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase; 
  }
    
  .who-we-are-description .description-main {
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 30px;
    margin: -35px 0 85px 0 !important;
    display: block;
    text-align: justify;
  }
}
@media only screen and (min-width: 992px) {
  .featured-news {
    margin-top: 80px; 
  }
    
  .featured-news .view-more {
    text-align: left; 
  }

  #heroVideo {
    margin-top: 7px; 
  }

  .mp {
    padding: 0 20px 0 0; 
  } 
}

/*# sourceMappingURL=who-we-are.css.map */
