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


  .trustpilotlogo {width:130px;position:relative !important;top: -18px !important;}

/* @import url('//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */

@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.hs-menu-children-wrapper {
  position: absolute !important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 @font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url('//1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/UniqMarketing_July2018%20Theme/Fonts/icomoon%20%281%29.eot') format('embedded-opentype');
  src: url('//1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/UniqMarketing_July2018%20Theme/Fonts/icomoon%20%281%29.woff') format('woff'),
       url('//1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/UniqMarketing_July2018%20Theme/Fonts/icomoon%20%281%29.ttf') format('truetype');
}

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

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

/* 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: relative;
    display:none;
    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;
  display:block;
}
.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-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Montserrat-Light', sans-serif;
  font-weight: 100;
  letter-spacing: 0px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
}
.header-container.container-fluid .row-fluid .page-center {
  padding-left: 5%;
  padding-right: 5%;
}
/*.body-container.container-fluid .row-fluid .page-center,
.footer-container.container-fluid .row-fluid .page-center {
  max-width: 1200px;
}*/

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


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

/* Basic text */
#hs_cos_wrapper_post_body p {
	font-size:18px !important;
} 
.body-container 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: 15px 0;
  color: #333333;
  line-height: 1;
  letter-spacing: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat-bold', sans-serif !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-family: 'Montserrat-bold', sans-serif;
  color: #000;
}
h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 1.1em;
}
h3,
.section.post-footer .hs-richtext {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 1em;
}
h4 {
  font-size: 40px;
  font-weight: 200;
}
h5 {
  font-size: 32px;
  font-weight: bold;
}
h6 {
  font-size: 20px;
  font-weight: bold;
}

/* Anchor Links */
a { 
  color: #000000;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
a:hover, a:focus { 
  outline: 0;  
}

/* Featured Snippet */

.umad-featured-snippet {
    background: rgb(78, 44, 116);
    display: flex;
    padding: 10px 35px;
    margin: 30px auto;
    flex-direction: column;
    border-radius: 13px;
    color: white;
    max-width: 767px;
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
}

.umad-featured-snippet h2 {
    color: white;
    border: 1px solid #b7b7b7;
    padding: 15px;
    border-radius: 13px;
    font-size: 26px;
    font-weight: 500 !important;
    margin-bottom: 10px;
}

/* Lists */

/* .body-container ul,
.body-container ol {
  padding-left: 20px;
} */
/* .body-container ul {
  list-style: none;
  padding-left: 0;
} */
/* .body-container ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 11px;
} */
/* .body-container ul li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  text-align: center;
  color: #333333;
  background-color: #ededed;
  border-radius: 50%;
  padding: 5px;
} */
ul.hs-error-msgs.inputs-list li,
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  padding-left: 0;
  margin-bottom: 0px;
}
#hs_cos_wrapper_post_body {
    max-width: 967px;
}
ul.hs-error-msgs.inputs-list li:before,
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:before {
  display: none;
}
form.hs-form .hs-form-field ul.inputs-list li {
  padding-left: 0;
  margin-bottom: 0px;
}
/* form.hs-form .hs-form-field ul.inputs-list li:before {
  display: none;
} */
/* 
ul, ol {}
.body-container ul,
.body-container ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
 */
/* Block Quotes */
blockquote {
    background: #5dcfe8;
    margin: 0;
    padding: 20px 40px;
}
blockquote p {
    color: #000;
}
blockquote small {}

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

ul li {
  font-size: 18px;
  line-height: 1.45em;
}


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

.custom-header {}
.custom-header .page-center {}
.custom-header-top {
  border-bottom: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #633683;
  color: #747474;
  border-bottom-color: rgba(255,255,255,0);
  height: 30px;
  font-size: 13px;
}
.custom-header-contact {
  line-height: 30px;
  color: #FFF;
  padding-top: 3px;
}
.firefox .custom-header-contact {
  padding-top: 2px;
}
.custom-header-contact p {
  margin: 0;
}
.custom-header-contact a {
  color: #FFF;
}
.custom-header-contact a:hover {
  color: #747474;
}
.custom-header-contact p span {
  display: inline-block;
  padding: 0 6px;
}
.custom-header-social-icons {
  float: right !important;
  margin-left: 0 !important;
  text-align: right;
  margin-top: 7px;
}
.custom-header-social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fusion-social-networks .fusion-social-networks-wrapper {
  margin: -6px -6px;
}
[class*=" fusion-icon-"], 
[class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 13px 3px 0px;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  left: -2px;
    position: relative;
}
.fusion-social-links-header .fusion-social-networks a {
  font-size: 12px;
  margin-left: 7px;
}
.blog .fusion-social-links-header .fusion-social-networks a {
  margin-left: 10px;
}


.fusion-social-network-icon {
  
}
.fusion-social-networks .fusion-social-network-icon:hover {
  opacity: .8;
}
.fusion-social-networks .fusion-social-network-icon:before {
  color: inherit;
}
.fusion-icon-facebook:before {
  content: "\e604";
}
.fusion-icon-linkedin:before {
  content: "\e60f";
}
.fusion-icon-twitter:before {
  content: "\e605";
}
.fusion-icon-reddit:before {
  content: "\e60d";
}
.fusion-icon-tumblr:before {
  content: "\e613";
}
.fusion-icon-vk:before {
  content: "\f189";
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(0,0,0,0);
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  word-wrap: normal!important;
  border: 0 none;
}

/*-------------------CSS For TOOLTIP  -------------------*/

.tooltip {
  position:absolute;
  z-index:1030;
  display:block;
  font-size:12px;
  line-height:1.4;
  opacity:0;
  filter:alpha(opacity=0);
  visibility:visible;
  transition: opacity 0.3s ease-in;
}

