/* ==========================================================================
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=Open+Sans+Condensed:300,300i,700');
@font-face {
  font-family: "Adobe-Caslon-W01-SmBd";
  src: url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/AdobeCaslonW01-SmBd.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/AdobeCaslonW01-SmBd.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/AdobeCaslonW01-SmBd.ttf') format('ttf');
}
@font-face {
  font-family: "Didot-W01-Italic";
  src: url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/DidotW01-Italic.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/DidotW01-Italic.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/DidotW01-Italic.ttf') format('ttf');
}
@font-face {
  font-family: "Adobe-Caslon-W01-SmBd";
  src: url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/AdobeCaslonW01-SmBd-1.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/AdobeCaslonW01-SmBd-1.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/AdobeCaslonW01-SmBd-1.ttf') format('ttf');
}
@font-face {
  font-family: "DIN-Next-W01-Light";
  src: url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/DINNextW01-Light.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/DINNextW01-Light.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/DINNextW01-Light.ttf') format('ttf');
}
@font-face {
  font-family: "Helvetica-W01-Light";
  src: url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/HelveticaW01-Light.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/HelveticaW01-Light.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/HelveticaW01-Light.ttf') format('ttf');
}
@font-face {
  font-family: "Bodoni-W01-Poster";
  src: url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/BodoniW01-Poster.eot')format('eot'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/BodoniW01-Poster.woff')format('woff'),
    url('//cdn2.hubspot.net/hubfs/5540957/Bethany_Rogers_Law_March2019/Fonts/BodoniW01-Poster.ttf') format('ttf');
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #171717;
  font-family: "times new roman", "times", "Sans-Serif";
  font-size: 16px;
  line-height: normal;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1010px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

/* 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 22px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

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

h1 {
  color: #171717;
  line-height: normal;
  font-size: 40px;
  font-family: times new roman,times,serif;
  font-weight:normal;
}
h2 {
  color: #171717;
  line-height: normal;
  font-size: 30px;
  font-family: times new roman,times,serif;
  font-weight:normal;
}
h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
}
h4 {
  font-size: 16px;
  font-family: times new roman,times,serif;
  line-height: normal;
  font-weight: normal;
}
h5 {}
h6 {}

/* Anchor Links */
a {
  color: #171717;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.custom-header {
  border-bottom: 5px solid rgba(112, 112, 112, 1);
  background: #fff;
}
.custom-logo {
  max-width: 388px;
  text-align: center;
  margin: 33px 0 28px;
  font-weight: bold;
  font-family: adobe-caslon-w01-smbd,serif;
  font-size: 30px;
  color: #08204D;
  line-height: 37px;
  padding-left: 0;
}
.custom-logo a {
  color: #08204D;
  text-decoration: none;
}
.custom-logo i {
  font-size: 24px;
  display: block;
}
.custom-header-contact-details h1 {
  font-size: 17px;
  line-height: 23px;
  margin: 0;
  color: #08204d;
  font-weight: bold;
  font-family: didot-w01-italic,serif;
}
.custom-header-contact-details h1 a {
  color: #08204D;
  text-decoration:none;
}
.custom-header-contact-details {
  padding: 28px 0 0 80px;
}


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

.body-container-wrapper {}
.body-container {}
.body-container .page-center {
  padding-top:50px;
  padding-bottom:50px;
}
/* ============= Full Width Layout Website Page ============= */
.custom-banner {
  text-align: center;
  background-color: rgba(8, 32, 77,1.0);
  color: #fff;
  padding: 77px 0;
}
.custom-banner .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-banner h1 {
  font-family: times new roman,times,serif;
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 51px;
  margin: 0;
}
.custom-banner p {
  margin-top: 48px;
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 25px;
}
.custom-banner .custom-btn {
  margin-top: 27px;
  margin-bottom: 28px;
}
.custom-btn {
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
  border: solid rgba(8, 32, 77, 1) 2px;
  text-align: center;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  color: #08204D;
  display: inline-block;
  font: normal normal normal 18px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
  padding: 19px 38px;
}
.custom-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(8, 32, 77, 1);
  color: #F20707;
}
.hs-full-width-layout-row-1 .page-center {
  padding-top: 98px;
  padding-bottom: 91px;
}
.hs-full-width-layout-row-1 p {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 23px;
}
.custom-btn.small-btn {
  font: italic normal normal 20px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
  padding: 11px 22px 10px;
}
.hs-full-width-layout-row-1 .custom-btn {
  margin-top: 82px;
}

