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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('//fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');


@font-face{
  font-family:'ElegantIcons';
  src:url('//cdn2.hubspot.net/hubfs/4595743/Movology_June2018%20Theme/fonts/ElegantIcons.eot'),
    url('//cdn2.hubspot.net/hubfs/4595743/Movology_June2018%20Theme/fonts/ElegantIcons.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4595743/Movology_June2018%20Theme/fonts/ElegantIcons.ttf') format('truetype');;
  font-weight:normal;
  font-style:normal;
}

@font-face {
	font-family: 'simple-line-icons';
	src: url('//cdn2.hubspot.net/hubfs/4595743/Movology_June2018%20Theme/fonts/Simple-Line-Icons.eot'),
    url('//cdn2.hubspot.net/hubfs/4595743/Movology_June2018%20Theme/fonts/Simple-Line-Icons.ttf') format('truetype'), 
    url('//cdn2.hubspot.net/hubfs/4595743/Movology_June2018%20Theme/fonts/Simple-Line-Icons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Catamaran,sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  -webkit-font-smoothing: antialiased;
}

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

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


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

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

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

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

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

h1, h2, h3, h4 {
  color: #3e3e3e;
  line-height: 1em;
  font-family: Catamaran,sans-serif;
  font-weight: 700;
}
h5, h6 {
  color: #777;
}

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

h1 {
  font-size: 72px;
}
h2 {
  color: #81d742;
  text-transform: none;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: -.02em;
}
h3 {
  font-size: 37px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
  font-weight: 400;
}
h6 {
  font-size: 14px;
  font-weight: 600;
}

/* Anchor Links */
a { 
  color: #7ac142;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
  text-decoration:none;
}
a:hover, a:focus { 
  color: #7ac142;
  text-decoration:none; 
}

/* Lists */
ul, ol {
  margin: 15px 0;
  list-style-position: inside;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.header-container .page-center{}

/* Header Top Style */

.header-container .widget-type-global_group {
  min-height: 0 !important;
}



.custom-header-group {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4999;
}

.custom-logo {
  padding-top: 19px;
  padding-bottom: 19px;
}
.custom-logo a img {
  display: block;
  max-width:197.969px;
}
.custom-logo .mkd-normal-logo,
.custom-logo .mkd-dark-logo {
  opacity: 0;
  display:none;
}
.custom-logo .mkd-light-logo {
  opacity: 1;
}

.search-icon {
  float: right;
}
.icon-font-elegant.icon_search {
  position: relative;
  top: 35px;
  color: #fff;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 36px;
  height: 36px;
  display: block;
  left: 4px;
  font-size: 17px;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.icon-font-elegant.icon_search:before {
  content: "\55";
}
.icon-font-elegant.icon_search:hover {
    opacity: 0.7;
}


.custom-search {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  z-index:4000;
}
.custom-search-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.custom-search-inner-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.custom-search-inner-form {
  width: 30%;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,.14);
  padding-bottom: 6px;
  margin-bottom: -100px;
  opacity: 0;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}

.search-open .custom-search-inner-form {
  margin:0;
  opacity: 1;	
}

.custom-search-inner .search-field {
  width: calc(100% - 50px);
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background: 0 0;
  outline: 0;
  height: 100%;
  font-size: 37px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.6em;
  position: relative;
  padding: 0;
  float: left;
  font-family: Catamaran,sans-serif;
}


.search-submit {
  border: none;
  background: 0 0;
  outline: 0;
  width: auto;
  cursor: pointer;
  font-family: ElegantIcons;
  font-size: 30px;
  line-height: 1.8em;
  padding:1px 6px;
  color: rgba(255,255,255,.6);
  float: right;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  transition: color .2s ease;
}

.line {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: width 0s .5s;
    -moz-transition: width 0s .5s;
    transition: width 0s .5s;
}

.search-open .line {
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.icon_close{
  font-size: 31px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease,color .2s ease;
  transition: opacity .2s ease,color .2s ease;
  position: absolute;
  color: #fff;
  top: 20px;
  right: 20px;
  height: 42px;
  width: 42px;
  line-height: 42px;
}
.search-open .icon_close {
  opacity: 1;
  visibility: visible;
}
.icon_close:before {
    content: "\4d";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 31px;
    color: #fff;
    cursor: pointer;
}

.side-menu-button {
    display: none;
}

.custom-toggle-right-sidebar-group {
  position: fixed;
  padding: 2% 70px 30px;
  top: 0;
  right: -27%;
  width: 27% !important;
  z-index: 9999;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  background-color: #fff;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  z-index: 5000;
}
.sidebar-open .custom-toggle-right-sidebar-group{
  visibility: visible;
  right:0;
}
.custom-right-sidebar-content {
    padding-bottom: 24px;
}
.custom-right-sidebar-content .widget-type-rich_text{
  margin-bottom: 30px;
}
.custom-right-sidebar-content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin:0;
}

.custom-sidebar-recent-post {
  margin-bottom: 65px;
  float: left;
  width: 100%;
}
.custom-sidebar-recent-post h3 {
  color: #3e3e3e;
  line-height: 1em;
  font-size: 20px;
  font-weight: 700;
  font-family: Catamaran,sans-serif;
  margin: 0 0 30px;
}

.custom-sidebar-recent-post .post-title {
  color: #9d9d9d;
  line-height: 31px;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
  margin: 10px 0;
  float: left;
  width: 100%;
}
.custom-sidebar-recent-post .post-title a{
  color: #9d9d9d;
  text-decoration:none;
}

.custom-sidebar-recent-post .hs_cos_wrapper_type_module {
  padding-bottom: 65px;
  float: left;
  width: 100%;
}

.custom-sidebar-search .searchform {
  position: relative;
}
.custom-sidebar-search .searchform  input {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 0 18px;
  height: 51px;
  outline: 0;
  color: #999;
  font-family: inherit;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
}

.custom-sidebar-search .searchform input[type=submit] {
  outline: 0;
  font-family: Simple-Line-Icons;
  width: 51px;
  height: 51px;
  cursor: pointer;
  color: #999;
  background-color: transparent;
  border: none;
  font-size: 17px;
  position: absolute;
  right: 10px;
  padding: 1px 6px;

}

.custom-sidebar-search {
    margin-bottom: 46px;
}
.custom-sidebar-social h5 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #777;
  margin: 0;
}
.custom-sidebar-social a {
    color: #ff3a4c;
    line-height: 31px;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    transition: color .15s ease-out;
    margin: 0 15px 0 0;
}
.custom-sidebar-social a:hover {
    color: rgba(48,48,48);
}

.overlay{
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  background: #000;
  -webkit-transition: opacity .2s ease-in-out,background .2s ease-in-out,z-index .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background .2s ease-in-out,z-index .2s ease-in-out;
  transition: opacity .2s ease-in-out,background .2s ease-in-out,z-index .2s ease-in-out;
}
.sidebar-open .overlay {
  cursor: url('//cdn2.hubspot.net/hubfs/4595743/Movology_June2018%20Theme/images/close.png'),pointer;
  z-index: 1002;
  visibility: visible;
  opacity: .6;
  filter: alpha(opacity=60);
}
.scroll-header.sidebar-open .animate .custom-header-group {
  z-index: 455;
}
.close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1000;
  color: #9b9b9b;
  display: inline-block;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  -webkit-transition: color .15s ease-out, transform .5s ease;
  -moz-transition: color .15s ease-out, transform .5s ease;
  transition: color .15s ease-out, transform .5s ease;
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.close-btn:before {
  content: "\4d";
}

.close-btn:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-container-wrapper, 
.footer-container-wrapper, 
.body-container-wrapper, 
.custom-logo, 
.custom-menu-primary, 
.custom-header-search-group {
  z-index: 1000;
  -webkit-transition: right .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: right .33s cubic-bezier(.694,.0482,.335,1);
  transition: right .33s cubic-bezier(.694,.0482,.335,1);
  right: 0;
  position: relative;
}

.sidebar-open .header-container-wrapper, 
.sidebar-open .footer-container-wrapper, 
.sidebar-open .body-container-wrapper, 
.sidebar-open .custom-logo, 
.sidebar-open .custom-menu-primary, 
.sidebar-open .custom-header-search-group {
  right: 256px;
}


/* Without Banner Style */
.without-banner .custom-header-group {
  background-color: #fff;
  border-bottom: 1px solid #dee0e0;
  position: static;
  top: -100px;
}
.without-banner .custom-logo {
    padding-top: 18px;
    padding-bottom: 18px;
}
.without-banner .custom-logo .mkd-light-logo {
    display: none;
}
.without-banner .custom-logo .mkd-normal-logo {
    display: block;
    opacity: 1;
}
.without-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #3e3e3e;
}
.without-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    opacity: .8;
    color: #3e3e3e;
}
.without-banner .icon-font-elegant.icon_search {
    color: #3e3e3e;
    text-align: right;
    padding-right: 14px;
}



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

