/* ==========================================================================
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=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext');
@import url('//fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CNothing+You+Could+Do%3Aregular&ver=5.0.6#038;subset=latin,latin-ext');

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

@font-face {
  font-family: ETmodules;
  src: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/modules.eot) format("embedded-opentype"),
    url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/modules.ttf) format("truetype"),
    url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/modules.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'GothamMedium';
  src: url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/GothamMedium.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/GothamMedium.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/GothamMedium.ttf') format('truetype');
}
@font-face {
  font-family: 'gotham_bookregular';
  src: url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/gotham-book_0-webfont.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/gotham-book_0-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/gotham-book_0-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_boldregular';
  src: url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/GothamBold.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/gotham_bold_regular-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/GothamBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubunturegular';
  src: url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/ubuntu-regular-webfont.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Fonts/ubuntu-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* ==========================================================================
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;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

body {
  color: #666;
  background-color: #fff;
  font-family: "gotham_bookregular","Open Sans",Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.body-container{
  padding-left:10px;
  padding-right:10px;
}


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


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

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd,
del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe,
img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike,
strong, sub, sup, tt, u, ul, var {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

/* Basic text */
p {
  padding-bottom: 1em;
} 
p:last-of-type {
  padding-bottom: 0;
}


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 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-family: 'GothamMedium';
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 60px;
  line-height: 1.7em;
}
h2 {
  font-size: 26px;
}
h3 {
  color: #154D9E;
  font-size: 30px;
  font-family: 'Open Sans';
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */
a {
  color: #2ea3f2;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #23527c;
  text-decoration: none;
}

/* Lists */
ul, ol {}

.body-container ul:not([class]),
.body-container ul[class=""] {
  padding: 0 0 23px 1em;
  line-height: 26px;
  list-style-type: disc;
  padding-bottom: 1em;
}

.body-container ol:not([class]),
.body-container ol[class=""] {
  padding: 0 0 23px 0;
  line-height: 26px;
  list-style-position: inside;
  list-style-type: decimal;
  padding-bottom: 1em;
}

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

/* Block Quotes */
blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
  border-color: #2ea3f2;
}
blockquote p {}
blockquote small {}

figure {
  margin: 0;
}

/* Horizontal Rules */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  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 {
  -webkit-transition: background-color 0.4s,color 0.4s,transform 0.4s,opacity 0.4s ease-in-out;
  -moz-transition: background-color 0.4s,color 0.4s,transform 0.4s,opacity 0.4s ease-in-out;
  transition: background-color 0.4s,color 0.4s,transform 0.4s,opacity 0.4s ease-in-out;
  font-weight: 500;
  line-height: 23px;
  width: 100% !important;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.custom-header .page-center {
  padding: 0 15px !important;
}
.custom-logo {
  position: relative;
  padding: 18px 0;
  width: 247px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-logo .logo-person {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
}
.custom-menu-primary .hs-menu-wrapper:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid > .span3.widget-span {
  width: auto;
}
.custom-header .page-center > .row-fluid-wrapper > .row-fluid > .span9.custom-menu-primary {
  width: 78%;
  font-weight: 600;
  margin: 0;
}
.custom-header-wrapper {
  min-height: 84px !important;
}

/*===== scroll-body =====*/

.scroll-body .custom-header {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 84px;
  left: 0;
  top: 0;
  width: 100%;
}

/*============= Banner Area =============*/

.custom-banner.p:not(.left) {
  padding: 120px 0 50px;
  padding-top: 137px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.custom-banner.p:not(.left) .page-center {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.custom-banner.p .banner-content {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.custom-banner.p .banner-content .banner-title.p-type {
  font-family: 'Open Sans';
  font-weight: normal ;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
}
.custom-banner.p:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.custom-banner.p.left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 151px;
}
.custom-banner.p.left .banner-content {
  margin: 0;
}
.custom-banner.p.left .banner-content .banner-title.p-type {
  text-align: left;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 50px;
  text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
  color: #fff;
  font-weight: 500;
}







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

.body-container-wrapper {}
.body-container {}

body.no-space .body-container{
  padding:0 !important;
}

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

.et_pb_section,.body-container {
  position: relative;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.et_pb_row{
  max-width: 1300px;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 30px 0;
}


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

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

.custom-footer {
  background-color: #333333;
}
.custom-footer-lower .page-center {
  padding: 0px 15px !important;
}
.custom-footer-lower .page-center > div {
  border-top: 1px solid #555555;
  padding: 23px 0px !important;
}
.custom-footer-upper .page-center {
  padding: 44px 15px !important;
}
.custom-copyright p {
  font-size: 13px;
  line-height: 20px;
  font-family: 'gotham_bookregular';
  color: #ccc;
}
.custom-footer-social ul {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.custom-footer-social ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
.custom-footer a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-footer-bottom-link ul {
  list-style: none;
  float: right;
}
.custom-footer-bottom-link ul li {
  color: #868686;
  font-size: 13px;
  line-height: 20px;
  font-family: 'gotham_bookregular';
}
.custom-footer-bottom-link ul li a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-footer-social ul li img {
  display: block;
}
.custom-copyright {
  padding-top: 2px;
}
.custom-footer-bottom-link ul {
  padding-top: 2px;
}
.custom-footer-col h4 {
  font-size: 14px;
  line-height: 20px;
  font-family: 'GothamMedium';
  padding-bottom: 12px;
  text-transform: uppercase;
  color: #ccc;
}
.custom-footer-col p {
  font-size: 13px;
  line-height: 18px;
  color: #fe7418;
  font-family: 'gotham_bookregular';
  display: block;
}
.custom-footer-col p a {
  color: #ffffff;
}
.custom-footer-col {
  width: auto !important;
  margin: 0 115px 0 0 !important;
}
a#back-to-top {
  speak: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  font-family: ETmodules;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0,0,0,.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
}
a#back-to-top.active{
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
}
a#back-to-top:before {
  content: "2";
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(100%)
  }
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block;
  float:right;
  padding: 0 26px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  font-size: 14px;
  position: relative;
  line-height: 1em;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #4D4D4D;
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: normal;
  transition: transform 250ms ease;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  padding: 32px 14px;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  background: transparent ;
  color: #4D4D4D ;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  width: 240px;
  margin-top: -20px;
  background: #164ba0e6;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-weight: normal;
  transition: transform 250ms ease;
  margin: 0;
  display: block;
  float: none;
  width: 100%;
  padding: 15px 19px;
  text-transform: capitalize;
  background: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: 'gotham_bookregular';
  white-space:normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
  background: #0994d1
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


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

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

@media (max-width: 767px){

  /* 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    width: auto; /* Button width */
    height: auto; /* Button height */   
    float: right;
  }

  .mobile-trigger:after {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #fff;
    border: 1px solid;
    border-radius: 3px;
  }

  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 0px; /* Icon line width */
    height: 0px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

  /* ===== Mobile 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: 39px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 14px;
    margin-top: 7px;
    top: 9px;
  }
  .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: 0px; /* Icon line width */
    height: 0px; /* 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-menu-primary{
    position: relative;
    padding: 6px 0
  }
  .custom-menu-primary .hs_cos_wrapper_type_menu:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }
  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-mobile-wrapper {
    position: relative;
    z-index: 99;
  }
  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: calc(100% + 20px);
    position: absolute;
    top: 100%;
    left: -10px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #164ba0; 
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-weight: normal;
    transition: transform 250ms ease;
    line-height: 20px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 9px 12px;
    border-bottom: 1px dotted #fff;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:last-child > a {
    border-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background-color: rgba(0,0,0,.03);
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    margin: 0;
    width: 100%;
    background: #0089c0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #fff !important;
    font-size: 15px;
    padding: 9px 12px;
    border-bottom: 1px dotted #fff;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
    line-height: 20px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    transition: transform 250ms ease;
    padding-left: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover{
    background-color: rgba(0,0,0,.03);
    color: #fff;
  }
  /* 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 {
  text-decoration: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 {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  /* 	border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  padding: 0 0 30px; */
}
.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{
}
img.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
/* Read More Link */
a.more-link {

}

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

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

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

/* -------------- Default Code for comment ------------ */
.custom_listing_comments {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding:15px;
}
#comments-listing {
  padding:15px;
  margin:20px 0;
  border:1px solid #ccc;
}

#comments-listing.no-comments {
  border: none;
  margin:0;
  padding:0;
}

.comment.depth-0 {
  border-bottom: 1px solid #ccc !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

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

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

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

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc !important;
  padding: 15px ;
}
.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}

#comments-listing {
  border:0;
  margin:0;
}

.comment {
  margin: 0 !important;
  border: 1px solid #ccc !important;
  padding: 15px;
  border-bottom: 0 !important;
}

.comment:first-child {
  margin-top: 30px !important;
}

.comment:last-child {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px !important;
}

.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}

/* -------------------- Ends ----------- */


/* Pagination */
.blog-pagination {
  display:block;
}
.blog-pagination a {
  display:inline-block;
  margin-right:15px;
}
.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 {
  margin-bottom:30px;
}


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

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

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

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

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

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


.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item * {
  vertical-align: top;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin span.IN-widget {
  vertical-align: top !important;
  position: relative;
  top: -4px;
}
/* .blog .blog-sidebar ul {
list-style: none;
padding: 0;
} */

.blog .blog-sidebar .hs-input {
  margin-bottom: 20px;
}
.section.post-footer .hs-input {
  margin-bottom: 20px;
}

/*======== Custom Blog ==========*/

.blog .blog-content {
  width: 73.625%;
}
.blog .blog-sidebar {
  width: 20.875% !important;
  margin: 0 !important;
  padding-left: 30px;
  border-left: 1px solid rgba(0,0,0,.1);
}
.blog .body-container {
  padding-left: 0;
  padding-right: 0;
}

/*===== blog banner ====*/

.custom-blog-banner.et_pb_section {
  padding-top: 151px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-blog-banner .page-center {
  padding: 0 !important;
  padding-top: 3px !important;
  padding-right: 491px !important;
}
.custom-blog-banner .banner-title {
  max-width: 67%;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 86px;
  padding-top: 50px;
  padding-right: 75px;
  margin-left: auto;
  margin-right: auto;
}
.custom-blog-banner .banner-title h1 {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  font-size: 100px;
  color: #ffffff;
  text-align: left;
  line-height: 1em;
}

/*===== sidebar =====*/

.custom-archives {
  padding: 30px 30px 14px;
  margin-bottom: 30px !important;
  border: 1px solid #164ba0;
}
.custom-archives h3 {
  color: #ccc;
  font-size: 18px;
  font-family: 'GothamMedium';
}
.custom-archives .widget-module > ul.l_tinynav1 {
  display: none;
}
.custom-archives .widget-module > select#tinynav1 {
  width: 100%;
  height: 28px;
  padding: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

/*===== Listing =====*/

.post-listing:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.blog-listing-wrapper .post-listing .post-item {
  width: 46.265%;
  float: left;
}
.blog-listing-wrapper .post-listing .post-item .post-inner {
  padding: 19px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  word-wrap: break-word;
  margin-bottom: 14.94%;
  opacity: 0;
}
.blog-listing-wrapper .post-listing .post-item .post-inner.active {
  opacity: 1;
  -webkit-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
  animation: gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1);
}

@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@-moz-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -moz-transform: translatey(-5%)
  }

  100% {
    opacity: 1;
    -moz-transform: translatey(0)
  }
}

@-o-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -o-transform: translatey(-5%)
  }

  100% {
    opacity: 1;
    -o-transform: translatey(0)
  }
}

