/*
Theme Name: Hercules Capital
Theme URI: https://44pixels.com
Author: 44 Pixels
Author URI: https://44pixels.com
Description: Custom theme for Hercules Capital
Template: Divi
Version: 1.0
*/
@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
/*========================================
*  - Global
*   -- Backgrounds
*   -- Animations
*  - Header
*  - Modules
*   -- Fullwidth Slider
*   -- Filtered Portfolio
*   -- Buttons
*   -- Vertical Nav Tab
*   -- Images
*   -- Fullwidth header
*  - Rows / Sections
*   -- Fullwidth Slider
*   -- Financial Section
*   -- Big Testimonial
*   -- Case Study
*   -- Featured Portfolio
*   - Inner page Sections
*     -- Inner page Fullwidth header
*     -- Team Section
*     -- Inner page Featured Portfolio
*     -- News Section
*     -- Inner page Testimonial
*     -- Downloads
*     -- Contact Section
*     -- Say Hello section
*  - Form
*  - JQuery Plugins CSS
    -- Slick Slider
*  - Shortcodes
*   -- Team Slider
*   -- Team Popup
*   -- Featured Portfolio Shortcode
*  - Footer
*  - Media Query
*========================================*/
/*=============================
* - Global
==============================*/
html {
    overflow-x: hidden;
}

body{
    color: #2a2a2a;
    font-family: 'Proxima Nova',sans-serif;
}

h1{
    font-size: 39px;
}

h2{
    font-size: 35px;
    letter-spacing: 0.043em;
    color: #0d0d0d;
}

.big-heading h2 {
    font-size: 38px;
    line-height: 1.56em;
    font-weight: 300;
    letter-spacing: normal;
}

.et_pb_pagebuilder_layout #page-container{
    padding-top: 0 !important;
}

.et_pb_row{
    position: relative;
    z-index: 2;
}

.et_overlay:before {
    visibility: hidden;
}

/*-------------------------
-- Backgrounds --
--------------------------*/
.half-image-after:after{
    content: " ";
    position: absolute;
    height: 100%;
    right: 0;
    width: 50%;
    top: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    max-width: 700px;
}

.background-image-size-contain{
    background-size: contain !important;
}

.background-position-top-left{
    background-position: top left !important;
}

.background-position-top-right{
    background-position: top right !important;
}

/*-------------------------
-- Animations --
--------------------------*/
.mfp-slide-right{
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-slide-right .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(50px);
}

.mfp-slide-right.mfp-bg {
    opacity: 0 !important;
    transition: all 0.3s;
}

.mfp-slide-right.mfp-ready .mfp-with-anim{
    opacity: 1;
    transform: translateX(0);
}

.mfp-slide-right.mfp-ready.mfp-bg {
    opacity: 0.5 !important;
}

.mfp-slide-right.mfp-removing .mfp-with-anim{
    transform: translateX(-50px);
    opacity: 0;
}

.mfp-slide-right.mfp-removing.mfp-bg {
    opacity: 0 !important;
}

.mfp-person-popup.mfp-slide-right.mfp-ready .mfp-with-anim {
    transform: none;
}

/*=============================
* - Header
==============================*/
#top-menu {
    float: none;
    margin: 0 -13px;
}

#top-menu li {
    font-size: 18px;
}

#top-menu a {
    color: #2a2d31;
    padding: 0px 5px;
}

#top-menu li.current-menu-item > a,
.et-fixed-header #top-menu li.current-menu-ancestor > a,
.et-fixed-header #top-menu li.current-menu-item > a {
    /* color: #bac7d9 !important; */
    color: #8f98a6 !important;
}

#main-header.et-fixed-header #top-menu li.current-menu-ancestor > a,
#main-header.et-fixed-header #top-menu li.current-menu-item > a{
    color: #bac7d9 !important;
}

#main-header{
    background: #fff;
    background: rgba(255,255,255,0.5);
}

#main-header.et-fixed-header,
#main-header.header-hidden-menu-active{
    background: #fff;
}


#top-menu li {
    vertical-align: middle;
}


/* Hidden Menu */
.header-hidden-toggle-menu .menu{
    text-align: right;
    padding: 60px 0;
}

.mfp-bg.mfp-hidden-menu,
.mfp-bg.mfp-hidden-menu.mfp-ready {
   /* display: none;
   */
    background: #fff !important;
    background: rgba(255,255,255,0.97) !important;
    opacity:1 !important;
    left: auto;
}

.mfp-wrap.mfp-hidden-menu{
 /* background: #fff;
    background: rgba(255,255,255,0.97); */
}

.mfp-wrap.mfp-hidden-menu .mfp-container.mfp-inline-holder {
    margin-top: 30px;
    left: auto;
}

.mfp-removing.mfp-wrap.mfp-hidden-menu{
    background: transparent;
}

.et_header_style_split .desktop-toggle .mobile_menu_bar,
.et_header_style_left .desktop-toggle .mobile_menu_bar {
    padding-bottom: 0;
}

.desktop-toggle .mobile_menu_bar:before{
    color: #000;
    font-size: 40px;
}

.desktop-toggle .hide-link{
    display: none !important;
}

.header-hidden-toggle-menu{
    padding-bottom: 55px;
}

.header-hidden-toggle-menu button.mfp-close {
    color: #f66536;
    font-size: 60px;
    opacity: 1;
}

.header-hidden-toggle-menu button.mfp-close:active {
    color: #f66536;
    font-size: 60px;
    top: 0px;
}

#top-menu li.desktop-toggle a {
    padding-left: 6px;
}

.desktop-toggle .hidden-menu-active:after {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 44px;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 0.886em;
    text-transform: none;
    content: "\4d";
    speak: none;
    color: #f66536;
    width: 40px;
    height: 40px;
    text-align: center;
}

.header-hidden-toggle-menu .hidden-main-menu-mobile-wrap .desktop-toggle{
    display: none;
}

.header-hidden-toggle-menu .hidden-main-menu-mobile-wrap.menu > li {
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: none;
    color: #2a2d31;
    padding: 10px 0 10px;
}

.header-hidden-toggle-menu .menu > li {
    font-size: 45px;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: #2a2d31;
    letter-spacing: 0.033em;
}

.header-hidden-toggle-menu .menu .sub-menu{
    text-transform: none;
    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
    color: #79818c;
    letter-spacing: 0.021em;
}

.header-hidden-toggle-menu .menu > li{
    padding: 15px 0px;
}

.header-hidden-toggle-menu .menu > li.menu-item-has-children{
    padding-bottom: 0;
}

.header-hidden-toggle-menu .menu .sub-menu > li{
    padding: 0 0 15px;
}

.header-hidden-toggle-menu .menu > li > a,
.header-hidden-toggle-menu .menu .sub-menu > li > a{
    padding: 0 0 5px;
    display: inline-block;
    color: inherit;
}

.header-hidden-toggle-menu .menu > li.header-btn {
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    text-transform: none;
    color: #2a2d31;
    letter-spacing: normal;
    padding-top: 0 !important;
}

.header-hidden-toggle-menu .menu > li.header-btn > a {
    border: 2px solid;
    min-width: 168px;
    text-align: center;
    padding: 13px;
}

#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover, .et-social-icons a:hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #8f98a6 !important;
}

.header-hidden-toggle-menu .menu > li > a:hover,
.header-hidden-toggle-menu .menu .sub-menu > li > a:hover {
    color: #8f98a6 ;
}
/*=============================
* - Modules
==============================*/
/*-------------------------
-- Fullwidth Slider  --
--------------------------*/
.et_pb_slide_description {
    padding: 25.3em 1.5em 18.58em;
}

.et_pb_slide_description .et_pb_slide_title {
    font-size: 80px;
    line-height: 0.938em;
    font-weight: 400;
}

.et_pb_slide_description .et_pb_more_button{
    margin-top: 35px;
}

.et_pb_bg_layout_dark .et_pb_slide_description{
    text-shadow: none;
}

/*-------------------------
-- Filtered Portfolio --
--------------------------*/
.et_overlay {
    background: rgba(255, 255, 255, 0.75);
}

