/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
/* @font-face {
    font-family: 'Montserrat-Bold';
  	font-style: normal;
  	font-weight: 400;
    src: url('https://get.june.energy/hubfs/Fonts/Monteserrat/Montserrat-ExtraBold.otf');
    src: url('https://get.june.energy/hubfs/Fonts/Monteserrat/Montserrat-ExtraBold.otf?#iefix')
} */

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/4204033/June_April2018%20Theme/Fonts/icomoon/icomoon.eot") format("embedded-opentype"),
       url("//cdn2.hubspot.net/hubfs/4204033/June_April2018%20Theme/Fonts/icomoon/icomoon.woff2") format("woff2"),
       url("//cdn2.hubspot.net/hubfs/4204033/June_April2018%20Theme/Fonts/icomoon/icomoon.ttf") format("truetype"),
       url("//cdn2.hubspot.net/hubfs/4204033/June_April2018%20Theme/Fonts/icomoon/icomoon.woff") format("woff");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
 

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
} 

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Anchor Links */
a { 
  color: #3bada8;
  transition: all 250ms cubic-bezier(.455,.03,.515,.955);
  text-decoration: underline;
}
a:hover, a:focus { 
  color: #1ba598;
  text-decoration: underline;
  outline: 0;
}

.hs-cta-wrapper  a.cta_button{
    font-family: 'Montserrat',sans-serif !important;
}


h1{
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}

h2{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}
h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}
h4{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}


/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;;
  width: 1170px;;
  margin: 0 auto;
}
.container-fluid .row-fluid .page-center2 {
  float: none;
  max-width: 1240px;;
  width: 1240px;;
  margin: 0 auto;
}

/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
} 

body {

}

.footer-social-icons-inner h3 {
    color: #fff;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    cursor: text;
}

/* =============== Typography =============== */

