/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); 


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


@font-face {
    font-family: 'Museo Sans';
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_Lt.ttf');
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-300.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-300.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-300.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-300.ttf') format('truetype'); */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 300';
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_LtIt.ttf');
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-300Italic.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-300Italic.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-300Italic.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-300Italic.ttf') format('truetype'); */
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Sans 500';
       src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_Rg-1.ttf'); 
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-500.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-500.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-500.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-500.ttf') format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_Bd.ttf);
  
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-700.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-700.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-700.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-700.ttf') format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 900';
    src: url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_XBd.ttf);
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-900.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-900.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-900.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/MuseoSans-900.ttf') format('truetype'); */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 100';
 
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_Lt.ttf'); 
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo100-Regular.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo100-Regular.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo100-Regular.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo100-Regular.ttf') format('truetype'); */
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Museo 300';
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_Lt.ttf');
  
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo300-Regular.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo300-Regular.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo300-Regular.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo300-Regular.ttf') format('truetype'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 500';
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_Rg.ttf');
  
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo500-Regular.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo500-Regular.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo500-Regular.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo500-Regular.ttf') format('truetype'); */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 700';
    src: url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_Bd.ttf);
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo-700.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo-700.eot#iefix') format('embedded-opentype'),
      url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo-700.woff') format('woff'),
      url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo-700.ttf') format('truetype'); */
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Museo 900';
    src: url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/Fonts_2024/ObjektivMk3_Trial_XBd.ttf); 
/*     src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo900-Regular.eot');
    src: url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo900-Regular.eot#iefix') format('embedded-opentype'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo900-Regular.woff') format('woff'),
        url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/fonts/Museo900-Regular.ttf') format('truetype'); */
    font-weight: 900;
    font-style: normal;
}









 