.et_pb_filterable_portfolio_grid_custom {
    max-width: 100%;
    margin: 0 auto;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom {
    text-align: center;
    margin: 0 0 50px 0;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li {
    float: none;
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 300;
    display: inline-block;
    color:#0d0d0d;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li a {
    border: none;
    background: transparent;
    text-transform: uppercase;
    color: #0d0d0d;
    padding: 10px 17px;
    letter-spacing: 0.075em;
    display: inline-block;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li a:hover{
    background: transparent;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li a.active {
    color: #f66536;
    background-color: transparent;
    font-weight: 600;
}

.et_pb_filterable_portfolio_grid_custom .et_pb_portfolio_item.et_pb_grid_item {
    text-align: center;
    margin-bottom: 15px !important;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item .et_portfolio_image {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item .et_portfolio_image .et_pb_portfolio_image-cell{
    display: table-cell;
    vertical-align: middle;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item > a{
    margin: 0 auto;
    display: block;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item .et_portfolio_image img{
    width: auto !important;
    height: auto;
    display: block;
    vertical-align: top;
    margin: 0 auto;
}

.vertical-nav-tab  .arrow-slick-fake a,
.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake a {
    width: 30px;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 81px 35px;
    background-image: url(images/slick-arrows2x.png);
    display: inline-block;
    margin: 0 20px;
}

.vertical-nav-tab .arrow-slick-fake a.arrow-next-fake,
.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake a.arrow-next-fake{
    background-position: -50px 0;
}

.vertical-nav-tab .arrow-slick-fake,
.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake {
    margin-bottom: 40px;

}

.et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake a {
    background-image: url(images/slick-arrows2x-orange.png) !important;
}


.portfolio-item-wrap{
    width: 33.3333333%;
    float: left;
    padding: 0 30px;
}

.portfolio-item-wrap h3 {
    font-size: 20px;
    line-height: 1.200em;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
}

.portfolio-container-wrap {
    padding-bottom: 80px;
}

/*-------------------------
-- Buttons --
--------------------------*/
.big-button.bigtransparent,
.et_pb_button,
.et_pb_more_button.et_pb_button,
.et_pb_module .et_pb_button{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    font-size: 23px;
    line-height: 1.7em !important;
    padding: 0.57em 1em;
    font-weight: 600 !important;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 69px;
    max-height: 69px;
}

.big-button.bigtransparent:after,
.et_pb_button:after,
.et_pb_more_button.et_pb_button:after,
.et_pb_module .et_pb_button:after {
    display: none;
}

.et_pb_button,
.et_pb_more_button.et_pb_button,
.et_pb_module .et_pb_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
    background: #f66536;
    border-color: #f66536;
    color: #fff;
    padding: 0.57em 1em 0.57em 1em !important;
}


.et_pb_more_button.et_pb_button:hover,
.et_pb_module .et_pb_button:hover, .et_pb_button:hover {
    padding: 0.57em 1em 0.57em 1em !important;
    opacity:.75;
}

.et_pb_slider .et_pb_button,
.et_pb_slider .et_pb_button:hover {
    padding: 0.57em 1em !important;
}

.home .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_button,
.home .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_button:hover {
    padding: 0.57em 1em !important;
}

.et_pb_button:hover:after,
.et_pb_more_button.et_pb_button:hover:after,
.et_pb_module .et_pb_button:hover:after{
    margin-left: 0;
    opacity: 1;
    margin-top: 4px;
}

.big-button.bigtransparent {
    border: 2px solid #fff;
    margin-top: 40px;
    color: #ffffff;
    text-shadow: none;
    box-shadow: none;
}

.big-button:hover {
    opacity: .75;
}

/*-------------------------
-- Vertical Nav Tab --
--------------------------*/
.vertical-nav-tab.et_pb_tabs {
    border: none;
    color:#fff;
}

.vertical-nav-tab ul.et_pb_tabs_controls {
    background-color: transparent;
    float: left;
    width: 50%;
    position: relative;
    text-align: right;
    padding: 65px 75px 10px 10px !important;
}

.vertical-nav-tab .et_pb_all_tabs {
    border-top: none;
    background: transparent;
    float: left;
    width: 50%;
    border-left: 1px solid #fff;
}

.vertical-nav-tab .et_pb_tabs_controls li {
    float: none;
    display: block;
    text-align: right;
    border: none;
    padding: 15px 0;
}

.vertical-nav-tab  .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: transparent;
}

.vertical-nav-tab .et_pb_tabs_controls li a {
    font-size: 22px;
    line-height: 1em;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.068em;
    padding: 5px 0 3px;
    display: block;
}

.vertical-nav-tab ul.et_pb_tabs_controls:after{
    display: none !important;
}

.vertical-nav-tab  .et_pb_tabs_controls .et_pb_tab_active a {
    font-weight: 700;
    color: #fff !important;
    padding: 5px 0 3px;
}

.vertical-nav-tab .et_pb_tab {
    font-size: 30px;
    line-height: 1.37em !important;
    font-weight: 400;
    padding: 20px 15px 30px 75px;
}

.vertical-nav-tab  .et_pb_tab p{
    line-height: inherit !important;
    padding-bottom: 0.9em;
}

.vertical-nav-tab .et_pb_tab p:last-of-type {
    padding-bottom: 0;
}

.vertical-nav-tab ul.et_pb_tabs_controls:before {
    text-align: right;
    font-size: 35px;
    line-height: 1em;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 35px;
}

/*-------------------------
-- Images  --
--------------------------*/

.same-height-image .et_pb_column .et_pb_image{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.same-height-image .et_pb_column .et_pb_image .et_pb_image_cell{
    vertical-align: middle;
    display: table-cell;
}

.same-height-image .et_pb_column .et_pb_image .et_pb_image_cell img{
    margin: 0 auto;
    max-width: 100%;
    display: block;
    vertical-align: top;
    height: auto;
}

/*-------------------------
-- Fullwidth Header  --
--------------------------*/
.et_pb_fullwidth_header .header-content-container .header-content h1 {
    font-size: 60px;
    line-height: 1.25em;
    padding-bottom: 25px;
}

.header-content-container .header-content .et_pb_fullwidth_header_subhead {
    font-size: 32px;
    line-height: 1.25em;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    margin-top: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0.57em 1em 0.57em 1em !important;
    text-align: center;
    border: 2px solid;
    color: #fff;
    background: transparent;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button:after {
    display: none;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button:hover:after {
    margin-top: 2px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    left: 0;
    right: 0;
}



/*=============================
* - Rows
==============================*/
/*-------------------------
-- Fullwidth Slider  --
--------------------------*/
.home .et_pb_section_video .et_pb_section_video_bg {
    position: fixed;
    background: transparent;
    z-index: 0;
}

.home .et_pb_section_video_bg .mejs-video {
    background: transparent;
}

.home .entry-content:before {
    content: '';
    position: absolute;
    top: 879px;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 4;
}

.home .et_pb_section {
    z-index: 5;
}

.home .homepage-video-banner-wrapper {
    z-index: 4;
}


@media (min-width: 992px) {
    .home .homepage-video-banner-wrapper {
        background: #464646 !important;
    }
}

.home #main-footer {
    z-index: 9;
}

/*-------------------------
-- Financial Section  --
--------------------------*/
.money-figures-row .et_pb_text{
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
}

.money-figures-row h2 {
    font-size: 95px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.money-figures-row .et_pb_text p {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.money-figures-row h2 {
    padding-bottom: 5px;
}

.graphics-holder-row .big-heading {
    max-width: 73.52em;
    margin-bottom: 30px !important;
    margin-left: auto;
    margin-right: auto;
}

.financial-highlights-section .graphics-holder-row,
.financial-highlights-section .graphics-bottom-row{
    max-width: 100%;
    width: 100%;
}

/*.downloads-section:before,
.downloads-section:after,
.inner-page-testimonial .inner-page-testimonial-row:before,
.inner-page-team-section .et_pb_row .team-full-width-column:before,
.inner-page-team-section .et_pb_row .team-full-width-column:after,
.inner-page-fullwidth-header .et_pb_fullwidth_header:before,
.inner-page-fullwidth-header .et_pb_fullwidth_header:after,
.financial-highlights-section:before,
.financial-highlights-section:after,
.home .testimonial-section:before,
.home .testimonial-section:after,
.feature-portfolio-section .featured-portfolio-row:before,
.case-study-section:before,
.case-study-section:after,
.industries-section:before,
.feature-portfolio-section > .et_parallax_bg:before {
    width: 0px;
    height: 0px;
    content: ‘’;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.financial-highlights-section .graphics-holder-row:before,
.financial-highlights-section .graphics-bottom-row:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right -250px;
    width: 478px;
    height: 526px;
    background-size: 658px 1131px;
    background-image: url(images/financial-section/triangle-graphic2x.png);
    top: 0;
    left: 0;
}

.financial-highlights-section .graphics-bottom-row {
    padding:0 !important;
}

.financial-highlights-section .graphics-bottom-row:before{
    background-position: -179px -850px;
    width: 154px;
    height: 222px;
    bottom: 0;
    left: 0;
    top: auto;
}

.financial-highlights-section .graphics-bottom-column-fullwidth:after {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left -85px;
    width: 175px;
    height: 558px;
    background-size: 330px 688px;
    background-image: url(images/financial-section/triangle-graphic-bottom2x.png);
    bottom: 0;
    right: 0;
}


/*-------------------------
-- Big Testimonial  --
--------------------------*/
.testimonial-section .big-testimonial-row,
.testimonial-section .graphics-testimonial-row{
    max-width: 100%;
    width: 100%;
}

.testimonial-section .graphics-testimonial-row{
    display: block !important;
    padding: 0;
}

.testimonial-section .graphics-testimonial-row:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    height: 145px;
    width: 530px;
    background-size: 750px 569px;
    background-image: url(images/testimonial/triangle-shape-2560-2x.png);
    background-position: top right;
}

.testimonial-section .big-testimonial {
    font-size: 27px;
    line-height: 1.510em;
    font-weight: 300;
    padding: 3.76em 3.1em 0.7em 5.5em;
    margin-bottom: 65px !important;
}

.testimonial-section .big-testimonial strong{
    font-weight: 600;
}

.testimonial-section .big-testimonial blockquote:before,
.inner-page-testimonial .inner-page-testimonial-row blockquote:before {
   content: "“";
   position: absolute;
   top: 0;
   display: block;
   left: -20px;
   line-height: 1.4em;
}

.testimonial-section .big-testimonial blockquote:before {
    line-height: 1em;
}

.inner-page-testimonial .inner-page-testimonial-row.small blockquote:before {
    font-size: 34px;
}

.testimonial-section .big-testimonial blockquote {
    margin: 0 0 50px;
    border: none;
    padding-left: 0;
    padding-right: 15px;
    font-size: 60px;
    line-height: 1.374em;
    font-weight: 300;
    position: relative;
}

.testimonial-section .big-testimonial blockquote p {
    border: none;
    padding: 0;
    padding-bottom: 0px;
    font-size: 25px;
    line-height: 1.8em;
}

.testimonial-section .big-testimonial p {
    padding-bottom: 1.3em;
}

/*-----------------------
--  Featured Portfolio --
-------------------------*/
.feature-portfolio-section .featured-portfolio-row,
.feature-portfolio-section .graphics-featured-portfolio-row{
    max-width:100%;
    width:100%;
}

.feature-portfolio-section .graphics-featured-portfolio-row{
    display: block !important;
    padding: 0;
}

.feature-portfolio-section .graphics-featured-portfolio-row:before{
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 407px;
    width: 530px;
    background-size: 750px 569px;
    background-image: url(images/testimonial/triangle-shape-2560-2x.png);
    background-position: right -145px;
}

.home .testimonial-section .big-testimonial-row .et_pb_column_empty {
    max-height: 500px;
    max-width: 400px;
    margin-right: 0px !important;
    margin-left: 50px;
    margin-top: 100px !important;
}

/*---------------------
--  Case Study  --
-----------------------*/
.case-study-tab ul.et_pb_tabs_controls:before {
    content: 'CASE STUDY';
}

.case-study-section .case-study-row,
.case-study-section .graphics-case-study-row,
.case-study-section .graphics-bottom-case-study-row{
    max-width: 100%;
    width: 100%;
}

.case-study-section .graphics-case-study-row,
.case-study-section .graphics-bottom-case-study-row{
    display: block !important;
    padding: 0;
}


.case-study-section .graphics-case-study-row:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    width: 400px;
    height: 455px;
    background-size: 517px 455px;
    background-image: url(images/case-study/triangle-top-left2x.png);
    top: 0;
    left: 0;
}

.case-study-section .graphics-case-study-row:after,
.feature-portfolio-section .featured-portfolio-row:before{
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 181px;
    height: 100px;
    background-size: 205px 280px;
    background-image: url(images/case-study/triangle-right2x.png);
    top: 0;
    right: 0;
    visibility: visible;
}

.feature-portfolio-section .featured-portfolio-row:before {
    height: 180px;
    bottom: 0;
    top: auto;
    background-position: left top;
}

/*.case-study-section .graphics-bottom-case-study-row:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 480px;
    height: 430px;
    background-size: 480px 430px;
    background-image: url(images/case-study/triangle-bottom-right2x.png);
    bottom: 0;
    right: 0;
}*/


/*=============================
* - Inner page Sections
==============================*/
/*----------------------------
--  Inner page Fullwidth header --
-----------------------------*/
/* Full width header (Default) */
.inner-page-fullwidth-header .et_pb_fullwidth_header{
    max-width: 1400px;
    /* padding: 19em 0 13.5em; */
    padding: 250px 0 120px;
}


.inner-page-fullwidth-header .et_pb_fullwidth_header:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    width: 130px;
    height: 576px;
    background-size: 130px 578px;
    background-image: url(images/hero-bottom-left.png);
    bottom: 0;
    left: 0;
}

.inner-page-fullwidth-header .et_pb_fullwidth_header:after {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    width: 176px;
    height: 495px;
    background-size: 176px 494px;
    background-image: url(images/hero-bottom-right.png);
    bottom: 0;
    right: 0;
}

.inner-page-fullwidth-header .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 1000px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	max-width: 880px;
	width: 85%;
}

/*----------------------------
--  Team Section --
-----------------------------*/
.inner-page-team-section .et_pb_row{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.inner-page-team-section .team-full-width-column h2 {
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    padding-bottom: 70px;
}

.inner-page-team-section .et_pb_row .team-full-width-column:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    width: 152px;
    height: 184px;
    background-size: 152px 184px;
    background-image: url(images/team-top-left.png);
    top: 0;
    left: 3px;
}

.inner-page-team-section .et_pb_row .team-full-width-column:after {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    width: 150px;
    height: 106px;
    background-size: 150px 106px;
    background-image: url(images/team-top-right.png);
    top: 0;
    right: 1px;
}

.person-container-wrap.desktop-version {
    display: block;
}

.person-container-wrap.mobile-version {
    display: none;
 }

/*-------------------------------
--  Inner page Featured Portfolio --
---------------------------------*/
.inner-page-featured-portfolio h2 {
    text-transform: uppercase;
}

/* Middle Market - featured portfolio */
.middle-market-portfolio .project-row .project-item-wrap .project-item-image .project-item-image-cell,
.vertical-align-bottom-portfolio-images .project-row .project-item-wrap .project-item-image .project-item-image-cell{
    vertical-align: middle !important;
}


/*-------------------------------
--  News Section --
---------------------------------*/
.news-section .news-feed{
    font-size: 28px;
    line-height: 1.714em;
    padding: 0;
    margin: 0;
}

.news-feed .tickercontainer,
.news-feed .tickercontainer .mask:before{
    background-color: #0c3c58;
    background-image: url('images/technology-news-ticker-bg.jpg');
    background-image: url('images/blue-image-technology.jpg');
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top left;
}

.news-feed .tickercontainer {
    max-width: none;
    height: 110px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.news-feed .tickercontainer:before {
    content: "News";
    padding: 10px 3px 10px 20px;
    text-align: center;
    background: #186a92;
    background: rgba(38, 152, 208, 1);
    max-width: 182px;
    width: 100%;
    position: absolute;
    left: 0;
    height: 90px;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 2;
    font-size: 35px;
    line-height: 2.7em;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.news-feed .tickercontainer:after {
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 30px solid #186a92;
    border-left: 30px solid rgba(38, 152, 208, 1);
    content: " ";
    display: block;
    position: absolute;
    left: 204px;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.news-feed .tickercontainer .mask {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.news-feed .tickercontainer .mask:before{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 236px;
    height: 100%;
    content: " ";
    z-index: 2;
}

.news-feed .tickercontainer .mask:after{
    content: " ";
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 20px;
    height: 100%;
    -webkit-box-shadow: inset -30px 10px 70px 3px #0c3c58;
    -moz-box-shadow: inset -30px 10px 70px 3px #0c3c58;
    box-shadow: inset -30px 10px 70px 3px #0c3c58;
}

.news-feed .tickercontainer ul{
    position: relative;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-style:  inherit !important;
    font-variant:inherit !important;
    font-weight: inherit !important;
    font-size:   inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    z-index: 1;
}

.news-feed .tickercontainer ul li {
    float: left;
    margin: 0;
    padding: 0;
}

.news-feed .tickercontainer ul li a {
    color: #fff!important;
}

/* Life science - news section */
.news-feed-sustainable .tickercontainer,
.news-feed-sustainable .tickercontainer .mask:before {
   /* background-color: #f66536 !important;*/
    background: url(https://www.htgc.com/wp-content/uploads/2017/10/sustainablenews.jpg) !important;
}

.news-feed-sustainable .tickercontainer:before {
    background: #a5d054 !important;
}
.news-feed-sustainable .tickercontainer:after {
    border-left: 30px solid #a5d054 !important;
}

.news-feed-sustainable .tickercontainer .mask:after {
    -webkit-box-shadow: inset -30px 10px 70px 3px #638a2c !important;
    -moz-box-shadow: inset -30px 10px 70px 3px #638a2c !important;
    box-shadow: inset -30px 10px 70px 3px #638a2c !important;
    display: none;
}

/* Middle market - news section */
.news-feed-middle-market .tickercontainer,
.news-feed-middle-market .tickercontainer .mask:before {
    background-color: #8a391e !important;
    background-image: url(images/news-feed-bg-middle-market.jpg) !important;
}

.news-feed-middle-market .tickercontainer:before {
    background: rgba(203, 103, 57, 1) !important;
}
.news-feed-middle-market .tickercontainer:after {
    border-left: 30px solid rgba(203, 103, 57, 1) !important;
}

.news-feed-middle-market .tickercontainer .mask:after {
    -webkit-box-shadow: inset -30px 10px 70px 3px #8a391e !important;
    -moz-box-shadow: inset -30px 10px 70px 3px #8a391e !important;
    box-shadow: inset -30px 10px 70px 3px #8a391e !important;
}

/* Sustainable - news section */

.news-feed-life-science .tickercontainer,
.news-feed-life-science .tickercontainer .mask:before {
    background-color: #8f6a0b !important;
    background-image: url(images/news-feed-bg-sustainable.jpg) !important;
}

.news-feed-life-science .tickercontainer:before {
    background: #b06900 !important;
}
.news-feed-life-science .tickercontainer:after {
    border-left: 30px solid #b06900 !important;
}

.news-feed-life-science .tickercontainer .mask:after {
    -webkit-box-shadow: inset -30px 10px 70px 3px #8f6a0b !important;
    -moz-box-shadow: inset -30px 10px 70px 3px #8f6a0b !important;
    box-shadow: inset -30px 10px 70px 3px #8f6a0b !important;
}

/*-------------------------------
--  Inner page Testimonial --
---------------------------------*/

.inner-page-testimonial{
    font-size: 27px;
    line-height: 1.510em;
    font-weight: 300;
}

.inner-page-testimonial .inner-page-testimonial-row{
    max-width: 1400px !important;
    position: relative;
}

.inner-page-testimonial .inner-page-testimonial-row .et_pb_column {
    padding: 100px 50px 100px 50px;
}

.inner-page-testimonial .inner-page-testimonial-row .et_pb_column .et_pb_image {
    float: right;
}

.inner-page-testimonial .inner-page-testimonial-row .et_pb_column_empty {
    min-height: 800px;
    max-width: 600px;
    margin: auto;
}

.inner-page-testimonial .inner-page-testimonial-row .et_pb_text p {
    padding-bottom: 30px;
}

.inner-page-testimonial .inner-page-testimonial-row .et_pb_text img {
    max-width: 200px;
}

.inner-page-testimonial .inner-page-testimonial-row .et_pb_text blockquote p {
    padding-bottom: 5px;
}

.inner-page-testimonial .inner-page-testimonial-row .et_pb_text > :last-child {
    padding-bottom: 0;
}

.inner-page-testimonial .inner-page-testimonial-row blockquote {
    border: none;
    padding-left: 0;
    font-size: 27px;
    line-height: 1.333em;
    max-width: 495px;
    margin: 0 0 20px;
    position: relative;
}

.inner-page-testimonial .inner-page-testimonial-row blockquote p{
    padding-bottom: 10px;
}

.inner-page-testimonial .inner-page-testimonial-row strong{
    font-weight: 600;
}

.inner-page-testimonial:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    width: 154px;
    height: 268px;
    background-size: 154px 268px;
    background-image: url(images/gray-triangle-top.png);
    bottom: 0;
    right: 0;
}


/*-------------------------------
-- Downloads  --
---------------------------------*/

.downloads-section{
    color: #575757;
    font-size: 24px;
    line-height: 1.333em;
    text-decoration: none;
}

.downloads-section h2 {
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    float: right;
    padding-right: 85px;
}

.downloads-section h2 img{
    display: block;
    margin: 0 auto 40px;
}

.downloads-section .downloads-fullwidth-graphics-row{
    max-width:none !important;
    width: auto !important;
}

.downloads-section .downloads-fullwidth-graphics-row.et_pb_equal_columns{
    align-items: center;
}

.downloads-section:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    width: 495px;
    height: 605px;
    background-size: 495px 605px;
    background-image: url(images/download-gray-graphic-x2.png);
    top: 0;
    left: 0;
}

.downloads-section:after {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    width: 127px;
    height: 475px;
    background-size: 130px 475px;
    background-image: url(images/gray-triangle-bottom.png);
    top: -1px;
    right: 0px;
}

.downloads-section .downloads-fullwidth-graphics-row .et_pb_column{
    padding: 95px 70px 50px;
}

.downloads-section .downloads-column-fullwidth{
    border-left: 1px solid;
}

/* .downloads-section .downloads-column-fullwidth:after {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    width: 129px;
    height: 487px;
    background-size: 129px 487px;
    background-image: url(images/downloads-right-top.png);
    top: -3.5em;
    right: 0;
} */

.downloads-section ul{
    font-size: 28px;
    line-height: 1.607em;
    color:#000;
    list-style: none outside none;
    padding: 0;
    margin: 0;
    letter-spacing: 0.054em;
}

.downloads-section ul li{
    padding-bottom: 40px;
}

.downloads-section ul li:last-child{
    padding-bottom: 0;
}

.downloads-section ul li a{
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
}

.downloads-section ul li a:hover{
    border-color: #bfbfbf;
}

/* Sustainable  - Downloads section */
.downloads-section .downloads-sustainable:before {
    background-image: none;
}

/* Middle market  - Downloads section */
.downloads-section .downloads-life-science:before {
    background-image: none;
}

/*-------------------------------
--  Contact Section --
---------------------------------*/
.inner-page-contact-section {
    font-size: 18px;
    line-height: 1.556em;
}


.inner-page-contact-section h2 {
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    padding-bottom: 53px;
    letter-spacing: 0.033em;

}

.inner-page-contact-section h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
}


.inner-page-contact-section blockquote{
    border: none;
    padding-left: 0;
    margin: 25px 0 15px;
}

.inner-page-contact-section a {
    color: inherit;
    border-bottom: 1px solid;
    border-bottom: 1px solid rgba(255,255,255, 0.5);

}

.inner-page-contact-section .et_pb_row > div:first-child a {
    float: right;
    margin-top: -15px;
}


.inner-page-contact-section .et_pb_map_container {
    margin-bottom: 10px !important;
    position: relative;
}

.inner-page-contact-section .et_pb_map_container .et_pb_map {
    height: 360px;
}

.inner-page-contact-section .et_pb_map_container .et_pb_map h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.inner-page-contact-section ::-webkit-input-placeholder {
  color: #56575b;
  transition: opacity 250ms ease-in-out;
}

.inner-page-contact-section :-moz-placeholder {
  color: #56575b;
  transition: opacity 250ms ease-in-out;
}

.inner-page-contact-section ::-moz-placeholder {
  color: #56575b;
  transition: opacity 250ms ease-in-out;
}

.inner-page-contact-section :-ms-input-placeholder {
  color: #56575b;
  transition: opacity 250ms ease-in-out;
}

input[type=search],
input[type=url],
input[type=number],
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
    padding: 5px 5px 5px !important;
    height: 35px;
}

div#et-main-area {
    position: relative;
}


/*-------------------------------
--  Contact Page --
---------------------------------*/

.contact-page.inner-page-contact-section h2 {
    padding-top: 80px;
}

.contact-page.inner-page-contact-section .contact-page-form {
    margin-top: 60px;
}

.contact-page.inner-page-contact-section .gform_title {
    display: none;
}

.contact-page.inner-page-contact-section .hidden-text {
    visibility: hidden;
}

.contact-page.inner-page-contact-section ul#gform_fields_2 li:nth-child(odd) {
    margin-right: 43px;
}

.contact-page.inner-page-contact-section ul#gform_fields_2 li:last-child {
    width: 100%;
}

.contact-page.inner-page-contact-section .gform_button {
    background: #f66536;
    border:none;
}

.contact-page.inner-page-contact-section .gfield_label {
    color: #56575b;
}

.contact-page.inner-page-contact-section .jcf-file .jcf-fake-input {
    color: #56575b;
}

.contact-page.inner-page-contact-section .gform_wrapper {
    margin: 0 auto;
}

.contact-page.inner-page-contact-section .gform_footer {
    padding: 17px 0 0px;
}

.contact-page.inner-page-contact-section ul li:last-child {
    padding-bottom: 5px;
    color: #56575b;
}

.contact-page.inner-page-contact-section .et_pb_map {
    width: 300px;
    height: 170px!important;
}

.contact-page.inner-page-contact-section.map-section h2 {
    padding-top: 5px;
    padding-bottom: 20px;
    letter-spacing: 7px;
}

.contact-page .map-heading {
    margin-bottom: 0!important;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 22px;
	padding-bottom: 15px;
    color: #f66536;
}

.contact-page .hidden-text.map-heading {
    visibility: hidden;
}

.contact-page.inner-page-contact-section .et_pb_column_1_2, .contact-page.inner-page-contact-section .et_pb_row .et_pb_column_1_2 {
    width: 39.25%;
}

.contact-page.inner-page-contact-section.map-section .et_pb_column {
    margin-right: 16.5%;
}

.contact-page.inner-page-contact-section input[type=text] {
    height: 37px;
    font-size: 20px;
    border: 1px solid #e2ddd3!important;
    /* padding: 12px 10px 0!important;
    font-weight: 100;*/
}

.contact-page.inner-page-contact-section textarea,
.contact-page.inner-page-contact-section .jcf-select {
    border: 1px solid #e2ddd3!important;
}

.contact-page.inner-page-contact-section select {
    padding: 6px 6px 0!important;
    border: 1px solid #e2ddd3!important;
    font-weight: 100;
}

.contact-page.inner-page-contact-section textarea {
    font-size: 20px!important;
}

.contact-page select {
    color: #56575b;
    font-family: 'Proxima Nova',sans-serif;
}

.contact-page .map-city {
    padding-bottom: 0;
    margin-bottom: 0;
    color: #2a2d31;
    font-size: 22px;
    letter-spacing: 4px;
}

.contact-page .map-street {
    margin-top: 0;
    font-size: 18px;
    color: #6d6f72;
}

.contact-page .map-section .et_pb_column {
    margin-bottom: 24px;
}

/*-------------------------------
-- Contact Page input fields placeholder
---------------------------------*/

.contact-page ::-webkit-input-placeholder { /* Chrome */
  color: #56575b;
  transition: opacity 250ms ease-in-out;
}
.contact-page :focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.contact-page :-ms-input-placeholder { /* IE 10+ */
  color: #56575b;
  transition: opacity 250ms ease-in-out;
}
.contact-page :focus:-ms-input-placeholder {
  opacity: 0.5;
}
.contact-page ::-moz-placeholder { /* Firefox 19+ */
  color: #56575b;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.contact-page :focus::-moz-placeholder {
  opacity: 0.5;
}
.contact-page :-moz-placeholder { /* Firefox 4 - 18 */
  color: #56575b;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.contact-page :focus:-moz-placeholder {
  opacity: 0.5;
}

@media (max-width: 768px) {
    .et_pb_main_blurb_image {
        margin: auto;
    }

.contact-page.inner-page-contact-section .et_pb_column_1_2,
.contact-page.inner-page-contact-section .et_pb_row .et_pb_column_1_2 {
    width: 39.25%!important;
    margin-right: 16.5%;
}

.project-popup-content-row  .project-popup-content-tbl-cell {
    text-align: center;
}

}

@media (max-width: 767px) {
    .et_pb_main_blurb_image {
        margin: auto;
    }
    .contact-page.inner-page-contact-section .et_pb_column_1_2,
    .contact-page.inner-page-contact-section .et_pb_row .et_pb_column_1_2 {
        width: 100%!important;
}
    .contact-page.inner-page-contact-section .et_pb_map_container {
        display: inline-block;
    }
    .contact-page.inner-page-contact-section .et_pb_map {
        width: 260px;
    }
    .contact-page.inner-page-contact-section.map-section .et_pb_column{
        text-align: center;
    }
    .contact-page.inner-page-contact-section.map-section .et_pb_text p {
        text-align: center!important;
    }
}
/*-------------------------------
-- Say Hello section --
---------------------------------*/
.inner-page-contact-us-2 {
    font-size: 28px;
    line-height: 1.607em;
    font-weight: 300;
}

.inner-page-contact-us-2 strong{
    font-weight: 600;
}

.inner-page-contact-us-2 h2 {
    font-size: 32px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.047em;
}

.inner-page-contact-us-2 .et_pb_module .et_pb_button {
    background: transparent;
    border-color: #fff;
    min-width: 250px;
}





/*=============================
* - Other Pages
==============================*/

/*-------------------------------
-- Portfolio Page --
---------------------------------*/

.portfolio-page .portfolio-section {

    background-image: url('../../uploads/2017/01/contact-us-bg-x2.png');
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    padding: 120px 0 145px;
}

.portfolio-page .header-logo {
    float: left;
    width: 50%;
    padding: 0 15px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-page .header-logo img {
    width: 400px;
}

.portfolio-page .header-content {
    float: left;
    width: 50% !important;
    text-align: left;
    padding: 0 15px;
    max-width: none !important;
    margin: 0 !important;
}

.portfolio-page .header-content h2 {
    color: #2a2d31!important;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 3px;
}

.portfolio-page .header-content p {
    color: #2a2d31;
    font-size: 38px;
    line-height: 59px;
    font-weight: 100
}

.portfolio-page .container:before {
    display: none;
}

.portfolio-page .container #content-area {
    text-align: center;
}

.portfolio-page .container #content-area h2 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 8px;
    padding-top: 43px;

}

.side_navs .sidenav  h2,
.portfolio-page .container #content-area .sidenav  h2 {
    text-align: right;
    padding-bottom: 56px;
}

.portfolio-page .container #content-area p {
    font-size: 38px;
    font-weight: 100;
    line-height: 59px;
    padding-top: 40px;
}

.portfolio-page .filter.custom-checkbox {
    border: 3px solid #dbd9d6!important;
    padding-left: 2px!important;
}

.portfolio-page .filter-text:hover {
    cursor: pointer;
}

.portfolio-page .portfolio-filter-holder {
    padding: 60px 0 78px!important;
}

.portfolio-page .view-all-btn {
    color: #2a2d31;
    font-size: 24px;
}

.portfolio-page .container {
    padding-bottom: 110px;
}

.portfolio-page .portfolio-item-wrap h3 {
    padding:28px 0;
    border-bottom: 1px solid #b7b7b7;

}

@media (max-width: 768px) {

    .portfolio-page .header-logo {
        float: none;
        width: 100%;
    }

    .portfolio-page .header-content {
        float: none;
        width: 100% !important;
        padding-top: 50px;
        margin: 0 !important;
    }
}

@media (max-width: 320px) {
    .et_pb_blurb_content,
    .et_pb_main_blurb_image {
        text-align: center !important;
    }
    .et_pb_main_blurb_image {
        margin: auto;
    }

    .portfolio-page .header-content h2 {
        font-size: 20px;
    }

    .portfolio-page .header-content p {
        font-size: 22px;
        line-height: 40px;
    }

    .portfolio-page .container #content-area h2 {
        font-size: 32px;
    }

    .portfolio-page .container #content-area p {
        font-size: 22px;
        line-height: 40px;
        padding-top: 5px;
    }

    .portfolio-page .portfolio-filter-holder {
        text-align: left!important;
    }

    .portfolio-page .portfolio-filter-holder {
        padding: 80px 0 30px!important;
    }

    .portfolio-page .portfolio-item-wrap {
        position: static;
        width: 100%;
        float: none;
    }

}

/*-------------------------------
-- Career Page --
---------------------------------*/
.other-page-fullwidth-banner .et_pb_fullwidth_header,
.other-page-fullwidth-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    min-height: 0 !important;
    height: auto !important;
}

.other-page-fullwidth-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    padding-top: 240px;
    padding-bottom: 90px;
}

.other-page-fullwidth-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    font-weight: 300;
}

.careers-fullwidth-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    margin-top: 80px;
}

@media (max-width: 991px){
    .et_pb_main_blurb_image {
        margin: auto;
    }
    .et_pb_blurb_content,
    .et_pb_main_blurb_image {
        text-align: center !important;
    }
    .careers-fullwidth-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        margin-top: 95px;
    }
}

.view-all-openings h2 {
    font-size: 32px;
    line-height: 46.24px;
    font-weight: 300;
    margin-bottom: 75px;
}

.view-all-openings .et_pb_module .et_pb_button {
    max-width: 302px;
}

.country-list ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.country-list ul > li {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    padding: 0 15px;
    position: relative;
}

.country-list ul > li:first-child {
    padding-left: 0;
}

.country-list ul > li:before {
    content: '';
    display: block;
    width: 1px;
    background: #ffffff;
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 17px;
}

.country-list ul > li:last-child:before {
    display: none;
}

.benefits-and-perks {
    font-size: 24px;
    font-weight: 300;
}

.benefits-and-perks p {
    padding-bottom: 45px;
}

.benefits-and-perks h2 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.benefits-and-perks .et_pb_blurb_content {
    font-size: 24px;
    font-weight: 300;
}

.benefits-and-perks .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 25px;
}

.benefits-and-perks .et_pb_blurb_content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.benefits-and-perks .et_pb_blurb_content .et_pb_blurb_container {
    line-height: 32px;
}

.our-culture {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
}

.our-culture h2 {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-bottom: 70px;
}

.our-culture h4 {
    font-size: 32px;
    line-height: 40.24px;
    font-weight: 600;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .et_pb_main_blurb_image {
        margin: auto;
    }
    .our-culture .et_pb_text {
        float: none !important;
        max-width: none !important;
    }
}
.other-page-cta {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
}

.other-page-cta h2 {
    font-size: 35px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 35px;
}

.other-page-cta .et_pb_promo_description {
    padding-bottom: 40px;
}

.other-page-cta .et_pb_module .et_pb_button {
    background: transparent;
    border: solid 2px #ffffff;
    padding: 0.50em !important;
    max-width: 250px;
}

.mfp-career-modal #coop-program-modal {
    height: auto;
    background: transparent;
    max-width: 1242px !important;
    margin: auto;
}

.mfp-career-modal #coop-program-modal h2 {
    font-size: 45px;
    line-height: 51px;
    font-weight: 300;
    letter-spacing: 0;
}

.mfp-career-modal #coop-program-modal .testimonial {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.mfp-career-modal #coop-program-modal .testimonial h3 {
    font-size: 35.9px;
    line-height: 67.32px;
    color: #636363;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mfp-career-modal #coop-program-modal .testimonial span {
    color: #f66536;
}

.mfp-career-modal #coop-program-modal .modal-content,
.mfp-career-modal #coop-program-modal .modal-content h5 {
    font-size: 20px;
    line-height: 24px;
}

.mfp-career-modal #coop-program-modal .modal-content h5 {
    color: #000000;
    font-weight: 600;
    padding-bottom: 5px;
}

.mfp-career-modal #coop-program-modal .modal-content p {
    padding-bottom: 30px;
}

.mfp-career-modal #coop-program-modal .modal-content h3 {
    font-size: 36px;
    line-height: 40.74px;
    color: #000000;
}

.mfp-career-modal #coop-program-modal .modal-content a {
    color: #f66536;
    border-bottom: solid 1px #f66536;
}

.mfp-career-modal #coop-program-modal .mfp-close {
    background: rgba(255,255,255,0.8) !important;
    width: 75px;
    height: 75px;
    color: transparent;
    top: 25px;
    opacity: 1;
}

.mfp-career-modal #coop-program-modal .mfp-close:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url(images/modal-close.png);
    margin: auto;
    margin-top: 20px;
}

.mfp-bg.mfp-career-modal.mfp-ready {
    background: #000000 !important;
}

.first-culture-row:before {
    content: '';
    display: block;
    width: 88px;
    height: 231px;
    background: url(images/our-culture-diamonds.png);
    position: absolute;
    bottom: 0;
    left: 0;
}

.first-culture-row:after {
    content: '';
    display: block;
    width: 179px;
    height: 158px;
    background: url(images/top-our-culture-diamonds.png);
    position: absolute;
    top: 0;
    left: 0;
}

.second-our-culture:after {
    content: '';
    display: block;
    width: 90px;
    height: 312px;
    background: url(images/middle-our-culture-diamonds.png);
    position: absolute;
    top: 0;
    right: 0;
}

.second-our-culture:before {
    content: '';
    display: block;
    width: 178px;
    height: 158px;
    background: url(images/middle-bottom-our-culture-diamonds.png);
    position: absolute;
    bottom: 0;
    right: 0;
}

.third-culture-row:after {
    content: '';
    display: block;
    width: 179px;
    height: 286px;
    background: url(images/bottom-our-culture-diamonds.png);
    position: absolute;
    top: 0;
    right: 0;
}


