/* ==========================================================================
   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=Poppins:400,300,700');

/* 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) */
.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: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

body {
    overflow-x: hidden;
    font-family: Poppins,Helvetica, sans-serif;
    font-size: 18px;
    background: #fff;
    /*background: #93cbb2;*/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333;
}

/*image Gallery*/

.vex-content.hs-gallery {
    position: relative;
    background: transparent;
}

.hs_cos_gallery_lightbox_container, .hs_cos_gallery_lightbox {
    width: 50%;
    height: 89%;
    margin: 50px auto!important;
}

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

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

@media (min-width: 768px) and (max-width:1139px){
    .custom_header-social a {
      font-size: 18px !important;
    }
  
    #custom_header-top .custom_header-social
    {
      min-height: 52px;
    }
  
    #custom_header-top .custom_header-social .header-phone
    {
      white-space: nowrap;
    }
  
    .wrap-patient-guide .cta_button
    {
      padding: 6px 8px 6px 8px !important;
      font-size: 15px !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .container-fluid .row-fluid .page-center {max-width: 750px;}
    #custom_header-bottom .page-center
    {
      max-width:100%;  
    }
    #custom_header-bottom .page-center > div {
      padding: 0px !important;
    }
  
    #custom_header-bottom {
    min-height: 153px !important;
    }
  
}

@media (min-width: 1140px) and (max-width:1200px) {
  .custom_header-social a {
    font-size: 20px !important;
  }
}


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

 

.row-fluid .span12 {width: 100%;}
@-webkit-viewport {width:device-width;}
@-moz-viewport {Sitewidth:device-width;}
@-ms-viewport {width:device-width;}
@-o-viewport {width:device-width;}


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

/* Basic text */
p { 
  
    margin: 0 0 15px;
    font-family: Poppins,Helvetica, sans-serif;
    font-size: 18px;
    /*background: #fff;*/
    /*background: #93cbb2;*/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333;
} 
small {}
b, strong {
    font-weight: 700;
}
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 {
    font-family: poppins;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    color: #4b939a;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

h1 {font-size: 36px;}
h2 {
    font-family: Poppins,Helvetica, sans-serif;
    font-weight: 300;
    color: #4b939a;
    margin: 30px 0px 5px 0px;
    letter-spacing: -1px;
    font-size: 3.5rem;
}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

.hs-blog-header h1,
.widget-type-header h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    margin: 0px;
    font-size: 5.5rem;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300; 
}

/* Anchor Links */
a { 
    color: #4b939a;
    text-decoration: none;
}
a:hover, a:focus {
    color: #4b939a;
    text-decoration: underline;
}
a:focus {text-decoration:none;outline:0 none;}

/* Lists */
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
.content-wrapper li {margin-bottom: 10px;}

/* 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 {background: #fff;}

/* ===============================================
    header top
=============================================*/
#custom_header-top {
    background: #78C3C2;
    padding: 9px 0px 9px 0px;
    /*padding: 21px 0px 0px 0px;
    height:82px;*/
}
#custom_header-top .page-center > div {
    margin:0 -15px;
}
#custom_header-top .page-center > div > div {
    padding-right: 15px;
    padding-left: 15px;
}

/* header social */
#custom_header-top .custom_header-social {
    margin: 0 auto;
    /*width: 48%;*/
    text-align: right;
    float: none;
    min-height: 61px;
    padding-top: 14px;
}
.custom_header-social a {
    display: inline-block;
    position: relative;
    margin:1px;
    position: relative;
    z-index: 555;
    color: #fff;
    font-size: 22px;
    font-family: poppins;
    font-weight: 400;
}
.custom_header-social a img {
    height: 27px;
    width: 27px;
}

.custom_header-social .header-social-fb
{
  margin: 0px 32px 0px 0px;
}

.custom_header-social .header-social-li
{
  margin: 0px 32px 0px 8px;
}

.custom_header-social .header-social-yt
{
  margin: 0px 0px 0px 8px;
}

.custom_header-social .left
{
  text-align:left;
}

.custom_header-social .phone-icon
{
  vertical-align:text-top;
  margin: 0px 8px 0px 12px;
}

.wrap-header-social
    {
      display:block;
    }
.widget-type-custom_widget.custom-sub-menu-primary
    {
      display:none;
    }

.search-row
{
  background-color: #d8d8d8;
  width: 100%;
  min-width: 100%;
}

.search-row .hs-search-field__bar
{
  width: 27%;
  margin: 0px auto;
  min-width: 365px;
}

 .search-row ul.hs-search-field__suggestions
{
  width: 27%;
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  right:0;
  z-index: 1;
  min-width: 365px;
}

.hs-search-field--open .hs-search-field__suggestions {
    border: solid 1px #15959D;
}

.search-row .hs-search-field__input
{
  margin-top: 10px;
  width: 100%;
  background-image: url(https://info.anatomicalconceptsinc.com/hs-fs/hubfs/AnatomicalConcepts_2019/Theme_Images/search-input-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 23px;
}

.hs-search-field ul.hs-search-field__suggestions li#results-for
{
  padding: 5px 10px 5px 10px;
}

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

/* custom logo */
.header-container .widget-type-logo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.header-container .widget-type-logo a img {}

/* ===============================================
    header bottom
=============================================*/
#custom_header-bottom {
    background-color: #ffffff;
    min-height: 177px;
    padding:30px 0px 0px 0px
}
#custom_header-bottom .page-center > div {
    width:auto;
    text-align:center;
    padding:0 14px;
}

