/* ==========================================================================
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=Lato%3A300%2C400%2C700%7CRaleway%3A400%2C500%2C600%2C700&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@font-face {
	font-family: "AndesRounded";
	src: url("//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/fonts/335446_0_0.eot?#iefix") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/fonts/335446_0_0.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/fonts/335446_0_0.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/fonts/335446_0_0.ttf") format("truetype");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

* {
	outline: 0;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

html, body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}

html {
	scroll-behavior: smooth;
	font-size: 10px;
}

body {
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.42857143;
}

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

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


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

/* Basic text */
p {
	margin: 0 0 10px;
	color: #3b3b3b;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-family: "AndesRounded",sans-serif;
	color: #ff5859;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

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

.body-container a {
	color: #23135e;
	border-bottom: 1px solid #ff5859;
}
.body-container a:hover {
	text-decoration: none;
	border-bottom: none;
}

.blog .body-container a {
	color: #23135e;
	border-bottom: none;
}

.body-contianer a:hover,
.body-contianer a:focus,
.body-contianer a:active {
	border-bottom: none;
}

/* Anchor Links For After */
.body-container .hs_cos_wrapper_type_rich_text a {}

/* Anchor Links For Blog */
.body-container .section.post-body .hs_cos_wrapper_type_rich_text a {}

/* Lists */
.body-container  .hs_cos_wrapper_type_rich_text ul {}
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
li:not([class]) {}
ul:not([class]) > li:not([class]){}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	z-index: 99;
}

.sticky-header .custom-header {
	position: fixed;
}

.hs-top-header {
	background: #23135e;
	display: block;
	padding: 10px 15px;
}

.hs-top-header .hs-header-social {
	width: auto;
}

.header_social {
	float: left;
	line-height: 1;
}

.header_social div {
	float: left;
	margin: 0 11px 0 0;
}

.header_social div a {
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}

.header_email {
	float: left;
	margin: 4px 0 0 25px;
	line-height: 1;
}

.header_email a {
	color: #fff;
	font-family: "AndesRounded",sans-serif;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.header_email a i, .header_phone a i {
	display: none;
}

.header_phone {
	float: left;
	margin: 5px 0 0 25px;
	line-height: 1;
}

.header_phone a {
	color: #fff;
	font-family: "AndesRounded",sans-serif;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.hs-top-header .hs-header-search {
	margin: 0;
	width: auto;
	float: right;
}

.header_search {
	float: left;
	position: relative;
}

.header_search .field {
	margin: 0;
	font: inherit;
	font-family: inherit;
	line-height: inherit;
	float: left;
	height: 26px;
	width: 153px;
	background: #fff;
	border: none;
	padding: 0 35px 0 10px;
	font-size: 14px;
	color: #20155a;
	border-radius: 0;
}

#searchsubmit {
	font: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-appearance: button;
	float: right;
	margin-top: 5px;
	background: none;
	color: #23135e;
	border: 0;
	outline: none;
	cursor: pointer;
}

.header_search #searchsubmit {
	background: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/search_icon.jpg) no-repeat left center;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px !important;
	padding: 0 !important;
	height: 26px;
	margin: 0;
	text-indent: -10000px;
}

.header_search .field::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #20155a;
	opacity: 1;
	font-size: 14px;
}

.header_search .field::-moz-placeholder {
	/* Firefox 19+ */
	color: #20155a;
	opacity: 1;
	font-size: 14px;
}

.header_search .field:-ms-input-placeholder {
	/* IE 10+ */
	color: #20155a;
	opacity: 1;
	font-size: 14px;
}

.header_search .field:-moz-placeholder {
	/* Firefox 18- */
	color: #20155a;
	opacity: 1;
	font-size: 14px;
}

.hs-top-header .header-top-menu {
	margin: 0;
	width: auto;
	float: right;
}

.header-top-menu .hs-menu-wrapper {
	margin: 3px 16px 3px 0;
}

.header-top-menu .hs-menu-wrapper > ul {
	display: block;
}

.header-top-menu .hs-menu-wrapper > ul > li {
	float: left;
}

.header-top-menu .hs-menu-wrapper > ul > li > a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}

.hs-bottom-header {
	background: #f4f3f1;
	padding: 0 15px;
}

.hs-bottom-header .hs-logo {
	width: auto;
	padding: 18px 0 0 0;
}

.hs-logo img {
	vertical-align: middle;
}

.hs-bottom-header .hs-header-botton {
	float: right;
	padding: 24px 0 0 0;
	margin: 0;
	width: auto;
}

.hs-header-botton a {
	margin: 0 0 0 6px;
	display: inline-block;
	line-height: 43px;
	padding: 0 15px;
	background: #23135e;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.hs-header-botton a:first-child {
	background: #ff5859;
}

.hs-top-header,
.hs-bottom-header .hs-header-botton {
	-webkit-font-smoothing: none;
}


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

.body-container-wrapper {}
.body-container {
	padding: 50px 0;
}
.content-wrapper {}
.main-content,.sidebar.left, .sidebar.right {
	margin-bottom: 30px;
}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer {
	position: relative;
	padding: 55px 50px 34px;
	background: #23135e;
}

.footer-last-sec {
	display: block;
	width: 100%;
	padding: 100px 0 0 0;
	position: relative;
	text-align: center;
}

.footer-last-sec .hs-copyright {
	width: auto;
	margin: 29px 0 0 0;
	font-size: 14px;
	color: #a5a1b3;
	font-family: 'Lato', sans-serif;
	line-height: 1;
}

.hs-copyright p {
	margin: 0;
	font-size: 14px;
	color: #a5a1b3;
	font-family: 'Lato', sans-serif;
	line-height: 1;
	font-weight: normal;
}