/* Basic text */
p {
    margin:0 0 10px 0;
    font-size: 16px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */

/* base styles */

.padding10          {padding:10px 0px;}
.padding20          {padding:20px 0px;}
.padding30          {padding:30px 0px;}
.padding40          {padding:40px 0px;}
.padding50          {padding:50px 0px;}
.margin50           {margin:50px 0px;}
.padding60          {padding:60px 0px;}
.padding70          {padding:70px 0px;}
.padding80          {padding:80px 0px;}
.padding90          {padding:90px 0px;}
.padding100         {padding:100px 0px;}
.padding120         {padding:120px 0px;}
.padding130         {padding:130px 0px;}
.padding150         {padding:150px 0px;}
.padding200         {padding:200px 0px;}
.padding250         {padding:250px 0px;}
.padding-top10      {padding-top:10px;}
.padding-top20      {padding-top:20px;}
.padding-top30      {padding-top:30px;}
.padding-top50      {padding-top:50px;}
.margin-top50       {margin-top:50px !important;}
.padding-top75      {padding-top: 75px;}
.padding-top100     {padding-top:100px;}
.padding-top150     {padding-top:150px;}
.padding-top200     {padding-top:200px;}
.margin-top30       {margin-top:30px;}
.margin-top200      {margin-top:200px;}
.padding-bottom30   {padding-bottom:30px;}
.padding-bottom50   {padding-bottom:50px;}
.padding-bottom20   {padding-bottom:20px;}
.padding-bottom100  {padding-bottom:100px;}
.center             {text-align:center;}
.right              {text-align:right;}
.left               {text-align:left;}
.white              {color:#fff;}
.black              {color:#000;}
.bold               {font-weight: 800;}
.base-color         {color:#f17296;}
.caps               {text-transform: uppercase;}
.grey-bg            {background-color:#f8f8f8;}
.height-0           {min-height:0 !important; height:0 !important;}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */
.custom-footer-menu .hs-menu-wrapper > ul > li > ul {
    position: unset !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 0px 20px;
    max-width: 100%;
}

/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}



/* =============== Header =============== */

.header-container-wrapper {
/*     min-height: 145px !important; */
}
.header-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}




/* =============== All Global Buttons (Excluding CTAs) =============== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  outline: 0;
  font-weight: 700;
  transition: all 250ms cubic-bezier(.455,.03,.515,.955);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  background-color: #1ba598;
  padding: 15px 20px;
  display: inline-block;
  margin: 20px 0;
  border: 2px solid transparent;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #1ba598;
    background-color: transparent!important;
    border: 2px solid #1ba598;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    color: #1ba598;
    background-color: transparent!important;
    border: 2px solid #1ba598;
}

.error-template h1{
  font-size:40px;
}
.error-template label {
    color: #aaa;
    display: block;
    margin-bottom: 10px;
    margin-top: 5.33px;
    line-height: normal;
}

/* Descriptions */
.hs-field-desc {}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    display: block;
    color: #ff5757;
}

/* Labels and Legends */
label {}
.hs-form-field > label {
    color: #aaa;
    display: block;
    margin-bottom: 4px;
    margin-top: 5.33px;
    line-height: normal;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    font-size: 1.125rem;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    background: 0 0;
    border: 1px solid #ddf3e9;
    border-radius: 4px;
    color: #1ba598;
    min-height: 48px;
    outline: 0;
    padding: 0 16px;
    width: 100%;
    line-height: normal;
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea{
    font-size: 1.125rem;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    background: 0 0;
    border: 1px solid #ddf3e9;
    border-radius: 4px;
    color: #1ba598;
    min-height: 150px;
    outline: 0;
    padding: 0 16px;
    width: 100%;
    line-height: normal;
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #1ba598;
    outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
    color: #ff5757 !important;
    font-weight: 700 !important;
    font-size: .75rem !important;
    line-height: normal !important;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */ 
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}





/* ==========================================================================
   Header Styles                                         
   ========================================================================== */

.scroll-header .body-container-wrapper {
    margin-top: 115px;
}

.logo.logo-center02 img {
    width: 70px !important;
    max-width: 70px !important;
}
.custom-logo a:before{
  display:none;
}
.topHeader-03 {
    padding-bottom: 10px;
}

.custom-header-top {
    background-color: #ff5757;
    color: #fff;
    font-weight: 600;
    padding: 8px 16px 7px;
    position: fixed;
    text-align: center;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.custom-register-link p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
} 

.custom-register-link p a {
    display: inline-block;
    margin-top: 0;
    color: #fff;
    font-size: .875rem;
    font-weight: 800;
    padding: 8px 10.67px;
    font-family: 'Montserrat', sans-serif;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: transparent;
    background-color: transparent;
    position: relative;
    line-height: 1;
    margin-left: 10px;
}

.custom-register-link p a:before {
    content: "";
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-color: #fff;
}

.custom-register-link p a:hover {
    background-color: #fff;
    color: #ff5757!important;
}

.custom-header-bottom {
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    background-color: #fff;
    display: table;
   /* padding: 0 15px;*/
    width: 100%;
    z-index: 2;
/*     min-height: 100px !important; */
    top: 0;
    padding-top:10px;
    padding-bottom:10px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}
.scroll-header .custom-header-bottom {
  	transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    position: fixed;
    z-index: 999;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.custom-logo {
/*     padding-top: 28px; */
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
}

.custom-logo a {
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    color: #2c0b2a;
    font-size: 42px;
    text-decoration: none;
    font-family: icomoon!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    display: inline-block;
    background-color: transparent;
    text-align: left;
}

.custom-logo a:before {
    content: '\e91c';
}
.custom-logo.center-logo.center a{
    font-size:50px;
}
.span3.widget-span.widget-type-custom_widget.custom-logo.center-logo.center{
   padding:0;
   margin:0;
}
.custom-header-right-button {
    text-align: right;
    padding-top: 25px;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
}

.custom-header-right-button p {
    margin: 0;
}

.custom-header-right-button p a {
    padding: 10px 5px 10px 20px;
    color: #ff5757!important;
    border-radius: 32px;
    background-color: transparent;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
    background: 0 0;
    border: 0;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    position: relative;
}

.custom-header-right-button p a:before {
    content: "";
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 32px;
    border-color: #ff5757;
}

.custom-header-right-button p a:hover {
    background-color: #ff5757;
    color: #fff!important;
}

.custom-header-right-button p a span {
    margin-right: 10px;
    font-size: 1.75rem;
    position: relative;
    font-family: icomoon!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
}

.custom-header-right-button p a span:before {
    content: '\e91c';
}

.custom-header-right-button p a:hover span {
    color: #fff;
}


.custom-menu-primary.language-selector .hs-menu-wrapper ul li{
    text-align:center;
}


/* Header 02 - LP */

.header02 .custom-logo a {
    color: #00a898;  
}
.header02 {
    background: #eaf6ee;
}



/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.banner-image {
    min-height: 315px !important;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -328px;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 12%;
    padding-right: 12%;
    background-color: #b0e6cd;
}

.banner-image .page-center {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.banner-image h1 {
    font-weight: 700;
    font-size: 4.0625rem;
    line-height: 1;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    margin: 0;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-bottom {
    background-color: #158378;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    color: #fff;
}

.custom-footer-copyright {
    text-align: center;
    width: 100%;
    margin-bottom: 14px;
    margin-top: 14px;
}

.custom-footer-copyright p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25.6px;
    margin: 0;
}

.custom-footer-copyright p a {
    color: #fff;
}

.custom-footer-copyright p a:hover {
    color: #fff;
}

.custom-footer-top {
    padding-bottom: 100px;
    padding-top: 50px;
    background-color: #1ba598;
}

.custom-footer-top .page-center {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-footer-menu .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
    float: left;
    margin-bottom: 14px;
    margin-top: 14px;
    text-align: left;
    width: 24.1%;
    position: relative;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    color: #fff;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    cursor: text;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li {
    position: relative;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    color: #fff;
    display: block;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
    color: #ff5757;
    text-decoration: none;
}

.custom-footer-social-icons p {
    color: #fff;
    margin-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
}

.custom-footer-social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.custom-footer-social-icons ul li {
    display: inline-block;
    position: relative;
}

.custom-footer-social-icons ul li a {
    font-size: 1.5625rem;
    color: #fff;
    margin: 0 6px 0 7px;
    text-decoration: none;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
}

.custom-footer-social-icons ul li a span {
    font-family: icomoon!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    font-size: 1.5625rem;
}

.custom-footer-social-icons ul li:first-child a {
    margin-left: 4px;
}

.icon-facebook::before {
    content: '\e900';
}

.icon-twitter::before {
    content: '\e904';
}

.icon-instagram::before {
    content: '\e901';
}

.custom-footer-social-icons {
    margin-left: 0 !important;
}

.footer-social-icons-inner {
    margin-left: -33px;
    padding-top: 14px;
}

.custom-footer-social-icons ul li a:hover{
    color: #ff5757;
    text-decoration:none;
}

.custom-popup-outer-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    padding: 0 40px;
    overflow: auto;
    height: 100%;
    width: 100% !important;
    float: none !important;
    z-index: -1;
    opacity: 0;
    transition: opacity .2s,z-index 0s .2s;
    visibility: hidden;
}

.popup-open .custom-popup-outer-wrapper {
    z-index: 99999;
    opacity: 1;
    transition: opacity .2s;
    visibility: visible;
}

body.popup-open{
    overflow:hidden;
}

.custom-footer-popup-inner-wrapper {
    max-width: 800px;
    position: relative;
    float: none !important;
    margin: 75px auto !important;
}

.custom-popup-close-button {
    color: #ff5757;
    position: fixed;
    width: auto !important;
    float: none !important;
    font-family: 'Montserrat', sans-serif;
    right: 50%;
    top: 45px;
    transform: translateX(432px);
}

.custom-popup-close-button button {
    cursor: pointer;
    outline: 0;
    padding: 0;
    font-size: 1rem;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}

.custom-popup-close-button button span {
    font-family: icomoon!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #ff5757;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
}

.custom-popup-close-button button:hover span {
    color: #fff;
}

.custom-popup-close-button button span:before {
    content: '\e908';
}

.custom-popup-content {
    background-color: #fff;
    border-radius: 3px;
    width: 100% !important;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.custom-popup-form form {
    padding-top: 40px;
}

.custom-popup-form .form-title {
    font-size: 2rem;
    line-height: 1.2;
    color: #ff5757;
    font-weight: 700;
    margin: 0;
    font-style: normal;
}

.custom-popup-form  .hs-form-field {
    margin-top: 20px;
}

.custom-popup-form  .hs-form-field:first-child {
    margin-top: 0;
}

.custom-popup-form  form.hs-form fieldset .hs-form-field {
    padding: 0 0px 0 0;
}

.custom-popup-form  .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-top: 20px;
}

.custom-popup-form  .hs-form fieldset.form-columns-2 .hs-form-field {
    margin-top: 20px;
}

.custom-popup-form  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin-top: 15px;
}

.custom-popup-form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    padding-right: 15px;
}

.custom-popup-form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    padding-left: 15px;
}

.custom-popup-form .hs_aanspreektitel_.hs-aanspreektitel_.hs-fieldtype-select.field.hs-form-field {
    margin-bottom: 0;
}

.custom-popup-form input.hs-button.primary.large {
    width: 100%;
    display: block;
    padding: 11px 20px 13px;
    line-height: 16px;
}

.custom-popup-form .actions p {
    font-size: .875rem;
    line-height: 1.6;
    margin: 0;
}

.custom-popup-form select:hover {
    outline: 0;
    border-color: #1ba598;
}

.custom-popup-form select {
    cursor: pointer;
    background-image: url(//cdn2.hubspot.net/hubfs/4204033/June_April2018%20Theme/Images/seclect%20arrow.png);
    background-repeat: no-repeat;
    background-position: right;
}


/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 24px 0 0;
    display: block;
    text-align: center;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
}
.custom-menu-primary.menu-left .hs-menu-wrapper > ul {
    text-align:left;
    padding-top:0;
}
.custom-menu-primary.menu-right .hs-menu-wrapper > ul {
    text-align:right;
    padding-top:0;
}
.span2.widget-span.widget-type-custom_widget.custom-logo.center {
    padding-top: 0;
}
.span2.widget-span.widget-type-custom_widget.custom-header-right-button {
    padding-top: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    float: none !important;
    display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 16px 15px;
    /*padding: 16px 10.67px;*/
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    font-family: 'Montserrat', sans-serif;
    color: #2c0b2a;
    display: inline-block;
    line-height: normal;
    color: #000;
    font-weight:600;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #aaa;
    text-decoration: none;
}
.custom-menu-primary.left-top-selector.custom .hs-menu-wrapper ul li:first-child a{
    padding-left:0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    padding-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: #2c0b2a;
    text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    background-color: #fff;
    bottom: 8px;
    content: ' ';
    display: block;
    height: 1px;
    left: 10.67px;
    position: absolute;
    right: 10.67px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after {
    background-color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    text-transform: uppercase;
    color: #ff5757;
    cursor: pointer;
}
.custom-menu-primary.menu-left .hs-menu-wrapper > ul > li:last-child > a {
    color:#aaa !important;
    text-transform: uppercase;
    cursor: pointer;
}
.custom-menu-primary.menu-left .hs-menu-wrapper > ul > li:last-child > a :hover{
    color: #2c0b2a;@
    text-decoration: none;
}
.custom-menu-primary.menu-left .hs-menu-wrapper > ul  span.language-dropdown__selected__arrow.icon-chevron-small-down:before{
    display:none;
}
.custom-menu-primary.menu-right .hs-menu-wrapper > ul > li:last-child > a {
    color:#aaa !important;
    text-transform: uppercase;
    cursor: pointer;
}
.custom-menu-primary.menu-right .hs-menu-wrapper > ul > li:nth-child(3) > a{
    padding-right:0 !important;
}
.custom-menu-primary.menu-right .hs-menu-wrapper > ul > li:last-child > a :hover{
    color: #2c0b2a;
    text-decoration: none;
}
.custom-menu-primary.menu-right .hs-menu-wrapper > ul  span.language-dropdown__selected__arrow.icon-chevron-small-down:before{
    display:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a {
    color: #2c0b2a;
    text-decoration: none;
}
.custom-menu-primary.language-selector .hs-menu-wrapper  ul{
    padding:0;
    text-align:right;
}
.custom-menu-primary.language-selector .hs-menu-wrapper > ul > li> a{
    color:#ff5757;
    text-transform: uppercase;
    cursor: pointer;
}
.custom-menu-primary.language-selector .hs-menu-wrapper > ul > li> a:hover{
   color: #1ba598; 
   text-decoration: none;
}
.custom-menu-primary.language-selector.custom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
    color: #ff5757 !important;
}
.custom-menu-primary.language-selector.custom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color: #1ba598 !important;
}
.custom-menu-primary.language-selector .hs-menu-wrapper span.language-dropdown__selected__arrow.icon-chevron-small-down{
    font-family: icomoon!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    position: relative;
    top: .1em;
    display: inline-block;
    margin-left: 5px;
}
.custom-menu-primary.language-selector .hs-menu-wrapper span.language-dropdown__selected__arrow.icon-chevron-small-down:before{
    content: '\e913';
}
span.language-dropdown__selected__arrow.icon-chevron-small-down {
    font-family: icomoon!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    position: relative;
    top: .1em;
    display: inline-block;
    margin-left: 5px;
}

span.language-dropdown__selected__arrow.icon-chevron-small-down:before {
    content: '\e913';
}
.custom-menu-primary.left-top-selector .hs_cos_wrapper  ul {
    list-style-type:none;
   /* padding-top:24px;*/
    /*padding-left:8px;*/
    padding-top:0;
    text-align:left;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955)
}
.scroll-header .custom-menu-primary.left-top-selector .hs_cos_wrapper  ul {
    padding-top:0px;
   transition: all 250ms cubic-bezier(.455,.03,.515,.955)
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul
.custom-menu-primary.left-top-selector .hs_cos_wrapper  ul li a{
    color:#ff5757;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration:none;
}
.custom-menu-primary.left-top-selector .hs_cos_wrapper  ul li a:hover{
   color: #1ba598; 
   text-decoration:none;
}
.custom-menu-primary.menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
   color: #aaa;
   text-decoration:none;
   font-weight:600;
   padding: 10px 20px;
   font-size: 1rem;
}
.custom-menu-primary.menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
   color: #2c0b2a;
   text-decoration: none;
}
.custom-menu-primary.menu-right .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
   color: #aaa;
   text-decoration:none;
}
.custom-menu-primary.menu-right .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
   color: #2c0b2a;
   text-decoration:none;
}