.hs_cos_gallery_main .caption.superimpose, .hs_cos_gallery_thumbnails .caption.superimpose, .hs_cos_gallery_lightbox .caption.superimpose {

    position: absolute;
    bottom: 0;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    top: 37px;
    left: 305px;

}

/* =============== Home Slider Row =============== */
.hs_cos_gallery_main {
    padding: 0px 0px;
}


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

.body-container-wrapper {
    /*padding-top:18px;*/
    padding-bottom:18px;
}
.body-container {
    padding: 0 0 0 0px;
}

.content-wrapper {}

.hs-blog-header,
.blog-content,
.blog-sidebar,
.main-content,
.sidebar{
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {
    background: #78c4c2;
    /*background: -moz-linear-gradient(top, #118389 0%, #15969e 100%);
    background: -webkit-linear-gradient(top, #118389 0%, #15969e 100%);
    background: linear-gradient(to bottom, #118389 0%, #15969e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118389', endColorstr='#15969e', GradientType=0 );*/
    padding: 30px 0px;
    color:#fff;
}
.footer-container .page-center > div {
    margin-right: -15px;
    margin-left: -15px;
}
.footer-container .page-center > div > div {
    padding-right: 15px;
    padding-left: 15px;
}

/* footer textwidget */
.custom_textwidget {
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
    padding: 5px;
    color: #333;
}
.custom_textwidget h5 {color: #033;}
   
/* footer column s*/
#custom_footer h3:first-child {
    margin-top:0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 3.3rem;
}

#custom_footer h3
{
  color:#fff; 
}

#custom_footer .custom_footer-col.four
{
  padding-right:0px;
}

#custom_footer .two h3:first-child {opacity: 0.0;}

#custom_footer .custom_footer-col {
    /*width: 25%;*/
    float:left;
    margin:0;
    padding-right: 15px;
    padding-left: 15px;
}



.wrap-footer-social
{
  margin:4px 0px 34px 0px;
}

.wrap-footer-social a img {
    height: 27px;
    width: 27px;
}

.wrap-footer-social .footer-social-fb
{
  /*margin: 0px 32px 0px 0px;*/
}

.wrap-footer-social .footer-social-li
{
  /*margin: 0px 32px 0px 8px;*/
}

.wrap-footer-social .footer-social-yt
{
  margin: 0px 7px 0px 0px;
}

.wrap-footer-social .left
{
  text-align:left;
}

.footer-social-icons
{
  /*width:90%;*/
  margin:0px auto;
  /*display: flex;
  justify-content: space-between;*/
	text-align: center;
}

/* footer menu */
#custom_footer .custom_footer-menu .hs-menu-wrapper > ul {margin-bottom: 10px;}
.custom_footer-menu .hs-menu-wrapper > ul > li {}
.custom_footer-menu .hs-menu-wrapper > ul > li a {color: #FFF;}
.custom_footer-menu .hs-menu-wrapper > ul > li a:hover {text-decoration:underline;}

#custom_footer .custom_footer-menu .hs-menu-wrapper > ul ul {
    list-style-type: circle;
    opacity:1;
    visibility:visible;
    position:static;
    padding-left:40px;
}
.custom_footer-menu .hs-menu-wrapper > ul ul li {}
.custom_footer-menu .hs-menu-wrapper > ul ul li a {
    white-space:normal!important;
}
.custom_footer-menu .hs-menu-wrapper > ul ul li a:hover {}


/* footer address*/
.custom_footer-address a {color: #FFF;}
.custom_footer-address a:hover {text-decoration:underline;}

/* footer images */
.custom_footer-images img {vertical-align: middle;}
.custom_footer-images .aligncenter {
    display: block;
    margin: 0 auto 20px;
}
.custom_footer-images a:first-of-type {margin-left:0;} 
.custom_footer-images a {
    display: inline-block;
    position: relative;
    margin:6px;
    position: relative;
    z-index: 555;
}
.custom_footer-images a img {
    height: 35px;
    width: 35px;
}

#custom_footer .footer-copyright h5
{
  color:#fff;
  font-size:17px;
}


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


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


/* Parent List */
@media (min-width:992px){
.custom-menu-primary .hs-menu-wrapper > ul{
    font-size: 1.58rem;
   /* text-transform: uppercase; */
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    float:none!important;
    display:inline-block;
    font-weight: 100;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {padding-left:0;/*padding-top:40px;*/ padding-top:0px;}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {padding-right:0;}

/*.custom-menu-primary .hs-menu-wrapper > ul > li.open > a {background-color: #fff;}*/
.custom-menu-primary .hs-menu-wrapper > ul > li.open > a .caret {color:#8e8e8e}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    line-height: 20px;
    padding:15px 8px;
    color:#8e8e8e;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #8e8e8e;
}

  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul ul.hs-menu-children-wrapper{
    background-color: #5b6666 !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #FFF;
    text-shadow: none !important;
}
  
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #697a7a !important;
}
  
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
    color: #fff !important;
    background-color: #587878 !important;
}

/* Child List */
#custom_header-bottom .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #105c5f;
    border-radius: 0px;
    box-shadow: none;
    font-size: 1.8rem;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 160px;
    padding: 5px 0;
    text-align:left;
   /* display:none;*/
    /*opacity:1;*/
    /*visibility:hidden;*/
}
  /*test*/
  
#custom_header-bottom .custom-menu-primary .hs-menu-wrapper > ul ul a:hover{
  visibility: visible;
  }
  
  
