@charset "utf-8";
/* CSS Document */

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
/*     max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis; */
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


/*   24 may, 2017 */

* {
    margin:0;
    padding:0;
}
body{
font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal;
    color:#222222;
    background-color:#ffffff;
}
body p{
font-family: 'Open Sans', sans-serif;
}
a:hover, a:focus {
  color: #23a2db;
}
.post-item p, ul, li, a {
font-family: 'Open Sans', sans-serif !important;
}
h1 , h2,  h3 , h4, h5, h6{
font-family: 'Open Sans', sans-serif !important;
}
.padding80tb{
    padding:80px 0;
}
.padding60tb{
    padding:60px 0;
}
.padding40tb{
    padding:40px 0;
}
.padding20tb{
    padding:20px 0;
}
.padding10t {
  padding-top: 10px;
}
.header-bg .hs-menu-item.hs-menu-depth-1 > a {
  font-size: 13px;
  padding: 6px 20px;
}
.header-bg #hs_cos_wrapper_module_14956087210701323 a {
  font-size: 13px;
}
.hs-content-id-5142533489 .header-container-wrapper {
  position: relative;
}
.hs-content-id-5142533489 .body-container-wrapper {
  padding-top: 0;
}
.header-section img {
  margin-bottom: 0;
  max-width: 88%;
  margin-top:-3px;
}
.header-bg{
    background:#1d2f39;
    color:#fff;
    height:34px;
}

.header-bg a {
  color: #ffffff;
}
.header-container {
    background:none;
  padding: 0;
  z-index: 9999;
}
.header-bg a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  content: "";
  height: 13px;
  margin: 9px 16px;
  position: absolute;
  top: 0;
  width: 1px;
}
.header-bg li::before {
  content: none !important;
}
.header-bg #hs_cos_wrapper_module_14956087210701323 li {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
}
.header-bg #hs_cos_wrapper_module_14956087210701323 ul {
  float: right;
  margin-top:4px;
}
.header-section img {
  margin-bottom: 0;
}
.body-container-wrapper {
  padding-top: 150px;
}
.hs_cos_flex-control-paging li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}
.hs_cos_flex-control-paging li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}
.hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #ffffff none repeat scroll 0 0;
  cursor: default;
}
.logo ul {
  float: right;
}
.main-header .row-fluid-wrapper.row-depth-1.row-number-4 {
  background: #f2f2f2 none repeat scroll 0 0;
  padding-bottom: 16px;
}
.hs_cos_flex-control-nav {
  bottom: 8px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.banner-content {
  bottom: 0;
  color: #ffffff;
  /* left: 0; */
  position: absolute;
  text-align: center !important;
   top: 120px;  
   width:100%;
}
.banner-content .page-center{
    text-align:center !important;
}
.banner-content h1 {
  color: #1d2f39;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0;
  padding-top: 42px;
}
.banner-content h3 {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.9px;
  padding: 0 160px;
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
  border-radius: 0;
  display: block;
  height: 515px;
  width: 100%;
}
.hs_cos_flex-slider {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  margin: 0 0 70px;
  position: relative;
}
.logo .hs-image-widget {
/*  width: 300px !important;*/
}
.quality-bg {
  background: #1d2f39 none repeat scroll 0 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  padding: 12px 19px;
  font-weight:600;
}
.quality-content {
  border: 3px solid #426f80;
  padding: 31px 35px;
}
.quality-content h4 {
  color: #222222;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: -10px;
}
.quality-content h2 {
  color: #1d2f39;
  font-size: 50px;
  margin-top: 0;
  font-weight: bold;
  letter-spacing:3px;
}
.quality-content p {
  color: #222222;
  font-size: 16px;
}
.committed-to-quality p {
font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.our-services{
    background:#1d2f39;
    color: #fff;
    color:#fff;
    padding:70px 0;
}
.header-bg li:last-child a::after {
  content: none;
}
.our-services h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.our-services h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
}
.footer-bg{
    background:#1d2f39;
    color:#fff;
}
.mySlides  li {
  float: left;
  padding: 14px;
  width: 50%;
}
.mySlides  li {
  list-style: outside none none;
}
.footer-copyright1 {
  background: #426f80 none repeat scroll 0 0;
  color: #ffffff;
  text-align: center;
}
.footer-copyright1 p{
    color:#fff;
}
.mailing-list{
    color:#fff;
}
.mailing-list li {
  display: inline;
}
#hs_cos_wrapper_module_14956243796172961 li {
  display: inline-block;
  padding: 15px;
}
.footer-bg h3 {
  font-size: 20px;
  font-weight: bolder;
  padding-bottom: 30px;
  position:relative;
}
.footer-bg h3::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  height: 1px;
  left: 1%;
  margin: 0;
  position: absolute;
  right: 0;
  top: 36px;
  width: 65px;
}
.footer-bg{
    position:relative;
}
.footer-bg p {
  font-size: 14px;
  color:#fff;
}
.widget-module ul li {
  line-height: 20px;
  list-style: inside none circle;
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: none;
    color: inherit;
}
.blog_cat ul li {
    background: #426f80 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0 10px;
}
.block > h3 {
  font-size: 20px;
  font-weight: 700;
}
.hs_cos_wrapper.form-title {
  display: none;
}
.hs_cos_wrapper_type_rich_text ul li::before {
  content: none;
}
.mailing-list div {
  color: #1d2f39;
  font-size: 20px;
  font-weight: 400;
}
.mailing-list ul {
  margin-bottom: 0;
}
.mailing-list {
  padding-bottom: 20px;
}
.blog-section h2 {
  color: #1d2f39;
  font-size: 35px;
  font-weight: 700;
}
.blog-content1 {
  background: #1d2f39 none repeat scroll 0 0;
  color: #ffffff;
  padding: 10px;
}
.blog-content1 h4 {
  font-size: 18px;
  font-weight: 600;
}
.w3-btn, .w3-button {
  background-color: inherit;
  border: medium none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  outline: 0 none;
  overflow: hidden;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.w3-black, .w3-hover-black:active {
  background-color: inherit;
  color: inherit;
}
.social-icons .page-center li {
  display: inline;
  padding: 15px;
}
.social-icons {
  padding-top: 20px;
}
body textarea {
  min-height: 100px;
}
#hs_cos_wrapper_module_14956246670223020 span {
  float: left;
  margin-top: -7px;
  padding-right: 10px;
}
#hs_cos_wrapper_module_14956246670223020 p {
  font-size: 13px;
  width: 271px;
}
/*
.footer-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-9 {
  background-color: #fff;
  text-align: center;
}
*/
.w3-black, .w3-hover-black:active {
  background-color: inherit;
  color: #ffffff !important;
}
.hs_cos_wrapper_type_rich_text ul {
  /*padding-left: 0;*/
}
.post-image.span6 {
  width: 48%;
}
.blog-background{
    background: #1d2f39 none repeat scroll 0 0;
    padding: 20px;
   height:345px;
}
.post-carousel-title a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.left-carousel-blog .more a {
  border: 2px solid #d9a828;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 15px;
  word-spacing: 7px;
}
.left-carousel-blog .more > a:hover {
  background: #d9a828 none repeat scroll 0 0;
}
.flexslider.carousel {
  position: relative;
}
.flex-direction-nav {
  position: absolute;
  right: 0;
  text-align: right;
  top: -60px;
  z-index: 999;
}
.post-carousel-title > h4 {
  font-size: 18px;
}
.w3-button.w3-black {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.mySlides ul li {
  position: relative;
}
.mySlides a span{
  font-size: 22px;
  font-weight: bold;
  left: 50px;
  position: absolute;
  top: 40px;
  z-index:9;
}
.header-container-wrapper {
  position: relative;
}
.do-bg {
  padding: 80px 0;
} 


/*ajay*/
.footer-container .hs-button.primary.large,.hs-button.primary.large {
 /* background: #d9a828 !important;*/
  border: medium none;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: 16px;
  padding: 3% 11%;
margin-left: 0;
/*border:2px solid #d9a828 !important;*/
}
.footer-container .hs-button.primary.large:hover,.hs-button.primary.large:hover  {
  background: #d9a828 !important;
  color: #1d2f39 !important;
}
/*
.post-body strong {
  color: #fff;
  font-weight: normal;
}
*/
.w3-display-left {
  left: -83px !important;
  position: absolute;
  top: 231px !important;
  transform: translate(0%, -50%);
}
.w3-display-right {
  position: absolute;
  right: -77px !important;
  top: 234px !important;
  transform: translate(0%, -50%);
}
/* .blog-section .row-fluid .span5 {
  width: 33%;
  float: left;
}  
.blog {
  float: left;
  width: 100%;
}
.blog-content1 > a {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 12px;
}
*/
#hs_menu_wrapper_module_14956165186592567 > ul {
  margin-top: 2%;
}
  

