/* ==========================================================================
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 url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
@font-face{
  font-family:brixtonmedium;
  src:url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonmedium%20/brixton_medium-webfont.ttf') format('ttf'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonmedium%20/brixton_medium-webfont.eot') format('eot'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonmedium%20/brixton_medium-webfont.woff2') format('woff2');
}
@font-face{
  font-family:brixtonbook;
  src:url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbook%20/brixton_book-webfont.ttf') format('ttf'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbook%20/brixton_book-webfont.eot') format('eot'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbook%20/brixton_book-webfont.woff2') format('woff2');
}
@font-face{
  font-family:brixtonlight;
  src:url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonlight%20/brixton_light-webfont.ttf') format('ttf'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonlight%20/brixton_light-webfont.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonlight%20/brixton_light-webfont.eot') format('eot');
}
@font-face{
  font-family:brixtonbold;
  src:url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbold%20/brixton_bold-webfont.ttf') format('ttf'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbold%20/brixton_bold-webfont.eot') format('eot'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbold%20/brixton_bold-webfont.woff2') format('woff2');
}
@font-face{
  font-family:brixtonbook_oblique;
  src:url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbook_oblique%20/brixtonbook_oblique%20.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbook_oblique%20/brixtonbook_oblique%20.eot') format('eot'),
    url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/brixtonbook_oblique%20/brixtonbook_oblique%20.ttf') format('ttf');
}
/* =============== @import, @font-face, and CSS File Includes =============== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: 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;
  color: #333;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family:brixtonmedium;
  margin:15px 0px;
  line-height:1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family:"PT Sans Narrow";
  font-size:65px;
  line-height:75px;
  font-weight:400;
}
h2 {
  font-family:"PT Sans Narrow";
  font-size:50px;
  font-weight:400;
}
h3 {
  font-size:35px;
  line-height:40px;
  font-family:brixtonmedium;
  color:#24aae1;
  font-weight:400;
}

h4 {
  font-family:brixtonmedium;
  font-size:28px;
  line-height:38px;
  font-weight:400;
}
h5 {
  font-family:brixtonmedium;
  font-size:25px;
  line-height:35px;
  color:#090909;
  font-weight:400;
}
h6 {
  font-size:22px;
  line-height:28px;
  font-family:brixtonlight;
  color:#000000;
  font-weight:400;
}

/* Anchor Links */
a {     color: #090909;
  text-decoration:none;
}
a:hover, a:focus { color:#24aae1; }

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

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

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


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

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

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

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


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


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

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

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


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

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











.header-container-wrapper {
  min-height: auto;
}
.group.ClearBoth {
  padding: 6px;
  background: #fff;
}
.fixed .group.ClearBoth{
  padding:17px 17px 18px;
}
.fixed .custom-top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.TransBlueBtn.RightFloat {
  display: inline-block;
  color: #24aae1;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
  font-family: 'brixtonmedium';
  letter-spacing: 1px;
  float: right;
}
.fixed .PhoneImg.RightFloat {
  opacity: 0;
  visibility: hidden;
}
.TransBlueBtn a{
  display: block;
  margin-right: 16px;
  line-height: 27px;
  background-color: #35a8e0;
  color: #ffffff;
  padding: 0px 24px;
  border-radius: 5px;
  border: 1px solid #24aae1;
  transition: ease-in 0.2s;
  text-decoration: none;
}
.fixed .TransBlueBtn a {
  margin-right: 0px;
  line-height: 30px;
  font-size: 16px;
}
.fixed .head_top_inner{
  max-width:1200px;
  margin:0 auto;
}
.TransBlueBtn a:hover {
  background-color: #2787af;
  border: 1px solid #2787af;
}
.PhoneImg.RightFloat {
  padding-top: 7px;
  margin-right: 22px;
  color: #3C3C3B;
  float: right;
  font-size: 18px;
  line-height: 16px;
  font-family: 'brixtonmedium';
  letter-spacing: 1px;
}
.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;
}
.PhoneImg i {
  color: #3C3C3B;
}
.fa-mobile:before {
  content: "\f10b";
}
.group.ClearBoth:after {
  content: '';
  display: block;
  clear: both;
}

.custom-header {
  z-index: 1;
  position: relative;
}


.banner-area {
  margin-top: -6px;
}
.banner-image {
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 350px;
  height: 350px;
  width: 100%;
  background-size: cover;
  display: table;
  position: relative;
  background-color: #3c3c3b;
}

h1.banner-title {
  margin: 0;
  padding-top: 100px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 2px;
  font-family: 'brixtonmedium';
  font-weight: 400;
}

