/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@import url('//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "Ionicons";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/3032239/PORTUP%20May2018/Js/ionicons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/3032239/PORTUP%20May2018/Js/ionicons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/3032239/PORTUP%20May2018/Js/ionicons.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/3032239/PORTUP%20May2018/Js/ionicons.svg") format("svg");
}


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


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

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  line-height: 1.5;
  color: #595959;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1326px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}


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

/* Basic text */
p {} 
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 */
h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;  
  color: #2c3067;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 52px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

/* Anchor Links */
a {
  color: #505cfd;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #2c3067;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== 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 {}
.header-container {}
.cm-header-top {
  background-color: #2c3067;
  height: 80px;
  max-height: 80px;
  line-height: 80px;
}
.cm-logo img:hover {
  opacity: .6;
}

.cm-logo img {
  max-height: 86px;
  vertical-align: middle;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.cm-header-top .page-center {
  padding: 0 15px;
}
.cm-header-social {
  width: auto !important;
  float: right !important;
  margin-left: 0 !important;
}
ul.menu-other {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
li.social {
  padding-right: 24px;
}
.header-sidebar {
  display: inline-block;
  vertical-align: top;
}
li.social a {
  margin: 0 -4px 0 -3px;
  font-size: 18px !important;
}


.header-sidebar a {
  color: #fff;
  padding: 15px 25px 14px;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font: 600 13px/1.2 "Poppins", sans-serif;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  text-align: center;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 15px 24px 14px;
  font-family: 'Poppins', sans-serif;
  border-color: #fff;
  background-color: transparent;
  display: inline-block;
}
.header-sidebar a:hover {
    opacity: .6;
}

.header-sidebar section {
  display: inline-block;
}
.right-sec {
  margin-left: 10px;
}
span.icon.ion-android-search:before {
  content: "\f2f5";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.menu-other li {
  float: left;
}
ul.menu-other li a {
  padding: 0 20px;
  text-decoration: none;
  vertical-align: -2px;
  font-size: 19px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding-right: 0;
  line-height: 1;
}
ul.menu-other li a:hover {
  opacity: .6;
}
.cm-header-bottom {
  background-color: rgba(2,2,2,0.9);
  color: #fff;
  text-align: right;
  padding-top: 1px;
}
.cm-header-bottom .page-center {
  padding: 0 15px;
}
.cm-logo {
  width: auto !important;
  float: left !important;
}

@-moz-document url-prefix() {
  li.social a {
    margin: 0 !important;
  }
  li.social {
    padding-right: 13px;
  }
}




/* search Pop */
span.ion-ios-close-empty {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  font-size: 50px;
}

span.ion-ios-close-empty:before {
  content: "\f404";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cm-search-pop {
  background: rgba(34, 34, 34, 0.97);
  width: 100% !important;
  height: 100%;
  position: fixed;
  top: 30px;
  left: 0;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.search-open .cm-search-pop {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.header-search .close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.header-search .search-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
}

.header-search .search-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
}
.header-search form {
  max-width: 700px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative; 
}
.header-search form input {
  background: transparent;
  color: #f4f4f4;
  height: 60px;
  line-height: 60px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  width:  100%;
  outline: 0;
}
.header-search form input:focus {
  color: #fff;
  border-color: #505cfd; }
.header-search form input::-webkit-input-placeholder {
  color: #fff; }
.header-search form input::-moz-placeholder {
  color: #fff; }
.header-search form input:-ms-input-placeholder {
  color: #fff; }
.header-search form input::placeholder {
  color: #fff; }
.header-search form button {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
  border: none;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 10px; }
.header-search form button:hover {
  color: #fff; }



span.screen-reader-text {
  display:  none;
}
.header-search form button {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
  border: none;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 15px 24px 14px;
  cursor: pointer;
}

span.ion-ios-search-strong:before {
  content: "\f4a4";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight:  400;
}

span.ion-ios-search-strong {
  font-size: 23px;
  color: rgba(255, 255, 255, 0.8);
}
span.icon.ion-android-search {
  cursor: pointer;
}

.close:hover span.ion-ios-close-empty {
  color: #fff;
}
.search.search-submit:hover span.ion-ios-search-strong {
  color: #fff;
}
.cm-banner .page-center {
  padding-top: 56px !important;
  padding-bottom: 32px !important;
}




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

.body-container-wrapper {
  line-height: 25px;
}

.body-container-wrapper a:hover{
  text-decoration: underline;
}
.cm-banner {
  text-align: center;
}

.body-container {}

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


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

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

.cm-footer-bottom {
  background-color: #303030;
  color: #494949;
  font-size: 13px;
}
.cm-footer-bottom .page-center {
  padding: 0 15px;
}
.ft-bt-content {
  border-top: 1px solid rgba(136, 136, 136, 0.2);
  padding: 30px 0 25px;
}
.ft-bt-content p {
  margin: 0;
}
.ft-bt-content p a {
  color: #525252;
  text-decoration: underline;
}
.cm-res {
  text-align: right;
}
.cm-footer-top {
  padding: 70px 0 55px;
}
.cm-footer-gp {
  background-color: #303030;
  background-size: cover;
  color: #ffffff;
}
.box {
  width: 25% !important;
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.cm-footer-logo ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.cm-footer-logo ul li a {
  color: #ffffff;
  margin-right: 5px;
  display: inline-block !important;
}
.cm-footer-logo ul li a:hover {
  text-decoration: underline;
}
.cm-footer-logo ul {
  padding-top: 25px;
}
.cm-footer-logo img {
  margin-bottom: 7px;
}

.cm-footer-form .hs-form-field > label {
  display: none;
}

.cm-footer-form .hs-input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  border-color: #ffffff;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100% !important;
  background: transparent;
  line-height: inherit;
  outline: 0;
  margin-top: 8px;
}

.cm-footer-form .hs-button.primary.large {
  background: #404044;
  color: #fff;
  padding: 15px 25px 14px;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font: 600 13px/1.2 "Poppins", sans-serif;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  text-align: center;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 15px 24px 14px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  cursor: pointer;
}
.cm-footer-form .hs-button.primary.large:hover	 {
  background: transparent;
  color: #ffffff;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
}

.cm-footer-form .hs_submit.hs-submit {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}
.cm-footer-form .form-columns-2 .hs-form-field {
  width: 45% !important;
  padding-right: 16px !important;
  float: left !important;
}
.cm-footer-form .hs-form fieldset.form-columns-1 .hs-form-field {
  width: 90%;
  padding-right: 16px;
  margin-top: 11px;
  margin-bottom: 3px;
}
.box h3 {
  font-size: 16px;
  margin: 0 0 30px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
div#footer-label-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#footer-label-block ul li {
  padding: 3px 0;
}
.socialbar.small a:first-child {
  margin-left: 0;
}

.socialbar.small a:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0);
  background-color: #ffffff;
  color: #303030;
}

.socialbar.small a:first-child {
  margin-left: 0;
}
.socialbar.small a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-top: 10px;
  color: #ffffff;
  background: transparent;
  margin: 0px 3px;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  border-color: #fff;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
.socialbar.small {
  padding-bottom: 25px;
}
h3.label-title.widget-title {
  margin-bottom: 20px;
}
#footer-label-block ul li:first-child {
  margin-bottom: 7px;
}

.lp-page h3.title.widget-title,
.lp-page  .socialbar.small{
    display: none;
}

.lp-page .cm-footer-social {
    padding-bottom: 24px;
}





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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  font-size: 13px;
  font-weight: 400;
  line-height: 42px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #ffffff;
  padding: 0 15px;
  font-size: 12px;
  font-family: Poppins, sans-serif;
}
span.icon.fa.fa-home {
  font-size: 1.5em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
  content: '';
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border-bottom: 1px solid;
  border-color: inherit;
  margin-top: 14px;
  position: absolute;
  top: 50%;
  left: 20px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '\f3d0';
  line-height: 0;
  border-top: none;
  border-left: none;
  margin-top: -1px;
  font-family: 'Ionicons';
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 3px;
  opacity: .6;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
  text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7) > a {
  color: #fdc500;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{}

/* Child List */


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


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .header-sidebar ,
  .custom-menu-primary  .socialbar.small{
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    vertical-align: top;
    background: #fff;
    color: #404044;
    width: auto;
    min-width: 210px;
    max-width: 320px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    border-top-width: 0px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 12px 5px;
    line-height: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 0 15px;
    font-size: 12px;
    background: transparent;
    color: #404044;
    white-space: normal !important;
    font-family: Poppins, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover ul {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:not(:last-child) {
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
  .custom-menu-primary {
    height: auto !important;
  }


}


/* ==========================================================================
Mobile Menu - Toggle Side Menu - Left
========================================================================== */

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

.mobile-icon {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  top: 0px;
  left: 0px;
  vertical-align: middle !important;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 18px;
}
.mobile-icon  span:before, .mobile-icon span:after {
  position: absolute;
  content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
  width: 20px;
  height: 2px;
  display: block;
  background: #fff;
}
.mobile-icon  span:before {
  margin-top: -6px; /* Position top line */
}
.mobile-icon  span:after {
  margin-top: 6px; /* Position bottom line */
}



/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  margin: 0;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  width: auto;
}
.close-icon:before {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  display: inline-block;
  color: #fff;
}


/* Menu Styles on Mobile Devices
========================================================================== */  

@media (max-width: 767px) {

  body, html {
    height: 100%;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: inline-block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
  }

  ul.menu-other li a {
    padding-right: 3px;
    font-size: 15px;
    padding-left: 0;
  }

  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
    padding-right: 15px;
    padding-left: 15px;
  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    width: 95% !important;
    z-index: 1000;
    background-color: #2c3067;
    left: -95%;
    top: 0;
    bottom: 0;
    overflow-y: auto !important;
    transition: all .5s ease-in;
    overflow-x: hidden;	
    text-align: left;
    padding: 1.2em;
    line-height: 1.2em;
  }

  .show-mobile-nav .custom-menu-primary {
    left: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
    opacity:1;
    visibility: visible;
    position: static !important;
    display: none;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open ul {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    padding: 3px 0;
    font-size: 16px;
    font-weight: bold;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    padding: 0;
    font-size: 16px;
    line-height: 17px;
    padding-left: 10px !important;
    margin-bottom: 6px;
    font-family: Rubik, sans-serif;
    text-decoration: none !important;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    float: right;
    padding: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding-left: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children > a:after {
    content: "[+]";
    margin-left: 3px;
    display: inline-block;
    position: relative;
    line-height: inherit;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children.child-open > a:after {
    content: "[-]";
  }
  ul.menu-other li a:hover {
    opacity: 1;
  }


}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}



.bg-image {
  background: rgba(64, 64, 68, 0.99);
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
}
.bg-image-section {
  min-height: 520px;
  margin-top: -123px;
  position: relative;
}
.custom-heading {
  padding-top: 140px;
  position: relative;
  z-index: 9;
  text-align: center;
}
.banner-tags a {
  background: transparent;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 9px 15px 7px;
  margin-top: 4px;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.bg-image-section:after {
  content: '';
  background: rgba(31, 31, 32, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hs-blog-post .body-container-wrapper .page-center {
  padding-bottom: 20px !important;
}

.hs-blog-post .bg-image-section .page-center {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
}
.banner-tags {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
}
.custom-heading h1 {
  width: 100%;
  max-width: 900px;
  margin: 0;
  display: inline-block;
  text-align: inherit;
  font-size: 52px;
  line-height: 1.2;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.banner-at-date {
  display: block;
  margin: 10px 0;
  line-height: 26px;
  text-align: inherit;
  font-size: 14px;
  position: relative;
  top: 50%;
  text-transform: uppercase;
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.banner-at-date a {
  color: #fff;
}
.bg-image-section a {
  text-decoration: none !important;
}
.hs-blog-post .upper-sidebar {
  display: none;
}

.hs-blog-post .cm-post-content-gp {
  margin: 0 3em !important;
  width: auto !important;
}
.hs-blog-post .blog-content {
  padding: 0 2vw;
}
.hs-blog-post  .bouton-recevoir.select-title {
  display: none;
}
.hs-blog-post  .share-links {
  margin: 40px 0;
}
.hs-blog-post .share-links .fa.fa-facebook {
  color: #3b5998;
}
.hs-blog-post .share-links .fa.fa-twitter {
  color: #00aced;
}
.hs-blog-post .share-links .fa.fa-linkedin {
  color: #0077b5;
}
.hs-blog-post .share-links .fa.fa-google-plus {
  color: #dd4b39;
}

img {}
.blog-grid.grid-1 {
  margin-bottom: 45px;
  width: 50%;
}
.blog-grid.grid-1 .tags {
  margin-bottom: 0; }
.blog-grid.grid-1.boxed header .tags {
  padding-left: 20px; }
.blog-grid.grid-1 .content {
  padding-bottom: 0; }
.blog-grid.boxed {
  background: #f8f8f8; }
.blog-grid.boxed .content {
  padding: 20px 25px 0; }
.blog-grid.boxed footer {
  padding: 5px 25px 20px; }
.blog-grid.boxed.quote blockquote {
  margin: 15px 25px; }
.blog-grid.boxed.quote blockquote:before {
  width: -webkit-calc( 100% + 50px);
  width: calc( 100% + 50px);
  left: -25px; }

.tags.cm-rel-tag-ft {
    position: static !important;
}
.blog-grid.grid-1.cm-rel-post header {
  position: relative;
}
/* .blog-grid.grid-1.cm-rel-post header {
  position: relative;
  min-height: 100px;
  background: #ccc;
} */
.cm-rel-post .tags a:hover {
    text-decoration: none !important;
    background-color: transparent;
    color: #505cfd;
    border-color: #505cfd;
}


.cm-rel-post .tags {
  width: 100%;
  white-space: normal;
  padding: 15px 20px 0;
  vertical-align: top;
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  top: 0;
}
.custom-related h3 {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.4;
  color: #404044;
}
.cm-rel-post .tags a {
  background: transparent;
  color: #404044;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 9px 15px 7px;
  margin-top: 4px;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
  text-transform: uppercase;
  border-color: #505cfd;
  background-color: #505cfd;
  color: #fff;
}

.cm-rel-post h3.title.text-left a {
  color: #404044;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-decoration: none !important;
}

.cm-rel-post h3.title.text-left {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.cm-rel-post footer {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 18px;
}
.cm-rel-post span.author a {
  font-weight: 500;
  color: #595959;
  text-decoration: none !important;
  margin-right: 5px;
}
.cm-rel-post span.data {
  color: #999999;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  margin-left: 5px;
}
.cm-rel-post:hover img {
  opacity: .8;
}
.cm-rel-post:hover h3.title.text-left a {
  color: #505cfd;
}
.blog-grid.grid-1.cm-rel-post header img {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.custom-next, .custom-previous {
  display: inline-block;
  width: 50%;
  margin: 0 -2px;
  vertical-align: middle;
}
p.subtitle.small {
  text-transform: uppercase;
  font-size: 12px;
  margin: 8px auto;
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #999999;
}
span.custom-next-content {
  text-align: right;
}
.custom_blog_next-previous h3.title {
  color: #404044;
  font-family: 'Poppins', sans-serif;
  max-height: 3.6em;
  margin: 0 0 5px;
  line-height: 1.3;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
span.arrow {
  display: inline-block;
  padding: 20px 0;
  color: #404044;
  height: 100%;
  border-left: 1px solid transparent;
  text-align: center;
  font-size: 28px;
  vertical-align: middle;
}
span.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom_blog_next-previous a {
  text-decoration: none !important;
}
.custom-previous:hover h3.title {
  color: #505cfd;
}
.custom-previous:hover .ion-ios-arrow-thin-left {
  color: #505cfd;
}
.custom-next:hover .arrow {
  border-color: rgba(0, 0, 0, 0.1);
}
span.ion-ios-arrow-thin-left {
  margin-top: 5px;
  display: inline-block;
}
.custom-next:hover h3.title {
  color: #505cfd;
}
.custom-next:hover .ion-ios-arrow-thin-left {
  color: #505cfd;
}
.custom-previous:hover .arrow {
  border-color: rgba(0, 0, 0, 0.1);
}
span.ion-ios-arrow-thin-right {
  margin-top: 5px;
  display: inline-block;
}
span.custom-pre-image {
  display: inline-block;
  margin: -20px 15px -26px;
  max-width: 80px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  padding: 20px 0;
  opacity: 0;
  position: absolute;
}
span.custom-next-image {
  margin: -10px -6% -26px !important;
  max-width: 80px;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}
span.custom-pre-content {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  padding-left: 0;
}
.custom_blog_next-previous a img {
  width: auto;
  float: none !important;
}
.custom-next:hover span.custom-next-image {
  opacity: 1;
}
.custom-previous:hover span.custom-pre-image {
  opacity: 1;
}
span.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
span.custom-next-content {
  display: inline-block;
  vertical-align: middle;
}
.custom-next span.arrow {
  border-left: none;
  border-right: 1px solid transparent;
}
.custom-next {
  text-align: right;
}

.custom-next:hover span.ion-ios-arrow-thin-right {
  color: #505cfd;
}
.about-page {
  position: relative;
  text-align: center;
}
.at-img img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid white;
}
.about-page:before {
  content: '';
  position: absolute;
  z-index: 1;
  border: 0;
  border-bottom: 1px solid lightgray;
  width: 100%;
  left: 0;
  top: 60px;
}
.at-name {
  padding: 100px 0 0 0;
  text-align: center;
  margin-bottom: 10px;
}
.at-name h3 a {
  color: #595959;
}

.at-name h3 {
  width: 100%;
  margin: 10px auto;
  display: block;
  line-height: 25px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
.at-name p {
  color: #595959;
  width: 100%;
  margin: 10px auto;
  display: block;
  line-height: 25px;
  font-size: 13px;
}



/* Blog Post */
.hs-blog-post {}





.body-container-wrapper .page-center {
  padding-top: 80px;
  padding-bottom: 80px;
}
.post-item .description {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .8em;
  color: #2c3067;
  line-height: 17px;
}
.post-item .illustration img {
  width: 72px;
  height: auto;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
}
.post-item .illustration {
  position: relative;
}
.post-item .author {
  display: inline-block;
}
.post-item .identification {
  margin-left: 96px;
}
.post-item .name-wrapper a {
  color: #2c3067;
}

.post-item .name-wrapper {
  font-size: .9em;
  font-weight: bold;
  line-height: 19px;
}
.post-item .blog-content {
  width: 72% !important;
  padding-right: 30px;
}
.post-item .date {
    font-size: 0.9em;
    font-weight: 500;
    float: right;
}
.post-item .pre-header {
  position: relative;
}
/* .post-item header {
  position: relative;
  min-height: 150px;
  background: #ccc;
  overflow: hidden;
} */
.post-item header {
  position: relative;
  overflow: hidden;
  clear: both;
}
.tags.cm-ft-tag {
    position: static !important;
}
.post-item .tags {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding-left: 20px;
  padding: 15px 20px 0;
}
.post-item .tags a {
  background-color: #fdc500;
  color: #fff;
  border: 1px solid #404044;
  border-color: #fdc500;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 9px 15px 7px;
  margin-top: 4px;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
}
.post-item .hs-featured-image-wrapper:after {
  content: '';
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: url(//cdn2.hubspot.net/hubfs/3032239/PORTUP%20May2018/Js/article_illustration_overlay_500x250.png);
  background-position: center;
}
.blog-listing-wrapper .post-listing .post-item:hover .hs-featured-image-wrapper:after {
  opacity: 1;
}
.blog-listing-wrapper .post-listing .post-item:hover .tags a {
  color: #2c3067;
}
.post-item .content {
  padding: 20px 25px 0;
}
.post-item .post-body.clearfix p {
  margin: 0;
  line-height: 24px;
}
.post-item footer {
  padding: 5px 25px 20px;
  padding-bottom: 1em;
}
.post-item .share-links.left {
  color: #404044;
  padding: 11px 0;
  float: left;
}
.post-item .read-more-btn {
  text-align: right;
}
.hs-featured-image {
  float: right;
  margin: 0;
  max-width: 100%;
  height: 100%;
    width: 100%;
    object-fit: cover;

}

.select-title {
  display: block;
  padding: 0 10px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  color: #404044;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 17px;
}
.select {
  padding: 7px;
  margin: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 20;
}
.select ul {
  background: #ffffff;
  position: absolute;
  min-width: 160px;
  max-height: 304px;
  overflow-y: auto;
  left: 5px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  text-align: left;
  -webkit-transition-property: width, opacity, visibility, top;
  transition-property: width, opacity, visibility, top;
  -webkit-transition-duration: 0s, .1s, .1s;
  transition-duration: 0s, .1s, .1s;
  -webkit-transition-delay: .2s, 0s, 0s;
  transition-delay: .2s, 0s, 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 29px rgba(0, 0, 0, 0.12);
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-title i:before {
  content: "\f35f";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.select-title i {
  width: auto;
  height: auto;
  padding: 0;
  margin-left: 5px;
  font-size: 17px;
  vertical-align: -2px;
  display: inline-block;
  line-height: 16px;
  position: relative;
  top: 1px;
  -webkit-transform-origin: 45% 45%;
  -ms-transform-origin: 45% 45%;
  transform-origin: 45% 45%;
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
.blog-content {
  width: 72% !important;
  padding-right: 30px;
}
.blog-sidebar {
  width: 28% !important;
  margin-left: 0 !important;
}
.select-title:hover {
  color: #505cfd;
  text-decoration: none !important;
}
.cat-open .cm-cat-toggle ul {
  top: 30px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}

.social-open .cm-social-toggle ul {
  top: 30px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.social-open .cm-social-toggle .select-title i,
.cat-open .cm-cat-toggle .select-title i{
  -webkit-transform: rotateZ(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotateZ(-180deg);
}
.select ul li {
  line-height: 1;
}
.select ul li a {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  vertical-align: middle;
  color: #282828;
  white-space: nowrap;
  display: inline-block;
}
.select ul li a:hover {
  background: #f3f3f3;
  cursor: pointer;
  text-decoration: none !important;
}
.select ul li a .icon {
  width: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 4px;
}
.upper-sidebar {
  margin-bottom: 20px;
}
.cm-side-content {
  background: #f7f7f7;
  padding: 60px 55px;
  position: relative;
  z-index: 10;
  padding-right: 15px;
}
.rec-post-item {
  color: #404044;
  max-width: 240px;
  text-align: center;
}
h4.title A {
  color: #404044;
  text-decoration: none !IMPORTANT;
}

h4.title {
  line-height: 1.6;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: left;
  PADDING-LEFT: 8px;
  margin: 0;
}

.thumbnail a {
  position: relative;
  display: inline-block;
  min-height: 100px;
}
.thumbnail-1 {
    position: relative;
    min-height: 100px;
    background: #ccc;
}
.content:hover .thumbnail .btn.read-more-link {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: white;
  color: white;
}
.thumbnail .btn.read-more-link {
  background: #404044;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font: 600 13px/1.2 "Poppins", sans-serif;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  text-align: center;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  padding: 15px 24px 14px !important;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  padding: .5em 1em;
  -webkit-transition: .3s;
  transition: .3s;
}
.content {
  padding: 1em 0;
}
.share-links {
  margin-top: 5px;
}

.share-links a {
  color: #2c3067;
  padding: 0 3px;
}
.share-links a:hover {
  color: #777779;
}
a.bouton-recevoir.select-title {
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 12px 10px;
  margin: 20px;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  border: 2px solid #2c3067;
  background-color: #2c3067;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fdc500;
  display: inline-block;
  line-height: 21px;
}
a.bouton-recevoir.select-title:hover {
  background-color: #fdc500;
  color: #2c3067;
}
.blog .body-container-wrapper {
  overflow-x: hidden;
}
.cm-side-content:after {
  content: '';
  background: inherit;
  width: 500%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}

.hs-blog-listing .bg-image-section ,
.hs-blog-listing .cm-post-rel-post {
    display: none !important;
}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2,.post-listing-simple {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.post-header h2 a,.post-listing-simple a {
  color: #2c3067;
  text-decoration: none !important;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 50%;
  padding: 0 15px;
  padding-bottom: 3em;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top;
  margin-bottom: 45px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {height: 300px;
    width: 100%;}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 0;
}
a.more-link:hover {
  border-color: #fdc500;
  background-color: #fdc500;
}
ul.social-list li {
  display: inline-block;
}

ul.social-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: inline-block;
}
ul.social-list li a {
  color: #2c3067;
  padding: 0 3px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
span.label {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
ul.social-list li a i {
  font-size: 16px;
  line-height: .75em;
}
.share-links.left .social-list li a:hover {
  color: #fdc500;
}



/* Read More Link */
a.more-link {
  font: 600 13px/1.2 "Poppins", sans-serif;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #404044;
  padding: 15px 24px 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #2c3067;
  border-color: #2c3067;
  border-radius: 18px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none !important;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}
#comments-listing {
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 0.8em;
  color: #666;
  display: block !important;
  text-align: left;
}


.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  display: block;
  clear: both;
  padding: 15px 0;
}
.blog-pagination a {
  display: inline-block;
  margin-right: 15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */

.blog .blog-sidebar .widget-span {

}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog .blog-sidebar ul {}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover {}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  display: inline-block;  
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  line-height: 1.3;
  font-weight: 400;
  color: #000;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  line-height: 1.5;
  color: #666666;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  border: 1px solid #a0a09f;
  margin-bottom: 10px;
}
span.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus{
  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: red;
}

/* Placeholder Text */
::-webkit-input-placeholder {color: #666666;} /* 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; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #404044;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font: 600 13px/1.2 "Poppins", sans-serif;
  text-decoration: none;
  vertical-align: middle;
  padding: 15px 24px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: #000;
  background-color: transparent;
  margin: 10px 0;
  outline: 0;
}
.body-container h3.form-title {
  font-size: 42px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  text-decoration: none;
  background-color: #404044;
  color: #fff;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {

}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.body-container ul li {}    
.body-container ul {}
.body-container ul li:before {}
.body-container form li:before,
.hs-menu-item:before,
.blog-sidebar ul li:before{}
.body-container form li,
.hs-menu-item,
.blog-sidebar ul li{}
.body-container form ul,
.blog-sidebar ul{}

a#back-to-top img {
  width: 11px;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
a#back-to-top {
  color: #888;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border: 1px solid #888;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  position: fixed;
  z-index: 1000;
  display: none;
  -webkit-transition: none;
  transition: none;
  bottom: 90px;
  right: 27px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
a#back-to-top:hover {
  opacity: .7;
  color: #888;
  background-color: white;
}


.body-container .widget-type-form, 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
#comment-form ,
.cm-full form{}


.hs-blog-social-share ul{
  padding: 0!important;
  margin:0 !important;
  background:none !important;
  list-style:none !important;
}

form ul{
  padding: 0!important;
  margin:0 !important;
  background:none !important;
  list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.cm-full form,
.password-template .body-container form{
  width: 50%;
  display:block;
}
.error-template .body-container-wrapper .page-center,
.password-template .body-container  form,
.subscription-template .body-container-wrapper .page-center{
  padding-top:40px;
}

.comment-from h4 a {
  text-decoration: none;
}

/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1024px) {}

@media (max-height: 460px) and (max-width: 767px) {
  .custom-menu-primary .socialbar.small {
    position: relative !important;
    padding-top: 20px;
  }
}

@media (max-width: 1440px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1226px;
  }

}
@media (max-width: 1260px) {
  .body-container-wrapper .page-center {
    PADDING-LEFT: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1026px) {
  .container-fluid .row-fluid .page-center {
    max-width: 898px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    right: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 8px;
  }
  .cm-side-content {
    padding: 25px;
    padding-right: 15px;
  }
  .custom-next, .custom-previous {
    width: 100%;
    position: relative;
  }
  span.custom-next-image {
    margin: 0 !important;
    left: 0;
  }
  span.custom-pre-image {
    margin: 0;
    right: 0;
  }
  .blog-grid.grid-1 {
    margin-bottom: 45px;
    width: 100%;
  }
  @-moz-document url-prefix() {
    .right-sec {
      margin-left: 2px;
    }
  }
  
}



@media (max-width: 991px) {
  .box {
    width: 50% !important;
  }
  div#footer-label-block {
    padding-bottom: 22px;
  }
  .socialbar.small {
    padding-bottom: 40px;
  }
  .cm-footer-logo img {
    margin-bottom: 22px;
    width: 100%;
  } 
  .header-sidebar {
    DISPLAY: NONE;
  }



}


@media (max-width: 900px) {

  .cm-header-bottom .page-center {
    padding: 0 ;
  }

}





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

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template.one-column .body-container .widget-type-google_search, 
  .password-template .body-container form, 
  .cm-full form{
    width: 100%;
  } 
  .blog .blog-sidebar{
    margin-top: 40px;
  }
  div#captcha_wrapper {
    overflow: auto;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .cm-res p {
    margin-top: 10px;
    text-align: left;
  }
  .cm-footer-gp {
    padding: 0 25px;
  }

  .cm-footer-bottom .page-center {
    padding: 0;
  }
  .box {
    width: 100% !important;
    max-width: 400px;
    padding: 15px 0;
    margin-top: 31px;
  }
  div#footer-label-block {
    padding-bottom: 13px;
  }
  .cm-footer-logo {
    padding-bottom: 0;
  }

  .cm-footer-top {
    padding: 0 0 55px;
  }
  li.social {
    display: none;
  }
  .cm-header-top {	
    padding: 0 25px;
  }
  .cm-header-top .page-center {
    padding: 0;
  }
  .icon.ion-android-search {
    font-size: 14px;
  }
  .custom-menu-primary .header-sidebar {
    display: block;
  }
  .custom-menu-primary  .header-sidebar a {
    padding: 0 10px;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
    font-family: 'Rubik';
    margin-bottom: 5px;
    opacity: 1;
  }
  .custom-menu-primary  .header-sidebar {
    padding-top: 28px;
    clear: both;
  }
  .custom-menu-primary  .right-sec {
    margin-left: 0;
  }

  .custom-menu-primary  .socialbar.small a {
    background-color: white;
    color: #2c3067;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50px;
    font-size: 1.6em;
    text-align: center;
    cursor: pointer;
    margin: 0 0 0 10px !important;
  }
  .custom-menu-primary .socialbar.small {
    position: absolute;
    bottom: 0;
    padding-bottom: 35px;
  }
  .custom-menu-primary .socialbar.small a span {
    display: inline-block;
    position: relative;
    top: -1px;
  }
  .header-search .search-wrap {
    padding: 0 15px; 
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .blog-content {
    width: 100% !important;
    padding: 0;
  }
  .blog .body-container-wrapper .page-center {
    padding: 30px 25px;
  }
  .post-item .pre-header {
    position: relative;
    min-height: 65px;
  }
  .post-item .author {
    display: inline-block;
    vertical-align: middle;
  }
  .post-item .date {
    display: inline-block;
    position: static !important;
    margin-left: 80px;
    vertical-align: middle;
    float: none;
  }
  .post-item .read-more-btn {
    text-align: center;
  }

  .blog-grid.grid-1 {
    margin-bottom: 45px;
    width: 100%;
  }
  .hs-blog-post .cm-post-content-gp {
    margin: 0 !important;
    width: auto !important;
    padding: 0 15px;
  }
  .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cm-side-content:after {
    display: none;
  }
  .cm-side-content {
    padding: 25px;
    padding-right: 15px;
    margin: 30px -15px 0;
  }
  .custom-heading h1 {
    font-size: 40px !important;
    line-height: 48px;
  }
  .custom-heading {
    padding: 140px 25px 40px;
  }
  .cm-header-top {
    background-color: #2c3067;
    height: 70px;
    max-height: 70px;
    line-height: 70px;
  }
  .cm-logo img {
    opacity: 1 !important;
    margin-top:-1px;
  }
  ul.menu-other li {
    margin-right: -3px;
  }
  a.mobile-icon {
    padding-right: 1px !important;
  }
  .cm-header-bottom {
    padding-top: 0;
  }
  .cm-logo {
    max-width: 60%;
  }
  .banner-heading h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .lp-page .cm-footer-social {
    padding-bottom: 15px;
  }

  .cm-header-gp .row-fluid [class*="span"] {
    min-height: 0;
  }

  .custom-previous a,
  .custom-next a{
    display: flex;
    align-items: center;
  }
  span.custom-pre-image {
    position: relative;
    opacity: 1 !important;
    max-width: 45%;
  }
  span.custom-next-image {
    position: static;
    opacity: 1 !important;
    max-width: 45%;
  }

  
}  

@media (max-width: 640px) {
  .cm-footer-form .hs-button.primary.large {
    line-height: 2;
    min-height: 2rem;
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px;
  }
  .cm-footer-form .hs-input {
    line-height: 2;
    min-height: 2rem;
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
  }
  .cm-footer-form .form-columns-2 .hs-form-field,
  .cm-footer-form .hs-form fieldset.form-columns-1 .hs-form-field{
    padding-right: 0 !important;
  }
  .post-item .post-body.clearfix {
    line-height: 1.7;
    margin: 12px auto;
  }
  .cm-banner .page-center {
    padding-top: 87px !important;
    padding-bottom: 15px !important;
  }

}


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

@media (max-width: 479px) {}