/*  Resources Page  */

.resources a {
  color: #426f80;
}
.resources h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -10px;
  padding-top: 18px;
  color: #1c2f39;
}
.resources h1 {
  color: #426f80;
  font-size: 40px;
  font-weight:800;
}
.resources p {
  font-size: 20px;
}
.resources-types .img {
  float: left;
  padding-right: 35px;
}
.resources-types .content > a {
  font-size: 18px;
  font-weight: 600;
}
.resources-types .content > p {
  font-size: 14px;
}
.resources-text{
    margin:20px 0;
}
.resources-types {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #d9d8d8;
  height: 260px;
  padding: 30px 20px;
  margin-bottom:30px;
}

/*   pharmaceuticals  page */

.what-we-do-bg{
    background-color: #f2f2f2;
}
.border-heading > p {
  color: #050505;
  font-size: 15px;
  line-height: 24px;
  margin: 24px 0;
}
.border-heading > h3 {
  font-size: 25px;
}
/*
.border-heading > h3 {
  position: relative;
}
 .border-heading > h3::after {
  background: #23a2db none repeat scroll 0 0;
  bottom: 0;
  color: #23a2db;
  content: "";
  height: 2px;
  left: 3px;
  position: absolute;
  top: 42px;
  width: 100px;
}  
*/
.border-heading.span6.widget-span.widget-type-cell > ul {
  float: left;
  margin-right: 20px;
  width: 46%;
}
.border-heading.span6.widget-span.widget-type-cell li {
  font-size: 15px;
  line-height: 28px;
  list-style-type: square;
  padding-left: 5px;
  margin-left:35px;
}

.border-heading.span6.widget-span.widget-type-cell li a {
   color: #23a2db;
}

.no-icon {
  width: 100% !important;
}
.no-icon > li {
  background-image: none !important;
  font-size: 13px !important;
  font-style: normal !important;
  line-height: 30px !important;
  list-style: inside none disc !important;
}
.consultancy-service h3::after {
  top: 78px;
}

/* contact us page */

.resources a {
  color: #426f80 !important;
}
.resources h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -10px;
  padding-top: 18px;
}
.resources h1 {
  color: #426f80;
  font-size: 35px;
  font-weight:800;
}
.resources p {
  font-size: 20px;
}
.resources-types .img {
  float: left;
  padding-right: 35px;
}
.resources-types .content > a {
  font-size: 18px;
  font-weight: 600;
}
.resources-types .content > p {
  font-size: 14px;
}
.resources-text{
    margin:20px 0;
}
.resources-types {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #d9d8d8;
  height: 260px;
  padding: 30px 20px;
  margin-bottom:30px;
}
.contact-form-area #hs_cos_wrapper_module_145810877818337760 > div {
  height: 515px;
  padding: 35px;
}

/*   kawal  What is PMTA */ 
.content-sub {
  float: left;
  width: 70%;
}
.content-class > p {
  font-size: 16px;
  font-weight: 100 !important;
}
.img-sub {
  float: left;
  width: 30%;
}
.resources-types-for-sub {
  background-color: #f2f2f2;
  border: 1px solid #d9d8d8;
  float: left;
  padding: 30px 20px;
  width: 100%;
  margin-bottom:30px;
}
.whatispmta .hs-button.primary.large {
  background-color: #24a2dc;
  border: medium none;
  color: #ffffff;
 /* width: 18%;*/
}
.whatispmta {
  margin-bottom: 50px;
}
.whypmta h1 {
 font-size:30px !important;
 text-transform: capitalize;
}
.whatispmta .actions {
  margin-left: 5px;
}
.whatispmta .hs-input {
  border-radius: 0;
  height: 41px;
}
.whatispmta .hs-button.primary.large {
 /* height: 44px;*/
  border-radius: 4px;
}
.deadline-pta h2 {
  color: #426f80;
  font-size: 28px;
  font-weight: 400;
}
.deadline-pta p {
  font-size: 16px;
  font-weight: 600;
}
.deadline-pta .resources-types-for-sub {
  padding: 30px 52px;
  margin:10px 0 20px;
}
.event-rources .img-sub > img {
  height: 180px;
}
.content-sub {
  margin-left: 30px;
  width: 64%;
}
.deadline-pta .img-sub > img {
  margin: 25px;
  width: 270px;
}
.content-sub > h4 {
  color:#426f80;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}
.content-sub > h3 {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  width: 93%;
}
.whatispmta .field.hs-form-field > label {
  font-weight: normal;
}
body form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0px;
}
.whatispmta #hs_cos_wrapper_module_1496920606122359 > div {
  padding: 35px;
}

