/* ==========================================================================
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=Nunito:200,300,400,600,700,800,900&display=swap');


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html{
  font-size: 62.5%;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  background: #fefefe;
  font-weight: 400;
  line-height: 1.5;
  color: #858585;
  font-size: 1.6rem;
  font-family: Nunito,Helvetica Neue,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.container-fluid .row-fluid .container{
  padding-left:100px;
  padding-right:100px;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:15px 0px;
  color: #4a4a4a;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.4rem;
  font-weight:700;
  line-height: 1.176;
}
h2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.272;
}
h3 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}  
h4 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
  color:#4a4a4a;
}
h5 {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 400;
}
h6 {
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
}


@media screen and (min-width: 1024px){
  h1 {
    font-size: 5.8rem;
    line-height: 1.068;
  }
  h2 {
    font-size: 4.2rem;
    line-height: 1.142;
  }
  h3 {
    font-size: 3.2rem;
    line-height: 1.187;
  }




}

/* Anchor Links */


a {
  color: #00a8d5;
  text-decoration: none;
}
a:active, a:visited {
  color: #00a8d5;
}
a:focus {

}

a:hover {
  text-decoration: underline;
}
a:active, a:hover {
  outline-width: 0;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
  min-height: 182px;
}
.header-container {}
.custom-header .page-center{
  max-width:100% !important;
}
.custom-header{
  padding:18px 0px 0px;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.custom-header .header-logo{
  padding:0px 20px;
  margin-left:0px !important;
}
.custom-header .logo{
  height: 100%;
  width: 230px;
}


.header-top-nav {
  text-align: right;
}
.header-top-nav ul li a {
  position: relative;
  font-size: 1.4rem;
  color: #00a8d5;
  line-height: 1.57;
}
.header-top-nav ul li {
  margin-bottom: 10px;
  line-height: 2.15;
  margin-left: 30px;
  text-transform: capitalize;
  display: inline-block;
}
.header-top-nav ul li:first-child {
  margin-left: 0px;
}
.header-top-nav ul li a.menu__link.menu__link--search.js-activate-search img {
  padding-bottom: 1px;
}

.searchform {
  display: none;
}

.header__search--active .searchform { 
  display: block;    
  margin-top: 5px !important;   
  position: relative;
}
.header__search--active .header-top-nav ul li {margin-bottom: 3px;}
.header__search--active li.menu__item.header__search { margin-left: 26px;}
.header__search--active li.menu__item.header__search { padding-right: 1px;}




.custom-header .header__search .searchform .input--text {
  border: 1px solid #858585;
  width: 180px !important;
  font-size:16px;
  line-height:24px;
  padding: 2px .5rem;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
  box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
}
.custom-header .header__search .searchform .input--text:focus {

}
.custom-header .header__search .searchform .input--image {
  width: 16px;
  height: 19px;
  margin-top: 6px !important;
  margin-left: 3px !important;
  outline: none;
}
.hide-icon {
  display: none !important;
}
.custom-header .header__search .searchform .input {
  float: left;
  margin: 0;
}
.custom-header li.header__search--active {
  padding-top: 6px;
  width: 200px;
}
.searchform.header__search--active {
  display: block;
  padding-top: 5px;
}








/* mobile search */

.md-hide {
  display: none !important;
}
.custom-header .mobile__search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.custom-header .mobile__search .search__container {
  position: relative;
  padding: 10px 5px;
  background-color: #fff;
}
.custom-header .mobile__search .search__close {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 10101;
  cursor: pointer;
}

.custom-header .mobile__search .search__close svg {
  width: 100%;
  height: 100%;
}
svg:not(:root) {
  overflow: hidden;
}

.custom-header .mobile__search .search__form {
  position: relative;
  width: 80%;
  margin-left: 32px;
  padding: 0 10px 0 5px;
}
.custom-header .mobile__search .search__form .input--text {
  height: 32px;
  margin-bottom: 0;
  font-size: 12px;
}
.custom-header .mobile__search .search__form .input--image {
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-header .mobile__search .search__container:after {
  clear: both;
  content: "";
  display: block;
}

.custom-header .header-logo {
  padding: 9px 20px 0px;
}



@media (min-width:1200px){




  /* Parent List */
  .custom-header .custom-menu-primary {
    padding: 12px 0px 20px;
  }
  .custom-menu-primary.js-enabled {
    text-align: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{}
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    margin-right: 29.7px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    float: none !important;
    display: inline-block;
    /* vertical-align: top; */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover{
    color: #00a8d5;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a[href="https://www.premisehealth.com/contact-us/"]{
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    outline: none;
    margin-top: 0px;
    padding: 14px 22px;
    font-size: 1.3rem;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 0;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid #00a8d5;
    background-color: #00a8d5;
    font-family: Nunito,Helvetica Neue,Helvetica,Arial,sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: 2px;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a[href="https://www.premisehealth.com/contact-us/"]:hover{
    background-color: #0088ac;

  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    margin-right:0px;
    margin-left: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) {
    margin-right: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    text-decoration: none;

  }

  /*.custom-menu-primary .hs-menu-wrapper>ul >li.hs-item-has-children:after {
  content: '';
  background: transparent;
  width: 100%;
  height: 47px;
  position: absolute;
  left: 0px;
  top: 115px;
}
  */
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    text-decoration: none; 
    color: #4a4a4a; 
    font-size: 13px;
    padding-bottom: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

  /* Child List */

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    width: 0;
    height: 0;
    left: 100%;
    content: "";
    display: block;
    position: relative;
    border-style: solid;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    top: 20px;
    left: 35%;
    border-width: 13px;
    border-color: transparent;
    z-index: 1010;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before{
    top:63px;
    left: 35%;
    border-width: 13px;
    border-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
    border-color: transparent transparent transparent #fff;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:before {
    border-color: transparent transparent transparent #e7e7e7;

  }





  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper>ul >li > ul {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:hover > ul {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li.hs-item-has-children > ul {
    left: 0;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    text-align: left;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    padding: 47px 100px 85px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);

  }



  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul >.mega-menu-wrapper > li {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul >.mega-menu-wrapper > li > a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul >.mega-menu-wrapper > li:first-child > a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul >.mega-menu-wrapper > li:first-child > a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>ul >.mega-menu-wrapper > li:first-child > a{
    color: #00a8d5;
    font-weight: 700;
    line-height: 1.6;
    font-size: 1.5rem;
    position: relative;
    letter-spacing: 1px;
    padding-right: 30px;
    display: inline-block;
    padding-bottom: 22px;
    padding-left: .9375rem;
    line-height: 37px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul >.mega-menu-wrapper > li > a:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul >.mega-menu-wrapper > li:first-child > a:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6)>ul >.mega-menu-wrapper > li:first-child > a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 16px;
    background-image: url(https://www.premisehealth.com/wp-content/themes/premisehealth/svg/icon-arrow-blue.svg);
    top: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li>ul:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: -49px;
    height: 50px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul ul {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0s !important;
    display: block !important;
    left: 0px !important;
    position: static !important;
    color: #000;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul ul {
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0s !important;
    display: block !important;
    left: 0px !important;
    position: static !important;
    color: #000;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul ul li {
    padding-right: .9375rem;
    padding-left: .9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul ul li a[href="https://www.premisehealth.com/access-to-care/onsite-health-centers/"]:after {
    content: '';
    display: block;
    width: 100%;
    background: url(https://info.premisehealth.com/hubfs/Premise_Health_June2019/images/onsite-health-centers.png);
    height: 210px;
    background-repeat: no-repeat;
    top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a[href="https://www.premisehealth.com/access-to-care/nearsite-health-centers/"]:after{
    content: '';
    display: block;
    width: 100%;
    background: url(https://info.premisehealth.com/hubfs/Premise_Health_June2019/images/nearsite-health-centers.png);
    height: 210px;
    background-repeat: no-repeat;
    top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a[href="https://www.premisehealth.com/access-to-care/virtual-health/"]:after{
    content: '';
    display: block;
    width: 100%;
    background: url(https://info.premisehealth.com/hubfs/Premise_Health_June2019/images/virtual-health.png);
    height: 210px;
    background-repeat: no-repeat;
    top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul ul li a span {
    position: relative;
    content: none !important;
    text-indent: -1000pc;
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(3) > ul .mega-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(5) > ul .mega-menu-wrapper {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(3) > ul .mega-menu-wrapper>li:last-child,
  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(5) > ul .mega-menu-wrapper>li:last-child{
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(3) > ul .mega-menu-wrapper>li:first-child,
  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(5) > ul .mega-menu-wrapper>li:first-child{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: .9375rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(3) > ul .mega-menu-wrapper>li>ul{
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0s !important;
    display: block !important;
    left: 0px !important;
    position: static !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(5) > ul .mega-menu-wrapper>li>ul{
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0s !important;
    display: block !important;
    left: 0px !important;
    position: static !important;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(3) > ul .mega-menu-wrapper>li>ul > li{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul {
    visibility: visible !important;
    opacity: 1 !important;
    transition: 0s !important;
    display: block !important;
    left: 0px;
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(3) > ul .mega-menu-wrapper>li>ul > li> a {
    line-height: 2.87;
    font-size: 1.6rem;
    padding-left: 80px;
    font-weight: 600;
    margin: 0 -20px 0 -60px;
    background-color: #f4f4f5;
    text-transform: capitalize;
    margin: 0;
    padding-left: 0;
    background: none;
    letter-spacing: 0;
    font-weight: 600;
    color: #4a4a4a;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(3) > ul .mega-menu-wrapper>li>ul > li>ul >li {
    line-height: 39.36px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(3) > ul .mega-menu-wrapper>li>ul > li>ul >li> a {
    white-space: normal !important;
    color: #858585;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 39.36px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(5) > ul .mega-menu-wrapper>li>ul {
    margin-top: 29px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:nth-child(5) > ul .mega-menu-wrapper>li>ul>li>a {
    color: #858585;
    letter-spacing: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    line-height: 39.36px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul >.mega-menu-wrapper > li:first-child {
    margin-top: 0px;
    padding-right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul >.mega-menu-wrapper > li:first-child > a {
    width: 409px !important;
    min-width: 362px;
    padding-right: 0pc;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul >.mega-menu-wrapper > li:first-child > a>span {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul >.mega-menu-wrapper > li:first-child > a:after {
    content: '';
    display: block;
    width: 100%;
    background: url(//info.premisehealth.com/hubfs/Premise_Health_June2019/images/desktop-image%20%281%29.png);
    height: 210px;
    background-repeat: no-repeat;
    top: 0px;
    background-position: center;
    background-size: contain;
    margin-left: 30px !important;

  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li img.padding-img {
    display: block;
    padding-right: .9375rem;
    padding-left: .9375rem;
    background-position: center;
    background-repeat: no-repeat;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li >ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li >ul >li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li:last-child {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-left: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li >ul {
    margin-top: 29px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li >ul >li:first-child> a, .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li >ul >li>ul>li>a {
    color: #858585;
    letter-spacing: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    line-height: 39.36px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li >ul >li:last-child> a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 0;
    font-weight: 700;
    padding: 16px 1em;
    font-size: 1.3rem;
    padding-top: 10px;
    line-height: 1.33;
    padding-bottom: 10px;
    border: 1px solid #00a8d5;
    text-align: center;
    margin-top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>ul > .mega-menu-wrapper > li >ul >li:last-child> a:hover {
    color: #0088ac;
    border-color: #0088ac;
    font-weight: 700;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

  .custom-header.sticky{
    left:0px;
    top: 0;
    opacity: 1;
    width: 100% !important;
    padding-top: 0;
    position: fixed;
    visibility: visible;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.08);
    z-index: 101;
    background: #fff;
  }
  .custom-header.sticky .header-logo{
    padding-top:6px;
  }
  .custom-header.sticky a.sticky-logo {
    display: block;
    width: 37px;
    height:auto;
  }
  .custom-header.sticky .header-top-nav {
    display: none;
  }
  .custom-header.sticky a.site-logo {
    display: none;
  }
  .custom-header a.sticky-logo {
    display: none;
  }
  .custom-header.sticky .custom-menu-primary {
    padding: 0;
  }
  .custom-header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a[href="https://www.premisehealth.com/contact-us/"] {
    padding: 8.5px 22px;
    margin-top:0px;
  }
  .custom-header.sticky  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom:0px;
  }
  .custom-header.sticky  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    top: 44px;
  }
  .custom-header.sticky  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    top: 3px;
  }

  .custom-header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before, 
  .custom-header.sticky .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    margin-top: -3px;
  }

  .mega-menu-wrapper img.padding-img {
    padding-left: 9px;
  }



}



/* banner */

.hero__info.aos-init.aos-animate {
  width: 68%;
  margin-left: 100px;
  margin-top: -1px;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  position: relative;
}

.blog__breadcrumb, .blog__breadcrumb a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  text-decoration:none !important;
}

span.breadcrumb__separator {
  margin: 0 6px;
}

.blog__breadcrumb, .blog__breadcrumb a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
}

span.breadcrumb__separator {
  margin: 0 6px;
}
body:not(.blog) .page__hero  h1.heading1{
  padding-top: 19px;
}

.page__hero .hero__info h1 {
  margin-top: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 5.8rem;
  line-height: 1.068;
  color: #fff;
}

.page__hero .hero__info h4 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  margin: 0;
}
.page__hero .hero__image:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 75px 367px 0 0;
  border-color: #fff transparent transparent;
  z-index: 1;
}
.page__hero .hero__image:after {
  bottom: 0;
  right: 0;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  border-bottom: 89px solid #fff;
  border-right: 376px solid #fff;
  border-top: 145px solid transparent;
  border-left: 227px solid transparent;
  /* z-index: 1; */
}

.page__hero .hero__image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px !important;
  background-color: #ffcb7a;

}
.page__hero--orange .hero__shape {
  fill: #fd4916;
}
.page__hero {
  position: relative;
}

/* topic banner */

body.topic-page .banner-container {
  display: none;
}

body.topic-page .banner-container.topic-banner {
  display: block;
  padding: 0px 100px 20px!important;
}

.topic-banner  .cat-title {
  font-size: 2.5em;
  margin: 0 0 25px 0;
  line-height: 1.068;
  font-weight: 400;
  color: #4a4a4a;
}



@media screen and (min-width: 64em){
  .page__hero--primary .hero__image {
    min-height: 600px;
    margin: 0;
    background-position: 100% 0;
  }
  .page__hero .hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0;
    padding: 0;
    opacity: 1;
    background-color: transparent!important;
  }
  .page__hero--primary .hero__content {
    height: 400px;
  }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .page__hero .hero__shape {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    fill-opacity: .8;
  }

}






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

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

.content-wrapper {}
.main-content {
  margin-bottom:40px;
}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.hs-blog-post .blog-sidebar {
  margin-top: -30px !important;
}

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

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

.footer-container-wrapper .page-center {
  padding: 0px !important;
}
.page-center.banner-container {
  padding: 0px !important;
}
.custom-footer{
  padding: 0 90px;
}
.custom-footer .page-center{
  max-width:100% !important;
}
.footer-button{
  margin-bottom: 40px;
}
.footer-top-links span.hs_cos_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-top-links a{
  -webkit-box-flex: 33.333%;
  -webkit-flex: 33.333%;
  -ms-flex: 33.333%;
  flex: 33.333%;
  margin: 0 10px;
}

.footer-top-links a{
  margin-bottom: 15px;
  color: #00a8d5;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0;
  font-weight: 600;
  padding: 16px 1em;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #00a8d5;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  text-transform: uppercase;
  background-color: transparent;
}
.footer-top-links a:hover{
  color: #0088ac;
  border-color: #0088ac;
  text-decoration:none;
  font-weight: 700;
}

.custom-footer .first-column {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.custom-footer .first-column ul li {
  margin-bottom: 10px;
  font-weight:700;
}
.custom-footer .first-column ul li a {
  color: #4a4a4a;
}
.custom-footer .secound-column {
  font-size: 16px;
  line-height: 24px;
}
.custom-footer .secound-column ul li{
  margin-bottom: 12px;
}
.custom-footer .secound-column ul li a{
  color: #00a8d5;
}
.custom-footer .form-title {
  font-size: 16px;
  font-weight: 600;
  color: #858585;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.custom-footer .hs-email label {
  display: none;
}
.custom-footer  .newsletters{
  margin-bottom:56px; 
}



.custom-footer  .newsletters input[type="email"]{
  float: left;
  color: #bbb;
  border: none;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0;
  background: transparent;
  width: calc(100% - 130px) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.newsletters form{
  border: 1px solid #e7e7e7;
  position:relative;
  display: inline-block;
  width: 100%;
}

.newsletters form input[type="submit"] {
  margin: 5px;
  padding: 15px 13px;
  color: #fff;
  border-color: #ffb700 !important;
  background-color: #ffb700 !important;
  position: absolute;
  right: 0px;
  top: 0px;

}
.footer-main-section .page-center .row-fluid{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-main-section .page-center .row-fluid .span4{
  -webkit-box-flex: 33.333%;
  -webkit-flex: 33.333%;
  -ms-flex: 33.333%;
  flex: 33.333%;
  margin: 0 10px;
}
.copyright {
  padding-top: 20px;
}
.custom-footer .footer__social a {
  display: inline-block;
  margin-left: 24px;
}
.custom-footer .footer__social a:first-child {
  margin-left:0px;
}
.custom-footer .footer__social a{
  display: inline-block;
  margin-left: 24px;
}
.copyright-links {
  text-align: right;
  padding: 0 10px;
  margin-bottom: 24px;
}
.copyright-links a{
  color: #00a8d5;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 1.3rem;
  border-left: 1px solid #858585;
  padding-left: 5px;

}
.copyright-links a:first-child{
  border-left:0px;
  padding-left: 0px;

}

.copyright-text p {
  margin-bottom: 26px;
  color: #858585;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px; 
  margin-top: 0px;

}
.custom-footer ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: -50px;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */
.custom-footer ul.no-list.hs-error-msgs.inputs-list label {
  display: block;
}
.custom-footer .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  bottom: -70px;
} 

/* =============== Custom Menu Primary =============== */
.header-right {
  margin-left: 0px !important;
  float: right !important;
}







/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child{
    display:none;       
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .mobile-menu-wrapper{
    display:none !important;
  }
  .custom-footer .first-column ul li a,
  .custom-footer .secound-column ul li a {
    display: table !important;
  }




}


@media (max-width: 1359px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 23.7px;
  }


}

@media (max-width: 1330px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a[href="https://www.premisehealth.com/contact-us/"]{ display:none;  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {  margin-right: 30px;  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {  padding-bottom: 11px;}
  .custom-header .header-logo {
    padding: 6px 20px 0px;
  }


}

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

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

@media (max-width: 1199px){

  .mobile-menu-wrapper {
    display: none !important;
  }
  body.mobile-open {
    overflow:hidden;
  }

  body.mobile-open .mobile-menu-wrapper {
    display: block !important;
    position: fixed;
    top: 65px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    z-index: 10;
    overflow: auto;
    padding-bottom: 100px;
  }

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

  .mobile-menu-wrapper .header-top-nav {
    display: block !important;
    margin-top: 45px;

  }

  .header-top-nav {
    text-align: left;
  }
  .header-top-nav ul li {
    width: 100%;
    float: left;
    padding-left: 0px;
    margin: 0px;
    line-height:24px;
    margin-bottom: 12px;

  }
  .header-top-nav ul li a {
    line-height:22px;
  }
  .header-top-nav ul li:last-child {
    display:none !important
  }

  .header__cta--mobile {
    padding: 0 20px;
    margin-top: 59px;
  }
  .cta__link {
    display: block;
    padding: 18px 22px;
    background: #00a8d5;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none !important;
  }



  .custom-header .custom-menu-primary.desktop.js-enabled {
    display: none;
  }

  .container-fluid .row-fluid .container{
    padding-left:15px;
    padding-right:15px;
  }
  .mega-menu-wrapper img {
    display: none;
  }
  .custom-menu-primary.mobile.js-enabled .header-top-nav {
    display: block !important;
  }
  .custom-menu-primary.mobile.js-enabled .header-top-nav  li.menu__item.header__search{
    display:none;
  }

  .custom-header.lp-header .search__trigger {
    right: 10px;
  }



  /* 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;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #4a4a4a;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;  
    top: 11px;
    right: 0px;    
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    width: 42px;
    height: 49px;
  }
  .mobile-trigger:hover{

  }
  .accordion_icon{
    color: #33000a !important;
    padding-right: 16px;
    background-color: #34495e;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}
  svg#icon-menu-close {
    display: none;
  }
  .mobile-open svg#icon-menu-close {
    display: block;
  }
  .mobile-open svg#icon-menu-open {
    display: none;
  }
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

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

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    min-width: 20px !important;
    height: 46px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;

  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.menu-active{
    padding-left: 40px;
    position: relative;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.menu-active:after{
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:after{
    content: "";
    position: absolute;
    top: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 10px;
    height: 2px;
    background-color: #00a8d5;
    display:none;

  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{

  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px;
    margin: 0px;
    left: 0px;
    padding: 0px 0px 20px;
    background: #fff;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    color: #4a4a4a;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    font-weight: 700;
    text-transform: uppercase;
    font-size:14px;
    line-height:45px;  

  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #4a4a4a;
    font-weight: 700;
    letter-spacing: 1px;



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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li ul .child-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    overflow:visible !important;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    display:block !important;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > .mega-menu-wrapper > li.hs-item-has-children {
    margin-left:0px;
    margin-right:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > .mega-menu-wrapper > li.hs-item-has-children > a {
    line-height: 2.87;
    font-size: 1.6rem;
    font-weight: 600 !important;
    margin: 0 0px 0px -40px;
    background-color: #f4f4f5;
    text-transform: capitalize;
    width: auto !important;
    color: #4a4a4a !important;
    padding-left: 60px;
    letter-spacing: 1px;

  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #858585 !important;
    letter-spacing: 0;
  }

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

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

  .custom-header .mobile__search .search__form .input--text {
    -webkit-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    border: 1px solid #cacaca;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a,
  .header-top-nav ul li a{
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.menu-active > a {
    padding-left: 0px !important;
  }
  .header-top-nav ul li a {
    display: inline-block !important;
    width: auto;
  }

}


/* ==========================================================================
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 {}

.hs-blog-listing .page__hero .hero__image {
  margin-bottom: 20px !important;
}

.column-option .dropdown-title-heading{ 
  padding: 12px 14px 12px 11px;
  font-size: 1.6rem;
  font-family: Nunito,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 600;
  color: #858585;
  height: 50px;
  border-color: #e7e7e7;
  background-size: 20px 20px;
  background-image: url(https://info.premisehealth.com/hubfs/Premise_Health_June2019/images/download.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  border: 1px solid #e7e7e7;   
   cursor: default;
  text-transform: capitalize;

}

.column-option ul {
  padding: 0px;
  list-style: none;
  border: 1px solid #e7e7e7;
  position: absolute;
  width: 100%;
  top: 57px;
  z-index: 10;
  background: #fff;
}
.column-option ul li a{
  font-size: 1.6rem;
  font-family: Nunito,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 600;
  color: #858585;
  padding: 0px 11px;
  line-height:24px;
  width:100%;
  display:inline-block;

}
.column-option ul li a:hover {
   background: #1e90ff;
   color: #fff;
   text-decoration:none;
} 

.column-option ul {
   display: none;
}

.topic-active .column-option ul {
   display: block;
}


.sort-options {
  display: inline-block;
  width: 100%;
  margin-bottom: 33px;
}
ul.l_tinynav1 {
  display: none;
}
.sort-options  .column-titlle {
  width: 125px;
  float: left;
  padding-right: 15px;
  padding-right: .9375rem;
}
.sort-options .column-option {
  float: left;
  width: 250px;
  position:relative;
}

span.dropdown-title {
  display: block;
  font-size: 0.85em;
  margin: 0 0 5px 5px;
  color: #4a4a4a;
  line-height: 20px;
}

.form-description {
  margin: 33px 0 0;
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
}
.blog-section.post-page {
  max-width: 89.6%;
}


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

.blog .blog-content {}

.hs-blog-post .blog__breadcrumb, 
.hs-blog-post .blog__breadcrumb a {
  color: #462525;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #858585;
}
.hs-blog-post .blog__breadcrumb a:hover {
  text-decoration:underline !important;
}
.page-center.post-banner .blog__breadcrumb {
  margin-top: 55px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.section.post-header h1 {
  font-size: 4.2rem;
  line-height: 1.142;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0px;
}

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


.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment.depth-0:last-child{
  border-bottom: none!important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}

/* blog call to action */

.page-center.full-width {
  padding: 0px !important;
}
.page__cta {
  height: 400px;
  margin-top: 130px;
  position: relative;
  margin-bottom:100px;
}

.page__cta .cta__bkgd {
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;

}
.page__cta .cta__bkgd .bkgd__fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, hsla(0,0%,100%,0)),color-stop(90%, #fff));
  background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 90%);
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 90%);
}
.page__cta .cta__content {
  margin-top: -90px;
  position: relative;
}
.page__cta .cta__content .content__bkgd--blue {
  fill: #00a8d5;
  fill-opacity: .8;
}
.page__cta .cta__content .content__bkgd svg {
  display: block;
}
.page__cta .cta__content .content__text {
  top: 0;
  left: 100px;
  width: 400px;
  height: 100%;
  color: #fff;
  font-weight: 600;
  position: absolute;
  margin: 0;

}
.page__cta .align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page__cta .row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.page__cta .cta__content .cta__btn {
  left: 0;
  bottom: 70px;
  min-width: 240px;
  margin-top: 15px;
  position: absolute;
  color: #fff;
}

.cta__btn {
  color: #00a8d5;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0;
  font-weight: 700;
  padding: 16px 1em;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #FFF;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration:none !important;
}
.cta__btn:hover {
  background: hsla(0,0%,98%,.2);
}

/* 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 {
  color: #666;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
.post-header h2 a {
  color: #666;
  text-decoration: none;
}
#hubspot-topic_data a.topic-link {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00a8d5;
  text-decoration: none !important;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: auto !important;
  max-width: 100%;
}
div#comment-form input.hs-button.primary {
  margin: 20px 0!important;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing{
  max-width: 89.6%;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.blog-listing-wrapper .post-listing .post-item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: .5em solid #fff;
  margin-bottom: 40px;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.blog-listing-wrapper .post-listing  .post-header {
  background-color: transparent;
  color: #555;
  position: relative;
  top: 10px;
  padding: 10px 6px;
}
.blog-listing-wrapper .post-listing  #hubspot-topic_data {
  margin-top: 0px;
  margin-bottom: 10px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  position:relative;
}
.hs-featured-image-wrapper:after {
  top: -1px;
  left: -1px;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #fff transparent transparent;
  z-index: 1;
  border-width: 35px 190px 0 0;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: -webkit-fill-available;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: left;
  margin: 0px 0 10px 0px;
}



/* Read More Link */
a.more-link {
  display: inline-block;
  padding-top: 0px;
  position:relative;
  font-size:0px;
}
a.more-link:after {
  content: "";
  position: relative;
  left: auto;   
  top: -6px;
  bottom: auto;
  width: 20px;
  height: 16px;
  background-image: url(//info.premisehealth.com/hubfs/Premise_Health_June2019/images/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  clear: both;
  margin:0;
}

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

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

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

/* Pagination */
.blog-pagination {
  margin-top: 70px;
  padding-bottom: 12px;
  display: inline-block;
  font-weight:700;
}
.blog-pagination div {
  display: inline-block;
  color: #bbb;

}
.blog-pagination a {
  color: #00a8d5;
  margin: 0 4px;
  padding: 8px 16px;
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid #00a8d5;
  text-transform: uppercase; 
  display: inline-block;
  text-decoration:none !important;
}
.blog-pagination a.active {
  color: #fff;
  background-color: #00a8d5;
}

.blog-pagination a.inactive {
  color: #bbb;
  border-color: #bbb;
  pointer-events: none;

}


.blog-pagination a.prev-link,
.blog-pagination a.next-link{
  padding: 8px 23px;
}
.blog-pagination a.next-link{
  padding: 8px 38px;
}


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

.hs-blog-post .section.post-body * {
  font-weight: 600;
}

/* =============== Blog Sidebar =============== */
.blog .blog-sidebar {
  margin-left: 10px !important;
}
.blog .blog-sidebar .subscribe-post .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  bottom: -70px;
  padding-left: 0;
}
.blog .blog-sidebar .hs_error_rollup {
  display: block;
}
.blog .blog-sidebar ul li a span.filter-link-count {
  display: none;
}
.sidebar-widget-post a.topic-link {
  margin-bottom: 5px;
}



@media (min-width: 1280px){ 
  .blog .blog-sidebar { 
    width: 24.996923078% !important;
  } 

}



.blog .blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog .blog-sidebar ul li{
}

.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
} 
.blog.hs-blog-post .blog-sidebar .widget-span:first-child {
  margin-bottom: 20px;
} 
.blog .blog-sidebar .hs_error_rollup {
  display: none;
}

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

.blog .blog-sidebar form input[type="text"] {
  font-size: 1em;
  height: auto;
  box-shadow: none;
  border: #DDD 1px solid;
  padding: 0.5em 40px 0.5em 1em;
}
.blog .blog-sidebar h3,
.blog .blog-sidebar h2{
  font-size: 3.2rem;
  line-height: 1.187;
  color: #4a4a4a;
  font-weight: 400;
  margin-top:0px;
  margin-bottom: 16px;

}
.blog .blog-sidebar ul{
  padding-left: 1.25em;
  color: #4a4a4a;
  margin:0px
}

.subscribe-post form {
  border: 1px solid #e7e7e7;
  position: relative;
  display: inline-block;
  width: 100%;
}
.blog .blog-sidebar .subscribe-post input[type="email"] {
  float: left;
  color: #bbb;
  border: none;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0;
  background: transparent;
  width: calc(100% - 130px) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog .blog-sidebar .subscribe-post form input[type="submit"] {
  margin: 5px;
  padding: 15px 13px;
  color: #fff;
  border-color: #fd4916 !important;
  background-color: #fd4916 !important;
  position: absolute;
  right: 0px;
  top: 0px;
}

.blog .blog-sidebar .subscribe-post ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  bottom: -50px;
}
.blog .blog-sidebar .subscribe-post .hs-form-field > label {
  display: none;
}


.post-date {
  font-weight: 600;
}
.sidebar-widget-post h6 {
  line-height: 24px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 10px;

}

.sidebar-widget-post a.topic-link {
  display: inline-block;
  max-width: 140px;
  padding: 7px 14px;
  color: #fff;
  font-size: .9rem;
  margin-right: 8px;
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  background: #00a8d5;
  text-decoration: none !important;
  font-weight:600;
}


/* =============== 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 {}


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


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


.hs-error-msgs {
  padding-left: 0px;
  list-style: none;
  margin-top: 0px;
}
.hs-error-msgs label{
  color: #fd4916;
  font-size: 1.3rem;
  font-weight:600;
  font-style:italic;
}

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field {
  display: block;
  margin-bottom: 25px;
  max-width: 700px;
}




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

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

/* Labels and Legends */
label {
  display: block;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
.hs-form-field > label {
  color: #4a4a4a;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Nunito,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.hs_recaptcha {
  margin-top: 20px;
}

#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 100% !important;
  padding: 14px 20px !important;
  font-size: 2rem !important;
  margin: 0 0 1rem !important;
}

/* 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 {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  outline: none;
  font-size: 2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 14px 20px;
  font-family: Nunito,Helvetica Neue,Helvetica,Arial,sans-serif;
  border: 1px solid #bbb;


  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -o-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

.custom-header input[type="text"]:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca !important;
  box-shadow: 0 0 5px #cacaca !important;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -o-transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

li.hs-form-radio label {
  color: #4a4a4a;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: Nunito,Helvetica Neue,Helvetica,Arial,sans-serif;
}


/* Separate Styles for Multiple Line Inputs */
textarea {
  resize: none;
  height: 170px;
  min-height: 170px;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
  background-size: 20px 20px;
  background-image: url(//info.premisehealth.com/hubfs/Premise_Health_June2019/images/download.svg);
  background-repeat: no-repeat;
  height:60px;
  background-position: center right 10px;

}
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: #cacaca;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #cacaca;
} /* Firefox 18- */
::-moz-placeholder {
  color: #cacaca;
} /* Firefox 19+ */
input :-ms-input-placeholder {
  color: #cacaca;
} /* 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;
  outline: none;
  margin-top: 15px;
  padding: 20px 70px;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #00a8d5;
  background-color: #00a8d5;
  font-family: Nunito,Helvetica Neue,Helvetica,Arial,sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  white-space: normal;

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #0088ac;
}

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


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


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


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

@media screen and (max-width: 1765px){
  .blog .blog-sidebar {
    width: 23.996923078% !important;
  }


}
@media (max-width: 1300px) {
  .blog .blog-sidebar .subscribe-post form {
    padding:5px;
  }
  .blog .blog-sidebar .subscribe-post form input[type="submit"] {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0px;
  }
  .sidebar-widget-post a.topic-link {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .blog .blog-sidebar .subscribe-post ul.no-list.hs-error-msgs.inputs-list {
    position: static;
    clear: both;
    margin: 10px 0;
  }
  .oss-widget-interface.share-container {
    overflow: hidden;
  }


}

@media screen and (max-width: 1279px){
  .blog .blog-sidebar {
    width: 24.404255317% !important;
  }


}



@media screen and (min-width: 1024px){
  .custom-footer .footer__social {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 10px 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page__cta .cta__content {
    top: 0;
    width: 711px;
    height: 100%;
    margin-top: 0;
    position: absolute;
  }
  .page__cta .cta__content .content__bkgd--mobile {
    display: none;
  }
  .page__cta .cta__content .content__bkgd--desktop {
    display: block;
  }

}



@media (max-width: 1280px) {
  .custom-header .page-center { padding-right: 10px !important;}
}

@media (max-width: 1199px) {
  .lp-header .mobile-trigger {
    display: none !important;
  }

  .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0px 30px;
  }
  .header-top-nav {
    display: none !important;
  } 
  .custom-header .logo { width: 139px;}
  .custom-header{
    top: 0;
    left:0px;
    margin: 0 auto;
    position: fixed;
    width:100% !important;
    z-index: 101;
    background-color: #fff;
    padding-top:0px;
  }
  .custom-header .header-logo {
    padding: 0;
  }
  .custom-header .page-center {
    padding: 0px 20px !important;
  }
  .custom-header a.sticky-logo {
    display: none;
  }
  .custom-header .header-logo {
    padding: 0;
    width: 100% !important;
  }
  .custom-header .md-hide {
    display: block !important;
  }
  .custom-header .search__trigger {
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    right: 42px;
    top: 11px;

  }
  .custom-header .mobile__search.mob-search-open {
    display: block;
    z-index: 10;

  }
  body.search-open {
    overflow: hidden;
  }
  .custom-header .mobile__search .search__form .input--text{
    padding-left:5px;
    padding-right:5px; 
  }
  .custom-header .mobile__search .search__form .input--image{
    outline:none;
  }
  .mobile-search.md-hide {
    min-height: auto;
  }
  .header-container-wrapper {
    min-height: 64px;
  }
  .custom-header {
    height: 65px;
  }
  .custom-header .mobile__search .search__close svg#icon-menu-close {
    display: block;
  }

  body .body-container-wrapper .page-center {
    padding: 0px 100px !important;
  }
  body .body-container-wrapper .page-center.banner-container,
  body .body-container-wrapper .page-center.full-width{
    padding: 0px !important;
  }




}


@media (min-width: 1024px) {
  .span6.widget-span.widget-type-custom_widget.copyright-links {
    float: right;
  }
  .span6.widget-span.widget-type-custom_widget.copyright-text {
    float: left;
    margin-left: 0px;
  }
}


@media (max-width: 1023px) {

  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field {
    max-width: 100%;
  }
  .footer-top-links span.hs_cos_wrapper {
    display: block;
    margin-bottom: 28px;
  }
  .footer-top-links a {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: 100%;
  }
  .container-fluid .row-fluid .page-center{
    padding:0px 20px;
  }
  .custom-footer {
    padding: 0px;
  }
  .footer-container-wrapper .page-center{
    padding:0px 20px !important;
  }
  .footer-top-links a {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .custom-footer ul li a {
    display: inline-block !important;
  }
  .footer-main-section .page-center .row-fluid {
    display: block;
    display: block;
    display: block;
    display: block !important;
  }
  .footer-main-section .page-center .row-fluid .span4 {
    -webkit-box-flex:  100%;
    -webkit-flex:  100%;
    -ms-flex:  100%;
    flex: 100%;
    margin: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
  .copyright {
    padding-top: 0px;
    padding-bottom: 35px;

  }
  .copyright-links {
    text-align: left;
    padding: 0 0px;
    float:left;
    width:100% !important;
    margin-left:0px !important;
    margin-right:0px !important;
  }
  .copyright-text {
    float:left;
    width:100% !important;
    margin-left:0px !important;
    margin-right:0px !important;
  }
  .copyright-text p { 
    padding-left: 0px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .footer__social {
    margin-bottom: 12px;
  }
  .custom-footer .footer__social a {
    margin-left: 24px;
    vertical-align: middle;
  }
  .copyright-links a {color: #858585;}
  .footer-main-section .page-center .row-fluid .span4.newsletters {
    margin-bottom: 24px !important;
  }
  .custom-footer .form-title{
    margin-bottom:0px;
  }
  .custom-footer .first-column {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 46px;
    text-transform: uppercase;
  }
  .custom-footer .secound-column {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 38px !important;
  }
  .custom-footer .first-column ul li {
    margin-bottom: 0px;
  }
  .footer-button {
    margin-bottom: 0px;
  }
  .page__hero .hero__image {
    background-position: 85% 0;
    margin-top: 0px;
  }
  .blog .page__hero .hero__image {
    margin-top: 66px;
  }
  .page__hero .hero__image {
    background-color: #fff;
  }
  .page__hero .hero__image .bkgd__fade {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, hsla(0,0%,100%,0)),color-stop(90%, #fff));
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 90%);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff 90%);
  }
  .page__hero .hero__image:before,
  .page__hero .hero__image:after{
    display:none;
  }
  .page__hero .hero__shape {
    display: none;
  }

  .page__hero--orange .hero__content, .page__hero--orange .hero__content:before {
    background-color: #fd4916;
  }
  .page__hero .hero__content:before {
    top: -44px;
    -webkit-clip-path: polygon(0 100%,100% 100%,0 0);
    clip-path: polygon(0 100%,100% 100%,0 0);
  }
  .page__hero .hero__content:after, .page__hero .hero__content:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 45px;
  }
  .page__hero .hero__content:after {
    bottom: 0;
    background-color: #fff;
    -webkit-clip-path: polygon(100% 0,0 100%,100% 100%);
    clip-path: polygon(100% 0,0 100%,100% 100%);
  }
  .page__hero .hero__content:after, 
  .page__hero .hero__content:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 45px;
  }
  .page__hero .hero__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: -89px;
    padding: 30px 30px 60px;
    color: #fff;
    opacity: .8;
  }
  .hero__info.aos-init.aos-animate {
    width: auto;
    margin-left: 0px;
    margin-top: 0px;
  }
  .page__hero .hero__info h1 {
    margin-top: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 34px;

  }
  .page__hero.page__hero--primary {
    margin-bottom: 50px;
  }
  .header__cta--mobile {
    padding: 0 20px;
    margin-top: 23px;
  }


  h1 {
    font-size: 3.4rem;
    line-height: 1.176;
  }
  h2{
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  h5 {
    line-height: 1.4;
    font-size: 2rem;
  }

  body .body-container-wrapper .page-center {
    padding: 0px 15px !important;
  }
  body.hs-blog-post .body-container-wrapper .page-center {
    padding: 0px 40px !important;
  }
  body.hs-blog-post .body-container-wrapper .page-center.full-width{
    padding: 0px !important;
  }
  .blog-listing-wrapper .post-listing { display: block;}
  .blog-listing-wrapper .post-listing .post-item {
    -webkit-flex: 0 0 100%%;
    -ms-flex: 0 0 100%%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog .blog-content {
    width: 100%;
  }
  .blog .blog-sidebar {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .blog-listing-wrapper .post-listing {
    max-width: 100%;
  }

  .page__cta .cta__content .content__text {
    left: 0;
    top: -30px;
    width: 100%;
    padding: 20px;
  }
  .page__cta .cta__content .content__bkgd--desktop {
    display: none;
  }
  .page__cta {
    height: auto;
    margin: 40px 0 20px;

  }
  .page__cta .cta__content .cta__btn {
    width: 90%;
    bottom: auto;
    margin-top: 45px;
    margin-left: 20px;
  }

  .blog .blog-sidebar h3, 
  .blog .blog-sidebar h2 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;

  }
  .blog-pagination .blog-pagination-center {
    display: none;
  }
  .blog-pagination {
    display: inline-block;
    width: 100%;
  }
  .blog-pagination div {
    display: inline-block;
    width: 50%;
    text-align:center;
    float: left;

  }
  .blog-pagination .blog-pagination-left{
    padding-right:4px;
  }
  .blog-pagination .blog-pagination-right{
    padding-left:4px;
  }
  .blog-pagination a.prev-link, .blog-pagination a.next-link {
    width: 100%;
  }
  .blog-pagination a{
    margin:0px !important;
  }
  .sort-options .column-titlle {
    width: 100%;
  }
  .sort-options .column-option {
    width: 100%;
    padding-left: 0px;
  }
  span.dropdown-title{
    margin-left:0px;
  }
  .hs-blog-post .blog-sidebar {
    margin-top: 0px !important;
  }
  .blog .blog-sidebar .subscribe-post input[type="email"] {
    width: 100% !important;
  }
  .blog-section.post-page {
    max-width: 100%;
  }

}

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

@media (max-width: 767px) {

  .hs-blog-listing .hs-author-profile{
    display:inline-block;
    width:100%;
  }  
  .hs-author-profile .hs-author-bio {
    float: left;
    width: 100%;
  } 
  .hs-author-social-section {
    float: left;
    width: 100%;
  } 
  .hs-author-profile .hs-author-avatar{
    margin-bottom:15px;
  }
  .footer-main-section .page-center .row-fluid .span4.newsletters {
    margin-bottom: 49px !important;
  }
  .custom-footer .secound-column {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 50px !important;
  }
  .hs_recaptcha {
    min-height: 69px;
    overflow: auto;
  }
  .blog-pagination a.prev-link {
    margin-left:0px;
  }
  .blog-pagination a.next-link{
    margin-right:0px;
  }
  .post-body img { 
    margin: 0 auto !important; 
    display: block !important; 
    float: none !important; 
    width: auto !important; 
  } 
  .hs-author-profile .hs-author-avatar { 
    float: none;
    margin: 0 0 10px; 
  }

  form.hs-form fieldset .hs-form-field {
    padding: 0 0px 0 0;
  }
  .form-columns-2 .hs-form-field:first-child {
    padding-right: 5px !important;
  }
  .form-columns-2 .hs-form-field:last-child {
    padding-left: 5px !important;
  }

}  


@media screen and (max-width: 40em) {
  .page__cta .cta__content .cta__btn {
    position: relative;
    margin-top: 0;
  }
  .page__cta .cta__content .content__text {
    top: 0;
  }
  .blog .blog-sidebar .subscribe-post form {
    padding:5px;
  }
  .blog .blog-sidebar .subscribe-post form input[type="submit"] {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0px;
  }

}

@media screen and (max-width: 39.9375em) {
  .page__cta .cta__bkgd {
    height: 300px;
    background-position: right -116px bottom 10px;
  }


}

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

@media (max-width: 479px) {

  .form-columns-2 .hs-form-field:first-child {
    padding-right: 0px !important;
  }
  .form-columns-2 .hs-form-field:last-child {
    padding-left: 0px !important;
  }
  body.hs-blog-post .body-container-wrapper .page-center {
    padding: 0px 50px !important;
  }


}



