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

/* 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, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #58585b;
  line-height: 1.5em;
  background: #f1f1f1;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #003a70;
  margin: 10px 0px 15px 0px;	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {
  color: #003a70;
  font-weight: 700;
  font-size: 1.4rem;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */
a { 
  color: #69b3e7;
  text-decoration: underline;
}
a:hover, a:focus {color: #f68d2e; }

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

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

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


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

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

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

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


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


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

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

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


div#site-wrapper {
  padding: 0 1.25rem;
  max-width: 77.5rem;
  margin: 0 auto;
}


.body-container .page-center{
  padding-top: 30px;
  padding-bottom: 30px;
}


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

.header-container-wrapper {
  min-height: 114px;
}
.header-container {}

.custom-header-bg {
  position: fixed;
  top: 0;
  background-color: #fff;
  transition: opacity .25s ease;
  max-width: 1200px;
  padding-bottom: 6px;
  z-index: 999;
}


.custom-header-logo {
  padding-top: 12px;
}

.custom-header-logo {
  width: 25% !important;
  margin: 0px !important;
  transition: all 0.3s ease;
}
.custom-header-logo img {

  margin-left: 1rem;
  transition: all 0.3s ease;
  max-width: 232px;
}




.custom-menu-primary {
  width: 60% !important;
  margin: 0px !important;
  transition: all 0.3s ease;
}
.custom-header-right-links {
  width: auto !important;
  margin: 0px !important;
  float: right !important;
  padding: 0px 15px;
}

.custom-header-right-links ul {
  margin: 0px;
  padding: 13px 0px;
  max-width: 130px;
  margin: 0 auto;
  margin-right: 0px;
  padding-bottom: 7px;
  transition: all 0.3s ease;
}

.custom-header-right-links ul li {
  display: block;
  text-align: center;
  padding: 13px 0px;
  line-height: normal;
  transition: all 0.3s ease;
}