/* Child List */


.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    background-color: #fff;
    border-radius: 4px;
    /*left: -9.67px !important;*/
    left: -20.67px  !important;
    padding-bottom: 8px;
    padding-top: 0;
    width: 60px;
    /*top: 0px;*/
    top: -7px;
    -webkit-transition: none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li {
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li > a {
    color: #ff5757;
    display: inline-block !important;
    padding: 10.67px 8px;
    text-decoration: none;
    line-height: normal;
}

.custom-menu-primary.left-top-selector.custom .hs-menu-wrapper > ul > li:last-child > ul {
    background-color: #fff !important;
    border-radius: 4px !important;
    /* left: -9.67px !important; */
    left: 0px !important;
    padding-bottom: 8px;
    padding-top: 0;
    width: auto !important;
    top: 38px !important;
    -webkit-transition: none !important;
}
.custom-menu-primary.left-top-selector.custom .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    background: #fff !important;
    padding: 10px !important;
    text-align: left !important;
    -webkit-transition: none !important;
    /* border-radius: 4px !important; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index:999999;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    z-index: 9999;
    opacity: 1 !important;
    visibility: visible;
    background: #fff;
    padding: 10px;
    text-align: left !important;
    -webkit-transition: none !important;
    border-radius: 4px;
}

.custom-menu-primary.language-selector.custom .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1) !important;
}
/*.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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: 15px !important;
}*/
.custom-menu-primary.left-top-selector.custom .hs_cos_wrapper ul li a {
    color: #3bada8;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    padding-left:0px;
    font-weight:600;
}
.custom-menu-primary.left-top-selector.custom .hs_cos_wrapper ul li a:hover {
    color: #ff5757;
    text-decoration: none;
}
.custom-menu-primary.language-selector.custom .hs-menu-wrapper > ul > li> a {
    color: #3bada8 !important;
    text-transform: uppercase;
    cursor: pointer;
    padding-right:0;
}
.custom-menu-primary.language-selector.custom .hs-menu-wrapper > ul > li> a:hover {
    color: #ff5757 !important;
    text-decoration:none; 
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  text-decoration:none;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  

  
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }

    .scroll-header .custom-header-bottom {
        min-height: 60px !important;
    }

    .scroll-header .custom-logo {
/*         padding: 8px 0 0; */
    }

   /*.scroll-header .custom-menu-primary .hs-menu-wrapper > ul{
      	padding: 4px 0 0;
    }*/

    .scroll-header .custom-header-right-button {
      	padding-top: 8px;
    }

    .scroll-header .custom-header-right-button p a {
      	padding: 10px 2px 10px 15px;
/*       	padding: 10px 5px 10px 20px; */
    }
  
    .custom-header-mobile-menu-wrapper {
      display: none !important;
    }
  
}