/* contact us   */

.contact-us1.title-background {
  margin-top: 10px !important;
}
.contact-us-new1{
  font-family: 'Open Sans', sans-serif !important;
}
.form-heading h1 {
  color: #24a2dc;
  font-size: 30px;
  font-weight: bolder !important;
  text-transform: none;
}
.contact-us-second{
    background-image:none !important;
}
.contact-form-area label {
  margin-bottom: 0 !important;
}
.hs-landing-page .header-phone, a {
    color: #426f80;
}
.header-phone {
    margin-left: 7px;
}
.last-land_sec {
    padding: 12px;
}



/*  event page */
.post-table{
    text-align: center;
}
.post-table span strong {
    color: #fff !important;
}
.post-table tr td:nth-child(2), .post-table tr td:nth-child(3) {
    border-bottom: 1px solid #0094ca;
}
.post-table caption {
    text-align: left !important;
    padding-bottom: 10px;
    font-weight: bold;
}
.post-table tr:nth-child(1) td {
    border-bottom: none;
}
.table-css table {
  background-color: #f6f6f6;
  border-collapse: collapse;
  width: 100%;
}
.table-css th {
  background-color: #1D2F39;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.table-css td, th {
  border: 1px solid #d9d9d9;
  padding: 20px 0 20px 15px;
  text-align: left;
}
.event-form-page {
  background: #1D2F39 none repeat scroll 0 0;
  padding: 18px 30px 40px;
}
.event-form-page .row-fluid .cell-wrapper .hs_cos_wrapper_type_header h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.extr-padding {
  width: 30%;
} 
.hs-form-checkbox .hs-form-checkbox-display .hs-input, .hs-form-radio .hs-form-radio-display .hs-input {
	margin-right: 10px;
}
.event-form-page .hs-form-checkbox-display {
  color: #ffffff;
}
.header-underline h1::after {
  background: #2bb1d6 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 55px;
  width: 80px;
}
.main-slider-post {
    margin-top: 10%;
}
.main-slider-post .flex-control-nav.flex-control-paging {
    display: none;
}
.main-slider-post .flex-pauseplay {
    display: none;
}
.main-slider-post .flexslider.carousel {
  padding-top: 0px;
  position: relative;
}
.main-slider-post .flex-direction-nav {
  position: absolute;
  right: 0;
  top: 0;
}
.main-slider-post .flex-nav-prev {
  float: left !important;
  overflow: hidden;
}
.main-slider-post .flex-nav-next {
  float: right;
  overflow: hidden;
} 
.main-slider-post .flex-prev {
    background: rgba(0,0,0,0) url("https://cdn2.hubspot.net/hubfs/4940960/new-home-img/left.png?t=1512146552282") no-repeat scroll 0 0;
 display: inline-block;
 height: 35px;
 text-indent: 9999px;
 width: 21px;
}
.main-slider-post .flex-next {
    background: rgba(0,0,0,0) url("https://cdn2.hubspot.net/hubfs/4940960/new-home-img/right.png?t=1512146552282") no-repeat scroll 0 0;
 display: inline-block;
 height: 35px;
 text-indent: 9999px;
 width: 21px;
}
.event-form-page .hs-form-required {
  display: none;
}


/*--- home new 1-----*/
.our-services .mySlides .hs-featured-images {
  opacity: 0.9;
}
.our-services .mySlides a:hover {
  color:#fff;
}
.our-services .mySlides a .hs-featured-images:hover {
  opacity: 0.7;
}
.our-services .mySlides a {
  z-index: 1111;
}


.hs-content-id-5198543610 .do-bg {
  padding: 24px 0 !important;
}
.hs-content-id-5198543610 .border-heading p:first-child {
display:none;
}
.main-header .hs-menu-children-wrapper {
  background: #ffffff none repeat scroll 0 0 ;
}

.main-header .hs-menu-children-wrapper li a {
  font-size: 13px;
  padding: 5px 10px !important;
}
.back-head_color {
    background: #fff;
}
.thanku-page .bg--header .redeign_head-inner .custom-menu-primary ul li a {
    color: #1c303a !important;
}

/* 10 june  */

.widget-span.widget-type-widget_container.product-development {
  margin: 10px 0 40px;
}
.product-development .border-heading > ul {
  width: 100% !important;
}
.product-development .border-heading li {
  background-position: 0 12px !important;
  line-height: 36px !important;
}
.product-development .border-heading a {
  color: #050505 !important;
}
.product-development .border-heading {
  margin-top: -32px;
}
#no-margin {
  margin-top: 0 !important;
}
.our-services h1 {
  font-weight: 700;
}
.quality-content h1 {
  font-weight: 700;
}


/****about-us****/

.com-cul .row-fluid {
  display: table;
}
.cul {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #bdbdbd;
  padding: 0 15px 15px;
 display: table-cell !important;
  text-align: center;
  min-height:285px !important;
}
.cul h3 {
  background: #1d2f39 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 22px;
  margin-top: -20px;
  padding: 8px 0;
  position: relative;
  font-weight: 600;
}
h2 {
  font-size: 35px;
  line-height: 35px;
}

.single-img {
  margin-bottom: 25px;
  position: relative;
  background:#426f80;
}
.single-img a:hover img {
  opacity: 0.5;
}
.simg {
  bottom: 7px;
  position: absolute;
}
.single-img .overlay1 {
  background: #23A2DB none repeat scroll 0 0;
  box-sizing: border-box;
  height: 100%;
  opacity: 0;
  text-align: center;
  transition: opacity 300ms ease 0s;
line-height: 0;  
}
.simg h5 {
  color: #555555;
  font-weight: normal;
  margin: 0;
  padding-left: 10px;
}
.simg h3 {
  color: #555555;
  margin: 0;
  padding-left: 10px;
 line-height: 30px; 
 font-size:18px;
}
.simg a:hover .overlay1 {
  opacity: 1;
}
.simg a:hover .overlay1 {
  background: #ff0000 none repeat scroll 0 0;
}
.about-us-histry span strong {
  font-size: 15px;
}
.about-us-histry h2 {
  padding-bottom: 20px;
}
.our-certifications h4 span {
  color: #23a2db;
}
.our-certifications h4 {
  font-size: 24px;
}
.our-certifications h3 {
  color: #d9a828;
}
.about-us-histry #hs_cos_wrapper_module_1497037068662101 img {
  float: right;
  width: 100%;
}

/*  Nicotine products  */

#hs_cos_wrapper_widget_1497253396305 img {
  float: right;
}
ul.ul-txt {
  width: 100% !important;
}
#hs_cos_wrapper_widget_1497261753053 img {
  float: right;
}

/*  PMTA Testing Services */