.third-culture-row:before {
    content: '';
    display: block;
    width: 270px;
    height: 475px;
    background: url(images/bottom-left-our-culture-diamonds.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.display-none-br br {
   display: none;
}

.display-none-br br.desktop-visible {
    display: block;
}

.display-none-br p {
    line-height: 66px;
}

.google-map-url-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 0 !important;
    z-index: 999999999;
}

@media (max-width: 991px) {
    .first-culture-row:before,
    .first-culture-row:after,
    .second-our-culture:before,
    .second-our-culture:after,
    .third-culture-row:before,
    .third-culture-row:after {
        display: none;
    }

    .benefits-and-perks .et_pb_column_1_3 {
        width: 33.33333% !important;
        padding: 0 10px;
    }

    .mfp-career-modal #coop-program-modal .et_pb_column {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .benefits-and-perks .et_pb_column_1_3 {
        width: 100% !important;
    }

    .mfp-career-modal #coop-program-modal h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .mfp-career-modal #coop-program-modal .mfp-close {
        width: 50px;
        height: 50px;
    }

    .mfp-career-modal #coop-program-modal .mfp-close:before {
        width: 25px;
        height: 25px;
        background-size: 100%;
        margin-top: 13px;
    }
    .display-none-br br {
        display: block;
    }

    .display-none-br p {
        line-height: 23.8px;
    }
    /* Triange background edits 7-14-2017*/
    .our-story-section:after {
        background-size: 80px!important;
        width: 54px!important;
        display: none !important;
    }

    .our-story-section:before {
        bottom: -23px!important;
        background-size: 71px!important;
        width: 71px!important;
        display: none !important;
    }
    .learn-about-venture-section:before {
        background-size: 80px!important;
        width: 53px!important;
        display: none !important;
    }
    .learn-about-venture-section:after {
        height: 51px!important;
        width: 79px!important;
        left: -2px!important;
        background-size: 80px!important;
        display: none !important;
    }

    .portfolio-page .portfolio-section {
        padding: 120px 0 145px;
    }

}

@media (max-width: 320px) {
    .view-all-openings h2 {
        font-size: 24px;
        line-height: 36.24px;
    }

    .country-list ul > li {
        font-size: 20px;
    }

    .benefits-and-perks h2 {
        font-size: 34px;
    }

    .our-culture h2 {
        font-size: 43px;
    }

    .other-page-cta h2 {
        font-size: 25px;
        line-height: 38px;
    }
}

/*=============================
* - Form
==============================*/
.gform_body {
    /* padding: 0 10px 0 5px; */
    max-width: 755px;
    padding: 0;
    margin: auto;
}

.gform_wrapper {
    padding-bottom: 38px;
}
.gform_fields {
    padding: 0 !important;
    list-style: none outside none !important;
    /* margin: 0 -10px; */
    margin: 0 -30px;
}
.gform_wrapper .half-col {
    width: 50%;
    float: left;
}

.gform_wrapper .clear {
    clear: both;
}

.gform_fields:before,
.gform_fields:after,
.ginput_complex:before,
.ginput_complex:after,
.gform_footer:before,
.gform_footer:after{
    content: " ";
    display:table;
}

.gform_fields:after,
.ginput_complex:after,
.gform_footer:after{
    clear:both;
}

.gform_fields li.gfield {
    /* padding: 0 10px 0; */
    padding: 0 30px 0;
    position: relative;
}

.gform_fields li.gfield .ginput_container{
    padding:0 0 23px;
}

.gform_fields li.gfield .ginput_container.ginput_complex{
    padding:0;
}

.label-none .gfield_label,
.complex-label-none .ginput_container label{
    display:none !important;
}

.ginput_complex {
    margin: 0 -10px;
}
input[type=search],
input[type=url],
input[type=number],
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea, select {
    padding: 5px 10px 0;
    border: 2px solid transparent !important;
    background-color: #fff;
    width: 100%;
    display: block;
    resize: vertical;
    font-size: 20px;
    line-height: 1em;
    color: #56575b;
}

input.text:focus {
    color: #56575b;
}

textarea {
    height: 120px;
    padding-top: 15px !important;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

.gfield_checkbox,
.gfield_radio {
    padding: 0 0 3px !important;
    list-style: none outside none !important;
    line-height: normal !important;
}

.gfield_checkbox li,
.gfield_radio li {
    padding-bottom: 8px;
}

.gform_footer {
    text-align: left;
    display: block;
    /* max-width: 100%;
    padding: 0 5px 0; */
    max-width: 755px;
    margin: auto;
    padding: 0;
    padding-top: 20px;
}

.gform_ajax_spinner{
    display:none;
}

.gform_button {
    display: inline-block;
    background: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.75px;
    font-size: 23px;
    line-height: 1.7em;
    padding: 0.53em 1em;
    max-width: 250px;
    font-weight: 600;
    text-transform: none;
    font-family: 'Proxima Nova',sans-serif;
    min-height: 69px;
    max-height: 69px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gform_button:hover {
    opacity: .75;
}

.validation_error {
    color: #A90202;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
}

.clear{
    clear: both;
}

.gform_fields li.gfield.col-6{
    float: left;
    width: 50%;
}

.ginput_complex .name_first,
.ginput_complex .name_last,
.ginput_complex .name_middle,
.ginput_complex .name_suffix,
.ginput_left,
.ginput_right{
    float: left;
    width: 50%;
    padding:0 10px 16px;
    display: block;
}

.ginput_full,
.ginput_complex .name_prefix {
    clear:both;
    display: block;
    padding:0 10px 16px;
}

.gfield_checkbox label,
.gfield_radio label {
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
}

.entry-content .gfield_error input[type=text],
.entry-content .gfield_error  input[type=password],
.entry-content .gfield_error  input[type=tel],
.entry-content .gfield_error  input[type=email],
.entry-content .gfield_error  input.text,
.entry-content .gfield_error  input.title,
.entry-content .gfield_error  textarea,
.entry-content .gfield_error  select{
    border: 2px solid #990000 !important;
}



.gfield_label {
    display: block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gf_no_captcha_recaptcha .gfield_label {
   display: none;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px;
}

.gfield_error .instruction.validation_message {
    display: none;
}

/*=============================
* - Jquery Plugin css
==============================*/
/*-------------------------
-- Slick Slider --
--------------------------*/
/* 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;
}
.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;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('images/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%3F') format('embedded-opentype'),
    url('fonts/slick.woff') format('woff'),
    url('fonts/slick.ttf') format('truetype'),
    url('fonts/slick.svg') 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: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_pb_bg_layout_dark .slick-prev:before,
.et_pb_bg_layout_dark .slick-next:before{
  color: #fff;
}

.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: 80px;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 0 15px 0 !important;
}

.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;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 15px;
    line-height: 23px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.et_pb_bg_layout_dark .slick-dots li button:before{
    color: #fff;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*=============================
* - Shortcodes
==============================*/

/*-------------------------
-- Team Slider --
--------------------------*/
.team-slider-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

/*.home .team-slider-wrap:after {
    content: " ";
    display: block;
    position: absolute;
    width: 154px;
    height: 163px;
    top: 0;
    right: 0;
    z-index: 2;
    background-position: 4px -118px;
    background-repeat: no-repeat;
    background-size: 205px 280px;
    background-image: url(images/financial-section/team-triangle-right-top2x.png);
}*/

/*.home .team-slider-wrap:before {
    width: 154px;
    height: 65px;
    top: 0;
    left: 0;
    background-position: -181px -1070px;
    z-index: 2;
}*/

.team-slider-section{
    margin-bottom: -1px;
}


.team-slider{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}


.team-slider .masonry-heading{
    background: #f44747;
}

.team-slider .masonry-item.masonry-heading {
    text-align: center;
    padding: 95px 0px 99px;
    background-image: url(images/slider-heading2x.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-blend-mode: multiply;
    background-size: cover;
}

.team-slider .masonry-item.masonry-heading h3 {
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 0 30px 30px;
    letter-spacing: 0.033em;
    position: relative;
    z-index: 2;
    max-width: none;
    margin: auto;
    line-height: 57px;
}

.team-slider .masonry-item.masonry-heading .et_pb_button {
    color: #ffffff;
    border: solid 2px #ffffff;
    background: transparent;
}

.team-slider .masonry-item.masonry-heading h3:last-child {
    padding-bottom: 0px;
}

.team-slider .masonry-item.masonry-heading h4 {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.043em;
    padding-bottom: 10px;
    line-height: 1.286em;
    position: relative;
    z-index: 2;
}

.team-slider .masonry-item.masonry-heading .arrow-slick-fake{
    max-width: 145px;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
    position: relative;
    z-index: 2;
}

.team-slider .masonry-item.masonry-heading .arrow-slick-fake a{
    width: 30px;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 81px 35px;
    background-image: url(images/slick-arrows2x.png);
    display: inline-block;
    margin: 0 9px;
}

.team-slider .masonry-item.masonry-heading .arrow-slick-fake a.arrow-next-fake{
    background-position: -50px 0;
}

.team-slider .masonry-item,
.team-slider .masonry-item.team-thumb-tall{
    width: 25%;
}

.team-slider .masonry-item.masonry-heading,
.team-slider .masonry-item.team-thumb-large,
.team-slider .masonry-item.team-thumb-medium{
    width: 50%;
}

.team-slider .masonry-item img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.team-slider .slick-prev,
.team-slider .slick-next{
    display: none !important;
}

/*-------------------------
-- Team Popup --
--------------------------*/
.mfp-bg {
    background: #fff !important;
    opacity: 0.5 !important;
    filter: alpha(opacity=5) !important;
}

.popup-holder{
    height: 0;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

.person-container-wrap{
    max-width: 1345px;
    margin: 0 auto;
    padding: 5px 0;
}

.person-row{
    margin: 0 -5px;
}

.person-row .person-item-wrap{
    padding: 5px;
    float: left;
    width: 25%;
}

.person-row .person-item-wrap:nth-child(4n+1){
    clear: both;
}

.person-row .person-item {
    max-width: 325px;
    margin: 0 auto;
}

.person-row .person-item .team-popup-trigger{
    display: block;
    position: relative;
    background: #e2e5ea;
}

.person-row .person-item .person-item-image{
    position: relative;
    z-index: 1;
}

.person-row .person-item .person-item-image img{
    display: block;
    margin: 0 auto;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.person-row .person-item .person-item-image .person-main-img{
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.person-row .person-item .team-popup-trigger:hover .person-item-image .person-main-img{
    opacity: 0;
    visibility: hidden;
}

.person-row .person-item .person-item-image .person-item-img-2 {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.person-row .person-item .person-item-image .person-item-img-tbl{
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
}

.person-row .person-item .person-item-image .person-item-img-tbl-cell{
    display: table-cell;
    vertical-align: middle;
}

.person-row .person-item .person-meta{
    position: absolute;
    bottom: 35px;
    padding: 5px 10px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    z-index: 2;
}

.person-row .person-item .team-popup-trigger:hover .person-meta,
.person-row .person-item .team-popup-trigger:hover .person-item-image .person-item-img-2{
    opacity: 1;
    visibility: visible;
}

.person-row .person-item .person-meta h4 {
    font-size: 24px;
    line-height: 1.2em;
    padding-bottom: 0;
}

.person-row .person-item .person-meta h5 {
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 0;
    max-width: 250px;
}

/* Popup */
.mfp-person-popup .mfp-close,
.mfp-person-popup .mfp-arrow{
    display: none;
}

.mfp-person-popup .mfp-container{
    padding: 0;
}

.admin-bar .person-popup-content{
    /* padding: 115px 0 0; */
    padding: 0;
}

.person-popup-content-wrap {
    max-width: 1245px;
    margin: 0 auto 70px;
}

.person-popup-content-row {
    max-width: 1276px;
    text-align: left;
    display: block;
    background: #fff;
    margin-right: 0;
    float: right;
    clear: right;
    position: relative;
    width: 100%;
}

.person-popup-content-row.diff-bg{
    background: #00a8ee;
}

.person-popup-content-row .person-popup-content-tbl{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.person-popup-content-row .person-popup-content-tbl-cell {
    display: table-cell;
    padding: 60px 55px;
    color: #636363;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
}

.person-popup-content-row .person-popup-content-tbl-cell.person-image-cell{
    vertical-align: top;
    width: 320px;
    padding: 65px 0 65px 60px;
}

.person-popup-content-row.diff-bg .person-popup-content-tbl-cell{
    padding-bottom: 0;
    color: #fff;
}

.person-popup-content-row.diff-bg .person-popup-content-tbl-cell img {
    display: block;
    vertical-align: top;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.person-popup-content-row .person-popup-content-tbl-cell h4 {
    color: inherit;
    font-size: 35px;
    font-weight: 400;
    padding-bottom: 10px;
}

.person-popup-content-row .person-popup-content-tbl-cell h5{
    color: inherit;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 35px;
}

.person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc{
    max-width: 685px;
}

.person-thumbnail-row .person-thumbnail-col{
    width: 33.33%;
    height: 415px;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    border-right:1px solid #ccc;
}

.person-thumbnail-row .person-thumbnail-col:last-child{
    border-right:0;
}

ul.contact-details.menu{
    padding: 40px 0;
}

ul.contact-details.menu li {
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #2f2f2f;
    padding-right: 30px;
}
ul.contact-details.menu li:after{
    right: 13px;
    content: "|";
    position:absolute;
    top:0;
    display: block;
}

ul.contact-details.menu li a{
    color: inherit;
}

ul.contact-details.menu li:last-child:after{
    display: none;
}

.arrow-popup-fake{
    max-width: 150px;
    text-align: left;
    padding: 90px 0 0;
}

.arrow-popup-fake a{
    width: 100px;
    height: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 81px 35px;
    background-image: url(images/dark-arrow-heads2x.png);
    background-position: 69px 0;
    display: inline-block;
    margin-right: 15px;
    text-align: left;
    color: #313131;
    font-weight: 400;
    font-size: 24px;
}

.arrow-popup-fake a.arrow-next-fake{
    background-position: -50px 0;
    margin-right:0;
    margin-left:18px;
    text-align: right;
}

a.arrow-next-fake:before {
    content: 'Next';
    display: none;
}

a.arrow-prev-fake:after {
    content: 'Prev';
    display: none;
}

.mfp-first .arrow-popup-fake .arrow-prev-fake {
    display: none;
}

.mfp-first .arrow-popup-fake .arrow-next-fake{
    margin-left:0;
}

.mfp-last .arrow-popup-fake .arrow-next-fake {
    display: none;
}

.person-popup-content-row .person-fake-close-btn{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 12px;
    right: 35px;
}

.span-close-icn{
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
}

.span-close-icn:before,
.span-close-icn:after,
.mfp-event-popup .mfp-close:before,
.mfp-event-popup .mfp-close:after {
    width: 120%;
    left: -5px;
    content: '';
    position: absolute;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #878787;
}

.person-popup-content-row .span-close-icn:before,
.person-popup-content-row .span-close-icn:after{
    background: #fff;
}

.span-close-icn::before,
.mfp-event-popup .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.span-close-icn::after,
.mfp-event-popup .mfp-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*-----------------------------
-- Featured Portfolio Shortcode --
------------------------------*/
.project-container-wrap {
    padding: 100px 0 80px !important;
}
.project-row {
    margin: 0 -20px;
}

.project-row .project-item-wrap {
    width: 33.33%;
    float: left;
    padding: 20px 40px;
}

.project-row .project-item-wrap:nth-child(3n+1){
    clear: both;
}

.project-row .project-item-wrap .project-popup-trigger {
    display: block;
    height: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project-row .project-item-wrap .project-popup-trigger:hover {
    opacity: .75;
}

.project-row .project-item-wrap .project-item-image{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.project-row .project-item-wrap .project-item-image .project-item-image-cell{
    vertical-align: middle;
    display: table-cell;
}
.project-row .project-item-wrap .project-item-image img{
    display: block;
    margin: 0 auto;
    vertical-align: top;
    height: auto;
    width: auto;

}
/* Project popup */
.project-popup-content .mfp-close{
    display: none;
}

.project-popup-content{
    padding: 100px 0;
}

.project-popup-content-wrap {
    max-width: 1300px;
    margin: 0 auto;
    background: #ebebeb;
    padding: 120px 85px 170px;
    position: relative;
}

.project-popup-content-wrap .project-fake-close-btn{
    /*width: 35px;
    height: 35px;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;*/
    width: 35px;
    height: 35px;
    position: absolute;
    top: 45px;
    right: 45px;
}

.project-popup-content-row{
    color: #575757;
    font-size: 24px;
    line-height: 1.5em;
}

.project-popup-content-row  .project-popup-content-tbl{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.project-popup-content-row  .project-popup-content-tbl-cell .thumbnail-content {
    width: 300px;
    height: 300px;
    background: #ffffff;
    margin: auto;
    border-radius: 50%;
    position: relative;
}


.project-popup-content-row  .project-popup-content-tbl-cell .thumbnail-content img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.project-popup-content-row  .project-popup-content-tbl-cell{
    vertical-align: middle;
    display: table-cell;
    width: 66%;
    padding-left: 85px;
}

.project-popup-content-row  .project-popup-content-tbl-cell.project-image-cell {
    width: 45%;
    padding-left: 0;
}

.project-popup-content-row .project-popup-content-tbl-cell.project-image-cell img {
    max-width: 300px;
    margin: 0 auto;
    vertical-align: top;
    display: block;
    width: auto;
    padding:20px;
}

.project-popup-content-row h4 {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.047em;
    color: #0d0d0d;
    letter-spacing: 4px;
}

.project-popup-content-row .project-popup-desc {
    padding: 25px 0 0;
}

.project-popup-content-row address {
    font-style: normal;
    padding: 45px 0 0;
}

.testimonial-section .big-testimonial blockquote p:after,
.inner-page-testimonial .inner-page-testimonial-row blockquote p:after {
    content: '”';
    /*line-height: 2.4;*/
    display: inline-block;
    vertical-align: bottom;
}

.inner-page-testimonial .inner-page-testimonial-row blockquote p:before {
    content: '“';
    display: block !important;
    position: absolute;
    left: -13px;
}

/*=============================
* - Footer
==============================*/
#main-footer {
    background-color: #fff;
}

.footer-widget {
    color: #2a2a2a;
}

#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 35px;
}

.footer-widget .et_pb_widget.inline-menu,
.footer-widget .et_pb_widget.footer-menu-social-icons{
    float: none;
    margin-bottom: 5px !important;
}

.footer-widget .inline-menu li {
    display: inline-block;
    font-size: 14px;
}

.footer-widget .thin-menu-item li,
#footer-widgets .footer-widget .thin-menu-item li {
    font-weight: 300;
    padding-left: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widget .thin-menu-item li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: -19px;
}

.footer-widget .thin-menu-item li:last-child:after{
    display: none;
}

.footer-widget .bold-menu-item li {
    font-weight: 700;
    font-size: 15px;
}

.footer-widget .margin-bottom-15 li {
    margin-bottom:15px;
}

#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li a:hover{
    color: #2a2a2a;
    text-decoration: none;
}

#footer-widgets .footer-widget li:before{
    display: none;
}

.footer-widget .black-border-btn a {
    border: 2px solid;
    max-width: 250px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    min-height: 69px;
    max-height: 69px;
    line-height: 1.7em !important;
    padding: 0.53em 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-widget .black-border-btn a:hover {
    opacity: .75;
}

.footer-widget .menu li.black-border-btn {
    margin-bottom: 45px;
    display: block;
    padding-left: 0 !important;
}

#footer-widgets {
    padding: 95px 0 21px;
}

.footer-widget .contact-us-text img {
    margin-bottom: 40px;
}

.contact-us-text .fa {
    margin-right: 10px;
}

.contact-us-text p {
    padding-bottom: 5px;
}

#main-footer {
    background-color: #fff;
    background: url(images/footer-bg2x.jpg);
    background-size: cover;
    z-index: 1;
    position: relative;
}

#footer-bottom {
    background-color: rgba(0, 0, 0, 0);
}

.et-social-icons {
    float: left;
}

#footer-bottom {
    display: none;
}

.et-social-icon a {
    color: #000;
    font-size: 18px;
}

#footer-widgets .footer-widget .footer-menu-social-icons li {
    display: inline-block;
    padding: 0 15px 0 0;
}

#footer-widgets .footer-widget .footer-menu-social-icons li .fa {
    font-size: 28px;
}

.footer-widget.sidebar-4 {
    width: 100% !important;
    margin: 0 !important;
}

.et_pb_scroll_top.et-pb-icon {
    padding: 0;
    width: 70px;
    height: 36px;
    background: transparent;
    overflow: hidden;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    position: absolute !important;
    bottom: 36px !important;
}

.et_pb_scroll_top.et-pb-icon:before {
    content: " ";
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 3px solid #2a2a2a;
    position: absolute;
    height: 50px;
    bottom: 0;
    top: 0;
    left: 17px;
    margin: auto 0;
}

.et_pb_scroll_top.et-pb-icon:after {
    content: " ";
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 3px solid #2a2a2a;
    position: absolute;
    height: 49px;
    bottom: 0;
    top: 0;
    right: 16px;
    margin: auto 0;
}

/*footer .et_parallax_bg.et_pb_parallax_css {
    background-image: url(images/footer-bg2x.jpg);
}*/
/*=============================
 * - Edits 2/16/17
 ==============================*/

/* Hamburger Menu V.2 */
.mobile_menu_bar:before {
    display: none;
}
.desktop-toggle a {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 7px auto 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}
.desktop-toggle a span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2a2d31;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.desktop-toggle a span:first-child {
    top: 0;
}
.desktop-toggle a span:nth-child(2),
.desktop-toggle a span:nth-child(3){
    top: 9px;
}
.desktop-toggle a span:last-child {
    top: 18px;
}
.desktop-toggle.open-menu-link-item a span:first-child{
     top: 18px;
     width: 0;
     left: 50%;
 }
.desktop-toggle.open-menu-link-item a span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.desktop-toggle.open-menu-link-item a span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.desktop-toggle.open-menu-link-item a span:last-child{
    top: 18px;
    width: 0%;
    left: 50%;
}
.desktop-toggle .hidden-menu-active:after{
    display:none;
}
.header-hidden-toggle-menu .menu > li.menu-item-has-children ul.sub-menu {
    display: none;
}
.header-hidden-toggle-menu .menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 40px !important;
}
.header-hidden-toggle-menu .menu > li.menu-item-has-children > a:hover {
    color: #8f98a6;
}
.header-hidden-toggle-menu .menu > li.menu-item-has-children > a:after {
    content: 'L';
    position: absolute;
    top: 0;
    right: 0;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
.header-hidden-toggle-menu .menu > li.menu-item-has-children.open-sub-menu > a:after {
    content: 'K';
}
.header-hidden-toggle-menu .menu > li.menu-item-has-children {
    padding-bottom: 20px;
}
.desktop-toggle.open-menu-link-item a.hidden-menu-active span {
    background: #d3531a;
}
@media (max-width: 767px) {
.et_fixed_nav #main-header{
    position: fixed;
    }
}
/* Stats - Number Counter */
.money-figures-row span.percent-value {
    font-size: 95px;
    font-weight: 700;
    letter-spacing: -0.5px;
    white-space: nowrap;
}
.money-figures-row h3 {
    max-width: 277px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 1.3em;
}
.money-figures-row .max-width-title h3 {
    max-width: 200px;
}
.money-figures-row .append-B span.percent-value:after,
.money-figures-row .append-one span.percent-value:after {
    content: 'B';
}
.money-figures-row .append-B span.percent-value:before,
.money-figures-row .append-M span.percent-value:before{
    content: '$';
}
.money-figures-row .append-plus span.percent-value:after {
    content: '+';
}
.money-figures-row .append-M span.percent-value:after {
    content: 'M';
}
.money-figures-row .append-one span.percent-value:before{
    content: '$1.';
}

.project-popup-trigger .et_portfolio_image .et_overlay {
    opacity: 0 !important;
}

.project-popup-trigger img {
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project-popup-trigger:hover img {
    opacity: 0.75;
}

/*=============================
 * - Edits 6/29/17
 ==============================*/

/*=============================
 * Work with us page
 ==============================*/

.heading-all-caps {
    text-transform: uppercase;
}

.reliable-agile-section {
    padding: 166px 0 99px;
}

.reliable-agile-section.et_pb_fullwidth_header .header-content-container .header-content h1 {
    /* padding-bottom: 30px; */
    padding-bottom: 0;
    letter-spacing: 5px;
}

.reliable-agile-section p {
    line-height: 41px;
}

.reliable-agile-section.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    margin-top: 20px;
    min-width: 225px;
    padding: 0.65em 1em !important;
}

.our-story-section h1 {
    letter-spacing: 5px;
}

.our-story-section h2 {
    font-size: 32px;
    line-height: 1.2em;
}

.our-story-content {
    padding: 10px 60px 0;
    line-height: 1.2em;
}

@media (max-width: 767px) {
   .our-story-content {
        padding: 10px 0 0;
   }
}

.learn-about-venture-section h2 {
    font-size: 45px;
    letter-spacing: 5px;
    margin-bottom: 40px;
}

.learn-about-venture-section .content-heading h5 {
    font-size: 22px;
}

.learn-about-venture-section .content-heading p {
    padding-bottom: 67px;
    line-height: 26px;
}

.learn-about-venture-section .et_pb_main_blurb_image {
    text-align: left;
    min-height: 123px;
}

.learn-about-venture-section .et_pb_blurb_content p:last-of-type {
    line-height: 28px;
    font-size: 20px;
}

.learn-about-venture-section .blurb-content-module h4 {
    font-weight: bold;
    padding-bottom: 15px;
}

.learn-about-venture-section .et_pb_column.et_pb_column_1_4.et_pb_column_2 {
    width: 23.9%;
    margin-right: 6%;
}

.learn-about-venture-section .et_pb_column.et_pb_column_1_4.et_pb_column_3 {
    width: 18%;
    margin-right: 6%;
}

.learn-about-venture-section .et_pb_column.et_pb_column_1_4.et_pb_column_4 {
    width: 19.7%;
    margin-right: 6%;
}

.learn-about-venture-section .et_pb_column.et_pb_column_1_4.et_pb_column_5 {
    width: 20.2%;
    margin-right: 6%;
}

.learn-about-venture-section .et_pb_main_blurb_image {
    margin-bottom: 28px;
}

.learn-about-venture-section .bottom-content h5 {
    font-weight: bold;
    font-size: 22px;
}

@media (max-width: 980px){
    .learn-about-venture-section .et_pb_column.et_pb_column_1_4 {
        width: 43.25% !important;
        margin-right: 5%;
    }
}

@media (max-width: 1540px) {
    .third-culture-row:before {
        bottom: -50px;
    }
}

@media (max-width: 1255px) and (min-width: 1160px) {
    .second-our-culture:before {
        right: -25px;
    }
}

.why-successful-section {
    padding: 0;
}

.why-successful-section h2 {
    font-size: 45px;
    letter-spacing: 5px;
}

.why-successful-section .choose-hercules-content p {
    padding-bottom: 27px;
}

.why-successful-section .choose-hercules-content p:last-child {
    padding-bottom: 0;
}

.why-successful-section .industry-leader-content p {
    padding-bottom: 27px;
}

.why-successful-section .industry-leader-content p:last-child {
    padding-bottom: 0;
}

@media (max-width: 980px){
    .why-successful-section .et_pb_row {
        padding: 0!important;
    }
}

@media (max-width: 320px){
    .work-with-us .header-content p {
        font-size: 24px!important;
        line-height: 30px;
    }

    .our-story-section .et_pb_row {
        padding: 0!important;
    }

    .our-story-section h1 {
        font-size: 32px!important;
    }

    .our-story-section h2 {
        font-size: 24px;
    }

    .our-story-content {
        padding: 10px 0 0;
    }

    .learn-about-venture-section .et_pb_row {
        padding:0!important;
    }

    .learn-about-venture-section h2 {
        font-size: 32px!important;
    }

    .why-successful-section .et_pb_column_7 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .why-successful-section .et_pb_column_7 h2 {
        font-size: 32px!important;
    }

    .why-successful-section .et_pb_column_10 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .why-successful-section .et_pb_column_10 h2 {
        font-size: 32px!important;
    }

    .why-successful-section h2 {
        font-size: 32px!important;
    }

    .industries-we-serve-section .et_pb_row {
        padding:0!important;
    }

    .industries-we-serve-section h2 {
        font-size: 32px!important;
    }

    .financing-solutions-section .et_pb_row {
        padding: 30px!important;
    }

    .financing-solutions-section h2 {
        font-size: 32px!important;
    }

    .financial-partners .et_pb_row {
        padding:30px!important;
    }

    .financial-partners h2 {
        font-size: 32px!important;
    }

    .icons-content {
        width: 80% !important;
    }
    .three-column-list ul li {
        width: 100% !important;
    }
}

.industries-we-serve-section h2 {
    font-size: 45px;
    letter-spacing: 6px;
}

.industries-we-serve-section .icons-content .et_pb_blurb h4 {
    line-height: 25px;
    font-weight: 600;
    margin-top: 7px;
}

.financing-solutions-section h2 {
    font-size: 45px;
    letter-spacing: 6px;
}

.financing-solutions-section .financing-row-content h5 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 22px;
}

.financing-solutions-section .financing-row-content ul {
    padding-right: 60px;
}

@media (max-width: 767px) {
    .financing-solutions-section .financing-row-content ul {
        padding-right: 0;
    }
}

.financing-solutions-section .financing-row-content li {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 16px;
}

.financial-partners h2 {
    font-size: 45px;
    letter-spacing: 6px;
    line-height: 56px;
}

.et_pb_row.responsive-image-row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.et_pb_row.responsive-image-row .et_pb_column {
    margin: 0 !important;
}

.view-all-btn {
    font-size: 36px;
    font-weight: 600;
    color: #5f6164;
    line-height:.556em;
    clear:both;
}

/*.financing-solutions-section:before {
    content: '';
    display: block;
    width: 268px;
    height: 312px;
    background: url('images/financial-solution-diamonds.png');
    position: absolute;
    top: 0;
    left: 0;
}*/

/*.financing-solutions-section:after {
    content: '';
    display: block;
    width: 92px;
    height: 208px;
    background: url('images/financial-solution-right-diamonds.png');
    position: absolute;
    top: 0;
    right: 0;
}*/
@media (max-width: 767px){
.financing-solutions-section:before {
    height: 325px !important;
    background-size: 100% 100% !important;
    display: none !important;
    }

.financing-solutions-section:after {
    height: 235px !important;
    background-size: 100% 100% !important;
    display: none !important;

}



}


/*.our-story-section:before {
    content: '';
    display: block;
    width: 73px;
    height: 48px;
    background: url(images/our-story-diamonds.png);
    background-size: 73px 48px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

/*.our-story-section:after {
    content: '';
    display: block;
    width: 94px;
    height: 164px;
    background: url(images/our-story-right-diamonds.png);
    position: absolute;
    background-size: 94px 164px;
    bottom: 0;
    right: 0;
}*/

/*.learn-about-venture-section:before {
    content: '';
    display: block;
    width: 73px;
    height: 52px;
    background: url(images/learn-more-left-diamonds.png);
    position: absolute;
    background-size: 73px 52px;
    top: -3.2px;
    left: 0;
}

.learn-about-venture-section:after {
    content: '';
    display: block;
    width: 105px;
    height: 74px;
    background: url('images/learn-more-left-diamonds.png');
    position: absolute;
    top: -3.2px;
    left: 0;
}*/

.learn-about-venture-section .additional-diamonds {
    display: block !important;
}

/*.learn-about-venture-section .additional-diamonds:before {
    content: '';
    display: block !important;
    width: 224px;
    height: 606px;
    background: url(images/additional-diamonds-left.png);
    position: absolute;
    background-size: 224px 606px;
    bottom: 0px;
    left: 0;
    visibility: visible;
}*/

/*.learn-about-venture-section .additional-diamonds:after {
    content: '';
    display: block !important;
    width: 193px;
    height: 184px;
    background: url(images/additional-diamonds.png);
    position: absolute;
    bottom: 0px;
    background-size: 193px 184px;
    right: 0;
    visibility: visible;
}*/

.three-column-list ul{
    list-style:none;
}

.three-column-list ul li{
    width: 33.33%;
    text-align: left;
    font-size: 20px;
    line-height: 1.200em;
    float: left;
    padding-bottom: 30px;
    transition: ease-in;
    padding-left: 15px;
    padding-right: 15px;
}

.three-column-list ul li:nth-child(3n+1){
    clear:both;
}

.view-all-partners{
    clear:both;
}

.loader {
    border: 15px solid #ccc; /* Light grey */
    border-top: 16px solid #f66536; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin:0 auto;
    display:none;
    margin-bottom:20px;
}

.person-item-wrap .priority{
    opacity:0;
    visibility:hidden;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*=============================
 * edits 6-30-2017
 ==============================*/
.post-type-archive-person #main-content .container {
    padding-top: 0;
    padding-bottom: 100px;
}
.post-type-archive-person #main-content #container-area {
    padding-bottom: 50px;
}
.post-type-archive-person .person-container-wrap {
    padding: 5px 0 50px;
}
.post-type-archive-person .container:before {
    display: none;
}

