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


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

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


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


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

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

@font-face {
  font-family: Santral-Book;
  src: url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Book.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Santral-Regular;
  src: url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Regular.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Santral-SemiBold;
  src: url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-SemiBold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-SemiBold.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/Santral-SemiBold.eot") format("eot");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Santral-Bold;
  src: url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Bold.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Bold.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Bold.eot") format("eot");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Santral-Light;
  src: url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Light.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Light.eot ") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Santral-RegularItalic;
  src: url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-RegularItalic.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-RegularItalic.eot ") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/Fonts/Santral-RegularItalic.ttf") format("truetype");
  font-style: Italic;
  font-weight: 400;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #666;
  font-family: "Santral-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 87.5%;
  margin: 0 auto;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {
    font-family: Santral-RegularItalic,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
cite {}
code {}
pre {}

strong {
    font-family: Santral-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Santral-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 25px 0;
  font-weight: 500;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 40px;
  letter-spacing: -.03em;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { color:#2d3081;
    text-decoration: none;
    -webkit-transition: color .3s ease,background-color .3s ease;
    -o-transition: color .3s ease,background-color .3s ease;
    transition: color .3s ease,background-color .3s ease;
}
a:hover, a:focus { 
    color: #ff1d43;
    outline: 0;
}

/* Lists */
ul, ol {
    color: #666;
    margin-left: 0;
    padding-left: 0;
}


ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}



.custom-header {
  position: fixed;
  display: block;
  height: 60px;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 100;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  -o-transition: transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s,-webkit-transform ease .3s;
  -webkit-transform: translate3D(0,0,0);
  -ms-transform: translate3D(0,0,0);
  transform: translate3D(0,0,0);
  background-color: #fff;
}

.custom-header > .row-fluid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 135px;
  background-color: #fff;
  border-bottom: solid 1px #e5e5e5;
}

.custom-header .page-center {
  max-width: 93.75% !important;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  background-color: #fff;
  position: relative;
}

.cm-logo-wrap {
  width: auto !important;
  margin-top: 38px;
}

.cm-logo a {
  width: auto;
  height: 60px;
  display: block;
}

.cm-logo img.logo {display: inline-block;height: 32px;width: auto;clear: none;float: left;}

.cm-logo img.logo-text {
  display: inline-block;
  height: 32px;
  width: auto;
  clear: none;
  float: left;
}

.cm-menu-wrap {
  margin-left: 0 !important;
  width: auto !important;
  float: right !important;
}

.cm-menu-wrap .cm-top-menu {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  width: auto;
  float: right;
  padding-top: 40px;
}

.cm-top-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
}

.cm-top-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  -webkit-transition: color .3s ease,background-color .3s ease;
  -o-transition: color .3s ease,background-color .3s ease;
  transition: color .3s ease,background-color .3s ease;
  cursor: pointer;
}

.cm-top-menu .hs-menu-wrapper > ul > li > a {
  color: #999;
  display: inline-block;
  margin-left: 30px;
}

.cm-top-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #2d3081;
}

.level-0__block {
  width: auto !important;
  float: right !important;
  padding: 0;
  margin-left: 30px !important;
  text-align: left;
  display: inline-block !important;
  cursor: pointer;
  margin-top: 20px;
}

.fixed .custom-header {
  -webkit-transform: translate3D(0,-141px,0);
  -ms-transform: translate3D(0,-141px,0);
  transform: translate3D(0,-141px,0);
}

@media (min-width: 80em) {
  .level-0__block .level-0__title {
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    color: #2d3081;
  }
}

.level-0__block .level-0__title {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-left: 30px;
  height: 24px;
  border: 0;
  border-left: solid 1px #999;
}

.level-0__block .level-0__title .search_icon {
  background-color: rgba(255,255,255,.2);
  border: 0;
  padding: 10px 15px 10px 15px;
  color: #2d3081;
  width: 15.625%;
  position: relative;
  cursor: pointer;
  border-bottom: none;
}