.banner-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.banner-inner {
  display: table-cell;
  vertical-align: middle;
}
.banner-image:after {
  content: '';
  position: absolute;
  background: url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/idx-header-pattern-bg.png') no-repeat bottom center;
  width: 100%;
  height: 74px;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
/* =============== Content =============== */

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

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


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

.footer-container-wrapper {}
.footer-container {}
.custom-work {
  text-align: center;
}
.custom-footer .page-center {
  padding-top: 40px;
  padding-bottom: 80px;
}
.custom-footer:after {
  content: '';
  position: absolute;
  background: url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/footer-pattern-bg.png') no-repeat bottom center;
  width: 100%;
  height: 73px;
  left: 0;
  top: -73px;
  background-size: cover;
  background-position: center;
}

.custom-footer {
  background-color: #1c1c1b;
  font-family: 'brixtonbook';
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
  color: #737373;
  letter-spacing: 1px;
  position: relative;
  margin-top:40px;
}
.custom-ftr-menu {
  display: inline-block !important;
  vertical-align: top;
  width: 50% !important;
  padding: 0 10px;
  margin-left: 0px !important;
}
.custom-ftr-logo {
  text-align: center;
  margin-bottom: 30px;
}
.custom-ftr-social {
  text-align: center;
  padding-left: 9px;
}
.footer-menu-grp {
  margin-left: 0px !important;
  display: inline-block !important;
  vertical-align: top;
  width: 38% !important;
}
.custom-ftr-menu.left {
  text-align: right;
}
.custom-work h6 {
  line-height: 27px;
  margin: 30px 0px 10px;
  color: #737373;
  font-size: 16px;
  font-weight: normal;
  font-family: 'brixtonbold';
  letter-spacing: 2px;
}
.custom-work a {
  border: 1px solid #737373;
  color: #737373;
  padding: 0 50px;
  border-radius: 5px;
  transition: ease-in 0.2s;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'brixtonmedium';
  font-size: 14px;
  text-align: center;
  line-height: 42px;
}
.custom-work a:hover{
  background-color: #737373;
  color: #fff;
}
.custom-work p{
  margin:0px;
}
.custom-work h6 {
  line-height: 27px;
  margin: 30px 0px 10px;
  color: #737373;
  font-size: 16px;
  font-weight: normal;
  font-family: 'brixtonbold';
}

.custom-work,.custom-ftr-social {
  display: inline-block;
  vertical-align: top;
  width: 30% !important;
  margin-left: 0px !IMPORTANT;
}
.custom-ftr-menu ul li a {
  color: #737373;
  text-decoration: none;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  display: inline-block !important;
  font-family: brixtonbook;
}
.custom-ftr-menu ul li a:hover{
  color:#24aae1;
}
ul.SocialIcons li a {
  font-size: 28px;
  line-height: 30px;
  color: transparent;
  transition: all ease 0.5s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.FSocialIcon .fa-stack-1x {
  top: 2px;
}
.FSocialIcon .fa-stack-2x {
  font-size: 35px;
  top: 0px;
}
.FSocialIcon a .fa-inverse.fa-linkedin {
  position: relative;
  top: -2px;
  font-size: 32px;
  left: 4px;
}
.FSocialIcon .fa-youtube-play {
  position: relative;
  left: 5px;
  top: 3px;
}
.FSocialIcon .fa-facebook {
  position: relative;
  left: 10px;
  top:3px;
}
.FSocialIcon .fa-google-plus {
  position: relative;
  right: 2px;
  left: auto;
  top:3px;
}
.FSocialIcon .fa-twitter {
  right: 2px;
  left: auto;
  top:3px;
}
ul.SocialIcons li a:hover i.fa-inverse{
  color: #24aae1;
}

ul.SocialIcons li {
  margin: 0px 3px;
  display: inline-block;
  vertical-align: top;
}
ul.SocialIcons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.FSocialIcon a .fa-inverse {
  color: #737373;
}
.fa-circle:before {
  content: "\f111";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.f_social_Wrap h6 {
  line-height: 27px;
  margin: 30px 0px 10px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: 'brixtonbold';
  color: #737373;
  text-transform: uppercase;
  padding-left: 5px;
  text-align: center;
}
.Footer-bottom-menu li a {
  padding: 0px 12px;
  text-decoration: none;
  color: #737373;
  font-family: brixtonbook;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}
.Footer-bottom-menu li:first-child a {
  padding-left: 0;
}
.Footer-bottom-menu li:last-child a {
  padding-right: 0;
}
.Footer-bottom-menu li{
  line-height: 1;
  display: inline-block;
  float: none !important;
  vertical-align: baseline;
}
.Footer-bottom-menu li + li {
  border-left: 1px solid #737373;
}
.Footer-bottom-menu {
  text-align: center;
  margin-left: 0px !important;
}
.Footer-bottom-menu li a:hover{
  color:#24aae1;
}
.GraySepLine {
  border-bottom: 1px solid #737373;
  margin: 50px auto 29px;
  text-align: center;
  width: 248px;
}
.custom-Copyright p {
  line-height: 20px;
  margin: 6px 0 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: brixtonbook;
  font-weight: 400;
  color: #737373;
}
.custom-Copyright i {
  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;
}

.custom-Copyright i:before {
  content: "\f1f9";
}

.custom-Copyright p span {
  text-transform: uppercase;
}

a#back-to-top .fa-stack-2x {
  font-size: 34px;
}
a#back-to-top{
  color: #094d8b;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
  position:relative;
}

a#back-to-top {
  padding: 20px 0px;
  opacity: 1 !important;
  text-align: center;
}
a#back-to-top .fa-angle-up:before {
  content: "\f106";
}
a#back-to-top .fa-inverse{
  top:25px;
}
a#back-to-top:hover {
  color: #000;
}


