/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

@font-face {
  font-family: 'antenna-condensed';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/AntennaCond-Black.otf);
  font-weight: 900;
}

@font-face {
  font-family: 'antenna-condensed';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/AntennaCond-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: 'antenna-condensed';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-Medium.otf);
  font-weight: 500;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-MediumItalic.otf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-LightItalic.otf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-SemiBold.otf);
  font-weight: 600;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-SemiBoldItalic.otf);
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-Black.otf);
  font-weight: 800;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-BlackItalic.otf);
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-Book.otf);
  font-weight: 400;
}

@font-face {
  font-family: 'Whitney A';
  src: url(https://www.theworkerslab.com/hubfs/TheWorkersLab_2019/Fonts/Whitney-BookItalic.otf);
  font-weight: 400;
  font-style: italic;
}

/* font-family: 'Open Sans', sans-serif; */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}



/*****************************************/
/* Start your style declarations here    */
/*****************************************/




/* ex. 
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
; */



/* ex. 
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
;  */

/* ===== Common CSS ===== */

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
*:focus{ outline:none; }
::-moz-focus-inner{ border:0; }
body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-weight:300; font-size:15px; line-height:24px; color:#333; background:#fff; }
a:active, a:hover, a:focus, input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus { outline: 0px; }
img { border:0; vertical-align: top; height:auto;  }
hr { border-color:#ccc; clear:both; margin-top:30px } 
strong{font-weight:700;}
ol,ul,li { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:400; margin:0 auto;; padding:0px; list-style-type:none; }
ol,ul { margin-left:48px; }
h1, h3, h4 { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; margin:0 auto; font-weight:700; font-style:normal;  }
h2{ font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; font-weight:900; margin:0 auto; padding:0px; }
p { padding:0; margin:0 auto 32px; font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:400; font-size:26px; line-height:32px; color:#333;  }

a { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:900; text-decoration:none; outline:none; color:#1573dd; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
; }
a:hover { color:#333; text-decoration:none; }

.clear { clear:both }
.clearfix { overflow:auto; }
.text-center { text-align:center; }
.m-top{ margin-top:77px; }
.row-fluid [class*="span"].no-height, .row-fluid [class*="span"] { min-height: auto; }
.page-wrapper, .row-fluid .page-wrapper[class*="span"] { margin-left:auto; margin-right:auto; float:none; box-sizing: border-box;  }
.page-wrapper:after, .row-fluid .page-wrapper[class*="span"]:after { clear:both; content: ""; display:table; }
.hs-error-msgs label { display:block; font-size:15px; 
-webkit-transform: translate(2px, -11px);
-moz-transform: translate(2px, -11px);
-o-transform: translate(2px, -11px);
-ms-transform: translate(2px, -11px);
transform: translate(2px, -11px);
; }
.bg-img img { display:none; }
.bg-wrapper { background-size:cover; background-repeat:no-repeat; background-position:center center; }
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { max-width:none; white-space:inherit; overflow:visible; }
.hubspot-link__container.sproket { display:none; }

::-webkit-input-placeholder { opacity:1; color:#a5a5a5;}
::-moz-placeholder { opacity:1; color:#a5a5a5; }
:-ms-input-placeholder { opacity:1; color:#a5a5a5; }
:-moz-placeholder { opacity:1; color:#a5a5a5; }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="submit"]
{ font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; 
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;
;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}
.light {
    font-family: "Whitney A", "Whitney B", Helvetica, Arial, sans-serif !important; font-style: normal; font-weight: 300;
}
.row-fluid .page-overlay { position:fixed; left:0; top:0; width:100%; height:100vh; margin:0 auto; background:#fff; z-index:5; }
.row-fluid .page-overlay .page-loader { position:absolute; top:50%; left:50%; 
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
; width:100px; height:100px; }


/* ===== Header Section Start ===== */
.header-section { margin:0 auto; height:77px; border-bottom: 1px solid #dddddd; background-color:#fff; left: 0; right: 0; position: fixed; z-index: 105; }
.header-section .header-wrapper .main-logo { width:75px; padding: 0; }
.header-section .main-logo img { width:100%; height:auto; vertical-align:middle; }
.header-section .header-wrapper { position:absolute; left:60px; right:60px; width:auto; max-height: 76px; }

.header-section .main-menu { float:right; text-align:right; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul { margin:0 auto; float:right; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { padding:0; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; position:relative; letter-spacing:1px; text-transform:uppercase; font-size:18px; color:#000; position:relative; display: inline-block; line-height:77px; padding: 0 15px; }
/* .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child { display:none; } */
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.active a { color:#dc264b; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:hover a { color:#dc264b; }


.ebiz-toggle { padding:10px 0; background-color:transparent; float:right; border:none; cursor:pointer; width:43px; }
.ebiz-toggle .icon-bar { margin:auto; background-color:#dc264b; border-radius:1px; display:block; height:3px; position:relative; width:22px; 
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
/* .ebiz-toggle .icon-bar:before { position:absolute; left:-5px; top:0; content:''; height:3px; width:3px; background-color: #f45f36; } */
.ebiz-toggle.ebiz-menuopen .icon-bar:before { background:none; }
.ebiz-toggle .icon-bar + .icon-bar { margin-top:4px; }
.ebiz-toggle .icon-bar:nth-child(1),.ebiz-toggle .icon-bar:nth-child(3) { top:0; 
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
; }
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1) { top:7px; 
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
; }
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2) { opacity:0; }
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3) { top:-7px; 
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
; }
.mobile-toggle:after {content:''; position:absolute; height:30px; width:30px; right:11px; z-index:-1; background-color:none; top:7px; }
span.mobile-toggle.ebiz-subopen { position:absolute; width:100%; top:0; left:0; height:45px; }
.main-menu .mobile-menu span.mobile-toggle { display:none; }
.main-menu .mobile-menu span.mobile-toggle i { height:100%; width:100%; cursor:pointer; position:absolute; right:0px; top:4px; 
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.main-menu .mobile-menu span.mobile-toggle i:after,.mobile-toggle i:before { content:""; background-color:#333; height:12px; width:2px; position:absolute; right:25px; top:14px; 
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.main-menu .mobile-menu span.mobile-toggle i:before { 
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
; 
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.main-menu .mobile-menu span.mobile-toggle.ebiz-subopen i:after { 
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
; }
.main-menu .mobile-menu span.mobile-toggle.ebiz-subopen i:before { opacity:0; background-color:#fff; 
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
 }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { display:block; max-width:none; min-width:auto; overflow:visible; text-align:left; text-overflow:inherit; white-space:inherit; width:auto; } 
.main-menu .hs-menu-wrapper ul ul { min-width:290px; text-align:left; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.contact { display:none; }

/* ===== Second Level ===== */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { top:77px; left:auto; right:0; box-shadow: 0px 1px 7px rgba(51, 51, 51, 0.5); 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
; }

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul { background:#fff; border-radius:0 0;  margin:0; overflow: visible; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li { margin:0; border-bottom:1px solid transparent; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li a { text-align:left; position:relative; border:none; font-size:16px; font-weight:400; line-height:22px; padding:10px 15px; color:#000; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:hover ul li a { color:#000; }

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li a:hover { border:none; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li:hover { background:none; border-bottom:1px solid transparent; color:#fff; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li:hover a { color:#dc264b; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li:hover a:after { color:#dc264b; }

/* Third level */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { background:#fff;  margin:0 auto;  left:100%; top:0px;}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li ul li { margin:0;padding:0px; border-bottom:0;  }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li ul li a { text-align:left; position:relative; color:#333; border:none;}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li:hover ul li a { color:#333; }
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li ul li a { color:#dc264b; }

.header-section .social { display:none; }

/* ===== Header Section End ===== */

/* ===== Home Page Start ===== */

.hero-section { width:100%; height:100vh; position:relative; z-index:0; overflow:hidden; }
.hero-section.bg-wrapper { background-position:top center; background-attachment:fixed; }
.hero-section .banner-wrapper { position: absolute; margin:0 auto;  margin-bottom: 96px;  z-index: 1; max-width: 100%; top:48.8%; transform: translateY(-49%); -webkit-transform: translateY(-50%); left:0; right:0; transition: all 0s linear; -moz-transition: all 0s linear; -webkit-transition: all 0s linear; -o-transition: all 0s linear; text-align:center; }
.hero-section .down-aerrow { background: url('https://cdn2.hubspot.net/hubfs/5616236/TheWorkersLab_2019/Images/down-aerrow-2.svg'); width: 53px; height:20px; position: absolute; bottom: 30px; left: 0; right: 0; margin:0 auto !important; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
; z-index:1;  }
.hero-section .down-aerrow:hover, a.back-top-button:hover { cursor:pointer; 
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
; }

a.back-top-button { opacity: 0; visibility: hidden; position:fixed; bottom:40px; right:40px; font-size:0px; cursor:pointer; background: url('https://cdn2.hubspot.net/hubfs/5616236/TheWorkersLab_2019/Images/up-aerrow-gray.svg'); width: 53px; height:20px; margin:0 auto !important; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
; z-index:1; }
a.back-top-button.show { opacity: 1; visibility: visible; }
.title { font-size:33px; line-height:45px; color:#dc264b; margin-bottom:32px; }
.mission-section { position:relative; padding:100px 0; text-align:center; }
.mission-section h2 { font-size:36px; line-height:36px; color:#dc264b; letter-spacing:0.5px; max-width:80%; }
.mission-section .page-wrapper {  }
.mission-section p { max-width:80%; line-height:36px; }

.video-section { padding:100px 0; background-color:rgb(252, 252, 252); text-align:center;  }
.video-section .video-box { max-width:100%; margin:0 auto; }
.video-section p { max-width:80%; line-height:36px; }
.video-section h2.title{ line-height:48px; margin-bottom:32px; letter-spacing:0.5px; }
.video-section iframe { width:100%; max-width:100%; padding-bottom:15px; padding-top:18px; height:680px; }

.feature-section { padding:75px 0 50px; text-align:center;  }
.feature-section h2 { padding-bottom:15px; }
.logo-box-outer { display:inline-block; }
.feat-logo-box { max-width: 270px; display:inline-block; }
.feature-section a { display:inline-block; max-width:270px; }

/* ===== Home Page End ===== */ 

.team-banner{ height:60vh; background-position:top center; position:relative; }
.hero-banner{ background-position:100% 50%; }
.team-banner .banner-wrapper { margin:0 auto; position:absolute; text-align:center; top:50%; left:0; right:0; transform:translateY(-50%);}
.team-banner .banner-wrapper h1, .hero-banner .banner-wrapper h1 { font-size:66px; line-height:76px; color:#fff; }
.hero-banner { margin-top:77px;}
.hero-banner .banner-wrapper { position:relative; padding:75px 0; text-align:center;  }
.hero-banner .banner-wrapper h1 { font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; font-size:84px; line-height:96px; width:60%; }
.hero-banner .banner-wrapper h1 p { font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; font-size:84px; line-height:96px; margin-bottom:32px; color:#fff; }

.program-inno.hero-banner { background-position:50% 0%; }
.program.hero-banner .banner-wrapper { padding:120px 0; }

.team-box { padding-bottom:64px; }
.team-box .team-box-inner { display:inline-block; position:relative; padding-top:64px; }
.team-box .team-box-inner:after { content: ''; height: 2px; width: 100%; background-color: #f7f7f7; display: inline-block; margin: 60px auto; } 
.team-box .team-box-inner .img-block img { max-width:100%; }
.team-box .content-block h2 { font-size:33px; line-height:45px; color:#DC264B; }
.team-box .team-box-inner:first-child .content-block h3 { font-size:22px; line-height:34px; color:#333; margin-bottom:32px; font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; }
.team-box .content-block p { font-size:18px; line-height:32px; margin-bottom:32px; }
.team-box .content-block p:last-child { margin:0 auto; }
.team-box .team-box-inner:last-child:after{ display:none; }
.board-dir-section { background-color:#f7f7f7; padding:64px 0 32px; }
.team-box .team-box-inner .content-block h3 { font-size:18px; color:#333; margin-bottom:32px; font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; }
.board-dir-section h2, .app-que-section h2{ font-size:26px; line-height:38px; color:#dc264b; padding-bottom:64px; text-align:center; }
.board-dir-section h2 { color:#dc246c; }
.board-dir-section .board-dir-box { width:33.33%; float:left; text-align:center; margin-bottom:32px; }
.board-dir-section .board-dir-box h3 { font-size:18px; color:#333; margin-bottom:10px; }
.board-dir-section .board-dir-box ul { margin:0 auto; }
.board-dir-section .board-dir-box ul li { color:#333; font-size:18px; line-height:28px; font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:400; }

.design-social-section { margin:77px auto 0; text-align:center; background-color:rgb(242, 251, 255); }
.design-social-section h1 { font-size: 76px; line-height: 88px; color:#de264e; text-align:center; padding-top:50px; }
.design-social-section img { margin:0 auto; }

.overview-section { padding-top:50px; padding-bottom:10px; }
.overview-section h2, .process-section h2, .status-section h2, .press-section h2,
.more-info-section h2 { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:700; font-style:normal; font-size:33px; line-height:45px; color:#de264e; margin-bottom:32px; }
.overview-section p, .process-section p, .team-section .team-col p { font-size:18px; }
.overview-section p:last-child { margin:0; }
.overview-section p a, .process-section p a, .team-section .team-col p a, .status-section p a, 
.press-section p a, .more-info-section p a, .timeline-section p a, .apply-button p a { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:400; color:#1573dd; }
.overview-section p a:hover, .process-section p a:hover, .team-section .team-col p a:hover, .status-section p a:hover, 
.press-section p a:hover, .more-info-section p a:hover, .app-que-section p a:hover, .timeline-section p a:hover, .apply-button p a:hover { color:#333; }

.fancy_box { display:none; }
.executed-img { text-align:center; padding-top:50px; }
.executed-img .image-block { max-width:270px; float:left; margin:0 10px 30px; }
.executed-img .image-block:hover { box-shadow: 0px 0px 30px rgba(0,0,0,.90); cursor: -webkit-zoom-in; }
.executed-img .image-block:hover a { cursor:-webkit-zoom-in; cursor:zoom-in; }
.fancybox-show-nav.fancybox-can-zoomIn .fancybox-image-wrap { cursor:-webkit-zoom-out; cursor:zoom-out; }
.fancybox-bg { background-color:#fff !important; }
.fancybox-navigation button:before {  }
.fancybox-toolbar .fancybox-button { display:none; }
.fancybox-toolbar .fancybox-button--close { display:inline-block; }

.process-section { background-color:rgb(242, 251, 255); padding-top: 100px;  padding-bottom:100px; }
.process-section ol li { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:400; list-style: decimal !important; font-size: 18px; line-height: 32px; color: #333; }
.process-section ol { list-style:decimal !important; padding-left:0px; }

.team-section { padding-top:50px; }
.team-section h2 { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:700; font-style:normal; font-size:33px; line-height:45px; color:#de264e; }
.team-section .team-col:first-child{ padding-left:0; }
.team-section .team-col:last-child{ padding-right:0; }
.team-section .team-col { width: calc((100% - 30px) / 3); padding-left:30px; float:left; }
.team-section .team-col h3 { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:700; font-size:26px; line-height:38px; margin-bottom:32px; }
.team-section .team-col h3 a { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:700; color:#1573dd; }
.team-section .team-col p, .status-section p, .press-section p, .more-info-section p  { font-size:18px; line-height:32px; }
.team-section .team-col p em { font-style:italic; }

.status-section, .more-info-section { padding-top:50px; padding-bottom:50px; background-color: #f2fbff; }
.press-section { padding-top:50px; padding-bottom:50px; }
.more-info-section p { margin:0 auto; }

.simpale-nav { background-color:#03111c; }
.simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul { display: block; margin: 0; height: 60px; }
.simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul li { width: calc(100% / 6 ); text-align: center; float: left; position: relative; height:78px; overflow:hidden; }
.simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul li a { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:600; white-space: inherit; display:block; float:left; font-size:13px; line-height:23px; width:100%; text-overflow:inherit !important; padding:25px 30px; position: absolute; top: 50%; left: 0; text-align: center; transform: translatey(-50%); color:#ffffff; letter-spacing: 2px; background:none; border-width: 0px;  border-color:#000000;  border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul li:hover {background-color:#dc264b;}


.app-que-section { padding:120px 0 120px; }
.app-que-section .app-que-box { margin-left:100px; padding:80px 0 40px; }
.app-que-section .app-que-box .app-que-box-inner { padding-top:0px; }
.app-que-section h2, .timeline-section h2 { padding-bottom:40px; }
.timeline-section.faq h2 { padding-bottom:48px; }
.app-que-section h3, .timeline-section h3 { text-decoration:underline; }
.app-que-section h4, .timeline-section .question-box h3 { font-size:22px; line-height:34px; color:#333; }
.app-que-section h3 { font-size:22px; line-height:34px; color:#333;  }
.app-que-section h4 { margin-bottom:32px; color:#dc264b; }
.app-que-section ul, .timeline-section ul, .section ul { margin-bottom:32px; }
.app-que-section ul li, .timeline-section ul li, .section ul li { list-style-type:disc; font-size:18px; line-height:32px; color:#333; }
.app-que-section p { font-size:21px; line-height:32px; color:#dc264b; font-weight:700; }
.app-que-section p a { font-weight:600; } 
.apply-button.apply-padding { padding-bottom:80px; }
.apply-button h2, .section-title h2 { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:700; font-size:26px; line-height:38px; color:#dc264b; margin-bottom:32px; text-align:center;  }
.apply-button a.cta_button { display:inline-block; width: auto; font-size:15px; line-height:26px; margin-top:0px; color: #ffffff; letter-spacing: 2px; background-color: #0f222d; padding: 15px 60px 15px 60px;border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px; }
.apply-button a.cta_button:hover { background-color:#dc264b; }
.past-win-btn { padding-bottom:80px; padding-top:30px; border-top:1px solid #bababa; }
.apply-button.past-win-btn a.cta_button { margin-top:0px; }
.faq.timeline-section .question-box h3 { font-size: 22px; line-height: 34px; }

.offset1 {margin-left:100px !important; }
.section { max-width:970px; }
.work-defence-section { margin-top:77px; }
.work-defence-inner { padding-top:100px;  }
.work-defence-inner img { margin-bottom:25px; }
.work-defence-section h3 { font-weight:300; font-size:38px; line-height:50px; margin-bottom:32px; padding-top:50px; }
.work-defence-section p, .work-service .work-serv-box p, .timeline-section p, .section p, .apply-button p { font-size:18px; line-height:28px; }

.color_of_change h3 { font-weight:400; padding-top:25px; }
.spendrise h3 { padding-top:25px; }
.restaurant-opp h3 { font-weight:400; padding-top:75px;  }
.restaurant-opp .work-img-slider { padding-bottom:25px; }

.work-img-slider { max-width:970px; margin:0 auto; padding:43px 0 0; }
.work-img-slider .slick-arrow { cursor:pointer; opacity:1; position: absolute; top:50%;  font-size: 0; width: 22px; height: 41px; margin-top:-20px; background: none; border: 0; z-index:10; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
;   }
.work-img-slider .slick-arrow.slick-prev { left:38px; background:url(https://cdn2.hubspot.net/hubfs/5616236/TheWorkersLab_2019/Images/prev-aerrow-white.svg)no-repeat center; } 
.work-img-slider .slick-arrow.slick-next { right:38px; background:url(https://cdn2.hubspot.net/hubfs/5616236/TheWorkersLab_2019/Images/next-aerrow-white.svg)no-repeat center;} 

.work-img-slider .slick-arrow.slick-prev:hover, .work-img-slider .slick-arrow.slick-next:hover{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
transition: all 0.7s ease;
; }

.slick-dots { text-align:center; margin:15px auto 0; }
.slick-dots li { list-style-type: none; font-size: 0; display: inline-block; width:10px; height:10px; border: 2px solid #56a3b7;  border-radius: 100%; margin: 0 5px; }
.slick-dots li button { font-size: 0; border: 0; background: none; }
.slick-dots li:hover, .slick-dots li.slick-active { border-color:#156379; background:#156379; }
.work-img-slider .slider-inner:before { content:''; background:url(https://cdn2.hubspot.net/hubfs/3460210/bhargav/Kitchen_Renovation/Images/box-pice.png)no-repeat center; width:32px; height:24px; position: absolute; top: -23px; left: 60%; }

.work-service { max-width:970px; margin:0 auto; padding:50px 0 100px; display:inline-block; }
.work-service-outer { float: left; width: 100%; text-align: center; }
.work-service .work-serv-box { width:50%; float:left; text-align:center; padding:0 10px; }
.work-service .work-serv-box img { padding-bottom:25px; }
.work-service .work-serv-box h3 { font-size:30px; line-height:30px; color:#333; margin-bottom:32px; padding-top:25px; }

.more-work { background-color:#f9f9f9; padding:32px 0; }
.more-work h2 { color:#10212d; font-size:26px; line-height:38px; margin-bottom:32px; text-align:center;  }
.project-panel-thumbs {margin-left:-20px; text-align:center; }
.project-panel-thumbs .project-panel-thumb { display: inline-block; vertical-align: top; text-align:center; margin-left:20px; margin-bottom:30px; width: 140px; height: auto; }
.project-panel-thumbs .project-panel-thumb a { display:inline-block; color:#333; font-size:12px; font-weight:400; line-height:18px; }
.project-panel-thumbs .project-panel-thumb a img {  transition: all .25s linear; -moz-transition: all .25s linear; -webkit-transition: all .25s linear; -o-transition: all .25s linear; width: 140px; height: auto; }
.project-panel-thumbs .project-panel-thumb h5 { font-size: 13px; line-height: 18px; color: #10212d ; text-align: center; margin:20px auto 0; }
.project-panel-thumbs .project-panel-thumb:hover a img { opacity:0.5; }

.timeline-section { padding-top:120px; padding-bottom:120px; }
.question-box { margin-bottom:50px; }
.question-box h3 { margin-bottom:30px; font-size:26px; line-height:38px; color:#333; text-decoration:underline; }
.question-box p { color:#333; }

.timeline-section h4 { font-size:22px; line-height:34px; color:#333; margin-top:50px; }
.inno-title-font h2 { font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; }
.inno-fund-section { padding:100px 0; }
.inno-fund-section .video-section { background:none; }
.inno-fund-section .video-section h2 { font-weight:900; font-size:26px; line-height:38px; letter-spacing:0px; }
.inno-fund-section .section, .selection-criteria .section { max-width:970px; }
.inno-fund-section p { line-height:32px; }
.past-winner-section { padding-top:80px; }
.past-winner-section h2 { font-size: 33px; line-height: 45px; }

.winner-box-outer { float: left; width: 100%; padding-top: 80px; }
.winner-box-outer h3 { color:#333; font-size: 30px; line-height: 42px; max-width: 970px; text-align: center; padding-bottom: 32px; border-bottom: 1px solid #bababa; }
.winner-box { padding:80px 0; display:inline-block; }
.winner-box-inner { width: calc(100% / 3); float: left; padding: 0 15px; }
.winner-box .win-img-block { width:100%; margin-bottom:20px; display:table; }
.winner-box a { display:table-cell; vertical-align: middle; width:100%; }
.winner-box a img { max-width: 220px; width: 100%; }

.winner-box p  { font-size:18px; line-height:30px; }

.section-padding { padding:100px 0 }
.selection-criteria { background-color:#f9f9f9; }
.selection-criteria h2 { font-size: 28px; line-height: 40px; color: #dc264b; margin-bottom:74px; }

.timeline-section.process-page-sct { padding:80px 0; }
.timeline-section .question-box h3 { font-size:26px; line-height:38px; }
.timeline-section.process-page-sct h2 { padding:0px; }
.timeline-section.process-page-sct h4 { margin-bottom:32px; }
.inno-fund-section.program { padding-bottom:0px; }
.inno-fund-section .register-btn { margin-top:50px; } 
.register-btn { background-color:#f9f9f9; padding:120px 0 80px; }
.register-btn a.cta_button { margin-top:0px; border-radius:0; }
.timeline-section.faq.section-title h2 { font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; }
.process-page-sct h2 { font-size:28px; line-height:40px; }

.pdf-content { margin-top:77px; }
.rsvp-section iframe { width:100%; }

.error-page { padding:150px 0; text-align:center; }
.error-page h1 {color: #dc264b; font-size: 100px; line-height: 120px; margin-bottom: 30px;}
.error-page h2 { font-size: 50px; text-transform: capitalize; color: #333; line-height: 70px; margin-bottom: 32px; }
.error-page p { max-width:550px; color:#333; }
.error-page a.cta_button { font-weight: 600; color: #333; font-size: 20px; }
.error-page a.cta_button:hover { color:#dc264b; }

.password-req { padding:150px 0 150px 0; text-align:center;  }
.password-req h1 { font-size: 50px; text-transform: capitalize; color: #333; line-height: 70px; margin-bottom: 32px;  }
.password-req form { position:relative; max-width:400px; margin:0 auto; }
.password-req input[type="password"] { height:50px !important; margin-top:0 !important; position:relative; padding-right:150px; }

.password-req input[type="submit"] { height:50px; line-height:50px; padding:0 30px; width:auto; position:absolute; right:0; top:0; }
.password-req input[type="submit"]:hover { background-color:#dc264b; color:#fff; }

.rsvp-section { margin-top:77px; }

/* ===== Blog Page Start ===== */ 

.hero-banner.blog-banner { background:#333333; }
.hero-banner.blog-banner .team-banner { padding:0px; height:64px; }
.hero-banner.blog-banner .banner-wrapper { padding:0px 60px; }
.hero-banner.blog-banner .team-banner h2, .hero-banner.blog-banner .team-banner h2 a { font-size:24px; line-height:30px; text-align:left; margin:0 auto; }

.hero-banner .banner-wrapper h2, .hero-banner .banner-wrapper h2 a { font-family: 'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 900; font-size: 84px; line-height: 96px; margin-bottom: 32px; color: #fff; }
.blog-section-wrapper { margin-top:50px; margin-bottom:50px; }
.blog-left-side { padding-right:50px; }
.blog-section .post-item { margin-bottom:70px; }
.blog-section .post-header h1 { font-size:40px; line-height:48px; margin-bottom:10px; text-transform: none; color:#333; }
.blog-section .post-header h2 { font-size:40px; line-height:48px; margin-bottom:10px; text-transform: none; color:#333; }
.blog-section .post-header h2 a { color:#333; }
.blog-section .post-header h2 a:hover { color:#dc264b; }

.post-body {  }
.blog-section .hubspot-editable, .post-list-content { font-size:18px; line-height:30px; margin-bottom:32px; font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-weight:400; }
.author-link { color:#dc264b; }
.author-link:hover { color:#333; }

.post-listing .post-item .post-body .hs-featured-image {
  float: right;
  max-width: 40%;
  margin: 0 0 20px 20px;
}

.hs-featured-image { 
  float: none;
  max-width: 100%;
  margin: 0 0 20px 0;
}
.blog-section  a.more-link { color: #dc264b; padding: 6px 25px; display: inline-block; border: 2px solid #dc264b; }
.blog-section  a.more-link .fa { margin:0 5px; }
.blog-section  a.more-link:hover { background-color:#dc264b; color:#fff; -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.post-bottom { margin-top:32px; padding: 20px 0; border-top:1px solid rgba(0,0,0,0.2); position:relative; }
.post-bottom p { margin:0 auto; font-size:14px; line-height:20px; }
.post-bottom p a { display: inline-block; margin: 4px 10px; padding: 0 8px; border: 2px solid transparent; font-weight:400; color:#333; }
.post-bottom p a:hover { border-color:#dc264b; color:#dc264b; }

.post-bottom:after { background: url(https://cdn2.hubspot.net/hubfs/6272906/TheWorkersLab_2019/Images/bottom-shadow.png)no-repeat center; width: 100%; height: 8px;  content: ''; position: absolute; background-size: contain; bottom: -5px; }

.blog-section .blog-pagination { margin:0px auto 100px; display:inline-block; }
.blog-section .blog-pagination a { display: inline-block; font-weight:600; font-size: 16px; padding: 10px 30px; margin: 0 10px; background:#eee; color:#333; }
.blog-section .blog-pagination a.disabled { cursor: default; opacity: 0.6; }
.blog-section .blog-pagination a:hover { background:#dc264b; color:#fff; }
.blog-section .blog-pagination a.previous-posts-link .fa { margin-right:5px; }
.blog-section .blog-pagination a.next-posts-link .fa { margin-left:5px; }

.blog-right-side h3 { font-size:28px; line-height:34px; margin-bottom:32px; color:#333; }
.blog-right-side p { font-size:18px; line-height:30px; }

.blog-right-side ul.blog-tab { margin:0 auto; border-bottom:1px solid rgba(0,0,0,0.2);  }
.blog-right-side ul.blog-tab li { display:inline-block; }
.blog-right-side ul.blog-tab li a { position:relative; font-weight:600; color:#333; font-size:18px; padding:15px 30px; display:block;  }

.blog-right-side ul.blog-tab li a:before{ content: ""; display: block; height: 5px; position: absolute; left: 0; right: 0; bottom: -3px; border-radius: 5px; background-color: #dc264b; opacity: 0; }
.blog-right-side ul.blog-tab li a.active:before{ opacity:1; }

.blog-right-side ul { margin:0 auto; }

.subscribe-form { box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.15), 0 20px 60px -10px rgba(0, 0, 0, .15); padding:30px; margin:50px auto 0; background-color:#dc264b; position: -webkit-sticky; position: sticky; top:100px;  }
.subscribe-form h3 { font-size:28px; line-height:34px; margin-bottom:32px; color:#fff; }
.subscribe-form form label { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; color:#fff; font-weight:600; }
.subscribe-form form .field { padding:10px 0; }

.subscribe-form form .hs-button { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; cursor:pointer; display:inline-block; padding:10px 20px; width:auto; margin-top:20px; color:#333; background-color:#333; color:#fff; }
.subscribe-form form .hs-button:hover {-webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1);}

.blog-section .section.post-body h2 { font-family:'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif ; font-size:32px; line-height:36px; color:#333; margin-bottom:30px; font-weight: 700;}

.blog-section a { color:#dc264b; }
.blog-section a:hover { color:#333; }  

/* .tab-content { display:none; } */

.tab-content ul li { border-bottom:1px solid rgba(0,0,0,0.3); }
.tab-content ul li:last-child { border:0px; }
.tab-content ul li a { padding:10px 0; display:block; font-size:18px; color:#333; font-weight:600; }
.tab-content ul li a:hover {color:#dc264b;}
.tab-content a.filter-expand-link { font-size:18px; color:#333; padding:10px 0; display:inline-block; }

.social-sharing .share-buttons { margin:50px auto 0; }
.social-sharing .share-buttons li { display: inline-block; margin-right:10px; }
.social-sharing .share-buttons li a { font-size:18px; display: inline-block; width:40px; height:40px; line-height:40px; text-align: center; background-color:#333; }
.social-sharing .share-buttons li a:hover { color:#dc264b; -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* ===== Blog Page End ===== */


/* ===== Footer Section Start ===== */

.footer-section-top { background-color:#0f212f; padding:75px 0 50px 0; }
.footer-section-top .social { padding-left:200px; text-align:center; padding-bottom:50px; }
.footer-section-top .social h5, .footer-section-top .mail-newsletter h3 { letter-spacing: 0.5px; font-family:'antenna-condensed', 'sans-serif', Helvetica, Arial, sans-serif ;  font-style: normal; font-weight: 900;; font-size:15px; line-height:28px; color:#fff; margin:0 auto 32px; }
.footer-section-top .mail-newsletter h3 { margin-bottom:24px; }
.footer-section-top .social ul{ margin:0 auto; }
.footer-section-top .social ul li{ display:inline-block; width:36px; margin:0 3px; }
.footer-section-top .social ul li a { display:inline-block; width:36px; height:36px; }
.footer-section-top .social ul li a svg { vertical-align:middle; width:36px; height:26px; }
.footer-section-top .social ul li a svg path { fill:#fff; } 
.footer-section-top .social ul li a:hover svg path { fill:#dc264b; }

.footer-section-top .mail-newsletter  { padding-right:200px; text-align:center; }
.hs-form-required { display:none; }
.footer-section-top form .hs-error-msgs { text-align:left; }
.footer-section-top form .hs-error-msg { position:absolute; left:0; }
.footer-section-top form .hs-error-msgs label { color:#fff; display: block; font-size: 13px; -webkit-transform: translate(2px, -11px); -moz-transform: translate(0); -o-transform: translate(0); -ms-transform: translate(0); transform: translate(0); }
.footer-section-top .mail-newsletter form { display: inline-block; text-align: center; position:relative; }
.footer-section-top .mail-newsletter .field > .input { 
  padding-top: 0;
}
.footer-section-top .mail-newsletter .hs-form .hs-form-field {
  padding: 0;
}
.footer-section-top .mail-newsletter .hs-input:not([type="radio"]):not([type="checkbox"]) {
  border-radius: 0;
  line-height: 18px;
}
.footer-section-top form .hs-form-field { float:left; }
.footer-section-top form input { padding:10px 30px; background-color:#f0f0f0; color:#10212d; width:170px; font-size:15px; text-align:center; }
.footer-section-top form .hs-submit { float:left; }
.footer-section-top form .hs-button  { width:auto; font-size:15px; color:#fff; background-color:#d1d2d1; line-height:18px;  }
.footer-section-top form .hs-button:hover { background-color:#dc264b; color:#fff; }
.footer-section-top form input:hover, .footer-section-top form input:focus { color:#000; } 
.footer-section-top form input:hover, .footer-section-top form input:focus { background-color:#e6e6e6; }

.footer-section-bottom { padding:25px 0; text-align:center; background-color:#03111c; }
.footer-section-bottom p { font-size:18px; line-height:28px; color:#fff; margin:0 auto; }
.footer-section-bottom p a { color:#fff; font-weight:400; }
.footer-section-bottom p a:hover { color:#dc264b; }

.simple-unsubscri { padding:50px 0; text-align:center; }
.simple-unsubscri h1 { font-weight:600; font-size: 33px; line-height: 45px; color: #dc264b; margin:0 auto 30px;}
.simple-unsubscri h3 { font-weight:600; font-size: 26px; line-height: 30px; color: #333; margin:0 auto 30px; }
.simple-unsubscri h2 { font-size:20px; }
.simple-unsubscri form .hs-input { background-color:#f0f0f0; line-height:30px !important; margin-bottom:30px !important; padding:10px 15px !important; }
.simple-unsubscri form .hs-button { display: inline-block; width: auto; font-size:16px; line-height: 26px; margin-top: 0px; color: #ffffff; letter-spacing: 2px; background-color: #0f222d; padding: 15px 60px 15px 60px; border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px; }
.simple-unsubscri form .hs-button:hover { background-color:#dc264b; }

.simple-unsubscri p { font-size:16px; }
.success { font-size:20px; color:green; font-weight:600; }
.email-prefs .item { text-align: center;  max-width: 500px; margin:15px auto; }
.email-prefs .item .item-inner { float: none; margin: 0 auto; }
.checkbox-row span.fakelabel span, .checkbox-row input { float:none; }
.checkbox-row input { top:0; }
.subscribe-options { margin-bottom:32px; }

.webinar-banner { background: #DF246C; text-align: center; padding:100px; }
.webinar-banner .banner-wrapper h1 { font-size: 84px; line-height: 90px; color: #fff; }
.webinar-section { padding:100px 0; }
.webinar-section h2 { font-size: 33px; line-height: 45px; color: #dc246c; margin-bottom: 32px; }
.webinar-section h3 { font-size: 22px; line-height: 34px; color: #333; margin-bottom: 32px; font-style: normal; font-weight: 900; }
.webinar-section p { font-size: 18px; line-height: 32px; margin-bottom: 32px; }

.webinar-section .contact-us form fieldset { max-width:100%; }  
.webinar-section .contact-us form fieldset .hs-input { border:1px solid #ccc; width:100%; margin-bottom:20px; }
.webinar-section .contact-us form label { font-size:16px; color:#565656; font-family: 'Whitney A', 'Whitney B', Helvetica, Arial, sans-serif; font-weight:600; margin-bottom: 5px; display: inline-block; }
.webinar-section .contact-us form .hs-submit { margin: 0 auto; text-align: center; margin-top:50px; }
.webinar-section .contact-us form .hs-submit .hs-button { background: #dc246c; color: #fff; display: inline-block; width: 250px; padding: 15px 40px; margin: 0 auto; } 
.webinar-section .contact-us form .hs-submit .hs-button:hover, .webinar-section.contact-section .contact-us form .hs-submit .hs-button:hover { background-color:#333; }

.webinar-section.contact-section .contact-us form .hs-submit .hs-button { background:#dc264b; }
.contact-banner { background-color:#000000; }


.ext-form #df-card-container{float:none; margin:0 auto;}
.ext-form #df-card-container .actions{ text-align:center; }

form fieldset .hs-input.error {  border-color: #ff0000 !important; }
form label.hs-error-msg { color:#ff0000 !important;}

/* ———————————————————— Color Sections Start———————————————————— */

.white-content p {
  color: #fff;
}

/* ———————————————————— Color Sections End———————————————————— */

/* ===== Responsive Start ===== */
@media (max-width:767px) { .row-fluid .page-wrapper, .row-fluid .page-wrapperer[class*="span"]{ width:80%; } }        
@media (min-width:768px) { .row-fluid .page-wrapper, .row-fluid .page-wrapper[class*="span"]{ width:724px; } } 
@media (min-width:992px) { .row-fluid .page-wrapper, .row-fluid .page-wrapper[class*="span"]{ width:970px; } }
@media (min-width:1200px) { 
  .row-fluid .page-wrapper, .row-fluid .page-wrapper[class*="span"]{ width:1170px; }
  .apply-button a.cta_button{ font-size:16px; line-height:28px; }
  .title, .more-info-section h2, .press-section h2 { font-size:36px; line-height:48px; }
  .team-banner .banner-wrapper h1 { font-size:100px; line-height:115px; }
  .team-box .team-box-inner:first-child .content-block h3 { font-size: 24px; line-height:36px; }
  .board-dir-section h2, .question-box h3, .apply-button h2, .section-title h2, .app-que-section h2 { font-size:28px; line-height:40px; }
  .team-box .content-block h3,  .faq.timeline-section .question-box h3 { font-size: 24px; line-height:36px; }
  .team-box .content-block h2, .overview-section h2, .process-section h2, .team-section h2, .past-winner-section h2  { font-size:36px; line-height:48px; }
  .design-social-section h1 { font-size: 84px; line-height: 96px; }
  .team-section .team-col h3, .more-work h2, .inno-fund-section .video-section h2{ font-size:26px; line-height:38px; }
  .simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul li a { font-size:14px; line-height:24px; }
  .work-defence-section h3 { font-size: 42px; line-height: 54px; }
  .work-defence-section p, .work-service .work-serv-box p, .apply-button p { font-size:20px; line-height:32px; } 
  .project-panel-thumbs {margin-left:-30px; }
  .project-panel-thumbs .project-panel-thumb{display: inline-block; vertical-align: top; margin-left:30px; width: 170px; height: auto; }
  .project-panel-thumbs .project-panel-thumb a img { width: 170px; height: auto; }
  .selection-criteria h2 { font-size:30px; line-height:42px; }
  .winner-box-outer h3 { font-size:32px; line-height:44px; }
  .timeline-section h4, .app-que-section h4, .app-que-section h3  { font-size:24px; line-height:36px; }
  .process-page-sct h2 { font-size: 30px; line-height: 42px; }
  .timeline-section .question-box h3 { font-size:22px; }
  .blog-section .post-header h2, .blog-section .post-header h1 { font-size: 42px; line-height: 52px; }
  .simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul li a { padding:25px 60px; }
  .webinar-section h2 { font-size:36px; line-height: 48px; }
  .webinar-section h3 { font-size: 24px; line-height: 36px; }
  .contact-section .page-wrapper { max-width:970px; }
}

@media(min-width:992px){
  .ebiz-toggle,.home-menu .mobile-menu span.mobile-toggle i,.mobile-toggle:after{display:none;}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{opacity:1;visibility:visible;}
  .contact-section .page-wrapper { max-width:750px; }
}

@media (max-width:1199px) {
  .executed-img .image-block { max-width:47%; }
  .design-social-section h1{ padding-top:40px; }
  .process-section { padding:70px 0; }
  .blog-right-side ul.blog-tab li a { padding:15px 20px; }
  .subscribe-form h3 { font-size:24px; line-height:30px; }
}

@media (max-width: 979px) and (min-width: 768px) {
  .offset1 { margin-left: 82px !important;}
  .work-img-slider { max-width:600px; }
  .work-defence-inner .offset1 { margin-left:50px !important; }
  .work-defence-inner .section { max-width:600px; }
  .work-service { max-width:600px; }
  .work-service .work-serv-box { padding:0 15px; }
}

@media (max-width:991px) {

  .main-menu .mobile-menu span.mobile-toggle { display:block; }
  .header-section .socil-outer .social { display:block; }
  .header-section .social ul{ margin:0 auto; }
  .header-section .social ul li{ display:inline-block; width:36px; margin:0 3px; }
  .header-section .social ul li a { display:inline-block; width:36px; height:20px; }
  .header-section .social ul li a svg { vertical-align:middle; width:20px; height:16px; }
  .header-section .social ul li a svg path { fill:#aaa; } 
  .header-section .social ul li a:hover svg path { fill:#dc264b; }

  .header-section .mobile-menu .social ul { min-width:100%; text-align: center; float: none; margin: 0 auto; display: inline-block; margin:15px auto; }
  .header-section .main-menu .mobile-menu .social ul li { display:inline-block; float:none !important; width:auto !important; }
  .header-section .main-menu .mobile-menu .social ul li a { padding:0; line-height:24px; }

  .section-padding { padding:70px 0; }
  .header-section .header-wrapper{ left:0px;right:0px; }
  .header-section .header-wrapper .main-logo { float:left; margin-left:60px; }
  .header-section .main-menu { padding-right:60px; }
  .ebiz-toggle { margin:20px 0; }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { box-shadow:none; }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display:none; padding:0; position:absolute; top:77px; left:0; width:100%; background-color:#fff; box-shadow:0 3px 9px 0 rgba(0,0,0,0.2); z-index:9999; }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li { float:left; width:100%; line-height:inherit; padding:0; margin:0; text-align:center;  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a { padding:15px; border-bottom:1px solid rgba(255,255,255,0.5); font-size:18px; color:#000; line-height:24px; display:inline-block; width:100%; }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:hover { background: none; color:#dc264b; }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li:hover a {color: #dc264b;}
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul { float:none; background-color: #fff;padding:0; border-radius: 0;}
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul li { float:none; }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { line-height:24px; color:#333; display:inline-block ; padding:15px;  }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a.active { color:#dc264b; }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li:hover {background: none;}  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:before { display:none; }  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul { transition:unset; background-color:transparent; }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li ul li a { padding:0;}
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { position:static; opacity:1; visibility:visible; display:none; width:100%; float:left; }

  .hero-banner .banner-wrapper h1 { font-size: 76px; line-height: 88px; }
  .video-section iframe { height:400px; }
  .footer-section-top .social { padding-left:50px; }
  .footer-section-top .mail-newsletter { padding-right:50px; }
 
   
  .mission-section, .video-section { padding:70px 0; }
  .feature-section { padding:50px 0; }

  .team-banner .banner-wrapper h1, .hero-banner .banner-wrapper h2, 
  .hero-banner .banner-wrapper h2 a, .webinar-banner .banner-wrapper h1 { font-size:58px; line-height:71px; }
  .executed-img .image-block { max-width:47%; }
  .design-social-section h1, .overview-section, .team-section{ padding-top:32px; }  
  .process-section { padding:50px 0; }
  .press-section { padding:35px 0 }

  .app-que-section .app-que-box { margin-left:60px; padding-top:0px; }
  .work-defence-inner { padding-top:70px; }
  .inno-fund-section .offset1, .offset1  { margin-left:0 !important; }
  .timeline-section, .inno-fund-section { padding:80px 0; }

  .team-box .team-box-inner { padding-top:40px; } 
  .team-box .team-box-inner:after { margin:40px auto; }

  .blog-section .post-header h2, .blog-section .post-header h1 { font-size:34px; line-height:40px; }
  .blog-section-wrapper .blog-left-side { width:100%; padding-right:0; padding-bottom:0px; }
  .blog-section-wrapper .blog-right-side { width:100%; padding-bottom:50px; margin:0 auto; }
  .blog-section .post-item { margin-bottom:50px; } 
  .subscribe-form form fieldset { max-width:100%; }
  .blog-section .blog-pagination, .social-sharing .share-buttons { margin-bottom:50px; }

  .simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul li a { padding:0 15px; }

  /* 11-10-2019 */
  .hero-section { height: 358px;}
  .hero-section .banner-wrapper { margin-bottom: 0; top: calc(50% + 10px);}
  .hero-section .banner-logo img {max-width: 200px;}
  
  
    .hero-section.bg-wrapper {  background-position: center !important; background-attachment: unset;}
}

@media (max-width:767px){
  .hero-section { height: calc(60vh - 77px); margin-top: 77px; }
  .hero-section .banner-wrapper {top: 48%; }
  .section-padding { padding:50px 0; }
  .header-section .header-wrapper .main-logo { float:left; margin-left:10%; }
  .header-section .main-menu { padding-right:10%; }
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a { font-size:16px; line-height:22px; }
  .video-section .video-box { max-width:100%; }
  .video-section h2.title, .mission-section .title h2, .title { font-size:29px; line-height:38px; }
  .mission-section, .video-section { padding:50px 0; }
  .mission-section p, .video-section p{ font-size:22px; }  
  .video-section .video-box p { max-width:100%; }
  .hero-banner .banner-wrapper h1 { width:90%; font-size: 62px; line-height: 74px; }
  .hero-banner .banner-wrapper h1 p { font-size: 62px; line-height: 74px; }
  .hero-section .banner-logo img { max-width:50%; }
  .footer-section-top .page-wrapper { width:80%; }
  .footer-section-top .social { padding-left:0px; }
  .footer-section-top .mail-newsletter { padding-right:0px; }
  .footer-section-top .social h5, .footer-section-top .mail-newsletter h3 { font-size:12px; }
  .footer-section-bottom p { font-size:15px; }
  .footer-section-top .mail-newsletter form { width:100%; }
  .footer-section-top form .hs-form-field { width:100%; }
  .footer-section-top form input { width:100%; margin-bottom:2px; font-size:13px; }
  .footer-section-top form .hs-submit { width:100%; }
  .footer-section-top form .hs-button { width:100%; font-size:13px; }

  .team-banner .banner-wrapper h1, .hero-banner .banner-wrapper h2, .hero-banner .banner-wrapper h2 a { font-size:46px;  line-height:54px; }
  .design-social-section h1 { font-size:62px; line-height:74px; }
  .overview-section h2, .process-section h2, .status-section h2, .press-section h2, .more-info-section h2 { font-size:29px; line-height:41px; }
  .executed-img .image-block { max-width:45%; }
  .team-box .content-block h2 { font-size: 29px; line-height: 41px; }
  .team-section .team-col { width:100%; padding:0; margin:0 auto; }
  .design-social-section h1, .overview-section, .team-section{ padding-top:27px; }
  .press-section { padding:27px 0 }
  .process-section, .more-info-section { padding:40px 0; }

  .past-winner-section .section-title h2 { font-size: 29px; line-height: 41px; }
  .winner-box-outer h3 { font-size: 26px; line-height: 38px; }

  .work-service .work-serv-box h3 { font-size:26px; line-height:30px; }
  .timeline-section.faq h2 { padding-bottom:0; }
  .faq.timeline-section .question-box h3 { font-size:20px; line-height:30px; }

  .simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul { height:auto; }
  .simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul li { width:100%; height:auto; }
  .simpale-nav .hs-menu-wrapper.hs-menu-flow-vertical ul li a { position:relative; transform: translatey(0); padding:5px 0; }
  .app-que-section, .timeline-section, .inno-fund-section { padding:60px 0; }  
  .app-que-section .app-que-box { margin:0 auto; padding-top:0px; } 
  .app-que-section .app-que-box .app-que-box-inner { padding-top:30px; }
  .apply-button a.cta_button { margin-top:0px; }
  

  .work-defence-inner { padding-top:50px; } 
  .work-defence-section h3 { font-size:33px; line-height:45px; padding-top:0; }
  .work-service .work-serv-box { width:100%; margin-bottom:30px; }
  .work-img-slider { margin:20px 0; }
  .work-service { padding:30px 0 0 0; }

  .inno-fund-section .video-section { padding:30px 0; }

  .apply-button h2, .section-title h2, .question-box h3 { font-size:22px;  line-height:34px; }
  .winner-box-outer, .past-winner-section { padding-top:40px; }
  .winner-box { padding:40px 0; }
  .winner-box-inner { width:100%; padding:0; }
  .past-win-btn { padding-bottom:40px; }

  .board-dir-section .board-dir-box { width:100%; }

  .blog-section .post-header h2, .blog-section .post-header h1 { font-size:30px; line-height:36px; }

  .blog-right-side ul.blog-tab { border-bottom:0px; }
  .blog-right-side ul.blog-tab li { width:100%; margin-bottom:10px; }
  .blog-right-side ul.blog-tab li a { background-color:#eee; }
  .blog-right-side ul.blog-tab li a.active { background-color:#dc264b; color:#fff; }
  .blog-right-side ul.blog-tab li a:before { display:none; }
  .blog-tab .tab-content .block { padding:0 0 20px; }
  .blog-tab .tab-content ul li a { background:none; padding:10px 0; }
  .blog-tab .tab-content h3 { display:none; }

  .subscribe-form { position:relative; top:0; } 
  .blog-right-side { padding-bottom:50px; }
  .section.post-body ul li a img { width:auto !important; float:none !important; }

  .simple-unsubscri form .hs-input { width:100% !important; }
  .simple-unsubscri h1, .webinar-section h2 { font-size:28px; line-height:34px; }

  .simple-unsubscri form .hs-button { white-space:normal; word-wrap:break-word; padding:10px 30px; font-size:14px; }
  .webinar-banner, .webinar-section { padding:70px 0; }
  .webinar-banner .banner-wrapper h1 { font-size: 38px; line-height: 45px; }
  
  .hero-banner.blog-banner .banner-wrapper { padding:0px; }
  .hero-banner.blog-banner .team-banner h2, .hero-banner.blog-banner .team-banner h2 a { text-align:center; }
  

}

@media (max-width:567px){
  .row-fluid .page-wrapper, .row-fluid .page-wrapperer[class*="span"]{ width:90%; }
  .section-padding { padding:30px 0; }
  .header-section .header-wrapper .main-logo { float:left; margin-left:5%; }
  .header-section .main-menu { padding-right:5%; }
  .video-section .video-box{ max-width:100%; }
  .video-section h2.title, .mission-section .title h2, .title{ font-size:24px; line-height:30px; }
  .mission-section, .video-section { padding:40px 0; }
  .mission-section p, .video-section p { font-size:19px; line-height:24px; max-width:100%;}
  .team-box .content-block p, .team-section .team-col p, .status-section p, .press-section p, .more-info-section p { font-size:16px; line-height:29px; }
  .video-section h2.title { margin-bottom:30px; }
  .design-social-section h1 { font-size:54px; line-height:66px; }
  .overview-section h2, .process-section h2, .status-section h2, .press-section h2, .more-info-section h2 { font-size:24px; line-height:36px; }
  .executed-img .image-block { max-width:100%; }
  .design-social-section h1, .overview-section, .team-section{ padding-top:24px; }
  .press-section, .more-info-section { padding:25px 0 }
  .process-section { padding:30px 0; }
  .past-winner-section .section-title h2, .team-box .content-block h2 { font-size: 24px; line-height: 36px; }
  .winner-box-outer h3 { font-size: 22px; line-height: 34px; }
  .team-box .team-box-inner:first-child .content-block h3 { font-size:18px; line-height:30px; }
  
  .app-que-section ul li, .timeline-section ul li, .section ul li { font-size:16px; }
  .work-defence-section p, .work-service .work-serv-box p, .timeline-section p, .section p, .apply-button p { font-size:16px; }

  .hero-banner .banner-wrapper h1, .hero-banner .banner-wrapper h1 p, .hero-banner .banner-wrapper h2, .hero-banner .banner-wrapper h2 a { font-size:38px;  line-height:45px; }
  .project-panel-thumbs .project-panel-thumb { height: auto; margin-bottom: 5%; margin-left:5%; width:42.5%; }
  .project-panel-thumbs .project-panel-thumb a img { height: auto; width: 100%; }
  .work-defence-section h3 { font-size:27px; line-height:39px; }
  .video-section iframe { height:250px; }
  .apply-button h2, .section-title h2 { font-size:21px;  line-height:33px; }
  .question-box h3 { font-size:20px;  line-height:32px; }
  .blog-section .post-header h2, .blog-section .post-header h1 { font-size:24px; line-height:30px; }
  .hs-featured-image { max-width:100%;float:none; margin-bottom:15px; }
  .blog-section .blog-pagination a { padding:6px 20px; }
  .webinar-section .contact-us form fieldset .hs-input { width:100% !important; }
  .webinar-section .contact-us form .hs-submit .hs-button { width:auto; }

}
img @media  (max-width: 567px)
{
  float: none;
}

@media screen and (max-width:767px) {
  img {
    float:none!important;
  }
}