.tooltip.in {
  opacity:.9;
  filter:alpha(opacity=90);
}
.tooltip.top{
  padding:5px 0;
  margin-top:-3px;
}
.tooltip.right{
  padding:0 5px;
  margin-left:3px;
}
.tooltip.bottom{
  padding:5px 0;
  margin-top:3px;
}
.tooltip.left{
  padding:0 5px;
  margin-left:-3px;
}
.tooltip-inner{
  font-size: 12px;
  max-width:200px;
  padding:3px 8px;
  color:rgba(255,255,255,0.8);
  text-align:center;
  text-decoration:none;
  background-color:rgba(0,0,0,0.8);
  border-radius:4px;
}
.tooltip-arrow{
  position:absolute;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
}
.tooltip.top .tooltip-arrow{
  bottom:0;left:50%;
  margin-left:-5px;
  border-top-color:rgba(0,0,0,0.8);
  border-width:5px 5px 0;
}
.tooltip.top-left .tooltip-arrow{
  bottom:0;
  left:5px;
  border-top-color:rgba(0,0,0,0.8);
  border-width:5px 5px 0;
}
.tooltip.top-right .tooltip-arrow{
  right:5px;
  bottom:0;
  border-top-color:rgba(0,0,0,0.8);
  border-width:5px 5px 0;
}
.tooltip.right .tooltip-arrow{
  top:50%;
  left:0;
  margin-top:-5px;
  border-right-color:rgba(0,0,0,0.8);
  border-width:5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow{
  top:50%;
  right:0;
  margin-top:-5px;
  border-left-color:rgba(0,0,0,0.8);
  border-width:5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow{
  top:0;
  left:50%;
  margin-left:-5px;
  border-bottom-color:rgba(0,0,0,0.8);
  border-width:0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow{
  top:0;
  left:5px;
  border-bottom-color:rgba(0,0,0,0.8);
  border-width:0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow{
  top:0;
  right:5px;
  border-bottom-color:rgba(0,0,0,0.8);
  border-width:0 5px 5px;
}

.menunav{
   padding-top: 7px;  
  text-align: center;
}
  .hs-menu-children-wrapper{width: 255px !important;text-align: left !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{font-size: 18px !important;}



.active-branch a{
  color:#FFF;
}
.hs-menu-wrapper>ul>li:first-child>a:after{
 content:url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/New%20Header/arrownav.png);
  position:absolute;
  margin-left: 3px;
    margin-top: -1px;
}
.hs-menu-wrapper>ul>li:nth-child(5)>a:after{
 content:url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/New%20Header/arrownav.png);
  position:absolute;
  margin-left: 3px;
    margin-top: -1px;
}
.hs-menu-wrapper>ul>li:last-child{
 position: absolute !important;
 right: 30px !important;
}
.hs-menu-wrapper>ul>li:last-child a{
    background: #E0E32F;
    padding: 20px 25px !important;
    color: #000;
    font-weight: bold;
   font-family: 'Montserrat-bold', sans-serif;
}
.hs-menu-wrapper>ul>li:last-child a:hover{
color:#FFF !important;}
.custom-header-bottom {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid transparent;
  border-bottom-color: rgba(255,255,255,0);
 padding-top: 14px;
}
.hs-item-has-children,.active-hs-item-has-children>li{
  height:80px;
}


.custom-header-bottom .page-center {}


/*=========== Logo =============*/

.custom-header-logo {
  width: auto !important;
  margin-top: 20px !important;
  margin-right: 0px !important;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
}
.custom-header-logo p {
  margin: 0;
}
.custom-header-logo a {}
.custom-header-logo a img {}



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

.body-container-wrapper {}
.body-container {
  background-color: #fafafa;
  padding-top: 10%;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;    
}
.body-container .page-center {
  padding-top: 0px;
  padding-bottom: 25px;
}
.blog .body-container {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.hs-blog-post.blog .body-container {
  padding-top: 0px;
}
.blog .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.error-template .body-container,
.password-template .body-container,
.subscription-template .body-container,
.custom-search-page .body-container {
  padding-top: 100px;
}


/*================ Banner Area ===============*/

.banner-wrapper {
  background-color: #514167;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.banner-wrapper:after {
  content: "";
  background: rgba(0, 0, 0, 0.40);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}
.banner-wrapper .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
.banner-wrapper .custom-content-wrapper {
  height: 75vh;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
}
.banner-wrapper .custom-content-wrapper-inner {
  padding: 10% 0px 0% 0px;
}
.banner-wrapper .custom-content-wrapper h1 {
  font-family: 'Montserrat-Light', sans-serif;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0px;
  font-size: 3.998em;
  color: #ffffff;
  margin-bottom: 15px;
}
.banner-wrapper .custom-content-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  letter-spacing: 0px;
  font-family: 'Montserrat-bold', sans-serif;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.banner-wrapper .custom-content-wrapper p {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.banner-wrapper .custom-content-wrapper span {
  line-height: 1;
  letter-spacing: 0px;
  font-family: 'Montserrat-Light', sans-serif;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}
.banner-wrapper .custom-content-wrapper .btn-container {}
.banner-wrapper .custom-content-wrapper .btn-container a {}
.banner-wrapper .custom-content-wrapper .btn-container a:hover {}

.fusion-arrow {
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  z-index: 100;
}
.fusion-button {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: inherit;
  letter-spacing: 0px;
  font-family: 'Montserrat-Light', sans-serif;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  color: #000000;
  left: -1px;
}
    

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

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

.custom-footer {}
.custom-footer .page-center {}

.custom-footer-top {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #514167;
  color: #ffffff;
  padding-top: 5%;
  padding-bottom: 3%;
}
.custom-footer-top .page-center {}
.custom-footer-top .page-center > div {
  margin: 0 -15px;
}

.custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > [class*="custom"] {
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-navigation,
.custom-get-in-touch {
  margin-bottom: 50px;
}
.custom-get-in-touch-social .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -8px;
}
.custom-get-in-touch-social .fusion-social-networks .fusion-social-network-icon {
  font-size: 16px;
  color: #bebdbd;
  margin: 0 7.5px 14px;
}
.custom-footer h4 {
  text-transform: uppercase;
  font: 13px/20px PTSansBold,arial,helvetica,sans-serif;
  margin: 0 0 28px;
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
}
.custom-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.custom-navigation ul li {
  position: relative;
  color: #ffffff;
  padding: 3px 10px 3px 12px;
}
.custom-navigation ul li a {
  color: #ffffff;
}
.custom-navigation ul li a:hover {
  color: #c9c9c9;
}
.custom-navigation ul li a:before {
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;	
  color: #ffffff;
}
.custom-navigation ul ul {
  margin-left: 15px;
}
.custom-navigation ul ul li a {
  display: block;
  padding-top: 5px;
  line-height: 26px;
  position: relative;
  top: 1px;
}
.custom-navigation ul ul li a:before {
  top: 4px;
}

.custom-get-in-touch p {
  margin: 0;
  color: #fff;
}
.custom-get-in-touch p span {
  font-weight: bold;
}
.custom-get-in-touch p br + span {
  font-weight: 500;
}
.custom-get-in-touch p br + span + span {
  font-weight: 500;
}
.custom-get-in-touch p a,
.custom-get-in-touch p a:hover {
  color: #ffffff;
  white-space: nowrap;
}

.custom-footer-bottom {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #56456e;
  border-color: #4b4c4d;
  border-top-width: 0px;
  padding-top: 20px;
  padding-bottom: 14px;
}

.custom-copyright {
  
  color: #ffffff;
  font-size: 16px;
}
.custom-copyright a ,.custom-copyright p {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  font-family: 'Montserrat-Light', sans-serif !important;
}
.custom-copyright p a {
  color: #ffffff;
}
.custom-copyright p a:hover {}
.custom-footer-bottom .page-center {}


.badge {
  height: 82px;
  width: 220px;
}

div#badgeMain {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 82px;
  width: 220px;
  background-image: url(//1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/UniqMarketing_July2018%20Theme/Images/PartnerBadge.png);
}

/*========= Back to Top ==========*/

#back-to-top {
  display: none !important;
  height: 35px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  transition: all .2s ease-in-out 0s;
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #fff;
}
#back-to-top:before {
  color: #000000;
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}
#toTopHover {
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
}
#back-to-top:hover #toTopHover {
  opacity: 1;
}
#back-to-top:after {}
#back-to-top:hover {
  background-color: #000000;
}

#back-to-top i {}
#back-to-top i:before {}
#back-to-top i:after {}

#back-to-top span {}
#back-to-top span:before {}
#back-to-top span:after {}


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


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

.custom-menu-primary {}

/* Only 1st Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


/* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


/* Only 2nd Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Adjust Submenu Positions */
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


/* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}


/* 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 (min-width: 1002px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .hide-min {
        display: none !important;
    }
    .fixed-min {
        position: fixed;
        width: 100% !important;
        left: 0;
        top: 0;
        right: 0;
        z-index: 9999;
    }


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

    .custom-menu-primary {
        width: auto !important;
        float: right !important;
    }
    .custom-menu-primary-mobile {}

    /* Only 1st Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        padding-right: 0px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        position: relative;
        font-family: 'Montserrat-Light', sans-serif !important; 
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 20px;
        top: 85%;
        z-index: 10000;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .caret {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        -webkit-font-smoothing: subpixel-antialiased;
       
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 75px;
        color: #000000;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
 
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a .menu-text {
        
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        color: #333333;
    }


    /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #ffffff;
        width: 200px;
        z-index: 999 !important;
        border-top: 0px solid #333333;
        font-family: 'Montserrat-Light', sans-serif;
        font-weight: 500;
        box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul:before {}
    .custom-menu-primary .hs-menu-wrapper > ul ul:after {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li:after {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
        padding: 7px 20px;
        letter-spacing: 0px;
        line-height: 1.5em;
        border-bottom: 1px solid #f2f2f2;
        padding-top: 7px;
        padding-bottom: 7px;
        color: #000000;
        font-family: 'Montserrat-Light', sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        background-color: #f2f2f2;
    }


    /* Only 2nd Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


    /* Adjust Submenu Positions */
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


    /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


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

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

@media (max-width: 1001px){


    .hide-min {
        display: block !important;
    }
    .hide-max {
        display: none !important;
    }
    .fixed-min {
        position: relative;
    }
    .custom-header-logo {
        width: 100% !important;
        position: relative;
    }
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 0;       /**************************************/
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    color: #dadada;
  }
  .mobile-trigger:before {
    content: "\f0c9";
    color: #000;
  }
  .custom-header-lp .mobile-trigger {
    display: none !important;
   }


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

  .child-trigger {
    display: block !important;
    top: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 35px !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    position: absolute;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    right: 20px;
    color: #333333;
    padding-right: 35px;
  }
  .child-trigger:before {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
  }
  
  /* ===== Mobile Menu Styles ===== */  


  /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {

    }
    .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 {
    width: 100%; /* Full screen width */
  }

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

    .custom-menu-primary {
      width: calc(100% + 60px) !important;
      padding-top: 20px;
      margin-left: -30px !important;
      margin-right: -30px !important;
      margin-bottom: -20px;
      color: #333;
    }

    

    /* Only 1st Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul {

    }
    .custom-menu-primary .hs-menu-wrapper ul li {
      float: none !important;
      width: 100% !important;
      display: block;
      position: relative;
      font-size: 12px;
      line-height: normal;
      padding-right: 0 !important;
    }
    .custom-menu-primary .hs-menu-wrapper ul li a {

    }
    .custom-menu-primary .hs-menu-wrapper ul li a:hover {
  
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
   
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
      position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      display: block;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  }


    /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        padding-left: 39px;
      font-size: 14px !important;
          
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
        color: #333333;
        content: "-";
        margin-right: 2px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


    /* Only 2nd Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


    /* Adjust Submenu Positions */
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


    /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


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

/* ============== Comman Styles ===================== */

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

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

.blog .blog-content {}

.custom-byline {}
.custom-byline > span {}
.custom-byline > span:first-child {}
.custom-byline a {}
.custom-byline a:hover {}
.custom-byline .meta-author {}
.custom-byline .meta-author a.author-link {}
.custom-byline .meta-author a.author-link:hover {}
.custom-byline .custom-date {}
.custom-byline .meta-category {}
.custom-byline .meta-category a.topic-link {}
.custom-byline .meta-category a.topic-link:hover {}
.custom-byline .meta-comments a:hover {}


/* =====================================
           Blog Listing 
===================================== */

.hs-blog-header h1 {
  margin-top: 0;
  margin-bottom: 50px;
  text-align: left;
}


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

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

.blog.hs-blog-listing .blog-content {}


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

/* Blog Post Title */

h2.post-listing-simple {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: bold !important;
  color: #333333;
}
.post-body h2 a {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px !important;
  line-height: 26px !important;
  font-weight: 800 !important;
  color: #000;
  font-family:'Montserrat-Light', sans-serif;
}


/* Blog Author and Avatar / Byline */
.hs-blog-listing #hubspot-author_data {}
.hs-blog-listing #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-listing #hubspot-author_data a.author-link {}
.hs-blog-listing #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-listing #hubspot-author_data .hs-author-avatar {}
.hs-blog-listing #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%;
}