.body-container-wrapper {
  position: relative;
  z-index: 0;
}
.body-container {}

.body-container .page-center{
	padding:80px 15px;
}

.custom-banner-area {
margin-top: 0;
    height: 586px;
    background-position: center 0px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 101;
    display: table;
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 6px;
}
/*.custom-banner-area:after {
    content: "";
    opacity: 0.8;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(42, 180, 23), rgb(36, 175, 27));
}*/
.mkd-gradient-overlay-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.custom-banner-area-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
.custom-banner-area h1 {
font-size: 72px;
    line-height: 1em;
    color: #ffffff;
    font-family: Catamaran,sans-serif;
    font-weight: 700;
    margin: 0;
}
.custom-banner-area h2 {
    display: block;
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 26px;
    margin-bottom: 30px;
    width: 80%;
    font-family: Catamaran,sans-serif;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: normal;
    margin: 26px auto 30px;
}

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


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

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

.footer-container .page-center{}

.footer-container-wrapper {
  position: relative;
  z-index: 0;
}

.custom-footer-group {
  background-color: #222328;
}

.custom-footer-top {
    padding:95px 15px 2px;
}

.custom-footer-form,
.custom-recent-blog,
.custom-social-icon-group{
	margin-bottom:40px;
}


.custom-footer-top h3,
.custom-footer-top h4{
  color: #fff;
  margin-bottom: 31px;
  line-height: 1em;
  font-weight: 700;
  font-size: 20px;
  margin-top: 15px;
  letter-spacing: 0;
}

.custom-footer-form {
    padding-right: 30px;
}
.custom-footer-form .hs-form-field .hs-form-required {
  color: red;
  font-size: 13px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
}
.custom-footer-form .hs-form-field label {
  display: block;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 13px;
}
.custom-footer-form input[type="email"] {
  max-width: 500px;
  width: 100%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: textfield;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
}
.custom-footer-form input[type="email"]:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