@keyframes gridFadeIn {
  0% {
    opacity: 0;
    transform: translatey(-5%)
  }

  100% {
    opacity: 1;
    transform: translatey(0)
  }
}

.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper {
  position: relative;
  margin: -20px -20px 29px;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper > a {
  display: block;
  position: relative;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  width: 100%;
}
.post-item .post-header h2 {
  font-size: 18px;
  font-family: 'GothamMedium';
}
.post-item .post-header h2 a {
  text-decoration: none;
  color: inherit;
}
.post-item .post-header h2 a:hover {
  color: #23527c;
}
.post-item p.post-meta a {
  color: inherit;
}
.post-item p.post-meta a:hover{
  color: inherit;
}
.blog-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/*================ post page =====================*/

.hs-blog-post .body-container {
  position: relative;
  padding: 100px 0;
}
.hs-blog-post .body-container .page-center.content-wrapper {
  padding: 0 !important;
  max-width: 860px !important;
}
.blog.hs-blog-post .blog-content {
  width: 100%;
}
.hs-blog-post .section.post-header h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'gotham_bookregular';
  padding-bottom: 15px;
  color: #0b0c10;
  margin: 0;
}
.hs-blog-post .meta-list-main {
  padding-bottom: 44px;
}
.hs-blog-post .meta-list-main ul.clearfix {
  padding: 0;
  list-style: none;
  display: block;
}
.meta-list-main ul li {
  font-size: 14px;
  line-height: 20px;
  font-family: 'gotham_bookregular';
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  color: #666666;
}
.meta-list-main ul li.blog-date {
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/blog-date-icon.jpg) no-repeat left 5px;
}
.meta-list-main ul li.blog-author {
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/blog-author-icon.jpg) no-repeat left 4px;
  display: none;
}
.meta-list-main ul li.blog-author a {
  color: #666666 !important;
}
.hs-post--featured-image-wrapper img.hs-featured-image {
  max-width: 100%;
  display:block;
}
.blog-post-wrapper .post-body {
  padding: 60px 0 0;
}

/*==== rework ====*/

.blog-post-wrapper .post-body h3 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 22px;
  font-family: 'GothamMedium';
}
.blog-post-wrapper .post-body p {
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  font-family: 'gotham_bookregular';
  padding-bottom: 20px;
}


.blog-post-wrapper .post-body ul {
  padding: 0 0 10px;
  list-style: none;
}
.blog-post-wrapper .post-body ul li {
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  font-family: 'gotham_bookregular';
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/blog-list-arrow.jpg) no-repeat left 9px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.resource-post-content h2 + h2 {
  display: none;
}
.hs-post--featured-image-wrapper + .hs-post--featured-image-wrapper {
  display: none;
}
.blog-post-wrapper .post-body h5 {
  font-size: 24px;
  line-height: 34px;
  font-family: 'gotham_bookregular';
  padding-bottom: 17px;
  color: #0b0d10;
  padding-top: 38px;
}
.blog-post-wrapper .post-body h1 {
  font-size: 30px;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-family: 'GothamMedium';
}
.blog-post-wrapper .post-body.empty {
  padding: 0;
}
.custom-blog-content {
  padding: 59px 0 0;
}
.custom-blog-content .custom-blog-content-innner .custom-row-content:first-child {
  padding-top: 26.9688px;
  padding-right: 0px !important;
  padding-bottom: 26px;
  padding-left: 0px !important;
}
.custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.left-col {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  width: 73.625%;
  padding: 0;
}
.custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.right-col {
  width: 20.875%;
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
}
.custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.left-col .custom-col-inner {
  /*   padding-left: 90px; */
}
.custom-blog-content .custom-blog-content-innner .custom-row-content:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.right-col ul.et_pb_social_media_follow {
  line-height: 26px;
  padding: 0 0 10px !important;
  list-style: none !important;
  margin: 0 0 22px;
}
.et_pb_social_media_follow:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
}
.et_pb_social_media_follow li {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  font-family: 'gotham_bookregular';
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/blog-list-arrow.jpg) no-repeat left 9px;
  padding-left: 20px;
  margin-bottom: 10px;
  float:left;
}
.et_pb_social_media_follow li a{
  border-width: 0;
  border-style: solid;
  border-color: #333;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 3px;
}
.et_pb_social_media_follow li:last-child a {
  margin-right: 0;
}
.et_pb_social_media_follow li a span {
  display: none;
}
.et_pb_social_media_follow li.fb > a{
  background-color: #3b5998;
}
.et_pb_social_media_follow li.twitter > a{
  background-color: #00aced;
}
.et_pb_social_media_follow li.linkedin > a{
  background-color: #007bb6;
}
.et_pb_social_media_follow li a:before {
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  display: block;
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}
.et_pb_social_media_follow li.fb > a:before{
  content: "\e093";
}
.et_pb_social_media_follow li.twitter > a:before{
  content: "\e094";
}
.et_pb_social_media_follow li.linkedin > a:before{
  content: "\e09d";
}
.custom-blog-content .custom-form-title h3 {
  font-size: 20px;
  color: #333;
}
.custom-blog-content form .hs-form-field > label span.hs-form-required {
  display: none;
}
.custom-blog-content form .hs-form-field {
  padding: 0 0 0 3% !important;
  padding-bottom: 20px !important;
  margin: 0;
  margin-bottom: 3%;
}
.custom-blog-content form .hs-form-field .hs-input {
  font: inherit;
  font-family: inherit;
  padding: 16px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
  -webkit-appearance: none;
  line-height: 30px;
}
.custom-blog-content form .hs-form-field textarea.hs-input {
  height: 150px;
}
.custom-blog-content form .hs-button.primary.large {
  font: inherit;
  color: #2ea3f2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  position: relative;
  padding: .3em 1em;
  border: 2px solid;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  border-radius: 4px;
}
.custom-blog-content form .hs_submit.hs-submit {
  text-align: right;
}
.custom-blog-content form .hs_submit.hs-submit .actions {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 15px;
  position:relative;
  color: #2ea3f2;
}
.custom-blog-content form .hs_submit.hs-submit .actions:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  font-size: 32px;
  content: "\35";
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  pointer-events:none;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.custom-blog-content form .hs_submit.hs-submit .actions:hover:after {
  margin-left: 0;
  opacity: 1;
  right: -14px;
}
.custom-blog-content form .hs-button.primary.large:hover {
  padding: 10px 14px !important;
  border: 2px solid transparent;
  background-color: rgba(0,0,0,.05);
}
.custom-blog-content form .hs-form-field .hs-input.error {
  border: 1px solid red!important;
}
.custom-blog-content form ul.hs-error-msgs {
  border: 0;
  padding: 0 !important;
}

.custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.left-col .custom-col-inner h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'gotham_bookregular';
  padding-bottom: 15px;
  color: #0b0c10;
  margin: 0;
}

.custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.left-col .custom-col-inner h3 {
  padding-bottom: 32px !important;
}

.custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.left-col .publishing-info {
  padding-bottom: 23px;
}

.custom-blog-content .custom-blog-content-innner .custom-row-content:first-child.no-image {
  padding: 0;
}


.custom-blog-content .custom-blog-content-innner .custom-row-content:first-child.no-space {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}




/* Placeholder Text */
.custom-blog-content form .hs-form-field .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
} /* Webkit Browsers */
.custom-blog-content form .hs-form-field .hs-input:-moz-placeholder {
  color: rgb(117, 117, 117);
} /* Firefox 18- */
.custom-blog-content form .hs-form-field .hs-input::-moz-placeholder {
  color: rgb(117, 117, 117);
} /* Firefox 19+ */
.custom-blog-content form .hs-form-field .hs-input:-ms-input-placeholder {
  color: rgb(117, 117, 117);
} /* IE10 */

.custom-blog-content .custom-blog-content-innner{
  padding-top: 0px !important;
}


.custom-blog-content .custom-blog-content-innner .custom-row-content:first-child img {
  display: block;
}






@media only screen and (max-width: 1220px) and (min-width: 768px){
  .custom-blog-content {
    padding: 18px 0 0;
  }
}
@media only screen and (min-width: 981px){
  .custom-blog-content .custom-blog-content-innner {
    padding: 4% 0;
  }
  .custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.right-col ul.et_pb_social_media_follow {
    margin-bottom: 13.174%;
  }
  .custom-blog-content .custom-form-title {
    margin-bottom: 13.174%;
  }
}
@media only screen and (min-width: 1625px){
  .custom-blog-content .custom-blog-content-innner {
    padding: 65px 0;
  }
  .custom-blog-content .custom-blog-content-innner{
    padding-top: inherit !important;
  }
}
@media only screen and (max-width: 980px){
  .custom-blog-content .custom-blog-content-innner {
    padding: 50px 0;
  }
  .custom-blog-content .custom-blog-content-innner .custom-row-content:first-child img {
    margin: auto;
  }
  .custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.left-col {
    width: 100%;
  }
  .custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.right-col {
    width: 100%;
  }
}


/*----------------------- media------------------------*/

@media (min-width:768px){
  .blog-post-wrapper .post-body {
    padding-bottom: 48px;
  }
}

@media (max-width:1259px) {
  .blog.hs-blog-listing .body-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1220px) and (min-width: 768px){
  .custom-archives {
    padding: 10px 26px;
  }
  .hs-blog-post .body-container {
    padding: 50px 0;
  }
  .hs-blog-post .section.post-header h2 {
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 10px;
  }
  .meta-list-main ul li {
    font-size: 12px;
  }
  .hs-blog-post .body-container .page-center.content-wrapper {
    max-width: 83% !important;
  }
  .hs-blog-post .meta-list-main {
    padding-bottom: 25px;
  }
  .blog-post-wrapper .post-body {
    padding: 18px 0 0;
  }
  .blog-post-wrapper .post-body p {
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1024px){
  .hs-blog-post .section.post-header h2 {
    font-size: 21px;
  }
  .meta-list-main ul li {
    font-size: 14px;
  }
  .blog-post-wrapper .post-body p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 1260px){
  .custom-blog-banner.et_pb_section {
    padding-top: 135px;
  }
}
@media (max-width: 1220px){
  .custom-blog-banner.et_pb_section {
    padding-top: 129px;
  }
}
@media (max-width: 1023px){
  .custom-blog-banner.et_pb_section {
    padding-top: 104px;
  }
}
@media(max-width:980px) {
  .blog .blog-content {
    width: 100% !important;
  }
  .blog .blog-sidebar {
    width: 100% !important;
    padding-left: 0 !important;
    border: 0 !important;
  }
  .custom-archives {
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0;
  }
  .blog .container-fluid .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-blog-banner.et_pb_section {
    padding-top: 113px;
  }
  .custom-blog-banner .banner-title {
    max-width: 100%;
  }
  .custom-blog-banner .banner-title h1 {
    font-size: 90px;
  }
  .custom-blog-banner .page-center {
    padding-right: 0 !important;
  }
}
@media (max-width: 768px){
  .custom-blog-banner.et_pb_section {
    padding-top: 117px;
  }
}
@media (max-width: 767px){
  .custom-blog-banner.et_pb_section {
    padding-top: 180px;
  }
  .custom-blog-banner .banner-title {
    padding-top: 3px;
    padding-right: 0;
  }
  .custom-blog-banner .banner-title h1 {
    padding-left: 50px;
    font-size: 19px;
  }
  .custom-blog-banner .page-center {
    padding-top: 0 !important;
  }
  .blog-listing-wrapper .post-listing .post-item {
    float: none !important;
    width: 100% !important;
  }
  .blog-listing-wrapper .post-listing .post-item .post-inner {
    margin-bottom: 9.5%;
  }
  .custom-archives {
    width: 100% !important;
    padding: 18px 12px 7px;
    margin-bottom: 18px !important;
  }
  .hs-blog-post .body-container {
    padding: 9px 0 0;
  }
  .hs-blog-post .section.post-header h2 {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 6px;
  }
  .meta-list-main ul li {
    font-size: 13px;
  }
  .hs-blog-post .body-container .page-center.content-wrapper {
    padding: 15px 10px 8px !important;
  }
  .blog-post-wrapper .post-body {
    padding: 8px 0 0;
  }
  .hs-blog-post .body-container .page-center.content-wrapper {
    padding-top: 0 !important;
  }
  .hs-blog-post .hs-post--featured-image-wrapper img.hs-featured-image {
    width: 100%;
  }
  .blog-post-wrapper .post-body p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 7px;
  }
  .blog-post-wrapper {
    padding: 8px 0 4px;
  }
  .custom-blog-content {
    padding: 0px 0 0;
  }
  .custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .custom-blog-content form .hs-form-field {
    padding-left: 0 !important;
    width: 100% !important;
    padding-bottom: 7px !important;
  }
  .custom-blog-content form .hs-form-field .hs-input {
    font-size: 15px;
    line-height: 22px;
    width:100% !important;
  }
  .custom-blog-content .custom-blog-content-innner .custom-row-content .custom-col-group.left-col .custom-col-inner {
    padding-left: 0;
  }
}
@media (max-width: 479px){
  .blog-listing-wrapper .post-listing .post-item .post-inner {
    margin-bottom: 11.5%;
  }
}




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