/* ============= My Successes Website Page ============ */
.hs-my-successes-layout .custom-banner {
  padding: 52px 0 30px;
}
.hs-my-successes-layout .custom-banner p {
  margin-top: 26px;
  line-height: 26px;
}
.hs-my-successes-layout .custom-banner .custom-btn {
  margin-top: 39px;
}
.hs-my-successes-layout-row-1 .page-center {
  padding: 67px 85px !important;	
}
.hs-my-successes-layout-row-1 p {
  font-size: 15px;
  margin: 0;
  line-height: 20px;
}
.hs-my-successes-layout-row-1 ul {
  line-height: normal;
  margin: 0 0 0 0.5em;
  padding-left: 1.3em;
  color: rgb(0, 0, 0);
  font-family: times new roman,times,serif;
  font-size: 15px;
  margin-bottom: 20px;
}

/* ============= About us Website Page ============ */
.hs-about-us-layout-row-1 p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
}
.custom-section-header-module {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 44px;
}
.custom-section-header-module h1 {
  font-size: 40px;
  margin: 0;
  line-height: 52px;
}
.custom-section-header-module p {
  font-size: 30px;
  font-style: italic;
  margin: 0;
  line-height: 40px;
}
.custom-two-col-content-with-img-md {
  margin: 0 -7px;
}
.custom-two-col-content-with-img-md .custom-two-col-img-col {
  width: 32.1%;
  float: left;
  padding: 0 7px;
  padding-top: 4px;
}
.custom-two-col-content-with-img-md .custom-two-col-img-content-col {
  width: 67.9%;
  float: left;
  padding: 0 7px;
}
.hs-about-us-layout-row-1 h4 {
  margin: 46px 0;
}

/* =============== Practice Areas Website Page ============== */
.custom-practice-areas-md {
  background-color: rgba(8, 32, 77, 1);
  color: #fff;
  padding: 64px 0;
}
.custom-practice-areas-md .page-center {
  padding: 0 152px !IMPORTANT;
}
.custom-practice-areas-header {
  text-align: center;
}
.custom-practice-areas-header h1 {
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  margin: 0 0 63px;
}
.custom-practice-areas-row {
  margin: 0 -15px;
}
.custom-practice-areas-row .custom-practice-areas-btn-col {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 14px;
}
.custom-practice-areas-row .custom-practice-areas-content-col {
  width: 50%;
  float: left;
  padding: 0 15px;
  padding-left: 42px;
}
.custom-practice-areas-btn-item {
  margin: 0 0 17px;
}
.custom-practice-areas-row {
  padding-top: 11px;
}
.custom-practice-areas-btn-item a {
  background-color: transparent;
  border: solid rgba(255, 255, 255, 1) 2px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  font: normal normal normal 22px/1.4em 'times new roman',times,serif;
  position: relative;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  max-width: 221px;
  text-align: center;
  padding: 11px 10px 10px;
}
.custom-practice-areas-btn-item a:hover {
  background-color: transparent;
  border-color: rgba(8, 32, 77, 1);
  color: #F20707;
}
.custom-practice-areas-content-col ul {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(255, 255, 255);
  font-family: times new roman,times,serif;
  font-size: 28px;
  margin-top: -2px;
}
.custom-practice-areas-content-col ul li {
  line-height: 35px;
}