.custom-footer-form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.custom-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large{
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding:7px 18px 7px;
  position: relative;
  text-align: center;
  margin: 0;
  outline: 0;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;

}
.custom-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover{
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee; 
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}
.custom-footer-form .submitted-message {
  color: #fff;
}
.custom-footer-form .hs-error-msgs.inputs-list label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-weight: normal;
}
.custom-footer-form .invalid.error {
    border-color: #b9554d !important;
    box-shadow: 0 0 6px rgba(171,41,32,0.5) !important;
}
.custom-footer-form .hs-error-msgs.inputs-list {
    margin: 0;
}
.custom-recent-blog .hs_cos_wrapper_type_rss_listing {
    margin-left: -1px;
    display: block;
}
.custom-recent-blog .hs-rss-item {
    border-bottom: 1px solid #484848;
    color: #fff;
    margin-bottom: 0;
}
.custom-recent-blog .hs-rss-item:last-child {
    border: 0;
}
.custom-recent-blog .hs-rss-item a {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  font-family: Catamaran,sans-serif;
  line-height: 28px;
}
.custom-recent-blog .hs-rss-item a:hover {
  color: #7ac142;
  text-decoration:none;
}

.custom-social-icon-group .hs_cos_wrapper_type_module {
    display: block;
    margin-left: -2px;
}
.social-icon a img {
    border: 0 !important;
    display: inline;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease;
    margin-right: 6px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    vertical-align: middle;
    margin-bottom: 3px;
}
.social-icon a:hover img {
    opacity: 1;
}
.custom-footer-bottom {
  color: #fff;
  background-color: #222328;
  padding: 49px 15px;
  font-size:14px;
}
.custom-footer-logo {
    padding: 0 0 22px;
}
.custom-footer-logo a {
    pointer-events: none;
}
.custom-footer-copyright {
  text-align: right;
    padding-top: 45px;
}
.custom-footer-copyright p{
    line-height: 28px;
}


#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  width: 59px;
  height: 59px;
  line-height: 59px;
  z-index: 1000;
  color: #fff;
  text-align: center;
  background-color: #37373c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #37373c, inset 0 3px 7px #37373c;
  -moz-box-shadow: 0 0 0 0 #37373c,inset 0 3px 7px #37373c;
  box-shadow: 0 0 0 0 #37373c, inset 0 3px 7px #37373c;
  -webkit-transition: all 0s cubic-bezier(.19,1,.22,1);
  -moz-transition: all 0s cubic-bezier(.19,1,.22,1);
  transition: all 0s cubic-bezier(.19,1,.22,1);
}
#back-to-top:hover {
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    -webkit-box-shadow: 0 0 0 7px rgba(55,55,60,0), inset 0 0 7px rgba(55,55,60,0);
    -moz-box-shadow: 0 0 0 7px rgba(55,55,60,0),inset 0 0 7px rgba(55,55,60,0);
    box-shadow: 0 0 0 7px rgba(55,55,60,0), inset 0 0 7px rgba(55,55,60,0);
}
#back-to-top:before {
    content: "\21";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 21px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: 5px;
}


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


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

/* Parent List */
.custom-menu-primary{
    text-align: center;
    padding-top: 31px;
    padding-left: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
	display:inline-block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  padding: 0 16px;
  border-width: 0;
  position: relative;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
  transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0;
  vertical-align: middle;
  color:#fff;
  background-color: transparent;
      font-size: 14px;
    font-family: Montserrat,sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  opacity: .8;
  color:#fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
	background-color: #fff;
}
.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 {}


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


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

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


  /* Scroll Header */
  .custom-header-group{
    transition:top .2s ease;
    -moz-transition:top .2s ease;
    -webkit-transition:top .2s ease;
  }

  .scroll-header .custom-header-group{
    top:-100px;
    transition:top .2s ease;
    -moz-transition:top .2s ease;
  }
  .scroll-header .custom-header-group{
    top:-100px;
    transition:top .2s ease;
    -moz-transition:top .2s ease;
    -webkit-transition:top .2s ease;
    -webkit-transition:top .2s ease;
  }
  .scroll-header .animate .custom-header-group {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 5000;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
  }
  .animate .custom-logo {
    padding:6px 0 5px;
  }
  .animate .custom-logo .mkd-light-logo {
    display: none;
  }
  .animate .custom-logo .mkd-normal-logo {
    display: block;
    opacity: 1;
  }
  .animate .custom-menu-primary {
    padding-top: 18px;
  }
  .animate .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #2a2a2a;
  }
  .animate .search-icon {
    padding-top: 20px;
  }
  .animate .search-icon a {
    padding: 0 15px;
    display: inline-block;
    color: #2a2a2a;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .animate .search-icon a:hover {
    opacity: .8;
    color: #2a2a2a;
  }
  .animate .search-icon a:last-of-type {
    padding-right: 0;
  }
  .animate .icon-font-elegant.icon_search {
    color: #2a2a2a;
    width: auto;
    height: auto;
    position: relative;
    top: 2px;
    padding-right:0;
  }
  .animate .side-menu-button {
    display: block;
  }
  
  .custom-menu-primary.mobile{
  	display:none !important;
  }
}


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

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

@media (max-width: 1024px) {

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 37px;           /* Position Button at right of screen */
    left: 0;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding-right: 10px;
    color: #000;
    font-size: 17px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
  }
  .mobile-trigger:before{
    content: "\f0c9";
    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;
    color: #000;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-size: 17px;
  }
  .mobile-trigger:hover:before{
        color: #7ac142;
  }


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

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

/* ===== Mobile Menu Styles ===== */  
 
.custom-menu-primary.js-enabled {
	position: relative;
	padding-top: 0; /* Makes room for button */
	margin: 0;
  width:100% !important;
}

/* 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: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    z-index: 5000;
    background: #fff;
  }
}


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


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container-wrapper {
    background-color: #f7f7fa;
}
.blog .body-container .page-center{
	padding:64px 0;
}

/* Blog Post */
.hs-blog-post {}
.hs-blog-post .body-container .page-center {
    padding: 0 0 64px;
}


