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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@font-face {
	font-family: Gilroy;
	src: url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Thin.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Thin.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Thin.ttf") format("truetype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Thin.svg#Gilroy-Thin") format("svg");
	font-style: normal;
	font-weight: 100;
}


@font-face {
	font-family: Gilroy;
	src: url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Regular.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Regular.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Regular.ttf") format("truetype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: Gilroy;
	src: url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Medium.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Medium.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Medium.ttf") format("truetype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: Gilroy;
	src: url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Bold.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Bold.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Bold.ttf") format("truetype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: Gilroy;
	src: url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), 
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-ExtraBold.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-ExtraBold.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-ExtraBold.ttf") format("truetype"),
		url("//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
	font-style: normal;
	font-weight: 800;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
	font-size: 14px;
}
:root {
	--blue: #00a5df;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #f54a61;
	--orange: #fd7e14;
	--yellow: #d1f681;
	--green: #3cdbc0;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #00a5df;
	--secondary: #6c757d;
	--success: #3cdbc0;
	--info: #17a2b8;
	--warning: #d1f681;
	--danger: #f54a61;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 769px;
	--breakpoint-md: 1025px;
	--breakpoint-lg: 1281px;
	--breakpoint-xl: 1441px;
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
	background: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	font-family: Gilroy;
	color: #54565a;
	letter-spacing: .035em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 1470px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

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

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

/* Basic text */
p {
	margin-top: 0;
	margin-bottom: 1rem;
} 
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 {
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
	font-family: Gilroy;
	color: #2f68a0;
	margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 48px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: .035em;
}
h2 {
	text-transform: uppercase;
	letter-spacing: .035em;
	font-size: 34px;
}
h3 {
	font-size: 24px;
	letter-spacing: .035em;
}
h4 {
	font-size: 18px;
	letter-spacing: .035em;
}
h5 {
	letter-spacing: .035em;
	font-size: 14px;
}
h6 {
	font-size: 14px;
	letter-spacing: -.035em;
}

/* Anchor Links */
a {
	color: #000;
	text-decoration:none;
}
a:hover, a:focus { 
	color: #006c93;
	text-decoration: underline;
}

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

.body-container ul:not([class]),.body-container ol:not([class]) {
	margin-left: 1em;
	padding:0;
}

.body-container ul:not([class]) > li:not([class]) {
	list-style:none;
}

.body-container ul:not([class]) > li:not([class]):before {
	content: "\2022";
	color: #74caf4;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header {
	background-color: #fff;
	box-shadow: 0 0 3px 0 rgba(41,41,41,.25);
	position: fixed;
	width: 100% !important;
	z-index: 100;
}

.custom-header-height {
	min-height:103px !important;
}

.custom-header .page-center > div:first-of-type {
	margin-right: -15px;
	margin-left: -15px;
	padding: .5rem 1rem;
}

.custom-logo {
	width:auto !important;
	float:left !important;
}

.custom-logo a {
	display: block;
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0em;
	color: #272727;
	margin: 22px 0;
}
img, svg {
	vertical-align: middle;
}

.custom-logo img {
	max-width: 100px;
}


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

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

.body-container .page-center {
	padding-top:3rem;
	padding-bottom:3rem;
}

/* ================== Banner Area ================= */
.custom-banner-area {
	background-color: #fff;
	position: relative;
	margin-top:-1px;
	min-height: 130px;
}

.custom-banner-image-wrapper {
	display: flex;
	flex: 0 0 100%;
	justify-content: flex-end;
}

img.custom-banner-image {
	object-fit: cover;
	object-position: center right;
	display: block;
	height:100%;
}
.custom-banner-area .page-center {
	align-items: center;
	display: flex;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding-top:0;
	padding-bottom:0;
}

.custom-banner-inner {
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.custom-banner-area h1 {
	font-family: Gilroy;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .035em;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 50%;
	margin-bottom: 1.5rem;
	font-weight: 700;
	flex: 0 0 auto;
	color: #2f68a0;
}

.custom-banner-area p {
	line-height: 1.2;
	font-size: 24px;
	letter-spacing: .035em;
	font-family: Gilroy;
	text-align: left;
	font-style: normal;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 41.66667%;
	margin-bottom: 1.5rem;
	font-weight: 400;
	flex: 0 0 auto;
	color: #54565a;
}

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


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

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

.custom-footer {
	color:#fff;
}

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

.custom-footer-top a:hover {
	color: #006c93;
	text-decoration: underline;
}

.custom-footer-bottom {
	background-color: #2f68a0;
}

.custom-footer-top {
	background-color: #00a5df;
}

.custom-footer-top .row-fluid .page-center {
	margin:3rem auto;
}

.custom-footer-top .row-fluid .page-center > div {
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 1rem;
}

.custom-footer-logo {
	width: 100% !important;
	max-width: 16.66667%;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-footer-right {
	width: 100% !important;
	max-width: 83.33333%;
	margin-left: 0 !important;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-footer-right > div {
	margin-right: -15px;
	margin-left: -15px;
}

.custom-footer-menus {
	width: 100% !important;
	max-width: 66.66667%;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-footer-form {
	width: 100% !important;
	margin-left: 0 !important;
	max-width: 33.33333%;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-footer-menus > div {
	margin-right: -15px;
	margin-left: -15px;
}

.custom-footer-menu {
	margin-left: 0 !important;
	width: 100% !important;
	max-width: 33.33333%;
	margin-bottom: 1.5rem;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-footer-copyright {
	width: auto !important;
}

.custom-footer-social {
	float: right !important;
	width: auto !important;
	margin-left : 0 !important;
}

.custom-footer-social a.footer__icon {
	font-family: Gilroy;
	font-size: 14px;
	color: #000;
	letter-spacing: .75px;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	padding-left: 20px;
	text-decoration:none;
}

.custom-footer-social a.footer__icon:hover {
	text-decoration:none;
}

.custom-footer-social a.footer__icon  > svg{
	max-width:20px;
	max-height:42px;
	overflow:hidden;
}

.custom-footer-social .footer__icon.li-ic rect,
.custom-footer-social .footer__icon path {
	fill: #fff;
}

.custom-footer-social .footer__icon.li-ic path {
	fill: #2f68a0;
}

.custom-footer-copyright p {
	font-family: Gilroy;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -.035em;
	text-transform: capitalize;
	padding:13px 0;
	margin:0;
}
.custom-footer-copyright a:hover {
	color: rgb(0,165,223);
	text-decoration:underline;  
}

.custom-footer h3 {
	display: none;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
	font-size: 14px;
	letter-spacing: .75px;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	display:inline-block !important;
}

.custom-footer-top h6 {
	margin-bottom: .5rem;
	font-family: Gilroy;
	font-size: 16px;
	color: #dffeae;
	line-height: 22px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .75px;
}

.custom-footer-top h6:hover{
	color: #2f68a0;
	text-decoration:underline;
}

.custom-footer-top .custom-footer-form h6 {
	color: #dffeae;
	text-decoration:none;
}

.custom-footer-form p {
	font-size: 14px;
	color: #fff;
	letter-spacing: .75px;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 1rem;
}

.custom-footer-form form {
	display: flex;
}

.custom-footer-form form > div {
	margin-bottom: 0!important;
	margin-top: 0!important;
	margin-right: 1rem;
	/* 	width: 100%; */
}

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

.custom-footer-form input[type="email"] {
	vertical-align: middle;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-family: Gilroy;
	letter-spacing: .035em;
	min-height: 40px;
	display: inline-block;
	padding: 0 .65em;
	font-size: 13px;
	line-height: normal;
	color: #555;
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	margin-bottom: .25rem;
	border: 1px solid #d9d8d6;
	background-color: #fff;
	box-shadow: none;
	border-radius: 5px;
	width: 100%;
}

.custom-footer-form input[type="email"]::placeholder {
	color:#c5c5c5;
	opacity:1;
}

.custom-footer-form form > div.hs-submit {
	margin-right: 0;
	width: auto;
}

.custom-footer-form .hs-submit .actions {
	display: flex;
	justify-content: flex-end;
}

.custom-footer-form .hs-button {
	font-style: normal;
	font-family: Gilroy;
	letter-spacing: .035em;
	min-height: 40px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0.25em;
	cursor: pointer;
	width: auto;
	border-radius: 5px;
	height: auto;
	text-transform: uppercase;
	-webkit-appearance: none;
	text-decoration: none;
	background-color: #00a5df;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 0 0;
	transition: background-color .1s ease 0s,color .1s ease 0s,border-color .1s ease 0s;
	will-change: background-color,color,border-color;
	padding: 6px 12px;
	border: 1px solid #fff;
}

.custom-footer-form .hs-button:hover {
	background-color: #74caf4;
	text-decoration: none;
}

.custom-footer-form .hs-error-msgs {
	color: #fd8282;
	margin: 0;
}

.custom-footer-form .hs-error-msgs label {
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	font-family: Gilroy;
	letter-spacing: .035em;
	text-transform: uppercase;
	color: #f54a61;
	text-align:left;
}



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


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

/* Parent List */
.custom-menu-primary {
	width: auto !important;
	float: right !important;
	margin-left: 0 !important;
	padding-top: 27px;
	padding-bottom: 27px;
}

.custom-menu-primary .hs-menu-wrapper {
	line-height:0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
	padding: 0 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
	padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	font-family: Gilroy;
	font-size: 14px;
	letter-spacing: .75px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	display: block;
	padding: .5rem 1rem;
	padding-right: .5rem;
	padding-left: .5rem;
	color: rgba(0,0,0,.5);
	text-decoration: none;
	line-height:21px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a {
	vertical-align: middle;
	font-family: Gilroy;
	font-size: 14px;
	letter-spacing: .75px;
	text-align: left;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 5px;
	background-color: #00a5df;
	border: 3px solid #00a5df;
	color: #fff;
	transition: background-color .1s ease 0s,color .1s ease 0s,border-color .1s ease 0s;
	will-change: background-color,color,border-color;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a:hover {
	background-color: #74caf4;
	border-color: #74caf4;
	color: #fff;
	text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	font-size:13.7px;
	line-height:21px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
	color: rgba(0,0,0,.7);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
	background-color: #fff;
	line-height:normal;
	left: 0;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	top: 80%;
	transition: .3s !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
	top: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{

}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
	font-family: Gilroy;
	font-size: 14px;
	letter-spacing: .75px;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	font-weight: 400;
	color: #212529;
	white-space: nowrap;
	text-decoration:none;
	line-height:21px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:focus{
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:active {
	color: #fff;
	text-decoration: none;
	background-color: #00a5df;
}

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



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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
	max-width: 33.33333%;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

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

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



/* Pagination */
.blog-pagination {
	text-align: center;
}

.blog-pagination-inner {
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	display: inline-block;
	margin-top: 15px;
}

.blog-pagination-inner > div {
	float: left;
}

.blog-pagination a {
	font-family: Gilroy;
	font-size: 14px;
	color: #000;
	letter-spacing: .75px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	background-color: #f5f5f5;
	float: left;
	padding: 8px 16px;
	transition: background-color .3s;
	margin: 0 4px;
	border-radius: 4px;
	text-decoration: none;
}

.blog-pagination a:hover,.blog-pagination a.active {
	background-color: #30679f;
	color: #fff!important;
	cursor: pointer;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
	line-height: 1.2;
	font-family: Gilroy;
	color: #2f68a0;
	text-align: left;
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .035em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin: 0 0 15px;
}
h2.post-listing-simple a {
	text-decoration:none;
	color:inherit;
}


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

.blog .blog-sidebar {}
.blog-sidebar-inner {
	background-color: #f5f5f5;
	width: 100%;
	height: 100%;
	padding: 1.5rem;
}
/* Blog Modules */
.blog .blog-sidebar-inner .widget-span {}


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

.blog-banner-popup {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 3rem;
	background: #00a5df;
}

.blog-banner-popup .page-center {
	padding-top: 1.5rem;
	padding-bottom: 0;
}

.blog-banner-popup-inner {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: center;
	align-items: center;
}

.blog-banner-popup h4 {
	line-height: 1.2;
	font-family: Gilroy;
	font-style: normal;
	font-size: 18px;
	letter-spacing: .035em;
	margin: 0 .5rem;
	padding-bottom: 1rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.blog-banner-popup button {
	vertical-align: middle;
	cursor: pointer;
	line-height: inherit;
	text-shadow: none;
	box-shadow: none;
	font-family: Gilroy;
	font-size: 14px;
	letter-spacing: .75px;
	text-align: left;
	font-weight: 500;
	font-style: normal;
	margin: 0 .5rem;
	margin-bottom: 1.5rem;
	border-radius: 5px;
	width: auto;
	height: auto;
	padding: 13px 29px;
	text-transform: uppercase;
	-webkit-appearance: none;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	transition: background-color .1s ease 0s,color .1s ease 0s,border-color .1s ease 0s;
	will-change: background-color,color,border-color;
	border: 1px solid black;
	text-align:center;
}

.blog-banner-popup button:hover {
	background-color: #d9d8d6;
	text-decoration: none;
}

.tinynav { 
	display: block; 
}
ul.custom-categories {
	display: none !important; 
}

.blog-search-wrapper .page-center {
	padding-top: 0;
	padding-bottom: 0;
}

.post-listing {
	padding:0;
	margin:0;
	list-style:none;
	margin-right: -15px;
	margin-left: -15px;
}

.post-listing:after,
.post-listing:before {
	content:"";
	display:block;
	clear:both;
}

.posts-title {
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 1.5rem;
	text-rendering: optimizelegibility;
	line-height: 1.2;
	font-family: Gilroy;
	color: #2f68a0;
	text-align: left;
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .035em;
}

.post-item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
}

.popular.post-item:first-of-type {
	max-width: 66.66667%;
}

.popular.post-item:nth-of-type(2){
	max-width: 33.33333%;
}

.koddi-card {
	font-family: Gilroy;
	font-size: 14px;
	color: #000;
	letter-spacing: .75px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 420px;
	border-radius: 5px;
	box-shadow: 0 10px 20px rgba(0,0,0,.05), 0 0 1px rgba(0,0,0,.2);
	margin-bottom:3rem;
}

.koddi-post-card {
	min-height: 575px;
	text-decoration: none;
}
.koddi-post-card:hover {
	text-decoration:none;
}

.koddi-zoomable-image {
	overflow: hidden;
	display: flex;
}

.koddi-card .koddi-card__image {
	margin: 0;
	height: 250px;
	object-fit: cover;
}

.koddi-post-card .koddi-post-card__image {
	height: 300px;
}

.koddi-zoomable-image img {
	object-fit: cover;
	object-position: 50% 50%;
	transition: transform .2s ease-in-out 0s;
	will-change: transform;
	width: 100%;
	height: 100%;
}

.koddi-card .koddi-card__image img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.koddi-card .koddi-card__content {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	padding: 1.5rem;
}

.koddi-post-card .koddi-post-card__content time {
	font-size: 12px;
	color: #54565a;
	font-weight:400;  
}

.koddi-post-card .koddi-post-card__content h4 {
	line-height: 1.2;
	font-family: Gilroy;
	color: #2f68a0;
	text-align: left;
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .035em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	margin:0;
}

.koddi-post-card .koddi-post-card__content .koddi-post-card__author {
	line-height: 22px;
	font-family: Gilroy;
	font-size: 12px;
	color: #54565a;
	text-align: left;
	font-style: normal;
	letter-spacing: .035em;
	font-weight: 400;
}

.koddi-post-card .koddi-post-card__content p.ellipsis {
	font-size: 16px;
	line-height: 22px;
	font-family: Gilroy;
	color: #54565a;
	text-align: left;
	font-style: normal;
	letter-spacing: .035em;
	font-weight: 400;
	text-decoration: none;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-transform: none;
}

.koddi-card .koddi-card__content .a.koddi-card__a {
	font-weight: 700;
	font-family: Gilroy;
	letter-spacing: .75px;
	text-align: left;
	font-style: normal;
	color: #00a5df;
	font-size: 14px;
	margin-top: auto;
	text-transform: uppercase;
}

.koddi-post-card .koddi-post-card__content .koddi-post-card__a:hover {
	text-decoration: underline;
}

/* ========================= Post Page Styling ======================= */
.hs-blog-post .body-container .content-wrapper > div:nth-of-type(2) {
	margin-right: -15px;
	margin-left: -15px;
}

.hs-blog-post .body-container .content-wrapper > div:nth-of-type(2) > .row-fluid {
	display: flex;
	flex-wrap: wrap;
}

.hs-blog-post .blog-content {
	position: relative;
	width: 100% !important;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex:0 0 75%;
	max-width: 75%;
	float: left !important;
}

.hs-blog-post .blog-sidebar {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex:0 0 25%;
	max-width: 25%;
	width: 100% !important;
	margin-lefT: 0 !important;
	float: left !important;
}

.hs-blog-post .blog-sidebar > div,
.hs-blog-post .blog-sidebar > div > div{
	height:100%;
}

.hs-blog-post .blog-sidebar > div > div{
	padding-bottom:20px;
}


.post-page-title {
	margin-bottom: 3rem;
}

.blog-sidebar-recent-posts ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.blog-sidebar h5 {
	font-weight: 700;
	letter-spacing: .035em;
	font-family: Gilroy;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	font-style: normal;
	margin-bottom: 1.5rem;
	color: #2f68a0;
}

.blog-sidebar-recent-posts ul > li {
	position: relative;
	width: 100%;
	min-height: 1px;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.blog-sidebar-recent-posts ul > li:before {
	display:none !important;
}

.blog-sidebar-recent-posts ul > li a {
	font-family: Gilroy;
	font-size: 14px;
	letter-spacing: .75px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.blog-sidebar-recent-posts ul > li a .col-md-4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.blog-sidebar-post__image img {
	min-height: 70px;
	height: 70px;
}

.blog-sidebar-recent-posts ul > li a .col-md-8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
	display: flex;
	flex-direction: column;
}

.blog-sidebar-recent-posts ul > li a .blog-sidebar-post__category, 
.blog-sidebar-recent-posts ul > li a .blog-sidebar-post__title {
	font-family: Gilroy;
	text-align: left;
	font-style: normal;
	letter-spacing: .035em;
	line-height: 1.2;
	font-size: 14px;
	margin-bottom: 0;
	color: #000;
}

.blog-sidebar-recent-posts ul > li a .blog-sidebar-post__category {
	font-weight: 700;
	text-transform: capitalize;
}

.blog-sidebar-recent-posts ul > li a .blog-sidebar-post__title {
	text-transform: none;
	font-weight: 400
}

.post-page-title h2 {
	margin-bottom: .5rem;
	line-height: 1.2;
}

.post-page-title h5 {
	padding-bottom: .5rem;
	margin:0;
	font-weight: 400;
	color: #000;
	letter-spacing: .035em;
	font-family: Gilroy;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	font-style: normal;
	margin-top: 23px;
}

.hs-blog-post #hubspot-topic_data {
	display: inline-block;
	width:100%;
	max-width:66.66667%;
	margin-bottom:3rem;
}

.hs-blog-post #hubspot-topic_data h6 {
	font-family: Gilroy;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.035em;
	text-transform: none;
	margin-bottom: .5rem;
	color:#272727;
}

.hs-blog-post #hubspot-topic_data a.topic-link {
	font-family: Gilroy;
	font-size: 14px;
	letter-spacing: .75px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 400;
	font-style: normal;
}

ul.the_champ_sharing_ul {
	margin: 1px 0;
	display: inline-block;
	float: right;
}

ul.the_champ_sharing_ul li {
	float: left!important;
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
	border: none!important;
	clear: none;
}

ul.the_champ_sharing_ul li i {
	display: block;
	cursor: pointer;
	float: left;
	border: none;
	margin: 2px;
	background-color: #128dc8;
	color: #fff;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
}

ul.the_champ_sharing_ul li i:hover {
	background-color: #0b6f9e;
	border-color: transparent;
}

.theChampSharingSvg {
	width: 100%;
	height: 100%;
}

.theChampFacebookSvg {
	background: url(//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Images/facebook.svg) no-repeat center center;
}

.theChampLinkedinSvg {
	background: url(//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Images/linkedin.svg) no-repeat center center;
}

.theChampEmailSvg {
	background: url(//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Images/mail.svg) no-repeat center center;
}

.theChampTwitterSvg {
	background: url(//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Images/twitter.svg) no-repeat center center;
}

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


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

.body-container .custom_error_message h3,
.body-container .widget-type-form h3,
.body-container .widget-type-blog_subscribe h3,
.body-container .widget-type-google_search h3 ,
.body-container .widget-type-password_prompt.custom_error_message h3 ,
.body-container .widget-type-email_simple_subscription h3,
.hs-blog-post .widget-type-blog_comments h3,
.hs-search-field__bar h3 {
	margin-bottom: 1.5rem;
	text-transform:uppercase;
}

.hs-blog-post .widget-type-blog_comments h3 {
	color:#fff;
}

.email-unsubscribe .body-container .widget-type-email_simple_subscription form h3 {
	color: #fff;
}


.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.hs-blog-post .widget-type-blog_comments,
.body-container .hs-search-field__bar{
	display:block;
	margin-bottom:20px;
	width:100%;
	max-width:500px;
	background-color: #f5f5f5;
	padding:3rem 30px;
}

.body-container .custom_error_message form,
.body-container .widget-type-form form,
.body-container .widget-type-blog_subscribe form,
.body-container .widget-type-google_search form,
.body-container .widget-type-password_prompt.custom_error_message form,
.body-container .widget-type-email_simple_subscription form,
.hs-blog-post .widget-type-blog_comments form,
.body-container .hs-search-field__bar form {
	background-image: linear-gradient(0deg,#00d1f1,#00a5df);
	padding: 30px;
}

.hs-blog-post .widget-type-blog_comments {
	max-width:100%;
}

.hs_error_rollup {
	display:none !important;
}

.hs-error-msgs {
	color: #f54a61;
	margin: 0;
	padding: 0 !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform:uppercase;
} 

/* Form Field */
.body-container .hs-form-field {
	margin-bottom: 1rem;
}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
	color:#fff;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
	display:block;
	width:100%;
	max-width:500px;
	font-weight: 400;
	text-align: left;
	font-style: normal;
	font-family: Gilroy;
	letter-spacing: .035em;
	min-height: 40px;
	padding: 0 .65em;
	font-size: 13px;
	line-height: normal;
	color: #555;
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	margin-bottom: .25rem;
	margin-top:1rem;
	border-radius: 0;
	border: 1px solid #d9d8d6;
	background-color: #fff;
	box-shadow: none;

}

.hs-blog-post .widget-type-blog_comments input, .hs-blog-post .widget-type-blog_comments textarea {
	max-width: 100% !important;
}

.body-container input[type="text"]::placeholder,
.body-container input[type="password"]::placeholder, 
.body-container input[type="datetime"]::placeholder, 
.body-container input[type="datetime-local"]::placeholder, 
.body-container input[type="date"]::placeholder, 
.body-container input[type="month"]::placeholder, 
.body-container input[type="time"]::placeholder, 
.body-container input[type="week"]::placeholder, 
.body-container input[type="number"]::placeholder, 
.body-container input[type="email"]::placeholder, 
.body-container input[type="url"]::placeholder, 
.body-container input[type="search"]::placeholder, 
.body-container input[type="tel"]::placeholder, 
.body-container input[type="color"]::placeholder,
.body-container input[type="file"]::placeholder,
.body-container textarea::placeholder,
.body-container select ::placeholder{
	color:#c5c5c5;
	opacity:1;
}


.body-container input[type="text"]:hover,
.body-container input[type="password"]:hover, 
.body-container input[type="datetime"]:hover, 
.body-container input[type="datetime-local"]:hover, 
.body-container input[type="date"]:hover, 
.body-container input[type="month"]:hover,
.body-container input[type="time"]:hover, 
.body-container input[type="week"]:hover, 
.body-container input[type="number"]:hover, 
.body-container input[type="email"]:hover, 
.body-container input[type="url"]:hover, 
.body-container input[type="search"]:hover, 
.body-container input[type="tel"]:hover, 
.body-container input[type="color"]:hover,
.body-container input[type="file"]:hover,
.body-container textarea:hover,
.body-container select:hover {}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
	outline: 0;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-submit {
	text-align:center;
}

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	white-space:normal !important;
	display:inline-block;
	margin-top: 1.5rem;
	margin-bottom: 0.25em;
	min-height: 40px;
	font-family: Gilroy;
	letter-spacing: .035em;
	position: relative;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	height: auto;
	padding: 13px 29px;
	text-transform: uppercase;
	background-color: #fff;
	border: 3px solid #fff;
	color: #00a5df;
	text-shadow: none;
	box-shadow: 0 0 0;
	transition: background-color .1s ease 0s,color .1s ease 0s,border-color .1s ease 0s;
	will-change: background-color,color,border-color;
}

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

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


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

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


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

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


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

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


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

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


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


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

.subscribe-options label {
	margin:0;
}

.hs-recaptcha {
	margin-top:10px;
}

/* -------------- Default Code for comment ------------ */

.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	display: block;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	display: block !important;
	text-align: left;
}


.email-preferences-page .body-container .hs-button.primary,
.email-preferences-page .body-container input[type="submit"],
.email-preferences-page .body-container input[type="button"] {
	border-color: #00a5df;
}

/* ======================== Blog Banner Popup Form ========================= */
.blog-banner-popup-form-wrapper ,
.header-popup-form-wrapper{
	transition: all .15s linear;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	outline: 0;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility:hidden;
	display: flex!important;
}

.blog-banner-popup-form-wrapper > div,
.header-popup-form-wrapper > div{
	width: 100%;
}

.blog-banner-popup-form-wrapper.open,
.header-popup-form-wrapper.open{
	opacity: 1;
	visibility:visible;
	transition: all .15s linear;
	background-color:rgba(0, 0, 0, 0.5)
}

.blog-banner-popup-form-wrapper .page-center,
.header-popup-form-wrapper .page-center{
	transition: transform .3s ease-out;
	transform: translateY(-25%);
	padding-right: 0 !important;
	opacity:0;
}

.blog-banner-popup-form-wrapper.open .page-center,
.header-popup-form-wrapper.open .page-center{
	transform: translate(0);
	opacity:1;
	transition: transform .3s ease-out;
	transition-delay:0.1s;
}

.blog-banner-popup-form-inner-wrapper,
.header-popup-form-inner-wrapper{
	flex-wrap: wrap;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;outline: 0;
	align-items: center;
	margin: 0;
	max-height: 90vh;
}

.close-blog-banner-popup,
.close-header-popup{
	transition: opacity 0.3s ease;
	float: right;
	font-size: 1.5rem;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	z-index: 100;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
	outline: none;
	background: transparent;
	border: none;
	position: absolute;
	right: 3rem;
	top: 1.5rem;
}

.close-blog-banner-popup:hover,
.close-header-popup:hover{
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.blog-banner-popup-image,
.header-popup-image{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45% !important;
	max-height: 100%;
	overflow: hidden;
	display: block !important;
}

.blog-banner-popup-image img,
.header-popup-image img{
	width:100%;
}

.blog-banner-popup-form,
.header-popup-form{
	max-width: 100%;
	position: relative;
	flex: 1 1 auto;
	padding: 3rem;
	overflow: auto;
	width:100%;
}

.blog-banner-popup-form .custom-form,
.header-popup-form .custom-form{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: center;
	max-height: 90vh;
}

.blog-banner-popup-form > div > .row-fluid,
.header-popup-form > div > .row-fluid{
	max-width: 83.33333%;
	padding-right: 15px;
	padding-left: 15px;
}

.blog-banner-popup-form > div > .row-fluid:after,.blog-banner-popup-form > div > .row-fluid:before,
.header-popup-form > div > .row-fluid:after,.header-popup-form > div > .row-fluid:before{
	display: none;
}

.blog-banner-popup-form-inner,
.header-popup-form-inner{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: center;
	max-height: 90vh;
}

.blog-banner-popup-form-inner > span ,
.header-popup-form-inner > span {
	display:block;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 83.33333%;
	max-width: 83.33333%; 
}

.blog-banner-popup-form h3 ,
.header-popup-form h3 {
	line-height: 1.2;
	font-size: 24px;
	letter-spacing: .035em;
	font-family: Gilroy;
	font-style: normal;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 75%;
	max-width: 75%;
	order: 0;
	margin-bottom: 3rem;
	text-align: center;
	font-weight: 700;
	color: #2f68a0;
}

.blog-banner-popup-form h3 + div,
.header-popup-form h3 + div{
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 3rem;
	min-height: 400px;
	order: 1;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-banner-popup-form form,
.header-popup-form form{
	margin-bottom: 0;
}

.blog-banner-popup-form .hs-email,
.header-popup-form .hs-form-field{
	margin-bottom: 1rem;
}
.blog-banner-popup-form .hs-submit {
	margin-top: 1.5rem;
}

.blog-banner-popup-form .hs-form-field > label,
.header-popup-form .hs-form-field > label{
	display: none;
}

.blog-banner-popup-form input[type="email"],
.header-popup-form input[type="text"],
.header-popup-form input[type="password"], 
.header-popup-form input[type="datetime"], 
.header-popup-form input[type="datetime-local"], 
.header-popup-form input[type="date"], 
.header-popup-form input[type="month"], 
.header-popup-form input[type="time"], 
.header-popup-form input[type="week"], 
.header-popup-form input[type="number"], 
.header-popup-form input[type="email"], 
.header-popup-form input[type="url"], 
.header-popup-form input[type="search"], 
.header-popup-form input[type="tel"], 
.header-popup-form input[type="color"],
.header-popup-form input[type="file"],
.header-popup-form textarea,
.header-popup-form select{
	vertical-align: middle;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-family: Gilroy;
	letter-spacing: .035em;
	min-height: 40px;
	padding: 0 .65em;
	font-size: 13px;
	line-height: normal;
	color: #555;
	-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
	transition: border linear 0.2s,box-shadow linear 0.2s;
	margin-bottom: .25rem;
	border-radius: 0;
	border: 1px solid #d9d8d6;
	background-color: #fff;
	box-shadow: none;
	width: 100%;
	outline:0;
}

.header-popup-form select {
	height:40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Images/select-arrow.svg)!important;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	font-size:14px;
}

.blog-banner-popup-form input[type="email"]::placeholder,
.header-popup-form input[type="text"]::placeholder,
.header-popup-form input[type="password"]::placeholder, 
.header-popup-form input[type="datetime"]::placeholder, 
.header-popup-form input[type="datetime-local"]::placeholder, 
.header-popup-form input[type="date"]::placeholder, 
.header-popup-form input[type="month"]::placeholder, 
.header-popup-form input[type="time"]::placeholder, 
.header-popup-form input[type="week"]::placeholder, 
.header-popup-form input[type="number"]::placeholder, 
.header-popup-form input[type="email"]::placeholder, 
.header-popup-form input[type="url"]::placeholder, 
.header-popup-form input[type="search"]::placeholder, 
.header-popup-form input[type="tel"]::placeholder, 
.header-popup-form input[type="color"]::placeholder,
.header-popup-form input[type="file"]::placeholder,
.header-popup-form textarea::placeholder{
	color:#c5c5c5;
	opacity:1;
}

.blog-banner-popup-form .hs-submit .actions,
.header-popup-form .hs-submit .actions{
	display: flex;
	justify-content: flex-end;
}


.header-popup-form select::placeholder {
	color:#495057;
}


.blog-banner-popup-form .hs-button,
.header-popup-form .hs-button{
	margin: 0;
	font-style: normal; 
	font-family: Gilroy;
	letter-spacing: .035em;
	min-height: 40px;
	display:inline-block;
	position:relative;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0.25em;
	cursor: pointer;
	border-radius: 5px;
	width: auto;
	height: auto;
	padding: 13px 29px;
	text-transform: uppercase;
	-webkit-appearance: none;
	text-decoration: none;
	background-color: #00a5df;
	border: 3px solid #00a5df;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 0 0;
	transition: background-color .1s ease 0s,color .1s ease 0s,border-color .1s ease 0s;
	will-change: background-color,color,border-color;
}

.blog-banner-popup-form .hs-button:hover,
.header-popup-form .hs-button:hover{
	background-color: #74caf4;
	border-color: #74caf4;
	color: #fff;
	text-decoration: none;
}

.header-popup-form .popup-content {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 1.5rem;
	order: 2;
}

.header-popup-form label.hs-form-booleancheckbox-display {
	font-family: Gilroy;
	color: #54565a;
	text-align: left;
	font-style: normal;
	letter-spacing: .035em;
	font-weight: 400;
	font-size: 10px;
}

.header-popup-form form.hs-form .hs-form-field ul.inputs-list li input {
	color: #54565a;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	font-family: Gilroy;
	letter-spacing: .035em;
	min-height: 40px;
	margin: 0.425em 0;
	margin-top: 1px \9;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #d9d8d6;
	background-color: #fff;
	box-shadow: none;
	font-size: 19px;
	margin-bottom: 0;
	margin-right: .35rem;
	width: 15px;
	height: 19px;
	margin-top: 4px;
	box-sizing: border-box;
	padding: 0;
	vertical-align: middle;
	-webkit-appearance: checkbox;
	float: left;
	line-height: 22px;
}


.header-popup-form form.hs-form .hs-form-field ul.inputs-list li span {
	line-height: 22px;
	font-family: Gilroy;
	color: #54565a;
	text-align: left;
	font-style: normal;
	letter-spacing: .035em;
	font-weight: 400;
	font-size: 10px;
}

.header-popup-form form.hs-form .hs-form-field ul.inputs-list {
	margin: 0;
	list-style: none;
	margin-left: 1em;
	padding-bottom: 1rem;
}

.header-popup-form form.hs-form .hs-form-field ul.inputs-list li:after,
.header-popup-form form.hs-form .hs-form-field ul.inputs-list li:before {
	display:block;
	clear:both;
	content:"";
}

.header-popup-form .popup-content h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .035em;
	font-family: Gilroy;
	text-align: left;
	font-style: normal;
	margin-bottom: 1rem;
	color: #2f68a0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.header-popup-form .popup-content ul {
	padding: 0;
	margin: 0 0 1.5rem 1.5rem;
	list-style: none;
}

.header-popup-form .popup-content ul li {
	margin-bottom: .25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	letter-spacing: normal;
}

.header-popup-form .popup-content ul li:before {
	content: "\2022";
	color: #74caf4;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}


/* ====================== Blog Search ========================== */

.blog-search form {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.custom-categories {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 1rem;
}

.custom-categories select {
	margin: 0;
	font-size: 14px;
	text-transform: none;
	font-family: Gilroy;
	letter-spacing: .035em;
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	display: inline-block;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 0!important;
	border: 1px solid #d9d8d6;
	background-color: #fff;
	box-shadow: none;
	width: 100%;
	min-height: 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Images/select-arrow.svg');
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	height: 100%;
	max-width:100%;
}

.blog-search input[type="text"] {vertical-align: middle;margin: 0;font-style: normal;font-weight: 400;font-family: Gilroy;letter-spacing: .035em;min-height: 40px;padding: 0 .65em;font-size: 13px;line-height: normal;color: #555;display: inline-block;margin-bottom: 9px;-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;transition: border linear 0.2s,box-shadow linear 0.2s;height: 100%;border-radius: 0;border: 1px solid #d9d8d6;background-color: #fff;box-shadow: none;outline: 0;max-width: none;}

.blog-search .input-wrapper {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
	margin-bottom: 1rem;
}

.visually-hidden, .screen-reader-text, .screen-reader-response, .bp-screen-reader-text {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
}

.blog-search .submit-wrapper {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.blog-search input.submit-button {
	margin: 0;
	font-family: Gilroy;
	letter-spacing: .035em;
	min-height: 40px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;
	height: auto;
	padding: 13px 29px;
	text-transform: uppercase;
	-webkit-appearance: none;
	text-decoration: none;
	background-color: #00a5df;
	border: 3px solid #00a5df;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 0 0;
	transition: background-color .1s ease 0s,color .1s ease 0s,border-color .1s ease 0s;
	will-change: background-color,color,border-color;
	width: auto;
}

.blog-search input.submit-button:hover {
	background-color: #74caf4;
	border-color: #74caf4;
	color: #fff;
	text-decoration: none;
}


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

.blog-search.sidebar .custom-categories {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.blog-search.sidebar .input-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.blog-search.sidebar input[type="text"] {
	background-image: url('//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Images/input-magnifier.svg');
	background-size: 39px 39px;
	background-repeat: no-repeat;
	background-position: 100%;
	height: auto;
	margin-bottom: 0;
}

.blog-search.sidebar .submit-wrapper {
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1.5rem;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

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

	.mobile {
		display:none !important;
	}

	.no-banner-image-desktop .custom-banner-inner{
		padding-top:30px;
	}
	.custom-banner-image-wrapper.d-b-img {
		height: 480px;
	}

	.hs-blog-listing .custom-banner-image-wrapper {
		height:480px;
	}


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

@media (max-width:1440px) {
	.container-fluid .row-fluid .page-center {
		max-width: 1200px;
	}
	.custom-banner-image-wrapper {
		opacity:0.2;
	}

	.hs-blog-post .blog-content {
		max-width: 66.66667%;
		flex:0 0 66.66667%;
	}

	.hs-blog-post .blog-sidebar {
		max-width: 33.33333%;
		flex:0 0 33.33333%;
	}
}
@media (max-width:1280px) {
	.container-fluid .row-fluid .page-center {
		max-width: 960px;
	}

	.body-container .custom_error_message form,
	.body-container .widget-type-form form,
	.body-container .widget-type-blog_subscribe form,
	.body-container .widget-type-google_search form,
	.body-container .widget-type-password_prompt.custom_error_message form,
	.body-container .widget-type-email_simple_subscription form,
	.hs-blog-post .widget-type-blog_comments form,
	.body-container .hs-search-field__bar form {
		padding: 30px 15px;
	}

	.blog-banner-popup-image,
	.header-popup-image{
		display:none !important;
	}

	.blog-banner-popup-form h3 + div,
	.header-popup-form h3 + div{
		flex: 0 0 100%;
		max-width: 100%;
		order: 3;
		min-height: auto;
	}

	.blog-banner-popup-form-inner > span,
	.header-popup-form-inner > span,
	.header-popup-form .popup-content{
		max-width: 100%;
		flex: 0 0 100%;
	}

	.blog-banner-popup-form h3,
	.header-popup-form h3{
		max-width: 100%;
		flex: 0 0 100%;
	}

	.popular.post-item:nth-of-type(n) {
		max-width:50%;
	}

	.header-popup-form form.hs-form .hs-form-field ul.inputs-list {
		padding-bottom: 1.5rem;
	}

}

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

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

@media (max-width: 1024px){

	.desktop {
		display:none !important;
	}

	.no-banner-image-mobile .custom-banner-inner{
		padding-top:30px;
	}

	/* Menu Reset */
	.custom-menu-primary .hs-menu-wrapper > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li,
	.custom-menu-primary .hs-menu-wrapper > ul li a{}

	.custom-menu-primary{
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		max-width: none;
		width: 100%;
		height: auto;
	}

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

	.mobile-trigger {
		vertical-align: middle;
		font-family: Gilroy;
		letter-spacing: .75px;
		text-align: left;
		text-transform: uppercase;
		font-weight: 500;
		font-style: normal;
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border-radius: .25rem;
		position: absolute;
		margin-left: auto;
		margin-right: 0;
		right: 0;
		left: auto;
		border: 0;
		top: 24px;
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,.1);
		cursor: pointer;
		display: inline-block;
		outline:0;
	}

	.mobile-trigger span {
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
		font-family: Gilroy;
		color: #54565a;
		text-align: left;
		font-style: normal;
		letter-spacing: .035em;
		display: inline-block;
		vertical-align: middle;
		content: "";
		background: no-repeat 50%;
		background-size: 100% 100%;
		background-image: url(//cdn2.hubspot.net/hubfs/3358537/koddi_February2019/Images/menu-hamburger.svg) ;
		width: 40px;
		height: 28px;
	}

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

	.child-trigger{
		display: inline-block;
		cursor: pointer;
		position: relative;
		top: 0px;
		right: 20px;
		width: 60%;
		height: 30px ;
		padding: 0 ;
		vertical-align: middle;
	}


	/* ===== Mobile Menu Styles ===== */  

	.custom-menu-primary.js-enabled{
		position: relative;
		width:100% !important;
	}

	.custom-header .page-center > div:first-of-type {
		position: relative;
		padding: 8px 16px 0px;
	}

	.custom-header .page-center > div:nth-of-type(2) {
		padding-bottom:7px;
	}

	/* 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 .hs-menu-wrapper > ul {
		width:100%;
	}

	/* Level 1 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		width:100%;
		padding:0;
		cursor:pointer;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
		margin-top: 1rem;
	}

	.custom-menu-primary .hs-menu-wrapper >  ul > li > a{
		padding: .5rem 0;
		display:inline-block;
		width:auto !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li:hover a{
		color:rgba(0, 0, 0, 0.7);
	}


	/* Level 2 and Higher Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
		transition:none !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li{
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
	}

}



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

	.custom-logo a {
		margin: 10px 0;
	}

	.custom-logo img {
		max-width: none;
		max-height: 41px;
	}

	.custom-header-height {
		min-height:75px !important;
	}

	.custom-banner-image-wrapper {
		display: block;
		height: auto;
		opacity: 1;
	}

	img.custom-banner-image.mobile {
		height: auto;
		width: 100%;
		margin-bottom: 3rem;
	}

	.custom-banner-area .page-center {
		position: static;
	}

	.custom-banner-inner {
		width: auto;
	}

	.custom-banner-area h1 {
		text-align: center;
		font-size: 6vw;
		line-height: 1.2;
		max-width: none;
	}

	.custom-banner-area p {
		text-align: center;
		max-width: none;
		font-size: 3vw;
		line-height: 1.2;
	}

	.body-container .hs-button.primary,
	.body-container input[type="submit"],
	.body-container input[type="button"] {
		padding:13px 10px;
	}

	.custom-footer-copyright {
		width: 100% !important;
		text-align: center;
		float: none !IMPORTANT;
	}

	.custom-footer-copyright p {
		padding:0;
		margin-bottom:1.5rem;
	}

	.custom-footer-social {
		width:100% !important;
		text-align:center;
		float:none !important;
	}

	.custom-footer-bottom {
		padding:1.5rem 0 ;
	}

	.custom-footer-logo {
		margin-bottom: 3rem;
		max-width:100% !important;
		text-align:center;
	}

	.custom-footer-right {
		max-width:100%;
		text-align:center;
	}

	.custom-footer-menus {
		max-width:100%;
	}

	.custom-footer-menu {
		max-width:100%;
		text-align:center;
	}

	.custom-footer-form {
		max-width:50%;
		margin-left:25% !important;
		text-align:center;
	}

	.custom-categories,
	.blog-search .input-wrapper,
	.blog-search .submit-wrapper {
		flex:0 0 100%;
		max-width:100%;
	}

	.blog-search input.submit-button {
		padding: 13px 29px;
	}

	.post-item:nth-of-type(n) {
		max-width:100% !important;
	}

	.hs-blog-post .blog-content {
		max-width: 100%;
		flex:0 0 100%;
	}

	.hs-blog-post .blog-sidebar {
		max-width: 100%;
		flex:0 0 100%;
	}

	.blog-sidebar-post__image img {
		min-height: 70px;
		max-height: 111px;
	}

	.hs-blog-post #hubspot-topic_data {
		max-width:100%;
		margin-bottom:0;
	}

	ul.the_champ_sharing_ul {
		padding:0;
		display:block;
		float:left;
		margin-bottom:3rem;
	}

	.custom-footer-form form > div {
		width: 100%;
	}

	.blog-banner-popup-form-wrapper .page-center, .header-popup-form-wrapper .page-center {
		padding-right:15px !important;
	}

}

@media (max-height: 600px){
	.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
		overflow-x: hidden !important;
		overflow-y: auto !important;
		max-height: 170px;
		height: 82vh;
	}


}


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

@media (max-width: 767px) {
	.body-container input[type="text"],
	.body-container input[type="password"], 
	.body-container input[type="datetime"], 
	.body-container input[type="datetime-local"], 
	.body-container input[type="date"], 
	.body-container input[type="month"], 
	.body-container input[type="time"], 
	.body-container input[type="week"], 
	.body-container input[type="number"], 
	.body-container input[type="email"], 
	.body-container input[type="url"], 
	.body-container input[type="search"], 
	.body-container input[type="tel"], 
	.body-container input[type="color"],
	.body-container input[type="file"],
	.body-container textarea,
	.body-container select {
		max-width:100%;
	}

	.container-fluid .row-fluid .page-center {
		max-width: 100%;
	}

	.custom-banner-area h1 {
		font-size: 8vw;
		line-height: 1.2;
	}

	.custom-banner-area p {
		font-size: 5vw;
		line-height: 1.2;
	}

	.body-container .custom_error_message form,
	.body-container .widget-type-form,
	.body-container .widget-type-blog_subscribe,
	.body-container .widget-type-google_search,
	.body-container .widget-type-password_prompt.custom_error_message,
	.body-container .widget-type-email_simple_subscription,
	.hs-blog-post .widget-type-blog_comments,
	.body-container .hs-search-field__bar{
		max-width:100%;
	}

	.body-container .hs-button.primary,
	.body-container input[type="submit"],
	.body-container input[type="button"] {
		padding:13px 29px;
	}

	.custom-footer-form {
		max-width:100%;
		margin-left:0 !important;
		text-align:center;
	}

	.post-body p img {
		width: 100% !important;
		max-width: 100%;
	}

	.body-container  {
		overflow-x:hidden;
	}

}  


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

@media (max-width: 479px) {
	.hs-recaptcha {
		overflow:auto !important;
	}

}