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


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

1. EXTERNAL RESOURCES    
2. BASIC STYLES      
3. HEADER
4. FOOTER  
5. MISCELLANEOUS
6. MOBILE MEDIA QUERIES
========================================================================== */

img.hs-cta-img {height: auto;}

.leadinModal-2211290 h4, .leadinModal-2117161 h4 {
    font-size: 1.5em !important;
}

.leadinModal-2211290 .leadin-button.leadin-advance-button.leadin-button-secondary, .leadinModal-2117161 .leadin-button.leadin-advance-button.leadin-button-secondary {
    background-color: #f9d33c !important;
    color: #545298 !important;
    font-weight: bold !important;
    font-size: 1.3em !important;
}

.leadinModal-2211290 .leadin-button.leadin-advance-button.leadin-button-secondary:hover, .leadinModal-2117161 .leadin-button.leadin-advance-button.leadin-button-secondary:hover {
    background-color: #fff !important;
}


.leadinModal-3212096 h4 {
    font-size: 1.5em !important;
      font-weight: 700 !important;
}

.leadinModal-3212096 .leadin-button.leadin-advance-button.leadin-button-primary {
    background-color: #f9d33c !important;
    color: #545298 !important;
    font-weight: bold !important;
    font-size: 1.3em !important;
      border-radius: 30px !important;
}

.leadinModal-3212096 .leadin-button.leadin-advance-button.leadin-button-primary:hover {
    background-color: #545298 !important;
  color: #fff !important;
}

.custom-footer-2021 .footer-services li.hs-menu-item.hs-menu-depth-1 {
    float: none !important;
}
.footer-services li.hs-menu-item.hs-menu-depth-1 {
    float: none !important;
}

/* ==========================================================================
1. BASIC STYLES                                             
========================================================================== */

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

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

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #414042;
  line-height: 1.7em;
  background:#fff;
  -webkit-font-smoothing: antialiased;
}

.page-center {
  max-width: 1200px;
  width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 15px;
}

.header-page-center {
  max-width: 1300px !important;
  margin: 0 auto !important;
  float: none !important;
  width: 100% !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

.post-body tbody {
    vertical-align: top;
    text-align: left;
}

.post-body tbody tr:nth-child(odd) {
background: #ececec;
}

.post-body tbody tr:nth-child(even) {
background: #f7f7f7;
}

.post-body tbody tr:nth-child(1) {
background: #545298;
  color: #fff;
  font-weight: 700;
}

.post-body tbody tr:nth-child(1) ol li a {
  color: #fff !important;
}
.post-body tbody tr:nth-child(1) ol li a:hover {
  text-decoration: underline;
}

.post-body tbody tr p {
    padding: 16px 25px;
    margin: 0px;
}


/* ==========================================================================
3. HEADER                                         
========================================================================== */
.header-outer-wrap {
  width: 100% !important;
  float: left !important;
  z-index: 999;
  position: relative;
}

.header-outer-wrap .header-col1 {
  background-color: #545298;
  width: 100%;
  float: right;
}

.header-outer-wrap .top-section-outer {
  width: 100%;
  float: left;
  padding: 20px 0;
}

.header-outer-wrap .top-section-outer .left {
  width: 40%;
  float: left;
}

.header-outer-wrap .top-section-outer .right {
  width: 100%;
  float: left;
  text-align: right;
}

.header-outer-wrap .top-section-outer .right ul {
  margin: 0;
  padding: 0;
}

.header-outer-wrap .top-section-outer .right ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
}

.header-outer-wrap .top-section-outer .left p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 35px;
}

.header-outer-wrap .top-section-outer .right ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;    
  text-decoration: none;
  line-height: 30px;
}

.header-outer-wrap .top-section-outer .right ul li img {
  position: relative;
  top: -9px;
  cursor: pointer;
  max-width: 18px;
  margin-right: 5px;
}