@media (max-width: 1270px) {
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
}
}

/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1024px){
  
.scroll-header .body-container-wrapper {
    margin-top: 80px;
}

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: 0 0;
    border: 0;
    float: left;
    line-height: 24px;
    padding: 10px 3px 16px 0;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 24px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #2c0b2a;
    display: inline-block;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #2c0b2a; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
      display:block !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  
  .custom-menu-primary .hs-menu-wrapper > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      transition: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
      position: relative;
      display: block !important;
      text-align: center !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      transition: all 250ms cubic-bezier(.455,.03,.515,.955);
      padding: 16px 5.33px;
      color: #aaa;
      font-size: 1rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block !important;
      line-height: normal;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
      color: #2c0b2a;
      text-decoration: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
      display: none !important;
  }
  


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }
}




/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 3800px) {
  .custom-menu-primary.menu-right .hs-menu-wrapper > ul > li:last-child > a {
     display:none !important;
  }
 /* .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      padding: 16px 32px;
  }*/
  
}

@media (max-width: 1690px) {
  .banner-image {
      background-position: center -268px;
  }
  .custom-menu-primary.menu-right .hs-menu-wrapper > ul > li:last-child > a {
     display:none !important;
  }
}

@media (max-width: 1430px) {
  .container-fluid .row-fluid .page-center {
      float: none;
      max-width: 90%;
    	width: 90%;
      margin: 0 auto;
  }
 
  .footer-social-icons-inner {
      margin-left: -27px;
      padding-top: 14px;
  }
  
 /* .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      padding: 16px 32px;
  }*/
  
  /*.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
      padding: 10.67px 2px;
  }*/
  
  span.language-dropdown__selected__arrow.icon-chevron-small-down{
     margin-left: 4px;
  }
  
  .banner-image {
      min-height: 255px !important;
      background-position: center -237px;
      padding-top: 40px;
      padding-bottom: 80px
  }
  
  .custom-popup-form .hs-form fieldset.form-columns-2 .hs-form-field {
      margin-top: 10px;
  }
  
  .custom-popup-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
      margin-top: 3px;
  }
  
  .custom-popup-form input.hs-button.primary.large{
      margin: 5px 0 0;
      padding: 13px 20px 11px;
  }
.custom-menu-primary.menu-right .hs-menu-wrapper > ul > li:last-child > a {
     display:none !important;
  }
}

@media (max-width: 1367px){
  .banner-image {
      background-position: center -223px;
  }
}

@media (max-width: 1250px){
  
  /*.custom-menu-primary .hs-menu-wrapper > ul > li > a {
      padding: 16px 5.33px;
  }*/
  
  .banner-image {
      background-position: center -195px;
  }

}

@media (max-width: 1180px){
  .custom-header-right-button {
      width: auto !important;
      margin-left: 0 !important;
      float: right !important;
  }
  /*.custom-menu-primary {
      padding-left: 10px;
     /* width: auto !important;*/
  }
  
  /*.scroll-header .custom-menu-primary {
      padding-left: 17px;
     /* width: auto !important;*/
  }
  
  /*.custom-logo {
      width: 100px !important;
  }*/
  
  /*.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
      padding: 10.67px 10.67px;
  }*/
  
  .banner-image {
      background-position: center -176px;
  }
  .custom-menu-primary.menu-right .hs-menu-wrapper > ul > li:last-child > a {
     display:none !important;
  }
  
}

@media (max-width: 1080px){
  .custom-menu-primary {
      margin-left: 0 !important;
  }
}