.pmta-banner-img{
   background-image: url("https://cdn2.hubspot.net/hubfs/4940960/homepage-new1/PMTA-Deadline.png?t=1512146552282");   
   background-size: cover;
   min-height: 600px;
}
.our-focus .hs-button.primary.large {
  border-color: #23a2db;
  width: 10%;
}
.pmta-product h2 {
  font-size: 32px;
  padding-top: 15px;
}
.main-btn {
    background: #187dc1 none repeat scroll 0 0;
    font-size: 17px;
    padding: 12px 43px;
    position: relative;
    top: 10px;
}
.pmta-product .quality-content {
  padding-bottom: 60px;
}
.pmta-deadline h1 {
  font-size: 40px;
}
.pmta-deadline h3 {
  font-size: 24px;
  line-height: 42px;
  padding: 15px 0;
}
.span12.widget-span.widget-type-cell.banner-content.pmta-deadline {
  margin: auto;
  text-align: center;
  width: 100%;
}
.span12.widget-span.widget-type-cell.banner-content.pmta-deadline .row-fluid-wrapper.row-depth-1.row-number-5, .span12.widget-span.widget-type-cell.banner-content.pmta-deadline row-fluid-wrapper.row-depth-1 row-number-6 {
  margin: auto;
  width: 60%;
}
.banner-content.pmta-deadline .row-fluid-wrapper.row-depth-1.row-number-6 {
  margin: auto;
  width: 60%;
}
.banner-content.pmta-deadline {
  top: 160px;
}
.blog_tweet .twitter-timeline {
  max-width: 99.5% !important;
}


/*  homepage banner */

.hs_cos_flex-slider
{

height: 515px;
background-size:100% 100%;
}


/*  homepage blog */

.flexslider .inner-blog-content.span7 {
  background-color: #1d2f39;
  padding: 10px;
}
.flexslider .post-image.span5 {
  float: left;
  width: 100%;
}
.flexslider .inner-blog-content.span7 {
  background-color: #1d2f39;
  /* height: 350px;   */
  margin-left: 0;
  margin-top: 5px;
  padding: 20px;
  width: 100%;
}
.slides > li {
  margin-right: 0 !important;
}
.blog-section .post-body > p {
  font-family: open sans;
}
li.blog_items.span6 {
  margin-left: 0;
  padding: 0 10px;
  width: 400px !important;
}
.section.post-header.clearfix strong {
  color: #000000;
  font-size:15px;
  font-weight:bold;
}
.post-body.clearfix h3 {
  font-family: open sans !important;
  font-size: 15px;
}
.hs-blog-post .section.post-body p {
  color: #000000;
  font-size: 15px;
 /* font-weight: bold; */
}
.section.post-body span {
 /* color: #000000 !important;*/
  font-size: 15px;
  /*font-weight: bold;*/
}

.hs-error-msgs.inputs-list > li {
  color: #ffffff;
}
#hs_cos_wrapper_module_14803780547081382 {
  color: #ffffff;
}


.cse .gsc-control-cse, .gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
    padding-top: 3px !important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background-color: rgba(0,0,0,0) !important;
  background-image: url("https://cdn2.hubspot.net/hubfs/4940960/homepage-new1/search.png?t=1512146552282") !important;
  background-repeat: no-repeat;
  border: medium none !important;
  height: 19px !important;
  width: 10% !important;
}
input#gsc-i-id1 {
      background: none !important;
    height: 1.00em!important;
    color: #fff!important;
}

.gsc-input-box {
    border: 1px solid #a1a1a1 !important;
    background: transparent!important;
    height: 25px;
}

.child-trigger i::before {
  display:none !important;
}
.child-trigger i::after {
  left: 0;
  top: -6px;
}

.child-trigger i {
  margin: 0 auto;
  position: relative;
  top: 34%;
color:#fff;
    
}
.cse input.gsc-search-button:focus, input.gsc-search-button:focus {
  box-shadow: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-size: 13px;
  text-indent: 0;
 /* white-space: pre-line !important; */
  line-height: 28px;
}
.main_navigation ul li a {
  color: #1c2f39;
}
.main_navigation ul li a:hover {
  color: #426f80;
}
.header-section .row-fluid-wrapper.row-depth-1.row-number-4 {
  display: block;
}

.main-header {
  padding-bottom: 15px;
}
.scrollTable td {
    border: 1px solid #ccc;
    margin: 0;
    min-height: 150px;
    padding: 10px;
    font-size:14px !important;
    -webkit-text-size-adjust:none;
}
.scrollTable{
    width: 1170px;
	margin:0 auto;
}
.scrollTable th {
    background: #ececec;
    padding: 10px 7px;
    text-align: left;
    color: #426f80;
}
.scrollTable td:nth-child(1) {
    color: #426f80;
}
.outer_responsive {
    width: 100%;
    display: block;
    table-layout: fixed;
    white-space: normal;
}
.scrollTable tr:nth-child(even) {
    background: #ececec;
}
.scrollTable tr:nth-child(odd) {
   background: #FFF;
}
/*  responsive  */
@media screen and (max-width: 1400px){
.banner-content h1 {
 font-size: 48px;
}    
}

@media screen and (max-width: 1280px){
 .banner-content h3 {
  font-size: 28px;
}

a#cta_button_1685530_3cc3f7a2-61c8-4474-9a38-9c58d55dc481 {
font-size: 17px;
}
.header-container-wrapper {
  position: relative;
}

}
@media screen and (max-width: 1250px){
.outer_responsive { 
    overflow-x: auto;
}
}


@media screen and (max-width: 1150px){
 
.quality-content h1 {
  font-size: 45px;
}

.quality-bg {
  padding: 3px 25px;
  font-size:15px;
}
.post-carousel-title a {
  font-size: 14px;
}
.blog-section .post-body > p {
  font-size: 14px;
}
.slider-icon .w3-display-right {
  position: absolute;
  right: 2px !important;
  top: -32px !important;
  transform: translate(0px, -50%);
}
.slider-icon {
  display: inline-block;
  float: right;
  position: absolute;
  top: -30px;
}
.slider-icon .w3-button.w3-black.w3-display-left {
  top: 0 !important;
}
.slider-icon .w3-button.w3-black.w3-display-right {
  right: 0 !important;
  top: 0 !important;
}
.header-bg .row-fluid-wrapper.row-depth-1.row-number-3 {
  margin-top: -12px;
}
.header-bg a::after {
  margin: 12px 20px;
}
.resources-text .resources-types {
  margin-bottom: 30px;
  padding: 30px 14px;
}
.resources-text .resources-types .img {
  padding-right: 10px;
}
#hs_cos_wrapper_widget_1496381602517 h3::after {
  top: 78px;
}
.common-animate-right.border-heading.span6.widget-span.widget-type-cell > ul {
  width: 45%;
}
.home-blog-section {
  padding-top: 40px;
}
#gs_tti50 .gsc-input {
  text-indent: 12px !important;
}
  .inner-good-science {
    padding-top: 30px !important;
}
}