.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription {
  margin-bottom:25px; 
  margin-top:0px;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
.checkbox-row span.fakelabel span {
  float: none;
}
.subscribe-options label {
  margin-left: 0;
}
.hs-button.primary,
input[type="submit"],
input[type="button"] {

  white-space: normal !important;

}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none
}
.hs-search-field__suggestions li#results-for {
  padding: 10px;
}
.hs-search-field__suggestions li a {
  padding: 10px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background:#fff;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0
}

.hs-search-field__suggestions #results-for {
  font-weight: bold
}

.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
  display: block
}

.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,.1);
  outline: 0
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.hs-search-field {
  margin-bottom: 35px;
}
.hs_cos_wrapper_type_password_prompt input#hs-pwd-widget-password {
  margin-bottom: 25px;
  margin-top: 0 !important;
}

.body-container .form-title {
  font-family: 'gotham-book',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  color: #0b0c10!important;
  line-height: 30px;
}
.hs-form-field > label {
  color: #aaaaaa;
  font-family: 'GothamMedium';
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.hs-form-field > label span.hs-form-required {
  margin-left: 5px;
}
.hs-form-field {
  margin-bottom: 28px;
}

ul.hs-error-msgs {
  color: red;
  margin: 3px 0 12px !important;
  padding: 7px 12px !important;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  border: 2px solid red;
}


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
  font: inherit;
  font-family: 'GothamMedium';
  border: 2px solid #bbbbbb;
  color: #aaaaaa;
  background: none;
  border-radius: 0;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  max-width: 767px;
  display: block;
}

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:none;
}

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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  padding: 10px 56px 9px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: #fd7317;
  border: 2px solid;
  font-family: 'GothamMedium';
  display: inline-block;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  border: 2px solid #333;
  color: #333;
  background: none;
}

.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                                      
========================================================================== */

/*===== Privacy Policy ======*/

.padding_type1 .body-container {
  max-width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0;
  padding-top: 86px;
}
.padding_type1 .body-container .page-center {
  padding: 76px 0 60px !important;
}
.text_type1 h4 {
  font-size: 22px;
  color: #333333;
  line-height: 26px;
  font-family: 'GothamMedium';
  font-weight: normal;
  padding: 9px 0;
}
.text_type1 p {
  font-family: 'gotham_bookregular';
  font-size: 17px;
  line-height: 23px;
  color: #7d7d7d;
  padding: 0 0 23px;
}

/*====== security ======*/

.security-row1-image img {
  display: block;
}
.hs-security.padding_type1 .body-container {
  padding-top: 0;
}
.text_type1 ul {
  padding-top: 15px !important;
}
.text_type1 ul li {
  font-family: 'gotham_bookregular';
  font-size: 16px;
  line-height: 23px;
  color: #7d7d7d;
  padding: 0 0 17px;
}
.text_type1 img.alignleft {
  margin: 0;
  display: inline;
  float: left;
  margin-right: 15px;
}

/*======= testimonial ==========*/

.custom-testimonial .testimonial-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #fff;
  padding: 110px 0 90px;
  background-position: top;
  background-attachment: fixed;
}
.custom-testimonial .testimonial-wrapper .testimonial-page.et_pb_row {
  max-width: 1065px;
}
.custom-testimonial .testimonial-wrapper .testimonial-page.et_pb_row .testimonial-page-inner:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.testmonials-content-left {
  width: 38%;
  background: none;
  padding-right: 31px;
  float: left;
  position: relative;
}
.testmonials-content-right {
  width: 60%;
  float: right;
  color:#fff;
}
.testmonials-content-left:before {
  position: absolute;
  left: -50px;
  content: "";
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/testmonials-image.png) no-repeat left top;
  height: 40px;
  width: 47px;
}
.testmonials-content-left h3 {
  font-size: 30px;
  font-family: 'Open Sans';
  font-weight: bold;
  padding-bottom: 25px;
  color: #ffffff;
  line-height: 29px;
}
.testmonials-content-left h4 {
  line-height: 19px;
  padding-bottom: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  font-family: 'Open Sans';
  margin-top: 20px;
}
.testmonials-content-left h6 {
  font-size: 25px;
  padding: 5px 0 0 0;
  font-family: 'Open Sans';
  line-height: 29px;
  color: #dddfe3;
}
.testmonials-content-right p {
  font-size: 25px ;
  font-family: 'Open Sans' ;
  color: #FFF ;
  line-height: 30px ;
}
.spectra-button {
  color: #fff ;
  font-family: 'Open Sans';
  font-size: 18px ;
  padding: 10px 14px ;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex ;
  background-color: #FE741A ;
  border: 0px ;
  border-radius: 0px ;
  margin: 0 auto;
}

/*======= heading with content ==========*/

.custom-heading-with-content {
  background-color: #f8f8f8;
}
.custom-heading-with-content .page-center {
  padding: 0 !important;
}
.custom-heading-with-content .content-title {
  margin-bottom: 2.75%;
}
.custom-heading-with-content .content-title:last-child {
  margin-bottom: 0 !important;
}
.custom-heading-with-content .content-title .content-inner {
  position: relative;
  font-size: 23px;
  line-height: 28px;
  font-family: 'Open Sans';
  text-align: center;
  color: #4d4d4d;
  margin: 0 auto;
  padding-top: 35px;
  width: 80%;
}
.custom-heading-with-content .content-title .content-inner p {
  font-size: 23px;
  line-height: 28px;
  font-family: 'Open Sans';
  text-align: center;
  color: #4d4d4d;
  margin: 0 auto;
  padding-top: 35px;
  width: 80%;
}
.custom-heading-with-content .content-detail {
  margin-top: -20px;
  margin-bottom: -15px;
}
.custom-heading-with-content .content-detail .content-inner {
  position: relative;
  width: 80%;
  text-align: center;
  margin: 0 auto 40px auto;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 24px;
  color: #4D4D4D;
}
.custom-heading-with-content:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  content: ".";
}
.custom-heading-with-content .content-detail .content-inner p {
  width: 80%;
  text-align: center;
  margin: 0 auto 40px auto;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 24px;
  color: #4D4D4D;
}

/*========= content with image group =========*/

.content-with-image-group {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-with-image-group .page-center {
  padding: 0 !important;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.16);
  display: flex;
}
.content-with-image-group .background-image {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  mix-blend-mode: unset;
  display: flex;
  width: 50%;
}
.content-with-image-group .content {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  mix-blend-mode: unset;
  display: flex;
  width: 50%;
}
.content-with-image-group .content .content-inner {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  background-color: #ffffff;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  color: #4d4d4d;
}
.content-with-image-group .content .content-inner h1 {
  font-size: 30px;
  color: #154d9e;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1em;
}
.content-with-image-group .content .content-inner p {
  margin-top: 20px;
  line-height: 24px;
}


/*======= seperatopr ==========*/

.seperator {
  background-color: #f8f8f8;
  padding-top: 25px;
  padding-bottom: 0px;
}
.seperator .et_pb_row {
  padding-top: 0;
  max-width:100% !important;
}
.medicaid-reform-line-separator {
  width: 100%;
  height: 5px;
  background-color: #2099D5;
}


/*======== content with top icon ==========*/


.custom-content-with-top-icon {
  background-color: #f8f8f8;
  padding: 0 0 20px 0;
}
.custom-content-with-top-icon .section-title h2 {
  text-align: center;
}
.custom-content-with-top-icon .section-title h2 span:last-child:first-child,
.custom-content-with-top-icon .section-title h2 b,
.custom-content-with-top-icon .section-title h2 strong {
  color: #154d9e;
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 600;
}
.custom-content-with-top-icon.item2 .content-wrapper {
  max-width: 890px !important;
}
.custom-content-with-top-icon .conent-group {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  width: 50%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.custom-content-with-top-icon.item2 .content-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  content: ".";
}
.custom-content-with-top-icon .content-image {
  margin-bottom: 5.82%;
  text-align: center;
}
.custom-content-with-top-icon .content-image {
  margin-bottom: 5.82%;
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.custom-content-with-top-icon .content-image span.et_pb_image_wrap {
  display: block;
  position: relative;
  max-width: 100%;
}
.custom-content-with-top-icon .content-image img {
  width: 120px;
  background-color: #fff;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: -56px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  height: 120px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-content-with-top-icon .content-section {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 17px;
  background-color: #ffffff;
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.16);
  /* 	min-height: 360px; */
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.custom-content-with-top-icon .content-section .content-section-inner {
  text-align: center;
}
.custom-content-with-top-icon .content-section h3 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  color: #154d9e!important;
  line-height: 40px;
}

/*=========== Form with background image =============*/

.form-with-background-image {
  border-bottom: 5px solid #FE741A;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #fff;
  padding: 80px 0 54px;
}
.form-with-background-image .custom-form-title {
  margin-bottom: 2.75%;
  text-align: center;
  color: #f1f1f1;
  font-family: 'gotham-book',Helvetica,Arial,Lucida,sans-serif;
  font-size: 17px;
  line-height: 20px;
}
.form-with-background-image .custom-form-title h6 {
  text-transform: uppercase;
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
  font-family: 'GothamMedium';
}
.form-with-background-image .custom-form-title p {
  line-height: 20px;
  font-family: 'gotham_bookregular';
}
.form-with-background-image .form-item {
  padding: 18px 0 0;
  max-width: 1016px;
  margin: auto;
}
h3.form-title:empty {
  margin: 0;
  padding: 0;
}
.form-with-background-image fieldset.form-columns-2 {
  margin: 0 -15px;
}
.form-with-background-image fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  padding: 0 15px;
}
.form-with-background-image .hs-form-field>label {
  color: #666;
  display: inline-block;
}
.form-with-background-image .hs-form-field .hs-input {
  background: none;
  border: 2px solid #d4ddeb;
  border-radius: 0;
  padding: 10px 12px;
  font-family: 'gotham_bookregular';
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  color: #dfe3ec;
}
.form-with-background-image .hs-form-field select.hs-input {
  height: 44px;
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/select-icon.png) no-repeat 96%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.form-with-background-image .hs-form-field .hs-input::-webkit-input-placeholder {
  color: #dfe3ec;
  opacity: 1;
} /* Webkit Browsers */
.form-with-background-image .hs-form-field .hs-input:-moz-placeholder {
  color: #dfe3ec;
  opacity: 1;
} /* Firefox 18- */
.form-with-background-image .hs-form-field .hs-input::-moz-placeholder {
  color: #dfe3ec;
  opacity: 1;
} /* Firefox 19+ */
.form-with-background-image .hs-form-field .hs-input:-ms-input-placeholder {
  color: #dfe3ec;
  opacity: 1;
} /* IE10 */