.WebDesign {
  font-size: 12px;
  line-height: 40px;
  color: #666666;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.WebDesign a {
  color: #737373;
}
.WebDesign img {
  vertical-align: middle;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  text-align:center;
  width:100%;
  margin-top: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding-top: 23px;
  display: inline-block;
  vertical-align: top;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #fff;
  text-decoration: none;
  padding: 0px 28.7px 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 30px;
  font-family: brixtonbook;
  font-weight: 400;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#24aae1;
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  line-height: normal;
  border-top: 1px solid #37b3d1;
  height: auto;
  color: #ffffff;
  float: none;
  margin: 0px;
  padding: 33px 15px;
  font-size: 13px;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
  font-family:brixtonbook;
  font-weight:400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: #2c99ca;
}

/* 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;
  }
  .mob-only{
  	display:none!important;
  }
    .custom-mob-logo{
  	display:none!important;
  }
  .custom-menu-primary.mob{
  	display:none!important;
  }

  .custom-header-get-a-quote-form.mob{
  	display:none!important;
  }
}


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

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

@media (max-width:767px){

  /* 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 */
    float: left;
    position: relative;
    top: 10px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: 55px; /* Button width */
    height: 55px; /* Button height */      
        padding: 6px 0px 8px 15px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    
    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;
  }
  .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{
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

}


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


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

/* Blog Post and Listing Body Class */
.blog {}
h1.page-title {
    font-family: 'helvetica';
    color: #35a8e0;
    font-size: 28px !important;
    line-height: 34px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 3px solid #35a8e0;
    display: none;;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.topic-page h1.page-title{
	display:inline-block;
}
/* Blog Post */
.hs-blog-post {} 
.banner-image.post{
  min-height: 646px;
  position: relative;
  display: block;
}
h1.banner-title.post {
  text-transform: uppercase;
  color: #35a8e0;
  letter-spacing: 2px;
  font-size: 28px;
  margin: 0 0 28px;
  font-family: 'brixtonbold';
  line-height: 34px;
  font-weight: 400;
  padding: 0;
}
.banner-inner.post {
  display: block;
  height: 100%;
}
.banner-content.post {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
  right:0px;
  max-width:100%;
  padding: 0px 75px;
}
div#post-topic_data a {
  color: #fff;
  text-decoration: none;
}

div#post-topic_data {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-family: brixtonlight;
  margin-bottom: 35px;
}
div#post-topic_data a:hover{
  color:#35a8e0;
}
.post_date {
  text-align: center;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  font-family: helvetica;
}
.post_date a:hover {
  color: #24aae1;
}
img.Author_img_link {
  margin-bottom: 22px;
  display: inline-block;
}
.post_date a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-family: helvetica;
}	
.post_author {
  font-family: helvetica;
}
#hubspot-topic_data a.topic-link:before,
#hubspot-topic_data a.topic-link:after{
  content: " ";
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  top: 12px;
  left: 8px;
}
#hubspot-topic_data a.topic-link:after{
  right: 8px;
  left: auto;
}
#hubspot-topic_data a.topic-link {
  background-color: #35a8e0;
  padding: 5px 20px;
  color: #ffffff !important;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase !important;
  font-style: normal !important;
  position: relative;
  box-shadow: none !important;
  transition: ease-in 0.2s;
  text-decoration: none;
}
#hubspot-topic_data a.topic-link:hover{
  background-color: #090909;
}
ul.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social-list li {
  display: inline-block;
  vertical-align: top;
}
ul.social-list li a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: all ease 0.5s;
}
ul.social-list li a:hover{
  color: #24aae1;
}
ul.social-list .fa-stack-2x{
  font-size: 35px;
  top: 0px;
}
ul.social-list .fa-stack-1x{
  color: #bebdbd;
  top: 9px;
  transition: all ease 0.5s;
}
ul.social-list li a:hover .fa-stack-1x{
  color: #fff;
}
.social_right {
  float: right;
}
.social_TitleWrapper {
  float: left;
  font-family: brixtonlight;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  color: #333;
}
.post_social_wrap:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}