.custom-menu-primary .hs-menu-wrapper > ul ul li{font-weight: 100;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    line-height: 1.42857143;
    display:block;
    color: #FFF;
    padding: 6px 12px;
    font-weight: 100;
    text-shadow: 0px 0px 8px #333;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
    /*visibility: visible;*/
}

}

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

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



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

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

@media (max-width: 991px){
  
  /*.hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children div.child-trigger i, .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children div.child-trigger i::after*/
  .child-trigger i, .child-trigger i::after
  {
    display: inline-block !important;
  }
  
  .child-trigger i {
    top: 9% !important;
    left:16%;
  }
  
  .hs-menu-wrapper ul li ul li .child-trigger i
  {
    top: 0 !important;
    left:31%;
  }
  
  .hs-menu-wrapper ul li ul li.hs-menu-item.hs-menu-depth-2 a
  {
    font-weight: inherit;
  }
  
  .hs-menu-wrapper ul li ul li.hs-menu-item.hs-menu-depth-2 ul li a
  {
    font-weight: lighter;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a .caret
  {
   display:none !important; 
  }
  
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }
  
  
  @media (max-width: 1100px){
    .wrap-header-social
    {
      display:none;
    }
    .widget-type-custom_widget.custom-sub-menu-primary
    {
      display:block;
      background-color: #78C3C2;
    }
    .custom-sub-menu-primary ul li.hs-menu-item.hs-menu-depth-1 a
    {
      color:#fff;
      padding:3px 15px 3px 15px;
      font-size: 2.2rem;
      
    }
    
    #custom_header-bottom {
      padding: 0px 0px 0px 0px;
    }
  }

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

    .mobile-trigger{
        display: inline-block !important;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.3);
        margin: 8px auto;
        padding: 9px 10px;
        line-height: 14px;
    }
    
    .mobile-trigger:hover {background-color: #333;}
    
    
    /* 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: #fff; /* Icon color */
        display: inline-block;
        text-align:left;
    }
    .mobile-trigger i:before{ top: -6px; } /* Position top line */
    .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
    
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
    }
    
    /* ===== Mobile Child Toggle Buttons ===== */
    
    .child-trigger{
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 45px !important; /* Button height */  
        padding: 0 !important;
    }
    .child-trigger:hover{
        text-decoration: none;
    }
    .child-trigger i{
        position: relative;
        top: 50%; /* Centers icon inside button */
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after{
        width: 10px; /* Icon line width */
        height: 1px; /* Icon line height */
        background-color: #fff; /* Icon color */
        display: none;
        text-align:left;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }  
    .child-trigger.child-open i{}
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    
    /* ===== Mobile Menu Styles ===== */  
    
    .custom-menu-primary.js-enabled{
    text-align:center;
    }
    
    /* 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;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper:before {
        content:"";
        width:100%;
        display:block;
        height:1px;
        background:#101010;
        position:absolute;
    }
    
    .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper:before {background:#36888B}
    
    #custom_header-bottom .custom-menu-primary.js-enabled
    {
        background-color: #167B7F;
    }
  
    #custom_header-bottom .custom-menu-primary.js-enabled a
    {
        color: #ffffff;
    }
  

    
    .custom-menu-primary .hs-menu-wrapper{width: 100%;}

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
        font-weight: 100;
        padding:0 15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
        overflow: visible;
        color: #1A9195;
        padding:10px;
        line-height: 20px;
        display:block;
        text-align:center;
        text-transform:uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {padding-left:0;}
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {padding-right:0;}
    
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 8px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.open > a {background-color: rgba(0, 0, 0, 0.25);}
    .custom-menu-primary .hs-menu-wrapper > ul > li.open > a .caret {color:#fff;}
    
    
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{}
    .custom-menu-primary .hs-menu-wrapper > ul li a{}
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}
    
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul {padding:5px 0;}
    .custom-menu-primary .hs-menu-wrapper > ul ul li{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 300;
        line-height: 1.42857143;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        background: #FFF;
        text-shadow: none;
        color: #262626;
    }
    
    
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px; /* Indent Child lists */
    }
    
    /* Level 4 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px; /* Indent Child lists */
    }
}

/* home page */

.page-center.content-wrapper.home-content {

  margin-top: 30px;  
  float: none;
    width: 100% !important;
    /*max-width: 100% !important;*/
    max-width: 1920px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}

.page-center.content-wrapper.home-content .main-content.home
{
  padding:0px;
}

.wrap-slider-row
{
  background-color:#fff;
  max-width:1920px;
  position: relative;
}

.wrap-slider .slick-slider
{
  margin-bottom:0px;
}

.wrap-slider .slick-dots
{
  background-color: #f3f2f2;
  margin-bottom: 0px;
}

.wrap-slider ul.slick-dots li
{
  margin-bottom: 7px;
}

.home-blurb
{
  max-width: 1130px;
  float: none !important;
  margin-top: 100px;
  margin-right: auto !important;
  margin-bottom: 100px;
  margin-left: auto !important; 
}