@media (max-width: 1050px){
  .custom-menu-primary{
      padding-left: 0;
  }
  
  /*.custom-menu-primary .hs-menu-wrapper > ul {
       margin-left: -15px;
  }*/
 
}

@media (max-width: 1024px) and (min-width: 992px){
 /* .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      font-size: 15px;
      padding: 16px 4px;
  }*/
  
  .custom-menu-primary .hs-menu-wrapper > ul {
      margin-left: 0;
  }
  
  /*.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li > a {
      font-size: 15px;
  }*/
  
}

@media (max-width: 1024px) {
  .container-fluid .row-fluid .page-center {
      float: none;
      max-width: 90%;
    	width: 90%;
      padding-left:0;
      padding-left:0;
      margin: 0 auto;
  }
  
  .custom-footer-copyright p {
      font-size: 13.6px;
      line-height: 21.76px;
  }
  
  .custom-footer-menu .hs-menu-wrapper > ul > li > a, .footer-social-icons-inner h3 {
      font-size: 15.912px;
      line-height: normal;
  }
  
  .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
      font-size: 13.6px;
      line-height: 24px;
  }
  
  .custom-footer-menu .hs-menu-wrapper > ul > li {
      width:  50%;
      text-align:  left;
      float:  none !important;
      display:  inline-block;
      margin-right:  -4px;
      vertical-align:  top;
  }

  .custom-footer-menu {
      float:  none !important;
      width:  100% !important;
  }

  .custom-footer-social-icons {
      float: none !important;
      width:  100% !important;
      margin-left: 0 !important;
  }
  
  .custom-footer-top {
      padding-bottom: 33px;
      padding-top: 24px;
  }
  
  .footer-social-icons-inner {
      margin-left: 0;
  }
  
  .custom-footer-social-icons p {
      font-size: 15.912px;
      line-height: normal;
  }
  
  .custom-footer-social-icons ul li a span {
      font-size: 21.25px;
  }
  
  .custom-footer-social-icons ul li a {
      font-size: 21.25px;
  }
  
  html {
      font-size: 85%;
  }
  
  .custom-register-link p {
      font-size: 13.6px;
      line-height: normal;
  }
  
  .custom-header-top {
      padding: 8px 16px 10px;
  }
  
  .custom-header-bottom {
      min-height: 60px !important;
  }
  
  .header-container-wrapper {
      min-height: 30px !important;
  }
  
  .custom-header-right-button {
    padding-top: 10px;
  }

  .custom-header-right-button p a {
    padding: 8px 4px 8px 16px;
  }
  
  .custom-logo{
      padding-top: 8px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul {
      margin-left: 0;
  }
  
  .custom-menu-primary-mobile {
      display: block !important;
  }
  
  .custom-menu-primary-desktop {
      display: none !important;
  }
  
  .custom-header-mobile-menu-wrapper {
      display: none !important;
      background-color: #fff;
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 99;
      width: 100% !important;
      float: none !important;
      height: 100vh;
      overflow-y: auto;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index:99999;
  }

  .mobile-open .custom-header-mobile-menu-wrapper {
      display: flex !important;
  }
  
  .custom-menu-primary-mobile {
      width: 100% !important;
  }
  
  .custom-menu-primary-mobile {
      width: 100% !important;
      margin-left: 0 !important;
      float: none !important;
  }
  
  .scroll-header .custom-menu-primary{
      padding-left: 0px;
      width: 100% !important;
  }
  
  .custom-menu-close {
      position: fixed;
      top: 0;
      z-index: 999;
      width: auto !important;
      right: 0;
  }

  .custom-menu-close button {
      background: 0 0;
      border: 0;
      color: #2c0b2a;
      padding: 24px;
      position: static;
      right: 0;
      top: 0;
      font-family: icomoon!important;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: 400;
      line-height: 1;
      speak: none;
      text-transform: none;
      cursor: pointer;
      z-index: 99;
      font-size: 13.6px;
      line-height: 1;
  }
  
  
  .custom-menu-close button:before {
      content: '\e908';
  }
  
  .custom-language-menu ul {
      list-style: none;
      margin: 0;
      padding: 5px;
      display: block;
      text-align: center;
  }
.custom-selector-menu.custom ul {
      list-style: none;
      margin: 0;
      padding: 5px;
      display: block;
      text-align: center;
  }
  .custom-language-menu ul li {
      display: inline-block;
      position: relative;
  }
  .custom-selector-menu.custom ul li {
      display: inline-block;
      position: relative;
  }
  
  .custom-language-menu ul li a {
      color:#ff5757;
      display: inline-block;
      padding: 10.67px 8px;
      text-decoration: none;
      transition: all 250ms cubic-bezier(.455,.03,.515,.955);
  }
 .custom-selector-menu.custom ul li a {
      color:#3bada8;
      display: inline-block;
      padding: 10.67px 8px;
      text-decoration: none;
      transition: all 250ms cubic-bezier(.455,.03,.515,.955);
  }
  .custom-language-menu.custom ul li a {
    color: #3bada8;
    display: inline-block;
    padding: 10.67px 8px;
    text-decoration: none;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
}
  .custom-language-menu ul li a:hover {
      color: #1ba598;
  }
  .custom-language-menu.custom ul li a:hover {
    color: #ff5757;
}
 .custom-selector-menu.custom ul li a:hover {
    color: #ff5757;
}
  body.mobile-open {
      overflow: hidden;
  }
  
  .banner-image {
      min-height: 215px !important;
      background-position: center -133px;
  }
  
  .banner-image h1 {
      font-size: 3rem;
  }
  
  .custom-no-nav .header-container-wrapper {
      min-height: 60px !important;
  }
  
  .custom-popup-content {
      background-color: #fff;
      border-radius: 3px;
      width: 100% !important;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  
  .custom-popup-form form {
      padding-top: 20px;
  }
  
  .custom-popup-form .hs-form-fd343055-cf3f-4da5-8293-c43bcfcbafb8_e403e83f-f6b1-47aa-9d59-8ed44692de92 fieldset.form-columns-2 .hs-form-field {
      float: none !important;
      width: 100% !important;
  }
  
  .custom-popup-form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
      float: none !important;
      width: 100% !important;
  }
  
  .custom-popup-form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
      float: none !important;
      width: 100% !important;
  }
  
  .custom-popup-form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
      padding-right: 0;
  }
  
  .custom-popup-form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
      padding-left: 0;
  }
  
  .custom-popup-form .hs-form fieldset.form-columns-2 .hs-form-field {
      margin-top: 15px;
  }
  
  .custom-popup-form input.hs-button.primary.large {
      padding: 12px 20px 9px;
  }
  
  .custom-popup-close-button {
      color: #ff5757;
      position: fixed;
      right: 16px;
      top: 13px;
      transform: none;
  }

}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-footer-menu .hs-menu-wrapper > ul > li {
      width: 100%;
      text-align: center;
      margin-right: 0;
  }
  
  .custom-footer-bottom {
      padding-bottom: 24px;
      padding-top: 24px;
  }
  
  .custom-footer-copyright p {
      font-size: 12.8px;
      line-height: 20.48px;	
  }
  
  .custom-footer-social-icons {
      text-align: center;
  }
  
  .custom-footer-menu .hs-menu-wrapper > ul > li > a, .footer-social-icons-inner h3 {
      font-size: 14.976px;
      line-height: normal;
  }
  
  .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
      font-size: 12.8px;
      line-height: 24px;
  }
  
  .custom-footer-social-icons p {
      font-size: 14.976px;
      line-height: normal;
  }
  
  .custom-footer-social-icons ul li a span {
      font-size: 20px;
  }

  .custom-footer-social-icons ul li a {
      font-size: 20px;
  }
  
  .footer-social-icons-inner{
      padding-top: 14px;
      padding-bottom: 14px;
  }
  

  .custom-footer-top {
      padding-bottom: 24px;
      padding-top: 24px;
  }
  
  .custom-footer-social-icons ul li {
      line-height: 20px;
  }
  
  .custom-register-link p {
      font-size: 12.8px;
      line-height: normal;
  }
  
  .custom-register-link p a {
      font-size: 11px;
      line-height: 11px;
  }
  
  .custom-header-top {
      padding: 8px 16px 8px;
  }
  
  .custom-header-bottom {
      width: 100% !important;
      top: 43px;
  }
  
  .custom-logo {
      float: left !important;
  }
  
  .custom-header-right-button p a {
      padding: 8px 4px 8px 16px;
      font-size: 12.8px;
      line-height: 1;
  }
  
  .custom-header-right-button p a span {
      font-size: 22.4px;
  }
  
  .header-container-wrapper {
      min-height: 60px !important;
  }
  
  .custom-header-right-button {
      padding-top: 11px;
  }
  
  .banner-image {
      background-position: center -95px;
  }
  
  
  html {
      font-size: 80%;
  }
  
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,#comment-form {
    max-width:100%;
  }

  #hs-pwd-widget-password {
    height: auto !important;
    max-width: 100%;
    display: block;
  }
  
  .full-width-lp form{
     max-width:100%;
  }

  .blog .blog-sidebar {
      margin: 35px 0 0 0;
  }
  
  .custom-menu-close button {
      font-size: 12.8px;
  }
  
  .custom-popup-form .hs-input {
      width: 100% !important;
  }

}  

