@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Montserrat:400,700,800');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Source+Serif+Pro:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,500&family=Source+Serif+Pro:wght@700&display=swap');

@font-face {
  font-family: 'Droid_Serif';
  src: url('https://7657823.fs1.hubspotusercontent-na1.net/hubfs/7657823/DCR_Partners_Assets_2020/Droid_Serif_Font/DroidSerif.eot');
  src: url('https://7657823.fs1.hubspotusercontent-na1.net/hubfs/7657823/DCR_Partners_Assets_2020/Droid_Serif_Font/DroidSerif.eot#iefix') format('embedded-opentype'),
    url('https://7657823.fs1.hubspotusercontent-na1.net/hubfs/7657823/DCR_Partners_Assets_2020/Droid_Serif_Font/DroidSerif.woff2') format('woff2'),
    url('https://7657823.fs1.hubspotusercontent-na1.net/hubfs/7657823/DCR_Partners_Assets_2020/Droid_Serif_Font/DroidSerif.woff') format('woff'),
    url('https://7657823.fs1.hubspotusercontent-na1.net/hubfs/7657823/DCR_Partners_Assets_2020/Droid_Serif_Font/DroidSerif.ttf') format('truetype'),
    url('https://7657823.fs1.hubspotusercontent-na1.net/hubfs/7657823/DCR_Partners_Assets_2020/Droid_Serif_Font/DroidSerif.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*=========== Font Family ==========*/

 /*** change the standard font **/


 





/*--------- SIZING ----------*/

 



/*--------- NAVBAR COLORS ----------*/

 
 

 
 
 /* How do I change the standard font color? */



/*--------- Theme Base Colors ----------*/

 






 
 
 
 /* How do I change the background colour of the “Categories | Subscribe | Populars” dropdown feature? */





body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family: 'Arial', sans-serif; ;
  width:100%;
  letter-spacing:.5px;
  background: #fff ;
  margin:0 auto;
  max-width:100%;
  color:#1d1d1b;
}

.row-fluid [class*="span"].wrapper,
.row-fluid .wrapper{
  width: 100%;
  max-width: 1170px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}


h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color:#1d1d1b;
}

h1,h2,h3,h4,h5,h6{
  color:#1d1d1b;
  font-family: 'Arial', sans-serif; ;
}

h1+h4{
  font-family: 'Arial', sans-serif;
  font-weight:400;
  font-size:50px;
  letter-spacing:.75px;
  line-height:1.5;
}

.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

a{
  margin-bottom:0;

}

h1{
  font-size:50px;
  font-weight:bold;
  letter-spacing:normal;
  margin-bottom: 20px;
  line-height: 1.27;
}

h2{
  font-size:38px;
  font-weight:bold;
  letter-spacing: 0;
  line-height: 1.3;
}

h3{
  font-size: 20px;
  font-weight:bold;
  letter-spacing:normal;
}

h4{
  font-size: 22px;
  font-weight:bold;
  letter-spacing: 0;
}

h5{
  font-size: 18px;
  font-weight:bold;
  letter-spacing: 0;
}

h6{
  font-size: 16px;
  font-weight:bold;
  letter-spacing: 0;
}

p,
.body-container-wrapper li{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .3px;
  font-weight:400;
}


h3+p{
  margin-top:14px;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
  z-index:2;
  //padding-top:85px;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  margin-left:26px;
  margin-bottom:8px;
}


.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style ul{
  margin:0;    
  list-style:none;
}

.no-list-style li{
  margin:0;
}

.body-container-wrapper a{
  color:#1d1d1b;
  transition: all ease-in-out .2s;
}
.body-container-wrapper a:hover{
  color:#2b90b4;
}

blockquote{
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #c6c6c6;
  font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid #295ea6;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.widget-type-cta{
  margin-top:15px;
}

body .container-fluid .row-fluid .hs-button,
body a.cta_button[title]{    
  font-size: 16px;
  line-height: 18px;
  padding: 16px 40px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 1px;
  color: #fff;
  border-radius:2px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  background:#295ea6;
  border-color:#295ea6;
  transition: all ease-in-out .2s;
  letter-spacing: 1.5px;
  top:0;
}

.hs_cos_wrapper_type_custom_widget a.cta_button{
  margin-top:25px;
}

body a.cta_button.image-cta{
  padding:0;
  background:transparent;
  text-align:center;
}

body a.cta_button:hover,
body .container-fluid .row-fluid .hs-button:hover{
  box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.32);
  top:-5px;
  color:#fff;
} 

body .container-fluid .row-fluid .transparent-cta a.cta_button{
  background:transparent;
  border:1px solid #2b90b4;
  border-radius:2px;
  color:#2b90b4;
  font-weight: 600;
  padding:15px 40px;
}

body .container-fluid .row-fluid .transparent-cta a.cta_button:hover{
  background:#2b90b4;
  color:#fff;
}

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

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay,.base-color-overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.base-color-overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:#1d1d1b;
  z-index: -1;
  opacity:.95;
  background: ;
}

.black-bg{
  background:#414042;
}

body .row-fluid .light-blue-bg{
  background: #f4f5f8;
}


body .container-fluid .row-fluid .section-heading.align-center {
  max-width: 840px;
  float: none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:60px;
}

.section-heading p{
  font-size: 20px;
  font-weight: 400;
  line-height:1.5;
  max-width: 771px;
  margin: 0 auto;
  letter-spacing: .4px;
}

.section-heading h5{
  font-family: 'Arial', sans-serif; ;
  font-size: 42px;
  font-weight:bold;
  letter-spacing:normal;
  color:#1d1d1b;
  margin-bottom: 5px;

}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#1d1d1b;
}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}

.section-border{
  border-bottom:1px solid #e7e7e7;
}

.cta-margin{
  margin-top:50px;
}

.mb-4{
  margin-bottom:36px;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}

.inner-page-hero-section{
  padding:30px 0;
}

.inner-page-hero-section h1{
  margin:0;
  font-size:30px;
}


/*========================================================
Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }

  h1{
    font-size:34px;
  }

  h2{
    font-size: 30px;
  }

  h3{
    font-size: 24px;
  }

  h4{
    font-size: 22px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 16px;
  }

  .section-padding {
    padding: 60px 0;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }

  p{
    font-size: 16px;
  }

  .body-container-wrapper li {
    font-size: 18px;
  }

  .section-heading p {
    font-size: 22px;
  }

  .cta-margin {
    margin-top: 32px;
  }
  .section-heading h5{
    font-size:36px;
  }

  .mb-4{
    margin-bottom:28px;
  }

}




@media (max-width:767px){


  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }


  h1{
    font-size:30px;
  }

  h2{
    font-size:26px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
  }

  h6{
    font-size: 16px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
  }

  .primary-banner {
    padding: 120px 0 40px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .cta-margin {
    margin-top: 20px;
  }

  .body-container-wrapper {
    padding-top:0px;   
  }

  .section-heading h5{
    font-size:30px;
  }
  .mb-4{
    margin-bottom:28px;
  }

}




/*************************************
HEADER STYLING
*************************************/            



body .row-fluid .pth-header{
  position:absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  transition: all .35s ease-in-out;
  top: 0;
}

.pth-header .logo{
  padding:10px 0;
}

.pth-header .widget-type-cta{
  margin-top:0;
}

.pth-header .header-cta a.hs-button{
  padding: 14px 30px;    
  border:2px solid #60347B;
  background:transparent;
  color: #60347B;
  border-radius: 2px;
  display:inline-block;
  font-weight:600;
  transition:0.3s all ease-in-out;
}
.pth-header .header-cta a.hs-button:hover{
  background:#60347B;
  color:#fff;
}

.pth-header .phone-sec a{
  font-size: 18px;
  font-weight: bold;
  letter-spacing:0px;
  display:inline-block;
  margin-top:12px;
  text-align:center;
}
.pth-header .phone-sec a span{
  padding-right:10px;
}