/* ================ Penalties Website Page ================ */
.hs-penalties-layout .custom-banner p {
  margin-top: 63px;
  margin-bottom: 62px;
}
.hs-penalties-layout .custom-banner .custom-btn {
  margin-bottom: 0;
}
.hs-penalties-layout .custom-banner {
  padding-bottom: 66px;
}
.customp-btn-group-md {
  text-align: center;
  padding: 106px 0 122px;
}
.customp-btn-group-md .customp-btn-grp-item {
  position: relative;
  width: 100%;
  max-width: 182px;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top;
  padding: 0px 15px;
}
.customp-btn-group-md .customp-btn-grp-item a {
  background-color: transparent;
  border: solid rgba(8, 32, 77, 1) 3px;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  font: italic normal normal 14px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
  transition: color 0.4s ease 0s;
  color: #08204D;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  padding: 9px 10px 8px;
}
.customp-btn-group-md .customp-btn-grp-item a:hover {
  color: #E21C21;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(8, 32, 77, 1);
}
.hs-penalties-layout-row-1 h3 {
  line-height: 24px;
  margin-bottom: 25px;
}
.hs-penalties-layout-row-1 p {
  font-size: 18px;
  margin: 0 0 24px;
  line-height: 24px;
}
.hs-penalties-layout-row-1 h3#first-offense {
  margin-bottom: 19px;
}
.hs-penalties-layout-row-1 ul {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
  font-family: times new roman,times,serif;
  font-size: 18px;
  margin-bottom: 24px;
}
.hs-penalties-layout-row-1 ul li p {
  margin: 0;
  color: #000000;
}
.hs-penalties-layout-row-1 h3#fifth-offense {
  margin-bottom: 24px;
}
.hs-penalties-layout-row-1 .custom-btn {
  margin: 63px 0 27px;
}
/* ============== Contact Website Page ============ */
.hs-contact-layout .body-container {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: -6px;
}
.hs-contact-layout-row-1 {
  background-color: rgba(170, 221, 255, 1);
}
.custom-contact-form-title {
  text-align: center;
}
.custom-contact-form-title h3 {
  letter-spacing: 0.15em;
  font-size: 56px;
  color: #221133;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 60px;
}
.hs-contact-layout-row-1 .page-center {
  padding-top: 75px !important;
}
.custom-contact-form-title p {
  font-size: 16px;
  line-height: 1.7em;
  margin: 0;
  padding-top: 7px;
}
.custom-contact-form-title a {
  text-decoration: none;
}
.custom-contact-form-title {
  margin-bottom: 66px;
}
.custom-form {
  max-width: 625px;
  margin: 0 auto 66px !important;
  float: none !important;
  background: #f4f8fa;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 30px 0 20px;
}
.form-wrapper {
  height: 484px;
}
.form-wrapper iframe {
  border: none !IMPORTANT;
}
.custom-form form {
  box-shadow: 0 4px 8px 0 rgba(53,105,128,0.3), 0 6px 20px 0 rgba(165,200,213,0.41);
  background: #fff;
  margin: 0 !important;
  padding: 40px 40px 10px;
}
.custom-form form .hs-input {
  max-width: 100%;
  width: 100% !important;
}
.custom-contact-map {
  max-width: 435px !important;
  margin: 0 auto !IMPORTANT;
  float: none !important;
  margin-bottom: 62px !important;
}
.custom-contact-map iframe {
  border: none;
  margin-bottom: -4px;
  border:1px solid rgba(160, 160, 159, 1);
}
.custom-form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
}
.custom-contact-map .map {
  max-width: 435px;
  height: 349px;
  border: 1px solid rgba(160, 160, 159, 1);
  border-radius: 0;
  padding: 1px;
  width: 100%;
}
.custom-form ul.hs-error-msgs.inputs-list {
  margin-top: 4px;
}