.form-with-background-image .actions {
  text-align: center;
}
.form-with-background-image .actions input.hs-button.primary.large {
  border: 2px solid #fd7317;
  font-family: 'gotham_boldregular';
  outline:none;
}
.form-with-background-image .actions input.hs-button.primary.large:hover{
  color:#fff;
}
.form-with-background-image form:after {
  clear: both;
  display: table;
  content: " ";
  width: 16px;
  height: 16px;
  margin-top: 7px;
}
.form-with-background-image ul.hs-error-msgs {
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  line-height: 1.7em;
}
.form-with-background-image .hs_error_rollup {
  margin: 3px 0 12px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 16px;
  border: 2px solid red;
  color: #fff;
}
.form-with-background-image .hs_error_rollup ul.hs-error-msgs {
  line-height: 16px;
}
.form-with-background-image .hs-form-field .hs-input {
  max-width: 100%;
}
.custom-content-with-top-icon.item2 .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex: 2;
}
.custom-content-with-top-icon .conent-group .content-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.custom-content-with-top-icon.item3 {
  padding: 20px 0 0;
  margin-top: -32px;
}
.custom-content-with-top-icon.item3 .section-title {
  margin-top: 45px;
  margin-bottom: 20px;
}
.custom-content-with-top-icon.item3 .et_pb_row.page-center.content-wrapper {
  margin-top: -40px!important;
  padding-top: 20px !important;
  padding-bottom: 14px !important;
}
.custom-content-with-top-icon.item3 .et_pb_row.page-center.content-wrapper:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.custom-content-with-top-icon.item3 .conent-group {
  width: 33.333%;
  padding: 0;
}
.custom-content-with-top-icon.item3 .content-image {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #FFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  position: relative;
  right: 13px;
}
.custom-content-with-top-icon.item3 .content-image img {
  width: 65%;
  position: relative;
  top: 18px;
  left: 0px;
  height: auto !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.custom-content-with-top-icon.item3 .content-section {
  width: 95%;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.15);
  padding: 25px !important;
  background-color: #fff;
  position: relative;
  top: -25px;
  z-index: -1;
}
.custom-content-with-top-icon.item3 .content-section h3 {
  padding: 33px 0 11px;
  line-height: 25px;
}
.custom-content-with-top-icon.item3 .content-section p {
  line-height: 25px;
}






/*========== section-header-with-bg ==========*/

.section-header-with-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.section-header-with-bg:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-header-with-bg .section-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-header-with-bg .section-content h2 {
  color: #FFF;
  font-family: 'Open Sans';
  font-size: 40px;
}
.section-header-with-bg .page-center.et_pb_row {
  max-width: 100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
.section-header-with-bg .section-content p {
  text-align: center;
  color: #FFF;
  font-family: 'Open Sans';
  font-size: 18px;
  margin: 10px 0 45px;
}
.slider-buttons-bottom a {
  font-size: 15px;
  line-height: 20px;
  color: #fff !important;
  font-family: 'GothamMedium';
  padding: 10px 0;
  text-transform: uppercase;
  width: 182px;
  text-align: center;
  display: block;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
}
.slider-buttons-bottom a span,
.home-readmore-link a span {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 0.65s;
  transition-duration: 0.3s;
  transition-property: transform,opacity;
  transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  display: block;
  position: relative;
  z-index: 3;
}
.slider-buttons-bottom a:before, 
.slider-buttons-bottom a:after,
.home-readmore-link a:before,
.home-readmore-link a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.645,0.045,0.355,1);
  transition-delay: 0s;
}
.slider-buttons-bottom a:after, 
.home-readmore-link a:after {
  z-index: 2;
}
.slider-buttons-bottom a:after,
.home-testmonials-read-button a:after {
  background-color: #164ba0;
}
.slider-buttons-bottom a:before,
.home-readmore-link a:before {
  z-index: 1;
  transition-delay: 0.4s;
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.slider-buttons-bottom a:before,
.home-testmonials-read-button a:before {
  background-color: #fe7418;
}
.slider-buttons-bottom a:hover:after, 
.home-readmore-link a:hover:after {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  transition-duration: 0.3s;
}
.custom-content-with-top-icon .section-title h2 > span:not(:last-child) {
  color: #2ea3f2;
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 300;
}

/*========== our-platform ============*/

.hs-our-platform .custom-heading-with-content {
  padding-top: 20px;
}
.hs-our-platform .custom-heading-with-content .page-center {
  padding-top: 26.9688px !important;
}
.hs-our-platform .custom-heading-with-content .content-title {
  margin-top: -20px !important;
  margin-bottom: -15px !important;
}
.hs-our-platform .custom-heading-with-content .content-title .content-inner {
  width: 80%;
  text-align: center;
  margin: 0 auto 40px auto;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 24px;
  color: #4D4D4D;
  padding: 0;
}
.content-with-image-heading {
  padding-top: 25px;
  background-color: #f8f8f8;
}
.content-with-image-heading + .content-with-image-group{
  padding-top:0 !important;
}
.content-with-image-heading .page-center {
  padding: 0 !important;
}
.content-with-image-heading .page-center .separator {
  margin-bottom: 2.75%;
}
.content-with-image-heading .page-center .heading-wrapper {
  margin-top: -20px;
  margin-bottom: -15px;
}
.content-with-image-heading .page-center .heading-wrapper .et_pb_text_inner {
  width: 80%;
  text-align: center;
  margin: 0 auto 40px auto;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 24px;
  color: #4D4D4D;
}
.hs-our-platform .full-width-bottom-pane-row1-group {
  background-color: #f8f8f8;
}

/*========= custom-platform-features ===============*/

.custom-platform-features .custom-title h2 a {
  color: inherit;
}
.custom-platform-features .custom-title h2 a:hover{
  color: #23527c;
}
.custom-platform-features .custom-wrapper .page-center {
  max-width: 890px!important;
}
.custom-platform-features .col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex: 2;
}
.custom-platform-features .col-wrapper .col-group {
  float: left;
  position: relative;
  z-index: 9;
  background-position: center;
  background-size: cover;
  width: 29.666%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
}
.custom-platform-features .image_benefits {
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  display: block;
  text-align: center;
  margin-bottom: 9.27%;
}
.custom-platform-features .image_benefits span.et_pb_image_wrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.custom-platform-features .image_benefits span.et_pb_image_wrap img {
  width: 120px;
  background-color: #fff;
  border-radius: 100%;
  padding: 20px;
  margin-bottom: -56px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  height: 120px !important;
  position: relative;
  display: block;
}
.custom-platform-features .et_pb_text.benefits-block {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 17px;
  background-color: #ffffff;
  padding-top: 60px!important;
  padding-right: 40px!important;
  padding-bottom: 40px!important;
  padding-left: 40px!important;
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.16);
  min-height: 360px;
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  margin-bottom: 9.27%;
}
.custom-platform-features .col-wrapper .col-group .col-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fasc-size-large {
  font-size: 18px;
  padding: 8px 10px;
  border: 0;
  line-height: 24px;
}
a.fasc-button {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  margin: 3px 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}
.fasc-type-flat:hover {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
a.fasc-button:hover, a.fasc-button:focus, a.fasc-button:visited, a.fasc-button:active {
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*====== content-with-bg-image ======*/

.et_pb_section.content-with-bg-image {
  padding: 80px 0 54px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 5px solid #FE741A;
  text-align: center;
}
.et_pb_section.content-with-bg-image h6 {
  text-transform: uppercase;
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  font-family: 'GothamMedium';
}
.et_pb_section.content-with-bg-image p {
  line-height: 20px;
  font-family: 'gotham_bookregular';
}
.et_pb_section.content-with-bg-image .et_pb_text_inner {
  color: #f1f1f1;
  font-family: 'gotham-book',Helvetica,Arial,Lucida,sans-serif;
  font-size: 17px;
  line-height: 20px;
}
.fasc-size-medium {
  font-size: 14px;
  padding: 7px 9px;
  font-size: 14px;
  line-height: 19px;
  border: 0;
}

/*============== Contact ================*/

.contact-row1-group {
  padding: 80px 0 54px;
  padding-top: 54px;
}
.contact-row1-group .page-center {
  padding: 90px 0 0 !important;
}
.contact-row1-group .hs_cos_wrapper_type_rich_text {
  display: block;
  text-align: center;
}
.contact-row1-group .hs_cos_wrapper_type_rich_text h5 {
  font-family: 'gotham-book',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  color: #0b0c10!important;
  line-height: 30px;
  text-align: center;
}
.contact-row1-group .hs_cos_wrapper_type_rich_text p {
  line-height: 22px;
  font-family: 'gotham_bookregular';
  color: #525252;
  font-size: 18px;
}
.contact-row1-content {
  margin-bottom: 2.75%;
}
.contact-row1-form form {
  padding: 18px 0 0;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
}
.contact-row1-form form .hs-form-field > label span.hs-form-required {
  display: none;
}
.contact-row1-form form fieldset.form-columns-3 .hs-form-field {
  width: 320px;
  margin-right: 28px;
  margin-bottom: 28px;
  padding: 0;
}
.contact-row1-form form fieldset.form-columns-3 .hs-form-field:last-child {
  margin-right: 0;
}
.contact-row1-form form fieldset.form-columns-2 .hs-form-field:first-child {
  width: 320px;
  margin-right: 28px;
  margin-bottom: 28px;
  padding: 0;
}
.contact-row1-form form fieldset.form-columns-2 .hs-form-field:last-child {
  width: 668px;
  padding: 0;
}
.contact-row1-form form fieldset.form-columns-1 textarea {
  max-width: 100%;
  height: 111px;
}
.contact-row1-form form fieldset.form-columns-1 .hs-form-field {
  padding: 0;
  padding-bottom: 1em;
  margin: 0;
}
.contact-row1-form form fieldset.form-columns-1 .hs-form-field .input {
  display: inline-block;
  width: 100%;
}
.contact-row1-form form .actions {
  text-align: center;
}
.custom-locations .locaton-title {
  background-color: #7EBEC5;
  color: #fff;
  text-align: center;
}
.custom-locations .locaton-title .page-center {
  padding: 0 0 50px 0 !important;
}
.custom-locations .locaton-title .page-center .header-content-container.center {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}
.custom-locations .locaton-title .page-center:before {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}
.custom-locations .locaton-title .page-center .header-content-container.center h2.et_pb_module_header {
  color: #fff;
  font-size: 30px;
}
.custom-locations .et_pb_fullwidth_header_scroll {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.custom-locations .et_pb_fullwidth_header_scroll a {
  display: inline-block;
}
.custom-locations .et_pb_fullwidth_header_scroll a span.scroll-down.et-pb-icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  color: #fff;
  font-size: 3.5em;
}
.custom-locations .contact-page-details-main {
  padding: 24px 0 0;
}
.custom-locations .contact-page-details-main .contact-title-section h4 {
  font-family: 'gotham-medium',Helvetica,Arial,Lucida,sans-serif;
  font-size: 23px;
  color: #ffffff;
  line-height: 23px;
  padding: 38px 58px;
}
.custom-locations .google-map iframe {
  display: block;
  width: 100%;
}
.custom-locations .contact-details-section ul {
  padding: 42px 0 58px 58px;
  list-style: none;
}
.custom-locations .contact-details-section ul li {
  font-size: 18px;
  line-height: 26px;
  color: #777777;
  font-family: 'gotham_bookregular';
  margin-bottom: 24px;
  padding-left: 35px;
}
.custom-locations .contact-details-section ul li.contact-address-div {
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/address-icon1.jpg) no-repeat left 6px;
}
.custom-locations .contact-details-section ul li.contact-phone-div{
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/phone-icon.jpg) no-repeat left 6px;
}
.custom-locations .contact-details-section ul li.contact-fax-div{
  background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/print-icon1.jpg) no-repeat left 6px;
}
.custom-locations .contact-details-section ul li a {
  color: #777777 !important;
  font-size: 21px;
  line-height: 21px;
}
.hs-contact .body-container .widget-type-form {
  margin: 0;
}
.contact-row1-form form fieldset.form-columns-1 textarea {
  border-radius: 0;
  padding: 10px 12px;
  font-family: 'gotham_bookregular';
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}