@media(max-width:1200px) and (min-width:768px){   
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li.hs-item-has-children:last-child>ul.hs-menu-children-wrapper{
    left:-125px;        
  }
}

@media (min-width:768px){
  .pth-header .header-logo{
    padding:31px 0;
  }
  .pth-header .header-logo img{
    width:100%;
    max-width:200px;
  }    
  body .row-fluid .pth-header{
    height:85px;
  }    

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a{
    font-size: 14px;
    padding:44px 15px 30px;
    line-height:1;
    font-weight:400;
    color:#1d1d1b;
    letter-spacing:0.26px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border-top:3px solid #2b90b4;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    line-height: 0;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a{
    position:relative;
    margin-right:12px;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
    position: absolute;
    content: '\f107';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    top: 0px;
    bottom: 0;
    right: 12px;
    font-size: 14px;
    color:#1d1d1b;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a:before{
    right:-5px;
    top:20px;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover a,
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active a,
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>a:before{
    color:#2b90b4;
  }


  .pth-header .hs-menu-wrapper {
    line-height: 0;
    text-align: center;
    float:right;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 14px;
    padding: 12px 24px 12px 15px;
    line-height: 1;
    color: #1d1d1b;
    text-align: left;
    border: 1px solid rgba(18, 18, 50, 0.11);
    background: #fff;
    border-top: 0;
    font-weight: 400;
    transition:all .2s ease-in-out;
    min-width: 140px;
    -webkit-transition:all .2s ease-in-out;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:before{
    color:#1d1d1b;
    transition: all .3s ease;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a:before{
    color:#2b90b4;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    color:#2b90b4;
    text-indent:2px;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>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;
  }

  .pth-header .right-col{
    margin-left: 0.127659574%;
    width: 33.914893614%;
  }
  .pth-header .phone-sec{
    width:50.717948718%
  }
  .pth-header .header-cta{
    margin-left:0px;
  }
}



@media(min-width:1200px){
  body .row-fluid .pth-header .right-col{
    width: 36.914894%;
  }
  body .row-fluid .pth-header .main-menu{
    width: 45.93617%;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
    padding: 50px 15px 30px;
  }
}
@media(min-width:1025px) and (max-width:1200px){
  .pth-header .phone-sec a {
    font-size: 15px;
    margin-top:9px;
  }
  .pth-header .header-cta a.hs-button {
    padding: 14px 18px;
  }
}


@media (min-width:768px) and (max-width:1024px){
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
    top: 2px;
  }
  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a:before{
    top: 4px;
  }
  body .row-fluid .pth-header .header-logo {
    padding: 20px 0;
  }
  .pth-header .header-cta a.hs-button {
    padding: 10px 8px;
    font-size: 14px;
  }
  .pth-header .phone-sec a {
    font-size: 12px;
    margin-top:10px;
  }
  .pth-header .phone-sec a span{
    padding-right:7px;
  }
  .phone-call img {
    width: 18px;
  }

  .pth-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    padding: 30px 10px;
    font-size:14px;
  }

  .pth-header {
    padding:0;
  }
}

@media(min-width:768px) and (max-width:850px){
  .pth-header .header-cta a.hs-button {
    padding: 10px 8px;
    font-size: 16px;
  }
  .pth-header .phone-sec a {
    font-size: 14px;
    margin-top:10px;
  }
  .pth-header .phone-sec a span{
    padding-right:7px;
  }
  .phone-call img {
    width: 18px;
  }
  .pth-header .main-menu{
    width: 43.618785%;
  }
  body .row-fluid .pth-header .right-col {
    margin-left: .127659574%;
    width: 38.914894%;
  }
}
@media (max-width:767px){
  .pth-header .right-col{
    display:none;
  }
  .pth-header .main-menu .phone-sec{
    text-align:center;
  }
  .pth-header .main-menu .header-cta{
    margin-top:20px;
  }
  .pth-header .main-menu .header-cta a.hs-button{
    display:block;
    background: #60347B;
    color:#fff;
  }
  .row-fluid .pth-header .main-menu .hs-button:hover{
    box-shadow:none;
    top: 0px;
  }

  .pth-header .phone-call img {     
    width: auto; 
  }
  .pth-header .phone-call{
    max-width: 200px;
    margin: 0 auto;
  }
  .phone-call img {
    width: auto;
    float: left;
  }

}






/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 47.4%;
  -webkit-flex-basis: 47.4%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .two-col-adjust.have-box-border span>.hs_cos_wrapper{
  background-color: #fff;
  box-shadow: 0 1px 1px 0 #e6ebee;
  border: solid 1px rgba(129,154,179,0.14);
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding:20px;
  position:relative;
} 



@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}











/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.2%;
  -webkit-flex-basis: 30.2%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


/* Make border boxed*/


body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper{
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 #e6ebee;
  border: solid 1px rgba(129,154,179,0.14);
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding:20px 0;
  position:relative;
} 

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper>div{
  padding:0 20px;
}
.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid #1d1d1b;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}









/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}










@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  } 
  .change-on-mobile>.row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
}









/*=========================================================
FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
  color: #989898;
}

:-moz-placeholder {
  color: #989898;
}

::-moz-placeholder {  
  color: #989898;
}

:-ms-input-placeholder {  
  color: #989898;
}

select::-ms-expand {
  display: none;
}

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 54px;
  font-family: 'Arial', sans-serif; ;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  background: #f5f5f5;
  padding:10px 20px;
  color: #1d1d1b;
  font-weight:400;
  background:#fff;
  border:1px solid #dedede;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}


.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #1d1d1b;
}

.row-fluid  form textarea{
  height:150px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display:block;
  margin-bottom:6px;
  margin-top:14px;
}

.row-fluid form .hs_submit .actions{
  text-align:center;
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 24px;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #1d1d1b;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}


.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #1d1d1b;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}


@media (max-width:480px){


  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }

}











/*============================ Talk To Us Section ==============================*/


.talk-to-us-99,.talk-to-us-main{
  padding:130px 0;   
}

body .container-fluid .row-fluid .talk-to-us-99 .section-heading{
  max-width:1060px;
  padding:0;
}

body .row-fluid .talk-to-us-99 .icon-img{
  width: 100%;
  max-width: 110px;
  margin: 20px auto 30px;
  float: none;
  border: 2px solid #fff;
  height: 110px;
  padding: 23px;
  border-radius: 50%;
}

.talk-to-us-99 h3{
  color#1d1d1b;
  font-weight: 600;
  font-size: 30px;
}

.talk-to-us-99 .button a{
  color: #fff;
  border: 2px solid;
  padding: 14px 26px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  max-width: 210px;
}

.talk-to-us-99 .button a img {
  width: 25px;
  padding-right: 10px;
}


.talk-to-us-99 .button a .fa{
  font-size: 20px;
  position: relative;
  margin-right: 14px;
}

.talk-to-us-99 .divider{
  margin:50px 0 30px;
}

.contact-assets{
  padding: 30px 0px;
}

.phone-nos{
  position:relative;
  padding-left:50px;
}

.email-address{
  position:relative;
  padding-left:50px;
}

.phone-nos a,.email-address a{
  font-size: 16px;
  font-weight: 600;
}

.phone-nos:before,
.email-address:before{
  content: "\f095";
  font-family: FontAwesome;
  color: #1d1d1b;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  background: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0px;
  top: -10px;
}

.row-fluid .email-address:before{
  content:"\f0e0";
  line-height: 40px;
}

.contact-assets{

}

.form-wrapped {
  max-width: 450px;
  position:relative;
}

.form-wrapped:before{
  content: "Or";
  font-weight: 600;
}

body .row-fluid .form-wrapped form .hs_submit .actions{
  text-align:left;
}
/*
body .row-fluid .form-wrapped form .hs_submit .hs-button {
background-image:url('//2432204.fs1.hubspotusercontent-na1.net/hubfs/2432204/99%20Template%20Pack/Background%20Images/send-option.png');
background-repeat: no-repeat;
background-position: right center;
background-size: 50px;
padding-right: 65px;
}*/