.post-type-archive-person #main-content {
    background: url(images/meet-the-team-bg.jpg);
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}

.post-type-archive-person .et_pb_fullwidth_header {
    position: relative;
    padding: 85px;
}
.post-type-archive-person .et_pb_fullwidth_header:before {
    position: absolute;
    content:" ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../../uploads/2017/07/meet-the-team-header-bg.jpg');
    background-size: cover;
    background-position: center center;
}

.meet-the-team-section h1 {
    font-family: 'Proxima Nova',sans-serif;
    letter-spacing: 5px;
    line-height: 1.25em;
    font-size: 45px;

}

.meet-the-team-page .person-meta h4, .meet-the-team-page .person-meta h5 {
    color:#fff!important;
}

.meet-the-team-page .filter-holder,
.side_navs .portfolio-filter-holder,
.portfolio-page .portfolio-filter-holder {
    text-align: center;
    padding: 80px 0 45px;
}
.meet-the-team-page .filter-div,
.side_navs .portfolio-filter-div,
.portfolio-page .portfolio-filter-div {
    display: inline-block;
    margin-left: 25px;
}
.meet-the-team-page .filter.custom-checkbox,
.side_navs .filter.custom-checkbox,
.portfolio-page .filter.custom-checkbox {
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
    float: left;
    border: 3px solid #2a2d31;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: transparent;
    font-size: 20px;
    line-height: 11px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-top: 0px;
}
.meet-the-team-page .is-checked .filter.custom-checkbox,
.side_navs .is-checked .filter.custom-checkbox,
.portfolio-page .is-checked .filter.custom-checkbox {
    border-color: #f66536 !important;
    background-color: #f66536;
    color: white;
}
.meet-the-team-page .filter-text,
.side_navs .filter-text,
.portfolio-page .filter-text {
    display: inline-block;
    margin-top: -1px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    float: left;
    color: #2a2d31;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
.mfp-event-popup .mfp-content{
    padding: 50px 0;
}
.mfp-event-popup .event-item-wrap-popup{
    background: #ebebeb;
    padding: 50px;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.mfp-event-popup .event-item-wrap {
    padding: 50px;
    max-width: 760px;
    margin: 0 auto;
}
.mfp-event-popup .event-item-wrap .event-item {
    padding: 50px 0;
    font-size: 24px;
    line-height: 36px;
    color: #575757;
    font-weight: 400;
}

.mfp-event-popup .mfp-close:before,
.mfp-event-popup .mfp-close:after {
    background: #898989;
}

.mfp-event-popup .mfp-close {
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto 30px;
    color: transparent !important;
    width: 35px;
    height: 45px;
    font-size: 60px;
}

.mfp-event-popup.mfp-wrap .mfp-close:active {
	top: 10px;
    right: 15px;
}
.mfp-event-popup .event-item h4 {
    color: #0d0d0d;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 34px;
    padding-bottom: 35px;
}
.mfp-event-popup .event-item p.date-time,
.mfp-event-popup .event-item p.location,
.mfp-event-popup .event-item p.team-attending{
    font-weight: 700;
}
.mfp-event-popup .event-item p span{
    display: block;
    font-weight: 400;
}
.mfp-event-popup .event-item p.team-attending {
    padding-bottom: 45px;
}
@media (max-width: 1199px) {
    .mfp-event-popup .mfp-content{
        max-width: 767px;
    }
    .mfp-event-popup .event-item-wrap-popup{
        padding: 25px 25px 50px;
    }
    .mfp-event-popup .event-item-wrap{
        padding: 25px 0 50px;
    }
    .mfp-event-popup .event-item-wrap .event-item{
        padding: 25px 25px 50px;
    }

}
@media (max-width: 767px) {
    .mfp-event-popup .event-item-wrap {
        padding: 0;
    }
    .mfp-event-popup .mfp-content{
        max-width: 90%;
    }
}
@media (max-width: 480px) {
    .mfp-event-popup .event-item h4{
        font-size: 25px;
    }
    .mfp-event-popup .event-item-wrap .event-item{
        font-size: 18px;
    }
}

/*=============================
 * - edits 7-1-2017
 ==============================*/

.span-close-icn {
    height: 35px!important;
}

.person-thumbnail-row.clearfix {
    padding-top: 62px;
}

.person-popup-content-row .person-popup-content-tbl-cell .portfolio-company h5 {
    font-size: 16px!important;
    padding-top: 45px;
    font-weight: 600 !important;
    padding-bottom: 0px!important;
}

.portfolio-company ul.company {
    line-height: 24px;
}

.person-popup-content-row .person-popup-content-tbl-cell h5 {
    font-size: 18px;
}

.arrow-popup-fake {
    max-width: 320px;
    position: relative;
    right: 86px;
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #f5f5f5;
    margin-top: 170px;
    text-align: center;
}

.arrow-popup-fake a.arrow-next-fake {
    margin-left: 0;
}

a.arrow-prev-fake:before {
    content: 'Prev';
    margin-right: 0px;
    position: relative;
    right: 65px;
    color: #2f2f2f;
    font-weight: 400;
    display: none;
}

a.arrow-next-fake:after {
    content: 'Next';
    position: relative;
    left: 48px;
    color: #2f2f2f;
    font-weight: 400;
    display: none;
}

.mfp-person-popup .arrow-popup-fake {
    z-index: 9999999999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 100%;
    margin: 0 auto;
    position: fixed;
}

ul.contact-details.menu li:after {
    display: none;
}

ul.contact-details.menu b {
    color: #545454;
}

ul.contact-details.menu li {
    font-size: 18px;
}

ul.contact-details.menu {
    padding: 0;
    line-height: 21px;
}

.portfolio-company {
    font-size: 16px;
}

@media (max-width: 768px) {
    .arrow-popup-fake {
        right: 0!important;
        padding-top: 18px!important;
        padding-bottom: 18px!important;
    }

    .arrow-popup-fake span {
        padding-top: 5px;
        display: inline-block;
    }
}

/*=============================
 * - Community
 ==============================*/
.et_pb_row.additional-diamonds {
    width: 100% !important;
    max-width: 100% !important;
}

.other-page-fullwidth-banner-with-content .et_pb_fullwidth_header {
    padding-bottom: 60px;
    padding-top: 262px;
}

@media (max-width: 991px) {
    .other-page-fullwidth-banner-with-content .et_pb_fullwidth_header {
        padding-top: 155px;
    }
}

@media (max-width: 380px) {
    .learn-about-venture-section .additional-diamonds:before {
        width: 100%!important;
    }
}

.other-page-fullwidth-banner-with-content .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 915px;
    font-size: 22px;
    line-height: auto;
}

.other-page-fullwidth-banner-with-content .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content h1 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 5px;
    padding-bottom: 40px !important;
}

