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


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

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


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


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

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

@import url('//5352113.fs1.hubspotusercontent-na1.net/hubfs/5352113/ExamWorks_March2019/CSS/font.css');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.custom-three-column-image-hover .custom-col-item {
margin-bottom: 40px !important;
}


.locationPopup[data-popup="popup-british columbia"] .locationPopup--body .locationPopup--row {
display:none;
}

.locationPopup[data-popup="popup-british columbia"] .locationPopup--body .locationPopup--row:nth-of-type(5) {
display:block;
}

.locationPopup[data-popup="popup-alberta"] .locationPopup--body .locationPopup--row {
display:none;
}

.locationPopup[data-popup="popup-alberta"] .locationPopup--body .locationPopup--row:nth-of-type(5),
.locationPopup[data-popup="popup-alberta"] .locationPopup--body .locationPopup--row:nth-of-type(4){
display:block;
}

.locationPopup[data-popup="popup-ontario"] .locationPopup--body .locationPopup--row {
display:none;
}

.locationPopup[data-popup="popup-ontario"] .locationPopup--body .locationPopup--row:nth-of-type(8) {
display:block;
}

.locationPopup[data-popup="popup-quebec"] .locationPopup--body .locationPopup--row {
display:none;
}

.locationPopup[data-popup="popup-quebec"] .locationPopup--body .locationPopup--row:nth-of-type(2) {
display:block;
}

.locationPopup[data-popup="popup-nova scotia"] .locationPopup--body .locationPopup--row {
display:none;
}

.locationPopup[data-popup="popup-nova scotia"] .locationPopup--body .locationPopup--row:nth-of-type(1) {
display:block;
}


@media only screen and (max-width:767px) {
.locationPopup[data-popup="popup-british columbia"] .locationPopup--body hr,
.locationPopup[data-popup="popup-alberta"] .locationPopup--body hr,
.locationPopup[data-popup="popup-ontario"] .locationPopup--body hr,
.locationPopup[data-popup="popup-quebec"] .locationPopup--body hr,
.locationPopup[data-popup="popup-nova scotia"] .locationPopup--body hr,
.locationPopup[data-popup="popup-nunavut"] .locationPopup--body hr,
  .locationPopup[data-popup="popup-yukon"] .locationPopup--body hr,
  .locationPopup[data-popup="popup-saskatchewan"] .locationPopup--body hr,
  .locationPopup[data-popup="popup-quebec"] .locationPopup--body hr,
  .locationPopup[data-popup="popup-prince edward island"] .locationPopup--body hr,
  .locationPopup[data-popup="popup-northwest territories"] .locationPopup--body hr,
  .locationPopup[data-popup="popup-newfoundland and labrador"] .locationPopup--body hr,
  .locationPopup[data-popup="popup-new brunswick"] .locationPopup--body hr,
  .locationPopup[data-popup="popup-manitoba"] .locationPopup--body hr {
display:none
}
  
  .locationPopup[data-popup="popup-alberta"] .locationPopup--body hr:nth-of-type(4) {
    display:block;
  }
  
}

.custom-footer-quick-link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-footer-quick-link span.foot-icon {
    padding-bottom: 0px !important;
}
.custom-footer-quick-link .foot-quick-links a {
    display: flex;
    align-items: center;
    width: auto !important;
    justify-content: center;
}

.custom-footer-quick-link .foot-quick-links {
    width: 33.33% !important;
}
body .custom-content-with-top-icon .custom-content-item {
    width: 25%;
}
.custom-content-item .custom-content p:first-child {
    min-height: 46px;
    margin-top: 30px;
}
@media screen and (max-width:991px){
  body .custom-content-with-top-icon {
    display: flex;
    flex-wrap: wrap;
}
body .custom-content-with-top-icon .custom-content-item {
    width: 50%;
}
}
@media screen and (max-width:767px){
.custom-footer-quick-link {
    flex-direction: column;
    row-gap: 15px;
}
  body .custom-content-with-top-icon .custom-content-item {
    width: 100%;
}
  .custom-footer-quick-link .foot-quick-links{
    width: 100% !important;
  }
}


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

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

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

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

body {
  background: #fff;
  color: #333;
  font-family: asap , "Arial", "Sans-Serif";
  font-size: 16px;
  line-height: 1.42857143;
}

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

}

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}
h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
h6 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Anchor Links */
a {     
  color: #428bca;
  text-decoration: none;
}

a.contact-form-link-4:hover 
display: none !important;
  opacity: 0 !important;

a.contact-form-link-4: 
display: none !important;

a:hover, a:focus { 
  color: #2a6496;
  text-decoration: none;}

}
 
  
}

/* Lists */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {   
  min-height: 76px;
}
.custom-header-group {
  background-color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.93);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
  border-bottom: 1px solid #e7e7e7;
}
.custom-logo-group {
  padding: 15px 0 14px;
}

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

.body-container-wrapper {}
.body-container {}
.body-container .page-center{}

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

.custom-banner-group {
  margin-top: -1px;
}
.custom-banner-group .custom-banner-image {
  margin-top: -76px;
}
.custom-banner-group .custom-banner-image img {
  width: 100% !important;
}
.custom-banner-group .custom-banner-content-group .page-center {
  padding-left: 25px !important;
}
.custom-banner-group .custom-banner-content h1 {
  margin: 0;
  color: #fff;
  font-size: 26pt;
  line-height: 1.42857143;
}

p {
  margin: 0 0 10px;
}


/* ============ Home Page ========== */