.fusion-timeline-icon {
  margin: 0 auto -6px;
  max-width: 1100px;
  font-size: 46px;
  color: #ebeaea;
  text-align: center;
}
.fusion-timeline-icon i {
  color: #ebeaea;
}
.fusion-icon-bubbles:before {
  content: "\e62a";
}
.archive-wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  max-width: 1100px;
}
.fusion-timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  border-color: #ebeaea;
  border-left: 1px solid #ebeaea;
  border-right: 1px solid #ebeaea;
}
.fusion-timeline-date {
  background: #33af82;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  position: relative;
  clear: both;
  margin: 0 auto 2px;
  padding: 4px 0;
  width: 108px;
  line-height: 20px;
  font-family:'Montserrat-Light', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 16px;
  border-color: #ebeaea;
}
.fusion-timeline-circle {
  position: absolute;
  left: 50%;
  margin: 10px 0 0 -5px;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ebeaea;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(even) .fusion-timeline-circle {
  display: none;
}
.fusion-timeline-arrow {
  position: absolute;
  border-color: #ebeaea;
  left: 40%;
  margin-left: -.5px;
  color: #ebeaea;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(even) .fusion-timeline-arrow {
  right: 40.9%;
  top: 21.2%;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(even) .fusion-timeline-arrow:before {
  content: '\f0d9';
  right: 100%;
}
.fusion-timeline-arrow:before {
  content: '\f0da';
  left: 100%;
  font-family: icomoon;
  font-size: 28px;
  position: absolute;
  top: 0;
  line-height: 30px;
}



/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item-wrapper {}
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 40px;
  border: 1px solid #eaeaea;
  border-bottom-width: 3px;
  float: left;
  width: 40%;
  background-color: rgba(255,255,255,0);
  border-color: #ebeaea;
  /*min-height: 767px;*/
}
.blog-listing-wrapper .post-listing .post-item:nth-child(2n+1) {
  clear: left;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(even) {
  float: right;
  width: 40%;
}
.blog-listing-wrapper .post-listing .post-item .post-header {}
.blog-listing-wrapper .post-listing .post-item .post-body {
  padding: 30px 25px 30px 25px;
  color: #333333;
}
.blog-listing-wrapper .post-listing .post-item .post-body .post-content {
  margin-top: 20px;
}

.custom-byline-listing {
  margin: 0 0 20px;
  font-size: 12px;
  line-height: 18px;
}
.fusion-content-sep {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #e0dede;
}



/* Post Featured Image on Listings Page */
.hs-blog-listing .hs-featured-image-wrapper {
  border-bottom: 1px solid #eaeaea;
  border-color: #ebeaea;
}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}
.fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  -webkit-transform-style: preserve-3d;
}
.fusion-image-wrapper .fusion-rollover {
  background-image: linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.5)), color-stop(1, rgba(0,0,0,0.5)));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-style: preserve-3d;
}
.fusion-rollover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  line-height: normal;
  text-align: center;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#aad75d),to(#d1e990));
  background-image: -webkit-linear-gradient(bottom,#aad75d,#d1e990);
  background-image: linear-gradient(to top,#aad75d,#d1e990);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
}
.fusion-rollover-content {
  padding: 10px;
  width: 90%;
  position: relative;
  z-index: 99999;
}
.fusion-rollover-link {
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  background-color: rgba(255,255,255,0);
  width: calc(40px * 2.41);
  height: calc(40px * 2.41);
  background: rgba(255,255,255,0);
  color: rgba(255,255,255,0);
  font-family: 'Montserrat-Light', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.6em;
}
.fusion-rollover-content:hover a.fusion-rollover-link {
  opacity: 1;
}
.fusion-rollover-link:before {
  content: '\e619';
  color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: icomoon;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 40px;
  line-height: 2.41;
  color: #ffffff;
}
.fusion-rollover-content .fusion-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  color: rgba(255,255,255,0);	
  font-family: 'brandon med', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.6em;
}
.fusion-image-wrapper:hover .fusion-rollover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}



/* Read More Link */
.more-link-wrapper {
  margin-top: 20px;
  padding: 5px 0;
  font-size: 12px;
}
a.more-link {
  position: relative;
  margin-right: 10px;
  text-align: right;
  background: #33af82;
  padding: 10px 20px;
  color: #FFF;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
}
a.more-link:hover {
  background: #999999;
}

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

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