/*============= spectramedix ================*/

.custom-banner.p.left:before{
  display:none;
}

/* ========= .press-released ==========*/

.press-released {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 53.9531px;
  padding-left: 0px;
}
.press-released .page-center.et_pb_row {
  padding-top: 25px !important;
  padding-right: 0 !important;
  padding-bottom: 26.9688px !important;
  padding-left: 0px !important;
  max-width: 798px!important;
}
.press-released .col-image {
  width: 29.666%;
  float: left;
  padding-top: 30px;
  padding-bottom: 8px;
}
.press-released .col-content {
  float: left;
  padding-left: 15px;
  width: 64.833%;
}

.press-released .col-content .col-content-inner h4.et_pb_module_header {
  font-size: 25px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  color: #000000!important;
  text-align: left;
}
.press-released .row-item:nth-child(even) .page-center {
  background-color: rgba(175,202,211,0.16);
}
.press-released .col-image img {
  display: block;
}
.press-released .col-image.no-padding {
  padding: 0 0 10px;
}
.press-released .col-image.no-padding + .col-content {
  padding: 0;
}
.custom-content-with-top-icon .content-image span.et_pb_image_wrap {
  height: 100%;
}
.custom-content-with-top-icon.item3 .content-section p {
  min-height: 180px;
}

/*======================== spectramedix-team ========================*/

.custom-banner.h2.et_pb_section {
  padding-top: 11px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-banner.h2.center.et_pb_section {
  text-align: center;
}
.custom-banner.h2.et_pb_section .banner-content {
  padding-top: 185px;
  margin-bottom: 35px;
}
.custom-banner.h2.et_pb_section .banner-content h2 {
  color: #FFF;
  font-family: 'Open Sans';
  font-size: 60px;
  margin-left: 15px;
}
.custom-banner.h2.et_pb_section .page-center {
  padding: 0 !important;
}
.team-members-wrapper.et_pb_section {
  padding-top: 0px;
  margin-top: 0px;
}
.team-members-wrapper > .team-member-container {
  width: 89%;
  max-width: 89%;
  margin: auto;
}
.team-members-wrapper > .team-member-container .ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-inner {
  margin: 70px 0 -55px 0;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav {
  color: #333;
  font-weight: bold;
  line-height: 26px;
  margin: 0;
  padding: 0.2em 0.2em 0;
  margin-top: -49px;
  text-transform: uppercase;
  margin-bottom: 30px;
  opacity: 0.8;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li {
  padding: 0;
  white-space: nowrap;
  list-style: none;
  float: none;
  position: initial;
  width: 1180px;
  margin: 0 auto;
  border: none;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li > a {
  padding: 20px 65px 20px 103px;
  font-family: Open Sans;
  text-decoration: none;
  font-size: 24px;
  color: #000;
  display: block;
  font-weight: normal;
  float: left;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li.active {
  opacity: 0.9;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li > a > span {
  color: #ccc;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li > a > span.bold-dark {
  font-weight: 700;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li.active > a > span {
  color: #2ea3f2;
  font-family: 'Open Sans';
  font-weight: 400;
}
.ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li.active > a > span.bold-dark{
  color: #154d9e;
  font-family: 'Open Sans';
  font-weight: 700;
}
.team-member-container .tab-content-wrapper .container {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 58px;
}
.team-member-container .row {
  margin-right: -15px;
  margin-left: -15px;
}
.team-member-container .row .col-lg-3, .team-member-container .row .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px){
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 992px){
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 1200px){
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-3 {
    width: 25%;
  }
}
.block-team {
  padding-top: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  display: inline-block;
  margin: 0px 10px 60px 0px;
}
.block-circle {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background-color: #ccc;
  margin: 0 auto;
}
.block-team h2 {
  color: #154D9E;
  text-align: left;
  padding: 20px;
  font-size: 22px;
  width: 90%;
}
.linkedin-team {
  position: relative;
  right: 15px;
  bottom: 46px;
  text-align: right;
}
.ui-widget-content a {
  color: #333;
}
.linkedin-team a img {
  width: 25px;
}
.desc-team {
  text-align: left;
  color: #2099D5;
  padding: 10px 20px 10px 20px;
  min-height: 90px;
  margin-top: -50px;
  font-family: 'Open Sans';
  font-size: 16px;
}
.read-more-team {
  text-align: right;
  font-size: 15px;
  padding: 10px 15px 14px 0;
}
.read-more-team a {
  color: #4D4D4D;
  cursor: pointer;
  font-family: 'Open Sans';
  font-size: 16px;
}
.team-member-container .row > div {
  display: none;
}
.team-member-container .row:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.team-member-container .row > div.active{
  display:block;
}
.team-members-wrapper.et_pb_section {
  overflow: hidden;
}

/*===== popup ======*/

.modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  pointer-events: none;
  background: rgba(0,0,0,0.5);
}
.modal.in{
  opacity: 1;
  pointer-events: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal {
  padding-top: 150px;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header {
  border: 0 !important;
}
.close {
  font: inherit;
  text-transform: none;
  font-family: inherit;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-header button {
  width: 20px;
  margin: 0 10px 0 0;
  position: relative;
  top: 15px;
  opacity: 1;
  outline:none;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body {
  border: 0;
  display: flex;
  padding: 0 0 50px 0 !important;
}
.image-model-team {
  width: 25%;
  padding-left: 5px;
}
.model-width {
  width: calc(100% - 20px);
}
.block-circle {
  width: 230px;
  height: 230px;
  border-radius: 100%;
  background-color: #ccc;
  margin: 0 auto;
}
.content-model-team {
  width: 75%;
  padding: 0 20px 0 0;
}
.content-model-team h2 {
  color: #154D9E;
  font-family: 'Open Sans';
  font-size: 30px;
}
.modal-header:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.linkedin-model-team {
  width: 25px;
  float: left;
  position: absolute;
  left: 550px;
  top: 4px;
}
.subtitle-model-team {
  color: #2099D5;
  font-family: 'Open Sans';
  font-size: 17px;
}
.desc-model-team {
  color: #4D4D4D;
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px){
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
    width:100%;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
@media (min-width: 992px){
  .model-width {
    max-width: 1200px !important;
    width:100%;
  }
}
@media (max-width:991px){
  .block-circle {
    max-width: 100%;
    height: auto;
    padding: 0 10px;
    background-color: transparent;
  }
}
@media (max-width: 640px){
  .modal-body {
    display: initial;
  }
  .image-model-team {
    width: 100%;
    height: 230px;
  }
  .block-circle {
    width: 230px;
    height: 230px;
    border-radius: 100%;
    background-color: #ccc;
    margin: 0 auto;
    padding: 0px;
  }
  .content-model-team {
    padding: 30px 30px;
    text-align: center;
    width: 100%;
  }
}

/*====================== cost-and-limitations ==============================*/

.et_pb_section.custom-cost-and-limitations {
  padding-top: 150px;
  margin-top: -91px;
}
.et_pb_section.custom-cost-and-limitations .page-center {
  padding-top: 0 !important;
  padding-right: 32px !important;
  padding-bottom: 0px !important;
  padding-left: 21px !important;
}
.et_pb_section.custom-cost-and-limitations .column-heading {
  margin-bottom: 2.75%;
  background-color: #179dd3;
  text-align: center;
}
.et_pb_section.custom-cost-and-limitations .column-heading h2 {
  font-size: 30px;
}
.et_pb_section.custom-cost-and-limitations .column-heading h2 span {
  color: #fff;
}
.custom-cost-and-limitations .column-content-inner h3:first-child > img {
  display: block;
  max-width: 300px;
  margin: auto;
}
.custom-cost-and-limitations .column-content-inner h3 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  font-size: 22px;
  font-family: 'GothamMedium';
}
table.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
  text-align: left;
  width: 100%;
  clear: both;
}
table.tablepress > caption {
  caption-side: bottom;
  text-align: left;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: #777;
}
.tablepress td, .tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none!important;
}
.entry-content thead th, .entry-content tr th {
  padding: 9px 24px;
  color: #555;
  font-weight: 700;
}
.tablepress thead th {
  border-bottom: 1px solid #ddd;
}
.tablepress tfoot th, .tablepress thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
}
.tablepress td, .tablepress th {
  padding: 8px;
  border: none;
  background: 0 0;
  text-align: left;
  float: none!important;
}
.entry-content tr td {
  padding: 6px 24px;
  border-top: 1px solid #eee;
}
.tablepress tbody td {
  vertical-align: top;
}
.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #ddd;
}
.tablepress .even td {
  background-color: #fff;
}
.tablepress tbody tr:first-child td {
  border-top: 0;
}
.tablepress tr:hover td {
  background-color: #f3f3f3;
}
table.tablepress.odd-even tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}


@media (max-width:1624px){
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 150px;
  }
}
@media (max-width:1616px){
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 149px;
  }
}
@media (max-width:1300px){
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 137px;
  }
}
@media (max-width: 1260px){
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 130px;
  }
}
@media (max-width: 1023px) {
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 104px;
  }
}
@media (max-width:997px){
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 102px;
  }
}
@media (max-width:980px){
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 113px;
  }
}
@media (max-width:768px){
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 117px;
  }
}
@media (max-width:767px){
  .et_pb_section.custom-cost-and-limitations {
    padding-top: 180px;
  }
}

/*=========== Resources =============*/