*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;}
header, footer, article, section, hgroup, nav, figure {display:block;margin:0px;padding:0px;}
img {border: 0 none;height: auto;max-width: 100%;vertical-align:middle;transition: all 0.5s ease-in-out 0s;}
input{font-family:  'Museo Sans', arial, sans-serif;}
a{ -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; text-decoration:none; color:#e72959;}
a:hover, a:focus{text-decoration:none; }
i.fa{ -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
ul {list-style-type:none;padding:0px;margin:0px;}
ul li{list-style:none;}
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
{font-family:  'Museo Sans', arial, sans-serif;  -webkit-appearance: none; -webkit-border-radius: 0;   border:none; padding:20px; margin:0 0 13px 0; font-size:14px; font-weight:300;}
input[type="submit"]{font-family: 'Museo Sans', arial, sans-serif; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:#091f49; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:;}

input[type="reset"]{font-family: 'Museo Sans', arial, sans-serif; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:#e72959; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;}
input[type="reset"]::-moz-focus-inner{border: 0;}
input[type="reset"]:hover{background-color:#e72959;}

fieldset .hs-form-field > label{display:none;}
textarea{resize:none;}
p, td, input, label, form, h1, h2, h3, h4, h5, h6, a {padding:0px;margin:0px;border:none;text-decoration:none;font-weight:normal;}
h1, h2, h3, h4, h5, h6{font-weight:normal; font-family:  'Museo 300', arial, sans-serif; font-weight:300;}
*:focus{outline:none;}
a.cta_button{box-sizing: border-box !important;}


* Placeholder Text */
/* form input::-webkit-input-placeholder, form .field textarea::-webkit-input-placeholder{opacity:1 !important; text-transform:none !important; color: #000000 !important;}
form .field input:-moz-placeholder, form .field textarea:-moz-placeholder{opacity:1 !important; text-transform:none !important; color: #000000 !important; }
form .field input::-moz-placeholder, form .field textarea::-moz-placeholder{opacity:1 !important; text-transform:none !important; color: #000000 !important; }
form .field input:-ms-input-placeholder, form .field textarea:-ms-input-placeholder{opacity:1 !important; text-transform:none !important; color: #000000 !important; } */


form .field input::-webkit-input-placeholder { /* Chrome, Safari */
   color: #000000 !important;
   font-size: 14px !important;
   opacity: 1 !important; 
}

form .field input:-moz-placeholder {           /* Firefox 18- */
   color: #000000 !important;
   font-size: 14px !important;
   opacity: 1 !important;
}

form .field input::-moz-placeholder {          /* Firefox 19+ */
    color: #000000 !important;
    font-size: 14px !important;
    opacity: 1 !important;
}

form .field input:-ms-input-placeholder {      /* Internet Explorer */
    color: #000000 !important;
    font-size: 14px !important;
    opacity: 1 !important;
}

#hs_cos_wrapper_password_prompt input[type="password"]{
    margin: 0px !important;
    height: auto !important;
    padding: 15px!important;
    border: 1px solid #cdcdcd !important;
    width: 250px !important;
    display: block !important;
}

#hs_cos_wrapper_password_prompt input[type="password"]:-ms-input-placeholder{
    color: #000000 !important;
    font-size: 14px !important;
    opacity: 1 !important;
}



/*Common Stuff*/
/*p, .paragrap-style span{font-family: 'Museo Sans', arial, sans-serif; font-size:18px;line-height:1.57;font-weight:300;padding-bottom:15px;display: block; color:#091f49;}
p a{color:#e72959;text-decoration:none;}
h1{font-size:40px;line-height:normal;}
h2{font-size:36px;line-height:normal;}
h3{font-size:26px;line-height:normal;}
h4{font-size:20px;line-height:normal;} */

strong, b{line-height:normal;font-weight: 700;}
i{font-style:italic;color:#e72959;}
u{text-decoration:underline;} 

body, p, .paragrap-style span{
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom:15px;
    display: block; 
    color:#091f49;
    font-family: 'Museo Sans', arial, sans-serif;
}
p a{color:#e72959;text-decoration:none;}
a{ color:#e72959;text-decoration:none; }
h1{
    font-size:30px;
    line-height:30px;
}
h2{
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}
h3{
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
}
h4{
    font-size: 16px;
    line-height: 18px;
}
h5{
    font-size: 14px;
    line-height: 18px;
}
h6{} 
.btn_style1 a.cta_button{
    font-size: 12px;
}



@media (min-width:1280px){
    body, p, .paragrap-style span{
        font-size: 14px;
        line-height: 25px;
    }
    h2{
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 25px;
    }
    h3{
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 25px;
    }
    h4{
        font-size: 16px;
        line-height: 20px;
    }
    h5{}
    h6{} 
    .btn_style1 a.cta_button{
        font-size: 16px;
    }
}

.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;max-width:1270px;}
.container_970, .row-fluid .container_970[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;max-width:970px;}
.container, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.container_970, .row-fluid .container_970[class*="span"]:after{clear:both; content: ""; display:table;}

.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px);}
.bg-wrapper .bg-img{display:none;}
.bg-wrapper, .set-bg{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}

/* Menu CSS */
.ebiz-toggle {  background-color: rgba(0, 0, 0, 0);  border: medium none;  cursor: pointer;  display: none;  float: right;  padding: 0;  width: auto;  position: absolute;  top: 22px;  left: 18px;}
.ebiz-toggle .icon-bar{margin: auto; background-color:#6f6f6f; border-radius:0; display:block; height:2px; position:relative; width:32px; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.ebiz-toggle .icon-bar + .icon-bar{margin-top:8px;}
.ebiz-toggle .icon-bar:nth-child(1), .ebiz-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(1){top:12px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(2){opacity:0;}
.ebiz-toggle.ebiz-menuopen .icon-bar:nth-child(3){top:-8px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.mainmenu .mobile-menu span.mobile-toggle{width:36px; height:36px; position:absolute; right:0px; top:0px; background-color:#e72959; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#fff; height:16px; width:2px; position:absolute; left:17px; top:10px; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.mainmenu .mobile-menu span.mobile-toggle.ebiz-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.mainmenu .hs-menu-wrapper ul{float:left; padding:0; width:100%; min-width:250px;}
.mainmenu .hs-menu-wrapper > ul > li > a{max-width:none; width:auto;}
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto;}
.mainmenu .hs-menu-wrapper ul ul{background-color:#fff; min-width:300px;}
.mainmenu .hs-menu-wrapper ul ul li a{display:block;}


/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:0; bottom: 0; left:0; width:50px; height: 50px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}

.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

body{margin:0;padding:0;color:#091f49;font-size:14px;line-height:normal;font-weight:300;font-family:  'Museo Sans', arial, sans-serif;}


/* Header */
.row-fluid .header_section{min-height:100px;background:#fff;width:100%;position:fixed;top:0;left:0;z-index:9000;}
.row-fluid .header_section .container, .row-fluid .header_section .row-fluid .container[class*="span"], .row-fluid .search_section .container, .row-fluid .search_section .row-fluid .container[class*="span"]{max-width:1310px;width: 100%;}
.row-fluid .site_logo {  line-height: 89px;  padding: 0 29px;  text-align: center;  width: 342px;}
.row-fluid .site_logo img {  max-width: 100%;  width: 100% !important;}

/* Search */
.row-fluid .search_section{ background:#f7f8f8; border-bottom:1px solid #e7eaea; }
.resource-wrap {border-right: 1px solid #eff1f1;  float: left;  text-align: center;  width: 164px;line-height: 59px;}
.title {position: relative;padding:0;cursor:pointer; font-family:  'Museo Sans 500', arial, sans-serif;  font-size: 16px;  font-weight: 500;  text-align: left;  color: #091f49;display: inline-block;}
/*.title:after{content:""; display:inline-block; width: 0;height:2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #091f49;margin:0 0 0 18px;} */
.title:after{content:""; display:inline-block; width: 0;height:0;border-left: 5px solid #091f49;border-bottom: 5px solid transparent;border-top: 5px solid transparent;margin:0 0 0 18px;}
.filter-dropdown {  position: relative;}
.option-set {  background:#e72959;  border-radius: 0 0 5px 5px;  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);  display: none;  list-style: outside none none;  margin: 0;  padding:0;  position: absolute;  text-align: left;  width: 90%;  z-index: 1;right:0}
.option-set li {  color: #fff;  cursor: pointer;  font-size: 14px;  line-height: normal;  padding:8px 17px 9px;}
.option-set li:hover{background:#091f49;}

/*Slider*/
.row-fluid .slider_section{position:relative;}
.slide_image{min-height:700px;}
.new-header .slide_image {min-height:500px;}
.row-fluid .widget-span.banner_menus{left: 0;margin: auto;max-width: 1200px;position: absolute;right: 0;top: 144px;}
.row-fluid .widget-span.banner_new {top:20px;}
.row-fluid .widget-span.banner_menus > div{background:rgba(0,24,46,0.2);}
.row-fluid .widget-span.banner_menus .hs-menu-flow-horizontal > ul{float:left;}
.row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 {  align-items: center;  display: flex;  min-height: 90px;  padding: 25px 20px;  width: 400px;cursor:pointer;}
.row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1::after{background: url("https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/downarrow.svg") no-repeat;  bottom: 0;  content: "";  display: inline-block;  height: 15px;  margin: auto;  position: absolute;  right: 26px;  top: 0;  width: 15px;}
.row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1:hover{background:#891341;}
.row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > a{font-family:  'Museo 700', arial, sans-serif; font-size: 20px; font-weight: 700;text-align: left;color: #ffffff;line-height: 18px;padding:0;display:inline-block;}
.row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > a span{font-size: 12px;display:block;}
.row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > ul { cursor:auto; background: rgba(0, 24, 46, 0.46) none repeat scroll 0 0;  border-radius: 0 0 0 100px;  left: 22px;  padding: 42px 50px 105px;  right: 0;  top: 100%;  transition: all 800ms ease 0s;  width: calc(100% - 22px);}
.row-fluid .widget-span.banner_menus  ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2 a{ overflow: initial; text-overflow: initial; white-space: initial;width: 100%; display:block;padding:4px 0;width:auto;font-family:  'Museo Sans 500', arial, sans-serif;font-size: 14px;font-weight: 500;line-height: normal;text-align: left;color: #ffffff; border-bottom:1px dotted transparent; }
.row-fluid .widget-span.banner_menus  ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2 a:hover{ color:#fff; border-color:#fff; }
.row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > ul::before {  background: rgba(0, 24, 46, 0.65) none repeat scroll 0 0;  border-radius: 0;  content: "";  height: calc(100% - 112px);  left: -22px;  position: absolute;  right: 0;  top: 0;  width: 22px;  z-index: 0;}
.row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > ul::after {  background: url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/new_one.png) no-repeat;  border-radius: 0;  content: "";  height: 95px;  left: -22px;  position: absolute;    bottom: 17px;  width: 63px;  z-index: 0;}
.row-fluid .widget-span.banner-2021 ul li.hs-menu-depth-1 > ul {padding-bottom:50px;}


.body-container-wrapper{margin:100px 0 0;}
.row-fluid .widget-span.about_section{text-align:center;padding:50px 0 66px;}
.row-fluid .widget-span.about_section_new {padding:15px 0px 0px 0px;}
.row-fluid .widget-span.about_middle_content{max-width: 940px;width: 100%; margin: 0 auto;float: none;}
.row-fluid .widget-span.about_middle_content h2, .row-fluid .widget-span.about_middle_content h1{font-family:  'Museo 100', arial, sans-serif;font-weight: 100;}
.row-fluid .widget-span.paragraph_style{margin:47px 0 36px; border-top:2px #f2f3f5 solid;border-bottom:2px #f2f3f5 solid;padding:42px 0 50px;}
.row-fluid .widget-span.paragraph_style span, .row-fluid .widget-span.paragraph_style span p{ font-family:  'Museo 100', arial, sans-serif;font-size: 20px; font-weight: 100; line-height: 1.6; text-align: center; color: #091f49;}
.row-fluid .widget-span.paragraph_style_new {border:none; margin:0px; padding:40px 0px 20px 0px}
.btn_style1 a.cta_button{background:#e72959;border-radius:3px;min-width:181px; font-family:  'Museo Sans 500', arial, sans-serif; display:inline-block; font-size: 14px;  font-weight: 500;  text-align: center;  color: #ffffff;padding:19px 0 20px;}
.btn_style1 a.cta_button:hover{background:#2ca8a1;}

.btn_style2 a.cta_button{background:none;border-radius:0;font-family:  'Museo 100', arial, sans-serif;   font-weight: 300; color:#e72959;  display:inline-block; font-size: 20px;  text-align: center; padding:0 0 4px;position:relative;-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
-ms-transition: all 300ms ease;
transition: all 300ms ease;;}
.btn_style2 a.cta_button:after { content: ""; width: 100%; height: 2px; background: #e72959; position: absolute; left: 0; bottom: 0;border-radius:2px;-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
-ms-transition: all 300ms ease;
transition: all 300ms ease;;}
.btn_style2 a.cta_button:hover{color:#091f49;}
.btn_style2 a.cta_button:hover:after{background:#091f49;}

.services_img{min-height:380px;width:100%;position:relative;padding:20px;overflow:hidden;}
.row-fluid .widget-span.services_blocks > span > div{width:400px;float:left;margin:0 20px 20px 0;}
.row-fluid .widget-span.services_blocks > span > div:nth-child(3n){margin-right:0;}
.services_title{padding:0 70px 0 0;}
.services_title h4{min-height: 51px;border-radius: 0 0 0 30px;background-color:rgba(0,24,46,0.2); font-family:  'Museo 500', arial, sans-serif;  font-size: 20px;  font-weight: 500; color: #ffffff;padding: 11px 57px 11px 20px;position:relative;}
.services_title h4:after { position: absolute; right: -70px;top: 0;height: 100%; background: rgba(180,9,65,0.75) url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/downarrow.svg) no-repeat center;  content: "";  width: 51px;  border-radius: 0 0 0 21px;}
.services_content {  display: block;  background: rgba(0,24,46,0.75);  position: absolute;  left: 0;  top: 0;  bottom: 0;  right: 0;  top: 0;padding: 40px;border-radius:0 0 0 100px; opacity:0; visibility:hidden;-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
-ms-transition: all 300ms ease;
transition: all 300ms ease;;}
.services_img:hover .services_content {left: 20px;  top: 20px;  bottom: 20px;  right: 20px;  top: 20px;opacity:1; visibility:visible;}
.services_img:hover .services_title{opacity:0; visibility:hidden;-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;;}
.services_content h4{ font-family:  'Museo 500', arial, sans-serif;font-size: 20px;font-weight: 500;line-height: normal;color: #ffffff;margin:0;}
.services_content h5{ font-family:  'Museo Sans', arial, sans-serif;  font-size: 14px;  font-weight: 300;  line-height: 1.43;color: #ffffff;margin:19px 0 21px;}
.services_text, .services_text p{ font-family:  'Museo Sans 500', arial, sans-serif; font-size: 12px;font-weight: 500; line-height: 1.43;color: #ffffff; }
a.link_style{ font-family:  'Museo Sans 500', arial, sans-serif; font-size: 16px;font-weight: 500; line-height: 1.25;color: #ffffff; text-decoration:underline;display: inline-block;}
a.link_style:hover{color:#e72959;text-decoration:none;}
.services_content a.link_style{margin-bottom:20px;}
.services_text{margin:0 0 18px;}
.services_text p:last-child{padding-bottom:0;}

.row-fluid .widget-span.about_quote_section{padding:63px 0 104px;}
.row-fluid .widget-span.about_quote_section_new {padding:0px;}
.row-fluid .widget-span.quote_middle{max-width: 940px;width: 100%;float: none;margin: 0 auto;}
.row-fluid .widget-span.quote_middle_left{width: 464px;float: left;margin: 0;}
.row-fluid .widget-span.quote_middle_left_new {width:100%; float:none;}
.row-fluid .widget-span.quote_middle_left p, .row-fluid .widget-span.quote_middle_left span{font-family: 'Museo Sans', arial, sans-serif;font-size: 14px;  font-weight: 300;  line-height: 1.57;  text-align: left;  color: #091f49;}
.row-fluid .widget-span.quote_middle_left p{padding: 0;margin-bottom: 21px;}
.row-fluid .widget-span.in_summary_text span{font-family: 'Museo Sans', arial, sans-serif;font-size: 20px;  font-weight: 300;  line-height: 1.57;  text-align: left;  color: #091f49;}

.row-fluid .widget-span.quotes_block{ width: 386px;float: right;margin: 0;padding: 0 0 0 94px;position:relative;}
.row-fluid .widget-span.quotes_block_new {width:100%; float:none; margin-top:50px; padding:50px 0px 50px 0px; border-top:2px #f2f3f5 solid; border-bottom:2px #f2f3f5 solid;}
.row-fluid .widget-span.quotes_block_new H2 {text-align:center; font-weight:400; padding-bottom:60px;}
.row-fluid .widget-span.quotes_block.show-quote::before {  background: #e72959 url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/quote.svg) no-repeat  center;  content: "";  height: 52px; left: 0;  position: absolute;  top: 3px;  width: 58px;border-radius: 0 0 0 30px;}

.row-fluid .widget-span.quotes_block_wrapper{ width: 386px;float: right;margin: 0;padding: 0 0 0 94px;position:relative;}
.row-fluid .widget-span.quotes_block_wrapper.show-quote::before {  background: #e72959 url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/quote.svg) no-repeat  center;  content: "";  height: 52px; left: 0;  position: absolute;  top: 3px;  width: 58px;border-radius: 0 0 0 30px;}

.testimonials_text, .testimonials_text p{ font-family:  'Museo Sans 300', arial, sans-serif;font-size: 18px;font-style: italic; font-weight:300; line-height: 1.67;color: #a76e87;}
.testimonials_text p:last-child{padding-bottom:0;}
.testimonials_text{margin-bottom:38px;}
.testimonials_auther{font-family:  'MuseoSans', arial, sans-serif;  font-size: 14px;  font-weight: normal;  line-height: normal;color:#a76e87;}

.row-fluid .map_section{position:relative;border-bottom:1px #dde0e9 solid;}
.row-fluid .map_title{position:absolute;left:0;right:0;top:0;padding:23px 15px; text-align:center; }
.row-fluid .map_title h2, .row-fluid .map_title h1{font-family:  'Museo 300', arial, sans-serif;font-size: 26px; font-weight: 300; background:#fff;border-radius:50px;display: inline-block;padding:8px 20px 10px; z-index: 1; position:relative; }
#map {height:535px !important;width:100% !important;vertical-align:middle;}


.row-fluid .blog_feed_section{padding:52px 0 110px;}
.row-fluid .blog_feed_section h2, .row-fluid .blog_feed_section h1{ text-align:center;font-family:  'Museo 300', arial, sans-serif;font-size: 26px; font-weight: 300;margin:0 0 52px 0;}
.row-fluid .widget-span.mid_content{width: 100%; margin: 0 auto;float: none;}
.row-fluid .widget-span.mid_content_new img {}
.row-fluid .blog_feed_section .row-fluid .hs-rss-item{width: 430px;margin: 0 40px 76px;float: left;}
.row-fluid .blog_feed_section .hs-rss-item-image-wrapper { display: block;  width: 100%;position:relative;float:left;}
/* .row-fluid .blog_feed_section .hs-rss-item-image-wrapper img{ height: 200px; object-fit: cover;filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); 
    filter: gray; -webkit-filter: grayscale(100%);-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;} */

.row-fluid .blog_feed_section .hs-rss-item-image-wrapper img.hs-rss-featured-image{ 
  	height: 200px; 
  	object-fit: cover; 
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  	-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;
}

.row-fluid .blog_feed_section .row-fluid .hs-rss-item-image-wrapper:hover img.hs-rss-featured-image{
		filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%);
}
.row-fluid .blog_feed_section .hs-with-featured-image .hs-rss-item-text {  box-sizing: border-box;  float: left;  padding-right: 0;  width: 100%;}
.row-fluid .blog_feed_section .row-fluid .hs-rss-item .hs-rss-title{display:block;margin:20px 0;}
.row-fluid .blog_feed_section .row-fluid .hs-rss-item .hs-rss-title, .row-fluid .blog_feed_section .row-fluid .hs-rss-item .hs-rss-title span{font-family:  'Museo 300', arial, sans-serif;font-size: 20px; font-weight: 300; color:#e72959;}
.row-fluid .blog_feed_section .hs-rss-description p{font-family:  'Museo Sans', arial, sans-serif;  font-size: 14px;  font-weight: 300;  line-height:22px;  text-align: left; color: #091f49;-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;}

.row-fluid .blog_feed_section .hs-rss-item-image-wrapper::after {  background-image: url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/gradient_layer.png); background-repeat:repeat-y;  bottom: 0;  content: ""; left: 0;  mix-blend-mode: lighten;  position: absolute;  right: 0;  top: 0;opacity: 0.5;}
.row-fluid .blog_feed_section .row-fluid .hs-rss-item:hover img{
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%);}
.row-fluid .blog_feed_section .row-fluid .hs-rss-item:hover .hs-rss-item-image-wrapper:after{opacity:1;}
.row-fluid .blog_feed_section .row-fluid .hs-rss-item:hover p{color:#e72959;}

.row-fluid .blog_feed_section .btn_style2{text-align:center;}

.row-fluid .brand_section{border-top:1px #f2f3f4 solid;background:#f7f8f8;}
.row-fluid .mid_content > div > div{display:flex;}


 .row-fluid .brand_section .widget-type-linked_image {  line-height: 130px;  margin: 0 114px 0 0; text-align: center;  width: auto;}
.row-fluid .brand_section .widget-type-linked_image:first-child{text-align:left;}
.row-fluid .brand_section .widget-type-linked_image:last-child {text-align:right;margin:0;}
.row-fluid .brand_section .widget-type-linked_image img{ border:none; filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; -webkit-filter: grayscale(100%); max-height: 60px; mix-blend-mode: multiply; width: auto !important;opacity: 0.5;-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;}
.row-fluid .brand_section .widget-type-linked_image img:hover{filter: none; -webkit-filter: grayscale(0);opacity:1;}
.row-fluid .brand_section .widget-type-linked_image_new img {max-height:200px;} 












.row-fluid .footer_section{padding:52px 0 106px;}
.row-fluid .widget-span.footer_middle{max-width: 1060px;width: 100%;float: none;margin: 0 auto;}
.row-fluid .widget-span.locations_col{width:354px;float:left;margin:0 45px 0 60px;}
.row-fluid .widget-span.carrer_col{width:242px;float:left;margin:0 ;}
.row-fluid .widget-span.legal_col{width:auto;float:left;margin:0 ;}
.row-fluid .widget-span.social_col{width:130px;float:right;margin:0;}

.row-fluid .footer_section h4{font-family:  'Museo Sans 500', arial, sans-serif; font-size: 16px; font-weight: 500; text-align: left; color: #00182e;margin:0 0 36px;}
.row-fluid .widget-span.locations_col li, .row-fluid .widget-span.locations_col li a{ font-family:  'Museo Sans 500', arial, sans-serif;font-size: 12px; font-weight: 500; line-height: 1.67; text-align: left; color: #2ca8a1;}
.row-fluid .widget-span.locations_col li{width:50%;float:left;margin:0 0 20px;}
.row-fluid .footer_section .hs-menu-wrapper.hs-menu-flow-vertical > ul li{margin:0 0 14px 0;}
.row-fluid .footer_section .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{padding: 0; font-family:  'Museo Sans 500', arial, sans-serif;font-size: 12px; font-weight: 500;line-height: normal; color: #2ca8a1;}
.row-fluid .footer_section .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover, .row-fluid .widget-span.locations_col li a:hover{color: #091f49;}
.social_col ul {text-align: center;}
.social_col ul li{text-align: center;display: inline-block;}
.social_col ul li a {  width: 25px;  line-height: 25px;  display: inline-block;  background:#e72959;  text-align: center;  margin-right:0.7px; }
.social_col ul li a i{color:#fff;}
.social_col ul li a:hover{background:#091f49;}

.row-fluid .copyright-section{text-align:center;background:#e72959;padding:18px 0 24px;}
.row-fluid .copyright-section span, .row-fluid .copyright-section p{font-family:  'Museo Sans 500', arial, sans-serif; font-size: 10px; font-weight: 500; color: #ffffff;}
.row-fluid .custom-copyright-section span, .row-fluid .custom-copyright-section p{font-family:  'Museo Sans 500', arial, sans-serif; font-size: 10px; font-weight: 500; color: #ffffff;}


/*Generic content Page */
.row-fluid .widget-span.breadcrumb_menu{width:600px;float:left;margin:0;}
.row-fluid .breadcrumb_search_section  .row-fluid .widget-span.search_box{width:640px;float:right;margin:0;}

.row-fluid .breadcrumb_menu a.home-menu { float:left; height:60px; width:60px; text-align:center; line-height:60px; border-right:2px solid #f0f2f2; }
.row-fluid .breadcrumb_menu a.home-menu img { max-width:20px; }

.row-fluid .banner_full_section{min-height:540px;padding:120px 0 70px;}
.row-fluid .widget-span.page_paragraph{max-width: 800px; width: 100%; margin: 0 auto;float: none;}
.row-fluid .widget-span.page_title{margin:0 0 40px;}
.row-fluid .widget-span.page_title h1, .row-fluid .widget-span.page_title h2{font-family:  'Museo 300', arial, sans-serif;  font-size: 30px;  font-weight: 300;   color: #000000;}
.row-fluid .page_paragraph{min-height:211px;}
.row-fluid .page_paragraph span, .row-fluid .page_paragraph p{font-family:  'Museo Sans', arial, sans-serif;  font-size: 18px;  font-weight: 300;  line-height: 1.39;color: #000000;}

.row-fluid .widget-span.common_section{padding:60px 0 85px;}
.row-fluid .common_paragraph{margin:0 0 20px;} 
.row-fluid .common_paragraph span, .row-fluid .common_paragraph p{font-family:  'Museo Sans', arial, sans-serif;  font-size: 20px;  font-weight: 300;  line-height: 1.5;color: #000000;}
.cta_img{width:460px;height:280px;float:left;}
.cta_content{width:380px;float:right;}



.cta_content h3{font-family:  'Museo 300', arial, sans-serif;  font-size: 20px;  font-weight: 300;  color: #000000; margin: 0 0 10px;}
.cta_content p{font-family:  'Museo Sans', arial, sans-serif;  font-size: 14px;  font-weight: 300;  line-height: 1.79;  color: #000000;}
.cta_row {  float: left; width: 100%;}
.row-fluid .content__ctas > span > div {  float: left;  margin-bottom: 100px;  width: 100%;}
/*.row-fluid .content__ctas > span > div:last-child{margin-bottom:0;}*/
.row-fluid .content__ctas > span > div:nth-child(2n) .cta_img{float:right;}
.row-fluid .content__ctas > span > div:nth-child(2n) .cta_content{float:left;}
.row-fluid .h2_style{margin:0 0 40px;}
.row-fluid .h2_style h2, .row-fluid .h2_style h1{font-family:  'Museo 300', arial, sans-serif;  font-size: 25px;  font-weight: 300;  text-align: left;  color: #000000;}
.row-fluid .full_img{margin:0 0 43px 0;}
.row-fluid .full_img img{width:100% !important;}
.row-fluid .common_paragraph_small{margin-bottom:30px;}
.row-fluid .common_paragraph_small p{margin-bottom:20px;}
.row-fluid .common_paragraph_small p:last-child{margin-bottom:0;}
.row-fluid .common_paragraph_small span, .row-fluid .common_paragraph_small p{font-family:  'Museo Sans', arial, sans-serif;  font-size: 14px;  font-weight: 300;  line-height: 1.79;color: #000000;}

.content_full_ctas .cta_img, .content_full_ctas .cta_content{width:50%;}
.content_full_ctas .cta_content_in{float:left;max-width:470px;width:100%;padding:65px 0 50px;}
.content_full_ctas .cta_img{min-height:438px;}
.content_full_ctas .cta_content{padding: 0 90px;align-items: center;display: flex;}
/*.content_full_ctas .cta_row {  align-items: center;  display: flex;  float: left;  width: 100%;}*/

.row-fluid .content_full_ctas > span > div:nth-child(2n) .cta_content{float:right;width: 560px;}
.row-fluid .cta_colun_block > span{display:block;margin:0 -20px;}
.row-fluid .cta_colun_block > span > div{width:calc(25% - 40px);float:left;margin:0 20px 47px;}
.h4_style h4{font-family:  'Museo 300', arial, sans-serif;  font-size: 18px;  font-weight: 300; color: #000000;margin:0 0 10px;}
.content_block p{font-family:  'Museo Sans', arial, sans-serif;font-size: 12px;font-weight: 300;line-height: 1.67;color: #000000;}

.row-fluid .all-typography h3{font-family:  'Museo 300', arial, sans-serif;  font-size: 20px; font-weight: 300;color: #000000;margin:0 0 10px;}
.row-fluid .all-typography h4{font-family:  'Museo 300', arial, sans-serif;  font-size: 18px; font-weight: 300; color: #000000;margin:0 0 10px;}
.row-fluid .all-typography h5{font-family:  'Museo 700', arial, sans-serif;  font-size: 18px; font-weight: normal; color: #000000;margin:0 0 10px;}
.row-fluid .all-typography h6{font-family:  'Museo 700', arial, sans-serif;  font-size: 14px; font-weight: normal;color: #000000;margin:0 0 10px;}
.row-fluid .all-typography p{  font-family:  'Museo Sans', arial, sans-serif;  font-size: 12px;  font-weight: 300;  line-height: 1.67; color: #000000;}
.row-fluid .content_section{padding:40px 0;}

.row-fluid .breadcrumb_menu .hs-breadcrumb-menu-item{border-right:2px #eff1f1 solid;}
.row-fluid .breadcrumb_menu .hs-breadcrumb-menu-item:last-child{border-right:none;}
.row-fluid .breadcrumb_menu .hs-breadcrumb-menu-item.first-crumb{padding: 0;}
.row-fluid .breadcrumb_menu .hs-breadcrumb-menu-item.first-crumb{padding: 0;}
.row-fluid .breadcrumb_menu .hs-breadcrumb-menu-item.first-crumb a{width: 60px;height: 60px;display: inline-block;background: url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/home_icon.svg) no-repeat center;font-size:0;vertical-align: top;}
.row-fluid .breadcrumb_menu .hs-breadcrumb-menu-divider{display:none;}
.row-fluid .breadcrumb_menu  .hs-breadcrumb-label{ font-family:  'Museo Sans 500', arial, sans-serif;  font-size: 10px;  font-weight: 500;color: #e72959;display: block;line-height: normal;}
.row-fluid .breadcrumb_menu .hs-breadcrumb-menu-item{ padding: 23px 25px;} 

/* Site Search 360 Code */
.row-fluid .search360 { position:relative; }
.row-fluid .search360 span { position:static !important; }
.row-fluid .search360 a.search-icon { position:absolute; height:60px; width:60px; line-height:60px; text-align:center; background:#e72959; color:#fff; right:0; top:0; } 
.row-fluid .search360 a.search-icon img { max-width:20px; }
.row-fluid .search360 input[type="text"] { text-transform:none; font-size:16px; color:#00182e; margin:0; padding:0; height:60px; background:transparent; font-family:'Museo Sans 500', arial, sans-serif; }

.row-fluid .search360 ::-webkit-input-placeholder { font-size:16px !important; color:#00182e !important; opacity:1 !important; font-family:'Museo Sans 500', arial, sans-serif; !important; }
.row-fluid .search360 ::-moz-placeholder { font-size:16px !important; color:#00182e !important; opacity:1 !important; font-family:'Museo Sans 500', arial, sans-serif; !important; }
.row-fluid .search360 :-ms-input-placeholder { font-size:16px !important; color:#00182e !important; opacity:1 !important; font-family:'Museo Sans 500', arial, sans-serif; !important; }
.row-fluid .search360 :-moz-placeholder { font-size:16px !important; color:#00182e !important; opacity:1 !important; font-family:'Museo Sans 500', arial, sans-serif; !important; }

#preloader { position:fixed; top:0; left:0; width:100%; height:100%; z-index:9999999; background:#fff; text-align:center; }
#status { height:100%; float:left; width:100%; background-size:auto; background-position:center center; background-repeat:no-repeat; }

.home-mapsec img { height:40px; width:40px; }

/* Resource Page */
.row-fluid .fl100 { float:left; width:100%; }
.row-fluid .resource-sec { padding:40px 0; }
.row-fluid .legal-title h4, .row-fluid .legal-title h1 { font-size:30px; line-height:34px; color:#000000; font-family: 'Museo Sans'; margin-bottom:40px; } 
.row-fluid .fil-resource-line { margin-bottom:22px; color:#000000; }
.row-fluid .serach-filter { float:left; width:100%; background:#f6f6f6; text-transform:none; }
.row-fluid input.serach-filter { padding:0 45px 0 15px; height:50px; border-bottom:1px solid #e9eaeb; color:#000000; margin-bottom:5px; font-size:14px; background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/search.png') no-repeat center right 25px #f6f6f6; background-size:13px 13px; }
.row-fluid .isotope-left { width:24.2%; }
.row-fluid .isotope-right { width:75.8%; margin:0; padding-left:30px; }

.row-fluid span.select-filter { float:left; width:100%; font-size:14px; line-height:18px; color:#000000; cursor:pointer; padding:15px 0; text-transform:capitalize; }
.row-fluid span.select-filter:after { position:absolute; content:"\f067"; font-family:FontAwesome; right:0; color:#e72959; }
.row-fluid span.select-filter.active:after { content:"\f068"; }
.row-fluid .filter-name { border-bottom:2px solid #ccd1d5; position:relative; }
.row-fluid .filter-name ul { background:#fff; float:left; width:100%; border:1px solid #ccc; border-bottom:0; }
.row-fluid .filter-name ul li a { float:left; width:100%; padding:10px 15px; color:#000000; border-bottom:1px solid #ccc; text-transform:capitalize; cursor:pointer; }
.row-fluid .filter-name ul li a:hover { color:#e72959; text-indent:5px; }
.row-fluid .filter-name ul li:last-child a { border:0; }

.row-fluid .show-result { font-size:14px; line-height:18px; color:#000000; font-family: 'Museo Sans'; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #e5e5e5; }
.row-fluid .show-result p { padding:0; font-size:14px; line-height:18px; color:#000000; font-family: 'Museo Sans'; }
.row-fluid .load-morebox { float:left; width:100%; margin-top:40px; }   
.row-fluid .load-morebox a { float:none; display:inline-block; padding:13px 26px; color:#fff; border-radius:2px; background:#e72959; font-size:12px; font-family: 'Museo Sans 500'; }
.row-fluid .load-morebox a:hover { background:#091f49; }

.row-fluid .resource-box { float:left; width:50%; padding:0 20px; margin:15px 0; }
.row-fluid .resource-img { float:left; width:100%; height:200px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .resource-titlebox { position:relative; padding:23px 0 35px 70px; }
.row-fluid .resource-titlebox:before { background:#00182e url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/quote.svg) no-repeat center; content:""; height:52px; left:0; position:absolute; top:19px; width:58px; border-radius:0 0 0 30px; }
.row-fluid .resource-titlebox h4 { color:#e72959; font-family: 'Museo Sans'; }
.row-fluid .resource-titlebox h5 { font-size:14px; line-height:20px; color:#9da4a9; text-transform:capitalize; font-family: 'Museo Sans'; margin-top:5px; }
.row-fluid .resource-text { font-size:12px; line-height:20px; color:#a76e87; border-top:2px solid #ccd1d5; background:#f6f6f6; }
.row-fluid .resource-textinner { padding:25px 30px 25px; }
.row-fluid .resource-textinner .download-btn { margin-top:23px; }
.row-fluid .resource-textinner .download-btn a { float:left; padding:4px 16px; border:1px solid #e72959; border-radius:2px; color:#e72959; font-weight:500; font-size:12px; font-family: 'Museo Sans 500'; }
.row-fluid .resource-textinner .download-btn a:hover { color:#fff; background:#e72959; }

.row-fluid .resource-sec ::-webkit-input-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .resource-sec ::-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .resource-sec :-ms-input-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .resource-sec :-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }

/* Testimonial Page */
.row-fluid .testimonialisotope-right { padding-left:50px; }
.row-fluid .testimonial-isoraw .resource-container { float:left; width:100%; margin:0; }
.row-fluid .testimonial-isoraw .resource-box { width:100%; padding:0 0 30px; border-bottom:2px solid rgba(0, 24, 46, 0.2); }
.row-fluid .testimonial-isoraw .resource-box .left { float:left; width:75%; font-size:14px; line-height:25px; color:#000000; padding:0 100px; position:relative; }
.row-fluid .testimonial-isoraw .resource-box .left:before { background:#e72959 url(https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/quote.svg) no-repeat center; content:""; height:52px; left:0; position:absolute; top:3px; width:58px; border-radius:0 0 0 30px; }
.row-fluid .testimonial-isoraw .resource-box .right { float:right; width:25%; text-align:left; background:#f6f6f6; padding:18px; font-size:12px; line-height:16px; color:#a76e87; }
.row-fluid .testimonial-isoraw .resource-box .right span { color:#e72959; }
.row-fluid .testimonial-isoraw .resource-box .right ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .testimonial-isoraw .resource-box .right ul li { margin-bottom:5px; text-transform:capitalize; }

/* Contact Us Page */
.row-fluid .location-title h2, .row-fluid .location-title h1 { font-size:30px; line-height:36px; color:#091f49; margin:35px 0 5px; }
.row-fluid .location-titlesec h2 { padding-bottom:5px!important; }

.row-fluid .location-img1 { height:450px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .location-img2 { height:280px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .location-img3 { height:280px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }

.row-fluid .location-textbox1 { font-size:18px; line-height:28px; color:#000000; padding:30px 150px 60px 50px; font-family: 'Museo 500'; }
.row-fluid .location-textbox1 .widget-type-cta a { float:left; padding:16px 30px; color:#fff; background:#00182e; border-radius:3px; font-size:14px; font-family: 'Museo Sans 500'; position:relative; margin-top:30px; }
.row-fluid .location-textbox1 .widget-type-cta a:after { position:absolute; content:""; border:7px solid transparent; border-top-color:#00182e; left:50%; top:100%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .location-textbox1 .widget-type-cta a:hover { background:#e72959; }
.row-fluid .location-textbox1 .widget-type-cta a:hover:after { border-top-color:#e72959; }

.row-fluid .location-wrapboxmain { font-size:14px; line-height:25px; color:#000000; }
.row-fluid .location-wrapbox1 { padding:50px 0; }
.row-fluid .location-textbox2 { padding-right:85px; }

.row-fluid .location-textbox3 { padding-left:60px; } 

.row-fluid .welcome-text { font-size:18px; line-height:28px; color:#000000; padding:40px 0; }

.row-fluid .location-vacancybox { font-size:25px; line-height:32px; color:#00182e; padding:35px 0; border-top:solid 1px #e5e8ec; border-bottom:solid 1px #e5e8ec; }
.row-fluid .location-vacancybox h3 { font-size:25px; line-height:32px; }
.row-fluid .location-vacancybox .widget-type-cta a { float:none; display:inline-block; padding:16px 30px; color:#fff; background:#00182e; border-radius:3px; font-size:14px; font-family: 'Museo Sans 500'; margin-top:30px; }
.row-fluid .location-vacancybox .widget-type-cta a:hover { background:#e72959; }

.row-fluid .office-title { padding:38px 0; }
.row-fluid .office-title h3 { font-size:25px; }

.row-fluid .contact-detailsec { padding:50px 0; }
.row-fluid .contact-detailbox { float:none; display:inline-block; vertical-align:top; text-align:left; width:400px; max-width:100%; }
.row-fluid .contact-detailbox .box { border-bottom:solid 2px #e5e8ec; padding:20px 0; }
.row-fluid .contact-detailbox .box .left, .row-fluid .contact-detailbox .box .right { float:none; display:inline-block; vertical-align:top; margin:0 -2px; font-size:14px; color:#000000; }
.row-fluid .contact-detailbox .box .left { width:40%; font-size:18px; line-height:22px; }
.row-fluid .contact-detailbox .box a { color:#e72959; }
.row-fluid .contact-detailbox .box a:hover { color:#000; }
.row-fluid .contact-detailbox .box .right { width:60%; line-height:20px; }
.row-fluid .contact-detailbox .box .right label { font-weight:600; }
.row-fluid .contact-detailbox .box3 { border:0; }

.row-fluid .contact-detailsec-extra { padding:5px 0; border-bottom:solid 2px #e5e8ec;}
.row-fluid .contact-detailbox-single { vertical-align:top; text-align:left; max-width:100%; }
.row-fluid .contact-detailbox-single .box { padding:20px 0; }
.row-fluid .contact-detailbox-single .box .left, .row-fluid .contact-detailbox-single .box .right { float:none; display:inline-block; vertical-align:top; margin:0 -2px; font-size:14px; color:#091f49 !important; }
.row-fluid .contact-detailbox-single .box .left { width:40%; font-size:18px; line-height:22px; }
.row-fluid .contact-detailbox-single .box a { color:#e72959; }
.row-fluid .contact-detailbox-single .box a:hover { color:#000; }
.row-fluid .contact-detailbox-single .box .right { width:60%; line-height:20px; }
.row-fluid .contact-detailbox-single .box .right label { font-weight:600; }
.row-fluid .contact-detailbox-single .box3 { border:0; }

.row-fluid .contact-mapsec #map { height:450px !important; }

.row-fluid .contact-formsec { padding:50px 0 60px; background:#fafafb; line-height:25px; }
.row-fluid .contact-formbox { float:none; display:inline-block; width:560px; max-width:100%;  }
.row-fluid .contact-formsec h3 { font-size:26px; line-height:30px; color:#00182e; margin-bottom:0px; }
.row-fluid .contact-formsec span.hs-form-required { display:none; }

.row-fluid .contact-formsec .hs-form-field label {text-align:left; display: block; font-family: 'Museo Sans', arial, sans-serif; color: #091F49; font-weight:400;}

.row-fluid .contact-formsec input[type="text"], .row-fluid .contact-formsec input[type="email"], .row-fluid .contact-formsec input[type="tel"], .row-fluid .contact-formsec textarea { background: transparent; border: none; border-bottom: 2px solid #eae3e3; padding: 0 0 12px; margin-bottom: 25px; box-shadow: none; border-radius: 0; width: 100%; max-width: none; }
.row-fluid .contact-formsec input[type="text"]:focus, .row-fluid .contact-formsec input[type="email"]:focus, .row-fluid .contact-formsec input[type="tel"]:focus, .row-fluid .contact-formsec textarea:focus { border-color:#e72959; }
.row-fluid .contact-formsec .hs-error-msgs { text-align:left; color:#f00; }
.row-fluid .contact-formsec .hs_recaptcha > div > div { margin:0 auto !important; }
.row-fluid .contact-formsec SELECT.hs-input { border:none; font-family: 'Museo Sans', arial, sans-serif;}

.row-fluid .contact-formsec input[type="submit"] { border:none;float:none; display:inline-block; width:auto; min-width:1px; background:#e72959; margin-top:30px; font-size:16px; border-radius:3px; padding:19px 59px; line-height:17px; font-family: 'MuseoSans'; }
.row-fluid .contact-formsec input[type="submit"]:hover { background:#00182e;border:none;box-shadow:none;}

.row-fluid .contact-formsec ::-webkit-input-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .contact-formsec ::-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .contact-formsec :-ms-input-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .contact-formsec :-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }

/* Service Page */


.row-fluid .fl100 H3 {
  padding-top:20px;
}


.row-fluid .service-hero /*{ padding:130px 0 180px; }*/{padding:20px 0 20px;}
.row-fluid .service-herobox { width:480px; max-width:100%; background:rgba(255,255,255,0.9); position:relative; /* border-radius:0 0 0 100px; */ border-radius:0 0 0 145px; overflow:hidden; /* padding:32px 32px 32px 48px;*/ padding:0px 32px 32px 48px; }
/*.row-fluid .service-herobox:before { position:absolute; content:""; top:0; left:calc(0px + -4.4%); background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/green-bar.png') no-repeat; height:199px; width:26px; }*/
/*body.Red .row-fluid .service-herobox:before { position:absolute; content:""; top:0; left:calc(0px + -4.4%); background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/red-bar.png') no-repeat; height:199px; width:26px; }*/
.row-fluid .service-herobox svg.tab { position:absolute; z-index:0; /* width:30px; bottom:25px; */ left:0; }
/* .row-fluid .service-herobox h2 { font-size:30px; line-height:36px; color:#00182e; margin-bottom:30px; font-weight:600; } */ /* Flo edits */ 
.row-fluid .service-herobox h2, .row-fluid .service-herobox h1 { font-size:30px; line-height:36px; color:#091F49; padding-bottom:30px; font-weight:600; padding-top: 32px;}
.row-fluid .service-herobox .left-btn, .row-fluid .service-herobox .right-text { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .service-herobox .left-btn a { float:left; padding:21px 49px; color:#fff; background:#091F49; border-radius:3px; font-size:14px; line-height:18px; font-family: 'Museo Sans 500'; position:relative; }
.row-fluid .service-herobox .left-btn a:after { position:absolute; content:""; border:7px solid transparent; border-top-color:#00182e; left:50%; top:100%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .service-herobox .left-btn a:hover { background:#e72959; }
.row-fluid .service-herobox .left-btn a:hover:after { border-top-color:#e72959; }
.row-fluid .service-herobox .right-text { font-size:14px; line-height:1.79; color:#091F49; padding-left:20px; }

.row-fluid .service-threecolsec { padding:50px 0; }
.row-fluid .service-threecolsec .left .sidebar-menu { background:#f8f9ee; }
body.Red .row-fluid .service-threecolsec .left .sidebar-menu { background:#f6f0f3; }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper { float:left; width:100%; }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul { float:left; width:100%; }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li { float:left; width:100%; }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul li a:hover, .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul li a.active { background:#bec459; color:#fff; }
body.Red .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul li a:hover, body.Red .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul li a.active { background:rgba(190, 196, 89, 0.6); }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > a { float:left; width:100%; font-size:14px; line-height:18px; color:#65666e; font-weight:bold; padding:16px; }

.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > ul { opacity:0; visibility:hidden; display:none; background:rgba(231, 41, 89, 0.3); float:left; width:100%; position:relative; }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li.active-branch > ul { opacity:1; visibility:visible; display:block; }
body.Red .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > ul { background:#ba8fa1; }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > ul > li { float:left; width:100%; cursor: pointer; }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > ul > li > a { float:left; width:100%; max-width:100%; color: #fff; position:relative; padding:16px; padding-left:36px; white-space:normal; cursor: pointer; }
.row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > ul > li > a:before { position:absolute; content:""; height:5px; width:5px; background:#f6f0f3; left:10px; top:21px; display:none; }
.row-fluid .service-threecolsec .middle { font-size:14px; line-height:22px; color:#091F49; padding-left:20px; }
.row-fluid .service-threecolsec .middle h3, .row-fluid .service-threecolsec .middle h1 { font-size:30px; line-height:36px; color:#091F49; margin-bottom:0px; padding-bottom: 25px; }
.row-fluid .service-threecolsec .middle .cta-box { background:#fafafb; padding:35px 50px 70px; position:relative; border-radius:0 0 0 100px; }
.row-fluid .service-threecolsec .middle .cta-box:before { position:absolute; content:""; top:0; left:calc(0px + -14px); background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/green-bar.png') no-repeat; height:199px; width:26px; }
body.Red .row-fluid .service-threecolsec .middle .cta-box:before { position:absolute; content:""; top:0; left:calc(0px + -14px); background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/red-bar.png') no-repeat; height:199px; width:26px; }
.row-fluid .service-threecolsec .middle p { font-size:14px; line-height:22px; color:#091F49; padding-bottom:25px; }
.row-fluid .service-threecolsec .middle p + ul { padding-bottom:25px; }
.row-fluid .service-threecolsec .middle ul { float:left; width:100%; }
.row-fluid .service-threecolsec .middle ul li { float:left; width:100%; padding-left:13px; position:relative; margin-bottom:10px; }
.row-fluid .service-threecolsec .middle ul li:before { position:absolute; content:""; height:4px; width:4px; border-radius:100%; top:8px; left:0; background:#e72959; }
.row-fluid .service-threecolsec .middle ul.hs-error-msgs li label{ transform: none;}

.row-fluid .service-threecolsec .middle form { float:left; width:100%; padding-bottom:30px; }
.row-fluid .service-threecolsec .middle form input[type="text"], .row-fluid .service-threecolsec .middle form input[type="email"], .row-fluid .service-threecolsec .middle form input[type="tel"], .row-fluid .service-threecolsec .middle form textarea { border:1px solid #eae3e3; height:40px; padding:0 15px; }
.row-fluid .service-threecolsec .middle form select { border: 1px solid #eae3e3; height: inherit; color: #333; background: transparent; line-height: 40px; padding: 0 10px; }
.row-fluid .service-threecolsec .middle form input[type="submit"] { width:auto; padding:15px 40px; margin:20px 0 30px; }
.row-fluid .service-threecolsec .middle form input[type="submit"]:hover { background:#e72959; }  

.row-fluid .service-threecolsec .middle ul.multi-container { margin-top:15px; }
.row-fluid .service-threecolsec .middle input[type=checkbox] , .row-fluid .service-threecolsec .middle input[type=radio] { width:auto; height:auto; } 
.row-fluid .service-threecolsec .middle .hs-form fieldset input[type="checkbox"], .row-fluid .service-threecolsec .middle  .hs-form fieldset input[type="radio"] { width:auto !important; }
.row-fluid .service-threecolsec .middle .inputs-list .hs-form-checkbox-display , .row-fluid .service-threecolsec .middle .inputs-list .hs-form-booleancheckbox , .row-fluid .service-threecolsec .middle .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .service-threecolsec .middle .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .service-threecolsec .middle .inputs-list input[type="radio"] { top:3px; }
.row-fluid .service-threecolsec .middle .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .service-threecolsec .middle .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .service-threecolsec .middle .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .service-threecolsec .middle .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }
.row-fluid .service-threecolsec .middle .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:-1px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .service-threecolsec .middle .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:3px; top:4px;  content:''; width:12px; height:12px; border-color:; background:#e72959;  border-radius:100%; }

.row-fluid .service-threecolsec .middle .cta-box .left, .row-fluid .service-threecolsec .middle .cta-box .right { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .service-threecolsec .middle .cta-box .right a { float:none; display:inline-block; padding:21px 49px; color:#fff; background:#091F49; border-radius:3px; font-size:14px; line-height:18px; font-family: 'Museo Sans 500'; position:relative; margin-top:15px; }
.row-fluid .service-threecolsec .middle .cta-box .right a:after { position:absolute; content:""; border:7px solid transparent; border-top-color:#00182e; left:50%; top:100%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .service-threecolsec .middle .cta-box .right a:hover { background:#e72959; }
.row-fluid .service-threecolsec .middle .cta-box .right a:hover:after { border-top-color:#e72959; }
.row-fluid .service-threecolsec .middle .cta-box .right { font-size:14px; line-height:1.79; color:#091F49; padding-left:20px; }
.row-fluid .service-threecolsec .middle .cta-box .right h4 { font-size:20px; line-height:25px; color:#091F49; font-weight:600; }
.row-fluid .service-threecolsec .middle .cta-box .left { height:150px; width:150px; border-radius:100%; }

.row-fluid .service-threecolsec .right { font-size:25px; line-height:35px; color:#091F49; font-family: 'Museo 300'; padding-left:0; }
.row-fluid .service-threecolsec .right .quotes_block_wrapper { margin-top:30px; width:100%; padding:0 0 0 70px; }
.row-fluid .service-threecolsec .right .quotes_block_wrapper:before { left:0;}
.row-fluid .service-threecolsec .right .quotes_block_wrapper .testimonials_text p, .row-fluid .service-threecolsec .right .quotes_block_wrapper .testimonials_text { font-size:14px; line-height:20px; color:#a76e87; }

.row-fluid .service-threecolsec .right .quotes_block { width:100%; padding:0 0 0 70px; }
.row-fluid .service-threecolsec .right .quotes_block:before { left:0;top:30px; }
.row-fluid .service-threecolsec .right .quotes_block .testimonials {margin-top:30px; margin-bottom: 30px;}
.row-fluid .service-threecolsec .right .quotes_block .testimonials_text p, .row-fluid .service-threecolsec .right .quotes_block_wrapper .testimonials_text { font-size:14px; line-height:20px; color:#a76e87; }
.row-fluid .service-threecolsec .right .services .quotes_block_wrapper .testimonials_text p{ 
	font-family: 'Museo Sans 300', arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.67;
  color: #a76e87;
}
.legal-section {
  margin-bottom:50px;
}


.latest-news-home H3 {
  text-align:center;
  margin-top:50px;
  font-size:30px;
}
.latest-news-home .hs-rss-title {
  font-size:20px;
  margin-bottom:10px;
}
.latest-news-home .hs-rss-byline {
  margin-top:10px;
}
.latest-news-home .hs-rss-description {
  margin-top:10px;
}

.latest-news-home .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width:100%;
}
DIV.latest-news-home .hs-rss-item.hs-with-featured-image {
  max-width:33%;
  position:relative;
  height:500px;
}
.latest-news-home .hs-rss-item.hs-with-featured-image:nth-of-type(1) {
  padding-right:10px;
}
.latest-news-home .hs-rss-item.hs-with-featured-image:nth-of-type(2) {
  padding-left:10px;
  padding-right:10px;
}
.latest-news-home .hs-rss-item.hs-with-featured-image:nth-of-type(3) {
  padding-left:10px;
}
.latest-news-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
  width:100% !important;
  position:absolute;
  top:280px;
}
.latest-news-home .hs-rss-module.feedreader_box {
  display:flex;
}
.more-link SPAN {
  border-bottom:2px solid #e72959;
}
.more-news-wrap {
  text-align:center;
  margin-bottom:50px;
}
.more-news-link {
  border-bottom:2px solid #e72959;
  text-align:center;
  margin:0 auto;
  font-size:20px;
}

.more-new-link-home {
  margin:-40px 0px 40px 0px !important;
}
@media screen and (max-width:992px) {
  .latest-news-home .hs-rss-module.feedreader_box {
    display:block;
  }
  .more-news-wrap {
    margin-top:20px;
  }
  DIV.latest-news-home .hs-rss-item.hs-with-featured-image {
    max-width:100%;
    padding-right:0px !important;
    padding-left:0px !important;
    height:450px;
  }
  .row-fluid .widget-span.quotes_block_new {
    width:100% !important;
    padding:50px 0px 50px 0px !important;
  }
  .latest-news-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    bottom:0px;
    top:auto;
    background:white;
    padding-top:10px;
    padding-right:0px;
  }
  .more-new-link-home {
    margin:20px 0px 40px 0px !important;
  }
  
}
@media screen and (max-width:768px) {
  
/*   MOBILE NAV CHANGES */
  
 
  
  
  
  
  .row-fluid .widget-span.quotes_block_new H2 {
    padding-bottom:30px;
  }
  .row-fluid .widget-span.quotes_block_new .testimonials {
    margin-bottom:30px;
    text-align:center;
  }
  .more-new-link-home {
     margin:20px 0px 0px 0px !important;;
    }
}

@media screen and (max-width:576px) {
  .latest-news-home .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    bottom:45px;
  }
  .more-new-link-home {
    margin-top:-30px !important;
  }
}


.row-fluid .service-threecolsec .right .sideContact H3 {color:#FFFFFF;font-size:30px; margin:0;padding: 20px 10px;} 
.row-fluid .service-threecolsec .right .sideContact FORM { 
  background-color: #ced389; 
  font-size: 12px;
  margin-bottom: 30px;
  padding: 10px;
}
.row-fluid .service-threecolsec .right .sideContact FORM INPUT { background: #f2f3e0;padding: 3px;margin: 0 0 10px;height: 30px; }
.row-fluid .service-threecolsec .right .sideContact FORM LABEL {  color: #FFFFFF;font-size:16px; line-height:20px}
.row-fluid .service-threecolsec .right .sideContact FORM SELECT { padding: 15px 10px; }
.row-fluid .service-threecolsec .right .sideContact FORM TEXTAREA { padding: 15px 10px; min-height:70px; background-color:#f1f1de }
.row-fluid .service-threecolsec .right .sideContact FORM .grecaptcha-badge { max-width: 100%; }
.row-fluid .service-threecolsec .right .sideContact FORM .primary { 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #999f2e;
  text-align: center;
  color: #fff;
  display:block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #999f2e;
  border-radius: 4px;
  margin: 15px auto;
  padding: 0.75em 1em;
}
.row-fluid .service-threecolsec .right .sideContact FORM .primary:hover { background-color: #bec459;border: 1px solid #FFFFFF;}

.row-fluid .people-testimonialsec.services .widget-span.quotes_block_wrapper .slick-dots{
  position: absolute;
  margin: 0 0 0 -70px;
  bottom: -50px;
}

.row-fluid .service-threecolsec.r_property_law .right .sideContact FORM .primary {
  height:50px;
}


.row-fluid .team-sec { padding:30px 0; background:#fafafb; } 
.row-fluid .team-sec .widget-type-header h3 { font-weight:400;padding-bottom:10px }
.row-fluid .team-raw { float:none; display:inline-block; width:640px; max-width:100%; margin-top:20px; }

.row-fluid .typ_section .team-sec {padding:50px 0 50px;}
.row-fluid .typ_section .team-raw {
    float: none;
    display: block;
    max-width: 100%;
    width: 640px;
    margin: 0 auto !important;
}
.row-fluid .team-raw .slick-track { display:inline-block; }
.row-fluid .team-wrapbox { padding:0 10px; }
.row-fluid .team-wrapbox h4 { float:left; width:100%; font-size:14px; line-height:18px; color:#00182e; font-weight:bold; padding-top:14px; }
.row-fluid .team-sec .slick-slider .slick-arrow { height:auto; width:auto; cursor:pointer; top:calc(50% + -10px); transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); }
.row-fluid .team-imgbox { 
    height:214px; 
    background-size:cover !important;
    
    background-position: center !important; 
    /* background-repeat:no-repeat !important; 
    background-blend-mode:luminosity; 
    background-color:#ccc !important; */
}
/*.row-fluid .team-imgbox img { display:inline-block; -webkit-filter:grayscale(1); filter:grayscale(1); -moz-filter:grayscale(1); -o-filter:grayscale(1); -ms-filter:grayscale(1); }*/

.row-fluid .team-sec .slick-slider .slick-arrow.slick-next:after { content:""; background-image:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/Right_Arrow.png'); height:96px; width:52px; display:inline-block; }
.row-fluid .team-sec .slick-slider .slick-arrow.slick-prev:after { content:""; background-image:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/carousel-arrow-left.svg'); height:96px; width:52px; display:inline-block; }


/* Start: Edited for IE fix */
.row-fluid .team-sec .slick-slider .slick-arrow.slick-prev {
    right: initial;
    left: -100px;
}
.row-fluid .team-sec .slick-slider .slick-arrow.slick-next {
    left: initial;
    right: -100px;
}
.row-fluid .team-imgbox{
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);    
    filter: gray; /* IE6+ */
    filter: grayscale(100%);
}

@media only screen and (max-width: 767px){
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-prev{
        left: -35px!important;
    }
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-next{
        right: -35px!important;
    }
}

/*newsletter signup */

 
.newsletterSignup {
  background-color:white;
  padding:0px;
  display:block; 
  align-items:center;
  margin-bottom:20px;
  margin-top:-10px;
}
.newsletterSignup LABEL.hs-error-msg {
  color:black;
  padding:10px 0px 5px 0px;
}
.newsletterSignup DIV.hbspt-form {
  width:100%;
}

.newsletterSignup DIV.hbspt-form FORM {
 display:flex;
 position:relative;
  padding:10px 0px 10px 0px;
}


.newsletterSignup fieldset {
  display:block;
  max-width:100% !important;
}
.newsletterSignup fieldset.forms-columns-2 DIV DIV.input {
  margin-right:8px !important;
}

INPUT#email-82a90d1b-74b3-4bfb-8972-71bcc8ca9946 {
  width:100% !important;
}
.newsletterSignup fieldset:first-of-type {
  width:100%;
}
.newsletterSignup fieldset:nth-of-type(2) {
  width:100%;
  margin
}
.newsletterSignup fieldset:nth-of-type(3) {
  width:1000%;
}

.newsletterSignup DIV.input INPUT {
  width:100%;
  margin-right:0px;
  font-size:15px;
  padding:12px;
  border:2px solid #b40a41;
  border-radius:2px;
}
.newsletterSignup DIV.hs_submit.hs-submit DIV INPUT {
  background:#b40a41;
  width:14%;
  padding:0px;
  height:44px;
  position:absolute;
  right:4.5%;
  font-size:16px;
}



.newsletterSignup DIV.hs_submit.hs-submit DIV INPUT::placeholder {
  color:red !important;
}

.newsletterSignup fieldset.form-columns-3 .hs-form-field {
  width:27.7% !important;
}

.newsLetterSignUp input[type="submit"] {
  padding:0px;
  
}
.newsletterSignup .legal-consent-container {
  padding-right:100px;
}
.hs-form-28f6fd2b-80d9-4965-a667-eb2cd2a6724e_a123ea5f-1dcc-4fbb-ab0b-6b49a25bd4e5 fieldset {
  max-width:50% !important;
}
.newsletterText {
  max-width:100%;
  padding-right:30px;
}
.newsletterText P:first-of-type {
  font-size:19px;
  color:#0a1f49;
  margin-bottom:0px;
  padding-bottom:10px;
}

.privacy-text P {
  color:#0a1f49;
  font-size:14px;
  line-height:22px;
}
.newsletterText H2 {
  color:#b40a41 !important;
  font-size:25px !important;
  margin-bottom:0px !important;
  padding-bottom:0px;
  font-weight:600;
}
.newsletterText A {
  color:#ffffff;
  text-decoration:underline;
}
@media only screen and (max-width:992px) {
  .newsletterSignup DIV.hs_submit.hs-submit DIV INPUT {
    width:20%;
    right:-0.5%;
  }
}
@media only screen and (max-width: 767px) {
  .newsletterSignup {
    display:block;
  }
  .newsletterText {
    max-width:100%;
    text-align:center;
    padding-right:0px;
  }
  .newsletterSignup DIV.hs_submit.hs-submit DIV INPUT {
    width:16%;
    right:5%;
  }
}
@media only screen and (max-width:576px) {
  .newsletterSignup DIV.hs_submit.hs-submit DIV INPUT {
    width:20%;
    right:-5%;
  }
}
  

/* End: Edited for IE fix */

/* Blog Page */
.row-fluid .blog-mainsec { padding:40px 0 30px; }
.row-fluid .blog-topbox { padding:0 40px; }
.row-fluid .blog-topbox h4, .row-fluid .blog-topbox h1, .row-fluid .blog-topbox h2 { font-size:30px; line-height:40px; color:#091F49; margin-bottom:30px; }
.row-fluid .blog-topbox h3 { font-size:14px; line-height:18px; color:#091F49; border-bottom:solid 2px #ccd1d5; position:relative; padding:20px 0 15px; cursor:pointer; }
.row-fluid .blog-topbox h3:after { content:''; right:0; position:absolute; color:#C10043; font-size:26px; top:20px; font-weight:bold; height:16px; width:16px; background:url(https://guides.porterdodson.co.uk/hubfs/PD_2017/Images/open.svg) no-repeat; }
.row-fluid .blog-topbox h3.active:after { content:''; right:0; position:absolute; color:#333333; font-size:60px; line-height:25px; height:3px; width:16px; background:url(https://guides.porterdodson.co.uk/hubfs/PD_2017/Images/close.svg) no-repeat; top:30px; }
.row-fluid .blog-topbox .widget-module.categorie-filter { float:left; width:100%; }
.row-fluid .blog-topbox .widget-module.categorie-filter ul { background:#fff; float:left; width:100%; border:1px solid #ccc; border-top:0; }
.row-fluid .blog-topbox .widget-module.categorie-filter ul li a { float:left; width:100%; padding:10px 15px; color:#000000; border-bottom:1px solid #ccc; text-transform:capitalize; }
.row-fluid .blog-topbox .widget-module.categorie-filter ul li a:hover { color:#e72959; text-indent:5px; }
.row-fluid .blog-topbox .widget-module.categorie-filter ul li:last-child a { border:0; }
.row-fluid .blog-postmore { display:none; }

.row-fluid .search-blog input[type="text"] { height:50px; border-bottom:1px solid #e9eaeb; padding:0 15px; text-transform:none; background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/search.png') no-repeat center right 20px #f6f6f6; background-size:15px; }
.row-fluid .search-blog ::-webkit-input-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .search-blog ::-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .search-blog :-ms-input-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .search-blog :-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }

.row-fluid .blog-post-listing { float:none; display:inline-block; text-align:left; width:940px; max-width:100%; margin-top:40px; }
.row-fluid .blog-post-item { float:left; width:50%; padding:45px 40px; }
.row-fluid .blog-post-img { float:left; width:100%; height:200px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; transition:all ease .8s; }
.row-fluid .blog-postheader { margin:20px 0 0 0; }
.row-fluid .blog-postheader h2 { font-size:20px; padding-bottom:10px; line-height:24px; color:#e72959; }
.row-fluid .blog-postcontent { font-size:14px; line-height:25px; color:#091F49; }

.row-fluid .post-imgwrap { position:relative; overflow:hidden; transition:all ease .8s; }
.row-fluid .blog-post-item:hover .post-imgwrap .blog-post-img { transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); }
.row-fluid .post-imgwrap .blue-back {height:25px; background:rgba(0, 137, 167, 0.7); }

.row-fluid .post-loadwrap a.postload-more { font-size:20px; line-height:24px; color:#e72959; position:relative; }
.row-fluid .post-loadwrap a.postload-more:after { position:absolute; content:""; height:2px; width:175px; background:#e72959; bottom:-2px; left:0; }
.row-fluid .post-loadwrap a.postload-more:hover { color:#000; } 

/* Blog Inner Page */
.row-fluid .blogpost-section { padding:50px 130px; text-align:center; }
.row-fluid .bloginner-featurebox { float:left; width:100%; height:440px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .bloginner-featurewrap { position:relative; }
.row-fluid .bloginner-featurewrap .post-title { width:630px; max-width:100%; position:absolute; top:50%; left:50%; text-align:center; transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); }
.row-fluid .bloginner-featurewrap .post-title h4, .row-fluid .bloginner-featurewrap .post-title h1 { font-size:25px; line-height:30px; color:#fff; background:rgba(0,24,46,0.65); padding:65px 30px; }
.row-fluid .blogpost-body .post-title.mobile-post-title {display: none;}

.row-fluid .blogpost-body { float:none; display:inline-block; width:630px; max-width:100%; font-size:14px; line-height:25px; /*color:#e72959;*/ padding:55px 0; text-align:left; }
.row-fluid .blogpost-body p { font-size:14px; line-height:25px; /*color:#e72959;*/ padding-bottom:22px; }
.row-fluid .blogpost-body h4 { font-size:18px; line-height:25px; padding-bottom:25px; font-weight:600; }
.row-fluid .blogpost-body h3 { margin:15px 0; float:left; width:100%; }  
.row-fluid .blogpost-body ul li { float:left; width:100%; position:relative; padding-left:15px; }
.row-fluid .blogpost-body ul li:before { position:absolute; content:""; height:5px; width:5px; border-radius:100%; left:0; top:10px; background:#00182e; }
.row-fluid .blogpost-body ul li:last-of-type {padding-bottom:22px;}

.row-fluid .post-detailleft { float:left; width:60%; }
.row-fluid .post-detailwrap { padding:25px 0; border-top:2px solid #f2f3f5; text-align:left; font-size:12px; line-height:16px; /*color:#e72959;*/ }
.row-fluid .post-detailwrap label { font-weight:600; /*color:#e72959;*/ }
.row-fluid .post-detailwrap p { padding:0; font-size:12px; line-height:16px; }
.row-fluid .post-detailleft .post-date, .row-fluid .post-detailleft .post-category, .row-fluid .post-detailleft .post-author { float:left; width:50%; margin-bottom:15px; }

.row-fluid .post-detailright { float:left; width:30%; text-align:right; position:relative; }
.row-fluid .post-detailright .share-icon { height:80px; width:80px; border-radius:100%; position:relative; border:2px solid #f2f3f5; float:right; cursor:pointer; background:#fff; }
.row-fluid .post-detailright .share-icon img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .post-detailright ul { float:right; width:auto; }
.row-fluid .post-detailright ul li a { position:absolute; top:8px; right:5px; transition:all 0.5s; -webkit-transition:all 0.5s; display:inline-block; width:70px; height:70px; line-height:70px; margin:0; border-radius:50%; text-align:center; z-index:-1; background:#eee; font-size:26px; }
.row-fluid .post-detailright ul li a span.csbuttons-count { display:none; }
.row-fluid .post-detailright ul li a:hover { color:#fff; background:#e72959; }
.row-fluid .post-detailright ul li a:hover i { color:#fff; }
body.share-open .post-detailright ul li a { z-index:1; }
.row-fluid .post-detailright ul li:before { display:none; }

.row-fluid .total-sharenum { position:relative; height:40px; width:40px; line-height:40px; text-align:center; color:#000000; font-size:20px; font-weight:600; background:#f6f6f6; left:calc(100% + -50px); top:18px; float:right; }
.row-fluid .total-sharenum:before { position:absolute; content:""; border:7px solid transparent; right:100%; top:50%; border-right-color:#f6f6f6; transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); }

.row-fluid .author-imgbox { height:150px; width:150px; border-radius:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .blogpost-section .about-author-sec { float:none; display:inline-block; vertical-align:top; width:630px; max-width:100%; background:#fafafb; padding:35px 50px 70px; position:relative; border-radius:0 0 0 100px; }
.row-fluid .blogpost-section .about-author-sec:before { position:absolute; content:""; top:0; left:calc(0px + -32px); background:url(//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/darl-red-bar.png) no-repeat; height:198px; width:43px; } 
.row-fluid .authorbox-left { float:none; display:inline-block; vertical-align:middle; width:30%; margin:0 -2px; }
.row-fluid .authorbox-right { float:none; display:inline-block; vertical-align:middle; width:70%; margin:0 -2px; font-size:20px; line-height:25px; color:#00182e; font-weight:600; }
.row-fluid .authorbox-right p { font-size:20px; line-height:25px; color:#091F49; font-weight:600; }
.row-fluid .authorbox-right a.author-link { float:none; display:inline-block; padding:21px 49px; color:#fff; background:#091F49; border-radius:3px; font-size:14px; line-height:18px; font-family:'Museo Sans 500'; margin-top:15px; }
.row-fluid .authorbox-right a.author-link:hover { background:#e72959; }

.row-fluid h3.related-post_title { font-size:26px; line-height:30px; color:#00182e; font-weight:600; margin-bottom:5px; float:left; width:100%; font-family:'Museo Sans', arial, sans-serif; }
.row-fluid .related-postwrap { float:none; display:inline-block; width:1020px; max-width:100%; }
.row-fluid .related-postwrap .related-post-item { float:none; display:inline-block; margin:0 -2px; text-align:left; vertical-align:top; }

.row-fluid .author-related-postwrap { float:none; display:inline-block; width:1020px; max-width:100%; }
.row-fluid .author-related-postwrap .related-post-item { float:left; display:inline-block; margin:0 0 15px; text-align:left; vertical-align:top; padding: 0 10px; }

.row-fluid .related-articles .slick-slider .slick-arrow{background:#e72959; border:none; z-index:9; position:absolute; top: calc(50% - 30px); bottom: 0; left:0; width:50px; height: 50px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.row-fluid .related-articles .slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.row-fluid .related-articles .slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome; }
.row-fluid .related-articles .slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome; }
.row-fluid .related-articles .slick-slider .slick-arrow.slick-next{left:auto; right:0;}
.row-fluid .related-articles .slick-slider .slick-arrow.slick-prev{right:auto; left:0;}
.row-fluid .related-articles .slick-slider .slick-arrow.slick-disabled{background:#d8d8d8;}

.row-fluid .related-articles .slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:-20px; text-align:center;}
.row-fluid .related-articles .slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.row-fluid .related-articles .slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#e72959; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;} 
.row-fluid .related-articles .slick-slider .slick-dots li.slick-active button{opacity:1;}



/* Career Page */
.row-fluid .career-hero { padding:165px 0; }
.row-fluid .career-hero .hero-textbox { float:right; width:400px; max-width:100%; background:#f9f4f3; padding:40px 70px 45px; border-radius:0px 0px 0px 100px; position:relative; margin-bottom:190px; }
.row-fluid .career-hero .hero-textbox:before { position:absolute; content:""; top:0; left:calc(0px + -32px); background:url(//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/darl-red-bar.png) no-repeat; height:198px; width:43px; }
.row-fluid .career-hero .hero-textbox h4 { font-size:30px; line-height:36px; color:#00182e; margin-bottom:30px; font-weight:600; }
.row-fluid .career-hero .hero-textbox a { float:left; padding:21px 49px; color:#fff; background:#00182e; border-radius:3px; font-size:14px; line-height:18px; font-family:'Museo Sans 500'; position:relative; }
.row-fluid .career-hero .hero-textbox a:after { position:absolute; content:""; border:7px solid transparent; border-top-color:#00182e; left:50%; top:100%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .career-hero .hero-textbox a:hover { background:#e72959; }
.row-fluid .career-hero .hero-textbox a:hover:after { border-top-color:#e72959; }

.row-fluid .vacancies-sec { padding:50px 0; }
.row-fluid .vacancies-sec .text { position:relative; padding-bottom:50px; margin-bottom:50px; } 
.row-fluid .vacancies-sec .text:after { position:absolute; content:""; height:2px; width:302px; background:#e5e8ec; bottom:0; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .vacancies-sec .title-box { font-size:20px; line-height:24px; color:#000; }
.row-fluid .vacancies-sec .title-box h4 { font-size:25px; line-height:30px; color:#000; margin-bottom:50px; }

.row-fluid .vacancies-raw { float:left; width:100%; }
.row-fluid .vacancies-raw > span > div { float:left; width:50%; padding:35px 10px 0; }
.row-fluid .latest-vacancybox { border-bottom:2px solid #ccd1d5; font-size:14px; line-height:18px; transition:all ease .5s; }
.row-fluid .latest-vacancycol h4 { font-size:20px; line-height:24px; color:#000; margin-bottom:25px; font-family: 'Museo 500'; }
.row-fluid .latest-vacancycol .box-wrap { margin-bottom:70px; }
.row-fluid .latest-vacancycol .box-wrap .leftbox { float:left; width:70%; }
.row-fluid .latest-vacancycol .box-wrap .rightbox { float:right; width:30%; }
.row-fluid .latest-vacancycol .box-wrap .leftbox .contract-type { margin-bottom:15px; }
.row-fluid .latest-vacancycol .rightbox a { float:left; padding:10px 18px; color:#e72959; background:transparent; border:1px solid #e72959; border-radius:2px; }
.row-fluid .latest-vacancycol .rightbox a:hover { background:#e72959; color:#fff; }
.row-fluid .vacancy-detailbox ul { float:left; width:100%; margin:0 0 10px; padding:0; list-style-type:none; }
.row-fluid .vacancy-detailbox ul li { float:left; width:auto; padding:0 30px; }
.row-fluid .vacancy-detailbox ul li:first-child { padding-left:0; }
.row-fluid .vacancy-detailbox ul li:last-child { padding-right:0; }
.row-fluid .latest-vacancybox:hover { border-color:#ac6985; }
.row-fluid .vacancies-raw .post-loadwrap { margin-top:70px; }
.row-fluid .vacancies-raw .post-loadwrap a.postload-more:after { width:100%; }

.row-fluid .career-development_box { padding:50px 0; line-height:25px; color:#000000; text-align:center; }
.row-fluid .career-development_box1 { font-size:18px; line-height:25px; color:#000000; }
.row-fluid .career-development_box1 .leftbox a { font-size:20px; line-height:24px; color:#e72959; float:left; position:relative; margin-top:30px; }
.row-fluid .career-development_box1 .leftbox a:after { position:absolute; content:""; height:2px; width:100%; background:#e72959; left:0; bottom:-2px; }
.row-fluid .career-development_box h4 { font-size:25px; line-height:30px; color:#000; margin-bottom:20px; font-weight:500; }
.row-fluid .career-development_box .leftbox, .row-fluid .career-development_box .rightbox { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .career-development_box .rightbox { height:440px; }
.row-fluid .career-development_box .leftbox .inner { float:none; display:inline-block; text-align:left; width:340px; max-width:100%; }
.row-fluid .career-development_box .widget-type-linked_image { margin-top:20px; }

.row-fluid .location-accsec { text-align:center; padding:30px 0 60px; }
.row-fluid .location-accsec h4 { font-size:25px; line-height:30px; color:#000000; font-weight:600; margin-bottom:30px; }
.row-fluid .location-accraw { float:left; width:100%; }
.row-fluid .location-accraw > span > div { float:left; width:100%; }
.row-fluid .location-acctitle { float:none; display:inline-block; text-align:left; vertical-align:top; width:940px; max-width:100%; cursor:pointer; text-align:left; font-size:16px; line-height:20px; color:#000000; padding-bottom:20px; margin-bottom:18px; border-bottom:2px solid #e5e8ec; position:relative; }
.row-fluid .location-acctitle:after { position:absolute; content:""; font-family:FontAwesome; right:0; color:#e72959; height:16px; width:16px; background:url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/open.svg') no-repeat; }
.row-fluid .location-acctitle.active:after { background:url('https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/close.svg') no-repeat; top:8px; }
.row-fluid .location-accans { float:none; display:inline-block; text-align:left; vertical-align:top; width:630px; max-width:100%; margin-top:45px; }
.row-fluid .location-accimg { float:left; width:100%; height:345px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .location-acccontentwrap { padding-top:35px; font-size:16px; line-height:20px; color:#000000; } 
.row-fluid .location-acccontentwrap a.more-infobtn { float:none; display:inline-block; padding:4px 18px; margin-top:30px; background:transparent; border:1px solid #e72959; border-radius:2px; font-size:12px; color:#e72959; } 
.row-fluid .location-acccontentwrap a.more-infobtn:hover { background:#e72959; color:#fff; }

.row-fluid .career-threecolsec { padding:50px 0 65px; background:#fafafb; font-size:12px; line-height:20px; color:#000000; text-align:center; }
.row-fluid .career-threecolraw { float:none; display:inline-block; width:940px; max-width:100%; text-align:left; }
.row-fluid .career-threecolraw h4 { font-size:18px; line-height:24px; color:#000; margin-bottom:25px; }
.row-fluid .career-threecolraw .link a { font-size:20px; line-height:24px; color:#e72959; position:relative; float:left; margin-top:25px; }
.row-fluid .career-threecolraw .link a:after { position:absolute; content:""; height:2px; width:100%; background:#e72959; left:0; bottom:-2px; }
.row-fluid .career-threecolraw .box { padding:0 20px; }
.row-fluid .career-threecolraw .box1 { padding-left:0; }
.row-fluid .career-threecolraw .box3 { padding-right:0; }

.row-fluid .charity-section { float:left; width:100%; padding:80px 0 60px; text-align:center; }
.row-fluid .charity-section h2 { font-size:25px; line-height:30px; color:#000000; font-weight:500; margin-bottom:20px; }
.row-fluid .charity-raw { float:none; display:inline-block; width:940px; max-width:100%; text-align:left; }
.row-fluid .charity-raw > span { float:none; display:block; margin:0 -40px; width:auto; }
.row-fluid .charity-raw > span > div { float:left; width:50%; padding:40px; }
.row-fluid .charity-boximg { float:left; width:100%; height:200px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .charity-boxcontent p { font-size:14px; line-height:25px; color:#000; }
.row-fluid .charity-boxcontent h4 { font-size:20px; line-height:24px; color:#e72959; margin:20px 0; }
.row-fluid .charity-raw .post-loadwrap a.postload-more:after { width:100%; }

.row-fluid .cv-formsec .contact-formbox { width:718px; }
.row-fluid .cv-formsec .contact-formbox form { float:left; width:100%; margin-top:15px; }
.row-fluid .cv-formsec .contact-formbox fieldset { width:100%; max-width:100%; }
.row-fluid .cv-formsec .contact-formbox fieldset.form-columns-1 .hs-input { width:100% !important; }
.row-fluid .cv-formsec .contact-formbox fieldset .hs-form-field > label, .row-fluid .cv-formsec .contact-formbox form > div > label { display:block; float:left; width:100%; text-align:left; font-size:12px; line-height:16px; color:#e72959; font-weight:600; }

.row-fluid .cv-formsec .contact-formbox ::-webkit-input-placeholder { font-size:12px !important; color:#e72959 !important; font-weight:600 !important; opacity:1 !important; }
.row-fluid .cv-formsec .contact-formbox ::-moz-placeholder { font-size:12px !important; color:#e72959 !important; font-weight:600 !important; opacity:1 !important; }
.row-fluid .cv-formsec .contact-formbox :-ms-input-placeholder { font-size:12px !important; color:#e72959 !important; font-weight:600 !important; opacity:1 !important; }
.row-fluid .cv-formsec .contact-formbox :-moz-placeholder { font-size:12px !important; color:#e72959 !important; font-weight:600 !important; opacity:1 !important; }

.row-fluid .cv-formsec .contact-formbox div.hs_when_can_you_start > label { margin-bottom:25px; }
.row-fluid .cv-formsec .contact-formbox div.hs_type_of_role { padding-left:60px; }
.row-fluid .cv-formsec .contact-formbox div.hs_type_of_role > label { margin-bottom:25px; }

.row-fluid .cv-formsec .contact-formbox input[type=checkbox] , input[type=radio] { width:auto; } 
.row-fluid .cv-formsec .contact-formbox .inputs-list .hs-form-checkbox-display , .row-fluid .cv-formsec .contact-formbox .inputs-list .hs-form-booleancheckbox , .row-fluid .cv-formsec .contact-formbox .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .cv-formsec .contact-formbox .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .cv-formsec .contact-formbox .inputs-list input[type="radio"] { top:3px; }
.row-fluid .cv-formsec .contact-formbox .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; padding-left:15px; font-weight:600; }
.row-fluid .cv-formsec .contact-formbox .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .cv-formsec .contact-formbox .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .cv-formsec .contact-formbox .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-24px; top:1px;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .cv-formsec .contact-formbox ul.multi-container { float:left; color:#e72959; font-size:12px; line-height:16px; font-weight:600; text-align:left; } 
.row-fluid .cv-formsec .contact-formbox .hs_upload_cv { float:left; width:100%; padding-bottom:20px; margin-bottom:40px; border-bottom:1px solid #879dab; margin-top:30px; }
.row-fluid .cv-formsec .contact-formbox .hs_upload_cv > label { width:auto !important; padding:6px 15px; cursor:pointer; background:transparent; border:1px solid #e72959; border-radius:2px; color:#e72959; font-size:12px; line-height:16px; }
.row-fluid .cv-formsec .contact-formbox .hs_upload_cv > label:hover { background:#e72959; color:#fff; }

/* Vacancies Page */
.row-fluid .vacancy-mainsec { padding:60px 0 80px; }
.row-fluid .vacancy-mainsec .top-title h2 { font-size:30px; line-height:40px; color:#000000; margin-bottom:25px; }
.row-fluid .vacancy-mainsec .top-subtitle { font-size:14px; line-height:18px; color:#000000; margin-bottom:25px; }
.row-fluid .vacancy-mainraw .resource-box { float:left; width:100%; margin:0; padding:0; }
.row-fluid .vacancy-mainraw .resource-container { margin:0; float:left; width:100%; }
.row-fluid .vacancy-mainraw .latest-vacancycol { padding:55px 0 0; }
.row-fluid .vacancy-mainraw .resource-box .contentbox { margin-top:32px; font-size:14px; line-height:20px; color:#000000; }
.row-fluid .vacancy-mainraw .latest-vacancycol .box-wrap .rightbox a { float:right; }
.row-fluid .vacancy-mainraw .latest-vacancycol .box-wrap { margin-bottom:32px; }
.row-fluid .vacancy-mainraw .vacancy-detailbox ul li { width:25%; }

.row-fluid .vacancy-mainsec span.select-filter:after { content:"\f0d7"; color:#000; font-size:22px; } 
.row-fluid .vacancy-mainsec span.select-filter.active:after { content:"\f0d8"; }

.row-fluid .vacancy-mainraw .post-loadwrap a { margin-top:65px; float:left; width:100%; }
.row-fluid .vacancy-mainraw .post-loadwrap a.postload-more:after { width:205px; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%); }

/* Careers Vacancies Page */
.row-fluid .career-vacsec { padding:40px 37px; }
.row-fluid .career-vactitle h3 { font-size:30px; line-height:40px; margin-bottom:30px; }
.row-fluid .career-vacsec  .right.widget-type-cta a { float:right; padding:21px 56px; color:#fff; background:#00182e; border-radius:3px; font-size:14px; line-height:18px; font-family: 'Museo Sans 500'; position:relative; }
.row-fluid .career-vacsec  .right.widget-type-cta a:after { position:absolute; content:""; border:7px solid transparent; border-top-color:#00182e; left:50%; top:100%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .career-vacsec  .right.widget-type-cta a:hover { background:#e72959; }
.row-fluid .career-vacsec  .right.widget-type-cta a:hover:after { border-top-color:#e72959; }

.row-fluid .career-vacsec .advisior-box { border-bottom:2px solid #ccd1d5; }
.row-fluid .career-vacsec .advisior-box h4 { font-size:20px; line-height:30px; color:#000000; margin-bottom:40px; }
.row-fluid .career-vacsec .advisior-box .box-col2 { margin-bottom:20px; width:auto; }
.row-fluid .career-vacsec .advisior-box .box-col3 { margin-bottom:20px; width:auto; }

.row-fluid .position-box { float:none; display:inline-block; vertical-align:top; width:945px; max-width:100%; text-align:left; padding:70px 0 30px; border-bottom:2px solid #f2f3f5; }
.row-fluid .position-box .text1 { font-size:20px; line-height:30px; color:#000000; padding-bottom:40px; }
.row-fluid .position-box .text2 { padding-right:90px; }
.row-fluid .position-box .text2 p { font-size:14px; line-height:25px; color:#000000; }

.row-fluid .career-vacsec .text3 { font-size:18px; line-height:24px; color:#000000; padding:40px 0 35px; font-weight:600; }

.row-fluid .apply-formbox div.hs_recaptcha { float:left; width:100%; }
.row-fluid .apply-formbox div.hs_submit { float:left; width:100%; }

/* Careers Locations Page */
.row-fluid .location-dropbox { margin:10px 0 30px; }
.row-fluid .location-dropbox .location-title h2 { display:none; }

.row-fluid .career-locsec { padding:90px 0 110px; }
.row-fluid .career-locsec .section-title h4 { text-align:center; font-size:40px; line-height:46px; color:#fff; font-weight:600; }
.row-fluid .career-locsec .description { float:none; display:inline-block; vertical-align:top; width:940px; max-width:100%; padding:51px 45px; font-size:20px; line-height:30px; color:#fff; background:rgba(0,24,46,0.4); margin:30px 0 230px; }

.row-fluid .ctabox .cta { float:none; display:inline-block; vertical-align:middle; width:auto; padding:0 8px; margin:0; }
.row-fluid .ctabox .cta a { float:left; padding:21px 30px; color:#fff; background:#00182e; border-radius:3px; font-size:14px; line-height:18px; font-family:'Museo Sans 500'; position:relative; }
.row-fluid .ctabox .cta a:after { position:absolute; content:""; border:7px solid transparent; border-top-color:#00182e; left:50%; top:100%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .ctabox .cta a:hover { background:#e72959; }
.row-fluid .ctabox .cta a:hover:after { border-top-color:#e72959; }

.row-fluid .ctabox .cta.ctaleft a { background:#e72959; padding:21px 62px 21px 40px; }
.row-fluid .ctabox .cta.ctaleft a:after { border-top-color:#e72959; }
.row-fluid .ctabox .cta.ctaleft a:hover { background:#00182e; }
.row-fluid .ctabox .cta.ctaleft a:hover:after { border-top-color:#00182e; }
.row-fluid .ctabox .cta.ctaleft a:before { position:absolute; content:""; height:28px; width:26px; right:15px; top:15px; background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/360.png') no-repeat; }

.row-fluid .location-zigzagsec { text-align:center; }
.row-fluid .img-contentbox { padding:60px 0 0; float:none; display:inline-block; vertical-align:top; width:990px; max-width:100%; text-align:left; }
.row-fluid .img-contentbox .imgbox { height:280px; }
.row-fluid .img-contentbox .contentcol { font-size:14px; line-height:25px; color:#000000; }
.row-fluid .img-contentbox .contentcol p { font-size:14px; line-height:25px; color:#000000; }
.row-fluid .img-contentbox1 .contentcol { padding-left:75px; }
.row-fluid .img-contentbox2 .contentcol { padding-right:100px; }
.row-fluid .img-contentbox .contentcol h4 { font-size:25px; line-height:30px; color:#000; margin-bottom:30px; }
.row-fluid .img-contentbox2 { padding-bottom:50px; } 

.row-fluid .office-detailsec { padding:50px 0 0; }
.row-fluid .office-detailsec h3 { font-size:25px; line-height:30px; color:#000000; margin-bottom:60px; text-align:center; }

.row-fluid .office-vacencysec { padding:60px 0 45px; }
.row-fluid .office-vacencysec .widget-type-header h3 { font-size:25px; line-height:30px; color:#000000; margin-bottom:10px; text-align:center; }
.row-fluid .office-vacencysec .latest-vacancybox { width:100%; padding:0; margin:0; }
.row-fluid .office-vacencysec .latest-vacancycol .box-wrap .rightbox a { float:right; }
.row-fluid .office-vacencysec .resource-box .contentbox { display:none; }
.row-fluid .office-vacencysec .latest-vacancycol { padding-top:45px; }
.row-fluid .office-vacencysec .vacancy-detailbox ul li { width:25%; }

.row-fluid .career-addsec { background:#fafafb; }

/* Event Blog Page */
.row-fluid .event-topbox { margin-top:50px; }
.row-fluid .upcoming-events { padding:40px 0 50px 0; }
.row-fluid .upcoming-events h2 { font-size:25px; line-height:30px; color:#000000; margin-bottom:40px; font-weight:600; }
.row-fluid .event-sliderright { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:61.5%; }
.row-fluid .event-sliderleft { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:38.5%; }
.row-fluid .event-sliderimg { height:400px; float:left; width:100%; background-position:center center !important; background-size:cover !important; background-repeat:no-repeat !important; }
.row-fluid .event-sliderleftinner { float:none; display:inline-block; font-size:12px; line-height:16px; color:#e72959; padding-right:50px; }
.row-fluid .event-sliderleftinner h2 a { font-size:30px; line-height:36px; color:#000000; font-weight:600; }
.row-fluid .event-sliderleftinner h2 { margin-bottom:20px; }
.row-fluid .event-sliderleftinner h2 a:hover { color:#e72959; }
.row-fluid .upcoming-events .event-sliderwrap { float:none; display:inline-block; width:1000px; max-width:100%; }
.row-fluid .upcoming-events .event-btn a.more-link { float:none; display:inline-block; padding:13px 50px; font-size:14px; line-height:19px; color:#fff; background:#00182e; border-radius:3px; margin-top:22px; }
.row-fluid .upcoming-events .event-btn a.more-link:hover { background:#e72959; } 

.row-fluid .upcoming-events .slick-slider .slick-arrow { top:50%; color:#e72959; cursor:pointer; transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); }
.row-fluid .upcoming-events .slick-slider .slick-arrow:after { color:rgba(0,24,46,0.15); }
.row-fluid .upcoming-events .slick-slider .slick-arrow:hover:after { color:#e72959; }

.row-fluid .events-gallery { padding:0 0 120px; }
.row-fluid .events-gallery .post-item { padding:0 0 48px 0; }
.row-fluid .events-gallery h2 { font-size:25px; line-height:30px; color:#000000; margin-bottom:38px; font-weight:600; }
.row-fluid .events-gallery .events-galleryimg { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:50%; }
.row-fluid .events-gallery .events-galleryimg .events-galleryimg_inner { height:40vh; float:left; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .events-gallery .events-gallerycontent { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:50%; }
.row-fluid .events-gallerycontent-inner { float:none; display:inline-block; width:300px; max-width:100%; font-size:12px; line-height:16px; color:#e72959; }
.row-fluid .events-gallerycontent-inner h2 { font-size:20px; line-height:26px; color:#000000; margin-bottom:15px; font-weight:600; }
.row-fluid .events-gallerycontent-inner h2 a { font-size:20px; line-height:26px; color:#000000; font-weight:600; }
.row-fluid .events-gallerycontent-inner h2 a:hover { color:#e72959; }

/* Event v2 Blog Page */
.events-v2 .row-fluid .event-topbox { margin-top:50px; }
.events-v2 .row-fluid .upcoming-events { padding:45px 0 45px 0; }
.events-v2 .row-fluid .upcoming-events .post-item { padding:0 0 48px 0; }
.events-v2 .row-fluid .upcoming-events h2 { font-size:25px; line-height:30px; color:#000000; margin-bottom:38px; font-weight:600; }
.events-v2 .row-fluid .upcoming-events .events-galleryimg { float:left; display:inline-block; vertical-align:middle; margin:0 -2px; width:50%; }
.events-v2 .row-fluid .upcoming-events .events-galleryimg .events-galleryimg_inner { height:40vh; float:left; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.events-v2 .row-fluid .upcoming-events .events-gallerycontent { float:right; display:inline-block; vertical-align:middle; margin:0 -2px; width:50%; }
.events-v2 .row-fluid .upcoming-events .events-gallerycontent-inner { float:none; display:inline-block; width:300px; max-width:100%; font-size:12px; line-height:16px; color:#e72959; }
.events-v2 .row-fluid .upcoming-events .events-gallerycontent-inner h2 { font-size:20px; line-height:26px; color:#000000; margin-bottom:15px; font-weight:600; }
.events-v2 .row-fluid .upcoming-events .events-gallerycontent-inner h2 a { font-size:20px; line-height:26px; color:#000000; font-weight:600; }
.events-v2 .row-fluid .upcoming-events .events-gallerycontent-inner h2 a:hover { color:#e72959; }
.events-v2 .row-fluid .upcoming-events .events-gallerycontent-inner .event-btn a.more-link { float:none; display:inline-block; padding:13px 50px; font-size:14px; line-height:19px; color:#fff; background:#00182e; border-radius:3px; margin-top:22px; }
.events-v2 .row-fluid .upcoming-events .events-gallerycontent-inner .event-btn a.more-link:hover { background:#e72959; } 

.events-v2 .row-fluid .events-gallery { padding:0 0 45px 0; }
.events-v2.gallery .row-fluid .events-gallery { padding:45px 0 45px 0; }
.events-v2 .row-fluid .events-gallery .post-item { padding:0 0 48px 0; }
.events-v2 .row-fluid .events-gallery h2 { font-size:25px; line-height:30px; color:#000000; margin-bottom:38px; font-weight:600; }
.events-v2 .row-fluid .events-gallery .events-galleryimg { float:left; display:inline-block; vertical-align:middle; margin:0 -2px; width:50%; }
.events-v2 .row-fluid .events-gallery .events-galleryimg .events-galleryimg_inner { height:40vh; float:left; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.events-v2 .row-fluid .events-gallery .events-gallerycontent { float:right; display:inline-block; vertical-align:middle; margin:0 -2px; width:50%; }
.events-v2 .row-fluid .events-gallerycontent-inner { float:none; display:inline-block; width:300px; max-width:100%; font-size:12px; line-height:16px; color:#e72959; }
.events-v2 .row-fluid .events-gallerycontent-inner h2 { font-size:20px; line-height:26px; color:#000000; margin-bottom:15px; font-weight:600; }
.events-v2 .row-fluid .events-gallerycontent-inner h2 a { font-size:20px; line-height:26px; color:#000000; font-weight:600; }
.events-v2 .row-fluid .events-gallerycontent-inner h2 a:hover { color:#e72959; }

.events-v2.gallery .row-fluid .events-gallery .events-gallerycontent-inner .event-btn a.more-link { float:none; display:inline-block; padding:13px 50px; font-size:14px; line-height:19px; color:#fff; background:#00182e; border-radius:3px; margin-top:22px; }
.events-v2.gallery .row-fluid .events-gallery .events-gallerycontent-inner .event-btn a.more-link:hover { background:#e72959; }

/* Event Blog Inner Upcoming Post Page */
.row-fluid .blog-innersec { padding:45px 0; }
.row-fluid .blog-innercol { float:none; display:inline-block; width:940px; max-width:100%; font-size:14px; line-height:20px; } 
.row-fluid .featured_postimage { height:440px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .post-innercon { float:none; display:inline-block; width:630px; max-width:100%; text-align:left; padding:50px 0; }
.row-fluid .post-innercon p span { font-size:18px; line-height:24px; }
.row-fluid .post-innercon p { font-size:14px; line-height:20px; }
.row-fluid .post-innertitle h1 { font-size:25px; line-height:30px; color:#000000; padding-bottom:30px; border-bottom:2px solid #f2f3f5; }  
.row-fluid .event-detials { float:left; width:100%; padding:24px 0; }
.row-fluid .event-detials ul { float:left; width:100%; margin:0; padding:0; }
.row-fluid .event-detials ul li { float:none; display:inline-block; vertical-align:top; width:25%; margin:0 -2px; font-size:12px; line-height:16px; color:#e72959; }
 
.row-fluid .event-bookbox { padding:22px 0; border-top:2px solid #f2f3f5; border-bottom:2px solid #f2f3f5; margin-bottom:22px; }  
.row-fluid .event-bookbox .event-leftbox { font-size:18px; line-height:24px; color:#000000; float:none; display:inline-block; vertical-align:middle; width:70%; margin:0 -2px; }
.row-fluid .event-bookbox .event-leftbox p { font-size:18px; line-height:24px; color:#000000; padding:0; }
.row-fluid .event-bookbox .event-rightbox { font-size:12px; line-height:18px; color:#e72959; float:none; display:inline-block; vertical-align:middle; width:30%; margin:0 -2px; }
.row-fluid .event-rightbox .event-rightboxinner { float:right; width:160px; }
.row-fluid .event-rightbox .event-rightboxinner a { float:right; padding:14px 45px; background:#00182e; color:#fff; border-radius:3px; font-size:14px; font-weight:600; }
.row-fluid .event-rightbox .event-rightboxinner a:hover { background:#e72959; color:#fff; }
.row-fluid .event-rightbox .event-rightboxinner label { float:left; width:100%; text-align:center; margin-top:5px; }
.row-fluid .event-rightbox .event-rightboxinner label br { display:none; }

.row-fluid .map-title { font-size:20px; line-height:26px; color:#000000; margin-bottom:25px; font-weight:600; }

.row-fluid .bottom-upcoming-events { padding:64px 0 125px; text-align:center; }
.row-fluid .bottom-upcoming-events h3 { font-size:20px; line-height:26px; color:#000000; font-weight:600; text-align:center; }
.row-fluid .bottom-upcoming-events .post-item { float:left; width:100%; padding-bottom:30px; margin-top:30px; border-bottom:2px solid #ccd1d5; }
.row-fluid .upcoming-eventinnersec { float:none; display:inline-block; width:630px; max-width:100%; text-align:left; }
.row-fluid .upcoming-eventinnersec .upcoming-events { float:left; width:100%; padding:0; }
.row-fluid .upcoming-eventinnersec .upcoming-events .post-header { position:relative; padding-right:15px; }
.row-fluid .upcoming-eventinnersec .upcoming-events .post-header:after { position:absolute; content:"\f105"; font-family:FontAwesome; color:#e72959; font-size:24px; right:0; top:-4px; }
.row-fluid .upcoming-eventinnersec .upcoming-events .post-header a { font-size:14px; line-height:18px; color:#000; }
.row-fluid .upcoming-eventinnersec .upcoming-events .post-header a:hover { color:#e72959; }  

/* Event Blog Inner Past Post Page */
body.past-event .content-upcoming { display:none; }
body.upcoming-event .content-past { display:none; }
body.past-event .content-past { border-bottom:2px solid #e5e8ec; padding-bottom:15px; }
body.past-event .content-past p { font-size:14px; line-height:25px; color:#e72959; }
body.past-event .content-past p span { font-size:18px; }
.row-fluid .event-detials ul li { width:auto; padding:0 15px; }
 
.row-fluid .event-img-gallery ul { float:left; width:100%; }
.row-fluid .event-img-gallery ul li { float:left; width:100%; height:450px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }

.row-fluid .event-img-gallery .slick-slider .slick-arrow { top:calc(50% - 30px); color:#e72959; cursor:pointer; transform:translateY(-50%); -moz-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); }
.row-fluid .event-img-gallery .slick-slider .slick-arrow:after { color:rgba(0,24,46,0.15); }
.row-fluid .event-img-gallery .slick-slider .slick-arrow:hover:after { color:#e72959; }
.row-fluid .event-img-gallery .slick-list, .row-fluid .event-img-gallery .slick-slider, .row-fluid .event-img-gallery .slick-track { position:inherit; }
body.past-event .blog-innersec .container { position:relative; }
body.past-event .row-fluid .event-img-gallery .slick-slider .slick-arrow.slick-prev { left:0; right:auto; }

body.past-event .row-fluid .post-innercon { padding:50px 0 0; }
body.past-event .row-fluid .bottom-upcoming-events { padding:0 0 100px; }

.row-fluid .upcoming-eventswrap { float:left; width:57%; padding-right:80px; }
.row-fluid .attend-event { float:left; width:43%; background:#fafafb; padding:20px 35px 40px; border-radius:0 0 0 100px; text-align:center; position:relative; }
.row-fluid .attend-event:before { position:absolute; content:""; top:0; left:calc(-14px + -5px); height:93px; width:30px; background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/Red-2.png') no-repeat; }
.row-fluid .attend-event h3 { color:#00182e; font-weight:600; margin-bottom:10px; }
.row-fluid .attend-event a { float:none; display:inline-block; padding:18px 45px; border-radius:3px; background:#00182e; color:#fff; }
.row-fluid .attend-event a:hover { background:#e72959; }

.row-fluid .blog-authorsec { float:left; width:100%; font-size:18px; line-height:24px; text-align:center; margin-bottom:40px; }
.row-fluid .blog-authorsec .hs-author-avatar { float:none; display:inline-block; vertical-align:middle; height:150px; width:150px; border-radius:100%; background-size:cover !important; background-position:top center !important; background-repeat:no-repeat !important; border:4px solid #000; }
.row-fluid .blog-authorsec .author-biobox { float:none; display:inline-block; vertical-align:middle; width:auto; padding-left:30px; text-align:left; }
.row-fluid .blog-authorsec .author-biobox h2.hs-author-name { font-size:26px; line-height:30px; font-weight:bold; margin-bottom:10px; }
.row-fluid .blog-authorsec .hs-author-social-section { margin-top:10px; }
.row-fluid h3.author-recent-title { font-size:36px; line-height:40px; margin:0; font-weight:bold; float:left; width:100%; }


/* Our People Page */
#callouts{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
    */
    -webkit-filter: grayscale(100%);
    
    /* IE 6-9 */
    filter: gray;
}
.dropdown-wrap .option-combo .filter{ 
	opacity: 0;
}
.dropdown-wrap .option-combo .filter.enable{ 
	opacity: 1;
}

.row-fluid .our-peoplehero { padding:40px 0; font-size:14px; line-height:25px; color:#000000; }
.row-fluid .our-peoplehero h2, .row-fluid .our-peoplehero h1 { font-size:30px; line-height:36px; color:#000; margin-bottom:25px; }
.row-fluid .peoplehero-right a { float:right; padding:21px 49px; color:#fff; background:#00182e; border-radius:3px; font-size:14px; line-height:18px; font-family:'Museo Sans 500'; position:relative; }
.row-fluid .peoplehero-right a:after { position:absolute; content:""; border:7px solid transparent; border-top-color:#00182e; left:50%; top:100%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .peoplehero-right a:hover { background:#e72959; }
.row-fluid .peoplehero-right a:hover:after { border-top-color:#e72959; }

.row-fluid .people-topicsec .search-people input[type="text"] { height:50px; border-bottom:1px solid #e9eaeb; padding:0 15px; text-transform:none; background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/search.png') no-repeat center right 20px #f6f6f6; background-size:15px; } 
.row-fluid .people-topicsec .search-people ::-webkit-input-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .people-topicsec .search-people ::-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .people-topicsec .search-people :-ms-input-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }
.row-fluid .people-topicsec .search-people :-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#000 !important; }

.row-fluid .people-topicsec ul.specialism-list { float:left; width:100%; margin-bottom:30px; }
.row-fluid .people-topicsec ul.specialism-list ul.filter-col { float:left; width:25%; padding-right:20px; }
.row-fluid .people-topicsec ul.specialism-list ul.filter-col li span { font-size:20px; color:#000; font-weight:600; margin-bottom:15px; margin-top:20px; float:left; width:100%; }
.row-fluid .people-topicsec ul.specialism-list ul.filter-col li { float:left; width:100%; }
.row-fluid .people-topicsec ul.specialism-list ul.filter-col li a { font-size:12px; line-height:16px; font-weight:600; padding:6px 30px 6px 5px; border-bottom:2px solid #fff; float:left; cursor:pointer; position:relative; }
.row-fluid .people-topicsec ul.specialism-list ul.filter-col li a:hover { background:#e72959; color:#fff; }
.row-fluid .people-topicsec ul.specialism-list ul.filter-col li a.selected { background:#e72959; color:#fff; padding:6px 30px 6px 5px; }
.row-fluid .people-topicsec ul.specialism-list ul.filter-col li a.selected:after { position:absolute; content:"\f00d"; font-family:FontAwesome; right:12px; top:6px; } 
.row-fluid .people-topicsec ul.specialism-list ul.filter-col li a:hover:after { content:"\f067"; position:absolute; right:12px; font-family:FontAwesome; } 
.row-fluid .people-topicsec ul.specialism-list ul.filter-col li a.selected:hover:after { content:"\f00d"; }

.row-fluid .specialism-toggle { padding:13px 0 15px 0; margin-bottom:10px; float:left; width:100%; }
.row-fluid .specialism-toggle a { font-size:14px; line-height:20px; color:#000000; float:left; width:100%; }
.row-fluid .people-topicsec .specialism { float:left; width:100%; }
.row-fluid .people-topicsec span.select-filter:after { content:"\f0d7"; color:#00182e; font-size:22px; } 
.row-fluid .people-topicsec span.select-filter.active:after { content:"\f0d8"; }

.row-fluid .people-topicsec .result-showing { font-size:14px; line-height:20px; color:#000000; padding-bottom:15px; border-bottom:2px solid #f2f2f2; padding-top:40px; }
.row-fluid .people-topicsec .result-showing p { padding:0; }

.row-fluid .ourpeople-filtersec { padding:45px 0 60px 0; }
.row-fluid .ourpeople-filtersec .resource-box { width:100%; font-size:14px; line-height:25px; margin:0; padding:30px 0 50px 50px; border-bottom:2px solid #e5e8ea; }
.row-fluid .ourpeople-filtersec .left-sidebar { float:left; width:16.2%; margin:0; }
.row-fluid .ourpeople-filtersec .right-box { float:left; width:83.8%; margin:0; }
.row-fluid .ourpeople-filtersec .margin-bottom13 { margin-bottom:13px; }
.row-fluid .ourpeople-filtersec .people-name h4.name { font-size:26px; line-height:32px; margin-bottom:40px; }
.row-fluid .ourpeople-filtersec .people-img { 
    height:220px;
    width:220px;
    border-radius:100%;
    background-size:cover !important;
    background-position:top center !important;
    background-repeat:no-repeat !important;
    position: relative;
    /* background-blend-mode:luminosity;
    background-color:#ccc !important;  */
}

.row-fluid .ourpeople-filtersec img.people-img { 
    height:220px;
    width:220px;
    border-radius:100%;
    object-size:cover !important;
    object-position:top center !important;
    object-repeat:no-repeat !important;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}

/*  .row-fluid .ourpeople-filtersec .people-img:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.15);
    z-index: 0;
    border-radius: 100%;
} */

.row-fluid .ourpeople-filtersec .people-btnbox { text-align:center; margin-top:30px; }
.row-fluid .ourpeople-filtersec .people-btnbox a { float:none; display:inline-block; padding:5px 35px; background:transparent; border:1px solid #e72959; color:#e72959; border-radius:2px; font-size:12px; line-height:18px; margin-right:4px; }
.row-fluid .ourpeople-filtersec .people-btnbox a.btn2 { background:#e72959; color:#fff; padding:5px 25px; margin-left:4px; margin-right:0; }
.row-fluid .ourpeople-filtersec .people-btnbox a.btn1:hover { background:#e72959; color:#fff; }
.row-fluid .ourpeople-filtersec .people-btnbox a.btn2:hover { background:transparent; color:#e72959; }
.row-fluid .ourpeople-filtersec .people-rightbox a { text-decoration:underline; }
.row-fluid .ourpeople-filtersec .people-rightbox a:hover { color:#00182e; }
.row-fluid .ourpeople-filtersec .people-linkdin img { width:28px; height: 28px; }
.row-fluid .ourpeople-filtersec .people-linkdin a { text-decoration:none; font-size:24px; margin-right:10px; }
.row-fluid .ourpeople-filtersec .people-linkdin a:hover i { color:#00182e; }
.row-fluid .ourpeople-filtersec .people-social-link { text-align:right; }
.row-fluid .ourpeople-filtersec .people-rightbox { padding-left:40px; }
.row-fluid .loadmore-wrap { margin-top:50px; text-align:center; }
.row-fluid .loadmore-wrap a { font-size:20px; line-height:30px; font-weight:600; position:relative; }
.row-fluid .loadmore-wrap a:after { position:absolute; content:""; height:1px; width:100%; left:0; bottom:0; background:#e72959; }

.row-fluid .ourpeople-filtersec .people-sort { background:#e5e7ea; border-radius:3px; }
.row-fluid .ourpeople-filtersec .people-sort ul li a { float:left; width:100%; padding:15px 18px; background:#e5e7ea; font-size:16px; line-height:20px; color:#e72959; text-transform:uppercase; cursor:pointer; position:relative; }
.row-fluid .ourpeople-filtersec .people-sort ul li a:after { position:absolute; content:"\f0da"; font-family:FontAwesome; color:#fff; right:14px; top:15px; font-size:20px; opacity:0; }
.row-fluid .ourpeople-filtersec .people-sort ul li a span { margin-left:5px; }
.row-fluid .ourpeople-filtersec .people-sort ul li a:hover, .row-fluid .ourpeople-filtersec .people-sort ul li a.selected { background:#e72959; color:#fff; } 
.row-fluid .ourpeople-filtersec .people-sort ul li a:hover:after, .row-fluid .ourpeople-filtersec .people-sort ul li a.selected:after { opacity:1; }

.row-fluid .ourpeople-filtersec .filter-tags { margin-top:30px; display:none; }
.row-fluid .ourpeople-filtersec .filter-tags h4 { font-size:14px; line-height:20px; color:#000000; font-family: 'Museo Sans 900'; margin-bottom:20px; }
.row-fluid .ourpeople-filtersec .filter-tags ul { float:left; width:100%; }
.row-fluid .ourpeople-filtersec .filter-tags ul li { float:left; width:100%; }
.row-fluid .ourpeople-filtersec .filter-tags ul li:last-child { margin-bottom:20px; }
.row-fluid .ourpeople-filtersec .filter-tags ul li a { float:left; padding:6px 30px 6px 10px; color:#fff; background:#00182e; font-size:12px; line-height:16px; margin-bottom:2px; position:relative; }
.row-fluid .ourpeople-filtersec .filter-tags ul li a:after { position:absolute; content:"\f00d"; font-family:FontAwesome; right:12px; top:6px; }
.row-fluid .ourpeople-filtersec .filter-tags a.remove-filters { float:left; width:auto; padding:7px 22px; color:#00182e; border:1px solid #00182e; background:transparent; border-radius:20px; font-size:12px; font-family: 'Museo Sans 500'; }  
.row-fluid .ourpeople-filtersec .filter-tags a.remove-filters:hover { background:#00182e; color:#fff; }

.row-fluid input.specialism-searchfilter { display:none; }
.row-fluid .people-iconbox { display:none; }

.row-fluid .people-rightbox .people-location, .row-fluid .people-rightbox .people-position { text-transform:capitalize; }
.row-fluid .people-rightbox .people-location a, .row-fluid .people-rightbox .people-position a{ text-transform:capitalize; }

/* Our People Inner Page */
.row-fluid .go-back a { float:right; padding:6px 21px; background:transparent; color:#e72959; border:1px solid #e72959; border-radius:2px; font-size:12px; line-height:16px; font-weight:600; }
.row-fluid .go-back a:hover { color:#fff; background:#e72959; }

.row-fluid .people-profilesec { background:#fafafb; }
.row-fluid .people-innerimg { height:640px; float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:50%; background-position:top center; }
.row-fluid .people-innerright { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:50%; padding-left:75px; }
.row-fluid .people-innerright .people-title h2, .row-fluid .people-innerright .people-title h1 { font-size:26px; line-height:30px; margin-bottom:50px; }
.row-fluid .people-innerright .social { width:auto; float:right; }
.row-fluid .people-innerright .social .widget-type-linked_image { padding:0 5px; }
.row-fluid .people-innerright p, .row-fluid .people-innerright span { font-size:14px; line-height:25px; }
.row-fluid .people-innerright p a { font-size:16px; text-decoration:underline; }

.row-fluid .person-contactbtn a { cursor: pointer; float:left; padding:14px 41px; color:#fff; background:#00182e; border-radius:3px; font-size:14px; line-height:17px; font-family:'Museo Sans 500'; position:relative; }
.row-fluid .person-contactbtn a:after { position:absolute; content:""; border:7px solid transparent; border-top-color:#00182e; left:50%; top:100%; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); }
.row-fluid .person-contactbtn a:hover { background:#e72959; }
.row-fluid .person-contactbtn a:hover:after { border-top-color:#e72959; }

.row-fluid .people-articlesec { padding:50px 0; text-align:center; }
.row-fluid .left-article p, .row-fluid .right-article span { font-size:14px; line-height:25px; color:#000; }
.row-fluid .artcle-box { float:none; display:inline-block; vertical-align:top; width:950px; max-width:100%; text-align:left; }
.row-fluid .left-article { padding-right:50px; } 
.row-fluid .right-article { background:#f2f3f4; border-radius:0 0 3px 3px; }
.row-fluid .right-article .richtext { padding:18px 15px; }
.row-fluid .right-article h3 { background:#e72959; color:#fff; padding:15px 15px; border-radius:3px 3px 0px 0px; font-size:20px; line-height:26px; }
.row-fluid .right-article .richtext a { text-decoration:underline; font-weight:600; }
.row-fluid .right-article h5 { font-size:16px; line-height:20px; }
.row-fluid .right-article .richtext p, .row-fluid .right-article .richtext span { font-size:12px; line-height:20px; color:#000; }

.row-fluid .widget-span.quotes_block .slick-dots { display:none !important; }

.row-fluid .widget-span.quotes_block_wrapper .slick-dots { display:none !important; }

.row-fluid .people-testimonialsec.services { padding:0; background:#ffffff; text-align:center; }

.row-fluid .people-testimonialsec { padding:0 0 30px; background:#fafafb; text-align:center; }
.row-fluid .people-testimonialsec .widget-span.quotes_block { float:none; display:inline-block; width:550px; max-width:100%; text-align:left; }

.row-fluid .people-testimonialsec .widget-span.quotes_block_wrapper { float:none; display:inline-block; width:550px; max-width:100%; text-align:left; }
.row-fluid .people-testimonialsec .widget-type-header h3 { margin-bottom:50px; line-height:30px; color:#000000; }
.row-fluid .people-testimonialsec .testimonials_text, .row-fluid .people-testimonialsec .testimonials_text p { font-size:16px; }
.row-fluid .people-testimonialsec .widget-span.quotes_block .slick-dots { display:block !important; bottom:0; position:relative; margin-top:50px; }
.row-fluid .people-testimonialsec .widget-span.quotes_block .slick-dots li { float:none; display:inline-block; vertical-align:top; height:14px; width:14px; border-radius:100%; background:#d8d8d8; cursor:pointer; }
.row-fluid .people-testimonialsec .widget-span.quotes_block .slick-dots li button { display:none; }
.row-fluid .people-testimonialsec .widget-span.quotes_block .slick-dots li:hover, .row-fluid .people-testimonialsec .widget-span.quotes_block .slick-dots li.slick-active { background:#e72959; }

.row-fluid .people-testimonialsec .widget-span.quotes_block_wrapper .slick-dots { display:block !important; bottom:0; position:relative; margin-top:50px; }
.row-fluid .people-testimonialsec .widget-span.quotes_block_wrapper .slick-dots li { float:none; display:inline-block; vertical-align:top; height:14px; width:14px; border-radius:100%; background:#d8d8d8; cursor:pointer; }
.row-fluid .people-testimonialsec .widget-span.quotes_block_wrapper .slick-dots li button { display:none; }
.row-fluid .people-testimonialsec .widget-span.quotes_block_wrapper .slick-dots li:hover, .row-fluid .people-testimonialsec .widget-span.quotes_block_wrapper .slick-dots li.slick-active { background:#e72959; }


.row-fluid .people-connectform { background:#ffffff; }


.row-fluid .fullwidth-contentsec ul { margin:0 0 15px; float:left; width:100%; }
.row-fluid .fullwidth-contentsec ul li { float:left; width:100%; font-size:18px; line-height:28px; padding-left:15px; position:relative; }
.row-fluid .fullwidth-contentsec ul li:before { position:absolute; content:""; height:5px; width:5px; left:0; top:11px; background:#000; border-radius:100%; }
.row-fluid .fullwidth-contentsec h2, .row-fluid .fullwidth-contentsec h1 { border-bottom:solid 2px #ccd1d5; padding-bottom:15px; margin-bottom:20px; }

.row-fluid .typ_section h1 { border-bottom:solid 2px #ccd1d5; padding-bottom:15px; margin-bottom:20px; }

.row-fluid .fullwidth-pagehero { position:relative; }
.row-fluid .fullwidth-pagehero:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); color:#fff; }
.row-fluid .fullwidth-pagehero > div { position:relative; }
.row-fluid .fullwidth-pagehero .widget-span.page_title h1, .row-fluid .fullwidth-pagehero h2 { color:#fff; } 

.row-fluid .fullwidthpage-contentsec form input[type="text"], .row-fluid .fullwidthpage-contentsec form input[type="email"], .row-fluid .fullwidthpage-contentsec form input[type="tel"] { border:1px solid #ccc; }
.row-fluid .fullwidthpage-contentsec .hs-form-required { display:none; }
.row-fluid .fullwidthpage-contentsec form textarea { border:1px solid #ccc; height:100px; }
.row-fluid .fullwidthpage-contentsec form input[type="submit"] { width:auto; padding:15px 50px; margin-top:15px; }
.row-fluid .fullwidthpage-contentsec form ul li:before { display:none; }

.row-fluid .fullwidthpage-contentsec ul { float:left; width:100%; padding:0; margin:0 0 10px; }
.row-fluid .fullwidthpage-contentsec ul li { float:left; width:100%; padding-left:15px; position:relative; margin-bottom:5px; }
.row-fluid .fullwidthpage-contentsec ul li:before { position:absolute; content:""; height:4px; width:4px; left:0; top:5px; background:#e72959; border-radius:100%; }

/* Radio And Checkbox Custom Css */
.row-fluid .fullwidth-contentsec .hs-form fieldset input[type="checkbox"], .row-fluid .fullwidth-contentsec  .hs-form fieldset input[type="radio"] { width:auto !important; }
.row-fluid .fullwidth-contentsec ul.inputs-list { margin:0; padding:15px 0; list-style:none; }
.row-fluid .fullwidth-contentsec .inputs-list .hs-form-checkbox-display , .row-fluid .fullwidthpage-contentsec .inputs-list .hs-form-booleancheckbox , .row-fluid .fullwidthpage-contentsec .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .fullwidth-contentsec .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .fullwidth-contentsec .inputs-list input[type="radio"] { top:3px; }
.row-fluid .fullwidth-contentsec .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .fullwidth-contentsec .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:3px;  content:''; width:15px; height:15px; border:1px solid #e72959; color:#fafafa; background:transparent; }
.row-fluid .fullwidth-contentsec .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .fullwidth-contentsec .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; background:#e72959; position:absolute; left:-25px; top:3px;  content:""; width:16px; height:16px; line-height: 20px; font-size:14px; }
.row-fluid .fullwidth-contentsec .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:5px;  content:''; width:15px; height:15px; border:1px solid #e72959;  background:transparent; border-radius:100%; }
.row-fluid .fullwidth-contentsec .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:-1px; top:6px;  content:''; width:15px; height:15px; background:#e72959;  border-radius:100%; }

.row-fluid .fullwidth-contentsec form input[type="text"], .row-fluid .fullwidth-contentsec form input[type="email"], .row-fluid .fullwidth-contentsec form input[type="tel"] { border:1px solid #ccc; }
.row-fluid .fullwidth-contentsec .hs-form-required { display:none; }
.row-fluid .fullwidth-contentsec form textarea { border:1px solid #ccc; height:100px; }
.row-fluid .fullwidth-contentsec form input[type="submit"] { width:auto; padding:15px 50px; margin-top:15px; }
.row-fluid .fullwidth-contentsec form ul li { padding-left:32px; }
.row-fluid .fullwidth-contentsec form ul li:before { display:none; }

.row-fluid .fullwidth-contentsec ul.inputs-list li.hs-form-booleancheckbox { padding-left:27px; }
.row-fluid .fullwidth-contentsec .hs_would_you_like_us_to_contact_you_to_discuss_your_feedback_in_confidence_ ul.inputs-list { padding-top:0; }
.row-fluid .fullwidth-contentsec .hs_cos_wrapper_type_rich_text h3 { padding-bottom:10px; }
.row-fluid .fullwidth-contentsec form .hs-richtext { padding-bottom:5px; }
.row-fluid .fullwidth-contentsec form div.hs-form-field > label { float:left; width:100%; margin-bottom:5px; }

.ss360-overlay img { display:none !important; } 

/* Error Page 26-02-2018 */
.row-fluid .hero-404sec { height:100vh; display:table; position:relative; width:100%; }
.row-fluid .hero-404sec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }
.row-fluid .hero-404sec > div + div { float:none; display:table-cell; vertical-align:middle; position:relative; }
.row-fluid .error-title h1 { color:#fff; font-size:100px; line-height:100px; font-weight:bold; text-transform:uppercase; font-family: 'Museo 900'; }
.row-fluid .error-title h1 span { display:block; font-size:150px; line-height:150px; } 

.pt30 { padding-top: 30px; padding-bottom: 10px;}

@media (min-width:1300px){
    .row-fluid .career-hero .banner_menus { top:auto; bottom:50px; } 
    .row-fluid .career-hero .widget-span.banner_menus > div { background:none; }
    .row-fluid .career-hero .widget-span.banner_menus ul { width:100%; text-align:center; }
    .row-fluid .career-hero .widget-span.banner_menus ul > li.hs-menu-depth-1 { float:none; display:inline-block; vertical-align:top; width:320px; margin:0 30px; padding:0 10px; min-height:1px; position:relative; }
    .row-fluid .career-hero .widget-span.banner_menus ul > li.hs-menu-depth-1 > a { float:left; width:100%; background:rgba(0,24,46,0.2); border-radius:0 0 0 30px; padding:14px 20px; font-size:20px; line-height:24px; font-family: 'Museo 500'; font-weight:300; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1:hover { background:transparent; }
    .row-fluid .career-hero .widget-span.banner_menus ul > li.hs-menu-depth-1:hover > a { background:#891341; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1 > ul { right:10px; background:rgba(0, 24, 46, 1); width:250px; padding:30px 50px 80px; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1 > ul:before { display:none; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1 > ul:after { display:none; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1:after { background:url("https://3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/downarrow.svg") no-repeat center 16px; height:52px; width:51px; top:-1px; border-radius:0 0 0 30px; background-color:rgba(180,9,65,0.75); right:-50px; }
    
}

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} .container_970, .row-fluid .container_970[class*="span"]{width:750px;}  }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} .container_970, .row-fluid .container_970[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }
@media (min-width:1366px) { .container, .row-fluid .container[class*="span"]{width:1270px;} }

@media (min-width:768px) {/*hover event for desktops*/
    .ebiz-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity:1; visibility:visible;}
    .top-search > span{display:none;}
    .top-search .g-search{position:static; width: auto;}
    
    .row-fluid .widget-span.mainmenu{width:930px;float:right;margin:0;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1{margin-left:33px;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1:last-child{margin-right:20px}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1:last-child > ul{left: auto; right: 0;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > a{display: inline-block;line-height: 100px;font-family:  'MuseoSans', arial, sans-serif;font-size: 12px;font-weight: normal;text-align: left;color: #e72959;text-transform: uppercase;padding: 0;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1:hover > a{color:#091f49; }
    /*.row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1.hs-item-has-children > a:after{content:""; display:inline-block; width: 0;height:2px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #e72959;margin:0 0 0 10px;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1:hover > a:after{border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #091f49;}*/
    .row-fluid .widget-span.mainmenu ul.mobile-menu{ float: right; width:auto; }
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > ul{ background-color:#091f49;min-width:200px;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-2 > a{color:#fff;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-2 > a:hover{background:#e72959;}
    
    .row-fluid .resource-container { display:block; width:auto; margin:0 -20px; }
    
    .row-fluid .home-searchsec .search_box { width:10.5%; }
    .row-fluid .home-searchsec .resource-wrap { width:100%; }
    .row-fluid .home-searchsec .search360 { width:89.5%; margin:0; padding-left:40px; } 
    
    .row-fluid .page-searchsec .breadcrumb_menu { float:left; width:56% !important; min-height:1px; }
    .row-fluid .page-searchsec .search_box { margin:0; width:10.2%; }
    .row-fluid .page-searchsec .search360 { margin:0; width:33.8%; padding-left:70px; }
    .row-fluid .page-searchsec .resource-wrap { border-left:1px solid #eff1f1; }
    .row-fluid .page-searchsec .resource-wrap ul.option-set { width:100%; }
    
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > a { position:relative; }
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > a:before { position:absolute; content:""; height:2px; width:100%; background:#e72959; left:0; bottom:38px; opacity:0; }
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1.active > a:before { opacity:1; }
    
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > a:after { background:transparent; bottom:38px; content:""; display:block; height:2px; left:50%; position:absolute; background:#e72959; transition:width 0.3s ease 0s, left 0.3s ease 0s; width:0; }
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1:hover > a:after { left:0; width:100%; border:0; }
    
    .row-fluid .service-threecolsec .middle .cta-box { left:15px; } 
    .row-fluid .service-threecolsec .middle .row-number-7 > .row-fluid  { padding-right:40px; }
    
    .row-fluid .dropdown-wrap { position:relative; }
    .row-fluid .dropdown-wrap ul { position:absolute; top:100%; left:0; z-index:1; }
    .row-fluid .dropdown-wrap.filter-name ul li:last-child a { border-bottom:1px solid #ccc; }
    
    .row-fluid .specialism-listboxoverlap { position:relative; }
    .row-fluid .specialism-listboxoverlap .option-combo.specialism { position:absolute; left:0px; top:100%; background:rgb(255, 255, 255); z-index:1; }
    
}

@media (max-width:1365px){
    .row-fluid .widget-span.mainmenu{width: 840px;}
    .row-fluid .widget-span.banner_menus{max-width: 1170px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1{width: 380px;}
    .row-fluid .widget-span.services_blocks > span > div{width: 366px;}
    
    /*Generic Content Block Page*/
    .row-fluid .widget-span.breadcrumb_menu {  width: auto;}
    .row-fluid .breadcrumb_search_section .row-fluid .widget-span.search_box{width: 520px;}
    
}




@media (max-width:1199px){
    .row-fluid .site_logo{width: 260px;padding: 0 20px;}
    .row-fluid .widget-span.mainmenu{width: 730px;}
    .row-fluid .widget-span.banner_menus{max-width: 970px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 {  width: 323px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > ul{padding: 32px 30px 85px;}
    .slide_image {  min-height: 630px;}
    .row-fluid .widget-span.services_blocks > span > div {  width: 300px;}
    .services_content{padding: 30px;}
    .row-fluid .blog_feed_section .row-fluid .hs-rss-item {  margin: 0 20px 56px;  width: 430px;}
    .row-fluid .brand_section .widget-type-linked_image{margin: 0 136px 0 0;}
    .row-fluid .widget-span.locations_col {  float: left;  margin: 0 25px 0 20px;  width: 354px;}
    .services_img{min-height: 360px;}
    .row-fluid .widget-span.banner_menus{top: 84px;}
    
    /*Generic Content Block Page*/
    .row-fluid .breadcrumb_search_section .row-fluid .widget-span.search_box { width: 390px;}
    .row-fluid .banner_full_section {  min-height: 390px;  padding: 70px 0;}
    .row-fluid .page_paragraph {  min-height: 121px;}
    
    .content_full_ctas .cta_content {  align-items: center;  display: flex; float: left;  padding: 0 30px;  width: 496px;}
    .row-fluid .content_full_ctas > span > div:nth-child(2n) .cta_content{width: 496px;}
    
}
@media (max-width:991px){
    
    .row-fluid .site_logo {  padding: 10px 20px;  width: 100%;  text-align: center;line-height: normal;}
    .row-fluid .site_logo img {  max-height: 40px;  max-width: 100%;  width: 100% !important;}
    .row-fluid .widget-span.mainmenu {  width: 100%;}
    .row-fluid .widget-span.mainmenu ul.mobile-menu {  float: left;  width: 100%;  vertical-align: middle; text-align: center;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 {  margin: 0 12px;  float: none;  display: inline-block;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > a{line-height: 50px;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > ul{min-width: 170px;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-2 > a {  color: #fff;  font-size: 13px;  text-transform: none;}
    .body-container-wrapper{margin: 110px 0 0;}
    .row-fluid .widget-span.banner_menus{max-width: 750px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1{padding: 0 20px;width: 250px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1::after{right: 16px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > ul {  padding: 12px 20px 75px;}
    .slide_image {  min-height: 550px;} 
    .row-fluid .widget-span.services_blocks{text-align:center;}
    .row-fluid .widget-span.services_blocks > span > div {  width: 338px;  float: none;  display: inline-block;  margin: 0 10px 20px;  vertical-align: top;}
    .row-fluid .widget-span.quote_middle_left{width: 344px;}
    .row-fluid .widget-span.quotes_block{padding: 0 0 0 74px;width: 336px;}
  	.row-fluid .widget-span.quotes_block_wrapper{padding: 0 0 0 74px;width: 336px;}
    .row-fluid .blog_feed_section .row-fluid .hs-rss-item {  margin: 0 10px 46px;  width: 340px;}
    .row-fluid .brand_section .widget-type-linked_image {  margin: 0 81px 0 0;}
    .row-fluid .widget-span.locations_col { margin: 0 10px 0 0;width: 294px;}
    .row-fluid .widget-span.carrer_col{width: 162px;}
    .row-fluid .widget-span.social_col {width: auto;}
    .row-fluid .footer_section {  padding: 52px 0 56px;}
    .row-fluid .header_section{min-height: 70px;}
    
    /*Generic Content Block Page*/
    .cta_img {height: 260px;width: 390px;}
    .cta_content {  width: 310px;}
    .content_full_ctas .cta_content{padding: 0 20px;}
    .content_full_ctas .cta_content {  float: left;width: 380px;}
    .row-fluid .content_full_ctas > span > div:nth-child(2n) .cta_content{width: 380px;}
    
}

@media (min-width:1301px) and (max-width:1400px){
    /* Our People Page */ 
    .row-fluid .ourpeople-filtersec .people-btnbox a { padding:5px 28px; }
    
    .row-fluid .page-searchsec .breadcrumb_menu { width:40% !important; }
    .row-fluid .page-searchsec .search_box { width:15%; }
    .row-fluid .page-searchsec .search_box .resource-wrap { width:100%; }
    .row-fluid .page-searchsec .search360 { width:45%; }
    
    body.career-body .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 { margin-left:15px; } 
}

@media (min-width:1201px) and (max-width:1300px){
    .row-fluid .career-hero .widget-span.banner_menus { top:35px; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1 > a { font-size:16px; }
    .row-fluid .career-hero .hero-textbox { margin-bottom:0; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1 { min-height:70px; }
    
    /* Event Blog Upcoming Post Page */
    .row-fluid .blog-topbox { padding:0; }
    
    /* Event Blog Inner Past Post Page */
    .row-fluid .attend-event h3 { font-size:18px; } 
    
    /* Our People Page */ 
    .row-fluid .ourpeople-filtersec .people-btnbox a { padding:5px 28px; }
    
    .row-fluid .page-searchsec .breadcrumb_menu { width:40% !important; }
    .row-fluid .page-searchsec .search_box { width:15%; }
    .row-fluid .page-searchsec .search_box .resource-wrap { width:100%; }
    .row-fluid .page-searchsec .search360 { width:45%; }
    
    body.career-body .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 { margin-left:15px; } 
    
}

@media (min-width:992px) and (max-width:1200px){
    
    /* Testimonial Page */
    .row-fluid .testimonial-isoraw .resource-box .left { padding:0 20px 30px 75px; width:70%; }
    .row-fluid .testimonial-isoraw .resource-box .right { width:30%; }
    
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 { margin-left:25px; }
    
    .row-fluid .page-searchsec .breadcrumb_menu { width:40% !important; }
    .row-fluid .page-searchsec .search_box { width:15%; }
    .row-fluid .page-searchsec .search_box .resource-wrap { width:100%; }
    .row-fluid .page-searchsec .search360 { width:45%; }
    
    body.career-body .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 { margin-left:12px; } 
}

@media (min-width:768px) and (max-width:991px){
    
    /* Testimonial Page */
    .row-fluid .testimonial-isoraw .resource-box .left { width:100%; padding:0 0 30px 75px; }
    .row-fluid .testimonial-isoraw .resource-box .right { width:100%; }
    
    .row-fluid .page-searchsec .breadcrumb_menu { width:35% !important; }
    .row-fluid .page-searchsec .search_box { width:22%; }
    .row-fluid .page-searchsec .search_box .resource-wrap { width:100%; }
    .row-fluid .page-searchsec .search360 { width:43%; }
    
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > a:before { bottom:10px !important; }
    
    body.career-body .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 { margin:0 7px; }
    
    .row-fluid .widget-span.services_blocks > span > div { width:100%; }
    
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > a:after { bottom:10px; }
}

@media (min-width:768px) and (max-width:1200px){
    .row-fluid .resource-box { padding:0 10px; margin:15px 0; }
    
    /* Contact Us Page */
    .row-fluid .location-textbox1 { padding:0; font-size:16px; line-height:26px; }
    .row-fluid .location-textbox2 { padding-right:20px; }
    .row-fluid .location-textbox3 { padding-left:0; }
    .row-fluid .welcome-text br { display:none; }
    
    /* Service Page */
    .row-fluid .service-hero { padding:90px 0 100px; } 
    .row-fluid .service-herobox { left:30px; }
  
    
    
    .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > a { padding:10px; }
    .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > ul > li > a { padding:10px 10px 10px 30px; }
    .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > ul > li > a:before { top:17px; }
    
    .row-fluid .service-threecolsec .middle h3, .row-fluid .service-threecolsec .middle h1 { font-size:28px; line-height:32px; margin-bottom:0; }
    
    .row-fluid .service-threecolsec .right { font-size:18px; line-height:26px; padding-left:0; }
    .row-fluid .service-threecolsec .right .quotes_block:before { display:none; } 
    .row-fluid .service-threecolsec .right .quotes_block { padding-left:0; } 
  
  	.row-fluid .service-threecolsec .right .quotes_block_wrapper:before { display:none; } 
    .row-fluid .service-threecolsec .right .quotes_block_wrapper { padding-left:0; } 
    
    .row-fluid .service-threecolsec .middle .cta-box:before { display:none; }
    .row-fluid .service-threecolsec .middle .cta-box { padding:30px 20px 70px; }
    .row-fluid .service-threecolsec .middle .cta-box .right { padding-left:0; width:100%; }
    .row-fluid .service-threecolsec .middle .cta-box .right h4 { margin-top:15px; }
    
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-next:after { background:none; height:auto; width:auto; content:"";  }
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-next { left:auto; right:-50px; color:#ccc; }
    
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-prev:after { background:none; height:auto; width:auto; content:"";  }
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-prev { right:auto; left:-50px; color:#ccc; }
    
    /* Blog Page */
    .row-fluid .blog-topbox { padding:0 25px; }
    .row-fluid .blog-post-item { padding:30px 25px; }
    .row-fluid .blogpost-section { padding:50px; }
    
    /* Careers Page */
    .row-fluid .career-hero .widget-span.banner_menus { top:35px; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1 > a { font-size:16px; }
    .row-fluid .career-hero .hero-textbox { margin-bottom:0; }
    .row-fluid .career-hero .widget-span.banner_menus ul li.hs-menu-depth-1 { min-height:70px; }
    
    .row-fluid .latest-vacancycol .box-wrap { margin-bottom:20px; }
    .row-fluid .latest-vacancycol .box-wrap .leftbox { width:100%; }
    .row-fluid .latest-vacancycol .box-wrap .rightbox { width:100%; margin-top:15px; }
    .row-fluid .vacancy-detailbox ul li { width:100%; padding:0; }
    .row-fluid .latest-vacancycol .box-wrap .leftbox .contract-type { margin:0; }
    .row-fluid .latest-vacancycol h4 { margin-bottom:10px; margin-top:0px; }
    .row-fluid .vacancy-detailbox { padding-bottom:15px; }
    .row-fluid .vacancies-raw .post-loadwrap { margin-top:30px; }
    
    .row-fluid .career-development_box { padding:20px 0; }
    .row-fluid .career-development_box2 .leftbox .inner { padding-left:20px; }
    
    .row-fluid .charity-section { padding:50px 0; }
    .row-fluid .charity-raw > span { margin:0; }
    .row-fluid .charity-raw > span > div { padding:0 15px; }
    
    /* Vacancies Page */
    .row-fluid .vacancy-mainraw .latest-vacancycol .box-wrap .rightbox a { float:left; }
    .row-fluid .vacancy-mainraw .resource-box .contentbox { margin-top:20px; }
    
    /* Careers Vacancies Page */
    .row-fluid .career-vacsec { padding:40px 0; }
    .row-fluid .position-box .text2 { padding-right:20px; }
    
    /* Careers Locations Page */
    .row-fluid .career-locsec .description { margin:30px 0 100px; }
    .row-fluid .img-contentbox1 .contentcol { padding-left:0; }
    .row-fluid .img-contentbox .contentcol h4 { margin-bottom:10px; }
    .row-fluid .img-contentbox2 .contentcol { padding-right:0; }
    
    .row-fluid .office-detailsec { padding:10px 0 0; }
    .row-fluid .office-vacencysec .latest-vacancycol .box-wrap .rightbox a { float:left; }
    
    /* Event Blog Page */
    .row-fluid .blog-topbox.event-topbox { padding:0; } 
    .row-fluid .event-topbox { margin-top:30px; }
    .row-fluid .event-sliderleft { width:50%; }
    .row-fluid .event-sliderright { width:50%; }
    .row-fluid .event-sliderleftinner { padding:0 20px; }
    .row-fluid .event-sliderleftinner h2 a, .row-fluid .event-sliderleftinner h1 a { font-size:24px; line-height:30px; }
    
    /* Event Blog Upcoming Post Page */
    .row-fluid .blog-innersec .container { display:inline-block; }
    .row-fluid .bottom-upcoming-events { padding:64px 0 75px; }
    .row-fluid .post-innercon { padding-bottom:0; }
    
    /* Event Blog Inner Past Post Page */
    .row-fluid .attend-event h3 { font-size:18px; } 
    
    /* Our People Page */
    .row-fluid .peoplehero-right a { padding:20px 40px; }
    
    .row-fluid .people-topicsec ul.specialism-list ul.filter-col { padding-right:10px; }
    .row-fluid .people-topicsec ul.specialism-list ul.filter-col li a { padding:6px 15px 6px 0; font-size:11px; line-height:14px; }
    .row-fluid .people-topicsec ul.specialism-list ul.filter-col li span { margin-bottom:5px; margin-top:10px; }
    
    .row-fluid .ourpeople-filtersec .left-sidebar { width:25%; }
    .row-fluid .ourpeople-filtersec .right-box { width:75%; }
    .row-fluid .ourpeople-filtersec .people-leftbox { width:100%; text-align:center; }
    .row-fluid .ourpeople-filtersec .people-rightbox { width:100%; margin:30px 0 0; }
    .row-fluid .ourpeople-filtersec .people-img { height:150px; width:150px; float:none; display:inline-block; }
    .row-fluid .ourpeople-filtersec .people-rightbox { padding-left:0; }
    .row-fluid .ourpeople-filtersec .people-location { width:50%; }
    .row-fluid .ourpeople-filtersec .people-position { width:50%; margin:0; }
    .row-fluid .ourpeople-filtersec .people-name h4.name { margin-bottom:20px; }
    .row-fluid .ourpeople-filtersec .people-rightbox { margin:25px 0 0; }
    .row-fluid .people-topicsec .result-showing { padding-top:20px; }
    
    /* Our People Inner Page */
    .row-fluid .people-innerimg { height:550px; }
    .row-fluid .people-innerright { padding:50px 20px; }
    .row-fluid .people-innerright .people-title h2, .row-fluid .people-innerright .people-title h1 { font-size:24px; margin-bottom:20px; }
    
    .row-fluid .people-articlesec { padding:50px 0; }
    .row-fluid .left-article { padding-right:20px; }
    .row-fluid .people-testimonialsec { padding:50px 0; }
    
    /* 404 Page */
    .row-fluid .hero-404sec { height:500px; }
    .row-fluid .error-title h1 { font-size:70px; line-height:70px; }
    
}

@media (max-width:767px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{position:static; opacity:1; visibility: visible; display:none; width:100%;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:none;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li {  float: none; margin: 0;  border-bottom: 1px solid #edeef0;}
    .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul.mobile-menu li:last-child { border-bottom: none;}
    .row-fluid .widget-span.mainmenu ul li.hs-menu-depth-1 > a {  line-height: normal;  text-align: left;  color: #fff;}
    
    .ebiz-toggle{display:block;}
    .row-fluid .site_logo img {  max-height: 40px;  max-width: 100%;  width: 100% !important;}
    /* .row-fluid .search_section {display: none;} */
  
  	.row-fluid .home-searchsec .search_box { width:20%;  float:left;}
    .row-fluid .home-searchsec .resource-wrap { width:100%; }
    .row-fluid .home-searchsec .search360 { width:80%; margin:0; padding-left:20px; float:left;} 
  
  	.row-fluid .page-searchsec .breadcrumb_menu { display: none;}	
  	.row-fluid .page-searchsec .search_box { width:20%;  float:left;}
    .row-fluid .page-searchsec .resource-wrap { width:100%; }
    .row-fluid .page-searchsec .search360 { width:80%; margin:0; padding-left:20px; float:left;} 
  
    .row-fluid .widget-span.site_logo {  line-height: normal;  padding: 20px 0;  text-align: center;  width: 160px;  margin: 0 auto;  float: none;}
    .body-container-wrapper {  margin: 70px 0 0;}
        
    
    .row-fluid .widget-span.banner_menus {  max-width: 750px;  padding: 0 10px;  top: 10px;}
    .row-fluid .widget-span.banner_menus > div {background: rgba(0, 0, 0, 0);}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 {background:rgba(0, 24, 46, 0.45);float: left;margin: 0 0 10px;padding: 0 20px;width: 100%;border-radius:4px;position:relative;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1:hover, .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1.active{background:#e72959;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > a span {  display: inline;  font-size: 18px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > a{font-size: 18px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1{min-height: 50px;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1:after{  border-left: 8px solid transparent;  border-right: 8px solid transparent;  border-top: 8px solid #fff;  width:0;height:0;-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;}
    .slide_image {min-height: calc(100vh - 130px);}
    .about_section .btn_style1{left: 0; position: absolute; top: 0; width: 100%;}
    .about_section .btn_style1 a.cta_button{width: 100%;padding: 21px 0 21px;left: 0;bottom: 0;border-radius: 0;background:#e72959;z-index:9999;}
  
    
     h2, h1{font-size: 26px;}    
    .row-fluid .widget-span.paragraph_style {  border-bottom: none;  border-top: none;  margin: 0;  padding: 32px 0 0;}
    .row-fluid .widget-span.paragraph_style span, .row-fluid .widget-span.paragraph_style span p{font-size: 18px;}
    .row-fluid .services_section .container{padding:0;}
    .row-fluid .widget-span.services_blocks > span > div {  display: inline-block;  float: left;  margin: 0 0 20px;  vertical-align: top;  width: 100%;}
    .services_img{ padding: 20px 0 20px 20px;}
    .services_title {  padding: 0 94px 0 0;}
    .services_title h4::after{right: -67px;}
    .row-fluid .widget-span.about_quote_section {  padding: 23px 0 54px;}
    
    
     body, .row-fluid .widget-span.mainmenu ul.mobile-menu { -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;;}
     body{  overflow-x: hidden;}
     body.left_nav {  overflow-x: hidden;  transform: translateX(240px);}
    .row-fluid .widget-span.mainmenu ul.mobile-menu a{color:#091f49 !important;} 
    .row-fluid .widget-span.mainmenu ul.mobile-menu {  background: #d9dde0;  height: 100%;  max-width: 100%;  overflow: auto;  position: fixed;  top: 0;  transform: translateX(-250px);  width: 250px !important;}
    .mainmenu .hs-menu-wrapper ul ul{background-color: #eaebed;}
    .mainmenu .hs-menu-wrapper ul ul > li{border-bottom: 1px solid #f4f5f7;}
    .mainmenu .mobile-menu span.mobile-toggle::after{display: none;}
    .mainmenu .mobile-menu span.mobile-toggle::before {  border-left: 5px solid transparent;  border-right: 5px solid transparent;  border-top: 5px solid #091f49;  content: "";  display: inline-block;  height: 2px;  margin: 0;  width: 0;  background: none;  transform: rotate(0);  line-height: 0;  vertical-align: middle;  top: 15px;  left: 14px;opacity: 1 !important;background: none !important;}
    .mainmenu .mobile-menu span.mobile-toggle{background:none;}
    .row-fluid .widget-span.mainmenu ul.mobile-menu li{float: left;    margin: 0;    width: 100%;    text-align: left;}
    .row-fluid .widget-span.banner_menus .hs-menu-flow-horizontal > ul{width: 100%;}       
    .services_img{text-align: left;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > ul::after, .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > ul::before{ display: none;}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1 > ul{position: absolute !important;left: 0; top: 100%; width: 100%; background: #091f49; z-index:1000}
    .row-fluid .widget-span.banner_menus ul li.hs-menu-depth-1.active:after{transform: rotate(180deg);}
    .row-fluid .widget-span.quote_middle_left {  width: 100%;}
    .row-fluid .widget-span.quotes_block {  padding: 0 0 0 74px;  width: 100%;  margin: 30px 0 0;}
  	.row-fluid .widget-span.quotes_block_wrapper {  padding: 0 0 0 74px;  width: 100%;  margin: 30px 0 0;}
    .row-fluid .widget-span.in_summary_text span{font-size: 18px;}
    .testimonials_text, .testimonials_text p{font-size: 16px;}
    .testimonials_text {  margin-bottom: 18px;}
    .row-fluid .map_title{display: none;}
    #map { height: 400px !important;}
    .row-fluid .blog_feed_section {  padding: 42px 0 60px;}
    .blog_feed_section .widget-span.container{padding:0;}
    .blog_feed_section .widget-span.widget-type-header, .row-fluid .blog_feed_section .widget-type-cta{width: 100%;}
    .row-fluid .blog_feed_section h2, .row-fluid .blog_feed_section h1{margin: 0 0 32px;}
    .row-fluid .blog_feed_section .row-fluid .hs-rss-item {  margin: 0 0 26px;  width: 100%; height: auto !important;}
    .row-fluid .blog_feed_section .btn_style2 {  text-align: center;  width: 100%;}
    .row-fluid .brand_section{display:none;}
    .row-fluid .widget-span.locations_col {  border-top: 2px solid #d9dde0;  margin: 0;  width: 100%;  padding: 30px 0 0 ;}
    .row-fluid .footer_section {  padding: 0;}
    .row-fluid .footer_section h4{margin: 0 0 20px;}
    .row-fluid .widget-span.carrer_col {  width: 100%;  border-top: 1px #d9dde0 solid;  padding: 20px 0 10px;  border-bottom: 1px #d9dde0 solid;  margin: 10px 0 25px;}
    .row-fluid .widget-span.legal_col {  float: left;  margin: 0 0 30px;  width: 100%;  border-bottom: 1px #d9dde0 solid;  padding: 0 0 10px;}
    .row-fluid .widget-span.paragraph_style span, .row-fluid .widget-span.paragraph_style span p {  font-size: 16px;}
    .row-fluid .widget-span.social_col {  float: none;margin: 0 auto;width: 130px;text-align: center;padding: 30px 0;display: block; min-height: 100%;overflow: hidden;}
    .social_col ul li a{margin: 0;}
    .social_col ul li {  float: none;  display: inline-block;}
    .row-fluid .widget-span.about_section {  padding: 100px 0 66px;  position: relative;  text-align: center;}
    .row-fluid .blog_feed_section .hs-with-featured-image .hs-rss-item-text{padding:0 20px;}
    .row-fluid .footer_logo > div > div{display:block;}
    .row-fluid .widget-span.footer_logo{ width: 100%; float: left;text-align:center;}
    .row-fluid .widget-span.footer_logo .widget-type-linked_image {  display: inline-block;  margin: 10px 8px;  width: auto;}
    .row-fluid .widget-span.footer_logo .widget-type-linked_image img {  max-height: 51px;  max-width: auto !important;  width: auto !important;  max-width: 110px;}
    
    /*Generic Content Block Page*/ 
  	
    .row-fluid .widget-span.page_title {  margin: 0 0 20px;}    
    .row-fluid .page_paragraph span, .row-fluid .page_paragraph p, .row-fluid .common_paragraph span, .row-fluid .common_paragraph p{font-size: 16px;}
    .row-fluid .common_paragraph span, .row-fluid .common_paragraph p{font-size: 18px;}
    .row-fluid .widget-span.common_section {  padding: 50px 0 45px;}
    .cta_img{height: 210px;width: 100%;}
    .cta_content {  margin: 20px 0 0;  width: 100%;}
    .row-fluid .content__ctas > span > div{ margin-bottom: 30px;}
    .row-fluid .h2_style {  margin: 0 0 20px;}
    .content_full_ctas .cta_img {  min-height: 240px;}
    .content_full_ctas .cta_img, .content_full_ctas .cta_content {  width: 100%;}
    .content_full_ctas .cta_content{width: 100%;}
    .content_full_ctas .cta_content_in {  float: left;  max-width: 100%;  padding: 25px 0 0;  width: 100%;}
    .row-fluid .content_full_ctas > span > div:nth-child(2n) .cta_content{ width: 100%;}
    .row-fluid .cta_colun_block > span > div {  float: left;  margin: 0 0 20px;  width: 100%;}
    .row-fluid .cta_colun_block > span {  display: block;  margin: 0;}
    
    /* Resources Page */
    .row-fluid .isotope-left { width:100%; }
    .row-fluid .isotope-right { width:100%; padding:0; }
    .row-fluid .resource-box { width:100%; padding:0; margin:15px 0; }
    .row-fluid .show-result { margin-top:30px; }
    .row-fluid .resource-titlebox:before { top:25px; }
    .row-fluid .resource-titlebox { padding:23px 0 25px 70px; }
    
    /* Testimonial Page */
    .row-fluid .testimonial-isoraw .resource-box .left { width:100%; padding:0 0 30px 75px; }
    .row-fluid .testimonial-isoraw .resource-box .right { width:100%; }
    
    /* Contact Us Page */
    .row-fluid .location-img1 { height:300px; }
    .row-fluid .location-textbox1 { font-size:16px; line-height:26px; padding:30px 15px 30px 15px; }
    .row-fluid .location-textbox1 .widget-type-cta a { padding:16px 20px; }
    
    .row-fluid .location-textbox2 { padding-right:0; padding-top:30px; }
    
    .row-fluid .location-textbox3 { padding-left:0; padding-top:30px; }
    
    .row-fluid .welcome-text { padding:20px 0 30px; text-align: left; }
    .row-fluid .welcome-text br { display:none; }
    
    .row-fluid .location-vacancybox h3 { font-size:22px; line-height:30px; }
    .row-fluid .location-vacancybox .widget-type-cta a { margin-top:20px; padding:16px; }
    
    .row-fluid .contact-detailsec { padding:30px 0; }
    .row-fluid .contact-formsec { padding:50px 0; }
    
    /* Service Page */
    .row-fluid .service-hero { padding:0; background-image:none !important; }
    .row-fluid .service-hero .bg-img { display:block; }
    .row-fluid .service-hero br { display:none; }
    .row-fluid .service-herobox { padding:0; text-align:center; background:transparent; width:100%; border-radius:0; }
    .row-fluid .service-herobox svg.tab { display:none; }
    .row-fluid .service-herobox:before { display:none; }
    .row-fluid .service-herobox h2, .row-fluid .service-herobox h1 { font-size:24px; line-height:28px; }
    .row-fluid .service-herobox .left-btn, .row-fluid .service-herobox .right-text { width:100%; margin:0; }
    .row-fluid .service-herobox .left-btn { padding-bottom:20px; }
    .row-fluid .service-herobox .left-btn a { float:none; display:inline-block; }
    
    .row-fluid .service-nametitle h2 {display:none}
    .row-fluid .service-nametitle h2, .row-fluid .service-nametitle h1 { font-size:25px; line-height:32px; color:#00182e; margin-bottom:30px; font-weight:600; text-align:left; padding:0 50px 0 15px; margin:10px 0 30px; }
    .row-fluid .service-herocta { background:transparent; color:#fff; border-top:3px solid rgba(232,231,229,0.8); padding:13px 70px 13px 15px; text-align:left; position:relative; }
    .row-fluid .service-herocta:after { position:absolute; content:"\f054"; font-family:FontAwesome; right:20px; top:50%; transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); font-size:30px; }
    .row-fluid .service-hero .container { padding:0; }
    .row-fluid .service-herobox .right-text { color:#fff; padding-left:0; line-height:18px; }
    .row-fluid .service-herobox .left-btn { padding-bottom:0; padding-top:10px; }
    .row-fluid .service-herobox .left-btn a:after { display:none; }
    .row-fluid .service-herobox .left-btn a { padding:0; background:transparent; border-radius:0; }
    .row-fluid .service-herobox .left-btn a:hover { background:transparent; }
    
    .row-fluid .service-threecolsec { padding:30px 0 20px; }
    .row-fluid .service-threecolsec .left .sidebar-menu { float:left; width:100%; }
    .row-fluid span.service-menuclick { float:left; width:100%; border-radius:3px; padding:16px 10px; color:#fff; background:#00182e; font-size:16px; line-height:20px; position:relative; cursor:pointer; }
    .row-fluid span.service-menuclick:hover { background:#9e7088; }
    .row-fluid span.service-menuclick:after { position:absolute; content:"\f078"; font-family:FontAwesome; right:20px; top:15px; font-size:18px; }
    .row-fluid span.service-menuclick.active:after { content:"\f077"; }
/*     .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a { position:relative; background:#9e7088; color:#fff;  max-width:100% !important;} 
     .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { position:absolute; content:"\f078"; font-family:FontAwesome; right:20px; top:15px; font-size:18px; color:#091F49; }  */
    .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a { position:relative; background:#9e7088; color:#fff;  width:auto; display:inline; max-width:70% !Important;}
    .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li.hs-item-has-children:after { position:absolute; content:"\f078"; font-family:FontAwesome; right:20px; top:15px; font-size:18px; color:#091F49; }
    
    .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a.active:after { content:"\f077"; }
    
    .row-fluid .service-threecolsec .middle { padding-left:0; }
    .row-fluid .service-threecolsec .middle h3, .row-fluid .service-threecolsec .middle h1 { font-size:28px; line-height:32px; margin:15px 0; }
    .row-fluid .service-threecolsec .middle .cta-box:before { display:none; }
    .row-fluid .service-threecolsec .middle .cta-box .right h4 { font-size:18px; line-height:24px; margin:10px 0 0; }
    
    .row-fluid .service-threecolsec .middle .cta-box { display:none; }
    .row-fluid .service-threecolsec .middle .cta-box .right a { padding:16px 30px; } 
    
    .row-fluid .service-threecolsec .right { padding:30px 0 0; font-size:18px; line-height:26px; display:visible;} 
    
    .row-fluid .blog_feed_section .hs-rss-item-text { padding:0 15px; }
    
    .row-fluid .team-raw { margin-top:50px; padding:0 40px; }
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-next { left:auto; }
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-prev { right:auto; left:0; }
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-prev::after { background-size:20px auto !important; background-repeat:no-repeat !important; height:50px; width:20px; }
    .row-fluid .team-sec .slick-slider .slick-arrow.slick-next::after { background-size:20px auto !important; background-repeat:no-repeat !important; height:50px; width:20px; }
    /*.row-fluid .team-sec .slick-slider .slick-arrow { display:none !important; }*/
    
    /* Blog Page */
    .row-fluid .blog-topbox { padding:0; }
    .row-fluid .blog-post-listing { margin-top:20px; }
    .row-fluid .post-listing .post-body { height:auto !important; }
    .row-fluid .blog-post-item { width:100%; padding:20px 0; }
    .row-fluid .post-loadwrap { margin-top:20px; }
    
    .row-fluid .blogpost-section { padding:30px 0 50px 0; }
    .row-fluid .bloginner-featurebox { height:235px; float: none; width: 100%; }
    .row-fluid .bloginner-featurewrap .post-title { position:relative; top:auto; left:auto; transform:none; }
    .row-fluid .bloginner-featurewrap .post-title h1 { position:relative; top:auto; left:auto; transform:none; width: 100%; display: block; padding: 10px; color: black; background: transparent;}
    .row-fluid .bloginner-featurewrap .post-title h4 { font-size:16px; line-height:22px; padding:20px; background:transparent; color:#e72959; text-align:left; font-weight:600; padding:0 0 20px; }
    
    .row-fluid .bloginner-featurewrap .post-title.desktop-post-title{display: none;}
    .row-fluid .blogpost-body .post-title.mobile-post-title {display: block;}
    .row-fluid .blogpost-body .post-title.mobile-post-title h1{margin-bottom: 10px;}
    
    .row-fluid .post-detailleft { width:100%; }
    .row-fluid .post-detailright { width:100%; margin-top:30px; }
    .row-fluid .post-detailleft .post-date, .row-fluid .post-detailleft .post-category, .row-fluid .post-detailleft .post-author { width:100%; }
    .row-fluid .post-detailright .share-icon { display:none; }
    .row-fluid .post-detailright ul { float:left; width:100%; text-align:center; }
    .row-fluid .post-detailright ul li { float:none; display:inline-block; width: auto; padding: 0 10px 0 0; }
    .row-fluid .post-detailright ul li a { float:none; display:inline-block; position:relative; z-index:1; top:auto !important; right:auto !important; margin:0 2px; height:40px; width:40px; line-height:40px; font-size:14px; }
    .row-fluid .blogpost-body { padding:20px 0; color:#000; }
    .row-fluid .blogpost-body p { color:#000; }
    .row-fluid .blogpost-body h4 { font-size:14px; line-height:24px; font-weight:400; }
    .row-fluid .blogpost-body p + h4 { font-size:18px; line-height:26px; }
    
    
    .row-fluid .blog-mainsec { padding:0 0 40px 0; }
    .row-fluid .blogpost-section .about-author-sec:before { display:none; }
    .row-fluid .authorbox-left { width:100%; margin-bottom:10px; display:none; }
    .row-fluid .author-imgbox { float:none; display:inline-block; }
    .row-fluid .authorbox-right { width:100%; }
    .row-fluid .blogpost-section .about-author-sec { border-radius:0; padding:35px 50px 45px; }
    
    .row-fluid .total-sharenum { display:none; }
    
    .row-fluid .blog-postmore { display:block; }
    .row-fluid .blog-postmore a { float:left; padding:12px 40px; color:#fff; border-radius:2px; background:#e72959; font-size:12px; line-height:16px; font-weight:600; margin-top:15px; }
    
    .row-fluid .blog-authorsec .author-biobox { text-align:center; padding:0; width:100%; margin-top:20px; }
    
    /* Careers Page */
    .row-fluid .career-hero .widget-span.banner_menus { top:30px; display:none; }
    .row-fluid .career-hero { padding:200px 0 40px; background-position:18% top; }
    .row-fluid .career-hero .hero-textbox:before { display:none; }
    .row-fluid .career-hero .hero-textbox { padding:0 0 0 0; background:transparent; margin-bottom:0; border-radius:0; float:left; width:100%; }
    .row-fluid .career-hero .hero-textbox a { padding:21px 30px; width:100%; text-align:center; }
    .row-fluid .career-hero .hero-textbox h4 { font-size:22px; padding:0 100px 150px 0; line-height:28px; margin:0; }
    
    .row-fluid .vacancies-sec { padding:30px 0 50px; }
    .row-fluid .vacancies-sec .title-box { font-size:17px; line-height:24px; }
    .row-fluid .vacancies-sec .text { padding-bottom:35px; margin-bottom:35px; }
    .row-fluid .vacancies-sec .title-box h4 { margin-bottom:30px; }
    .row-fluid .vacancies-sec br { display:none; }
    .row-fluid .vacancies-raw > span > div { width:100%; padding:15px 0; }
    .row-fluid .latest-vacancycol .box-wrap { margin-bottom:20px; }
    .row-fluid .latest-vacancycol .box-wrap .leftbox { width:100%; }
    .row-fluid .latest-vacancycol .box-wrap .rightbox { width:100%; margin-top:15px; }
    .row-fluid .vacancy-detailbox ul li { width:100%; padding:0; }
    .row-fluid .latest-vacancycol h4 { margin-top:0px; }
    .row-fluid .vacancy-detailbox { padding-bottom:15px; }
    .row-fluid .vacancies-raw .post-loadwrap { margin-top:30px; }
    
    .row-fluid .career-development_sec .container { padding:0; }
    .row-fluid .career-development_box .leftbox { padding:0 15px; }
    .row-fluid .career-development_box { padding:20px 0; }
    .row-fluid .career-development_box .leftbox .inner { width:100%; }
    .row-fluid .career-development_box .rightbox { height:220px; float:left; width:100%; margin-bottom:20px; }
    .row-fluid .career-development_box h4 { font-size:22px; margin-bottom:10px; }
    .row-fluid .career-development_box .leftbox, .row-fluid .career-development_box .rightbox { width:100%; }
    
    .row-fluid .zigzag-sec2 .container { padding:0; }
    .row-fluid .location-accsec { padding:30px 0; }
    
    .row-fluid .career-threecolraw br { display:none; }
    .row-fluid .career-threecolraw .box { padding:0 0 30px; }
    .row-fluid .career-threecolraw .box3 { padding-bottom:0; }
    
    .row-fluid .charity-section { padding:30px 0 50px; }
    .row-fluid .charity-section .container { padding:0; }
    .row-fluid .charity-raw > span { margin:0; }
    .row-fluid .charity-raw > span > div { width:100%; padding:0 0 30px; }
    .row-fluid .charity-raw > span > div:last-child { padding:0; }
    .row-fluid .cv-formsec .contact-formbox div.hs_type_of_role { padding-left:20px; }
    .row-fluid .charity-boxcontent { padding:0 15px; color:#e72959; }
    .row-fluid .charity-boxcontent p { color:#e72959; }
    .row-fluid .cv-formsec .contact-formbox .hs_upload_cv { display:none; }
    .row-fluid .cv-formsec form .hs_recaptcha { float:left; width:100%; margin-top:20px; }
    
    
    /* Vacancies Page */
    .row-fluid .vacancy-mainsec { padding:20px 0 60px 0; }
    .row-fluid .vacancy-mainsec .filter-name { float:left; width:100%; }
    .row-fluid .vacancy-mainraw .latest-vacancycol .box-wrap .rightbox a { float:left; }
    .row-fluid .career-vacsec .right.widget-type-cta a { width:100%; text-align:center; margin-top:20px; }
    .row-fluid .vacancy-mainraw .vacancy-detailbox ul li { width:50%; font-size:12px; margin-bottom:10px; }
    .row-fluid .vacancy-mainraw .vacancy-detailbox ul li:last-child { margin:0; }
    .row-fluid .vacancy-mainraw .resource-box .contentbox { margin-top:18px; }
    .row-fluid .vacancy-mainraw .post-loadwrap a { margin-top:30px; }
    
    .row-fluid .vacancy-mainsec .filter-name-wrap { position:relative; } 
    .row-fluid .vacancy-mainsec .filter-name { border-bottom:1px solid rgba(255, 255, 255, 0.2); }
    .row-fluid .vacancy-mainsec span.select-filter:after {  border:1px solid #fff; border-radius:100%; color:#fff; font-size:14px; height:16px; line-height:16px; text-align:center; top:15px; width:16px; }
    .row-fluid .vacancy-mainsec span.select-filter.active:after { line-height:14px; }     
    .row-fluid .vacancy-mainsec .top-subtitle { display:none; }
    .row-fluid .vacancy-mainsec .top-title h2, .row-fluid .vacancy-mainsec .top-title h1 { font-size:22px; line-height:30px; margin-bottom:10px; text-align:center; }
    .row-fluid .vacancy-mainraw .latest-vacancycol { padding:30px 0 0; }
    
    
    /* Careers Vacancies Page */
    .row-fluid .career-vacsec { padding:20px 0 40px 0; }
    .row-fluid .career-vactitle h3 { margin-bottom:15px; text-align:center; font-size:22px; line-height:30px; } 
    .row-fluid .career-vacsec .advisior-box h4 { margin-bottom:15px; }
    .row-fluid .career-vacsec .advisior-box .box-col2 { margin-bottom:15px; width:50%; float:left; padding-right:10px; }
    .row-fluid .career-vacsec .advisior-box .box-col3 { margin-bottom:15px; width:50%; float:left; }
    
    .row-fluid .career-vacsec .advisior-box { padding-bottom:20px; }
    .row-fluid .career-vacsec .imgbox img { width:100% !important; }
    
    .row-fluid .career-vactitle .left { width:50%; float:left; }
    .row-fluid .career-vactitle .right { width:50%; float:left; }
    
    .row-fluid .position-box { padding:30px 0; }
    .row-fluid .position-box .text1 { font-size:16px; line-height:24px; }
    .row-fluid .position-box .text2 { padding-right:0; }
    .row-fluid .career-vacsec .text3 { padding:30px 0 0; }
    
    /* Careers Locations Page */
    .row-fluid .location-dropbox .location-title h2, .row-fluid .location-dropbox .location-title h1 { display:block; font-size:20px; line-height:26px; margin-top:0; }
    .row-fluid .career-locsec .section-title, .row-fluid .career-locsec .description { display:none; }
    .row-fluid .career-locsec { background-image:none !important; padding:0; }
    .row-fluid .career-locsec .bg-img { display:block; }
    .row-fluid .ctabox .cta a { margin-top:25px; width:100%; padding:21px 20px; }
    .row-fluid .ctabox .cta { width:100%; padding:0; }
    
    .row-fluid .img-contentbox { padding:35px 0 0; }
    .row-fluid .img-contentbox1 .contentcol { padding:0 15px 30px; }
    .row-fluid .location-zigzagsec .container { padding:0; }
    .row-fluid .img-contentbox .imgbox { height:195px; }
    .row-fluid .img-contentbox .contentcol h4 { font-size:20px; line-height:26px; margin-bottom:20px; }
    .row-fluid .img-contentbox2 .contentcol { padding:20px 15px 0px; }
    .row-fluid .zigzag-firstcolright { padding:15px 15px 0; }
    
    .row-fluid .office-detailsec { padding:35px 0 0; }
    .row-fluid .office-detailsec h3 { margin:0 0 35px; }
    #map1, #pano { width:100% !important; height:320px !important; }
    #pano iframe { width:100% !important; }
    
    .row-fluid .office-vacencysec { padding:30px 0; }
    .row-fluid .office-vacencysec .latest-vacancycol .box-wrap .rightbox a { float:left; }
    .row-fluid .office-vacencysec .vacancy-detailbox ul li { width:100%; margin-bottom:15px; }
    .row-fluid .office-vacencysec .vacancy-detailbox ul li:last-child { margin:0; }
    .row-fluid .latest-vacancycol .rightbox a { float:left; width:100%; text-align:center; margin-bottom:30px; padding:12px 18px; background:#e72959; color:#fff; }
    
    .row-fluid .office-vacencysec .widget-type-header h3 { padding:0 20px; font-size:22px; line-height:28px; }
    .row-fluid .office-vacencysec .vacancy-detailbox ul li { float:left; width:50%; font-size:12px; } 
    
    /* Event Blog Page */
    .row-fluid .event-topbox { margin-top:10px; }
    .row-fluid .blog-topbox h4, .row-fluid .blog-topbox h1 { text-align:center; font-size:25px; line-height:32px; }
    .row-fluid .upcoming-events { padding:40px 0 30px; }
    .row-fluid .event-sliderleft { float:left; width:100%; margin:0; }
    .row-fluid .event-sliderleftinner { padding:0 15px; }
    .row-fluid .event-sliderright { float:left; width:100%; margin:0 0 20px; }
    .row-fluid .upcoming-events .slick-slider .slick-arrow { top:calc(50% - 100px); }
    .row-fluid .upcoming-events .slick-slider .slick-prev.slick-arrow.left-position { left:0 !important; }
    .row-fluid .upcoming-events .slick-slider .slick-next.slick-arrow.right-position { right:0 !important; }
    .row-fluid .event-sliderleftinner h2 a, .row-fluid .event-sliderleftinner h1 a { font-size:22px; line-height:26px; }
    .row-fluid .event-sliderimg { height:300px; }
    
    .row-fluid .events-gallery .events-galleryimg { float:left; width:100%; margin:0; }
    .row-fluid .events-gallery .events-gallerycontent { float:left; width:100%; margin:40px 0 0; }
    .row-fluid .events-gallery .events-galleryimg .events-galleryimg_inner { height:25vh; }
    .row-fluid .events-gallery { padding:0 0 80px; }
    
    .row-fluid .events-gallery .post-loadwrap a.postload-more { float:left; width:100%; text-align:center; background:#e72959; color:#fff; font-size:14px; padding:15px 10px; }
    .row-fluid .events-gallery .post-loadwrap a.postload-more:after { display:none; }
    .row-fluid .events-gallery .post-loadwrap { padding:0 20px; }
    
    /* Event v2 Blog Page */
    .events-v2 .row-fluid .event-topbox { margin-top:10px; }
    .events-v2 .row-fluid .blog-topbox h4, .events-v2 .row-fluid .blog-topbox h1 { text-align:center; font-size:25px; line-height:32px; }
    .events-v2 .row-fluid .upcoming-events { padding:40px 0 30px; }
    .events-v2 .row-fluid .event-sliderleft { float:left; width:100%; margin:0; }
    .events-v2 .row-fluid .event-sliderleftinner { padding:0 15px; }
    .events-v2 .row-fluid .event-sliderright { float:left; width:100%; margin:0 0 20px; }
    .events-v2 .row-fluid .upcoming-events .slick-slider .slick-arrow { top:calc(50% - 100px); }
    .events-v2 .row-fluid .upcoming-events .slick-slider .slick-prev.slick-arrow.left-position { left:0 !important; }
    .events-v2 .row-fluid .upcoming-events .slick-slider .slick-next.slick-arrow.right-position { right:0 !important; }
    .events-v2 .row-fluid .event-sliderleftinner h2 a, .events-v2 .row-fluid .event-sliderleftinner h1 a { font-size:22px; line-height:26px; }
    .events-v2 .row-fluid .event-sliderimg { height:300px; }
    
    .events-v2 .row-fluid .upcoming-events .events-galleryimg { float:left; width:100%; margin:0; }
    .events-v2 .row-fluid .upcoming-events .events-gallerycontent { float:left; width:100%; margin:40px 0 0; }
    .events-v2 .row-fluid .upcoming-events .events-galleryimg .events-galleryimg_inner { height:25vh; }
    .events-v2 .row-fluid .upcoming-events { padding: 40px 0 40px 0; }
    
    .events-v2 .row-fluid .events-gallery .events-galleryimg { float:left; width:100%; margin:0; }
    .events-v2 .row-fluid .events-gallery .events-gallerycontent { float:left; width:100%; margin:40px 0 0; }
    .events-v2 .row-fluid .events-gallery .events-galleryimg .events-galleryimg_inner { height:25vh; }
    .events-v2 .row-fluid .events-gallery { padding: 0 0 40px 0; }
    
    .events-v2 .row-fluid .events-gallery .post-loadwrap a.postload-more { float:left; width:100%; text-align:center; background:#e72959; color:#fff; font-size:14px; padding:15px 10px; }
    .events-v2 .row-fluid .events-gallery .post-loadwrap a.postload-more:after { display:none; }
    .events-v2 .row-fluid .events-gallery .post-loadwrap { padding:0 20px; }
    
    /* Event Blog Upcoming Post Page */
    .row-fluid .blog-innersec .container { width:100%; display:inline-block; padding:0; }
    .row-fluid .post-innertitle { padding:0 15px; }
    .row-fluid .post-innertitle h1 { border:0; padding:0; }
    .row-fluid .event-detials { padding:10px 0 24px; }
    .row-fluid .event-detials ul li { width:100%; }
    .row-fluid .featured_postimage { height:210px; }
    .row-fluid .post-innercon { padding:30px 15px 0; }
    .row-fluid .post-innercon p span { font-size:14px; line-height:20px; }
    .row-fluid .event-bookbox { text-align:center; padding:10px 0; }
    .row-fluid .event-bookbox .event-leftbox { width:100%; margin:0 0 30px; }
    .row-fluid .event-bookbox .event-rightbox { width:100%; margin:0; }
    .row-fluid .event-rightbox .event-rightboxinner { float:left; width:100%; }
    .row-fluid .event-rightbox .event-rightboxinner a { float:left; width:100%; text-align:center; }
    .row-fluid .blog-innersec { padding:45px 0 20px; }
    .row-fluid .bottom-upcoming-events .post-item { padding-right:15px; }
    .row-fluid .bottom-upcoming-events .post-item:last-child { border:0; padding-bottom:0; }
    .row-fluid .bottom-upcoming-events { padding:40px 0; }
    
    /* Event Blog Inner Past Post Page */
    .row-fluid .event-img-gallery ul li { height:200px; }
    body.past-event .row-fluid .post-innercon { padding:30px 15px 0; }
    .row-fluid .upcoming-eventswrap { width:100%; padding:0 0 30px; }
    .row-fluid .attend-event { width:100%; padding:40px 35px 45px; }
    .row-fluid .attend-event:before { display:none; }
    body.past-event .row-fluid .bottom-upcoming-events { padding:0 0 50px; }
    .row-fluid .event-img-gallery .slick-slider .slick-arrow { top:calc(50% - 60px); }
    .row-fluid .post-innertitle h1 { font-size:20px; line-height:26px; }
    
    /* Our People Page */
    .row-fluid .our-peoplehero { padding:20px 0 20px; }
    .row-fluid .people-herosub { display:none; }
    .row-fluid .peoplehero-right { display:none; }
    .row-fluid .our-peoplehero h2, .row-fluid .our-peoplehero h1 { text-align:center; margin:0; font-size:20px; line-height:24px; }
    
    .row-fluid .people-topicsec .filter-name { float:left; width:100%; border-bottom:1px solid rgba(255,255,255,0.2); }
    .row-fluid .people-topicsec .filter-name:last-child { border-bottom:0; }
    .row-fluid .specialism-listbox { float:left; width:100%; }
    
    .row-fluid .select-filteroption { padding:12px 18px; background:#00182e; border-radius:3px; color:#fff; font-size:14px; position:relative; cursor:pointer; }
    .row-fluid .select-filteroption:after { position:absolute; content:'+'; right:12px; top:5px; font-size:26px; }
    .row-fluid .select-filteroption.active { border-radius:3px 3px 0px 0px; }
    .row-fluid .select-filteroption.active:after { content:"-"; font-size:50px; line-height:26px; }
    
    .row-fluid .filter-name-wrap { background:rgba(0,24,46,0.9); padding:0 18px; position:absolute; top:100%; left:0; z-index:1; border-radius:0px 0px 3px 3px; }
    .row-fluid .specialism-toggle a { color:#fff; }
    .row-fluid .filter-name-wrap span.select-filter { color:#fff; }
    .row-fluid .specialism-toggle { margin:0; border-bottom:1px solid rgba(255,255,255,0.2); }
    .row-fluid .people-topicsec .container .row-fluid { position:relative; }
    
    .row-fluid .people-topicsec span.select-filter:after {  border:1px solid #fff; border-radius:100%; color:#fff; font-size:14px; height:16px; line-height:16px; text-align:center; top:15px; width:16px; } 
    .row-fluid .people-topicsec span.select-filter.active:after { line-height:14px; }
    
    .row-fluid .update-btnwrap { padding:30px 0; text-align:center; }
    .row-fluid .update-btnwrap a.update-btn { float:none; display:inline-block; padding:8px 32px; border-radius:2px; background:#fff; color:#00182e; font-size:12px; font-weight:600; cursor:pointer; }
    .row-fluid .update-btnwrap a.update-btn:hover { color:#fff; background:#00182e; }
    
    .row-fluid .people-topicsec .result-showing { padding-top:15px; }
    .row-fluid input.specialism-searchfilter { display:block; padding:0; background:transparent; color:#fff; font-size:12px; text-transform:none; border-bottom:1px solid rgba(255,255,255,0.2); background-size:15px !important; height:50px; background:url('//3051046.fs1.hubspotusercontent-na1.net/hubfs/3051046/PD_2017/Images/search-white.png') no-repeat center right 2px transparent; margin:0; }
    .row-fluid .specialism-toggle { display:none; }
    .row-fluid .filter-name-wrap span.select-filter { font-size:12px; }
    .row-fluid .people-topicsec ul.specialism-list { margin:15px 0 0; }
    .row-fluid ul.specialism-list li span { display:none; }
    .row-fluid ul.specialism-list li { float:left; width:100%; margin-bottom:5px; }
    .row-fluid ul.specialism-list li a { float:left; width:auto; padding:16px 50px 16px 16px; color:#fff; background:#00182e; border-radius:3px; position:relative; cursor:pointer; }
    .row-fluid ul.specialism-list li a:after { position:absolute; content:"\f067"; font-family:FontAwesome; right:16px; top:16px; }
    .row-fluid ul.specialism-list li a.selected:after { content:"\f00d"; color:#e72959; }
    .row-fluid ul.specialism-list li a.selected { background:#f5f5f5; color:#000;  }
    
    .row-fluid .specialism-listbox ::-webkit-input-placeholder { opacity:1 !important; text-transform:none !important; color:#fff !important; font-size:12px !important; }
    .row-fluid .specialism-listbox ::-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#fff !important; font-size:12px !important; }
    .row-fluid .specialism-listbox :-ms-input-placeholder { opacity:1 !important; text-transform:none !important; color:#fff !important; font-size:12px !important; }
    .row-fluid .specialism-listbox :-moz-placeholder { opacity:1 !important; text-transform:none !important; color:#fff !important; font-size:12px !important; }
    
    .row-fluid .ourpeople-filtersec { padding:0 0 60px; }
    .row-fluid .ourpeople-filtersec .left-sidebar { width:100%; }
    .row-fluid .ourpeople-filtersec .people-sort { display:none; }
    .row-fluid .ourpeople-filtersec .filter-tags { float:left; width:100%; text-align:center; } 
    .row-fluid .ourpeople-filtersec .filter-tags a.remove-filters { display:none; }
    .row-fluid .ourpeople-filtersec .filter-tags ul li a { float:none; display:inline-block; background:#f6f6f6; color:#00182e; padding:13px 55px; } 
    .row-fluid .ourpeople-filtersec .filter-tags ul li a:after { color:#e72959; top:13px; }
    .row-fluid .ourpeople-filtersec .right-box { width:100%; text-align:center; } 
    .row-fluid .ourpeople-filtersec .resource-box { padding-left:0; padding-bottom:30px; }
    .row-fluid .ourpeople-filtersec .resource-box strong { display:none; }
    .row-fluid .ourpeople-filtersec .people-img { float:none; display:inline-block; height:100px; width:100px; }
    .row-fluid .ourpeople-filtersec .people-location { float:none; width:auto; display:inline-block; padding:0 15px; position:relative; text-transform: capitalize;}
    .row-fluid .ourpeople-filtersec .people-location:after { position:absolute; content:""; height:19px; width:2px; background:#eae3e3; right:0; top:4px; right:-1px; }
    .row-fluid .ourpeople-filtersec .people-position { float:none; width:auto; display:inline-block; padding:0 15px; }
    .row-fluid .ourpeople-filtersec .people-name h4.name { font-size:18px; line-height:24px; margin-bottom:5px; }
    .row-fluid .ourpeople-filtersec .people-location { padding-left:0; }
    .row-fluid .ourpeople-filtersec .people-position { padding-right:0; }
    .row-fluid .people-debox-wrap { margin-top:5px; }
    .row-fluid .ourpeople-filtersec .people-rightbox a { text-decoration:none; }
    .row-fluid .ourpeople-filtersec .people-phone a { font-size:16px; line-height:20px; }
    .row-fluid .ourpeople-filtersec .margin-bottom13 { margin:0; }
    .row-fluid .ourpeople-filtersec .people-social-link { float:left; width:100%; text-align:center; }
    .row-fluid .ourpeople-filtersec .people-social-link .people-linkdin { float:none; display:inline-block; width:auto; margin-right:5px; }
    .row-fluid .ourpeople-filtersec .people-social-link .people-logo { float:none; display:inline-block; width:auto; margin-left:5px; }
    .row-fluid .ourpeople-filtersec .people-btnbox a.btn2 { display:none; }  
    .row-fluid .ourpeople-filtersec .people-btnbox a { width:100%; margin:0; text-align:center; background:#e72959; color:#fff; padding:14px 20px; }
    .row-fluid .ourpeople-filtersec .people-btnbox a.btn1:hover { background:transparent; color:#e72959; }
    .row-fluid .ourpeople-filtersec .people-rightbox { padding-left:0; }
    
    .row-fluid .ourpeople-filtersec .people-specialism { background:rgba(239, 242, 245, 0.95); margin-top:20px; padding:80px 32px 110px; position:absolute; top:auto; bottom: 80px; left:0; text-align:left; z-index:1; }
    .row-fluid .ourpeople-filtersec .resource-box .people-specialism strong { display:block; margin-bottom:8px; }
    
    .row-fluid .ourpeople-filtersec .people-team { background:rgba(239, 242, 245, 0.95); margin-top:20px; padding:80px 32px 110px; position:absolute; top:auto; bottom: 80px; left:0; text-align:left; z-index:1; }
    .row-fluid .ourpeople-filtersec .resource-box .people-team strong { display:block; margin-bottom:8px; }
    .row-fluid span.tab-close { position:absolute; top:12px; right:20px; font-size:24px; line-height:30px; cursor:pointer; }
    .row-fluid .ourpeople-filtersec .resource-box .tab-content.current .loadmore-wrap { display:none; }
    
    .row-fluid .people-personaldetail { float:left; width:100%; margin:20px 0 30px; }
    .row-fluid .people-iconbox { display:block; line-height:0; margin-top:20px; }
    .row-fluid .people-icon { float:none; display:inline-block; line-height:0; }
    .row-fluid .people-icon a { float:none; display:inline-block; position:relative; height:45px; width:45px; border-radius:100%; position:relative; background:#e72959; }
    .row-fluid .people-icon a img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; max-width:20px; }
    .row-fluid .people-icon1 { margin-right:8px; }
    .row-fluid .people-icon2 { margin-left:8px; }
    .row-fluid .people-icon2 a { background:#00182e; }
    .row-fluid .people-icon1 a:hover { background:#00182e; }
    .row-fluid .people-icon2 a:hover { background:#e72959; }
    
    .row-fluid .ourpeople-filtersec .resource-box .tab-content { display:none; }
    .row-fluid .ourpeople-filtersec .resource-box .tab-content.current { display:block; }
    
    /* Our People Inner Page */
    .row-fluid .go-back { text-align:center; }
    .row-fluid .go-back a { float:none; display:inline-block; margin:15px 0; }
    
    .row-fluid .people-innerimg { float:left; width:100%; margin:0; height:640px; }
    .row-fluid .people-innerright { float:left; width:100%; margin:0; padding:30px 15px 50px 15px; text-align:left; }
    .row-fluid .people-innerright .social { float:left; width:100%; margin-bottom:15px; }
    .row-fluid .people-innerright .people-title h2, .row-fluid .people-innerright .people-title h1 { margin-bottom:15px; font-size:16px; line-height:20px; } 
    .row-fluid .people-innerright .social .widget-type-linked_image { width:auto; float:left; }
    .row-fluid .people-innerright p a { font-size:14px; }
    
    .row-fluid .people-articlesec { padding:50px 0; }
    .row-fluid .left-article { padding-right:0; } 
    
    .row-fluid .people-testimonialsec { padding:50px 0 0; background:#fff; }
    .row-fluid .people-testimonialsec .widget-type-header h3 { margin-bottom:20px; }
    .row-fluid .people-testimonialsec .widget-span.quotes_block { padding:70px 0 50px 0; text-align:center; margin:0; border-bottom:1px solid rgba(0,24,46,0.2); }
    .row-fluid .people-testimonialsec .widget-span.quotes_block:before { top:auto; left:50%; bottom:calc(100% - 55px); transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%); }
    
  	.row-fluid .people-testimonialsec .widget-span.quotes_block_wrapper { padding:70px 0 50px 0; text-align:center; margin:0; border-bottom:1px solid rgba(0,24,46,0.2); }
    .row-fluid .people-testimonialsec .widget-span.quotes_block_wrapper:before { top:auto; left:50%; bottom:calc(100% - 55px); transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%); }
  
    /* Error Page */
    .row-fluid .hero-404sec { height:500px; }
    .row-fluid .error-title h1 { font-size:50px; line-height:60px; }
    
    
}

@media (max-width:480px){
    .row-fluid .cv-formsec .contact-formbox div.hs_type_of_role { padding-left:0; }
    .row-fluid .people-innerimg {height: 400px;}
  	.title:after{margin: 0 0 0 5px;}
}

@media (max-width:500px){
    .row-fluid .career-vacsec .advisior-box .box-col2, .row-fluid .career-vacsec .advisior-box .box-col3 { width:100%; }
    
    .row-fluid .career-vactitle .left { width:100%; }
    .row-fluid .career-vactitle .right { width:100%; }
    .row-fluid .career-vacsec  .right.widget-type-cta a { float:left; margin-bottom:20px; }
    
    .row-fluid .contact-detailbox .box1 .left { width:100%; margin-bottom:20px; }
    .row-fluid .contact-detailbox .box1 .right { width:100%; }
}

/*** Edited ***/
.loadmore-wrap{
    display: none!important;
}
#unibox-suggest-box > div:last-child{
    display: none!important;
}

ol {
margin-left: 2em;    
    }
    
.hs_cos_wrapper_type_rich_text li {
    font-size:14px;
    
}

.heading_post h1{
    padding-top: 14px;  
}
.post-body ul {
    font-size:14px;
    /*margin:20px 0px 20px 0px;*/
  
}
.post-body li {
    font-size:14px;
}


/*** Landing Page ***/
.gray-bg-wrapper .hs_cos_wrapper_type_rich_text ul li { float:left; width:100%; padding-left:13px; position:relative; margin-bottom:10px; }
.gray-bg-wrapper .hs_cos_wrapper_type_rich_text ul li:before { position:absolute; content:""; height:4px; width:4px; border-radius:100%; top:8px; left:0; background:#e72959; }
.gray-bg-wrapper .hs_cos_wrapper_type_rich_text ul li:last-child {margin-bottom:4em;}
.gray-bg-wrapper .hs_cos_wrapper_type_rich_text h1 {margin-bottom:1em;
}



.custom-logo .hs_cos_wrapper_type_linked_image{
	min-height: 100px;
  display: flex;
  margin: 0;
  justify-content: left;
  align-items: center;
  flex: 1;
}

.custom-logo .hs_cos_wrapper_type_linked_image img{
	display: block;
  width: 150px !important;
}

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


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

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


/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  float: right;
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  /*margin-left: 35px;*/
  margin-left:30px;
  line-height: 100px;
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  font-family: 'MuseoSans', arial, sans-serif;
  text-transform: uppercase;
  color:#e72959;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
    opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    left: 0;
    width: 100%;
    border: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
  bottom: 38px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #e72959;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
	position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #e72959;
  left: 0;
  bottom: 38px;
  opacity: 0;
}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
	min-width: 200px;
  background:#091f49;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  line-height: 35px;
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  text-align: left;
  padding: 0 20px;
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: #e72959;
  color:#ffffff;
}

/* Child menu wrapper */

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul.hs-menu-children-wrapper,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > ul.hs-menu-children-wrapper{
	left: auto;
	right: 0;
}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.custom-menu-primary .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.                     
 */

.custom-menu-primary .mobile-trigger, .custom-menu-primary  .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 */

	body.mobile-open{
    transform: translateX(249px);
  }
  
/*   MOBILE NAV UPDATE */
  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width:40% !important;
    z-index:100;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    z-index:1;
  }
  
 
  
  body.mobile-open:before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, .8);
  }

  .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:#091F49;
  }


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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#091F49;
    color: #091F49;
    background-color: transparent;
    width: 30px;
    height: 30px;
		top: -45px;
  }

  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:after{
    position: relative;
    top: 50%;
    margin: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 30px;
    height: 2px;
    display: block;
	}
  
  .mobile-open .mobile-trigger i:before{
  	display: none;
  }

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

  /* 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: 30px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #6f6f6f; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -9px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 9px; /* 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: #6f6f6f; /* 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: 100% !important;
		min-width: 100% !important;
    /* width: 45px !important; 
    min-width: 45px !important; */
    height: 35px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0px 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;
    right: 15px;
		float: right;
  }
  .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:#091F49; /* 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{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
     position: relative;
     padding: 0; /* Makes room for button */
   }

  /* 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: transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }
	
  .custom-menu-primary .hs-menu-wrapper > ul{
  	background-color:#d9dde0;
    top: 0;
    width: 250px;
    margin: 0;
    position: fixed;
    vertical-align: middle;
    transform: translateX(-250px);
    max-width: 100%;
    text-align: center;
    height: 100%;
    float: left;
    left: 0;
    right: 0;
    min-width: 250px;
    display: block;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    border-bottom: 1px solid #edeef0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    text-transform: capitalize;
    font-family: 'Museo Sans', arial, sans-serif;
    font-size: 14px; /* Font size of top level list items */
    line-height: 35px;
    overflow: visible;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li a:after{
  	display: none;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
  	background-color: #eaebed;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#091F49; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#091F49; /* 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{
    color: #091F49;
    padding: 0 0 0 10px;
    text-indent: 0px; /* Indent Child lists */
    font-size: 13px; /* Font size of child lists */
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  	background-color: rgba(255, 255, 255, .08);
    color: #091F49;
  }
  
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 20px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
}

@media screen and (max-width: 991px){
  /* Logo and Menu Wrapper */
  .row-fluid .header_section .container{
  	padding: 0px;
  }
  .span3.custom-logo{
  	width: 100%;
    padding: 0;
  }
  .custom-logo .hs_cos_wrapper_type_linked_image{
 		justify-content: center;
    min-height: 60px;
  }
  
  .custom-logo .hs_cos_wrapper_type_linked_image img{ width: 120px !important; margin:10px 0px;}
  
  .span9.custom-menu-primary{
  	width: 100%;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  
  
  .custom-menu-primary .hs-menu-wrapper > ul{
  	float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
		line-height: 50px;
    /*margin-left:25px;*/
    margin-left: 17px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    bottom: 10px;
  }
    
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
    bottom: 10px;
  }

.sideContact {
    display:block !important;
  }
}

@media (max-width: 1200px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul ul{
  	min-width: 170px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
		/*margin-left: 25px;*/
    margin-left:13px;
  }
}

/* ++++++++++++++ Blog update ++++++++++++++ */
.events-gallery .post-list {
  display: none;
}


/* MARCH 2024 STYLES */
DIV.footer_section.footer_middle IFRAME, DIV.footer_middle IFRAME {
  max-width:100% !Important;
  height:auto !Important;
}
DIV.social_col UL LI A IMG {
  max-width:15px !Important;
  max-height:15px !important;
}


/* JULY 2024 STYLING AMENDS */
@media screen and (max-width:768px){
  .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li > ul > li > a {
    max-width:100% !Important;
  }
  .row-fluid .service-threecolsec .left .sidebar-menu .hs-menu-wrapper > ul > li.active-branch > a {
    max-width:100% !important;
    width:100% !important;
  }
  .open-menu-list {
    display:block !Important;
    visibility:visible !Important;
    opacity:1 !important;
  }
  .active-list-element:after {
    transform:rotate(180deg);
  }
}