.number-counter:before {
    content: '';
    display: none;
    width: 178px;
    height: 233px;
    background: url(images/number-counter-diamonds.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.number-counter:after {
    content: '';
    display: block;
    width: 151px;
    height: 134px;
    background: url(images/bottom-counter-diamonds.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.number-counter .et_pb_row.additional-diamonds:before {
    content: '';
    display: block;
    width: 99px;
    height: 93px;
    background: url(images/top-counter-diamonds.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

@media (max-width: 767px) {
    .number-counter:before,
    .number-counter:after,
    .number-counter .et_pb_row.additional-diamonds:before {
        display: none;
    }
}

.number-counter .percent-value {
    font-weight: 700;
    font-size: 90px;
}

@media (max-width: 767px) {
    .number-counter .percent-value {
        font-size: 55px;
    }
}

.number-counter .et_pb_number_counter h3 {
    font-size: 23px;
    padding-top: 15px;
}

.number-counter .append-dollar-sign .percent-value:before {
    content: '$';
}

.organization-partners {
    padding-bottom: 100px !important;
}

.organization-partners .et_pb_row.additional-diamonds:before {
    content: '';
    display: block;
    width: 152px;
    height: 147px;
    background: url(images/top-organization-diamonds.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.organization-partners:before {
    content: '';
    display: block;
    width: 178px;
    height: 133px;
    background: url(images/organization-diamonds.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.organization-partners:after {
    content: '';
    display: none;
    width: 182px;
    height: 320px;
    background: url(images/bottom-organization-diamonds.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

@media (max-width: 767px) {
    .organization-partners:before,
    .organization-partners:after,
    .organization-partners .et_pb_row.additional-diamonds:before {
        display: none;
    }
}

.organization-partners h2 {
    font-size: 45px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media (max-width: 767px) {
    .organization-partners h2 {
        font-size: 24px;
    }
}

.organization-partners .et_pb_image {
    display: table;
}

.organization-partners .et_pb_image .et_pb_image_cell {
    display: table-cell;
    vertical-align: middle;
}

.hercules-team .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}

.image-grid-masonry .masonry-item.masonry-title {
    background: url(images/masonry-title-bg.jpg);
    width: 50%;
    text-align: center;
    padding-top: 0;
    padding: 0;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-grid-masonry .masonry-item {
    width: 50%;
}

.image-grid-masonry .masonry-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.image-grid-masonry .masonry-item h2 {
    font-size: 45px;
    line-height: 52px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 0;
}

/* select */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    margin: 0;
    min-width: 150px;
    height: auto;
    width: 100%;
    padding: 5px 40px 5px 5px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #56575b;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:before {
    content: '';
    display: block;
    width: 19px;
    height: 14px;
    background: url('images/dropdown-arrow.png') no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...';
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height:4px;
    width:8px;
    margin:-7px 5px 0 -3px;
    border:3px solid #777;
    border-width:0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* file */
.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: visible;
    background: transparent;
    min-width: 0;
    padding-right: 15px;
    cursor: pointer;
}

.jcf-file:hover .jcf-upload-button {
    opacity: 0.75;


}

.jcf-file .jcf-real-element {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow:ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    width: auto;
    position: absolute;
    left: 100%;
}

.inner-page-contact-section .jcf-file .jcf-fake-input {
    color: #ffffff;
}

.jcf-file .jcf-upload-button {
    display: block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
}

.jcf-upload-button {
    float: left;
    font-size: 16px;
    background: #56575b;
    color: #ffffff;
    line-height: 30px;
    width: 100%;
    min-width: 118px;
    text-align: center;
    border: solid 1px #707070;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.image-grid-masonry {
    max-width: 1400px;
    margin: auto;
}

.mfp-person-popup .mfp-content {
    position: absolute;
    top: 0;
    left: 0;
}

.mfp-person-popup .person-popup-content:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    bottom: -99999999999999999999px;
    top: 0;
    background: #ffffff;
    max-width: 1245px;
    margin: auto;
    z-index: -1;
}

.person-question-content {
    padding-top: 35px;
}


.person-question-content .question-item h5 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: normal;
    color: #000000;
    font-weight: 700;
}
.person-question-content .question-item {
    font-size: 20px;
    line-height: normal;
    color: #636363;
    padding-bottom: 25px;
}

.person-question-content .question-item:last-child {
    padding-bottom: 0;
}

.financial-partners .et_parallax_bg {
    background-size: 100%;
}

.mobile-image {
    display: none !important;
}

.mfp-person-popup .mfp-container {
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
}

.say-hello-right-column .et_pb_text > p {
    padding-bottom: 0;
}

.our-culture-row img,
.reward-last-row img {
    opacity: 0 !important;
}

.upload-business-plan {
    padding-bottom: 10px;
}

.upload-business-plan label {
    font-size: 18px;
    line-height: 22px;
    color: #56575b;
    padding-bottom: 5px;
    padding-top: 0;
}

.inner-page-contact-section label {
    color: #ffffff;
}

.scroll-down-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 999999;
}

@media (max-width: 991px) {
    .image-grid-masonry .masonry-item.masonry-title {
        padding: 39px 20px;
    }

    .image-grid-masonry .masonry-item h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .our-culture-row img,
    .reward-last-row img{
        opacity: 1 !important;
    }

    .homepage-blurbs {
        padding-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .image-grid-masonry .masonry-item {
        width: 100% !important;
    }
}


/*=============================
 * - Media
 ==============================*/

@media (min-width: 2560px){
    #main-header .container.et_menu_container,
    .header-hidden-toggle-menu .container{
        max-width: 2398px;
        padding-left: 15px;
        padding-right: 15px;
    }


    /*-------------------------
    -- Homepage --
    --------------------------*/
    .financial-highlights-section .graphics-holder-row,
    .financial-highlights-section .graphics-bottom-row,
    .team-slider-wrap,
    .testimonial-section .graphics-testimonial-row.et_pb_row,
    .feature-portfolio-section .graphics-featured-portfolio-row,
    .feature-portfolio-section .featured-portfolio-row,
    .case-study-section .graphics-case-study-row,
    .case-study-section .graphics-bottom-case-study-row{
        max-width: 2560px !important;
    }

    .financial-highlights-section .graphics-bottom-column-fullwidth:after,
    .team-slider-wrap:after{
        display: none;
    }

    .feature-portfolio-section .et_pb_filterable_portfolio_grid_custom{
        max-width: 1400px !important;
    }


     /*-------------------------
    -- Life Science Page --
    --------------------------*/
    .inner-page-fullwidth-header .et_pb_fullwidth_header,
    .downloads-section .downloads-fullwidth-graphics-row.et_pb_equal_columns,
    .inner-page-team-section .et_pb_row {
        max-width: 2560px !important;
    }


}

@media (min-width: 1400px){

    /*-------------------------
      -- Homepage --
    --------------------------*/
    .financial-highlights-section .graphics-holder-row,
    .financial-highlights-section .graphics-bottom-row,
    .team-slider-wrap,
    .testimonial-section .graphics-testimonial-row.et_pb_row,
    .feature-portfolio-section .graphics-featured-portfolio-row,
    .feature-portfolio-section .featured-portfolio-row,
    .case-study-section .graphics-case-study-row,
    .case-study-section .graphics-bottom-case-study-row{
        max-width: none;
    }

    .testimonial-section .big-testimonial-row{
        max-width: 1400px;
    }

    .feature-portfolio-section .et_pb_filterable_portfolio_grid_custom{
        max-width: 1183px;
    }

     /*-------------------------
    -- Life Science Page --
    --------------------------*/
    .inner-page-fullwidth-header .et_pb_fullwidth_header,
    .downloads-section .downloads-fullwidth-graphics-row.et_pb_equal_columns,
    .inner-page-team-section .et_pb_row {
        max-width: none;
    }

}

@media (min-width: 981px){

    .hidden-main-menu-mobile-wrap,
    .mobile-toggle-popup,
    .header-btn{
        display: none;
    }

    .et_header_style_left #et-top-navigation nav > ul > li > a,
    .et_header_style_split #et-top-navigation nav > ul > li > a {
        padding-bottom: 20px !important;
    }

    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding-top: 25px !important;
    }

    .home.et_header_style_left #et-top-navigation,
    .home.et_header_style_split #et-top-navigation {
        padding-top: 30px !important;
        padding-bottom: 10px !important;
    }

    .home.et_header_style_left .et-fixed-header #et-top-navigation,
    .home.et_header_style_split .et-fixed-header #et-top-navigation {
        padding-top: 25px !important;
        padding-bottom: 0 !important;
    }


    .et_pb_row.et_pb_row_fullwidth.force-full-width {
        width: auto !important;
        max-width: none !important;
    }

    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item {
        width: 29.92%;
        margin: 0 5.11% 3.58% 0;
    }

    .et_pb_filterable_portfolio_grid_custom .et_pb_portfolio_item.et_pb_grid_item.last_in_row,
    .et_pb_gallery_grid .et_pb_gallery_item.et_pb_grid_item.last_in_row,
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:last-child,
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item:last-child {
        margin-right: 0 !important;
    }

    .et_pb_filterable_portfolio_grid_custom .et_pb_portfolio_item,
    .et_pb_filterable_portfolio_grid_custom {
        display: block !important;
    }

    .et_pb_gutters3 .footer-widget {
        margin: 0 5.5% 0 0;
    }

    .et_pb_gutters3 .footer-widget.sidebar-2 {
        width: 21.875% !important;
    }

    .et_pb_gutters3 .footer-widget.sidebar-3 {
        width: 72.625% !important;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake{
        display: none;
    }

    .et_pb_tabs .arrow-slick-fake{
        display: none;
    }
}

@media (max-width: 2559px){

    #main-header .container.et_menu_container,
    .header-hidden-toggle-menu .container{
        max-width: 1239px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*=============================
    * - Modules
    ==============================*/
    /*-------------------------
    -- Fullwidth Slider --
    --------------------------*/
    .et_pb_slide_description {
        padding: 25.2em 1.5em 18.58em;
    }

    /*=============================
    * -  Rows / Sections
    ==============================*/
    /*-------------------------
     -- Financial Section
    --------------------------*/
    .big-heading h2 {
        margin-top: 5px;
    }

    .money-figures-row h2 {
        padding-bottom: 0;
    }

    /*-------------------------
       -- Testimonial Section  --
    --------------------------*/

    .testimonial-section .big-testimonial {
        padding: 100px 35px 0.6em 5.5em;
    }

    /*-------------------------
    -- Featured Portfolio  --
    --------------------------*/
    .featured-portfolio-row h2 {
        margin-top: 10px;
    }


    /*=============================
    * - Inner page section
    ==============================*/
    .downloads-section .downloads-fullwidth-graphics-row .et_pb_column:first-child {
        padding: 70px 70px 45px;
    }

    .downloads-section .downloads-fullwidth-graphics-row .et_pb_column {
        padding: 90px 70px 90px;
    }

    /*=============================
     * - Footer
    ==============================*/

}

@media (max-width: 1399px){

    .person-container-wrap,
    .person-popup-content-wrap,
    .project-popup-content-wrap,
    .image-grid-masonry{
        max-width: 1176px;
    }

    .image-grid-masonry .masonry-item.masonry-title {
        padding: 0;
        max-height: 0;
        min-height: 294px;
    }

    .team-slider .masonry-item.masonry-heading {
        padding: 102px 20px 93px;
    }

    .inner-page-contact-us-2 h2 {
        margin-top: 0px;
    }
}

@media(max-width: 1339px) {
    .home .entry-content:before {
        top: 877px;
    }

    .financing-section h3 {
        font-size: 38px !important;
    }

    .financing-section .et_pb_row {
        padding-left: 38px;
        padding-right: 38px;
    }
}

@media (max-width: 1433px) {
    /*
     * Filterable Portfolio
     */
    .portfolio-page .container #content-area .filter-industry-heading,
    .portfolio-page .container #content-area .filter-sector-heading,
    #content-area .portfolio-filter-summary span {
        font-size: 18px!important;
    }

    .portfolio-page .container #content-area .filter-industry-heading,
    .portfolio-page .container #content-area .filter-sector-heading {
        line-height: normal;
        padding: 15px 15px 15px 0 !important;
    }

    .portfolio-filter-summary {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 1680px) {
    .header-hidden-toggle-menu .menu > li {
        font-size: 35px;
    }
}

@media (max-width: 1280px){

    h2{
        font-size: 34px;
    }

    .person-container-wrap,
    .person-popup-content-wrap,
    .project-popup-content-wrap,
    .container.et_menu_container,
    .image-grid-masonry{
        max-width: 980px;
    }

    .image-grid-masonry .masonry-item.masonry-title {
        padding: 0;
        max-height: 0;
        min-height: 245px;
    }

    /*=============================
     * - Header
    ==============================*/
    #top-menu li {
        font-size: 14px;
    }


    /*=============================
    * -Rows / Sections
    ==============================*/
    /*-------------------------
   -- Financial Section  --
   --------------------------*/
    .big-heading h2 {
        font-size: 34px;
    }

    .money-figures-row h2 {
        font-size: 65px;
    }

    .graphics-holder-row .big-heading {
        max-width: 767px;
    }

    .money-figures-row .et_pb_text {
        font-size: 19px;
    }

    /*-------------------------
    -- Testimonial Section  --
    --------------------------*/
    .testimonial-section .big-testimonial {
        padding: 3.9em 1.1em 0.6em 3.5em;
        font-size: 23px;
    }

    .testimonial-section .big-testimonial blockquote {
        font-size: 45px;
    }


    /*=============================
    * -Inner page Sections
    ==============================*/
    .downloads-section h2,
    .inner-page-team-section .team-full-width-column h2,
    .inner-page-contact-section h2{
        font-size: 41px;
    }

    /*-------------------------
    -- News Section --
    --------------------------*/
    .news-section .news-feed{
        font-size: 23px;
    }

    .news-feed .tickercontainer:before{
        line-height: 2.8em;
    }

    /*-------------------------
    -- Inner page Fullwidth header --
    --------------------------*/
    .et_pb_fullwidth_header .header-content-container .header-content h1 {
        font-size: 56px;
    }

    .header-content-container .header-content .et_pb_fullwidth_header_subhead {
        font-size: 28px;
    }

    /*-------------------------
    -- Inner page Testimonial --
    --------------------------*/
    .inner-page-testimonial{
        font-size: 23px;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_column {
        padding: 1.5em 0px 1.5em 40px;
    }

    .inner-page-testimonial .inner-page-testimonial-row blockquote {
        font-size: 27px;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text p {
        padding-bottom: 20px;
    }

    /*-------------------------
    -- Downloads --
    --------------------------*/
    .downloads-section{
        font-size: 20px;
    }

    .downloads-section ul{
        font-size: 24px;
    }

    /*-------------------------
      -- Contact Section --
      --------------------------*/
    .inner-page-contact-section h3 {
        font-size: 35px;
    }

    .inner-page-contact-section {
        font-size: 14px;
    }

    /*-------------------------
      -- Say Hello section --
    --------------------------*/
    .inner-page-contact-us-2 h2 {
        font-size: 26px;
    }

    .inner-page-contact-us-2 {
        font-size: 22px !important;
    }

    .inner-page-contact-us-2 .et_pb_module .et_pb_button:hover:after{
        margin-top: -6px;
    }

    /* .inner-page-contact-us-2 .et_pb_module .et_pb_button {
        margin-top: 15px;
        line-height: 1em !important;
    } */

    /*=============================
    * - Shortcodes
    ==============================*/
    /*-------------------------
    -- Team Popup --
    --------------------------*/
    .person-row .person-item .person-meta h4 {
        font-size: 20px;
    }

    .person-row .person-item .person-meta h5 {
        font-size: 12px;
    }

    .person-popup-content-row .person-popup-content-tbl-cell {
        font-size: 24px;
        padding: 40px 55px;
    }

    .person-popup-content-row .person-popup-content-tbl-cell h4 {
        font-size: 31px;
    }

    .person-popup-content-row .person-popup-content-tbl-cell h5{
        font-size: 20px;
    }

    ul.contact-details.menu li{
        font-size: 18px;
    }

    .arrow-popup-fake {
        left: 0px;
        margin: 170px auto;
    }

    .person-popup-content-row .person-popup-content-tbl-cell.person-image-cell {
        width: 240px;
    }


    /*-------------------------
    -- team slider --
    --------------------------*/
    .team-slider .masonry-item.masonry-heading {
        padding: 69px 20px 69px;
    }

    .team-slider .masonry-item.masonry-heading h3 {
        font-size: 28px;
        letter-spacing: 0.054em;
    }

    .team-slider .masonry-item.masonry-heading h4 {
        font-size: 16px;
        letter-spacing: 0.094em;
    }

    /*-------------------------
     -- Featured Portfolio Shortcode --
     --------------------------*/
    .project-popup-content-row h4 {
        font-size: 32px;
    }

    .project-popup-content-row{
        font-size: 20px;
    }

    .portfolio-page .header-logo {
        padding-right: 40px;
    }

    .portfolio-page .header-content {
        padding-left: 40px;
    }

	.portfolio-page .container #content-area p,
    .portfolio-page .header-content p {
        font-size: 32px;
        line-height: 53px;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li {
        font-size: 16px;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li a {
        padding: 10px 15px;
    }

    .benefits-and-perks {
        font-size: 20px;
    }

    .display-none-br p {
        line-height: 62px;
    }

    .inner-page-testimonial .inner-page-testimonial-row blockquote {
        font-size: 25px;
    }

    .image-grid-masonry .masonry-item.masonry-title {
        padding: 5.768% 50px;
        min-height: 0;
        display: block;
        max-height: none;
    }

    .image-grid-masonry .masonry-item h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .our-culture-row > div:first-child .et_pb_text,
    .reward-last-row > div:first-child .et_pb_text {
        padding-right: 60px !important;
    }

    .unusual-effort-row-desktop .et_pb_column:last-child {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .footer-widget .thin-menu-item li,
    #footer-widgets .footer-widget .thin-menu-item li {
        padding-left: 13px;
    }

    .footer-widget .thin-menu-item li:first-child,
    #footer-widgets .footer-widget .thin-menu-item li:first-child {
        padding-left: 0;
    }

    .footer-widget .thin-menu-item li:after {
        right: -11px;
    }
}

@media (max-width: 1024px) {
    .home .entry-content:before {
        top: 880px;
    }
}

@media (max-width: 991px) {
    .image-grid-masonry {
        max-width: 700px;
    }

    .image-grid-masonry .masonry-item {
        width: 100% !important;
    }

    .three-column-list ul li {
        width: 50% !important;
    }
}
@media (max-width: 980px) {
    .home .entry-content:before {
        display: none;
    }

    h2 {
        font-size: 28px;
        line-height: 1.210em;
    }

    .testimonial-section .graphics-testimonial-row:before,
    .case-study-section .graphics-case-study-row:before,
    .case-study-section .graphics-case-study-row:after,
    .feature-portfolio-section .featured-portfolio-row:before,
    .feature-portfolio-section .graphics-featured-portfolio-row:before,
    .financial-highlights-section .graphics-holder-row:before,
    .financial-highlights-section .graphics-bottom-row:before,
    .team-slider-wrap:before {
        max-width: 100%;
    }

    .et_pb_row,
    .et_pb_column .et_pb_row_inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mobile-image {
        display: block !important;
    }

    .mobile-enabled img:first-child {
        display: none;
    }

    /*=============================
    * - Header
    ==============================*/
    #main-header {
        padding: 5px 0 5px;
    }

    .et_header_style_left #logo {
        max-width: 113px;
        max-height: none;
        height: auto;
    }

    .et_mobile_menu .desktop-toggle {
        display: none;
    }

    .header-hidden-toggle-menu {
        text-align: right;
        width: 80%;
        margin: 0 auto;
        padding: 50px 0 55px;
    }

    .header-hidden-toggle-menu .container {
        max-width: 265px;
        display: inline-block;
    }

    #et-top-navigation {
        z-index: 4;
        position: relative;
    }

    .header-hidden-toggle-menu .menu {
        padding: 5px 0;
    }

    .header-hidden-toggle-menu .menu > li {
        font-size: 24px;
        line-height: 1.2em;
        padding: 15px 0px;
    }

    .header-hidden-toggle-menu .menu > li.menu-item-has-children {
        padding-bottom: 35px;
    }

    .header-hidden-toggle-menu .menu .sub-menu {
        font-size: 16px;
    }

    .header-hidden-toggle-menu .menu .sub-menu > li {
        padding: 5px 0 20px;
    }

    /*=============================
    * - Rows / Sections
    ==============================*/
    /*-------------------------
    -- Financial Section --
    --------------------------*/
	.portfolio-page .container #content-area p,
    .portfolio-page .header-content p,
    .big-heading h2 {
        font-size: 20px;
        line-height: 1.350em;
    }

    .graphics-holder-row .big-heading {
        max-width: 542px;
        margin-top: 30px;
        margin-bottom: 5px !important;
    }

    .money-figures-row h2 {
        font-size: 72px;
        padding-bottom: 0;
        line-height: 1em;
    }

    .money-figures-row .et_pb_column {
        margin-bottom: 45px;
    }

    .money-figures-row .et_pb_text {
        font-size: 17px;
    }

    .money-figures-row.et_pb_row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .money-figures-row .et_pb_text p {
        max-width: 200px;
    }

    .financial-highlights-section .graphics-holder-row:before {
        background-position: -255px -268px;
        height: 203px;
    }

    .financial-highlights-section .graphics-bottom-row:before {
        /*height: 195px;
        bottom: 32.9em;
        background-position: -257px bottom;
        width: 78px;*/
    }

    /*=============================
    * - Modules
    ==============================*/
    /*-------------------------
    --Fullwidth slider --
    --------------------------*/
    .et_pb_slide_description {
        padding: 11.8em 1.5em 3.2em;
        max-width: 500px;
    }

    .et_pb_slide_description .et_pb_slide_title {
        font-size: 45px;
        line-height: 1.098em;
        font-weight: 400 !important;
        letter-spacing: 0.001em;
    }

    .et_pb_slide_description .et_pb_more_button {
        margin-top: 50px;
    }

    /*-------------------------
     --buttons --
     --------------------------*/
    .big-button.bigtransparent, .et_pb_button,
    .et_pb_more_button.et_pb_button,
    .et_pb_module .et_pb_button {
        min-width: 249px;
    }

    .et_pb_button:hover:after,
    .et_pb_more_button.et_pb_button:hover:after,
    .et_pb_module .et_pb_button:hover:after {
        margin-left: 0;
        opacity: 1;
        margin-top: -2px;
    }

    /*-------------------------
    -- Vertical Nav tab  --
    --------------------------*/
    .vertical-nav-tab ul.et_pb_tabs_controls {
        float: none;
        position: relative;
        padding: 50px 50px 10px !important;
        width: 100%;
    }

    .vertical-nav-tab .et_pb_tabs_controls li {
        text-align: center;
        border: none;
        width: 100%;
        padding: 0;
        display: none;
    }

    .vertical-nav-tab .et_pb_tabs_controls li.et_pb_tab_active {
        display: block;
    }

    .vertical-nav-tab .et_pb_all_tabs {
        float: none;
        width: 100%;
        border-left: none;
        max-width: 290px;
        padding: 85px 0 0;
        margin: 0 auto;
    }

    .case-study-tab .et_pb_all_tabs {
        max-width: 700px;
    }

    .vertical-nav-tab .et_pb_tab {
        padding: 0 0 24px;
        font-size: 25px;
    }

    .vertical-nav-tab .et_pb_tabs_controls li a {
        font-size: 18px;
    }

    .vertical-nav-tab ul.et_pb_tabs_controls:before {
        text-align: center;
        font-size: 28px;
        margin-bottom: 35px !important;
    }

    .vertical-nav-tab .et_pb_tabs_controls .et_pb_tab_active a {
        font-weight: 300;
    }

    .vertical-nav-tab .et_pb_tab .big-button {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 170px;
        font-size: 15px;
        margin-top: 65px !important;
    }

    .vertical-nav-tab .et_pb_tab p {
        line-height: 1.4em !important;
        padding-bottom: 0.9em;
    }

    .et_pb_tabs .arrow-slick-fake {
        display: none;
    }

    .vertical-nav-tab.et_pb_tabs .arrow-slick-fake {
        display: block;
    }

    .vertical-nav-tab .et_pb_all_tabs {
        padding: 40px 0 0 !important;
    }

    .vertical-nav-tab .arrow-slick-fake {
        padding-top: 10px !Important;
    }

    /*-------------------------
    -- Filterable Portfolio  --
    --------------------------*/
    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li {
        font-size: 18px;
    }

    .et_pb_column .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li {
        display: block;
        width: auto !important;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom {
        margin: 0 0 20px 0;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li a {
        display: none;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li a.active {
        display: block;
        font-weight: 300;
    }

    .et_pb_column .et_pb_filterable_portfolio_custom .et_pb_portfolio_items_custom .et_pb_portfolio_item.et_pb_grid_item {
        width: 100% !important;
        float: none !important;
        margin-bottom: 25px !important;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom {
        margin-bottom: 0;
    }

    /*-------------------------
     -- Fullwidth header --
    --------------------------*/
    .et_pb_fullwidth_header .header-content-container .header-content h1 {
        font-size: 45px !important;
    }

    /*=============================
    * - Rows/ section
    ==============================*/
    /*-------------------------
    -- Testimonial section --
    --------------------------*/
    .testimonial-section .big-testimonial-row {
        padding: 0 !important;
    }

    .testimonial-section .big-testimonial-row .et_pb_column {
        margin-bottom: 0;
    }

    .half-image-after:after {
        width: auto;
    }

    .testimonial-section .big-testimonial {
        padding: 2.2em 0 0.8em;
        font-size: 15px;
        max-width: 510px;
        margin: 0 auto !important;
    }

    .testimonial-section .big-testimonial blockquote {
        font-size: 34px;
        line-height: 1.377em;
        margin-bottom: 20px;
    }

    .testimonial-section .big-testimonial blockquote:before {
        left: -15px;
        top: 0 !important;
    }

    .testimonial-section .big-testimonial p {
        padding-bottom: 1em;
    }

    .big-testimonial img {
        margin-top: 30px;
    }

    .testimonial-section .graphics-testimonial-row:before {
        display: none;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_column:last-child {
        display: none;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_column:last-child {
        padding-top: 2.2em !important;
        padding-left: 0 !important;
    }

    .inner-page-testimonial .inner-page-testimonial-row {
        padding-top: 0 !important;
    }

    /*-------------------------
    -- Case Study --
    --------------------------*/
    .case-study-section .graphics-case-study-row:before,
    .case-study-section .graphics-case-study-row:after,
    .case-study-section .graphics-bottom-case-study-row:before {
        display: none;
    }

    /*=============================
     * - Shortcodes
    ==============================*/
    /*-------------------------
    -- Team Popup  --
    --------------------------*/
    .person-container-wrap {
        max-width: 660px;
    }

    .person-popup-content-row.person-popup-content-desc .person-popup-content-tbl,
    .person-popup-content-row.person-popup-content-desc .person-popup-content-tbl-cell.person-image-cell {
        display: block;
        width: 100% !important;
    }

    .person-popup-content-row.diff-bg .person-popup-content-tbl-cell {
        padding: 20px;
    }

    .person-popup-content-row.diff-bg .person-popup-content-tbl-cell.person-image-cell {
        padding: 0;
    }

    .person-row .person-item-wrap {
        width: 50%;
    }

    .person-row .person-item-wrap:nth-child(4n+1) {
        clear: none;
    }

    .person-row .person-item-wrap:nth-child(2n+1) {
        clear: both;
    }

    .person-popup-content {
        padding: 50px 0 0;
    }

    .admin-bar .person-popup-content {
        padding: 0;
    }

    /*-------------------------
     -- Team Slider  --
     --------------------------*/
    .team-slider-section .et_pb_row.et_pb_row_fullwidth {
        width: auto !important;
        padding: 0 !important;
    }

    .team-slider,
    .image-grid-masonry {

    }

    .team-slider .masonry-item.masonry-heading,
    .image-grid-masonry .masonry-item {
        width: 100% !important;
    }

    .team-slider .masonry-item.team-thumb-medium {
        width: 50% !important;
    }

    .team-slider .masonry-item.team-thumb-medium.masonry-heading {
        width: 100% !important;
    }

    .team-slider .masonry-item,
    .team-slider .masonry-item.team-thumb-tall {
        width: 50%;
    }

    .team-slider-wrap:before,
    .team-slider-wrap:after {
        display: none !important;
    }

    .team-slider .masonry-item.masonry-heading {
        padding: 56px 20px 55px;
    }

    .team-slider .masonry-item.masonry-heading h3 {
        width: 100% !important;
        font-size: 20px;
        padding-bottom: 20px;
        line-height: 1.15em;
    }

    .team-slider .masonry-item.masonry-heading .arrow-slick-fake {
        max-width: 90px;
        padding: 5px 0 0;
    }

    .team-slider .masonry-item.masonry-heading .arrow-slick-fake a {
        margin: 0 6px;
    }

    /*-------------------------
    -- Featured Portfolio Shortcode --
    --------------------------*/
    .project-popup-content-row .project-popup-content-tbl-cell,
    .project-popup-content-row .project-popup-content-tbl-cell {
        display: block;
    }

    .project-popup-content-row .project-popup-content-tbl-cell {
        width: 100%;
        padding: 50px 0 0;
    }

    .project-row .project-item-wrap {
        width: 100% !important;
    }

    .project-container-wrap {
        padding: 15px 0 0 !important;
    }

    .project-popup-content-wrap {
        padding: 85px 35px 165px !important;
    }

    .project-popup-content-row .project-popup-content-tbl-cell.project-image-cell img {
        max-width: 250px !important;
    }

    /*=============================
    * -Inner page Sections
    ==============================*/
    .downloads-section h2,
    .inner-page-team-section .team-full-width-column h2,
    .inner-page-contact-section h2 {
        font-size: 30px !important;
        text-align: center;
    }

    .downloads-section h2 {
        float: none;
        padding-right: 0;
    }

    /*-------------------------
    -- Inner page Fullwidth header --
    --------------------------*/
    .inner-page-fullwidth-header .et_pb_fullwidth_header {
        padding: 12.6em 1.5em 3em !important;
    }

    /*-------------------------
   -- Team Section --
   --------------------------*/
    .inner-page-team-section .et_pb_row .team-full-width-column:before,
    .inner-page-team-section .et_pb_row .team-full-width-column:after {
        display: none !important;
    }

    /*-------------------------
     -- Downloads --
    --------------------------*/
    .downloads-section .downloads-column-fullwidth {
        border-left: none;

    }

    .downloads-section .downloads-column-fullwidth .et_pb_text {
        text-align: center;
    }

    .downloads-section .downloads-column-fullwidth:after {
        display: none !important;
    }

    .downloads-section .downloads-fullwidth-graphics-row .et_pb_column {
        padding: 1.5em 0 1em !important;
    }

    /*-------------------------
    -- News Section --
   --------------------------*/
    .news-section.et_pb_section .et_pb_row {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .news-feed .tickercontainer:before {
        width: 130px !important;
    }

    .news-feed .tickercontainer:after {
        left: 150px !important;
    }

    .news-feed .tickercontainer .mask:before {
        width: 180px !important;
    }

    /*-------------------------
     -- Inner page testimonial --
    --------------------------*/
    .inner-page-testimonial .inner-page-testimonial-row blockquote {
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text p {
        text-align: center;
    }

    .inner-page-testimonial .inner-page-testimonial-row blockquote {
        padding-right: 40px;
        font-size: 28px !important;
        line-height: 1.377em !important;
    }

    .inner-page-testimonial .inner-page-testimonial-row:before {
        display: none !important;
    }

    /*-------------------------
     -- Contact Section --
    --------------------------*/
    .inner-page-contact-section h2 {
        padding-bottom: 35px !important;
    }

    /*Contact Us Page*/
    .portfolio-page .header-logo {
        width: 100%;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .portfolio-page .header-content {
        width: 100% !important;
        padding-left: 15px;
        padding-top: 50px;
    }

    .inner-page-testimonial .inner-page-testimonial-row blockquote p:before {
        display: inline-block !important;
        position: static;
    }

    .inner-page-contact-us-2 h2 {
        margin-bottom: 10px;
    }

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .contact-page.inner-page-contact-section .gform_fields li.gfield {
        width: 100% !important;
    }

    .portfolio-item-wrap {
        width: 45% !important;
        margin-right: 5% !important;
        padding: 0;
    }

    .portfolio-item-wrap:nth-child(odd) {
        padding-right: 0;
    }

    .portfolio-item-wrap:nth-child(even) {
        padding-left: 0;
    }

    .portfolio-filter-summary {
        margin-bottom: 40px !important;
    }

    .portfolio-page .portfolio-item-wrap h3 {
        padding: 22px 0;
        font-size: 18px;
    }

    /*-------------------------
     -- Say Hello Section --
    --------------------------*/
    .say-hello-right-column .et_pb_text,
    .say-hello-right-column {
        text-align: center;
    }

    /*=============================
   * - Footer
   ==============================*/
   #footer-widgets .footer-widget{
        width: 100% !important;
        margin: 0 0 15px !important;
   }

    .footer-widget .inline-menu li,
    .footer-widget.sidebar-4 .footer-menu-social-icons{
        display: none;
    }

    .footer-widget .et_pb_widget.inline-menu,
    .footer-widget .et_pb_widget.footer-menu-social-icons {
        text-align: left;
    }

    #footer-widgets .footer-widget li {
        position: relative;
        padding-left: 0 !important;
    }

    .footer-widget .menu li.black-border-btn {
        margin-top: 0;
    }

    .footer-widget .et_pb_widget.footer-menu-social-icons {
        font-size: 24px;
    }

    #footer-widgets {
        padding: 35px 0 60px !important;
    }

    .footer-widget .contact-us-text img {
        margin-bottom: 30px !important;
    }

    #footer-widgets .footer-widget .footer-menu-social-icons li {
        padding-bottom: 10px !important;
    }

    .contact-us-text{
        font-size: 13px;
    }

    /* Stats - Number Counter */
    .money-figures-row span.percent-value {
        font-size: 72px;
        padding-bottom: 0;
        line-height: 1em;
    }
    .money-figures-row h3 {
        max-width: 210px;
        font-size: 17px;
        line-height: 1.5em;
        padding: 0;
    }
    .money-figures-row .max-width-title h3 {
        max-width: 145px;
        line-height: 1.5em;
    }

    /* downloads */
    .downloads-section:before,
    .downloads-section:after {
        display: none;
    }

    /* Header */
    .header-hidden-toggle-menu button.mfp-close,
    .header-hidden-toggle-menu button.mfp-close:active {
        top: -50px;
    }
}


@media (max-width: 767px){
    /*=============================
     * - Modules
     ==============================*/
    /*-------------------------
     -- Vertical Nav Tab --
    --------------------------*/
    .vertical-nav-tab .arrow-slick-fake a,
    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake a {
        margin: 0 5px !important;
    }


    /*-------------------------
    --Fullwidth slider --
    --------------------------*/
    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description .et_pb_slide_title{
        font-size: 45px;
    }

    /*-------------------------
     -- Fullwidth header --
   --------------------------*/
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content,
    .inner-page-testimonial .inner-page-testimonial-row {
        width: 100%;
    }

    /*=============================
      * - Rows / Sections
      ==============================*/
    /*-------------------------
    -- Financial Section --
    --------------------------*/
    .graphics-holder-row .big-heading {
        max-width: 265px;
    }

    .portfolio-item-wrap {
        width: 100% !important;
        padding: 0;
    }

    .three-column-list ul li {
        width: 100% !important;
    }

    .financial-partners .et_parallax_bg {
        background-size: 100%;
        background-position: center;
        background-attachment: fixed !important;
    }

    /*=============================
    * - Form
    ==============================*/
    input[type=search],
    input[type=url],
    input[type=number],
    input[type=text],
    input[type=password],
    input[type=tel],
    input[type=email],
    input.text,
    input.title,
    textarea,
    select {
        padding: 5px 5px 0px !important;
        height: auto;
        line-height: 1.3em !important;
    }

    /*=============================
     * - Inner page Sections
     ==============================*/
    /*-------------------------
      -- Inner page Fullwidth header --
      --------------------------*/
    .inner-page-fullwidth-header .et_pb_fullwidth_header:before,
    .inner-page-fullwidth-header .et_pb_fullwidth_header:after,
    .inner-page-testimonial .inner-page-testimonial-row:before,
    .downloads-section .downloads-fullwidth-graphics-row:before,
    .downloads-section .downloads-column-fullwidth:after {
        display: none;
    }

    .inner-page-fullwidth-header .et_pb_fullwidth_header {
        padding: 8.5em 0 5.5em !important;
    }

    .inner-page-contact-section .et_pb_row,
    .inner-page-contact-section .et_pb_row .gform_fields li.gfield,
    .inner-page-contact-section .et_pb_row .gform_footer,
    .inner-page-testimonial-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-content-container .header-content .et_pb_fullwidth_header_subhead,
    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text p,
    .inner-page-contact-section h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .et_pb_fullwidth_header .header-content-container .header-content h1 {
        padding-bottom: 5px !important;
    }

    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
        margin-top: 22px;
        font-size: 18px;
        min-width: 200px;
        padding: 0.5em 1em;
    }

    /* Global Style */
    .downloads-section h2,
    .inner-page-team-section .team-full-width-column h2,
    .inner-page-contact-section h2 {
        font-size: 32px !important;
        padding-bottom: 25px;
        line-height: 45px;
    }

    /*-------------------------
     -- Team Section --
     --------------------------*/
    .person-row .person-item-wrap {
        width: 100% !important;
    }

    .person-container-wrap.desktop-version {
        display: none;
    }

   .person-container-wrap.mobile-version {
        display: block;
        padding: 0 !important;
    }

    .person-container-wrap.mobile-version .person-row {
        margin: 0 -30px;
        height: auto !important;
    }

    .person-container-wrap.mobile-version .et_pb_toggle {
        background: #00497b;
        border: 0;
        padding: 10px 25px 0px;
        margin-bottom: 1px;
    }

    .person-container-wrap.mobile-version .et_pb_toggle .et_pb_toggle_title {
        font-size: 24px;
        text-align: left;
        padding-right: 30px;
        padding-bottom: 2px;
    }

    .person-container-wrap.mobile-version .et_pb_toggle .et_pb_toggle_title span {
        display: block;
        font-size: 16px;
        font-weight: 300;
    }

    .person-container-wrap.mobile-version .et_pb_toggle .et_pb_toggle_content {
        display: block;
        margin: 0 -25px;
        background: #ffffff;
        padding-top: 0;
    }

    .person-container-wrap.mobile-version .et_pb_toggle .et_pb_toggle_content .person-desc {
        font-size: 14px;
        line-height: 18px;
        color: #636363;
        text-align: left;
        padding: 20px 30px;
    }

    .person-container-wrap.mobile-version .et_pb_toggle .et_pb_toggle_content .person-desc ul {
        padding: 20px 0 5px;
    }

    .person-container-wrap.mobile-version .et_pb_toggle .et_pb_toggle_content .person-desc ul > li a {
        font-size: 16px;
        color: #000000;
    }

     /*-------------------------
     -- Projects  Section --
     --------------------------*/
    .project-container-wrap {
        padding: 10px 0 10px !important;
    }

    .project-row .project-item-wrap {
        padding-bottom: 30px;
    }

    /*-------------------------
     -- Testimonials Section --
     --------------------------*/

    .inner-page-testimonial .inner-page-testimonial-row blockquote {
        padding: 0 30px !important;
        margin-bottom: 10px;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text blockquote p {
        text-align: left;
        font-size: 18px;
        line-height: 26px;
        padding: 0 !important;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text p {
        font-size: 14px;
        text-align: left;
        padding: 0 30px !important;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text > :last-child {
        padding-top: 20px !important;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text > :last-child img {
        max-width: 84px;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_column {
        padding: 1.1em 0 0;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text {
        margin-bottom: 0;
    }

    .inner-page-testimonial .inner-page-testimonial-row .et_pb_text img {
        margin-top: 15px !important;
    }

    /*-------------------------
     -- Download Section --
     --------------------------*/

    .downloads-section h2 img {
        max-width: 45px;
        margin: 0 auto 10px;
    }

    .downloads-section h2 {
        font-size: 25px !important;
        text-align: center;
    }

    .downloads-section .et_pb_text p {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .downloads-section .et_pb_text ul li {
        text-align: left;
        padding-bottom: 10px;
    }

    .downloads-section .et_pb_text ul li a {
        font-size: 16px;
    }

    .downloads-section .downloads-fullwidth-graphics-row .et_pb_column {
        padding: 0em 0 0.2em !important;
    }

    /*-------------------------
     -- Contact Section --
     --------------------------*/
     .inner-page-contact-section h2 {
        font-size: 36px !important;
        padding-bottom: 16px !important;
     }



    /*-------------------------
     -- News Section --
     --------------------------*/
    .news-feed .tickercontainer:before {
        line-height: 4.4em;
        width: 95px !important;
        font-size: 20px !important;
    }

    .news-feed .tickercontainer:after {
        left: 115px !important;
    }

    .news-feed .tickercontainer .mask:before {
        width: 145px !important;
    }

    .et_pb_section.news-section .et_pb_row.et_pb_row_fullwidth {
       max-width: 580px !important;
       width: 100% !important;
       padding-left: 0 !important;
       padding-right: 0 !important;
    }

    /*=============================
    * - Shortcodes
    ==============================*/
    /*-------------------------
    -- Team Popup --
    --------------------------*/
    .person-popup-content-row.diff-bg .person-popup-content-tbl-cell {
        padding: 0 5px 0 0 !important;
    }

    .person-popup-content-row .person-fake-close-btn {
        top: 12px !important;
        right: 0 !important;
    }

    .span-close-icn {
        width: 25px !important;
        height: 25px !important;
    }

    .person-popup-content-row .person-popup-content-tbl-cell.person-image-cell {
        padding-bottom: 0;
    }

    .person-popup-content-row .person-popup-content-tbl-cell h5 {
        font-size: 16px !important;
        padding-bottom: 20px !important;
    }

    .person-popup-content-row .person-popup-content-tbl-cell h4 {
        font-size: 18px !important;
    }

    .person-popup-content-wrap{
        max-width: none;
        width: 90% !important;
    }

    .person-popup-content-row .person-popup-content-tbl-cell {
        font-size: 18px;
    }

    ul.contact-details.menu li {
        font-size: 15px;
    }
    @media (max-width:320px){
        .person-popup-content-row .person-popup-content-tbl-cell{
            padding-right: 0;
            padding-left: 0;
        }
}

    /*  Person Toggle Mobile edits */

    .sustainable-person-container-mobile .person-container-wrap.mobile-version .et_pb_toggle {
        background: #487917;
    }

    .life-science-person-container-mobile .person-container-wrap.mobile-version .et_pb_toggle {
        background: #b06900;
    }


    /*  Maps - Mobile */
    .inner-page-contact-section .et_pb_map_container{
        display: none;
    }

    .inner-page-contact-section .et_pb_text p {
        text-align: left !important;
        font-size: 18px;
        line-height: 28px;
    }

    .inner-page-contact-section .et_pb_row > div:first-child a {
        display: none;
    }

    .inner-page-contact-section .et_pb_row {
        padding-bottom: 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        width: 100% !important;
    }
    .contact-page.inner-page-contact-section.map-section .et_pb_row {
        width: 100% !important;
    }

    .inner-page-contact-section .et_pb_column {
        margin-bottom: 0 !important;
    }

    .gform_wrapper {
        padding-top: 35px;
        padding-bottom: 55px;
    }

    .gform_body {
        padding: 0 10px 0 10px;
    }

    .gform_fields li.gfield .ginput_container {
        padding: 0 0 18px;
    }

    .gform_button {
        font-size: 18px;
    }

    /* News Ticker */
    .news-section {
        display: none;
    }

    .et_pb_scroll_top.et-pb-icon {
        bottom: 160px !important;
    }

    .inner-page-contact-us-2 .et_pb_row {
        padding: 10px 30px 25px;
        width: 100%;
    }

    .inner-page-contact-us-2 .et_pb_text {
        padding: 0 30px;
    }

    .inner-page-contact-us-2 h2 {
        font-size: 32px;
        text-align: left;
        padding-bottom: 20px;
    }

    .inner-page-contact-us-2 p {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
    }

    .inner-page-contact-us-2 a {
        padding: 0.87em 1em;
    }

    /* Testimonial */
    .testimonial-section .big-testimonial {
        max-width: 365px;
    }

    .gform_wrapper .half-col {
        width: 100% !important;
    }

    .gform_fields {
         margin: 0 -10px !important;
    }

    .person-question-content .question-item {
        font-size: 18px !important;
    }

    .person-question-content .question-item h5 {
        font-size: 18px !important;
        padding-bottom: 0 !important;
    }

    .header-hidden-toggle-menu .container {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .mfp-bg.mfp-hidden-menu,
    .mfp-bg.mfp-hidden-menu.mfp-ready {
        width: 80% !important;
    }
}


@media ( max-width: 480px ) {

    /*=============================
     * - Homepage
     ==============================*/
    /*-------------------------
    -- Financial Highlights --
    --------------------------*/
    .financial-highlights-section .graphics-holder-row:before {
        background-position: -178px -194px;
        background-size: 459px 826px;
    }

    .financial-highlights-section .graphics-bottom-row:before {
        height: 140px;
        bottom: 46.9em;
        background-position: -185px bottom;
        background-size: 475px auto;
    }


    /*-------------------------
    -- Featured Portfolio --
    --------------------------*/
    .et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item > a {
        max-width: 220px;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item .et_portfolio_image img {
        max-width: 100% !important;
    }

    .featured-portfolio-row h2 {
        line-height: 1.214em;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li a {
        line-height: 1.500em;
    }

    /*-------------------------
    -- Testimonial --
    --------------------------*/
    .testimonial-section .big-testimonial p {
        line-height: 1.533em;
        font-size: 15px;
    }

    .testimonial-section .big-testimonial blockquote {
        margin-bottom: 15px;
    }

    .testimonial-section .big-testimonial blockquote p {
        font-size: 30px;
        line-height: 1.377em;
        margin-bottom: 15px;
    }

    .big-testimonial img {
        margin-top: 25px;
    }

    .testimonial-section .big-testimonial {
        padding: 2.2em 0 0.5em;
    }

    /*-------------------------
    -- Case Study --
    --------------------------*/
    .vertical-nav-tab ul.et_pb_tabs_controls {
        padding: 50px 0px 10px !important
    }

    .case-study-row {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }

    .vertical-nav-tab .et_pb_tab p {
        line-height: 1.360em !important;
    }

    .vertical-nav-tab ul.et_pb_tabs_controls:before {
        line-height: 0.643em !important;
    }

    /* Edits 02 - 09 */
    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom li a {
        padding: 10px 20px 5px;
    }

    .vertical-nav-tab .arrow-slick-fake a,
    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake a {
        background-size: 56px 25px;
        width: 21px;
        margin: 0 6px !important;
    }

    .vertical-nav-tab .arrow-slick-fake a.arrow-next-fake,
    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom .arrow-slick-fake a.arrow-next-fake {
        background-position: -35px 0;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_filters_custom {
        margin-bottom: 10px;
    }

    .et_pb_column .et_pb_filterable_portfolio_custom .et_pb_portfolio_items_custom .et_pb_portfolio_item.et_pb_grid_item {
        margin-bottom: 10px !important;
    }

    .vertical-nav-tab .et_pb_all_tabs {
        padding: 25px 0 0 !important;
    }

    #footer-widgets {
        padding: 35px 0 60px !important;
    }

    .footer-widget .contact-us-text img {
        margin-bottom: 35px !important;
    }

    #footer-widgets .footer-widget:nth-child(n),
    .footer-widget .fwidget {
        margin-bottom: 0 !important;
    }

    #footer-widgets .footer-widget:nth-child(n),
    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 6.5% !important;
    }

    #footer-widgets .footer-widget .fwidget.footer-menu-social-icons {
        margin-bottom: 5px !important;
    }

    #footer-widgets .footer-widget .fwidget.footer-menu-social-icons li {
        padding: 0 20px 0 0;
    }

    #footer-widgets .footer-widget .fwidget.footer-menu-social-icons li a .fa {
        font-size: 18px;
    }

    .footer-widget .black-border-btn a {
        min-width: 168px;
        padding: 14px 19px;
    }
}



@media (max-width:375px){

    .project-popup-content-row .project-popup-content-tbl-cell.project-image-cell img {
        max-width: 200px !important;
    }
}

@media (max-width:320px){

    /* h2 */
    .downloads-section h2,
    .inner-page-team-section .team-full-width-column h2,
    .inner-page-contact-section h2 {
        font-size: 32px;
    }

    /* Button */
    .big-button.bigtransparent,
    .et_pb_button,
    .et_pb_more_button.et_pb_button,
    .et_pb_module .et_pb_button {
        min-width: 185px !important;
    }

    /*-------------------
    *     INNER PAGE     *
    ---------------------

    /*  Fullwidth Header
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
        min-width: 185px !important;
    }*/

    /* Featured Portfolio
    .inner-page-featured-portfolio h2 {
        font-size: 24px;

    }

    .project-popup-content-row .project-popup-content-tbl-cell.project-image-cell img {
        max-width: 175px !important;
    }*/

    /* Downloads
    .downloads-section .downloads-fullwidth-graphics-row .et_pb_column {
        padding: 1.5em 0 1em !important;
    }

    .downloads-section h2 {
        font-size: 23px !important;
        text-align: center;
    }

    .downloads-section ul {
        font-size: 19px !important;
    }*/

    /* Contact Us
    .inner-page-contact-section h2 {
        font-size:35px !important;
    }*/
    /* News-feed
    .news-feed .tickercontainer:after {
        left: 105px !important;
    }

    .news-feed .tickercontainer:before {
        width: 85px !important;
    }

    .news-feed .tickercontainer:before {
        font-size: 25px;
        line-height: 4em !important;
    }

    .news-feed .tickercontainer .mask:before {
        width: 140px !important;
    }

    .news-section .et_pb_row {
        padding: 0px !important;
    }*/
}

@media(min-width: 981px) {
    .team-slider-wrap .slick-list {
        /* height: 735px !important; */
    }
}

@media(min-width: 1200px) {
    .team-slider-wrap .slick-list {
        /* height: 882px !important; */
    }
}

@media(min-width: 1400px) {
    .team-slider-wrap .slick-list {
        /* height: 1050px !important; */
    }
}

@media(max-width:767px) {
    .learn-about-venture-section .additional-diamonds:before {
        left: -15px!important;
        background-size: 323px!important;
        bottom: -127px!important;
        display: none !important;
    }

    .learn-about-venture-section .additional-diamonds:after {
        background-size: 210px!important;
        left: 114px!important;
        bottom: -64px!important;
        display: none !important;
    }
}



/*--------------------------------
*     Edits October 04 2017   1:00am   *
----------------------------------*/

.page-about .et_pb_fullwidth_header {
    background-position: bottom center;
}

.contact-page.inner-page-contact-section.map-section .et_pb_row {
    max-width: 1176px!important;
    padding-bottom: 87px;
}

.contact-page.inner-page-contact-section.map-section .et_pb_column {
    width: 33.33%;
    margin-right: 0;
}

.contact-page.inner-page-contact-section.map-section .location-heading .et_pb_column {
    width: 100%!important;
    margin:0;
}


/*--------------------------------
*     Edits October 04 2017   9:00pm   *
----------------------------------*/

.financing-section .et_pb_row {
    padding-top: 81px!important;
    padding-bottom: 61px!important;
    width: 100%;
}

.financing-section h3 {
    font-size: 39px;
    font-weight: 300;
    color: #ffffff;
    line-height: 45px;
    padding-bottom: 45px!important;
    text-align: center;
}

.financing-section .et_pb_button {
    background: transparent;
    border-color: #ffffff;
}

.financing-section .et_pb_button:hover {
    border-color: #ffffff;
}

.inner-page-contact-section .upload-business-plan .ginput_container_fileupload {
    z-index: 2;
    position: relative;
}


.contact-page.inner-page-contact-section .gform_wrapper {
    padding-bottom: 50;
}

.country-list .et_pb_row {
    width: 100%;
}


/*--------------------------------
*     Edits October 05 2017   10:10am   *
----------------------------------*/

.textwidget > a,
.textwidget > p > a,
.linkedin-pic > .title {
    font-size: 14px !important;
    color: #000000 !important;
}

.feature-portfolio-section {
    padding-bottom: 110px !important;
}

.footer-widget.sidebar-5.last {
    padding-top: 30px !important;
    margin-bottom: 9px !important;
    clear: both;
    width: 100%;
}

.team-slider {
    max-width: 1400px !important;
    /* height: 1750px !important; */
}

.team-slider > .slick-list {
    max-height: 1750px !important;
}

@media( max-width: 1399px ) {
    .team-slider {
        max-width: 1176px !important;
        /* height: 1470px !important; */
    }

    .team-slider > .slick-list {
        max-height: 1470px !important;
    }

    .team-slider .masonry-item.masonry-heading {
        padding: 69px 0px 69px !important;
    }
}

@media( max-width: 1280px ) {
    .team-slider {
        max-width: 980px !important;
        /* height: 1225px !important; */
    }

    .team-slider > .slick-list {
        max-height: 1225px !important;
    }

    .team-slider .masonry-item.masonry-heading {
        padding: 52px 0px 50px !important;
    }

    .team-slider .masonry-item.masonry-heading h3 {
        line-height: 44px;
        font-size: 34px;
    }
}

@media( max-width: 980px ) {
    .team-slider > .slick-list {
        max-height: none !important;
    }
}

/*--------------------------------
*     Edits October 05-06 2017   10:pm   *
----------------------------------*/

@media (min-width: 981px) {
    .et_pb_gutters3 .footer-widget.sidebar-3 {
        width: 65%!important;
        margin-right: 0 !important;
    }
    .et_pb_gutters3 .footer-widget.sidebar-2 {
        width: 35%!important;
        margin-right: 0 !important;
    }
}

.financial-partners h2 {
    font-size: 40px;
    padding-bottom: 15px;
}

.financial-partners p {
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: initial;
}

.partner-firm-logo .et_pb_image_cell {
    position: relative;
    height: 128px;
    display: table;
    width: 100%;
}

.partner-firm-logo .et_pb_image_cell .image-cell{
    display: table-cell;
    vertical-align: middle;
}

.partner-firm-logo .et_pb_image_cell img {
    margin: auto;
    height: auto;
    display: block;
    vertical-align: top;
    max-height: 75%;
    width: auto;
}

.partner-firm-logo .custom-logo-mpm .et_pb_image_cell img {
    bottom: 40px;
}

.our-story-section .et_pb_row h3 {
    font-size: 28px;
}

.our-story-section .et_pb_row p {
    font-size: 20px;
    line-height: 2em;
}

.financing-solutions-section .transaction-text {
    font-size: 18px;
    color: #76787b;
    text-transform: none;
    font-weight: 600;
}

.our-story-section:before {
    content: '';
    display: block;
    width: 306px;
    height: 411px;
    background: url(images/our-story-section-diamond-left.png);
    background-size: 306px 405px;
    position: absolute;
    bottom: 0;
    left: -206px;
    top: 224px;
}*/

.our-story-section:after {
    content: '';
    display: block;
    width: 122px;
    height: 515px;
    background: url(images/our-story-section-diamond-right.png);
    position: absolute;
    background-size: 408px 514px;
    right: 0px;
    top: 299px;
}


@media (max-width: 767px) {
    body .mfp-bg {
        width: 85%;
    }
}

/*--------------------------------
*     Edits October 09 2017   *
---------------------------------*/

.home .et_pb_image_cell > img {
	width: 100% !important;
}

.side-control .filter-text {
    font-weight: 500 !important;
    font-size: 35px !important;
    text-transform: uppercase;
    padding-right: 19px;
}

.side-control .portfolio-filter-div {
    padding-top: 35px;
    padding-bottom: 35px;
}

.side-control .portfolio-filter-title {
    padding-top: 60px;
    padding-bottom: 60px;
}

.side-control .portfolio-filter-title > span {
    font-weight: 500 !important;
    font-size: 45px !important;
    text-transform: uppercase;
}

/*--------------------------------
*     Edits October 09 2017 pm  *
---------------------------------*/

.financial-partners {
    padding-bottom: 55px;
}

.contact-page.inner-page-contact-section.map-section .et_pb_column {
    width: 26%;
    margin-right: 120px;
}

.contact-page.map-section .et_pb_row {
    width: 82%;
}

/*- .contact-page.inner-page-contact-section.form-section:before {
    content: '';
    display: block;
    width: 383px;
    height: 744px;
    background: url(/wp-content/themes/hercules-capital/images/contact-us-stars.png);
    background-size: 383px 739px;
    position: absolute;
    bottom: 0;
    left: -213px;
    top: 515px;
    z-index: 2;
}
*/

@media (max-width: 991px) and (min-width: 768px) {
    .et_pb_blurb_content,
    .et_pb_main_blurb_image {
        text-align: center !important;
    }
    .et_pb_main_blurb_image {
        margin: auto;
    }
    .contact-page.inner-page-contact-section.map-section .et_pb_column {
        margin-right: 0;
        width: 70%!important;
        display: inline-block;
        float: none;
    }

    .contact-page.inner-page-contact-section .et_pb_map {
        width: 400px;
        height: 215px!important;
    }

    .contact-page.inner-page-contact-section.map-section .et_pb_row {
        text-align: center;
    }

    .contact-page.inner-page-contact-section.map-section .et_pb_row {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .et_pb_blurb_content,
    .et_pb_main_blurb_image {
        text-align: center !important;
    }
    .et_pb_main_blurb_image {
        margin: auto;
    }
    .contact-page.inner-page-contact-section .upload-business-plan .ginput_container_fileupload {
        left: 0;
    }
}



/*--------------------------------
*     Edits October 10 2017 am  *
---------------------------------*/

/*.our-story-section:before {
    content: '';
    display: block;
    width: 493px;
    height: 450px;
    background: url(images/triangle/section-one-triangle-one.png);
    background-size: 493px 450px;
    position: absolute;
    bottom: 0;
    left: -390px;
    top: 230px;
}*/
/*
.our-story-section:after: {
    content: '';
    display: block;
    width: 450px;
    height: 493px;
    background: url(images/triangle/section-one-triangle-three.png);
    position: absolute;
    background-size: 450px 493px;
    right: -360px;
    top: 310px;
}
*/


 .our-story-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/section-one-triangle-three.png) no-repeat calc(100% + 315px) 310px,
        url(images/triangle/section-one-triangle-two.png) no-repeat -405px bottom,
        url(images/triangle/section-one-triangle-one.png) no-repeat -388px 200px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.learn-about-venture-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/section-two-triangle-one.png) no-repeat -404px top,
        url(images/triangle/section-two-triangle-two.png) no-repeat -75px calc(100% + 310px),
        url(images/triangle/section-two-triangle-three.png) no-repeat calc(100% + 180px) calc(100% + 208px);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.financing-solutions-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/section-two-triangle-two.png) no-repeat -254px -233px,
        url(images/triangle/section-two-triangle-two.png) no-repeat calc( 100% + 358px ) -285px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;

}

.contact-page.inner-page-contact-section.form-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/orange-triangle-right.png) no-repeat calc( 100% + 156px ) calc( 100% + 206px );
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: -100;

}

.contact-page.inner-page-contact-section.map-section.et_pb_section_1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/orange-triangle-right.png) no-repeat calc( 100% + 156px ) -485px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: -100;

}

/*--------------------------------
*     Edits October 10 2017 pm  *
---------------------------------*/

.project-popup-content-row .project-location-modal {
    font-weight: 600;
    line-height: 23px;
    font-size: 24px;
}

.project-popup-content-row .venture-partners-popup .select-venture-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    border-bottom: 1px solid #858585;
    line-height: 23px;
    max-width: 460px;
}

.project-popup-content-row .venture-partners-popup .venture-capital-title {
    font-size: 16px;
    font-weight: 500;
    color: #858585;
    line-height: 0;
}

.project-popup-content-row .venture-partners-popup .venture-capital-title:after {
    content: "|";
    font-size: 18px;
    top: 1px;
    position: relative;
    padding: 0px 6px;
}

.project-popup-content-row .venture-partners-popup .venture-capital-title:last-child:after {
    display: none;
}

.project-popup-content-row .venture-partners-popup {
    margin-top: 45px;
}

.post-type-archive-project {
    overflow-x: hidden;
}

.sector-filter-section .portfolio-filter-div {
    float: right;
    width: 100%;
}

.side_navs .filter.custom-checkbox,
.portfolio-page .sector-filter-section .filter.custom-checkbox {
    float: right;
}

.side_navs .filter-text,
.portfolio-page .sector-filter-section .filter-text {
    float: right;
    margin-right: 20px;
}

.side_navs.sector-filter-section h2,
.portfolio-page .sector-filter-section h2 {
    color: #2a2d31;
    text-align: right;
}

#main-footer {
    z-index: 2;
}

@media (max-width: 1399px) {
    .project-popup-content-wrap {
        max-width: 1200px;
    }
}

@media (max-width: 991px) {
    .project-popup-content-row .venture-partners-popup .select-venture-title {
        border: none;
        text-decoration: underline;
        max-width: 100%;
        line-height: 28px;
    }

    .project-popup-content-row  .project-popup-content-tbl-cell.project-image-cell {
        width: 100%;
    }

    .gfield_description.validation_message {
        position: static !important;
        bottom: 0 !important;
        padding-bottom: 15px;
    }

    .gfield_error .ginput_container {
        padding-bottom: 5px !important;
    }
}

@media (max-width: 767px) {
	.side_navs .filter-text,
	.portfolio-page .sector-filter-section .filter-text {
		margin-right: 0px !important;
	}

    .project-popup-content-row .venture-partners-popup .venture-capital-title {
        font-size: 20px;
        line-height: 2.2em;
    }

    .project-popup-content-row  .project-popup-content-tbl-cell .thumbnail-content {
        width: 250px;
        height: 250px;
    }

    .project-popup-content-wrap {
        padding: 85px 15px 165px !important;
    }

    .project-popup-content-row h4 {
        font-size: 25px;
        line-height: 30px;
    }
}

/*--------Start of Triangle Graphics Parallax scroll effect  -----------*/

/*
* Contact Us left Triangles
* Original Style is on line 7432
* Added Div with a class of contact-us-diamonds-left
*/

/* .contact-us-diamonds-left {
    position: fixed;
} */

.contact-us-diamonds-left.et_pb_row.et_pb_row_0 {
    width: 100% !important;
    max-width: 100%;
}

.contact-us-diamonds-left:before {
    content: '';
    display: block;
    width: 383px;
    height: 744px;
    background: url(images/contact-us-stars.png);
    background-size: 383px 739px;
    position: absolute;
    bottom: 0;
    left: -210px;
    top: 544px;
    z-index: 2;
}

/*
* Contact Us Right Triangles
* Original Style is on line 7571 and 7586


.contact-page.inner-page-contact-section.form-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/triangle/orange-triangle-right.png) no-repeat calc( 100% + 156px ) calc( 100% + 128px );
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background-attachment: fixed;
    left: 0;
}

.contact-page.inner-page-contact-section.map-section.et_pb_section_1:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/triangle/orange-triangle-right.png) no-repeat calc( 100% + 156px ) 71px;
    position: absolute;
    background-attachment: fixed;
    right: 0;
    top: 0;
    left: 0;
}

*/

/*
* About Page, Our Story Section left Triangles
* Original Style is on line 7522
*/

.our-story-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/triangle/section-one-triangle-three.png) no-repeat, url(images/triangle/section-one-triangle-two.png) no-repeat, url(images/triangle/section-one-triangle-one.png) no-repeat;
    background-position-x: calc(100% + 315px), -410px, -388px;
    background-position-y: 252px, bottom, 5px;
    /* position: fixed; */
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

#menuToggle
{
  display: block;
  position: absolute;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2; */
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #f66536;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 600px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -185px;

  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

/*********************
** Edits 10/11/2017 **
*********************/

#menuToggle
{
  right: 0px;
}

#menu
{
    padding-right: 199px;
    width: 1000px;
    background: #f7f7f7;
}

#menu .filter-text {
    font-weight: 500;
}

#menuToggle .portfolio-filter-div {
    padding-top: 10px;
}

#menuToggle input:checked ~ span
{
  background: #f66536;
}

/*********************
** Edits 10/11/2017 - 11:29PM **
*********************/

@media (max-width: 1560px) {
  .our-culture .recruit-sub-image {
    display: none;
  }
}

@media (max-width: 980px) {
  .our-culture .recruit-sub-image {
    display: block;
  }
  #main-header {
	position: fixed !important;
  }
}

@media(max-width:767px){
    #footer-widgets .footer-widget .fwidget:last-child {
        margin-bottom: 0 !important;
        width: 100%;
    }
}

.portfolio-filter-summary .filter-summary-industry {
    display: inline-block;
}

.portfolio-filter-summary .filter-summary-sector{
    display: inline-block;
}

.portfolio-filter-summary p {
    font-size: 20px!important;
}

.portfolio-filter-summary span {
    font-size: 20px!important;
}


.sector-checkbox {
    float: right;
    margin-right: 35px;
}

.sector-checkbox-label {
    text-align: right;
    margin-right: 70px;
}

.filter-industry-heading {
    cursor: pointer;
}

.filter-sector-heading {
    cursor: pointer;
    margin-left: 30px;
}

.hidden-for-development {
    display: none;
}


/*.sidenav {
    background-color: #ffffff;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 5;
    height: auto;
    max-width:1000px;
}*/

.sidenav a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 65px;
    margin-left: 50px;
    color: #f66536 !important;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.vertical-form.portfolio-filter-holder {
    text-align: right;
}

.vertical-form .portfolio-filter-div {
    text-align: center;
    padding-right: 0px;
    padding-bottom: 30px;
}

.vertical-form .submit-button-portfolio {
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 29px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: right;
}

.vertical-form .filter-text {
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 9px;
    font-size: 24px;
    font-weight: 300;
}

.portfolio-sector-form.vertical-form .portfolio-filter-div[data-filtertype="sector"] .filter-text {
    font-size: 18px;
    text-transform: initial;
}

.portfolio-sector-form.vertical-form .portfolio-filter-div[data-filtertype="sector"] {
    padding-bottom: 10px;
}

.portfolio-filter-summary {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}

.filter-industry-item,
.filter-sector-item {
    font-weight: 600;
}

.sidenav > .closebtn {
    color: #f66536;
}

.portfolio-filter-summary {
    display: flex !important;
    align-items: center !important;
    padding-top: 85px !important;
    padding-bottom: 85px;
}

.filter-summary-industry {
    display: flex !important;
    align-items: center !important;
}

.filter-industry-heading {
    padding-top: 0 !important;
    padding-right: 15px !important;
}

.filter-summary-sector {
    display: flex !important;
    align-items: center !important;
}

.filter-sector-heading {
    padding-top: 0 !important;
    padding-right: 15px !important;
}


@media(max-width:767px){
    .side_navs .portfolio-sector-form h2,
    .portfolio-page .container #content-area .portfolio-sector-form h2 {
        font-size: 20px;
    }
    .side_navs .portfolio-filter-holder,
    .portfolio-page .portfolio-filter-holder {
        padding: 15px 0 30px!important;
    }

    .portfolio-filter-summary {
        display: block!important;
        padding-left: 30px;
        margin-bottom: 35px !important;
    }

    .filter-sector-heading {
        margin-left: 0;
    }

    .vertical-form .portfolio-filter-div {
        width: 100%;
    }

    .vertical-form .filter-text {
        font-size: 14px;
        width: 80%;
        text-align: right;
    }

    .side_navs .portfolio-filter-div,
    .portfolio-page .portfolio-filter-div {
        margin-left: 5px;
    }
    .side_navs .filter.custom-checkbox ,
    .portfolio-page .filter.custom-checkbox {
        float: right;
    }

    .vertical-form .submit-button-portfolio {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .side_navs .sidenav  h2,
    .portfolio-page .container #content-area .sidenav  h2 {
        padding-bottom: 25px;
    }
}

.remove-chamber {
    display: none;
}

.mfp-bg-fullwidth {
    width: 100%!important;
}

.footer-widget.sidebar-3 #nav_menu-3 {
    float: right;
}

