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

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


/*****************************************/
/* Blog Styles   */
/*****************************************/

.wh-btn {
	 -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(23,28,143);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 6px 18px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border-radius: 0px;
    background: transparent;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
}

.wh-btn:hover {
	background: #fff;
	 color: #171c8f;
}

.wh-btn-dark {
	 -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(23,28,143);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 6px 18px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    border-radius: 0px;
    background: transparent;
    border: 3px solid #073763;
    color: #073763;
    font-weight: bold;
}

.wh-btn-dark:hover {
	background: #073763;
	 color: #fff;
}

.leg-btn {
	display: block!important;
    float: left!important;
	text-transform: lowercase;!important;
    height: auto!important;
    width: 15%!important;
    font-family: 'Open Sans',sans-serif!important;
    font-weight: 700!important;
    font-size: 16px!important;
    text-align: center!important;
    color: #171c8f!important;
    padding-top: 10px!important;
    border: 3px solid #171c8f!important;
    margin-top: 30px!important;
}

.sub-nav h2 {
	 font-weight: bold!important;
	 font-size: 22px;
}

.mindfill-logo {
	height: 60px!important;
    width: 270px!important;
    margin-top: -20px!important;
}


.gen-btn {
    color: #171c8f!important;
    display: block!important;
    padding: 10px!important;
    border: 3px solid #171c8f!important;
    text-decoration: none!important;
    text-align: center!important;
    font-family: 'Open Sans',sans-serif!important;
    font-weight: 700!important;
    width: 170px!important;
    font-size: 14px!important;
    float: none!important;
    height: auto!important;
}


/* .know-wrap .post-item {
  width: 40%!important;
  display: inline-block!important;
  margin-right: 20px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
} */

.seche {
  margin-top: -20px!important;
}

.seche-link {
    position: absolute;
    width: 180px;
    height: 80px !important;
    border-right: none !important;
    top: 50px;
    left: 250px;
    background: transparent!important;
}

.hs-author-profile h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}


.hs-author-profile {
  margin-bottom: 35px;
  border-bottom: 5px solid #CCC;
  padding-bottom: 35px;
}

.hs-author-bio {
  color: #333;
}

.hs-author-listing-header {
  display: none!important;
}

.post-body a {
  color: #171c8f;
  padding: 2px;
  font-weight: bold;
}

.post-item {
  padding-bottom: 50px;
}

.post-header h2 {
    padding: 0!important;
    font-size: 50px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #171c8f !important;
    line-height: 50px;
}

.post-item h2 {
    padding: 0!important;
    font-size: 50px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #171c8f !important;
    line-height: 50px;
}

.post-item a {
  color: #171c8f !important;
  background: transparent !important;
}

.post-header a {
  color: #171c8f !important;
  background: transparent !important;
  padding: 0!important;
}

.more-link {
    margin-top: 10px;
    color: #171c8f;
    display: block;
    padding: 10px !important;
    border: 3px solid #171c8f;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 14px;
    background: transparent !important;
    cursor: pointer;
    width: 120px;
    transition: all 0.5s ease;
}

.more-link a:hover {
  background-color: #171c8f;
  color: #fff;
}

#hs_cos_wrapper_module_15392438976691577 a {
    margin-top: 10px;
    color: #ffffff;
    display: block;
    border: 3px solid #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    width: 80%;
}

.custom_listing_comments {
    display: none;
}

#hubspot-topic_data {
    display: none;
}

.hs-blog-social-share-list {
    display: none;
}

.form-title {
    color: #171c8f;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
}

.block h3 {
    color: #171c8f;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    text-align: left;
    margin-top: 20px;
}

.hs-input {
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    border: 2px solid #171c8f;
    width: 100% !important;
    margin-bottom: 15px;
}

.hs-postlisting-item a {
   text-align: left;
   color: #171c8f;
   font-size: 18px;
   padding: 0px 0px 15px 0px;
   display: block;
}

.hs-button {
    margin-top: 10px;
    color: #171c8f;
    display: block;
    padding: 10px;
    border: 3px solid #171c8f;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    margin-bottom: 25px;
}

.widget-module a {
   text-align: left;
   color: #171c8f;
   font-size: 18px;
   padding: 0px 0px 15px 0px;
   display: block;
}


.hs-author-avatar {
  display: none !important;
}

.hs-author-social-section {
  display: none;
}

.post-body em {
  text-transform: uppercase;
  font-style: normal !important;
}

.post-footer {
  display: none;
}

.hs-cta-node {
  text-align: left !important;
}

.blog-pagination a {
  margin-top: 10px;
  color: #171c8f;
  display: block;
  padding: 10px;
  border: 3px solid #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}

.blog-pagination a:hover {
  background-color: #171c8f;
  color: #fff;
}

.hubspot-editable a {
  color: #171c8f !important;
  font-weight: bold;
}

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


.hs_please_can_you_assist_me_with {
  margin-bottom: 25px !important;
}

label {
  font-weight: bold !important;
}

body {
  margin: 110px 0 0 0;
}

a {
  text-decoration: none;
  padding: 10px;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 50px !important;
  line-height: 50px;
  margin-left: -5px;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
}

.top-nav {
  margin-bottom: 5px !important;
  height: 40px;
}

.top-nav a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center !important;
  float: right;
  padding: 0px 20px 0px 20px;
  display: block;
  border-right: 1px solid #fff;
  height: 35px;
  width: 140px;
}

