/* ==========================================================================
   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('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Lato:400,700,900');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #000000;
    line-height: 2;
    font-size: 14px;
}

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

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


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

/* Basic text */
p {
    margin: 0 0 15px;
}
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 {
    color: #000000;
    margin: 0 0 10px;
    line-height: 1.1;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}

/* Anchor Links */
a {
    color: #f8c014;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
a:hover, a:focus {
    color: #d3a106;
}

/* Lists */
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
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 {}

img {
    vertical-align: middle;
}

.custom-header-wrapper {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 11;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    width: 100% !important;
}

.custom-top-header-wrapper {
    padding: 10px 0;
    line-height: 13px;
    font-size: 13px;
    background-color: #f8c014;
    color: #000000;
}

.custom-header-wrapper ul {
    list-style: none;
 }

.custom-contact-info {
    width: 58.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

ul.sp-contact-info {
    margin: 0;
    padding: 0;
    float: right;
}

ul.sp-contact-info li {
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 12px;
}

ul.sp-contact-info li.sp-contact-phone {
    padding-right: 10px;
    line-height: 12px;
    border-right: 1px solid;
}

ul.sp-contact-info li.sp-contact-phone {
    line-height: 14px;
}

ul.sp-contact-info li.sp-contact-phone {
    border-color: #d0d0d0;
}

ul.sp-contact-info li.sp-myaccount {
    padding: 7px 10px;
    border-radius: 2px;
    font-size: 11px;
    text-transform: capitalize;
    margin: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

ul.sp-contact-info i {
    color: #000000;
    margin-right: 10px;
}

.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-lock:before {
    content: "\f023";
}

ul.sp-contact-info a {
    color: #000000;
}

.custom-lang {
    width: 41.66666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

ul.lang-inline {
    margin: 0;
    padding: 0;
    margin-top: -2px;
}

ul.lang-inline li {
    border: none;
    display: inline-block;
    margin: 0 5px 0 0;
}

ul.lang-inline li a {
    color: #000000;
    text-decoration: none;
}

ul.sp-contact-info i.fa.fa-lock {
    margin-right: 8px;
}

ul.sp-contact-info li.sp-contact-email {
    margin-right: 7px;
}

.custom-bottom-header-wrapper {
    background-color: #000000;
    color: #ffffff;
}

.custom-bottom-header-wrapper .page-center {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-bottom-header-wrapper .page-center > div {
    position: relative;
}

.custom-logo {
    padding: 19px 0;
}

.custom-logo img {
    width: 200px;
}

.custom-logo img:last-child {
    display: none;
}

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



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

.body-container-wrapper {}
.body-container {
    background-color: #f9fafb;
}

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

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


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

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

.custom-js {
    min-height: 0 !important;
}

.custom-bottom-footer-wrapper {
    background-color: #f8c014;
    color: #ffffff;
    padding: 30px 0 20px;
    font-size: 12px;
}

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

.custom-copyright p {
    margin-bottom: 0;
}

ul.social-icons {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

ul.social-icons li {
    display: inline-block;
    margin: 0 9px 0 1px;
    float: left;
}

ul.social-icons i {
    font-size: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    color: #ffffff;
    background-color: #000000;
}

ul.social-icons i:hover {
    background-color: #f8c014;
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-linkedin:before {
    content: "\f0e1";
}
ul.social-icons i:before {
    right: 1px;
    position: relative;
}

.custom-top-footer-wrapper {
    font-size: 13px;
    background-image: url(//cdn2.hubspot.net/hubfs/3930448/Kiverco-Jan2018/Images/map.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30%;
    padding: 70px 0 50px;
    background-color: #000000;
    color: rgba(255,255,255,0.7);
}

.custom-top-footer-wrapper h3 {
    color: #ffffff;
    border-color: #f8c014;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.custom-top-footer-wrapper ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 3px 0;
}
.custom-footer-contact p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.15);
}

.custom-footer-contact p:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.custom-footer-contact p i {
    font-size: 16px;
    margin: 0 20px 0 0;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #f8c014;
}

.fa-map-marker:before {
    content: "\f041";
}

.custom-footer-contact p span {
    overflow: hidden;
}

.fa-phone:before {
    content: "\f095";
}

.fa-envelope-o:before {
    content: "\f003";
}

.custom-footer-contact p a {
    color: #ffffff;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-left: -60px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    padding: 0;
    line-height: 95px;
    font-size: 12px;
    margin-right: 30px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.9px;
    color: #ffffff;
}


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        margin-right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
        color: #f8c014;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a::before {
        top: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        transition: width 0.5s ease 0s;
        width: 100%;
        background-color: #f8c014;
    }
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
        -webkit-animation: spMenuFadeIn 400ms;
        animation: spMenuFadeIn 400ms;
        background-color: #000000;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
        width: 50%;
        float: left;
        padding: 20px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
        border-right: 1px solid;
        border-color: rgba(255,255,255,0.1);
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
        display: block;
        font-size: 13px;
        font-family: inherit; 
        font-weight: 700;
        text-transform: uppercase;
        padding: 15px 40px 15px;
        color: #fff;
    }
    
    .custom-header-wrapper ul ul ul {
        display: block !important;
        visibility: visible !important;
        position: static !important;
        opacity: 1 !important;
    }
    .custom-header-wrapper ul ul ul li a {
        padding: 5px 40px;
        color: rgba(255,255,255,0.6);
        display: block;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 13px;
        font-family: inherit;
    }
    .custom-header-wrapper ul ul ul li a:hover {
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li ul {
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover ul {
        display: block !important;
    }
     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }
}



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

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

@media (max-width: 767px) {

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

 
/* Variables
   ========================================================================== */

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */
 

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

.mobile-icon {
    display: none;
    cursor: pointer;
    width: 39.5px;
    height: 95px;
    position: absolute;
    top: 0px;
    right: 5px;
    line-height: 95px;
}
.mobile-icon i {
    display: inline-block;
    font-size: 17px;
    background: transparent;
    margin: 0 0 0 30px;
    cursor: pointer;
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    color: #ffffff;
}

.mobile-icon i:hover {
    color: #f8c014;
}

.fa-bars:before {
    content: "\f0c9";
}
 

 

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

.close-icon {
    display: none !important;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    border: 2px solid #eee;
    border-radius: 100%;
    width: 22px !important;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.custom-menu-primary .close-icon {
    color: #f8c014;
}
.custom-menu-primary .close-icon:hover {
    background: #000;
    color: #fff;
}
.close-icon .fa-remove:before {
    content: "\f00d";
}

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 1px;
    right: 0px;
    width: 41px !important;
    min-width: 41px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
    text-align: center;
    color: #000000;
    border-left: 1px solid;
    border-color: rgba(221,221,221,0.9);
  }
  .child-trigger i {
    line-height: 40px;
    position: relative;
    right: 1px;
 }
  
  .child-trigger i:before {
    content: "\f107";
 }
 
 .custom-menu-primary .hs-menu-wrapper > ul li .child-trigger {
    width: 40px !important;
    min-width: 40px !important;
 }
 .custom-menu-primary .hs-menu-wrapper > ul li .child-trigger i {
    right: 0px;
}
 
 .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative !important;
}



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

 


     html {
          height: 100%;
     }
     body {
         overflow-x:hidden;
     }

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

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

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

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
        position: fixed;
        width: 280px !important;
        z-index: 1000;
        background: #fff;
        right: -292px;
        top: 0;
        color: #999;
        box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
        -webkit-transition: -webkit-right 0.4s 0s, box-shadow 0s 0s;
        -moz-transition: -moz-right 0.4s 0s, box-shadow 0s 0s;
        transition: right 0.4s 0s, box-shadow 0s 0s;
        height: 100vh !important;
        overflow: hidden;
        overflow-y: auto;
    }
     
     
     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .custom-menu-primary{
        right:0;
     }

     .custom-menu-primary .hs-menu-wrapper > ul ul {
        display: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > ul,
    .custom-menu-primary .hs-menu-wrapper > ul ul li.child-open > ul{
        display: block !important;
    }
    div#site-wrapper:before {
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        background: rgba(0,0,0,0.8);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
        z-index: 9;
        right: 0;
    }
    .show-mobile-nav div#site-wrapper:before {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    

}


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


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

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

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

.hs-blog-post .body-container .page-center {
    padding: 60px 15px;
}

.hs-blog-post .hs-blog-header {
    display: none;
}

.hs-blog-post .hs-featured-image-wrapper {
    margin-bottom: 40px;
}

/* Related Post */

.custom-related-posts {
    margin-top: 30px;
    margin-bottom: 50px;
}

.related-post-wrap h3 {
    margin-bottom: 30px;
}

.related-post-wrap > div {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
}

.related-post-item {
    width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

h2.related-title {
    margin: 10px 0 0;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
}

h2.related-title a {
    color: #000000;
}

h2.related-title a:hover {
    color: #d3a106;
}



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

.hs-blog-listing .body-container .page-center {
    padding: 60px 15px;
}

.hs-blog-listing .custom-related-posts,
.hs-blog-listing .custom-post-pagination-wrap {
    display: none;
}

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


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

.hs-blog-listing  .blog-content > div {
    margin: 0 -15px;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(even) {
    clear: left;
}

/* First Child */

.blog-listing-wrapper .post-listing .post-item:first-child {
    margin-bottom: 50px;
    width: 100%;
    float: none;
}

.blog-listing-wrapper .post-listing .post-item:first-child > div {
    background-color: transparent;
    padding: 0;
}

.blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper {
    margin-bottom: 40px;
}

.blog-listing-wrapper .post-listing .post-item:first-child .post-header h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.1;   
}

/* 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 {
    padding: 0 15px;
}
.hs-blog-title {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 24px;
    padding: 8px;
}
.hs-blog-header h1 {
    font-size: 30px;
}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.post-header h2 a {
    color: #000000;
}
.post-header h2 a:hover {
    color: #d3a106;
}
.section.post-header h1 {
    margin-bottom: 30px;
}

/* Blog Author and Avatar */
div#hubspot-author_data {
    margin: 0 0 15px;
    display: inline-block;
    border: 0;
    line-height: 12px;
}
div#hubspot-author_data span {
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 0 5px 0 0;
    text-transform: capitalize;
    border: 0;
    display: inline-block;
}
span.custom-date:after {
    content: "/";
    display: inline-block;
    margin-left: 5px;
}
ul#hubspot-author_data {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin: 20px 0;
    border-color: #dddddd;
}
ul#hubspot-author_data li {
    float: left;
    display: inline-block;
    border-right: 1px solid;
    padding: 10px;
    border-color: #dddddd;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 50px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.blog-listing-wrapper .post-listing .post-item .inner-post-item {
    background-color: #ffffff;
    padding: 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-listing-wrapper .post-listing .post-item .post-body hr {
    display: none;
}
.blog-post-wrapper .post-body {}