@media (max-width: 500px) {
  .custom-header-bottom {
      top: 59px;
  }
  
  .safari .custom-header-bottom {
      top: 43px;
  }
  
  .safari .header-container-wrapper {
      min-height: 60px !important;
  }
  
  .header-container-wrapper {
      min-height: 60px !important;
  }
  
  .banner-image {
      background-position: center center;
  }
  
}

@media (max-width: 495px){
  .custom-header-bottom {
      top: 59px;
  }
  
  .header-container-wrapper {
      min-height: 60px !important;
  }
  
}



@media (max-width: 490px) {
  .safari .custom-header-bottom {
       top: 68px;
  }
  
  .safari .header-container-wrapper {
      min-height: 60px !important;
  }
  
  .custom-register-link p a{
     display: block;
     margin-top: 10px;
  }
  
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 660px) and (min-width: 480px){
  .banner-image {
      background-position: center center;
  }
}

@media (max-width: 479px) {
  .custom-register-link p a {
      display: block;
      margin-top: 8px;
  }
  
  .custom-header-bottom{ 
      top: 68px;
  }
  
  .custom-header-top {
    padding: 8px 16px 9px;
  }
  
  .header-container-wrapper {
      min-height: 60px !important;
  }
  
  .custom-popup-outer-wrapper {
      padding-left: 10px;
      padding-right: 10px;
  }

}

@media (max-width: 383px){
  .subscribe-options label span {
      font-size: 12px;
      margin-left: 0;
      font-weight: bold;
  }
}

@media (max-width: 377px){
  .custom-header-bottom {
      top: 68px;
  }
  
  .header-container-wrapper {
      min-height: 60px !important;
  }
}

@media (max-width: 370px){
  .header-container-wrapper {
      min-height: 60px !important;
  }
  
  .custom-header-bottom {
      top: 84px;
  }
  
}

@media (max-width: 370px) and  (min-width: 355px){

}

@media (max-width: 360px){
  .custom-header-top {
      padding: 8px 16px 5px;
  }
  
  .custom-header-bottom {
      top: 80px;
  }
  
  .header-container-wrapper {
      min-height: 60px !important;
  }
  
}

@media (max-width: 360px) and (min-width: 357px){
  .safari .custom-header-bottom {
      top: 64px;
  }
  
  .safari .header-container-wrapper {
     min-height: 60px !important;
  }
  
}

@media (max-width: 356px){
 .safari .custom-header-bottom {
       top: 80px;
  }
  
  .safari .header-container-wrapper {
      min-height: 60px !important;
  }
}

@-moz-document url-prefix() {
  .custom-popup-form select{
      min-height: auto;
      padding-top: 10px;
      padding-bottom: 11px;
  }
}