.wrap-home-products
{
  max-width: 1130px;
  float: none !important;
  margin-top: 35px;
  margin-right: auto !important;
  margin-bottom: 80px;
  margin-left: auto !important;
  /*background-color: #E7F0F8;*/
}
/* Products Row */
.content-wrapper.home-content .row-number-6
{
  background-image: url(https://info.anatomicalconceptsinc.com/hs-fs/hubfs/AnatomicalConcepts_2019/Theme_Images/bg-Product.jpg);
background-position: bottom center;
background-size: cover;
}

.wrap-home-products h1
{
  text-align:center;
  color:#4b939a;
  
}

.wrap-home-products h1 strong
{
  font-weight:500; 
}

.wrap-home-products h2
{
  text-align:center;
  color:#4b939a;
}

.wrap-home-products h2 strong
{
  font-weight:500;
}

.wrap-home-products .wrap-home-image-block .hs_cos_wrapper_type_header h4
{
  text-align:center;
  color:#4b939a;
  font-weight:bold;
}

.wrap-home-image-block .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
{
 text-align:center; 
}

.header-our-products
{
  margin-bottom:30px; 
}

.wrap-home-row11
{
  max-width:1130px;
  margin:0px auto !important;
  float:none !important; 
}

.wrap-slider-patientguide
{
  
}

.wrap-slider
{
  margin-left: 1% !important;
  display: table-cell !important; float:none !important; padding-right:20px;
  max-width: 1256px;
}

.slick-track {

    top: 5px;
}

.wrap-patient-guide
{
  /*background-image: url(https://info.anatomicalconceptsinc.com/hs-fs/hubfs/AnatomicalConcepts_2019/Theme_Images/bg-Patient-Guide.jpg);*/
  background-color:#008B92 !important;
  background-position: bottom center;
  background-size: cover;

  /* background-repeat: no-repeat; background-color:#4b939a;*/
  color:#fff;
  margin-left: 0.564% !important;
  display: table-cell !important; float:none !important; vertical-align:top;
  /*border-top: solid 5px; */
}

/*.wrap-patient-guide
{
  margin-left: .564% !important;
  padding: 0px 33px 33px 33px;
  background-color:#12898F;
  color:#fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 88.4%;
  margin-right: 1.8%;
}*/

.wrap-patient-guide H3
{
  color:#fff 
}

.wrap-patient-guide H2
{
  color:#fff 
}

.wrap-patient-guide .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
{
    padding: 10px 50px 10px 50px;
}

.wrap-home-group
{
  margin-left: 1% !important;
  display: table-cell !important; float:none !important; padding-right:20px;
}

.wrap-home-group img.hs-image-widget
{
  width:100% !important;
}

.wrap-quality-policy
{
  background-color:#4b939a;
  color:#fff !important;
  margin-left: 0.564% !important;
  display: table-cell !important; float:none !important; vertical-align:top;

}

.wrap-quality-policy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
{
  padding:50px;
}

.wrap-quality-policy h2
{
  margin: 0px 0px 40px 0px;
  color:#fff;
  font-size: 4.5rem;
}

.wrap-quality-policy p
{
  font-size: 18px;
}

/* White text green background styles */
.white-text-green-background
{
  background-color:#4b939a;
  color:#fff;
  margin-left: 20px;
  /*display: table-cell !important; float:none !important; vertical-align:top;*/
  width: 100%;

}
.white-text-green-background p {
  color:#fff !important;
}

.white-text-green-background 
{
  padding:30px;
}

.white-text-green-background h1
{
  margin: 0px 0px 40px 0px;
  color:#fff;
  font-size: 2.8rem;
}

.white-text-green-background h2
{
  margin: 0px 0px 40px 0px;
  color:#fff;
  font-size: 2.8rem;
}

.white-text-green-background h3
{
  color:#fff;
}

.white-text-green-background h4
{
  color:#fff;
}

.white-text-green-background h5
{
  color:#fff;
}

.white-text-green-background h6
{
  color:#fff;
}

.white-text-green-background a
{
  color:#fff; 
}
/* End --- White text green background styles */

/* gray-summary-box */
.gray-summary-box
{
  background-color:#f5f5f5;
  /*color:#fff;*/
  margin-left: 20px;
  display: table-cell !important; float:none !important; vertical-align:top;
  width: 100%;

}
.gray-summary-box p {
  /*color:#fff !important;*/
}

.gray-summary-box 
{
  padding:30px;
}

.gray-summary-box h2
{
  margin: 0px 0px 40px 0px;
  color:#67A2A8;
  font-size: 2.1rem;
  font-weight: 400;
}
.gray-summary-box h1
{
  margin: 0px 0px 40px 0px;
  /*color:#fff;*/
  font-size: 2.8rem;
}
/* End --- gray-summary-box */

.home-blurb h3
{
  text-align: center;
  font-size: 22px;
  margin-top: 0px;
  color: #8e8e8e;
  line-height: 36px;
}

.spacer-home
{
height:96px;
}
.wrap-patient-guide .cta_button
{
   font-size: 20px !important;
}
.wrap-patient-guide img
{
display:block;
}

.wrap-patient-guide .hs-cta-wrapper
{
text-align: center;
    display: block;

}

@media (min-width:1280px){
    .wrap-slider-row
    {
      /*max-width: 1280px;*/
      float: none !important;
      margin: 0px auto !important;
      padding-right: 0px;
      padding-left: 0px;
    }
    .wrap-patient-guide
    {
      /*margin-left: 0.5% !important;
      padding: 0px 33px 33px 33px;
      height: 100%;
      background-color:#12898F;
      color:#fff;
      display: table-cell!important;*/
    }

    .wrap-slider-row .wrap-slider
    {
      /*padding-left: 86px;*/
    }

    
  
    .wrap-home-group
    {
      display: table-cell !important; float:none !important; padding-right:20px;
    }
    
    .wrap-quality-policy
    {
      display: table-cell !important; float:none !important; vertical-align:top;
    }
  
    .wrap-quality-policy h2
    {
      margin: 0px 0px 40px 0px;
    }
  
    
}

@media (max-width: 1685px) and (min-width: 1422px )
{
  .wrap-slider {
    max-width: 1021px;
  }
  
  .wrap-patient-guide .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
      padding: 40px;
  }
  
  .wrap-quality-policy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:40px;
  }
  
}