.post_social_wrap {
  padding: 23px 15px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.custom_blog_next-previous .screen-reader-text {
  color: #767676;
  display: block;
  font-size: 11px;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: brixtonbold;
}
.custom_blog_next-previous span.nav-title {
  color: #333;
  padding-left: 25px;
  position: relative;
  font-family: brixtonbold;
  font-size: 15px;
  line-height: 24px;
  font-weight: 800;
}
.nav-title-icon-wrapper {
  position: absolute;
  text-align: center;
  width: 2em;
}
.custom-previous .nav-title-icon-wrapper {
  left: -5px;
}
.custom-next .nav-title-icon-wrapper {
  right: -5px;
}
.nav-title-icon-wrapper svg{
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
.custom-previous {
  float: left;
  width: 50%;
}
.custom-next {
  float: right;
  width: 50%;
  text-align: right;
}
.custom_blog_next-previous {
  padding: 16px 0px;
  border-top: 2px solid #1c1c1b;
  border-bottom: 2px solid #1c1c1b;
  font-family: 'brixtonbold';
  margin: 0 0 10px;
}
.custom_blog_next-previous a:hover span.nav-title{
  color:#35a8e0;
}
.custom_blog_next-previous:after {
  content: '';
  display: block;
  clear: both;
}
.custom-next .nav-title {
  padding-left: 0;
  padding-right: 25px;
}


.related_wrap {
  background-color: #f5f5f5;
}
.related-inner-container {
  padding: 50px 0 95px;
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}
.related_content {
  display: flex;
  flex-wrap: wrap;
}


.related-post-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  margin-bottom: 30px;
}

.related-image,.related-title,.related-text {
  width: 355px;
  margin: 0 auto;
}

.postBlueBtn a {
  border-radius: 5px;
  border: 1px solid #24aae1;
  transition: ease-in 0.2s;
  display: inline-block;
  color: #24aae1;
  padding: 0 45px;
}

.postBlueBtn {
  color: #24aae1;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
  font-family: 'brixtonmedium';
  letter-spacing: 1px;
}
.postBlueBtn a:hover{
  background-color: #24aae1;
  color: #fff;
}
.related-inner-container h3 {
  font-weight: normal;
  line-height: 34px;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
  color: #35a8e0;
  font-family: 'brixtonmedium';
}
.related-title {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #090909;
  font-family: 'brixtonmedium';
  line-height: 32px;
  font-weight: 700;
}
.related-title a{
  color: #090909;
}
.related-title a:hover{
  color:#24aae1;
}
.related_sep {
  width: 94px;
  margin: 5px 0 8px;
  text-align: left;
  background: none;
  border-bottom: 1px solid #24aae1;
}
.related-image {
  margin-bottom: 10px!important;
}
.related-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: brixtonlight;
  color: #333333;
}
.hs-blog-post hr{
  display:none;
}
/* Blog Listing */
.hs-blog-listing {}

.section.post-header a {
  border-radius: 5px;
  border: 1px solid #24aae1;
  transition: ease-in 0.2s;
  color: #24aae1;
  display: inline-block;
  padding: 0 45px;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
  font-family: 'brixtonmedium';
  letter-spacing: 1px;
}
.section.post-header a:hover{
  background-color: #24aae1;
  color: #fff;
}
.section.post-header {
  text-align: right;
  margin:10px 0px 20px;
}
.hs-featured-image-wrapper {
  margin-bottom: 10px!important;
}
.banner-image.listing{
  background-image:url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/listing.jpg');
}
.custom-topics {
  margin-left: 0px !important;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  width: auto !important;
}

.custom-topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
button.search-submit {
  display: inline-block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  width: 46px;
  background-color: transparent;
  border: 1px solid #bfbfbf !important;
  color: #666666;
  outline: 0;
  position:absolute;
  cursor:pointer;
}
button.search-submit:hover{
	    color: #fff;
    background-color: #35a8e0;
}
.custom-search-site {
  text-align: right;
  margin-bottom:45px;
  margin-top:10px;
}
button.search-submit svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: currentColor;
}
.custom-search-site form{
  position:relative;
}
.custom-site-form {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: relative;
  width: 355px !important;
  display: inline-block !important;
  vertical-align: middle;
  margin-right: 10px;
  float: none !important;
}

.custom-topics ul.l_tinynav1 {
  display: none;
}
.custom-topics h3{
  display:none;
}