/* ============== Home Page Website Page ================ */
.custom-home-page-banner-wrappre {
  display: flex;
}
.custom-home-page-banner {
  min-height: 837px;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 15px 0;
}
.custom-home-page-banner .page-center {
  width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 93px !important;
}
.custom-home-page-banner h1 {
  text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
  letter-spacing: 0.05em;
  font-family: adobe-caslon-w01-smbd,serif;
  color: #08204D;
  font-size: 62px;
  line-height: 62px;
  margin: 0;
}
.custom-home-page-banner p {
  margin: 0 0 10px;
  font-size: 28px;
  font-family: adobe-caslon-w01-smbd,serif;
  color: #08204D;
  letter-spacing: 0.05em;
  text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
  font-style: italic;
  line-height: 35px;
}
.hs-homepage-layout-row-1 {
  text-align: center;
}
.hs-homepage-layout-row-1 .page-center {
  padding-top: 22px !important;
  padding-bottom: 23px !important;
}
.hs-homepage-layout-row-1 .custom-btn.large-btn {
  padding: 24px 20px 23px;
  font: italic normal normal 20px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
}
.hs-homepage-layout .custom-practice-areas-row .custom-practice-areas-content-col {
  padding-left: 66px;
  padding-bottom: 44px;
}
.hs-homepage-layout .custom-practice-areas-content-col ul {
  margin-top: -8px;
  margin-right: -40px;
}
.hs-homepage-layout-row-3 {
  background: #fff;
  position: relative;
  z-index: 2;
}
.hs-homepage-layout-row-3 .page-center {
  padding: 50px 89px !IMPORTANT;
}
.hs-homepage-layout-row-3-right-content {
  text-align: center;
}
.hs-homepage-layout-row-3-right-content h2 {
  margin: -2px 0 41px;
  font: normal normal normal 35px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-family: times new roman,times,serif;
  color: #000000;
}
.hs-homepage-layout-row-3-right-content p {
  max-width: 502px;
  margin: 0 auto;
  font-size: 18px;
  color: #000000;
  margin-bottom: 24px;
  line-height: 24px;
}
.hs-homepage-layout-row-3-right-content a {
  text-decoration: none;
  color: inherit;
}
.hs-homepage-layout-row-3-right-content .custom-btn.small-btn {
  border: solid rgba(8, 32, 77, 1) 3px;
  font: italic normal normal 14px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
  color: #08204D;
  margin-top: 26px;
  padding: 9px 22px 8px;
  min-width: 163px;
}
.hs-homepage-layout-row-3-right-content .custom-btn.small-btn:hover {
  color: #F20707;
}
.hs-contact-layout-row-1.hs-homepage-layout-row-6 {
  background-color: rgba(127, 204, 255, 1);
  padding-top: 21px;
}
.hs-contact-layout-row-1.hs-homepage-layout-row-6 .custom-contact-map {
  margin-bottom: 29px !important;
}
.hs-contact-layout-row-1.hs-homepage-layout-row-6 .custom-form {
  margin-bottom: 54px !important;
  max-width: 665px;
}
.hs-contact-layout-row-1.hs-homepage-layout-row-6 .custom-contact-form-title h3 {
  margin: 0 0 21px;
}
.hs-contact-layout-row-1.hs-homepage-layout-row-6 .custom-contact-form-title {
  margin-bottom: 57px;
}
.hs-homepage-layout-row-5 {
  text-align: center;
}
.hs-homepage-layout-row-5 .page-center {
  padding-top: 22px;
  padding-bottom: 22px;
}
.hs-homepage-layout-row-5 .custom-btn {
  font: italic normal normal 20px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
  color: #112A4B;
  padding: 24px 52px;
}
.hs-homepage-layout-row-5 .custom-btn:hover {
  color: #F20707;
}
.custom-content-with-parallax {
  min-height: 534px;
  padding: 57px 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.custom-content-with-parallax .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-content-with-parallax h1 {
  font-family: bodoni-w01-poster,bodoni-poster-w10,fantasy;
  letter-spacing: -0.04em;
  font-size: 114px;
  color: #FFFFFF;
  margin: 0 0 28px;
}
.custom-content-with-parallax p {
  margin: 0;
  padding: 0 0 12px;
  font-size: 35px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: open sans condensed,sans-serif;
}
.custom-content-with-parallax p:before, .custom-content-with-parallax p:after {
  content: "";
  background: rgba(255, 255, 255, 1);
  display: block;
  height: 1px;
  max-width: 148px;
  margin: 0 auto;
}
.custom-content-with-parallax p:before {
  margin-bottom: 12px;
}
.custom-content-with-parallax p:after {
  margin-top: 14px;
}
.custom-parallax-sec-btn {
  background-color: rgba(255, 255, 255, 0.6);
  border: solid rgba(23, 23, 23, 1) 3px;
  cursor: pointer;
  color: #171717;
  display: inline-block;
  transition: all 0.4s ease 0s;
  font: italic normal normal 14px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
  position: relative;
  text-decoration: none;
  padding: 9px 15px 8px;
  margin-top: 76px;
  min-width: 210px;
}
.custom-parallax-sec-btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 101, 169, 1);
  color: #F20707;
}
#hs-pwd-widget-password {
  margin-bottom: 17px;
}
.hs-my-successes-layout-row-1 .custom-btn.small-btn {
  margin-top: 8px;
}

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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
  background: rgba(8, 32, 77, 1);
  color: #fff;
  border-top: 4px solid rgba(160, 160, 159, 1);
  padding: 62px 0 42px;
}
.custom-footer-copyright {
  padding-top: 86px;
  text-align: center;
}
.custom-footer-copyright p {
  margin: 0;
  font-size: 14px;
  line-height: normal;
}
.custom-footer-right-content {
  padding: 0 26px 0 52px;
  margin-bottom: 30px;
}
.custom-footer-right-content p {
  font-weight: bold;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}