.custom-home-row1 {
  margin-top: -76px;
}
.custom-advanced-gallery-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.custom-advanced-gallery-slider .slick-prev, 
.custom-advanced-gallery-slider .slick-next {
  display: none !important;
}
.custom-advanced-gallery-slider ul.slick-dots {
  position: absolute;
  bottom: 35px;
}
.custom-advanced-gallery-slider ul.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.custom-advanced-gallery-slider ul.slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  background-color: #fff;
}
.custom-advanced-gallery-slider ul.slick-dots li button {
  display: none;
}
.custom-advanced-gallery-slider .custom-slider-item img {
  width: 100% !important;
}
.custom-home-row2 {
  background-color: #e8e8e8;
  padding-top: 20px;
  margin-top: -5px;
}
.custom-content-with-link-wrap {
  display: flex;
  margin: 0 -15px;
}
.custom-content-with-link-wrap .custom-content-item {
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
}
.custom-content-with-link-wrap .custom-content-item a {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  padding: 10px;
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.custom-content-with-link-wrap .custom-content-item h1 {
  color: gray;
  font-size: 20pt;
}
.custom-content-with-link-wrap .custom-content-item p {
  color: #333;
}
.custom-content-with-link-wrap .custom-content-item a:hover {
  border-color: gray;
}

.custom-home-row3 {
  background-color: #fdb815;
}
.custom-home-row3 .page-center {
  padding-top: 18px;
  padding-bottom: 10px;
}
.custom-home-row3 p {
  color: #fff;
  text-align: center;
  font-size: 24px;
}




.document-manage-layout .custom-one-middle-group {
  border-top: 20px solid #e8e8e8;
}
hr.red-hr {
  background-color: transparent;
  border-top: 1px solid #863737;
  border-bottom: 1px solid #eee;
}
.custom-two-column-with-left-image {
  margin: 0 -15px;
}
.custom-two-column-with-left-image .custom-left-column-image-wrap {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  text-align: center;
}
.custom-two-column-with-left-image .custom-right-column-content-wrap {
  width: 66.66%;
  float: left;
  padding: 0 15px;
}
.custom-two-column-with-left-image .custom-column-inner {
  padding: 10px;
}

/* ========= One Column Content ======== */

.custom-content-with-top-icon {
  margin: 0 -15px;
}
.custom-content-with-top-icon .custom-content-item {
  padding: 0 15px;
  width: 33.33%;
  float: left;
}
.custom-content-with-top-icon .custom-content-item-inner {
  padding: 10px;
}
.custom-content-with-top-icon .custom-top-icon {
  text-align: center;
  padding-top: 32px;
}
span.big-icon {
  font-size: 55pt;
  color: #165db1;
  position: relative;
  left: 3px;
}
.btn.btn-primary {
  background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
  background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
  background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  color: #fff;
  background-color: #428bca;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: inherit;
  cursor: pointer;
}
.btn .glyphicons {
  margin-right: 0.3em;
}
.btn.btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}
.custom-three-column-image-hover {
  margin: 40px -15px 0;
}
.custom-three-column-image-hover .custom-col-item {
  width: 25%;
  float: left;
  padding: 0 15px;
  text-align: center;
}
.custom-three-column-image-hover span.title {
  display: block;
  font-weight: 700;
}
.custom-three-column-image-hover .custom-col-item img {
  padding: 10px;
}

.custom-three-column-equal-content-wrap {
  margin: 0 -15px;
}
.custom-three-column-equal-content-wrap .custom-column-wrap {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.custom-three-column-equal-content-wrap .custom-column-wrap .custom-column-inner {
  padding: 10px;
}

/* ======== Contact ====== */

.custom-contact-details-group {
  margin: 0 -15px;
}
.custom-contact-details-group .custom-contact-detail-item {
  width: 25%;
  float: left;
  padding: 10px 25px;
}
.custom-contact-details-group .contact-address p {
  margin: 0;
  min-height: 105px;
}


.custom-pop-form-group,
.custom-pop-image-group{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
}
.custom-pop-form-wrap {
  width: 600px;
  margin: 30px auto;
  position: relative;
}
.custom-pop-form-group .custom-pop-form-content,
.custom-pop-image-group .custom-pop-form-content{
  background-color: rgba(78,78,78,0.9);
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  background-clip: padding-box;
}
.custom-pop-form-group .custom-pop-form-top,
.custom-pop-image-group .custom-pop-content-top{
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
button.close {
  margin-top: -2px;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0;
  border: 0;
  color: #fff;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  font-family: inherit;
}
button.close:hover, 
button.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
  outline: none;
}
.custom-pop-form-group h4.modal-title,
.custom-pop-image-group .custom-pop-content-top h4 {
  margin: 0;
  line-height: 1.42857143;
}
.custom-pop-form-group .custom-pop-form-bottom {
  padding: 15px;
}
.custom-pop-form-group .custom-pop-form-bottom span.hs-form-required {
  display: none;
}
.custom-pop-form-bottom h3 {
  margin: 0;
}
.custom-pop-form-group .custom-pop-form-bottom fieldset {
  margin: 0 -15px !important;
}
.custom-pop-form-group .custom-pop-form-bottom .hs-form-field {
  padding: 0 15px !important;
}
.custom-pop-form-group .custom-pop-form-bottom .hs-richtext {
  padding: 0 15px;
}
.custom-pop-form-group .custom-pop-form-bottom .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 0 !important;
  margin-bottom: 14px;
}
.custom-pop-form-group .custom-pop-form-bottom input.hs-button.primary.large {
  margin-bottom: 15px;
}
.custom-pop-form-bottom input[type="text"], 
.custom-pop-form-bottom input[type="password"], 
.custom-pop-form-bottom input[type="datetime"], 
.custom-pop-form-bottom input[type="datetime-local"], 
.custom-pop-form-bottom input[type="date"], 
.custom-pop-form-bottom input[type="month"], 
.custom-pop-form-bottom input[type="time"], 
.custom-pop-form-bottom input[type="week"], 
.custom-pop-form-bottom input[type="number"], 
.custom-pop-form-bottom input[type="email"], 
.custom-pop-form-bottom input[type="url"], 
.custom-pop-form-bottom input[type="search"], 
.custom-pop-form-bottom input[type="tel"], 
.custom-pop-form-bottom input[type="color"], 
.custom-pop-form-bottom input[type="file"], 
.custom-pop-form-bottom textarea, 
.custom-pop-form-bottom select {
  max-width: 100%;
}
body.form-open {
  overflow: hidden;
}
a.contact-form-link {
}
a.contact-form-link-1 {
  cursor: pointer;
}
a.contact-form-link-4:hover {
display: none !important;
  opacity: 0 !important;
}