.mobi-nav {
  background-color: #171c8f;
  padding: 10px 50px 10px 50px;
  display: none !important;
  background-image: url("https://content.interwaste.co.za/hubfs/int-sech-logo-new.png");
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 200px;
  z-index: 2000000;
}

.mobi-nav-mindfill {
  background-color: #171c8f;
  padding: 10px 50px 10px 50px;
  display: none !important;
  background-image: url("https://content.interwaste.co.za/hubfs/mindffill-logo.png");
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 200px;
  z-index: 2000000;
}

#fullscreen {
  z-index: 1000000;
  background-color: #171c8f;
  height: 600px;
  width: 100%;
  position: absolute !important;
  display: none;
  color: #FFF;
  padding: 50px 50px 100px 50px;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

#fullscreen a {
  color: #fff !important;
  text-decoration: none;
  display: block;
  font-weight: 700;
}

.hamburger a {
  background-image: url("https://www.scjunction.com/hubfs/burger.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
  float: right;
}

.insta {
  display: block;
  width: 42px !important;
  height: 35px !important;
  background-image: url("https://content.interwaste.co.za/hubfs/Icons/linkedin.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px !important;
}

.fb {
  display: block;
  width: 42px !important;
  height: 35px !important;
  background-image: url("https://content.interwaste.co.za/hubfs/fb.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px !important;
}

.tweet {
  display: block;
  width: 42px !important;
  height: 35px !important;
  background-image: url("https://content.interwaste.co.za/hubfs/Icons/youtube.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px !important;
}

.world {
  display: block;
  width: 42px !important;
  height: 35px !important;
  background-image: url("https://content.interwaste.co.za/hubfs/world.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px !important;
}

.login {
  background-image: url("https://content.interwaste.co.za/hubfs/world.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.phone {
  background-image: url("https://content.interwaste.co.za/hubfs/phone.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin-right: 7px;
}

.main-nav {
  padding: 10px 20px 50px 20px !important;
  height: 60px;
}

.main-nav a:not(.nostyle) {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  float: right;
  padding: 0px 20px 0px 20px;
  display: block;
  border-right: 1px solid #fff;
  height: 35px;
}

.quote {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  text-align: left;
  float: right;
  padding: 5px 20px 5px 20px !important;
  display: block;
  border: 3px solid #fff !important;
  height: 25px !important;
}


.extra-pad {
  padding-top: 10px !important;
  height: 25px !important;
}

.header-container-wrapper {
  background-color: #171c8f;
  font-family: 'Open Sans', sans-serif;
  padding: 0px 0px 0px 0px !important;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 5;
}

.hero-wrap {
  color: #fff;
  background-image: url("https://content.interwaste.co.za/hubfs/Hero_bg.jpg");
  min-height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center left;
}

.hero-wrap-solutions {
  color: #fff;
  background-image: url("https://content.interwaste.co.za/hubfs/waste-solutions-hero.jpg");
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.hero-wrap-hazardous {
  color: #fff;
  background-image: url("https://content.interwaste.co.za/hubfs/Canvas-squashed.jpg");
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.page-title {
  background-color: #171c8f;
}

.page-title h1{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 20px;
  font-size: 40px;
}

.page-title.title-dark {
  background-color: #FFD700 !Important;
}
.page-title.title-dark h1{
  color: #171C8F;
}

.pad {
	padding: 50px 50px 50px 50px;
}

.pad-nav {
	padding: 0px 0px 0px 50px;
}

.no-border {
  border-right: 0px solid #fff !important;
}

.hero-wrap p {
  max-width: 550px;
}

.hero-wrap-solutions p {
  max-width: 550px;
}

.quick-nav-wrap {
  background-color: #fff;
  min-height: 300px;
	display: none;
}

.contact-wrap {
  padding: 0px 0px 0px 0px;
  background-color: #fff;
}

.quick-wrap {
  padding: 0px 0px 0px 50px;
  background-color: #fff;
  min-height: 320px;
}

.quick-wrap a {
  display: block;
  float: right;
  height: 260px;
  width: 15%;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color:  #171c8f;
  padding-top: 50px;
}

.skippy {
  background-color: #00a3e0;
  width: 25% !important;
  background-size: 120px;
  background-position: center 100px;
  background-image: url("https://content.interwaste.co.za/hubfs/skip-1.svg");
  background-repeat: no-repeat;
}

.sol {
  background-image: url("https://content.interwaste.co.za/hubfs/waste-solutions-1.svg");
  background-size: 120px;
  background-position: center 120px;
  background-repeat: no-repeat;
}

.sol-landed {
  background-image: url("https://content.interwaste.co.za/hubfs/waste-solutions-hover.svg");
  background-size: 120px;
  background-position: center 120px;
  background-repeat: no-repeat;
}

.gen {
  background-image: url("https://content.interwaste.co.za/hubfs/gen-waste.svg");
  background-size: 120px;
  background-position: center 120px;
  background-repeat: no-repeat;
}

.gen-landed {
  background-image: url("https://content.interwaste.co.za/hubfs/gen-waste-land.svg");
  background-size: 120px;
  background-position: center 120px;
  background-repeat: no-repeat;
}

.haz {
  background-image: url("https://content.interwaste.co.za/hubfs/haz-waste.svg");
  background-size: 120px;
  background-position: center 120px;
  background-repeat: no-repeat;
}

.haz-landed {
  background-image: url("https://content.interwaste.co.za/hubfs/Icons/hazardous-waste-icon-green.svg");
  background-size: 120px;
  background-position: center 120px;
  background-repeat: no-repeat;
}

.ind {
  background-image: url("https://content.interwaste.co.za/hubfs/Icons/waste-to-energy-icon.svg");
  background-size: 120px;
  background-position: center 120px;
  background-repeat: no-repeat;
}

.ind-landed {
  background-image: url("https://content.interwaste.co.za/hubfs/Icons/waste-to-energy-icon-hover.svg");
  background-size: 120px;
  background-position: center 120px;
  background-repeat: no-repeat;
}

.skip-wrap {
  background-color: #00a3e0;
  height: 300px;
}

.solutions-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/Solutions_bg.jpg");
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #171c8f;
  color: #fff;
  background-position: center right;
}

.solutions-wrap p {
  max-width: 550px;
}

.solutions-wrap a:not(.normal-link) {
  color: #fff;
  display: block;
  padding: 10px;
  border: 3px solid #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
  margin-bottom: 20px;
}

.about-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/About_bg.jpg");
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center left;
}

.about-wrap p {
  max-width: 550px;
}

.about-wrap a {
  color:  #171c8f;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.zero-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/zero-waste-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.zero-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.zero-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.zero-wrap img {
  margin: 80px auto 0 auto;
}

.zero-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.class-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/waste-class.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.class-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.class-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.class-wrap img {
  margin: 80px auto 0 auto !important;
}

.class-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.recycle-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/recycle-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.recycle-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.recycle-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.recycle-wrap img {
  margin: 80px auto 0 auto !important;
}

.recycle-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.w2e-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/w2e-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.w2e-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.w2e-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.w2e-wrap img {
  margin: 80px auto 0 auto !important;
}

.w2e-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.disposal-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/disposal-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.disposal-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.disposal-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.disposal-wrap img {
  margin: 80px auto 0 auto !important;
}

.disposal-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.legal-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/legal-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.legal-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.legal-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.legal-wrap img {
  margin: 80px auto 0 auto !important;
}

.legal-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.specialized-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/service-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.specialized-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.specialized-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.specialized-wrap img {
  margin: 80px auto 0 auto !important;
}

.specialized-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.landfill-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/landfill-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.landfill-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.landfill-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.landfill-wrap img {
  margin: 80px auto 0 auto !important;
}

.landfill-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.treat-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/treatment-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.treat-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.treat-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.treat-wrap img {
  margin: 80px auto 0 auto !important;
}

.treat-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.safe-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/safe-disp-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.safe-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.safe-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 70px;
}

.safe-wrap img {
  margin: 80px auto 0 auto !important;
}

.safe-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.onsite-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/onsite-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.onsite-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.onsite-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.onsite-wrap img {
  margin: 80px auto 0 auto !important;
}

.onsite-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.report-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/reporting-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.report-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.report-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.report-wrap img {
  margin: 80px auto 0 auto !important;
}

.report-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.logistics-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/logistics-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.logistics-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.logistics-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.logistics-wrap img {
  margin: 80px auto 0 auto !important;
}

.logistics-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.lab-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/lab-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.lab-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.lab-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.lab-wrap img {
  margin: 80px auto 0 auto !important;
}

.lab-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.innovation-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/Innovation_bg.jpg");
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center left;
}

.innovation-wrap p {
  max-width: 550px;
}

.innovation-wrap a {
  color:  #171c8f;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.streams-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/Streams_bg.jpg");
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #171c8f;
  color: #fff;
  background-position: center right;
}

.streams-wrap p {
  max-width: 550px;
}

.streams-wrap a {
  color: #fff;
  display: block;
  padding: 10px;
  border: 3px solid #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.body-container-wrapper {
  background-color: #fff;
  color: #171c8f;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.body-container-wrapper ul {
  list-style-type: none;
   margin: 0;
   padding: 0;
}

.contact-wrap {
  min-height: 600px;
  	background-color: #00A2DF;
}

.contact-wrap a {
  color:  #171c8f;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.contact-mindfill-wrap {
  min-height: 600px;
  background-color: #161D8F;
}

.contact-mindfill-wrap a {
  color:  #ffffff;
  display: block;
  padding: 10px;
  border: 3px solid  #ffffff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.accountability-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/accountability-bg.jpg");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 70px;
}

.accountability-wrap p {
  max-width: 380px;
  color: #171c8f !important;
  margin-top: 30px;
}

.accountability-wrap h1 {
  color: #171c8f !important;
  font-size: 60px !important;
  line-height: 40px;
}

.innovation2-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/innovation-bg.jpg");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 70px;
}

.innovation2-wrap p {
  max-width: 380px;
  color: #171c8f !important;
  margin-top: 30px;
}

.innovation2-wrap h1 {
  color: #171c8f !important;
  font-size: 60px !important;
  line-height: 40px;
  margin-top: 100px;
}

.sustain-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/sustain-bg.jpg");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 70px;
}

.sustain-wrap p {
  max-width: 380px;
  color: #fff !important;
  margin-top: 30px;
}

.sustain-wrap h1 {
  color: #fff !important;
  font-size: 60px !important;
  line-height: 40px;
  margin-top: 100px;
}

.integrity-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/integrity-bg.jpg");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 70px;
}

.integrity-wrap p {
  max-width: 380px;
  color: #171c8f !important;
  margin-top: 30px;
}

.integrity-wrap h1 {
  color: #171c8f !important;
  font-size: 60px !important;
  line-height: 40px;
  margin-top: 100px !important;
}

.excellence-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/excellence-bg.jpg");
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 70px;
}

.excellence-wrap p {
  max-width: 380px;
  color: #171c8f !important;
  margin-top: 30px;
}

.excellence-wrap h1 {
  color: #171c8f !important;
  font-size: 60px !important;
  line-height: 40px;
  margin-top: 100px;
}

.municipal-wrap {
  background-color: #419d53;
  background-image: url("https://content.interwaste.co.za/hubfs/general-waste-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.municipal-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.municipal-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.municipal-wrap img {
  margin: 80px auto 0 auto !important;
}

.municipal-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.comind-wrap {
  background-color: #00003f;
  background-image: url("https://content.interwaste.co.za/hubfs/comind-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.comind-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.comind-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 70px;
}

.comind-wrap img {
  margin: 80px auto 0 auto !important;
}

.comind-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.brine-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/brine-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.brine-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.brine-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.brine-wrap img {
  margin: 80px auto 0 auto !important;
}

.brine-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.fly-wrap {
  background-color: #171c8f;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.fly-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.fly-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.fly-wrap img {
  margin: 80px auto 0 auto !important;
}

.fly-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.bottom-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/bottom-ash-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.bottom-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.bottom-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.bottom-wrap img {
  margin: 80px auto 0 auto !important;
}

.bottom-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.slag-wrap {
  background-color: #fedd00;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.slag-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.slag-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.slag-wrap img {
  margin: 80px auto 0 auto !important;
}

.slag-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.mineral-wrap {
  background-color: white;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.mineral-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.mineral-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.mineral-wrap img {
  margin: 80px auto 0 auto !important;
}

.mineral-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.elec-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/elec-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.elec-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.elec-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 50px;
}

.elec-wrap img {
  margin: 80px auto 0 auto !important;
}

.elec-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.organic-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/organic-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.organic-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.organic-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.organic-wrap img {
  margin: 80px auto 0 auto !important;
}

.organic-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.sludge-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/sewage-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.sludge-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.sludge-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.sludge-wrap img {
  margin: 80px auto 0 auto !important;
}

.sludge-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.footer-container-wrapper {
  background-color: #171c8f;
  color: #FFF;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
}

.footer-link { 
  color: #fff;
  padding:0;
}

.condem-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/condem-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.condem-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.condem-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 70px;
}

.condem-wrap img {
  margin: 80px auto 0 auto !important;
}

.condem-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.legalcomp-wrap {
  background: white;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.legalcomp-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.legalcomp-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.legalcomp-wrap img {
  margin: 80px auto 0 auto !important;
}

.legalcomp-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.paper-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/paper-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.paper-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.paper-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.paper-wrap img {
  margin: 80px auto 0 auto !important;
}

.paper-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.glass-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/glass-bg.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.glass-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.glass-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.glass-wrap img {
  margin: 80px auto 0 auto !important;
}

.glass-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.plastic-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/plastic-bg-01.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.plastic-wrap p {
  max-width: 550px;
  color: #fff !important;
  margin-top: 30px;
}

.plastic-wrap h1 {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.plastic-wrap img {
  margin: 80px auto 0 auto !important;
}

.plastic-wrap a {
  color:  #fff !important;
  display: block;
  padding: 10px;
  border: 3px solid  #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.metal-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/metal-bg-01.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.metal-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.metal-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.metal-wrap img {
  margin: 80px auto 0 auto !important;
}

.metal-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.other-wrap {
  background-image: url("https://content.interwaste.co.za/hubfs/other-bg-01.jpg");
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.other-wrap p {
  max-width: 550px;
  color: #171c8f !important;
  margin-top: 30px;
}

.other-wrap h1 {
  color: #171c8f !important;
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
}

.other-wrap img {
  margin: 80px auto 0 auto !important;
}

.other-wrap a {
  color:  #171c8f !important;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.footer-container-wrapper ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.footer-container-wrapper .widget-span {
  border-right: 1px solid #fff;
  min-height: 400px;
}

.gen-list-cont {
	background: #419C53;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center left;
  
	padding: 50px 50px 50px 50px;
  transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont p {
  max-width: 460px;
  max-height: 100px;
  
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  
  transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont.gen-list-mini p{
  max-width: 350px;
}

.gen-list-cont.hide-read-more p{
  max-height: max-content;
}

.gen-list-cont.hide-read-more a:nth-of-type(1) {
  display: none !important; 
}

.expander {
  transition: * 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont.expander {
  height: 570px;
  transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont.expander p {
  max-height: 400px;
  transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont.expander p a:nth-child(1):after {
	transform: rotate(-90deg);
  padding: 5px 10px 25px 10px;
}

.gen-list-cont.large-expander.expander p {
  max-height: 500px;
  transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont.large-expander.expander {
  height: 670px;
  transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont.extra-large-expander.expander p {
  max-height: 500px;
  transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont.extra-large-expander.expander {
  height: 670px;
  transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
}

.gen-list-cont h1 {
  font-size: 40px !important;
  line-height: 40px;
  margin-top: 100px;
  overflow-wrap: normal !important;
}

.gen-list-cont img {
  margin: 80px auto 0 auto !important;
}

.gen-list-cont a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}

.gen-list-cont p a:nth-child(1) {
  position: relative;
}

.gen-list-cont p a:nth-child(1):after {
  position: absolute;
  content: ' ';
  padding: 5px 10px 15px 10px;
  background-image: url(https://content.interwaste.co.za/hubfs/right-chevron-light.svg);
  background-size: 12px 30px;
  background-repeat: no-repeat;
  background-position: center right;
  height: 50%;
  top: 0;
  right: 15px;
}

.gen-list-cont.gen-light {
  background: #419C53;
}

.gen-list-cont.gen-light p {
  color: #fff !important;
}

.gen-list-cont.gen-light h1 {
  color: #fff !important;
}

.gen-list-cont.gen-light a {
  color:  #fff !important;
  border: 3px solid  #fff;
}

.gen-list-cont.gen-light p a:nth-child(1):after {
  background-image: url(https://content.interwaste.co.za/hubfs/right-chevron-light.svg);
}

.gen-list-cont.gen-dark {
  background: #fff;
}

.gen-list-cont.gen-dark p {
  color: #171C8F !important;
}

.gen-list-cont.gen-dark h1 {
  color: #171C8F !important;
}

.gen-list-cont.gen-dark a {
  color:  #171C8F !important;
  border: 3px solid  #171C8F;
}

.gen-list-cont.gen-dark p a:nth-child(1):after {
  background-image: url(https://content.interwaste.co.za/hubfs/right-chevron-dark.svg);
}

.gen-list-bger {
  background-size: cover !important;
}

.bg-botright {
  background-position: bottom right !important;
}

.bg-botleft {
  background-position: bottom left !important;
}

.bg-botcenter {
  background-position: bottom center !important;
}

.bg-topright {
  background-position: top right !important;
}

.bg-center {
  background-position: center !important;
}

.bg-centerright {
  background-position: center right !important;
}

/*  GET A SKIP  */

.skip-body {
	background-color: #ffffff; 
  color: #353968;
  
  padding-top: 40px;
}

.skip-body h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

.skip-body p {
	font-weight: normal;
}

.skip-body ul {
	font-weight: normal;
  list-style-type: disc;
  
  padding-left: 30px;
}

.hier-body {
	background-color: #ffffff; 
  color: #353968;
  
  padding-top: 40px;
}

.fix-body h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

.hier-body p {
	font-weight: normal;
}

.hier-body ul {
	font-weight: normal;
  list-style-type: disc;
  
  padding-left: 30px;
}

.waste-volume-icons {
  text-align: center;
}

.downloads-cont {
	padding-top: 60px;  
	padding-bottom: 60px;  
}

.downloads-head {
	margin-top: 50px;
}

.downloads-head p{
  margin-bottom: 0;
}

.downloads-head h2{
  margin-top: 0;
  
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  
  padding-bottom: 50px;
}

.downloads-icons {
	padding-bottom: 50px;  
}

.downloads-icons a {
    display: block;
    float: none;
  
    height: auto !important;
    width: auto;
    border: 0;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    text-align: left;
    color: #fff;
    padding-top: 0px;
}

.downloads-icons.downloads-icons-dark a {
    color: #171C8F;
}

.downloads-icons a::before {
  content: '';
	background:url('https://content.interwaste.co.za/hubfs/Icons/Accreditation/accreditation-download-file-light.svg'); /* with class ModalCarrot ??*/

	height: 40px; /*height of image*/
	width: 40px;  /*width of image*/
  display: block;
  float: left;
  
  background-repeat: no-repeat;
    background-position: center center;
  
  margin-right: 14px;
}

.downloads-icons.downloads-icons-dark a::before {
  content: '';
	background:url('https://content.interwaste.co.za/hubfs/Icons/Accreditation/accreditation-download-file-dark.svg'); /* with class ModalCarrot ??*/

	height: 40px; /*height of image*/
	width: 40px;  /*width of image*/
  display: block;
  float: left;
  
  background-repeat: no-repeat;
    background-position: center center;
  
  margin-right: 14px;
}

.no-case-study p a:nth-of-type(2) {
    display: none !important;
}

.header-up-small h1{
  margin-top: 80px !important;  
}

.header-up-med h1{
  margin-top: 60px !important;  
}

.header-up-large h1{
  margin-top: 40px !important;  
}

.locator p {
  padding-right: 20px; 
}


.form-cont input, .form-cont textarea{
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-size: 14px;
  
    background: #fff;
  
    margin-bottom: 30px;
  
    border: 0;
}

.form-cont input::placeholder, .form-cont textarea::placeholder{
    color: #c6c6c6;
}

.form-cont input[type="submit"]{
    color: #ffffff;
    display: block;
    padding: 10px;
    border: 3px solid #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    width: 170px;
    font-size: 14px;
  
    background: transparent;
  
    cursor: pointer;
}

.form-cont label{
    display: none;
}

.form-skip input, .form-skip textarea{
    color: #353968;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-size: 14px;
  
    background: #fff;
  
    margin-bottom: 30px;
  
    border: 2px solid #353968;
}

.form-skip input[type="submit"]{
    color: #353968;
    display: block;
    padding: 10px;
    border: 3px solid #353968;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    width: 170px;
    font-size: 14px;
  
    background: transparent;
  
    cursor: pointer;
}

.form-skip input[type="checkbox"] {
  width: 10px !important; /*Desired width*/
  height: 10px; /*Desired height*/
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 2px solid #353968;
  
  padding: 10px;
  
  margin-right: 10px !important;
}

.form-skip input[type="checkbox"]:checked {
  background-color: #a0a0a0;
  border: 2px solid #353968;
}

.form-skip select{
    height: 40px;
    margin-bottom: 30px;
  
    color: #353968;
    display: block;
    padding: 10px;
    border: 2px solid #353968;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    width: 100%;
    font-size: 14px;
   
    background: transparent;
  
    cursor: pointer;
}

.hs-form-checkbox input, .hs-form-checkbox span{
  display: inline-block;
 height: 30px;
    vertical-align: middle;
}

.hs-form-checkbox{
  list-style-type: none;
  padding-left: 0px;
}

.form-skip ul {
  padding-left: 0;
}

.form-skip input[type="checkbox"] {
  margin-bottom: 5px; 
}

fieldset {
 max-width: none !Important; 
}

.no-h1-pad h1 {
  margin:0 !important;
}

.hider {
  display: none !important; 
}

/*****************************************/
/* Blog    */
/*****************************************/

.hs-rss-item {
/*   margin-bottom: 100px; */
  color: #171c8f;
  
  padding-bottom: 100px;
}

.hs-rss-title {
    padding: 0;
    font-size: 40px;
    line-height: 40px;
    margin-top: 100px;
    margin-bottom: 20px;
    font-weight: bold;
  
  color: #171c8f;
  
}

.hs-rss-byline {
    margin-top: 10px;
}

.hs-rss-description a {
  margin-top: 10px;
  color: #171c8f;
    display: block;
    padding: 10px;
    border: 3px solid #171c8f;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    width: 120px;
    font-size: 14px;
  
    background: transparent;
  
    cursor: pointer;
}

.hs-rss-item-image-wrapper {
  width: 100% !important; 
  max-height: 300px;
  overflow: hidden;
  
}

.hs-rss-item-text {
  width: 100% !important;
}

.blog-sub .hs-rss-title{
  font-size: 16px;
  line-height: 16px;
}

.blog-sub .hs-rss-item{
  padding-bottom: 0px;
}

.blog-sub h3 {
  text-align: left;
  font-size: 20px;
}

.blog-dark input:not([type="checkbox"]), .blog-dark textarea{
    color: #000;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: left;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-size: 14px;
  
    background: #fff;
 
    border: 2px solid #171c8f;
    width: 100% !important;
}

.blog-dark input[type="radio"] {
  display: inline !important;
  width: auto !important;
}

.blog-dark input[type="submit"]{
    margin-top: 10px;
  color: #171c8f;
    display: block;
    padding: 10px;
    border: 3px solid #171c8f;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    width: 120px;
    font-size: 14px;
  
    background: transparent;
  
    cursor: pointer;
  
  width: 120px !important;
}
s
.blog-dark p {
      text-align: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.hs-author-avatar {
/*   display: none !important;  */
      width: 130px;
    display: inline-block;
    float: left;
}



/* Actual blog pages  */



/*****************************************/
/* Pop Up Form    */
/*****************************************/
#form-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  
  overflow: scroll;
  
  background-color: rgba(0, 0, 0, 0.6);
  
  font-family: 'Open Sans',sans-serif;
  
  z-index: 1000001;
}

#form-modal.modalVisible {
  display: block;
}

#form-modal #form-cont {
  width: 50%;
  margin-left: 25%;
  
  background-color: rgba(255, 255, 255, 1);
  
  padding: 20px 50px;
}

#form-modal #form-cont input:not([type="checkbox"]), #form-modal #form-cont textarea, #form-modal #form-cont select{
  
    margin-bottom: 30px;
  
    border: 0;
  
    display: block;
    width: 100% !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Open Sans',sans-serif;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    outline: 0;
}

#form-modal #form-cont input[type="submit"]{
    color: #171c8f;
    display: block;
    padding: 10px;
    border: 3px solid #171c8f;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    width: 170px;
    font-size: 14px;
  
    background: transparent;
  
    cursor: pointer;
  
    margin-top: 20px;
  
  width: auto;
}

#form-modal #form-cont select {
    height: 34px;
    margin: 0 0 20px 0;
}

#form-modal #form-cont ul {
  
  padding-left: 0;
  
}

.modal-close {
      border: 1px solid #0000003d;
    text-align: center;
    padding: 10px 5px;
    border-radius: 6px;
    vertical-align: middle;
    height: 40px;
    line-height: 16px;
  
  cursor: pointer;
}

.team-meet .span6{
  margin-left: 0;
  width: 50%;
}

.btn-blue {
  color:  #171c8f;
  display: block;
  padding: 10px;
  border: 3px solid  #171c8f;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  width: 170px;
  font-size: 14px;
}


.fixed-sidebar{
	 position:fixed;
	 top:150px;
	 width:20%!important;
}

#hs-link-widget_1605695103118_ {
  padding: 0;
}

/*****************************************/
/* Media Queries    */
/*****************************************/

@media (max-width: 1600px) {
  .hero-wrap {
   min-height: 400px !important;
}
 
  .hero-wrap-solutions {
    min-height: 400px !important;
  }
  .solutions-wrap {
   min-height: 450px !important;
}
  .about-wrap {
   height: 450px !important;
}
  .streams-wrap {
   min-height: 450px !important;
}
  .innovation-wrap {
   min-height: 450px !important;
   background-position: center left !important;
}
  .pad {
    padding: 20px 20px 20px 20px !important;
  }
  
  .quick-wrap {
    padding-left: 20px !important;
    min-height: 310px !important;
}
  .quick-wrap a {
    height: 250px !important;
}
  
  .gen-list-cont h1 {
  	font-size: 26px !important;
  	line-height: 26px;
	}
  
  .downloads-icons a {
  	height: auto !important;  
  }
}

@media (max-width: 1200px) {
/* @media (max-width: 1024px) { */
  .main-nav {
    display: none;
  }
   	.mobi-nav {
    	display: block !important;
  	}
	 .mobi-nav-mindfill {
    	display: block !important;
  	}
  body {
  	margin: 75px 0 0 0;
	}
  
  #form-modal #form-cont {
  width: 100%;
  margin-left: 0%;
  }
  
  .hero-wrap {
  	min-height: 450px !important;
	}
  
  .waste-hero-tag {
    font-size: 24px !important;
  }
  
  .quick-wrap {
/*     padding-left: 0px !important; */
	}
  
  .values-head {
    width: 100% !important;
  }
  
  .values-head h1 {
    text-align: center;
    font-size: 50px !important;
  }
  
  .values-head p {
    text-align: center;
		max-width: fit-content;
  }
  
  .mobile-hide {
   	display: none !important;
  }
  
  .accountability-wrap, .innovation2-wrap, .sustain-wrap, .integrity-wrap, .excellence-wrap {
    padding-left: 0px !important;
/*     background-image: none !important; */
	}
  
  .accountability-wrap, .integrity-wrap {
    background: #FEDD03;
  }
  
  .innovation2-wrap {
    background: #00A2DF;
  }
  
  .excellence-wrap {
    background: none;
  }
  
  
  .streams-wrap {
    background-image: none !important;
  }
  
  .waste-home-parent {
  	background-color: #fff; 
  }
  
  .sol, .sol-landed, .ind, .gen, .haz, .gen-landed, .haz-landed, .ind-landed {
  	display: inline-block !important;
    width: 22% !important;
    float: left !important;
  }
  
  .skippy {
  	width: 100% !important;  
  }
  
  .waste-home-icons {
  	width: 100% !important;
    background-color: #fff;
    margin-left: 0 !important;
  }
  
  .waste-home-need {
  	width: 100% !important;
  }
  
  .solutions-wrap {
   min-height: 500px !important;
	}  
  
  .solutions-tab-wrap {
    width: auto !important;
	}
  
  .streams-tab-wrap {
    width: auto !important;
  }
  
  
	/*  General Waste  */
  
  .gen-list-container {
  
  }
  .gen-list-icon {
  		width: 100% !important; 
  }
  
  .gen-list-icon img {
  	margin-top: 0px !important; 
  }
  
  .gen-list-head {
    width: 100% !important; 
		text-align: center !important;
    margin-left: 0 !important;
  }
  
  .gen-list-head h1 {
  	margin-top:0px !Important;
  }
  
  .gen-list-body {
    width: 96% !important;
  }
  
  .gen-list-body p {
   	text-align: center !important; 
  	max-width: 100% !important;
  }
  
  .gen-list-body p a {
   	display: inline-block !important; 
    float: none !important;
  }
  
  .municipal-wrap, .comind-wrap, .brine-wrap, .fly-wrap, .bottom-wrap, .slag-wrap, .mineral-wrap, .elec-wrap, .organic-wrap, .sludge-wrap, .condem-wrap, .legalcomp-wrap, .paper-wrap, .glass-wrap, .plastic-wrap, .metal-wrap, .other-wrap, .zero-wrap, .class-wrap, .recycle-wrap, .w2e-wrap, .disposal-wrap, .treat-wrap, .safe-wrap, .landfill-wrap, .onsite-wrap, .report-wrap, .logistics-wrap, .legal-wrap, .lab-wrap, .specialized-wrap {
/*   	background-image: none;  */
    height: 500px;
  }
  
  .gen-wrap {
    height: 500px;
  }
  
  .gen-list-cont {
    height: 500px;
    background-image: none !important;
  }
  
  .comind-wrap {
  	height: 560px;  
  }
  
  .elec-wrap {
  	height: 600px; 
  }
  
  .condem-wrap {
    height: 560px;
  }
  
  .zero-wrap {
   background: #419C53; 
  }
  
  .gen-list-cont h1 br {
  	content: ' ';
  }
  
  .gen-list-cont h1 br:after {
  	content: ' ';
  }
  
  .gen-list-cont.expander {
    height: 750px;
    transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }

  .gen-list-cont.expander p {
    max-height: 400px;
    transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  
  .downloads-head img{
		display: none;
	}
   
  .gen-list-bger {
    background-image: none !important;
  }
  
  .gen-list-bger p {
    max-width: 80vw;
    width: 80vw;
  }
  
  .team-meet .span6{
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  /*  iPad  */
  .about-wrap {
    height: 550px !important;
  }
  
  .streams-wrap {
    height: 520px !important;
  }
  
  .innovation-wrap {
    height: 500px !important;
  }
  
  .gen-btn {
    height: auto!important;
  }
  
}

@media (max-width: 1000px) {
  .footer-container-wrapper .widget-span:nth-child(4) {
    border-right: 0px solid #fff !important;
	}
  
  .gen-btn {
    height: auto!important;
  }
}

@media (max-width:768px) {
	  .fixed-sidebar{
	 position:static;
	 top:0px;
	 width:auto!important;
}
}

@media (max-width:760px) {
	
  /*  Downloads  */
  .downloads-head {
	    margin-top: 0;
  }
  .downloads-head h2 {
	    padding-bottom: 40px;
	    margin-bottom: 0;
  }

  .downloads-head p {
      margin-bottom: 0;
      margin-top: 0;
  } 
  
   .downloads-icons {
		padding-bottom: 0px;  
	}
  
  .downloads-icons a {
    padding-bottom: 50px;
	}
  
  .gen-btn {
    height: auto!important;
  }
}

@media (max-width: 700px) {
  .sol, .sol-landed, .ind, .gen, .haz {
  	display: inline-block !important;
    width: 20% !important;
    float: left !important;
  }
  
  .solutions-wrap h1 {
    font-size: 40px !important;
  }
  
  .solutions-wrap {
    height: 610px !important;
  }
  
  .gen-btn {
    height: auto!important;
  }
  
  /*  FOOTER  */
  .footer-container-wrapper .widget-span {
    border-right: 0px solid #fff !important;
    min-height: auto !important;
	}
  
 
  

  
  .solutions-wrap a[style] {
    margin-left: 0px!important;
  }
  
  .gen-list-cont.extra-large-expander.expander {
    height: 800px;
    transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  .gen-list-cont.extra-large-expander.expander p {
    max-height: 700px;
    transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  
}

@media (max-width: 500px) {
	/* 	CONTACT  */
  .contact-head {
  	font-size: 55px !important;
  }
  
  .hero-wrap-solutions h1{
    font-size: 50px;
    line-height: 50px;
  }
  
 
  
  .waste-home-need h1 {
    font-size: 50px;
    line-height: 50px;
  }
  
  .waste-home-head {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .solutions-wrap {
    height: 610px !important;
  }
  
	.about-wrap {
   height: 550px !important;
	}
  .streams-wrap {
    min-height: 630px !important;
  }
  
  .mobi-bg-long {
    min-height: 750px !important;
    height: 750px !important;
  }
  
  .mobi-bg-mid {
    min-height: 620px !important;
    height: 620px !important;
  }
  
  .btn-mob-pad-top {
    margin-top: 5px;
  }
  
  .sol, .sol-landed, .ind, .gen, .haz, .gen-landed, .haz-landed, .ind-landed {
  	display: inline-block !important;
    width: 40% !important;
    float: left !important;
  }
  
  .gen-btn {
    height: auto!important;
  }
  
  /*  General Waste  */
	
  .gen-list-body p a:nth-child(2) {
  	margin-top: 5px; 
  }
  
  .gen-list-body p a {
   	display: inline-block !important; 
    float: none !important;
    
    margin-right: 0 !important;
  }
  
  .municipal-wrap, .comind-wrap, .brine-wrap, .fly-wrap, .bottom-wrap, .slag-wrap, .mineral-wrap, .elec-wrap, .organic-wrap, .sludge-wrap, .condem-wrap, .legalcomp-wrap, .paper-wrap, .glass-wrap, .plastic-wrap, .metal-wrap, .other-wrap, .zero-wrap, .class-wrap, .recycle-wrap, .w2e-wrap, .disposal-wrap, .treat-wrap, .safe-wrap, .landfill-wrap, .onsite-wrap, .report-wrap, .logistics-wrap, .legal-wrap, .lab-wrap, .specialized-wrap {
    height: 650px;
  }
  
  .gen-wrap {
    height: 650px;
  }
  
  .gen-list-cont {
    height: 650px;
  }
  
  .comind-wrap {
  	height: 680px;  
  }
  
  .elec-wrap {
  	height: 720px; 
  }
  
  .condem-wrap {
    height: 680px;
  }
  
 .gen-list-cont.expander {
    height: 950px;
    transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }

  .gen-list-cont.expander p {
    max-height: 500px;
    transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  
  .gen-list-cont.large-expander.expander {
    height: 1000px;
    transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  .gen-list-cont.large-expander.expander p {
    max-height: 700px;
    transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  
  .gen-list-cont.extra-large-expander.expander {
    height: 1000px;
    transition: height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  .gen-list-cont.extra-large-expander.expander p {
    max-height: 700px;
    transition: max-height 500ms cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  
  


  
  
}


.leadinModal .leadinModal-content {
    font-family: Arial;
}