@media(max-width:991px) {
    .footer-widget.sidebar-3 #nav_menu-3 {
        float: left;
        text-align: left;
    }
}

.ss-reachlocal-tab {
    padding-top: 15px;
    padding-bottom: 0!important;
}

.side_navs .sidenav .filter.custom-checkbox
.portfolio-page .sidenav .filter.custom-checkbox {
    padding-left: 0px!important;
    padding-right: 1px;
}

.row-form {
    z-index: 3;
}

body .mfp-bg.mfp-hidden-menu {
    left: unset;
    right: 0;
    width: 70%!important;
}

.post-type-archive-project #page-container {
    padding-top: 57px!important;
}

.homepage-blurbs h4 {
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 27px;
}

/*.gfield.upload-business-plan .ginput_container_fileupload {
    z-index: 2;
    position: relative;
    bottom: 28px;
    left: 112px;
}*/

@media (min-width: 991px) {
    .homepage-ss-blurb img {
        padding-right: 50px;
    }

    .homepage-blurb-sr .et_pb_blurb_container {
        max-width: 197px;
        margin: auto;
    }
}

testimonial-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/home-triangle-testimony-section.png) no-repeat -225px calc( 100% + 445px ),
        url(images/triangle/home-triangle-testimony-section-one.png) no-repeat calc( 100% + 95px ) 35px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.feature-portfolio-section > .et_parallax_bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/home-triangle-testimony-section.png) no-repeat -225px -126px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.case-study-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/home-triangle-casestudy-section.png) no-repeat -245px -209px,
        url(images/triangle/home-triangle-casestudy-section.png) no-repeat -245px -209px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.industries-section {
    padding-top: 100px;
}