@media screen and (max-width: 1024px){
.inner-good-science {
    padding-bottom: 30px !important;
}
.quality-content h1 {
  font-size: 42px;
}
.quality-content {
  padding: 34px 35px;
}
.resources-text .resources-types {
  margin-bottom: 30px;
  padding: 30px 4px;
}
.main-redes-resources .content-sub h2 {
    font-size: 26px !important;
}

}
@media screen and (max-width:980px) {
.simg h3 {
  font-size: 18px;
  line-height: 20px;
}
.cul h3 {
  font-size: 20px;
}
}


@media screen and (max-width: 980px){
    .footer-bg .span3.widget-span.widget-type-cell {
  float: left;
  margin-bottom: 40px;
  width: 50%;
}
.footer-bg .span3.widget-span.widget-type-cell:first-child {
  margin-left: 2.76243%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 10px 14px;
}  
.header-bg a::after {
  margin: 12px;
}
.banner-content h1 {
  font-size: 32px;
}
.banner-content h3 {
  font-size: 26px;
  padding: 0 80px;
}
.quality-content h4 {
  font-size: 26px;
}
.quality-content h1 {
  font-size: 32px;
}
.quality-bg {
  padding: 0 8px;
   font-size: 15px;
}
.quality-content {
  padding: 44px 35px;
}
.blog-background {
  height: 330px;
  padding: 10px;
}
.mySlides a {
  font-size: 18px;
}
.img > img {
  width: 150px;
}
.resources-text .resources-types .img {
  padding-right: 2px;
}
.common-animate-right.border-heading.span6.widget-span.widget-type-cell > ul {
  width: 44%;
}
.widget-span.widget-type-cell.common-animate-right.border-heading h3 {
  font-size: 21px;
}
.deadline-pta #hs_cos_wrapper_module_149692224180575 .resources-types-for-sub {
  margin: 10px 0 20px;
  padding: 30px 0;
}
.deadline-pta .resources-types-for-sub h2 {
  font-size: 24px;
}
table.gsc-search-box {
  width: 200px !important;
}
}

@media screen and (max-width: 900px){
  .events_mod_cont .span3.comon-left {
    min-height: 275px !important;
}
  }

@media screen and (max-width: 800px){
    .header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4 {
  background: #ffffff none repeat scroll 0 0;
}
.hs-menu-children-wrapper {
  padding-top: 30px !important;
}
.child-trigger i  , .child-trigger i::after{
  background-color: #ffffff !important;
}
.hs-menu-item {
  float: left !important;
}
.header-container {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  padding: 0 !important;
  z-index: 9999;
}
.hs_cos_flex-slider {
  border-radius: 0;
  height: 370px;
  margin: 0 0 25px;
}
.header-container-wrapper .container-fluid .row-fluid [class*="span"] {
  display: block;
  float: left;
  margin-left: 0 !important;
}
.body-container-wrapper {
  padding-top: 0;
}
.quality-content h1 {
  font-size: 30px;
}
.quality-content {
  padding: 36px 35px;
}
.blog-background {
  height: 390px;
  padding: 10px;
}
.quality-bg {
  padding: 0 15px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 10px 12px;
}
.resources .span6.widget-span.widget-type-widget_container {
  margin-left: 0;
  width: 100%;
}
.logo {
  padding-left: 10px !important;
}
.header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-4 {
  padding-left: 10px;
}
.banner-content h3{
    font-size:20px;
}
.banner-content{
    top:50px;
}
}
@media screen and (max-width: 768px) {
.blog-background {
  height: 280px;
  padding: 10px;
}
.banner-content {
  top: 50px;
}
.header-bg a::after {
  margin: 10px 12px;
}
.banner-content h3 {
  padding: 0 5%;
}
  #myHeader .redeign_head-inner.page-center {
    width: 61% !important;
}
  #myHeader.main-header_redesign .login-hubspot {
    float: right !important;
    padding-right: 14px;
}
.banner-content {

  width:100% !important;
}