.custom-footer-left-content {
  text-align: center;
}
.custom-footer-left-content a {
  color: #fff;
  text-decoration: none;
}
.custom-footer-left-content p {
  font-size: 16px;
  line-height: 1.7em;
  margin: 0;
  font-weight: bold;
  margin-top: -4px;
}
.custom-footer-left-content {
  padding-right: 44px;
}
.custom-floation-menu-group {
  display: none;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  padding-left: 8px;
  margin-bottom: 9px !IMPORTANT;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  font: normal normal normal 16px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
  border-left: 1px solid rgba(8, 32, 77, 1);
  float: none !important;
  display: inline-block;
  margin-right: -4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
  border-left: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 0 12px;
  color: #08204D;
  transition: color 0.4s ease 0s;
  text-align: center;
  line-height: 31px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
  border-radius: 5px;
  padding-top: 7px;
  text-align: center;
  min-width: 220px;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {
  min-width: 176px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  font:normal normal normal 16px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
  border-top:1px solid rgba(8, 32, 77, 1);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child{
  border-top:none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #08204D;
  transition: color 0.4s ease 0s;
  text-decoration:none;
  line-height:31px;
  display:block;
  text-transform:uppercase;
  padding:0 .5em;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#F20707;
  transition: color 0.4s ease 0s;
}


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color:#F20707;
    transition: color 0.4s ease 0s;
  }
  .mac .custom-logo {
    line-height:35px;
    margin: 31px 0 29px;
  }

  .mac .custom-home-page-banner .page-center {
    padding-bottom: 123px !important;
  }
  .mac .custom-home-page-banner h1 {
    line-height: 76PX;
  }
  @-moz-document url-prefix() {
    .custom-logo {
      margin: 32px 0 29px;
      line-height: 38px;
    }
  }
}


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger {
    cursor: pointer;
    float: right;
    margin: 10px 0px 6px 0;
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid 1px rgba(255, 255, 255, 1);
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 7px;
    z-index: 9;
  }
  .mobile-trigger svg {
    width: 20px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(23, 23, 23, 1);
    height: 17px;
    padding-top: 0px;
    stroke-linecap: flat;
    stroke: rgba(23, 23, 23, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
  }
  .mobile-open .mobile-trigger .style-jlyfg93f_line1 {
    -webkit-animation-name: style-jlyfg93f_tiny-menu-open-squeeze-1;
    animation-name: style-jlyfg93f_tiny-menu-open-squeeze-1;
  }
  .mobile-open .mobile-trigger .style-jlyfg93f_line2 {
    -webkit-animation-name: style-jlyfg93f_tiny-menu-open-squeeze-2;
    animation-name: style-jlyfg93f_tiny-menu-open-squeeze-2;
  }
  .mobile-open .mobile-trigger .style-jlyfg93f_line3 {
    -webkit-animation-name: style-jlyfg93f_tiny-menu-open-squeeze-3;
    animation-name: style-jlyfg93f_tiny-menu-open-squeeze-3;
  }
  .mobile-open .mobile-trigger svg {
    stroke: rgba(255, 255, 255, 1);
    width: 17px;
    position: relative;
    top: -1px;
    left: -0.5px;
  }
  @-webkit-keyframes style-jlyfg93f_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jlyfg93f_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @-webkit-keyframes style-jlyfg93f_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jlyfg93f_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @-webkit-keyframes style-jlyfg93f_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jlyfg93f_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @-webkit-keyframes style-jlyfg93f_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jlyfg93f_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @-webkit-keyframes style-jlyfg93f_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @keyframes style-jlyfg93f_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @-webkit-keyframes style-jlyfg93f_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }

  @keyframes style-jlyfg93f_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }

  .mobile-trigger .style-jlyfg93f_animating-line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }
  .mobile-trigger .style-jlyfg93f_line1 {
    -webkit-animation-name: style-jlyfg93f_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-jlyfg93f_tiny-menu-open-squeeze-1-reverse;
  }
  .mobile-trigger .style-jlyfg93f_line2 {
    -webkit-animation-name: style-jlyfg93f_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-jlyfg93f_tiny-menu-open-squeeze-2-reverse;
  }
  .mobile-trigger .style-jlyfg93f_line3 {
    -webkit-animation-name: style-jlyfg93f_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-jlyfg93f_tiny-menu-open-squeeze-3-reverse;
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 41px;
  }
  .child-trigger i {
    display: none !important;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: fixed;
    padding-top: 0;
    margin: 0;
    min-height: 0;
    background-color: rgba(23, 23, 23, 1);
    width: 60%;
    height: 100% !IMPORTANT;
    right: -100%;
    top: 0;
    z-index: 3;
    transition: all 0.4s;
    min-width: 212px;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    right: 0;
    transition: all 0.4s;
  }

  /* Hide menu on mobile */


  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    padding-top: 80px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin:0 !important;
  }

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

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a {
    font: normal normal normal 15px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
    padding: 10px 20px;
    color: #FFFFFF;
    text-align:right;
    letter-spacing: 2px;
    display: inline-block;
  }
  .hs-item-has-children > a:before {
    content: '\ff0b';
    color: #FFFFFF;
    padding: 0 16px 0 20px;
    position: relative;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    text-align: right;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    min-width: 0 !IMPORTANT;
    transform: none !IMPORTANT;
    left: 0 !important;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    white-space: normal !important;
    padding: 10px 20px;
    text-align: right;
    color: #FFFFFF;
    font-size: 13.5px;
    line-height: 21px;
  }
  .child-menu-open.hs-item-has-children > a:before {
    content: "\ff0d";
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.active > a {
    color: #41BFFF;
  }
  .mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
  } 

}