/* Numbered Pagination */
.blog-pagination {
  float: right;
  margin-top: 40px;
  font-size: 12px;
  line-height: normal;
  padding-left: 1em;
  padding-right: 2em;
}
.blog-pagination > div {
  display: inline-block;
}
.blog-pagination-left {}
.blog-pagination-right {}
.blog-pagination-center {}
.blog-pagination-center a {
  transition: border-color .2s linear;
  margin: 0 4px;
  border: 1px solid #747474;
  display: inline-block;
  color: #747474;
  border-color: #e0dede;
  font-size: 12px;
  padding: 2px 6px;
}
.blog-pagination-center a:hover {
  border-color: #000000;
}
.blog-pagination-center a:last-of-type {
  padding-bottom: 4px;
  position: relative;
  top: -2px;
  padding-top: 0px;
}
.blog-pagination a {}
.blog-pagination a:hover,
.blog-pagination a:focus {}
.blog-pagination a.elipses {}
.blog-pagination a.active {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.blog-pagination a.next-link {
  color: #000000;
  border: 1px solid transparent;
  padding: 0;
  position: relative;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
}
.blog-pagination a.next-link:after {
  font-family: icomoon;
  content: '\f105';
  color: #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: '\f105';
  color: #333;
}
.blog-pagination a.prev-link {
  color: #000000;
  display: inline-block;
  margin-right: 4px;
  border: 1px solid transparent;
  padding: 0;
  position: relative;
  font-size: 12px;
}
.blog-pagination a.prev-link:before {
  font-family: icomoon;
  content: '\f104';
  color: #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: '\f104';
  color: #333;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {}



/* =====================================
           Blog Post 
===================================== */

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

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

.blog.hs-blog-post .blog-content {
  float: left;
  width: calc(100% - 23% - 80px) !important;
}

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

/* Blog Title */
.hs-blog-post .post-header h1 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 42px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;	
  letter-spacing: 0px;
  color: #000;
}

/* Blog Author and Avatar / Byline */
.hs-blog-post #hubspot-author_data {position: relative;left: 84px;}
.hs-blog-post #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-post #hubspot-author_data a.author-link {}
.hs-blog-post #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-post #hubspot-author_data .hs-author-avatar {position: absolute;top: 0px;left: -80px;}
.hs-blog-post #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-post-wrapper .post-header {}
.blog-post-wrapper .post-body {}
.blog-post-wrapper .custom-post-footer {
  padding: 20px;
  height: 70px;
  width: 100%;
  display: table;
  background-color: #f6f6f6;
  margin-top: 60px
}
.blog-post-wrapper .custom-post-footer > h4 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Montserrat-Light', sans-serif;
  font-weight: 400;
  line-height: 1.215;
  letter-spacing: 0px;
  color: #333333;
  font-size: 22px;
}
.blog-post-wrapper .custom-post-footer .fusion-social-networks {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.blog-post-wrapper .custom-post-footer .fusion-social-networks .fusion-social-network-icon {
  color: #bebdbd;
  cursor: pointer;
}
.fusion-icon-googleplus:before {
  content: "\e900";
}
.fusion-icon-pinterest:before {
  content: "\e602";
}
.fusion-icon-mail:before {
  content: "\e616";
}

/* Featured Image on Post Page */
.hs-blog-post .hs-featured-image-wrapper {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

.custom-byline-post {}
.custom-byline-post > span {}
.custom-byline-post > span:first-child {}
.custom-byline-post a {}
.custom-byline-post a:hover {}
.custom-byline-post .meta-author {}
.custom-byline-post .meta-author a.author-link {}
.custom-byline-post .meta-author a.author-link:hover {}
.custom-byline-post .custom-date {}
.custom-byline-post .meta-category {}
.custom-byline-post .meta-category a.topic-link:hover {}
.custom-byline-post .meta-comments a:hover {}

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

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

/* Post Pagination */
.single-navigation {
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
  border-color: #e0dede;
}
.fusion-single-navigation-wrapper {
  margin: 0 1em;
}
.single-navigation a {
  display: inline-block;
  position: relative;
  color: #000000;
}
.previous-posts-link:before,
.next-posts-link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: '\f104';
  color: #333;
}
.next-posts-link {
  margin-left: 15px; 
}
.next-posts-link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: '\f105';
  color: #333;
}

/*========== Related Posts =========*/

.custom-related-posts {
  margin-top: 55px;
}
.custom-related-posts h3 {}

h2.related-post-title {
  margin-top: 15px;
  margin-bottom: 28px;
  font-size: 17px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-family: 'Montserrat-Light', sans-serif;
  color: #fff;
  margin: 10px !important;
}

.fusion-title {
  margin-top: 0px;
  margin-bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
}
.title-heading-left {
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 8px 0 0;
  letter-spacing: 0px;
  font-family: 'Montserrat-Light', sans-serif;
  font-weight: 200;
  color: #333333;
  margin: 0;
  padding-right: 8px;
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
}
.fusion-title .title-sep-container {
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.fusion-title .title-sep.sep-double {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #e0dede;
}

/*============ Custom Styling for Slick Slider ===========*/

.slick-slider {
  overflow: hidden;
}
.slick-list {
  margin-left: -44px;
}
.slick-slide {
  margin-left: 44px;
  background-color: #633683;
  color: #fff;
}

.slick-arrow {
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  color: transparent;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-color: rgba(0,0,0,0.6);
  width: 30px;
  border: 0;
  height: 30px;
  outline: 0;
}
.slick-arrow:before {
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;
}
.slick-arrow:hover {
  background-color: rgba(0,0,0,0.7);
}
button.slick-prev.slick-arrow {
  left: 0;
}
button.slick-prev.slick-arrow:before {
  content: '\f104';
}
button.slick-next.slick-arrow {
  right: 0;
}
button.slick-next.slick-arrow:before {
  content: '\f105';
}
.related-post-header {
  position: relative;
}


/* Comment Section */
.comment-date {
  display: block !important;
}

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

.blog .blog-sidebar {
  margin-left: 0 !important;
  float: right !important;
  width: 23%;
  padding-top: 95px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 45px;
  position: relative;
}

.custom-google-search {}
.custom-google-search .search-table {
  display: table;
  width: 100%;
}
.custom-google-search .search-field {
  display: table-cell;
  vertical-align: top;
  position: relative;
  right: 10px;
}
.custom-google-search .search-button {
  display: table-cell;
  width: 33px;
  vertical-align: middle;
}

.custom-google-search input[type="search"] {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  border-radius: 999px;
  height: 45px !important;
  margin: 0;
  font-size: 13px;
  padding: 8px 15px;
  border: 1px solid #d2d2d2;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  color: #aaa9a9;
  border-color: #d2d2d2;
}
.custom-google-search input::-webkit-search-cancel-button {
  display: none;
}
.custom-google-search input[type="submit"] {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 29px;
  width: 29px;
  line-height: 29px;
  min-height: auto;
}

.custom-recent-posts h3,
.heading h4.widget-title {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat-Light', sans-serif;
  font-weight: 400;
  line-height: 1.215;
  letter-spacing: 0px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #333333;
}
.custom-recent-posts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-recent-posts ul li {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  position: relative;
  color: #333333;
  border-color: #e0dede;
}
.custom-recent-posts ul li:before {
  display: none;
}
.custom-recent-posts ul li:first-child {}
.custom-recent-posts ul li:last-child {}
.custom-recent-posts ul li a {
  color: #000000;
}
.custom-recent-posts ul li a:before {
  color: #000000;
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;
  border-color: #e0dede;
}
.custom-recent-posts ul li a .filter-link-count {
  display: none;
}
.custom-recent-posts 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;
}
.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 Title */
.form-title {}
.form-title:before {}
.form-title:after {}

.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3 {

}

/* Form Field */
.hs-form-field {
  margin: 0px 0;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label,
.section.post-footer label,
.widget-type-google_search label {
  display: block;
  padding-bottom: 5px;
  color: #000;
}

span.hs-form-required {}

/* 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 {
  width: 100%;
  vertical-align: middle;
  border-radius: 999px;
  min-height: 45px;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #E8E8E8;
  outline: 0;
}
.hs-input.error {}
input[type="search"] {
  -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 {}

/* 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: #f00;
  font-size: 1em;
  font-weight: normal;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

/* Placeholder Text */
.body-container ::-webkit-input-placeholder {
  color: #aaa9a9;
} /* Webkit Browsers */
.body-container :-moz-placeholder {
  color: #aaa9a9;
} /* Firefox 18- */
.body-container ::-moz-placeholder {
  color: #aaa9a9;
} /* Firefox 19+ */
.body-container :-ms-input-placeholder {
  color: #aaa9a9;
} /* 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%; }

form.hs-form a.hs-button {
  width: 100%;
}

@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 =============== */

#comment-form {
    margin-top: 30px;
}
.section.post-footer {
    margin-top: 50px;
}
.section.post-footer .hs-richtext {
  margin-bottom: 15px;
  line-height: normal;
}
.section.post-footer .hs-richtext h3 {}
.section.post-footer .hs-richtext p {}

/* Label */
.section.post-footer .hs-form-field > label {}
.section.post-footer label {}

/* Inputs */
.section.post-footer input[type="text"],
.section.post-footer input[type="email"],
.section.post-footer textarea {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  border-radius: 999px;
  height: 45px !important;
  padding: 8px 15px;
  background-color: #ffffff;
  color: #aaa9a9;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-bottom: 1px solid;
  padding-left: 10px;
  font-size: 16px;
  font-family: 'Montserrat-Light', sans-serif;
  font-weight: 400;
}

.section.post-footer input[type="text"]:focus,
.section.post-footer input[type="email"]:focus,
.section.post-footer textarea:focus {}