.logo ul {
  margin-top: -48px !important;
}
.logo {
  margin: 0 !important;
}
.header-section .span6.widget-span.widget-type-rich_text {
  margin-top: -60px;
}
.logo .hs-image-widget {
 /* width: 250px !important; */
}
#hs_menu_wrapper_module_14956165186592567 > ul {
  display: none;
}
.header-bg .row-fluid-wrapper.row-depth-1.row-number-3 {
  margin-top: -5px;
}
.header-container-wrapper .mobile-trigger {
  cursor: pointer;
  display: inline-block !important;
  font-size: 20px;
  font-weight: normal;
  height: auto;
  margin-top: 13px !important;
  padding: 6px 12px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 42%;
  width: auto;
  z-index: 2147483647;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  background: #1d2f39 none repeat scroll 0 0;
  position: absolute;
  right: 9px;
  top: 0;
  width: 295px;
}
.logo ul {
  margin-top: -40px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a {
  font-size: 14px;
  line-height: 35px;
  overflow: visible;
  float:left;
}
.custom-menu-primary .hs-menu-wrapper > ul li {
  border-bottom: 1px solid #ffffff;
  width:100% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-child{
    border-bottom:none;
}
.mobile-trigger i, .mobile-trigger i::before, .mobile-trigger i::after {
  background-color: #000000;
  display: inline-block;
  height: 2px;
  width: 20px;
}
.post-image.span6 {
  margin-bottom: 40px;
  width: 100%;
}
.footer-bg .span3.widget-span.widget-type-cell {
  margin-bottom: 40px;
  width: 100%;
}
.footer-bg .span3.widget-span.widget-type-cell:first-child {
  margin-left: 0;
}
.header-bg #hs_cos_wrapper_module_14956087210701323 ul {
  float: right;
  margin-top: 28px;
}
.quality-bg {
  margin-top: 0px;
  padding: 4px;
}

.mySlides a {
  font-size: 15px;
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
  height: 370px;
}
.footer-tweet-feed iframe {
  min-width: 300px !important;
}
.what-we-do .span6.widget-span.widget-type-cell {
  float: left !important;
}
.what-we-do .do-bg {
  height: 710px;
  padding:0;
}
.what-we-do .span6.widget-span.widget-type-cell {
  float: left !important;
  padding: 10px 0;
}
#hs_cos_wrapper_widget_1496381602517 h3::after {
  top: 40px;
}
.consultancy-service .common-animate-right.border-heading h3::after {
  top: 40px;
}
.widget-span.widget-type-simple_menu {
  text-align: center;
}
.widget-span.widget-type-raw_jinja > div {
  display: inline-block;
}
.header-bg {
  background: #1d2f39 none repeat scroll 0 0;
  color: #ffffff;
  height: 76px;
}
.header-bg .widget-span.widget-type-raw_jinja {
  text-align: center;
}
.header-bg a::after {
  margin: 6px 16px;
}
.btw_cta_section h3 {
    font-size: 20px;
}
}
@media screen and (max-width:767px) {
.hs-menu-children-wrapper {
  float: left !important;
  position: relative !important;
  width:100% !important;
}
.hs-menu-wrapper {
  overflow: visible !important;
}
  .events_mod_cont .span3.comon-left {
    min-height: 110px !important;
}
.cul {
  display: block !important;
  margin-bottom: 45px;
  min-height: auto !important;
  width: 100% !important;
}
.single-img {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block !important;
  margin-bottom: 25px;
  text-align: center;
  width: 49% !important;
}
.simg {
  text-align: center;
  width: 100% !important;
}
.Contact-left-area {
  height: auto !important;
}
.banner-content h1 {
  font-size: 28px;
}
.banner-content.page-center > h3 {
  line-height: 26px;
}
.last-land_sec {
    text-align: center !important;
    margin: 20px 0px !important;
}
}
@media screen and (max-width: 640px) {
   .header-bg a::after {
  margin: 26px;
}
   .row-fluid #myHeader .redeign_head-inner.page-center {
    width: 67% !important;
}
  #myHeader.main-header_redesign .logo-re {
    float: left !important;
}
.banner-content h3 {
  font-size: 16px;
}
.banner-content h1 {
  font-size: 25px;
}
.hs_cos_flex-slider {
  height: 240px;
}
.quality-bg {
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 15px;
}
.custom-logo img {
    margin: 0 !Important;
}
.post-image.span6 {
  width: 100%;
}
.blog-background {
  height: 240px;
  margin-bottom: 30px;
  padding: 25px;
}
.quality-content h1 {
  font-size: 26px;
}
.header-bg #hs_menu_wrapper_module_14956087127821306 > ul {
  display: inline-flex;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 10px 22px;
}
.header-bg a::after {
  margin: 21px 18px;
}
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text ul {
  /*padding-top: 45px;*/
  float:none !important;
  /*text-align:center;*/
}
.header-container-wrapper .mobile-trigger {
  margin-top: 22px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  background: #1d2f39 none repeat scroll 0 0;
  position: absolute;
  right: 9px;
  top: 25px;
}
.our-services h1 {
  font-size: 30px;
 }
/*  .header-section {
  height: 100px;
}  */
.resources-types .img > img {
  width: 210px;
}
.resources-text .resources-types {
  height: 260px;
  margin-bottom: 30px;
  padding: 30px 6px;
}
.resources-text .resources-types .img{
  padding-right: 10px;
}
.widget-span.widget-type-cell.common-animate-right.border-heading h3 {
  font-size: 18px;
}
.what-we-do .do-bg {
  height: 740px;
  padding: 0;
}
.deadline-pta .img-sub {
  float: left;
  width: 100%;
}
.deadline-pta .resources-types-for-sub .content-sub {
  margin-left: 8px;
  width: 100%;
}
.whypmta #hs_cos_wrapper_module_1496920538124356 h1 {
  font-size: 26px !important;
}
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
  padding: 35px 10px;
}
.whatispmta .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
  padding: 35px 10px;
}
body form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0 !important;
}
.whatispmta .hs-button.primary.large {
  width: 28% !important;
}
.contact-form-area #hs_cos_wrapper_module_145810877818337760 > div {
  height: 515px;
  padding: 0 !important;
}
.contact-us-top p {
  text-align: left !important;
}
#hs_form_target_module_145810877818337760 label {
  font-size: 14px;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding-top: 12px !important;
}

.mySlides li {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.mySlides a span {
  left: 10px;
  top: 10px;
  font-size:14px;
  text-align:left;
}
.img-sub {
  width: 100%;
}
.content-sub {
  margin-left: 0;
  width: 100%;
}
.event-rources .img-sub > img {
  height: auto;
  width: auto;
}
}

@media screen and (max-width: 568px) {
.header-bg a::after {
    margin: 21px 33px;
}
.banner-content h1 {
  font-size: 21px;
}
.banner-content.page-center > h3 {
  margin: 0;
}
.banner-content {
  top: 30px;
}
}
@media screen and (max-width: 480px) {
    .committed-to-quality .span8.widget-span.widget-type-rich_text {
  text-align: left !important;
}
    .main-team_module .team_main-class {
    text-align: center !important;
}
  .sec-team-one h3::before {
    width: 260px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
  .main-team_module .sec-team-one .span3 {
    margin: 0;
}
.banner-content {
  top: -28px;
}
  .row-fluid #myHeader .redeign_head-inner.page-center {
    width: 75% !important;
}
  .logo-re img {
    width: 130px !important;
    padding-top: 4px;
}
.nav-menu-reside {
    padding: 10px 0 24px 6px !important;
}
#myHeader.main-header_redesign .login-hubspot {
    padding-right: 6px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li a {
  text-align: left;
}
.quality-content h1 {
  font-size: 28px;
}
.about-us-histry h2 {
  text-align: center;
}
.committed-to-quality p {
  text-align: left;
}
.main-redes-resources .content-sub h2 {
    font-size: 17px !important;
}
.hs_cos_flex-slider .hs_cos_flex-slides img {
  height: 230px;
}
.blog-background {
  text-align: left;
  height: 340px;
}
.blog-section h1 {
  text-align: left;
}
.banner-content h1 {
  font-size: 20px;
}
#hs_cos_wrapper_module_14956121914682349 {
  text-align: left;
}
.banner-content h3 {
  font-size: 12px;
  text-align: center !important;
}
.social-icons .page-center li {
  padding: 12px;
}
.our-services h1 {
  font-size: 28px;
}
.logo .hs-image-widget {
  float: left;
  width: 200px !important;
}
.banner-content {
  left: 0px;
  text-align: center !important;

}
.footer-bg p, .footer-bg li, .footer-bg a, .footer-bg h3 {
  text-align: left;
}
.hs-button.primary.large {
  float: left;
}
.social-icons h3 {
  text-align: center !important;
}
#hs_cos_wrapper_module_1495627189481389 li {
  text-align: left !important;
}
.our-services h1 {
  font-size: 20px;
}
.our-services h3 {
  font-size: 16px;
}
.mySlides li {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 10px 4px;
}
.header-bg a::after {
  margin: 25px 20px;
}
#hs_cos_wrapper_module_14956246670223020 div {
  text-align: left;
}