.homepage-blurbs {
    padding-top: 90px;
    padding-bottom: 50px;
}

.financial-highlights-section:before {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right -250px;
    width: 478px;
    height: 526px;
    background-size: 658px 1131px;
    background-image: url(images/financial-section/triangle-graphic2x.png);
    top: 0;
    left: 0;
}

 .financial-highlights-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/home-triangle-industry-section.png) no-repeat -50px calc( 100% + 60px ),
        url(images/triangle/home-triangle-industry-section.png) no-repeat -50px calc( 100% + 60px ),
        url(images/triangle/home-triangle-industry-section.png) no-repeat -50px calc( 100% + 60px ),
        url(images/triangle/home-triangle-industry-section-one.png) no-repeat calc( 100% + 153px ) calc( 100% + 163px ),
        url(images/triangle/home-triangle-industry-section-one.png) no-repeat calc( 100% + 153px ) calc( 100% + 163px ),
        url(images/triangle/home-triangle-industry-section-one.png) no-repeat calc( 100% + 153px ) calc( 100% + 163px );
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.industries-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/home-triangle-industry-section.png) no-repeat -50px -220px,
        url(images/triangle/home-triangle-industry-section.png) no-repeat -50px -220px,
        url(images/triangle/home-triangle-industry-section.png) no-repeat -50px -220px,
        url(images/triangle/home-triangle-industry-section-one.png) no-repeat calc( 100% + 153px ) -643px,
        url(images/triangle/home-triangle-industry-section-one.png) no-repeat calc( 100% + 153px ) -643px,
        url(images/triangle/home-triangle-industry-section-one.png) no-repeat calc( 100% + 153px ) -643px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.case-study-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background:
        url(images/triangle/home-triangle-casestudy-section-one.png) no-repeat calc( 100% + 270px ) calc( 100% + 190px ),
        url(images/triangle/home-triangle-casestudy-section-one.png) no-repeat calc( 100% + 270px ) calc( 100% + 190px );
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

/*
* Edits Oct 14, 2017
*/

.background-top-center{
    background-position:top center !important;
}

.other-page-fullwidth-banner .et_pb_fullwidth_header,
.other-page-fullwidth-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    min-height: 400px !important;
    height: auto !important;
}

.home .testimonial-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/triangle/home-triangle-testimony-section.png) no-repeat -225px calc( 100% + 443px );
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.home .testimonial-section:after {
    content: " ";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 294px 41px;
    width: 393px;
    height: 526px;
    background-size: 183px 260px;
    background-image: url(images/white-triangle-testimonial.png);
    top: 0;
    /* left: 0; */
    right: 0;
}

.page-about .et_pb_fullwidth_header {
    z-index: 5;
}

.learn-about-venture-section {
    padding-top: 95px!important;
}

@media (min-width:1400px){
    .other-page-fullwidth-banner .et_pb_fullwidth_header,
    .other-page-fullwidth-banner .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        min-height: 673px !important;
        height: auto !important;
    }
}

@media (max-width:1400px){
    .team-slider .masonry-item.masonry-heading {
        padding: 90px 0px 77px;
    }
}

@media (min-width: 1024px) {
    .home .testimonial-section .testimonial-image {
       /* width: 30%; */
    }
}

.sustainable-testimonial blockquote p {
    font-size: 30px;
}

/*
* Edits Oct 18, 2017
*/
@media (max-width: 767px) {
    .meet-the-team-page .filter-div {
        width: 215px;
    }
    .gfield.upload-business-plan label {
        float: none;
    }

    .inner-page-contact-section p.file-upload-label {
        line-height: 16px;
        padding-left: 3px;
        font-size: 12px;
        padding-top: 5px;
    }
}

@media (max-width: 420px) {
    .person-thumbnail-row .person-thumbnail-col {
        width: 100%;
    }
    .person-thumbnail-row .person-thumbnail-col:first-child {
        display: none;
    }
    .person-thumbnail-row .person-thumbnail-col:last-child {
        display: none;
    }
}

@media (max-width: 405px) {
    .meet-the-team-page .filter-holder {
        text-align: left;
    }
}

@media (min-width: 981px) {
    .special-situation-team-section .et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_text_0 {
        margin-left: auto;
        margin-right: auto;
        width: 900px;
        text-align: center;
        display: flex;
        min-height: 440px;
        padding-top: 58px;
    }
    .special-situation-team-section .et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_text_0 > h2 {
        width: 500px;
        padding-top: 115px;
    }
    .special-situation-team-section .et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_center.et_pb_text_0 .person-item-wrap {
        width: 500px;
    }
    .contact-page.map-section .et_pb_row {
        width: 100%;
        padding: 0px 3px;
    }
}

.downloads-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/green-triangle-graphics-left.png) no-repeat -178px -257px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.downloads-section.special-situations-download:before {
    background: url(images/downloads-orange-triangle-graphics-left.png) no-repeat -178px -257px;
}

.downloads-section.special-situations-download:after{
    display:none;
}

.downloads-section.technology-downloads:before {
    background: url(images/specialsit-triangle-blue-right.png) no-repeat -178px -257px;
}

.downloads-section.lifescience-downloads:before {
 background: url(images/specialist-triangle-yellow-left.png) no-repeat -178px -257px;
}

@media (max-width: 451px) {
    .financial-highlights-section:before,
    .financial-highlights-section:after,
    .industries-section:before,
    .home .testimonial-section:before,
    .home .testimonial-section:after,
    .feature-portfolio-section > .et_parallax_bg:before,
    .case-study-section:before,
    .case-study-section:after {
        height: 0px;
        width: 0px;
    }
}

.inner-page-testimonial .inner-page-testimonial-row blockquote:before {
    display: none;
}

.inner-page-testimonial .inner-page-testimonial-row p.testimonial-ross {
    padding-bottom: 0;
    padding-top: 48px;
}

.inner-page-contact-section .upload-business-plan p.file-upload-label {
    font-size: 14px;
    padding-top: 15px;
    color: #ffffff;
}

.contact-page.inner-page-contact-section .upload-business-plan p.file-upload-label {
    color: #2a2a2a;
}

.page-id-161 .ginput_container_fileupload .validation_message {
    color: #8b0000 ;
}

.ginput_container_fileupload .validation_message {
    font-size: 13px;
    color: #ff0000;
    margin-top: -7px;
}

/* new 10 20 2017 */


.parallax-triangle-holder-left,
.parallax-triangle-holder-right {
    margin: 0px 0px;
    display: block;
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 600ms easing’s Bezier curve;
    transition: all 600ms easing’s Bezier curve;
}

/** static **/
.financial-highlights-section:before,
.financial-highlights-section:after,
.inner-page-featured-portfolio:before,
.case-study-section:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 981px) {
    .parallax-triangle-holder-left,
    .parallax-triangle-holder-right,
    .financial-highlights-section:before,
    .financial-highlights-section:after,
    .inner-page-featured-portfolio:before,
    .case-study-section:before {
        display: none;
    }
}

.home .stat-footnote p sup {
    position: relative;
    top: -5px;
}

.money-figures-row .append-sup-a sup {
    font-size: 11px;
    margin-left: 2px;
}

.money-figures-row .append-sup-b sup {
    font-size: 11px;
    margin-left: 2px;
}

.person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc {
    padding-bottom: 30px;
}

.mfp-person-popup .mfp-content {
    height: 100%;
}

.person-popup-content-wrap {
    background: #fff;
    height: 100%;
    margin: 0 auto;
}

.post-type-archive-person .person-popup-content-row.diff-bg {
    background: #E4532C;
}

.person-popup-content-wrap {
    height: 100%;
}

@media (max-width: 1345px) and (min-width: 991px) {
    .contact-page.inner-page-contact-section.map-section .et_pb_column {
           width: 25.33%;
           margin: 0 4%;
           margin-bottom: 20px;
    }
}

.contact-page.inner-page-contact-section.map-section .et_pb_column



@media (max-width: 1345px) and (min-width: 991px) {
    .contact-page.inner-page-contact-section.map-section .et_pb_column {
        margin-left: 65px;
        margin-right: 0;
    }
}

.sidenav .container {
    max-width: 1280px;
    width: 69%;
    background-color: #f7f7f7 ;
}

.bg-image-our-culture{
    background-position:top center;
}

.portfolio-filter-summary {
    background: #F6F6F6 ;
    margin-top: 85px !important;
    margin-bottom: 85px;
    padding-top: 0!important;
    padding-bottom: 0!important;
}.portfolio-filter-summary

.sidenav {
    position: absolute;
     z-index: 5;
    max-width: none;
    right:0;
    width:100%;
}