/* 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 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #090909;
  font-family: 'brixtonmedium';
  margin:0px;
}
.title_BlueSepLine {
  width: 94px;
  margin: 5px 0 8px;
  text-align: left;
  background: none;
  border-bottom: 1px solid #24aae1;
}
.post-header h2 a {
  color: #090909;
  text-decoration:none;
}
.post-header h2 a:hover{
  color: #24aae1;
}
.post-body.clearfix,a.more-link {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: brixtonlight;
  color: #333333;
}
.post-body.clearfix p {
  display: inline-block;
  margin: 0;
}
a.more-link {
  color: #333;
  font-weight:700;
  text-decoration:none;
  display: inline-block;
}
a.more-link:hover{
  color:#24aae1;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.hs-blog-listing .post-listing {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-listing-wrapper .post-listing .post-item {
  display: inline-block;
  vertical-align: top;
  width: 355px;
  margin-bottom: 50px;
      position: static !important;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.section.post-body {
  font-family: brixtonlight;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left;
}


/* Pagination */
.blog-pagination {
  clear: both;
  margin: 20px;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


/* =============== Blog 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 =============== */
.body-container .hs-form-field {
    margin-bottom: 25px;
}
.form-title{
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  color: #090909;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.form-title:after {
  content: '';
  border: 1px solid #24aae1;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}
.widget-type-form,.widget-type-blog_subscribe,.widget-type-google_search,
.subscription-template form,.password-template form,
.full-land .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form{
  display:block;
  width:100%;
  max-width:700px;
  background:#fff;
}

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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label,.widget-type-google_search label,#comment-form label,.hs-form-booleancheckbox-display {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #333;
  font-family: 'PT Sans Narrow', sans-serif;
}

/* 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 {
  font-family: 'brixtonlight';
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 9px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display:block;
  width:100%;
  max-width:700px;
  outline:0px;
  color:#000;
  -webkit-appearance: none;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 13px;
  font-family: arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position:relative;
  display:inline-block;
}
ul.hs-error-msgs.inputs-list {
  margin: 15px 0px;
  padding: 0;
  list-style: none;
}
.hs-error-msgs label:after {
  content: '';
  top: -5px;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b;
  position: absolute;
  width: 0;
  height: 0;
  outline: 0;
  font-size: 14px;
}

/* Placeholder Text */
input.hs-search-field__input::-webkit-input-placeholder {
  color:#333;
  letter-spacing:.5px;
} /* Webkit Browsers */
input.hs-search-field__input:-moz-placeholder {
  color:#333;
  letter-spacing:.5px;
} /* Firefox 18- */
input.hs-search-field__input::-moz-placeholder {
  color:#333;
  letter-spacing:.5px;
} /* Firefox 19+ */
input.hs-search-field__input:-ms-input-placeholder {
  color:#333;
  letter-spacing:.5px;
} /* 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;
  text-align: center;
  background: #333;
  border: 0 ;
  line-height: 1.5;
  font-size:16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  outline: 0;
  display:inline-block;
  font-weight: normal;
  font-family: 'brixtonmedium';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin:15px 0px;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-header-get-a-quote-form form .hs_error_rollup {
    display: none;
}
img.Author_img_link {
    width: 67px;
    height: 67px;
    border-radius: 50%;
}
#email-prefs-form .email-edit{
	max-width:700px!important;
}
.land .custom-menu-primary .hs-menu-wrapper > ul > li:not(:nth-of-type(1)),
.full-land .custom-menu-primary .hs-menu-wrapper > ul > li:not(:nth-of-type(1)){
	opacity:0;
  visibility:hidden;
}
.land .TransBlueBtn.RightFloat,
.full-land .TransBlueBtn.RightFloat{
		opacity:0;
  visibility:hidden;
}
.blog .body-container .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.body-container .content-wrapper{
	padding-top:20px;
  padding-bottom:20px;
}
.full-land .mobile-trigger,
.land .mobile-trigger{
	display:none!important;
}
.custom-topics select {
  color: #fff;
  background-color: #24aae1;
  height: 50px;
  text-transform: uppercase;
  width: 245px;
  letter-spacing: 1px;
  background: url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/firefox_tweak-white.png') no-repeat #24aae1;
  background-position: 94% 25px;
  font-family:brixtonlight;
  font-size:16px;
  line-height:26px;
  font-weight:400;
  color:#fff;
  padding: 14px 12px;
}
.custom-site-form input.hs-search-field__input {
  padding: 12px;
  padding-right: 50px;
  width: 100%;
  border: 1px solid #bfbfbf;
  color: #666666;
  font-size: 15px;
  max-width: 100%;
  box-shadow: none;
  font-family: brixtonlight;
  line-height: 26px;
}

.custom-header-get-a-quote-form {
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 );
    background-color: rgba( 255, 255, 255, 1.00 );
    position: absolute;
    margin-bottom: 3em;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 99;
    display: none !important;
      position: fixed;
    top: 100px;
    bottom: 0;
    margin-left: auto !important;
    margin-right: auto !IMPORTANT;
    overflow-y: scroll;
  
}


.custom-header-get-a-quote-form .hs_cos_wrapper.form-title {
    margin: 0px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    text-transform: none;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 10px;
    display: block;
}

.custom-header-get-a-quote-form .widget-type-form {
    margin: 25px auto 0;
    width: 500px;
  padding:20px;
}

.custom-header-get-a-quote-form .hs_cos_wrapper.form-title:after {
    content: none;
}

.custom-header-get-a-quote-form .hs-form span.hs-form-required {
    display: none;
}

.custom-header-get-a-quote-form .hs-form-field > label {
    font-weight: bold;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    font-size:  14px;
}

.custom-header-get-a-quote-form .hs-form .input input {
    padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000 !important;
    font-size: 13px;
    font-family: brixtonlight;
    outline: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

.custom-header-get-a-quote-form .hs-form .input input::placeholder {
    color: #333333;
    font-family: 'brixtonlight';
    font-size: 16px;
    line-height: 26px;
    opacity: 1;
}
.custom-header-get-a-quote-form .hs-form .hs-input.invalid.error{
	    border: #f37c7b 1px solid;
}

.custom-header-get-a-quote-form .hs-form .input input:focus {
    box-shadow: 0 0 8px #24aae1;
    border: 1px solid #24aae1;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: #979797 1px solid;
}

.custom-header-get-a-quote-form .hs-fieldtype-radio {}

.custom-header-get-a-quote-form .hs-fieldtype-radio ul.inputs-list.multi-container {
    margin: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-header-get-a-quote-form .hs-fieldtype-radio ul.inputs-list.multi-container input {
    margin: 0px;
    margin-right: 5px;
}

.custom-header-get-a-quote-form .hs-fieldtype-radio ul.inputs-list.multi-container span {
    display: inline-block;
    font-family: arial, helvetica, sans-serif;
    font-size:  14px;
    line-height: normal;
}

.custom-header-get-a-quote-form .hs-fieldtype-radio ul.inputs-list.multi-container li {
    padding-bottom: 1px;
}

.custom-header-get-a-quote-form .hs-fieldtype-checkbox ul.inputs-list.multi-container {
    margin: 0;
    margin-bottom: 10px;
}

.custom-header-get-a-quote-form .hs-fieldtype-checkbox ul.inputs-list.multi-container li {
}

.custom-header-get-a-quote-form .hs-fieldtype-checkbox ul.inputs-list.multi-container input {
    margin: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.custom-header-get-a-quote-form .hs-fieldtype-checkbox ul.inputs-list.multi-container span {
    display: inline-block;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
}

.custom-header-get-a-quote-form .hs-form textarea {
    padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px;
    color: #000 !important;
    font-size: 13px;
    font-family: brixtonlight;
    outline: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

.custom-header-get-a-quote-form .hs-form textarea:focus {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.custom-header-get-a-quote-form .hs-form .actions input {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    background: #333 !important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 10px !important;
    font-family: arial, sans-serif;
    font-size:  14px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: normal;
    margin: 0px;
}
._html-code {
    font-family: arial, helvetica, sans-serif;
    font-size:  14px;
    margin-bottom: 10px;
    color: #000;
}
button.pum-close.popmake-close {
   height: 28px;
   width: 28px;
   left: auto;
   right: 7px;
   bottom: auto;
   top: 8px;
   padding: 4px;
   color: #ffffff;
   font-family: inherit;
   font-size: 20px;
   line-height: 20px;
   border-radius: 42px;
   box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 );
   text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
   background-color: rgba( 49, 91, 124, 1.00 );
   background-color: transparent;
   border: none;
   text-decoration: none;
   text-align: center;
   line-height: 1;
   position: absolute;
   cursor: pointer;
   min-width: 1em;
   z-index: 2;
}


.custom-header-get-a-quote-form.show-form {
   display: block !important;
}


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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(1) > a{
    display: block;
    width: 375px!important;
    height: 75px;
    background-image: url('//cdn2.hubspot.net/hubfs/4603865/Anvil_Media_November2018%20Theme/avneil-media-Logo.png');
    font-size: 0;
    padding-bottom: 39px;
    padding-right: 28px;
  }
  .custom-header {
    background: #3C3C3B;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1) {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #24aae1;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 200px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    float: none !important;
    position: static !IMPORTANT;
  }
  #back-to-top{
    display:none!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > a{
  	padding-right:0px;
  }

}

/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1366px){
  .container-fluid .row-fluid .page-center{
    max-width:94%;
  }
  .blog .body-container .content-wrapper{
    max-width: 1200px!important;
    padding-left:10px;
    padding-right:10px;
  }

}

@media (max-width:1150px){
  .blog-listing-wrapper .post-listing .post-item {
    width: 33.33%;
    padding: 0px 10px;
  }
  .custom-search-site {
    padding-right: 10px;
  }
}

@media (max-width:1100px){
  .related-image, .related-title, .related-text {
    width: 94%;
    margin: 0 auto;
  }
}



@media (max-width: 1024px) and (min-width:768px) {
  .custom-top-header {
    display: none !important;
  }
  .land .custom-menu-primary .hs-menu-wrapper > ul > li,
.full-land .custom-menu-primary .hs-menu-wrapper > ul > li{
	opacity:0;
  visibility:hidden;
}

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(1) > a{
    padding-left:0px;
  }
  .banner-area {
    margin-top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li a{
    padding: 8px 15px;
    font-size: 13px;
    text-align: left;
    line-height: normal;
    border-top: 1px solid #37b3d1;
    height: auto;
    background-color: #24aae1;
    color: #ffffff;
    font-family:brixtonbook;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul li a:hover{
    background-color: #000;
    color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li ul{
    width: 200px;
  }

  .blog .header-container-wrapper {
    min-height: auto;
  }
  .blog .custom-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
  .blog .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 auto !important;
    padding: 72px 0 0;
    text-align: center;
    width: 94% !important;
    display: block !important;
  }

.error-template .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.subscription-template .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.password-template .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding-bottom:32px;
}
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(5) > a{
  	padding-right:0px;
  }

}

@media (max-width:1024px) {
  .custom-header {
    background: #3C3C3B;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    text-decoration: none;
    padding: 0px 28.7px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 30px;
    font-family: brixtonbook;
    font-weight: 400;
  }
  .footer-menu-grp {
    padding-left: 20px;
  }
  .custom-work {
    padding-right: 14px;
  }
  .custom-ftr-social {
    padding-left: 48px;
  }
  .FSocialIcon .fa-facebook {
    left: 8px;
    top: 3px;
  }
  .FSocialIcon .fa-youtube-play {
    left: 4px;
    top: 3px;
  }
  .FSocialIcon a .fa-inverse.fa-linkedin {
    left: 3px;
  }
  .FSocialIcon .fa-twitter {
    right: 3px;
    top: 3px;
  }
  .FSocialIcon .fa-google-plus {
    right: 3px;
    top: 3px;
  }
  .custom-ftr-logo img {
    position: relative;
    top: 1px;
  }
  .blog .body-container .content-wrapper {
    max-width: 94%!important;
  }
  .hs-blog-listing .post-listing{
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-search-site {
    padding-right: 27px;
  }

  a#back-to-top{
    display:block!important;
  }
  .related-image, .related-title, .related-text {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .related-inner-container {
    max-width: 100%;
    width: 94%;
  }
  .banner-content.post {
    bottom: 150px;
    padding: 0px 50px;
  }
  .hs-blog-post .blog-content {
    max-width: 94%;
    margin: 0 auto !important;
    float: none !important;
  }
  .hs-blog-post .body-container .content-wrapper{
    padding-left:0px;
    padding-right: 0px;
  }
  .section.post-header {
    padding-right: 7px;
  }
  h1{
  	font-size:48px;
  }
  h2{
  	font-size:38px;
  }
    .post-content-wrap,.hs-featured-image-wrapper {
    width: 94%;
    margin: 0 auto;
  }
    .hs-blog-listing .body-container .content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
    .custom-topics{
    margin-right:7px;
  }
  .land .custom-mob-logo,.full-land .custom-mob-logo {
    display:block!important;
    text-align:center;
}
 .land .custom-mob-logo img,.full-land .custom-mob-logo img {
    width: 195px;
    margin-top: 12px;
    margin-left:0px;
}
}

@media (max-width:879px){
	.custom-ftr-social {
    padding-left: 30px;
}
  .custom-work {
    padding-right: 0;
}
}

@media (max-width:854px){
  .custom-search-site {
    padding-right: 0;
  }

  .post-header h2{
    font-size: 20px;
    line-height: 28px;
  }


  .section.post-header {
    padding-right: 0;
  }
  .section.post-header a {
    position: relative;
    left: 13px;
    top: 5px;
  }
}


@media (max-width:827px){
  .custom-ftr-social {
    padding-left:0px;
  }
  .custom-work {
    padding-left: 15px;
}
}


/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 777px) {
  h1.banner-title {
    font-size: 40px;
    line-height: 50px;
  }
}  

@media (max-width: 773px) {
  .related-title {
    font-size: 16px;
    line-height: 22px;
  }
}



@media (max-width: 767px) {
  .custom-menu-primary .hs-menu-wrapper > ul li a,.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-family: 'brixtonlight';
    padding: 7px 15px 5px 0px;
    font-size: 14px;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    color: #fff;
    text-transform: uppercase;
    border-top: 1px solid #575656;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: transparent;
    color: #24aae1;
}

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;
        padding: 0px 20px;
    display:block!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a{
    background-color: #24aae1;
    padding-left: 11px;
    padding-right:16px;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    display: inline-block!important;
    color:#fff;
    position: relative;
    top: -6px;
  }
  
  .mobile-open .banner-area {
    margin-top: -10px;
  }
  .custom-top-header {
    display: none !important;
  }
  .header-container-wrapper {
    min-height: auto!important;
  }
  .custom-header {
    min-height:60px!important;
  }
  .custom-ftr-social {
    padding-left: 0;
    width: 100% !important;
  }
  .footer-menu-grp {
    padding-left: 0;
    width: 100% !important;
  }
  .custom-ftr-menu {
    float: left !important;
  }
  .custom-work {
    padding-right: 0;
    width: 100% !IMPORTANT;
  }
  .Footer-bottom-menu li {
    width: auto !important;
  }
  .f_social_Wrap h6{
    margin-top:0px;
  }
  .FSocialIcon {
    margin-bottom: 40px;
  }
  .custom-ftr-logo {
    margin-bottom: 20px;
  }
  .custom-work h6{
    margin: 35px 0px 10px;
  }
  .f_social_Wrap {
    padding-right: 5px;
  }
  .blog .custom-header {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
  }
  .custom-site-form{
    margin: 0 auto !important;
    display: block !important;
  }
  .custom-search-site {
    text-align: center;
  }
  .custom-topics{
    margin-top: 15px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 0px;
  }
  .hs-blog-listing .post-listing{
  	    height: auto !important;
  }
  .post-content-wrap{
    text-align: center;
  }
  .related-post-item {
    width: 100%;
    text-align: center;
  }
  .related_sep {
    margin: auto;
  }
  .related-title {
    font-size: 22px;
    line-height: 32px;
  }
  .custom-work {
    padding-left: 0;
}
  .title_BlueSepLine {
    margin: 5px auto !important;
}
  .post-body.clearfix {
    margin-top: 15px;
}
  div#site-wrapper {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: translate3d(0px, 0px, 0px);
}
  .mobile-open div#site-wrapper{
  	transform: translate3d(300px, 0px, 0px);
  }
  .custom-menu-primary{
  	    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px!important;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
        padding-left: 30px;
        background: #333333;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  #site-outer{
  	overflow:hidden;
  }
  .mobile-trigger span {
    display: block;
    height: 100%;
    position: relative;
}
  .mobile-trigger span:before {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 25px;
    height: 3px;
    background: #fff;
    box-shadow: 0 4px rgba(0,0,0,0.0), 0 7px #fff, 0 11px rgba(0,0,0,0.0), 0 14px #fff;
    content: '';
}
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0px 20px;
    font-family: 'ikaros_sansregular';
}
.mob-only.title {
    padding: 23px 20px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    color: #00adef;
    font-family: 'brixtonbold';
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
}
  li.mob-only.phone a {
    border-top: none!important;
    border-bottom: 1px solid #575656!important;
    font-size: 16px!important;
    font-weight: bold!important;
    letter-spacing: 2px!important;
}
  li.mob-only.phone i {
    display: inline;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    background-color: #24aae1 !important;
    margin-top: 5px !important;
    border-radius: 5px !important;
    border: none !important;
    display: inline-block;
    padding: 7px 20px 5px 14px !important;
    color: #fff;
}
  .mobile-open div#site-wrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    content: '\f057';
    color: #fff;
    font-size: 23px;
    padding-left: 30px;
    padding-top: 15px;
    z-index: 999;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: -5px;
    right: 0;
    background:rgba(0, 0, 0, .8);
        cursor: pointer;
}
  .custom-menu-primary.js-enabled > div{
  	height:100vh;
  }
  .mobile-open #site-outer{
  	  background:rgba(0, 0, 0, .8);
  }
  .custom-mob-logo img {
    width: 195px;
    margin-top: 12px;
    margin-left: -50px;
}
  .banner-area {
    margin-top: -1px;
}
  .banner-image {
    min-height: 200px;
    height: 300px;
}
  h1.banner-title {
    padding-top: 70px;
}
  .custom-mob-logo {
    text-align: center;
}
  .custom-menu-primary.des{
  	display:none!important;
  }
  .mobile-open .custom-menu-primary{
  	    -webkit-transform: translate3d(0%, 0, 0); 
    -moz-transform: translate3d(0%, 0, 0);
     transform: translate3d(0%, 0, 0); 
    padding-left:0px;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
}
  .section.post-header {
    text-align: center;
}
  .section.post-header a {
    left: 0;
    top: 0;
}
  .social_right {
    float: none;
    text-align: center;
}
  .social_TitleWrapper {
    float: none;
        text-align: center;
}
  .custom-header-get-a-quote-form.show-form {
 
}
  .custom-header-get-a-quote-form.des {
    display: none !important;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover{
  	background-color: rgba(0,0,0,0.2)!important;
    box-shadow: inset 0 -1px rgba(0,0,0,0);
  }
  .custom-next .nav-title-icon-wrapper {
    position: static;
        margin-left: 5px;
}
  .custom-next .nav-title {
    padding-right: 0;
}
}  



@media (max-width:560px) {
	.custom-header-get-a-quote-form .widget-type-form{
	width: 340px;
}
}

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

@media (max-width: 479px) {
  .subscribe-options label span{
  	font-size:10px;
  }
  .hs_recaptcha.hs-recaptcha {
    overflow: auto;
}
  .custom-header-get-a-quote-form{
  	    width: 100% !important;
  }
  .custom-header-get-a-quote-form .widget-type-form {
    width: 100%;
}
}

@media (max-width: 400px) {
  h1.banner-title {
    font-size: 30px;
    line-height: 40px;
  }
}


@media (max-width: 384px) {
  .Footer-bottom-menu li{
    display: block;
    padding: 5px 0px;
    margin-bottom: 0px !important;
  }
  .Footer-bottom-menu ul{
    width: 90%;
    margin: 0 auto 28px!important;
  }
  .Footer-bottom-menu li a{
    padding:0px;
    display:inline-block!important;
    width: auto !important;
  }
  .Footer-bottom-menu li + li {
    border-left: none;
  }
  .GraySepLine {
    margin: 50px auto 35px;
  }
  a#back-to-top .fa-inverse {
    top: 25px;
  }
  .custom-footer .page-center {
    padding-bottom: 83px;
  }
  .mobile-open div#site-wrapper:after{
  	font-size: 20px;
    padding-left: 1.5px;
        top: -3px;
  }
}

@media (max-width:360px) {
  .hs-search-wrap {
    margin: 0 10px;
    border: 1px solid #e1e1e1;
  }
  .custom-site-form{
    width: 100% !important;
    border: 0;
  }
  .custom-ftr-logo{
  	width: 78%!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  
}
header-container-wrapper {
    min-height: auto!important;
}