.hs-blog-post .blog-section{
    background: #fff;
}
.breadcrumbs-wrp {
    background-color: #f0f0f0;
    background-position: center 0;
    border-bottom: 1px solid #ebebeb;
}
.hs-blog-post .breadcrumbs-wrp .page-center {
    padding: 0;
}
.breadcrumbs-inner {
  padding: 30px 15px 32px;
  background-color: #f0f0f0;
  margin: 0 -15px;
}
.breadcrumbs-inner a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.custom-breadcrumb-group .page-center {
    padding: 0 !important;
}
.breadcrumbs-inner a:after {
    margin: 0 10px 0 7px;
    content: "\f0da";
    color: #777;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.header-container .widget-type-custom_widget {
    min-height: 0 !important;
}
.breadcrumbs-wrp .title {
    text-transform: uppercase;
}

.custom-post-pagination {
    padding: 23px 0;
    float: left;
    width: 100%;
}
.custom-post-pagination a {
    width: 50%;
}
.custom-post-pagination .previous-posts-link {
	float:left;
}
.custom-post-pagination .next-posts-link {
    float: right;
}
.previous-posts-link .icon-stack {
    float: left;
}
.next-posts-link .icon-stack {
    float: right;
}
.previous-posts-link .single-prev-label {
    float: left;
    padding-left: 15px;
    width: calc(100% - 77px);
}
.next-posts-link .single-next-label {
    text-align: right;
    float: right;
    padding-right: 15px;
    width: calc(100% - 77px);
}
.custom-post-pagination .icon-stack {
    display: block;
    height: 40px;
    width: 40px;
    font-size: 22px;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    color: #3e3e3e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px #eee;
    -moz-box-shadow: 1px 1px 3px #eee;
    box-shadow: 1px 1px 3px #eee;
}
.custom-post-pagination .arrow_carrot-left:before {
    content: "\34";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.custom-post-pagination .arrow_carrot-right:before {
  content: "\35";
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.custom-post-pagination .single-prev-label,
.custom-post-pagination .single-next-label {
    display: block;
    text-align: left;
    color: #777;
    font-weight: 600;
    font-size: 14px;
}
.custom-post-pagination .title {
    text-align: left;
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;
}
.custom-post-pagination .single-next-label {
    text-align: right;
}
.custom-post-pagination .sub-title{
	display:block;
}
.custom-post-pagination .next-posts-link .title {
    text-align: right;
}
.previous-posts-link:hover .title,
.next-posts-link:hover .title{
    color: #7ac142;
}

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

.hs-blog-listing .custom-banner-area {
    height: 386px;
}

/* 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 {
  margin-top: 0;
  padding-top: 43px;
  margin-bottom: 14px;
  color: #3e3e3e;
  line-height: 1em;
  font-size: 37px;
  font-weight: 700;
}
.post-header h2 a {
  text-decoration: none;
  color: #3e3e3e;
}
.post-header h2 a:hover {
    text-decoration: none;
    color: #7ac142;
}
.section.post-header h2 a:hover {
  text-decoration: none;
  color: #3e3e3e;
}
.post-header h1 {}

/* 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 {
	margin-top:20px;
}
#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 {
  margin-bottom: 37px;
}

.post-item-inner{
  padding-left:42px;
  padding-right:42px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px #eee;
  -moz-box-shadow: 1px 1px 3px #eee;
  box-shadow: 1px 1px 3px #eee;   
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  padding-top: 29px;
  padding-bottom: 36px;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin-top: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.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;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

/* Read More Link */
a.more-link {
	display:inline-block;
	margin:15px 0;
}
a.more-link:hover {}

/* Blog Topics List */
#hubspot-topic_data {}

#hubspot-topic_data a.topic-link {}


.post-info {
  color: #999;
  font-family: Catamaran,sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
  line-height: 28px;
}
.post-info > div {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.post-info-date-icon {
  font-size: 16px;
  padding-right: 6px;
  font-weight: 600;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
  color: #7ac142;
}
.post-info-author-icon {
  font-size: 16px;
  padding-right: 6px;
  font-weight: 600;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
  color: #7ac142;
}
.post-info-author-icon:before {
  content: "\e005";
  color: #7ac142;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.post-info-author.post-info-item a {
  color: #999;
}
.post-info-author.post-info-item a:hover {
  color: #7ac142;
}

.post-info-comments-holder.post-info-item {
    padding-left: 3px;
}
.post-info-comments-icon {
  font-size: 16px;
  padding-right: 6px;
  font-weight: 600;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  transition: color .15s ease-out;
  color: #7ac142;
}
.post-info-comments-holder.post-info-item a {
  color: #999;
}
.post-info-comments-holder.post-info-item a:hover {
  color: #7ac142;
}
.post-info-comments-holder.comment-number{
  margin-right: 1px;
}


.categories-list {
    width: 50%;
    float: left;
}
.post-info-category.post-info-item a {
    margin-right: 10px;
    color: #7ac142;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

/* Blog Social Sharing Icons */
.category-share-holder:after, 
.category-share-holder:before {
    display: block;
    content: "";
    clear: both;
}

.hs-blog-post .category-share-holder {
    margin-top: 25px;
}

.category-share-holder {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.share-icons {
  float: right;
  width: 50%;
  text-align: right;
}
.share-icons .share-label {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  font-family: Catamaran,sans-serif;
  margin-right: 8px;
}
.social-share-holder.mkd-list {
  display: inline-block;
  text-align: center;
  font-size: 15px;
}
.social-share-holder.mkd-list ul li {
  display: inline-block;
}
.social-share-holder.mkd-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-share-holder.mkd-list ul li a {
  color: #999;
  padding: 0 7px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.social-share-holder.mkd-list ul li:first-child a {
  padding-left: 0;
}
.social-share-holder.mkd-list ul li a:hover {
  color: #7ac142;
}

.social-share-holder.mkd-list ul li .fa {
    font-size: 15px;
}

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

/* Blog Commments */
.custom_listing_comments {
  padding: 36px 0 10px;
  margin: 0;
  border: 0;
  color: #3e3e3e;
  font-weight: 700;
  line-height: 1em;
  font-size: 20px;
  float: left;
  width: 100%;
}
#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}

#comments-listing.new-comments {
    border: 0;
    margin: 0;
    padding: 0;
}
.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;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}

.comment-reply-to{
	margin-bottom: 15px;
}

.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}

.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}

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

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 55px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
  margin-bottom: 32px;
  color: #3e3e3e;
  line-height: 1em;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}
.blog .blog-sidebar ul{
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.blog .blog-sidebar ul li{
  line-height: 28px;
}
.blog .blog-sidebar ul li a{
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  font-family: Catamaran,sans-serif;
  color: #3e3e3e;
}
.blog .blog-sidebar ul li a:hover{
  color: #3e3e3e;
}

.widget-type-custom_widget.custom-categories {
    margin-bottom: 36px;
}
.blog .blog-sidebar .custom-categories ul {
  margin: 0;
}
.blog .blog-sidebar .custom-categories ul li {
  position: relative;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.blog .blog-sidebar .custom-categories ul li a {
  padding: 4px 0 4px 35px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  font-family: Catamaran,sans-serif;
  color: #3e3e3e;
}

.blog .blog-sidebar .custom-categories ul li a:before {
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #fe4f00;
  content: '';
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 12px;
}
.blog .blog-sidebar .custom-categories ul li a:hover{
    color: #7ac142;
}

.blog .blog-sidebar .custom-google-search .hs-search-field {
    position: relative;
}
.blog .blog-sidebar .custom-google-search .hs-search-field__input{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0 18px;
  height: 51px;
  outline: 0;
  color: #999;
  font-family: inherit;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  margin: -15px 0 0;
  box-shadow: none;
}
.blog .blog-sidebar .custom-google-search .hs-search-field__input:focus, 
.blog .blog-sidebar .custom-google-search .hs-search-field__input:hover {
    box-shadow: none !important;
    outline: none;
}

.blog .blog-sidebar .hs-search-field__bar:after{
  content: "";
  outline: 0;
  font-family: Simple-Line-Icons;
  width: 51px;
  height: 51px;
  color: #999;
  background-color: transparent;
  font-size: 17px;
  position: absolute;
  right: 10px;
  top: -16px;
  text-align: center;
  padding: 1px 6px;
  border: none;
  font-weight: 400;
  line-height: 51px;
  text-shadow: none;
  background: transparent;
}



.single-tags-title-cat {
  margin: 58px 0 28px;
}
.single-tags-title-cat .mkd-single-tags-title {
  margin-right: 5px;
  margin-left: 3px;
  font-size: 20px;
  font-weight: 700;
  color: #3e3e3e;
  display: block;
}
.single-tags-title-cat a.topic-link {
  margin: 0 8px 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: #3e3e3e;
  padding: 3px 19px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px #eee;
  -moz-box-shadow: 1px 1px 3px #eee;
  box-shadow: 1px 1px 3px #eee;
  -webkit-transition: background-color .15s ease-out,color .15s ease-out,border .15s ease-out;
  -moz-transition: background-color .15s ease-out,color .15s ease-out,border .15s ease-out;
  transition: background-color .15s ease-out,color .15s ease-out,border .15s ease-out;
  line-height: 28px;
}
.single-tags-title-cat .topic-link:hover {
    color: #7ac142;
}

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

.hs-author-social-section {
    padding-top: 15px;
}



/* ==========================================================================
Blog Listing Page
========================================================================== */
body.hs-blog-listing {}


/* ==========================================================================
Blog Post Page
========================================================================== */
body.hs-blog-post {}





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


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

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

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

/* Labels and Legends */
.body-container label {}
.body-container .hs-form-field > label {
  display: block;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  color: #414141;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}

.form-title {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 62px;
    letter-spacing: -.02em;
    color: #3e3e3e;
    text-transform: none;
    text-align: left;
    font-size: 52px;
    font-weight: 700;
}

label {}
/* One Line Inputs */
.body-container [type="text"],
.body-container [type="password"], 
.body-container [type="datetime"], 
.body-container [type="datetime-local"], 
.body-container [type="date"], 
.body-container [type="month"], 
.body-container [type="time"], 
.body-container [type="week"], 
.body-container [type="number"], 
.body-container [type="email"], 
.body-container [type="url"], 
.body-container [type="search"], 
.body-container [type="tel"], 
.body-container [type="color"],
.body-container [type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline:none;
}

.body-container [type="text"]:focus,
.body-container [type="password"]:focus, 
.body-container [type="datetime"]:focus, 
.body-container [type="datetime-local"]:focus, 
.body-container [type="date"]:focus, 
.body-container [type="month"]:focus, 
.body-container [type="time"]:focus, 
.body-container [type="week"]:focus, 
.body-container [type="number"]:focus, 
.body-container [type="email"]:focus, 
.body-container [type="url"]:focus, 
.body-container [type="search"]:focus, 
.body-container [type="tel"]:focus, 
.body-container [type="color"]:focus,
.body-container [type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);    
}

.invalid.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

/* 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 {
  color: #888;
  opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #888;
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #888;
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #888;
  opacity:1;
} /* IE10 */

.custom-search-inner input[type=text]::-webkit-input-placeholder {
  color: #fff;
  opacity:1;
 	font-size:35px;
  font-family:Catamaran, sans-serif;
}

.custom-search-inner input[type=text]:-moz-placeholder {
  color: #fff;
 	font-size:35px;
  opacity:0.4;
  letter-spacing: 0.4px;
}
.custom-search-inner input[type=text]::-moz-placeholder {
  color: #fff;
 	font-size:35px;
  opacity:0.4;
  letter-spacing: 0.4px;
}
.custom-search-inner input[type=text]:-ms-input-placeholder {
  color: #fff;
 	font-size:35px;
  opacity:0.4;
  font-family:Catamaran, sans-serif;
}

.blog .blog-sidebar .custom-google-search .hs-search-field__input:-ms-input-placeholder {
  opacity: 0.9;
  color: #999;
}
.blog .blog-sidebar .custom-google-search .hs-search-field__input::-moz-placeholder {
  opacity: 0.9;
  color: #999;
}
.blog .blog-sidebar .custom-google-search .hs-search-field__input:-moz-placeholder {
  opacity: 0.9;
  color: #999;
}
.blog .blog-sidebar .custom-google-search .hs-search-field__input::-webkit-input-placeholder {
  opacity: 0.9;
  color: #999;
}




.custom-sidebar-search .searchform input[type=text]:-moz-placeholder {
  opacity:0.4;
}
.custom-sidebar-search .searchform input[type=text]::-moz-placeholder {
  opacity:0.4;
}



/* =============== 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"] {}
.section.post-footer {
    padding-bottom: 80px;
}

.section.post-footer h3 {
    font-size: 20px;
    margin-bottom: 35px;
    color: #373737;
    line-height: 1em;
    margin-top: 20px;
    font-weight: 700;
}

.section.post-footer [type="text"],
.section.post-footer [type="password"], 
.section.post-footer [type="datetime"], 
.section.post-footer [type="datetime-local"], 
.section.post-footer [type="date"], 
.section.post-footer [type="month"], 
.section.post-footer [type="time"], 
.section.post-footer [type="week"], 
.section.post-footer [type="number"], 
.section.post-footer [type="email"], 
.section.post-footer [type="url"], 
.section.post-footer [type="search"], 
.section.post-footer [type="tel"], 
.section.post-footer [type="color"],
.section.post-footer [type="file"],
.section.post-footer textarea,
.section.post-footer select {
  width: 100%;
  padding: 10px 18px;
  font-size: 16px;
  color: #999;
  resize: none;
  background-color: #fff;
  font-family: Catamaran,sans-serif;
  outline: 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
      box-shadow: none;
  box-sizing: border-box;
  line-height:27px;
  margin-bottom: 11px;
  -webkit-transition: border-color .2s ease-out;
  -moz-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
}
.section.post-footer textarea {
    margin-top: 16px;
    min-height: 280px;
}

.section.post-footer [type="text"]:focus,
.section.post-footer [type="password"]:focus, 
.section.post-footer [type="datetime"]:focus, 
.section.post-footer [type="datetime-local"]:focus, 
.section.post-footer [type="date"]:focus, 
.section.post-footer [type="month"]:focus, 
.section.post-footer [type="time"]:focus, 
.section.post-footer [type="week"]:focus, 
.section.post-footer [type="number"]:focus, 
.section.post-footer [type="email"]:focus, 
.section.post-footer [type="url"]:focus, 
.section.post-footer [type="search"]:focus, 
.section.post-footer [type="tel"]:focus, 
.section.post-footer [type="color"]:focus,
.section.post-footer [type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ddd;
}

.hs-blog-post .body-container .actions {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

.section.post-footer .hs-button.primary, 
.section.post-footer input[type="submit"], 
.section.post-footer input[type="button"] {
  background: -webkit-linear-gradient(left top,#7ac142 25%, #95b23c 50%,#7ac142 100%);
  background: -o-linear-gradient(left top,#7ac142 25%, #95b23c 50%,#7ac142 100%);
  background: -moz-linear-gradient(left top,#7ac142 25%, #95b23c 50%,#7ac142 100%);
  background: linear-gradient(to right bottom,#7ac142 25%, #95b23c 50%,#7ac142 100%);
  background-size: 200% 200%;
  color: #fff;
  padding: 14px 28px;
  border: none;
  min-width: 145px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 700;
  font-family: Montserrat,sans-serif;
  font-size: 13px;
  line-height: 1.7em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
  cursor: pointer;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out,background-position .3s ease,opacity .2s ease-out;
  -moz-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out,background-position .3s ease,opacity .2s ease-out;
  transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out,background-position .3s ease,opacity .2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
      margin: 0;
  line-height: 22px;
}

.section.post-footer .hs-button.primary:hover, 
.section.post-footer input[type="submit"]:hover, 
.section.post-footer input[type="button"]:hover {
  color: #fff!important;
  border-color: transparent!important;
  background-position: 100% center;
  box-shadow: none;
  border: 0;
}

.section.post-footer .hs-button.primary:focus, 
.section.post-footer input[type="submit"]:focus, 
.section.post-footer input[type="button"]:focus {
  color: #fff!important;
  border-color: transparent!important;
  background-position: 100% center;
  box-shadow: none;
  border: 0;
}

#respond input[type=text]:focus, #respond textarea:focus, .post-password-form input[type=password]:focus {
    border: 1px solid #ddd;
}

/* =============== 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 .actions{
  background: transparent;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  width:auto;
  display:inline-block;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  margin: 0;
  outline: 0;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  text-decoration: none;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;  
  text-decoration:none;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;  
  text-decoration:none;  
}


/* =============== 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                                      
========================================================================== */
.hs_cos_wrapper_type_password_prompt input.hs-button.primary.large {
    margin-top: 35px;
}

.search-page .hs_cos_wrapper_type_module .hs-search-field {
    width: 50%;
}
.breadcrumbs-wrp .title {
    text-transform: uppercase;
    font-size: 14px;
}

.one-column .custom-footer-form input[type="email"] {
    max-width: 500px;
    width: 100% !important;
}

.author-page.banner .breadcrumbs-inner #hs_cos_wrapper_name,
.topic-page.banner .breadcrumbs-inner #hs_cos_wrapper_name{
    display: none !important;
}

.hs-blog-listing .custom-breadcrumb-group {
    display: none !important;
}
.hs-blog-listing.author-page.banner .custom-breadcrumb-group,
.hs-blog-listing.topic-page.banner .custom-breadcrumb-group{
    display: block !important;
}


h2.post-listing-simple {
    margin-top: 0;
    padding-top: 43px;
    margin-bottom: 14px;
    color: #3e3e3e;
    line-height: 1em;
    font-size: 37px;
    font-weight: 700;
}
h2.post-listing-simple a {
    color: #3e3e3e;
}
h2.post-listing-simple a:hover {
    color: #7ac142;
}

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


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


.body-container ul li {}
.hs-blog-social-share ul li {
	background: none;
	padding-left: 0;
}
form ul li{
	background: none !important;
	padding-left: 0 !important;
}
.one-column input[type="text"],
.one-column input[type="password"], 
.one-column input[type="datetime"], 
.one-column input[type="datetime-local"], 
.one-column input[type="date"], 
.one-column input[type="month"], 
.one-column input[type="time"], 
.one-column input[type="week"], 
.one-column input[type="number"], 
.one-column input[type="email"], 
.one-column input[type="url"], 
.one-column input[type="search"], 
.one-column input[type="tel"], 
.one-column input[type="color"],
.one-column input[type="file"],
.one-column textarea,
.one-column select {
	width: 50% !important;
}
.widget-type-google_search input[type="text"] {
	display:block;
	margin:15px 0;
}
#hs-pwd-widget-password {
	display: block;
}

.hs-error-msgs.inputs-list{
	margin:10px 0;
	padding:0;
	list-style:none;
}

.hs-error-msgs.inputs-list label {
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  color:red;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}

.submitted-message {
    color: #000;
}

.subscribe-options label span {
    color: #444;
}
.subscribe-options label {
    margin-left: 0;
}

#hs-pwd-widget-password {
    margin-top: 0 !important;
}