/* No greater than 1421px, no less than 1359px */
@media (max-width: 1421px) and (min-width: 1359px )
{
  .wrap-slider {
    max-width: 1021px;
  }
  
  .wrap-patient-guide .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
      padding: 40px;
  }
  
  .wrap-quality-policy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:40px;
  }
  
}

@media (max-width: 1358px) and (min-width: 1258px )
{
  .wrap-slider {
    max-width: 907px;
  }
  
  .wrap-patient-guide .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
      padding:20px 30px 20px 30px;
  }
  
  .wrap-quality-policy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:20px 30px 20px 30px;
  }
  .wrap-quality-policy h2 {
    margin: 0px 0px 22px 0px;
    font-size: 4.2rem;
  }
  
  .wrap-patient-guide h2 {
    margin: 20px 0px 20px 0px;
    font-size: 3.5rem ;
  }
  
  .wrap-patient-guide .cta_button
    {
      padding: 6px 8px 6px 8px !important;
      font-size: 17px !important;
    }
}

@media (max-width: 1257px) and (min-width: 1202px )
{
  .wrap-slider {
    max-width: 900px;
  }
  
  .wrap-patient-guide .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:11px 29px 15px 29px;
  }
  
  .wrap-quality-policy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:15px 20px 15px 20px;
  }
  .wrap-quality-policy h2 {
    margin: 0px 0px 20px 0px;
    font-size: 4rem;
  }
  
  .wrap-patient-guide h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 1205px) and (min-width: 1140px )
{
  .wrap-slider {
    max-width: 700px;
  }
  .wrap-patient-guide h2 {
    /*margin: 0px 0px 20px 0px;*/
    font-size: 3.5rem ;
  }
}

@media (max-width: 1139px) and (min-width: 1090px )
{
  .wrap-slider {
    max-width: 700px;
  }
  .wrap-patient-guide h2 {
    /*margin: 0px 0px 20px 0px;*/
    font-size: 3.3rem ;
    margin-top:3px;
  }
}

@media (max-width: 1089px) and (min-width: 907px )
{
  .wrap-slider {
    max-width: 640px !important;
  }
  .wrap-patient-guide
  {
    width: 300px !important;
  }
  
  .wrap-patient-guide h2 {
    margin: 20px 13px 20px 13px;
    font-size: 2.8rem ;
  }
}

@media (max-width: 906px) and (min-width: 861px )
{
  .wrap-slider {
    max-width: 614px !important;
  }
  .wrap-patient-guide
  {
    width: 300px !important;
  }
  
  .wrap-patient-guide h2 {
    margin: 10px 0px 20px 0px;
    font-size: 2.6rem ;
  }
}

@media (max-width: 860px) and (min-width: 831px )
{
  .wrap-slider {
    max-width: 585px !important;
  }
  .wrap-patient-guide
  {
    width: 300px !important;
  }
  
  .wrap-patient-guide h2 {
    margin: 0px 0px 0px 0px;
    font-size: 2.5rem ;
  }
  
  .wrap-patient-guide .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    padding: 15px 15px 15px 15px !important;
  }
}

@media (max-width: 830px) and (min-width: 800px )
{
  .wrap-slider {
    max-width: 562px !important;
  }
  .wrap-patient-guide
  {
    width: 300px !important;
  }
  
  .wrap-patient-guide h2 {
    margin: 0px 0px 20px 0px;
    font-size: 2.4rem ;
  }
}


@media (max-width: 799px)
{
  .wrap-slider {
    float:left !important;
    display:block !important;
    width:100% !important;
    margin-left: 0.6% !important;
    padding-right: 3px;
  }
  .wrap-patient-guide
  {
    float:left !important;
    display:block !important;
  }
  .wrap-slider-patientguide .row-fluid .span3
  {
    width:100% !important;
    margin-top: 30px;
  }
  
  .vex-content.hs-gallery {
    position: relative;
    background: transparent;
}

.hs_cos_gallery_lightbox_container, .hs_cos_gallery_lightbox {
    width: 80%;
    height: auto;
    margin: 50px auto!important;
}
}

@media (max-width: 1201px) and (min-width: 768px )
{
  
  
  .wrap-patient-guide .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:15px 20px 15px 20px;
  }
  
  .wrap-quality-policy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:15px 5px 15px 5px;
  }
  .wrap-quality-policy h2 {
    margin: 0px 0px 20px 0px;
    font-size: 4rem;
  }
}



@media (max-width: 768px )
{
  .wrap-home-group{
    float:left !important;
    display:block !important;
    margin-bottom:30px;
    width:100% !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
  }
  
  .wrap-quality-policy{
    float:left !important;
    display:block !important;
    margin-left: 0px !important;
  }
  
  .wrap-patient-guide .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:15px 20px 15px 20px;
  }
  
  .spacer-home
  {
    height:36px;
  }
  
  .wrap-quality-policy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module
  {
    padding:15px 20px 15px 20px;
  }
  .wrap-quality-policy h2 {
    margin: 0px 0px 20px 0px;
    font-size: 4rem;
  }
  
  .wrap-home-row11 .img-textblock img
  {
    display: block;
    margin: 0 auto;
  }
  .wrap-home-row11 .img-textblock h3
  {
    text-align: center;
  }
}