.header-outer-wrap .top-section-outer .right ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.header-outer-wrap .top-section-outer .right ul li.login a {
  background-color: #ffffff;
  color: #545298;
  padding: 5px 20px;
  line-height: 30px;
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1 {
  padding: 0px 20px 0px 20px;
  line-height: 35px;
  position: relative;
}

.header-outer-wrap .header-menu {
  text-align: right;
  padding-top: 22px;
}

.header-outer-wrap .header-col2 {
  padding: 20px 0;
}

.header-outer-wrap .header-col1 .search-field {
  width: 300px !important;
  position: absolute;
  padding: 20px;
  z-index: 99;
  background: #002876;
  right: 20px;
  top: 60px;    
  display: none;
}

.header-outer-wrap .header-col1 .search-field  input.hs-search-field__input {
  -webkit-appearance: none;
  font-family: 'Open Sans',sans-serif;
  border: 0px;
  color: #545298 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.header-outer-wrap .header-col1 .header-page-center {;
  position: relative;
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1>a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  line-height: 35px;
  padding-right: 6px;
  transition: 0.6s all;
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1>a:hover,
.header-outer-wrap .header-menu ul li.hs-menu-depth-1.active>a {
  color: #F9D33C;
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1>a:after {
  content: '';
  background-image: url(https://4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: auto;
  transition: 0.6s all;
  transform: rotate(0deg);
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1>a:hover:after,
.header-outer-wrap .header-menu ul li.hs-menu-depth-1.active>a:hover:after {
  content: '';
  background-image: url(https://4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/Arrow-yellowpng.png);
  transform: rotate(90deg);
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1>ul {
  min-width: 180px;
  background-color: #ffffff;
  padding: 5px 0;
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1>ul>li>a {
  text-align: left;
  max-width: 100%;
  width: 100% !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(38px + 0.25vw);
  color: #524d96;
  padding: 3px 20px;
  clear: both;    
  transition: 0.6s all;
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1>ul>li>a:hover {
  color: #000000;
}

.header-outer-wrap .header-menu ul li.hs-menu-depth-1>ul>li:not(:last-child)>a {
  border-bottom: 1px solid #dddddd;
}

.header-outer-wrap .top-section-outer .left p img {
  padding-bottom: 13px;
  padding-right: 10px;
}

.header-logo img.hs-image-widget {
  max-width: 200px !important;
}

.header-outer-wrap .header-col2 .custom-menu-primary .hs-menu-wrapper>ul {
  padding: 0 !important;
  float: none !important;
}
/*****************mega-menu-styles*****************/

.mega-menu-header .top-section-outer .right ul li:not(:last-child){
   border-right: 0px solid #fff;
}
.mega-menu-header .top-section-outer .right ul li a {
   font-size: 15px;
   line-height: 35px;
   letter-spacing: 0.15px;
   color: #FFFFFF;
   font-weight: 500;
   text-decoration: none;
}
.mega-menu-header .top-section-outer .right ul li a:hover {
    color: #F9D33C;
}
.mega-menu-header .top-section-outer .right ul li.login a {
   border-radius: 20px;
   font-size: 15px;
   line-height: 35px;
   letter-spacing: 0.15px;
   font-weight: 500;
   text-decoration: none;
   color: #4A484B;
   background-color: #FFFFFF;
   padding: 11px 23px;
}
.mega-menu-header .top-section-outer .right ul li.login a:hover {
    background: #f9d33c;
    color: #4A484B;
}
.mega-menu-header li.search a:hover img.no-over {
    display: none;
}
.mega-menu-header li.search a img.on-over {
    display: none;
}
.mega-menu-header li.search a:hover img.on-over {
    display: inline-block;
}
.mega-menu-header li.search:hover .search-field {
    display: block !important;
} 
.mega-menu-header .header-col1 .search-field {
    width: 320px !important;
    position: absolute;
    padding: 20px;
    z-index: 99;
    background-color: #545298;
    right: 10px;
    top: 70px;
    display: none;
    box-shadow: 5px 5px 18px #00000036;
    border-radius: 10px;
}
.mega-menu-header .header-col1 .search-field input.hs-search-field__input {
    -webkit-appearance: none;
    font-family: 'Raleway',sans-serif;
    border: 0px;
    color: #4A484B !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 35px;
    border-radius: 5px;
    border: 0;
    outline: 0;
    padding: 0 10px;
}
.mega-menu-header .hs-search-field__suggestions {
    border: 0;
    padding: 10px 5px;
}
.mega-menu-header .hs-search-field__suggestions li:first-child {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    font-weight: 600 !important;
    padding-bottom: 10px;
}
.mega-menu-header .hs-search-field__suggestions li a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
}
.mega-menu-header .hs-search-field__suggestions li a:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url(https://www.wcs-group.co.uk/hubfs/WCS%20Group%202021/Header/search-result.svg);
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1>a:after{
  background-image: url(https://4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/WCS%20Group%202021/Header/arrow-white.svg);
  background-size: 8px;
    width: 8px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 10px;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1>a:hover:after, 
.header-outer-wrap .header-menu ul li.hs-menu-depth-1.active>a:hover:after {
    content: '';
    background-image: url(https://4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/WCS%20Group%202021/Header/arrow-yellow.svg);
    transform: rotate(0deg) !important;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1>ul {
    box-shadow: 5px 5px 18px #00000036;
    border-radius: 10px;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1>ul>li>a {
    font-size: 15px;
    line-height: calc(38px + 0.25vw);
    color: #4A484B;
    letter-spacing: 0.53px;
    font-weight: 400;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1>ul>li>a:hover {
    color: #4A484B;
    text-decoration: underline;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1>ul>li:not(:last-child)>a {
    border-bottom: 0px solid #ddd;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1:hover {
    color: #f9d33c;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1:nth-child(1)>a:hover:after,
.mega-menu-header .header-menu ul li.hs-menu-depth-1:nth-child(2)>a:hover:after,
.mega-menu-header .header-menu ul li.hs-menu-depth-1.active>a:hover:after {
  content: '';
  background-image: url(https://4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/WCS%20Group%202021/Header/arrow-yellow.svg);
  transform: rotate(90deg) !important;
}
.mega-menu-header .outer-serv-section .inner-serv-section .serv-container ul>li>a:hover {
    text-decoration: underline;
}
.mega-menu-header .serv-container ul>li.hs-menu-depth-1:last-child {
    position: absolute !important;
    bottom: 50px;
    right: 95px;
}
.mega-menu-header .parent-menu ul li.hs-menu-depth-1>ul>li>a {
    line-height: calc(28px + 0.25vw);
}
.mega-menu-header .parent-menu ul li.hs-menu-depth-1>ul>li {
    padding: 12px 0px 0px;
}
.mega-menu-header .parent-menu ul li.hs-menu-depth-1>ul>li>a {
    line-height: 22px;
    padding: 0px 20px 0px;
}
.mega-menu-header .parent-menu ul li.hs-menu-depth-1>ul {
     padding: 10px 0 20px;
}
.footer-container-wrapper {
    width: 100%;
    overflow-x: hidden;
}

/*.header-outer-wrap .top-section-outer .right ul li:nth-last-child(2) a {
background-color: #FFFFFF;
color: #545298;
display: inline-block;
padding: 0 15px;
}*/
@media (max-width: 976px){
.mobile-open .mega-menu-header .mobile-trigger i {
    background-color: transparent !important;
}
.mega-menu-header .mobile-trigger:hover i, 
.mega-menu-header .mobile-trigger:hover i:before, 
.mega-menu-header .mobile-trigger:hover i:after, 
.mobile-open .mega-menu-header .mobile-trigger i, 
.mobile-open .mega-menu-header .mobile-trigger i:before,
.mobile-open .mega-menu-header .mobile-trigger i:after {
    background-color: #fff;
}
.mobile-open .mega-menu-header .mobile-trigger i:before {
    transform: rotate(
-45deg);
    top: 0;
    width: 22px;
    transition: .8s all;
}
.mobile-open .mega-menu-header .mobile-trigger i:after {
    transform: rotate(
45deg);
    top: 0;
    width: 22px;
    transition: .8s all;
}
.mega-menu-header .mobile-trigger i, 
.mega-menu-header .mobile-trigger i:before, 
.mega-menu-header .mobile-trigger i:after {
    height: 2px !important;
}
.mega-menu-header .custom-menu-primary .hs-menu-wrapper > ul {
    background-color: #fff;
    box-shadow: 5px 5px 18px #00000036;
    border-radius: 10px;
}
.mega-menu-header .custom-menu-primary .hs-menu-wrapper > ul li:not(:first-child) {
    border-top: 0px solid #dddddd;
}
.mega-menu-header .custom-menu-primary .hs-menu-wrapper > ul li:not(:first-child) a {
    border-top: 1px solid #dddddd;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1 {
    padding: 0px 35px 0px 35px;
    line-height: 35px;
    position: relative;
}
.mega-menu-header .header-col2 .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 12px 0px 22px !important;
}
.mega-menu-header .custom-menu-primary .hs-menu-wrapper > ul {
    background-color: #fff;
    box-shadow: 5px 5px 18px #00000036;
    border-radius: 10px;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1>a {
    font-size: 15px !important;
    line-height: 35px;
    letter-spacing: 0.53px;
    color: #4A484B;
}
.mega-menu-header .header-menu ul li.hs-menu-depth-1 {
    padding: 5px 35px 3px 35px;
    line-height: 35px;
    position: relative;
}
}


/* Removed from the header Start*/

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


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

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

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

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

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


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

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

@media (max-width: 976px){


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

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

  /*
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any
  * additional CSS you want removed from the mobile menu in this reset
  */

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

  .child-trigger .fa-chevron-down:before {
    display: none;
  }


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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: transparent;
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px; /* Icon line width */
    height: 5px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -8px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 8px; /* 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: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 20%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i:after {
    width: 10px;
    height: 20px;
    /* background-color: #ffffff; */
    display: block;
    background-image: url(https://4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/Path-right.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.6s all;
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .child-trigger.child-open i{
  }


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

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0px 0 0px 0;
    width: 100% !important;
    height: 0px !important;
    min-height: 0 !important;
  }

  /* 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: absolute; /**************************************************************/
    top: 5px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li:not(:first-child) {
    border-top: 1px solid #dddddd;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animation {
  opacity: 0;
  transition: 0.6s all ease;
}

.animation.fadeIn {
  opacity: 1;
}

/* Removed from the header End*/

/* ==========================================================================
5. FOOTER                        
========================================================================== */

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

.custom-footer {
  background: #414042;
  padding: 47px 0;
}

.cm-copyright p {
  width: 60%;
  margin: 0 auto !important;
  font-size: 14px;
  text-align: center;
  color: #f9f9f9;
  line-height: 1.6;
  margin-top: 60px !important;
}
.cm-copyright-lp p {
  width: 74%;
  margin: 0 auto !important;
  font-size: 14px;
  text-align: center;
  color: #f9f9f9;
  line-height: 1.6;
  margin-top: 0px;
}
.footer-menu-wrap ul li:first-child {
  line-height: 1.23;
}

.footer-menu-wrap h3 {
  font-weight: 700;
  font-size: 20px;
  color: #f9f9f9;
}

.footer-menu-wrap ul {
  margin: 0 0 10px !important;
  padding: 0;
}

.footer-menu-wrap ul li a {
  font-size: 16px;
  color: #f9f9f9;
  text-decoration: none;
  line-height: 1.7;
  display: inline !important;
}

.footer-menu-wrap ul li {
  font-family: 'Raleway', sans-serif;
  font-size: calc(18px + 0.25vw);
  line-height: 1.42857143;
  display:  block;
}

.footer-logo-wrapper {
  overflow: hidden !important;
}

.footer-menu-wrap {
  margin-top: 50px;
}

.footer-social {
  margin-top: 50px;
  text-align:  center;
}

.footer-social a:last-child {
  color: #a7a9ac;
  margin-top: 40px;
  font-weight: 600;
  font-size: calc(10px + 0.25vw);
  text-decoration: underline;
}

.footer-social a {
  width: 100%;
  float: left;
  text-align: center;
}

.custom-footer .footer-logo {
  padding: 0 15px;
}
.custom-footer .footer-logo img {
 max-width: 150px;
}
.custom-footer .footer-social {
  width: 16.66666667% !important;
  margin-left:  0 !important;
}

.footer-logo-wrapper {
  background: #fff;
  padding: 48px 0;
}

.footer-logo-wrapper ul {
  text-align: center;
  padding:  0;
  margin:  0 0 10px;
}

.footer-logo-wrapper ul li {
  display: inline-block;
  list-style: none;
  padding: 0 8px;
  position: relative;
  width: 9%;
}

.footer-logo-wrapper ul li img {
  vertical-align:  middle;
}

.newCustomerBtn {
  position: fixed;
  right: -66px;
  top: 50%;
  background-color: #f9d33c;
  color: #514f99;
  font-size: calc(12px + 0.25vw);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  padding: 8px 15px;
  font-weight: 700;
  z-index: 999;
}
.newCustomerBtn2020 {
  position: fixed;
  right: -70px;
  top: 50%;
  background-color: #f9d33c;
  color: #514f99;
  text-decoration: none;
  font-size: calc(12px + 0.25vw);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  padding: 8px 15px;
  font-weight: 700;
  z-index: 999;
}
.newCustomerBtn2020:hover, .newCustomerBtn:hover {
  background: #ffffff;
  color: #514f99;
  text-decoration: none;
}
/*added by HubSpost WTC 26th Apr 2018*/
.custom-footer .hs-menu-wrapper.hs-menu-flow-vertical {
  float:left;
}

.footer-menu-wrap ul li a:hover {
  text-decoration:underline;
}

.footer-menu-wrap .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  padding: 10px 0px;
}
.footer-menu-wrap .hs-menu-wrapper.hs-menu-flow-vertical li a {
  white-space:normal;
}
.footer-menu-wrap ul li {
  line-height: 1;
  padding: 0 0 10px;
}
.footer-menu-wrap ul li a {
  line-height: 1 !important;
  padding: 0;
}
.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 5px;
  text-align: center;
  width: 40px !important;
  height: 40px;
  background-color: #fff;
  z-index: 999;
  border-radius: 10px;
  cursor: pointer;
}
.footer-logo-wrapper .footer-desktop-logo {
  display: block !important;  
}

.footer-logo-wrapper .footer-mobile-logo {
  display: none !important;  
}  
.footer-social-icons a:hover svg path {
  fill:#32b6c7;
  transition: .6s all;
}
.footer-social-icons a:hover {
  transition: .6s all;
}

/* Footer 2021 */

.custom-footer-2021 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: unset;
}
.custom-footer-2021 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 0;
}
.custom-footer-2021 .footer-menu-wrap h3 {
  color: #27B4C7;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
}
.custom-footer-2021 .footer-services ul>li.hs-menu-depth-1>a:first-child {
  color: #ffffff;
  font-weight: bold;
}
.custom-footer-2021 .footer-menu-wrap ul {
  padding: 10px 0px 0px 0px;
}
.custom-footer-2021 .footer-menu-wrap ul li:first-child {
  line-height: 1;
  margin-top: 10px;
}
.custom-footer-2021 .footer-menu-wrap .footer-services ul li.hs-menu-item.hs-menu-depth-1:nth-child(2) {
  padding: 0 0 35px !important;
}
.footer-page-center {
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 0 15px;
  float: none !important;
}
.footer-page-center .cm-copyright p {
  text-align: left;
  width: 66%;
}
.footer-page-center .footer-social-icons {
  margin-top: 20px;
}
.custom-footer-2021 .footer-menu-wrap .footer-services>ul>li {
  padding: 20px;
}
#Icon_awesome-twitter {
  margin-right: 10px;
}
.footer-page-center .footer-social-icons svg:hover path {
  fill: #ffffff;
}
.custom-footer-2021 .footer-menu-wrap ul {
  margin: 0 0 20px !important;
}
.footer-services ul li a {
  white-space: pre-wrap !important;
}

@media screen and (max-width: 1280px) {
  .custom-footer-2021 .footer-menu-wrap {
    width: 100% !important;
  }
  .footer-page-center .cm-copyright p {
    width: 100%;
    padding: 0 30px !important;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo-wrapper .footer-desktop-logo {
    display: none !important;  
  }

  .footer-logo-wrapper .footer-mobile-logo {
    display: block !important;  
  }   
  .footer-page-center .cm-copyright p {
    padding: 0 !important;
  }
}  
@media screen and (max-width: 480px) {
  .custom-footer-2021 .footer-menu-wrap ul {
    margin: 0 0 10px 0 !important;
  }
  .custom-footer-2021 .footer-menu-wrap h3 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}


/* ==========================================================================
5. Blog Style                           
========================================================================== */
.wcs-blog-listing-wrapper .post-listing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rbl-listing .wcs-blog-listing-wrapper .post-listing {
  padding-bottom:50px;
}
.wcs-blog-listing-wrapper .post-item {
  flex: 0 31.33%;
  margin: 0 1% 40px;
  position: relative;
  padding-bottom: 50px;
}

.wcs-blog-listing-wrapper .hs-featured-image-wrapper {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -webkit-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -mos-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -ms-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
}

.wcs-blog-listing-wrapper a.hs-featured-image-link:hover {
  transform: scale(1.1);
}

.wcs-blog-listing-wrapper .post-header h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
  padding: 20px 0 10px;
  min-height: 140px;
}

.wcs-blog-listing-wrapper .post-header h2 a {
  text-decoration: none;
  color: #545298;
  line-height: 36px;
}

.wcs-blog-listing-wrapper .post-body p {
  margin: 0;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #545298;
}

.wcs-blog-listing-wrapper .post-body p a {
  text-decoration: none;
  color: #545298;
}

.wcs-blog-listing-wrapper a.hs-featured-image-link {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 220px;
  transition: .6s all;
}

.wcs-blog-listing-wrapper .date-tag span.date {
  color: #545298;
  font-size: 16px;
  font-weight: 600;
  padding-right: 5px;
}

.wcs-blog-listing-wrapper .date-tag span.tag a {
  text-decoration: none;
  font-size: 16px;
  color: #545298;
  font-weight: 600;
}

.wcs-blog-listing-wrapper .date-tag span.tag a:not(:first-child) {
  display: none;
}

.wcs-blog-listing-wrapper .date-tag {
  color: #545298;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;    
  line-height: 30px;
}

.wcs-blog-listing-wrapper .post-body {
  color: #545298;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.wcs-blog-listing-wrapper .read-more a {
  color: #514F99;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #514F99;
  padding: 5px 30px;
  border-radius: 16px;
  transition: 0.6s all;
  line-height: 26px;
}

.wcs-blog-listing-wrapper .rbl-read-more a {
  color: #514F99;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid #514F99;
  padding: 11px 30px;
  border-radius: 30px;
  transition: 0.6s all;
  line-height: 26px;
}

.wcs-blog-listing-wrapper .read-more a:hover {
  background-color: #F9D33C;
  border: 1px solid #F9D33C;
}

.wcs-blog-listing-wrapper .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-filter-pagination {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.wcs-blog-listing-wrapper .post-filter {
  flex: 0 60%;
  position: relative;
}

.wcs-blog-listing-wrapper .post-filter h3 {
  display: none;
}

.wcs-blog-listing-wrapper .post-filter ul {
  margin: 0;
  padding: 0;
}

.wcs-blog-listing-wrapper .post-filter ul#tags {
  position: absolute;
  display: none;
  z-index: 9;
  top: 47px;
  height: 281px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 350px;
  left: 20px;
  border-bottom: 1px solid #545298;
  border-left: 1px solid #545298;
  border-right: 1px solid #545298;
}
.rbl-listing .post-filter ul#tags {
  overflow-y: auto !important;
  height: auto;
  left: 13px;
}
.rbl-listing .post-filter input {
  margin-left: 13px !important;
  font-size: 17px !important;
  font-weight: 600px !important;
}
.rbl-listing .post-filter ul li a {
  padding: 10px !important;
}
.rbl-listing .siau-form-mdl-outer { 
  padding: 50px 0px 100px !important;
}
.rbl-template .siau-form-mdl-outer { 
  padding: 30px 20px 100px !important;
}
.rbl-listing .siau-form-mdl-outer .contact-form-outer-wrap .form-wrap,
.rbl-template .siau-form-mdl-outer .contact-form-outer-wrap .form-wrap {
  background-image: none !important;
  background-color: #0d5aa3;
}
.rbl-listing .hs-submit .hs-button,
.rbl-template .hs-submit .hs-button {
  margin-top: 0px !important;
  border-radius: 30px !important;
  cursor: pointer;
}
.rbl-listing .siau-form-mdl-outer .locations-intro p,
.rbl-template .siau-form-mdl-outer .locations-intro {
  color: #545298;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.rbl-listing .siau-form-mdl-outer .main-header h2,
.rbl-template .siau-form-mdl-outer .main-header h2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  color: #545298;
}
.rbl-listing .featured-ebook-outer .content-outer {
  background-image: none !important;
  background-color: rgba(13,90,163,0.9);
}
.rbl-listing .siau-form-mdl-outer .contact-form-outer-wrap .form-wrap h2,
.rbl-template .siau-form-mdl-outer .contact-form-outer-wrap .form-wrap h2 {
  margin-bottom: 20px;
}

.wcs-blog-listing-wrapper .post-filter ul li {
  list-style: none;
  display: block;
}


/*
.wcs-blog-listing-wrapper .post-filter ul li:not(:last-child) {
padding-right: 10px;
}*/

.wcs-blog-listing-wrapper .post-filter ul li a {
  line-height: 20px;
  text-decoration: none;
  color: #545298;
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  transition: .6s all;
}

.wcs-blog-listing-wrapper .post-filter input {
  color: #545298;
  font-weight: 500;
  font-size: 20px;
  line-height: 37px;
  transition: .6s all;
  width: 350px;
  margin-left: 20px;
  border: 1px solid #545298;
  padding: 5px 20px 5px 10px;
  background-image: url(https://www.wcs-group.co.uk/hubfs/WCS%20Group%202020/service%20page/arrow-svg.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  outline: none;
  cursor: pointer;
}
.rbl-listing .wcs-blog-listing-wrapper .post-filter input {
  background-color:#F9D33C;
  background-image: url(https://www.wcs-group.co.uk/hubfs/WCS%20Group%202021/Images/Icon%20feather-arrow-up.svg);
  background-size: 21px;
  border: none !important;    
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  width: 365px;
}
.rbl-listing .wcs-blog-listing-wrapper .post-filter ul#tags {
  border: none !important;
  box-shadow: 20px 20px 50px grey; 
  width: 365px;
}
.post-filter input::placeholder {
  color: #545298;
}

.wcs-blog-listing-wrapper .post-filter ul li a:hover {
  color: #514F99;
  background-color: #F9D33C;
}

.wcs-blog-listing-wrapper .post-filter a span.filter-link-count {
  display: none;
}

.wcs-blog-listing-wrapper .post-pagination {
  flex: 0 40%;
}

.post-pagination ul.pagination {
  padding: 0;
    margin: 0;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.post-pagination ul.pagination li {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px 5px;
}

.post-pagination ul.pagination li a {
  text-decoration: none;
  color: #545298;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  transition: 0.6s all;
  border-radius: 50%;
  display: inherit;
  width: 44px;
  padding: 0px 0px 3px;
}
.post-pagination ul.pagination li#previous:hover a,
.post-pagination ul.pagination li#previous.active a {
    background-color: #fff !important;
    color: #F9D33C;
}
.post-pagination ul.pagination li#previous {
    padding-right: 50px;
}
.post-pagination ul.pagination li#next:hover a,
.post-pagination ul.pagination li#next.active a {
    background-color: #fff !important;
    color: #F9D33C;
}
.post-pagination ul.pagination li.active a,
.post-pagination ul.pagination li:hover a {
  background-color: #F9D33C;
}

.post-filter-pagination label.lable {
  color: #545298;
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  transition: .6s all;
}

.post-filter-pagination select#tags {
  color: #545298;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  transition: .6s all;
  border: 1px solid #545298;
  width: 350px;
  padding: 5px 20px 5px 10px;
  -webkit-appearance: none;
}

.post-filter-pagination {
  padding: 30px 0 30px;
}

.header-menu.desktop {
  display: block;
}
.logo-menu.desktop {
  display: block;
}
.header-menu.custom-menu-primary.mobile {
  display: none;
}

.mobile-call {
  position: absolute;
  top: 60px;
  right: 30px;
  display: none;
}

.mobile-call a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.blog-template-2020 ul.hs-blog-social-share-list li.hs-blog-social-share-item-twitter {
  margin-right: 5px;
}
iframe#twitter-widget-0 {
  display: inline-block;
  vertical-align: bottom;
}
.blog-template-2020 .blog-content p a, .blog-template-2020 .blog-content a.author-link, .blog-template-2020 .blog-content ol li a, .blog-template-2020 .blog-content ul li a, .one-col-inner ul li a, .one-col-inner p a, .industries-outer p a, .relevence-bottom-content p a, .accorion-outer .accordion-content p a {
  color: #545298;
  text-decoration: none;
  font-weight: bold;
}
.blog-template-2020 .about-author-sec {
  padding: 30px 0px;
}
.blog-template-2020 .hs-submit .hs-button, .thank-you-page-2020 .hs-submit .hs-button {
  color: #514f99;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #514f99;
  padding: 5px 30px;
  border-radius: 16px;
  transition: .6s all;
  line-height: 26px;
  margin-top: 20px;
  background: #ffffff;
}
.blog-template-2020 .hs-submit .hs-button:hover, .thank-you-page-2020 .hs-submit .hs-button:hover {
  background-color: #f9d33c;
  border: 1px solid #f9d33c;
}
.blog-template-2020 .post-header h1 {
  color:#545298;
  line-height: 1.2;
  margin-top: 40px;
}
.rbl-template .post-header h1 {
  margin-top: 30px;
}
.rbl-template .contact-section .page-center {
  padding: 0 50px !important;
}
.rbl-template .go-back a {
  text-decoration: none;
  font-weight: bold;
  color:#545298;
}
.rbl-template .go-back a:hover {
  text-decoration: underline;
}
.rbl-template .go-back {
  padding-top: 30px;
}

/*** Blog Post Sidebar Form ***/
.blog-sidebar-wrap iframe {
  width: 100% !important;
}

.blog-template-2020 .blog-sidebar-wrap h3, .thank-you-page-2020 .blog-sidebar-wrap h3 {
  color: #545298;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  line-height: 36px;
  padding-bottom: 10px;
}
.thank-you-page-2020 .blog-sidebar-wrap h3 {
  padding-bottom: 20px;
}
.blog-template-2020 .sub-form, .thank-you-page-2020 .sub-form {
  text-align: center;
}
.blog-template-2020 .sub-form .hs-form-required, .thank-you-page-2020 .sub-form .hs-form-required {
  display: none;
}
.blog-template-2020 .sub-form .show-consent {
  font-size:16px;
  font-style:italic;
  display:none;
  background:#fff;
  padding:0px 20px 10px 20px;
}
.blog-template-2020 .sub-form:hover .show-consent {
  display:block !important;
}
.blog-template-2020 .sub-form, .blog-template-2020 .sidebar-cat, .thank-you-page-2020 .sub-form {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -webkit-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -mos-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -ms-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  margin-bottom: 30px;
  margin-top:20px;
}
.thank-you-page-2020 .sub-form { 
  max-width: 40%;
  margin-top: 40px;
}
.blog-template-2020 .sidebar-cat ul, .blog-template-2020 .sub-form ul.hs-error-msgs, .thank-you-page-2020 .sidebar-cat ul, .thank-you-page-2020 .sub-form ul.hs-error-msgs {
  list-style-type: none;
  padding-left: 0px;
}
.blog-template-2020 .sub-form label.hs-error-msg, .thank-you-page-2020 .sub-form label.hs-error-msg {
  font-size: 16px;
  font-style: italic;
}
.blog-template-2020 .sub-form label.hs-main-font-element, .thank-you-page-2020 .sub-form label.hs-main-font-element {
  display: none;
}
.blog-template-2020 .sidebar-cat a {
  text-decoration: none;
  color: #545298;
}
.blog-template-2020 .post-content-wrap {
  padding: 0px 30px 50px;
}
.blog-template-2020 .post-content-wrap .post-body {
  text-align: justify;
}
.blog-template-2020 .post-main-wrap-2020 .about-author-sec img {
  max-width: 100px;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.blog-template-2020 .post-main-wrap-2020 .about-author-sec {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -webkit-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -mos-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  -ms-box-shadow: 2px 4px 10px rgba(44,44,44,0.5);
  margin: 100px 0px 30px;
  position: relative;
}
.blog-template-2020 .blog-sidebar-wrap {
  margin-top: 3%;
}
.blog-template-2020 .about-author-sec .span2 {
  position: absolute;
  top:-15%;
  left:-5%;
}
.blog-template-2020 .about-author-sec .span10 {
  width: 90%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .blog-template-2020 .about-author-sec .span2 {
    position: absolute;
    top:-12%;
    left:43%;
  }
  .blog-template-2020 .post-main-wrap-2020 .about-author-sec {
    padding: 50px 20px 20px;
  }
  .blog-template-2020 .blog-section {
    padding: 0px 20px;
  }
  .rbl-template .blog-section {
    padding: 0px;
  }
  .thank-you-page-2020 .sub-form { 
    max-width: 100%;
  }
  .newCustomerBtn2020 {
    padding: 5px 15px 25px;
  }
  .rbl-template .post-content-wrap {
    padding: 0;
  }
  .rbl-template .siau-form-mdl-outer {
    padding: 20px 0 30px !important;
  }
  .rbl-template .siau-form-mdl-outer .page-center {
    padding: 0px !important;
  }
  .contact-pad-sec {
    padding-left: 20px !important;
  }
}

@media (max-width: 480px) {
  .blog-template-2020 .about-author-sec .span2 {
    position: absolute;
    top:-9%;
    left:38%;
  }
  .blog-template-2020 .blog-section {
    padding: 0px;
  }
}
@media (max-width: 380px) {
  .blog-template-2020 .about-author-sec .span2 {
    position: absolute;
    top:-7%;
    left:35%;
  }
}
/*** Blog Post Sidebar Form Ends Here ***/

/*** Blog Post Social Share ***/

.social-blog ul {
  width: 45px;
  padding: 0;
}
.social-blog ul li a span {
  display: none;
}
.social-blog {
  overflow: hidden;
  height: 280px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  border: 4px;
  overflow: hidden;
  width: 45px;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}
.social-blog .social-list {
  height: 280px;
  position: absolute;
  left: 0;
}
.social-blog ul {
  width: 45px;
  padding: 0;
}
.social-blog ul li {
  list-style: none;
  padding: 7px 8px;
  margin-bottom: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.social-blog ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.social-blog ul li svg {
  vertical-align: middle;
}

.fb{background-color:#3a5598;border:2px solid #3a5598}
.tw{background-color:#51aee2;border:2px solid #51aee2}
.msg{background-color:#0285ff;border:2px solid #0285ff}
.lk{background-color:#017bb5;border:2px solid #017bb5}
.pin{background-color:#cb2025;border:2px solid #cb2025}
.env{background-color:#5d6769;border:2px solid #5d6769}

.social-blog .social-list {
  height: 280px;
  position: absolute;
  left: 0;
  top: -10px;
}

@media (max-width: 1350px) {
  .social-blog {
    margin-bottom:20px;  
  }
  .social-blog {
    float: left;
    transform: translateX(0px);
    height: auto;
    position: relative !important;
    top: 0px !important;
    width: 100% !important;
  }
  .rbl-template .social-blog {
    top: 25px !important;
  }
  .social-blog .social-list {
    position: relative !important;
    height: auto !important;
  }
  .social-blog ul {
    width: 100%;
    float: left;
    padding: 0px 0px 20px;
    margin: 0px;
  }
  .social-blog ul li {
    float: left;
    margin-right: 2px;
  }
  .social-blog {
    float: left;
    transform: translateX(0px);
    height: auto;
    position: relative !important;
    top: 0px !important;
    width: 100% !important;
  }
  .social-blog ul {
    width: 100%;
    float: left;
    padding: 0px 0px 20px;
    margin: 0px;
  }
  .social-blog ul li {
    float: left;
    margin-right: 2px;
  }
  .rbl-template .social-blog ul li {
    padding: 12px 8px 7px;
    width: 48px;
    height:50px;
  }
}
@media (max-width: 784px) {

  .blog-template-2020 .about-author-sec img {
    margin-top: 0px;
  } 
}

/*** Blog Post Social Share Ends Here***/


.landing-page-2020 .image-banner-outer {
  padding-bottom: 120px;  
}
.thank-you-page-2020 .typ-2020-body-wrap {
  padding: 50px 20px;
  text-align: center;
}
.thank-you-page-2020 .typ-2020-body-wrap a:hover { 
  color: #f9d33c;
}
.thank-you-page-2020 .typ-2020-body-wrap a { 
  color: #545298;
  text-decoration: none;
  font-weight: bold;
  transition: 0.4s all;
}  
.thank-you-page-2020 .blog-sidebar-wrap {
  margin-top: 30px;
}
.thank-you-page-2020 .blog-sidebar-wrap .sub-form {
  margin: 0 auto;
  text-align: center;
  float: none;
}

/* LP 2021 */

.lp-text-form-outer {
  padding: 60px 0px;
}
.lp-text-form-outer .text-wrap ul {
  list-style: none;
  padding-left:20px;
}
.lp-text-form-outer .text-wrap li::before {
  content: "\2022";
  color: #F9D33C;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.lp-text-form-outer .text-wrap h2, .lp-text-form-outer .text-wrap h3, .lp-text-form-outer .text-wrap h4, .lp-text-form-outer .text-wrap p, .lp-text-form-outer .text-wrap li {
  color:#545298;
}
.lp-text-form-outer .text-wrap p a, .lp-text-form-outer .text-wrap ul li a {
  color:#545298;
  text-decoration: none;
  font-weight: bold;
}
.lp-text-form-outer .text-wrap p a:hover, .lp-text-form-outer .text-wrap ul li a:hover {
  text-decoration: underline;
}
.lp-text-form-outer .text-wrap li {
  padding-bottom:5px;
}
.lp-text-form-outer .text-wrap p:first-child {
  font-weight:400;
  font-size:30px;
  line-height: 36px;
}
.lp-text-form-outer .lp-form-consent p {
  color:#ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height:26px;
}
.lp-text-form-outer .lp-form-consent {
  max-width: 90%;
  padding-top:30px;
}
.lp-text-form-outer .lp-form-consent p a {
  color:#F9D33C;
  font-weight: 600;
  text-decoration: none;
}
.lp-text-form-outer .lp-form-consent p a:hover {
  color:#F9D33C;
  text-decoration: underline;
}
.lp-text-form-outer .lp-text-form-inner {
  display:flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}  
.lp-text-form-outer .text-outer-wrap {
  flex: 0 50%;
  padding: 20px;
  box-sizing: border-box;
}
.lp-text-form-outer .form-outer-wrap {
  flex: 0 49%;
  padding: 20px;
  margin-top: 25px;
  box-sizing: border-box;
}
.lp-text-form-outer .form-outer-wrap .form-wrap {
  background-image: linear-gradient(to bottom left, #63C9F2, #545298);
  border-radius: 10px;
  margin: 0 auto;
  padding: 30px 25px 30px 50px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap h2 {
  color: #ffffff;
  font-size: 30px;
  line-height:45px;
  font-weight: 700;
  font-family: 'Raleway',sans-serif;
  margin-top:10px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form fieldset {
  max-width: 100%;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form label .hs-form-required {
  visibility: hidden;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form input[type="text"], 
.lp-text-form-outer .form-outer-wrap .form-wrap input[type="email"], 
.lp-text-form-outer .form-outer-wrap .form-wrap textarea,
.lp-text-form-outer .form-outer-wrap .form-wrap input[type="tel"]
{
  border-radius: 16px;
  border: none;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #514F99;
  padding: 11px;
  width: 100% !important;
  outline: none !important;
  margin-bottom: 20px;
}
.lp-text-form-outer .form-outer-wrap .hs-input {
     border-radius: 16px;
  border: none;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #8b75a1;
  padding: 11px;
  width: 100% !important;
  outline: none !important;
  margin-bottom: 20px;
}
body.landing-page-2020.hs-content-id-140856693175.hs-landing-page.hs-page .lp-text-form-outer .form-outer-wrap ul.inputs-list.multi-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}
body.landing-page-2020.hs-content-id-95206893983.hs-site-page.page .lp-text-form-outer .form-outer-wrap ul.inputs-list.multi-container {
    display: block;
}
body.landing-page-2020.hs-content-id-95206893983.hs-site-page.page .lp-text-form-outer .form-outer-wrap ul.inputs-list.multi-container span {
   font-size: 14px;
}

.lp-text-form-outer .form-outer-wrap label.hs-form-radio-display {
    display: flex;
    align-items: center;
    gap:10px;
}
.lp-text-form-outer .form-outer-wrap li.hs-form-radio label .hs-input {
    margin-bottom: 0px !important;
}
.lp-text-form-outer .form-outer-wrap form fieldset .input select {
    appearance: none;
    background-image: url(https://www.wcs-group.co.uk/hubfs/wcs_form_img/Vector-arrow-1.svg);
    background-position: 92%;
    background-repeat: no-repeat;
    background-size: 15px;
    cursor: pointer;
}

.lp-text-form-outer .form-outer-wrap ul.inputs-list.multi-container .hs-input {
    width: auto!important;
}

.lp-text-form-outer .form-outer-wrap ::placeholder {
  color: #757575 !important;
}

.lp-text-form-outer .form-outer-wrap .form-wrap form label .hs-error-msg {
  font-size: 12px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form  label.hs-error-msg {
  color: #fff;
  font-size: 12px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form ul.hs-error-msgs {
  list-style-type: none;
  padding-left: 0;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form fieldset .hs-richtext p {
  color: #fff;
  padding: 0px 0px 10px;
  font-weight: 500;
}
body.landing-page-2020.hs-content-id-95206893983.hs-site-page.page .lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form li.hs-form-checkbox>label input+span,
body.landing-page-2020.hs-content-id-5864489147.hs-landing-page.hs-page .lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form li.hs-form-checkbox>label input+span{
  height: auto;
  width: 100%;
  float: left;
  background: url(//4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/Icons%202020/checkbox-lp-form.png) no-repeat;
  padding: 0px 0px 10px 30px ;
  clear: both;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
background-size: 20px;
  background-position: 2px 20%;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"] {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form .hs-form-field ul {
  list-style-type: none;
  padding-left: 0px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form .hs-form-field ul.inputs-list {
  overflow:hidden;
  clear:both;
  margin: 0 0 25px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"] {
  width: 22px;
  margin: 4px 2px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  opacity: 0;
  float: left;
  position: absolute;
}
body.landing-page-2020.hs-content-id-95206893983.hs-site-page.page .lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"]:checked + span,
body.landing-page-2020.hs-content-id-5864489147.hs-landing-page.hs-page .lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form li.hs-form-checkbox input[type="checkbox"]:checked + span{
  background: url(//4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/Icons%202020/tick-box-lp.png) no-repeat;
  background-size: 20px;
  background-position: 2px 20%;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form .hs-message textarea {
  height: 112px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form .hs-message textarea.hs-input {
  width: 97%;
  margin-right: 0px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form .grecaptcha-badge {
  margin-top: 30px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form input.hs-button {
  background: #F9D33C;
  border: none;
  padding: 11px 20px;
  border-radius: 15px;
  font-size: 21px;
  color: #514F99;
  font-weight: 600;
  font-family: 'Raleway',sans-serif;
  margin-right: 20px;
  outline: none !important;
  cursor: pointer;
  transition: 0.4s all;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form  .hs-submit .actions {
  text-align: left;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form input.hs-button:hover {
  color: #F9D33C;
  background-color: #545298;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form .hs_message label {
  display: none;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form .hs_message div.input {
  margin-top: 20px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form fieldset.form-columns-2 .input, 
.lp-text-form-outer .form-outer-wrap .form-wrap form fieldset.form-columns-1 .input {
  margin-right:20px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form fieldset.form-columns-1 label span {
  color: #fff;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form fieldset.form-columns-1 .input ul li {
  padding-top: 10px;
}


@media (max-width: 1680px) {
  .image-banner-outer-par {
    background-size: cover;
    background-position:right;
  }
}

@media (max-width: 1076px) {
  .lp-text-form-outer .form-outer-wrap ul.inputs-list.multi-container {
    gap: 20px !important;
}
  
}
@media (max-width: 1025px) {
  .lp-text-form-outer {
    padding: 30px 0px 60px;
  }
}
@media (max-width: 1000px) {
  .lp-text-form-outer .form-outer-wrap .form-wrap h3 {
    max-width: 80%;
  }
}
@media (max-width: 860px) {
.lp-text-form-outer .form-outer-wrap .form-wrap {
    padding: 30px 18px 30px 40px !important;
}
}
@media (max-width: 860px) {
  .lp-text-form-outer .lp-text-form-inner {
    display: inline;
  }
  .lp-text-form-outer .form-outer-wrap {
    margin-top:0px;
    padding-top: 0px;
  }
  .lp-text-form-outer .text-outer-wrap {
    padding: 20px;
  }
}

@media (max-width: 816px) {
.lp-text-form-outer .form-outer-wrap .form-wrap {
    padding: 30px 14px 30px 40px!important;
}
}
@media (max-width: 812px) {
.lp-text-form-outer .form-outer-wrap {
    padding: 0px !important;
}
}
@media (max-width: 783px) {
  .lp-text-form-outer .form-outer-wrap .form-wrap {
    padding: 30px 25px 30px 34px;
}
}

@media (max-width: 767px) {
  .lp-text-form-outer .form-outer-wrap .form-wrap h3 {
    max-width: 90%;
  }
  .image-banner-outer-par {
    min-height: 360px;
    background-position:left-bottom;
    background-attachment: unset;
  }
  .lp-text-form-outer .text-wrap p:first-child, .lp-text-form-outer .form-outer-wrap .form-wrap h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .lp-text-form-outer .lp-form-consent {
    max-width:100%;
  }
}
@media (max-width: 465px) {
  .lp-text-form-outer .form-outer-wrap .form-wrap {
    padding: 20px 20px 30px 30px !important;
}
}
@media (max-width: 480px) {
  .lp-text-form-outer .form-outer-wrap .form-wrap form.hs-form .hs-form-field ul.inputs-list {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  .lp-text-form-outer .form-outer-wrap .form-wrap form .hs_message div.input {
    margin-top: 30px;
  }
  .lp-text-form-outer .form-outer-wrap .form-wrap form fieldset.form-columns-2 .input,
  .lp-text-form-outer .form-outer-wrap .form-wrap form fieldset.form-columns-1 .input {
    margin-right:0px;
  }
  .lp-text-form-outer .form-outer-wrap .form-wrap form .form-columns-2 .hs-form-field .hs-input {
    width: 100%;
  }
  .lp-text-form-outer .text-wrap img {
    display:block;
    float: none !important;
    margin: 10px 0px !important;
  }
  .lp-text-form-outer {
    padding: 0px 0px 60px;
  }
  .lp-text-form-outer .form-outer-wrap .form-wrap {
    padding: 20px 20px 30px 24px !important;
  }
  .lp-text-form-outer .form-outer-wrap .form-wrap form .hs-submit .actions {
    text-align: left;
  }
  .lp-text-form-outer .text-outer-wrap {
    padding: 10px 0;
  }
  .lp-text-form-outer .form-outer-wrap {
    padding: 0px;
  }
  .lp-text-form-outer .form-outer-wrap ul.inputs-list.multi-container .hs-input {
    margin-left: 0;
  }
  .lp-text-form-outer .form-outer-wrap label.hs-form-radio-display {
    gap: 5px;
  }

}

/* LP 2021 Ends Here */

/* Spare parts css Here */
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page .lp-text-form-outer .form-outer-wrap .form-wrap form fieldset.form-columns-1 .input, .lp-text-form-outer .form-outer-wrap .form-wrap form fieldset.form-columns-2 .input {
    margin-right: 10px;
}
.lp-text-form-outer .form-outer-wrap .form-wrap form input[type=text]{
    margin-bottom: 10px;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page .lp-text-form-outer .form-outer-wrap .form-wrap {
    background-image: linear-gradient(to bottom left,#63c9f2,#545298);
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px;
}

body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: inline-block;
    width: 62%;
    float: left;
    margin: 0 auto 20px 0px;
    max-width: 316px;
    margin-bottom: 0px;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page .hs_submit.hs-submit {
    padding: 34px 0 0px 0px!important;
    text-align: center!important;
    display: inline-block;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page .hs-button {
    float: right;
    background: #F9D33C;
    border: none;
    /* padding: 11px 40px; */
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 18px;
    color: #514F99;
    font-weight: 600;
    font-family: 'Raleway',sans-serif;
    margin-right: 7px;
    text-transform: capitalize;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page ul.inputs-list.multi-container {
    align-items: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
    list-style-type: none;
    padding-inline-start: 0px !important;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page .hs-form-field label {
    display: block!important;
    margin-bottom: 8px!important;
    margin-right: 8px;
    margin-top: 0px!important;
}

body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page label.hs-form-checkbox-display {
    position: relative;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    padding: 16px 16px;
}

body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"] {
    width: 22px;
    margin: 4px 2px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    opacity: 0;
    float: left;
    position: absolute;
}

body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page form.hs-form .hs-form-field ul.inputs-list li input[type="checkbox"] {
    display: none;
    visibility: hidden;
    opacity: 0;
}

body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page ul.inputs-list.multi-container li.hs-form-checkbox label span {
    display: inline-block;
    margin-left: 34px;
    margin-right: 0;
   color: #000;
    font-size: 16px !important;
    line-height: 21px;
    font-weight: 300;
}

body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page label.hs-form-checkbox-display {
    color: #000;
    font-size: 16px;
    line-height: 21px;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page label.hs-form-checkbox-display {
    position: relative;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    padding: 16px 16px;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page ul.inputs-list.multi-container li.hs-form-checkbox label span:before {
    border: 2px solid #dfdfdf;
    border-radius: 50%;
    content: "";
    height: 32px;
    left: 9px;
    position: absolute;
    top: 10px;
    width: 32px;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page ul.inputs-list.multi-container li.hs-form-checkbox label input:checked+span:before {
    background-color: #545298;
    border: 0 solid #545298;
    height: 32px;
    opacity: 1;
    width: 32px;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page ul.inputs-list.multi-container li.hs-form-checkbox label span:after {
    /* background-image: url(https://4877473.fs1.hubspotusercontent-na1.net/hubfs/4877473/check_white.svg); */
    background-image: url(https://www.wcs-group.co.uk/hubfs/Check-orange.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0;
    content: "";
    height: 16px;
    left: 14px;
    position: absolute;
    top: 18px;
    transition: opacity .2s ease-in-out;
    width: 22px;
    opacity: 0;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page ul.inputs-list.multi-container li.hs-form-checkbox label input:checked+span:after {
    opacity: 1;
}
body.landing-page-2020.hs-content-id-148415921061.hs-landing-page.hs-page ul.inputs-list.multi-container li {
    list-style: none;
    line-height: 40px;
    font-weight: 300;
    position: relative;
    font-size: 16px;
}
/* spare parts Ends Here */

/* Industries 2021 */

.industries-2021 .test-page-align {
  max-width: 1200px;
}
.industries-2021 .featured-ebook-outer-tes .featured-ebook-inner {
  margin-right: 50px;
}
.industries-2021 .resource-mdl-outer .main-header h2 {
  color: #545298;
  font-weight: 800;
  text-align: center;
  margin: 0;
  font-size: 35px;
  line-height: 1.4em;
}
.industries-2021 .resource-mdl-outer .main-header {
  padding-bottom:30px;
  padding-top: 50px;
}
@media screen and (max-width: 976px) {
  .industries-2021 .ebook-mdl-outer {
    padding: 60px 0;
  }
}

/* Industries 2021 Ends Here */

/* Accreditations Respository 2021 */

.acc-resp-page .full-width-para-wrap h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}
.acc-resp-page .text-full-mod-outer {
  padding: 50px 0px 0px;
}
.acc-resp-page .cat-outer .cat-inner a {
  font-size: 18px;
  margin: 10px 10px 10px 0px;
}
.acc-resp-page .cat-outer {
  padding-top:20px;
  padding-bottom:50px;
}
.acc-resp-page .resources-outer .resources-inner {
  padding: 0px;
}
.acc-resp-page .ebook-mdl-outer {
  padding: 120px 0 60px;
}
.acc-resp-page .resources-inner .cat-title h2 {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {  
  .acc-resp-page .ebook-mdl-outer {
    padding: 60px 0;
  }
}

@media screen and (max-width: 480px) {  
  .acc-resp-page .cat-outer {
    padding-bottom:30px;
  }
  .acc-resp-page .ebook-mdl-outer {
    padding: 30px 0 0 0;
  }
  .acc-resp-page .resources-inner .cat-title h2 {
    margin-bottom: 0px;
  }
}
/* Accreditations Respository Ends Here */

/* Policy Docs 2021 */

@media screen and (max-width: 480px) { 
  .pol-docs .text-full-mod-outer {
    padding: 20px 0px 0px;
  }
}

/* ==========================================================================
5. MISCELLANEOUS                           
========================================================================== */

/* Old pages with a new nav */

.old-pages .darken-banner-image img {
  margin-top: -133px;
  filter: brightness(0.5);
}
.old-pages .darken-banner-back-image {
  margin-top: -133px;
}
.old-pages .darken-banner-back-image img {
  filter: brightness(0.5);
}
.careers-2019 .child-trigger i:after {
  top: -25px;
}

@media (max-width: 992px) { 
  .old-pages .darken-banner-image img {
    margin-top: -152px;
  }
  .old-pages .custom-menu-primary {
    width: 75% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .old-pages .darken-banner-image img {
    margin-top: -111px !important;
  }
  .old-pages .darken-banner-back-image {
    margin-top: -111px !important;
  }
  .old-pages .darken-banner-back-image .banner-area .banner-img {
    margin-top: -111px;
  }
  .old-pages .banner-area .banner-content { 
    margin-top: 0px;
  }
  .careers-2019 .sec1-outer-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 520px) {
  .old-pages .darken-banner-back-image .banner-area .banner-img {
    margin-top: 0px !important;
    height: auto;
  }
  .old-pages .darken-banner-image img, .old-pages .darken-banner-back-image img {
    min-height:250px;
    object-fit: cover;
  }
  .old-pages .darken-banner-back-image {
    display: inline-block;
  }
  .old-pages .header-outer-wrap .header-col2 {
    color: transparent;
  }
  /*.old-pages .darken-banner-image img {
  margin-top: 0px !important;
  filter: none;
}
  .old-pages .header-outer-wrap .header-col2 {
  background: #545298;
}*/

  .mobile-call a {
    font-size: 14px;
  }
}

/* PIllar Page 2020 */

.pillar-page-2020 .banner-area h2 {
  font-size: 52px;
  font-weight: 700;
  color: #23b7ca;
  line-height: 66px;
  margin-bottom: 20px;
}
.pillar-page-2020 .text-wrap h2 {
  color: #545298;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0px;
}
.pillar-page-2020 p a, .pillar-page-2020 span a {
  color: #545298;
  text-decoration: none;
  font-weight: bold;
}
.pillar-page-2020 .text-wrap {
  position: relative;
}
.pillar-page-2020 .text-wrap ul li:before {
  content: '';
  background-image: url(https://4331926.fs1.hubspotusercontent-na1.net/hubfs/4331926/WCS%20Group%202020/service%20page/Check.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0px;
}
.pillar-page-2020 .text-wrap ul li {
  list-style-type: none;
  cursor: auto;
}
.pillar-page-2020 .body-container ul li {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.pillar-page-2020 .side-bar-menus ul li a {
  background-color: #50579f;
  color: #f9f9f9;
  font-weight: 600;
  text-decoration: none;
}
.pillar-page-2020 .side-bar-menus ul li:hover, .pillar-page-2020 .side-bar-menus ul li:hover a, .pillar-page-2020 .side-bar-menus ul li.activeli a, .pillar-page-2020 .side-bar-menus ul li.activeli  {
  background-color: #f9d33c;
  color:  #50579f;
}
.pillar-page-2020 .side-bar-menus ul li {
  background-color: #50579f;
  padding: 10px 20px;
}
.pillar-highlighted-content {
  border: 2px solid #23b7ca;
  padding: 20px;
  text-align: center;
  margin: 40px 0px;
}
.pillar-highlighted-content-2 {
  border:1px solid #000000;
  padding: 20px;
}
.pillar-page-2020 .text-wrap ol li {
  cursor: auto;
}
@media screen and (max-width: 767px) {
  .pillar-page-2020 .content-wrapper {
    padding: 0px 30px;
  }
  .pillar-page-2020 .text-wrap {
    padding: 0px 20px;
  }
  .pillar-page-2020 .banner-content .span4, .pillar-page-2020 .page-center .span4 {
    display: none;
  }
  .pillar-page-2020 .text-wrap h2 {
    margin-top: 10px;
  }
  .pillar-page-2020 .text-wrap ul li:before {
    left: 25px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 520px) {
  .pillar-page-2020 .header-outer-wrap .header-col2 {
    background: none;
  }
  .pillar-page-2020 .banner-area h2 {
    font-size: 38px;
    line-height: 1.2;
  }
  .pillar-page-2020 .text-wrap h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 411px) {
  .pillar-page-2020 .banner-area h2 {
    margin-bottom: 0px;
    font-size: 30px;
    margin-top: 40px;
  }
  .pillar-page-2020 .text-wrap h2 {
    font-size: 24px;
  }
}

/* ==========================================================================
6. MOBILE MEDIA QUERIES                                
========================================================================== */


@media screen and (max-width: 1280px) {
.newCustomerBtn2020 {
  right: -60px;
  }
}

@media screen and (max-width: 1080px) {
  .header-outer-wrap .top-section-outer .left p {
    font-size: 14px;
  }

  .header-outer-wrap .top-section-outer .right ul li {
    line-height: 20px;
  }

  .header-outer-wrap .top-section-outer .right ul li a {
    font-size: 14px;
  }

  .header-logo img.hs-image-widget {
    max-width: 150px !important;
  }

  .header-outer-wrap .header-menu {
    padding-top: 4px;
  }

  .header-outer-wrap .header-menu ul li.hs-menu-depth-1>a {
    font-size: 14px;
  }   
}


@media (max-width: 992px) { 
  .footer-logo-wrapper ul li {
    width: 12%;
  }

  .custom-footer .footer-logo {
    width: 100% !important;
  }

  .custom-footer .footer-menu-wrap {
    width: 83.33333333% !important;
  }
 .custom-footer-2021 .footer-menu-wrap {
    width: 100% !important;
  }
  .footer-menu-wrap .span3 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .serv-container ul>li.hs-menu-depth-1:nth-child(3) {
    width: 35% !important;
  }
  .serv-container ul>li.hs-menu-depth-1:nth-child(6) a {
    font-size: 13px !important;
    line-height: 30px !important;
    padding: 3px 20px !important;
  }
}
@media screen and (min-device-width: 977px) and (max-device-width: 1300px) { 
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: -97px;
}
}
@media screen and (min-width: 977px) and (max-width: 1100px) {
  .serv-container ul>li.hs-menu-depth-1:nth-child(3) {
    width: 30% !important;
}
  .serv-container ul>li.hs-menu-depth-1:nth-child(6) a {
    font-size: 13px !important;
    line-height: 30px !important;
    padding: 3px 20px !important;
  }
}
@media screen and (min-width: 977px) and (max-width: 982px) {
  .header-outer-wrap .header-menu ul li.hs-menu-depth-1>a {
    font-size: 13px;
  }
}

@media screen and (max-width: 976px) {
  li.hs-menu-item.hs-menu-depth-2 {
    text-align: center !important;
}
  .header-outer-wrap .header-col1 {
    display: none !important;
  }

  .header-menu.desktop {
    display: none;
  }
  .logo-menu.desktop {
    display: none;
  }

  .mobile-call {
    display: block;
  }

  .header-menu.custom-menu-primary.mobile {
    display: block;
  }

  .post-pagination {
    padding: 10px 0 25px;
  }

  .wcs-blog-listing-wrapper .post-listing {
    display: block;
  }

  .wcs-blog-listing-wrapper .post-item {
    margin: 0 0% 50px;
  }

  .wcs-blog-listing-wrapper .post-item:last-child {
    margin: 0px;
  }

  .wcs-blog-listing-wrapper .post-header h2 {
    min-height: auto;
  } 
  .header-menu.custom-menu-primary.mobile .hs-menu-wrapper.active-branch.hs-menu-flow-horizontal {
    border-radius: 10px;
  }
  .header-menu.custom-menu-primary.mobile .child-trigger {
    background-repeat: no-repeat;
    background-position: center top 25px;
  }
  .header-menu.custom-menu-primary.mobile ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>a {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #545298 !important;
    letter-spacing: 0.53px;
    font-weight: 600 !important; 
    text-decoration: none;
    padding: 10px 10px !important;
  }
  .header-menu.custom-menu-primary.mobile ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>ul>li.hs-menu-depth-3>a {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #4A484B !important;
    letter-spacing: 0.53px;
    font-weight: 500 !important; 
    text-decoration: none;
    padding: 10px 0 !important;
    text-indent: 15px !important;
  }
  .header-menu.custom-menu-primary.mobile ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>.child-trigger {
    background-position: center top 17px;
  }
  .header-menu.custom-menu-primary.mobile ul>li.hs-menu-depth-1>a {
    font-size: 15px !important;
    line-height: 22px !important;
    color: #4A484B !important;
    letter-spacing: 0.53px;
    font-weight: 600 !important; 
    text-decoration: none;
    padding-top: 10px;
  }
  .child-trigger.child-open {
    background-image: url(https://www.wcs-group.co.uk/hubfs/WCS%20Group%202021/Header/top.svg) !important;
  }
  .mega-menu-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:last-child {
    text-align: center;
  }
  .mega-menu-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:last-child a {
    border: 0 !important;
    color: #4a484b !important;
    background-color: #f9d33c;
    font-size: 15px !important;
    line-height: 35px !important;
    padding: 3px 36px !important;
    text-align: center;
    border-radius: 50px;
    letter-spacing: .15px;
    font-weight: 500 !important;
    margin-top: 15px;
    display: inline-block;
  }
  .mega-menu-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:last-child a:hover {
    background-color: #4A484B !important;
    color: #fff !important;
  }
  .mega-menu-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1>ul {
    box-shadow: none !important;
  }
  .mega-menu-header .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1>ul>li.hs-menu-depth-2 {
  
  }
  
}


@media screen and (max-width: 900px) {  
  .post-filter-pagination {
    display: block;
  }

  .wcs-blog-listing-wrapper .post-filter {
    flex: 0 60%;
    text-align: center;
    padding-bottom: 30px;
  }

  .wcs-blog-listing-wrapper .post-filter input {
    width: 100%;
    margin: 0px !important;
  }

  .wcs-blog-listing-wrapper .post-filter ul#tags {
    top: 45px;
    width: 100%;
    left: 0;
  }

}

@media screen and (max-width: 767px) {  
  .custom-footer .footer-menu-wrap, 
  .custom-footer .footer-logo,
  .custom-footer .footer-social{
    width: 100% !important;
    padding: 0 !important;
  }

  .footer-social a {
    float: none;
    display: block;
  }

  .footer-menu-wrap .span3 {
    width: 50% !important;
    float: left;
    padding: 0;
  }

  .footer-menu-wrap .span3:nth-child(3n) {
    clear: left;
  }

  .footer-menu-wrap ul li {
    font-size: calc(14px + 0.25vw);
  }

  .footer-menu-wrap ul {
    margin: 0 0 30px !important;
  }

  .footer-social {
    margin-top: 0px;
  }

  .footer-menu-wrap {
    margin-top: 30px;
  }

  .footer-logo-wrapper ul li {
    width: 21%;
    margin-bottom: 21px;
  }

  .footer-logo-wrapper .page-center {
    padding: 0 !important;
  }

  .wcs-blog-listing-wrapper .post-header h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .wcs-blog-listing-wrapper .post-header h2 a {
    line-height: 30px;
  }

  .wcs-blog-listing-wrapper .date-tag,
  .wcs-blog-listing-wrapper .post-body {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 0px;
  }

  .wcs-blog-listing-wrapper .date-tag span.date,
  .wcs-blog-listing-wrapper .date-tag span.tag a {
    font-size: 17px;
    line-height: 25px;
  }

  .wcs-blog-listing-wrapper .read-more a {
    font-size: 14px;
    padding: 5px 30px;
    line-height: 26px;
  }
  .wcs-blog-listing-wrapper .read-more a {
    font-size: 16px;
    padding: 11px 30px;
  }

  .wcs-blog-listing-wrapper .post-item {
    padding-bottom: 40px;
  }
  .pillar-page-2020 .scroll-menu {
    margin-top: 80px;
    z-index:1;
  }
  .blog-template-2020.rbl-template .contact-section .page-center {
    padding: 0 20px !important;
  }
}  

@media screen and (min-width: 475px) {
  .child-trigger {
    right: 20px !important;
  }
}
@media screen and (max-width: 480px) {  
  .footer-menu-wrap .span3 {
    width: 100% !important;
  }
  .header-outer-wrap .header-menu ul li.hs-menu-depth-1 {
    padding: 7px 20px;
  }
  .header-outer-wrap .header-menu ul li.hs-menu-depth-1>a {
    font-size: 18px;
  }
  .mobile-call a {
    font-size: 16px;
    padding: 15px 0px;
  }
  .banner-cta a {
    padding: 16px 30px !important;
  }
  .water-matters-mdl-inner .cta-outer a {
    font-size: 18px !important;
    padding: 11px 30px !important;
  }
  .ebook-mdl-outer .cta-outer a {
    padding: 16px 30px !important;
    line-height: 1em !important;
    font-size: 18px !important;
  }
  .footer-menu-wrap ul li {
    padding: 15px 0px !important;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .rbl-template .section.post-body p > img {
    width: 100% !important;
    padding: 20px 0px !important;
  }
  .rbl-template .siau-form-mdl-outer .contact-form-outer-wrap .form-wrap,
  .rbl-listing .siau-form-mdl-outer .contact-form-outer-wrap .form-wrap {
    padding: 30px 20px 80px;
  }
}

@media screen and (max-width: 400px) {  
  .mobile-call a {
    font-size: 10px;
  }
  .header-menu.custom-menu-primary.mobile ul>li.hs-menu-depth-1>ul>li.hs-menu-depth-2>a {
       font-size: 12px !important; 
  }
  .header-logo img.hs-image-widget {
      max-width: 140px !important;
  }
}



a.previous-posts-link, a.next-posts-link {
    border-radius: 50%;
    color: #545298;
    fill: #545298 !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-decoration: none;
    transition: all .6s;
}
a.next-posts-link {
    margin-left: 12px;
}
a.previous-posts-link {
    margin-right: 12px;
}
  a.previous-posts-link svg {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 4px;
}
a.next-posts-link svg {
  vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 4px;
}
.goto-page {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    text-align: right;
    justify-content: flex-end;
}
.goto-page h3, a.goto {
    color: #545298;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .68px;
    line-height: 21px;
    margin: 0;
}
.goto-page span {
    padding: 0 10px;
}
.goto-page span input {
    border: 1px solid #545298;
    border-radius: 5px;
    color: #545298;
    font-size: 17px;
    font-weight: 400;
    height: 39px;
    letter-spacing: .68px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    width: 65px;
    font-family: Raleway,sans-serif !important;
}
input.gotoInp:focus-visible {
    outline: 1px solid #545298;
}
a.goto {
    align-items: center;
    border: 1px solid #514f99;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: all .4s;
    width: 65px;
}
a.goto:hover {
    background-color: #f9d33c;
   border: 1px solid #f9d33c;
    color: #514f99;
}
p.invalidip, p.samepag {
    color: red;
    font-size: 14px;
    left: 160px;
    max-width: 100%;
    position: absolute;
    top: 50px;
    width: 40%;
}
.post-pagination.bottom {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
.post-pagination.bottom .goto-page {
    padding-left: 30px;
    margin-bottom: 0px !important;
}


@media(max-width:800px){
  .post-pagination.bottom {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
  .post-pagination.bottom ul.pagination.bottom-pg.clearfix {
    justify-content: center;
    margin-bottom: 25px;
}
  .post-pagination.bottom .goto-page {
    margin-bottom: 0!important;
    padding-left: 30px;
    justify-content: center;
}
}

@media(max-width:650px){
  .post-pagination ul.pagination li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    padding: 0 0 0px;
    width: 34px;
}
  a.next-posts-link, a.previous-posts-link {
    font-size: 16px;
    line-height: 35px;
}
a.next-posts-link {
    margin-left: 6px;
}
a.previous-posts-link{
    margin-right: 6px;
}
  a.next-posts-link svg{
    margin-bottom: 2px;
    margin-left: 1px;
    height: 14px !important;
}
  a.previous-posts-link svg {
    margin-bottom: 2px;
    margin-right: 1px;
    height: 14px !important;
}
  .post-pagination ul.pagination {
    justify-content: center;
}
  .goto-page {
    justify-content: center;
}
}