.custom-header-right-links ul li a {
  color: #58585b;
  text-decoration: none;
  font-family: Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

.custom-header-right-links ul li a:hover {
  color: #69b3e7;
  text-decoration: underline;
}


.custom-banner-image,
.custom-blog-banner-image{
  min-height: 360px;
  padding: 1.25rem 12.5rem 0 37.5rem;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 114px;
  background-color: #ccc;
}

.custom-header-right-links ul li:last-child a {
  color: #f68d2e;
}

.custom-header-right-links ul li:last-child a:hover {
  color: #69b3e7;
}




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

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

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


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

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


.custom-footer-bg {
  color: #a5a5a7;
  background-color: #231f20;
  line-height: 1.2em;
  font-size: 16px;
}

.custom-footer-copyright p {
  margin: .4rem auto;
  text-align: center;
  font-size: .5rem;
  max-width: 70em;
  color: #a5a5a7;
  line-height: 1.2em;
}

.custom-footer-content-wrapper {
  padding: 1rem;
  padding-bottom: 10px;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  display: block;
  padding-top: 1.25rem;
  font-size: .8rem;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
  display: inline-block;
  width: 50%;
  line-height: 1.2em;
  padding: 0px 15px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a {
  white-space: normal !important;
  display: inline-block !important;
  color: #a5a5a7;
  text-decoration: none;
}

.custom-footer-bg a {
  text-decoration: none;
}

.custom-footer-menu {
  width: 36% !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  color: #a5a5a7;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0;
  margin: .8em 0 0;
  font-weight: 700;
  display: block;
  line-height: 1.2em;
}
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > a {
  cursor: text;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul {
  margin: .2em 0 0;
  padding: 0 0 0 .5em;
}


.custom-footer-form-wrapper {
  width: 40% !important;
  margin: 0px !important;
  padding-top: 1.25rem;
  position: relative;
}

.custom-blog-featured-image {
  text-align: center;
}

.custom-blog-featured-image h4 {
  text-align: center;
  margin: 1rem 0;
  color: #a5a5a7;
  font-family: Helvetica, Arial, sans-serif;
  font-size:  16px;
  font-weight: normal;
}

.custom-footer-form h3 {
  text-align: center;
  margin: 1rem 0;
  color: #a5a5a7;
  font-family: Helvetica, Arial, sans-serif;
  font-size:  16px;
  font-weight: normal;
}

.custom-footer-form .hs-form label span {
  display: none;
}

.custom-footer-form .hs-form {
  min-height: 4rem;
  margin: 0 1em;
  position: relative;
}

.custom-footer-form .hs-form .input input {
  display: block;
  box-sizing: border-box;
  width: calc(100% - 78px);
  height: 100%;
  border: .0625rem solid #717175;
  padding: .5em 1em;
  font-family: Arial;
  font-size:  13.3333px;
}
@-moz-document url-prefix() {
  .custom-footer-form .hs-form .input input {
    width: calc(100% - 76px);
  }
}

.custom-footer-form .hs-form .actions input {
  color: #fff;
  background-color: #f68d2e;
  border: none;
  padding: .5em 1em;
  text-transform: uppercase;
  border-top: .0625rem solid #8d5627;
  border-right: .0625rem solid #8d5627;
  border-bottom: .0625rem solid #8d5627;
  text-align: center;
  cursor: pointer;
  font-family: Arial;
  font-size:  13.3333px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.custom-footer-form .hs-form .input input::placeholder {
  color: #231f20;
}

.custom-footer-form ul.hs-error-msgs.inputs-list {
  color: red;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.custom-footer-form-wrapper > div {
  max-width: 390px;
  margin: 0 auto;
}

.custom-footer-social-icon-wrapper {
  width: 24% !important;
  margin: 0px !important;
  position: relative;
  min-height: 290px !important;
}

.footer-social-icons {
  max-width: 260px;
  margin: 0 auto;
  margin-right: 0px;
  padding-top: 60px;
}

.footer-social-icons a.logo {
  margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 40.7355%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/3938051/CPS%20Redesign/Brand%20Assets/cps-logo-reversed.svg);
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > ul > li {
  font-style: italic;
  margin-top: .3em;
}
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) {
  padding-left: 5px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > ul > li.hs-item-has-children > a {
  color: #a5a5a7;
  font-size: 1em;
  padding: 0;
  margin: .2em 0 0;
  font-weight: 700;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a:hover {
  color: #fff;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > ul > li.hs-item-has-children > a:hover {
  color: #fff;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:first-child > ul > li ul li {
  font-style: normal;
}
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a[href="http://cpspharm.com/outpatient"] {
  padding: 0 0 0 .5em;
}



.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a[href="http://cpspharm.com/outpatient"] {	
  padding: 0 0 0 .5em;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > li {
  font-style: italic;
  margin-top: .3em;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a[href="https://cpspharm.com/about-us"],
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a[href="https://jobs.cpspharm.com/"],
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a[href="https://cpspharm.com/contact-us"] {
  color: #a5a5a7;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0;
  margin: .5em 0 0;
  font-weight: 700;
  display: block;
  font-style: normal;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a[href="https://cpspharm.com/about-us"]:hover, 
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a[href="https://jobs.cpspharm.com/"]:hover,
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children ul li a[href="https://cpspharm.com/contact-us"]:hover {
  color: #fff;
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > a:hover {
  color: #fff;
  text-decoration: underline;
}


.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > li ul li {
  font-style: italic;
  margin-top: .3em;
}

.custom-blog-featured-image p {
  margin: 0px;
  width: 100%;
  padding-bottom: 17.40506%;
  display: block;
  box-sizing: border-box;
  line-height: 3em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/8a3118b4efb5a06cd6d43dfefe654322.png);
  height: 0px;
}

.custom-blog-featured-image {
  padding-top: 10px;
}



.custom-footer-social-icon-wrapper {
  position: relative;
  min-height: 290px !important;
}




.custom-blog-featured-image p {
  margin: 0px;
  width: 100%;
  padding-bottom: 17.40506%;
  display: block;
  box-sizing: border-box;
  line-height: 3em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/8a3118b4efb5a06cd6d43dfefe654322.png);
  height: 0px;
}





.custom-footer-social-icon-wrapper {
  position: relative;
  min-height: 290px !important;
}



.footer-social-icons .social {
  text-align: center;
  margin: 1.15rem 0;
  margin-top: 16px;
}

.footer-social-icons .social a {
  margin: 0 .5rem;
}

.footer-social-icons .social a.facebook {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/fb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.footer-social-icons .social a.twitter {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/twitter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.footer-social-icons .social a.linkedin {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/lkdn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.footer-social-icons .social a.podcast {
  display: inline-block;
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/spkr.svg);
}

.footer-social-icons .social a.facebook:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/hover-fb-1.svg);
}

.footer-social-icons .social a.twitter:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/twitter.svg);
}

.footer-social-icons .social a.twitter:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/tw.svg);
}

.footer-social-icons .social a.linkedin:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/hover-lnkdin.svg);
}
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > ul > li:nth-child(6) ~ li {
  margin-left: -5px;
}
.custom-spacer1 {
  padding: 2px 0px;
}

.osx .custom-footer-form .hs-form .input input {
  width: calc(100% - 66px);
  font-family: system-ui;
  font-size: 11px;
}
.osx .custom-footer-form .hs-form .actions input {
  font-family: system-ui;
  font-size: 11px;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  text-transform: uppercase;
  color: #58585b;
  line-height: 1.6em;
  float: none !important;
  display: inline-block;
  position: static !important;
  padding: 40px 0px;
  margin-left: -3px;
  transition: all 0.3s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  text-transform: uppercase;
  color: #58585b;
  line-height: 1.6em;
  font-size: 16px;
  text-decoration: none;
  margin: 0 1em 0 1.4em;
  position: relative;
}




/* 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 */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    width: 100%;
    background: #fff;
    border: .0625rem solid #d8d8d8;
    box-shadow: 0 0.75em 1em rgba(0,0,0,.3);
    text-align: left;
    margin-top: 48px;
    min-height: 360px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li {
    max-width: 209px;
    border-right: .0625rem solid #d8d8d8;
    background-color: #ececec;
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a {
    text-decoration: none;
    box-sizing: border-box;
    padding: .6em 1.2em;
    color: #58585b;
    border-bottom: .0625rem solid #d8d8d8;
    transition: background-color .5s ease;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover > a {
    color: #231f20;
    background-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    bottom: 0;
    width: .625em;
    background-color: #ececec;
    transition: background-color .7s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover > a:before {
    background-color: #003a70;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li >  ul.hs-menu-children-wrapper {
    position: absolute !important;
    opacity: 0 !important;
    visibility: hidden !important;
    left: 209px !important;
    bottom: 0px;
    border-right: .0625rem solid #d8d8d8;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li> ul.hs-menu-children-wrapper > li:hover  > ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper > li {
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper > li > a {
    text-decoration: none;
    box-sizing: border-box;
    color: #58585b;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    position: relative;
    padding-left: 2.4em;
    border-bottom: .0625rem solid #ebebeb;
    transition: color .7s ease,background-color .7s ease;
    padding: .6em 1.2em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover{
    color: #fff;
    background-color: #003a70;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:after {
    content: "";
    width: 209px;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: -1;
    background-color: #ececec;
    border-right: .0625rem solid #d8d8d8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -48px;
    width: 100%;
    height: 20px;
  }
  .smaller .custom-header-logo a {
    height: 40px;
    width: 115.429px;
  }
  .smaller .custom-header-logo {
    width: 20% !important;
  }
  .smaller .custom-header-logo {
    padding-top: 3px;
  }
  .smaller .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 8px 0px;
  }
  .smaller .custom-header-right-links ul {
    padding: 3px 0px;
  }

  .smaller .custom-header-right-links ul li {
    padding: 1px 0px;
  }
  .smaller .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.bottom-line {
    width: 0;
    height: .0625rem;
    margin: .125rem -.625rem 0 0;
    transition: width .7s ease;
    border-bottom: .1875rem solid #f68d2e;
    display: block;
    position: absolute;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a span.bottom-line {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    color: #8b8b8e;
    font-size: .75em;
    width: 2em;
    text-align: center;
    vertical-align: .11em;
    content: "\25BC";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #f68d2e;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li + li:before {
    content: "|";
    color: #58585b;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-4px);
  }
  .custom-footer-form-wrapper:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 2rem;
    left: 0em;
    width: .125rem;
    bottom: 0.3rem;
    background-color: #a5a5a7;
  }
  .custom-footer-social-icon-wrapper:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 2rem;
    left: -1em;
    width: .125rem;
    bottom: 2rem;
    background-color: #a5a5a7;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.mobile-view {
    display: none;
  }
  .smaller .custom-spacer1 {
    padding: 23px 0;
  }
  .smaller .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
    bottom: -18px;
  }


  .osx .custom-menu-primary .hs-menu-wrapper > ul > li {	
    padding: 36px 0px;

  }
  .osx .custom-header-right-links ul {
    padding: 8px 0px;
    padding-bottom: 6px;

  }
  .osx .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: 41px;
  }
  .osx .custom-banner-image, .custom-blog-banner-image {
    margin-top: 102px;
  }

  .osx .custom-header-logo {
    padding-top: 10px;
  }

  .osx .smaller .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: 11px;
  }
  .osx .smaller .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 8px 0px;

  }
  .osx .smaller .custom-header-logo {
    padding-top: 3px;
  }
  .osx .smaller .custom-header-right-links ul li {
    padding: 1px 0px;
  }
  .osx .smaller .custom-header-right-links ul {
    padding: 3px 0px;
  }
  .smaller .custom-header-logo img {
    max-width: 115px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    padding: .7em 1.4em;
    transition: left .4s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {
    border: none;
    max-width: 100%;
    background: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul:after {
    content: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    border: none;
    padding: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:before {
    content: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2):hover > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper {
    position: static !important;
    display: block;
    list-style-type: disc;
    margin: 16px 0px;
    padding-left: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li > a {
    padding: 0px !important;
    border: none !important;
    color: #69b3e7 !important;
    text-decoration: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li > a:hover {
    background: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li {
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper > li > a:hover {
    color: #f68d2e !important;
    text-decoration: underline !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a {
    display: block;
    color: #003a70;
    font-size: 1.2em;
    margin-bottom: 1em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:hover {
    color: #f68d2e;
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover:after {
    color: #f68d2e;
  }
  .custom-spacer1 {
    padding: 7px 0px;
  }



}


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

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


@media (max-width: 1200px) {   
  .pharma-lp .row-fluid .lp_hero-section {
    background-size: cover !important;
  }
}

@media (max-width: 1024px) {
  .row-fluid .lp_hero-section:before {
    opacity: 0.82 !important;
    width: 100% !important;
  }
}

@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;
    position: absolute;
    top: 3vw;
    right: 0px;
    width: auto;
    height: auto;
    padding: 0px;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/trigger.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 1rem;
  }
  .mobile-trigger:hover{
    text-decoration: none;
    color: #fff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    border-color: transparent;
    background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/close-trigger.svg);
    top: 1vh;
  }
  .mobile-open .mobile-trigger:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/close-trigger-hover.svg);
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: none;
  }
  .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-trigger:hover {
    background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/hover-trigger.svg);
  }

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

  .child-trigger{
    display: none !important;
    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;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: static;
    padding-top: 0px;
    margin: 0px 0;
    width: 100% !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-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: 4px;
    left: 0;
    padding: 0;
    overflow-y: auto !important;
    height: calc(100vh - 45px);
    border-top: .0625rem solid #d8d8d8;
    padding-bottom: 45px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff
      width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .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 {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 0px; /* Indent Child lists */
  }
}





/* System Pages                                          
========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.subscription-template.one-column .main-content {}


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


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

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

.custom-blog-banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.25rem 3.125rem 0 53.125rem;
  background-position: 80%;
  min-height: 360px;
  background-color: #ccc;
  display: block;
}

.custom-blog-title h1 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
}

.custom-blog-title p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.hs-blog-listing .body-container .page-center {
  padding: 0px;
  padding-left: calc(2.5rem + 20px);
  padding-right: calc(2.5rem + 20px);
}

.hs-blog-header h1 {
  margin: 0px;
  position: relative;
  padding-left: 2.4em;
  color: #003a70;
  font-weight: 700;
  font-size: 1.4rem;
  padding-top: 19px;
  padding-bottom: 19px;
}

.hs-blog-header h1:before {
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  content: "";
  width: 2em;
  height: 2em;
  left: 0;
  vertical-align: top;
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/asset-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}


.post-listing {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}
.blog-listing-wrapper .post-listing .post-item {
  display: inline-block;
  width: 33.33%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 30px;
}

.post-listing:before , 
.post-listing:after {
  clear: both;
  display: table;
  content: "";
}

.post-header h2 {
  margin: 0px;
  color: #69b3e7;
  font-weight: 700;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}
.post-header h2 a {
  text-decoration: none;
}

.custom-blog-date {
  color: #717175;
  font-size: .7rem;
  line-height: 1.6rem;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin: 0px;
}
.custom-blog-sidebar-links p {
  line-height: 1.5em;
  margin: 0px;
  margin-bottom: 16px;
  padding-top: 10px;
}
.custom-blog-sidebar-press-info h2 {
  -webkit-margin-after: 0.83em;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: Helvetica,Arial,sans-serif;
  line-height: 1.2em;
  margin-top: 0px;
}

.custom-blog-sidebar-press-info p {
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size:  16px;
  line-height: 1.2em;
}
.post-item-inner:hover .post-header h2 a {
  color: #f68d2e;
  text-decoration: underline;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}



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


.hs-blog-post .body-container .page-center {
  padding-top: 0px;
  max-width: 46.25rem;
}
.hs-blog-post .section.post-header h1 {
  margin: 0px;
  margin: 0px;
  position: relative;
  padding-left: 2.4em;
  color: #003a70;
  font-weight: 700;
  font-size: 1.4rem;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
}

.hs-blog-post .section.post-header h1:before {
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  content: "";
  width: 2em;
  height: 2em;
  left: 0;
  vertical-align: top;
  background-image: url(//cdn2.hubspot.net/hubfs/3938051/Cpspharm_May2018/Images/asset-left.svg?t=1525344837056);
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-post-wrapper .post-body p {
  line-height: 1.5em;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #58585b;
}


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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.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: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0px;
  margin-bottom: 10px;
}

/* Read More Link */
a.more-link {}

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

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

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

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }


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

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

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

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

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

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

/* Pagination */
.blog-pagination {
  padding: 30px 0px;
}
.blog-pagination a {
  padding: 0px 15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

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

.body-container .hs_cos_wrapper.form-title {
  color: #003a70;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-top: -.5rem;
  margin-bottom: .5rem;
  font-weight: 700;
  display: block;
}

ul.hs-error-msgs.inputs-list {
  color: red;
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: .8rem;
}

ul.hs-error-msgs.inputs-list li {
  display: block;
}

.body-container .hs_cos_wrapper_type_password_prompt,
.body-container .hs_cos_wrapper_type_email_simple_subscription,
.body-container .hs_cos_wrapper_type_form,
.body-container .hs_cos_wrapper_type_blog_subscribe,
.body-container .widget-type-google_search,#comment-form {
  margin: .8rem 0;
  background-color: #ddd;
  padding: 1.2em;
  display: block;
  width: 100%;
  max-width: 500px;
}


/* 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 { 
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #d0d0d0;
  box-shadow: inset 0 0 2px #d0d0d0;
  padding: 7px 14px;
  width: 100%;
  max-width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12.8px;
  line-height: normal;
  margin: 4px 0px 15px 0px;
  display: block;
}

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

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

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {} /* 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) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #fff;
  background-color: #f68d2e;
  border: none;
  padding: 10px 14px;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Arial;
  font-size: 13.3333px;
  line-height: normal;
  margin: 12px 0px;
  display: inline-block;
}

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



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


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


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


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


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

@media (min-width: 1400px) {
  .osx .custom-header-right-links ul {
    padding: 18px 0;
    padding-bottom: 6px;
  }
  .custom-header-logo img{
    margin-left: 1rem;
    transition: all .3s ease;
    max-width: 297.806px;
  }
  .custom-header-logo {
    width: 26% !important;
    margin: 0 !important;
    transition: all .3s ease;
  }
  .osx .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 50px 0px;
  }
  .osx .custom-header-logo {
    padding-top: 12px;
  }
}


@media (max-width: 1224px) {
  div#site-wrapper {
    padding: 0px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
    padding: 0px;
  }
  .custom-footer-form-wrapper > div {
    max-width: 80%;
  }
  .body-container .page-center{

  }
  .body-container .page-center {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .hs-blog-listing div#site-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom-blog-banner-image {
    padding: 1.66667vw 4.16667vw 0 70.83333vw;
    min-height: 30vw;
    margin-top: 11vw;
  }
  .custom-blog-title h1 {
    font-size: 2.61224vw;
  }
  .custom-blog-title p {
    font-size: 2.28571vw;
  }
}

@media (max-width: 1200px) {
  .custom-banner-image {
    padding: 1.66667vw 16.66667vw 0 50vw;
    min-height: 30vw;
  }

}

@media (max-width: 1150px) {
  .custom-header-right-links {
    display: none !important;
  }
  .custom-menu-primary {
    width: 75% !important;
  }
  .custom-header-bg {
    padding-bottom: 8px;
  }


}
@media (max-width: 1150px) and (min-width: 768px) {
  .osx .custom-banner-image,
  .osx .custom-blog-banner-image {
    margin-top: 97px;
  }
}

@media (max-width: 1138px) {
  .hs-blog-listing .body-container .page-center {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 800px !important;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
  }

}


@media (max-width: 960px) and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper > li > a{
    font-size: 1.66667vw;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 5% 0px;
    margin-left: 0px;
  }
  .custom-banner-image {
    margin-top: 11vw;
  }
  .custom-header-logo {
    padding-top: 1%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: 5vw;
  }
  .footer-social-icons .social a {
    margin: 0 2px;
  }
}

@media (max-width: 850px) {
  .blog .blog-sidebar {
    width: 100% !important;
    margin: 0px !important;
  }
  .hs-blog-listing .body-container .page-center {
    max-width: 520px !important;
  }
  .hs-blog-listing .blog-content {
    width: 100% !important;
  }

}



/* =============== Landscape tablet and smaller devices =============== */
@media (min-width: 768px) {
  .custom-menu-primary.mobile-view {
    display: none !important;
  }

  .custom-footer-form-wrapper {
    transform: translateX(-6px);
  }
  .custom-footer-form-wrapper:before {
    left: 0.5em;
  }
}

@media (max-width: 767px) {
  .custom-header-bg {
    width: 100% !important;
  }
  .custom-banner-image {
    margin-top: 10vw;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin: 0;
    padding: 17px 2rem 17px 1rem;
    text-decoration: none;
    font-weight: 700;
    color: #003a70;
    border-bottom: .0625rem solid #d8d8d8;
    font-size: 1rem;	
    line-height: 1em;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    margin: 0;
    padding: 17px 2rem 17px 1rem;
    text-decoration: none;
    color: #58585b;
    background: #fff;
    border-bottom: .0625rem solid #d8d8d8;
    font-weight: 700;
    padding-left: 2rem;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a {
    margin: 0;
    padding: 17px 2rem 17px 1rem;
    text-decoration: none;
    border-bottom: .0625rem solid #d8d8d8;
    font-size: 1rem;
    line-height: 1em;
    text-transform: none;
    padding-left: 3rem;
    font-weight: 400;
    color: #58585b;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a:hover{
    background-color: #edf6fc;
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a{
    position: relative; 
  }
  .custom-header-bg {
    padding-bottom: 4px;
  }
  body.mobile-open {
    overflow-y: hidden;
  }
  .mobile-open .custom-header-logo {
    padding-top: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a:after {
    position: absolute;
    right: 1rem;
    color: #d8d8d8;
    content: "\25BA";
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-footer-content-wrapper {
    padding: 0 1rem;
    max-width: 420px !important;
    margin: 0 auto !important;
  }
  .custom-footer-social-icon-wrapper {
    min-height: 100% !important;
  }
  .footer-social-icons {
    max-width: 100%;
    margin: 0 auto;
    margin-right: 0px;
    padding-top: 0px;
  }
  .custom-footer-social-icon-wrapper {
    width: 100% !important;
    margin: 0px !important;
  }
  .footer-social-icons a.logo {
    width: 100%;
    max-width: 18.75rem;
    padding-bottom: 7.63791rem;
    margin: 0 auto;
    display: block;
  }
  .custom-footer-form-wrapper > div {
    max-width: 100%;
  }
  .custom-footer-form-wrapper {
    width: 100% !important;
    padding-top: 1.25rem;
  }
  .custom-footer-menu {
    width: 100% !important;
  }
  .custom-blog-featured-image {
    padding-top: 0px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
    padding-bottom: 20px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children {
    display: block;
    width: 100%;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
  }
  .body-container .hs_cos_wrapper_type_password_prompt,
  .body-container .hs_cos_wrapper_type_email_simple_subscription,
  .body-container .hs_cos_wrapper_type_form,
  .body-container .hs_cos_wrapper_type_blog_subscribe,
  .body-container .widget-type-google_search,#comment-form {
    max-width: 100%;
  }
  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }
  .footer-social-icons .social {
    padding-top: 2px;
    padding-bottom: 1px;
    margin: 1.15rem 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a[href="https://cpspharm.com/clinical"] {
    padding-left: 4rem;
    font-style: italic;
  }
  .custom-menu-primary.desktop-view {
    display: none !important;
  }
  .header-container-wrapper {
    min-height: 83px;
  }
  .blog .blog-sidebar {
    padding-bottom: 30px;
  }
  .custom-blog-sidebar-press-info p a {
    font-size: 15px;
  }
  .custom-header-bg{
    padding-bottom: 8px;
  }




}  

@media (max-width: 600px) {

  .custom-banner-image {
    margin-top: 64px;
  }
  .custom-blog-banner-image {
    margin-top: 64px;
  }
}




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

@media (max-width: 579px) {

  .hs-blog-listing .body-container .page-center {
    max-width: 240px !important;
  }

  .custom-header-logo img {
    max-width: 115px;
  }
  .custom-header-logo {
    width: 100% !important;
  }
}


@media (max-width: 479px) {
  .custom-footer-copyright p {
    padding: 0 15px;
  }
  .subscribe-options label span {
    font-size: 12px;
    margin: 0px;
  }

}

@media (max-width: 350px) {
  .custom-header-logo {
    padding-top: 2px;
  }
  .mobile-trigger {
    top: 6px;
  }
  .custom-header-bg {
    padding-bottom: 0px;
  }
  .custom-banner-image {
    margin-top: 48px;
  }
  .custom-banner-image {
    margin-top: 45px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 4px;
  }
  .custom-blog-banner-image {
    margin-top: 45px;
  }
  .hs-blog-header h1 {
    padding-top: 10px;
  }


}







/* ===== Landing Page ======= */







@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaNeueLTStd-Bd.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/Gotham-Bold.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica LT Std';
  src: url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaLTStd-Bold.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaLTStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaNeueLTStd-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaNeueLTStd-Md.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaNeueLTStd-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica LT Std';
  src: url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaLTStd-Roman.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/3938051/LP_Font/HelveticaLTStd-Roman.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

.row-fluid [class*="span"].no-height{min-height: auto;}
.row-fluid [class*="span"]{min-height:auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}

.row-fluid .bgimg{display:none;}
.row-fluid .bgmain{background-size:cover;background-position:center;}

.row-fluid .lp-wrapper{max-width:830px; width:100%; float:none; margin:auto !important; padding:0px 15px;}

body.lp-new {background:#fff;}
.row-fluid .lp-header { width: 100%; float: left; padding-top: 20px; position: absolute; left: 0; top: 0; z-index: 9; }
.row-fluid .lp-header .logo { max-width: 240px; width: 100%; object-fit: contain; }
.row-fluid .lp_hero-section { width: 100%; float: left; padding: 140px 0px 40px; background-repeat: no-repeat; background-size: 46% 100%; background-position: 88% center; border-bottom: 22px solid #5BB1E4; position:relative;}
.row-fluid .lp_hero-section .lp-hero { position: absolute; top: 0; }
.row-fluid .lp_hero-section .lp-hero img { position: absolute; top: 0; right: 0; object-fit: contain; }
body.lp-new .header-container-wrapper { min-height: auto; }
.row-fluid .lp_hero-section h1 { font-size: 50px; text-transform: uppercase; font-weight: 700; font-family: 'Gotham'; line-height: 59px; position: relative; max-width: 500px; width: 100%; margin-bottom: 0; }
body.lp-new #site-wrapper { padding: 0; max-width: 100%; margin: 0 auto; }
.row-fluid .lp_hero-section:before {  content: ' ';  top: 0;  left: 0;  position: absolute;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 10%, rgba(255,255,255,0.67) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 9%,rgba(255,255,255,1) 10%,rgba(255,255,255,0.67) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 9%,rgba(255,255,255,1) 10%,rgba(255,255,255,0.67) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#abffffff',GradientType=1 );
  width: 52%;  height: 100%;  opacity: 0;}

.row-fluid .lo_content-section { width: 100%; float: left; padding: 40px 0px; }
.row-fluid .lo_content-section h2 { font-size: 36px; font-weight: 700; line-height: 44px; color: #003262; font-family: 'Gotham'; }
.row-fluid .lo_content-section p { font-size: 18px; line-height: 25px; color: #000; font-family: 'Helvetica LT Std'; font-weight: 400; }

.row-fluid .complete-section {  width: 100%;  float: left;  padding: 50px 0px;}


.row-fluid .complete-section .complete-box {  background: #DCDCDC;  border-radius: 25px;  padding: 25px;}
.row-fluid .complete-section .complete-box h3 {  font-size: 25px;  line-height: 30px;  font-family: 'Helvetica Neue LT Std';  max-width: 580px;  margin: auto;  text-align: center;  color: #003262;}

.row-fluid .complete-section .complete-box span.hs-form-required { display: none; }
.row-fluid .complete-section .complete-box .complete-form { width: 100%; float: left; margin-bottom: -40px;}
.row-fluid .complete-section .complete-box .complete-form > div >span { max-width: 100%; }
.row-fluid .complete-section .complete-box .hs-form-field { padding: 0; margin-bottom: 10px; }
.row-fluid .complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-firstname { padding-right: 12px; width: 40%; }
.row-fluid .complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-lastname { width: 60%; }
.row-fluid .complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-city { padding-right: 12px; width: 60%; }
.row-fluid .complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-phone { width: 40%; }
.row-fluid .complete-section .complete-box .complete-form input { height: 35px; box-shadow: inset 0px 0px 7px 0px #C2C2C2; margin-bottom: 0; }
.row-fluid .complete-section .complete-box .complete-form .hs-button { box-shadow: none; font-size: 13px; letter-spacing: 1px; font-family: 'Helvetica Neue LT Std'; font-weight: 500; height: auto; padding: 12px 25px; transition: all 0.5s;     outline: none;}
.row-fluid .complete-section .complete-box .complete-form .hs-button:hover { opacity: 0.8; }
.row-fluid .complete-section .complete-box .complete-form .hs-submit { position: relative; }
.row-fluid .complete-section .complete-box .complete-form .hs-submit .privacy-text { width: 160px; float: right; position: relative; top: -40px; }
.row-fluid .complete-section .complete-box .complete-form .hs-submit .privacy-text span { font-size: 12px; color:#000;line-height: normal; font-family: 'Helvetica Neue LT Std'; font-weight: 400; letter-spacing: 1px; }

.row-fluid .complete-section .complete-box .complete-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000; font-size:14px; font-family: 'Helvetica Neue LT Std'; font-weight:400; 
}
.row-fluid .complete-section .complete-box .complete-form input::-moz-placeholder { /* Firefox 19+ */
  color: #000; font-size:14px; font-family: 'Helvetica Neue LT Std'; font-weight:400; 
}
.row-fluid .complete-section .complete-box .complete-form input:-ms-input-placeholder { /* IE 10+ */
  color: #000; font-size:14px; font-family: 'Helvetica Neue LT Std'; font-weight:400; 
}
.row-fluid .complete-section .complete-box .complete-form input:-moz-placeholder { /* Firefox 18- */
  color: #000; font-size:14px; font-family: 'Helvetica Neue LT Std'; font-weight:400; 
}

.row-fluid  .footer-section {  width: 100%;  float: left;  text-align: center;  background: #003162;  padding: 25px 0px;}
.row-fluid .footer-section img {  max-width: 200px !important;}
.row-fluid .complete-section .submitted-message { text-align: center; font-weight: 700;color: #000;}


/*------------------ 30-01-2020 ------------------*/
/* Header Section */
.row-fluid .header-section { width: 100%; float: left; padding: 8px 0; background-color: #ea8123; }
.row-fluid .header-section .container { width: 100% !important; }
.row-fluid .header-section .container > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.row-fluid .header-section .header-logo { width: 40%; float: left; }
.row-fluid .header-section .menu-wrap { width: 60%; float: left; margin: 0; padding: 0px 0 0 30px; }
.row-fluid .header-section .header-logo img { width: 135px; height: auto; }
.row-fluid .header-section .menu-wrap .mainmenu { text-align: right; }
.row-fluid .header-section .mainmenu .hs-menu-flow-horizontal { line-height: 0px; }
.row-fluid .header-section .mainmenu .hs-menu-flow-horizontal ul li { margin: 0 9px; float:right; text-align:left; }
.row-fluid .header-section .mainmenu .hs-menu-flow-horizontal ul li a { font-size: 0.95rem; line-height: 1; font-family:'Josefin Sans', sans-serif; color: #fff; text-decoration: none; text-transform: uppercase; font-weight: 400; padding: .5em 0; position: relative; }
.row-fluid .header-section .mainmenu .hs-menu-flow-horizontal ul li a:before { content: ' '; width: 0; height: 2px; background-color: white; display: inline-block; -webkit-transition: width 0.22s ease-in-out; transition: width 0.22s ease-in-out; position: absolute; bottom: 0; left: 0; }
.row-fluid .header-section .mainmenu .hs-menu-flow-horizontal ul li a:hover:before { width: 100%; }

.row-fluid .sub-header { width: 100%; float: left; background-color: #dc7020; }
.row-fluid .sub-header .container { width: 100% !important; padding: 0; }
.row-fluid .sub-header .left-contains a { display: inline-block; font-size: 12px; line-height: 12px; font-family:'Josefin Sans', sans-serif; text-transform:uppercase; text-decoration: none; color: #fff; font-weight: 400; }
.row-fluid .sub-header .left-contains a img { width: 28px; height: auto; display: inline-block; vertical-align: middle; margin-right: .5rem; }
.row-fluid .sub-header .right-link .hs-menu-flow-horizontal { line-height: 0; text-align: right; }
.row-fluid .sub-header .right-link .hs-menu-flow-horizontal ul li a { font-size: 12px; line-height: 12px; font-family:'Josefin Sans', sans-serif; text-transform:uppercase; color: #fff; text-decoration: none; padding: .5rem 1rem; background-color: transparent; transition: all .33s ease; }
.row-fluid .sub-header .right-link .hs-menu-flow-horizontal ul li a:hover { background-color: #162f56; color: white; }

.pharma-lp .row-fluid .lp_hero-section, .row-fluid .lp_hero-section {background-size: contain; background-position: 100% center;}
.pharma-lp .row-fluid .lp_hero-section h1{ max-width: 600px;text-transform: inherit;}
.pharma-lp .row-fluid .complete-section .complete-box h3{ max-width: 700px; }
.pharma-medician-box .box:last-child .lp-image img { max-width: 150px;}
.pharma-medician-box .box{ width: calc(100% / 3 - 34px); padding: 20px 9px; vertical-align: top; margin-bottom: 20px;}
.pharma-medician-box .box h3{font-size: 18px;}
.pharma-medician-box .group.box_length2 .box { width: calc(100% / 2 - 34px);}
.pharma-medician-box .group { width: 100%; float: left; border-bottom: 1px solid #A1A1A1;}
.pharma-medician-box .group:last-child{border:0}
.pharma-lp .row-fluid .complete-section{padding-top:0;}
.pharma-medician-box .group.box_length1 .box { width: calc(100% / 1 - 34px);}
.pharma-lp .row-fluid .complete-section .complete-box .privacy-text{font-size: 12px;  color: #000;  line-height: 20px !important;  font-family: 'Helvetica Neue LT Std';  font-weight: 400;  letter-spacing: 1px;}
.pharma-lp .pharma-medician-box .lp-image img{ height: 115px; }
.pharma-lp .row-fluid .lo_content-section{padding-bottom:0px;}


.row-fluid .lp_hero-section.intem-leader-section{background-color:#f1f8fb;background-size: 58% 100%;}
.row-fluid .lp_hero-section.intem-leader-section:before{display:none;}
.row-fluid .lp_hero-section.intem-leader-section h1{max-width:500px; text-transform:uppercase;}
.row-fluid .lp_hero-section.intem-leader-section .sub-title span {  font-size: 21.5pt;  font-style: italic;  color: #003a70;  padding-top: 12px;  display: block;}







.row-fluid .bgimgcover{ background-size:contain !important; }



/* ==A== 12-10-2020 ==A== */
.row-fluid .banner-lp-main { padding: 30px 0px; border-bottom: 22px solid #5BB1E4; }
.row-fluid .banner-lp-main .logo { max-width: 232px; }
.row-fluid .banner-lp-main .banner-lp-title { padding-top: 45px; }
.row-fluid .banner-lp-main .banner-lp-title h1{ color: #003262; font-family: 'Gotham', sans-serif, Arial, Helvetica; font-size: 44px; text-transform: uppercase; line-height: 1.2em; max-width: 580px; font-weight: 700; }

.row-fluid .octlp-content h2 { font-size: 32px; margin: 0; }
.row-fluid .octlp-content .widget-type-rich_text { border-bottom: 2px solid #6b6c6c; margin-bottom: 20px; }

.row-fluid .footer-lp-section{ padding: 0px 0px 60px; text-align: center; }
.row-fluid .footer-lp-logo span{ display: inline-block; max-width: 230px; text-align: center; }
.blue-space { height: 82px; background-color: #003162; }

.row-fluid .form-lp-top-title h3 { font-size: 22px; color: #57b7e7; text-align: center; line-height: 1.4em; font-weight: 500; font-family: 'Gotham'; }
.row-fluid .form-lp-top-title { padding: 0px 35px 20px; } 
.row-fluid .form-lp-section .complete-box { background-color: #dddddd; padding: 35px 25px; }
.row-fluid .form-lp-section .complete-box .complete-form input { box-shadow: none; }
.row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 > div { padding: 0px 8px; }
.row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 { margin: 0px -8px; }
.row-fluid .form-lp-section.complete-section .complete-box > div{ max-width: 640px; margin: 0 auto; }
.row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-phone,
.row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-firstname{ width: 45%; }
.row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-email,
.row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-lastname{ width: 55%; }

.row-fluid .threecol-main { padding-bottom: 50px; }
.row-fluid .threecol-main .threecol-outer { border: 2px solid #57b7e7; padding: 20px 0px; }
.row-fluid .threecol-main .threecol-outer .threecol-top-text { text-align: center; font-size: 18px; color: #000000; line-height: 1.6em; padding: 0 27px; }
.row-fluid .threecol-main .threecol-outer .threecol-top-text p:first-child { margin-top: 0; }
.row-fluid .threecol-blocks { display: flex; flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
.row-fluid .threecol-blocks .threecol-block { width: 33.33%; float: left; text-align: center; padding: 10px 20px; border-left: 1px solid #a1a1a1; }
.row-fluid .threecol-blocks .threecol-block .threecol-icon { height: 120px; }
.row-fluid .threecol-blocks .threecol-block .threecol-icon img { max-height: 100%; }
.row-fluid .threecol-blocks .threecol-block h3 { font-size: 22px; color: #69b3e7; text-transform: uppercase; margin: 19px 0 10px; line-height: 1.4em; }
.row-fluid .threecol-blocks .threecol-block:first-child { border-left: none; }
.row-fluid .threecol-blocks .threecol-block .threecol-text { color: #69b3e7; font-size: 16px; }
.row-fluid .threecol-blocks .threecol-block:nth-child(3n + 1),
.row-fluid .threecol-blocks .threecol-block:nth-child(3n + 3) { width: 30.33%; }
.row-fluid .threecol-blocks .threecol-block:nth-child(3n + 2) { width: 39.33%; }



.pharma-lp .lp_hero-section.new-lp-hero  h1 { font-size: 44px; line-height: 59px; padding-top: 10px;}
.lo_content-section.newlp_content-section h2 { font-size: 24px; line-height: 35px; padding-bottom: 15px;}
.pharma-lp .row-fluid .lo_content-section.newlp_content-section{padding-bottom: 43px;}
.complete-section.new-complete-section .complete-box {display: flex; flex-wrap: wrap;  justify-content: center;}
.complete-section.new-complete-section .complete-box .complete-form>span {max-width: 100%;}





@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} }

@media(min-width:2001px){
  .intem-leader .row-fluid .lp_hero-section.intem-leader-section{ padding: 170px 0px 80px;}
}

@media(max-width:991px){
   
   
   
  .mainmenu, .mainmenu *{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;}
  a.mobile-triggerm { display: inline-block !important; cursor: pointer; position: absolute; top: 17px; right: 15px; width: 44px; height: 44px; padding: 12px 10px;
    z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
    border-radius: 6px; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;}
  a.mobile-triggerm:hover { text-decoration: none; color: #fff;}
  a.mobile-triggerm span{ display: inline;}
  a.mobile-triggerm span:before{ position: absolute; content: 'Menu'; }
  a.mobile-triggerm span:after{ position: relative; right: 2px; content: 'Close'; 
    background-color: #3c455c; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }

  /* Change button when menu is open */
  .mobile-open a.mobile-triggerm{ -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; top: -2px;}
  .mobile-open a.mobile-triggerm span:after{ opacity: 1; }

  /* Toggle Button Icon & Animations */
  a.mobile-triggerm i { display: inline; position: relative; top: -2px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;
    transition-duration: 0s; transition-delay: .2s;}
  a.mobile-triggerm i:before, a.mobile-triggerm i:after { position: absolute; content: '';}
  a.mobile-triggerm i, a.mobile-triggerm i:before, a.mobile-triggerm i:after { width: 24px; height: 3px; background-color: #000; display: inline-block;}
  a.mobile-triggerm i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
  a.mobile-triggerm i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
  .mobile-open a.mobile-triggerm i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
  .mobile-open a.mobile-triggerm i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);background:#fff;}
  .mobile-open a.mobile-triggerm i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0);background:#fff;}

  /* Child Toggle Button */
  span.child-triggerm { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 53px !important; 
    padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20);}
  span.child-triggerm:hover { text-decoration: none;}

  /* Child Toggle Button Icon & Animations */
  span.child-triggerm span { position: relative; top: 50%; margin: 0 auto !important; -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
  span.child-triggerm span:after { position: absolute; content: '';}
  span.child-triggerm span, span.child-triggerm span:after { width: 10px; height: 1px; background-color: #fff; display: block;}
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #FFF; }
  span.child-triggerm span:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}
  span.child-triggerm.child-open span:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}
  span.child-triggerm.child-open span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s;
    transition-duration: .2s;}

  /* Menu Styles on Mobile Devices */ 
  .mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .hs-menu-children-wrapper{ display: none;} 
  .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none;}
  .mainmenu.js-enabled .hs-menu-flow-horizontal{ position: absolute; top: 0px; left: 0px; width: 100%; -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);background:#000;}
  .mainmenu .hs-menu-flow-horizontal{ padding: 40px 0 0 0; background-color: #3c455c; width: 100%; z-index: 8888;}
  .mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative;}
  .mainmenu .hs-menu-flow-horizontal > ul > li a{ font-size: 17px; line-height: 45px; overflow: visible;  }
  .mainmenu .hs-menu-flow-horizontal ul li{ border-top: 1px dotted rgba(255, 255, 255, .35); }
  .mainmenu .hs-menu-flow-horizontal ul li a{ padding: 0 10px;}
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{ color: #fff; }
  .mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08);}
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px; font-size: 16px; }
}

@media (max-width:1550px){
  .intem-leader .row-fluid .lp_hero-section.intem-leader-section{padding: 125px 0px 30px;}
  .intem-leader .row-fluid .lp_hero-section.intem-leader-section .sub-title span{ padding-top: 5px;}
}

@media (min-width:1950px){
  .row-fluid .lp_hero-section.intem-leader-section{background-size: 50% 100%;}
}


@media (max-width:1199px){

  .row-fluid .lp_hero-section{background-size: contain; background-position: 100% center;}
  .row-fluid .lp_hero-section:before{width:49%;}
  .row-fluid .lp_hero-section.intem-leader-section{ background-size: 74% 100%;}
}


@media (max-width:991px){

  .row-fluid .lp_hero-section h1 { font-size: 35px; line-height: 44px; }
  .row-fluid .lp_hero-section { background-size: contain; background-position: 100% center; }
  .row-fluid .lp_hero-section:before { width: 38%; }
  .LP-service-box .box:after{ left: -16px;}
  .LP-service-box{ overflow: hidden;}

}


@media (max-width:767px){

  .row-fluid .lp_hero-section h1 { font-size: 28px; line-height: 38px; }
  .row-fluid .lp_hero-section { background-size: cover;background-position: center top; }
  .row-fluid .lp_hero-section:before { width: 100%; opacity: 0.73; }
  .row-fluid .lo_content-section { padding: 20px 0px; }
  .row-fluid .lo_content-section h2 { font-size: 28px; line-height: 35px; margin-bottom: 0; }

  .LP-service-box .box { width: calc(100% / 1 - 34px); border-bottom: 1px solid #A0A0A0; padding-bottom: 30px; }
  .LP-service-box .box:after { display: none; }
  .LP-service-box .box:last-child { border: 0; }
  .LP-service-box .lp-image { padding-top: 0px; }
  .row-fluid .complete-section { padding: 0px 0px 30px; }
  .row-fluid .complete-section .complete-box h3 { font-size: 21px;line-height: 26px; }
  .pharma-lp .row-fluid .lp_hero-section{ background-size: 64% 100%;}
  .row-fluid .lp_hero-section.intem-leader-section:before {  display: block;}
  .row-fluid .lp_hero-section.intem-leader-section { background-size: 95% 100%;}
  .row-fluid .lp_hero-section.intem-leader-section .sub-title span{    position: relative;    font-size: 14.5pt;}


  .row-fluid .banner-lp-main .banner-lp-title { padding-top: 25px; }
  .row-fluid .banner-lp-main .banner-lp-title h1 { font-size: 35px; }
  .row-fluid .banner-lp-main .logo { max-width: 200px; }
  .row-fluid .banner-lp-main { padding: 30px 0px 10px; }
  .row-fluid .lo_content-section.octlp-content h2 { font-size: 24px; line-height: 32px; }
  .row-fluid .lo_content-section.octlp-content p { font-size: 16px; }
  .row-fluid .form-lp-top-title { padding: 0px 0px 20px; }
  .row-fluid .form-lp-top-title h3 { font-size: 20px; }
  .row-fluid .form-lp-section .complete-box { padding: 20px 15px; }
  .row-fluid .footer-lp-logo span { max-width: 200px; }
  .blue-space { height: 65px; }

  .row-fluid .threecol-blocks .threecol-block:nth-child(3n + 2) { width: 100%; }
  .row-fluid .threecol-blocks .threecol-block { width: 100%; padding: 10px 20px; border-left: none; border-top: 1px solid #a1a1a1; }
  .row-fluid .threecol-blocks .threecol-block:nth-child(3n + 1),
  .row-fluid .threecol-blocks .threecol-block:nth-child(3n + 3) { width: 100%; }
  .row-fluid .threecol-main .threecol-outer { padding: 20px 20px; }
  .row-fluid .threecol-main .threecol-outer .threecol-top-text { font-size: 18px; font-size: 17px; padding: 0; }
  .row-fluid .threecol-blocks .threecol-block h3 { font-size: 20px; }

  .row-fluid .lo_content-section h2 { font-size: 24px; padding-bottom: 0; }
  .pharma-lp .row-fluid .lo_content-section.newlp_content-section { padding-bottom: 30px; }

}

@media (max-width:600px){
  .row-fluid .lp_hero-section.intem-leader-section {background-size: cover;}
  .row-fluid .bgimgcover {
    background-size: cover !important;
  }
}

@media (max-width:480px){

  .row-fluid .lp-header .logo { max-width: 160px; }
  .row-fluid .lp_hero-section h1 { font-size: 24px; line-height: 33px; }
  .row-fluid .lp_hero-section { padding: 110px 0px 50px; overflow: hidden; }
  .row-fluid .lo_content-section h2 { position: relative; font-size: 24px; line-height: 35px; }
  .LP-service-box h3 { font-size: 17px; }
  .LP-service-box .content p { font-size: 18px; line-height: 24px; }
  .row-fluid .complete-section .complete-box { padding: 25px 20px; }
  .row-fluid .complete-section .complete-box h3 { font-size: 19px; line-height: 23px; padding-bottom: 10px; }
  .row-fluid .complete-section .complete-box .complete-form>div>span { padding: 0; }
  .row-fluid .complete-section .complete-box .complete-form input { width: 100% !important; }
  .row-fluid .complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-firstname { width: 100%; padding: 0; margin-bottom: 13px; }
  .row-fluid .complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-lastname { width: 100%; }
  .row-fluid .complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-city { width: 100%; padding: 0; margin-bottom: 13px; }
  .row-fluid .complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-phone { width: 100%; }
  .row-fluid .complete-section .complete-box .complete-form .hs-submit .privacy-text { top: 0; width: 100%; padding-top: 20px; }
  .row-fluid .complete-section .complete-box .complete-form { margin-bottom: 0; }
  .pharma-lp .row-fluid .lp_hero-section{ background-size: 82% 100%;}
  .row-fluid .lp_hero-section.intem-leader-section {background-size: cover;}

  .row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 > div { padding: 0; }
  .row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-phone,
  .row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-firstname { width: 100%; }
  .row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-email,
  .row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 .hs-lastname { width: 100%; }
  .row-fluid .form-lp-section.complete-section .complete-box .complete-form fieldset.form-columns-2 { margin: 0; }
  .row-fluid .complete-section .complete-box { padding: 25px 15px; }

  .row-fluid .threecol-blocks .threecol-block { padding: 20px 0px; }
  .complete-section.new-complete-section .complete-box .complete-form>span{ padding: 0;  margin: 0;}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto !important;
}
}


@media (max-width:380px){
  .pharma-lp .row-fluid .lp_hero-section{background-size: 100% 100%;}
  .row-fluid .lp_hero-section.intem-leader-section {background-size: cover;}
}

li.hs-form-checkbox .hs-input {
    height: auto !important;
    box-shadow: none !important;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
    position: absolute;
    left: 0;
    top: 1px;
}
li.hs-form-checkbox {
    margin-bottom: 3px;
    position: relative;
    padding-left: 25px;
}