.talk-to-us-main.overlay:before{
  background: rgba(255, 255, 255, 0.9);
}


@media (max-width:1024px){

  .talk-to-us-99 {
    padding: 70px 0;
  } 
}



@media (max-width:767px){

  body .container-fluid .row-fluid .talk-to-us-99 .section-heading {
    padding: 0;
    margin-bottom: 0;
  }

  body .row-fluid .talk-to-us-99 .icon-img{
    margin: 20px auto 20px;
  }


  .talk-to-us-99 {
    padding: 50px 0;
  } 

  .talk-to-us-main {
    padding: 75px 0;
  }

  .widget-type-rich_text.phone-nos {
    margin-bottom: 40px;
  }

  .talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid .span5{
    order:1;
    margin-bottom:50px;
  }


  .talk-to-us-main .wrapper>.row-fluid-wrapper>.row-fluid .span7{
    order:2;
  }

}    
















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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 767px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this 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:#000000;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#000000;
    background-color: #ffffff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000000;
    background-color: #ffffff; 
    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: #ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #000000; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#000000; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 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: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#ffffff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#000000; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#000000; /* link hover color set by global mobile-aColorHover variable */
  }

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

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









/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:767px){

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

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width:30px;
    background:#1d1d1b;
    height:4px;
  }

  .mobile-trigger i:before {
    top: -8px;
  }

  .mobile-trigger i:after {
    top: 8px;
  }

  .mobile-trigger {
    top: 17px;
    right: 8px;
  }

  .mobile-open .mobile-trigger ,
  .mobile-trigger {
    background-color: transparent;
    z-index:15;
  }

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color:#1d1d1b;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#1d1d1b;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#1d1d1b;
  }

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  body .header-container-wrapper .pth-header .logo{
    max-width:190px;
    float:left;
    margin-top:0;
    margin-left:20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .child-trigger i, .child-trigger i:after {
    background-color: #000;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    margin: 0;
    z-index: 1;
    box-shadow: 0px 0px 1px #1d1d1d;
    padding: 10px 20px 20px 20px;
    z-index: 11;
    top:75px;
    box-sizing: border-box;
  }

  body .header-container-wrapper .pth-header ul>li{
    border:0;
    background:transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    font-size: 14px;
    padding:0;
    color:#000;
    font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a:hover{
    color:#2b90b4;
  }

  body .row-fluid .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    text-indent:0;
  }

  .child-trigger {
    border-left: 0;
  }

  body .row-fluid .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper {
    padding: 0 0 0 15px;
    position: relative !important;
    left: 0 !important;
  }

  .pth-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 12px;
    top: 10px;
    width: 1px;
    background: rgba(0, 0, 0, 0.33);
  }

  body .row-fluid .pth-header .header-logo {
    width: 160px;
    float: left;   
    text-align:left;
  }

  .pth-header {
    padding:12px 0;
  }

}

/****************** END Header Mobile Responsive *******************/
















/*========================================  
Footer Styling
========================================*/          
.pth-footer .menu-group{
  font-size:18px;
  font-weight:600;
  margin-bottom:15px;
}
.footer-subscribe h3.form-title{
  font-size:18px;
  font-weight:600;
  margin-bottom:0;
}
.row-fluid .footer-subscribe form .input input{
  border:0px;
  border-bottom:1px solid #fff;
  color:#808080;
  background:transparent;
  font-family: 'Arial', sans-serif; ;
  padding: 10px 0px;
}
.row-fluid .footer-subscribe form .hs-button{
  text-transform:uppercase;
  display: block;
  width: 100%;
  font-family: 'Arial', sans-serif; ;
}

.pth-footer ul.social-icon{
  list-style:none;
  padding-left:0;
}
.pth-footer ul.social-icon li{
  display:inline-block;
}
.pth-footer .social-icon a{
  margin:0 8px;
  font-size:18px;
  background:#fff;
  display:block;
  text-align:center;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:100%;
  color:#2b90b4;
  transition:0.3s all ease-in-out;
}
.pth-footer .social-icon a:hover{
  background:#2b90b4;
  color:#fff;
}
.pth-footer .social-icon a:first-child{
  margin-left:0px;
}
.pth-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.pth-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover{
  color:#2b90b4;
}
.pth-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{
  padding: 7px 0;
  font-weight: 400;
  letter-spacing: 0.26px;
  font-size:14px;
  font-family: 'Arial', sans-serif; ;
  transition:0.3s all ease-in-out;
}
.pth-footer .footer-lower-sec{
  background:#000000;
  padding:20px 0 15px;
}
.pth-footer .copyright p{
  line-height: 1.86;
  letter-spacing: 0.26px;
  font-size:14px;
  margin:0;
  font-family: 'Arial', sans-serif; ;
}

.row-fluid .footer-subscribe form .field>label {
  display: none;
}
.row-fluid .footer-subscribe form .hs-main-font-element{
display:none;
}



@media (max-width:767px){

  .pth-footer .social-icons{
    margin:20px 0;
  }    

  .pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    text-align:center;
  }

  .pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
    float: none;
    width: auto;
    display: inline-block;
  }

  .pth-footer .bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0 8px;
    width:auto;
    max-width:none;
  }
  .pth-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:not(:last-child) a{
    border-right:0px;
  }
  .pth-footer{
    text-align:center;
  }
  .footer-lower-sec .row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
  .footer-subscribe {
    margin-top: 30px;
  }

  .pth-footer .copyright {
    margin-top: 5px;
  }
}



/*====================================
* Hero Section 
====================================*/
.hero_section_wd_3{
  padding-top:186px;
  padding-bottom:60px;
}
.hero_section_wd_3 .new-hero-text p{
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-size:20px;
  max-width:546px;
  margin-bottom:54px;
}
.hero_section_wd_3 .hero_section {
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.04);
  margin-top:150px;
}

.hero_section_wd_3 .single-col {
  transition:0.3s all ease-out;
}
.hero_section_wd_3 .single-col .single-col-inner{
  padding: 74px 30px 51px;
}
.single-col.hs_cos_wrapper.active .default-icon,
.single-col.hs_cos_wrapper .hover-icon{
  opacity: 0;
}

.single-col.hs_cos_wrapper .default-icon,
.single-col.hs_cos_wrapper.active .hover-icon{
  opacity: 1;
}

.hero_section_wd_3 .single-col .logo{
  margin-bottom:28px;
  position: relative;
  height: 65px;
}
.hero_section_wd_3 .default-icon,
.hero_section_wd_3 .hover-icon {
  position: absolute;
}
.hero_section_wd_3 .single-col .item-content{
  margin-bottom:10px;
}

.hero_section_wd_3 .single-col.active{
  background:#2b90b4;
}

.hero_section_wd_3 .single-col.active .item-content h4,
.hero_section_wd_3 .single-col.active .item-content p,
.hero_section_wd_3 .single-col.active .simple-cta a{
  color:#fff;
}
.hero_section_wd_3 .single-col:first-child .nostyle-cta a{
  color:#fff;
  font-weight:bold;
}

@media(min-width:768px){
  body .row-fluid .hero_section_wd_3 .three-col-adjust span{
    margin:0px;
  }
  body .row-fluid .hero_section_wd_3 .hs_cos_wrapper.single-col{
    flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-direction: column;
    margin:0;
  } 
}

@media(min-width:768px) and (max-width:1024px){
  .hero_section_wd_3 {
    padding-top: 136px;
    padding-bottom: 60px;
  }
  .hero_section_wd_3 .new-hero-text p {
    font-size: 18px;
  }
  .hero_section_wd_3 .hero_section {
    margin-top: 90px;
  }
  .hero_section_wd_3 .single-col {
    padding: 40px 20px 20px;
  }
  .content-heading:before{
    width: 22px;
    height: 35px;
    right: 0px;
  }
  .hero_section_wd_3 .single-col .single-col-inner {
    padding: 40px 20px;
  }
}