/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */
  
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.container-fluid .row-fluid .page-center2 {
  float: none;
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
}
.custom-logo.center-logo.center a {
    font-size:35px;
  width:40%;
}
  .mobile-trigger{
   line-height:35px;
  }
  .custom-menu-primary.left-top-selector{
  display:none;
  }
  .span2.widget-span.widget-type-custom_widget.custom-header-right-button{
  padding-top:px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-logo.center {
  padding-top: 10px;
  }
}
/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.container-fluid .row-fluid .page-center2 {
  float: none;
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
}
.custom-logo.center-logo.center a {
    font-size:35px;
    width:40%;
}
  .mobile-trigger{
   line-height:35px;
  }
  .custom-menu-primary.left-top-selector{
  display:none;
  }
  .span2.widget-span.widget-type-custom_widget.custom-header-right-button{
  padding-top:10px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-logo.center {
  padding-top: 10px;
  }
  .custom-language-menu.custom ul{
  display:flex;
  }
}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.scroll-header .custom-header-bottom {
    top: 0px;
}
.container-fluid .row-fluid .page-center2 {
  float: none;
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
}
.custom-logo.center-logo.center a {
    font-size:35px;
    width:40%;
}
  .mobile-trigger{
   line-height:35px;
  }
  .custom-menu-primary.left-top-selector{
  display:none;
  }
  .span2.widget-span.widget-type-custom_widget.custom-header-right-button{
  padding-top:10px;
  }
  .span2.widget-span.widget-type-custom_widget.custom-logo.center {
  padding-top: 10px;
  }
    .span12.widget-span.widget-type-cell.custom-header-bottom {
    position: fixed;
    top: 0;
}
}
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.scroll-header .custom-header-bottom {
    top: 0px;
}
.container-fluid .row-fluid .page-center2 {
  float: none;
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
}
.custom-logo.center-logo.center a {
  font-size:35px;
  width:40%;
}
  .mobile-trigger{
   line-height:35px;
  }
.custom-menu-primary.left-top-selector{
  display:none;
  }
  .span2.widget-span.widget-type-custom_widget.custom-header-right-button{
  padding-top:10px;
  }
 .span2.widget-span.widget-type-custom_widget.custom-logo.center {
  padding-top: 10px;
  }
  .span12.widget-span.widget-type-cell.custom-header-bottom {
    position: fixed;
    top: 0;
}
}




/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    font-size: 1.125rem;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    background: 0 0;
    border: 1px solid #ddf3e9;
    border-radius: 4px;
    color: #1ba598;
    min-height: 48px;
    outline: 0;
    padding: 0 16px;
    width: 100%;
    line-height: normal;
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea{
    font-size: 1.125rem;
    transition: all 250ms cubic-bezier(.455,.03,.515,.955);
    background: 0 0;
    border: 1px solid #ddf3e9;
    border-radius: 4px;
    color: #1ba598;
    min-height: 150px;
    outline: 0;
    padding: 0 16px;
    width: 100%;
    line-height: normal;
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: #1ba598;
    outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
    color: #ff5757 !important;
    font-weight: 700 !important;
    font-size: .75rem !important;
    line-height: normal !important;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */



/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */
  
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
 
.scroll-header .body-container-wrapper {
    margin-top: 120px;
}  
section.june_energy_upfooter .upfooter:before {
    width: 700px;
    height: 700px;
/*     left: 0px !important; */
}
.june_energy_junecontent:before{
    width: 500px;
    height: 400px;
} 
  .june_energy_upfooter .display_contents .innertext {
    padding-top: 116px !important;
    padding-left: 0px;
    z-index: 0;
  }
  
}
/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.scroll-header .body-container-wrapper {
    margin-top: 80px;
} 
section.june_energy_upfooter .upfooter:before {
    width: 300px;
    height: 700px;
    left: 0px !important;
}
.june_energy_junecontent:before{
    width: 500px;
    height: 400px;
} 
  .page-center:{
   width:100%; 
  }
 
  .june-slider .page-center {
    width: 95%;
}
  .june_energy_popup .page-center{
    width:100%; 
  }
.june_energy_logos .page-center{
    width:100%; 
  }
  .june_energy_upfooter .upfooter{
    background-size: contain;
  }
      .logopopup {
    width: 40%;
  }
  .middletext p {
    width: 85%;
    font-size: 24px;
  }
  .picons {
    padding-right: 22px;
  }
  .content .middletext h2 {
    padding-bottom: 60px;
    padding-top: 46px;
    font-size: 35px;
    color: #fff !important;
  }
      .june_energy_upfooter .display_contents .innertext {
      padding-top: 35px;
      padding-left: 10px;
}
  .june_energy_upfooter .display_contents .innertext h2 {
    font-size: 16px;
  }
  .june_energy_upfooter .display_contents .innertext p {
    font-size: 17px;
  }
  .june_energy_upfooter .display_contents .innertext {
    padding-top: 116px !important;
    padding-left: 0px;
    z-index: 0;
  }
}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
 .scroll-header .body-container-wrapper {
    margin-top: 80px;
} 
  
 .slick-slider-inner{
    padding:0px;
  }
  .tab-content.current .fa-chevron-right {
    position: absolute;
    right: 5%;
    top: 50%;
  }
  .tab-content.current .fa-chevron-left {
    position: absolute;
    left: 5%;
    top: 50%;
  }
  .june_energy_topfooter .topfooter {
    text-align: center;
    padding: 30px 0px;
}
  .june-slider .iconlast {
    padding-bottom: 30px;
}
  .june_energy_topfooter .topfooter {
    text-align: center;
    padding: 70px 0px;
    margin: 20px;
}
  .june_energy_upfooter .upfooter{
    background-size: contain;
    min-height: 500px;
  }
  .slick-slider-inner {
    padding: 0px;
    padding: 39px 0px;
}
  .june-slider ul.tabs li {
    font-size: 17px;
    padding: 15px 17px;
  }
    .logopopup {
    width: 50%;
  }
  .middletext p {
    width: 100%;
  }
  .picons {
    padding-right: 22px;
  }
  .content .middletext h2 {
    padding-bottom: 60px;
    padding-top: 46px;
    font-size: 25px;
    color: #fff !important;
  }
  .popup {
    width: 80%;
}
    .june_energy_upfooter .display_contents .innertext {
      padding-top: 80px;
      padding-left: 57px;
}
  .june_energy_upfooter .display_contents .innertext h2 {
    font-size: 16px;
  }
  .june_energy_upfooter .display_contents .innertext p {
    font-size: 17px;
  }
  .june_energy_upfooter .right_image img {
    padding-top: 45px;
    padding-bottom: 61px;
}
iframe {
    max-width: 100%;
    height: auto !important;
}
.june_energy_junecontent .contents p br {
    display: none;
}
section.june_energy_upfooter .upfooter:before {
  display:none;
}
.june_energy_junecontent:before {
    display:none;
} 
  .slick-initialized .slick-slide:focus {
    outline: none !important;
}
.tab-slider .tab_slider .arrows-right {
    display:none !important;
}
  .tab-slider .tab_slider .arrows-left {
    display:none !important;
}
  .june_energy_upfooter .display_contents .innertext {
    padding-top: 116px !important;
    padding-left: 0px;
    z-index: 0;
  }