.sidenav-wrap {
    width: 100%;
    right: 0;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

.sidenav .container {
    max-width: 700px;
    width: 100%;
    background-color:transparent;
}

.hide-item {
    display: none!important;
}

@media (max-width:1280px){
    .second-our-culture {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

     .second-our-culture  .et_pb_text{
        padding-top: 60px !important;
        padding-right: 28px !important;
        padding-bottom: 60px !important;
        padding-left: 66px !important;
        max-width: 565px;
    }
}

@media (max-width: 991px) {
    .second-our-culture  .et_pb_text {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.sidenav-wrap .container {
    margin-right: 0px;
}

@media (min-width: 2560px){
    .side_navs.container.et_menu_container {
        max-width: 2398px;
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 2559px){
    .side_navs.container.et_menu_container {
        max-width: 1239px;
        padding-left: 15px;
        padding-right: 15px;
    }

}

.sidenav .sidenav-wrap:before {
    content: '';
    position: fixed;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
}

#et-main-area {
    overflow: hidden;
}

.side-nav-wrapper {
    width: 100%;
    position: fixed;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    bottom: 0;
    top: 79px;
    display: none;
}

.admin-bar .side-nav-wrapper {
    top: 111px;
}

.home .et_pb_filterable_portfolio_custom {
    padding-top: 25px;
}

.home .et_pb_section_video .et_pb_section_video_bg {
    position: fixed;
}

.filterable-portfolio-slider .et_pb_portfolio_item.et_pb_grid_item {
    display: block !important;
}

.sidenav{
    width: 100% !important;
    max-width: 70%;
    margin-right: 0;
    margin-left: auto;
    background:#fff;
}

@media (max-width:767px){
    .sidenav{
        max-width: 100%;
    }

    .contact-page.inner-page-contact-section.form-section:after {
        background-size: 65% !important;
    }

    .contact-page.inner-page-contact-section.map-section.et_pb_section_1:after {
        background: url(images/triangle/orange-triangle-right.png) no-repeat calc( 100% + 156px ) -430px;
        background-size: 65% !important;
    }
}

@media (max-width: 2560px) and (min-width: 2001px) {
    .financial-highlights-section:before {
        background:
                url(images/triangle/Shape-triangles_white-left-top_corner.png) no-repeat;
        background-position: left -93px;
    }
    .financial-highlights-section:after {
        background:
                url(images/triangle/Shape-triangles_white-right-top_corner.png) no-repeat;
        background-position: right -30px;
    }
    .inner-page-featured-portfolio:before {
        background:
                url(images/triangle/Shape-triangles_black-left-top-corner.png) no-repeat;
        background-position: right top;
        z-index: 1 !important;
    }
    .case-study-section:before {
        background:
                url(images/triangle/Shape-triangles_black-right_bottom_corner.png) no-repeat;
        background-position: 0 bottom;
    }
}
@media (max-width: 2000px) and (min-width: 1201px) {
    .financial-highlights-section:before {
        background:
                url(images/triangle/Shape-triangles_white-left-top_corner.png) no-repeat;
        background-position: left -70px;
        background-size: 300px auto;
    }
    .financial-highlights-section:after {
        background:
                url(images/triangle/Shape-triangles_white-right-top_corner.png) no-repeat;
        background-position: right -25px;
        background-size: 300px auto;
    }
    .inner-page-featured-portfolio:before {
        background:
                url(images/triangle/Shape-triangles_black-left-top-corner.png) no-repeat;
        background-position: right top;
        z-index: 1 !important;
    }
   .case-study-section:before {
        background:
                url(images/triangle/cs-bottom-left-white.png) no-repeat;
            background-position: 0 bottom;
        background-size: 300px auto;
    }

    .case-study-section .parallax-triangle-holder-left {
        background-position: left 7840px;
    }


    .case-study-section .parallax-triangle-holder-right {
        background-size: 11% !important;
        background-position: right 6580px;
    }

}
/* @media (max-width: 1500px) and (min-width: 1201px) {
    .financial-highlights-section:before {
        background:
                url(images/triangle/Shape-triangles_white-left-top_corner.png) no-repeat;
        background-position: -78px -70px;
        background-size: 300px auto;
    }
    .financial-highlights-section:after {
        background:
                url(images/triangle/Shape-triangles_white-right-top_corner.png) no-repeat;
        background-position: calc( 100% + 83px ) -25px;
        background-size: 300px auto;
    }
    .inner-page-featured-portfolio:before {
        background:
                url(images/triangle/Shape-triangles_black-left_top_corner.png) no-repeat;
        background-position: calc( 100% + 43px ) -36px;
        background-size: 300px auto;
        z-index: 1 !important;
    }
    .case-study-section:before {
        background:
                url(images/triangle/Shape-triangles_black-right_bottom_corner.png) no-repeat;
        background-position: -76px calc( 100% + 23px );
        background-size: 300px auto;
    }
} */
@media (max-width: 1200px) and (min-width: 982px) {
    .financial-highlights-section:before {
        background:
                url(images/triangle/Shape-triangles_white-left-top_corner.png) no-repeat;
        background-position: 2px -35px;
        background-size: 300px auto;
    }
    .financial-highlights-section:after {
        background:
                url(images/triangle/Shape-triangles_white-right-top_corner.png) no-repeat;
        background-position: calc( 100% + -1px ) -13px;
        background-size: 300px auto;
    }
    .inner-page-featured-portfolio:before {
        background:
                url(images/triangle/Shape-triangles_black-left_top_corner.png) no-repeat;
        background-position: calc( 100% + 43px ) -36px;
        background-size: 300px auto;
        z-index: 1 !important;
    }
    .case-study-section:before {
        background:
                url(images/triangle/Shape-triangles_black-right_bottom_corner.png) no-repeat;
        background-position: -76px calc( 100% + 23px );
        background-size: 300px auto;
    }
}

.post-type-archive-person .filter-div.the-hercules-team {
    display: none;
}

.filter-div {
    cursor: pointer;
}

.post-type-archive-person .filter-div.clear .filter-text {
    text-decoration: underline;
	color: lightgray;
}

.post-type-archive-person .filter-div.clear .filter-text.darkgray {
	color: darkgray;
}

.post-type-archive-person .filter-div.clear .custom-checkbox {
    display: none;
}

#main-header .container.et_menu_container {
    max-width: unset;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

#top-menu {
    margin: unset;
}

#main-footer .container {
    width: 100%;
    max-width: none;
    padding: 0 40px;
}

.gfield_description.validation_message {
    position: absolute;
    bottom: 3px;
    color: #A90202;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.validation_error {
    max-width: 752px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.meet-the-team-page .filter-holder {
    max-width: 990px;
    margin: auto;
}

.home .featured-portfolio-wrap {
    z-index: 5;
}


.inner-page-featured-portfolio:before {
    display:none;
}

.financial-highlights-section:before {
    display:none;
}

.case-study-section:before {
    display:none;
}

.financial-highlights-section:after {
    display:none;
}

.financial-highlights-section .fullwidth-row{
    width: 100% !important;
    max-width: 100% !important;
}

.case-study-section .graphics-case-study-row:after{
    display:none;
}

@media (max-width:980px){
    .financial-highlights-section {
        padding-bottom: 0 !important;
    }

    .financial-highlights-section .graphics-bottom-column-fullwidth:after {
        content: " ";
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-position: left -85px;
        width: 175px;
        height: 558px;
        background-size: 330px 688px;
        background-image: url(images/financial-section/triangle-graphic-bottom2x.png);
        bottom: 0;
        right: 0;
    }

    .image-grid-masonry .masonry-item.masonry-title {
        max-height: none !important;
    }
}


.mfp-hidden-menu .mfp-container {
    width: 70%;
    right: 0;
    left: unset;
    padding: 0;
}

.coop-wrapper h2 {
    line-height: 43px!important;
}

.text-decoration-none a {
    border-bottom: 0 !important;
    cursor: text;
}

.home .case-study-row .big-button.bigtransparent {
    margin-top: -8px;
}

.footer-widget.sidebar-2 .contact-us-text {
    margin-bottom: 70px!important;
}

.footer-widget.sidebar-4 {
    display: none;
}

#main-footer .sidebar-2 .et_pb_widget {
    float: none;
}

/*
.homepage-blurbs .et_pb_column_13 img {
    padding-top: 21px;
}

.homepage-blurbs .et_pb_column_12 img {
    padding-top: 6px;
}

.homepage-blurbs .et_pb_column_10 img {
    padding-top: 9px;
}*/

.learn-about-venture-section .learn-about-venture-blurbs .et_pb_column_3 img,
.learn-about-venture-section .learn-about-venture-blurbs .et_pb_column_4 img,
.learn-about-venture-section .learn-about-venture-blurbs .et_pb_column_5 img {
    padding-top: 7px;
}

@media (max-width:1236px) {
    .third-culture-row:before,
    .third-culture-row:after,
    .second-our-culture:before,
    .second-our-culture:after,
    .first-culture-row:after,
    .first-culture-row:before {
        display: none!important;
    }
}

@media (max-width:2559px) {
    .header-hidden-toggle-menu .container {
        max-width: 660px;
    }
}

@media (min-width: 1760px) {
    .entry-content .careers-our-culture-row {
        max-width: 800px;
        padding-top: 285px!important;
    }
    .entry-content .careers-unusual-effort {
        max-width:800px;
        padding-top: 265px!important;
    }
    .entry-content .careers-we-reward {
        max-width:800px;
        padding-top: 250px!important;
    }
}

@media (max-width: 1759px) and (min-width:1680px) {
    .entry-content .our-culture-row .first-culture-row .careers-our-culture-row {
        max-width: 700px;
        padding-top: 230px!important;
        padding-right: 60px!important;
    }
    .entry-content .careers-unusual-effort {
        max-width: 700px;
        padding-top: 236px!important;
    }
    .entry-content .careers-we-reward {
        max-width:700px;
        padding-top: 190px!important;
    }
}



@media (max-width: 1679px) and (min-width:1440px) {
    .entry-content .our-culture-row .first-culture-row .careers-our-culture-row {
        max-width: 650px;
        padding-top: 190px!important;
        padding-right: 60px!important;
    }
    .entry-content .careers-unusual-effort {
        max-width: 650px;
        padding-top: 145px!important;
    }
    .entry-content .careers-we-reward {
        max-width: 650px!important;
        padding-top: 170px!important;
    }
}

/*
* Edits October 26, 2017
*/

.partner-firm-logo .et_pb_column .et_pb_module {
    margin-bottom: 0;
}

.industries-we-serve-section .et_pb_blurb img,
.homepage-blurbs .et_pb_blurb img {
    height: 180px;
    width: auto;
}

.learn-about-venture-blurbs .et_pb_blurb img {
    height: 150px;
    width: auto;
}

.partner-firm-logo .et_pb_animation_left.et-animated {
    opacity: 1;
    -webkit-animation: fadeLeft 3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeLeft 3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeLeft 3s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeLeft 3s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.project-popup-trigger .et_portfolio_image .et_overlay {
    height: 0 !important;
    visibility: hidden;
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .inner-page-contact-us-2 .et_pb_image_cell {
        width: 260px;
    }
    .inner-page-contact-us-2 .say-hello-right-column {
        padding-left: 30px;
    }
}

@media (max-width: 1240px) and (min-width: 1024px) {
    .inner-page-contact-us-2 .say-hello-right-column {
        padding-left: 60px;
    }
}

@media (max-width:1680px){
    .money-figures-row h3 {
        max-width: 300px;
        font-size: 20px;
    }
}

@media (max-width:1024px){

    .our-story-section:before {
        background-position-x: calc(38% + 668px), -410px, -283px;
        background-size: 35%;
    }

    .contact-page.inner-page-contact-section.map-section .et_pb_row {
        padding-bottom: 20px;
    }

    .contact-us-diamonds-left:before {
        top: 475px;
    }

    .contact-page.inner-page-contact-section.map-section.et_pb_section_1:after {
        background: url(images/triangle/orange-triangle-right.png) no-repeat calc( 100% + 156px ) -555px;
    }

    .contact-page.inner-page-contact-section.form-section:after {
        background: url(images/triangle/orange-triangle-right.png) no-repeat calc( 100% + 156px ) calc( 100% + 136px );
    }

}

@media (max-width:991px){
    .benefits-and-perks .et_pb_column {
        width: 100% !important;
    }

     .benefits-and-perks .et_pb_column .et_pb_blurb{
        width: 50% !important;
        float:left;
    }
}

@media (max-width:980px){
	.et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item .et_portfolio_image {
		min-height: 230px !important;
	}
    .money-figures-row .et_pb_column .et_pb_number_counter {
        width: 50% !important;
        float: left;
    }

    .our-story-section:before {
        background-position-x: calc(38% + 504px), -410px, -241px;
        background-size: 40%;
    }

    .financing-solutions-section .financing-row-content ul {
        padding-right: 0px;
    }

    .financing-row-content{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

     .financing-solutions-section .financing-row-content ul li{
        font-size:15px;
     }

    .portfolio-page .portfolio-section {
	    background: url(images/meet-the-team-bg.jpg);
	}
}

@media (max-width:767px){
	.inner-page-team-section {
		background-attachment: fixed;
	}
    .money-figures-row .et_pb_column .et_pb_number_counter {
        width: 100% !important;
        float: left;
    }

    .benefits-and-perks .et_pb_column .et_pb_blurb{
        width: 100% !important;
        float:left;
    }


    .post-type-archive-person #main-content {
        background-position:bottom center !important;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item .et_portfolio_image .et_pb_portfolio_image-cell {
        display: block;
    }

    .et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item .et_portfolio_image {
	    display: block;
	    height: auto !important;
	    padding: 20px 0;
	}
}

@media (max-width:500px){
	.et_pb_filterable_portfolio_custom .et_pb_portfolio_item.et_pb_grid_item .et_portfolio_image {
		min-height: 150px !important;
	}
	.person-container-wrap.mobile-version .person-item-image {
		padding: 30px 30px;
		padding-bottom: 0px;
	}
	.person-container-wrap.mobile-version .person-item-image img {
		width: 100%;
	}
}

.mfp-bg.mfp-announcement-modal {
    background: #000!important;
}

.mfp-announcement-modal .mfp-container{
    max-width: 800px;
    margin: 0 auto;
    right: 0;
}

.mfp-announcement-modal .mfp-content {
    text-align: center;
    background: #ffffff;
}

#announcement-modal {
    padding: 125px 30px 120px;
}

#announcement-modal h1 {
    font-size: 70px !important;
    letter-spacing: 4.5px !important;
    color: #0d0d0d;
    line-height: 70px !important;
    padding-bottom: 5px;
}

#announcement-modal p {
    font-size: 24px;
    font-weight: 600;
    color: #575757;
    padding-top: 18px;
    line-height: 33px;
}

.mfp-announcement-modal a.project-fake-close-btn {
    top: -87px;
    left: auto;
    right: 12px;
    float: right;
    height: 35px !important;
    position: relative;
}

.mfp-announcement-modal .span-close-icn {
    height: 35px!important;
}

#announcement-modal .mfp-close {
    display: none;
}

#announcement-modal .arrow-popup-fake {
    max-width: 320px;
    position: absolute;
    right: auto;
    left: 50%;
    padding-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #f5f5f5;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
}

#announcement-modal .arrow-popup-fake span {
    line-height: 35px;
}

#announcement-modal img {
    margin: auto;
}

.announcement-content {
    max-width: 450px;
    margin: auto;
}

.announcement-slider .slick-list {
    width: 100%;
    max-width: 100%!important;
}

.announcement-item.slick-slide.slick-current.slick-active {
    width: 100%;
}


@media (max-width: 767) {

    .person-main-img {
        max-width: 325px;
    }

    .entry-content .inner-page-team-section .team-full-width-column h2{
        display:none;
    }


    .entry-content .inner-page-team-section.mobile-inner-page-team-section .team-full-width-column h2 {
        display: block;
        padding: 0 !important;
    }

}

@media (max-width:1280px) {
    #announcement-modal .arrow-popup-fake {
        margin: 0;
    }
}

@media (max-width:767px) {


    body .mfp-announcement-modal #announcement-modal h1 {
        font-size: 22px!important;
    }

    body .mfp-bg.mfp-announcement-modal {
        width: 100%;
    }

    #announcement-modal {
        padding:60px 30px
    }

    #announcement-modal p {
        font-size: 18px;
        line-height: 23px;
        padding: 0 25px;
    }

    .mfp-announcement-modal .mfp-content {
        max-width:670px;
    }

    .mfp-announcement-modal a.project-fake-close-btn {
        top: -48px;
        right: 0;
    }

    body .mfp-announcement-modal #announcement-modal h1 {
        font-size: 19px!important;
    }

    #announcement-modal p {
        font-size: 16px;
    }

    .announcement-slider .slick-list {
        margin-left: 0;
    }

    #announcement-modal {
        padding: 60px 30px 0 31px;
    }

    .announcement-content img {
        max-width: 80%;
    }

    .mfp-announcement-modal a.project-fake-close-btn {
        top: -40px;
    }

    .announcement-slider.slick-initialized.slick-slider {
        z-index: 2;
        margin-bottom: 96px;
    }
}

.mfp-announcement-modal .span-close-icn:before, .mfp-announcement-modal .span-close-icn:after {
    background: #575757;
}

.testimonial-left-col {
    padding: 0px 35px 0 5.5em!important;
}

.inner-page-testimonial .inner-page-testimonial-row .et_pb_column .et_pb_image {
    float: left;
}

.contact-page.form-section .row-form h3 {
    max-width: 755px;
    margin: 0 auto;
}



@media (max-width:980px) {
    .testimonial-left-col {
        padding: 50px 20px!important;
    }
}

@media (max-width:1400px) {
    .inner-page-testimonial .inner-page-testimonial-row {
        max-width: 100%!important;
        width: 100%!important;
    }
}

/* 10-31-2017 */
.inner-page-fullwidth-header .et_pb_fullwidth_header {
    padding: 136px 0 76px !important;
}

.event-item-wrap-popup {
	width: 900px;
}

.event-item-wrap-popup button.mfp-close {
    position: absolute;
    top: 10px;
    right: 15px;
	left: unset;
	bottom: unset;
}

/**** tapjoy height is 85px ****/

.lifescience-testimonial img,
.sustainable-testimonial img {
    max-width: none !important;
    width: auto;
}

.sustainable-testimonial img {
    height: 136px;
}

.specialsituations-testimonial img {
    height: 109px;
}

.et_pb_blurb_container h4,
.et_pb_blurb_container h4 a {
    font-weight: 600 !important;
}

.financing-solutions-section .financing-row-content h5,
.financing-solutions-section .financing-row-content li {
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 32px !important;
}

.financing-solutions-section .financing-row-content h5 {
	font-weight: 700 !important;
}


@media (max-width: 980px) {
	.downloads-section .downloads-fullwidth-graphics-row .et_pb_column:last-child .et_pb_text {
    max-width: 100% !important;
	width: 100%
	}
}

/*
* Edits Nov 6, 2017
*/

/*sustainable and renewable image enphase energy*/
.inner-page-testimonial .inner-page-testimonial-row .sustainable-and-renewable-testimonial.et_pb_text img {
    max-width: 300px !important;
}

/*special situation image reachlocal*/
.inner-page-testimonial .inner-page-testimonial-row .specialsituation-testimonial.et_pb_text img {
    max-width: 300px !important;
    height: auto;
    padding-top: 28px;
}

/*special situation blockquote paragraph font size*/
.specialsituation-testimonial blockquote p {
    font-size: 24px;
}



/*================================
    single person (May 12, 2021)
================================*/

.single-person .person-popup-content-wrap {
    max-width: none;
    position: relative;
    padding-bottom: 170px;
}
.single-person .person-popup-content-wrap:before {
    content: '';
    background: url(images/Triangle-graphics-left.png);
    position: absolute;
    width: 207px;
    height: 822px;
    background-size: cover;
    bottom: 0;
    left: 0;
    background-position: right;
    z-index: 99;
}

.single-person .person-popup-content-wrap:after {
    content: '';
    background: url(images/Triangle-graphics-right.png);
    position: absolute;
    width: 179px;
    height: 688px;
    background-size: cover;
    top: 532px;
    right: 0;
    background-position: center;
    z-index: 99;
    visibility: visible;
}

.single-person .person-popup-content-wrap .person-popup-content-row.diff-bg {
    float: none;
    max-width: none;
    background: none;
}

.single-person .person-popup-content-wrap .person-popup-content-row.diff-bg .person-thumbnail-row.clearfix {
    padding-top: 0;
    z-index: 999;
    position: relative;
}

.single-person .person-thumbnail-row .person-thumbnail-col {
    height: 467px;
}

.single-person .person-popup-content-wrap .person-popup-content-row.person-popup-content-desc {
    float: none;
    max-width: 1276px;
    width: 100%;
    margin: auto;
}

.single-person ul.contact-details.menu li{
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
}

.single-person .person-popup-content-row .person-popup-content-tbl-cell.person-image-cell {
    width: 340px;
    padding: 65px 0 65px 100px;
}

.single-person .person-popup-content-row .person-popup-content-tbl-cell h4 {
    font-size: 36px!important;
    font-weight: 400;
    line-height: 38px;
}

.single-person .person-popup-content-row .person-popup-content-tbl-cell h5 {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.210526;
}

.single-person .person-question-content .question-item h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.27777;
    color: #b0614c;
}

.single-person .person-popup-content-row .person-popup-content-tbl-cell {
    z-index: 999;
    color: #333333;
    font-size: 24px;
    line-height: 32px !important;
    position: relative;
    padding: 60px 97px;
}

.single-person .person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc{
    padding-bottom: 30px;
    padding-top: 10px;
}
.single-person .person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc p {
    padding-bottom: 43px;
}


.single-person .person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc .person-question-content .question-item {
    line-height: 32px !important;
    font-size: 24px;
} 

.single-person .person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc .person-question-content p {
    padding-bottom: 1em;
}

.single-person .person-popup-content-wrap .arrow-popup-fake {
    max-width: 320px;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    margin-right: auto;
    margin-top: 70px;
}

.single-person .person-popup-content-wrap .arrow-popup-fake a  span{
    padding-top: 0;
}

@media (max-width: 980px) {
    .single-person .person-thumbnail-row .person-thumbnail-col {
        height: 600px;
        width: 100%;
    }
    .single-person .person-popup-content-wrap .arrow-popup-fake a  span{
        padding-top: 0;
    }

    .single-person .person-popup-content-wrap:before {
        background: none;
    }

    .single-person .person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc{
        max-width: none;
    }

    .single-person .person-popup-content-wrap:after {
        top: 600px;
        background: url(images/Triangle-graphics-mobile.png);
        width: 108px;
        height: 230px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .single-person .person-popup-content-row .person-popup-content-tbl-cell.person-image-cell {
        padding: 40px 35px 0;
        max-width: 350px;
    }

    .single-person .person-popup-content-row .person-popup-content-tbl-cell {
        font-size: 24px;
        padding: 40px 35px;
    }


    .single-person .person-thumbnail-row .person-thumbnail-col:first-child,
    .single-person .person-thumbnail-row .person-thumbnail-col:last-child {
        display: none;
    }

    .single-person .person-popup-content-wrap .arrow-popup-fake {
        margin-bottom: 70px;
    }
    .single-person .person-popup-content-wrap {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .single-person .person-thumbnail-row .person-thumbnail-col {
        height: 467px;
    }

    .single-person .person-popup-content-wrap .arrow-popup-fake a  span{
        padding-top: 0;
    }

    .single-person .person-popup-content-wrap:after {
        top:  467px;
    }
    .single-person .person-popup-content-wrap {
        width: 100% !important;
    }

    .single-person .person-popup-content-row .person-popup-content-tbl-cell h4 {
        font-weight: 400;
        line-height: 38px;
        padding: 0;
    }

    .single-person .person-popup-content-row .person-popup-content-tbl-cell h5 {
        font-size: 18px !important;
        font-weight: 300;
    }

    .single-person .person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc .person-question-content .question-item {
        line-height: 1.4!important;
    }

    .single-person ul.contact-details.menu li{
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
    }

    .single-person .person-popup-content-row .person-popup-content-tbl-cell {
        font-size: 18px;
        line-height: 1.4!important;
    }

    .single-person .person-popup-content-row .person-popup-content-tbl-cell .person-popup-desc p {
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .single-person .person-thumbnail-row .person-thumbnail-col {
        height: 322px;
    }

    .single-person .person-popup-content-wrap:after {
        top:  322px;
    }

    .single-person .person-popup-content-wrap .arrow-popup-fake {
        max-width: 260px;
    }
}