/* ==========================================================================
   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 > div {
    max-width: 1085px;
    margin:0 auto;
    float:none;
}



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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header {margin-bottom:20px;}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h3 {margin-bottom:3px;}
.post-header h3 a {
    color:inherit;
}

/* Blog Author and Avatar */
#hubspot-author_data {font-style: italic;font-size: 0.9em;overflow: hidden;margin-bottom: 10px;}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {padding-top: 10px;margin: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%;
	border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {margin-top:20px;}
.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: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: none;
    margin: 10px 0 20px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 10px;
}

/* Read More Link */
a.more-link {
    margin:10px 0;
    background: rgb(120,195,194);
    border-radius: 6px;
    color: #fff;
    font-weight: 100;
    display:inline-block;
    text-decoration:none;
    padding: .618em 1em;
    line-height: 1;
    transition: all .4s ease;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
a.more-link:hover {
    background: rgb(132,214,213);
    color: rgb(255,255,255);
}


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

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

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {margin-bottom:0;}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.custom_listing_comments {border: 1px solid #ccc;padding: 10px;margin: 10px 0;}
.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 {text-align: center;margin: 20px 0;}
.blog-pagination a {margin: 0 5px;}
.blog-pagination a.previous-posts-link {float:left;}
.blog-pagination a.all-posts-link {clear:both;}
.blog-pagination a.next-posts-link {float:right;}

.blog-section .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  clear: right;
  display: block;
  float: left;
  font-size: medium;
  height: 26px;
  margin: 0 15px 0 0;
  padding: 0;
  background: none;
}

.hs-author-social-label {
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
  vertical-align: middle;
}

.hs-author-social-links a.hs-author-social-link {
  font-size: 30px;
  display: inline-block;
  padding-right: 5px!important;
  vertical-align: middle;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h3.post-listing-simple {}
h3.post-listing-simple a {color:inherit;}



.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
    line-height: 1.3;
    margin-bottom: 10px;    
}

.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {border-radius: 50%;}
h3.hs-author-listing-header {margin: 20px 0;font-size:30px;}

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

.blog .blog-sidebar h2:first-child {margin-top:10px}

/* Blog Modules */
.blog .blog-sidebar .widget-span { margin-bottom: 40px;}

li.hs-postlisting-item
{
 list-style-type:none; 
}
.blog-sidebar-by-topic li
{
 list-style-type:none; 
}

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

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

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

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

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

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

.hs-blog-social-share ul.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin span.IN-widget
{
 vertical-align:top !important; 
}

@media (max-width:767px) {

	.hs-author-profile .span2 {float: left;}
	.hs-author-profile .span10 {overflow: hidden;padding-left: 15px;}
	.hs-author-profile .hs-author-avatar img {
		max-width: 100px;
		margin-bottom: 10px;
	}

	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {max-width:100%;float:none;margin:10px 0;}

    .sidebar.right,
    .blog-sidebar {padding-top:30px}

}

@media (max-width: 479px) {
    
    .hs-author-profile .span2 {float: none;}
    .hs-author-profile .span10 {overflow: hidden;padding-left: 0;}
    
	.hs-author-profile .hs-author-avatar {
		float: none;
		margin: 10px 0;
	}
  
  .widget-type-logo img.hs-image-widget
  {
     max-width: 84%;
  }
  
  .search-row .hs-search-field__input {
    width: 97%;
  }
  .search-row ul.hs-search-field__suggestions
  {
  width: 27%;
  margin: 0px -5px 0px auto;
  }
  
  .home-blurb {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  
  .home-blurb h3 {
   font-size: 18px;
    line-height: 29px;
  }
  
  .home-prefab-section h3
  {
    font-size: 22px;
  }
  
  .wrap-quality-policy h2
  {
    font-size: 32px;
  }
  
  .wrap-quality-policy p
  {
    font-size: 18px;
  }
  
  .patient-guide-cta .cta_button
  {
    font-size: 18px !important;
  }
  
  .wrap-group-quality.white-text-green-background
  {
    padding: 21px;
  }
  
  .wrap-slider-patientguide .row-fluid .span3 {
    margin-top: 0px;
  }
  
  .product-quick-access .widget-type-widget_container
  {
   margin-bottom: 15px; 
  }
  
  .product-quick-access-blocks .widget-span.widget-type-custom_widget
{
    margin-bottom: 15px;
}
  
  .product-quick-access img
  {
    margin: 0px auto;
    display: block;
  }
  
  .sub-page-masthead h1 {
    font-size: 28px;
    }
  
  h1 {
    font-size: 33px;
  }
}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.fakelabel input { position:relative;top:5px;}
.inputs-list span {vertical-align: top;}
#email-prefs-form .email-edit {min-width:100%!important}

button::-moz-focus-inner, 
input::-moz-focus-inner {
    border: 0 none;
	padding: 0;
}

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

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

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

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

.hs_error_rollup {display:none;}

/* 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 {
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    color: #333;
    display: inline-block;
    font-size: 14px;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    outline:0 none;
    padding: 4px 6px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    margin-bottom:10px;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{
    color: #f00;
    font-size: 1em;
    display: block;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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;
}

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

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


body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  display: block;
  margin-top: 8px;
  color: #414141;
  font-size: 1.1em;
  padding: 2px;
  margin-bottom: 10px;
  font-size:13px;
  display:inline-block;
  line-height:18px;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  -webkit-appearance: push-button;
  -webkit-user-select: none;
}


/* Default Buttons for Anchors */
body .hs-button.primary {
  background: rgb(240,240,240); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  border: 1px solid #ACACAC;
  box-shadow:0 0 1px 0 #efefef inset;
  padding: 5px!important;
  color: #414141;
  text-decoration: none;
  cursor: pointer;
  display: inline-block!important;
  font-family: MS Shell Dlg,Helvetica, sans-serif;
  font-weight: normal;
  -webkit-appearance: none;
  font-size:16px;
  font-weight:300px;
}


body .hs-button.primary:hover,
body .hs-button.primary:focus  {
  background: rgb(236,244,252); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(236,244,252,1) 0%, rgba(220,236,252,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,244,252,1)), color-stop(100%,rgba(220,236,252,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(236,244,252,1) 0%,rgba(220,236,252,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(236,244,252,1) 0%,rgba(220,236,252,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(236,244,252,1) 0%,rgba(220,236,252,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(236,244,252,1) 0%,rgba(220,236,252,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf4fc', endColorstr='#dcecfc',GradientType=0 ); /* IE6-9 */
  
}

body .hs-button.primary:active,
body .hs-button.primary:focus {
  border: 1px solid 569de5;
  background: rgb(218,236,252); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(218,236,252,1) 0%, rgba(196,224,252,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,236,252,1)), color-stop(100%,rgba(196,224,252,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(218,236,252,1) 0%,rgba(196,224,252,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(218,236,252,1) 0%,rgba(196,224,252,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(218,236,252,1) 0%,rgba(196,224,252,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(218,236,252,1) 0%,rgba(196,224,252,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daecfc', endColorstr='#c4e0fc',GradientType=0 ); /* IE6-9 */
}


/* Chrome Button */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  body .hs-button.primary {
    webkit-font-smoothing: antialiased;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
display: inline-block;
font-weight: normal;
text-align: center;
text-decoration: none;
-moz-transition: all .4s ease;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
background: rgb(120,195,194);
border-radius: 6px;
border-width: 0px;
color: rgb(255,255,255);
font-family: sans-serif;
height: auto;
transition: all .4s ease;
padding: 3px 7px;
text-shadow: none;
width: auto;
font-size: 16px;
line-height: 1.5em;
max-width: 364px;
margin-right: auto;
margin-left: auto;
    cursor: pointer;
  }

  body .hs-button.primary:hover {
        background: rgb(132,214,213);
    color: rgb(255,255,255);
  }

  body .hs-button.primary:active,
  body .hs-button.primary:focus {
    background: rgb(222,222,222); /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
    border: 1px solid #A0A0A0;
  }

}


@media all and (-ms-high-contrast:none) {
  body a.hs-button.primary {
    background: rgb(236,236,236); /* Old browsers */
    background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(213,213,213,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(213,213,213,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #707070;
    padding: 2px 2px 1px;
  }

  body a.hs-button.primary:hover {
    background: rgb(236,236,236); /* Old browsers */
    background: -ms-linear-gradient(top,  rgba(236,236,236,1) 0%,rgba(213,213,213,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,236,236,1) 0%,rgba(213,213,213,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #707070;
    padding: 2px 2px 1px;
  }

  body a.hs-button.primary:active,
  body a.hs-button.primary:focus {
    background: #34b4e3;
    border: 1px solid #0089b4;
    box-shadow: none;
  }

}

/* =============== 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                                      
   ========================================================================== */
/* Vertical Menu */
.body-container .hs-menu-wrapper.hs-menu-flow-vertical {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin:20px 0;
   /* background: rgba(246,246,246,1); */
    /*border-radius: 4px;*/
   /* border: 1px solid rgba(0,0,0,.15);*/
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul li {margin:0;}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
    line-height: 1.42857143;
    color: #4b939a;
    font-size:18px;
    font-weight:
    white-space:normal!important;
    padding: 6px 12px;
	  font-weight: 900;
    /*font-weight: 500;*/
    /*text-shadow: 0px 0px 8px #333;*/
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a:hover {
    /*color: #262626;*/
    text-decoration: underline;
    /*background-color: #f5f5f5;*/
  /*font-weight: 900;*/
}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul {}

.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li {}
.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a {
    line-height: 1.42857143;
    color: #4b939a;
    white-space:normal!important;
    padding: 6px 22px;
    font-size:18px;
    font-weight: 100;
    /*text-shadow: 0px 0px 8px #333;*/
}

.body-container .hs-menu-wrapper.hs-menu-flow-vertical > ul ul li a:hover {
    /*color: #262626;*/
    text-decoration: underline;
    /*font-weight: 600;*/
    /*background-color: #f5f5f5;*/
}

@media (min-width:768px) {
    .body-container .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul ul {
        background: #105c5f;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,.15);
        transition:none!important;
        min-width:200px;
    }

}
#product-video {
  background-image: url("https://4017850.fs1.hubspotusercontent-na1.net/hubfs/4017850/AnatomicalConcepts_2019/background-product-page-1-opacity-13.jpg");
  padding: 30px 30px 30px 30px;
}
.pdf-links {
  display: inline-block;
  margin: .5rem 0 .1rem 0;
  padding: .5rem 0 1.1rem 4rem;
  color: #67A2A8;
  vertical-align: top;
  background: url("https://4017850.fs1.hubspotusercontent-na1.net/hubfs/4017850/AnatomicalConcepts_2019/Theme_Images/PDF_Icon.png") no-repeat;
  background-position: left center;
  min-height: 57px;
}
.pdf-links a {
  color:#67A2A8;
}
.product-quick-access {
  margin-top: 30px;
}
.faq-mwb__content p {
    margin-bottom: 10px;
}

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


/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width:992px) and (max-width:1320px) {
    /* menu */
    #custom_header-bottom .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) ul {
        left: -100%!important;
        right: 0!important;
    }
    #custom_header-bottom .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) a {white-space:normal!important;}
    
}

@media (max-width: 1024px) {
    
    .body-container-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
  
  .wrap-patient-guide .cta_button
    {
      font-size: 15px !important;
    }
    
    
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    
    /* header social */
    #custom_header-top .custom_header-social {width: 100%;}

    /* menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li a {font-size: 1.8rem;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    
    /* header social */
    #custom_header-top .custom_header-social {width: 96%;}
    
  /* menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li a {font-size: 2rem;}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {font-size: 1.8rem;}
}



/* =============== Landscape tablet and smaller devices =============== */
@media (min-width:1024px) and (max-width:1199px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li a {padding: 15px 6px}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a .caret {
        position:relative;
        left:2px;
        margin-left: 5px;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li a {
      font-size: 1.8rem;
    }
}



@media (max-width: 991px) {
    /* header */
   #custom_header-bottom .page-center {padding:0;}
} 

@media (min-width:768px) and (max-width:1199px) {
    
    /* footer */
    #custom_footer .custom_footer-col {
        margin-bottom: 28px;
        width:50%;
    }
    #custom_footer .custom_footer-col.three {clear:left;}
}

@media (max-width: 767px) {
    
    /* header */
    .header-container {overflow-x:hidden;}
    #custom_header-bottom .page-center > div {padding:0;}
    
    /* menu */
    .custom-menu-primary .hs-menu-wrapper > ul > li {padding:0 9px;}
    .custom-menu-primary .hs-menu-wrapper > ul > li a {font-size: 2.3rem;}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        padding: 5px 15px 5px 25px;
        font-size: 1.8rem;
        line-height:20px;
    }
  
    .custom-menu-primary .hs-menu-wrapper ul li ul.hs-menu-children-wrapper.open-menu-list li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a
    {
      padding: 10px 15px 10px 25px !important;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        color:#fff;background:none;
    }
    
    
    /* content */
    .blog .content-wrapper > div,
    .container-fluid .row-fluid .page-center {
        padding-left:10px;
        padding-right:10px;
    }
    
    
    .hs-button.primary, input[type="submit"], input[type="button"] {margin-bottom: 20px!important;}
    
    
    /* footer */
    .footer-container-wrapper {overflow: hidden;}
    #custom_footer .custom_footer-col {width:100%;}
    
    .custom_footer-menu .hs-menu-wrapper > ul ul li {display: list-item;}
    
    .footer-social-icons {
      /*width: 34%;*/
      margin: 0px auto;
    }
}  

@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 568px) and (min-device-width: 320px) {
    /* header height */
    #custom_header-top {
        /*min-height: 127px;*/
        min-height: 52px;
        box-sizing: content-box;
    }
  
    .footer-social-icons {
      width: 50%;
      margin: 0px auto;
    }
}



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

@media (max-width: 479px) {

  .footer-social-icons {
      width: 67%;
      margin: 0px auto;
    }
  
  .wrap-patient-guide
  {
    margin-left: 0 !important;
    padding: 0px 33px 33px 33px;
    height: 100%;
    background-color:#008B92;
    color:#fff;
    position: relative;

  }
  .wrap-patient-guide h2
  {
    margin: 0px 0px 5px 0px;  
  }
  
  .wrap-slider
  {
    display:none !important;    
  }
  
  .vex-content.hs-gallery {
    position: relative;
    background: transparent;
}

.hs_cos_gallery_lightbox_container, .hs_cos_gallery_lightbox {
    width: 80%;
    height: auto;
    margin: 50px auto!important;
}
  
}

@media (max-width: 414px) {

  .footer-social-icons {
      width: 60%;
      margin: 0px auto;
    }
}

@media (max-width: 375px) {

  .footer-social-icons {
      width: 67%;
      margin: 0px auto;
  }
  
  .search-row .hs-search-field__input {
    width: 93%;
  }
  
  .wrap-patient-guide .cta_button {
    font-size: 14px !important;
  }
}

@media (max-width: 320px) {

  .footer-social-icons {
      width: 76%;
      margin: 0px auto;
   }
  .search-row .hs-search-field__input {
    width: 83%;
  }
  
  .wrap-patient-guide .cta_button {
    font-size: 11px !important;
  }
}  
  
/* Extra Overrides */
.header-breadcrumbs {
  margin-top: 20px;
}
#image-desc-block {
  margin-bottom: 60px;
}

.sub-page-masthead
{
  background-image: url("https://4017850.fs1.hubspotusercontent-na1.net/hubfs/4017850/Masthead_Image-1.jpg");
  background-size: cover;
}  

.sub-page-masthead .widget-type-custom_widget.sub-page-masthead-text
{
  
  max-width: 1130px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  float:none;
}
  
.sub-page-masthead h1 {
  color: #fff;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 24px;
}
.palo-sub-menu > ul > li > a {
    line-height: 1.42857143;
    color: #4b939a;
    font-size:18px;
    font-weight:
    white-space:normal!important;
    padding: 6px 12px;
    font-weight: 500;
    /*text-shadow: 0px 0px 8px #333;*/
}
.palo-sub-menu > ul > li > a:hover {
    /*color: #262626;*/
    text-decoration: underline;
    /*background-color: #f5f5f5;*/
    /*font-weight: 900;*/
}
.product-cat-block {
  padding-bottom: 30px;
}

  
@media only screen and (max-width: 767px) {
.product-mobile {
		display:block !important;
	}
	.product-desktop {
		display:none !important;
	}
}
@media only screen and (min-width: 768px) {
.product-mobile {
		display:none !important;
	}
	.product-desktop {
		display:block !important;
	}
}