.custom-banner.h2.center.top_page {
  margin-top: -92px;
  padding: 190px 0 96px !important;
}
.custom-banner.h2.center.top_page .page-center {
  max-width: 1190px !important;
  width: 100%;
  position: relative;
  z-index: 99;
}
.custom-banner.h2.center.top_page .page-center .banner-content {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  margin-top: 100px!important;
  margin-bottom: 50px!important;
  margin-left: -43px!important;
}
.custom-banner.h2.center.top_page .page-center .banner-content h2 {
  font-size: 60px;
  line-height: 60px;
  font-family: 'ubunturegular';
  color: #ffffff;
  margin: 0;
}
.custom-banner.h2.center.top_page:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.resource-tabs-main .ui-tabs {
  border-bottom: 5px solid #154D9E;
}
.resource-tabs-main .ui-tabs ul.ui-tabs-nav {
  display: block;
  width: 100%;
  opacity: 0.9;
}
.resource-tabs-main .ui-tabs ul.ui-tabs-nav > li {
  font-weight: normal;
  color: #454545;
  position: relative;
  top: 0;
  min-width: 110px;
  padding-top: 16px;
  padding-bottom: 10px;
  border-right: 1px solid #4D4D4D !important;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
  float: left ;
  border: none;
  white-space: normal;
  border-radius: 0;
  background: none;
  display: inline-block;
  width: 20%;
  cursor: pointer;
}
.resource-tabs-main .ui-tabs ul.ui-tabs-nav > li:last-child{
  border-right: 0px solid #4D4D4D !important;
}
.resource-tabs-main .ui-tabs ul.ui-tabs-nav:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.resource-tabs-main .ui-tabs ul.ui-tabs-nav > li > a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  border: none;
  font-family: 'Open Sans';
  line-height: 20px;
  display: block;
  padding: 0 0 3px;
  text-align: center;
  text-transform: uppercase;
}
.resource-tabs-main .ui-tabs ul.ui-tabs-nav > li.active{
  background-color: #154D9E;
  opacity: 0.9;
}
.resource-tabs-main .ui-tabs ul.ui-tabs-nav > li.active > a {
  color: #fff;
}
.resource-tabs-main .tab-content .resources-tab-list {
  padding: 50px 200px 0 200px;
}
.resource-tabs-main .tab-content .resources-tab-list > .resource-post-details {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  width: 23%;
  margin: 0 0 20px 20px;
  float: left;
  display:none;
}
.resource-tabs-main .tab-content .resources-tab-list > .resource-post-details.active{
  display:block;
}
.resource-post-img {
  height: 212px !important;
  pointer-events: none;
  cursor: default;
}
.resource-post-img img {
  display: block;
  width: 100%;
}
.resource-post-content {
  background-color: #FFF;
  min-height: 284px;
  padding: 25px 18px;
}
.resource-post-content h2 {
  text-align: center;
  font-family: 'Open Sans';
  font-size: 21px;
  line-height: 30px;
  min-height: 156px;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  padding: 0 0 6px;
  word-break: break-word;
}
.resource-post-content a.btn-download-resource {
  background-color: #FE741A;
  color: #FFF !important;
  display: block;
  width: 90% !important;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
}

/*============ services =============*/

.health-blog-content {
  padding: 60px 0 0;
}
.health-bottom-main-div {
  padding-top: 52px;
}

/*====== Home =======*/

