/* ==========================================================================
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'); */
@import url('//fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');

@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);

@font-face {
  font-family: 'themify';
  src:url('https://6221294.fs1.hubspotusercontent-na1.net/hubfs/6221294/PDS_August2019%20Theme/Fonts/themify.eot'),
    url('https://6221294.fs1.hubspotusercontent-na1.net/hubfs/6221294/PDS_August2019%20Theme/Fonts/themify.woff') format('woff'),
    url('https://6221294.fs1.hubspotusercontent-na1.net/hubfs/6221294/PDS_August2019%20Theme/Fonts/themify.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* 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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

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

.aboutussec h2 {
  font-weight: bold;
  line-height: 1.3;
}

.aboutussec a {
    background: #5c6f3a;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 14px 28px;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    max-width: 150px;
    text-align: center;
}

.aboutussec a:hover {
  background: #000;
  color: #fff !important;
}


.hs-content-id-210229029955 .custom-about-wrapper {
  padding: 80px 20px;
}

.hs-content-id-210229029955 .custom-about-wrapper h2 {
  color: #000;
  margin-bottom: 60px;
}

.hs-content-id-210229029955 .custom-about-wrapper .custom-team-wrapper .custom-team {
  background: #fff;
    padding: 15px;
    margin-bottom: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.hs-content-id-210229029955 .custom-about-wrapper .custom-team-wrapper .custom-team-content {
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.hs-content-id-210229029955 .custom-about-wrapper .custom-team-wrapper .custom-team-content h6 {
   color: #000;
    font-size: 20px;
    font-weight: 600;
  margin-bottom: 5px;
}

.hs-content-id-210229029955 .custom-about-wrapper .custom-team-wrapper .custom-team-content p {
   min-height: 50px;
  line-height: 1.3;
}

.hs-content-id-210229029955 .custom-about-wrapper .team-content a {
  background: #5c6f3a;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.hs-content-id-210229029955 .custom-about-wrapper .team-content i {
  color: #fff;
  font-size: 18px;
}

.hs-content-id-210229029955 .custom-about-wrapper .team-content a:hover {
  background: #000;
}

.hs-content-id-210229029955 .custom-testimonial-slider-wrapper,
.hs-content-id-210299210247 .custom-testimonial-slider-wrapper{
  padding: 120px 20px !important;
  background: #5c6f3a;
}

.hs-content-id-210229029955 .custom-testimonial-slider-wrapper .custom-testimonial-title h2,
.hs-content-id-210229029955 .custom-testimonial-slider-wrapper .custom-testimonial-title p,
.hs-content-id-210299210247 .custom-testimonial-slider-wrapper .custom-testimonial-title h2,
.hs-content-id-210299210247 .custom-testimonial-slider-wrapper .custom-testimonial-title p{
  color: #fff;
  margin-bottom: 5px;
}

.hs-content-id-210229029955 .custom-testimonial-slider-wrapper .custom-testimonial-title p,
.hs-content-id-210299210247 .custom-testimonial-slider-wrapper .custom-testimonial-title p{
  font-size: 18px;
  margin-bottom: 40px;
}

.hs-content-id-210229029955 .custom-testimonial-item img,
.hs-content-id-210299210247 .custom-testimonial-item img{
  border-radius: 0 !important;
  width: 40px !important;
  height: auto !important;
}

.hs-content-id-210229029955 .custom-testimonial-description,
.hs-content-id-210299210247 .custom-testimonial-description{
  color: #fff;
}

.hs-content-id-210229029955 .tz-text,
.hs-content-id-210299210247 .tz-text{
  font-size: 21px !important;
  color: #fff !important;
}

.hs-content-id-210229029955 .slick-dots li.slick-active button,
.hs-content-id-210299210247 .slick-dots li.slick-active button{
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

/*

 .hs-content-id-210258054311 .custom-contact-wrapper {
  background-color: #fdfbeb !important;
  padding: 80px 20px !important;
}

.hs-content-id-210258054311 .contactsecone .custom-contact-content h2 {
  margin-bottom: 10px !important;
  color: #000 !important;
}

.hs-content-id-210258054311 .custom-address-wrapper {
  width: 100%;
  overflow: inherit !important;
  display: flex;
  flex-direction: column;
}

.hs-content-id-210258054311 .custom-address-inner-wrapper {
  background-color: transparent;
}

.hs-content-id-210258054311 .custom-address-inner-wrapper {
  width: 100% !important;
}

.hs-content-id-210258054311 .custom-address-inner-wrapper .custom-address {
   background: #fff;
   padding: 20px;
   border: 1px solid #5c6f3a;
}

.hs-content-id-210258054311 .custom-contact-wrapper p {
  margin-bottom: 40px !important;
}

.hs-content-id-210258054311 .custom-address-inner-wrapper .custom-address i {
  color: #5c6f3a !important;
}

.hs-content-id-210258054311 .custom-address-inner-wrapper .feature-text {
  color: #000;
  font-size: 15px;
}

.hs-content-id-210258054311 .contactform {
  background: #5c6f3a !important;
}

.hs-content-id-210258054311 .contactform h2 {
  color: #fff !important;
  margin-bottom: 20px !important;
}

.hs-content-id-210258054311 .contactform hr {
  border-top: 1px solid #7d8b69;
}

.hs-content-id-210258054311 .contactform .hs-richtext p {
  color: #fff !important;
  font-size: 15px !important;
  text-align: center;
}

.hs-content-id-210258054311 .contactform label span {
  color: #fff !important;
}

.hs-content-id-210258054311 .custom-contact-wrapper form {
  width: 100% !important;
}

.hs-content-id-210258054311 form.hs-form fieldset[class*=form-columns] .hs-form-field {
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.hs-content-id-210258054311 form.hs-form .actions .hs-button {
  background: #000;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 500;
}

.hs-content-id-210258054311 .custom-contact-wrapper form.hs-form p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px !important;
}

.custom-contact-wrapper .custom-contact-content h2 {
  margin-bottom: 12px;
}

.hs-content-id-210258054311 .hs-form-field label {
  color: #fff !important;
}


.hs-content-id-210258054311 form.hs-form .actions .hs-button:hover {
  background: #fff;
  color: #5c6f3a !important;
}

.hs-content-id-210258054311 .contactmap iframe {
  margin-top: 0 !important;
} */

.twocollayout {
  padding: 80px 20px;
  background-color: #fff;
}

.twocollayout .container {
  max-width: 1190px !important;
  margin: 0 auto !important;
}

.twocollayout .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.twocollayout .row .col-md-6 {
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.twocollayout .row .innerbox {
  background: #efe6cf !important;
    color: #000;
    height: 100%;
    padding: 40px 40px 60px;
    text-align: left;
} 

.twocollayout .row .innerbox h3 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.twocollayout .row .innerbox ul {
  padding: 0;
    margin-bottom: 40px;
    min-height: 160px;
}

.twocollayout .row .innerbox ul li {
      margin-bottom: 10px;
    font-size: 16px;
}

.twocollayout .row .innerbox a {
  background-color: #5c6f3a;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.twocollayout .row .innerbox a:hover {
  background-color: #000;
  color: #fff !important;
}

.hs-content-id-210299210247 .services-wrapper {
  background-color: #fff !important;
}

.hs-content-id-210299210247 .services-wrapper h2 {
  margin-bottom: 60px !important;
}

.hs-content-id-210299210247 .custom-handle-wrapper {
  background-color: #f9f9f7 !important;
  padding: 80px 20px;
}

.hs-content-id-210299210247 .custom-handle-wrapper .custom-handle-content-wrapper h2 {
    color: #000 !important;
    font-size: 32px !important;
    margin-bottom: 60px !important;
  padding: 0;
}

.hs-content-id-210299210247 .custom-handle-wrapper .custom-handle-right-inner-wrapper {
  background-color: #6f914a;
}

.hs-content-id-210299210247 .custom-handle-wrapper .custom-handle-right-inner-wrapper > h3 {
  font-weight: 600;
  font-size: 30px;
}

.hs-content-id-210299210247 .custom-handle-wrapper .custom-handle-left-wrapper {
  height: 452px;
}

.hs-content-id-210299210247 .custom-handle-wrapper .custom-handle-right-inner-wrapper ul li {
  font-size: 15px;
  margin-bottom: 10px;
}

.hs-content-id-210299210247 .custom-bottom-address {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.legalcontent p,
.legalcontent ul li,
.legalcontent ol li {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.legalcontent ul,
.legalcontent ol{
  margin: 10px 0 25px;
}

.legalcontent ul li,
.legalcontent ol li {
  margin-bottom: 10px;
  
}

.legalcontent h2, 
.legalcontent h3, 
.legalcontent h4, 
.legalcontent h5, 
.legalcontent h6 {
  font-weight: bold;
  margin: 30px 0 10px !important;
}

.hero-module {
  height: 500px;
}

.hero-overlay {
  opacity: 0.25;
}

/* .custom-contact-wrapper .custom-contact-content h2 {
  margin-bottom: 10px !important;
  color: #5c6f3a !important;
}

@media only screen and (max-width:980px) {
  .hs-content-id-210258054311 .custom-contact-wrapper {
    padding: 40px 0 !important;
  }
  
  .contact-right {
    padding: 10px !important;
  }
} */



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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

body {
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 13px;
  color: #707070;
  line-height: 22px;
  letter-spacing: 0.01em;
  background-color: #fff;
}

.container-fluid .row-fluid .page-center {
  max-width: 1320px !important;
  width: 100% !important;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #000;
  background: #dcdcdc;
  text-shadow: none;
}
::selection {
  color: #000;
  background: #dcdcdc;
  text-shadow: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb {
  background: rgba(210,210,210,.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
  box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}

::-webkit-scrollbar {
  width: 12px;
}
/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 15px;
}

img{
  -webkit-backface-visibility: hidden; 
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding:0;
  color: #000;
  font-weight: 500;
  font-family:"Noto Sans", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 35px;
  line-height: 39px;
  color: #29504D;
}
h2 {
  font-size: 30px;
  line-height: 35px;
}
h3 {
  font-size: 25px;
  line-height: 33px;
}
h4 {
  font-size: 22px;
  line-height: 30px;
}
h5 {   
  font-size: 20px;
  line-height: 30px;
}
h6 {
  font-size: 18px;
  line-height: 23px;
}

/* Anchor Links */
a { 
  color: #006506;
  text-decoration: underline;
}
a:hover, a:focus { 
  color: #072501;
  text-decoration: none;
}

/* Lists */
ul, ol {
  margin: 0;
  padding-left: 40px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}


/* =============== 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-wrapper{
  margin-top: 135px; 
}
.custom-header{
  position:fixed;
  top:0;
  right:0;
  left:0;
  width:100% !important;
  z-index:9999;
  background-color:#fff;
}

.custom-top-header {
  border-bottom: 1px solid #014641;
  padding: 10px 0;
  background-color: #8A8D4A;
}

.custom-header-mail p,.custom-header-mail p a {
  margin: 0;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.custom-header-mail p a:hover {
  opacity: 0.5;
}

.custom-header-portals p {
  margin: 0;
  text-align: right;
}

.custom-home-page-type-1-layout .hs_error_rollup,
.custom-page-type-2-layout .hs_error_rollup {
  padding: 0 15px 15px;
}

.custom-header-portals p a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.custom-header-portals p a:hover {
  opacity: 0.5;
}

.custom-header-portals p a:last-child {
  margin-right: 0;
}

.custom-bottom-header {
  padding: 4px 0 0px;
  transition:all .4s ease;
}

.custom-bottom-header .page-center > div {
  margin: 0 -15px;
}

.custom-header-logo {
  width: 25% !important;
  padding: 0 15px;
}

.custom-bottom-header .page-center > div > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-bottom-header .page-center > div > div:before,.custom-bottom-header .page-center > div > div:after {
  display: none;
}

.scroll .custom-bottom-header {
  padding: 5px 0;
}

.scroll .custom-header{
  border-bottom: 1px solid rgba(0,0,0,0.1); 
}

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

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

.body-container .page-center.content-wrapper > div {
  padding-top: 5.5%;
  padding-bottom: 3%;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
  overflow:hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fdfbeb;
}

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

.custom-footer .page-center > div {
  margin: 0 -15px;
}

.custom-footer .page-center > div > div{
  padding: 0 15px;
}

.custom-footer-menu {
  border-bottom: 1px solid rgba(0,0,0,.10);
  margin: 0 0 3%;
  padding: 0 0 3%;
}

.custom-footer-copyright p {
  text-align: center;
  margin: 0;
}

.custom-footer-menu .hs-menu-wrapper{
  padding: 0 15px; 
}

.custom-footer-menu .hs-menu-wrapper>ul>li {
  float: none !important;
  margin-right: 5.5% !important;
  display: inline-block;
  width: auto !important;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  padding: 0 !important;
  text-align: center;
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  color: #4e4e4e;
  font-family: 'Noto Sans', sans-serif;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-size: 13px;
}

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


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

/* Parent List */
.custom-menu-primary {
  margin-left: 0 !important;
  width: 75% !important;
  padding: 0 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline-block;
  margin: 13px 18.25px;
  line-height: 19px;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li a {
  font-size: 13px;
  padding: 0;
  font-weight: 600;
  cursor: pointer !important;
  border-bottom: 1px solid transparent;
  line-height: 19px;
  text-decoration: none;
  color: #797979;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active > a {
    border-bottom: 1px solid #047169;
    color: #047169;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active > a:hover {
    color: #8A8D4A;
}
.custom-menu-primary .hs-menu-wrapper ul ul li.active-branch > a
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > a {
  border-bottom: 1px solid #047169;
  color: #047169;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
  color: #8A8D4A;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  padding:10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding:10px;
}
.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:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary.mobile{
    display:none !important; 
  }
}


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

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

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

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: static;
    padding: 0 15px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    width: 66.66666667%;
  }
  .navbar-toggle {
    background-color: #000;
    border-radius: 0;
    margin-right: 0;
    display: block;
    cursor: pointer !important;
    margin: 4px 0;
    background-image: none;
    border: 1px solid transparent;
    position: relative;
    float: right;
    padding: 9px 10px;
    outline:0;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    background: #fff;
    height: 2px;
    border-radius: 1px;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .custom-menu-primary.mobile {
    width: 100% !important;
  }


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

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

  /* ===== Mobile Menu Styles ===== */  
  .custom-header-logo {
    width: 33.33% !important;
  }
  .custom-menu-primary.js-enabled{
    position: static;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block;
  }
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999999;
    padding: 25px 10px;
    background: rgba(0,0,0,.90);
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul li {
    position: relative;
    margin: 0 !important;
    padding: 0 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a{
    border:none;  
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 13px;
    color: #fff;
    letter-spacing: .01em;
    border-bottom: 1px solid rgba(255,255,255,.20);
    padding: 12px 0 12px;
    font-weight: 600;
    line-height: 19px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a{
    border:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
        border-bottom: 1px solid rgba(255,255,255,.20);
    color: rgba(255,255,255,0.7);
  }

  /* 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{
    color: rgba(255,255,255,0.7);
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color:transparent;
  }
  .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{
  }
}

/* ==========================================================================
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 {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

/* 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

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

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

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:inline-block;
  padding-right:7px;
}
.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 .blog-sidebar > div{
  margin:0 0 30px;
}
.blog .blog-sidebar h3,
.blog .blog-sidebar h2 {
  font-size: 30px;
  line-height: 35px;
}

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

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


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


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

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  font-size: 13px;
  color: #707070;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-family: 'Noto Sans', sans-serif;
  display: inline-block;
  margin:0 0 5px;
  font-weight: 700;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  padding: 12px 20px;
  border: 1px solid rgba(0,0,0,.1);
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
  margin: 0 0 23px 0;
  max-width: 100%;
  resize: none;
  font-family:"Noto Sans", sans-serif;
  font-size:14px;
  line-height:normal;
  color:#707070;
  line-height: normal;
}

textarea {
  margin: 0 0 19px;
}

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: 1px solid rgba(0,0,0,.5);
}

.blog .body-container .hs-blog-social-share li iframe {
    margin-top:0% !important;
}

.grecaptcha-badge {
  margin: 10px 0;
  height: auto !important;
}

.blog .hs-form-field,
.hs-landing-page .hs-form-field {
  padding: 0 !important;
}

.blog .actions,
.hs-landing-page .actions {
  padding: 0;
}

/* 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{
  color: red;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Placeholder Text */
::-webkit-input-placeholder {
  color: #999;
  text-overflow: ellipsis;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #999;
  opacity:1;
  text-overflow: ellipsis;
} /* Firefox 18- */
::-moz-placeholder {
  color: #999;
  opacity:1;
  text-overflow: ellipsis;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  opacity:1;
  text-overflow: ellipsis;
} /* IE10 */

textarea {
  min-height: 112px;
}
/* =============== 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="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

ul.hs-search-field__suggestions {
  max-width: 600px;
}

ul.hs-search-field__suggestions li {
  padding: 10px;
}

ul.hs-search-field__suggestions li a:hover {
  background: transparent !important;
}
/* =============== Blog Subscription Form =============== */

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  padding: 8px 20px;
  line-height: 18px;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  font-family: 'Noto Sans', sans-serif !important;
  font-weight: 500;
  white-space: inherit;
  cursor: pointer !important;
  background: #282828;
  color:#fff;
  text-align: center;
  border: 1px solid transparent;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul{
  padding:0 0 15px; 
}

.lp .mobile-trigger{
  display:none !important;  
}
/* Styles that do not fit into any of the available sections above can go here. */

.grecaptcha-badge {
  margin: 10px 0;
}
input[type="search"]{
  -webkit-appearance: none; 
}

.hs-search-field__bar{
  max-width: 600px;
}


/* Privacy Policy Styling */


.custom-full-width-content-inner-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}


.custom-full-width-content {
  padding: 5.5% 15px 3%;
  margin-bottom: 3%;
}

.custom-full-width-content h1 {
  color: #29504D;
  padding-bottom: 2%;
  font-size: 35px;
  line-height: 39px;
  font-family: inherit;
  font-weight: 500;
  margin:0;
}

.custom-full-width-content h6 {
  border-bottom: 1px solid rgba(0,0,0,.10);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3%;
  color: #707070;
  letter-spacing: 0.01em;
}

.custom-full-width-content h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 3% 0;
}

.custom-term-service-layout .custom-full-width-content p,
.custom-term-service-layout .custom-full-width-content p a,
.custom-privacy-layout .custom-full-width-content p,
.custom-privacy-layout .custom-full-width-content p a {
  margin: 0 0 15px 0;
  font-size: 13px;
  color: #707070;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.custom-term-service-layout .custom-full-width-content h2{
  margin:0 0 3% 0;
}

.custom-term-service-layout .custom-full-width-content ul a,
.custom-term-service-layout .custom-full-width-content ul,
.custom-privacy-layout .custom-full-width-content ul a,
.custom-privacy-layout .custom-full-width-content ul {
  font-size: 13px;
  color: #707070;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.custom-full-width-content h1 {
  border-bottom: 1px solid rgba(0,0,0,.10);
  margin-bottom: 3%;
}

.custom-full-width-content h5 {
  font-size: 16px;
  line-height: 25px;
  color: #707070;
  letter-spacing: 0.01em;
}

/* Home Page Type 2 */

.home-page-type-2-banner-area-wrapper {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.home-page-type-2-banner-area {
  width: 60%;
  padding: 8%;
  background: #8A8A4D;
}

.home-page-type-2-banner-area h2 {
  margin-bottom: 4.5%;
  color: #ffffff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif;
}

.home-page-type-2-banner-area h3 {
  margin-bottom: 6.5%;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.custom-banner-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-banner-content ul li i {
  margin-right: 5px;
}

.custom-banner-content ul li {
  color: #fff;
}

.custom-our-services-wrapper {
  padding-top: 35px;
  overflow: hidden;
}

.custom-our-services-wrapper .row {
  margin: 0 -15px;
  overflow: hidden;
}

.custom-our-services-wrapper .row > div {
  padding: 0 15px;
}

.custom-our-services-wrapper .row h2 {
  margin: 2%;
  color: #29504D;
  font-weight: 600;
  font-size: 35px;
  line-height: 39px;
  text-align: center;
}

.custom-our-services-wrapper .row h5 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  font-size: 24px;
  line-height: 30px;
  color: #707070;
  text-align: center;
}

.custom-content-wrapper {
  width: calc(25% - 4px);
  padding: 0 3.5% !important;
  display:inline-block;
  vertical-align:top;
}

.custom-count {
  color: #e6e6e6;
  margin-bottom: 4%;
  font-weight: 500;
  font-size: 60px;
  line-height: 67px;
  font-family: 'Noto Sans', sans-serif;
}

.custom-our-services-wrapper .container-fluid {
  padding: 0 15px;
}

h3.custom-service-title {
  margin-bottom: 3%;
  color: #29504D;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.custom-service-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-service-title ul li i {
  margin-right: 5px;
}

div#contact-map .row {
  margin: 0;
}

.separator {
  height: 3px;
  width: 60px;
  margin-top: 10.4% !important;
  background: #006506;
}

.custom-submit-referrals-title-wrapper {
  margin-top: 5.5% !important;
}

.custom-submit-referrals-title-wrapper h2 {
  margin-bottom: 2%;
  color: #29504D;
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  line-height: 39px;
  font-family: 'Noto Sans', sans-serif !important;
}

.custom-submit-referrals-title-wrapper p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 7%;
}

.custom-submit-referrals-content-wrapper:first-child {
  margin-left: 8.33333333%;
}

.custom-submit-referrals-content-wrapper {
  width: 16.66666667%;
  float: left;
  text-align: center;
  padding: 0 15px;
}

.custom-submit-referrals-wrapper .row {
  margin: 0 -15px;
  overflow: hidden;
}

.custom-submit-referrals-wrapper {
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 3%;
}

.custom-submit-referrals-content {
  margin-bottom: 8%;
}

.custom-submit-referrals-content-wrapper a {
  text-decoration: none;
  color: #4e4e4e;
  cursor: pointer;
  outline: 0;
}

.custom-submit-referrals-content i {
  font-size: 35px;
  color: #29504D;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-submit-referrals-content-wrapper h3 {
  margin-bottom: 2%;
  color: #29504D;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.ti-check-box:before {
  content: "\e64d";
}

.custom-portals {
  padding-right: 15px;
  padding-left: 15px;
}

.custom-portals-wrapper {
  overflow: hidden;
  margin-bottom: 50px;
}

.custom-portals .row {
  margin: 0 -15px;
}

.custom-portals-inner-wrapper {
  display: table !important;
  background: #fdfbeb;
  width: 50%;
  float: left;
  padding: 0 15px;
}

.custom-portals-image-wrapper {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  width: 50%;
  padding: 0;
}

.custom-portals-inner {
  padding: 10.5%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.custom-portals-content-wrapper {
  margin-bottom: 5.5%;
  overflow: hidden;
}

.custom-portals-icon-wrapper {
  color: #29504D !important;
  line-height: 40px !important;
  font-weight: 500 !important;
  font-size: 35px !important;
  width: 16.66666667%;
  float: left;
  padding: 0 15px;
}

.custom-portals-inner-content {
  width: 83.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-portals-icon-wrapper i {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-portals-icon-wrapper i.ti-bar-chart:before {
  content: "\e6ba";
}

.custom-portals-inner-content h3 {
  margin-bottom: 1.5% !important;
  color: #29504D !important;
  font-size: 24px !important;
  line-height: 30px;
  font-family: 'Noto Sans', sans-serif !important;
}

.custom-portals-content-inner-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #29504D;
}

.custom-portals-content-inner-wrapper ul li i {
  margin-right: 5px;
}

.custom-portals-icon-wrapper i.fa.ti-blackboard:before {
  content: "\e654";
}

.custom-physician-wrapper {
  padding-top: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ececec;
}

.custom-physician-wrapper .row {
  margin: 0 -15px;
}

.custom-physician-background-image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
}

.custom-physician-content-wrapper {
  display: table;
  background: #8A8D4A;
  width: 50%;
  float: left;
}

.custom-physician-content {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 15.5% !important;
}

.custom-physician-content h2 {
  margin-bottom: 5.5%;
  color: #ffffff;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}

.custom-physician-content h3 {
  margin-bottom: 6.5%;
  color: #ffffff;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
}

.custom-physician-content p,.custom-physician-content p a {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 4.5%;
}

.custom-physician {
  overflow: hidden;
}

.custom-physician-content p:last-child{
  margin:0; 
}

.custom-about-wrapper {
  padding-top: 35px;
  padding-bottom: 50px;
  background: #fdfbeb;
  border-bottom: 1px solid #ececec;
}

.custom-about-wrapper .row {
  margin: 0 -15px;
  overflow: hidden;
}

.custom-about {
  padding: 0 15px;
}

.custom-about h2 {
  margin-bottom: 2%;
  color: #29504D;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
  line-height: 39px;
}

.custom-about p {
  width: 60%;
  margin: 2.5% auto 2.5%;
  text-align: center;
}

.custom-team-wrapper {
  width: calc(25% - 4px);
  padding: 0 15px;
  display:inline-block;
  vertical-align:top;
}

.custom-about-wrapper img {
  margin-bottom: 5.5% ;
}

.custom-team-content {
  margin-bottom: 6.5%;
  padding-bottom: 6.5%;
}

.custom-team-content h6 {
  color: #29504D ;
  font-weight: 600 ;
  font-size: 14px ;
  line-height: 24px;
  text-align: center;
}

.custom-team-content p {
  text-align: center;
  margin: 0;
}

.custom-contact-wrapper {
  padding-top: 35px;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}

.custom-contact-wrapper .row {
  margin: 0 -15px;
}

.custom-contact-wrapper h2 {
  margin-bottom: 2%;
  margin-top: 2%;
  color: #29504D;
  font-size: 35px;
  line-height: 39px;
  font-weight: 600;
  text-align: center;
}

.custom-contact-wrapper p {
  width: 60%;
  margin: 0 auto 7%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding:0 15px;
}



.custom-address-wrapper {
  width: 83.33333333%;
  margin: 0 auto 5.5%;
  overflow: hidden;
}

.custom-address-inner-wrapper {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  text-align: center;
}

.custom-address-inner-wrapper i {
  margin-bottom: 5.5%;
  color: #047169;
  font-size: 35px;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-email:before {
  content: "\e75a";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-location-pin:before {
  content: "\e693";
}

.custom-contact-wrapper .actions {
  padding: 0 15px;
}

.custom-contact-wrapper iframe {
  margin-top: 5.5%;
}

.custom-contact-wrapper form {
  width: 58.33333333%;
  margin: 0 auto;
}

.custom-contact-wrapper form p {
  margin: 0 0 15px 0;
  width: 100%;
  text-align: left;
  padding: 0 15px;
}

.hs-form-field {
  padding: 0 15px!important;
  margin: 18px 0 0;
}

.actions {
  padding: 0 15px;
}

iframe {
  margin-top: 5.5%;
}

.custom-career-content-wrapper {
  height: 450px;
  position: relative;
  z-index: 5;
  display: table;
  width: 100%;
}

.custom-career-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.custom-career-inner-content h1 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  color: #29504D;
  margin-bottom: 5.5%;
}

.custom-career-inner-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  color: #707070;
  margin-bottom: 3%;
}

.custom-career-inner-content {
  padding-right: 15px;
  padding-left: 15px;
  width: 66.6667%;
  margin: 0 auto;
}

.custom-career-inner-content > a {
  display: inline-block;
  border-radius: 4px;
  width: auto;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  white-space: inherit;
  cursor: pointer;
  margin-bottom: 3%;
  color: #337ab7;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 6px 12px;
}

.slider-button a {
  font-size: 14px;
  padding: 12px 30px;
  text-decoration: none;
  line-height: 18px;
  border-radius: 30px;
  display: inline-block;
  width: auto;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  white-space: inherit;
  cursor: pointer;
  background: #8A8D4A;
  margin:0 1%;
  color: #fff;
  border: 1px solid transparent;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.slider-button a:hover {
  opacity: 0.7;
}

.custom-career-inner-content > a:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
  opacity: 0.7;
}

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

.custom-career-wrapper .row {
  margin: 0 -15px;
}

/* Home page type 1 styling */

.custom-home-page-type-1-layout .custom-menu-primary,
.custom-home-page-type-1-layout .custom-header-logo {
  width: 50% !important;
}

.custom-home-page-type-1-layout .custom-physician-content-wrapper,
.custom-home-page-type-1-layout .custom-physician-background-image{
  height:639px !important; 
}

.custom-home-page-type-1-layout .custom-header-logo img{
  margin-top: 9%; 
  max-width: 120.5px; 
}

.custom-contact-wrapper form ul li:before {
  display: none !important;
}

.custom-contact-wrapper form ul li {
  padding: 0 !important;
}

.custom-header-logo p {
  padding-left: 30px;
  margin: 0;
  color: #29504d;
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  top: -4px;
  position: relative;
}

.custom-header-logo a {
  display: inline-block;
  vertical-align: middle;
}


.custom-home-page-type-1-layout .body-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-home-page-type-1-layout .body-container ul li {
  padding-left: 1.3em;
}

.custom-home-page-type-1-layout .body-container ul li:before {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.custom-home-page-type-1-layout .body-container-wrapper {
  background: #fdfbeb;
}

.custom-home-page-type-1-layout ul.slick-dots li {
  padding: 0 !important;
  margin: 0 !important;
}

.custom-home-page-type-1-layout ul.slick-dots li:before {
  display: none;
}

.custom-footer-employer a {
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  width: auto;
  font-family: 'Noto Sans', sans-serif !important;
  font-weight: 500;
  white-space: inherit;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px 12px;
  color: #337ab7;
  cursor: pointer !important;
  margin-bottom: 5.5% !important;
  text-decoration: none;
  border: 1px solid transparent;
  letter-spacing: 0.01em;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.custom-footer-employer {
  text-align: center;
  width: 66.66666667% !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
}

.custom-footer-employer p:nth-child(3) {
  margin-bottom: 3% !important;
  margin-top: 2% !important;
}

.custom-footer-employer p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
  margin: 0 !important;
}

.custom-footer-employer h3 {
  margin: 0 0 2%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #29504D;
  position: relative;
  top: 1px;
}

.custom-footer-employer a:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
  opacity: 0.7;
}

.custom-handle-wrapper {
  padding-top: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ececec;
}

.custom-handle-wrapper .row {
  margin: 0 -15px;
  overflow: hidden;
}

.custom-handle-content-wrapper {
  padding: 0 15px;
}

.custom-handle-content-wrapper h2 {
  padding: 3%;
  color: #29504D;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Noto Sans', sans-serif;
}

.custom-handle-left-wrapper {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  width: 50%;
  float: left;
  height: 398px;
}

.custom-handle-right-wrapper {
  display: table;
  width: 50%;
  float: left;
  background: #8A8D4A;
  height: 398px;
}

.custom-handle {
  overflow: hidden;
}

.custom-handle-right-inner-wrapper {
  padding: 5.5%;
  color: #fff;
}

.custom-handle-right-inner-wrapper h3 {
  margin-bottom: 3%;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.custom-handle-right-inner-wrapper ul {
  margin-bottom: 3% !important;
}

.custom-form-wrapper {
  padding-top: 3%;
  border-top: 1px solid rgba(255,255,255,.12);
}

.custom-form-wrapper .col-sm-4 {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
}

.custom-form-wrapper form {
  overflow: hidden;
}

.custom-form-wrapper form h3 {
  margin-bottom: 5.5%;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.custom-form-wrapper form select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin:0 0 20px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.custom-form-wrapper form select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.custom-bottom-address {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.5%;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}

.custom-bottom-address span {
  color: #29504D;
}

.custom-bottom-address-wrapper a {
  text-decoration: none;
  color: #4e4e4e;
  cursor: pointer;
  outline: 0;
  font-weight: 600;
}

.custom-bottom-address-wrapper {
  padding: 0 15px;
}

.custom-two-column-content-wrapper {
  padding-top: 35px;
  padding-bottom: 50px;
}

.custom-two-column-content-wrapper .row {
  margin: 0 -15px;
}

.custom-two-column-top-content {
  padding: 0 15px;
  text-align: center;
}

.custom-testimonial-title h2,
.custom-two-column-top-content h2 {
  margin-bottom: 2%;
  color: #29504D;
  font-weight: 600;
  font-size: 35px;
  line-height: 39px;
}

.custom-testimonial-title p,
.custom-two-column-top-content p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  font-size: 24px;
  line-height: 30px;
}

.custom-two-column-content h3 {
  margin-bottom: 3.5%;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.custom-two-column-content:last-child ul {
  margin: 0 0 3%;
}

.custom-two-column-content:last-child span {
  color: #29504D;
}

.custom-two-column-content-wrapper .row {
  margin: 0 -15px;
}

.custom-two-column-top-content {
  padding: 0 15px;
  text-align: center;
}

.custom-two-column-top-content h2 {
  margin-bottom: 2%;
  color: #29504D;
  font-weight: 600;
  font-size: 35px;
  line-height: 39px;
}

.custom-two-column-top-content p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7%;
  font-size: 24px;
  line-height: 30px;
}

.custom-two-column-content {
  padding: 0 15px;
  width: calc(50% - 4px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3%;
}

.custom-two-column-content h3 {
  margin-bottom: 3.5%;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.custom-two-column-content:last-child ul {
  margin: 0 0 3%;
}

.custom-two-column-content:last-child span {
  color: #29504D;
}

.custom-client-wrapper {
  padding-top: 35px !important;
  padding-bottom: 50px !important;
}

.custom-client-wrapper .row {
  margin: 0 -15px;
}

.custom-client-inner {
  display: table !important;
  padding: 0 !important;
  background: #8A8D4A;
  width: 50%;
  float: left;
}

.custom-client {
  padding: 15.5% !important;
}

.custom-client-content-wrapper a,.custom-client-content-wrapper h3 {
  color: #fff;
  margin-bottom: 3%;
  text-decoration: underline;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.custom-client-content-wrapper ul {
  color: #fff;
  margin-bottom: 5.5% !important;
}

.custom-client-background-image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.custom-client-content-wrapper:last-child ul {
  margin: 0 !important;
}

.custom-testimonial-slider-wrapper {
  padding-top: 35px;
  padding-bottom: 50px;
}

.custom-testimonial-slider-wrapper .row {
  text-align: center;
}

.custom-testimonial-wrapper {
  text-align: center;
}

.custom-testimonial-item img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.custom-testimonial-slider {
  margin: 0 -15px;
}

.custom-testimonial-item {
  margin-bottom: 5.5% !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.custom-testimonial-description {
  font-size: 16px !important;
  line-height: 25px;
  margin-bottom: 3.5% !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 95% !important;
  padding:0 15px;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

div#tz-slider-text95 {
  color: #29504D;
}

button.slick-next.slick-arrow {
  display: none !important;
}

ul.slick-dots {
  height: 0;
}

.slick-dots li button {
  padding: 0 !important;
  background-color: #000 !important;
  border: 2px solid rgba(0,0,0,.8) !important;
  background: rgba(255,255,255,.8) !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  border: 2px solid rgba(0,0,0,.5) !important;
}

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

.slick-dots li.slick-active button {
  background-color: #000 !important;
  border: 2px solid rgba(0,0,0,.8) !important;
}

.custom-home-page-type-1-layout .custom-about-wrapper,
.custom-home-page-type-1-layout .custom-physician-wrapper {
  border-bottom:none;
}

.custom-home-page-type-1-layout .custom-team-content {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 3%;
  padding-bottom: 3%;
}

.custom-home-page-type-1-layout .custom-team-content {
  border-bottom: 1px solid #dcdcdc !important;
  margin-bottom: 3%;
  padding-bottom: 3%;
}

.custom-home-page-type-1-layout .team-content {
  text-align: center;
}

.custom-home-page-type-1-layout .custom-team {
  margin-bottom: 6.5%;
}

.custom-home-page-type-1-layout .team-content a {
  color: #4e4e4e;
}

.custom-home-page-type-1-layout .custom-contact-wrapper h2 {
  margin: 0 0 7%;
}

.custom-home-page-type-1-layout .custom-address a {
  text-decoration: none;
  color: #4e4e4e;
}

.custom-home-page-type-1-layout .custom-team-content p span {
  font-size: 12px !important;
  line-height: 20px;
  display: inline-block !important;
}

.custom-home-page-type-1-layout .custom-contact-wrapper{
  border:none; 
}

.custom-term-use-layout .custom-full-width-content p span,
a[href="https://www.physiciandirectservices.net/privacy_policy.html"],
a[href="https://www.physiciandirectservices.net/terms_of_use.html"],
a[href="https://www.physiciandirectservices.net/"] {
  word-break: break-all;
}

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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 767px) and (max-height:576px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    overflow-y: auto !important;
    height: calc(100vh - 190px);
  } 
}
@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .custom-handle-right-wrapper,
  .custom-handle-left-wrapper {
    height: 398px;
  }
  .custom-header-logo p {
    padding-left: 0;
    min-width: 360px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 13px 16.25px;
  }
  .home-page-type-2-banner-area {
    padding: 4.5%;
  }
  .custom-about p {
    width: 70%;
  }
  .custom-handle-left-wrapper {
    height: 398px;
  }
  .custom-home-page-type-1-layout .custom-header-logo img {
    margin-top: 7.5%;
  }
  .custom-home-page-type-1-layout .custom-physician-content-wrapper,
  .custom-home-page-type-1-layout .custom-physician-background-image {
    height: 641px !important;
  }
  
  .custom-physician-content-wrapper,
  .custom-physician-background-image{
    height:729px !important; 
  }
}

@media (max-width: 991px) {
  .body-container .page-center,
  .custom-footer .page-center{
    max-width: 750px !important;
  } 
  .custom-bottom-header {
    padding: 15px 0;
  }
  .custom-home-page-type-1-layout .body-container ul{
    font-size:13px;
    line-height:22px
  }
  .custom-header-wrapper {
    margin-top: 115px;
  }
  .custom-testimonial-title p, .custom-two-column-top-content p{
    width:100%; 
  }
  .home-page-type-2-banner-area h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .home-page-type-2-banner-area-wrapper .page-center {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .home-page-type-2-banner-area {
    padding: 6%;
  }
  .custom-banner-content {
    font-size: 13px;
    line-height: 22px;
  }
  .home-page-type-2-banner-area h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .custom-about h2,
  .custom-submit-referrals-title-wrapper h2,
  .custom-our-services-wrapper .row h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .custom-content-wrapper {
    width: calc(50% - 4px);
    margin-bottom: 5%;
  }
  .custom-our-services-wrapper .row h5,
  .custom-contact-wrapper p,
  .custom-about p,
  .custom-portals-inner-wrapper,.custom-portals-image-wrapper {
    width: 100%;
  }

  .custom-contact-wrapper form {
    width: 66.66666667%;
  }

  .custom-address-wrapper{
    margin:0 0 11%; 
    width: 100%;
  }

  .custom-portals-content-wrapper {
    width: 50%;
    float: left;
  }

  .custom-portals-inner {
    padding: 10.5% 0 !important;
  }

  .custom-physician-content {
    padding: 8.5% !important;
  }

  .custom-physician-content-wrapper {
    height: 729px !important;
  }

  .custom-physician-content h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .custom-physician-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-physician-content p, .custom-physician-content p a {
    font-size: 13px;
    line-height: 22px;
  }

  .custom-career-inner-content h3 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .custom-career-inner-content {
    width: 83.33333333%;
  }

  .custom-career-inner-content h3 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .custom-career-content-wrapper {
    height: 350px;
  }

  .custom-home-page-type-1-layout .mobile-trigger{
    width:50% !important; 
  }

  .custom-home-page-type-1-layout .custom-header-wrapper {
    margin-top: 200px;
  }
  .custom-handle-right-wrapper,.custom-handle-left-wrapper {
    height: 446px;
  }
  .custom-handle-right-inner-wrapper {
    padding: 8.5% !important;
  }
  .custom-client-content-wrapper a,
  .custom-client-content-wrapper h3,
  .custom-handle-right-inner-wrapper > h3 {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  .custom-bottom-address {
    width: 100%;
  }
  .custom-contact-wrapper h2,
  .custom-testimonial-title h2, 
  .custom-two-column-top-content h2,
  .custom-two-column-top-content h2{
    font-size:25px;
    line-height:30px;
  }
  .custom-client {
    padding: 8.5% !important;
  }
  .custom-two-column-top-content p,
  .custom-testimonial-description {
    width: 100% !important;
  }

  .custom-footer-employer {
    width: 83.33333333% !important;
  }
  .custom-footer-employer p {
    font-size: 16px;
    line-height: 24px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .landing-page.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .custom-testimonial-title h2{
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 8%;
  }
  .hs-search-field__bar{
    max-width: 100%	;
  }
  .subscribe-options label{
    margin:0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }  
  .custom-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-header-mail {
    float: left !important;
    width: auto !important;
  }

  .custom-header-portals {
    float: right !important;
    width: auto !important;
  }
  .custom-bottom-header {
    padding: 11px 0;
  }

  .body-container{
    padding-top: 60px;
    padding-bottom: 60px; 
  }
  .custom-header-logo {
    width: 75% !important;
  }
  .mobile-trigger {
    width: 25%;
  }
  .custom-header-wrapper {
    margin-top: 134px;
  }
  .custom-team-wrapper {
    width: calc(50% - 4px);
  }
  .custom-page-type-2-layout .body-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-page-type-2-banner-area {
    padding: 9.5% !important;
    width: 100%;
  }

  .home-page-type-2-banner-area h2 {
    font-size: 27px !important;
    line-height: 33px !important;
  }

  .home-page-type-2-banner-area h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .custom-our-services-wrapper {padding-top: 60px;}

  .custom-about h2, .custom-submit-referrals-title-wrapper h2, .custom-our-services-wrapper .row h2 {
    font-size: 27px !important;
    line-height: 33px !important;
  }

  .custom-portals-inner-wrapper {
    height: 614px !important;
  }

  .custom-portals-image-wrapper {
    height: 614px !important;
  }

  .custom-our-services-wrapper .row h2 {
    margin-bottom: 8% !important;
  }

  .custom-content-wrapper {
    width: 100%;
    margin-bottom: 8% !important;
  }

  .custom-submit-referrals-content-wrapper:first-child {
    margin-left: 0;
  }

  .custom-submit-referrals-content-wrapper {
    width: 50%;
  }

  .custom-submit-referrals-content {
    margin-bottom: 3% !important;
  }

  .custom-portals-content-wrapper {
    width: 100%;
    text-align: center;
  }

  .custom-portals-icon-wrapper,.custom-portals-inner-content {
    width: 100%;
  }

  .custom-portals-content-wrapper {
    margin: 0 0 10.5%;
  }

  .custom-portals-image-wrapper {
    height: 300px !important;
  }
  .custom-home-page-type-1-layout .custom-physician-background-image,
  .custom-physician-background-image {
    width: 100%;
    height: 350px !important;
  }

  .custom-physician-content-wrapper {
    width: 100%;
  }

  .custom-team-wrapper {
    width: calc(50% - 4px);
  }

  .custom-about h2 {
    margin-bottom: 8% !important;
  }

  .custom-about p {
    margin-bottom: 10% !important;
  }

  .custom-contact-wrapper h2 {
    font-size: 27px !important;
    line-height: 33px !important;
    margin-bottom: 8% !important;
  }

  .custom-address-inner-wrapper {
    width: 100%;
    margin-bottom: 7% !important;
  }

  .custom-address-inner-wrapper i {
    margin-bottom: 2% !important;
  }

  .hs-form-field {
    width: 100% !important;
  }

  .custom-contact-wrapper form {
    width: 100%;
  }

  .custom-career-wrapper {
    padding: 50px 0;
  }

  .custom-career-inner-content h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .custom-career-inner-content {
    width: 100%;
  }

  .custom-contact-wrapper iframe {
    height: auto;
  }

  .slider-button a {
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 18px;
    margin: 3% !important;
  }
  .custom-handle-content-wrapper h2 {
    font-size: 27px;
    line-height: 33px;
    padding-bottom: 8%;
  }
  .custom-home-page-type-1-layout .custom-physician-content-wrapper {
    height: auto !important;
  }
  .custom-handle-right-wrapper{
    height: auto;
    width:100%;
  }
  .custom-handle-left-wrapper{
    height:350px; 
    width:100%;
  }
  .custom-form-wrapper .col-sm-4 {
    width: 100%;
  }
  .custom-home-page-type-1-layout .custom-handle-right-inner-wrapper ul li {
    font-size: 13px;
    line-height: 22px;
  }
  .custom-bottom-address {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .custom-client-wrapper,
  .custom-two-column-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .custom-two-column-top-content h2, .custom-two-column-top-content h2 {
    font-size: 27px !important;
    line-height: 33px !important;
    margin-bottom: 8% !important;
  }
  .custom-two-column-content{
    width:100%; 
  }
  .custom-client-inner {
    width: 100%;
    float: none;
  }

  .custom-client-background-image {
    width: 100%;
    height: 350px !important;
  }

  .custom-testimonial-slider-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .custom-home-page-type-1-layout .custom-address-inner-wrapper {
    margin-bottom: 5.5% !important;
  }
  .custom-address-wrapper {
    margin: 0;
  }
  hr {
    margin-top: 0;
  }
  .custom-footer-employer {
    width: 100% !important;
  }
  .custom-career-wrapper {
    padding: 60px 0;
  }
  .custom-home-page-type-1-layout .body-container {
    padding-bottom: 0;
  }
  .custom-portals-inner-content{
    padding:0; 
  }
  .custom-header-logo p {
    padding-left: 0;
    font-size: 18px;
    min-width: 280px;
  }
}  


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

@media (max-width: 479px) {
  .grecaptcha-badge{
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
  .custom-header-portals{
    float: none !important;
    text-align: center;
    width: 100% !important;
  }
  .custom-header-portals p {
    text-align: center;
  }
  .custom-header-mail {
    float: none !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .custom-page-type-2-layout .custom-header-wrapper {
    margin-top: 174px;
  }
  .hs-input {
    width: 100% !important;
  }
  .custom-portals-inner-wrapper {
    height: 520px !important;
  }
}




/* ------------ New Home Page CSS ----------------- */

.hs-content-id-208800644490 .container {
   max-width: 1190px;
  margin: 0 auto;
}

.belowherosection .innerherobox {
  max-width: 580px;
  background-color: #53682d;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 25px;
  margin-top: -70px;
  position: relative;
  z-index: 10;
}

.belowherosection .innerherobox p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}


.hs-content-id-208800644490.custom-home-page-type-1-layout .body-container-wrapper {
  background: #fff;
}


footer ul {
  padding-left: 0;
  list-style-type: none;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  font-family: -apple-system, "system-ui", Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 15px;
  line-height: 1.3;
}




/* ------------------------- START: New Design CSS -------------------- */


/* ------------- START: HOME PAGE HERO SECTION CSS -------------------- */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

.hs-content-id-214469037979 #main-content h1 {
  font-family: "Playfair", serif !important;
  color: #032b24 !important;
}

.hs-content-id-214469037832 #main-content {
  font-family: "Noto Sans", sans-serif !important;
}

.hero-section {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center right;
    display: flex;
    align-items: center;
  position: relative;
  z-index: 10;
}

.hero-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
background: linear-gradient(90deg,rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 63%);
  left: 0;
  top: 0;
  z-index: 0;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
  position: relative;
  z-index: 10;
}

.hero-content {
    max-width: 700px;
  padding: 70px 0;
}

.hero-content h1 {
    color: #042923;
    font-size: 64px;
    font-family: "Playfair", serif !important;
    line-height: 1.1;
    margin-bottom: 25px;
  position: relative;
}

.hero-content h1:after {
  background-color: #be833a;
  bottom: -8px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 50px;
  left: 15px;
}

.hero-text {
    color: #28282b;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 500;
    max-width: 600px;
    padding-left: 15px;
  letter-spacing: 0.5px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-left: 15px;
}

.hero-btn {
    align-items: center;
    display: inline-flex;
    font-family: 'Noto Sans',sans-serif !important;
    font-size: 12px;
    justify-content: center;
    padding: 8px 25px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    border-radius: 5px;
}

.primary-btn {
    background: #052d26;
    color: #fff;
}

.primary-btn:hover {
    background: #b87d39;
    color: #fff;
}

.secondary-btn {
    border: 1px solid #b87d39;
    color: #b87d39;
}

.secondary-btn:hover {
    background: #b87d39;
    color: #fff;
}

@media only screen and (max-width:1350px) {
  
  .hero-section {
    background-size: cover;
  }
    
  .hero-section:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  background: rgba(255,255,255,.85);
    left: 0;
    top: 0;
    z-index: 0;
  }
  
  .secondary-btn {
    background-color: #fff !important;
  }
}

@media (max-width: 991px) {
    .hero-section {
        min-height: auto;
        background-position: center;
    }

    .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hero-content h1 {
        font-size: 36px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
    }
  
  .hero-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .body-container {
    padding-top: 0 !important;
  }
  
  .hero-text,
  .hero-buttons{
     padding-left: 0 !important;
  }
}

/* ------------- END: HOME PAGE HERO SECTION CSS -------------------- */



/* ------------- START: HOME PAGE BELOW HERO COUNTER SECTION CSS -------------------- */

.stats-section{
    background: #042b24;
    padding: 40px 0;
}

.stats-container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.stat-item{
    flex: 1;
    min-width: 230px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 30px;
    position: relative;
}

.stat-item:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: rgba(255,255,255,0.2);
}

.stat-icon img{
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block;
}

.stat-content{
    display: flex;
    flex-direction: column;
}

.stat-number{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0px;
    font-family: serif;
}

.stat-title{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
  max-width: 130px;
}

@media (max-width: 991px){

    .stats-container{
        gap: 30px;
    }

    .stat-item{
        flex: 0 0 calc(50% - 15px);
        padding: 0;
    }

    .stat-item::after{
        display: none;
    }
}

@media (max-width: 767px){

    .stats-container{
        gap: 15px;
    }
  
     .stat-item {
      flex: 0 0 calc(50% - 15px);
      justify-content: center;
      padding: 0;
      flex-direction: column;
      gap: 0;
      min-width: 200px;
    }
  
    .stat-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .stat-number{
        font-size: 36px;
    }
}

@media (max-width: 480px){

    .stats-container{
        gap: 25px;
    }
  
     .stat-item {
      flex: 0 0 100%;
      justify-content: center;
      padding: 0;
      flex-direction: column;
      gap: 0;
    }
  
    .stat-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .stat-number{
        font-size: 36px;
    }
}

/* ------------- END: HOME PAGE BELOW HERO COUNTER SECTION CSS -------------------- */


/* ------------- START: HOME PAGE SERVICES SECTION CSS -------------------- */

.services-section{
    background: #f5f5f5;
    padding: 80px 0;
}

.services-section .services-container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-section .section-title{
    text-align: center;
    font-size: 48px;
    color: #0F2D28;
    margin-bottom: 50px;
    font-weight: 500;
    font-family: "Playfair", serif !important;
}

.services-section .services-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    justify-content: center;
}

.services-section .service-card{
    background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 15px 25px;
    text-align: center;
    transition: all .3s ease;
    height: 100%;
    box-shadow: 0 0px 15px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0px 15px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.10);
    width: 100%;
}

.services-section .service-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.services-section .service-icon{
    margin-bottom: 5px;
}

.services-section .service-icon img{
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.services-section .service-title{
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: "Playfair", serif !important;
    margin: 0 auto 5px;
    max-width: 170px;
    min-height: 55px;
}

.services-section .service-description{
    font-size: 12px;
    line-height: 1.7;
    color: #28282b;
    margin-bottom: 25px;
    font-family: 'Noto Sans',sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
}

.services-section .service-description {
  min-height: 70px !important;
}

.services-section .service-link{
    color: #0F2D28;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Noto Sans',sans-serif !important;
}

.services-section .service-link:hover{
    color: #C68A2E;
}

@media(max-width:1199px){

    .services-section .services-grid{
        grid-template-columns: repeat(3,1fr);
    }
}

@media(max-width:767px){
  
  .services-section {
    padding: 50px 0 !important;
  }

    .services-section .services-grid{
        grid-template-columns: 1fr;
    }
  
  .services-section .service-description {
    min-height: inherit !important;
  }

    .services-section .section-title{
        font-size: 32px;
    }
}


/* ------------- END: HOME PAGE SERVICES SECTION CSS -------------------- */


/* ------------- START: HOME PAGE WHY CHOOSE US SECTION CSS -------------------- */

.why-choose-section{
    padding: 80px 0;
    background-color: #fff;
}

.why-choose-container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title{
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 60px;
    font-weight: 500;
    font-family: "Playfair", serif !important;
}

.features-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}

.feature-item{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: baseline;
    background: #f5f5f5;
    padding: 20px;
}

.feature-icon img{
    width: 80px;
}

.feature-title{
    font-size: 19px;
    line-height: 1.3;
    color: #052c25 !important;
    margin: 0 0 5px;
    font-weight: 500;
    font-family: "Playfair", serif !important;
  text-align: center;
}

.feature-description{
    font-size: 13px;
    line-height: 1.5;
    color: #292a2c !important;
    font-family: 'Noto Sans',sans-serif !important;
    letter-spacing: 1px;
}

.feature-description p{
    margin: 0;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.5;
    color: #292a2c !important;
  text-align: center;
}

@media(max-width:991px){

    .features-grid{
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
    }

    .section-title{
        font-size: 40px;
    }
}

@media(max-width:767px){

    .features-grid{
        grid-template-columns: 1fr;
    }

    .section-title{
        font-size: 32px;
        margin-bottom: 30px;
    }

    .feature-title{
        font-size: 22px;
    }
  
  .feature-icon img {
    width: 50px;
  }
}

@media(max-width:480px){

  .feature-icon img {
    width: 70px;
  }
}


/* ------------- END: HOME PAGE WHY CHOOSE US SECTION CSS -------------------- */



/* ------------- START: HOME PAGE TESTIMONIAL SLIDER SECTION CSS -------------------- */

.testimonial-section{
    padding:40px 0;
    background-color: #042b24;
}

.testimonial-slider{
    max-width:700px;
    margin:0 auto;
}

.testimonial-card{
    border-radius:8px;
    padding:40px 45px 50px;
    position:relative;
}

.quote-icon{
    color:#b77b38;
    font-size:70px;
    line-height:1;
    opacity:1;
    text-align: center;
}

.testimonial-content{
    color:#ffffff;
    font-size:21px;
    text-align: center;
    line-height:1.4;
    font-weight:400;
    margin-bottom:25px;
    font-family: "Playfair", serif !important;
}

.testimonial-content p{
    margin:0;
    color:#ffffff;
    font-family: "Playfair", serif !important;
}

.testimonial-author{
    color:#D59A3B;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    text-align: center;
    letter-spacing:1px;
}

.swiper-pagination{
    margin-top:20px;
    position:relative;
}

.swiper-pagination-bullet{
    width:10px;
    height:10px;
    opacity:1;
    background:#fff;
}

.swiper-pagination-bullet-active{
    background:#b77b38;
}

@media(max-width:767px){

    .testimonial-card{
        padding:30px;
    }

    .testimonial-content{
        font-size:22px;
    }

}

/* ------------- END: HOME PAGE TESTIMONIAL SLIDER SECTION CSS -------------------- */




/* ------------- START: HOME PAGE CTA SECTION CSS -------------------- */


.cta-banner {
    position: relative;
    overflow: hidden;
     background-image:
        linear-gradient(
            90deg,
            rgba(3, 42, 36, 1) 0%,
            rgba(3, 42, 36, 0.95) 45%,
            rgba(3, 42, 36, 0.20) 80%,
            rgba(3, 42, 36, 0) 100%
        ),
        url("https://6221294.fs1.hubspotusercontent-na1.net/hubfs/6221294/cta-bg.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: right center;
    background-size: 100% 100%, auto 100%;
    background-color: #032A24
}

.cta-container{
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta-innercontainer {
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 920px;
   width: 100%;
}

.cta-content{
    max-width: 650px;
}

.cta-content h2{
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 5px;
    font-weight: 500;
    font-family: "Playfair", serif !important;
}

.cta-description{
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: "Noto Sans", serif !important;
}

.cta-description p{
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.4;
    font-family: "Noto Sans", serif !important;
}

.cta-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #b67f38;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
    transition: .3s;
}

.cta-button:hover{
  background: #fff;
  color: #032a24 !important;
}

@media(max-width:991px){

    .cta-container{
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }
  
  .cta-innercontainer {
    flex-direction: column;
  }
  
  .cta-description {
    margin-bottom: 25px;
  }

    .cta-content h2{
        font-size: 36px;
        margin-bottom: 15px;
    }
}

@media(max-width:767px){

    .cta-content h2{
        font-size: 30px;
    }

    .cta-button{
        width: 100%;
    }
}


/* ------------- END: HOME PAGE CTA SECTION CSS -------------------- */




/* ------------- START: CONTACT US PAGE CTA SECTION CSS -------------------- */

.body-container-wrapper {
  background-color: #f9f7f3 !important;
}

.hs-content-id-214806108845 .hero-content h1::after,
.hs-content-id-214806175541 .hero-content h1::after,
.hs-content-id-11878092281 .hero-content h1::after,
.hs-content-id-11878408367 .hero-module h1:after,
.hs-content-id-11877546146 .hero-module h1:after,
.hs-content-id-214884418403 .hero-module h1:after,
.hs-content-id-214878310981 .hero-module h1:after,
.hs-content-id-218476314214 .hero-module h1::after,
.hs-content-id-222247801154 .hero-module h1::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hs-content-id-214806108845 .contact-section h2,
.legalcontent h2,.
.legalcontent h3,
.legalcontent h4{
  color: #042923 !important;
  font-family: Playfair,serif !important;
}

.hs-content-id-214806108845 .hero-module,
.hs-content-id-214806175541 .hero-module,
.hs-content-id-11878092281 .hero-module,
.hs-content-id-11878408367 .hero-module,
.hs-content-id-11877546146 .hero-module,
.hs-content-id-214884418403 .hero-module,
.hs-content-id-214878310981 .hero-module,
.hs-content-id-218476314214 .hero-module,
.hs-content-id-222247801154 .hero-module{
  height: 370px;
}

.hs-content-id-214806108845 .hero-overlay,
.hs-content-id-214806175541 .hero-overlay,
.hs-content-id-11878092281 .hero-overlay,
.hs-content-id-11878408367 .hero-overlay,
.hs-content-id-11877546146 .hero-overlay,
.hs-content-id-214884418403 .hero-overlay,
.hs-content-id-214878310981 .hero-overlay,
.hs-content-id-218476314214 .hero-overlay,
.hs-content-id-222247801154 .hero-overlay {
  opacity: .75;
  background-color: #002520 !important;
}

.ourstory h2 {
  color: #042923 !important;
  font-family: Playfair,serif !important;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
}

.ourstory h2:after {
  background: #b8985e;
  content: "";
  display: block;
  height: 2px;
  margin: 15px auto 0;
  width: 60px;
  position: absolute;
  left: 0;
}

.ourstory p {
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.6;
}

.contact-section{
    padding:80px 0;
    background:#fff;
}

.contact-section .contact-container{
   max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: minmax(320px, 40%) minmax(500px, 60%);
    gap: 60px;
    align-items: start;
}

.contact-section .contact-eyebrow{
    color:#C67D2D;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    margin-bottom:10px;
}

.contact-section .contact-eyebrow:after{
    content:"";
    width:35px;
    height:2px;
    background:#C67D2D;
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
}

.contact-section .contact-title{
    font-size:60px;
    line-height:1;
    color:#082B27;
    margin-bottom:5px;
}

.contact-section .contact-description{
    color: #28282b;
    font-family: 'Noto Sans',sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.contact-section .contact-item{
    display:flex;
    gap:18px;
    margin-bottom:30px;
}

.contact-section .contact-icon{
    width:50px;
    height:50px;
    flex-shrink:0;
    background: #013f36;
    padding: 10px;
    border-radius: 5px;
}

.contact-section .contact-icon img{
    width:100%;
}

.contact-section .contact-content h3 {
    font-size: 21px;
    margin: 0 0 0px;
    color: #042923 !important;
    font-family: Playfair,serif !important;
}

.contact-section .contact-content p{
    margin:0;
    color:#333;
    line-height:1.6;
}

.contact-section .contact-content p a {
  font-family: 'Noto Sans',sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  color: #0f2d28 !important;
  text-decoration: none !important;
}

.contact-section .contact-content p a:hover {
  color: #c67d2d !important;
}

.contact-section .form-wrapper{
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.contact-section .form-header{
    background:linear-gradient(
        90deg,
        #032A24 0%,
        #01433A 100%
    );

    padding:35px;
}

.contact-section .form-header h3{
    color:#fff;
    margin:0 0 10px;
    font-size:36px;
    font-family: Playfair,serif !important;
}

.contact-section .form-header p{
    color:#fff;
    margin:0;
    line-height:1.6;
}

.contact-section .form-body{
    background:#fff;
    padding:5px;
}

.contact-section .form-body .input input,
.contact-section .form-body .input select {
  margin-bottom: 0 !important;
}

.contact-section .form-body label {
   font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.contact-section .form-body .hs-button{
    width:100%;
    background:#c67d2d !important;
    border:none !important;
    color:#fff !important;
    padding:18px !important;
    text-transform:uppercase;
}

.contact-section .form-body .hs-button:hover {
  background: #014239 !important;
}

.contact-section .form-body .hs_error_rollup {
  display: none !important;
}

.contact-section .form-body .hs-error-msg {
  color: #c67d2d !important;
  text-transform: capitalize !important;
}

@media (max-width: 991px){
    .contact-section .contact-container{
        grid-template-columns: 1fr;
        gap: 40px;
  }
}

@media (max-width: 991px){
  
  .contact-section .contact-eyebrow {
    margin-bottom: 10px;
  }
  
  .contact-section .contact-title {
    font-size: 40px;
  }
  
  .contact-section .form-header {
    padding: 15px;
  }
}

@media only screen and (max-width:767px) {
  .hs-content-id-214806108845 .hero-module,
  .hs-content-id-214806175541 .hero-module,
  .hs-content-id-11878092281 .hero-module,
  .hs-content-id-11878408367 .hero-module,
  .hs-content-id-214884418403 .hero-module {
    height: 260px;
  }
  
  .contact-section,
  .why-work-section,
  .team-section{
    padding: 50px 0 !important;
  }
}


/* ------------- END: CONTACT US PAGE SECTION CSS -------------------- */




/* ------------- START: CAREER PAGE PAGE CTA SECTION CSS -------------------- */

.hs-content-id-214806175541 .contact-section h2,
.hs-content-id-214806175541 .contact-section h3 {
  color: #042923 !important;
  font-family: Playfair,serif !important;
}

.why-work-section{
    padding: 80px 0;
    background: #fff;
}

.page-center{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title{
    text-align: center;
    font-size: 56px;
    line-height: 1.2;
    color: #12332D;
    margin-bottom: 50px;
    position: relative;
}

.section-title:after{
    content: "";
    width: 60px;
    height: 2px;
    background: #B8985E;
    display: block;
    margin: 15px auto 0;
}

.why-work-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.why-work-card{
    flex: 1 1 calc(25% - 15px);
    min-width: 250px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 35px 25px;
    text-align: center;

    transition: all .3s ease;
}

.why-work-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.card-icon{
    margin-bottom: 20px;
}

.card-icon img{
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.card-title{
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 600;
    color: #042923 !important;
    font-family: Playfair,serif !important;
}

.card-description{
    line-height: 1.8;
    color: #28282b;
    font-family: Noto Sans,sans-serif !important;
    font-size: 14px;
}

.card-description p{
    margin: 0;
}

.culture-section{
    padding: 80px 0;
    background: #f9f9f9;
}

.page-center{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.culture-row{
    display: flex;
    align-items: center;
    gap: 60px;
}

.culture-image{
    width: 50%;
}

.culture-image img{
    width: 100%;
    display: block;
    border-radius: 8px;
}

.culture-content{
    width: 50%;
}

.culture-eyebrow{
    color: #B8985E;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.culture-eyebrow:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #B8985E;
}

.culture-title{
    font-size: 48px;
    line-height: 1;
    color: #042923 !important;
    font-family: Playfair,serif !important;
    margin-bottom: 15px;
}

.culture-description{
    line-height: 1.8;
    color: #28282b;
    font-family: Noto Sans,sans-serif !important;
    font-size: 14px;
}

.culture-features{
  list-style: none !important;
  margin: 25px 0 30px !important;
  padding: 0 !important;
  padding-left: 18px !important;
}

.culture-features li{
    position: relative;
    padding-left: 15px !important;
    margin-bottom: 10px;
    color: #28282b;
    font-family: Noto Sans,sans-serif !important;
    font-size: 14px;
}

.culture-features li:before{
    content: "✓" !important;
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    text-align: center;
    background: #B8985E;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.culture-button-wrap{
    margin-top: 35px;
}

.culture-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #B8985E;
    color: #fff;
    padding: 10px 32px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all .3s ease;
}

.culture-btn:hover{
    background: #12332D;
    color: #fff;
}

.hs-content-id-214806175541 .cta-content h2 {
  font-size: 36px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px !important;
    width: 100%;
  }
}

@media (max-width: 1199px){

    .why-work-card{
        flex: 1 1 calc(50% - 10px);
    }

}


@media only screen and (max-width:980px) {
  .culture-row {
    flex-direction: column;
  }
  
  .culture-image,
  .culture-content {
    width: 100% !important;
  }
  
  .culture-section {
    padding: 50px 0 !important;
  }
  
}

@media (max-width: 767px){

    .why-work-card{
        flex: 1 1 100%;
    }

    .section-title,
  .culture-title {
        font-size: 38px;
    }

}



.benefits-section{
    padding: 80px 0;
    background: #fff;
}

.page-center{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefits-title{
    text-align: center;
    color: #12332D;
    margin-bottom: 50px;
    position: relative;
    font-size: 48px;
    line-height: 1;
    color: #042923 !important;
    font-family: Playfair,serif !important;
}

.benefits-title:after{
    content: "";
    width: 60px;
    height: 2px;
    background: #B8985E;
    display: block;
    margin: 15px auto 0;
}

.benefits-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.benefit-card{
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
}

.benefit-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.benefit-icon{
    margin-bottom: 20px;
}

.benefit-icon img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.benefit-title{
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
     color: #042923 !important;
    font-family: Playfair,serif !important;
}

.benefit-description{
    color: #28282b;
    font-family: Noto Sans,sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
}

.benefit-description p{
    margin: 0;
    color: #28282b;
    font-family: Noto Sans,sans-serif !important;
    font-size: 14px;
}

@media(max-width:1200px){

    .benefit-card{
        flex: 1 1 calc(33.333% - 14px);
    }

}

@media(max-width:767px){

    .benefit-card{
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .benefits-title{
        font-size: 38px;
    }

}

@media(max-width:480px){

    .benefit-card{
        flex: 0 0 100%;
        max-width: 100%;
    }

}


.legalcontent ul {
  margin: 25px 0 25px !important;
  padding-left: 20px !important;
  color: #28282b !important;
}

.legalcontent ul li:before {
  color: #b8985e !important;
}

.legalcontent p {
  color: #28282b !important;
  font-family: Noto Sans,sans-serif !important;
  font-size: 14px;
}

.legalcontent p a {
  color: #042923 !important;
}

.legalcontent p a:hover {
  color: #b8985e !important;
}


/* ------------- END: CAREER PAGE PAGE CTA SECTION CSS -------------------- */



/* ------------- START: TEAM PAGE PAGE SECTION CSS -------------------- */


.team-section{
    padding:100px 0;
    background:#fff;
}

.team-section .page-center{
    max-width:1320px;
    margin:0 auto;
    padding:0 20px;
}

.team-section .section-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.team-section .section-title{
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 30px;
    color: #12332D;
    font-family: "Playfair Display", serif !important;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
}

.team-section .section-heading:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #B8985E;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.team-section .section-title:after{
    right:-110px;
}

.team-section .section-description{
    color: #28282b;
    font-family: Noto Sans,sans-serif !important;
    font-size: 14px;
    line-height: 1.8;
}

.team-section .team-grid{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
  justify-content: center;
}

.team-section .team-card{
    flex:0 0 calc(33.33% - 23px);
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    overflow:hidden;
    transition:.3s;
}

.team-section .team-card:hover{
    transform:translateY(-5px);
}

.team-section .team-image{
    padding:15px;
}

.team-section .team-image img{
    width:100%;
    display:block;
    border-radius:8px;
}

.team-section .team-content{
    padding:0 25px 30px;
    text-align:center;
}

.team-section .team-name{
    font-size:24px;
    color:#12332D;
    margin-bottom:8px;
   font-family: "Playfair Display", serif !important;
}

.team-section .team-divider{
    width:50px;
    height:2px;
    background:#B8985E;
    display:block;
    margin:0 auto 10px;
}

.team-section .team-position{
    color:#B8985E;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    font-weight:600;
    margin-bottom:0px;
}

.team-section .team-info{
    color:#666;
    font-size:15px;
    margin-bottom:25px;
}

.team-social{
    margin-top: 15px;
    text-align: center;
}

.social-icon{
    width: 50px;
    height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #12332D;
    border-radius: 50%;

    text-decoration: none;
    transition: all .3s ease;
}

.social-icon:hover{
    background: #B8985E;
}

.social-icon img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}


@media (max-width: 991px){

    .team-section .team-card{
        flex:0 0 calc(50% - 15px);
    }
  
  .team-section .section-title {
    font-size: 38px !important;
  }

}

@media (max-width: 767px){

    .team-section .team-grid{
        gap:20px;
    }

    .team-section .team-card{
        flex:0 0 100%;
    }

}

/* ------------- END: TEAM PAGE PAGE SECTION CSS -------------------- */


/* Home Page - Version 01 & Version 02  CSS */


.hs-content-id-217082790229 .hero-section {
  min-height: 100vh !important; 
  background-size: contain !important;
}

.hs-content-id-217082790229 .testimonial-section,
.hs-content-id-217082791027 .hero-section {
  background-color: #091412 !important;
}

.hs-content-id-217082791027 .hero-section {
   background-size: 40% auto;
}

.hs-content-id-217082791027 .hero-section .hero-content {
  padding: 180px 0;
}

/* ------------------------- END: New Design CSS -------------------- */





.process-section{
    padding:100px 20px 25px;
    background:#fff;
}

.page-center{
    max-width:1400px;
    margin:0 auto;
    padding:0 20px;
}

/* Header */

.process-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.process-eyebrow{
    color:#B8985E;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:600;
    margin-bottom:15px;
}

.process-title{
    color: #0f2d28;
    font-family: Playfair,serif !important;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
  margin-bottom: 20px;
  line-height: 1.1;
}

.process-title span{
    color:#B8985E;
}

.process-description{
    color: #28282b;
    font-family: Noto Sans,sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
  margin-bottom: 100px !important;
}

/* Cards */

.process-grid{
    display:flex;
    flex-wrap:wrap;
    gap:45px;
    justify-content:center;
}

.process-card{
    position:relative;
    flex:1 1 calc(33% - 20px);
    min-width:300px;
    max-width:400px;
    background:#fff;
    border-radius:12px;
    padding:60px 30px 35px;
    text-align:center;
    border:1px solid #eee;
     margin-bottom: 70px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

/* Top Icon */

.process-icon{
    width:110px;
    height:110px;

    background:#0E4037;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:-115px auto 25px;

    border:6px solid #fff;

    box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.process-icon img{
    width:50px;
}

/* Number */

.process-number{
    font-size:40px;
    color:#B8985E;
    font-weight:700;
}

.process-divider{
    width:45px;
    height:2px;
    background:#B8985E;
    display:block;
    margin:12px auto 20px;
}

.process-card h3{
    color: #0f2d28;
    font-family: Playfair,serif !important;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.process-content{
    color: #28282b;
    font-family: Noto Sans,sans-serif !important;
    font-size: 14px;
    line-height: 1.6;
}

.process-content p:last-child{
    margin-bottom:0;
}

/* Bottom Illustration */

.process-bottom-image{
    margin-top:30px;
}

.process-bottom-image img{
    max-width:140px;
}

/* Arrow */

.process-arrow{
    position:absolute;
    right:-18px;
    top:50%;
    width:40px;
    height:40px;

    border-radius:50%;
    background:#12332D;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    transform:translateY(-50%);
    font-size:22px;
    z-index:2;
}

.process-arrow span {
  position: relative;
  top: -3px;
}

@media (max-width:1200px){

    .process-card{
        flex:1 1 calc(33.333% - 20px);
    }

    .process-arrow{
        display:none;
    }

}

@media (max-width:991px){

    .process-card{
        flex:1 1 calc(50% - 15px);
    }

    .process-title{
        font-size:46px;
    }

}

@media (max-width:767px){

    .process-card{
        flex:1 1 100%;
        max-width:100%;
    }
  
  .process-card:last-child {
     margin-bottom: 30px !important;
  }

    .process-title{
        font-size:34px;
    }

    .process-description{
        font-size:16px;
    }

}



.pds-values {
  padding: 80px 24px 40px;
  background: #f2f2f2;
}

.pds-values-container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.pds-values-eyebrow {
  margin-bottom: 10px;
  color: #b8985e;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pds-values-title {
  margin: 0;
  color: #183a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.15;
}

.pds-values-divider {
  width: 48px;
  height: 2px;
  margin: 5px auto;
  background: #c49a52;
}

.pds-values-intro {
  max-width: 800px;
  margin: 20px auto 100px;
  color: #596866;
  font-size: 14px;
  line-height: 1.7;
}

.pds-values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  margin-bottom: 30px;
}

.pds-value-card {
  position: relative;
  grid-column: span 2;
  min-height: 250px;
  padding: 52px 28px 30px;
  background: #fff;
  border: 1px solid #e7e9e8;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.035);
  margin-bottom: 45px;
}

.pds-value-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.pds-value-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.pds-value-icon {
  position: absolute;
  top: -42px;
  left: 50%;
  width: 78px;
  height: 78px;
  transform: translateX(-50%);

  display: flex;
  align-items: center;
  justify-content: center;

  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #063b35;

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.pds-value-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.pds-value-card h3 {
  margin: 4px 0 10px;
  color: #183a36;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
}

.pds-value-line {
  width: 32px;
  height: 1px;
  margin: 0 auto 16px;
  background: #c49a52;
}

.pds-value-description {
  color: #59615f;
  font-size: 13px;
  line-height: 1.7;
}

.pds-value-description p {
  margin: 0;
}


@media (max-width: 900px) {

  .pds-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pds-value-card,
  .pds-value-card:nth-child(4),
  .pds-value-card:nth-child(5) {
    grid-column: auto;
  }

  .pds-value-card:last-child {
    grid-column: 1 / -1;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

}

@media (max-width: 600px) {

  .pds-values {
    padding: 60px 16px;
  }

  .pds-values-title {
    font-size: 32px;
  }

  .pds-values-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pds-value-card,
  .pds-value-card:nth-child(4),
  .pds-value-card:nth-child(5),
  .pds-value-card:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 52px 24px 30px;
  }

}



/* =========================================
   OUR TEAM SECTION
========================================= */

.our-team-section {
  width: 100%;
  padding: 90px 24px;
  background: #fbfaf5;
}

.our-team-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.our-team-header {
  max-width: 1050px;
  margin: 0 auto 55px;
  text-align: center;
}

.our-team-eyebrow {
  margin-bottom: 12px;
  color: #c49a52;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.our-team-title {
  margin: 0;
  color: #063b35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.12;
}

.our-team-heading-line {
  width: 55px;
  height: 2px;
  margin: 10px auto;
  background: #c49a52;
}

.our-team-intro {
  max-width: 900px;
  margin: 0 auto;
  color: #5d6665;
  font-size: 16px;
  line-height: 1.7;
}

.our-team-intro p {
  margin: 0;
}


/* =========================================
   TEAM LIST
========================================= */

.our-team-list {
  width: 100%;
}

.our-team-item {
  display: grid;
  grid-template-columns: 300px 1fr auto;
  align-items: center;
  gap: 45px;

  padding: 22px 0;

  border-bottom: 1px solid #ddd9ce;
}

.our-team-item:first-child {
  border-top: 1px solid #ddd9ce;
}


/* =========================================
   IMAGE
========================================= */

.our-team-image {
  width: 300px;
  height: 150px;
  overflow: hidden;
  border-radius: 4px;
}

.our-team-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =========================================
   CONTENT
========================================= */

.our-team-content {
  min-width: 0;
}

.our-team-member-title {
  margin: 0 0 10px;
  color: #063b35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.our-team-small-line {
  width: 38px;
  height: 2px;
  margin-bottom: 15px;

  background: #c49a52;
}

.our-team-description {
  max-width: 700px;

  color: #59615f;

  font-size: 15px;
  line-height: 1.7;
}

.our-team-description p {
  margin: 0;
}


/* =========================================
   BUTTON
========================================= */

.our-team-button-wrapper {
  white-space: nowrap;
  margin-top: -10px;
}

.our-team-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 180px;
  padding: 15px 25px;

  background: #063b35;
  color: #ffffff !important;

  border: 1px solid #063b35;
  border-radius: 3px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.our-team-button:hover {
  background: #c49a52;
  border-color: #c49a52;
  color: #ffffff !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

  .our-team-section {
    padding: 75px 24px;
  }

  .our-team-title {
    font-size: 44px;
  }

  .our-team-item {
    grid-template-columns: 240px 1fr;
    gap: 30px;
  }

  .our-team-image {
    width: 240px;
    height: 140px;
  }

  .our-team-button-wrapper {
    grid-column: 2;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

  .our-team-section {
    padding: 60px 18px;
  }

  .our-team-header {
    margin-bottom: 40px;
  }

  .our-team-title {
    font-size: 34px;
  }

  .our-team-intro {
    font-size: 14px;
  }

  .our-team-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    gap: 20px;

    padding: 30px 0;
  }

  .our-team-image {
    width: 100%;
    height: 210px;
  }

  .our-team-member-title {
    font-size: 28px;
  }

  .our-team-description {
    font-size: 14px;
  }

  .our-team-button-wrapper {
    margin-top: 5px;
  }

  .our-team-button {
    width: 100%;
  }

}



/* ----------------- START: OUR CLIENT PAGE ------------------ */

.pds-clients-section {
  width: 100%;
  margin: 0;
  padding: 80px 20px;
  background-color: #fbfaf6;
}

.pds-clients-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.pds-clients-content {
  flex: 1 1 60%;
  width: 60%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fbfaf6;
}

.pds-clients-eyebrow {
  display: block;
  margin: 0 0 14px;
  color: #b8985e;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pds-clients-accent-line {
  width: 32px;
  height: 2px;

  margin: 0 0 24px;

  background-color: #c49a52;
}

.pds-clients-title {
  color: #063b35;
  font-family: Georgia,Times New Roman,serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1;
  line-height: 1.1;
  margin: 0 0 26px;
  max-width: 650px;
}


.pds-clients-description {
  max-width: 600px;
  margin: 0;
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.6;
  font-weight: 400;
  line-height: 1.6;
}


/* DESCRIPTION PARAGRAPHS */

.pds-clients-description p {
  margin: 0 0 20px;
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1.6;
}

.pds-clients-description p:last-child {
  margin-bottom: 0;
}

.pds-clients-image-wrapper {
  flex: 1 1 40%;
  width: 40%;
  min-width: 0;
  background-color: #e9e6dc;
}

.pds-clients-image {
  display: block;
}

/* ==========================================
   TABLET
   768px - 991px
========================================== */

@media (max-width: 991px) {

  .pds-clients-section {
    padding: 60px 20px;
  }

  .pds-clients-content {
    padding: 45px 35px;
  }

  .pds-clients-accent-line {
    margin-bottom: 20px;
  }

  .pds-clients-title {
    max-width: 100%;

    margin-bottom: 22px;

    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.6px;
  }

  .pds-clients-description {
    max-width: 100%;

    font-size: 15px;
    line-height: 1.6;
  }

}

@media (max-width: 767px) {

  .pds-clients-section {
    padding: 50px 20px;
  }

  .pds-clients-container {
    display: flex;
    flex-direction: column;

    min-height: 0;
  }

  .pds-clients-content {
    flex: none;
    order: 1;
    width: 100%;
    padding: 0px 0 30px;
  }


  /* IMAGE BELOW CONTENT */

  .pds-clients-image-wrapper {
    flex: none;
    order: 2;
    width: 100%;
    min-height: 0;
  }


  /* MOBILE IMAGE */

  .pds-clients-image {
    display: block;

    width: 100%;
    height: auto;
    min-height: 0;

    aspect-ratio: 4 / 3;

    object-fit: cover;
    object-position: center center;
  }


  /* MOBILE EYEBROW */

  .pds-clients-eyebrow {
    margin-bottom: 12px;

  }


  /* MOBILE ACCENT LINE */

  .pds-clients-accent-line {
    width: 28px;
    height: 2px;

    margin-bottom: 20px;
  }


  /* MOBILE HEADING */

  .pds-clients-title {
    max-width: 100%;

    margin-bottom: 22px;

    font-size: 35px;
    line-height: 1.12;
    letter-spacing: -0.6px;
  }


  /* MOBILE DESCRIPTION */

  .pds-clients-description {
    max-width: 100%;

    font-size: 15px;
    line-height: 1.6;
  }

  .pds-clients-description p {
    margin-bottom: 18px;
  }

}


/* ==========================================
   SMALL MOBILE
   Below 480px
========================================== */

@media (max-width: 480px) {

  .pds-clients-section {
    padding: 50px 20px;
  }

  .pds-clients-content {
    padding: 0px 0px 30px;
  }

  .pds-clients-title {
    font-size: 31px;
    line-height: 1.15;
  }

  .pds-clients-description {
    font-size: 14px;
    line-height: 1.65;
  }
}


/* ==========================================
   EXTRA SMALL MOBILE
   Below 360px
========================================== */

@media (max-width: 359px) {

  .pds-clients-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pds-clients-title {
    font-size: 28px;
  }

}



/* ==========================================
   PDS - WHY WORK WITH PDS
   SCREENSHOT-MATCHED DESIGN
   FLEXBOX | CONTAINER | NO BACKGROUND IMAGE
========================================== */


/* ==========================================
   MAIN SECTION
========================================== */

.pds-why-work-section {
  width: 100%;
  margin: 0;
  padding: 80px 20px;
  background-color: #ffffff;
  overflow: hidden;
}


/* ==========================================
   CENTERED CONTAINER
========================================== */

.pds-why-work-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  padding: 16px 0 0;
  box-sizing: border-box;
  gap: 5%;
}


/* ==========================================
   LEFT CONTENT
   APPROX. 30% WIDTH
========================================== */

.pds-why-work-content {
  flex: 0 0 30%;
  width: 30%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

/* ==========================================
   EYEBROW
========================================== */

.pds-why-work-eyebrow {
  display: block;
  margin: 0 0 8px;
  color: #b8985e;
  display: block;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4;

  letter-spacing: 1.7px;
  text-transform: uppercase;
}


/* ==========================================
   GOLD ACCENT LINE
========================================== */

.pds-why-work-accent-line {
  width: 27px;
  height: 2px;
  margin: 0 0 10px;
  background-color: #c28a3d;
}


/* ==========================================
   MAIN HEADING
========================================== */

.pds-why-work-title {
  width: 100%;
  margin: 0 0 10px;
  color: #073e39;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.04;
}


/* ==========================================
   DESCRIPTION
========================================== */

.pds-why-work-description {
  width: 100%;
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1.6;
}


/* DESCRIPTION PARAGRAPHS */

.pds-why-work-description p {
  margin: 0 0 15px !important;
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1.6;
}

.pds-why-work-description p:last-child {
  margin-bottom: 0;
}


/* ==========================================
   CTA BUTTON
========================================== */

.pds-why-work-button-wrapper {
  display: flex;
  margin-top: 14px;
}


.pds-why-work-button {
  background: #052d26;
  color: #fff;
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-family: Noto Sans,sans-serif !important;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .5px;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
}


.pds-why-work-button:hover,
.pds-why-work-button:focus {
  background: #b87d39;
  color: #fff;
}


.pds-button-arrow {
  font-size: 16px;
  line-height: 1;
  margin-left: 8px;
}


/* ==========================================
   RIGHT CHECKLIST CARD
   APPROX. 65% WIDTH
========================================== */

.pds-why-work-card {
  flex: 1 1 0;
  width: auto;
  min-width: 0;

  box-sizing: border-box;

  padding: 40px;

  background-color: #f5f5f1;
  border-radius: 4px;
}


/* ==========================================
   CHECKLIST INNER
========================================== */

.pds-checklist-inner {
  width: 100%;
}


/* ==========================================
   CHECKLIST HEADING
========================================== */

.pds-why-work-card-title {
  color: #073e39;
  font-family: Georgia,Times New Roman,serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 28px;
}


/* ==========================================
   CHECKLIST COLUMNS
========================================== */

.pds-checklist-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
}


/* ==========================================
   CHECKLIST COLUMN
========================================== */

.pds-checklist-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}


/* ==========================================
   CHECKLIST ITEM
========================================== */

.pds-checklist-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 9px;
}


/* ==========================================
   CHECK ICON
========================================== */

.pds-check-icon {
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  color: #bd7929;
  background-color: transparent;
  border: 1.5px solid #bd7929;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 3px;
}

/* ==========================================
   RICH TEXT CHECKLIST
========================================== */

.pds-checklist-text {
  flex: 1 1 auto;
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1.4;
}


/* RICH TEXT PARAGRAPHS */

.pds-checklist-text p {
  margin: 0;
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 1.6;
}

.pds-checklist-text p + p {
  margin-top: 5px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

  .pds-why-work-container {
    max-width: 100%;
    padding: 30px 35px 0;
    gap: 4%;
  }

  .pds-why-work-content {
    flex-basis: 31%;
    width: 31%;
  }

  .pds-why-work-title {
    max-width: 100%;
    font-size: 27px;
  }

  .pds-why-work-description {
    max-width: 100%;
    font-size: 12px;
  }

  .pds-why-work-card {
    padding: 25px 22px;
  }

  .pds-why-work-card-title {
    font-size: 20px;
  }

  .pds-checklist-columns {
    gap: 20px;
  }

  .pds-checklist-column {
    gap: 17px;
  }

  .pds-checklist-text {
    font-size: 12px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

  .pds-why-work-section {
    padding: 50px 0;
  }

  .pds-why-work-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    max-width: 100%;
    padding: 0 22px;

    gap: 30px;
  }


  /* LEFT CONTENT */

  .pds-why-work-content {
    flex: none;

    width: 100%;
    max-width: 100%;
  }

  .pds-why-work-title {
    max-width: 100%;
    font-size: 35px;
    line-height: 1.08;
  }

  .pds-why-work-description {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }


  /* CHECKLIST CARD */

  .pds-why-work-card {
    flex: none;

    width: 100%;
    max-width: 100%;

    padding: 28px 22px;
  }

  .pds-why-work-card-title {
    font-size: 24px;
    line-height: 1.25;
  }

  .pds-checklist-columns {
    flex-direction: column;
    gap: 22px;
  }

  .pds-checklist-column {
    width: 100%;
    gap: 18px;
  }

  .pds-checklist-text {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .process-section {
    padding: 50px 20px !important;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

  .pds-why-work-container {
    padding: 0 18px;
  }

  .pds-why-work-title {
    font-size: 31px;
  }

  .pds-why-work-card {
    padding: 24px 18px;
  }

  .pds-why-work-card-title {
    font-size: 21px;
  }

  .pds-checklist-text {
    font-size: 13px;
  }

}

body.hs-content-id-218476314214 .process-section {
  background: #f5f5f5;
}

body.hs-content-id-218476314214 .process-section .page-center {
  max-width: 1320px;
  width: 100%;
  padding: 0;
}



/* ==========================================
   PDS FAQ ACCORDION
   CLEAN COLLAPSIBLE FAQ DESIGN
========================================== */


/* ==========================================
   MAIN SECTION
========================================== */

.pds-faq-section {
  width: 100%;
  margin: 0;
  padding: 80px 20px 80px;

  background-color: #ffffff;
}


/* ==========================================
   CENTERED CONTAINER
========================================== */

.pds-faq-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
}


/* ==========================================
   FAQ HEADING
========================================== */

.pds-faq-heading {
  margin: 0 0 0px;
  color: #073e39;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;

}


/* ==========================================
   GOLD ACCENT LINE
========================================== */

.pds-faq-accent-line {
  width: 28px;
  height: 2px;

  margin: 8px 0 40px;

  background-color: #c28a3d;
}


/* ==========================================
   FAQ LIST
========================================== */

.pds-faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}


/* ==========================================
   FAQ ITEM
========================================== */

.pds-faq-item {
  width: 100%;
  margin: 0;
  background-color: #f5f4f0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 15px;
  overflow: hidden;
}


/* ==========================================
   QUESTION BUTTON
========================================== */

.pds-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 40px;
  padding: 16px 14px;
  box-sizing: border-box;
  color: #454b55;
  background-color: #f5f4f0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-left: 15px !important;
  position: relative;
  text-align: left;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}


/* QUESTION HOVER */

.pds-faq-question:hover {
  color: #063e39;
  background-color: #eeece6;
}


/* QUESTION FOCUS */

.pds-faq-question:focus-visible {
  outline: 2px solid #c28a3d;
  outline-offset: 2px;
}


/* QUESTION TEXT */

.pds-faq-question-text {
  flex: 1 1 auto;
  min-width: 0;
}


/* ==========================================
   PLUS / MINUS ICON
========================================== */

.pds-faq-icon {
  flex: 0 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #454b55;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;

  transition: transform 0.2s ease;
}


/* OPEN QUESTION */

.pds-faq-question[aria-expanded="true"] {
  color: #063e39;
  background-color: #eeece6;
}

.pds-faq-question[aria-expanded="true"] .pds-faq-icon {
  color: #bd7929;
}


/* ==========================================
   FAQ ANSWER
========================================== */

.pds-faq-answer {
  width: 100%;

  box-sizing: border-box;

  background-color: #f5f4f0;
}


/* ==========================================
   ANSWER CONTENT
========================================== */

.pds-faq-answer-content {
  padding: 15px 44px 18px 14px;
  color: #28282b;
  font-family: Noto Sans,sans-serif !important;
  font-size: 15px;
  letter-spacing: 0.5px
  font-weight: 400;
  line-height: 1.6;
}


/* RICH TEXT FORMATTING */

.pds-faq-answer-content p {
  margin: 0 0 10px;
}

.pds-faq-answer-content p:last-child {
  margin-bottom: 0;
}

.pds-faq-answer-content ul,
.pds-faq-answer-content ol {
  margin: 8px 0;
  padding-left: 20px;
}

.pds-faq-answer-content a {
  color: #063e39;
  text-decoration: underline;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

  .pds-faq-container {
    max-width: 100%;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

  .pds-faq-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .pds-faq-heading {
    font-size: 27px;
    line-height: 1.15;
  }

  .pds-faq-question {
    min-height: 44px;
    padding: 12px;
  }

  .pds-faq-answer-content {
    line-height: 1.55;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {
  .pds-faq-heading {
    font-size: 32px;
  }

  .pds-faq-question {
    gap: 12px;
  }

  .pds-faq-answer-content {
  }

}


/* ----------------- END: OUR CLIENT PAGE ------------------ */