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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Merriweather:300,400|Playfair+Display:400,700|Source+Sans+Pro:400,600');

/* 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 {
  color: #505050;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

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

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

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

/* Basic text */
p {
  margin: 0 0 10px;
} 
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: 'Source Sans Pro', sans-serif;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #003057;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #003768;
  font-family: 'Merriweather', serif;
  font-size: 48px;
  font-weight: 200;
}
h2 {
  font-size: 36px;
  font-weight: 300;
}
h3 {
  font-size: 32px;
  font-weight: 500;
}
h4 {
  font-size: 28px;
  font-weight: 300;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 24px;
}

/* Anchor Links */
a {
  color: #003057;
  font-size: 20px;
  text-decoration: none;
}
a:hover, a:focus {
  color: #9B2743;
  text-decoration: none;
}

/* Lists */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
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 =============== */
.custom-header ul{
  list-style:none;
  margin:0;
  padding:0;
}
.custom-header .custom-header .header-top .custom-logo-area,
.custom-header .header-top .header-top-right-col,
.custom-header .header-top .header-top-right-col .usa-area,
.custom-header .header-top .header-top-right-col .search-form-area,
.custom-header .header-top .header-top-right-col .social-icon-area{
  margin:0;
  width:auto;
}
.custom-header .header-top .header-top-right-col .social-icon-area:after,
.custom-header .header-top .header-top-right-col .social-icon-area:before,
.custom-header .header-top .header-top-right-col .search-form-area:after,
.custom-header .header-top .header-top-right-col .search-form-area:before,
.custom-header .header-top .header-top-right-col .usa-area:after,
.custom-header .header-top .header-top-right-col .usa-area:before{
  display:block;
  content:"";
  clear:both;
}
.custom-header .header-top .header-top-right-col .usa-area,
.custom-header .header-top .header-top-right-col .search-form-area,
.custom-header .header-top .header-top-right-col .social-icon-area{
  float:left;
}
.custom-header .header-top .header-top-right-col .social-icon-area{
  margin-top: 46px;
}
.custom-header .header-top .header-top-right-col .search-form-area{
  margin: 43px 0 0 40px;
}
.custom-header .header-top .header-top-right-col .usa-area{
  margin: 45px 0 0 40px;
}
.custom-header .header-top .header-top-right-col .search-form-area form{
  border-bottom: 2px solid #ffffff;
  width: 160px;
  font-size: 0;
  text-align: right;
}
.custom-header .header-top .header-top-right-col .search-form-area form input{
  vertical-align:middle;
}
.custom-header .header-top .header-top-right-col .search-form-area form input[type="text"]{
  width: 108px;
  background-color: transparent;
  opacity: 0.6;
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
  border: 0px;
  padding: 0px 10px;
  outline: none;
  margin-right: -4px;
  box-sizing: content-box;
}
.custom-header .header-top .header-top-right-col .search-form-area form input[type="text"]:hover{
  opacity:1;
}
.custom-header .header-top .header-top-right-col .search-form-area form input[type="submit"]{
  height: 32px;
  width: 32px;
  /* margin: 0px !important; */
  background: url(//cdn2.hubspot.net/hubfs/5058519/University_School_November2018%20/images/search%20icon.png) no-repeat;
  background-size: 20px;
  border: 0px;
  padding: 15px;
  text-indent: -9999px;
  background-position: center center;
  cursor: pointer;
}
.custom-header .header-top .header-top-right-col .usa-area a,
.custom-header .bottom .header-top-right-col .usa-area a
{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1px;
  height: 40px;
  min-width: 120px;
  display: block;
  text-decoration: none;
  color: transparent;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-image: url(//cdn2.hubspot.net/hubfs/5058519/University_School_November2018%20/images/usa.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-header .header-top .header-top-right-col .usa-area a:hover,
.custom-header .bottom .header-top-right-col .usa-area a:hover{
  opacity:0.75;
}
.custom-header .header-top {
  background-color: #1d1d1d;
}
.custom-header .header-top .custom-logo-area{
  padding: 20px 0;
  width:auto;
}
.custom-header .header-top .custom-logo-area .custom-logo{
  position: relative;
  left: -15px;
}
.custom-header .header-top .custom-logo-area img {
  width: 335px;
}
.custom-header .header-top .header-top-right-col{
  float:right;
  width:auto;
}
.custom-header .header-top .header-top-right-col .social-icon-area img{
  margin: 0;
  max-width: 27px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.custom-header .header-top .header-top-right-col .social-icon-area img:hover{
  opacity:0.75;
}
.custom-header .header-top .header-top-right-col .social-icon-area ul.social-icon li {
  float: left;
  margin-left: 15px;
  padding-top:1px;
}
.custom-header .header-bottom{
  background-color: #9B2743;

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


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

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

.content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer ul{
  list-style:none;
  margin:0;
  padding:0;
}
.custom-footer .footer-top{
  background-color: #1d1d1d;
  padding: 40px 0;
  color: #dcdcdc;
  font-size: 16px;
}
.custom-footer .footer-top .footer-top-row1{
  margin-top: 20px;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.custom-footer .footer-top .footer-top-row1 ul{
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-left: auto;
}
.custom-footer .footer-top .footer-top-row1 ul:after,
.custom-footer .footer-top .footer-top-row1 ul:before{
  display:block;
  clear:both;
  content:"";
}
.custom-footer .footer-top .footer-top-row1 ul li{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333% - 20px);
}
.custom-footer .footer-top .footer-top-row1 ul li a{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 2px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 12px 0;
  display: block;
  background-color: transparent;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.custom-footer .footer-top .footer-top-row1 ul li a:hover{
  background-color: #FFFFFF;
  color: #404040;
}
.custom-footer .footer-top .footer-top-row2 h2{
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 10px 0;
}
.custom-footer .footer-top .footer-top-row2-col1,
.custom-footer .footer-top .footer-top-row2-col2,
.custom-footer .footer-top .footer-top-row2-col3{
  margin:0;
}
.custom-footer .footer-top .footer-top-row2-col1,
.custom-footer .footer-top .footer-top-row2-col2
{
  width:25%;
  padding-right:1%;
}
.custom-footer .footer-top .footer-top-row2-col3{
  width:49%;
}
.custom-footer .footer-top .footer-top-row2-col3 ul{
  margin-top: 23px;
  line-height:normal;
}
.custom-footer .footer-top .footer-top-row2-col3 ul li{
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.custom-footer .footer-top .footer-top-row2-col3 ul li:first-child{
  margin:0;
}
.custom-footer .footer-top .footer-top-row2-col3 img{
  max-height: 30px;
  max-width: 100px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.custom-footer .footer-top .footer-top-row2-col3 img:hover{
  opacity: 0.75;
}
.custom-footer .footer-bottom{
  background-color: #2c2c2c;
  padding: 20px 0;
  padding-top: 21px;
  line-height: 18px;
}
.custom-footer .footer-bottom .footer-bottom-left-col{
  float:left;
  color: #dcdcdc;    
  font-size: 14px;
  width:auto;

}
.custom-footer .footer-bottom .footer-bottom-right-col{
  float:right;
  width:auto;
}
.custom-footer .footer-bottom .footer-bottom-right-col ul li{
  display:inline-block;
}
.custom-footer .footer-bottom .footer-bottom-right-col ul li a{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color:#fff;
  text-transform:uppercase;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-weight:600;
}
.custom-footer .footer-bottom .footer-bottom-right-col ul li a:hover{
  opacity:0.75;
}
.custom-footer .footer-bottom .footer-bottom-right-col ul li:last-child a{
  padding-left: 13px;
}



.footer-menu a {
  font-size: 16px;
  text-decoration: none;
  color: #dcdcdc;
}

.footer-menu .hs-menu-wrapper > ul > li {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  max-width: 13.5%;
  width: 13%;
  float: left !important;
  margin-right: 1%;
}
.footer-menu .hs-menu-wrapper > ul {
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 600;
}

.footer-menu .hs-menu-wrapper > ul ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #dcdcdc;
  font-weight: 600;
}

.footer-menu .hs-menu-wrapper > ul ul li {
  margin-top: 14px;
  line-height: 28px;
}


.footer-menu .hs-menu-wrapper > ul ul {
  margin-top: 22px;
}
.widget-span.custom-footer-menu {
  min-height: 0;
}
.footer-menu .hs-menu-wrapper > ul {
  display: none;
  width: 100%;
}
.footer-menu .hs-menu-wrapper > ul ul li a {
  line-height: 30px;
  display: inline-block !important;
}
body.close-sitemap a#open-sitemap span {
  display: none;
}

body.close-sitemap a#open-sitemap:before {
  content: "Close";
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
.custom-footer .footer-top .footer-top-row2-col3 img {
  vertical-align: middle;
}

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

/* Parent List */
.widget-type-cell.desktop{
  display:block;
}
.widget-type-cell.mobile{
  display:none;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block;
  text-align:center;
}



.custom-menu-primary .hs-menu-wrapper > ul > li {
  border-bottom: 3px solid rgba(255,255,255,0);
  margin: 0 1.25vw;
  display: inline-block;
  float: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
  border-bottom: 3px solid rgba(255,255,255,1);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: inline-block;
  text-align: center;
  padding: 7px 0 ;
  padding-top:8px;
  text-decoration: none;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#fff;
  font-weight:600;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  border-bottom: 3px solid rgba(255,255,255,1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{

}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  width:200px;
  background-color: rgba(255,255,255,1);
  padding: 8px 0;
  /* margin-top: 3px; */
  text-align: left;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  top:calc(100% + 3px);
}
.custom-menu-primary .hs-menu-wrapper > ul >li:last-child ul{
  left:auto!important;
  right:0!important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  color: #505050;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  white-space: nowrap;
  color: inherit;
  padding: 5px 15px !important;
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0px;
  text-align: left;
  font-weight:600;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #ab0635;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  float:none;
}
.custom-header .header-top .header-top-right-col .search-form-area form input[type="text"] {
  line-height: 32px;
  height: 30px;
}
/* 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;
  white-space: normal;

}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:980px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .show-mobile {
    display:none !important;
  }
  .widget-type-cell.custom-header{
    position:fixed;
    top:0;
    left:0;
    z-index:555;
    width:100%;
  }
  .body-container{
    padding-top:171px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    letter-spacing: 0.1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    color: #ab0635;
  }
}


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

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

@media (max-width: 979px){
  .widget-type-cell.desktop{
    display:none;
  }
  .widget-type-cell.mobile{
    display:block;
  }

  /* 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 */
    background-image: url(//cdn2.hubspot.net/hubfs/5058519/University_School_November2018%20/images/Menu.png);
    margin-right: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 40px;
  }
  .mobile-trigger i{
    position: relative;
    top: 11px;
    font-style: normal;
    left: 34px;
    font-size: 16px;
  }
  .widget-span.show-mobile.mobile-header {
    background-color: #1e1e1e;
    min-height: 48px;
    position: relative;
  }

  /* Change button when menu is open */
  /* Toggle Button Icon */

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }

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

  .custom-menu-primary.js-enabled{
    position: static;
    padding-top: 0px;
    margin:0px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 48px;
    z-index: 55;
    left: -100%;
    padding: 0;
    transition: left 0.3s ease-in-out;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    left: 0;
  }

  /* 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 .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0 !important;
    border-bottom:none !important;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    font-size: 18px;
    color: #505050;
    background-color: #fff;
    text-transform: capitalize;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #9B2743;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  ul.usa a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
    color: transparent;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-image: url(//cdn2.hubspot.net/hubfs/5058519/University_School_November2018%20/images/usa.png?t=1541151187729);
    width: 100px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85px;
  }

  .mobile-trigger.mobile-icon {
    position: absolute;
    left: 5px;
  }

  ul.usa {
    float: right;
    padding: 0 5px;
  }

  .mobile-trigger i {
    color: #fff;
    font-size: 16px;
    top: 6px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 15px 20px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
    border-bottom: 1px solid #990626;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back > a {
    display: block;
    position: relative;
    outline: 0;
    background-color: #f0f0f0;
    color: #303030;
    font-size: 16px;
    padding-bottom: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back > a:before {
    float: left;
    text-indent: -9999px;
    background-image: url(//cdn2.hubspot.net/hubfs/5058519/University_School_November2018%20/images/l-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 16px;
    min-width: 16px;
    margin-right: 10px;
    content: "";
    margin-top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #9B2743;
  }
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.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 =============== * /

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

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

/* Labels and Legends * /
label {}
.hs-form-field > label {}

/* One Line Inputs * /
.body-container input[type="text"],
.body-container input[type="password"],
.body-container input[type="datetime"],
.body-container input[type="datetime-local"],
.body-container input[type="date"],
.body-container input[type="month"],
.body-container input[type="time"],
.body-container input[type="week"],
.body-container input[type="number"],
.body-container input[type="email"],
.body-container input[type="url"],
.body-container input[type="search"],
.body-container input[type="tel"],
.body-container input[type="color"],
.body-container textarea,
.body-container select {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 500px;        
}

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


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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Excluding CTAs) =============== * /
ul.hs-error-msgs.inputs-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

ul.hs-error-msgs.inputs-list label {
  color: #f00;
}
.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  display: inline-block;
  padding: 4px 12px;
  margin:10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: inherit;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover,
.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}





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


/*****************************************/
/* Hubspot Default Form Styling   */
/*****************************************/

.hs-button-reset,
.hs-form .hs-button {
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0
}

.base-hs-button-styles,
.hs-form .hs-button {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center
}

.base-hs-button-styles:hover,
.hs-form .hs-button:hover {
    text-decoration: none
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
    cursor: pointer
}

input.hs-input,
textarea.hs-input,
select.hs-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

textarea.hs-input {
    padding-top: 5px
}

html.webkit textarea.hs-input {
    padding-top: 6px;
    padding-left: 5px
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    border: none
}

input.hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input.hs-input[type=button],
input.hs-input[type=reset],
input.hs-input[type=submit] {
    width: auto;
    height: auto
}

input.hs-input[type=search] {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background-image: url("/common_assets/static-2.158/img/form/search.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 3px;
    background-position: 8px 8px
}

html.firefox input.hs-input[type=search] {
    position: relative;
    top: 1px
}

input.hs-input[type=search].transparent-image {
    background-image: url("/common_assets/static-2.158/img/form/search-transparent.png")
}

input.hs-input[type="search"]::-webkit-search-decoration,
input.hs-input[type="search"]::-webkit-search-cancel-button,
input.hs-input[type="search"]::-webkit-search-results-button,
input.hs-input[type="search"]::-webkit-search-results-decoration {
    display: none
}

select.hs-input,
input.hs-input[type=file] {
    height: 27px
}

select[multiple].hs-input {
    height: inherit
}

textarea.hs-input {
    height: auto
}

.hs-input:-moz-placeholder {
    color: #bfbfbf
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf
}

input.hs-input,
textarea.hs-input {
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1)
}

input.hs-input:focus,
textarea.hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6)
}

input.hs-input.error,
.hs-form div.field.error input,
.hs-form div.field.error textarea,
.hs-form div.field.error .chzn-choices,
textarea.hs-input.error {
    border-color: #c87872;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25)
}

input.hs-input.error:focus,
.hs-form div.field.error input:focus,
.hs-form div.field.error textarea:focus,
.hs-form div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus {
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5)
}

.input-mini.hs-input,
input.mini.hs-input,
textarea.mini.hs-input,
select.mini.hs-input {
    width: 60px
}

.input-small.hs-input,
input.small.hs-input,
textarea.small.hs-input,
select.small.hs-input {
    width: 90px
}

.input-medium.hs-input,
input.medium.hs-input,
textarea.medium.hs-input,
select.medium.hs-input {
    width: 150px
}

.input-large.hs-input,
input.large.hs-input,
textarea.large.hs-input,
select.large.hs-input {
    width: 210px
}

.input-xlarge.hs-input,
input.xlarge.hs-input,
textarea.xlarge.hs-input,
select.xlarge.hs-input {
    width: 270px
}

.input-xxlarge.hs-input,
input.xxlarge.hs-input,
textarea.xxlarge.hs-input,
select.xxlarge.hs-input {
    width: 530px
}

.input-stretch.hs-input,
input.stretch.hs-input,
textarea.stretch.hs-input,
select.stretch.hs-input {
    box-sizing: border-box;
    width: 100%
}

textarea.hs-input.xxlarge {
    overflow-y: auto
}

input.hs-input.span1,
textarea.hs-input.span1,
select.hs-input.span1 {
    display: inline-block;
    float: none;
    width: 30px;
    margin-left: 0
}

input.hs-input.span2,
textarea.hs-input.span2,
select.hs-input.span2 {
    display: inline-block;
    float: none;
    width: 90px;
    margin-left: 0
}

input.hs-input.span3,
textarea.hs-input.span3,
select.hs-input.span3 {
    display: inline-block;
    float: none;
    width: 150px;
    margin-left: 0
}

input.hs-input.span4,
textarea.hs-input.span4,
select.hs-input.span4 {
    display: inline-block;
    float: none;
    width: 210px;
    margin-left: 0
}

input.hs-input.span5,
textarea.hs-input.span5,
select.hs-input.span5 {
    display: inline-block;
    float: none;
    width: 270px;
    margin-left: 0
}

input.hs-input.span6,
textarea.hs-input.span6,
select.hs-input.span6 {
    display: inline-block;
    float: none;
    width: 330px;
    margin-left: 0
}

input.hs-input.span7,
textarea.hs-input.span7,
select.hs-input.span7 {
    display: inline-block;
    float: none;
    width: 390px;
    margin-left: 0
}

input.hs-input.span8,
textarea.hs-input.span8,
select.hs-input.span8 {
    display: inline-block;
    float: none;
    width: 450px;
    margin-left: 0
}

input.hs-input.span9,
textarea.hs-input.span9,
select.hs-input.span9 {
    display: inline-block;
    float: none;
    width: 510px;
    margin-left: 0
}

input.hs-input.span10,
textarea.hs-input.span10,
select.hs-input.span10 {
    display: inline-block;
    float: none;
    width: 570px;
    margin-left: 0
}

input.hs-input.span11,
textarea.hs-input.span11,
select.hs-input.span11 {
    display: inline-block;
    float: none;
    width: 630px;
    margin-left: 0
}

input.hs-input.span12,
textarea.hs-input.span12,
select.hs-input.span12 {
    display: inline-block;
    float: none;
    width: 690px;
    margin-left: 0
}

input.hs-input.span13,
textarea.hs-input.span13,
select.hs-input.span13 {
    display: inline-block;
    float: none;
    width: 750px;
    margin-left: 0
}

input.hs-input.span14,
textarea.hs-input.span14,
select.hs-input.span14 {
    display: inline-block;
    float: none;
    width: 810px;
    margin-left: 0
}

input.hs-input.span15,
textarea.hs-input.span15,
select.hs-input.span15 {
    display: inline-block;
    float: none;
    width: 870px;
    margin-left: 0
}

input.hs-input.span16,
textarea.hs-input.span16,
select.hs-input.span16 {
    display: inline-block;
    float: none;
    width: 930px;
    margin-left: 0
}

input.hs-input[disabled],
select.hs-input[disabled],
textarea.hs-input[disabled] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed
}

.help-inline,
.help-block {
    font-size: 11px;
    line-height: 18px;
    color: #818181
}

.help-inline {
    padding-left: 5px
}

.help-block {
    display: block;
    max-width: 600px
}

.inline-inputs {
    color: #818181
}

.inline-inputs span,
.inline-inputs input {
    display: inline-block
}

.inline-inputs input.mini {
    width: 60px
}

.inline-inputs input.small {
    width: 90px
}

.inline-inputs span {
    padding: 0 2px 0 1px
}

.input-prepend input,
.input-append input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-prepend .add-on,
.input-append .add-on {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #ccc;
    z-index: 2;
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 4px 4px 5px;
    margin-right: -1px;
    font-weight: normal;
    line-height: 18px;
    color: #bfbfbf;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-prepend .active,
.input-append .active {
    background: #bfe0bf;
    border-color: #59ad59
}

.input-append input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-append .add-on {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-right: 0;
    margin-left: -1px
}

.hs-form {
    margin-bottom: 18px
}

.hs-form fieldset {
    margin-bottom: 18px;
    padding-top: 18px
}

.hs-form fieldset legend {
    display: block;
    margin-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #414141
}

.hs-form .clearfix,
.hs-form .field,
.hs-form .hs-form-field {
    margin-bottom: 18px
}

.hs-form .clearfix:after,
.hs-form .field:after,
.hs-form .hs-form-field:after {
    content: "";
    display: table;
    clear: both
}

.hs-form label {
    padding-top: 5px;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    float: left;
    width: 130px;
    text-align: right;
    color: #414141
}

.hs-form .input {
    margin-left: 150px
}

.hs-form div.field.error {
    background: #fae5e3;
    padding: 6px 0;
    margin-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.hs-form div.field.error>label,
.hs-form div.field.error span.help-inline,
.hs-form div.field.error span.help-block {
    color: #9d261d
}

.hs-form div.field.error .input-prepend span.add-on,
.hs-form div.field.error .input-append span.add-on {
    background: #f4c8c5;
    border-color: #c87872;
    color: #b9554d
}

.hs-form .hsErrMsgContainer ul {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 7px;
    list-style: none
}

.hs-form .hsErrMsgContainer ul li {
    font-size: 12px;
    color: #a44e47
}

.hs-form .hsErrMsgContainer .hs-block-message {
    min-width: 200px;
    width: 200px
}

.hs-form .hsErrMsgContainer .hs-block-message ul {
    margin-top: 0px
}

.hs-form .actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.hs-form .inputs-list {
    margin: 0 0 5px;
    width: 100%
}

.hs-form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%
}

.hs-form .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal
}

.hs-form .inputs-list label strong {
    color: #818181
}

.hs-form .inputs-list label small {
    font-size: 11px;
    font-weight: normal
}

.hs-form .inputs-list .inputs-list {
    margin-left: 25px;
    margin-bottom: 10px;
    padding-top: 0
}

.hs-form .inputs-list:first-child {
    padding-top: 6px
}

.hs-form .inputs-list>li+li {
    padding-top: 2px
}

.hs-form .inputs-list input[type=radio],
.hs-form .inputs-list input[type=checkbox] {
    margin-bottom: 0
}

.hs-form.stacked {
    padding-left: 20px
}

.hs-form.stacked fieldset {
    padding-top: 9px
}

.hs-form.stacked legend {
    margin-left: 0
}

.hs-form.stacked label {
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px
}

.hs-form.stacked .field {
    margin-bottom: 18px
}

.hs-form.stacked .field div.input {
    margin-left: 0
}

.hs-form.stacked .field div.input>input+a,
.hs-form.stacked .field div.input select+a,
.hs-form.stacked .field div.input textarea+a {
    margin-top: 4px;
    display: block
}

.hs-form.stacked .inputs-list {
    margin-bottom: 0
}

.hs-form.stacked .inputs-list>li {
    padding-top: 0
}

.hs-form.stacked .inputs-list>li label {
    font-weight: normal;
    padding-top: 0
}

.hs-form.stacked div.error {
    padding: 3px 10px 6px;
    margin-top: 0;
    margin-left: -10px;
    margin-bottom: 9px
}

.hs-form.stacked .actions {
    margin-left: -20px;
    padding-left: 20px
}

.hs-form {
    padding-left: 0px
}

.hs-form.stacked {
    padding-left: 0px
}

.hs-form.stacked fieldset {
    padding: 0
}

.hs-form .hs-button {
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #003057;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ec8f4), color-stop(100%, #3574e3));
    background-image: -webkit-linear-gradient(top, #7ec8f4, #3574e3);
    background-image: -moz-linear-gradient(top, #7ec8f4, #3574e3);
    background-image: linear-gradient(top, #7ec8f4, #3574e3); 
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    border-radius: 4px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.hs-form .hs-button:visited,
.hs-form .hs-button:hover {
    color: #fff
}

.hs-form .hs-button:hover:not(.inactive),
.hs-form .hs-button:focus:not(.inactive),
.hs-form .hs-button.hovered:not(.inactive) {
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3
}

.hs-form .hs-button:active:not(.inactive):not(.link),
.hs-form .hs-button.depressed:not(.inactive):not(.link),
.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    background-color: #599eeb;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3574e3), color-stop(100%, #599eeb));
    background-image: -webkit-linear-gradient(top, #3574e3, #599eeb);
    background-image: -moz-linear-gradient(top, #3574e3, #599eeb);
    background-image: linear-gradient(top, #3574e3, #599eeb);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px -1px 0px rgba(255, 255, 255, 0.3);
    border-top: 1px solid #1c4ed5;
    border-bottom: 1px solid #4084e2;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6
}

.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.hs-form .hs-button.disabled.disabled.disabled.disabled,
.hs-form .hs-button[disabled][disabled][disabled] {
    background-color: #6387c5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88b1ce), color-stop(100%, #6387c5));
    background-image: -webkit-linear-gradient(top, #88b1ce, #6387c5);
    background-image: -moz-linear-gradient(top, #88b1ce, #6387c5);
    background-image: linear-gradient(top, #88b1ce, #6387c5);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0);
    border-top: 1px solid #7baacc;
    border-bottom: 1px solid #5774be;
    border-right: 1px solid #6c94c7;
    border-left: 1px solid #6c94c7;
    cursor: default;
    color: #ededed;
    text-shadow: none;
    opacity: 0.6
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before,
.hs-form .hs-button[disabled][disabled][disabled].next:before {
    opacity: 0.5
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before,
.hs-form .hs-button[disabled][disabled][disabled].previous:before {
    opacity: 0.5
}

.hs-form .hs-button.next:before,
.hs-form .hs-button.previous:before {
    background: url(/style_guide/static-8.319/img/hs-button-arrows.png) center 0 no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    content: " ";
    z-index: 99
}

.hs-form .hs-button.next {
    padding-right: 32px
}

.hs-form .hs-button.next:before {
    right: 9px
}

.hs-form .hs-button.previous {
    padding-left: 32px
}

.hs-form .hs-button.previous:before {
    background-position: center -16px;
    left: 9px
}

.hs-form .hs-button.inactive {
    cursor: default
}

.hs-form ul {
    list-style: none
}

.hs-form label {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form label.hidden {
    display: none
}

.hs-form .hs-field-desc {
    color: #aaa;
    margin: 0px 0px 5px 150px;
    font-size: 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form .hs-form-required {
    color: red
}

.hs-form .field {
    margin-bottom: 9px
}

.hs-form .hs-richtext {
    margin-bottom: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #414141
}

.hs-form .hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%
}

.hs-form .email-correction,
.hs-form .email-validation {
    padding-top: 3px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form .email-correction a,
.hs-form .email-validation a {
    cursor: pointer
}

.hs-form .inputs-list {
    padding-left: 5px;
    list-style: none
}

.hs-form .inputs-list li input {
    margin: 3px 5px 3px 0px
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
    margin-right: 5px
}

.hs-form input:not([type="image"]),
.hs-form textarea {
    box-sizing: content-box
}

.hs-form.stacked .hs-field-desc {
    margin: 0px 0px 2px 0px
}

.hs-form .hs-input,
.hs-form textarea.hs-input {
    box-sizing: border-box;
    max-width: 500px;
    width: 90%
}

.hs-form .hs-input:not[type=checkbox],
.hs-form .hs-input:not[type=radio],
.hs-form textarea.hs-input:not[type=checkbox],
.hs-form textarea.hs-input:not[type=radio] {
    min-height: 18px;
    min-width: 100px
}

.hs-form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
    float: right
}

.hs-form .actions .secondary-action a {
    line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
    text-decoration: underline
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-single {
    *zoom: 1
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 0.5;
    *position: absolute;
    *top: 0
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: 0.2
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table th,
.pika-table td {
    width: 14.28571%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: bold
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: 0.3
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important
}

.pika-week {
    font-size: 11px;
    color: #999
}

.hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 500px
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 95%
}

.hs-form fieldset.form-columns-1 .input {
    margin-right: 8px
}

.hs-form fieldset.form-columns-1 input[type="checkbox"],
.hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left
}

.hs-form fieldset.form-columns-2 .input {
    margin-right: 8px
}

.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.7%;
    float: left
}

.hs-form fieldset.form-columns-3 .input {
    margin-right: 8px
}

.hs-form fieldset .hs-form-field.hidden-label {
    margin-top: 24px
}

.hs-form .hs-social-login {
    border-radius: 3px;
    box-sizing: content-box;
    width: 95%;
    max-width: 480px;
    height: 90px
}

.hsformerror {
    margin: 0 0 2px;
    padding: 2px 6px;
    height: auto;
    background-color: #fdd2d0;
    font-size: 11px;
    border: 1px solid #fcb3af;
    padding: 4px 16px 4px 10px;
    color: #000;
    display: none;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
    background-image: -webkit-linear-gradient(#fefefe, #fdd2d0);
    background-image: -moz-linear-gradient(#fefefe, #fdd2d0);
    background-image: -o-linear-gradient(#fefefe, #fdd2d0);
    background-image: linear-gradient(#fefefe, #fdd2d0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    z-index: 99999
}

.hsformerror em {
    border: 10px solid;
    border-color: #fdd2d0 transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 60px;
    position: absolute;
    width: 0
}

.hsformerror p {
    font-family: Lucida Grande, Lucida Sans Unicode, bitstream vera sans, trebuchet ms, verdana, sans-serif;
    margin: 0;
    float: left;
    margin-right: 8px
}

.hsformerror:hover {
    cursor: default
}

.hsformerror .close-form-error {
    float: right;
    display: inline;
    top: 3px;
    position: absolute;
    font-family: Verdana !important;
    color: #b17c79 !important;
    cursor: pointer !important;
    font-size: 11px !important;
    font-weight: normal !important
}

.hsformerror .close-form-error:hover {
    color: #cc8884
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
    form.hs-form .form-columns-2 .hs-form-field,
    form.hs-form .form-columns-3 .hs-form-field {
        float: none;
        width: 100%
    }
    form.hs-form .form-columns-2 .hs-form-field .hs-input,
    form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 95%
    }
}

@media (max-width: 422px) {
    .all-social-types {
        height: 100px
    }
}

@media (max-width: 342px) {
    .hs-social-login {
        height: 72px
    }
}    




/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.subscribe-options label {
  margin: 0;
}

/* 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 (min-width: 1200px){
  .container-fluid .row-fluid .page-center{
    max-width:1185px;
  }
}
@media (max-width: 1300px){

  .custom-header .header-top .custom-logo-area .custom-logo {
    left: 0;
  }

}

@media (max-width: 1300px) and (min-width: 1200px){
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-header .header-top .custom-logo-area .custom-logo {
    left: 0;
  }

}

@media (max-width: 1000px) and (min-width: 980px){
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-header .header-top .custom-logo-area .custom-logo {
    left: 0;
  }

}
@media (max-width: 1199px) and (min-width: 980px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    letter-spacing:0px;
  }
}

@media (max-width: 1199px) and (min-width: 768px){
  .footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
    letter-spacing: 0;
  }

  .footer-menu .hs-menu-wrapper > ul ul li a {
    font-size: 13px;
  }
}

@media (max-width: 979px){
  .header-container-wrapper {
    min-height: 108px;
  }
  .custom-header .header-top {
    background-color: #1d1d1d;
    position: fixed;
    width: 100%;
  }
  .custom-header .container-fluid .row-fluid .page-center{
    padding-left:0!important;
    padding-right:0!important;
    width:100%!mportant;
  }
  .custom-header .header-top .custom-logo-area{
    width: 100%;
    text-align: center;
  }
  .custom-header .header-top .custom-logo-area .custom-logo{
    left:0;
  }
  .custom-header .header-top .custom-logo-area img {
    width: 285px;
  }
  .custom-header .header-top .header-top-right-col{
    width: 100%;
    text-align: center;
    float: none;
  }
  .custom-header .header-top .header-top-right-col .usa-area,
  .custom-header .header-top .header-top-right-col .search-form-area,
  .custom-header .header-top .header-top-right-col .social-icon-area{
    float: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .custom-header .header-top .header-top-right-col .social-icon-area{
    padding-bottom: 10px;
  }
  .custom-header .header-top .header-top-right-col .social-icon-area ul.social-icon li {
    float: none;
    display: inline-block;
    margin-left: 15px;
    padding-top: 0px;
  }
  .custom-header .header-top .header-top-right-col .search-form-area form{
    margin:auto;
  }
  .custom-header .header-bottom{
    background-color:#000;
  }
}
@media (max-width: 979px) and (min-width: 768px){
  .container-fluid .row-fluid .page-center{
    max-width:734px;
  }
}
@media (max-width: 780px) and (min-width: 768px){
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

}

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

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center{
    max-width:none;
    width:auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-footer .footer-top .footer-top-row2-col1,
  .custom-footer .footer-top .footer-top-row2-col2,
  .custom-footer .footer-top .footer-top-row2-col3,
  .custom-footer .footer-bottom .footer-bottom-left-col,
  .custom-footer .footer-bottom .footer-bottom-right-col,
  .custom-footer .footer-bottom .footer-bottom-right-col ul li{
    display:block;
    width:100%;
    float:none;
    text-align:center;
  }
  .custom-footer .footer-top .footer-top-row1{
    margin-bottom:20px;
    margin-top:0;
  }
  .custom-footer .footer-top .footer-top-row1 ul li{
    width: 100%;
    margin: 25px 0 0;
  }
  .custom-footer .footer-top .footer-top-row2-col1,
  .custom-footer .footer-top .footer-top-row2-col2,
  .custom-footer .footer-top .footer-top-row2-col3,
  .custom-footer .footer-top .footer-top-row2-col3 ul,
  .custom-footer .footer-bottom .footer-bottom-left-col,
  .custom-footer .footer-bottom .footer-bottom-right-col ul li{
    padding-bottom:20px;
  }
  .custom-footer .footer-top .footer-top-row2-col3 ul{
    margin-top:21px;
  }
  .custom-footer .footer-top .footer-top-row2-col1,
  .custom-footer .footer-top .footer-top-row2-col2{
    padding-right:0px;
  }
  .custom-footer .footer-top .footer-top-row2-col3{
    padding-bottom:0px;
  }
  .custom-footer .footer-bottom .footer-bottom-left-col{
    padding-bottom:22px;
  }
  .custom-footer .footer-bottom .footer-bottom-right-col ul li:last-child{
    padding-bottom:40px;
  }
  .custom-footer .footer-bottom .footer-bottom-right-col ul li:last-child a {
    padding-left:0px;
  }
  .custom-footer .footer-top .footer-top-row2-col3 ul li{
    float:none;
    margin: 11px 19px !important;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    float: none !important;
    display: block !important;
    max-width: 100% !important;
    margin-bottom: 13px;
  }

  .footer-menu .hs-menu-wrapper > ul {
    padding-bottom: 36px;
  }

}  


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

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