@media(max-width:767px){
  .hero_section_wd_3 .single-col .single-col-inner {
    padding: 40px 20px;
  }
  .hero_section_wd_3 {
    padding-top: 136px;
    padding-bottom: 60px;
    text-align:center;
  }
  .hero_section_wd_3 .new-hero-text p {
    font-size: 16px;
  }
  .hero_section_wd_3 .new-hero-text{
    margin-top:30px;
  }
  .hero_section_wd_3 .hero_section {
    margin-top: 50px;
  }
  .hero_section_wd_3 .default-icon, .hero_section_wd_3 .hover-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}




/*============= How Do WE Work =======*/
.how-do-we-work-cm{
  padding:60px 0 100px;
}
.how-do-we-work-cm .item-icon{
  margin-bottom:16px;
}
.how-do-we-work-cm .view-more-cta{
  margin-top:60px;
}
.content-heading {
  position: relative;
  max-width: 215px;
}
.content-heading:before{
  content: "";
  position: absolute;
  background: url(https://7657823.fs1.hubspotusercontent-na1.net/hubfs/7657823/DCR_Partners_Assets_2020/Images/interface.svg)no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 35px;
  right: -42px;
  transition:0.3s all ease-in-out;
}
body .row-fluid .how-do-we-work-cm .hs_cos_wrapper:nth-child(4n) .content-heading:before{
  display:none;
}
body .row-fluid .how-do-we-work-cm .hs_cos_wrapper:hover .content-heading:before{
  transform:translateX(-10px);
}
body .row-fluid .how-do-we-work-cm .hs_cos_wrapper a.item-link{
  position:absolute;
  left:0px;
  right:0px;
  bottom:0px;
  top:0px;
}


@media(min-width:768px){
  body .row-fluid .how-do-we-work-cm .four-col-adjust span>.hs_cos_wrapper{
    flex-basis: 21.5%;
    -webkit-flex-basis: 21.5%;
    margin-right: 3.5%;
    flex-direction: column;
  } 
}

@media(min-width:768px) and (max-width:1024px){
  .how-do-we-work-cm {
    padding:60px 0px;
  }
  .content-heading:before {
    width: 22px;
    right: -20px;
  }
  .content-heading {
    max-width: 125px;
  }
}

@media(max-width:767px){
  body .row-fluid .how-do-we-work-cm .four-col-adjust span>.hs_cos_wrapper{
    margin-top:35px;
  }
  .how-do-we-work-cm .content-heading {
    max-width:100%;
  }
  .how-do-we-work-cm .item-content {
    padding-bottom: 27px;
  }
  .how-do-we-work-cm .content-heading:before {
    bottom: 0;
    transform: rotate(90deg);
    right:auto;
    width: 22px;
    height: 30px;
  }
  body .row-fluid .how-do-we-work-cm .hs_cos_wrapper:hover .content-heading:before {
    transform: rotate(90deg);
  }
  .how-do-we-work-cm .content-heading {
    position: static;
  }
}

/*========== testimonial wd4 cm ===========*/

.test-wd4 .text-body{
  margin-bottom:90px;
}
.test-wd4 .test-box .left-col img{
  max-width:160px;
  width:100%;
  margin:0 auto;
}
.test-wd4 .test-box .right-col>p{
  /*     max-width: 703px; */
  font-size: 18px;
  font-family: 'Rubik',sans-serif;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: -0.08px;
  font-style: italic;
}
.test-wd4 .test-box .right-col .client-name{
  margin-top:30px;
}
.test-wd4 .test-box .right-col .client-name p{
  line-height: 1.63;
  letter-spacing: 0.3px;
  font-size:16px;
  font-family: 'Arial', sans-serif; ;
}
.test-wd4 .test-box .right-col span{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 2.02px;
  font-family: 'Arial', sans-serif; ;
  text-transform:uppercase;
  display:block;
}
.test-wd4 .test-boxes-wd4 {
  max-width: 950px;
  margin: 0 auto;
}
.test-wd4 .slick-dots{
  text-align:center;
  margin-top:40px;
}
.test-wd4 .slick-dots li{
  display:inline-block;
  list-style:none;
  margin-left:5px;
}
.test-wd4  .slick-dots li.slick-active button {
  background:#2b90b4;
  border:1px solid #2b90b4;
}
.test-wd4 .slick-dots li button {
  font-size: 0px;
  z-index: 1;
  padding: 0;
  width: 18px;
  height: 18px;
  outline: none;
  border-radius: 50px;
  background: #fff;
  transition: all .5s ease-in-out;
  cursor: pointer;
  margin: 0px 5px;
  z-index:1;
  border: 1px solid #fff;
}
.test-wd4 button.slick-next {
  position: absolute;
  left: -50px;
  top: 30%;
  max-width:38px;
}
.test-wd4 button.slick-prev {
  position: absolute;
  right: -75px;
  top: 30%;
  max-width:38px;
}
.test-wd4 button.slick-arrow {
  background: none;
  border: none;
  outline: none;
  z-index: 1;
  cursor:pointer;
}

@media(min-width:768px){
  body .row-fluid .test-boxes-wd4 .test-box .left-col{
    width: 28.17094%;
    padding: 15px;
  }
  body .row-fluid .test-boxes-wd4 .test-box .right-col{
    width: 69.264957%;
  }
}

@media(min-width:1025px) and (max-width:1200px){
  .test-wd4 button.slick-next{
    left:0px;
  }
  .test-wd4 button.slick-prev{
    right:0px;
  }
  .test-wd4 .test-boxes-wd4 {
    padding: 0px 60px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .test-wd4 .test-box .right-col>p {
    font-size: 16px;
  }
  .test-wd4 .text-body {
    margin-bottom: 60px;
  }
  .test-wd4 .slick-dots {
    margin-top: 30px;
  }
  .test-wd4 .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  body .container-fluid .row-fluid .transparent-cta a.cta_button{
    font-size: 14px;
    padding: 15px 14px;
  }
  .test-wd4 button.slick-prev{
    right: -20px;
  }
  .test-wd4 button.slick-next{
    left:-20px;
  }
}
@media (max-width:767px){
  .test-wd4 {
    text-align:center;
  }
  .test-wd4 .test-box .right-col{
    margin-top:20px;
  }
  .test-wd4 .test-box .right-col p{
    font-size:16px;
  }
  .test-wd4 .text-body {
    margin-bottom: 50px;
  }
  .test-wd4 .slick-dots {
    margin-top: 20px;
  }
  .test-box {
    padding: 0px 40px;
  }
  .test-wd4 button.slick-next,
  .test-wd4 button.slick-prev {
    top: 40%;
  }
  .test-wd4 button.slick-prev{
    right: 0px;
  }
  .test-wd4 button.slick-next{
    left: 0px;
  }
}

@media(max-width:480px){
  .test-wd4 button.slick-next,
  .test-wd4 button.slick-prev {
    display:none!important;
  }
  body .row-fluid .test-box{
    padding:0;
  }
}


/*============ Award CM =============*/
.new-award-wd-2 .right-col .four-col-adjust{
  margin-top:15px;
}
.new-award-wd-2 .transparent-cta {
  margin-top: 82px;
}
.new-award-wd-2 .right-col img{
  max-width:120px;
  width:100%;
}
.new-award-wd-2 .three-col-adjust .hs_cos_wrapper:nth-child(3) .card-content img{
  max-width:100%;
}
.new-award-wd-2 .right-col .card-content p{
  padding-top:20px;
}

@media(min-width:768px){
  .new-award-wd-2 .hs_cos_wrapper {
    align-items: flex-end;
  }
  .new-award-wd-2 .three-col-adjust .hs_cos_wrapper:nth-child(3) .card-content p{
    padding-top:50px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .new-and-event .section-heading {
    margin-bottom: 20px;
  }
}
@media (max-width:767px){
  .new-award-wd-2{
    text-align:center;
  }
  .new-award-wd-2 .left-col{
    margin-bottom:30px;
  }
  .new-award-wd-2 .transparent-cta {
    margin-top: 40px;
  }
}

@media(max-width:540px){
  body .row-fluid .single-service-hero-cm .hero-cta-content {
    display: block;
    max-width: 100%;
    margin-top:30px;
  }
}



/*=============News and Event ==========*/

.hs-featured-image{
  max-width:100%;
  margin:0;
  float:none;
  width:auto;
}
.new-and-event .section-heading {
  margin-bottom: 40px;
}
.new-and-event .post-item{
  position:relative;
  transition:0.3s all ease-in-out;
  z-index:1;
}
.new-and-event .post-item:hover {
  transform: translateY(-10px);
}

.new-and-event .hs-featured-image.hs-featured-image-wrapper {
  padding: 288px 23px 27px;
  z-index:1;
  position:relative;
}

.new-and-event .hs-featured-image.hs-featured-image-wrapper .featured-image-link{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:1;
}
.new-and-event .hs-featured-image.hs-featured-image-wrapper:before{
  content:"";
  position:absolute;
  background:rgba(0, 0, 0, 0.47);
  left:0px;
  right:0px;
  bottom:0px;
  top:0px;
  z-index:-1;
}

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
  z-index:10;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #DE0B1F;
  background: linear-gradient(#DE0B1F 0%, #de0b1f 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #de0b1f;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #de0b1f;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #de0b1f;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #de0b1f;
}

@media(min-width:768px){
  .new-and-event .post-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -3.565%;
  }
  .new-and-event .post-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    flex-basis: 29.53%;
    -webkit-flex-basis: 29.53%;
    float: left;
    margin-right: 3.5%;
    margin-top: 20px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 5px solid #2b90b4;
  }
}

@media(max-width:767px){
  .new-and-event .post-item{
    margin-bottom:30px;
  }
}


/*===============Book HealthCheck ==============*/
.book-health-check {
  padding: 60px 0px;
}
body .container-fluid .row-fluid .book-health-check .section-heading{
  margin-bottom:86px;
}
.book-health-check .section-heading h5{
  margin-bottom:20px;
}
.book-health-check .transparent-cta {
  margin-top: 40px;
}
.book-health-check .contact-content,
.book-health-check .email-content{
  display:flex;
  justify-content:center;
}
.book-health-check .email-text,
.book-health-check .contact-text{
  padding-left:23px;
}
.book-health-check .email-text h5,
.book-health-check .contact-text h5{
  margin-bottom:0px;
  font-weight:400;
}
.book-health-check .email-text p a,
.book-health-check .contact-text p a{
  font-weight:bold;
}
.book-health-check .contact-wrap {
  max-width: 800px;
  margin: 0 auto;
}

@media(max-width:767px){
  .book-health-check .contact-content, .book-health-check .email-content {
    justify-content: flex-start;
    max-width: 300px;
    margin: 0 auto;
  }
  body .container-fluid .row-fluid .book-health-check .section-heading {
    margin-bottom: 45px;
  }
  .book-health-check .left-col{
    margin-bottom:15px;
  }
}




/*==========================================
* Single Service Page 1
=======================================*/
.single-service-hero-cm{
  padding:140px 0 78px;
}
.single-service-hero-cm .service-hero-text{
  max-width:818px;
  margin:0 auto;
}



/*=========== Single Service Section ===============*/
.single-service-sec{
  padding:140px 0px;
}
.single-service-sec .sticky-menu {
  margin-bottom: 44px;
}
.single-service-sec .sticky-menu ul{
  border-left:1px solid #979797;
  list-style:none;
}
.single-service-sec .sticky-menu ul li{
  margin-left:-2px;
  margin-bottom:0px;
  transition:0.3s all ease-in-out;
}
.single-service-sec .sticky-menu li a{
  font-size:18px;
  font-weight:600;
  transition:0.3s all ease-in-out;
  padding:0px 20px;
  margin-bottom:15px;
}
.sticky-menu li a.active,
.sticky-menu  a:hover{
  border-left:2px solid #295ea6;
  color:#295ea6;
}

.single-service-sec .sticky-inner-section {
  position:absolute;
}
.single-service-sec .sticky-inner-section.fixed{
  position:fixed;
  top:0;
}
.single-service-sec .right-col{
  float:right;
}
.single-service-sec .left-col {
  position: relative;
}

.single-service-sec .left-col li a{
  white-space: normal;
  display:block;
}

.single-service-sec .left-col .image-cta{
  margin-top:22px;
}


.how-can-help-service-cm .card-body {
  display: flex;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px rgba(65, 64, 66, 0.08);
  background-color: #ffffff;
}
body .row-fluid .self-center {
  display: flex;
  justify-content: center;
  align-items: center;
}



/*============== How Can We Help ============*/

body .row-fluid .self-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.how-can-help-service-cm .section-heading {
  margin-bottom: 40px;
}
.how-can-help-service-cm .process-list {
  position: relative;
  z-index: 1;
}
.how-can-help-service-cm .process-icon {
  background: #f4f5f8;
}
.how-can-help-service-cm .card-body {
  display: flex;
  box-shadow: 6px 6px 20px 0 rgba(0,0,0,0.04);
  border: solid 1px rgba(65,64,66,0.08);
  background-color: #fff;
  margin-left: 60px;
  margin-bottom: 30px;
  padding: 25px 28px;
}
.how-can-help-service-cm .process-content {
  padding-left: 17px;
}
.how-can-help-service-cm .process-content h3{
  margin-bottom:6px;
}
.how-can-help-service-cm .process-content p{
  margin:0;
  letter-spacing:0.3px;
}
.process-card {
  display: flex;
}
.process-card a h4 {
  background: #f4f5f8;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  font-weight: 400;
  text-align: center;
  color:#295ea6;
}
.process-card a.active h4{
  background:#295ea6;
  color:#fff;
}
.process-card a {
  /*     display: flex;
  justify-content: center;
  align-items: center; */
  margin-top: 54px;
}
.progress-bar-content {
  position: relative;
  background:#295ea6;
}
.progress-content {
  width: 2px;
  height: 79%;
  background: repeating-linear-gradient(to bottom, transparent 0 9px, #f4f5f8 0px 15px) 50%/1px 100% no-repeat;
  background: -webkit-repeating-linear-gradient(to bottom, transparent 0 9px, ##f4f5f8 0px 15px) 50%/1px 100% no-repeat;
  background-image: repeating-linear-gradient(transparent 0px, transparent 9px, ##f4f5f8 0px,#de0b1f 15px);
  position: absolute;
  top: 9%;
  left: 3.5%;
  right: 0;
  z-index: -1;
}


@media(min-width:1440px){
  body .row-fluid .single-service-sec .sticky-inner-section.fixed {
    width: 18.6%;
  }
}


@media(min-width:1025px){
  body .single-service-sec .sticky-inner-section.fixed {
    width: 29.6%;
  }
}

@media(min-width:768px){
  .single-service-sec .sticky-inner-section.fixed{
    width: 28.6%;
  }
  .how-can-help-service-cm .process-content{
  }

  .how-can-help-service-cm .process-icon{
  }
}

@media(min-width:1025px) and (max-width:1400px){
  .progress-content{
    left: 3.5%;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .single-service-sec .sticky-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
    font-size: 16px;
  }
  .single-service-sec {
    padding: 80px 0px;
  }
  .single-service-hero-cm {
    padding: 115px 0 70px;
  }

  .single-service-sec .sticky-menu {
    margin-bottom: 24px;
  }

  .how-can-help-service-cm .card-body{
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .process-card a h4 {
    background: #f4f5f8;
    width: 45px;
    height: 45px;
    line-height:45px;
  }
  .progress-content{
    left: 3.5%;
  }
}

@media(max-width:767px){
  .single-service-hero-cm {
    padding: 115px 0 70px;
  }
  .single-service-sec .right-col {
    float: none;
    margin-top:40px;
  }
  .single-service-sec .sticky-inner-section {
    position: relative;
  }
  .single-service-sec .sticky-inner-section.fixed {
    position: static;
  }
  .single-service-sec {
    padding: 60px 0px;
  }
  .single-service-sec .sticky-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
    font-size: 16px;
  }
  .single-service-sec .left-col .image-cta {
    margin-top: 30px;
  }

  .how-can-help-service-cm .process-icon{
    padding: 0px 18px;
  }
  .single-service-sec .how-can-help-service-cm{
    text-align: center;
  }
  .how-can-help-service-cm .card-body {
    padding: 20px 18px;
    text-align:center;
  }
  .process-card a h4 {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .process-card a {
    margin-top: 0px;
  }

  .sticky-inner-section .transparent-cta, .sticky-inner-section .image-cta {
    text-align: center;
  }
  .service-tab-menu-cm .mobile-view{
    position:relative;
    max-width: 350px;
    margin: 0 auto;
    cursor:pointer;
  }
  .service-tab-menu-cm .mobile-view .selected-content{
    margin-bottom:0px;
    cursor:pointer;
  }
  .service-tab-menu-cm .mobile-view .selected-content:before {
    content: "";
    position: absolute;
    background: url(https://insights.dcrpartners.co.uk/hubfs/DCR_Partners_Assets_2020/Images/dropdown.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    width: 19px;
    height: 19px;
    top: 15px;
  }

  .service-tab-menu-cm .mobile-view .selected-content {
    position: relative;
    border: 1px solid #295ea6;
    padding: 10px 40px 10px 20px;
    color: #295ea6;
    font-weight: 600;
  }
  .service-tab-menu-cm .mobile-view .widget-module {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    box-shadow:0px 7px 6px 1px #0000001a;
    display:none;
  }
  .sticky-menu li a.active, .sticky-menu a:hover {
    border-left:0;
  }
  .single-service-sec .sticky-menu ul {
    border-left: 0;
  }
  .single-service-sec .left-col li a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media(max-width:540px){
  .how-can-help-service-cm .section-heading {
    margin-bottom: 70px;
  }
  .progress-content {
    display: none;
  }
  .process-card {
    display: block;
    position:relative;
  }
  .process-card a {
    display: block;
  }
  .how-can-help-service-cm .card-body {
    display: block;
    margin-left: 0px;
    margin-bottom:45px;
  }
  .process-card a {
    display: block;
    position: absolute;
    top: -27px;
    left: -13px;
  }
  .how-can-help-service-cm .process-icon {
    padding: 15px 18px;
  }
  .how-can-help-service-cm .process-content {
    padding-left: 0px;
    padding-top: 10px;
  }
}

/*============== HomePage Video Section Styling ============*/
.video-section.section-padding{
  padding-top:200px;
}
.video-section .video-bg {
  padding: 315px 0px;
  margin:70px 0 130px;
}
.video-section .bottom-body {
  max-width:700px;
  margin:0 auto;
}
.video-section .lower-section .left-col {
  padding-right: 30px;
}
.video-section .lower-section .right-col {
  padding-left: 30px;
}
.video-section .cta-body{
  margin-top:70px;
}
@media (max-width:1024px){
  .video-section .lower-section .right-col {
    padding-left:0;
  }
  .video-section .lower-section .left-col {
    padding-right:0;
  }
  .video-section .cta-body {
    margin-top: 35px;
  }
  .video-section .video-bg {
    margin: 30px 0 ;
    padding:200px 0px;
  }
  .video-section.section-padding {
    padding-top: 100px;
  }
}
@media (max-width:767px){
  .video-section .video-bg {
    padding:100px 0;
  }
}

/*============== Call To Action WD 21 Styling ============*/
.Call-to-action-WD-21 .left-col{
  max-width:475px;
}
.Call-to-action-WD-21 .section-heading h2{
  margin-bottom:20px;
}
.Call-to-action-WD-21 .section-heading p{
  margin-bottom:45px;
}
.Call-to-action-WD-21 .right-col{
  background-color:#fff;
  padding:100px 0;
}
@media(max-width:767px){
  .Call-to-action-WD-21 .change-on-mobile{
    display:flex;  
    flex-direction:column-reverse;
  }
  .Call-to-action-WD-21 .right-col{
    padding:40px 0;
  }
  .Call-to-action-WD-21 .left-col{
    max-width:100%;
    padding-top:30px;
  }
  .Call-to-action-WD-21 .section-heading p {
    margin-bottom: 30px;
  }
}
@media(max-width:425px){
  .Call-to-action-WD-21 .section-heading p{
    font-size:16px
  }
}

/*============== Team Section WD 16 Styling ============*/
.team-section-wd16-v2 .team-image {
  max-width: 179px;
  min-height: 179px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden
}
.team-section-wd16-v2 .team {
  width:100%;
}
.team-section-wd16-v2 .cta {
  background-color: #1d1d1b;
  padding: 10px 0;
  max-width: 300px;
  margin: auto;
  margin-top:20px;
  cursor:pointer;
  transition:0.3s all ease-in-out;
}

.team-section-wd16-v2 .cta:hover{
  color:#fff;
  background:#295ea6;
}
.team-section-wd16-v2 .cta a{
  color:#fff;
}
.team-section-wd16-v2 .cta a span {
  font-weight: 700;
  color: #555361;
  text-decoration: underline
}
.team-section-wd16-v2 .team-heading h2 {
  margin-bottom: 23px
}
.team-section-wd16-v2 .team-info a.cta_button span {
  font-weight: 700;
  text-decoration: underline
}
.team-section-wd16-v2 .team-info {
  margin-top: 30px
}
.team-section-wd16-v2 .team-info h3 {
  margin-bottom: 3px
}
.team-section-wd16-v2 .team-info span {
  font-weight: 600
}

@media (max-width:767px){
  .team-section-wd16-v2 .team-info {
    margin-top: 15px;
  }
  .team-section-wd16-v2 .team{
    margin-bottom:65px;
  }
}

/*============== PortFolio WD 15 Styling ============*/
.gallery-portfolio-wd-15 .hs_cos_wrapper{
  min-height:321px;
}
.gallery-portfolio-wd-15 .two-col-adjust span>.hs_cos_wrapper:nth-child(3){
  flex-basis:29%;
}
.gallery-portfolio-wd-15 .two-col-adjust span>.hs_cos_wrapper:nth-child(4){
  flex-basis:66%;
}
.gallery-portfolio-wd-15 .box-overlay{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  transition: all .15s ease-in;
}
.gallery-portfolio-wd-15 .hs_cos_wrapper:hover .box-overlay{
  opacity:1;
  visibility: visible;
}
.gallery-portfolio-wd-15 .box-content{
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.gallery-portfolio-wd-15 .box-content h4{
  margin:0;
}

/*============== Hero Section CM Styling ============*/
.hero-section-cm {
  padding: 160px 0px 100px;
  position: relative
}
.hero-section-cm .hero-text {
  max-width: 520px;
  margin: 0 auto
}
.hero-section-cm .hero-text p,.hero-section-cm .max-hero-text p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal
}
.hero-section-cm .hero-text a {
  color:#e64a59;
}
.hero-section-cm .max-hero-text {
  max-width: 835px;
  margin: 0 auto;
  margin-bottom: 40px
}
@media (max-width:1024px){
  .hero-section-cm {
    padding: 100px 0px 50px;
  }
}

/*============== Two Col Repeate 2 Styling ============*/
.two-col-module-cm{
  padding-top:100px;
}
.two-col-module-cm:first-child{
  padding-top:0;
}
.two-col-module-cm .single-two-col .transparent-cta{
  display:inline-block;
  margin-left:40px;
}
.two-col-module-cm .single-two-col .button-module {
  margin-top: 40px
}
.two-col-module-cm .left-img{
  max-width:431px;
  height:298px;
}
@media (max-width:1050px){
  .two-col-module-cm .single-two-col .button-module{
    text-align:center;
  }
  .two-col-module-cm .single-two-col .transparent-cta{
    display:block;
    margin-left:0;
    margin-top:16px;
  }
}
@media (min-width:1025px){
  body .row-fluid .two-col-module-cm .single-two-col.reverse-order .left-col .left-img {
    margin-left:22%;
  }
}
@media (max-width:1024px){
  .two-col-module-cm{
    padding-top:50px;
  }
}
@media(min-width: 768px) {
  body .row-fluid .two-col-module-cm .single-two-col.reverse-order .right-col {
    margin: 0px
  }

  body .row-fluid .two-col-module-cm .single-two-col.reverse-order .left-col {
    margin-left: 2.564102564%
  }

  .two-col-icon-cm .single-two-col {
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 50px 0px
  }

  .two-col-module-cm .single-two-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .two-col-module-cm .single-two-col.reverse-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
@media (max-width:768px){
  .two-col-module-cm .single-two-col .button-module {
    margin-top: 25px;
  }
  .two-col-module-cm .text-module{
    padding-top:30px;
  }
  .two-col-module-cm .left-img {
    margin:0 auto;
  }
}

/*============== Content Section WD 29 Styling ============*/
.content-section-wd-29 .transparent-cta{
  margin-top:30px;
}
body .row-fluid .content-section-wd-29 .two-col-adjust span>.hs_cos_wrapper {
  display: block;
  padding: 48px 46px;
  background: #ffffff;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px rgba(65, 64, 66, 0.08);
  flex-basis: 45.2%;
  -webkit-flex-basis:45.2%;
  -ms-flex-preferred-size:37.58%;
  margin-right: 5%;
  transition: all .4s ease;
}
body .row-fluid .content-section-wd-29 .two-col-adjust span>.hs_cos_wrapper:hover {
  transform: translateY(-10px);
}
@media(min-width:768px){
  body .row-fluid .content-section-wd-29 .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
    margin-right:0%;
  }
}
@media(max-width:767px){
  .content-section-wd-29 {
    text-align: center;
  }
  body .row-fluid .content-section-wd-29 .two-col-adjust span>.hs_cos_wrapper{
    padding: 35px 22px;   
  }
  body .row-fluid .content-section-wd-29 .two-col-adjust span>.hs_cos_wrapper{
    margin-right:auto;
  }
  .content-section-wd-29 .transparent-cta{
    margin-top:20px;
  }
}

/*===================================
* Service 3 Single Page Styling
====================================*/
.single-service-sec .right-image{
  margin-bottom:30px;
}
.service-three-single-page .hero-section-cm .hero-text{
  max-width:720px;
}
.vendor-container .feature-box{
  margin-top:20px;
  padding:0px 10px;
  min-height:203px !important;
}
.vendor-container .feature-box ul li{
  line-height:1.38;
  letter-spacing:.03px;
}
@media (max-width:767px){
  .vendor-container .feature-box{
    padding:20px;
  }
}

/*===================================
* Service 2 Single Page 1 Styling
====================================*/
.service-two-single-page .hero-section-cm .hero-text{
  max-width:850px;
}

/*================================
* Contact Us Page  Styling
=================================*/
.contact-us-form .left-text{
  max-width:443px;
}
.contact-us-form  form input,select,.row-fluid form textarea{
  background:#f4f5f8;
}
.contact-us-form .grecaptcha-badge{
  margin-bottom:8px;
}



/*===================================
* DCR Blog Section
====================================*/
body.dcr-blog {
  margin-top: 100px;
}

/*========== Blog Post filter ============*/
.blog-post-filter-sec {
  padding: 132px 0 90px;
}
.topic-tab ul.post-topic li:first-child{
  margin-left:0px;
}
.topic-tab ul.post-topic li {
  display: inline-block;
}
.topic-tab ul.post-topic {
  list-style: none;
  margin: 0;
}
.topic-tab ul.post-topic li a{
  font-size:16px;
  font-weight:600;
}
.topic-tab ul.post-topic li a.current{
  color:#295ea6;
}


/*========= Tag post filter =================*/

.tag-post-filter .block {
  position: relative;
  max-width:205px;
  margin:0 auto;
}
.tag-post-filter .block h3{
  font-size: 16px;
  font-weight: 600;
  margin-bottom:0px;
  position:relative;
  cursor:pointer;
}
.tag-post-filter .block h3:before{
  content:"";
  position: absolute;
  background: url(https://insights.dcrpartners.co.uk/hubfs/DCR_Partners_Assets_2020/Images/dropdown.png)no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  right: 0px;
  z-index: 2;
}
.tag-post-filter .widget-module {
  display: none;
  background: #FFF;
  box-shadow: 2px 2px 2px 2px #00000061;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  right: 0;
  z-index:10;
}

.tag-post-filter .widget-module ul{
  list-style:none;
  margin:0px;
}
.tag-post-filter .widget-module ul li{
  margin-left:0px;
}
.tag-post-filter .filter-link-count{
  display:none;
}



/*============ Post listing ================*/

.post-item .post-header{
  margin-bottom:21px;
}
.post-listing .post-item{
  transition:0.3s all ease-in-out;
}
.post-item .post-header .hs-featured-image-wrapper {
  min-height: 208px;
  position:relative;
}
.post-item .post-header .hs-featured-image-wrapper>a{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.post-item .post-body h2,
.post-item .post-body h2 a{
  font-size:24px;
  font-weight:bold;
  line-height:1.33;
}
.post-listing .post-item:hover h2 a{
  color:#295ea6;
}
.post-listing .post-item .post-body p {
  line-height: 1.88;
}
.post-listing .post-item .post-header {
  margin-bottom: 20px;
}
.post-listing .post-item .post-body div#hubspot-author_data {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  display:flex;
  align-items: center;
}
.hubspot-editable ul {
  list-style: none;
}
.hubspot-editable ul li{
  margin-left:0px;
  vertical-align:middle;
  display:inline-block;
}
.post-listing .post-item .post-body .author-data {
  display: flex;
  align-items: center;
}
.post-listing .post-item .hs-author-avatar{
  min-height: 33px;
  width: 33px;
  border-radius: 100%;
  margin-right:10px;
}
.post-listing .post-item .post-body div#hubspot-author_data span {
  padding: 0px 4px;
}

@media(min-width:768px) and (max-width:1024px){
  .post-listing .post-item .post-body div#hubspot-author_data {
    display:block;
  }
  .blog-post-filter-sec {
    padding: 60px 0 70px;
  }
  .post-item .post-body h2, .post-item .post-body h2 a {
    font-size: 20px;
  }
  .post-listing .post-item .post-body div#hubspot-author_data {
    font-size: 12px;
  }
}

@media(min-width:768px){
  .post-listing{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-right: -3.8%;
  }
  .post-listing .post-item {
    width: 100%;
    width: 29.5%;
    float: left;
    margin-right: 3.8%;
    margin-bottom: 52px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: relative;
  }
}

@media(max-width:767px){
  .blog-post-filter-sec {
    padding: 50px 0 50px;
  }
  .post-listing .post-item {
    margin-bottom: 40px;
  }
  .topic-tab ul.post-topic{
    text-align:center;
    margin-bottom:35px;
  }
  .post-item .post-body h2, .post-item .post-body h2 a {
    font-size: 20px;
  }
  .post-listing .post-item .post-body div#hubspot-author_data {
    font-size: 12px;
  }
  .post-listing .post-item .hs-author-avatar {
    min-height: 25px;
    width: 25px;
  }
}



/*============================================
*  Blog listing Pagination 
===========================================*/

.blog-paginations {
  padding: 45px 0 82px;
}

.blog-paginations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.blog-paginations ul li {
  display: inline-block;
  padding: 0px;
  margin:0px;
}
.blog-paginations ul li:before{
  display:none;
}

.blog-paginations ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: normal;
  text-transform:uppercase;
  color: #000;
}

.blog-paginations .page-numbers li a:hover,
.blog-paginations .page-numbers li.current a {
  color:#fff;
  background:#de0b1f;
  border:1px solid #de0b1f;
}

.blog-paginations .page-numbers li a {
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  border:1px solid #646464;
  border-radius: 0;
  color: #646464;
  padding-top: 0;
  line-height: 22px;
  font-size: 14px;
  transition:all 0.3s ease-in-out;
  font-weight:600;
}
.blog-paginations li.prev-btn img {
  position: relative;
  top: -6px;
  right: 0px; 
  padding-right: 10px;
  width:auto;
}
.blog-paginations li.nxt-btn img {
  position: relative;
  top: -6px;
  left: 0px;
  padding-left:10px;
  width:auto;
}
.stopped-nav {
  pointer-events: none;
  opacity: .7;
  color: #001a72;
}

body .row-fluid li.lst-second {
  padding-left: 0px;
  position: relative;
  left: -3px;
}


@media(min-width:768px) and (max-width:1024px){
  .blog-paginations li.nxt-btn img,
  .blog-paginations li.prev-btn img{
    max-width:27px;
  }
  .blog-paginations .page-numbers li a {
    width:20px;
    height:20px;
    line-height: 21px;

  }
  .blog-paginations ul li a{
    font-size:16px;
  }
}

@media(max-width:767px){
  .blog-paginations ul{
    text-align:center;
  }
}
@media(max-width:480px){
  .blog-paginations ul li{
    padding:0px 3px;
  }
  .blog-paginations{
    padding: 50px 20px 30px;
  }
}



/*===================================
* DCR Post Page hero Section 
===================================*/
.post-page-hero-sec{
  padding:116px 0px 100px;
}
.post-page-hero-sec .left-col {
  padding: 40px 0px 25px;
}
.post-page-hero-sec .post-date {
  color:#295ea6;
  margin-bottom:10px;
}
.post-page-hero-sec .hs-author-avatar{
  background-color:#f2f2f2;
  border-radius:100%;
  width:40px;
  height:40px;
  margin-right: 12px;
}

.post-page-hero-sec .left-col ul li {
  display: inline-block;
  margin-left:0px;
  vertical-align: middle;
}
.post-page-hero-sec .author-data {
  display: flex;
  align-items: center;
}
.post-page-hero-sec .author-data a.author-link {
  font-weight: 600;
}

.post-page-hero-sec .author-data span{
  border-right:1px solid #295ea6;
  padding-right: 8px;
}
.post-page-hero-sec .hs-author-social-links {
  padding-left: 7px;
}


.hs-author-listing-header {
  margin-top: 60px;
}
.hs-author-profile .hs-author-name{
  margin-top:15px;
}

@media(min-width:768px) and (max-width:1024px){
  .post-page-hero-sec {
    padding: 40px 0px 50px;
  }
  .hs-blog-post .post-body .hs-cta-wrapper {
    margin-top: 50px;
  }
  .blog-post-section {
    padding-bottom: 70px;
  }
}

@media(max-width:767px){
  .post-page-hero-sec {
    padding: 20px 0px 40px;
  }
}


/*====================================
* Sidebar Social Share 
====================================*/
.post-share-wrap {
  position: absolute;
  top: 10px;
  left: -190px;
  float: left;
  height: 100%;
}
ul.share-mod li a {
  font-size: 18px;
  color: #fff;
  background:#295ea6;
  width:38px;
  height:38px;
  line-height:38px;
  display:block;
  border-radius:100%;
  text-align:center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
ul.share-mod li a:hover{
  background:#1d1d1b;
  color:#fff;
}
.post-share-inner ul {
  list-style: none;
}
.post-page-hero-sec ul.share-mod {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #111;

}
ul.share-mod li {
  margin-bottom: 25px;
  font-size: 25px;
  margin-left: 0px;
}

li.shareTrigger, li.shareTrigger:hover .fa {
  color: #fff;
}

@media(min-width:1025px) and (max-width:1180px){
  .post-share-wrap {
    left: -100px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .hs-blog-post .section.post-body {
    padding-left: 80px;
  }
  .post-share-wrap {
    left: 0px;
  }
  
  .hs-featured-image { background-size: contain!Important;}
  
}

@media(max-width:767px){
  .post-page-hero-sec {
    padding: 20px 0px 20px;
  }
  .post-share-wrap,
  .post-share-inner{
    position: static!important;
    float: none;
  }
  ul.share-mod li{
    display:inline-block;
  }
  ul.share-mod li:not-last-child{
    margin-right:10px;
  }
  .post-page-hero-sec .left-col{
    padding:0px;
  }
}

/*================================
* Blog Post Page 
=================================*/
.blog-post-section{
  padding-bottom:100px;
  border-bottom:1px solid #1d1d1b;
}

.hs-blog-post .cell-wrapper{
  max-width: 755px;
  margin: 0 auto;
  float: none;
}

.hs-blog-post .post-body img {
  margin-top: 20px;
  margin-bottom: 11px;
}
.hs-blog-post .post-body h6{
  font-size: 16px;
  font-weight: 300;
  text-align:center;
  font-stretch: normal;
  color:#295ea6;
  font-style: italic;
  line-height: 1.63;
  letter-spacing: 0.3px;
  margin-bottom:40px;
}
.hs-blog-post .post-body h3,
.hs-blog-post .post-body h4,
.hs-blog-post .post-body h5{
  margin-top:30px;
}
.bottom-social-share {
  padding-top: 60px;
}
.bottom-social-share ul{
  list-style:none;
}
.bottom-social-share ul li{
  display:inline-block;
  margin:0px;
}
.bottom-social-share ul li a{
  font-size:11px;
  width:23px;
  height:23px;
  line-height:23px;
  border-radius:100%;
  text-align:center;
  color:#fff;
  background:#1d1d1b;
  display:block;
  margin:0px 8px;
  transition:0.3s all ease-in-out;  
}
.bottom-social-share ul li a:hover{
  background:#295ea6;
  color:#fff;
}
.hs-blog-post .post-body .hs-cta-wrapper{
  margin-top:80px;
  display:block;
  text-align:center;
}
.hs-blog-post .post-body .hs-cta-wrapper img{
  margin:0px;
}

@media(max-width:767px){
  .hs-blog-post .post-body .hs-cta-wrapper {
    margin-top: 40px;
  }
  .blog-post-section {
    padding-bottom: 60px;
  }
}


/*=================================
* Related Post
=================================*/
.related-post-section {
  padding: 80px 0px;
}
.hs-blog-post .post-body .post-title-related{
  margin-top:0px;
}
.related-post-title {
  margin-bottom: 60px;
}

@media(max-width:767px){
  .related-post-section {
    padding: 60px 0px;
  }
  .related-post-title {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
/*=================================
* Case Study Page Styling
=================================*/
.case-study-banner .hero-section-cm .hero-text{
  max-width:750px;
}
.dcr-case-study .case-study-wrapper{
  max-width:750px;
  margin:0 auto !important;
  float:none;
}
/*=================================
* Privacy Policy Page Styling
=================================*/
.privacy-policy-banner .hero-section-cm .hero-text{
  max-width:100%;
}
.privacy-policy-text a{
  color:#295ea6
}
.submitted-message{
  text-align:center;
}


/*=================================
* Blog Footer Styling Added by HS Support
=================================*/


.hs-blog-post .pth-footer ul.social-icon li { margin: 10px 0; }
.social-icon { text-align: left; }
.hs-blog-post ul.social-icon { margin: 0px; }
.hs-blog-post  .pth-footer .social-icon a:first-child { margin-right: 0px; }
.hs-blog-post .body-container-wrapper li { margin-left: 0px }

@media(max-width:767px){
  .social-icon { text-align: center; }
}