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

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


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

/* 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;
    -webkit-font-smoothing: antialiased;
    color: #454545;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  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-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 44px;
    margin:32px 0 30px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    color: #3373e8;
}
h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 15px;
    padding-bottom: 10px;
    line-height: 1;
}
h3 {
    font-size: 26px;
    margin: 0 0 15px;
}
h4 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #3373e8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
}
h5 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
}
h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #3373e8;
    margin:32px 0 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
}

/* Anchor Links */
a { 
    color: #454545;
    font-weight: 500;
    text-decoration: none;
}
a:hover, a:focus { }

/* Lists */
ul, ol {
    margin: 0 0 32px 35px;
    padding: 0;
}
.body-container .widget-type-rich_text ol {
    list-style-position: inside;
}

.body-container .widget-type-rich_text ul {
    margin-left: 0;
}

.body-container .widget-type-rich_text ul li {
    font-family: 'Montserrat', sans-serif;
    color: #323232;
    list-style-type: none;
    position: relative;
    line-height: 27px;
    margin-bottom: 10px;
    padding-left: 35px;
}

.body-container .widget-type-rich_text ul li:before {
    background-image: url('https://go.adchoiceledsigns.com/hubfs/AdChoice%20April%202018/bullet.svg');
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
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 {}

.custom-header-group {
    background: rgba(0,0,0,0.95);
    padding: 3px 20px 0 62px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 9;
}
.custom-logo {
    padding-top: 22px;
}
.custom-header-middle-group {
    float: right !important;
    padding-right: 133px;
}
.custom-live-chat {
    position: absolute;
    right: 27px;
    width: 102px !important;
}
.custom-live-chat img {
    width: 102px;
    position: absolute;
}
.custom-header-top-link {
    text-align: right;
    color: #fff;
    padding: 19px 0 0;
}
.custom-header-top-link ul {
    padding: 0;
    margin: 0 0px 0 16px;
    list-style-type: none;
    display: inline-block;
}
.custom-header-top-link ul li {
    border-left: 1px solid white;
    padding: 0 15px 0 16px;
    line-height: 10px;
    display: inline-block;
    margin-right: -4px;
}
.custom-header-top-link ul li a {
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.custom-header-top-link ul li a:hover {
    font-weight: 400;
}
.custom-header-top-link span {
font-size: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
}
.custom-header-top-link span strong {
    font-size: 16px;
    font-weight: 400;
}
.custom-header-top-link span a strong {
    color: #fff;
    padding-left: 10px;
    margin-top: -2px;
    display: inline-block;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}
.body-container .page-center {
    padding: 15px 86px 15px;
}
.custom-banner-group img {
    display: none;
}
.custom-banner-group {
    background-repeat: no-repeat;
}
.custom-banner-group .page-center {
    padding: 0;
}
.custom-banner-group h1 {
    font-size: 70px;
    line-height: 87px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
}

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


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

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

.custom-footer-top-group {
    font-family: 'Montserrat', sans-serif;
    background: #191919;
    color: #fff;
}
.custom-footer-contact {
    padding: 55px 20px 0 86px;
    width: 26% !important;
}
.custom-footer-newsletter,
.custom-footer-get-in-touch {
    padding: 55px 20px 0;
    margin-left: 0 !important;
    width: 27% !important;
}
.custom-footer-right-col {
    width: 20% !important;
    padding: 86px 20px 0;
    margin-left: 0 !important;
}
.custom-footer-right-col p {
    margin: 0;
}
.custom-footer-right-col p a {
    float: left;
    display: block;
    padding: 0 2px;
}
.custom-footer-right-col p a:first-child {
    float: none;
    padding-top: 45px;
    padding-bottom: 17px;
}
.custom-footer-contact h3,
.custom-footer-newsletter h3,
.custom-footer-get-in-touch h3 {
    font-size: 18px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #5d8ee5 !important;
    margin: 0;
    font-weight: 300;
}
.custom-footer-contact h3 {
    padding-bottom: 35px;
}
.custom-footer-contact strong {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}
.custom-footer-contact a[href^="tel:"] {
    font-weight: 400;
}
.custom-footer-contact a {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    font-size: 12px;
    padding-bottom: 20px;
    color: white;
}
.custom-footer-contact address {
    font-style: normal;
}
.custom-footer-contact address a {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 12px;
    color: white;
}
.custom-footer-contact h6,
.custom-footer-contact h6 a {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}
.custom-footer-contact a:hover {
    color: #5D8EE5;
}
.hs-form-required{
    margin-left:4px;
}
.footer-form span.hs-form-required {
    display: none;
}
.footer-form input[type="text"],
.footer-form input[type="email"] {
    background: #191919;
    border: none;
    border-bottom: 1px solid white;
    width: 100%;
    margin: 10px 0 5px;
    text-indent: 0;
    font-size: 14px;
    max-width: 100%;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}

.footer-form .hs_cos_wrapper_type_form {
    background-color: transparent;
    padding: 0;
    max-width: 100%;
}

.footer-form input::-moz-placeholder {
    color: white;
    opacity: 1;
}
.footer-form input::-webkit-input-placeholder {
    color: white;
    opacity: 1;
} /* Webkit Browsers */
.footer-form input:-moz-placeholder {
    color: white;
    opacity: 1;
} /* Firefox 18- */
.footer-form input:-ms-input-placeholder {
    color: white;
    opacity: 1;
} /* IE10 */

.footer-form input[type="text"]:focus,
.footer-form input[type="email"]:focus {
    outline: none;
}
.footer-form ul.hs-error-msgs.inputs-list {
    margin: 0;
    color: #FF5959;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
}
.footer-form ul.hs-error-msgs.inputs-list label {
    font-size: 12px;
    line-height: 12px;
}
.footer-form label {
    font-weight: 200;
    font-size: 14px;
    line-height: 22px;
}
.custom-footer-get-in-touch textarea {
    border: 1px solid white;
    background: #191919;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    width: 100%;
    color: white;
    margin: 0;
    overflow: hidden;
    min-height: 70px;
    padding: 5px 30px 5px 5px;
}
.custom-footer-get-in-touch .hs_message.field.hs-form-field {
    margin-top: 15px;
}
.custom-footer-get-in-touch input.hs-button.primary.large ,
.custom-footer-newsletter input.hs-button.primary.large {
    background-color: transparent;
    border: none;
    padding: 0px;
    text-indent: -99999px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
}
.custom-footer-get-in-touch .actions {
    float: right;
    position: relative;
    z-index: 0;
    border: 1px solid white;
    padding: 5px 8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    min-height: 70px;
    top: -70px;
    cursor: pointer;
    width: 30px;
}
.custom-footer-newsletter .actions {
    float: right;
    position: relative;
    z-index: 0;
    border: 1px solid white;
    padding: 1px 8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    margin: 20px 0 0;
    height:20px;
}
.custom-footer-get-in-touch .actions:hover,
.custom-footer-newsletter .actions:hover {
    background-color: #fff;
}
.custom-footer-get-in-touch .actions:before,
.custom-footer-newsletter .actions:before{
    content: "";
    top: 5px;
    right: 9px;
    position: absolute;
    display: block;
    width: 11px;
    height: 10px;
    background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
    background-position: 0 -1357px;
}
.custom-footer-get-in-touch .actions:after,
.custom-footer-newsletter .actions:after {
    content: "";
    right: 9px;
    display: block;
    width: 11px;
    height: 10px;
    background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
    background-position: 0 -1367px;
}
.custom-footer-get-in-touch .actions:before, 
.custom-footer-get-in-touch .actions:after,
.custom-footer-newsletter .actions:before,
.custom-footer-newsletter .actions:after {
    top: 50%;
    margin-top: -5px;
}
.custom-footer-get-in-touch .actions:hover:before,
.custom-footer-newsletter .actions:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
}
.custom-footer-get-in-touch .actions:hover:after,
.custom-footer-newsletter .actions:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
}
.custom-footer-get-in-touch .actions:before,
.custom-footer-newsletter .actions:before{
    content: "";
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.custom-footer-get-in-touch .actions:after,
.custom-footer-newsletter .actions:after{
    content: "";
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.custom-footer-bottom-group {
    background: #292929;
    padding-left: 86px;
    padding-right: 86px;
    padding-top: 20px;
    padding-bottom: 19px;
}

.custom-footer-social-icon ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.custom-footer-social-icon ul li a {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    position: relative;
    font-size: 11px;
    color: #fff;
}
.socials-fb a:before {
    display: block;
    width: 9px;
    height: 16px;
    background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
    background-position: 0 -1100px;
}
.socials-fb a:after {
    display: block;
    width: 9px;
    height: 16px;
    background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
    background-position: 0 -1084px;
}
.socials-fb a:before,
.socials-tw a:before,
.socials-ytube a:before {
    content: "";
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.socials-fb a:after,
.socials-tw a:after,
.socials-ytube a:after{
    content: "";
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    -moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.socials-fb a:hover:after,
.socials-tw a:hover:after,
.socials-ytube a:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
}
.socials-fb a:hover:before,
.socials-tw a:hover:before,
.socials-ytube a:hover:before{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
}
.socials-tw a:before {
    display: block;
    width: 15px;
    height: 14px;
    background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
    background-position: 0 -1186px;
}
.socials-tw a:after {
    display: block;
    width: 15px;
    height: 14px;
    background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
    background-position: 0 -1172px;
}
.socials-ytube a:before {
    display: block;
    width: 35px;
    height: 14px;
    background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
    background-position: 0 -1270px;
}
.socials-ytube a:after {
    display: block;
    width: 35px;
    height: 14px;
    background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
    background-position: 0 -1256px;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    display: block;
    padding: 32px 0 0;
    margin-right: 0;
    margin-left: -116px;
    padding-right: 7px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-left: 56px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    display: block;
    padding: 2px 0 22px;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    font-weight: 400;
}

/* Child List */



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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
        .custom-menu-primary .hs-menu-wrapper > ul ul {
        padding: 25px 0 35px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul:after {
        content: "";
        background-color: rgba(0,0,0,0.7);
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        min-height: 250px;
        top: 0;
        transform: scaleX(110);
        z-index: -1;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        display: block;
        padding: 2px 0;
        color: #fff;
        line-height: 20px;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-transform: uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        font-weight: 600;
    }
    .custom-menu-primary .hs-menu-wrapper>ul li:hover ul li ul{
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 0 0 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        font-weight: 300;
        text-transform: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
        font-weight: 400;
    }
    .custom-menu-primary span.call,
    .custom-menu-primary ul.hs-header-list{
        display: none;
    }
    .child-trigger{
        display:none !important;
    }
}

div#site-wrapper {
    overflow-x: hidden;
}


/* ==========================================================================
   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;    /* Hide button on Desktop */
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 39px;
    right: 25px;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}
 
/* Three line icon */
.mobile-icon span {
    margin: 0 auto;
    position: relative;
    top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
    position: absolute;
    content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
    width: 30px; /* Icon line width */
    height: 3px; /* Icon line height */
    background-color: #fff; /* Color of all three lines */
    display: block;
}
.mobile-icon  span:before {
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
}
.mobile-icon  span:after {
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
}
 

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

.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 27px 20px 10px;
    float: left;
    position: relative;
    height: 25px;
    width: 25px !important;
}
.close-icon:after,
.close-icon:before {
    content: "";
    width: 25px !important;
    height: 4px;
    background: #fff;
    position: absolute;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
}
.close-icon:before {
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
   ========================================================================== */  
 
@media (min-width: 1025px) {

     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }

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

     body, html {
          height: 100%;
     }

     /* 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%;
        overflow-x: hidden;
        position: relative;
     }

     /* Provide room in header for the toggle button */ 

     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;
         padding: 16px;
         margin: 0;
         float: none;
         }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
          position: fixed;
          width: 300px !important; /* must match the value above in 'left' */
          z-index: 1000;
          background: #191919; 
          top: 0;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          -o-backface-visibility: hidden;
          backface-visibility: hidden;
          right: -300px;
            transition: right 500ms ease;
        height: 100vh !important;
        overflow: auto;
        padding-bottom: 20px;
    }
     
     .show-mobile-nav .custom-menu-primary {
         right: 0px;
        transition: right 500ms ease;
     }

     /* Set Link Colors */
     .custom-menu-primary a { color: #fff; }
     .custom-menu-primary a:hover { color: #ccc; }
     
     /* All Main Containers Display FULL Width By Default */
     .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
        transition: right 500ms ease;
            right: 0;
                    position: relative;
     }
     
     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper{
        right: 300px;
        position: relative;
        transition: right 500ms ease;
     }
     .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-left: 0;
        display: block;
        padding: 15px 10px;
        float: none !important;
        border-bottom: 1px solid #303030;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 200;
        padding: 0;
    }
    .hs-menu-wrapper ul {
        padding: 0;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        font-size: 14px;
        text-transform: capitalize;
        padding: 10px 0;
        border: none;
        margin: 15px 0;
        line-height: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
     }
     .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child a {
         padding-bottom: 7px;
         margin-bottom: 0;
     }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover  {
        font-weight: 400;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        display: none !important;
    }
     .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children a {
         position: relative;
     }
    .child-trigger:before {
        content: "";
        top: 20px;
        right: 10px;
        position: absolute;
        display: block;
        width: 18px;
        height: 10px;
        background-image: url('//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png');
        background-position: 0 -67px;
    }
    
    .child-trigger.child-open:before {
        background-image: url(//cdn2.hubspot.net/hubfs/3361951/Ad_Choice_LED_Signs_June2017/Images/sprites.png?t=1496811572236);
        background-position: 0 -113px !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:before {
        display: none;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li.ckicked ul {
        display: block;
    } 
    ul.hs-header-list {
        padding-top: 0 !important;
    }
    ul.hs-header-list li {
        border: none !important;
        padding: 0 !important;
    }
     ul.hs-header-list a {
        font-size: 14px !important;
        padding: 15px 10px !important;
        border: none !important;
     }
    span.call {
        padding: 0px 30px;
        display: inline-flex;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        text-transform: uppercase;
        font-size: 14px;
    }
    span.call a {
        font-size: 18px;
        font-weight: 400;
        color: #5D8EE5;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        margin-left: 10px;
    }
    span.call a:hover {
        color: white;
    }
    .show-mobile-nav .custom-header-group {
        left: inherit;
        right: 0;
        right: 300px;
        transition: right 500ms ease;
    }
    .show-mobile-nav .mobile-icon span:after {
        margin-top: 0;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #fff;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .show-mobile-nav .mobile-icon span:before {
        margin-top: 0;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;  
    }
    .show-mobile-nav .mobile-icon span {
        background-color: transparent;
    }
    
    a.child-trigger {
        position: absolute !important;
        float: left;
        display: block !important;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-bottom: none !important;
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: ; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
   
.widget-type-blog_comments {
    padding: 15px 86px;
}

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

.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_form ,
.widget-type-blog_subscribe,
.widget-type-google_search,
.hs_cos_wrapper_type_password_prompt,
#comment-form {
    background: #3373e8;
    display: block;
    max-width: 550px;
    padding: 20px;
}

h3.form-title {
    color: #fff;
}

ul.hs-error-msgs.inputs-list {
    color: red;
    margin: -10px 0 15px;
    font-size: 14px;
}
ul.hs-error-msgs.inputs-list label {
    color: #FF5959;
}

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

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

/* Labels and Legends */
.widget-type-email_simple_subscription label ,
.hs_cos_wrapper_type_form  label,
.widget-type-blog_subscribe label,
.widget-type-google_search label,
.hs_cos_wrapper_type_password_prompt label,
#comment-form  label{
    color:#fff;
}
.hs-form-field > label {
    color: #535B61;
    font-size: 14px;
}

/* 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%;
    background: #fff;
    color: #535B61;
    border: 1px solid #E9E9E9;
    margin: 0 0 18px;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 10px;
}

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 {
    outline: none;
}

/* 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;
    margin: 0 0 15px !important;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { color:#fff;} /* Webkit Browsers */
:-moz-placeholder { color:#fff;} /* Firefox 18- */
::-moz-placeholder { color:#fff;} /* Firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* IE 10 */

.widget-type-email_simple_subscription h3{
    color:#fff;
}

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


#comment-form input.hs-button.primary {
    margin-top: 15px;
}

/* 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;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    padding: 10px;
    background-color: transparent;
    display: inline-block;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #3373e8;
    -moz-transition: color 0.4s ease-in-out 0s;
    -o-transition: color 0.4s ease-in-out 0s;
    -webkit-transition: color 0.4s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: color 0.4s ease-in-out 0s;
    background-color: #fff;
}

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




/* ---------------- Header Form Styling ----------------------*/

.hs-header-form-group {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,0.7);
    z-index: 40;
    display: none !important;
    top:0;
    left:0;
    right:0;
}
.hs-header-form-group .hs-header-inner-group {
    max-width: 430px !important;
    position: fixed;
    top: 110px;
    bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    z-index: 20;
    display: block;
    -moz-transform: translate3d(200%, 0, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    right: -17px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-y: auto;
    background: none;
    margin: 0;
    background: #3373e8;
    display: block;
    max-width: 550px;
    padding: 51px 35px;
    margin: 0 !important;
}

.hs-header-form-group.open .hs-header-inner-group{
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    
}
.hs-header-form-group h3 {
    font-size: 36px;
    font-weight: 400;
    display: block;
    text-transform: none;
    color: #fff;
    margin: 0;
}
.hs-header-form-group p{
    color:#fff;
    padding-bottom: 5px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 200;
    text-transform: none;
    line-height: 24px;
    margin:0;
}
.hs-header-form-group .hs-input {
    border: 1px solid white !important;
    margin-top: 18px !important;
    margin-bottom: 20px !important;
    line-height: 24px !important;
    font-size: 14px !important;
    padding: 5px !important;
}
.hs-header-form-group .widget-type-form {
    margin-top:20px;
}
.header-form-open .hs-header-form-group{
    display:block !important;
}
.hs-header-form-group .hs_cos_wrapper_type_form{
    background:transparent;
    max-width:100%;
    padding:0;
}
.hs-header-form-group > div {
    max-width: 500px !important;
    width: 100% !important;
    float: right !important;
    position: relative;
}
.hs-header-form-group > div:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background-image: url(//blog.adchoiceledsigns.com/hubfs/Ad_Choice_LED_Signs_June2017/Images/sprites.png?t=1496743118372);
    background-position: 0 -139px;
    position: absolute;
    left: 30px;
    top: 156px;
    cursor: pointer;
    z-index: 1;
    -moz-transform: translate3d(500px,0,0);
    -webkit-transform: translate3d(500px,0,0);
    transform: translate3d(500px,0,0);
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.open.hs-header-form-group > div:before {
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.hs-blog-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hs-blog-header ul li {
    display: inline-block;
    padding-right: 20px;
    margin-bottom:10px;
}
.hs-blog-header ul li a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    min-width: 176px;
    padding: 10px 15px;
    border: 1px solid white;
    position: relative;
    z-index: 1;
    color: white;
    background: #3373e8;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition: all 0.3s ease 0.3s;
    display: block;
    text-align: center;
}
.hs-blog-header ul li a:after { 
    display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}
.hs-blog-header ul li a:hover,
.hs-blog-header ul li.selected a{
    color: #3373e8;
    background: white;
}
.hs-blog-header ul li a:hover:after ,
.hs-blog-header ul li.selected a:after { 
    width: 100%;
    z-index: -10;
}
.blog-pagination {
    padding: 20px;
    clear: both;
    text-align: center;
}
.blog-pagination a {
    display: block;
    margin: 5px 0px;
}


.post-item .post-body {
    font-weight:normal;
}
.hs-blog-header ul li a {
    line-height: normal;
}

.post-listing-simple .post-item {
    width: 100% !important;
    padding: 20px;
}






/* ==========================================
               APRIL 2018 LP/TY STYLES 
   ========================================== */
  
.custom-lp .header-container-wrapper {
    background-color: #3373E8;
}
.custom-lp .custom-logo {
    position: relative;
    z-index: 999;
}
.custom-lp .custom-logo img {
    height: 77px;
    width: 227px;
}
.custom-lp .custom-header-group {
    background: transparent;
    position: static;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
}
.custom-lp .header-phone {
    background-color: #3373E8;
    text-align: right;
    position: relative;
    z-index: 999;
    transition: 0.3s ease-in-out;
}
.custom-lp .header-phone:hover {
    background-color: #2E77FF;
}
.custom-lp .header-phone a {
    border: 5px solid #3779F4;
    color: #fff;
    font-size: 30px;
    padding: 20px 5px;
    font-weight: 400;
    line-height: 55px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.custom-lp .header-phone:hover a {
    border-color: #2E77FF;
}
.custom-lp .header-phone img {
    margin-right: 20px;
}

.custom-lp .custom-banner-group {
    background-size: auto;
    background-position: top left;
    padding-top: 205px;
    margin-top: -205px;
    min-height: 722px;
}
.custom-lp .banner-content {
    padding-top: 55px;
}
.custom-lp .custom-banner-group h1 {
    font-size: 64px;
    line-height: 80px;
    font-weight: 400;
}
.custom-lp .custom-banner-group h1 strong {
    font-weight: 900;
}
.custom-banner-content-section .row-number-6 {
    position: relative;
}
.custom-lp .custom-promo {
    position: absolute;
    top: 37px;
}
.custom-lp .custom-promo .feat-image {
    
}
.custom-lp .custom-promo .feat-image img {
    display: block;
}
.custom-lp .custom-promo .custom-stat {
    background-color: #BF82D5;
    height: 197px;
    width: 197px;
    border: 10px solid #BF82D5;
    border-radius: 50%;
    position: absolute;
        top: -11px;
        left: 0px;
}
/*  */
.hs-content-id-5769202699.custom-lp .custom-promo .custom-stat {
    top: -11px;
    left: 199px;
}
/* 0 Interest 2 
.hs-content-id-5773237255.custom-lp .custom-promo .custom-stat {
    top: -28px;
    left: 281px;
}
@media(max-width: 860px) {
    .hs-content-id-5773237255.custom-lp .custom-promo .custom-stat {
        left: 242px;
    }
}
*/
.custom-lp .custom-promo .custom-stat-inner {
    background-color: #C787DE;
    border: 2px solid #B574CC;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    height: 177px;
    width: 177px;
}
.custom-lp .custom-promo .custom-stat-inner h3 {
    font-size: 18px; 
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    padding: 33px 10px 0;
    margin-bottom: 0;
}
.custom-lp .custom-promo .custom-stat-inner p {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding-top: 4px;
}
.custom-lp .custom-promo .custom-stat-inner p span {
    font-size: 30px;
    font-weight: 900;
}
.custom-lp .content-wrapper.page-center{
    max-width: 1230px;
    padding: 0 15px;
}
.custom-lp .page-content {
    padding-right: 80px;
}
.custom-lp .sidebar.right {
    margin-top: -460px;
}
.custom-lp .sidebar-form {
    background: #fff;
    border: 1px solid #E9E9E9;
    padding: 30px;
}
.custom-lp .sidebar-form h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
}
.custom-lp .sidebar-form .hs_cos_wrapper_type_form {
    background: #fff;
    padding: 0;
}
.custom-ty .hs-button.primary,
.custom-lp .sidebar-form .hs_cos_wrapper_type_form .hs-button.primary, 
.custom-lp .sidebar-form .hs_cos_wrapper_type_form input[type="submit"], 
.custom-lp .sidebar-form .hs_cos_wrapper_type_form input[type="button"] {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    padding: 15px 30px;
    background-color: #BF82D5;
    display: inline-block;
    letter-spacing: 0;
}
.custom-ty .hs-button.primary:hover,
.custom-lp .sidebar-form .hs_cos_wrapper_type_form .hs-button.primary:hover,
.custom-lp .sidebar-form .hs_cos_wrapper_type_form input[type="submit"]:hover,
.custom-lp .sidebar-form .hs_cos_wrapper_type_form input[type="button"]:hover {
    border-color: #BF82D5;
    color: #BF82D5;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.custom-lp .custom-footer-top-group {
    padding: 30px 0;
}
.custom-lp .custom-footer-top-group a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.custom-lp .custom-footer-top-group a:hover {
    color: #3373E8;
}
.custom-lp .testimonial-quote {
    border-top: 10px solid #3373E8;
    color: #BF82D5;
    margin-top: 85px;
    padding-top: 50px;
    position: relative;
}
.custom-lp .testimonial-quote:before {
    background-image: url('https://go.adchoiceledsigns.com/hubfs/AdChoice%20April%202018/quote.svg');
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 69px;
    width: 69px;
    position: absolute;
    top: -41px;
    left: 35px;
}
.custom-lp .testimonial-quote blockquote {
    font-size: 24px;
    line-height: 37px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.custom-lp .testimonial-quote p {
    font-size: 18px;
    line-height: 37px;
}

.col-3-callout {
    background: #3373E8;
    padding: 60px 0 30px;
    margin-top: 40px;
}

.col-3-callout .content-col {
    color: #fff;
    text-align: center;
    padding: 0 25px;
}

.content-col img {
    height: 90px;
}

.col-3-callout .content-col h3 {
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 0;
}

.col-3-callout .content-col p {
    font-size: 16px;
    line-height: 29px;
    margin-top: 0;
}

.col-3-callout .mobile-phone {
    display: none;
}

.custom-ty .custom-banner-section {
    background-color: #3373E8;
    background-repeat: no-repeat;
    background-position: top left;
    height: 270px;
}

.custom-ty .custom-banner-section h1 {
    color: #fff;
    text-align: center;
    line-height: 270px;
    font-size: 65px;
    text-transform: uppercase;
    margin: 0;
}
.custom-ty .page-center.content-wrapper {
    max-width: 830px;
    width: 100%;
    padding: 60px 15px 30px;
}
.custom-ty .content-wrapper h2 {
    color: #3373E8;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
}

.lp-share {
    border-top: 1px solid rgba(108,109,107,.14);
	margin: 40px 0 60px;
	padding-top: 30px;
	text-align: left;
}
.lp-share-label {
    color: #3373E8;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -12px;
    margin-right: 10px;
    vertical-align: middle;
}
.lp-share a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #3373E8;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    margin: 0 4px;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
}
.lp-share a:hover {
    opacity: 0.8;
}
.lp-share a.s-facebook {
    background-image: url('https://go.adchoiceledsigns.com/hubfs/AdChoice%20April%202018/facebook.svg');
}
.lp-share a.s-twitter {
    background-image: url('https://go.adchoiceledsigns.com/hubfs/AdChoice%20April%202018/twitter.svg');
}
.lp-share a.s-linked {
    background-image: url('https://go.adchoiceledsigns.com/hubfs/AdChoice%20April%202018/linkedin.svg');
}
.lp-share a.s-mail {
    background-image: url('https://go.adchoiceledsigns.com/hubfs/AdChoice%20April%202018/email.svg');
}



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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1200px) {
    .custom-logo img {
        position: absolute;
    }
    .hs-rss-item-group,
    .blog-listing-wrapper .post-listing .post-item{
        width: 33.3333%;
    }
}

@media (max-width: 1050px) {
    .custom-lp .custom-banner-group h1 {
        font-size: 50px;
        line-height: 68px;
    }
    
    .custom-lp .page-content {
        margin-top: -110px;
    }
}

@media (max-width: 1024px) {
    .custom-header-group {
        padding: 25px 26px 32px;
        background-color: #191919;
    }
    .custom-ty .custom-logo {
        padding-top: 0;
        width: 100% !important;
    }
    .custom-lp .header-phone p {
        font-size: 24px;
    }
    .custom-logo img {
        position: static;
    }
    .custom-live-chat {
        display: none !important;
    }
    .custom-footer-contact {
        padding: 24px;
        width: 50% !important;
    }
    .custom-footer-newsletter, 
    .custom-footer-get-in-touch {
        padding: 24px;
        margin-left: 0 !important;
        width: 50% !important;
        min-height: 233px !important;
    }
    .custom-footer-right-col {
        width: 50% !important;
        padding: 24px;
        margin-left: 0 !important;
    }
    .custom-footer-bottom-group {
        padding-left: 26px;
        padding-right: 26px;
    }
    .custom-header-middle-group {
        float: right !important;
        padding-right: 0;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-ty .custom-banner-group {
        padding: 0 26px;
    }
    .body-container .page-center {
        padding: 15px 26px 15px;
    }
    .custom-header-top-link {
        display: none !important;
    }
    .hs-header-form-group .hs-header-inner-group{
        max-width: 300px !important;
        top: 0;
    }
    .open.hs-header-form-group > div:before{
        top: 45px;
        z-index: 1;
    }
    .hs-header-form-group > div {
        max-width: 349px !important;
    }
    .hs-header-form-group .hs-header-inner-group label{
        font-size:14px;
    }
    .hs-header-form-group .hs-form-required {
        margin-left: 4px;
    }
}

@media (max-width: 920px) {
    .custom-lp .custom-banner-group h1 {
        font-size: 36px;
        line-height: 43px;
    }
}

@media(min-width:768px){
    .hs-blog-right-side-group > div {
        overflow-y: auto;
        height: 100%;
    }
    .post-body.section a{
        color: #fff;
        font-weight: 500;
    }
    
    /* 0 Interest */
    .hs-content-id-5773237114.custom-lp .custom-promo .feat-image img {
        max-width: 495px;
        margin-left: 20px;
    }
    
    /* 0 Interest 3 */
    .hs-content-id-5773700474.custom-lp .custom-promo .feat-image img {
        max-width: 469px;
    }
    
    /* 0 Interest 2 */
    .hs-content-id-5773237255.custom-lp .custom-promo .feat-image img {
        max-width: 420px;
        margin-top: 17px;
        margin-left: 10px;
    }
    
    /* Restaurants LP */
    .hs-content-id-5774061229.custom-lp .custom-promo .feat-image img {
        max-width: 605px;
    }
    
}


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

@media (max-width: 767px) {
    /* Raka_General LP */
    
    .hs-content-id-5769202699.custom-lp .custom-promo .custom-stat {
        top: -30px;
        left: 130px;
    }
    
    /* 0 Interest */
    .hs-content-id-5773237114.custom-lp .custom-promo .feat-image img {
        margin-left: 45px;
        margin-top: 15px;
    }
    /* 0 Interest 3 */
    .hs-content-id-5773700474.custom-lp .custom-promo .feat-image img {
        margin-left: 25px;
        margin-top: 20px;
    }
    
    /* 0 Interest 1 */
    .hs-content-id-5773701081.custom-lp .custom-promo .feat-image img {
        margin-left: 45px;
        margin-top: 45px;
        
    }
    
    /* 0 Interest 2 */
    .hs-content-id-5773237255.custom-lp .custom-promo .feat-image img {
        margin-top: 20px;
        margin-left: 45px;
    }
    
    /* Restaurants LP */
     .hs-content-id-5774061229.custom-lp .custom-promo .feat-image img {
        margin-top: 40px;
        margin-left: 55px;
    }
    
    .custom-lp .header-phone {
        display: none;
    }
    .custom-lp .sidebar.right {
        margin-top: 80px;
    }
    .custom-lp .sidebar-form {
        border: 0;
        border-bottom: 1px solid #e9e9e9;
        margin-bottom: 20px;
        padding: 10px;
    }
    .col-3-callout .mobile-phone {
        border: 6px solid #3779F4;
        display: block;
        padding: 8px 5px 12px;
        margin: 0 10px;
        width: 100%;
    }
    .col-3-callout .mobile-phone img {
        display: block;
        margin: 0 auto;
    }
    .col-3-callout .mobile-phone a {
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin-top: 6px;
        display: block;
        font-weight: 400;
    }
    .custom-header-group {
        padding: 25px 17px 32px;
    }
    .custom-lp .custom-header-group {
        padding-top: 20px;
    }
    .custom-lp .custom-logo {
        text-align: center;
    }
    .custom-lp .custom-banner-group {
        padding-top: 0;
        margin-top: 0;
        min-height: 425px;
    }
    .custom-lp .banner-content {
        padding-top: 18px;
    }
    .custom-lp .custom-promo .feat-image {
        width: 250px;
    }
    .custom-lp .custom-promo .custom-stat {
        height: 158px;
        width: 158px;
        top: -13px;
        left: 0px;
    }
    .custom-lp .custom-promo .custom-stat-inner {
        height: 138px;
        width: 138px;
    }
    .custom-lp .custom-promo .custom-stat-inner h3 {
        line-height: 18px;
        font-size: 14px;
        padding-top: 25px;
    }
    .custom-lp .custom-promo .custom-stat-inner p {
        font-size: 16px;
        line-height: 20px;
    }
    .custom-lp .custom-promo .custom-stat-inner p span {
        font-size: 24px;
    }
    .custom-lp .page-content {
        padding-right: 0;
        margin-top: 0;
    }
    .custom-lp .testimonial-quote {
        margin-top: 50px;
    }
    .custom-lp .sidebar-form .hs_cos_wrapper_type_form .hs-button.primary, 
    .custom-lp .sidebar-form .hs_cos_wrapper_type_form input[type="submit"], 
    .custom-lp .sidebar-form .hs_cos_wrapper_type_form input[type="button"] {
        width: 100%;
        text-align: center;
    }
    .col-3-callout .content-col {
        margin-bottom: 30px;
        padding: 0;
    }
    .body-container .page-center {
        padding: 15px 17px 15px;
    }
    
    .custom-ty .custom-banner-section h1 {
        font-size: 42px;
    }
    .custom-ty .content-wrapper h2 {
        font-size: 34px;
        line-height: 40px;
    }
    
    .custom-footer-contact,
    .custom-footer-newsletter {
        width: 100% !important;
        height: auto;
        padding: 45px 17px;
        border-bottom: 1px solid #303030;
        text-align: center;
    }
    .custom-footer-contact address a,
    .custom-footer-contact a {
        font-size: 18px;
    }
    .custom-footer-contact a {
        color: #5D8EE5;
    }
    .custom-footer-contact a:hover {
        color: #fff;
    }
    .custom-footer-contact h6, .custom-footer-contact h6 a,
    .custom-footer-get-in-touch {
        display: none !important;
    }
    .custom-footer-right-col {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 45px 17px;
        border-bottom: 1px solid #303030;
    }
    .custom-footer-right-col p {
        margin: 0;
        text-align: center;
    }
    .custom-footer-right-col p a:first-child {
        float: none;
        padding-top: 0;
        padding-bottom: 20px;
        text-align: center;
    }
    .custom-footer-right-col p a {
        float: none;
    }
    .custom-footer-social-icon ul {
        text-align: center;
    }
    .custom-footer-social-icon ul li {
        display: inline-block;
    }
    .custom-footer-social-icon ul li a {
        display: inline-block;
        float: none;
        margin: 40px 18px 41px;
    }
    .custom-footer-bottom-group {
        background: #191919;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 50px solid #292929;
    }
    .custom-footer-newsletter .actions {
        float: none;;
        padding: 12px 20px;
        max-width: 170px;
        margin: 50px auto 0;
        width: 100%;
        height: 42px;
    }
    .custom-footer-newsletter  {
        padding: 45px 17px 27px;
    }
    .custom-footer-newsletter .actions:after,
    .custom-footer-newsletter .actions:before {
        right: 20px;
    }
    .custom-footer-newsletter .actions:hover {
        background-color: transparent;
    }
    .footer-form input[type="text"], .footer-form input[type="email"] {
        text-align: center;
    }
    .widget-type-email_simple_subscription,
    .hs_cos_wrapper_type_form ,
    .widget-type-blog_subscribe,
    .widget-type-google_search,
    .hs_cos_wrapper_type_password_prompt,
    #comment-form {
        max-width: 100%;
        padding: 20px;
        margin: 0 0 20px;
    }
    .custom-banner-group h1 {
        font-weight: 500;
    }
    .hs-blog-header{
        padding-left:17px;
        padding-right:17px;
    }
    .hs-blog-left-image-group .hs-featured-image-wrapper {
        display: block;
        width: 100%;
    }
    .hs-blog-left-image-group .hs-featured-image-wrapper img {
        width: 100%;
    }
    .hs-blog-right-side-group {
        float: none;
        width: 100%;
        max-width: 100%;
        background: transparent;
        padding: 30px 17px;
        width: 100%;
        background: white;
        position: static;
        color: #454545;
    }
    .post-header h1{
        color: #3373e8 !important;
        padding-bottom: 30px;
    }
    #hubspot-author_data{
        color: #191919;
    }
    .hs-author-row {
        display: block;
        margin-bottom: 9px;
    }
    .hs-blog-right-side-group,
    .hs-blog-post .blog-section {
        background-image: none !important;
        height: auto !important;
        color:#454545;
    }
    .b-back-btn{
        border: 1px solid #3373e8;
        color: #3373e8;
        margin-bottom: 30px;
    }
    .b-back-btn:hover{
        color: white;
        -moz-transition: color 0.4s ease-in-out 0s;
        -o-transition: color 0.4s ease-in-out 0s;
        -webkit-transition: color 0.4s ease-in-out;
        -webkit-transition-delay: 0s;
        transition: color 0.4s ease-in-out 0s;
    }
    .b-back-btn:hover:after{
        width: 100%;
        z-index: -10;
    }
    .b-back-btn:after{
        display: block;
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #3373e8;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: -1;
    }
    #hubspot-author_data{
        margin-bottom:0;
    }
    .section.post-body p {
        padding-bottom: 30px;
        margin:0;
        font-size: 12px;
    }
    .section.post-body{
        font-size: 12px;
    }
    .widget-type-blog_comments {
        padding: 15px 17px;
    }
}  


@media only screen and (max-width: 640px){
    .hs-rss-item-group,
    .blog-listing-wrapper .post-listing .post-item{
        width:100%;
    }
    .custom-lp .sidebar.right {
        margin-top: 40px;
    }
}


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

@media (max-width: 500px) {
    .custom-banner-group h1 {
        font-weight: 500;
        font-size: 50px;
        line-height: 60px;
    }
    
}

@media (max-width: 420px) {
    .custom-lp .custom-banner-group h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 400px){
    .post-body,
    .custom-recent-moudle-group .post-body,
    .post-item .post-body *{
        font-size:12px !important;
        line-height:18px !important;
    }
    .checkbox-row span.fakelabel span{
        float:none;
    }
    .subscribe-options label{
        display:block;
        color:#444;
    }
}

@media only screen and (max-width: 365px) {
     .custom-menu-primary {
          width: 240px !important; /* must match the value above in 'left' */
    }
     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .header-container-wrapper, 
     .show-mobile-nav .body-container-wrapper, 
     .show-mobile-nav .footer-container-wrapper{
        right: 240px;
     }
     span.call {
        padding: 0px 10px 0 30px;
     }
     .show-mobile-nav .custom-header-group {
        right: 240px;
    }
    .hs-blog-header h1 {
        font-weight: 300;
        font-size: 46px;
    }
}