.section.post-footer input.hs-button.primary {
    margin-top: 20px;
}




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

@media (min-width: 1400px) {
  .container-fluid .row-fluid .page-center{
    max-width: 1300px;
  }
}

@media (max-width: 1400px) {
  .container-fluid .row-fluid .page-center{
    max-width: 1100px;
  }
  
  /* Header Menu */
  .custom-toggle-right-sidebar-group {
    padding:5% 40px 30px;
  }
  
  /* Footer Style */
  .custom-social-icon-group .hs_cos_wrapper_type_module,
  .custom-recent-blog .hs_cos_wrapper_type_rss_listing{
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center{
    max-width: 950px;
  }
  
  /* Header Style */
  .custom-logo {
    width: 21% !important;
  }
  .custom-menu-primary.js-enabled {
    width: 66% !important;
  }
  .custom-menu-primary {
    padding-left: 0;
  }
  .custom-header-search-group {
    width: 10.8% !important;
    margin-left:0 !important;
  }

  /* Footer Style */
  .custom-footer-form {
    padding-right: 27px;
  }
  .custom-recent-blog {
    padding-left: 3px;
  }
  .custom-social-icon-group {
    padding-left: 7px;
  }


  .custom-footer-logo,
  .custom-footer-copyright{
    width: 100% !important;
    text-align: center;
    margin-left:0 !important;
  }
  .custom-footer-copyright {
    padding-top: 43px;
  }
  
}
@media (max-width: 1160px) {
 .custom-header-search-group {
    width: 10% !important;
  }
}

@media (max-width: 1100px) {
	.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 6px;
  }
}