.footer-last-sec .hs-footer-logo {
	margin: 0;
	width: auto;
	display: inline-block;
	float: none;
}

.hs-footer-logo span > span {
	float: left;
	padding: 0 12px;
}

.footer-last-sec  .hs-footer-social {
	float: right;
	width: auto;
	margin: 16px 40px 0 0;
}

.footer_facebook a:hover, .footer_twitter a:hover {
	color: #fe5858;
	border-color: #fe5858;
}

.footer_social p {
	float: left;
	line-height: 36px;
	font-size: 12px;
	color: #a5a1b3;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 0 14px 0 0;
	margin: 0;
}

.footer_facebook, .footer_twitter {
	float: left;
	padding: 0 4px;
}

.footer_facebook a, .footer_twitter a {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 18px;
}

.footer-menu-sec {
	padding: 70px 0 0 0;
}

.footer-menu-sec > .row-fluid-wrapper {
	margin-right: -15px;
	margin-left: -15px;
}

.footer-menu-sec .hs-col1-menu {
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}

.footer-menu-sec .hs-right-menu {
	margin: 0;
	width: 75%;
	padding-right: 15px;
	padding-left: 15px;
}

.hs-right-menu .hs-col2-menu {
	width: 41.66666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.hs-right-menu .hs-col3-menu {
	margin: 0;
	width: 58.33333333%;
	padding-right: 15px;
	padding-left: 15px;
}

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

.hs-col1-menu .hs-menu-wrapper > ul > li {
	display: block;
	line-height: 1;
	float: none !important;
	margin: 20px 0 0 0;
}

.hs-col1-menu .hs-menu-wrapper > ul > li:first-child {
	margin-top: 0;
}

.hs-col1-menu .hs-menu-wrapper > ul > li > a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.hs-col1-menu .hs-menu-wrapper > ul > li > a:hover,
.hs-col2-menu .hs-menu-wrapper > ul ul li a:hover {
	text-decoration: none;
}

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

.hs-col2-menu .hs-menu-wrapper > ul > li {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1;
}

.hs-col2-menu .hs-menu-wrapper > ul > li > a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #ff5859;
	text-transform: uppercase;
	text-decoration: none;
}

.hs-col2-menu .hs-menu-wrapper > ul ul {
	margin: 30px 0 0 0;
}

.hs-col2-menu .hs-menu-wrapper > ul ul li {
	margin: 16px 0 0 0;
	line-height: 1;
}

.hs-col2-menu .hs-menu-wrapper > ul ul li:first-child {
	margin-top: 0;
}

.hs-col2-menu .hs-menu-wrapper > ul ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-transform: none;
	display: inline-block !important;
	white-space: normal !important;
}

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

.hs-col3-menu .hs-menu-wrapper > ul > li {
	line-height: 1;
	width: 100%;
}

.hs-col3-menu .hs-menu-wrapper > ul > li > a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #ff5859;
	text-transform: uppercase;
	text-decoration: none;
}

.hs-col3-menu .hs-menu-wrapper > ul ul {
	margin: 30px 0 0 0;
}

.hs-col3-menu .hs-menu-wrapper > ul ul li {
	line-height: 1;
	float: left;
	width: 33.33333%;
	padding: 0 0 0 17px;
	position: relative;
}

.hs-col3-menu .hs-menu-wrapper > ul ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 8px;
	height: 12px;
	background: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/menu_navicon.png) no-repeat 0 0px;
}

.hs-col3-menu .hs-menu-wrapper > ul ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block !important;
	white-space: normal !important;
}
.hs-col3-menu .hs-menu-wrapper > ul ul li a:hover {
	text-decoration: none;
}

.hs-col3-menu .hs-menu-wrapper > ul ul li:nth-child(n+4) {
	margin: 25px 0 0 0;
}

.footer-app-sec {
	background: #ff5859;
	padding: 68px;
	margin: 37px 0 0 0;
}

.footer-app-sec .footer-app-txt {
	width: auto;
	width: calc(100% - 520px);
}

.footer-app-txt p {
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	margin: 0;
	text-decoration: none;
	line-height: 1.42857143;
}

.footer-app-sec .footer-app-btn {
	margin: 0;
	width: auto;
	float: right;
}

.footer-app-btn a {
	float: left;
	line-height: 80px;
	padding: 0 56px;
	background: #23135e;
	color: #fff;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}

.location-wrap {
	display: block;
	background: #fff;
	padding: 36px 21px;
	overflow: hidden;
}

.location-inner {
	position: relative;
	float: left;
	width: 16.66666667%;
	padding: 0 21px;
}

.location-inner .location-tit h3, .location-inner .location-tit h3 a {
	font-size: 16px;
	color: #23135e;
	font-family: "Lato",sans-serif;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
}

.location-inner .location-tit h3 a:hover {
	color: #ff5859;
}

.location-address {
	display: block;
	margin: 10px 0 0 0;
	min-height: 51px;
}

.location-address p {
	margin: 0;
	font-size: 12px;
	color: #23135e;
	font-family: "Lato",sans-serif;
	line-height: 1.42857143;
	font-weight: normal;
}

.location-phone {
	display: block;
	margin: 20px 0 0 0;
}

.location-phone a {
	color: #23135e;
	font-size: 12px;
	font-family: "Lato",sans-serif;
	text-decoration: none;
	line-height: 1.5;
}

.location-email {
	display: block;
	width: 100%;
}

.location-email a {
	color: #ff5859;
	font-size: 12px;
	font-family: "Lato",sans-serif;
	text-decoration: none;
	word-wrap: break-word;
}

.location-email a:hover {
	color: #23135e;
}

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

.location-direction a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #ff5859;
	font-family: "Lato",sans-serif;
	padding: 0 0 0 22px;
}