.section.post-footer input[type="text"] {}
.section.post-footer input[type="text"]:focus {}
.section.post-footer input[type="email"] {}
.section.post-footer input[type="email"]:focus {}
.section.post-footer input[type="submit"] {}
.section.post-footer input[type="submit"]:hover {}

.section.post-footer textarea {}
.section.post-footer textarea:focus {}

.section.post-footer 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"] {}


/* Make Form 50% on Desktop */

.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,
.section.post-footer,
.hs-search-field {
    display: block;
    margin-bottom: 25px;
    max-width: 600px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin: 15px 0;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  position: relative;
  outline: 0;
  border: 1px solid transparent;
  text-align: center;
  border-width: 0px;
  border-style: solid;
  padding: 19px 23px;
  line-height: 16px;
  font-family: 'Montserrat-Light', sans-serif;
  letter-spacing: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: #ffffff;
  color: #FFF;
  min-height: 55px;
  border-radius: 999px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  background: #ff7f00;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #623d91 !important;
  color: #FFF !important;
  transition: all 1s ease;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
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 {}



/* ==========================================================================
   Custom Classes                                   
   ========================================================================== */

.auto {
    width: auto !important;
}
.f-left {
    float: left !important;
}
.f-right {
    float: right !important;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.full-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.fixed {
    position: fixed;
    width: 100% !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
}
.center-block {
    display: block;
    margin: 0 auto;
    float: none !important;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* 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 (min-width: 992px) {

    /*============ Footer ============*/
    .custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > [class*="custom"] {
        width: 33.33333333% !important;
        float: left !important;
    }
}


@media (max-width: 1024px) and (min-width: 768px) {
  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
       padding-right: 25px;
  }
  
  h2 {
    font-size: 44px;
  }
}


@media (max-width: 1000px) {

    /* Page Center */
    .header-container.container-fluid .row-fluid .page-center {
        padding-left: 0;
        padding-right: 0;
    }

    /*========= Header =========*/
    .custom-header-top {
        display: none !important;
    }
    .custom-header-bottom {
   
        padding-top: 0px;
        padding-bottom: 7px;
    }
    .custom-header-logo {
        margin: 0px !important;
    }
  
     /*============ Footer ============*/
    .custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > [class*="custom"] {
        margin: 0 0 50px !important;
        width: 100% !important;
    }
    .custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > [class*="custom"].custom-get-in-touch-social {
        margin-bottom: -1px !important;
    }
    .custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > [class*="custom"].custom-nav-partner {
       margin-bottom: 57px !important;
    }
  
    .banner-wrapper .custom-content-wrapper {
      height: auto;
      padding-bottom: 16%;
    }
    .blog.hs-blog-post .blog-content,
    .blog .blog-sidebar {
      float: none !important;
      width: 100% !important;
    }
  
    .blog .blog-sidebar {
      padding-top: 95px !important;
    }
 
    
    .sidebar__inner {
      margin-bottom: 0 !important;
    }
    .hs-blog-post.blog .body-container {
      padding-bottom: 0;
    }
    #back-to-top {
      display: none !important;
    }

  

}


@media (max-width: 1024px) {
  
  .blog .body-container {
    padding-top: 0;
  }

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


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

@media (max-width: 767px) {


    /* Make Form 100% on Mobile */
    .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,
    .section.post-footer,
    .hs-search-field {
        display: block;
        max-width: 100%;
        max-width: 100%;
    }

    .blog .blog-sidebar {
      margin-top: 50px;
    }
  
    /*=========== Blog ============*/
    .fusion-timeline-icon,
    .fusion-timeline-line,
    .fusion-timeline-circle,
    .fusion-timeline-arrow {
      display: none;
    }
    .blog-listing-wrapper .post-listing .post-item {
      float: none;
      width: 100% !important;
      min-height: auto !important;
    }
    .blog.hs-blog-listing .body-container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
    }
    .archive-wrapper {
      padding-top: 2px;
    }
    .banner-wrapper .custom-content-wrapper p,
    .fusion-arrow {
      display: none;
    }
    .banner-wrapper .custom-content-wrapper {
      height: auto;
      padding-bottom: calc(16% + 60px);
      margin-bottom: 0;
    }
    .blog-post-wrapper .custom-post-footer {
      display:  block;
      height:  auto;
    }

    .blog-post-wrapper .custom-post-footer > * {
      display: block !important;
      width: 100%;
      text-align: left !important;
      padding: 5px 0 !important;
    }
  
    .section.post-footer .hs-richtext {
      font-size: 30px;
    }
    .fusion-social-networks .fusion-social-network-icon {
      margin: 0 8px 8px;
    }
  
    .error-template .body-container, 
    .password-template .body-container,
    .subscription-template .body-container,
    .custom-search-page .body-container {
      padding-top: 50px;
    }
  

  

  
  

}  

@media (max-width: 641px) {
  
    .custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > [class*="custom"].custom-get-in-touch-social {
      margin-bottom: 50px !important;
    }
   
}


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

@media (max-width: 479px) {

    .subscribe-options label {
      margin-left: 0 !important;
    }

    .hs_recaptcha.hs-recaptcha.field.hs-form-field > div {
      max-width: 300px;
      overflow-x: auto;
      overflow-y: hidden;
    }

    .checkbox-row span.fakelabel span {
      float: none !important;
    }

    .subscription-template.one-column .hs-button.primary,
    .subscription-template.one-column input[type="submit"], 
    .subscription-template.one-column input[type="button"] {
      font-size: 15px;
    }
    .hs-blog-header h1 {
      font-size: 25px;
    }
    .banner-wrapper .custom-content-wrapper h1 {
      font-size: 25px;
    }
    .fusion-image-wrapper {
      max-width: 100%;
    }
    h2 {
      font-size: 44px;
    }

}
@media (max-width: 321px) {
  
  .mobile-trigger {
    right: -17px;
  }
  .child-trigger {
    padding-right: 0;
  }
  
  h1 {
    font-size: 52px;
  }

}

@font-face {
    font-family: Merriweather;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Merriweather/Merriweather-Regular.ttf);
}


@font-face {
    font-family: brandon reg;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/brandon/brandon_reg-webfont.woff);
}

@font-face {
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/brandon/brandon_light-webfont.woff);
}

@font-face {
    font-family: brandon med;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/brandon/brandon_med-webfont.woff);
}

@font-face {
    font-family: brandon thin;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/brandon/brandon_thin-webfont.woff);
}


@font-face {
        font-family: brandon-grotesque-bold;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/New%20Header/brandon-grotesque-bold.otf);
}

@font-face {
        font-family: brandon-grotesque-ligh;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/New%20Header/brandon-grotesque-light.otf);
}


/* Montserrat Fonts*/

@font-face {
        font-family: Montserrat-Black;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-Black.ttf);
}

@font-face {
        font-family: Montserrat-BlackItalic;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-BlackItalic.ttf);
}

@font-face {
        font-family: Montserrat-Bold;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
        font-family: Montserrat-BoldItalic;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-BoldItalic.ttf);
}


@font-face {
        font-family: Montserrat-ExtraBold;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-ExtraBold.ttf);
}

@font-face {
        font-family: Montserrat-ExtraBoldItalic;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-ExtraBoldItalic.ttf);
}

@font-face {
        font-family: Montserrat-ExtraLight;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-ExtraLight.ttf);
}

@font-face {
        font-family: Montserrat-ExtraLightItalic;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-ExtraLightItalic.ttf);
}

@font-face {
        font-family:Montserrat-Italic;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-Italic.ttf);
}

@font-face {
        font-family:Montserrat-Light;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-Light.ttf);
}

@font-face {
        font-family:Montserrat-LightItalic;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-LightItalic.ttf);
}

@font-face {
        font-family:Montserrat-Medium;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-Medium.ttf);
}

@font-face {
        font-family:Montserrat-MediumItalic;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-MediumItalic.ttf);
}

@font-face {
        font-family:Montserrat-Regular;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
        font-family:Montserrat-SemiBold;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-SemiBold.ttf);
}

@font-face {
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-SemiBoldItalic.ttf);
}
@font-face {
        font-family:Montserrat-Thin;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-Thin.ttf);
}