@media (max-width: 1024px) {
  .container-fluid .row-fluid .page-center,
  .custom-menu-primary .hs-menu-wrapper > ul{
    max-width: 768px;
  }
  
  /* Footer Style */
  .custom-footer-top {
    padding-bottom:20px;
  }
  .custom-footer-form, .custom-recent-blog, .custom-social-icon-group {
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  .custom-footer-form {
    margin-bottom: 22px;
    padding-right: 0;
  }
  .custom-footer-form input[type="email"] {
    max-width: 510px;
    width: 90%;
  }
  .custom-recent-blog {
    padding-left: 0;
  }

  .custom-social-icon-group {
    padding-left: 0;
  }
  .social-icon a img {
    margin-right: 6.5px;
  }
  
  /* Header Style */
  .custom-header-group {
    background: #fff;
    position: static !important;
  }
  
  .scroll-header .animate .custom-header-group {
    position: fixed !important;
    width: 100%;
    top: 0;
  }
  .scroll-header .custom-header-group {
    top: -100px;
    transition: top 0.2s ease;
  }
  
  .span12.widget-span.widget-type-cell.custom-header-group .page-center {
    position: relative;
  }
  .custom-logo {
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    text-align: center;
  }
  .custom-logo .mkd-normal-logo {
    display: block !important;
    opacity: 1;
    margin: 0 auto;
  }
  .custom-logo .mkd-light-logo {
    display: none !important;
  }

  .custom-header-search-group {
    display: none !important;
  }
  .custom-menu-primary.js-enabled {
    width: 100% !important;
    min-height: 0;
  }
  
  /* 	Menu Style */
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    border-bottom: 1px solid #eaeaea;
    font-weight: 400;
    font-size: 14px;
    color: #8d8d8d;
    padding: 9px 0;
    margin: 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 18px;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-family: Catamaran, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child a {
    border-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #7ac142;
  }
  .custom-menu-primary.desktop{
  	display:none !important;
  }
  
  /*Blog Style */
  .blog-content, .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .blog-content, .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .hs-blog-listing .custom-banner-area {
    height: 625px;
  }
  .blog-pagination {
    clear: both;
    margin-bottom: 37px;
    text-align: center;
  }
  .blog .blog-sidebar .widget-span {
    margin: 0 0 55px;
    float: left;
    width: 100%;
  }
  .without-banner .custom-logo {
    padding-top: 26px;
    padding-bottom: 25px;
  }
  .without-banner .custom-header-group {
    border-bottom: 0;
  }
  .without-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #8d8d8d;
  }
  .without-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #7ac142;
  }
  .hs-blog-listing .custom-banner-area {
    height: 61.5vw;
  }
  .custom-banner-area-inner{
  	padding-top:0;
  }
  .without-banner .custom-menu-primary.mobile.js-enabled {
    position: absolute;
    top: auto;
    z-index: 9999;
  }
  .custom-banner-area {
    height:64.5vw;
  }
  .blog .blog-sidebar .custom-follow-us-group {
    margin-bottom: 0 !important;
  }
  .blog .blog-sidebar .custom-google-search .hs-search-field__input {
    margin: 0;
  }
  .blog .blog-sidebar .hs-search-field__bar:after {
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 810px){
  .blog .body-container{
    padding-left:15px;
    padding-right:15px;
  }
  .mobile-trigger {
    left: 10px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
	.body-container-wrapper .main-content,
	.body-container-wrapper .sidebar,
	.blog-content,
	.blog-sidebar{
		margin-bottom:20px;
	}
	.one-column input[type="text"],
	.one-column input[type="password"], 
	.one-column input[type="datetime"], 
	.one-column input[type="datetime-local"], 
	.one-column input[type="date"], 
	.one-column input[type="month"], 
	.one-column input[type="time"], 
	.one-column input[type="week"], 
	.one-column input[type="number"], 
	.one-column input[type="email"], 
	.one-column input[type="url"], 
	.one-column input[type="search"], 
	.one-column input[type="tel"], 
	.one-column input[type="color"],
	.one-column input[type="file"],
	.one-column textarea,
	.one-column select {
	   width: 100% !important;
	}
	#email-prefs-form .email-edit {
	   max-width: 100% !important;
	} 
  .hs_cos_wrapper_type_module .hs-search-field {
    width: 100%;
  }
  
  .container-fluid .row-fluid .page-center,
  .custom-menu-primary .hs-menu-wrapper > ul{
    max-width: 600px;
  }
  /* Footer Style */
  .custom-footer-top {
    padding-top: 70px;
    padding-bottom:50px;
  }
  .custom-footer-form {
    margin-bottom: 55px;
  }
  .custom-recent-blog .hs_cos_wrapper_type_rss_listing {
    margin-left:0;
  }
  .custom-social-icon-group .hs_cos_wrapper_type_module {
    margin-left:0;
  }
  .social-share-holder.mkd-list ul li a {
    padding: 0 6px;
  }
  .custom-banner-area h2 {
    display: none;
  }
  .custom-banner-area{
  	height:64.5vw;
  }
}  