.resources #hs_cos_wrapper_module_1496292946184483 p {
  font-size: 16px;
}
.resources-text .resources-types .img {
  padding-right: 10px;
  width: 100%;
  margin-bottom:20px;
}
.resources-text .resources-types {
  text-align: left;
}
.resources-text .resources-types {
  height: 415px;
}
.resources #hs_cos_wrapper_module_1496292946184483 h1 {
  font-size: 35px;
}
.resources #hs_cos_wrapper_module_1496292946184483 h4 {
  font-size: 14px;
}
.header-bg .hs-menu-item.hs-menu-depth-1 > a {
  padding: 6px 18px;
}
.resources #hs_cos_wrapper_module_1496292946184483 h1 {
  font-size: 32px;
}
.what-we-do .span6.widget-span.widget-type-cell {
  text-align: left !important;
}
#hs_cos_wrapper_widget_1496381602517 h3::after {
  top: 60px;
}
.consultancy-service .common-animate-right.border-heading h3::after {
  top: 60px;
}
.consultancy-service.do-bg {
  height: 800px;
}
.resources #hs_cos_wrapper_module_1496292946184483 h1 {
  font-size: 28px;
}
.deadline-pta .resources-types-for-sub .content-sub {
  text-align: left;
}
.whypmta #hs_cos_wrapper_module_1496920538124356 h1 {
  font-size: 24px !important;
  text-transform: none !important;
}
.whatispmta .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
  height: 510px;
}  
.whatispmta .hs-button.primary.large {
  width: 40% !important;
}
.whatispmta #hs_cos_wrapper_module_1496920606122359 > div {
  padding: 0 !important;
}
.footer-container .page-center {
  text-align: left;
}
#hs_cos_wrapper_module_14956246629103012 img {
  float: left;
}
.footer-bg #hs_cos_wrapper_module_14956246629103012 > p {
  padding-top: 60px !important;
}
.hs-content-id-5662058507 .res-form-header h1 {
    font-size: 20px;
}
}


@media screen and (max-width: 360px) {
.quality-content {
  padding: 20px 10px;
}
.quality-content h1 {
  font-size: 22px;
}
.quality-content p {
  font-size: 15px;
}
.our-services h1 {
  font-size: 20px;
}
.blog-background {
  height: 394px;
  text-align: left;
}
.social-icons .page-center li {
  display: inline;
  padding: 5px;
}
.footer-bg h3 {
  font-size: 18px;
}
.header-bg .hs-menu-item.hs-menu-depth-1 > a {
  padding: 6px 12px;
}
.header-bg a::after {
  margin: 21px 13px;
}
.header-bg a::after {
  margin: 26px 10px;
}
body .logo-re {
    padding-left: 0 !important;
  }
.logo-re img {
    width: 120px !important;
    padding-top: 7px;
}
  .header-container .row-fluid #myHeader .redeign_head-inner.page-center {
    width: 73% !important;
}
.resources-text .resources-types {
  height: 440px;
}
.resources #hs_cos_wrapper_module_1496292946184483 h1 {
  font-size: 28px;
}
.common-animate-right.border-heading.span6.widget-span.widget-type-cell > ul {
  width: 100%;
}
.no-icon {
  margin-top: 20px;
}
#hs_cos_wrapper_widget_1496381615309 h3::after {
  top: 30px;
}
.widget-span.widget-type-cell.common-animate-right.border-heading h3 {
  font-size: 16px;
}
.resources #hs_cos_wrapper_module_1496292946184483 h1 {
  font-size: 24px;
}
.whypmta #hs_cos_wrapper_module_1496920538124356 h1 {
  font-size: 21px !important;
}
body.nicotine.us-pmta-new h5 {
    font-size: 9px !important;
}
}


.hs_cos_flex-slider .superimpose .caption {
  top: 0 !important;
  padding:0;
}
.caption .banner-content.page-center {
  max-width: 100% !important;
}
.hs_cos_flex-slider .superimpose .caption {
  width: 100%;
}
.hs_cos_flex-direction-nav a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.hs-content-id-0 .hs-menu-children-wrapper {
  background: #ffffff none repeat scroll 0 0;
}
.error_class {
  text-transform: uppercase;
}
.error_class h1 {
  font-size: 80px;
  font-weight: bold;
  line-height: 60px;
}
.four-four {
  font-size: 154px;
  letter-spacing: 10px;
}
.error_page_contnt {
  font-size: 94px !important;
  letter-spacing: 8px;
  line-height: 19px !important;
}
.error_class > h3 {
  font-size: 37px;
  font-weight: bold;
  line-height: 0;
}
.not_found_error {
  letter-spacing: 7px;
  line-height: 30px!important;
}
.error-template.hs-content-id-0 .widget-type-google_search input[type="text"] {
  float: left;
  height: 36px;
  margin-top: 0;
  width: 85%;
}
.font-icon {
  font-family: arial;
}
.hs_cos_flex-slider .hs_cos_flex-slides .caption a.cta_button, .hs_cos_flex-slider .hs_cos_flex-slides .caption a ,.hs-cta-wrapper a.cta_button {
-moz-user-select: none;
  background:none !important;
  border: 2px solid #d9a828 !important;
  border-radius: 0 !important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: all 0.4s ease 0s;
}
.hs_cos_flex-slider .hs_cos_flex-slides .caption a.cta_button:hover, .hs_cos_flex-slider .hs_cos_flex-slides .caption a:hover,.hs-cta-wrapper a.cta_button:hover {
  background: #d9a828  !important;
  border: 2px solid #fff  !important;
  color: #ffffff  !important;
}
.single-img h3 span {
  color: #d9a828 !important;
}
a#cta_button_1685530_0e0b4c14-eee4-47f9-b80c-d17f98ace83b {
  color: #426f80 !important;
}
.whatispmta .actions .hs-button.primary.large {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
}
.whatispmta .actions .hs-button.primary.large:hover {
  background: #d9a828  !important;
  color: #ffffff  !important;
}
.product-development .border-heading a, .product-development .border-heading a span {
  color: #426f80 !important;
  border: none !important;
}
.product-development .border-heading a:hover, .product-development .border-heading a span:hover {
  border: none !important;
  background: none !important;
}
body.hs-landing-page .hs-button.large.primary {
  padding: 10px;
}
body.hs-page.inner-page .square {
  margin-left: 30px;
}
body.hs-page.inner-page .square > li {
  font-size: 14px;
  line-height: 24px;
  list-style: outside none square;
}
body.hs-landing-page.hs-content-id-4879714585 .hs-button.large.primary {
  color: #426f80;
  padding: 3% 11%;
}
body.hs-landing-page.hs-content-id-4879714585 .hs-button.large.primary:hover {
  color: #ffffff;
}
.section.post-body span a {
    border: none !important;
}
.section.post-body span a:hover {
    background: none !important;
}
.event-form-page ul li.hs-form-checkbox {
    list-style: none!important;
}
.body-container ul.square li, .body-container ul li, .widget-module ul li {
    list-style: square !important;
}
.hs-content-id-5358015032 .contact-us-top .career-form input[type="submit"] {
    background-color: transparent !important;
    color: #426f80 !important;
    padding: 10px 30px !important;
    font-weight: bold;
}
.hs-content-id-5358015032 .contact-us-top .career-form input[type="submit"]:hover{
   background:rgb(216,167,40) !important;
   color:#fff !important;
}
.footer-bg form input[type="submit"] {
    padding: 8px 25px!important;
}
.slider-btn-style .hs_cos_flex-slider .hs_cos_flex-slides .caption a.cta_button:hover, .slider-btn-style .hs_cos_flex-slider .hs_cos_flex-slides .caption a:hover, .slider-btn-style .hs-cta-wrapper a.cta_button:hover {
    background: #d9a828 !important;
    border: 2px solid #d9a828 !important;
    color: #ffffff !important;
}
.our-services .mySlides ul li {
    list-style: none !important;
}
.contact-us-top .hs-error-msgs.inputs-list li label {
    color: #000 !important;
}
.blog_post .widget-module ul li {
    line-height: 20px;
    margin: 0px;
}
.blog_post ul {
    padding-left: 30px !important;
}
a#loadMore {
    border: 2px solid #d9a828;
    color: #426f80 !important;
    display: inline-block;
    font-size: 14.5px;
    margin: 15px 0;
    padding: 9px 17px;
}