.blog-post-wrapper .post-body hr {
    display: none;
}


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

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

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

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

/* Blog Commments */

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

#comments-listing.no-comments {
  border: none;
}

.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    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;
}

#recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
}

.post-social-sharing {
    padding: 20px;
    margin-top: 20px;
    background-color: #ffffff;
}

.post-social-sharing h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

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

.post-social-sharing ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}

.post-social-sharing ul li {
    float: left;
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
}
.post-social-sharing ul li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #333;
    margin-right: 5px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    background-color: #f8c014;
}



/* Pagination */
.blog-pagination-wrapper {
    padding: 0 15px;
}
.blog-pagination {
    display: block;
    clear: both;
    padding: 10px 15px;
    margin-bottom: 24px;
    background-color: #fff;
}
.blog-pagination a {
    display: inline-block;
    padding-right: 7px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

.custom-post-pagination {
    margin: 30px 0;
}

.custom-post-pagination:after {
    content: "";
    display: table;
    width: 100%;
}

.custom-post-pagination > div {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-right {
    text-align: right;
}

.custom-post-pagination i {
    font-size: 50px;
    line-height: 50px;
}

.fa-angle-left:before {
    content: "\f104";
}

.custom-post-pagination span {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 15px;
    min-height: 50px;
    vertical-align: middle;
}

.fa-angle-right:before {
    content: "\f105";
}

/* 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 {
    background-color: #fefefe;
    border-color: #dddddd;
    padding: 30px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.custom-sidebar-form-wrap {
    position: relative;
}

.widget-span.custom-form-top-image {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 120px;
    height: 120px;
    z-index: 9;
}

.custom-latest-news {
    margin-top: 50px;
}

.blog .blog-sidebar .widget-span.widget-type-form.custom-sidebar-form {
    background: #444444;    
    margin: 0;
    position: relative;
    border-radius: 5px;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    opacity: 1;
    box-shadow: none;
    border: 0;
    padding: 0;
}

.custom-sidebar-form h3.form-title {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    line-height: 1em;
    margin-top: 65px;
    margin-bottom: 30px;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    text-transform: none;
    text-shadow: none;
}

.blog .blog-sidebar .hs-form {
    margin-bottom: 40px;
    padding: 0 30px;
    text-align: center;
}

.blog .blog-sidebar .hs-form label {
    display: none;
}

.blog .blog-sidebar .hs-form input[type="email"] {
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    display: inline;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 6px 12px;
    overflow: hidden;
    outline: none;
    margin-bottom: 10px;
    color: #484848;
    font-family: Lato;
    font-style: normal;
    background-color: #ffffff;
    border-color: #dddddd;
    box-shadow: none;
}

.blog .blog-sidebar .hs-form input[type="email"]:hover {
    border: 0;
    box-shadow: none;
}

.blog .blog-sidebar .hs-form .hs-button.primary.large {
    border: none;
    border-radius: 5px;
    margin: 0;
    color: #000000;
    background: rgba(250,189,41,1);
    border-color: #fabd29;
    font-family: Lato;
    width: 100%;
    font-size: 18px;
    font-weight: bold!important;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    padding: 15.5px 6px;
    box-shadow: none;
    outline: none;
    text-shadow: none;
}

.blog .blog-sidebar .hs-form .hs-button.primary.large:hover {
    box-shadow: none;
}

.blog .blog-sidebar .hs-form ul.hs-error-msgs.inputs-list label {
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    color: #ff0000;
    margin: 0 0 10px;
    text-align: center;
    line-height: 18px;
    text-shadow: none;
    display: block;
}

.blog .blog-sidebar .hs-form .hs-input.invalid.error {
    background: #fff;
}

.custom-latest-news h3 {
    text-transform: capitalize;
    margin: 0 0 20px;
    font-size: 16.5px;
}

.custom-latest-news .hs-rss-item img {
    margin-bottom: 20px;
}

.custom-latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width:  100%;
    float:  none;
    padding: 0;
}

.custom-latest-news .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width:  100%;
    display: block;
}

.custom-latest-news .hs-rss-description p a {
    display: table;
    margin-top: 15px;
}
.custom-latest-news .hs-rss-byline {
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 0 0px 10px 0;
    text-transform: capitalize;
    border: 0;
    opacity:  1;
}

.custom-latest-news a.hs-rss-title {
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.custom-latest-news a.hs-rss-title:hover {
    color: #d3a106;
}

.custom-latest-news .hs-rss-item {
    margin-bottom: 0;
}

.custom-latest-news .hs-rss-description p {
    margin: 0;
}



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

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

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

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

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

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


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


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

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

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

/* Form Background */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form {
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 0;
    border: 1px solid #dedede;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    -moz-box-shadow: 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px 0px #ffffff;
    color: #111111;
    font-size: 13px;
    padding: 15px;
    display: block;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search:hover,
.widget-type-blog_subscribe:hover,
.widget-span.widget-type-form:hover,
.landing-page.one-column .body-container .widget-type-form:hover,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search:hover,
.password-template .body-container form:hover,
.subscription-template .body-container .widget-type-email_simple_subscription form:hover,
div#comment-form:hover {
    -moz-box-shadow: 0px 0px 7px 0px #bababa;
    -webkit-box-shadow: 0px 0px 7px 0px #bababa;
    box-shadow: 0px 0px 7px 0px #bababa;
}

h3.form-title {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-shadow: 2px 1px 2px #ffffff;
    font-family: inherit;
    line-height: 1.2;
}

/* Labels and Legends */
label {
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    text-shadow: 2px 1px 1px #ffffff;
    margin: 0px 0px 1px 3px;
    font-family: inherit;
    display: block;
}
.hs-form-field > label {}

span.hs-form-required {
    color: #ff0000;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-shadow: 0px 0px 0px #ffffff;
    margin-left: 4px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    position: relative;
    display: block;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    text-align: left;
    font-family: inherit;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding: 5px 8px;
    margin: 0 0 10px;
    outline: none;
    line-height: 17px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    -moz-box-shadow: 0px 0px 10px 0px #f5f5f5;
    -webkit-box-shadow: 0px 0px 10px 0px #f5f5f5;
    box-shadow: 0px 0px 10px 0px #f5f5f5;
    -webkit-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
    -moz-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
    -o-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
    transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    -moz-box-shadow: 0px 0px 10px 2px #d4d4d4;
    -webkit-box-shadow: 0px 0px 10px 2px #d4d4d4;
    box-shadow: 0px 0px 10px 2px #d4d4d4;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background: -moz-linear-gradient(top, #ffffff, #ffffff);
    background: -ms-linear-gradient(top, #ffffff, #ffffff);
    background: -o-linear-gradient(top, #ffffff, #ffffff);
    -moz-box-shadow: 0px 0px 10px 2px #d4d4d4;
    -webkit-box-shadow: 0px 0px 10px 2px #d4d4d4;
    box-shadow: 0px 0px 10px 2px #d4d4d4;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    width: auto;
    display: inline-block;
    line-height: 17px;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0));
    background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
    background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
    background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
    background: -o-linear-gradient(top, #ffffff, #e0e0e0);
    padding: 12px 26px;
    -moz-box-shadow: 0px 0px 0px 0px #525252;
    -webkit-box-shadow: 0px 0px 0px 0px #525252;
    box-shadow: 0px 0px 0px 0px #525252;
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    font-size: 14px;
    color: #666666;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0 0;
    text-shadow: 0px 0px 3px #ffffff;
    font-family: inherit;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0));
    background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
    background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
    background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
    background: -o-linear-gradient(top, #ffffff, #e0e0e0);
    color: #6b6b6b;
    text-shadow: 0px 0px 3px #ffffff;
    -moz-box-shadow: 0px 0px 6px 0px #999999;
    -webkit-box-shadow: 0px 0px 6px 0px #999999;
    box-shadow: 0px 0px 6px 0px #999999;
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfcf;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0));
    background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
    background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
    background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
    background: -o-linear-gradient(top, #ffffff, #e0e0e0);
    color: #6b6b6b;
    text-shadow: 0px 0px 3px #ffffff;
    -moz-box-shadow: 0px 0px 6px 0px #999999;
    -webkit-box-shadow: 0px 0px 6px 0px #999999;
    box-shadow: 0px 0px 6px 0px #999999;
    border-style: solid;
    border-width: 1px;
    border-color: #cfcfcf;
}

.hs-input.invalid.error {
    background-color: #ffdbdd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdd', endColorstr='#ffdbdd');
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffdbdd), to(#ffdbdd));
    background: -webkit-linear-gradient(top, #ffdbdd, #ffdbdd);
    background: -moz-linear-gradient(top, #ffdbdd, #ffdbdd);
    background: -ms-linear-gradient(top, #ffdbdd, #ffdbdd);
    background: -o-linear-gradient(top, #ffdbdd, #ffdbdd);
    -moz-box-shadow: inset 0px 0px 19px 0px #ebaaaa;
    -webkit-box-shadow: inset 0px 0px 19px 0px #ebaaaa;
    box-shadow: inset 0px 0px 19px 0px #ebaaaa;
    border-color: #ff9999;
}


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

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


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

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


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

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


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

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


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


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

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form {
    width: 50%;
}

.hs-error-msgs.inputs-list{
    margin: 0;
}

ul.hs-error-msgs.inputs-list label {
    color: #c70808;
    text-shadow: 2px 1px 1px #ffffff;
    margin-left: 0;
}
.subscribe-options label span {
    color: #444;
}

ul.hs-error-msgs.inputs-list {
    list-style: none;
}

ul.hs-error-msgs.inputs-list {
    padding: 0;
}

.checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
}

#back-to-top {
    text-decoration: underline;
    color: #f8c014;
    float: right;
}

#back-to-top i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    background-color: #f8c014;
    color: #fff;
    border-radius: 50%;
}

.fa-arrow-up::before {
    content: "";
}

.custom-menu-primary ul li.active > a{
    color: #f8c014;
}
.custom-menu-primary ul li.active>a::before {
    top: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.5s ease 0s;
    width: 100%;
    background-color: #f8c014;
}

.custom-header-fixed.lp-header {
    min-height: 95px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    @media screen and (-webkit-min-device-pixel-ratio:0){ 
        .custom-logo img:first-child {
            display: none;
        }
        .custom-logo img:last-child {
            display: block;
        }
        .custom-logo {
            padding: 12px 0;
        }
    }
    /* Mac Placeholder Text */
    ::-webkit-input-placeholder {
        opacity: 0.6;
    } /* Webkit Browsers */
    :-moz-placeholder {
        opacity: 0.5;
    } /* Firefox 18- */
    ::-moz-placeholder {
        opacity: 0.5;
    } /* Firefox 19+ */
    :-ms-input-placeholder {
        opacity: 0.5;
    } /* IE10 */
}



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


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

@media (max-width: 1199px) {
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
    ul.social-icons li {
        margin: 0 10px 0 0px;
    }
    ul.social-icons i:before {
        right: 0;
    }
    .custom-kiverco-wrap {
        padding-left: 0.3%;
    }
    .custom-footer-contact {
        padding-left: 0.5%;
    }
    .hs-blog-post .body-container {
        margin-top: 0 !important;
    }
}

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


@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .widget-span.custom-plant-solutions-wrap,
    .widget-span.custom-kiverco-wrap,
    .widget-span.custom-footer-contact{
        width: 50%;
        padding: 0 15px;
        margin: 0;
    }
    .custom-bottom-footer-wrapper .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-top-footer-wrapper .page-center {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-left: -9px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 11px;
        margin-right: 7px;
    }
    .body-container {
        margin-top: 0;
    }
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
        float: none;
    }
    .related-post-item {
        width: 100%;
        float: none;
    }
    .custom-header-fixed.lp-header {
        min-height: 85px !important;
    }
    .blog .blog-sidebar {
        padding: 30px 10px;
    }
    .blog-listing-wrapper .post-listing .post-item:first-child > div {
        padding: 0 20px;
    }
    .hs-blog-title {
        padding: 8px 20px;
    }
}


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