.home-banner-area {
  min-height: calc(80vh - 184px);
  background-position: bottom center;
  background-color: #7ebec5;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.home-banner-area:after {
  background:rgba(32,153,213,0.5);
  background: linear-gradient(to right, rgba(32,153,213), rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.home-banner-area-inner .page-center {
  padding: 0 !important;
}
.home-banner-content {
  height: calc(80vh - 184px);
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  z-index: 9;
}
.home-banner-description {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.home-banner-description .home-banner-inner {
  padding-left: 15px;
  padding-bottom: 5%;
  padding-top: 15px;
}
.home-banner-description .home-banner-inner h2 {
  font-weight: 600;
  line-height: 63px;
  color: #ffffff;
  font-size: 44px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.home-banner-description .home-banner-inner h2 a {
  color: inherit;
}
.home-banner-description .home-banner-inner h2 a:hover{
  color: #23527c;
}
.home-banner-description .home-banner-inner .et_pb_slide_content {
  font-weight: 400;
  color: #fff;
  display: block;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 28px;
  line-height: 28px;
}
.home-banner-description .home-banner-inner .et_pb_button_wrapper {
  width: 35%;
}
.home-banner-description .home-banner-inner .et_pb_button_wrapper a.et_pb_button.et_pb_more_button {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  border: #fe741a;
  padding: 0.3em 1em;
  color: #ffffff;
  background: #fe741a;
  background-color: #fe741a;
}
.our-solution .solution-section-header {
  padding: 20px 0;
  text-align: center;
}
.our-solution .solution-section-header .page-center {
  padding-bottom: 0 !important;
}
.solution-section-header-inner .solution-title {
  margin-bottom: 5px;
}
.solution-section-header-inner .solution-title h2 span {
  color: #2ea3f2;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 35px;
}
.solution-section-header-inner .solution-title h2 strong {
  color: #154d9e;
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 600;
}
.solution-subtitle h2 {
  text-align: center;
  font-family: 'Open Sans';
  font-size: 23px;
  font-weight: 300;
  color: #4d4d4d;
}
.our-solution-container .col-group {
  width: 50%;
  float: left;
}
.our-solution-container .col-group .col-title {
  padding-top: 0px;
  margin-bottom: 75px;
}
.our-solution-container .col-group:nth-child(1) .col-title,
.our-solution-container .col-group:nth-child(2) .col-title{
  padding-top:20px;
}
.our-solution-container .col-group .col-title h2 {
  text-align: center;
  font-family: 'Open Sans';
  font-size: 50px;
  font-weight: normal;
  color: #154D9E;
  padding: 15px 0px 20px 0px;
}
.our-solution-container .col-group .col-content {
  margin-top: -75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 463px;
  position: relative;
}
.our-solution-container .col-group .col-content div#wo-we-help-block-hover {
  width: 100%;
  height: calc(100% + 85px);
  position: relative;
  top: -85px;
  left: 0px;
  background-color: rgba(32, 153, 213, 0.9);
  color: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.wo-we-help-title-hover {
  text-align: center;
  font-family: 'Open Sans';
  font-size: 50px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 15px 0px 20px 0px;
}
.wo-we-help-desc-hover {
  text-align: center;
  font-family: 'Open Sans';
  color: #FFFFFF;
  font-size: 17px;
  padding: 50px 110px 0px 110px;
  max-height: calc(100% - 220px);
  overflow: auto;
}
.spectra-button {
  font-size: 15px !important;
  color: #fff !important;
  font-family: 'Open Sans';
  font-size: 18px !important;
  padding: 10px 14px !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-flex !important;
  background-color: #FE741A !important;
  border: 0px !important;
  border-radius: 0px !important;
  margin: 0 auto;
}
.wo-we-help-button {
  width: 30%;
  margin: 0 auto;
  display: block !important;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.our-solution-container .col-group .col-content div#wo-we-help-block-hover:hover {
  opacity: 1;
}
.our-solution .col-wrapper.clearfix.et_pb_row {
  padding-top: 0 !important;
  max-width: 100% !important;
}
.hs-home .testmonials-content-right {
  line-height: 26px;
}
.hs-home .testmonials-content-right p {
  line-height: 26px;
}
.et_pb_section.custom-highlights {
  padding: 48px 0 5px;
  background: #f9f9f9;
}
.et_pb_section.custom-highlights .page-center {
  width: 89%!important;
  max-width: 89%!important;
}
.highlights-title {
  margin-bottom: 2.75%;
  color: #333333;
  text-align: center;
}
.highlights-title h2 {
  color: #154d9e;
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 600;
}
.highlights-container .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.highlights-container .container-fluid .row {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-conetent-text {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  padding-bottom: 40px;
}
.blog-conetent-text {
  font-size: 18px;
  line-height: 26px;
  font-family: 'gotham_bookregular';
  color: #0b0d10;
}
.blog-conetent-text.resource-content-text {
  min-height: 410px;
  padding-bottom: 1px !important;
  margin-bottom: 15px;
}
.resource-blog-post-img {
  min-height: 220px;
  height: 220px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.resource-blog-post-img img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
}
.col-lg-3, .col-md-6, .col-sm-6, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-conetent-text h4 {
  text-align: center !important;
  padding: 0 20px !important;
  font-size: 18px;
  line-height: 26px;
  font-family: 'gotham_bookregular';
  color: #0b0d10;
  font-weight: normal;
  text-transform: none;
}
.blog-conetent-text.resource-content-text h4 {
  font-family: 'Open Sans' !important;
  min-height: 60px;
  margin: 15px 0 5px 0;
  min-height: 80px;
  font-size: 14px;
}
.home-blog-read-button {
  border: 2px solid #2ea3f2;
  width: auto;
  margin: 20px;
  text-align: center;
}
.home-blog-read-button a {
  font-size: 13px !important;
  color: #2ea3f2 !important;
  padding: 7px 0px 7px 0px !important;
  display: block !important;
}
.home-blog-read-button a {
  font-size: 15px;
  line-height: 20px;
  font-family: 'gotham_bookregular';
  display: inline-block;
  padding: 18px 20px 13px 0;
  text-transform: uppercase;
  color: #fe7418;
  position: relative;
  transition: padding 0.3s cubic-bezier(0.77,0,0.175,1);
}
.et_pb_section.custom-highlights .bottom-button-wrapper .page-center {
  text-align: center;
  padding-top: 0 !important;
}
.resource-button-all {
  border: 2px solid #154D9E;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
  position: relative;
  color: #154D9E;
}

.hs-home .custom-content-with-top-icon .conent-group{
  display:block;
}
.custom-content-with-top-icon .conent-group .content-item {
  display: block;
}
.custom-content-with-top-icon .content-section {
  display: block;
}

/*========= Resources Blog ==========*/

.blog.hs-resources .blog-content {
  width: 100%;
}
.blog.hs-resources .resource-tabs-main .tab-content .resources-tab-list > .resource-post-details{
  display: block;
}






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

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

@media (min-width:768px){
  .custom-mobile-wrapper {
    display: none !important;
  }
}

@media (min-width: 981px){
  .et_pb_section,.body-container {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .et_pb_row,.container-fluid .row-fluid .page-center {
    padding: 2% 0;
  }
}

@media (min-width: 1625px){
  .et_pb_section,.body-container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .et_pb_row,.container-fluid .row-fluid .page-center {
    padding: 32px 0;
  }
}

@media (min-width: 1860px){
  .resource-post-img {
    height: 300px !important;
    pointer-events: none;
    cursor: default;
  }
  .resource-post-img img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  .resource-blog-post-img {
    min-height: 300px;
    height: 300px;
  }
  .resource-blog-post-img img {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
}


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

@media (max-width: 1220px) and (min-width: 768px){
  .custom-header-wrapper {
    min-height: 51px !important;
  }
  .custom-header .page-center {
    padding: 0 10px !important;
  }
  .custom-footer-upper .page-center {
    padding: 32px 10px !important;
  }
  .custom-footer-lower .page-center {
    padding: 0px 10px !important;
  }
  .custom-footer-lower .page-center>div {
    padding: 20px 0px !important;
  }
  .custom-header .page-center>.row-fluid-wrapper>.row-fluid>.span3.widget-span {
    width: 15%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0 10px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 15px 4px;
    font-size: 12px;
  }
  .custom-logo {
    padding: 14px 0 0;
    width: 100%;
  }
  .custom-footer-col {
    margin: 0 2% 0 0 !important;
  }
  .custom-footer-col p {
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    padding: 7px 12px;
    border-left-width: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    width: 195px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:last-child > ul,
  .custom-menu-primary .hs-menu-wrapper>ul li:nth-last-child(2) > ul{
    left:auto !important;
    right:0 !important;
  }
  .scroll-body .custom-header {
    height: 63px;
  }
  .padding_type1 .body-container .page-center {
    padding: 41px 10px 38px !important;
  }
  .text_type1 h4 {
    font-size: 20px;
    line-height: 21px;
    padding: 4px 0 10px;
  }
  .text_type1 p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 17px;
  }
  .custom-testimonial .testimonial-wrapper .testimonial-page.et_pb_row {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 93%;
  }
  .et_pb_row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .form-with-background-image .actions input.hs-button.primary.large {
    font-size: 13px;
    line-height: 20px;
    padding: 9px 41px 9px;
    margin: 34px auto auto;
  }
  /* 	.custom-testimonial .testimonial-wrapper .testimonial-page.et_pb_row .testimonial-page-inner {
  width: 93%;
  margin: auto;
} */
  .testmonials-content-left h3 {
    padding-bottom: 22px;
  }
  .form-with-background-image {
    padding: 15px 0 14px;
  }
  .form-with-background-image .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .form-with-background-image .custom-form-title {
    margin-bottom: 16px;
  }
  .form-with-background-image .custom-form-title h6 {
    font-size: 26px;
    padding-bottom: 13px;
  }
  .form-with-background-image .custom-form-title p {
    font-size: 15px;
  }
  .form-with-background-image .form-item {
    width: 88%;
  }
  .slider-buttons-bottom a {
    font-size: 13px;
    padding: 10px 26px;
  }
  .custom-content-with-top-icon.item3 .content-section h3 {
    line-height: 21px;
    padding: 20px 0 8px;
  }
  .custom-content-with-top-icon.item3 .content-section p {
    line-height: 18px;
  }
  .et_pb_section.content-with-bg-image p {
    font-size: 15px;
  }
  .et_pb_section.content-with-bg-image h6 {
    font-size: 26px;
    padding-bottom: 13px;
  }
  .contact-row1-group .page-center {
    padding: 50px 0 0 !important;
  }
  .contact-row1-group .hs_cos_wrapper_type_rich_text h5 {
    font-size: 23px;
    padding-bottom: 14px;
  }
  .contact-row1-group .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
  }
  .contact-row1-form form {
    max-width: 88%;
  }
  .contact-row1-form form .hs-input {
    font-size: 13px;
  }
  .contact-row1-form form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 14px;
  }
  .contact-row1-form form fieldset.form-columns-2 .hs-form-field:first-child {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 14px;
  }
  .contact-row1-form form fieldset.form-columns-2 .hs-form-field:last-child {
    width: 66%;
    margin: 0;
  }
  .contact-row1-form form input.hs-button.primary.large {
    font-size: 13px;
    line-height: 20px;
    padding: 9px 41px 9px;
  }
  .custom-locations .contact-page-details-main .contact-title-section h4 {
    padding: 16px 10px;
    font-size: 18px;
  }
  .custom-locations .contact-details-section ul {
    padding: 28px 10px 15px 18px;
  }
  .custom-locations .contact-details-section ul li {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 16px;
    padding-left: 29px;
  }
  .contact-row1-group {
    padding: 13px 0 14px;
  }
  .custom-locations .contact-details-section ul li a {
    font-size: 15px;
    line-height: 19px;
  }
  .custom-banner.p.left .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li > a {
    padding: 20px 0;
  }
  .ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li {
    width: 33.33%;
    float: left;
    text-align: center;
  }
  .ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li > a {
    width: 100%;
  }
  .team-member-container .tab-content-wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .resource-post-content {
    padding: 18px 18px;
  }
  .home-banner-description .home-banner-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .home-banner-area {
    margin-top: -2px;
  }
  .home-banner-description .home-banner-inner h2 {
    font-size: 44px;
    line-height: 53px;
  }
  .home-banner-area {
    padding-top: 20px;
  }
  .our-solution .solution-section-header {
    padding: 36px 0 20px;
  }
  .et_pb_section.custom-highlights .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-conetent-text.resource-content-text h4 {
    line-height: 21px;
  }
  .form-with-background-image .hs-form-field .hs-input {
    font-size: 13px;
  }
  .et_pb_section.custom-highlights {
    padding: 20px 0 0;
  }
}
@media (max-width: 1307px) and (min-width: 1000px){
  .custom-header .page-center>.row-fluid-wrapper>.row-fluid>.span9.custom-menu-primary {
    width: 75%;
  }
  .custom-content-with-top-icon.item3 .content-section p {
    font-size: 15px;
  }
}

@media (max-width: 1500px) and (min-width: 1000px){
  .resource-tabs-main .tab-content .resources-tab-list {
    padding: 50px 0 0 0px;
  }
}

@media (max-width: 1260px) and (min-width: 1024px){
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 0 10px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 27px 7px;
    font-size: 14px;
  }
  .custom-logo {
    padding: 18px 0 13px;
    width: 100%;
  }
  .custom-header .page-center>.row-fluid-wrapper>.row-fluid>.span3.widget-span {
    width: 22%;
  }
  .custom-footer-col {
    margin: 0 6% 0 0 !important;
  }
  .scroll-body .custom-header {
    height: 74px;
  }
  .testmonials-content-left h3 {
    line-height: 25px;
  }
  .form-with-background-image {
    padding: 20px 0 24px;
  }
  .form-with-background-image .actions input.hs-button.primary.large {
    font-size: 15px;
  }
  .et_pb_section.content-with-bg-image {
    padding: 20px 0 24px;
  }
  .contact-row1-group {
    padding: 20px 0 24px;
    padding-top: 24px;
  }
  .contact-row1-form form input.hs-button.primary.large {
    font-size: 15px;
  }
  .et_pb_section.custom-highlights {
    padding: 34px 0 10px;
  }
  .custom-footer-col p {
    font-size: 13px;
  }
}
@media (max-width: 1279px) and (min-width: 1150px){
  .testmonials-content-left h3 {
    font-size: 23px !important;
  }
  .testmonials-content-left h4 {
    font-size: 20px !important;
  }
  .testmonials-content-left h6 {
    font-size: 20px !important;
  }
  .testmonials-content-right p {
    font-size: 20px !important;
  }
  .custom-heading-with-content .content-title .content-inner p {
    font-size: 21px;
    padding-bottom: 10px;
  }
  .custom-heading-with-content .content-detail .content-inner p {
    font-size: 16px;
  }
}
@media (max-width: 1350px) and (min-width: 1270px){
  .ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li > a {
    padding: 20px 70px 20px 79px;
  }
}
@media (max-width: 1310px) and (min-width: 1280px){
  .custom-header .page-center {
    width: 98% !important;
  }
}
@media (max-width: 1299px) and (min-width: 1260px){
  .custom-header .page-center {
    width: 96% !important;
  }
  .custom-locations .contact-details-section ul li {
    font-size: 16px;
  }
  .custom-locations .contact-details-section ul li a {
    font-size: 17px;
  }
  .team-member-container .tab-content-wrapper .container {
    width: 96%;
  }
}




@media (max-width:1624px){
  .custom-banner.p.left {
    padding-top: 150px;
  }
}
@media (max-width:1616px){
  .custom-banner.p.left {
    padding-top: 149px;
  }
}
@media (max-width:1300px){
  .custom-banner.p.left {
    padding-top: 137px;
  }
}


@media (max-width: 1299px){
  .container-fluid .row-fluid .page-center{
    width: 96%;
  }
}

@media (max-width: 1260px){
  .custom-banner.p {
    padding-top: 132px;
  }
  .custom-banner.p.left {
    padding-top: 130px;
  }
}

@media (max-width: 1259px){
  .container-fluid .row-fluid .page-center{
    width: 100%;
  }
  .custom-banner.p.left {
    padding-top: 129px;
  }
}

@media (max-width:1199px){
  .form-with-background-image fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    max-width: 100% !important;
  }
  .form-with-background-image form:after{
    display:none;
  }
  .resource-tabs-main .tab-content .resources-tab-list > .resource-post-details {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .resource-tabs-main .tab-content .resources-tab-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .resource-blog-post-img {
    background-size: 100%;
    background-position: center;
  }
}

@media (max-width: 1023px) {
  .custom-banner.p {
    padding-top: 115px;
  }
  .custom-banner.p.left {
    padding-top: 104px;
  }
  .home-banner-area {
    padding-top: 0;
  }
}

@media (max-width:997px){
  .padding_type1 .body-container {
    padding-top: 63px;
  }
  .contact-row1-group {
    padding-top: 76px;
  }
  .custom-banner.p.left {
    padding-top: 102px;
  }
}

@media (max-width:991px){
  .ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li {
    display: block;
    width: 100%;
  }
}

@media (max-width:980px){
  .custom-heading-with-content .content-title {
    margin-bottom: 30px;
  }
  .et_pb_column .et_pb_row_inner, .et_pb_row, .page-center {
    padding: 30px 0;
  }
  .content-with-image-heading .page-center .separator {
    margin-bottom: 30px;
  }
  .custom-platform-features .image_benefits {
    margin-bottom: 30px;
    margin-right: auto!important;
    margin-left: auto!important;
    text-align: center!important;
  }
  .custom-platform-features .et_pb_text.benefits-block {
    margin-bottom: 30px;
  }
  .contact-row1-content {
    margin-bottom: 30px;
  }
  .custom-banner.p.left {
    padding-top: 113px;
  }
  .press-released .col-image {
    width: 100%;
    float: none;
  }
  .press-released .col-image img {
    margin: auto;
  }
  .press-released .col-content {
    float: none;
    width: 100%;
  }
  .press-released .col-content .col-content-inner {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
  }
  .press-released .row-item .page-center {
    max-width: 100% !important;
  }
  .team-members-wrapper > .team-member-container {
    width: 80%;
    max-width: 1080px;
  }
  .et_pb_section.custom-cost-and-limitations .column-heading {
    margin-bottom: 30px;
  }
  .resource-tabs-main .ui-tabs ul.ui-tabs-nav > li {
    width: 100%;
    border-right: 0 !important;
  }
  .resource-tabs-main .tab-content .resources-tab-list > .resource-post-details {
    width: calc(50% - 20px);
  }
  .resource-post-img {
    height: 300px !important;
  }
  .home-banner-description .home-banner-inner h2 {
    font-weight: 500;
  }
  .our-solution-container .col-group {
    width: 100%;
  }
  .et_pb_section.custom-highlights .page-center {
    width: 80% !important;
    max-width: 1080px !important;
  }
  .highlights-title {
    margin-bottom: 30px;
  }
  .testmonials-content-left h4 {
    line-height: 1;
  }
  .blog-conetent-text.resource-content-text {
    min-height: 420px;
  }
}

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

@media (max-width: 768px) {
  .custom-footer-upper .page-center {
    padding: 22px 20px 22px 20px !important;
  }
  .custom-header .page-center {
    padding: 2px 10px !important;
  }
  .custom-banner.p .banner-content .banner-title.p-type {
    line-height: 54px;
  }
  .custom-banner.p {
    padding-top: 117px;
  }
  .padding_type1 .body-container {
    padding-top: 66px;
  }
  .custom-heading-with-content .content-detail .content-inner {
    margin-top: 40px;
  }
  .custom-content-with-top-icon .conent-group {
    width: 100%!important;
  }
  .custom-content-with-top-icon.item2 .content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .custom-content-with-top-icon.item3 .conent-group {
    width: 33.333% !important;
  }
  .custom-content-with-top-icon.item3 .content-image {
    right: 0;
  }
  .hs-our-platform .custom-heading-with-content .content-title .content-inner {
    margin-top: 40px;
  }
  .content-with-image-heading .page-center .heading-wrapper .et_pb_text_inner {
    margin-top: 40px;
  }
  .custom-platform-features .col-wrapper .col-group {
    float: none;
    width: 100%;
  }
  .custom-platform-features .col-wrapper {
    display: flex;
    flex-direction: column;
  }
  .contact-row1-group {
    padding-top: 80px;
  }
  .custom-banner.p.left .banner-content .banner-title.p-type {
    line-height: inherit;
  }
  .custom-banner.p.left {
    padding-top: 117px;
  }
  .home-banner-description .home-banner-inner {
    padding: 30px 10px 45px !important;
  }
  .home-banner-description .home-banner-inner .et_pb_button_wrapper {
    width: 100%;
    text-align: center;
  }
  .our-solution-container .col-group .col-content div#wo-we-help-block-hover {
    height: calc(100% + 0px);
    top: 0px;
  }
  .wo-we-help-title-hover {
    display: none;
  }
  .wo-we-help-desc-hover {
    padding: 20px 10px;
    max-height: calc(100% - 100px);
  }
  .wo-we-help-button {
    width: auto;
    bottom: 40px;
  }
}  



@media (max-width:767px){
  .custom-footer-lower .page-center {
    padding: 0px 10px !important;
  }
  .custom-footer-lower .page-center>div {
    padding: 0 0 14px !important;
  }
  .custom-footer-bottom-link ul {
    float: none;
    padding: 0;
    text-align: center;
  }
  .custom-footer-social {
    padding: 14px 0 7px;
  }
  .custom-copyright {
    padding-top: 14px;
    text-align: center;
  }
  .custom-footer-upper .page-center {
    padding: 22px 20px !important;
  }
  .custom-footer-col {
    margin: 0 0 21px !important;
    float: left !important;
    width: 33.333% !important;
    text-align: center;
  }
  .custom-footer-col h4 {
    padding-bottom: 5px;
  }
  .custom-header .page-center {
    padding: 0 !important;
  }
  .custom-menu-primary.desktop {
    display: none !important;
  }
  .custom-mobile-wrapper {
    display: block !important;
    background: #009ddf;
    padding: 2px 10px 2px;
  }
  .custom-logo {
    width: 100%;
    background: #fafafa;
    padding: 13px 10px;
  }
  .custom-logo .logo-person {
    margin: 7px 0 0;
    width: 150px;
  }
  .custom-mobile-wrapper .custom-menu-primary:before {
    float: left;
    content: "";
    background: url(//cdn2.hubspot.net/hubfs/4353726/SpectraMedix_September2019%20Theme/Images/home-menu-mobile-icon2.png) no-repeat center center;
    width: 19px;
    height: 20px;
    display: block;
    position: relative;
    top: 4px;
  }
  .custom-header {
    position: relative !important;
    height: auto !important;
  }
  .custom-banner.p {
    padding: 40px 0 46px !important;
    word-break: break-word;
  }
  .padding_type1 .body-container {
    padding-top: 130px;
  }
  .padding_type1 .body-container .page-center {
    padding: 18px 10px 8px !important;
  }
  .text_type1 h4 {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 0 8px;
  }
  .text_type1 p {
    font-size: 16px;
    line-height: 21px;
    padding: 0px 0 16px;
  }
  /* 	.custom-testimonial .testimonial-wrapper .testimonial-page.et_pb_row {
  padding-left: 10px;
  padding-right: 10px;
} */
  .testimonial-page-inner {
    width: 80%;
    margin: auto;
  }
  .testmonials-content-left {
    padding-right: 0;
    text-align: center;
    border-bottom: 2px solid #274768;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .testmonials-content-left h3 {
    line-height: 24px;
    padding-bottom: 16px;
  }
  .testmonials-content-left:before {
    left: -34px;
  }
  .testmonials-content-right {
    text-align: center;
  }
  .custom-content-with-top-icon .content-image {
    margin-bottom: 0;
  }
  .form-with-background-image {
    padding: 22px 10px 0;
  }
  .form-with-background-image .page-center {
    padding: 0 !important;
  }
  .form-with-background-image .custom-form-title {
    margin: 0;
  }
  .form-with-background-image .custom-form-title h6 {
    font-size: 20px;
    padding-bottom: 9px;
  }
  .form-with-background-image .custom-form-title p {
    font-size: 14px;
  }
  .form-with-background-image .form-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-with-background-image .actions input.hs-button.primary.large {
    font-size: 14px;
    padding: 6px 29px 7px;
    margin-bottom: 23px;
  }
  .custom-content-with-top-icon.item2 .content-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .custom-banner.p .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .seperator .et_pb_row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-buttons-bottom a {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 25px;
    display: inline-block;
  }
  .custom-content-with-top-icon.item3 .conent-group {
    width: 100% !important;
  }
  .custom-content-with-top-icon.item3 .et_pb_row.page-center.content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px !important;
  }
  .custom-content-with-top-icon.item3 .content-section h3 {
    line-height: 23px;
    padding: 14px 0 8px;
  }
  .custom-content-with-top-icon.item3 .content-section p {
    line-height: 21px;
  }
  .custom-platform-features .custom-wrapper .page-center {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .custom-platform-features .image_benefits {
    margin-bottom: 0;
  }
  .custom-platform-features .et_pb_text.benefits-block {
    margin-bottom: 0;
  }
  .et_pb_section.content-with-bg-image {
    padding: 0;
  }
  .et_pb_section.content-with-bg-image .et_pb_row.page-center {
    padding: 22px 10px 0 !important;
  }
  .et_pb_section.content-with-bg-image h6 {
    font-size: 20px;
    padding-bottom: 9px;
  }
  .et_pb_section.content-with-bg-image p {
    font-size: 14px;
  }
  .contact-row1-group {
    padding: 0;
    padding-top: 130px;
  }
  .contact-row1-group .page-center {
    padding: 16px 10px 0 !important;
  }
  .contact-row1-group .hs_cos_wrapper_type_rich_text h5 {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 26px;
  }
  .contact-row1-group .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
  }
  .contact-row1-content {
    margin-bottom: 0;
  }
  .contact-row1-form form fieldset .hs-form-field {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 14px !important;
  }
  .contact-row1-form form fieldset.form-columns-1 textarea {
    height: 92px;
  }
  .contact-row1-form form fieldset.form-columns-1 .hs-form-field {
    padding: 0;
  }
  .contact-row1-form form input.hs-button.primary.large {
    padding: 7px 29px 6px;
    font-size: 13px;
    margin-bottom: 21px;
  }
  .custom-locations .contact-page-details-main {
    padding: 0 10px;
  }
  .custom-locations .contact-page-details-main .contact-title-section h4 {
    padding: 14px 22px;
    font-size: 17px;
    text-align: left;
  }
  .custom-locations .contact-details-section ul {
    padding: 20px 10px 5px 15px;
  }
  .custom-locations .contact-details-section ul li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 17px;
    padding-left: 29px;
  }
  .custom-locations .contact-details-section ul li br {
    display: none;
  }
  .custom-locations .contact-details-section ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .contact-row1-form form input.hs-input, 
  .contact-row1-form form textarea.hs-input, 
  .contact-row1-form form select.hs-input {
    width: 100% !important;
  }
  .custom-banner.p.left {
    padding: 50px 0 !important;
    padding-top: 180px !important;
  }
  .custom-banner.p.left .banner-content .banner-title.p-type {
    font-size: 24px;
  }
  .custom-banner.h2.et_pb_section {
    padding-bottom: 5px;
    padding-top: 12px;
  }
  .ui-tabs .ui-tabs-inner ul.ui-tabs-nav > li > a {
    float: none;
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .team-members-wrapper > .team-member-container {
    width: 100%;
  }
  .team-member-container .tab-content-wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .team-members-wrapper.et_pb_section {
    padding-bottom: 5px;
  }
  .resource-tabs-main .tab-content .resources-tab-list > .resource-post-details {
    width: calc(100% - 20px) !important;
    height: auto !important;
  }
  .resource-post-img {
    height: auto !important;
  }
  .resource-post-img img {
    max-height: none;
  }
  .resource-post-content h2 {
    height: auto !important;
  }
  .resource-tabs-main .tab-content .resources-tab-list {
    padding-top: 0;
    padding-bottom: 0;
  }
  .resource-post-content {
    padding: 16px;
  }
  .resource-tabs-main .ui-tabs {
    margin-bottom: 25px;
  }
  .services {
    padding-bottom: 13px;
  }
  .hs-blog-post .meta-list-main {
    padding-bottom: 13px;
  }
  .health-blog-content {
    padding: 8px 0 0;
  }
  .health-bottom-main-div {
    padding-top: 0;
  }
  .home-banner-description .home-banner-inner h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .home-banner-area {
    margin-top: -2px;
  }
  .our-solution .solution-section-header {
    padding: 16px 0 23px;
  }
  .our-solution-container .col-group {
    padding: 0 10px;
  }
  .et_pb_section.custom-highlights {
    padding: 22px 10px 5px;
  }
  .et_pb_section.custom-highlights .page-center {
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
  }
  .highlights-title {
    margin-bottom: 0;
  }
  .our-solution .solution-section-header .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
}


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

@media (max-width: 640px) {
  .custom-footer-upper .page-center {
    padding: 22px 10px !important;
  }
  .body-container {
    padding-left: 0;
    padding-right: 0;
  }
  .testmonials-content-left {
    width: 100%;
  }
  .testmonials-content-left h6 {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .testmonials-content-right {
    width: 100%;
  }
  .testmonials-content-right p {
    margin-top: 20px;
  }
  .content-with-image-group .background-image {
    width: 100%;
    display: block;
    height: 250px;
  }
  .content-with-image-group .content {
    display: block;
    width: 100%;
  }
  .content-with-image-group .page-center {
    width: 100%;
    display: block;
  }
  .content-with-image-group .page-center:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
  }
  .custom-content-with-top-icon.item3 .content-section {
    width: 100%;
  }
  .contact-row1-form form input.hs-button.primary.large {
    margin-bottom: 71px;
  }
  .custom-locations .contact-details-section ul li a {
    word-break: break-word;
  }
  .press-released .col-content {
    padding-left: 15px !important;
  }
  .team-member-container .tab-content-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-banner.h2.et_pb_section .banner-content {
    padding-top: 125px;
    padding-bottom: 83px;
  }
  .custom-banner.h2.center.top_page .page-center .banner-content h2 {
    font-size: 40px !important;
    padding-left: 50px;
  }
  .resource-tabs-main .ui-tabs {
    margin-bottom: 25px;
  }
  .resource-post-img {
    height: auto !important;
    min-height: 212px;
  }
  .resource-tabs-main .tab-content .resources-tab-list > .resource-post-details {
    width: 89% !important;
    margin: 0 0 20px 20px;
  }
  .resource-tabs-main .tab-content .resources-tab-list {
    padding: 0 !important;
  }
  .highlights-title h2 {
    margin-top: 30px;
  }
  .blog-conetent-text.resource-content-text {
    margin-top: 40px;
  }
  .highlights-container .container-fluid .row .col-xs-12 {
    float: left;
    width: 100%;
  }
  .highlights-container .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .resource-button-all {
    margin-bottom: 20px;
  }
  .bottom-button-wrapper {
    padding: 27px 10px 5px;
  }
  .et_pb_section.custom-highlights {
    padding-bottom: 0;
  }
  .form-with-background-image {
    padding: 22px 0px 0;
  }
  .et_pb_section.custom-highlights {
    overflow: hidden;
  }
}

@media (max-width:567px){
  .custom-copyright {
    padding-top: 12px;
  }
  .custom-footer-col {
    float: none !important;
    width: 100% !important;
  }
  .text_type1 img.alignleft{
    float:none;
    display:block;
    margin:0;
  }
}