.header-top{
  display:none !important;
}
}
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.header-top{
  display:none !important;
}
  
.scroll-header .body-container-wrapper {
    margin-top: 80px;
} 
section.june_energy_upfooter .upfooter:before {
  display:none;
}
.june_energy_junecontent:before {
    display:none;
}   
.june_energy_junecontent .contents p br {
    display: none;
}
.june_energy_junecontent .june_cta a {
    padding: 14px 20px;
}
 
iframe {
    max-width: 100%;
    height: auto !important;
}
  .slick-slide img{
    margin:auto !important;
  }
  .box {
    text-align: center;
  }
  .page-center:{
   width:100%; 
  }
 
  .june-slider .page-center {
    width: 95%;
}
  .june_energy_popup .page-center{
    width:100%; 
  }
.june_energy_logos .page-center{
    width:100%; 
  }
  .popuptop a.button {
    color: #ffffff;
    padding: 32px;
    width: 100%;
    border-radius: 48px;
    background: #008effed;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-top: 67px;
    font-size: 17px;
    left: 21px;
    width: 86%;
}
  div#en_modals1 {
    width: 100%;
}
  .tab-content.current .fa-chevron-right {
    position: absolute;
    right: 0%;
    top: 90%;
    display: none !important;
  }
  .tab-content.current .fa-chevron-left {
    position: absolute;
    top: 90%;
    left:0%;
    display: none !important;
  }
  
  .slick-slider-inner {
    display: block !important;
    width: 90% !important;
    margin: 0 auto;
    padding:0px;
    margin-top: 30px;
}
  .june_energy_junecontent .contents{
   margin:20px; 
  }
  .june_energy_junecontent{
   padding-top:30px !important;
    padding-bottom:30px !important;
  }
  

  .june_energy_upfooter .upfooter{
    background-size: contain;
    min-height: 500px;
  }
  .june_energy_upfooter .display_contents {
  }
  .june_energy_upfooter .display_contents h2 {
    font-size: 30px;
  }
  .june_energy_upfooter .display_contents p {
    font-size: 16px;
  }
  .june-slider ul.tabs li {
    font-size: 12px;
    padding: 8px 5px;
  }
  .june_energy_topfooter .topfooter h2 {
    font-size: 24px;
  }
  .june_energy_oneplatform .oneplatform h2 {
    font-size: 29px;
  }
  .june_energy_junecontent .contents h2 {
    font-size: 27px;
    padding-bottom: 28px;
  }
  .june_energy_junecontent .contents p {
    font-size: 16px;
  }
  .logopopup {
    width: 50%;
  }
  .middletext p {
    width: 100%;
  }
  .picons {
    padding-right: 22px;
  }
  .content .middletext h2 {
    padding-bottom: 60px;
    padding-top: 46px;
    font-size: 25px;
    color: #fff !important;
  }
  .june_energy_upfooter .display_contents .innertext {
    padding-top: 55px !important;
    padding-left: 0px;
    z-index: 0;
  }
  .june_energy_upfooter .display_contents .innertext h2 {
    font-size: 16px;
  }
  .june_energy_upfooter .display_contents .innertext p {
    font-size: 16px;
  }
  .june_energy_upfooter .right_image img {
    padding-top: 45px;
    padding-bottom: 50px;
}
  .june_energy_oneplatform .oneplatform p {
    font-size: 14px;
    padding: 4px;
}
.iconlast {
    padding-top: 50px;
    padding-bottom: 50px;
}
.slider-nav .slick-track {
    display: flex !important;
    flex-wrap: wrap !important;;
}
.slick-initialized .slick-slide {
    width: 100%;
}
  .slick-initialized .slick-slide:focus {
    outline: none !important;
}
.tab-slider .tab_slider .arrows-right {
    display:none !important;
}
  .tab-slider .tab_slider .arrows-left {
    display:none !important;
}
}



@media (max-width: 320px) {
.container-fluid .row-fluid .page-center3 {
    max-width: 90%;
    width: 90%;
}
.custom-logo {
    float: left !important;
    width: 100% !important;
    text-align: left !important;
}
.scroll-header .custom-header-bottom {
    top: 0px;
}  
.pricing-plans .span12.pricing-full {
    flex-direction: column;
}  
.pricing-plans .pricing-full .span4 {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 20px;
}
.pricing-plans:before {
    width: 100%;
}
section.june_energy_upfooter:before {
    width: 100%;
}
.june_energy_upfooter .display_contents .innertext {
    padding-top: 60px;
    padding-left: 0px;
}
.column3-content-icon:before {
    width: 100%;
  }
.half-image-text01 .span12.swap-div-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.half-image-text01 .span6 {
    width: 100% !important;
}
.half-image-text02 .span6.right-image {
    width: 100% !important;
}
.half-image-text02 .span6 {
    width: 100% !important;
    margin: 0px !important; 
}
.discover .discover_content:after{
    display:none !important; 
}
.discover .discover_content:before{
    display:none !important; 
}
.half-image-text02 .span12 {
    flex-direction: column;
}
.logo_item {
    display: block !important;
    margin: 0 10px;
    text-align: center !important;
}
.client_logo a img {
    margin-bottom: 25px;
    height: 50px !important;
}
#ouibounce-modal .modal {
    width: 100%;
    height: 80%;
}
#ouibounce-modal .modal-body {
    padding: 0px;
}
.subscribr-btn {
    flex-direction: column;
}  
#ouibounce-modal .modal {
    padding: 20px;
}
.button-right a, .modal-footer .button a {
    margin-bottom: 20px;
}
  
}





.half-image-text02.module_15555802208483570 .span6.right-image {
    background-size: 90% !important;
    background-color: #e5f1ee;
}