a.contact-form-link-4 {
 display: none !important;
}

/* ========= Claim Overview ====== */

.custom-claim-row1 {
  padding: 30px 0px 20px;
}
.custom-image-with-popup {
  margin: 0 -15px;
}
.custom-image-with-popup .custom-image-item-col {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 15px;
}
.custom-image-with-popup .top-image img {
  cursor: pointer;
  margin-bottom: 10px;
}
.custom-claim-row2 {
  background-color: #ededed;
}
.custom-one-column-content-wrap .custom-one-column-inner {
  padding: 10px;
}
.custom-claim-row3 {
  padding-top: 20px;
}
.custom-two-column-equal-content-wrap {
  margin: 0 -15px;
}
.custom-two-column-equal-content-wrap .custom-column-wrap {
  float: left;
  width: 50%;
  padding: 10px 25px;
}
.custom-pop-image-group .custom-pop-form-wrap {
  width: 300px;
}
.custom-pop-image-group .custom-pop-content {
  padding: 15px;
}
.custom-pop-image-group .custom-pop-content ul {
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.custom-pop-image-group .custom-pop-content ul ul {
  margin: 0;
}
.custom-pop-image-group {
  text-align: left;
}

.custom-team-row1 {
  padding: 20px 0 0;
}
.custom-team-member-group {
  margin: 0 -15px;
}
.custom-team-member-group .custom-team-member-item {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.custom-team-member-group .custom-team-member-inner {
  padding: 15px;
  text-align: center;
  margin-bottom: 40px;
}
.custom-team-member-group img.team-image {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 300px;
  width: 100%;
}
.custom-team-member-group .profile-overlay-sm {
  background-color: rgba(0,0,0,0.2);
  color: #fff;
  position: absolute;
  bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  left: 0;
  right: 0;
  min-height: 40px;
}
.custom-team-member-group .team-member-details small {
  font-size: 80%;
}
.custom-team-member-group .custom-image-wrap {
  cursor: pointer;
  position: relative;
}
.custom-team-member-group  .custom-image-wrap:hover .team-member-details {
  display: none;
}
.custom-team-member-group .team-member-details {
  margin-bottom: -4px;
}
.custom-team-member-group  .custom-image-wrap .team-member-learb-nbtn {
  display: none;
}
.custom-team-member-group  .custom-image-wrap:hover .team-member-learb-nbtn {
  display: block;
}
.custom-team-member-group  span.glyphicons.glyphicons-new-window {
  font-size: 14pt;
  margin-top: 7px;
}
.custom-team-member-group span.learn-more-text {
  font-size: 10pt;
  line-height: 35px;
}
.custom-team-member-group .custom-pop-image-group .custom-pop-form-wrap {
  width: 900px;
}
.custom-team-member-group .custom-pop-content img {
  margin: 0 auto;
  display: block;
  border-radius: 6px;
}
.custom-team-member-group .custom-team-member-descrption {
  padding: 24px 10px;
}
.custom-team-member-group .custom-team-descrption-image {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}
.custom-team-member-group .custom-team-descrption-image .profile-overlay-sm {
  width: 100%;
  left: 0;
  right: 0;
  padding: 5px 0 5px 10px;
  bottom: 0;
}
.custom-team-member-group .custom-team-descrption-image .team-name {
  font-size: 18pt;
}
.custom-team-member-group .custom-team-descrption-image .team-title-position {
  font-size: 16pt;
}
/* ===== Medical Compliance ====== */
.custom-team-member-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.custom-team-member-group .custom-team-member-item {
    float: none;
    padding: 0 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media only screen and (max-width:991px) {
    .custom-team-member-group .custom-team-member-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media only screen and (max-width:767px) {
    .custom-team-member-group .custom-team-member-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
.custom-team-member-group .custom-pop-content .custom-team-descrption-image .profile-overlay-sm {
    max-width: 100%;
}
.custom-team-member-group .profile-overlay-sm {
    max-width: 290px;
    width: 100%;
}
.custom-medical-row1 {
  background-color: #ededed;
  padding: 10px 0;
}
.custom-medical-row2 .custom-two-column-equal-content-wrap {
  padding: 10px 0;
}
ul.list-item {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.custom-medical-row3 {
  background-color: #f1f7ff;
  padding: 10px 0;
}
ul.list-unstyled {
  list-style-type: none;
  padding: 0;
}
.custom-medical-row4 {
  padding: 10px 0;
  background-color: #ededed;
}
.custom-medical-row4 button.btn span {
  margin-top: 2px;
}
button.btn.btn-success {
  background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
  background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
  background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
  color: #fff;
  background-color: #428bca;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: inherit;
  cursor: pointer;
}
.btn .glyphicons {
  margin-right: 0.3em;
}
button.btn.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}


/* ======= Enterprise Platform ======= */

.custom-enterprise-row1 {
  background-color: #e8e8e8;
  padding-top: 20px;
  border-bottom: 20px solid #fff;
}
.custom-enterprise-banner .custom-banner-group .custom-banner-image {
  margin: 0 !important;
}
.custom-enterprise-banner .custom-banner-group {
  margin: 0;
}
.custom-enterprise-row2 {
  margin-bottom: 75px;
}
.custom-enterprise-row3 .custom-two-column-equal-content-wrap {
  margin-top: 10px;
}
.custom-enterprise-row3 {
  padding-bottom: 85px;
}
.custom-enterprise-row4 {
  padding-bottom: 10px;
}
.custom-enterprise-row4 .custom-two-column-equal-content-wrap {
  padding-top: 10px;
}
.custom-enterprise-row4 .custom-two-column-equal-content-wrap .custom-column-wrap.col2 {
  padding: 0 15px;
}
.custom-enterprise-row5 {
  padding-top: 20px;
  padding-bottom: 10px;
}
a.btn {
  line-height: 1.12 !important;
  text-decoration: none;
}
.custom-case-middle-group {
  padding: 10px 0;
}

/* ===== Way To Refer ====== */

span.big-icon.no-link {
  display: none;
}

.way-refer-layout .custom-one-middle-group {
  padding-top: 20px;
}
.way-refer-layout .custom-content-with-top-icon .custom-top-icon {
  font-size: 55pt;
  color: gray;
  padding: 30px;
}
.way-refer-layout .custom-content-with-top-icon .custom-top-icon p {
  margin: 0;
}
.way-refer-layout .custom-top-icon span.big-icon {
  left: 0;
  position: static;
  transition: all 0.2s ease-in-out;
  color: #428bca;
}
.way-refer-layout .custom-top-icon span.big-icon:hover {
  transform: scale(1.5);
  color: #2a6496;
}
.way-refer-layout .custom-content-item-inner {
  text-align: center;
}
.way-refer-layout .custom-content p .glyphicons {
  margin-top: 3px;
}

/* ====== Services Portfolio ===== */

.custom-serivices-portfolio-group {
  background-color: #fdb815;
  margin-top: -1px;
  position: relative;
}
.custom-serivices-portfolio-group .custom-services-banner-content h4 {
  margin: 0;
  color: #fff;
  font-size: 26pt;
  line-height: 1.42857143;
}
.custom-serivices-portfolio-group .custom-services-banner-content {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
}
.custom-serivices-portfolio-group a.custom-service-list {
  float: right;
  font-size: 26pt;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.custom-service-list-popup-wrap {
  position: absolute;
  background-color: #fff;
  left: 250px;
  top: 0px;
  z-index: 99;
}
.custom-service-list-popup-wrap .custom-service-list-content {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-service-list-popup-wrap .custom-service-list-content h4 {
  font-weight: bold;
}
.custom-service-list-popup-wrap .custom-service-list-content hr {
  background-color: transparent;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid transparent;
  margin: 18px -15px 18px 0;
}
.custom-service-list-popup-wrap .custom-service-list-content.right hr {
  margin-left: -15px;
  margin-right: 0;
}

.custom-content-icon-popup-group {
  margin: 0 -15px;
}
.custom-content-icon-popup-group .custom-top-heading {
  text-align: center;
  padding: 20px 0;
}
.custom-content-icon-popup-group .custom-content-pop-item {
  width: 25%;
  padding: 0 15px;
  float: left;
}
.custom-content-icon-popup-group .custom-content-pop-inner {
  text-align: center;
  font-size: 55pt;
  color: gray;
  padding: 30px;
}
.span12.widget-span.widget-type-cell.custom-service-row2 {
  background-color: #e8e8e8;
}
span.glyphicons.grow {
  transition: all 0.2s ease-in-out;
  color: #428bca;
  cursor: pointer;
}
span.glyphicons.grow:hover {
  transform: scale(1.5);
  color: #2a6496;
}
.custom-service-row2 .custom-content-icon-popup-group .custom-content-pop-item {
  width: 33.33%;
}
.custom-content-icon-popup-group .custom-pop-image-group .custom-pop-content p a {
  color: #fff;
  line-height: 24px;
}
.custom-content-icon-popup-group .custom-pop-image-group .custom-pop-form-wrap {
  width: 600px;
}
.custom-content-with-bg-group {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 -15px;
}
.custom-content-with-bg-group .custom-content-with-bg-item {
  width: 100%;
  padding: 0 15px;
  display: flex;
}
.custom-content-with-bg-group .custom-content-with-bg-item .custom-one-column-inner {
  padding: 10px;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
  background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
  width: 100%;
  border-radius: 4px;
  min-height: 100px;
}
.custom-content-with-bg-group .custom-content-with-bg-item .custom-one-column-inner p:last-of-type {
  margin: 0 0 2px;
}

.custom-history-top-row {
  padding: 10px 0;
}
.custom-image-group {
  text-align: center;
  padding: 10px;
}
.custom-image-group .custom-one-column-inner p img {
  margin-right: -4px;
}

.custom-image-with-hover-effect-wrap {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  padding: 20px 0 44px;
}
.custom-image-with-hover-effect-wrap .custom-image-hover-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.custom-image-with-hover-effect-wrap .hovereffect.img-rounded {
  overflow: hidden;
  position: relative;
}
.custom-image-with-hover-effect-wrap .hovereffect.img-rounded img {
  border-radius: 6px;
}
.custom-image-with-hover-effect-wrap .overlay-img-rounded {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(4, 54, 189, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
}
.custom-image-with-hover-effect-wrap .hovereffect h2 {
  top: 25px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 15px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.0);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-image-with-hover-effect-wrap .hovereffect:hover .overlay {
  background-color: rgba(138, 135, 135, 0.2);
  cursor: pointer;
}
.custom-image-with-hover-effect-wrap .hovereffect:hover .overlay-img-rounded {
  background-color: rgba(138, 135, 135, 0.2);
  cursor: pointer;
}
.custom-image-with-hover-effect-wrap .hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  color: transparent;
}

.custom-calcultaor {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.well {
  background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
  background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.well small {
  font-size: 80%;
}
.this-div-padding {
  padding: 10px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

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


.custom-footer-menu-group {
  background-color: #919191;
  padding: 15px;
}
.custom-footer-menu-group .custom-footer-menu {
  padding-top: 15px;
}
.custom-footer-menu .hs-menu-wrapper>ul {
  width: 102.6%;
  display: block;
  margin: -15px;
}
.custom-footer-menu .hs-menu-wrapper>ul>li {
  width: 25%;
  float: left;
  padding: 0 15px 10px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  font-size: 13pt;
  font-weight: bold;
  color: #fff;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{}
.custom-footer-menu .hs-menu-wrapper > ul ul{
  display: block !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li{}
.custom-footer-menu .hs-menu-wrapper > ul ul li a{
  color: #fff;
  font-size: 10pt;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{}

.custom-footer-row3 {
  padding: 10px 15px 8px;
}
.custom-footer-image-wrap {
  overflow: hidden;
  margin: 0 -15px;
}
.custom-footer-image-wrap .col-md-2 {
  width: 16.66666667%;
  padding: 0 15px;
  float: left;
}
.custom-footer-image-wrap .col-md-3 {
  width: 25%;
  float: left;
  padding: 0 15px;
  min-height: 1px;
}
.custom-footer-row2 {
  background-color: #e8e8e8;
  padding: 0 15px;
}
.custom-footer-quick-link {
  padding: 15px 0;
  margin: 0 -15px;
}
.custom-footer-quick-link .foot-quick-links {
  padding: 0 15px;
  width: 25%;
  float: left;
  text-align: center;
  font-size: 24px;
}
.custom-footer-quick-link span.foot-icon {
  font-size: 13pt;
  padding-bottom: 10px;
  padding-right: 5px;
  position: relative;
  top: 0px;
}
.custom-footer-bottom {
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 9px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-footer-bottom .page-center {
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-footer-copyright p {
  font-size: 8pt;
  margin: 0;
  color: #808080;
  font-weight: normal;
}
.custom-footer-copyright img {
  width: 74px;
  margin-bottom: 5px;
}
.custom-footer-bottom-link p {
  margin: 2px 0 0;
  text-align: right;
  font-size: 8pt;
  font-weight: 400;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  margin-left: -154px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #777;
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
  line-height: 44px;
  padding: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #333;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
  color: teal !important;
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  float: right;
  margin-right: -15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul {
  right: 0;
  left: auto !important;
  margin-right: 1px !important;
  text-align: right;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul li a:after {
  margin-top: 0.19em;
  margin-right: 0.3em;
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul li.ime-and-peer a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul li.disability-ime a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul li.bill-review a:after {
  content: "\E152";
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul li.medicare-secondary-payer a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul li.case-management a:after{
  content: "\E248";
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul li.registered-users a:after{
  content: "\E387";
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul li.request-new-account a:after {
  content: "\E025";
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(0,0,0,0.75);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  padding: 5px 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 1px 2px 2px 1px !important;
  min-width: 198px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #fff;
  padding: 5px 15px 5px 15px;
  font-weight: 300;
  line-height: 1.42857143;
  font-size: 14px;
}

/* 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 { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:none;
  }
  .custom-banner-group img.banner-mobile-desktop {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.clicked  ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.clicked > a {
    background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
    background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    color: #333;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: #262626;
    text-decoration: none;
  }
}


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -41px;
    right: 15px;
    width: auto;
    height: auto;
    padding: 7px 10px 9px;
    background-color: transparent;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }
  .mobile-trigger:hover,
  .mobile-trigger:focus{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #ddd; 
    border-color: transparent;
  }



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


  /* ===== 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: 100% !important;
    height: 50px !important; /* Button height */  
    padding: 0 !important;
  }


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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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: 1px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    background-color: transparent;
    width: 100%;
    border-top: 1px solid #e7e7e7;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    overflow: auto;
    height: 340px;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #777;
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
    padding: 10px 15px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > a{
    color: #333;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    float: none;
    margin-right: 0;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: rgba(0,0,0,0.5) !important;
    margin: 0 !important;
    box-shadow: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-indent: 0px;
    padding: 5px 25px !important;
    color: #fff !important;
  }

  /* 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 */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.rss-feed {
    padding: 7px 0 8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-child-open > a {
    background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
    background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    color: #555;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul li, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul li a {
    text-align: right !important;
  }
}


/* ==========================================================================
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.custom-banner-group .custom-banner-content-group {
  background-color: #165db1;
}

.custom-year-filter-wrapper {
  padding: 5px;
  margin-bottom: 35px;
  display: block;
}
.custom-year-filter-wrapper ul {
  margin: 0 -15px;
  list-style-type: none;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.custom-year-filter-wrapper ul li {
  float: left;
  margin-right: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  color: #428bca;
}
.custom-year-filter-wrapper ul li.active {
  color: #fff !important;
  background-color: #428bca !important;
}
.custom-year-filter-wrapper ul li:hover,
.custom-year-filter-wrapper ul li:focus{
  text-decoration: none;
  background-color: #eee;
}
.archive-item hr {
  background: transparent;
  border: 1px inset;
}

/*.blog .archive-item {
  display: none;
}*/
/* =============== 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 */

.blog.hs-blog-listing .body-container .content-wrapper {
  padding: 20px 15px 0px 30px;
}

.post-header h2, h2.post-listing-simple {
  padding: 5px 0;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.post-header h2 a, h2.post-listing-simple a{
  text-decoration: none;
  color: inherit;
}
.post-header h2 a:hover, h2.post-listing-simple a:hover{
  text-decoration: none;
}
.section.post-header h1 {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  background-color: #F3F3F3;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 4px;
}
.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: 5px 0;
}
a.more-link span {
  padding: 3px 5px 0 2px;
}
.post-body {
  padding: 3px 0 5px;
}
/* Blog Topics List */
#hubspot-topic_data {
  margin: 15px 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: none;
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 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-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

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

#comment-form {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

.comment-date { font-size: 13px; text-align: left; display: block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  clear: both;
}
.blog-pagination a {
  display: block;
  margin: 10px 0;
}
.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:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


/* =============== 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;
  overflow: hidden;
}
.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 {}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 15px 0 9px;
  margin-bottom: 20px;
}
.hs-blog-post .blog-content {
  padding: 0 5px;
}
.custom-go-back-btn {
  font-size: 17pt;
  line-height: 32px;
}
.custom-go-back-btn span.glyphicons.glyphicons-circle-arrow-left {
  font-size: 25pt;
  padding-right: 15px;
}
.section.post-header {
  padding-top: 10px;
}
.section.post-header h1 {
  font-size: 30px;
}
.hs-blog-post #hubspot-author_data {
  padding: 10px 0 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
}
.hs-blog-post .section.post-body {
  padding: 20px 0 0px;
}

table.custom-table td {
  padding: 0;
  vertical-align: text-bottom;
}
table.custom-table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
.section.post-body hr {
  background-color: transparent;
  border: 1px inset;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

/* Form Field */
.hs-form-field {
  margin: 0 0 22px;
}

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

/* Labels and Legends */
label {
  font-size: 12.8px;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: ;
  font-size: ;
  background-color: #fff;
  border: 1px solid #ccc;
  -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 .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  margin: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-family: inherit;
}

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 {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -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 {
  -webkit-appearance: menulist-button;
}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 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) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  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);
  max-width: 500px;
  font-family: inherit;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  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 {
  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;
}


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

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


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

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


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

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


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

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


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

.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}

.hs-form-required {
  color: #ff0000;
}
.hs-error-msgs.inputs-list{
  margin: 0;
  list-style: none;
  padding: 0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
}
/*input.hs-input.error{
border-color: #c87872;
box-shadow: 0 0 3px rgba(171,41,32,0.25); 
}

input.hs-input.error:focus{
border-color: #b9554d;
box-shadow: 0 0 6px rgba(171,41,32,0.5);
}*/
.hs-search-field input[type="search"]::-webkit-search-decoration,
.hs-search-field input[type="search"]::-webkit-search-cancel-button,
.hs-search-field input[type="search"]::-webkit-search-results-button,
.hs-search-field input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}
.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}


.error-layout .main-content {
  padding: 0 10px;
}
.error-layout .main-content span.glyphicons {
  margin-top: 3px;
}
.error-layout .main-content img.img-rounded {
  border-radius: 6px;
}


.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning>.panel-heading {
  background-image: -webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
  background-image: -o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
  background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body {
  padding: 15px;
}

.privacy-policy .custom-one-column-content-wrap .custom-one-column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.well-date .panel-group,
.well-time .panel-group{
  display: none;
  padding: 10px;
}
.well-date.show-date .panel-group,
.well-time.show-time .panel-group{
  display: block;
}
.well-date.show-date span.text,
.well-time.show-time span.time-text{
  padding: 15px;
  display: block;
}
/* 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: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: -84px;
  }
  .contact-methods a {
    word-break: break-all;
  }
}
@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: -75px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 30px;
    padding: 15px 6px 16px;
  }
  .custom-logo img {
    width: 147px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul {
    width: 106%;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }
  .custom-footer-image-wrap .col-md-2 {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
  .custom-footer-image-wrap .col-md-3 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .custom-footer-quick-link .foot-quick-links {
    width: 50%;
  }
  .custom-footer-menu-group .custom-footer-menu {
    border-top: 1px solid #fff;
    margin-top: 8px;
    padding-top: 25px;
  }
  .header-container {
    min-height: 61px;
  }
  .custom-banner-group .custom-banner-image {
    margin-top: -61px;
  }
  .custom-contact-details-group .custom-contact-detail-item {
    width: 100%;
    float: none;
  }
  .custom-contact-details-group .contact-methods {
    border-bottom: solid 2px #ededed;
    padding-bottom: 10px;
  }
  .custom-image-with-popup .custom-image-item-col {
    width: 50%;
  }
  .custom-two-column-equal-content-wrap .custom-column-wrap {
    width: 100%;
  }
  .custom-team-member-group .custom-team-member-item {
    width: 50%;
  }
  .custom-content-with-top-icon .custom-content-item {
    width: 100%;
  }
  .custom-three-column-image-hover .custom-col-item {
    width: 100%;
  }
  .custom-three-column-equal-content-wrap .custom-column-wrap {
    width: 100%;
    float: none;
    padding: 0;
  }
  .custom-three-column-equal-content-wrap {
    margin: 0;
  }
  .custom-two-column-with-left-image {
    margin: 0;
  }
  .custom-two-column-with-left-image .custom-left-column-image-wrap {
    width: 100%;
    float: none;
    padding: 0 0 10px;
    text-align: center;
  }
  .custom-two-column-with-left-image .custom-right-column-content-wrap {
    width: 100%;
    float: none;
    padding: 0;
  }
  .custom-content-icon-popup-group .custom-content-pop-item {
    width: 50% !important;
  }
  .custom-service-list-popup-wrap {
    left: 50px;
    width: calc(100% - 100px);
  }
  .custom-service-list-popup-wrap .custom-service-list-content {
    width: 100%;
  }
  .custom-service-list-popup-wrap .custom-service-list-content hr,
  .custom-service-list-popup-wrap .custom-service-list-content.right hr{
    margin: 18px 0px 18px 0;
  }
  .custom-content-with-bg-group {
    display: block;
  }
  .custom-image-with-hover-effect-wrap .custom-image-hover-item {
    width: 50%;
    text-align: center
  }
  .custom-home-row1 {
    margin-top: -61px;
  }
  .custom-content-with-link-wrap {
    display: block;
    margin: 0;
  }
  .custom-content-with-link-wrap .custom-content-item {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {}

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

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .blog-sidebar,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  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%;
    width: 100% !important;
  }

  .custom-banner-group img.banner-image-desktop {
    display: none;
  }
  .custom-banner-group img.banner-mobile-desktop {
    width: 100% !important;
  }
  .custom-header-group .page-center {
    padding: 0 !important;
  }
  .custom-logo-group {
    padding: 15px 15px 9px;
  }
  .custom-logo img {
    width: 123px;
  }
  .custom-footer-bottom-link {
    border-top: 1px solid #9a9a9a;
    padding-top: 7px;
    margin-top: 8px;
  }
  .custom-footer-bottom-link p {
    text-align: center;
  }
  .custom-footer-copyright {
    text-align: center;
  }
  .custom-footer-quick-link .foot-quick-links {
    width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    padding-left: 0;
  }
  .custom-footer-menu .hs-menu-wrapper>ul {
    width: 100%;
    margin: 0;
  }
  .custom-footer-menu-group .custom-footer-menu {
    padding-top: 8px;
  }
  .header-container {
    min-height: 50px;
  }
  .custom-one-middle-group .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-banner-group .custom-banner-image {
    margin-top: -50px;
  }
  .custom-contact-details-group {
    margin: 0;
  }
  .custom-contact-details-group .custom-contact-detail-item {
    padding: 10px;
  }
  .custom-contact-group .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  h4 {
    font-size: 12pt;
  }
  .custom-pop-form-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
  }
  .custom-pop-form-group .custom-pop-form-bottom .hs-form-field {
    padding: 0 15px !important;
    width: 100% !important;
    float: none;
  }
  .custom-image-with-popup .custom-image-item-col {
    width: 100%;
  }
  .custom-pop-form-group .custom-pop-form-content,
  .custom-pop-image-group .custom-pop-form-content{
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
  }
  .custom-team-member-group .custom-team-member-item {
    width: 100%;
  }
  .custom-content-with-top-icon {
    margin: 0;
  }
  .custom-content-with-top-icon .custom-content-item {
    padding: 0;
    width: 100%;
    float: none;
  }
  .custom-two-column-equal-content-wrap {
    margin: 0;
  }
  .custom-two-column-equal-content-wrap .custom-column-wrap {
    padding: 10px;
  }
  h3 {
    font-size: 15pt;
  }
  .custom-three-column-image-hover {
    margin: 40px 0px 0;
  }
  h2 {
    font-size: 16pt;
  }
  .section.post-header h1 {
    font-size: 16pt;
  }
  .hs-blog-post .blog-content {
    padding: 26px 5px 0;
  }
  .custom-two-column-with-left-image .custom-right-column-content-wrap {
    text-align: center;
  }
  .custom-medical-row1 .page-center,
  .custom-medical-row2 .page-center,
  .custom-medical-row3 .page-center,
  .custom-medical-row4 .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .custom-enterprise-row1 .page-center, 
  .custom-enterprise-row2 .page-center,
  .custom-enterprise-row3 .page-center,
  .custom-enterprise-row4 .page-center,
  .custom-enterprise-row5 .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-enterprise-row1 {
    border-bottom: 0;
  }
  .custom-case-middle-group .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .way-refer-layout .main-content-wrap .hs_cos_wrapper_type_rich_text {
    padding: 0 10px;
    display: block;
  }
  .custom-service-list-popup-wrap {
    left: 15px;
    width: calc(100% - 30px);
  }
  .custom-content-with-bg-group .custom-content-with-bg-item .custom-one-column-inner p:last-of-type {
    margin: 0 0 24px;
  }
  .custom-content-with-bg-group {
    margin: 0;
  }
  .custom-image-with-hover-effect-wrap .custom-image-hover-item {
    width: 100%;
  }
  .custom-image-with-hover-effect-wrap {
    display: block;    
    margin: 0;
  }
  .custom-home-row1 {
    margin-top: 0px;
  }
  .custom-home-row2 {
    margin-top: 0;
  }
  .custom-advanced-gallery-slider ul.slick-dots {
    bottom: 5px;
  }
  .post-header h2, h2.post-listing-simple {
    font-size: 12pt;
  }
  .error-layout .main-content {
    padding: 0 5px;
  }
  .custom-content-icon-popup-group .custom-content-pop-item {
    width: 100% !important;
  }
  .custom-content-icon-popup-group .custom-top-heading {
    padding: 20px 10px;
  }
  .privacy-policy .custom-one-column-content-wrap .custom-one-column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  table.custom-table td {
    padding: 0 5px 0 0;
  }
  table.custom-table {
    width: 100% !important;
  }
}  

@media (max-width: 699px) {
  .custom-three-column-image-hover .custom-col-item img {
    height: 150px;
  }
  .custom-year-filter-wrapper ul {
    width: 102%;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block !important;
    float: none;
    margin: 0 0 20px;
  }

  .checkbox-row span.fakelabel span {
    float: none;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-serivices-portfolio-group .custom-services-banner-content {
    display: block;
  }
  .custom-serivices-portfolio-group a.custom-service-list {
    float: none;
  }
  table.custom-table td {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .custom-team-member-group .profile-overlay-sm {
    width: calc(100% - 12px);
  }
}



.logo-box div {
font-size: 14px;
text-align: center;
}

.logo-box img {
max-width:120px;
margin: 0 auto;
}

.logo-box {
    text-align: center;
  }


@media only screen and (max-width: 991px) {
  
  .custom-footer-image-wrap a div {
    margin: 0 auto;
  }
  
  .custom-footer-image-wrap .middle-logo {
    height: 80px !important;
  }
}


body.hs-content-id-8128128361 .custom-content-with-top-icon .custom-content-item {
  width: 33.33%;
}

.learnmore-btn a {
max-width: 150px;
width: 100%;
display: block;
margin: 25px auto 0;
background-color: #fdb815;
padding: 10px 20px;
text-align: center;
color: #000;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
}

.learnmorebtnleft.learnmore-btn a {
margin: 20px 0 0 !important;
 max-width: 280px !important;
}

.learnmore-btn a:hover {
background-color: #000;
color: #fff;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
}

.reviewservice {
  margin-top: 20px;
}

.reviewservice .row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
  margin: 0 -15px;

}

.reviewservice .row .col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding: 0 15px;
margin-bottom: 25px;
}

.reviewservice .row .col-md-3 a {
padding: 25px;
background-color: #f1f7ff;
display: block;
text-align: center;
box-shadow: 0px 0px 15px rgba(0, 0, 0, .10);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .10);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .10);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
color: #000;
  transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
height: 100%;
}

.reviewservice .row .col-md-3 h3 {
font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
  color: #165db1;
}

.reviewservice .row .col-md-3:hover .reviewservicebox h3 {
  color: #fff;
}

.reviewservice .row .col-md-3 a:hover {
background-color: #165db1;
color: #fff !important;
  transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
}
  
.ctabox {
  background-color: #165db1;
  padding: 40px;
  text-align: center;
}

.ctabox {
margin: 60px 0;
}

.ctabox h2 {
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-size: 22px;
    padding: 0 90px;
}

.ctabox a {
 max-width: 240px;
width: 100%;
display: block;
margin: 25px auto 0;
background-color: #fdb815;
padding: 10px 20px;
text-align: center;
color: #000;
transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear; 
    font-weight: 600;
}

.ctabox a:hover {
background-color: #000;
color: #fff;
}

@media only screen and (max-width:980px) {
  .reviewservice .row .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media only screen and (max-width:767px) {
body.hs-content-id-8128128361 .custom-content-with-top-icon .custom-content-item {
  width: 100%;
}
  
  .custom-content-item .custom-content p:first-child {
    min-height: inherit;
  }
  
  .reviewservice .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .ctabox h2 {
    padding: 0;
}
  
  .accordion_header {
    font-size: 16
  }
  
  .ctabox {
  padding: 21px;
}
}

body.hs-content-id-181466544232 .custom-two-column-with-left-image .custom-left-column-image-wrap {
  float: right
}

body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap,
body.hs-content-id-8151349469 .custom-two-column-equal-content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap .custom-column-wrap { 
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 25px;
}

body.hs-content-id-8151349469 #hs_cos_wrapper_widget_1730977615490 .custom-two-column-equal-content-wrap .custom-column-wrap,
body.hs-content-id-8151349469 #hs_cos_wrapper_widget_1730978975868 .custom-two-column-equal-content-wrap .custom-column-wrap,
body.hs-content-id-8151349469 #hs_cos_wrapper_widget_1730979305568 .custom-two-column-equal-content-wrap .custom-column-wrap {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
}

body.hs-content-id-8151349469 #hs_cos_wrapper_widget_1730977615490 .custom-two-column-equal-content-wrap .custom-column-wrap .custom-column-inner,
body.hs-content-id-8151349469 #hs_cos_wrapper_widget_1730978975868 .custom-two-column-equal-content-wrap .custom-column-wrap .custom-column-inner,
body.hs-content-id-8151349469 #hs_cos_wrapper_widget_1730979305568 .custom-two-column-equal-content-wrap .custom-column-wrap .custom-column-inner {
  background-color: #f0f0f0;
  height: 100%;
  padding: 0 !important;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
   border: 2px solid transparent;
}

body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap .custom-column-wrap .custom-column-inner {
  background-color: #f0f0f0;
  height: 100%;
  padding: 0 !important;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
   border: 2px solid transparent;
}

body.hs-content-id-8151349469 .custom-two-column-equal-content-wrap .custom-column-wrap .custom-column-inner p {
  padding: 15px !important;
}

body.hs-content-id-8151349469 .custom-two-column-equal-content-wrap .custom-column-wrap .custom-column-inner h3 {
  min-height: 80px;
}

body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap .custom-column-wrap .custom-column-inner:hover,
body.hs-content-id-8151349469 .custom-two-column-equal-content-wrap .custom-column-wrap .custom-column-inner:hover {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap .custom-column-wrap .custom-column-inner h3,
body.hs-content-id-8151349469 .custom-two-column-equal-content-wrap .custom-column-wrap .custom-column-inner h3 {
  background-color: #fdb836;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  padding: 15px;
  border: 2px solid #fff;
  margin-top: 0;
}

body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730957017258 h3,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730958664790 h3,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730961697475 h3 {
  background-color: #165db1;
  color: #fff;
}

body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap .custom-column-wrap .custom-column-inner ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730955659666 .col3,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730958664790 .col3 { 
  display: none;
}

body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1729484109256,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1729485007034,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1729486205911,
body.hs-content-id-8151349469 #hs_cos_wrapper_widget_1729501775841{
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}

body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730956539187 .custom-left-column-image-wrap,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730961544198 .custom-left-column-image-wrap {
  float: left;
}

body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730956539187 h3,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730961544198 h3,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730959964591 h3,
body.hs-content-id-181466544232 #hs_cos_wrapper_widget_1730952915306 h3 {
  margin-top: 0 !important;
}

.otherservices {
  background-color: #f1f7ff;
  padding: 25px;
}

.otherservices h2 {
  text-align: center;
  margin-bottom: 40px;
}

.otherservices .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.otherservices .row .col-md-4 {
  -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 25px;
}

.otherservices .row .col-md-4 .servicebox {
    padding: 25px;
    background-color: #165db1;
    display: block;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .10);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .10);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    height: 100%;
}

.otherservices .row .col-md-4 .servicebox h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}



@media only screen and (max-width:991px) {
  body.hs-content-id-181466544232 .container-fluid .row-fluid .page-center,
  body.hs-content-id-8151349469 .container-fluid .row-fluid .page-center{
   max-width: 98%;
   padding: 0 15px;
  }
  
  body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap .custom-column-wrap .custom-column-inner h3 {
    min-height: 100px;
  }
  
  body.hs-content-id-181466544232 .custom-two-column-with-left-image .custom-left-column-image-wrap {
    float: right;
    width: 33.33%;
  }
}

@media only screen and (max-width:767px) { 
  body.hs-content-id-181466544232 .custom-two-column-with-left-image .custom-left-column-image-wrap {
    float: none;
    width: 100%;
    text-align: left;
  }
  
  body.hs-content-id-181466544232 .custom-two-column-with-left-image .custom-column-inner {
    padding: 0;
  }
  
  body.hs-content-id-181466544232 .custom-two-column-with-left-image .custom-right-column-content-wrap {
    text-align: left;
  }
  
  body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap .custom-column-wrap,
  body.hs-content-id-8151349469 .custom-two-column-equal-content-wrap .custom-column-wrap{
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .otherservices .row .col-md-4 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  
  body.hs-content-id-181466544232 .custom-three-column-equal-content-wrap .custom-column-wrap .custom-column-inner h3 {
    min-height: inherit !important;
  }

}

@media only screen and (max-width:480px) {
  .otherservices .row .col-md-4 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}


.custom-banner-image {
  position: relative;
  z-index: 9;
}

.hs-content-id-181466544232 .custom-banner-image:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,.20);
  z-index: 0;
}

.bannertitlebox {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 20;
}

.bannertitlebox h2 {
  text-align: center;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.bannertitlebox a {
  background: rgb(230,234,237);
  background: linear-gradient(180deg, rgba(230,234,237,1) 0%, rgba(199,206,215,1) 100%);
  color: #000;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #000;
  transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.bannertitlebox a:hover {
  background: rgb(230,234,237);
  background: linear-gradient(180deg, rgba(230,234,237,1) 0%, rgba(163,169,177,1) 100%);
  transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}


@media only screen and (max-width:767px) {
  .bannertitlebox h2 {
    font-size: 1.25rem;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  
  .bannertitlebox a {
  font-size: 16px;
  padding: 10px 15px;
}

}