.location-direction a:after {
	position: absolute;
	content: "";
	background: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/map-pin.svg) no-repeat 0 0;
	top: 0;
	left: 0;
	width: 15px;
	height: 21px;
	background-size: 98% auto;
}

.location-tit {
	line-height: 1;
	min-height: 16px;
}

.location-tit a {
	font-size: 16px;
	color: #23135e;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
}

.location-tit a:hover {
	color: #fe5858;
}

.location-image {
	margin: 15px 0 0 0;
}


/* =============== JS Imports =============== */

.custom-js-imports {
	min-height: 0 !important;
}

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


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:768px) {
	/* Parent List */
	.hs-bottom-header .custom-menu-primary {
		margin: 0 0 0 66px;
		width: auto;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		display: block;
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li{}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
		position: static;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		vertical-align: baseline;
		font-weight: normal;
		color: #23135e;
		padding: 0 15px;
		line-height: 93px;
		border-left: 1px solid #dfddde;
		background: none;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
		text-decoration: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
		border-right: 1px solid #dfddde;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
		background: #fe5858;
		color: #fff;
		text-decoration: none;
	}

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

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

	/* Fix menu disappearing on desktop after toggling mobile menu */

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

@media screen and (min-width:768px) {

	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul {
		background-color: #fff;
		border-top: 11px solid #fe5858;
		background: #fff;
		transform: translate(0, 10px);
		transition: all 200ms ease-in;
		width: 100%;
	}

	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > ul{
		opacity: 1 !important;
		visibility: visible !important;
		transform: translate(0, 0);
		transition: all 200ms ease-in;
	}

	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul:before,
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul:after {
		content: "";
		display: table;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul:after {
		clear: both;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-why-choose-us > ul > li,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-where-to-start > ul > li{
		width: 33.33333%;
		float: left;
		min-height: 1px;
		padding: 35px 0 0 35px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-why-choose-us > ul > li:last-child,
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-where-to-start > ul > li:last-child{
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
		position: static !important;

		opacity: 1 !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > ul {
		visibility: visible !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
		padding: 0 0 0 15px !important;
		position: relative;
		color: #666;
		font-size: 14px;
		display: block;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:not(:first-child) {
		margin: 24px 0 0 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
		color: #21135e !important;
		font-weight: 400 !important;
		font-family: 'Lato', sans-serif !important;
		text-transform: none !important;
		line-height: 1 !important;
		font-size: 16px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:after {
		background: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/menu_navicon.png) no-repeat 0 0px;
		content: "";
		position: absolute;
		left: 0;
		top: 1px;
		width: 8px;
		height: 12px;
		display: block;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li img {
		width: 100%;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul {
		width: 860px !important;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(1) {
		float: left !important;
		width: 18% !important;
		padding: 35px 0 0 35px !important;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(2) {
		float: left !important;
		width: 28% !important;
		padding: 35px 0 0 35px !important;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(3) {
		float: left !important;
		width: 25% !important;
		padding: 0;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(4) {
		padding: 38px !important;
		width: 29% !important;
		float: left !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > ul {
		position: static !important;
		opacity: 1 !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > ul > li > ul {
		visibility: visible !important;

	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li > a {
		line-height: 1.7;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		font-family: 'Lato', sans-serif !important;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(4) > ul > li {
		display: block;
		margin: 17px 0 0 0 !important;
		padding: 0 !important;
		position: relative;
		z-index: 1;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(4) > ul > li > a {
		display: inline-block;
		background: #fbf2f1;
		font-family: 'Lato', sans-serif !important;
		font-size: 14px;
		color: #23135e !important;
		padding: 0 21px;
		height: 43px;
		line-height: 43px !important;
		text-decoration: none;
		transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(4) > ul > li > a:after{
		display: none;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul:after {
		background: #f6dedb;
		width: 29%;
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		height: 100%;
		display: block !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-our-clinics > ul > li {
		padding: 0 18px;
		width: 50%;
		float: left;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-our-clinics > ul > li:nth-child(n+3) {
		margin: 24px 0 0 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-our-clinics > ul {
		display: block;
		background: #fff;
		padding: 36px 21px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-our-clinics > ul > li > a {
		font-size: 16px;
		color: #23135e;
		font-family: "Lato",sans-serif;
		font-weight: 700;
		line-height: 1;
		display: inline-block;
		text-transform: uppercase;
		text-decoration: none;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul {
		transition: all 200ms ease-in !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
		white-space: normal !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
		text-decoration: none;
	}
}

@media (max-width:1199px) and (min-width:768px) {
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul {
		left: -120px !important;
	}
}

@media (max-width:1020px) and (min-width:1001px) {
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul {
		left: -150px !important;
	}
}

@media (max-width:1000px) and (min-width:992px) {
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul {
		left: 20px !important;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.custom-menu-primary .hs-menu-wrapper > ul {
		display: inline-block;
		float: left;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul {
		width: 100% !important;
		left: 0 !important;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(1),
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(2) {
		padding: 35px 0 0 25px !important;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(4) {
		padding: 20px !important;
		width: 29% !important;
		float: left !important;
	}
}


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

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

@media (max-width: 767px){

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

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

	.mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		float: right;
		margin: 17px 15px 0 20px;
		background: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/menu-black.svg) no-repeat 0 0;
		width: 31px;
		height: 24px;
		border: none;
		background-size: 30px;
	}
	.close_menu_wrap {
		display: block;
		width: 100%;
		text-align: right;
		padding: 23px 15px 3px;
	}
	.close_menu_wrap a {
		background: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/menu-closeblack.svg) no-repeat center;
		display: inline-block;
		width: 30px;
		height: 30px;
		border: none;
	}

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

	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 55px !important;
		min-width: 55px !important;
		height: 38px !important;
		padding: 0 !important;
	}
	.child-trigger:after {
		content: "";
		position: absolute;
		right: 15px;
		top: 5px;
		width: 30px;
		height: 30px;
		z-index: 3;
		cursor: pointer;
		background: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/arrow.svg) no-repeat center;
		background-size: 14px auto;
	}
	.child-trigger.child-open:after {
		position: absolute;
		top: 5px;
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}

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

	.custom-menu-primary.js-enabled{
		position: relative;
	}

	/* Hide menu on mobile */
	.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;
	}

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

	.custom-menu-primary.mobile {
		position: fixed;
		transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: #f4f3f1;
		overflow: auto;
		z-index: 999;
	}
	.mobile-open .custom-menu-primary.mobile {
		top: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		text-align: center;
		margin: 3px 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		display: inline-block;
		width: 100% !important;
		position: relative;
		padding: 5px 0;
		font-size: 20px;
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		color: #23135e;
		text-decoration: none;
		z-index: 1;
		text-align: center;
		line-height: 1.42857143 !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		margin: 3px 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		display: inline-block;
		width: 100%;
		position: relative;
		padding: 5px 0;
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		color: #23135e;
		text-decoration: none;
		z-index: 1;
		font-size: 17px;
		text-align: center;
		line-height: 1.42857143;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
		margin-bottom: 0;
	}

}


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


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

div#captcha_wrapper {
	overflow: auto;
}

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

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

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

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


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

.blog .blog-content {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 75%;
	left: 25%;
}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
	padding-left: 70px;
	padding-top: 20px;
	padding-bottom: 100px;
}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
	padding-left: 70px;
	padding-bottom: 30px;
}

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
	text-decoration: none;
	color: inherit;
}
.post-header h2 a:hover {
	text-decoration: none;
	color: inherit;
}

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

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

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

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

/* 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 */
.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
	margin:15px 0;
}
#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date {
	font-size: 13px;
	text-align: left;
	display: block;
}
.comment-from {
	font-weight: bold;
	display: block;
}
.comment-body { padding: 10px 0; }
.comment-from, .comment-date {
	display: block !important;
	text-align: left !important;
}
/* Pagination */
.blog-pagination {
	display: block;
	clear: both;
	font-size: 1em;
	margin: 20px 7px 37px 0;
	padding: 20px 0 0;
}
.blog-pagination a {
	display: inline-block;
	margin-right: 15px;
}
.blog-pagination .custom-clear {
	display: inline;
	font-size: 17px;
	background: #fff;
	border: 1px solid #e3dfdf;
	border-radius: 3px;
	color: #8a8a8a;
	font-weight: 300;
	margin: 2px 5px 2px 0;
	padding: 3px 7px 2px 6px;
	float: left;
}

.blog-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

.blog-pagination:after {content: '';display: table;clear: both;}

.blog-pagination ul li {
	float: left;
}

.blog .blog-pagination ul li a {
	font-size: 17px;
	text-decoration: none!important;
	color: #1bcfc9!important;
	background: #fff!important;
	border: 1px solid #1bcfc9;
	border-radius: 3px;
	font-weight: 300;
	margin: 2px;
	padding: 3px 10px 2px 10px;
}

.blog .blog-pagination ul li a:hover, .blog .blog-pagination ul li a.active {
	background: #1bcfc9!important;
	color: #fff!important;
	margin: 2px;
	padding: 3px 10px 2px 10px;
	transition: all .2s ease 0s;
}

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


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

.blog .blog-sidebar {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 25%;
	right: 75%;
	margin: 0;
}

/* Blog Modules */

.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{
}

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

.blog .body-container {
	position: relative;
	background-image: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/r.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	margin-bottom: -50px;
	padding-bottom: 0;
	padding-top: 19px;
}

.blog .body-container .page-center {
	padding: 0;
}

.breadcrumbs {
	padding-top: 12px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-left: 0px;
	padding-bottom: 8px;
	border-bottom: 3px solid #ff5859;
}

.breadcrumbs span {
	font-size: 13px;
	color: #7b719e;
}

.breadcrumbs a {
	font-weight: 400;
	color: #7b719e;
	margin-left: 0px;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs em {
	margin-left: 1px;
	margin-right: 1px;
	font-style: normal;
}

.breadcrumbs-wrap h1 {
	margin-top: 15px;
	margin-bottom: 28px;
	font-weight: 600;
	color: #ff5859;
	margin-left: 0px;
	font-size: 32px;
	line-height: 1.1;
}

.blog .body-container .page-center.content-wrapper {
	padding-top: 30px;
	overflow-x: hidden;
}

.blog .body-container .page-center.content-wrapper > .row-fluid-wrapper {
	margin: 0 -15px;
}

.blog-sidebar h2 {
	font-family: "AndesRounded",sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-sidebar h2 a {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	color: #23135e;
	text-decoration: none;
}

.blog-sidebar h2 a:hover {
	color: #381e9a;
}

.blog-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-sidebar ul.mewsmenu {
	margin-bottom: 30px;
	position: relative;
}

.blog-sidebar ul li {
	font-family: "AndesRounded",sans-serif;
	margin-left: 0px;
	list-style-type: none;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 2px solid #dcd8d6;
	padding: 8px 0px 8px 0px;
}

.blog .blog-sidebar ul li a {
	display: block;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	color: #7b719e;
}

.blog .blog-sidebar ul li a:hover {
	color: #ff5859;
	text-decoration: none;
}

.blog-sidebar ul li.blog a {
	color: #ff5859;
	font-weight: 700;
}

.blog-listing-wrapper .post-listing {
	display: flex;
	flex-wrap: wrap;
}

.blog-listing-wrapper .post-listing .post-item {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 50%;
	flex: 0 0 50%;
}

.post-item .post-item-inner {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	float: left;
	margin-bottom: 25px;
	border: 1px solid #ff5859!important;
	padding: 20px 20px 20px 20px;
	min-height: 340px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.post-item .post-item-inner:hover {
	background: #ff5859;
}

.post-item-inner h3 {
	font-family: "AndesRounded",sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 24px;
	margin-top: 20px;
}

.post-item-inner h3:after {
	content: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/divide.jpg);
	margin-top: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.post-item-inner h3 a {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	text-decoration: none;
	border: none;
	color: #23135e;
}

.post-item .post-item-inner:hover h3 a {
	color: #fff;
}

.post-item-inner p {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	font-family: "AndesRounded",sans-serif;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
}

.post-item-inner p.date {
	font-weight: 700;
}

.post-item .post-item-inner:hover p {
	color: #fff;
}

.inside-features {
	padding-top: 70px;
	padding-bottom: 60px;
	background: #f8f7f5;
	position: relative;
	overflow-x: hidden;
}

.inside-features .page-center {
	padding: 0 !important;
}

.inside-features .page-center .row {
	margin-right: -15px;
	margin-left: -15px;
}

.inside-features .page-center .row:before, .inside-features .page-center .row:after {content: '';}

.inside-features .page-center .row:after {
	display: table;
	clear: both;
}

.inside-features  .col-lg-4 {
	float: left;
	width: 33.33333333%;
	padding-left: 0px;
	padding-right: 15px;
}

.inside-features .col-lg-4 button.baselink {
	font: inherit;
	-webkit-appearance: button;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	border: 10px solid #fff;
	cursor: pointer;
	width: 100%;
	padding: 15px 50px 15px 50px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
}

.inside-features .col-lg-4 button.baselink h6 {
	font-family: "AndesRounded",sans-serif!important;
	position: relative;
	z-index: 9999!important;
	font-weight: 500;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
	text-transform: none!important;
	margin-top: 10px;
}

.inside-features .col-lg-4 button.baselink h6 a {
	color: #fff;
}

.inside-features .col-lg-4 button.baselink h6 a:hover {
	text-decoration: none;
}

.inside-features .col-lg-4 button.baselink:after {
	width: 100%!important;
	height: 0;
	top: 0;
	left: 0;
	background: #fff!important;
	position: absolute;
	top: 0px;
	right: 0px;
	content: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/inv.png);
	z-index: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.inside-features .col-lg-4 button.baselink:hover:after {
	height: 100%!important;
}

.section.post-header h2 {
	color: #ff5859;
	font-size: 22px;
	line-height: 26px;
	font-family: "AndesRounded",sans-serif;
	margin-bottom: 25px;
	margin-top: 20px;
}

.section.post-header h2:before {
	content: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/pink-heading-line.jpg);
	position: relative;
	top: -6px;
	margin-right: 10px;
}

.section.post-header p.date {
	color: #00a09a;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
	line-height: 22px;
}

.section.post-header p.date:before {
	position: relative;
	top: -1px;
	font-family: 'FontAwesome';
	content: "\f073";
	color: #00a09a;
	margin-right: 7px;
}

.blog-post-wrapper .post-body p {
	margin-bottom: 25px;
}

.blog-post-wrapper .post-body a {
	color: #23135e;
	border-bottom: 1px solid #ff5859;
}
.blog-post-wrapper .post-body a:hover {
	text-decoration: none;
	border-bottom: none;
}

.blog-post-wrapper a.backto {
	text-decoration: none!important;
	color: #23135e;
	border-bottom: 1px solid #ff5859;
	padding-bottom: 0px;
}

.blog-post-wrapper a.backto:hover,
.blog-post-wrapper a.backto:focus,
.blog-post-wrapper a.backto:active {
	text-decoration: none!important;
	border-bottom: none;
}

.cm-comment {
	margin-bottom: 100px;
}


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


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

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,	
.widget-type-google_search,
.hs-search-field__bar{
	display: block;
	max-width:677px;
}

.widget-type-google_search input[type="text"] {
	display: block;
}
#hs-pwd-widget-password {
	display: block;
	margin-bottom: 15px;
}
.input ul {
	list-style:none;
	list-style-image:none;
	padding-left: 16px;
}

/* Error List Style */
.hs-error-msgs {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Form Title */
.form-title {}

/* Form Field */
.hs-form-field {
	margin: 10px 0;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
	font-weight: 700;
	font-size: inherit;
	line-height: 1.3;
}

.hs-form-required {
	position: relative;
	top: 4px;
	color: #ff5859;
	font-size: 20px!important;
	margin-left: 4px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
	width: 100%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	font: inherit;
	color: inherit;
	line-height: inherit;
	border: 2px solid #ddd2e7;
	padding: 9px 7px 9px 7px;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {}

.hs-input.invalid.error {}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
	color: red;
	text-transform: none;
}

/* Placeholder Text */
::-webkit-input-placeholder {
	opacity: 1 !important
} /* Webkit Browsers */
:-moz-placeholder {
	opacity: 1 !important
} /* Firefox 18- */
::-moz-placeholder {
	opacity: 1 !important
} /* Firefox 19+ */
:-ms-input-placeholder {
	opacity: 1 !important
} /* 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 textarea, 
#comment-form input[type="email"] {}

#comment-form input[type="text"]:focus,
#comment-form textarea:focus, 
#comment-form input[type="email"]:focus {
	outline: none;
}

#comment-form input[type="text"]:hover, 
#comment-form textarea:hover, 
#comment-form input[type="email"]:hover {}

#comment-form .hs-input.invalid.error {}

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

#comment-form input[type="submit"],
#comment-form .hs-button.primary{}

#comment-form input[type="submit"]:hover,
#comment-form .hs-button.primary:hover {}


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	display: inline-block;
	margin-top: 15px;
	font: inherit;
	font-family: inherit;
	line-height: inherit;
	font-size: 14px;
	text-transform: uppercase;
	background: #ff5859 none repeat scroll 0 0;
	color: #ffffff;
	font-weight: 400;
	border: none;
	padding: 8px 14px 5px 14px;
	transition: all 0.2s ease-in 0s;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
	background: #ff7677 none repeat scroll 0 0;
	text-decoration: none;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container 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                                      
========================================================================== */

.custom-menu-primary.mobile {
	display: none;
}
ul.hs-error-msgs.inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.custom-sample-contact-form {
	padding-top: 30px;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input[type="text"]::-ms-clear {
	display: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
	list-style: none;
	padding: 10px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions a{
	padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
	padding: 10px 0;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
	display: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li {
	margin-bottom: 6px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
	margin-bottom: 10px;
}
.no-nav .footer-last-sec {
	padding-top: 0;
}
.no-nav .hs-bottom-header {
	padding-bottom: 14px;
}
.hs-col2-menu .hs-menu-wrapper > ul ul,
.hs-col3-menu .hs-menu-wrapper > ul ul {
	display: block !important;
	height: auto !important;
}
.no-nav .hs-copyright {
	margin: 0;
}
.no-nav.custom-footer {
	padding-top: 34px;
}
.replying {
	padding: 15px;
}
#comments-listing:not([data-has-comments="true"]){
	display: none;
}
#back-to-top {
	width: 40px;
	height: 43px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999!important;
	text-indent: -9999px;
	background: url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/icon_top.png) no-repeat;
}

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


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

@media only screen and (max-width: 1532px) {
	.inside-features .page-center {
		padding-right: 40px!important;
	}
}

@media (max-width: 1400px) {
	.custom-footer {
		padding: 40px 20px 34px;
	}
	.footer-menu-sec .hs-col1-menu {
		width: 19%;
	}
	.footer-menu-sec .hs-right-menu {
		width: 81%;
		padding-left: 0;
	}
	.hs-right-menu .hs-col2-menu {
		padding-left: 0;
	}
	.footer-app-sec {
		padding: 58px 45px;
	}
	.footer-app-sec .footer-app-txt {
		width: auto;
		width: calc(100% - 450px);
	}
	.location-wrap {
		padding: 36px 12px;
	}
	.location-inner {
		padding: 0 12px;
	}
	.hs-bottom-header .hs-logo {
		padding: 27px 0 0 0;
	}
	.hs-bottom-header .custom-menu-primary {
		margin: 0 0 0 46px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		line-height: 116px;
	}
	.hs-bottom-header .hs-header-botton {
		padding: 10px 0;
	}
	.hs-header-botton a {
		margin: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	.hs-header-botton a+a {
		margin: 10px 0 0;
	}
}

@media (max-width: 1199px) {
	.footer-last-sec .hs-footer-social {
		margin: 16px 58px 0 0;
	}
	.footer-last-sec {
		padding: 50px 0 0 0;
	}
	.footer-app-sec {
		padding: 40px;
	}
	.footer-app-sec .footer-app-txt {
		width: calc(100% - 390px);
	}
	.footer-app-txt p {
		font-size: 25px;
	}
	.footer-app-btn a {
		padding: 0 36px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		line-height: 66px;
	}
	.hs-header-botton a {
		float: none;
		width: auto;
		display: inline-block;
	}
	.hs-header-botton a+a {
		margin: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
		border-right: 0;
	}
	.inside-features .col-lg-4 button.baselink {
		min-height: 120px;
	}
}

@media (max-width: 1000px) and (min-width: 768px) {
	.hs-bottom-header .custom-menu-primary {
		margin: 0;
		width: 100%;
	}
	.hs-bottom-header {
		position: relative;
	}
	.hs-bottom-header .hs-header-botton {
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
		border-left: none;
	}
}

@media (max-width: 991px) {
	.custom-footer {
		padding: 40px 20px 29px;
	}
	.footer-last-sec .hs-footer-social {
		margin: 26px 0 0 0;
		float: none;
		text-align: center;
	}
	.footer-last-sec .hs-footer-social .span12.widget-span.widget-type-custom_widget {
		float: none;
		display: inline-block;
		width: auto;
	}
	.footer-menu-sec .hs-col1-menu {
		width: 100%;
	}
	.hs-col1-menu .hs-menu-wrapper > ul > li {
		float: left !important;
		margin: 0;
		padding: 0 7px;
	}
	.hs-col1-menu .hs-menu-wrapper > ul > li:first-child {
		padding-left: 0;
	}
	.footer-menu-sec .hs-right-menu {
		width: 100%;
		padding-right: 0;
		margin: 30px 0 0 0;
	}
	.footer-app-sec {
		padding: 30px;
	}
	.footer-app-sec .footer-app-txt {
		width: 100%;
	}
	.footer-app-sec .footer-app-btn {
		padding: 20px 0 0;
		text-align: center;
		width: 100%;
	}
	.footer-app-btn a {
		float: none;
		display: inline-block;
	}
	.location-wrap {
		padding: 36px 7px;
	}
	.location-inner {
		padding: 0 7px;
	}
	.footer-last-sec .hs-copyright {
		width: 100%;
		margin: 0 0 25px 0;
		line-height: 1.2;
	}
	.blog .blog-sidebar > div {
		width: 200px;
	}
	.blog-listing-wrapper .post-listing .post-item {
		width: 100%;
		flex: 0 0 100%;
	}
	.inside-features .col-lg-4 button.baselink {
		padding: 15px 40px 15px 40px;
	}
	.section.post-header h2 {
		font-size: 26px;
	}
	.hs-bottom-header .hs-logo {
		padding: 20px 0 13px 0;
	}
}

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

@media (max-width: 767px) {

	.hs_cos_wrapper_type_password_prompt, 
	.hs_cos_wrapper_type_blog_subscribe, 
	.hs_cos_wrapper_type_email_simple_subscription, 
	.hs_cos_wrapper_type_form, .widget-type-google_search, 
	.hs-search-field__bar {
		display: block;
		width: 100%;
		margin-bottom: 30px;
		max-width: 100%;
	}
	#email-prefs-form .email-edit {
		max-width: 100% !important;
	}
	.body-container .hs_cos_wrapper.hs_cos_wrapper_widget {
		display: block;
	}
	.custom-menu-primary.mobile {
		display: block;
	}
	.custom-menu-primary.desktop {
		display: none;
	}
	/* Default Author Style */
	.hs-author-profile h2.hs-author-name {
		text-align: center;
	}
	.hs-author-profile .hs-author-avatar {
		float: none;
		max-width: 100%;
		width: 100%;
		display: block;
		text-align: center;
	}
	.hs-author-profile .hs-author-avatar img {
		max-width: 100px;
	}
	.hs-author-profile .hs-author-bio {
		width: 100%;
	}
	.hs-author-profile .hs-author-social-section {
		display: block;
		margin-top: 10px;
	}
	.blog-post-wrapper .post-body img {
		clear: both;
		float: none !important;
	}
	.span12.widget-span.widget-type-cell.custom-footer {
		padding: 40px 20px 0px;
	}

	.footer-last-sec {
		padding: 0px 15px 25px;
	}

	.footer-last-sec .hs-footer-social {
		margin: 20px 0 0 0;
	}

	.footer-last-sec .hs-copyright p {
		line-height: 1.2;
	}

	.footer-menu-sec {
		padding: 30px 15px 0;
	}

	.hs-col1-menu .hs-menu-wrapper > ul > li {
		width: auto;
	}

	.hs-right-menu .hs-col3-menu {width: 100%;margin: 30px 0 30px 0;}

	.hs-right-menu .hs-col2-menu {
		padding: 0;
		width: 100%;
	}

	.hs-col2-menu .hs-menu-wrapper > ul > li {
		float: left !important;
	}

	.hs-col2-menu .hs-menu-wrapper > ul ul {
		margin-top: 20px;
	}

	.footer-menu-sec .hs-right-menu {
		margin: 30px 0 0 0;
	}

	.footer-app-sec {
		padding: 30px 15px;
	}

	.footer-app-txt p {
		font-size: 20px;
		line-height: 1.3;
	}

	.footer-app-btn a {
		font-size: 22px;
		line-height: 60px;
		padding: 0 30px;
	}
	.hs-col1-menu .hs-menu-wrapper > ul {
		margin: 0 -7px;
	}
	.hs-col1-menu .hs-menu-wrapper > ul > li {
		padding: 5px 7px !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
		border-left: none;
	}
	.hs-top-header .hs-header-social {
		float: left;
	}
	.header_social {
		margin: 2px 0 0 0;
	}
	.header_email {
		margin: 3px 0 0 15px;
	}
	.header_email a, .header_phone a {
		font-size: 19px;
	}
	.header_email a i, .header_phone a i {
		display: block;
	}
	.header_email a .destext, .header_phone a .destext {
		display: none;
	}
	.header_phone {
		margin: 4px 0 0 15px;
	}
	.hs-top-header .header-top-menu {
		display: none;
	}
	.hs-bottom-header .hs-logo {
		padding: 10px 0;
		width: 110px;
		float: left;
	}
	.hs-header-botton a+a {
		display: none;
	}
	.hs-header-botton a {
		width: auto;
		line-height: 15px;
		height: 100%;
		padding: 9px 9px;
		overflow-wrap: normal;
		font-size: 12px;
	}
	.hs-general {
		display: block;
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
		width: 100%;
		padding: 10px 0;
	}
	.hs-general a {
		display: inline-block;
		height: 43px;
		line-height: 43px;
		padding: 0 15px;
		background: #23135e;
		color: #fff;
		text-decoration: none;
		transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		min-width: 200px;
	}
	.span12.widget-span.widget-type-cell.custom-footer {
		padding: 30px 20px 0px;
	}
	/* slick slider */
	.location-wrap {
		padding-bottom: 90px;
	}
	.slick-prev, .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 20px;
		height: 20px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
	}
	.location-wrap .slick-prev,
	.location-wrap .slick-next {
		background: #23135e;
		width: 30px;
		height: 30px;
		z-index: 2;
		top: auto;
		transform: translate(0,0);
		transform: translate(0,0);
		bottom: 30px;
	}
	.location-wrap .slick-prev {
		left: 50%;
		margin-left: -35px;
	}
	.location-wrap .slick-next {
		right: 50%;
		margin-right: -35px;
	}
	.slick-prev:before, .slick-next:before {
		font-family: 'slick';
		font-size: 20px;
		line-height: 1;
		color: white;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.slick-prev:before {
		content: "";
	}
	.slick-next:before {
		content: "";
	}
	.location-wrap  .slick-prev:after {
		content: "";
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #fff;
		position: absolute;
		left: 11px;
		top: 10px;
		transform: rotate(138deg);
		-webkit-transform: rotate(138deg);
		width: 10px;
		height: 10px;
	}
	.location-wrap  .slick-next:after {
		content: "";
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #fff;
		position: absolute;
		left: 9px;
		top: 10px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		width: 10px;
		height: 10px;
	}
	.location-inner {
		padding: 0;
	}
	.location-inner > div {
		padding: 0 7px;
	}
	/**/

	.blog .blog-sidebar {
		display: none;
	}
	.blog .blog-content {
		width: 100%;
		left: 0;
	}
	.blog-listing-wrapper {
		padding-left: 0;
	}
	.blog .body-container .page-center.content-wrapper > .row-fluid-wrapper {
		margin: 0;
	}
	.breadcrumbs {
		display: none;
	}
	.breadcrumbs-wrap .page-center {
		padding: 0 15px !important;
	}
	.inside-features .page-center {
		padding-left: 15px!important;
		padding-right: 60px!important;
	}
	.inside-features .col-lg-4 {
		width: 100%;
	}
	.blog-post-wrapper {
		padding-left: 0;
	}
	.no-nav .hs-bottom-header {
		padding-bottom: 0;
	}
	.blog .body-container {
		background-image: none;
	}
}

@media (max-width: 600px) {
	.custom-footer {
		padding: 0;
	}
	.span12.widget-span.widget-type-cell.custom-footer {
		padding: 0;
	}
	.no-nav .footer-last-sec {
		padding: 25px 15px 25px !important;
	}
}

@media (max-width: 530px) {
	.hs-col3-menu .hs-menu-wrapper > ul ul li {
		width: 50%;
	}
	.hs-col3-menu .hs-menu-wrapper > ul ul li:nth-child(n+3) {
		margin: 25px 0 0 0;
	}
	.hs-col3-menu .hs-menu-wrapper > ul ul li:nth-child(n+2) {
		margin: 25px 0 0 0;
	}
}

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

@media (max-width: 479px) {
	.subscription-template .subscribe-options {
		padding-right: 20px;
	}
	.subscription-template .checkbox-row span.fakelabel span {
		margin-left: 17px;
		font-size: 13px;
	}
}

@media (max-width: 380px) {
	.footer_service_menu ul li ul > li {
		width: 100%;
	}
	.hs-col3-menu .hs-menu-wrapper > ul ul li:nth-child(n+2) {
		margin: 25px 0 0 0;
	}
	.hs-col2-menu .hs-menu-wrapper > ul > li {
		width: 100%;
	}
	.hs-col2-menu .hs-menu-wrapper > ul > li:nth-child(n+2) {
		margin-top: 25px;
	}
	.mobile-trigger {
		background: rgba(0, 0, 0, 0) url(//cdn2.hubspot.net/hubfs/6114157/ReproMed_September2019%20Theme/images/menu-black.svg) no-repeat scroll 0 0 / 25px auto;
		margin: 17px 10px 0 0;
	}
	.content-summary {
		display: none;
	}
	.post-item .post-item-inner {
		min-height: 240px;
		padding-bottom: 10px;
		width: 100%;
	}
	.hs-col3-menu .hs-menu-wrapper > ul ul li {
		width: 100%;
	}
}

@media (max-width: 350px) {
	.hs-header-botton a {
		padding: 9px 4px;
		font-size: 10px;
	}
	.mobile-trigger {
		margin: 17px 6px 0 0;
	}
	.header_search .field {
		width: 140px;
	}
	.header_email {
		margin: 3px 0 0 6px;
	}
	.header_phone {
		margin: 4px 0 0 6px;
	}
	.header_social div {
		float: left;
		margin: 0 8px 0 0;
	}
}






@media (min-width: 768px) {
	.container-fluid .row-fluid .page-center {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.container-fluid .row-fluid .page-center {
		max-width: 970px;
	}
}

@media (min-width: 1025px) {
	.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
		background: #fe5858;
		color: #fff;
		text-decoration: none;
	}
	.header_social div a:hover,
	.header_email a:hover,
	.header_phone a:hover {
		color: #fe5858;
	}
	.header-top-menu .hs-menu-wrapper > ul > li > a:hover {
		color: #fe5858;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
		color: #fe5858 !important;
		text-decoration: none;
	}
	.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-services-treatments > ul > li:nth-child(4) > ul > li > a:hover {
		background: #fff;
		color: #23135e;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-our-clinics > ul > li > a:hover {
		color: #fe5858;
	}
	.hs-header-botton a:hover {
		background: #ff5859;
	}
	.hs-header-botton a:first-child:hover {
		background: #23135e;
	}
	.footer-app-btn a:hover {
		background: #fff;
		color: #23135e;
	}
	.hs-col2-menu .hs-menu-wrapper > ul > li > a:hover {
		color: #fff;
	}
	.hs-col1-menu .hs-menu-wrapper > ul > li > a:hover,
	.hs-col2-menu .hs-menu-wrapper > ul ul li a:hover {
		color: #fe5858;
		text-decoration: none;
	}
	.location-phone a:hover {
		color: #ff5859;
	}
	.location-direction a:hover {
		color: #23135e;
	}
}

@media (min-width: 1200px) {
	.container-fluid .row-fluid .page-center {
		max-width: 1170px;
	}
}