/* ==========================================================================
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 h1 {
  color: #171717;
  line-height: normal;
  font-size: 30px;
  font-family: times new roman,times,serif;
  font-weight:normal;
  margin:0 0 15px;
}
.post-header h2 a {
  color: #171717;
  text-decoration:none;
}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#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 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom:1px solid #ccc;
}
.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 {
  display:block;
  padding: 10px 0;
}

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

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

/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding:15px;
}
#comments-listing:empty {
  border: none;
  margin:0;
  padding:0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment {
  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 {
  margin-bottom: 25px;
}
.custom_listing_comments{
  padding:15px;
  margin:20px 0;
  border:1px solid #ccc;
}


/* =============== 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: 18px;
}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  font-family: "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;
  height: 18px;
  display:block;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  padding: 0 15px;
  min-height: 27px;
  max-width:500px;
  width:100%;
}

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;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea.hs-input {
  height: auto;
  padding: 4px;
  padding-top: 5px;
}
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-input.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
.hs-input.error:focus {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}
.hs-error-msgs label{
  color:#c87872;
  font-size: 13px;
  display:block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 20px;
  font-weight: normal;
}

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

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

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  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-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  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-button.primary:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-color: #599eeb;
  background-image: linear-gradient(to bottom, #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;
}


/* =============== 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 {}
.hs_cos_wrapper_type_blog_comments form {
  border: 1px solid #333;
  padding: 20px;
  margin: 20px 0;
}
.blog-pagination {
  display: inline-block;
  clear: both;
}
.blog-pagination a {
  display: block;
  margin: 10px 0;
}


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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 276px;
  display: block;
  width: 100%;
  overflow-y:hidden;
  overflow-x:auto;
  margin-bottom: 20px;
}
.custom-floation-menu-group .custom-floating-menu-trigger {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 16px;
  left: 16px;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  z-index: 99999;
  cursor: pointer;
  padding-left: 2px;
}
.custom-floation-menu-group .custom-floating-menu-trigger ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  line-height: calc(50px - (2 * 0px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  align-items: center;
  padding: 0;
}
.custom-floation-menu-group ul.custom-foating_dots li:before {
  background: #1D2D3C;
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-right: 3px;
  top: -2px;
  position: relative;
}
.custom-floation-menu-group .custom-floating-menu-content {
  position: fixed;
  bottom: 54px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0 0 0 19px;
  display: none;
  transition: 0.3s;
}
.custom-floation-menu-group .custom-item-menu a {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  text-decoration: none;
  color: #1d2d3c;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.custom-floation-menu-group .custom-item-menu svg {
  height: 30px;
  width: 50px;
  transform: scale(1.15);
}
.custom-floation-menu-group .custom-icon {
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  border: 0px solid rgba(255, 255, 255, 1);
  line-height: 44px;
  display: flex;
  align-items: center;
  background-color: #fff;
  fill: #000000 !important;
  height: 100%;
  width: 100%;
}
.custom-floation-menu-group .custom-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  padding: 6px 8px;
  font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
  margin-left: 16px;
  margin-top: -3px;
}
.floating-menu .custom-floation-menu-group {
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  position: fixed;
  height: 100%;
  transition: 0.3s;
}
.floating-menu .custom-floation-menu-group .custom-floating-menu-content {
  display: block;
  bottom: 69px;
}
.floating-menu .custom-floation-menu-group .custom-floating-menu-trigger ul {
  position: relative;
  top: 1px;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.first:before {
  width: 17px;
  height: 3px;
  -webkit-transform: translate(8.5px, -2px) rotate(-45deg);
  transform: translate(8.5px, -2px) rotate(-45deg);
  top: -3px;
  left: 3px;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.secound:before {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.floating-menu .custom-floation-menu-group ul.custom-foating_dots li.last:before {
  width: 17px;
  height: 3px;
  margin-right: 0;
  -webkit-transform: translate(-8.5px, -2px) rotate(45deg);
  transform: translate(-8.5px, -2px) rotate(45deg);
  top: -3px;
  right: 3px;
}
.floating-menu .custom-floation-menu-group .custom-floating-menu-trigger {
  padding-left: 0;
}
.custom-floation-menu-group .custom-item-menu.form-menu:last-child a {
  margin-bottom: 13px;
}
/* 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: 1024px) and (min-width: 850px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 12px;
  }
}
@media (max-width: 849px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .custom-practice-areas-md .page-center {
    padding: 0 20px !important;
  }
  .custom-header-contact-details {
    padding-left: 10px;
  }
  .hs-homepage-layout .custom-practice-areas-row .custom-practice-areas-content-col {
    padding-left: 0;
  }
  .hs-homepage-layout .custom-practice-areas-content-col ul {
    margin-right: 0;
  }
}


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

@media (max-width: 767px) {
  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 {
    max-width:100%;
  }
  .custom-header-contact-details {
    display: none !important;
  }
  .custom-logo {
    max-width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    font-size: 25px;
    padding-bottom: 10px;
    position: relative;
    padding-top: 66px;
  }
  .custom-logo i {
    font-size: 22px;
    line-height: 27px;
  }
  .custom-footer-copyright p {
    max-width: 219px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 18px;
  }
  .custom-footer {
    padding: 11px 0 19px;
  }
  .custom-footer-copyright {
    padding-top: 0;
  }
  .custom-footer-right-content {
    padding: 0;
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .custom-footer-right-content p {
    margin: 0 -5px;
    font-size: 14px;
    line-height: 17px;
  }
  .custom-footer-left-content {
    padding: 0 12px;
  }
  .body-container form {
    margin-bottom:35px;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none !important;
    display: block !important;
    margin: 15px 0 !important;
    max-width:100% !important;
    max-height:100% !important;
  }
  .custom-banner h1 {
    font-size: 23px;
    line-height: 28px;
  }
  .custom-banner {
    padding: 19px 0;
  }
  .custom-banner p {
    font-size: 16px;
    margin-top: 28px;
    line-height: 20px;
  }
  .custom-banner .custom-btn {
    margin: 0;
  }
  .custom-btn {
    font-size: 16.999999199999998px;
    padding: 11px 30px 10px;
  }
  .hs-full-width-layout-row-1 p {
    font-size: 16px;
    line-height: 22px;
  }
  .hs-full-width-layout-row-1 .page-center {
    padding: 11px 20px !important;
  }
  .hs-full-width-layout-row-1 .custom-btn {
    margin-top: 0;
  }
  .custom-btn.small-btn {
    font-size: 17px;
  }
  .custom-floation-menu-group {
    display: block;
  }
  .hs-my-successes-layout .custom-banner {
    padding: 19px 0 30px;
  }
  .hs-my-successes-layout .custom-banner p {
    line-height: 20px;
    margin-top: 20px;
  }
  .hs-my-successes-layout .custom-banner .custom-btn {
    margin-top: 0;
  }
  .hs-my-successes-layout-row-1 .page-center {
    padding: 11px 20px !important;
  }
  .body-container .hs-about-us-layout-row-1 .page-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-section-header-module h1 {
    font-size: 30px;
    line-height: normal;
  }
  .custom-section-header-module p {
    font-size: 25px;
    line-height: normal;
  }
  .custom-section-header-module {
    margin: 0 0 20px;
  }
  .custom-two-col-content-with-img-md {
    margin: 0;
  }
  .custom-two-col-content-with-img-md .custom-two-col-img-col {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .custom-two-col-content-with-img-md .custom-two-col-img-content-col {
    width: 100%;
    padding: 0;
  }
  .hs-about-us-layout-row-1 h4 {
    margin: 18px 0;
  }
  .custom-practice-areas-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-practice-areas-md .page-center {
    padding: 0 20px !important;
  }
  .custom-practice-areas-header h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .custom-practice-areas-row {
    margin: 0;
    padding-top: 2px;
  }
  .custom-practice-areas-row .custom-practice-areas-btn-col {
    width: 100%;
    text-align: center;
    padding: 0;
    float: none;
  }
  .custom-practice-areas-row .custom-practice-areas-content-col {
    width: 100%;
    float: none;
    padding: 0;
  }
  .custom-practice-areas-btn-item a {
    font-size: 20.533333333333335px;
    padding: 5px 10px 5px;
  }
  .custom-practice-areas-btn-item {
    margin: 0 0 10px;
  }
  .custom-practice-areas-content-col ul {
    margin-top: 0;
    font-size: 22px;
  }
  .custom-practice-areas-content-col ul li {
    line-height: 28px;
  }
  .hs-penalties-layout .custom-banner p {
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .hs-penalties-layout .custom-banner {
    padding-bottom: 19px;
  }
  .customp-btn-group-md {
    padding: 0;
  }
  .hs-penalties-layout-row-1 .page-center {
    padding: 10px 20px !IMPORTANT;
  }
  .customp-btn-group-md .customp-btn-grp-item {
    margin: 0 0 11px;
    max-width: 190px;
  }
  .hs-penalties-layout-row-1 h3 {
    line-height: 23px;
  }
  .hs-penalties-layout-row-1 p {
    font-size: 17px;
    line-height: 23px;
  }
  .hs-penalties-layout-row-1 .custom-btn {
    margin: 0;
    font-size: 20px;
  }
  .hs-contact-layout .body-container {
    margin-top: 0px;
  }
  .hs-contact-layout-row-1 .page-center {
    padding: 17px 10px !IMPORTANT;
  }
  .custom-contact-form-title h3 {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .custom-contact-form-title p {
    font-size: 13px;
    padding-top: 5px;
    max-width: 193px;
    margin: 0 auto;
    line-height: 23px;
  }
  .custom-contact-form-title {
    margin-bottom: 10px;
  }
  .custom-form {
    margin-bottom: 10px !important;
  }
  .custom-contact-map {
    margin-bottom: 0 !important;
  }
  .custom-contact-map iframe {
    height: 238px;
    margin-bottom: -11px;
  }
  .custom-home-page-banner {
    min-height: 206px;
    padding: 20px 0;
  }
  .custom-home-page-banner h1 {
    margin: 0;
    font-size: 29px;
    line-height: normal;
  }
  .custom-home-page-banner p {
    font-size: 18px;
    line-height: normal;
    text-shadow: none;
    font-weight: bold;
  }
  .custom-home-page-banner .page-center {
    padding-bottom: 0 !important;
  }
  .hs-homepage-layout-row-1 .custom-btn.large-btn {
    font-size: 17px;
    padding: 10px 10px;
  }
  .hs-homepage-layout .custom-practice-areas-row .custom-practice-areas-content-col {
    padding: 0;
  }
  .hs-homepage-layout .custom-practice-areas-content-col ul {
    margin-right: 0;
    margin-top: 0;
  }
  .hs-homepage-layout .custom-practice-areas-header h1 {
    margin-bottom: 10px;
  }
  .hs-homepage-layout .custom-practice-areas-row .custom-practice-areas-btn-col {
    margin-bottom: 36px;
  }
  .hs-homepage-layout .custom-practice-areas-row .custom-practice-areas-content-col {
    margin-bottom: 21px;
  }
  .hs-homepage-layout-row-3 .page-center {
    padding: 20px !IMPORTANT;
  }
  .hs-homepage-layout-row-3-left-content {
    text-align: center;
    margin-bottom: 15px;
  }
  .hs-homepage-layout-row-3-right-content h2 {
    font-size: 22px;
    margin: 0 0 10px;
    min-height: 52px;
  }
  .hs-homepage-layout-row-3-right-content .custom-btn.small-btn {
    margin-top: 0;
  }
  .custom-content-with-parallax h1 {
    font-size: 37px;
  }
  .custom-content-with-parallax p:before, .custom-content-with-parallax p:after {
    width: 100%;
    max-width: 100%;
  }
  .custom-content-with-parallax p:after {
    content:none;	
  }
  .custom-content-with-parallax p {
    margin: 0px 0px 20px;
    padding: 0;
    font-size: 22px;
  }
  .custom-parallax-sec-btn {
    margin-top: 0;
  }
  .custom-content-with-parallax {
    padding: 20px 0;
    min-height: 0;
    background-position: center !IMPORTANT;
  }
  .hs-homepage-layout-row-5 .custom-btn {
    padding: 15px 15px;
    font-size: 17px;
  }
  .hs-contact-layout-row-1.hs-homepage-layout-row-6 .custom-contact-form-title h3 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .hs-contact-layout-row-1.hs-homepage-layout-row-6 {
    padding-top: 0;
  }
  .hs-contact-layout-row-1.hs-homepage-layout-row-6 .custom-contact-form-title p {
    font-size: 16px;
    max-width: 226px;
  }
  .hs-contact-layout-row-1.hs-homepage-layout-row-6 .custom-contact-form-title {
    margin-bottom: 16px;
  }
  .hs-contact-layout-row-1.hs-homepage-layout-row-6 .custom-form {
    margin-bottom: 30px !important;
  }
  .mac .custom-logo {
    line-height: 33px;
    padding-top: 65px;
  }
  .blog-content {
    margin-bottom: 20px;
  }
  .hs-blog-post .blog-post-wrapper .post-body img {
    width: auto !important;
    float: none !important;
    display: block !important;
    margin: 10px auto !important;
  }
}  


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

@media (max-width: 479px) {
  .custom-banner-content {
    max-width: 280px;
    margin: 0 auto;
  }

}