@font-face {
        font-family:Montserrat-ThinItalic;
    src: url(https://1950540.fs1.hubspotusercontent-na1.net/hubfs/1950540/Montserrat/Montserrat-ThinItalic.ttf);
}
/* Montserrat Fonts*/




/*CUSTOM GIOTIS*/
.blog .post-body a{color: #fd8890;}
.blog .post-body a:hover{color: #1aaaae;}
b,strong{font-family: Montserrat-Bold !important; font-weight:bold !important}
.fusion-social-network-icon img{position: relative;top: -23px;right: 10px;}
.fusion-social-network-icon{width:38px !important;height:38px !important;margin-top:13px;}
.fusion-social-networks .fusion-social-network-icon:before {font-size: 16px !important;font-size: 16px !important;padding: 11px;position: relative;top: 8px;left:-1px;}
.post-item{margin-bottom:20px;}
.contentcustom a{color: #f18815 !important;text-decoration: underline !important;}
.contentcustom .author-link{color: inherit !important;text-decoration: inherit !important;}
.margintop{padding-top:100px;padding-left:50px;height:calc(100vh - 145px);}
.header-container{max-width: 100%;margin: auto;padding-left: 30px;padding-right: 30px;background:#000;position: fixed;width: 100%;}
.maincustomgiotis{ margin-top: -70px !important;background: #fff !important;padding: 30px !important;}
.contentcustom h1{font-family: 'Merriweather', serif !important;}
.contentcustom .post-body{padding-left:120px;margin-top: 40px;padding-right: 120px;}
.callcustom{padding-left:120px;}
#hubspot-topic_data{display:none;}
.hs-blog-social-share-list{ display: grid  !important;position: absolute  !important;}
.hs-blog-post .hs-blog-social-share {border-top: 0px solid #cccccc !important;border-bottom: 0px solid #cccccc !important;}
.author-link{font-weight: 700;}
.logocenter{text-align:center;padding-top: 5px;}





.custom-footer-bottom{
  background-color: #000 !important;
}
.custom-footer-bottom>div{
  max-width: 1100px !important;
  margin: auto !important;
}
.custom-footer-bottom2>div{
  max-width: 1100px !important;
  margin: auto !important;
}
.custom-footer-bottom2{
      background-color: rgba(58,36,87,0.08) !important;
      padding-top: 43px;
    padding-bottom: 0px;
}
.custom-footer-bottom2 h4{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    color: #000;
    text-transform: inherit;
      margin: 0 0 12px;
}
.custom-footer-bottom2 a{
  color: #000;
}
.custom-footer-bottom2 p{
  font-family: 'Montserrat-Light', sans-serif !important;
      font-size: 16px;
    line-height: 1.5;
  color: #000;
}
.custom-footer-bottom2 .p0{
    margin-bottom: 5px;
}

.custom-footer-bottom2 .p1,.custom-footer-bottom2 .p2{
  font-family: 'Montserrat-Light', sans-serif​ !important;
    margin: 0;

}
.custom-footer-bottom2 .p2{margin-bottom:15px;}
.ulfooter{
    line-height: 1.5;
    margin-top: 16px;
}
.footernews #email-c65fc143-69b2-4178-b076-0f28957b4a94 {
    height: 35px;
    border: none !important;
    width: 200px;
    border-radius: 43px;
    padding-right: 35px;
    color: #000 !important;
      font-family: 'Montserrat-Light', sans-serif !important;
    background: #FFF !important;
    min-height: 35px !important;
  font-size: 13px !important;
  
}
.footernews .hs-button {
    background: #F18715;
    border: none;
    color: #FFF;
    padding: 13px 15px;
    border-radius: 43px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    right: -165px;
    top: -54px;
     min-height: 35px !important;
}

.footernews .hs-button:hover {
  
}
.footernews span{
color: #000;
  font-size: 16px;
}
.footernews .hs-error-msgs {
    position: absolute;
  
}
.footernews .hs-main-font-element {
    position: relative !important;
    top: 25px !important;
}
.footernews label{
    padding-bottom: 0px !important;
}

@media only screen and (max-width: 1080px) {
  .custom-footer-bottom2{
      padding-left: 20px;
    padding-right: 20px;}
  .footernews .hs-button {
    position: inherit;}
  .footernews .hs-error-msgs {
    position: inherit;
  
}
.footernews .hs-main-font-element {
    position: inherit !important;
    top: inherit !important;
}
  .footernews #email-c65fc143-69b2-4178-b076-0f28957b4a94 {

    width: inherit;}

}


@media only screen and (max-width: 480px) {
    .fusion-social-links-footer {
    text-align: inherit !important;
}
}



















.fusion-social-links-footer{
  text-align: right;
}
.custom-copyright{
  text-align: left !important;
  font-size: 16px;
}
.custom-header .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blogtext{
  margin-bottom:20px;
  color: #000;
}
ul.hs-error-msgs.inputs-list li, .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item { 
  margin-bottom: 10px;
}
.authorcustom span,.authorcustom a{
  font-size: 16px;
  font-weight: 800;
}
.authorcustom .tagcustom a{
  font-size: 20px !important;
  font-weight: 800;
  color:#4e2f71;
}
.hs-blog-social-share-list{
  margin-top: 22px !important;
}
.socialsharecustom{
  position: absolute;
  margin-left:20px;
}
.socialsharecustom img{
  width:20px;
}
.socialsharecustom p  {
  margin-bottom: 20px;
}  
.header-container-wrapper{
  position:relative !important;
  width:100%;
  z-index:100000;
  height:100px;
  background: #FFF !important;
  -webkit-transition: 1s;-moz-transition: 1s;-ms-transition: 1s;
-o-transition: 1s;transition: 1s;}    
.downcustom{top:-75px;}
.upcustom{top:0px;}
.custom-header .custom-header-bottom {height:100px;}
.listhead h1{font-family: 'Montserrat-Light', sans-serif !important;margin-top: 0;margin-bottom: 50px;font-size: 42px !important;line-height: 1 !important;font-weight: 400 !important;
letter-spacing: 0px;color: #000;}
.custom-footer-bottom .row-fluid-wrapper{ line-height: 50px !important;}

/* CUSTOM BLOG LISTING TAMPLATE BY GIOTIS*/
h2{
  font-family: 'Montserrat-bold', sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  margin-top: 1.1em;
  margin-bottom:
}
h3,h4,h5{
  font-family:'Montserrat-bold', sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
}
strong,b,p,ul,li,div{font-family: 'Montserrat-Light', sans-serif;font-style: normal !important;}
.hs-blog-listing .hs-featured-image-wrapper {width: 275px;margin-right:30px;}
.blog-listing-wrapper .post-listing .post-item{width:100%}
.reqData{display: inline-flex ;font-family: 'Montserrat-Light', sans-serif;font-size: 18px;color: #4e2f71 !important;font-weight:400;}
.reqData li a{;color: #4e2f71 !important;}
.reqData>li:before{display:none !important;}
/* .post-item{display: inline-flex;margin-bottom: 30px; align-items: center;} */
.filtercustom{font-weight:800;font-family: 'Montserrat-Light', sans-serif ;font-size: 18px;color: #4e2f71 !important;}
.searchcustom{text-align:right;width: 50%;}
.searchcustom img{width: 20px;position: absolute;margin-top: 27px;margin-left: 8px;}
.allfilter{display: -webkit-box;}
.firstfilter{display: -webkit-box;}
.post-body h2{line-height: 1;}
.body-container {padding-top: 0% !important;}
.testform{background: #fff;padding: 10px;border-top: solid 3px #F18815;margin-top: 30px;}
.testform p{font-size: 16px;line-height: 1.4;margin-bottom: 10px;}
.hs-search-field__input{background: transparent !important;border: solid 2px #ddd!important;color: #888!important;}
.hs-search-field{margin-bottom: 15px;padding-top: 10px;}
.testminialsform input[type="text"],input[type="email"] {background: transparent !important;
 border: solid 2px #ddd!important;color: #888!important;margin-bottom: 0 !important;}
.testminialsform  input[type="submit"]{width:100% !important;}
.testminialsform label span{font-size: 16px !important;}
.testminialsform label{padding-bottom:0 !important;}
.activefilter{font-weight: 800;border-bottom: solid #ff7f00;}
.maincustomgiotis2{margin-top:30px;}
.hs-menu-children-wrapper{    margin-top: 14px !important; background-color: #f2efef !important;width: 180px;border-top: 0px solid #000!important;font-family: 'Montserrat-Light', sans-serif !important;
 font-weight: 0 !important;box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06) !important;-webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06) !important;-moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06) !important;}
.hs-menu-children-wrapper li a{padding-top: 7px !important;padding-bottom: 6px !important;color: #000000 !important;font-family: 'Montserrat-Light', sans-serif !important;
  font-weight: 0 !important;font-size: 14px !important;border-bottom: 1px solid #dcdadb !important;}
.hs-menu-children-wrapper li a:hover{background-color: #f8f8f8 !important;}
.blogtextbold{color:#000;font-weight:600;}
.imgheader img{width:100% !important;}
.maxwidth1000{max-width: 1100px;padding-top: 110px !important;padding-left:20px !important;padding-right:20px !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{  max-width: inherit !important;padding-top: 16px !important;padding-bottom: 16px !important;padding-left: 20px !important;
    padding-right: 20px !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li{padding-right: 0px !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li .hs-menu-children-wrapper li{padding-right: inherit !important;} 
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{padding-left: 20px !important;font-family: 'Montserrat-Light', sans-serif !important;}
.custom-menu-primary{ position: fixed;top: 0;right:-700px;width: 700px !important;height: 100%;background: #e0e32f;opacity: 1;z-index: 999991;
    border-left: 1px solid #e0e32f;text-align:center;padding-top:180px;}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li a{padding:0px 20px  0 0 !important}


#iwpmenu_icon .iwpmenu_close_button {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 45px;
	right: 80px;
	cursor: pointer;
	z-index: 999992;
}


#iwpmenu_icon .iwpmenu_open_button

{
	display: block;
	width: 55px;
	height: 55px;
	position: fixed;
	top: 30px;
	right: 80px;
	cursor: pointer;
	z-index: 999992;
	padding: 14px 10px;
    border-radius: 100%;
    background: #000;
}

.menusocial a{color:#000;background-color:#FFF;border-color:#FFF;border-radius:100px;padding:8px;margin-right:10px;}
</style>

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:hover{color: #4E2F71!important;}
#iwpmenu_icon .iwpmenu_close_button {position: fixed;}
.custom-footer { background:#000;padding:70px 3% 120px; 3%;}
.custom-footer .column{color:#fff;width:20%; float:left;padding-left: 3%;}
.custom-footer .column h4{margin: 0;color: #ffffff;font-size: 22px;font-family: Montserrat-bold !important; font-weight: 700 !important;line-height: 1.5;letter-spacing: 0;
    font-style: normal !important;text-transform: none; margin-bottom: 30px;}
.white p,.white a{color:#FFF;font-size: 18px;}
.white a{font-family: Montserrat-bold !important;}
.footertel:hover {color: #fd8890!important;}
.custom-footer .link{border-bottom: solid 1px #E0E32F!important;font-size: 16px!important;padding-bottom: 10px;}
.custom-footer .link:hover{border-bottom: solid 1px #fd8890!important;}
.footerform label{color: #FFF;font-size: 18px;}
.footerform .input input{background:transparent !important;border:solid 1px #FFF !important;margin-bottom:15px !important;height:40px;border-radius: 0 !important;   color: #888!important;
font-family: Montserrat-light;}
.footerform  .hs-button{font-family: Montserrat-light;font-size: 16px;font-weight: 600;border-radius: 0 !important; 
background: transparent !important;border: solid 1px #fff !important;padding: 10px !important;float: right;cursor: pointer;color:#FFF !importantfont-family: Montserrat-bold;font-weight:bold;}
.footerform  .hs-button:hover{color:#1aaaae !important;background: transparent !important;}
.custom-footer  .fusion-social-network-icon { width: 38px !important;height: 38px !important; padding: 8px !important;margin-right: 10px;}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{font-family: 'Montserrat-bold', sans-serif; color: #000;background: none;margin: 0;padding: 0;font-weight: 700;text-decoration: none;
line-height: 50px;font-size: 30px;-webkit-transition: all .25s}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a .menu-text {

}
.fixedsocial{ 
    -webkit-transition: 1s;
    position: fixed;
   top: 60px;
    width: 2%;
    max-width: 1095px;
    margin: auto;
    margin-top: 100px;
margin-left:20px;}

.second{ bottom:590px;top:inherit !important;}

@media only screen and (max-width: 1440px) { 
  .medium-devices-row{width: 75% !important;margin: auto !important;}
}

@media only screen and (max-width: 1366px) { 
  .medium-devices-row{width: 100% !important;margin: auto !important;padding: 0 5% !important;}
}
@media only screen and (max-width: 1024px) {
 
  .socialsharecustom p {
    margin-bottom: 2px;
    margin-top: 2px;
}
  
}
@media only screen and (max-width: 1001px) {
  .iwpmenu_open_button{
	background: transparent !important;
	padding: inherit !important;
	border-radius: 0%  !important;
	width: 32px !important;
	height: 32px !important;
	position: absolute;
	top: 25px !important;
  right: 20px !important;}
   /*.medium-devices-row{width: inherit !important;margin: inherit !important;padding: inherit !important;}*/
  .authorcustom {position: inherit;left: inherit;margin-bottom: 15px;}
  .hs-blog-post #hubspot-author_data .hs-author-avatar {position: inherit;top: inherit;left: inherit;}
 .fixedsocial{position: inherit;left: inherit;top: inherit;}
  .socialsharecustom {position: inherit;margin-bottom: -20px; margin-left: inherit;display: inline-flex;margin-top: 0;}
  .socialsharecustom p{margin-right:20px;}
  .contentcustom .post-body {padding-left: inherit;margin-top: inherit;padding-right: inherit;}
  .hs-blog-post #hubspot-author_data {position: inherit;left: inherit;}
  .hs-blog-post .post-header h1 {margin-bottom: 20px;font-size: 20px !important;}
  .maincustomgiotis{ margin-top: 0px !important;}
  .mobile-trigger{margin-right: 20px !important;margin-top: 20px !important;}

  .header-container-wrapper{padding-left: 20px !important;}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover{}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a .menu-text{}
  .mobile-width{width:100% !important;}

   .hs-menu-children-wrapper{border-top: 0px solid #000!important;}
  .child-trigger:hover{color:#f18715 !important;}
  .bgposts{height:70vh !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{padding-left: 20px !important;font-family: 'Montserrat-Light', sans-serif !important;  }

  .callcustom {padding-left: 0px;}
  /* .filtercustom, .reqData {font-size: 12px !important;}
 .reqData li{padding-left: 8% !important;}*/
  .reqData {display: block;}
  
.custom-footer .column{color:#fff;width:100%; float:none;padding-left: inherit;}
.margintop50 {margin-top:50px !important;}  
.margintop100{margin-top:100px !important;}
#mobilemargin50{padding-left: 10px !important;padding-right: 10px !important;padding-top: 20px !important;}
.logocenter {text-align: left;padding-top: 0;}

  #iwpmenu_icon .iwpmenu_close_button {top: 25px;right: 15px;}

#menulisting label{display:block !important;position: relative;top: -7px;left: 20px;cursor:pointer;}
#menulisting input:checked ~ .reqData{max-height:300px;transition:max-height 0.5s ease-in;}
.reqData{max-height:0;padding:0;overflow:hidden;list-style:none; transition:max-height 0.5s ease-out; position:absolute; min-width:100%;background: #f6f6f6;z-index: 10;left: -10px;}
.reqData li a{display:block;padding:12px;color:#000;text-decoration:none;padding: 3px 30px !important;}
.reqData li {padding-left:0 !important;margin-bottom: 0px !important;border-bottom: solid 1px #e0e0e0;}
  
}
/*Mobile menu listing dopdown*/
#menulisting input,#menulisting label,#menulisting>li:before{display:none;}
#menulisting>li{padding-left:0 !important}

/*Mobile menu listing dopdown*/
@media only screen and (max-width: 1000px) {
  .custom-header-bottom>div>div>.page-center{position: relative;bottom: 10px;}
   .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {margin-top: 10px;}
}
@media only screen and (max-width: 767px) {
.maincustomgiotis {padding: 20px !important;}
  .imgheader{margin-top: 75px;}  

  .post-item {display: block !important;}
  .hs-blog-listing .hs-featured-image-wrapper {width: 100%  !important;margin-bottom: 20px  !important;}

  .maincustomgiotis {padding: 10px !important;}
  .hs-search-field {margin-bottom: 0px !important;padding-top: 0px !important;
    
}
    .custom-menu-primary{width:calc(100% + 30px) !important;}
  .menusocial{width: auto !important;display: inline-flex !important;position: relative !important;top: -10px !important;}
  .menusocial  .fusion-icon-instagram img{top:0 !important;}
  
  
  
 
  .header-container { position: inherit !important;}
  .hs-menu-wrapper>ul>li:last-child a { background: inherit !important;font-weight: inherit !important;}
  .hs-menu-wrapper>ul>li:last-child { position: inherit !important;right: inherit !important;}
  .active-branch a {color: #000 !important;}
  .menunav { padding-top: inherit !important;text-align: inherit !important;}
  .hs-menu-wrapper li {height: inherit;background: #FFF !important;border-bottom: 1px solid #e2e2e2;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {max-width: inherit !important;padding-top: 5px !important;padding-bottom: 5px !important;padding-right: 0px !important;font-size: 14px;}
  .header-container {padding-right: 0px !important;}   
  .bordernav{position: absolute;top: 40px;right: 10px;cursor: pointer;width: 21px !important;}
  .hs-menu-children-wrapper {margin-top: inherit !important;border-bottom: 1px solid #e2e2e2 !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {font-size: 14px !important; padding-left: 30px !important;}
  .hs-menu-children-wrapper {width: inherit !important;text-align: left !important;}
  .hs-menu-children-wrapper li a {background-color: #ffffff !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal{padding-top: 32px !important;}
  .logonew img{width:100px !important;position: relative;top: 23px;left: 10px;}
  .hs-menu-wrapper>ul>li:last-child a:hover {color: #000 !important;}



}















/*! HubSpot COS Site Search
Created by Stefen Phelps - https://stefenphelps.com/
---------------------------------------------- */
.search-results-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    z-index: 99999999;
}

.search-activated .search-results-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.search-results-overlay .overlay-close {
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    border: 0;
    color: #fff;
    z-index: 100;
    background: none;
    font-size: 2em;
    text-transform: uppercase;
    cursor: pointer;
}

.search-results-wrapper .search::-webkit-input-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search::-moz-placeholder {
    color: #fff;
}

.search-results-wrapper .search:-ms-input-placeholder {
    color: #fff;
}

.search-results-wrapper {
    max-width: 800px;
    margin: 3em auto 1em auto;
    padding: 0 3em;
    height: calc(100vh - 4em);
}

.search-results-wrapper .search {
    width: 100%;
    padding: 0.5em;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    outline: 0;
    font-size: 1.5em;
}

.search-results-wrapper .search:valid:not(:placeholder-shown) {
    border: 0 none !important;
    border-bottom: 2px solid #fff !important;
}

.search-results {
    margin: 2em 0 0 0;
    padding: 0;
    height: calc(100% - 4.4em);
    position: relative;
    overflow-y: auto;
}

.search-results li {
    list-style: none;
    margin-bottom: 1em;
    font-size: 2em;
    padding: 1em;
    background: #fff;
    line-height: 1;
}

.search-results span {
    font-size: 1rem;
    display: block;
    margin-top: 0.75em;
}


/*MOBILE MENU*/
.togglemenu{display:none;}



@media only screen and (max-width: 1000px) {
  .hs-menu-children-wrapper a{
  color: #000;
  }
  .custom-header .custom-header-bottom {
    height: 81px;
}
  
  .togglemenu{
    display:block;    
    position: absolute;
    right: 20px;
    top: 40px;
      color: #000;}
  
  .header-container {
    padding-left: 0px !important;
  }

  .fusion-mobile-menu-icons a, .fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {
    color: #000;
}
.fusion-mobile-menu-icons a {
    float: right;
    font-size: 21px;
    margin-left: 20px;
}  
  .fusion-icon-bars:before {
    content: "\f0c9";
}
  
  
  .header-container-wrapper {
    height:81px;
    padding-left: 0px !important;
  }
.custom-menu-primary .hs-menu-wrapper{       
  position: absolute !important;
  top: 60px !important;
  
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    padding-right: 0px !important;
}
  .hs_cos_wrapper_type_logo img{margin-left: 20px !important;}
  
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a .menu-text {
    color: inherit;
}
  
  
}







/*SECOND TEMPLATE BLOG*/
/* Na to antikatastiso me ayto
 .blog .body-container {background: #ffffff !important;}*/
.hs-content-id-8703538870  .body-container {background: #ffffff !important;}
.margintopheader{margin-top:130px;}
.maxwidth1100>div{
  max-width: 1100px !important;
  margin: auto !important;
}
.titlesecond{max-width:90%;}
.titlesecond h1{
    font-weight: 400;
    font-size: 46px;
  margin-bottom:0;

}
.subtitlesecond p{
 font-family: 'Montserrat-Light', sans-serif;
 font-weight: 400;
 font-size:19px;
  color:#000;
  max-width:555px;
  margin-top: 15px;
}
.authorsecond{
      margin-top: 35px;
    margin-bottom: 70px;
}
.authorsecond #hubspot-author_data {
    font-weight: 200 !important;
    font-size: 16px;
}
.authorsecond .author-link{
   font-weight: 200 !important;
}
.authorsecond  .hs-author-avatar{
    top: -8px !important;
}
.authorsecond .tagsecond{

    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    border:solid 1px #000;
    font-weight: 800;
    margin-left: 15px;
  font-size:12px;
  font-family: 'Montserrat-bold', sans-serif;
}
.authorsecond .tagsecond:hover a{color: #1aaaae !important;}
.tagsecond a{ color: #000;}
.contentsecond h5{
font-weight:200 !important;
font-size:32px;
}
.contentsecond span,.contentsecond p{
font-weight:200 !important;
font-size:22px;
}
.contentsecond  .post-body
{max-width:665px;
margin:auto;
 margin-top: 80px;
}
.socialsharecustomsecond{
  position: absolute;
  margin-left:20px;
}
.socialsharecustomsecond img{
  width:20px;
}
.socialsharecustomsecond p  {
  margin-bottom: 20px;
} 
.fixedsocialsecond{ 
    -webkit-transition: 1s;
    position: fixed;
    top: 33px;
    width: 2%;
    max-width: 1095px;
    margin: auto;
    margin-top: 100px;
margin-left:20px;
}

.callcustomsecond{
    margin-top: 50px;
    margin-bottom: 100px;   
}


.maxwidth665>div{
max-width:665px;
margin:auto;

}



@media only screen and (max-width: 1440px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  } 
  
}
@media only screen and (max-width: 1220px) {
 .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>ul>li>a {
       font-size: 15px !important;
  } 
    .trustpilotlogo {
    width: 100px;}

}
@media only screen and (max-width: 1120px) {
   
    

}

@media only screen and (max-width: 1080px) {
  .body-container{padding-right: 20px;padding-left: 20px;}
.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>ul>li>a {
       font-size: 13px !important;
  } 
 .hs-menu-item:nth-last-child(2){display:none;}
}
@media only screen and (max-width: 1001px) {

  .socialsharecustomsecond {position: inherit;margin-bottom: -20px; margin-left: inherit;display: inline-flex;margin-top: 5px;}
  .socialsharecustomsecond p{margin-right:20px;}
   .fixedsocialsecond{position: inherit;left: inherit;top: inherit;width: inherit;}
  .socialsharecustomsecond p{margin-top:inherit !important;}
  .titlesecond h1 {font-size: 30px;}
  .margintopheader {margin-top: 80px;}
  .authorsecond { margin-top: 0px; margin-bottom: 30px;}
  .bgpostssecond {height: auto !important;padding-top: 30%;padding-bottom: 30%;}
  .contentsecond .post-body { margin-top: 20px;} 
  .contentsecond h5 {font-size: 24px;}
  .callcustomsecond { margin-top: 20px; margin-bottom: 30px;}
  #hs_cos_wrapper_module_1582638791440110 img{max-width:100px !important;    position: relative;top: 25px;left: 10px;}
  

  
  
}


/*SECOND TEMPLATE BLOG*/




/* EMAIL MODULES*/


/* EMAIL MODULES*/