@media (max-width: 600px) {
	.container-fluid .row-fluid .page-center,
  .custom-menu-primary .hs-menu-wrapper > ul{
    max-width: 420px;
  }
  
  /* Footer Style */
  .custom-footer-form input[type="email"] {
    width: 92.5%;
  }
  
  /* Blog Style */
  .categories-list {
    width: 100%;
  }
  .share-icons {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .post-info-category.post-info-item .topic-inner {
    display: block;
    line-height: 28px;
  }
  
  .custom-post-pagination .icon-stack{
    display:none !important;
  }
  .custom-post-pagination a {
    width: 100%;
  }
  .custom-post-pagination .previous-posts-link {
    margin-bottom: 20px;
  }
  .previous-posts-link .single-prev-label {
    padding-left: 0;
    width: 100%;
    text-align: center !important;
  }
  .custom-post-pagination .single-next-label {
    text-align: center;
  }
  .next-posts-link .single-next-label {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .custom-banner-area-content .page-center {
    font-size: 72px;
  }

  .custom-banner-area h1 {
    font-size: .7em;
    line-height: 72px;
  }
}

@media (min-width: 600px) and (max-width: 626px){
  .blog .body-container{
    padding-left:15px;
    padding-right:15px;
  }
  .mobile-trigger{
  	left:15px;
  }
}



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

@media (max-width: 480px) {
  h1 {
    font-size: 50px;
  }
  .container-fluid .row-fluid .page-center,
  .custom-menu-primary .hs-menu-wrapper > ul{
    max-width: 300px;
  }
  
	div#captcha_wrapper,
	.hs_recaptcha.hs-recaptcha.field.hs-form-field{
		overflow-y: hidden;
		overflow-x: auto;
    padding: 10px 0;
	}
  .breadcrumbs-inner a {
    font-size: 12px;
  }
  .breadcrumbs-wrp .title {
    font-size: 12px;
  }
  
  .breadcrumbs-inner {
    margin: 0;
  }
}

@media (max-width: 320px) {
    
	.container-fluid .row-fluid .page-center,
  .custom-menu-primary .hs-menu-wrapper > ul{
    max-width:95%;
  }

  .body-container .page-center,
  .custom-footer-top{
    padding-left: 0;
    padding-right: 0;
  }
  .post-item-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding: 0;
  }
  
  .custom-footer-bottom,
  .custom-footer-top,
  .body-container .page-center,
  .custom-footer-bottom{
  	padding-left:0;
    padding-right:0;
  }

}