.screen-reader-text {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

.level-0__block .level-0__title .search_icon .icon.icon-search-icon-dims {
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(-50%,-50%,0);
  -ms-transform: translate3D(-50%,-50%,0);
  transform: translate3D(-50%,-50%,0);
  -webkit-transition: color ease .3s;
  -o-transition: color ease .3s;
  transition: color ease .3s;
  fill: #2d3081;
}

.level-0__block .level-1 {
  display: block;
  position: fixed;
  top: 135px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #2d3081;
  color: #fff;
  padding: 60px 0;
  z-index: -1;
  visibility: visible;
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s,-webkit-transform .3s ease .2s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  overflow: hidden;
}

.level-0__block .level-1 > .hs-search-field {
   width: 87.5%;
   margin: 0 auto;
}

.level-0__block .level-1 label {
   display: none;
}

.level-0__block .level-1 .hs-search-field__input {
   outline-offset: -2px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-transition: border-color .3s ease;
   -o-transition: border-color .3s ease;
   transition: border-color .3s ease;
   float: left;
   display: inline-block;
   opacity: 1;
   margin: 0;
   border: 0;
   border-top: 1px solid transparent;
   border-bottom: 1px solid #fff;
   color: #fff;
   background: 0 0;
   line-height: 1.3;
   width: 78.125%;
    max-width: 100%;
   padding: 20px 0;
   font-size: 30px;
}

.level-0__block .level-1 .search-submit.btn {
   font: inherit;
   margin: 0;
   text-transform: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer;
   -webkit-font-smoothing: antialiased;
   text-decoration: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   vertical-align: middle;
   -webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
   -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
   transition: background-color .3s ease,color .3s ease,border .3s ease;
   text-align: center;
   display: inline-block;
   font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-weight: 400;
   position: relative;
   z-index: 0;
   border-radius: 0;
   border: 1px solid #fff;
   line-height: 1.3;
   background-color: #fff;
   color: #2d3081;
   width: 18.75%;
   margin-left: 3.125%;
   padding: 20px 0;
   font-size: 30px;
}

.level-0__block:hover .level-1 {
   -webkit-transform: translate3d(0,0,0);
   transform: translate3d(0,0,0);
}

.level-0__block .level-1 .hs-search-field__input {
    font-family: Santral-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.level-0__block .level-1 .search-submit.btn:hover {
   background-color: #2d3081;
   color: #fff;
}

@media (min-width: 48em) {
  .custom-header {
    min-height: 135px !important; 
  }
  .cm-logo img.logo {
    height: 60px;
  }
  .cm-logo img.logo-text {
    height: 60px;
  }
}


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

div#site-wrapper {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: block;
}

.hs-one-col-section1-wout-banner-sec1-r1 {
    padding-top: 6.2%;
    overflow: hidden;
    width: 50% !important;
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
}

.hs-one-col-section1-wout-banner-sec1-r1 strong {
    font-weight: bolder;
    font-family: Santral-Book,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.body-container-wrapper {
  margin-top: 135px;
}
.body-container p {
    margin-bottom: 30px;
    margin-top:0;
}

.body-container ol li, 
.body-container ul li {
    margin-left: 0;
    padding-left: 1.5em;
    position: relative;
}

.body-container ul li {
    list-style: none;
}

.body-container ol li:before, 
.body-container ul li:before {
    color: #ff1d43;
    position: absolute;
    top: 0;
    left: 0;
}

.body-container ul li:before {
    content: "\25CF";
    display: inline-block;
    font-size: 10px;
    top: 6px;
}

/*-----------------------------------------*/

.inner-pagecenter {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto !important;
    display: block;
    float: none !important;
}

.static-hero {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%;   
    background: #fff;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
}

.theme-dark {
    color: #000;
}

.static-hero .static-hero-content-wrap {
    top: 0;
    height: 50%;
    z-index: 1;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.static-hero .static-hero-content-wrap .static-hero-content {}

.static-hero .static-hero-content-wrap .static-hero-content {
    position: absolute;
    left: 0;
    padding: 0 4.16667%;
    width: 100%;
    padding: 0 8.33333%;
    text-align: center;
}

.static-hero .static-hero-content-wrap .static-hero-content .sub-title {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    color: #000;
    margin: 0 0 25px;
}

.theme-light.static-hero .static-hero-content-wrap .static-hero-content .sub-title {
    color:#fff;
}

.static-hero .static-hero-content-wrap .static-hero-content .sub-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
}
.theme-dark .sub-title:after {
    background-color: rgba(0,0,0,.2);
}
.static-hero .static-hero-content-wrap .static-hero-content .sub-title::after {
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
.static-hero .static-hero-content-wrap .static-hero-content .sub-title:after {
    background-color: rgba(0,0,0,.2);
}
.theme-light {
    color: #fff;
}

.static-hero.theme-light .static-hero-content-wrap .static-hero-content h1 {
    color: #fff;
}

.static-hero .static-hero-content-wrap .static-hero-content h1 {
    font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    margin-bottom: 3px;
    font-size: 40px;
    letter-spacing: -.03em;
}

.one-col-content {
    width: 85.6% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    margin-top: -28.5%;
    min-height: 450px;
    padding-top: 7.15%;
    padding-left: 7.05%;
    padding-right: 7.05%;
    background-color: #fff;
    float: none !important;
    font-size: 18px;
}

.contact-headline {
    color: #666;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 20px;
    font-size: 24px;
    margin: 0 0 30px 0;
}

.contact-headline .tel {
    color: #ff1d43;
}

.location-row {
    padding-top: 4.16667%;
}

.location-block {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.location-block p {
    margin: 0 0 30px 0;
}

.acf-map {
/*     display: block;
    width: 100%;
    padding-top: 50%;
    margin: 0 0 40px 0;
    border: 0;
    position: relative;
    overflow: hidden;  */
}

.hs-richtext p {
    font-size: 9pt;
    font-family: Helvetica, sans-serif;
    float: r;
}

.one-col-content-form .hs-richtext {
    width: 68.7%;
    float: right;
}

.one-col-content-form  .actions {
    clear: both;
    width: 68.9%;
    float: right;
}

.one-col-content-form {
    padding-top: 8.33333%;
}

h3.form-title {
    font-size: 24px;
    text-transform: none;
    padding-bottom: 30px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

.one-col-content-form form {
    padding: 6.25%;
}

.one-col-content-form textarea {
    min-height:200px;
}

label {
    font-weight: 700;
}

.one-col-content-form .hs-input {
    width: 68.75%;
    float: left;
}

.one-col-content-form .hs-form-field >label {
    width: 31.25%;
    float: left;
}

.one-col-content-form .hs-form-field {
    padding: 10px 0;
    overflow:hidden;
}

.hs-error-msgs {
  margin: 0 !important;
  list-style: none;
  color: red;
  padding: 0 0 !important;
  margin-top: 20px;
  width: 100%;
  float: left;
}

.one-col-content-form  .hs-error-msgs {
  margin: 0 0 0 31.25% !important;
}

.hs-error-msgs li:before {
   display: none !important;
}

.hs-error-msgs li {
   padding: 0 !important;
   display: block;
}

.one-col-content-form .hs-error-msgs label {
   width: auto;
   float: none;
   display: block;
}

.hs_error_rollup .hs-error-msgs {
   margin: 0 0 20px !important;
   margin-bottom: 10px;
}



.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/*----------companies ------------*/

.one-col-content h5 {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #b2b2b1;
}

.rp-companies h3 {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.rp-companies-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rp-companies-item {
    width: 28.57143%;
    -webkit-transition: opacity linear 1s,-webkit-transform ease-in .25s;
    transition: opacity linear 1s,-webkit-transform ease-in .25s;
    -o-transition: opacity linear 1s,transform ease-in .25s;
    transition: opacity linear 1s,transform ease-in .25s;
    transition: opacity linear 1s,transform ease-in .25s,-webkit-transform ease-in .25s;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.rp-companies-item:nth-child(1) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.rp-companies-item:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.rp-companies-item:nth-child(3) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.rp-companies-text h2 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 25px 0;
    font-weight: 500;
}

.rp-companies-byline {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #b2b2b1;
}

a.rp-companiesread-more {
    display: inline-block;
    color: #2d3081;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

a.rp-companiesread-more svg.icon {
    display: inline-block;
    width: 21px;
    height: 14px;
    fill: #ff1d43;
    margin-right: 10px;
    -webkit-transform: rotate(180deg) translate3d(0,-2px,0);
    transform: rotate(180deg) translate3d(0,-2px,0);
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s,-webkit-transform ease .3s;
}

.rp-companies-text h2 a:hover {
    color: #ff1d43;
}

.rp-companies-item a:hover {
    color: #ff1d43;
}

a.rp-companiesread-more:hover svg.icon {
    -webkit-transform: rotate(180deg) translate3d(-5px,-2px,0);
    transform: rotate(180deg) translate3d(-5px,-2px,0);
}

/*---------------------- ONe Column Content ---------------*/

.hs-one-col-section1-wout-banner-sec1-r1 {
    padding-top: 6.2%;
    overflow: hidden;
    text-align: center;
}

.hs-one-col-section1-wout-banner-sec1-r1 h2 {
    font-size: 40px;
    letter-spacing: -.03em;
    margin-bottom: 30px;
    line-height: 1.3;
}

.hs-one-col-section1-wout-banner-sec1-flex {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 87.5% !important;
    margin-top: 6.25%;
    margin-bottom: 6.25%;
    float: none !important;
}

.cm-accordion-wrap {
    border-bottom: 1px solid rgba(0,0,0,.2);
}

.cm-accordion-inner {
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 30px 20px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
}

table {
   font-size: 11px;
   font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
   font-weight: 400;
   color: #666;
   border-collapse: collapse;
   line-height: 1;
   margin: 0;
   width: 100%;
   width: 100%;
   border-top: 3px solid #666;
   table-layout: fixed;
   margin-bottom: 40px;
}
tr {
   border-bottom: 1px solid rgba(0,0,0,.2);
}

td, th, tr {
   vertical-align: middle;
}

td, th {
   text-align: left;
   padding: 20px 5px;
}


.custom-accordion-title {
    position: relative;
}

.custom-accordion-title h3 {
    font-size: 18px;
    margin: 0 60px 0 0;
    color: #2d3081;
    cursor: pointer;
    font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

span.plus-minus {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

span.plus-minus b {
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2d3081;
    -webkit-transition: color .3s linear,-webkit-transform .3s ease;
    transition: color .3s linear,-webkit-transform .3s ease;
    -o-transition: color .3s linear,transform .3s ease;
    transition: color .3s linear,transform .3s ease;
    transition: color .3s linear,transform .3s ease,-webkit-transform .3s ease;
}

span.plus-minus b:nth-child(2) {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.custom-accordion-title.active span.plus-minus b:nth-child(2) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.cm-accordion-inner:hover h3 {
    color: #000;
}

.hs-one-col-section1-wout-banner-sec1 .page-center {
    width: 100%;
    max-width: 1800px !important;
    margin: 0 auto;
    display: block;
}

.hs-one-col-section1-wout-banner-sec1-r1 h6 {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

/*-----------------one COlumn with Banner -----------*/

.cm-two-col-eq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.one-col-content-with-banner-sec1-flex {
    /* margin-bottom: 6.25%; */
    display: block;
    margin-top: 6.25%;
    padding-top: 13px;
}

.one-col-cont-w-ban-sec1-flex1 h3 {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}

.cm-two-col-eq-content {
    -ms-flex-preferred-size: 42.85714%;
    flex-basis: 42.85714%;
    margin-left: 7.14286%;
    margin-bottom: 7.14286%;
}

.cm-two-col-eq-content.col1 {
    margin-left: 0;
}

.cm-two-col-eq-content h3 {
    color: #2d3081;
    margin-top: 35px;
    font-size: 24px;
    text-transform: none;
    font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.3;
    font-weight: 500;
    padding: 0;
    letter-spacing: 0;
}

.cm-two-col-eq-content a:hover h3 {
    color: #ff1d43;
    -webkit-transition: color 450ms linear;
    -o-transition: color 450ms linear;
    transition: color 450ms linear;
}

.cm-two-col-eq-content p {
    color: #666;
}

.custom-accordion-body p {
    padding-top: 20px;
    padding-right: 60px;
    color: #666;
    margin: 0;
}

.custom-accordion-body p strong {
    font-family: Santral-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400; 
}

/*-------------- Three Column equal ----------*/

.cm-three-col-eq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cm-three-col-eq-content {
    -ms-flex-preferred-size: 28.57143%;
    flex-basis: 28.57143%;
    margin-left: 7.14286%;
}

.cm-three-col-eq-content.col1 {
    margin-left: 0;
}

.cm-three-col-eq-content h3 {
    margin-top: 35px;
    color: #2d3081;
    -webkit-transition: color 450ms linear;
    -o-transition: color 450ms linear;
    transition: color 450ms linear;
}

.cm-three-col-eq-content p {
    color: #666;
}

.cm-three-col-eq-content a:hover h3 {
    color: #ff1d43;
}

.cm-three-col-eq-content a:hover .read-more .icon {
    -webkit-transform: rotate(180deg) translate3d(-5px,-2px,0);
    transform: rotate(180deg) translate3d(-5px,-2px,0);
}

/*---------------- COntact --------------*/

.location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.location-list .type-locations {
    width: 50%;
    padding-right:;
    padding: 5% 0;
    padding-right: 20px;
}

.type-locations .image {
    width: 20%;
    height: auto;
    float: left;
    border-radius: 999em;
    margin-right: 10%;
}

.type-locations .location--info {
    overflow: hidden;
}

.type-locations .image img {
    width: 100%;
    height: auto;
    border-radius: 999em;
    display: block;
}

.type-locations h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.type-locations .tel {
    color: #666;
    font-size: 14px;
    display: block;
}

/*----------------- About Us -------------*/

.hs-about-section1 .page-center {
    max-width: 100% !important;
}

.cm-two-col-img-align-inner {}

.cm-two-col-img-align-inner {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%;
}

.cm-two-col-img-align-inner .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cm-two-col-img-align-wrap.left .cm-two-col-img-align-inner .image-bg {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    left: auto;
    right: 0;
}

.cm-two-col-img-align-inner .image-bg img {
    width: 100%;
    height: auto;
}

.cm-two-col-img-align-inner  .text-wrapper {
    position: absolute;
    top: 50%;
    width: 50%;
    background-color: transparent;
    transition: opacity linear 1s,transform ease-out .5s,-webkit-transform ease-out .5s;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    display: block;
    clear: both;
    left: 0;
    right: auto;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    padding: 6.25%;
    z-index: 10;
}

.cm-two-col-img-align-inner .text-wrapper h3 {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}

a.violet-btn {
    background-color: #2d3081;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    transition: background-color .3s ease,color .3s ease,border .3s ease;
    text-align: center;
    display: inline-block;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 12px 22px;
    font-size: 15px;
    color: #fff;
}

a.violet-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(0) translate3d(-140%,0,0);
    transform: skew(0) translate3d(-140%,0,0);
    background-color: #ff1d43;
    width: 160%;
    height: 100%;
    -webkit-transition: -webkit-transform 450ms ease-in;
    transition: -webkit-transform 450ms ease-in;
    -o-transition: transform 450ms ease-in;
    transition: transform 450ms ease-in;
    transition: transform 450ms ease-in,-webkit-transform 450ms ease-in;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a.violet-btn:hover:after {
    -webkit-transform: skew(0) translate3d(-20%,0,0);
    transform: skew(0) translate3d(-20%,0,0);
}

.cm-two-col-img-align-wrap.right .cm-two-col-img-align-inner .text-wrapper {
    right: 0;
    width: 50%;
    background-color: transparent;
    left: auto;
}

.hs-about-layout .footer-container-wrapper .cm-footer-container .page-center {
    margin-top: 0 !important;
}

/*--------------- about-us - board ------------*/

.cm-board-member {
    float: left;
    width: 50%;
    padding: 5% 0;
    padding-right: 5%;
}

.cm-board-member a.image {
    width: 20%;
    height: auto;
    float: left;
    border-radius: 999em;
    margin-right: 10%;
    position: relative;
}

.cm-board-member  .content {
    overflow: hidden;
}

.cm-board-member a.image img {
    width: 100%;
    height: auto;
    border-radius: 999em;
    display: block;
    position: relative;
    z-index: 20;
}

.cm-board-member .content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.cm-board-member .content p.profile-details {
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.cm-board-member:nth-child(2n) {
    float: right;
    padding-right: 0;
    padding-left: 5%;
}

/*-------------- our-history ---------*/

.hs-our-history-sec1-r1 {
    margin-top: 6.25%;
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    text-align: center;
}

.component.component--quote.display-right .quote-img {
    float: right;
}

.component.component--quote.display-right .quote-img svg {
    -webkit-transform: scalex(-1) scaleY(-1);
    -ms-transform: scalex(-1) scaleY(-1);
    transform: scalex(-1) scaleY(-1);
}

.component.component--quote.display-right .quote-details {
    padding: 4.16667% 8.33333% 0 0;
}

.component.component--quote.display-right .quote-details blockquote {
    text-align: right;
}

.component.component--quote.display-right .quote-details .author-info {
    text-align: right;
}

.cm-promo-wrap {
    margin-bottom: 6.25%;
    width: 87.5%;
    margin-top: 6.25%;
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
}

.promo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promo-row .promo {
    flex-basis: 42.85714%;
    margin: 0 0 7.14286% 0;
    margin-left: 7.14286%;
    -ms-flex-preferred-size: 42.85714%;
}
.promo.col1 {
    margin-left: 0;
}

.promo-row .promo .image {
    position: relative;
    overflow: hidden;
}

.promo-row .promo  h3 {
    margin-top: 35px;
    -webkit-transition: color 450ms linear;
    -o-transition: color 450ms linear;
    transition: color 450ms linear;
}

.promo-row .promo p {
    color: #666;
}

.promo-row .promo:hover h3 {
    color: #ff1d43;
}

.promo-row .promo:hover .read-more .icon {
    -webkit-transform: rotate(180deg) translate3d(-5px,-2px,0);
    transform: rotate(180deg) translate3d(-5px,-2px,0);
}

.hs-our-history-layout .static-hero .static-hero-content-wrap {
    height: 97.3%;
}

/*------------------- Insight Landing ---------------*/

.insights-landing-wrap .news-hero {
    background-image: none;
}

.insights-landing-wrap .posts-list .post .post-meta p {
    margin-bottom: 30px;
}

.blog-pagination {
    text-align: center;
    display: block;
    margin-bottom: 60px;
}

.view-all-post {
    vertical-align: middle;
    -webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
    -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
    transition: background-color .3s ease,color .3s ease,border .3s ease;
    text-align: center;
    display: inline-block;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    background-color: #2d3081;
    color: #fff;
    cursor: pointer;
    z-index: 0;
    padding: 12px 22px;
    font-size: 15px;
}

.view-all-post:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(0) translate3d(-140%,0,0);
    transform: skew(0) translate3d(-140%,0,0);
    background-color: #ff1d43;
    width: 160%;
    height: 100%;
    -webkit-transition: -webkit-transform 450ms ease-in;
    transition: -webkit-transform 450ms ease-in;
    -o-transition: transform 450ms ease-in;
    transition: transform 450ms ease-in;
    transition: transform 450ms ease-in,-webkit-transform 450ms ease-in;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.view-all-post:hover {
    color: #fff;
}

.view-all-post:hover:after {
    -webkit-transform: skew(0) translate3d(-20%,0,0);
    transform: skew(0) translate3d(-20%,0,0);
}

.blog-pagination {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
}

a.next-posts-link {
    float: right;
}

a.previous-posts-link {
    float: left;
}

/*----------------------------------------*/

.profile-page .body-container .page-center {
  max-width: 1800px !important;
}

.hero-image {
  width: 41.66667%;
  height: auto;
  border-radius: 999em;
  margin: 0 auto;
  display: block;
}

.static-hero.profile-banner .static-hero-content-wrap .static-hero-content .sub-title, 
.static-hero.profile-banner .static-hero-content-wrap .static-hero-content h1 {
  text-align: left;
}

.profile-row1-wrapper {
  background-color: #fff;
  padding-top: 6.25%;
  position: relative;
}

.profile-author-content h2 {
  font-size: 18px;
  color: #666;
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding-bottom: 20px;
  margin: 0 0 30px 0;
  line-height: 1.5;
  font-family: Santral-Book,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}

.profile-author-content {
  text-align: left;
  margin-bottom: 8.33333%;
}

.profile-row2-wrapper {
  padding: 6.25%;
}

.post-by-author-wrapper h3,
.profile-board-member-wrapper>h3{
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
  margin-top: -12px;
}

.profile-board-member-wrapper>h3{
  margin-top: 0;
}


.cm-profiles {
  width: 100%;
  padding: 0;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cm-profiles .image {
  width: 20%;
  height: auto;
  float: left;
  border-radius: 999em;
  margin-right: 10%;
  position: relative;
}

.cm-profiles .image img {
  width: 100%;
  height: auto;
  border-radius: 999em;
  display: block;
  position: relative;
  z-index: 20;
}

.cm-profiles .image::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
}

.cm-profiles .content {
  overflow: hidden;
}

.cm-profiles h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.cm-profiles .profile-details {
  line-height: 1.3;
  margin: 0 0 20px 0 !important;
}

.cm-profiles .job-title {
  padding: 0;
  border: none;
  font-size: 14px;
}

.read-more {
  display: inline-block;
  color: #2d3081;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.read-more .icon {
  display: inline-block;
  width: 21px;
  height: 14px;
  fill: #ff1d43;
  margin-right: 10px;
  -webkit-transform: rotate(180deg) translate3d(0,-2px,0);
  transform: rotate(180deg) translate3d(0,-2px,0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  -o-transition: transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s,-webkit-transform ease .3s;
}

.read-more:hover .icon {
  -webkit-transform: rotate(180deg) translate3d(-5px,-2px,0);
  transform: rotate(180deg) translate3d(-5px,-2px,0);
}

.read-more:hover {
  color: #ff1d43;
}

.post-meta {
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #b2b2b1;
  display: block;
  position: relative;
}

article.featured-post .post-meta p, .posts-list .post .post-meta p {
  margin: 0;
  display: block;
}

.profile-page .social {
  margin-bottom: 8.33333%;
}

.profiles-inner {
  width: 28.57143%;
}



.component {
  display: block;
  margin-top: 6.25%;
  overflow: hidden;
}

.component.component--quote {
  margin-left: auto;
  margin-right: auto;
  width: 87.5%;
}

.component.component--quote .quote-img {
  width: 16.66667%;
  margin-bottom: 4.16667%;
}

.component.component--quote .quote-details {
  display: block;
  float: left;
}

.component.component--quote .quote-details blockquote {
  margin: 0;
  font-size: 18px;
  font-family: Santral-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #000;
}

.component.component--quote .quote-details cite {
  font-style: normal;
  font-size: 14px;
  color: #666;
}

.component.component--quote .quote-details span {
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 9px;
  display: block;
  color: #b2b2b1;
}

.companies-row2-content {
  display: block;
  margin-top: 6.25%;
  overflow: hidden;
  margin-bottom: 6.25%;
  text-align: center;
}

.companies-row2-content h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.companies-row2-content h2 {
  color: #000;
  font-size: 20px;
  text-align: center;
  width: 87.5%;
  margin: 0 auto 30px auto;
  text-align: center;
}

.companies-row2-content p {
  color: #666;
  font-size: 14px;
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.companies-row3-wrapper {
  padding: 6.25%;
}

.companies-wrapper>h3 {
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 40px !important;
}


.companies-wrapper .companies {
  border-top: 1px solid rgba(0,0,0,.2);
  padding: 6.25% 0;
  padding: 40px 0;
  border-top: 1px solid rgba(0,0,0,.2)!important;
}

.companies-wrapper .companies .image {
  display: block;
  margin-bottom: 20px;
}

.companies-wrapper .companies .image img {
  width: 66.66667%;
  height: auto;
  display: block;
}

.companies-wrapper .companies .content {
  overflow: hidden;
}

.companies-wrapper .companies .content a.read-more {
  display: block;
  margin-top: 20px;
}

.profile-page.our-companies-page .social {
  margin-bottom: 0;
}

/* ====== Homepage ======= */

.home-gallery {
  margin-top: 0;
  position: relative;
}

.component.component--hero .image-wrpper {
  line-height: 0;
}

.component.component--hero .image-wrpper .left-image,
.component.component--hero .image-wrpper .right-image {
  width: 100%;
  display: block;
}

.component.component--hero .image-wrpper .slide-hero-image {
  width: 100%;
  display: block;
}

.home-gallery .slides {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  padding: 6.25% !important;
  z-index: 1 !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.home-gallery .slides .slide .content {
  color: #000;
}

.home-gallery .slides .slide .content h2 {
  font-size: 20px;
  color: #000;
}

.home-gallery .slides .slide .content p {
  color: #666;
}

.home-gallery .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2d3081;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: background-color .3s ease, color .3s ease, border .3s ease;
  -o-transition: background-color .3s ease, color .3s ease, border .3s ease;
  transition: background-color .3s ease, color .3s ease, border .3s ease;
  text-align: center;
  display: inline-block;
  font-family: Santral-SemiBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.home-gallery .btn:hover {
  color: #fff;
}

.home-gallery .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(0) translate3d(-140%, 0, 0);
  transform: skew(0) translate3d(-140%, 0, 0);
  background-color: #ff1d43;
  width: 160%;
  height: 100%;
  -webkit-transition: -webkit-transform 450ms ease-in;
  transition: -webkit-transform 450ms ease-in;
  -o-transition: transform 450ms ease-in;
  transition: transform 450ms ease-in;
  transition: transform 450ms ease-in, -webkit-transform 450ms ease-in;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home-gallery .btn:hover::after {
  -webkit-transform: skew(0) translate3d(-20%, 0, 0);
  transform: skew(0) translate3d(-20%, 0, 0);
}

.component.component--hero .slider-nav {
  position: absolute;
  padding: 0 36px;
  z-index: 1;
  left: 6.25%;
  bottom: 56.25%;
}

.home-gallery .slick-next .icon,
.home-gallery .slick-prev .icon {
  fill: #2d3081;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 14px;
  margin: 0;
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
}

.home-gallery .slick-next:hover .icon,
.home-gallery .slick-prev:hover .icon {
  fill: #ff1d43;
}

.home-gallery .slick-next .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-gallery .slick-dots {
  position: relative;
  bottom: 10px;
}

.home-gallery .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 999em;
}

.home-gallery .slick-dots li:before {
  display: none;
}

.home-gallery .slick-dots li button {
  background-color: #2d3081;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  border-radius: 10px;
  border: 0;
}

.home-gallery .slick-dots li button:before {
  display: none;
}

.home-gallery .slick-dots li.slick-active button {
  color: #ff1d43;
  background: #ff1d43;
}

.home-gallery .slick-dots li button:focus, 
.home-gallery .slick-dots li button:hover {
  color: transparent;
  background-color: #ff1d43;
}

.home-gallery .slick-prev {
  left: 0;
}

.home-gallery .slick-next {
  right: 0;
}

.home-row1-content {
  display: block;
  margin-top: 6.25%;
  overflow: hidden;
  text-align: center;
}

.home-row1-content h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.home-row1-content h2 {
  color: #000;
  font-size: 20px;
  text-align: center;
  width: 87.5%;
  margin: 0 auto 30px auto;
  text-align: center;
}

.home-row1-content p {
  color: #666;
  font-size: 14px;
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

iframe{
  max-width: 100%;
}

.component.component--articles {
  position: relative;
  overflow: hidden;
  display: block;
}

.component.component--articles .section-title {
  position: absolute;
  top: 6.25%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
  width: 75%;
  text-align: center;
}

.component.component--articles .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.recent-posts-wrapper .featured-post {
  padding-top: 25%;
  position: relative;
  overflow: hidden;
}

.recent-posts-wrapper .section-title {
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.recent-posts-wrapper .featured-post .text-wrapper {
  background-color: #fff;
  padding: 6.25%;
  position: relative;
  z-index: 10;
}

.recent-posts-wrapper .featured-post .text-wrapper h2 {
  font-size: 20px;
}

.recent-posts-wrapper .featured-post .post-meta{
  display: block;
  position: relative;
}

.recent-posts-wrapper .featured-post .post-meta .author-image {
  width: 60px;
  height: 60px;
  border-radius: 999em;
  float: left;
  margin-right: 20px;
}

.recent-posts-wrapper .featured-post .text-wrapper p {
  font-size: 14px;
}

.recent-posts-wrapper .featured-post .post-meta p {
  margin: 0;
  line-height: 1.5;
  font-size: 9px;
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.recent-posts-wrapper .featured-post .post-meta::after, 
.recent-posts-wrapper .post .post-meta::after {
  clear: both;
  content: "";
  display: table;
}

.component.news-recet-posts {
  margin-top: 0;
}

.homepage .footer-container-wrapper .cm-footer-container .page-center {
  margin-top: 0 !important;
}

.profile-page.homepage .social {
  margin-bottom: 0;
}


.sticky-header-group {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
  width: 100% !important;
  z-index: 90;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  -o-transition: transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s,-webkit-transform ease .3s;
  -webkit-transform: translate3D(0,0,0);
  -ms-transform: translate3D(0,0,0);
  transform: translate3D(0,0,0);
  height: 45px;
  display: block;
}

.scroll-navigation .breadcrumbs {
  display: none;
  float: left;
  margin: 0;
  padding: 17px 0 0 24px;
  min-width: 0;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  color: #b2b2b1;
  position: relative;
}

.scroll-navigation .breadcrumbs .icon {
  fill: #ff1d43;
  display: inline-block;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 15px;
  left: 0;
}

.scroll-navigation .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2d3081;
  color: #fff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
  -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
  transition: background-color .3s ease,color .3s ease,border .3s ease;
  text-align: center;
  display: inline-block;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 45px;
  line-height: 48px;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
}

.scroll-navigation.menu-active-wrapper .btn {
  display: block;
}
.scroll-navigation .btn::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(0) translate3d(-140%,0,0);
  transform: skew(0) translate3d(-140%,0,0);
  background-color: #ff1d43;
  width: 160%;
  height: 100%;
  -webkit-transition: -webkit-transform 450ms ease-in;
  transition: -webkit-transform 450ms ease-in;
  -o-transition: transform 450ms ease-in;
  transition: transform 450ms ease-in;
  transition: transform 450ms ease-in,-webkit-transform 450ms ease-in;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.scroll-navigation .btn:hover::after{
  -webkit-transform: skew(0) translate3d(-20%,0,0);
  transform: skew(0) translate3d(-20%,0,0);
}

.scroll-navigation .in-this-section {
  float: right;
  padding: 0 40px;
  letter-spacing: 2px;
  padding-right: 90px;
}

.scroll-navigation .secondary-menu-toggle {
  display: block;
  width: 20px;
  height: 14px;
  cursor: pointer;
  z-index: 110;
}

.scroll-navigation .in-this-section .secondary-menu-toggle {
  position: absolute;
  top: 17px;
  right: 40px;
}

.secondary-menu-toggle b {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #2d3081;
  left: 0;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.secondary-menu-toggle b:nth-child(1), 
.secondary-menu-toggle b:nth-child(4) {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.secondary-menu-toggle b:nth-child(1) {
  top: 0;
}

.scroll-navigation .in-this-section .secondary-menu-toggle b {
  background-color: #fff;
}

.secondary-menu-toggle b:nth-child(2), 
.secondary-menu-toggle b:nth-child(3) {
  top: 6px;
}

.secondary-menu-toggle b:nth-child(4) {
  top: 12px;
}

.scroll-navigation .in-this-section .secondary-menu-toggle b:nth-child(4) {
  width: 50%;
}

body.section-nav-open .scroll-navigation .in-this-section .secondary-menu-toggle b:nth-child(1), 
body.section-nav-open .scroll-navigation .in-this-section .secondary-menu-toggle b:nth-child(4) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

body.section-nav-open .scroll-navigation .in-this-section .secondary-menu-toggle b:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.section-nav-open .footer-section .in-this-section .secondary-menu-toggle b:nth-child(3), body.section-nav-open .scroll-navigation .in-this-section .secondary-menu-toggle b:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scroll-navigation .share-wrap {
  display: none;
  padding-top: 7px;
  float: right;
  margin-right: 20px;
}

.scroll-navigation::after {
  clear: both;
  content: "";
  display: table;
}

.scroll-navigation .share-wrap .title {
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  top: 3px;
  color: #b2b2b1;
  margin-right: 15px;
}

.scroll-navigation .share-wrap .share-icons {
  display: inline-block;
}

.scroll-navigation .share-wrap .jssocials-shares {
  margin: 0 6px 0 0;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: .3em .6em .3em 0;
}

.scroll-navigation .share-wrap .jssocials-share {
  margin: 0 14px 0 0px;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.scroll-navigation .share-wrap .jssocials-share-link {
  font-size: 9px;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.cm-breadcrumb-menu ul li {
  padding: 0 5px;
  color: #ff1d43;
}

.hs-breadcrumb-menu-divider:before {
  content: "/";
  padding-left: 0;
  position: relative;
  left: 5px;
  color: #b2b2b1;
}

.section-navigation {
  display: none;
  position: fixed;
  width: 100%;
  background: #2d3081;
  left: 0;
  top: 45px;
  color: #fff;
  padding: 40px 0;
}

.section-navigation .section-nav__wrapper {
  width: 87.5%;
  margin: 0 auto;
}

.section-navigation ul ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.section-navigation a {
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #fff;
}

.section-navigation ul li.active>a, .section-navigation ul li>a:hover {
  color: rgba(255,255,255,.4);
}

.section-navigation ul li.active-branch>ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}

.section-navigation .hs-menu-wrapper >ul {
  display: block !important;
}

.section-navigation .hs-menu-wrapper >ul>li {
  display: none;
  float: none !important;
}

.section-navigation .hs-menu-wrapper>ul>li.active-branch {
  display: block;
}

.section-navigation .hs-menu-wrapper >ul>li>a {
  display: none !important;
}

.main-content-wrapper {
  background-color: #fff;
  padding-top: 6.25%;
  width: 87.5% !important;
  margin-left: auto  !important;
  margin-right: auto;
  position: relative;
  float: none !important;
}

.main-content-wrapper .page-center {
  max-width: 100% !important;
}

.without-banner .main-content-wrapper {
  margin-top: 0;
}

.no-nav .mobile-trigger {
  display: none !important;
}


.scroll-navigation .next-article {
  float: right;
  padding: 0 45px 0 0;
  text-indent: -999999em;
  display: inline-block;
}

.scroll-navigation .prev-article{
  float: left;
  padding: 0 0 0 45px;
  text-indent: -999999em;
  display: inline-block;
}

.scroll-navigation .next-article::before{
  content: '';
  background-image: url(//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/nav-arrow-right.svg);
  background-position: right 13px center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.scroll-navigation .prev-article::before{
  content: '';
  background-image: url(//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/nav-arrow-left.svg);
  background-position: left 13px center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.scroll-navigation .next-article:hover:after,
.scroll-navigation .next-article:hover:after{
  -webkit-transform: skew(0) translate3d(-20%,0,0);
  transform: skew(0) translate3d(-20%,0,0);
}

.scroll-navigation .nav-title {
  display: none;
  float: left;
  margin: 0;
  padding: 17px 0 0 24px;
  min-width: 0;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  color: #b2b2b1;
  position: relative;
}

.scroll-navigation .nav-title span {
  color: #ff1d43;
}

.homepage .sticky-header-group {
  display: none !important;
}

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

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

.footer-container-wrapper {}

.footer-container-wrapper .cm-footer-container .page-center {
    width: 100%;
    max-width: 1800px !important;
    margin: 0 auto !important;
    display: block;
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 6.25%;
    margin-top: 6.25% !important;
}

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

.cm-right-grp {
    padding-left: 6.25%;
    text-align: left;
    float: right !important;
    width: 78.57143% !important;
}

.cm-footer-logo {
    float: left;
    margin-left: 0 !important;
    width: 21.42857% !important;
}

.cm-footer-logo img {
    max-width: 231px;
    display: block;
    width: 100%;
}

.cm-right-grp p {
    font-size: 14px;
    margin: 0 0 30px;
}

.cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {    
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #2d3081;
}

.cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #ff1d43;
}

.cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 30px !important;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

.social {
    text-align: left;
}

.social a {
    display: inline-block;
    color: #2d3081;
    margin: 0 5px;
    height: 24px;
}

.social a.twitter {
    width: 26px;
}

.social a svg {
    fill: #2d3081;
    width: 20px;
    height: 20px;
    -webkit-transition: fill .3s linear;
    -o-transition: fill .3s linear;
    transition: fill .3s linear;
}

.social a:hover svg {
    fill: #ff1d43;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */


.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  -webkit-box-flex: left;
  -ms-flex: left;
  flex: left;
  padding: 0;
  margin-left: 30px;
  text-align: left;
  float: none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  display: block;
  position: relative;
  cursor: pointer;
  border-bottom: solid 1px rgba(255,255,255,.4);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #3c3c3b !important;
}



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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1281px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary {
    margin-left: 0 !important;
    width: auto !important;
    float: right !important;
    padding-top: 18px;
    font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding-right: 4px;
  }
  .cm-visible-phone {
      display: none !important;
  }
   .custom-menu-primary .hs-menu-wrapper>ul>li {
      position: static !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a {
      font-size: 40px;
      margin: 0 0 30px 0;
      padding: 0 0 20px 0;
      border-bottom: solid 1px rgba(255,255,255,.4);
      color: #fff;
      font-weight: 500;
      line-height: 1.3;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
      position: relative;
      background-color: #2d3081;
      color: #fff;
      padding: 60px 0;
      width: 100%;
      height: auto;
      padding-left: 6.25%;
      margin: 0 auto;
      padding-right: 6.25%;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li {
/*       display: block; */
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul  ul {        
      position: static !important;
      opacity: 1 !important;
      visibility: visible !important;
      overflow: hidden;      
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
      padding: 0;
      color: #fff;
      border-bottom: none;
      font-size: 24px;
      -webkit-transition: color .3s ease,background-color .3s ease;
      -o-transition: color .3s ease,background-color .3s ease;
      transition: color .3s ease,background-color .3s ease;
      cursor: pointer;
      white-space: normal !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul ul li:last-child a:hover,
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a:hover {
      color: rgba(255,255,255,.4);
    }

    .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > ul > li:last-child {
      display: block;
      width: 28.57143%;
      float: left;
    }

    .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > ul>li:first-child {
      width: 64.28571%;
      float: right;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li > a {
      margin: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul > li > ul > li > ul > >li > ul > li:last-child > a {
      padding: 0;
      color: #fff;
      border-bottom: 0;
      font-size: 20px;
      line-height: 1.5;
      white-space: normal !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul ul li:first-child {
      font-size: 24px;
    }
    
    .cm-logo-wrap {
      padding-left: 3.125%;
    }
    .cm-menu-wrap {
      padding-right: 3.125%;
    }
    .custom-header .page-center {
      max-width: 100% !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul >li:first-child > ul>li>ul>li:last-child>ul>li:last-child>a {
      font-size: 16px;
      font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
      line-height: 1.5;
      pointer-events: none;
      color: #fff !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul > li:first-child > ul > li > ul > li:first-child li {
      width:33%;
      float: left;
    }
    .news-blog .custom-menu-primary .hs-menu-wrapper > ul > li.active > a ,
    .news-blog .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
      color: #ff1d43;
  }   
  .custom-menu-primary .hs-menu-wrapper>ul > li:last-child ul li.hs-menu-depth-3:last-of-type ul li > a {
     font-size: 20px;
     margin-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul > li:last-child ul li.hs-menu-depth-3:first-of-type ul li > a {
     border-bottom: 1px solid rgba(255,255,255,.4);
     padding-bottom: 15px;
     margin-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) ul li.hs-menu-depth-3:first-of-type ul li a {
    border-bottom: 1px solid rgba(255,255,255,.4);
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}


@media screen and (min-width:1025px) {
    .footer-container-wrapper .cm-footer-container .page-center {
      padding-bottom: 6%;
      padding-top: 5.45%;
      padding-bottom: 6.25%;
      padding-top: 6.25%;
    }
    .cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
      float: none;
      display: inline-block;
    }

   
}


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

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

@media (max-width: 1280px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    border: solid 1px #e5e5e5;
    right: 0;
    top: 38px;    
    padding: 20px;
  }
  .mobile-trigger:hover{}

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }
      
  .mobile-trigger b, .secondary-menu-toggle b {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #2d3081;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }

  .mobile-trigger b:nth-child(1), .secondary-menu-toggle b:nth-child(1) {
      top: 0;
  }

  .mobile-trigger b:nth-child(1), .mobile-trigger b:nth-child(4), .secondary-menu-toggle b:nth-child(1), .secondary-menu-toggle b:nth-child(4) {
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  }

  .mobile-trigger b {
      left: 20px;
  }

  .mobile-trigger b:nth-child(1) {
      top: 23px;
  }

  .mobile-trigger b:nth-child(2), .mobile-trigger b:nth-child(3) {
      top: 29px;
  }
  .mobile-trigger b:nth-child(4) {
      top: 35px;
  }
  .mobile-open .mobile-trigger b:nth-child(1),
   .mobile-open .mobile-trigger b:nth-child(4) {
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
  }
  .mobile-open .mobile-trigger b:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .mobile-open .mobile-trigger b:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }



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


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

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

  /* Hide menu on mobile */
  

  .mobile-open .custom-menu-primary.js-enabled {
      background-color: #2d3081;
      position: fixed;
      top: 135px;
      left: 0;
      width: 100% !important;
      height: 100vh;
      padding: 20px 20px 0 20px;
      font-size: 16px;
      font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
      margin-top: 0 !important;
      overflow: hidden;
      overflow-y: auto;
      max-height: calc(200vh - 70px);
  }
 
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
      display: block;
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
/*     position: relative;
    top: 0;
    left: 0;
    padding: 0; */
  }
  .custom-menu-primary .hs-menu-wrapper{
    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{
    background-color: #2d3081;
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: solid 1px rgba(255,255,255,.4);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.5;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
      color: #ff1d43;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{}
  
    .custom-menu-primary .hs-menu-wrapper > ul li {
      position: static !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-item-has-children ul{
      position: absolute !important;
      transform: translate(100%,0);
      padding: 0;
      top: 0;
      box-shadow: none;
      transition: 0.5s all !important;
      height: 100%;
      display:block !important;
      width:100% !important;
/*       background: #f3f3f3; */
      opacity: 1 !important;
      visibility: visible !important;
      background: #2d3081;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.child-open.hs-menu-item.hs-item-has-children ul {
      transform: translate(0, 0);
      top: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-menu-item.hs-item-has-children ul{
      position: absolute !important;
      transform: translate(100%,0);
      padding: 0;
      top: 0;
      box-shadow: none;
      transition: 0.5s all !important;
      background-color: #fff;
      height: 100%;
      display:block !important;
      width:100% !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.child-open.hs-menu-item.hs-item-has-children ul {
      transform: translate(0, 0);
      left: 0 !important;
    }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0 0 20px;
}

/* Read More Link */
a.more-link {}

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.blog-post-wrapper {}

.blog-post-wrapper .post-header {
    position: absolute;
    top: 18px;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    width: 83.33333%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.blog-post-wrapper .post-header .hs-author-avatar {
    display: block;
    overflow: hidden;
    letter-spacing: 2px;
    margin-bottom: 4px
}

.blog-content.one-col-content {
    padding-top: 9.33333%;
}

.blog-post-wrapper #hubspot-author_data .hs-author-avatar img {
    height: auto;
    border-radius: 999em;
    width: 10%;
}

.cn-post-autor-bio {
    display:block;
    color: #ff1d43;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: -3px;
}

.cm-post-date {
    color: #b2b2b1;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}

.blog-post-wrapper #hubspot-author_data .hs-author-avatar  a.author-link {
    color: #666;
    display: inline-block;
    margin-right: 40px;
}

.blog-post-wrapper .post-header div#hubspot-author_data a.author-link {
    color: #666;
    display: inline-block;
    margin-right: 40px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
}

.insights-blog .post-header h2 {
    font-size: 24px;
}

.insights-blog .blog-content.one-col-content {
  padding-top: 7.05%;
}

.insights-blog.hs-blog-post .blog-content.one-col-content {
    padding-top: 9.35%;
}

.insights-blog.hs-blog-post .blog-post-wrapper .post-header div#hubspot-author_data a.author-link {
      margin-bottom: 3px;
}

.insights-blog .post-item {
    padding: 5% 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.2);
}

div#hubspot-author_data {}

.insights-blog .blog-content.one-col-content div#hubspot-author_data {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #b2b2b1;
}

a.more-link {
    display: inline-block;
    color: #2d3081;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

.all-post-wrap {
   width: 87.5%;
   margin: 20px auto;
}

a.more-link:hover {
    color: #ff1d43;
}

a.more-link svg.icon {
    display: inline-block;
    width: 21px;
    height: 14px;
    fill: #ff1d43;
    margin-right: 15px;
    -webkit-transform: rotate(180deg) translate3d(0,-2px,0);
    transform: rotate(180deg) translate3d(0,-2px,0);
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s,-webkit-transform ease .3s;
}

a.more-link:hover svg.icon {
    -webkit-transform: rotate(180deg) translate3d(-5px,-2px,0);
    transform: rotate(180deg) translate3d(-5px,-2px,0);
}

.insights-blog .post-item:first-child {
    border-top: 0;
}

.insights-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: left;
    width: 28.57143%;
    margin-right: 7.14286%; 
    margin-bottom: 4.14286%;
}

.insights-blog .post-listing .post-body {
    overflow: hidden;
}

.insights-blog .blog-post-wrapper blockquote {
    padding: 10% 0 10% 10%;
    font-size: 28px;
    font-family: Santral-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0;
    position: relative;
}

.insights-blog .blog-post-wrapper blockquote:before {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/quote.svg);
    background-repeat: no-repeat; 
    background-size: cover;
    overflow: visible;
    position: absolute;
    width: 12.5%;
    padding-bottom: 12.5%;
    top: 0;
    left: 0;
}

.insights-blog .blog-post-wrapper blockquote:before {
    width: 10%;
    padding-bottom: 10%;
    top: 10%;
    left: -5%;
}

p.large {
    font-size: 24px;
}

.news-blog .static-hero .static-hero-content-wrap .static-hero-content .sub-title {
    color: #000;
    text-align: left ;
}

.news-blog .static-hero .static-hero-content-wrap .static-hero-content .sub-title ,
.news-blog .static-hero .static-hero-content-wrap .static-hero-content .sub-title a {
    color: #000;
    text-align: left ;
}

.blog.news-blog .blog-post-wrapper .section.post-body h6 {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
}


.news-blog .static-hero.theme-light .static-hero-content-wrap .static-hero-content .sub-title a {
    color: #fff;
}

.news-blog .static-hero .static-hero-content-wrap .static-hero-content h1 {
    text-align: left ;

}

.blog.news-blog .blog-post-wrapper .post-header .hs-author-avatar {
   margin: 30px 0 30px;
}

.blog.news-blog .blog-post-wrapper .section.post-body {
   margin-top: 36px;
}

.blog-post-wrapper .post-header div#hubspot-author_data a.author-link:hover {
   color: #ff1d43;
}

/*--------------------- News blog ----------------*/

.news-hero {
    background-image: url(https://cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/news-hero-bg.svg);
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    padding-bottom: 12.5%;
    height: 0;
    display: block;
    position: relative;
}

.news-hero h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.featured-main {
    position: relative;
}

.featured-main .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.featured-post {
    background-size: 100%;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
}

.featured-post .text-wrapper {
    position: absolute;
    right: 0;
    width: 50%;
    background-color: transparent;
    top: 50%;
    padding: 6.25%;
    z-index: 10;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.featured-post .text-wrapper h2 {
    font-size: 40px;
    letter-spacing: -.03em;
}

.featured-post .post-meta {
    text-transform: uppercase;
    font-size: 11px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #b2b2b1;
    display: block;
    position: relative;
    overflow: hidden;
}

.featured-post .post-meta img.author-image {
    width: 60px;
    height: 60px;
    border-radius: 999em;
    float: left;
    margin-right: 20px;
}

img.author-image {}

article.featured-post .post-meta p {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    margin: 0;
    line-height: 1.5;
}

.featured-post .text-wrapper p {
    font-size: 18px;
}

.featured-main.second .image-bg {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.featured-main.second .featured-post .text-wrapper {
    left: 0;
    right: auto;
}

.posts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
    padding-top: 7.14286%;
}

.posts-list .post {
    width: 28.57143%;
}

.posts-list .post img.attachment-post-thumbnail {
    float: none;
    width: 100%;
    margin: 0 0 7.14286% 0;
}

.cm-popular-news {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 87.5%;
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 3.57143% 0 0;
    float: none !important;
}

.cm-categories-news {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 87.5%;
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 3.57143% 0;
    margin-top: 7.14286%;
    float: none !important;
}

.cn-post-bottom ul li {
    float: left;
    width: 28.57143%;
    margin-bottom: 5px;
}

.cn-post-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {
    font-weight: 700;
}
.hs-form-field > label {}

/* One Line Inputs */
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
    padding: 12px 20px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    border: 1px solid rgba(0,0,0,.2);
    display: block;
    font-size: 16px;
    font-family: Santral-Book,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400; 
    width:100%;
    max-width:500px;
    margin-bottom:25px;
  
  }

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border-color: #b2b2b1;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
.level-0__block .level-1 .hs-search-field__input::-webkit-input-placeholder {   color: #fff;
  opacity: .54;} /* Webkit Browsers */
.level-0__block .level-1 .hs-search-field__input:-moz-placeholder {   color: #fff;
  opacity: .54;} /* Firefox 18- */
.level-0__block .level-1 .hs-search-field__input::-moz-placeholder {   color: #fff;
  opacity: .54;} /* Firefox 19+ */
.level-0__block .level-1 .hs-search-field__input:-ms-input-placeholder {   color: #fff;
  opacity: .54;} /* IE10 */





/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  padding: 12px 22px;
  font-size: 15px;
  background-color: #00a98c;
  color: #fff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
  -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
  transition: background-color .3s ease,color .3s ease,border .3s ease;
  text-align: center;
  display: inline-block;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  border: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fff;
    background-color: #91388c;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


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

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


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

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


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

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


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

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


 
.hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.hs-search-field--open .hs-search-field__suggestions a{
   padding: 1px 5px
}

.hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

 .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

 .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

.header-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
    margin-bottom: 10px;
    color: #000;
}

.header-container .hs-search-field--open .hs-search-field__suggestions a {
    padding: 1px 5px;
    color: #000;
}

.posts-list.related img {
    margin: 0 0 7.14286% 0;
}

span.filter-link-count {
    display: none;
}

.insights-blog .blog-post-wrapper .post-header .hs-author-avatar {
    margin-bottom: 12px;
}

.insights-blog.hs-blog-post .blog-post-wrapper .post-header {
    top: 34px;
}

@media (min-width: 48em){
  .hero-image {
    width: 14.28571%;
    margin: 0;
    position: absolute;
    right: 14.28571%;
    top: 100%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    z-index: 40;
  }

  .profile-row1-wrapper {
    margin-top: -25% !important;
    padding-top: 6.25%;
    padding-left: 6.25%;
    padding-right: 6.25%;
    min-height: 270px !important;
  }

  .profile-author-content h2 {
    font-size: 21px;
  }
  .team-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cm-profiles h2 {
    font-size: 21px;
  }

  .posts-list .post {
    width: 28.57143%;
    padding: 0 0 7.14286% 0;
  }

  .posts-list.related {
     padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .posts-list .post .content {
    overflow: hidden;
  }

  .posts-list .post h2 {
    font-size: 21px;
  }

  .component.component--quote {
    width: 75%;
  }

  .component.component--quote .quote-img {
    float: left;
  }

  .component.component--quote .quote-details {
    padding: 4.16667% 0 0 8.33333%;
    width: 83.33333%;
  }

  .component.component--quote .quote-details blockquote {
    font-size: 21px;
  }

  .companies-row2-content h2 {
    font-size: 30px;
    width: 50%;
  }

  .companies-row2-content p {
    font-size: 18px;
    width: 50%;
  }

  .companies-wrapper .companies {
    padding: 7.14286% 0;
  }

  .companies-wrapper .companies .image {
    width: 42.85714%;
    float: left;
    margin-bottom: 0;
  }
  .companies-wrapper .companies .image img {
    margin: 0 auto;
  }

  .companies-wrapper .companies::after {
    clear: both;
    content: "";
    display: table;
  }

  .home-gallery .slides {
    width: 100% !important;
    padding: 6.25% !important;
    position: absolute !important;
    left: 0 !important;
    top: 25% !important;
    -webkit-transform: translate3d(0, -50%, 0) !important;
    transform: translate3d(0, -50%, 0) !important;
  }

  .home-gallery .slides .slide .content h2 {
    font-size: 30px;
  }

  .home-gallery .btn {
    padding: 12px 22px;
    font-size: 15px;
  }

  .home-row1-content h2 {
    font-size: 30px;
    width: 50%;
  }

  .home-row1-content p {
    font-size: 18px;
    width: 50%;

  }

  .component.component--articles .section-title{
    width: 25%;
  }

  .recent-posts-wrapper .featured-post {
    padding-top: 50%;
  }

  .recent-posts-wrapper .featured-post .text-wrapper h2 {
    font-size: 30px;
  }

  .recent-posts-wrapper .featured-post .post-meta p {
    font-size: 12px;
  }

  .sticky-header-group {
    bottom: auto;
    top: 0;
    -webkit-transform: translate3D(0,-100%,0);
    -ms-transform: translate3D(0,-100%,0);
    transform: translate3D(0,-100%,0);
  }

  .fixed .sticky-header-group {
    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
  }

  .scroll-navigation .share-wrap .title {
    font-size: 11px;
  }

  .scroll-navigation .share-wrap .jssocials-share-link {
    font-size: 11px;
  }

  .main-content-wrapper {
    margin-top: -25%;
    padding-top: 6.25%;
    padding-left: 6.25%;
    padding-right: 6.25%;
    min-height: 270px  !important;
  }

  .scroll-navigation .next-article{
    padding: 0 80px 0 50px;
    text-indent: 0;
  }

  .scroll-navigation .next-article:after{
    background-position: right 50px center;
  }

  .scroll-navigation .prev-article:after{
    background-position: left 50px center;
  }

  .scroll-navigation .prev-article{
    padding: 0 50px 0 80px;
    text-indent: 0;
  }
}

@media (min-width: 64em){
  .hero-image {
    width: 16.66667%;
    right: 8.33333%;
  }

  .profile-row1-wrapper {
    width: 75% !important;
    margin: -25% auto 0 !important;
    min-height: 450px !important;
    float: none !important;
  }  

  .component.component--quote .quote-details cite {
    font-size: 18px;
  }

  .component.component--quote .quote-details span {
    font-size: 11px;
    margin-top: 5px;
  }

  .companies-row2-content h3 {
    margin-bottom: 25px;
  }

  .companies-row2-content h2 {
    font-size: 40px;
    letter-spacing: -.03em;
  }

  .companies-row2-content p {
    font-size: 18px;
  }

  .companies-wrapper>h3 {
    margin-bottom: 25px;
  }

  .companies-wrapper .companies {
    padding: 10% 0;
  }

  .component.component--hero .image-wrpper .left-image,
  .component.component--hero .image-wrpper .right-image {
    float: left;
    width: 50%;
  }

  .component.component--hero .image-wrpper::after {
    clear: both;
    content: "";
    display: table;
  }

  .component.component--hero .image-wrpper .slide-hero-image {
    float: left;
    width: 50%;
  }

  .component.component--hero .image-wrpper .slide-hero-image::after {
    clear: both;
    content: "";
    display: table;
  }

  .home-gallery .slides {
    width: 50% !important;
    top: 50% !important;
  }

  .component.component--hero .slider-nav {
    left: 6.25%;
    bottom: 5.25%;
  }

  .home-row1-content h3 {
    margin-bottom: 25px;
  }

  .home-row1-content h2 {
    font-size: 40px;
    letter-spacing: -.03em;
  }

  .home-row1-content p {
    font-size: 18px;

  }

  .recent-posts-wrapper .featured-post {
    background-size: 100%;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%;
  }

  .section-title {
    margin-bottom: 25px;
  }

  .recent-posts-wrapper .featured-post .text-wrapper {
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    position: absolute;
    right: 0;
    width: 50%;
    background-color: transparent;
  }

  .recent-posts-wrapper .featured-post .post-meta p {
    font-size: 14px;
  }

  .scroll-navigation .breadcrumbs {
    display: block;
  }

  .scroll-navigation .share-wrap {
    display: inline-block;
  }

  .main-content-wrapper {
    margin-top: -25%;
    min-height: 450px !important;
    width: 75% !important;
  }

  .scroll-navigation .nav-title {
    display: block;
  }
}


@media (min-width: 80em) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    background-color: transparent;
    padding: 0;
    height: 60px;
    border-color: transparent;
    font-size: 16px;
    color: #2d3081;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
      color: #2d3081;
      border-bottom: solid 4px #2d3081;
  }
   .profile-author-content h2 {
    font-size: 24px;
  }

  .cm-profiles h2 {
    font-size: 24px;
  } 

  .cm-profiles .job-title {
    font-size: 18px;
  }

  .posts-list .post {
    padding: 0 0 5% 0;
  }

  .posts-list .post h2 {
    font-size: 24px;
  }

  .component.component--quote .quote-details blockquote {
    font-size: 28px;
  }

  .companies-wrapper .companies {
    padding: 5% 0;
  }

  .home-gallery .slides .slide .content h2 {
    font-size: 40px;
    letter-spacing: -.03em;
  }

  .recent-posts-wrapper .featured-post .text-wrapper h2 {
    font-size: 40px;
    letter-spacing: -.03em;
  }

  .recent-posts-wrapper .featured-post .text-wrapper p {
    font-size: 18px;
  }

  .recent-posts-wrapper .featured-post .post-meta p {
    font-size: 14px;
  }

  .section-navigation ul ul li {
    width: 28.57143%;
    margin-right: 7.14286%;
    float: left;
  }

  .section-navigation ul ul li:nth-child(3n) {
    margin-right: 0;
  }

  .section-navigation .hs-menu-wrapper >ul {
    margin-top: 18px !important;
  }
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2>a {
   cursor: text;
}

body.error404 .sticky-header-group {
  display: none;
}

body.error404 .main-content-wrapper {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0;
  text-align: center;
  height: 80vh;
  position: relative;
  padding-top: 120px;
  padding-top: 0px;
  margin-top: 1px;
}

body.error404 .main-content canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.error404 .main-content .content {
  text-align: center;
  width: 71.42857%;
  margin: 0;
  position: absolute;
  top: 300px;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

body.error404 .main-content h1 {
  font-size: 50px;
  font-family: Santral-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
body.error404 .main-content p {
  width: 71.42857%;
  margin-left: auto;
  margin-right: auto;
}

body.error404 .main-content .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2d3081;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
  -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
  transition: background-color .3s ease,color .3s ease,border .3s ease;
  text-align: center;
  display: inline-block;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
body.error404 .main-content .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(0) translate3d(-140%,0,0);
  transform: skew(0) translate3d(-140%,0,0);
  background-color: #ff1d43;
  width: 160%;
  height: 100%;
  -webkit-transition: -webkit-transform 450ms ease-in;
  transition: -webkit-transform 450ms ease-in;
  -o-transition: transform 450ms ease-in;
  transition: transform 450ms ease-in;
  transition: transform 450ms ease-in,-webkit-transform 450ms ease-in;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.error404 .main-content .btn:hover {
  color: #fff;
}

body.error404 .main-content .btn:hover::after {
  -webkit-transform: skew(0) translate3d(-20%,0,0);
  transform: skew(0) translate3d(-20%,0,0);
}

@media (min-width: 48em){
  body.error404 .main-content .content {
    width: 60%;
  }
  body.error404 .main-content h1 {
    font-size: 150px;
  }
  body.error404 .main-content .btn{
    padding: 12px 22px;
    font-size: 15px;
  }
  body.error404 .main-content h1 {
    letter-spacing: -.03em;
  }
}


.cm-banner-area.hs-search-banner .static-hero-content,
.cm-banner-area.hs-search-banner .static-hero-content p.sub-title {
  text-align: left !important;
}

.hs-search-results .hs-search-results__listing {  
  margin: 0;
  padding: 0
}

.hs-search-results .hs-search-results__listing li {
  margin: 0;
}

.hs-search-results .hs-search-results__listing li p{
  margin: 0;
}

.hs-search-results .hs-search-results__listing li:before {
  display: none;
}

.hs-search-results .hs-search-results__listing li {
  border-top: 1px solid rgba(0,0,0,.2);
  padding: 6.25% 0;
  line-height: auto;
}

.hs-search-results .hs-search-results__listing li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.hs-search-results {
  margin: 20px 0;
}

.hs-search-results h5 {
  text-transform: uppercase;
  font-size: 11px;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.hs-search-results .hs-search-results__listing li h3 {
  font-size: 18px;
}

.previouspostslink a.hs-search-results__prev-page {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2d3081;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
  -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
  transition: background-color .3s ease,color .3s ease,border .3s ease;
  text-align: center;
  display: inline-block;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 50px 0 80px;
  text-indent: 0;
  height: 45px;
  line-height: 48px;
  font-size: 12px;
  text-transform: uppercase;
}

.nextpostslink .hs-search-results__next-page {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2d3081;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
  -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
  transition: background-color .3s ease,color .3s ease,border .3s ease;
  text-align: center;
  display: inline-block;
  font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 80px 0 50px;
  text-indent: 0;
  height: 45px;
  line-height: 48px;
  font-size: 12px;
  text-transform: uppercase;
}

.previouspostslink a.hs-search-results__prev-page::before, 
.nextpostslink .hs-search-results__next-page::before {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/nav-arrow-left-2.svg);
  background-position: left 13px center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.nextpostslink .hs-search-results__next-page::before {
  background-image: url(https://cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/nav-arrow-right-2.svg);
  background-position: right 13px center;
}

.previouspostslink a.hs-search-results__prev-page::after, 
.nextpostslink .hs-search-results__next-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(0) translate3d(-140%,0,0);
  transform: skew(0) translate3d(-140%,0,0);
  background-color: #ff1d43;
  width: 160%;
  height: 100%;
  -webkit-transition: -webkit-transform 450ms ease-in;
  transition: -webkit-transform 450ms ease-in;
  -o-transition: transform 450ms ease-in;
  transition: transform 450ms ease-in;
  transition: transform 450ms ease-in,-webkit-transform 450ms ease-in;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 48em){
  .hs-search-results .hs-search-results__listing li  {
    padding: 7.14286% 0;
  }
  .hs-search-results .hs-search-results__listing li h3 {
    font-size: 21px;
  }
  .previouspostslink a.hs-search-results__prev-page::after, 
  .nextpostslink .hs-search-results__next-page::after {
    background-position: left 50px center;
  }
  nextpostslink .hs-search-results__next-page::after {
    background-position: left 50px center;
  }

}

@media (min-width: 64em){
  .hs-search-results .hs-search-results__listing li {
    padding: 10% 0;
  }
}

@media (min-width: 80em){
  .hs-search-results .hs-search-results__listing li {
    padding: 5% 0;
  }
  .hs-search-results .hs-search-results__listing li h3 {
    font-size: 24px;
  }
}
.previouspostslink a.hs-search-results__prev-page:hover::after, 
.nextpostslink .hs-search-results__next-page:hover::after {
  -webkit-transform: skew(0) translate3d(-20%,0,0);
  transform: skew(0) translate3d(-20%,0,0);
}

@media (max-width: 1280px){
  .static-hero .static-hero-content-wrap .static-hero-content{
    padding: 0 4.16667%;
  }
}


@media (max-width: 1024px){
  .static-hero .static-hero-content-wrap{
    width: 87.5%;
  }
}

@media (max-width: 767px){
  .static-hero .static-hero-content-wrap .static-hero-content{
    padding: 3.57143%;
  }
  .previouspostslink a.hs-search-results__prev-page {
    padding: 0 0 0 45px;
    text-indent: -999999em;
  }

  .nextpostslink .hs-search-results__next-page {
    padding: 0 45px 0 0;
    text-indent: -999999em;
  }
}

.insights-blog.simple-news-blog .blog-content.one-col-content {
    margin-top: -25%;
    width: 75% !important;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
  .all-post-wrap {
    width: 100%; 
    margin: 0;
  }

  .simple-news-hero.news-hero {
    background-image: url(//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/panel-bg-06.svg);
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 0;
    background-position: top center;
  }

  .simple-news-hero.news-hero h1 {
    height: 50%;
    top: 0;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0%,0);
    margin: 0;
    display: flex;
    align-items: center;
  }

  @media (max-width: 1280px){  
    h3.post-listing-simple {
      font-size: 21px;
    }  
  }

  @media (max-width: 1024px){  
    .insights-blog.simple-news-blog .blog-content.one-col-content {
      width: 87.5% !important;
    }
  }
  @media (max-width: 767px){  
    h3.post-listing-simple {
      font-size: 18px;
    }  
    .insights-blog.simple-news-blog .blog-content.one-col-content {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
    }
    .simple-news-hero.news-hero {
      padding-top: 100%;
    }
    .simple-news-hero.news-hero h1 {
      height: 100%;
      width: 87.5%;
      padding: 3.57143%;
    }
  }  

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



a.get-dirctions {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #00a98c;
    color: #fff;
    cursor: pointer;
    display: block;
    -webkit-font-smoothing: antialiased;
    padding: 8px 20px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
    -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
    transition: background-color .3s ease,color .3s ease,border .3s ease;
    text-align: center;
    display: inline-block;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 12px 22px;
    font-size: 15px;
    border: solid 1px #00a98c;
    background-color: transparent;
    color: #00a98c;
}

a.get-dirctions:hover {
    color: #fff;
}

.get-dirctions::after {
    
}
.get-dirctions:hover::after {
    -webkit-transform: skew(0) translate3d(-20%,0,0);
    transform: skew(0) translate3d(-20%,0,0);
    background-color: #00a98c;
}
.get-dirctions::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skew(0) translate3d(-140%,0,0);
    transform: skew(0) translate3d(-140%,0,0);
    background-color: #fff;
    width: 160%;
    height: 100%;
    -webkit-transition: -webkit-transform 450ms ease-in;
    transition: -webkit-transform 450ms ease-in;
    -o-transition: transform 450ms ease-in;
    transition: transform 450ms ease-in;
    transition: transform 450ms ease-in,-webkit-transform 450ms ease-in;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media(max-width: 1400px){
  .scroll-navigation .nav-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 60%);
    margin-left: 0;
  }
}

@media (max-width: 1280px) {
  ul, ol {
    font-size: 14px;
    line-height: 1.5;
  }
  .cm-menu-wrap .cm-top-menu {
    display: none;
  }
  .level-0__block .level-0__title {
    display: none;
  }
  .level-0__block .level-1 {
      display:none;
  }
  .cm-hidden-phone {
      display:none !important;
  }
  .social {
      margin-bottom: 20px;
  }
  .mobile_search {
      display: none;
  }
  .mobile-open .mobile_search {
      display: block;
      margin-bottom:15px;
  }
  .mobile_search input.hs-search-field__input {
    float: left;
    display: inline-block;
    width: 62.5%;
    padding: 10px 0;
    opacity: 1;
    margin: 0;
    border: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: 0 0;
    font-size: 16px;
    line-height: 1.3;
    width: 78.125%;
    padding: 20px 0;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  
  .mobile_search input.hs-search-field__input {}

  .mobile_search button.search-submit.btn {
    border: 1px solid #fff;
    line-height: 1.3;
    background-color: #fff;
    color: #2d3081;
    border-radius: 0;
    width: 18.75%;
    margin-left: 3.125%;
    padding: 20px 0;
    font-size: 20px;
    font-family: Santral-SemiBold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  .one-col-content {
    font-size: 14px;
    line-height: 1.5;
  }
  body {
      font-size: 14px;
      line-height: 1.5;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > a {
      background-image: url(//cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/nav-arrow-right.svg);
      background-repeat: no-repeat;
      background-position: right 20px center;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li.dl-back a {
      background-color: #2d3081;
      background-image: url(https://cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/nav-arrow-left.svg);
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 30px;
      font-size: 16px;
      font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
      border-bottom: 0;
      color:#fff !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul  li.dl-back-text a {
      font-size: 18px;
      margin: 8px 0 14px 0;
      padding: 0;
      color: #00a98c;
      border: 0;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul ul {
      padding:13px 20px 0 20px !important;
  }
  .static-hero .static-hero-content-wrap .static-hero-content h1 {
      font-size: 30px;
      letter-spacing: 0;
  } 
    .cm-two-col-eq-content h3 {
      font-size: 21px;
  }
  .rp-companies-text h2 {
      font-size: 21px;
  }
   .insights-blog .blog-post-wrapper blockquote {
      font-size: 21px;
  }

  p.large {
      font-size: 21px;
  }
  .insights-blog .post-header h2 {
      font-size: 21px;
  } 

  .insights-blog .post-item {
      padding: 10% 0;
  }
  .cm-three-col-eq-content h3 {
      font-size: 21px;
  }
  .location-list .type-locations {
      padding: 10% 0;
      padding-right: 20px;
  }

  .type-locations h2 {
      font-size: 21px;
  }
  .hs-one-col-section1-wout-banner-sec1-r1 p {
      font-size: 18px;
  }
  .cm-two-col-img-align-inner .text-wrapper h2 {
      font-size: 20px;
  }
  .cm-board-member {
      padding: 10% 0;
      padding-right: 5%;
  }

  .cm-board-member .content h2 {
      font-size: 21px;
  }
  .hs-our-history-sec1-r1 p {
      font-size: 18px;
  }
  .promo-row .promo h3 {
      font-size: 21px;
  }
  .mobile_search input.hs-search-field__input::-webkit-input-placeholder {
     color: #fff;
     opacity: .54;
  }

  .mobile_search button.search-submit.btn {
     background-color: #fff;
     color: #2d3081;
     cursor: pointer;
  }

  .mobile_search button.search-submit.btn:hover {
     background-color: #2d3081;
     color: #fff;
  }
  .news-hero h1 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .featured-post .text-wrapper h2 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .post-meta time {
    display: inline-block;
  }

  .featured-post .text-wrapper p {
    font-size: 14px;
  }

  .cn-post-bottom h3 {
    font-size: 21px;
  }
  .contact-headline {
      font-size: 21px;
  }
  .news-blog .static-hero .static-hero-content-wrap .static-hero-content {   
      padding: 0 4.16667%;
  }
   .section-navigation .hs-menu-wrapper >ul {
     margin-top: 14px !important;
     margin-bottom: 4px !important;
  }
  .blog.news-blog .blog-post-wrapper .section.post-body h2 {
      font-size: 20px;
  }
  
  .news-blog .featured-post ,
  .news-blog .news-hero {
      margin-top: -1px;
    }
  h2.post-listing-simple {
    font-size: 21px;
  }
  

}




@media (max-width: 1024px) {
  .cm-footer-logo {
      float: none !important;
      width: 100% !important;
      display: block;
      padding-bottom: 55px;
  }

  .cm-right-grp { 
      float: none !important;
      padding-left: 0 !important;
      width: 100% !important;
  }
  .mobile_search input.hs-search-field__input {
      float: left;
      display: inline-block;
      width: 62.5%;
      font-size: 20px;
      padding: 10px 0;
  }

  .mobile_search button.search-submit.btn {
      border-radius: 0;
      width: 31.25%;
      margin-left: 6.25%;
      padding: 10px 0;
     
  }
 
  .hs-one-col-section1-wout-banner-sec1-r1 h2 {
      font-size: 30px;
      letter-spacing: 0;
  }
  .custom-accordion-title h3 {
      font-size: 16px;
  }
  .one-col-content {
      width: 100% !important;
  }
  .static-hero .static-hero-content-wrap .static-hero-content .sub-title {
      margin-bottom: 15px;
  }
  .one-col-content-with-banner-sec1 h3 {
      margin-bottom: 15px;
  }
  .blog-post-wrapper .post-header .hs-author-avatar {
      margin-bottom: 9px;
  }
  .blog-post-wrapper .post-header {
      position: static;
      transform: none;
      width: 100%;
  }

  .blog-post-wrapper #hubspot-author_data .hs-author-avatar img {
      width: 25%;
      height: auto;
      border-radius: 999em;
  }

  .cn-post-autor-bio {
      margin: -2px 0 30px;
  }

  .blog-post-wrapper .post-header .hs-author-avatar {
      margin-bottom: 1px;
  }

  .blog-content.one-col-content {
      padding-top: 8.03333%;
  }
  .insights-blog .blog-post-wrapper blockquote:before {
      width: 8.33333%;
      padding-bottom: 8.33333%;
      top: 8.33333%;
      left: -4.16667%;
  }
  .insights-blog .post-item {
      padding: 7.14286% 0;
  }
  .cm-three-col-eq-content h3 {   
      margin-bottom: 25px;
  }
  .location-list .type-locations {
      padding: 7.14286% 0;
      padding-right: 20px;
  }
  .cm-two-col-img-align-inner .text-wrapper {
      position: static;
      transform: none;
      width:100%;
  }
  .cm-two-col-img-align-inner .text-wrapper h3 {
      margin-bottom: 15px;
  }
  .cm-two-col-img-align-wrap.right .cm-two-col-img-align-inner .text-wrapper {
      width: 100%;
  }
  .cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {    
    margin: 0 20px 20px 0;
  }
  .cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
      margin-bottom:25px;
  }
  .cm-board-member {
      padding: 7.14286% 0;
      padding-right: 5%;
  }
  .hs-our-history-layout .static-hero {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      text-align: center;
      position: relative;
      height: 0;
      padding-bottom: 50%;
      background-position: left !important;
  }
  .featured-post .text-wrapper {
      background-color: #fff;
      padding: 6.25%;
      position: relative;
      z-index: 10;
      transform: none;
      width: 100%;
  }
  article.featured-post .post-meta p {
      font-size: 12px;
  }
  .news-blog .static-hero .static-hero-content-wrap {
          width: 87.5%;
  }   
}


@media(max-width: 1023px){
  .static-hero.profile-banner  .static-hero-content-wrap {
    width: 87.5%;
  }

  .profile-row1-wrapper {
    width: 87.5% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .post-by-author-wrapper h3 {
    margin-top: -30px;
  }
}

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

@media (max-width: 767px) {
  .cm-logo-wrap {
      width: auto !important;
      margin-top: 19px;
  }
  .custom-header>.row-fluid-wrapper {
      min-height: 71px;
  }

  .mobile-trigger {
      border: 0;
      width: 40px;
      height: 30px;
      top: 5px;
  }
  .static-hero {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .custom-header {
    height: 70px;
  }
  .body-container-wrapper {
      margin-top: 70px;
  }
  .one-col-content {
      margin-top: 0;
      width: 100% !important;
      padding-left: 0;
      padding-right: 0;
  }
  .mobile-open .custom-menu-primary.js-enabled {    
      top: 70px;
  }
  .mobile_search button.search-submit.btn {
      border-radius: 0;
      width: 31.25%;
      margin-left: 6.25%;
      padding: 10px 0;
      font-size: 16px;
      border: 1px solid #fff;
      line-height: 1.3;
      background-color: #fff;
      color: #2d3081;
     -webkit-transition: background-color .3s ease,color .3s ease,border .3s ease;
      -o-transition: background-color .3s ease,color .3s ease,border .3s ease;
      transition: background-color .3s ease,color .3s ease,border .3s ease;
  }
/*    .mobile_search button.search-submit.btn:hover {
      background-color: #2d3081;
      color: #fff;
  } */

  .mobile_search input.hs-search-field__input {
      font-size: 16px;
      line-height: 1.3;
  }
  .cm-logo a {    
      height: 32px;
  }
  .static-hero .static-hero-content-wrap {    
      height: 100%;
  }
  .static-hero .static-hero-content-wrap .static-hero-content h1 {
      font-size: 20px;
      margin-bottom: 3px;
      line-height: 1.3;
      font-weight: 500;
      letter-spacing: 0;
  }
  .static-hero .static-hero-content-wrap .static-hero-content .sub-title {
      letter-spacing: 2px;
      padding-bottom: 10px;
      margin-bottom: 15px;
  }
  .contact-headline {
      font-size: 18px;
      color: #666;
      border-bottom: 1px solid rgba(0,0,0,.2);
      padding-bottom: 20px;
  }

  .location-block {
      font-size: 14px;
      line-height: 1.5;
  }
  .location-row {
      padding-top: 8.33333%;
  }
  .location-block {
      width: 100%;
      float: none;
      margin-bottom: 20px;
  }
  a.get-dirctions {
      padding: 8px 20px;
      font-weight: 400;
      font-size: 12px;
  }
  h3.form-title {
    text-transform: none;
    padding-bottom: 30px;
    font-size: 21px;
  }

  .one-col-content-form form {
      padding: 0;
  }

  .one-col-content-form label {
      width: 100%;
      float: none;
      font-size: 14px;
  }

  label {
      margin-bottom: 10px;
      display: block;
      font-size: 14px;
  }

  .one-col-content-form .hs-input {
      width: 100%;
      float: none;
  }
  .hs-richtext p {
      margin: 0 0 30px 0;
      font-size: 14px;
      font-weight: 600;
      font-size: 9pt;
      font-family: Helvetica, sans-serif;
  }
  .cm-right-grp p {
      font-size: 10px;
      margin: 0 0 30px;
  }
  .cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
      width: auto !important;
      display: inline-block;
  }
  .cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {      
      margin: 0 20px 20px 0;
  }
  .hs-one-col-section1-wout-banner-sec1-r1 h2 {
      color: #000;
      font-size: 20px;
  }
  .cm-accordion-inner {
      border-top: 1px solid rgba(0,0,0,.2);
      padding: 20px 0;
      position: relative;
      cursor: pointer;
  }
  .custom-accordion-title h3 {
      font-weight: 400;
      font-size: 14px;
      line-height: 1.5;
  }
  .custom-accordion-body p {
      padding-top: 20px;
      padding-right: 60px;
      margin: 0;
      font-size: 12px;
  }
   .cm-two-col-eq-wrap {
      display: block;
  }

  .cm-two-col-eq-content {
      margin-left: 0;
  }  
  .cm-two-col-eq-content h3 {
      color: #2d3081;
      margin-top: 35px;
      font-size: 18px;
  }

  .rp-companies-wrap {
      display: block;
  }

  .rp-companies-item {
      width: 100%;
      padding: 0 0 6.25%;
  }

  .rp-companies-text h2 {
      font-size: 18px;
  }

  .rp-companies-dates {
      display: inline-block;
  }
  .rp-companies h3 {
      margin-bottom: 15px;
  }
  .one-col-content h5 {
      margin-bottom: 15px;
  }
  .blog-content.one-col-content {
      padding-top: 14.2%;
  }
  .insights-blog .blog-post-wrapper blockquote {
      font-size: 18px;
      font-family: Santral-Light,"Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: 400;
      color: #000;
      margin: 0;
      padding: 15.625% 0 6.25% 0;
      position: relative;
      top: 0;
      left: 0;
  }

  .insights-blog .blog-post-wrapper blockquote:before {
      content: "";
      background-image: url(https://cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/quote.svg);
      background-repeat: no-repeat;
      background-size: cover;
      overflow: visible;
      position: absolute;
      width: 12.5%;
      padding-bottom: 12.5%;
      top: 0;
      left: 0;
  }
  p.large {
    font-size: 18px;
    color: #666;
  }
  .insights-blog .post-header h2 {
    font-size: 18px;
  }
  .insights-blog .post-item {
    padding: 6.25% 0;
  }
  .news-blog .static-hero .static-hero-content-wrap .static-hero-content {      
      padding: 3.57143%;
  }
  .news-blog .static-hero .static-hero-content-wrap {
      width: 87.5%;
  }
  .cm-three-col-eq-wrap {
      display: block;
  }
  .cm-three-col-eq-content {
      margin-left: 0;
  }
  .cm-three-col-eq-content h3 {
      font-size: 18px;     
  }
  .location-list {
      display: block;
  }
  .location-list .type-locations {
      width: 100%;
      padding: 6.25% 0;
  }
  .type-locations h2 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  .type-locations .tel {
      display: block;
      font-size: 10px;
      margin-bottom: 0;
  }
  .hs-one-col-section1-wout-banner-sec1-r1 {
    width: 87.5% !important;
  }
  .hs-one-col-section1-wout-banner-sec1-r1 p {
      font-size: 14px;
  }
  .cm-two-col-img-align-inner {
      padding-top: 25%;
      position: relative;
      overflow: hidden;
  }

  .cm-two-col-img-align-wrap.left .cm-two-col-img-align-inner .image-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: 1;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  }

  .cm-two-col-img-align-inner .text-wrapper {
      background-color: #fff;
      padding: 6.25%;
      position: relative;
      z-index: 10;
  }
  
  .cm-two-col-img-align-inner .text-wrapper h2 {
      font-size: 16px;
  }
  a.violet-btn {
      padding: 8px 20px;
      font-size: 12px;
  }
  .cm-two-col-img-align-wrap.right .cm-two-col-img-align-inner .text-wrapper {
      width: 100%;
      background-color: #fff;
      padding: 6.25%;
      position: relative;
      z-index: 10;
  }
  .cm-board-member {
      float: none;
      width: 100%;
  }

  .cm-board-member:nth-child(2n) {
      float: none;
      padding-left: 0;
  }
  .cm-board-member .content h2 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  .cm-board-member {
      padding: 6.25% 0;
  }
  .hs-our-history-layout .static-hero {      
      padding-bottom: 0;
      background-position: left !important;
  }
  .hs-our-history-sec1-r1 {
      width: 87.5% !important;
  }
  .hs-our-history-sec1-r1 p {
      font-size: 14px;
  }
  .component.component--quote.display-right .quote-details {
      padding: 0;
  }
  .promo-row {
      display: block;
  }
  .promo-row .promo h3 {
      font-size: 18px;
  }
  .promo-row .promo {
      margin-left: 0;
  }
  .news-hero h1 {
      font-size: 20px;
  }

  .featured-post {
      padding-top: 25%;
      position: relative;
      overflow: hidden;
  }

  .featured-post .text-wrapper h2 {
      font-size: 20px;
  }

  article.featured-post .post-meta p {
      font-size: 9px;
  }
   .posts-list {
      display: block;
  }

   .posts-list .post {
      width: 100%;
  }
  .cn-post-bottom h3 {
      font-size: 18px;
  }

  .cn-post-bottom ul {
      display: block;
  }

  .cn-post-bottom ul li {
      float: none;
      width: 100%;
  }
  .view-all-post {
      padding: 8px 10px;
      font-size: 11px;
  }
  
  .contact-headline {
      font-size: 18px;
  }
  .insights-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
      float: none;
      width: 100%;
      margin-right: 0;
      max-width: 100%;
  }
   .static-hero.profile-banner .static-hero-content-wrap {
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    display: block;
    height: auto;
  }

  .static-hero.profile-banner .static-hero-content-wrap .static-hero-content {
    padding: 3.57143%;
    text-align: center;
    position: static;
  }

  .static-hero.profile-banner .static-hero-content-wrap .static-hero-content .sub-title, .static-hero.profile-banner .static-hero-content-wrap .static-hero-content h1 {
    text-align: center;
  }

  .post-by-author-wrapper h3 {
    margin-top: 0;
  }

  .posts-list .post h2 {
    font-size: 18px;
  }

  .posts-list .post {
    padding-bottom: 6.25%;
  }

  .profiles-inner {
    width: 100%;
    padding: 6.25% 0;
  }

  .scroll-navigation .in-this-section {
    z-index: 95;
    position: fixed;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3D(-50%,0,0);
    -ms-transform: translate3D(-50%,0,0);
    transform: translate3D(-50%,0,0);
    letter-spacing: 2px;
  }

  .section-navigation {
    top: auto;
    bottom: 0;
    padding: 20px 0 60px 0;
  }
  .posts-list {
    width: 100%
  }
  .static-hero {
    margin-top: -1px;
  }
   .blog.news-blog .blog-post-wrapper .section.post-body h2 {
    font-size: 16px;
  }
  .hs-error-msgs {
    margin: 0 0 0 0% !important;
  }
  .one-col-content-form .hs-richtext {    
    width: 100%;
  }
  .news-blog .posts-list {
      width: 87.5%;
  }
  .insight-landing .posts-list {
     width: 87.5%;
  }
  .home-gallery {
     margin-top: -1px;
  }
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
      width:100% !important;
      max-width:100% !important;
  }
  .one-col-content-form .hs-error-msgs{
    margin: 0 !important;
  }
  td {
     word-break: break-all;
  }
  h2.post-listing-simple {
    font-size: 18px;
  }
  
}  


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

@media (max-width: 479px) {
  .cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    margin-right: 19px;
  }
  .cm-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    margin-right: 19px;
  }
}

/* =============== New Homepage Aug 2019=============== */

.psg-homepage-main-wrapper {
 padding: 2.25%; 
}

.psg-home-row {
 padding-bottom: 0%; 
}
@media only screen and (max-width: 930px) {
body.psghome19 .span4 {
  width: 100% !important;
  margin-left: 0px;
  margin-right: 0px;
  }
  
  body.psghome19 .span8 {
  width: 100% !important;
  margin-left: 0px;
  margin-right: 0px;
  }
}
/*  Search box stying */

.social-search-strip .hs-search-field {
  position: relative;
}
.social-search-strip .hs-search-field__input {
  box-sizing: border-box;
  width: 140px !important;
  border: none !important;
  border-radius: 0px !important;
  font-size: 13px;
  font-family: 'Santral-regular', Arial, sans-serif !important;
  padding-left: 10px;
  float: right;
  margin-right: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #ececec;
  color: #666;
}

.social-search-strip .hs-search-field__input ::-webkit-input-placeholder { /* Edge */
  color: #666;
}

.social-search-strip .hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.social-search-strip .hs-search-field__input::placeholder {
  color: #666;
}
.social-search-strip .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000 !important;
}
.social-search-strip .hs-search-field--open .hs-search-field__suggestions {
     border: 1px solid #000;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 50px !important;
    opacity: 0.8;
    padding: 20px;
  text-align: left;
  position: absolute;
  z-index: 3000;
}
.social-search-strip .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.social-search-strip .hs-search-field__suggestions #results-for {
  font-weight: bold;
  color: #000;
}
.social-search-strip .hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
  color: #3c3c3b;
  font-size: 13px;
  margin-top: 10px;
}
 .social-search-strip .hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  font-weight: 600;
  outline: none;
}

 .social-search-strip  .hs-button.primary,  input[type="button"]{
 position: absolute;
 right: 6px;  
 top: 2px; 
  border-right: 0px;
   border-top: 0px;
   border-bottom: 0px;
   z-index: 200;
   color: #575756 !important;
   background-color: transparent !important;
   padding: 3px !important;
   font-size: 15px !important;
   border-left: 0px;
} 

/* =============== New Footer Aug 2019=============== */
.psg-footer-main-wrapper {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
      background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: url(https://cdn2.hubspot.net/hubfs/5894561/PunterSouthallGroup_May2019/images/psg-hero-image.png);
  
} 

.psg-footer-inner-wrapper {
  padding-left: 2.25%;
  padding-right: 2.25%;
}

.psg-footer-main-wrapper p {
  font-size: 15px;
}

.psg-footer-left-block {
 background-image: linear-gradient(#ececec,#fff); 
 padding-top: 60px;
 padding-bottom: 130px; 
 padding-left: 30px;
 padding-right: 30px; 
  
}

.psg-footer-logo-wrapper {
 margin-bottom: 30px; 
}

.psg-footer-logo-wrapper img {
 width: 260px !important;
  height: auto;
}

.psg-footer-links-wrapper {
  border-bottom: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 15px;
}

.psg-footer-smalltxt-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.psg-footer-smalltxt-wrapper p {
  font-size: 11px;
}

.psg-footer-cta-wrapper {
 margin-top: 10px; 
} 

.psg-footer-right-block {
 padding-top: 100px; 
}

.psg-footer-right-block h3 {
 color: #2d3081;
}

.psg-footer-right-block a {
  color: #666;
  font-size: 15px;
  margin-bottom: 7px;
}

.psg-footer-right-block a:hover {
  color: #ff1d43;
}

.psg-footer-privacy-links a {
   color: #666;
  font-size: 15px;
  margin-right: 20px;
}

@media only screen and (max-width: 930px) {
  body.psghome19 .psg-footer-main-wrapper {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
      background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: none;
    text-align: center;
} 
  
 body.psghome19 .psg-footer-right-block {
 padding-top: 0px; 
   padding-bottom:30px; 
}
  
body.psghome19 .psg-footer-left-block {
 padding-bottom: 30px; 
}
  
 body.psghome19 .psg-footer-smalltxt-wrapper {
    text-align: center;
  }
  
 body.psghome19 .psg-footer-privacy-links {
   text-align: center; 
  }
}

@media only screen and (max-width: 767px) {
  .psg-footer-main-wrapper {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
      background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: none;
    text-align: center;
} 
  
  .psg-footer-right-block {
 padding-top: 0px; 
   padding-bottom:30px; 
}
  
.psg-footer-left-block {
 padding-bottom: 30px; 
}
  
  .psg-footer-smalltxt-wrapper {
    text-align: center;
  }
  
  .psg-footer-privacy-links {
   text-align: center; 
  }
}

/* =============== Blog Listings Aug 2019=============== */

.psg-blog-listings-wrapper-19 {
 padding-left: 2.25%;
  padding-right: 2.25%;
  padding-top: 30px;
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items .psg-listing-item-overlay-outer {
  position: relative; 
  padding: 60px; 
  width: 100%; 
  height: 100%;
  transition-duration: 0.5s;
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items .psg-listing-item-overlay-outer:hover {
  padding: 0px; 
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items .psg-listing-item-overlay-outer .psg-listing-item-overlay-inner {
  background-color: rgba(0,142,146,0.8); 
  position: relative; 
  width: 100%; 
  height: 100%; 
  padding: 20px;
  transition-duration: 0s;
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(2) .psg-listing-item-overlay-outer .psg-listing-item-overlay-inner {
  background-color: rgba(75,189,211,0.8); 
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(3) .psg-listing-item-overlay-outer .psg-listing-item-overlay-inner {
  background-color: rgba(231,55,79,0.8); 
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(4) .psg-listing-item-overlay-outer .psg-listing-item-overlay-inner {
  background-color: #2d3081; 
  padding: 40px !important;
  background-image:url(https://cdn2.hubspot.net/hubfs/5894561/SVGs/triangle-graphic-overlay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  transition-duration: 0.5s;
}
body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(4) .psg-listing-item-overlay-outer .psg-listing-item-overlay-inner:hover {
  background-color: #ff1d43; 
  padding: 40px !important;
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items .psg-listing-item-overlay-outer .psg-listing-item-overlay-inner:hover {
 padding: 80px; 
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(4) .psg-listing-item-overlay-outer {
  background-color: #2d3081; 
  padding: 0px !important;
  
}


body.psg-listings19 .blog-listing-wrapper .post-listing .post-items  {
  display:inline-block;
  width:48.5%;
  height:500px;
  vertical-align: text-top;

border: 0px solid #000000;
  background-color:#ffffff;
  margin-right:2% ;
  margin-bottom:2%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(1) {
 width:48.5%;
margin-right:2% !important;
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(2) {
 width:49%;
margin-right: 0% !important;
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(3) {
  width:68% ;
margin-right: 2% !important;
}

body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:nth-child(4) {
  width:29.5% ;
margin-right: 0% !important;
}




body.psg-listings19 .blog-listing-wrapper .post-listing .post-items .topic-link a {
  text-transform: uppercase;
  color: #fff;
}  

body.psg-listings19 .parentContainer {
  width: 100%; 
  height: 200px;
  display:block;
    padding:0px;
    margin:0px;
  overflow: hidden;
   
}

body.psg-listings19 .childContainer {
    display:block;
    padding:0px;
    margin:0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

body.psg-listings19 .parentContainer:hover .childContainer,
.parentContainer:focus .childContainer {
  transform: scale(1.2);
}

body.psg-listings19 .blogSummary {
  text-align:left;
  padding-top:5px;
   padding-left:0px;
   padding-right:30px;
}
body.psg-listings19 .blogSummary h3 {
  line-height: 1.2;
  margin-bottom: 5px !important;
}

body.psg-listings19 .blogSummary h3 a {
  text-decoration: none;
  color: #fff;
  margin-bottom: 5px;
}

.body.psg-listings19 .blogSummary p {
 color: #fff; 
  
}

body.psg-listings19 .post-header {

   padding-right:30px;
  text-align: left;
}  



body.psg-listings19 .post-listing {
  text-align:left;
  color: #fff;
}

body.psg-listings19 .post-listing p {
  font-size: 15px !important;
}

body.psg-listings19 .post-body {
 padding-left: 0px; 
  padding-right: 0px; 
}  

body.psg-listings19 .post-body h3 {
    color: #fff;
    font-size: 14px;
} 



body.psg-listings19 .blog-list-go-link {
 bottom: 0px; 
 width: 100%;
 height: 50px;
 padding-top: 0px;
  padding-left: 0px;
 
} 

body.psg-listings19 .blog-list-go-link a {
 padding-left:30px !important;
    border: 0px solid #000000;
    color: #fff !important;
    text-decoration: none;
    text-align: center !important;
    font-weight: 200;
    font-size: 14px !important;
    margin-top: 5px;
    background-color: transparent;
    transition: 0.5s !important;
    text-transform: uppercase;
    background-image: url(https://cdn2.hubspot.net/hubfs/5894561/SVGs/link-arrow.svg) !important;
    background-size: 25px;
    background-position: left;
    background-repeat: no-repeat;

} 

body.psg-listings19 a.more-link {
 font-size: 14px !important; 
  letter-spacing: 0px !important ;
  font-weight: 200 !important;
  font-family: Santral-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

body.psg-listings19 .blog-list-go-link a:hover {
  
}

body.psg-listings19 .blog-list-go-link a::after {
  content: ”;
height: 30px;
width: 30px;
background: url(https://cdn2.hubspot.net/hubfs/5111999/New%20Site%202019/Icons/blue-arrow-icon.svg) no-repeat;
position: absolute;
margin-left: 10px;
background-size: 21px;
margin-top: 6px;
} 

body.psg-listings19 .blog-pagination-wrapper {
  background-color: #9c9b9b;
  padding-top: 20px;
  padding-bottom: 20px;
}  

body.psg-listings19 .post-avatar {
  position: absolute;
  top: 270px;
  z-index: 200;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  
  
} 

body.psg-listings19 .post-avatar img{
  border-radius: 60px;
  border: 3px solid #fff;
  
}

body.psg-listings19 a.author-link {
 text-decoration:none;
  padding-right: 5px;
  margin-top: 10px !important;
  color: #fff;
}

body.psg-listings19 #hubspot-topic_data {
    margin-bottom: 5px;
}

body.psg-listings19 a.topic-link {
 text-decoration:none; 
  padding-left: 5px;
  color: #fff;
  font-size: 15px;
}
body.psg-listings19 #hubspot-author_data {
 margin-top: 10px;
 opacity: 0.6; 
}
body.psg-listings19 .blog-sub-wrapper {
  background-color: #587294;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-image: url(https://cdn2.hubspot.net/hubfs/5111999/New%20Site%202019/Icons/blue-flash-banner.svg);
    background-position: top right;
    background-size: 400px;
    background-repeat: no-repeat;
  margin-top: -2px;
} 

body.psg-listings19 .blog-sub-wrapper h6 {
  color: #fff !important;
}

body.psg-listings19 .blog-sub-wrapper h2 {
  color: #fff !important;
}

body.psg-listings19 .blog-sub-wrapper p {
  color: #fff !important;
}

@media only screen and (max-width: 950px) {
 body.psg-listings19 .blog-listing-wrapper .post-listing .post-items {
  width:100% !important;
  margin-left: 0px;
  margin-right: 0px;
  height: 100% !important; 
  }
  
 body.psg-listings19 .blog-listing-wrapper .post-listing .post-items:first-child {
  width:100%;
  margin-left: 0px;
  margin-right: 0px;
  }
  
body.psg-listings19  .blog-sub-wrapper {
   background-image: none !important; 
  }
} 
/* =============== Blog Author Aug 2019=============== */

body.psg-listings19  .hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url(https://cdn2.hubspot.net/hubfs/5894561/SVGs/LinkedIn-PSG-Author.png);
}

body.psg-listings19  .hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url(https://cdn2.hubspot.net/hubfs/5894561/SVGs/Twitter-PSG-Author.png);
}

body.psg-listings19 .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;
    margin-right: 5px;
}

.psg-blog-aut19-mainwrapper {
 height: 500px ;
  width: 100%;
  background-color: #2d3081;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 30px;
  background-image: url(https://cdn2.hubspot.net/hubfs/5894561/SVGs/triangle-graphic-overlay-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.psg-blog-aut19-right-image {
  width: 98%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding-bottom: 5% !important;
  float: right;
  -webkit-clip-path: polygon(0% 0,100% 0%,100% 100%,30.5% 100%);
  clip-path: polygon(0% 0,100% 0%,100% 100%,30.5% 100%);
  margin-left: -2px;
  z-index: 2;
  border-bottom: 35px solid #fff;
    border-top: 35px solid #fff;
}

.psg-blog-aut19-white-angle {
width: 50%;
  height: 110%;
  background-color: #fff;
  padding-bottom: 0% !important;
  float: left;
  -webkit-clip-path: polygon(0% 0,100% 0%,100% 100%,30% 100%);
  clip-path: polygon(0% 0,100% 0%,100% 100%,30% 100%));
  margin-right: -2px;
  z-index: 1;
}

.psg-blog-aut19-right-red{
  padding-left:  50px;
  padding-top: 20px;
  padding-right: 40px;
  width: 100%;
}

.psg-blog-aut19-right-red h1 {
  color: #fff;
  font-size: 30px !important;
  margin-bottom: 20px !important;
}

.psg-blog-aut19-right-red p {
  color: #fff;
}

p.psg-blog-aut19-postsby {
 margin-bottom: 5px !important; 
}



body.psg-listings19 .psg-blog19-author-wrapper {
  height: 400px;
  background-color: #2d3081;
  padding: 40px;
  width: 100%;
    background-color: #ff1d43;
    margin-bottom: 70px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.psg-blog19-author-image-wrapper {
    width: 60%;
    height: 110%;
    background-color: #fff;
    padding-bottom: 0 !important;
    float: right;
    -webkit-clip-path: polygon(0% 0,100% 0%,80% 100%,0 100%);
    clip-path: polygon(0% 0,100% 0%,80% 100%,0 100%);
    margin-left: -2px;
    z-index: 1;
}

.psg-blog-author-txt {
 width: 40%;
    height: 100%;
    background-color: #fff;
    padding-bottom: 0 !important;
    float: left;
    -webkit-clip-path: polygon(0% 0,100% 0%,80% 100%,0 100%);
    clip-path: polygon(0% 0,100% 0%,80% 100%,0 100%);
    margin-left: -2px;
    z-index: 0; 
}

body.psg-listings19 .hs-author-profile {
 text-align: left !important; 
   max-width: 100%;
   margin: auto;
   margin-bottom: 40px;
}

body.psg-listings19 .hs-author-profile h1 {
   margin-top: 0px !important;
    color: #fff !important;
  margin-bottom: 20px !important;
}

body.psg-listings19 .hs-author-social-links {
 margin-top: 0px; 
}

.psg-blogauthor-divider-rule {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #fff;
    display: block;
    top: 0;
    position: relative;
    left: 0;
    margin-bottom: 25px;
}

@media only screen and (max-width: 950px) {
  
  .psg-blog-aut19-right-image {
   display: none; 
  }
  .psg-blog-aut19-white-angle {
    display: none;
  }
  
  .psg-blog-aut19-right-red{
   padding-left:  40px; 
  }
  
  .psg-blog-aut19-mainwrapper {
   height: 100%;
   padding-bottom: 50px; 
    padding-top: 50px; 
  }
  
}

/* =============== Blog Article Aug 2019=============== */

.psg-blog-article-wrapper-19 {
  padding-top: 40px;
  padding-left: 2%;
  padding-right: 2%;
}

.psg-blog-art19-textblock h2 {
color: #ff1d43 !important;  
}

.psg-blog-art19-textblock h3 {
color: #ff1d43 !important;  
}

.psg-blog-art19-textblock h4 {
color: #ff1d43 !important;  
}

.psg-blog-art19-textblock h5 {
color: #ff1d43 !important;  
}

.psg-blog-art19-textblock h6 {
color: #ff1d43 !important;  
}

.psg-blog-art19-textblock p {
font-size: 16px !important; 
}

body.psg-article19 .blog-post-wrapper19 .post-header {
    position: relative !important;
    padding-left: 40px;
    height: 440px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 60px;
    background-attachment: fixed;
}

body.psg-article19 .psg-blogart19-title-overlay {
  width: 750px;
  background-color: rgba(45, 48, 129, 0.8);
  position: absolute;
  bottom: 0px;
  padding: 30px;
}

body.psg-article19 .psg-blogart19-title-overlay h1 {
  color: #fff !important;
  padding-left: 75px;
  font-size: 34px;
  margin-bottom: 0px !important;
}

body.psg-article19 #hubspot-author_data .hs-author-avatar img {
    width: 60px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    position: absolute;
    top: 30px;
 
}

body.psg-article19 a.author-link {
 color: #fff;
 padding-left: 75px; 
  display: inline-block;
  font-size: 16px;
}

body.psg-article19 p.psg-blog19-date {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px !important;
  font-size: 16px;
}

body.psg-article19 p.psg-blog19-tags {
    color: #fff;
    display: block;
    margin-bottom: 10px !important;
    font-size: 16px;
    padding-left: 75px;
    margin-top: -5px;
    opacity: 0.6;
}

body.psg-article19 .psg-blogart19-red-title-block {
 position: absolute;
  top: 0px;
  background-color: #ff1d43;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

body.psg-article19 .psg-blogart19-red-title-block p {
  color: #fff;
  margin-bottom: 0px !important;
  font-size: 16px;
}

body.psg-article19 .psg-blogart19-red-next-buttons {
 position: absolute;
 bottom: -40px;
 right: 30px; 
 text-align: center;  
}

body.psg-article19 .psg-blogart19-red-next-buttons p {
 color: #ff1d43; 
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 5px;
}

body.psg-article19 .psg-blogart19-red-next-buttons img {
  width: 35px;
  height: auto;
  padding:2px;
}

body.psg-article19 .psg-blog-art19-textblock {
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 50px;
}

body.psg-article19 .psg-blog-art19-right-column {
 padding-right: 40px; 
}

@media only screen and (max-width: 915px) {
  body.psg-article19 .blog-post-wrapper19 .post-header {
   padding-left: 0px !important; 
  }
  
  body.psg-article19 .psg-blogart19-title-overlay {
   width: 100% !important; 
  }
  
  body.psg-article19 .psg-blogart19-red-next-buttons {
   z-index: 10; 
  }
  
  body.psg-article19 a.author-link {
   padding-left: 0px !important; 
     padding-top: 80px;
  }
  
  body.psg-article19 .psg-blogart19-title-overlay h1 {
   padding-left: 0px !important; 
  }
  
  body.psg-article19 p.psg-blog19-tags {
   display: none; 
  }
  
}

@media only screen and (max-width: 500px) {
  body.psg-article19 .psg-blogart19-title-overlay h1 {
   font-size: 30px !important; 
  }
  
  body.psg-article19 p.psg-blog19-date {
   display: none; 
  }
  
    body.psg-article19 p.psg-blog19-tags {
   display: none; 
  }
}

@media only screen and (max-width: 767px) {
  body.psg-article19 .psg-blog-art19-textblock {
   padding-left: 0px !important; 
  }
  
  body.psg-article19 .psg-blog-art19-right-column {
   padding-right: 0px; 
  }
}