@media (max-width: 767px) {
    .landing-page.one-column .body-container .widget-type-form,
    .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
    .password-template .body-container form,
    .subscription-template .body-container .widget-type-email_simple_subscription form,
    div#comment-form {
        width: 100%;
    } 
    .hs-author-profile .hs-author-avatar {
       float: none;
       margin-bottom: 10px;
    }
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
    }
    .widget-span.custom-plant-solutions-wrap,
    .widget-span.custom-kiverco-wrap,
    .widget-span.custom-footer-contact{
        width: 100%;
    }
    .custom-contact-info {
        width: 70%;
        float: right;
    }
    .custom-lang {
        width: 30%;
        float: left;
    }
    ul.lang-inline {
        margin-top: -1px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-left: 0;
        float: none;
        padding: 40px 20px 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        border: 1px solid;
        display: block;
        margin: 0 0 -1px 0;
        padding: 0 0 0 20px;
        line-height: 40px;
        border-color: rgba(221,221,221,0.9);
        color: #000000;
        font-size: 14px;
        margin-right: 0;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 400;
    }
    ul.sp-contact-info {
        margin-left: -68px;
    }
    .blog .blog-sidebar {
        margin-top: 50px;
    }
    .blog .blog-sidebar .widget-span.widget-type-form.custom-sidebar-form {
        max-width: 400px;
        margin: 0 auto;
    }
    .widget-span.custom-form-top-image {
        top: -13px;
    }
    .custom-sidebar-form h3.form-title {
        padding: 67px 20px 0;
    }
    .blog .blog-sidebar .hs-form {
        margin-bottom: 0;
        padding: 0 30px 40px;
        text-align: center;
    }
    .custom-header-fixed.lp-header {
        min-height: 95px !important;
    }
    .blog .blog-sidebar {
        padding: 30px;
    }
}  


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

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

@media (max-width: 543px) {
    ul.sp-contact-info li {
        margin: 0 5px 0 0;
        font-size: 11px;
    }
    ul.sp-contact-info li.sp-contact-phone {
        padding-right: 5px;
    }
    ul.sp-contact-info li.sp-myaccount {
        padding: 7px 0px;
    }
}

@media (max-width: 479px) {
    .custom-post-pagination > div {
        width: 100%;
        float: none;
    }
}

@media (max-width: 460px) {
    .custom-lang {
        width: 100%;
        float: none;
        position: absolute;
        top: 10px;
    }
    .custom-contact-info{
        width: 100%;
        float: none;
        padding-top: 20px;
    }
    ul.sp-contact-info {
        margin-left: 0;
        float: none;
    }
    .custom-top-header-wrapper {
        padding: 10px 0 4px;
        position: relative;
    }
}