a#loadMore:hover {
    background: #d9a828;
    color: #fff !important;
}
.post-listing .post-item.blog_post-item {
    background: none !important;
    border: none !important;
}
.blog-head_title h3 {
    color: #fff;
    padding-top: 30px;
}


/* new resource pages */

.main-redes-resources .resources-types-for-sub {
    background-color: transparent;
    border: none;
}
.main-redes-resources .content-sub h2 {
    color: #426f80;
    font-size: 45px;
    line-height: 50px;
}
.main-redes-resources .content-sub > h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    font-style: italic;
}
span.drug-admin {
    font-size: 20px;
}
.res-form-header h1 {
    text-align: center;
    color: #426f80;
    font-weight: 500;
    font-size: 30px;
}
.redesign-res-form {
    background: #f2f4f8;
}
.redesign-res-form span.hs-form-required {
    display: none;
}
.redesign-res-form input[type="text"], .redesign-res-form  input[type="tel"], .redesign-res-form input[type="email"], .redesign-res-form textarea, .redesign-res-form select {
     border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: #f2f4f8 !important;
    border-radius: 0px;
    box-shadow: none;
    height: 50px;
    font-size: 12px;
    width: 90% !important;
}
.redesign-res-form .hs-error-msgs.inputs-list > li {
    color: #000;
    list-style: none !important;
}
.redesign-res-form form input[type="submit"] {
    padding: 4px 40px !important;
    font-family: 'Open Sans', sans-serif !important;
    /* font-weight: 600; */
}
.redesign-res-form .hs_submit {
    margin-top: 30px;
}
.main-res-related h2 {
    position: relative;
    font-size: 22px;
    font-weight: normal;
  
}
.main-res-related h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 39px;
    bottom: 0;
    z-index: 99999;
    background: #888;
    left: 0;
}
.right-arw i.fa.fa-long-arrow-right {
    float: right;
}
.main-related-resources {
    width: 100%;
    display: block;
    clear: both;
}
.main-related-resources {
    width: 100%;
    display: inline-block;
    clear: both;
    /* margin-bottom: 0; */
    padding: 26px 0 45px 0;
}
.right-reso-text h3 {
    color: #426f80;
}
.main-redes-resources .resources-types-for-sub h5 {
    font-weight: 500;
    font-size: 16px;
}
.back-home a {
    color: #000;
    font-weight: bold;
}
.back-home a:hover {
      color: #426f80;
}
.main-header_redesign {
    border-bottom: 1px solid #ccc;
}  
.main-redes-resources .resources-types-for-sub h3 {
    padding-top: 30px;
}
.hs-content-id-5142533489 .hs_cos_flex-control-nav.hs_cos_flex-control-paging {
    display: none;
}
.hs-content-id-5142533489 .hs_cos_flex-direction-nav {
    display: none;
}
.resources-types-for-sub .hs-cta-wrapper a.cta_button {
    border: 2px solid #426f82 !important;
    color: #fff!important;
    background: #426f80 !important;
}
.resources-types-for-sub .hs-cta-wrapper a.cta_button:hover {
       border: 2px solid #d9a828 !important;
    background: #d9a828 !important;
    color: #1d2f39 !important;
}

.main_image-placer .span6.wow.slideInRight.text1 {
    margin-left: 0;
}
.hs-blog-listing h1 {
    color: #426f80;
}
:focus {
    outline: none;
}
.cookies_tables{
    border:none;
    
}
.cookies_tables tr:first-child {
    background: #273A44;
    color: #fff;
}
.cookies_tables tr td {
	padding: 0 10px;
}
.cookies_tables tr {
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid grey;
}
.cookies_tables tr td {
	padding: 0 10px;
	border: none;

}
a.cta_button.client-contact-us {
    padding: 10px 35px !important;
    font-size: 14px !important;
    border: 1px solid #fff !important;
}
a.cta_button.client-contact-us:hover {
   background: transparent !important;
   border: 1px solid #fff !important;
}

.resources-redesign a#cta_button_4940960_4a034149-e2fd-43a4-8be0-5fa15376c6b3 {
    background: transparent !important;
    border: 2px solid #d9a828 !important;
    padding: 8px 16px;
    margin-top: 15px;
}
.hs-content-id-6313777169 a#cta_button_4940960_05b5e7d7-e2d3-434c-a386-9af3395191a1 {
    border: 0 !important;
}
/*  Splash Page Css */
div#splash-id {
    background: url(https://cdn2.hubspot.net/hubfs/4940960/home.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed;
    height: 100%;
  display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
     justify-items: center;
align-items: center;
  -webkit-justify-content: center;
-webkit-align-content: center;

   -webkit-justify-items: center;
-webkit-align-items: center;
  
}
#splash-id::before {
    background: rgba(0,0,0,0.3);
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    left:0px !important;
  top:0px !important;
    height: 100%;
}
div#getting-started span, div#getting-started span strong {
    font-size: 23px !important;
    padding: 0 6px;
}
div#getting-started {
    color: #fff;
}
.golden-cta .hs-cta-wrapper a.cta_button {
  background: #d9a828 !important;
}