/* @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=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
      rel="stylesheet">
.material-icons, .material-icons-outlined {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1 em;
  text-transform: none;
  letter-spacing: 2px;
  word-wrap: normal;
  white-space: nowrap;
     vertical-align: bottom;
  direction: ltr;}
.material-icons.md-18, .material-icons-outlined.md-18, .material-icons-rounded.md-18 { font-size: 18px; }

body{font-size:16px; font-family: 'Lato', sans-serif; line-height:1.5; color:#636363; }
h2, .h2 {font-size:36px;}
h2 span, .h2 span{font-size:31px;}
h1, .h1 {font-size:60px; font-weight: 900; line-height:60px; color:#74b743;}
h1 span, .h1 span{font-size:31px; font-weight: normal; color:#194262; margin-top:0!important;}
h3, .h3 {font-size:25px; text-transform:uppercase; color:#74b743;}
h3 a, .h3 a{color: #1c4923;}
h4, .h4 {font-size:25px;}
h5, .h5 {font-size:20px;}
h6, .h6 {font-size:12px;}
h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 20px;}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;  line-height: 1.5;  color: #909090; font-size: 16px;}

/*******************************************/
/*Laura Added Nov.2021 to fix line height
 *Updated Jan.2022 to fix ul indent
/*******************************************/

ul {
  list-style-position: outside;
  line-height: 1em;
  padding: 0 5px 0 40px;}

ul li {
  margin: 5px;
  line-height: 1em;
}
.hs-tabs__nav li {margin: 0px; padding: 0px}
.hs-tabs__nav ul {  list-style: none;
  line-height: 0em;
  padding: 0;
margin:0;}
  
.greenbullet ul {
  list-style: none;
 padding-left: 1.5em;
    text-indent: -1.5em;}
.greenbullet ul li:before
{
    content: "•";
  color: #74b743;
  display: inline-block;
    float: left;
    width: 1em;
  margin:0 5px;
   }

.greennumber ol li::before {content: counter(li); color: #74b743;
    display: inline-block; width: 1em; margin-left: -1.5em;
  margin-right: 0.5em; text-align: right; direction: rtl}}

b, strong {font-weight: 900;}
.hs_cos_wrapper_type_header {float: left; width: 100%;}

a{color:#74b743; text-decoration: none;}
a:hover, a:focus{text-decoration: none; outline:none; color:#1f5076; }
a.cta_button:focus { color: #fff;}
a icon{padding-left:5px;}
.quiz-mobile a{color: #1f5076;}
.quiz-mobile a:hover{color: #FAB041;}
.search-input a{color: #ffffff; font-weight: 400;}
.search-input a:hover{color: #194262;font-weight: 400;}

/******Custom HeaderColors and Fonts*******/
.heavygreen {color: #74b743; font-weight: 600; }
.heavyblue {color: #1f5076; font-weight: 600; }

.regulargreen {color: #74b743; font-weight: 400; }
.regularblue {color: 1f5076; font-weight: 400; }
.regulargrey {color: #909090; font-weight: 400; }

/******End Custom HeaderColors and Fonts*******/

.wrap {width: 100%;  margin: 0 auto !important;  max-width: 1240px;  display: block !important;  float: none !important;}
.wrap2, .hs-new-logo-carousel .owl-wrapper-outer{width: 100%;  margin: 0 auto !important;  max-width: 1335px;  display: block !important;  float: none !important;}

body hr {margin-top: 50px; margin-bottom: 50px; border: 0; border-top: 1px solid #adadad;}

.body-container.container-fluid{padding-right: 0; padding-left: 0;}

.heading1 .page-header {border-bottom: none;  text-align: center;  margin:60px auto 20px auto !important;  padding-bottom: 0px;}
.heading1 .page-header h1{color:#74b743;}
.heading1 {margin-bottom: 10px;}

.heading_2 h2 {color: #1f5076; text-align: center; margin-bottom: 35px; vertical-align: middle; display: inline-block; width: 100%; line-height: 47px;}
.heading_2 h2 span{color: #74b743; vertical-align: middle; margin-top: 0; top: -5px; position: relative; padding-left: 10px; padding-right:10px;}

.choose_section .span3.widget-span.widget-type-custom_widget {float: left; width: 22% !important; margin-left: 4%;}
.choose_section .span3.widget-span.widget-type-custom_widget:first-child {margin-left: 0px;}
.section { padding: 60px 0;}
.choose_section .hs_cos_wrapper_type_custom_widget {float: left; width: 25%; padding: 0 5px; display: inline-block;}

.subheading { margin: 0 auto 40px auto;  text-align: center;}
a{font-weight:bold;}

.section_blog {width: 100%; background: #fafafa; padding: 60px 0; }
.blog_list_wrap::before {content: ""; position: absolute; background: #d4d6cf; width: 100%; height: 1px; top: -2px; left:0px;}
.blog_list_wrap {float: left; width: 100%; display: block; position: relative; border-top: 1px solid #fff;}
.blog_list {width: 100%; float: left; position: relative; display: block; padding: 11px 0 12px 0; border-bottom: 1px solid #fff; display: flex; align-items: center;}
.blog_list::before {content: ""; position: absolute; background: #d4d6cf; width: 100%; height: 1px; bottom: 0px; left:0px;}
.blog_list h5 {font-weight: 400; margin: 0 auto; line-height: 30px; font-family: 'Lato', sans-serif;}
.blog_list h5 a {font-weight: 400; color: #1f5076; }
.blog_list p {margin: 0px; font-size: 13px; color: #636363; text-transform: uppercase; line-height: 30px;}
.blog_list h5 a:hover{color: #74b743;}
.flip_box_wrap .hs_cos_wrapper_type_custom_widget {float: left; width: 25%; padding: 0 20px;}


.widget-span.widget-type-widget_container.green_btn {display: inline-block; text-align: center; margin: 40px auto; width: 100%;}
.green_btn .cta_button {font-size: 16px; color: #fff !important; text-align: center; width: auto; margin: 0 auto; padding: 8px 23.5px; display: inline-block; background: #74b743; font-weight: 900; float: none; line-height: 25px;}
.mart0 {margin-top: 0px !important;}
.right {float:right;}
.left {float:left;}
.green_btn .cta_button:hover{background: #1f5076;}
.logo_slider_home{margin:20px auto 40px auto;}

.testimonial_slider {background-repeat: no-repeat;  background-size: cover;  width: 100%; position: relative; float: left; padding: 20px 0;}
.testimonial_slider::before { background-image: url('https://1547992.fs1.hubspotusercontent-na1.net/hubfs/1547992/Ar%20New%20Images/testim_left.png'); background-size: cover; background-repeat: no-repeat; content: ""; position: absolute; width: 40%;
    height: 100%;top: 0; bottom: 0; background-position: right center; left:0}
.testimonial_slider::after { background-image: url('https://1547992.fs1.hubspotusercontent-na1.net/hubfs/1547992/Ar%20New%20Images/testmon_right.png'); background-size: cover; background-repeat: no-repeat; content: ""; position: absolute; width: 60%;
    height: 100%;top: 0; bottom: 0; background-position: left center; right:0;}
.testimonial_content {position: relative; z-index: 99; color: #fff;}
.testimonial_left {float: left; width: 23%; font-size: 80px; text-transform: uppercase; font-weight: 900; line-height: 80px;  margin-top: 155px; text-align: right;}
.testimonal_right_content {float: right; width: 34%;}
.rkl_logo {font-size: 40px; font-weight: 900; color: rgba(255,255,255,0.20); margin-bottom: 95px;}
.right_heading {font-size: 80px; text-transform: uppercase;font-weight: 900; margin-left: -5px;line-height: 80px; margin-bottom: 15px; width: auto; float: left; clear: both;}
.testimoanl_text {float: left; width: 100%; color: #000; font-size: 16px; line-height: 1.5; font-weight: 500; min-height: 130px; }
.testimonal_des {float: left; width: 100%; font-weight:900; color: #000;}
.testimoanl_btn { float: left;  display: block;  margin-top: 15px;}
.testimoanl_btn a {background: #1f5076; border-radius: 0px; color: #fff !important; font-size: 15px; font-weight: 900; line-height: 22px; float: left;  padding: 7px 17px;}
.testimoanl_btn a i{color:#f7d100; padding-left:5px; font-weight: 900;}
.testimonial_content sub {font-size: 145px; color: rgba(79, 166, 34, 0.50);}

.section_gray {background: #e7e8e4; padding: 50px 0;}

.primary_section {padding-right: 3%;}

.primary_section .hs_cos_wrapper_type_module {display: block; clear: both;}

/*
.sidebar_section { 
  display: none;
}

.sidebar_section > div { 
  margin: 0 0 25px;
}
*/

.sidebar_section{
  margin-top:40px;}

.sidebar_section > div .sb-box,
.hs-site-page .sidebar_section .hs_cos_wrapper_widget_container > div .sb-box {
  float: none;
  color: #fff;
  margin: 0 0 25px;
  padding: 25px 15px;
}

.sidebar_section > div:nth-child(3n+1) .sb-box,
.hs-site-page .sidebar_section .hs_cos_wrapper_widget_container > div:nth-child(3n+1) .sb-box { background-color: #194262; }

.sidebar_section > div:nth-child(3n+2) .sb-box,
.hs-site-page .sidebar_section .hs_cos_wrapper_widget_container > div:nth-child(3n+2) .sb-box { background-color: #74b743; }

.sidebar_section > div:nth-child(3n+3) .sb-box,
.hs-site-page .sidebar_section .hs_cos_wrapper_widget_container > div:nth-child(3n+3) .sb-box { background-color: #fcb24c; }


.sb-box .sidebar_heading,
.sb-box h3 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  text-align: center;
  margin-top: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #fff;
}

.sb-box .module-subtitle {
  display: block;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 20px;
}

.sb-box .module-subtitle span {
  display: block;
  margin-top: 20px;
}

.sb-box a {
  color: #fff;
}

.sb-box a:not(.cta_button):hover {
  text-decoration: underline;
}

.sb-box .blog_subscribe_form h3.form_title {
  text-transform: none;
}

.sb-box .hs_cos_wrapper_type_post_filter ul li {
  padding: 0;
  margin: 0 0 10px;
}

.sb-box .hs_cos_wrapper_type_post_filter ul li::before {
  display: none;
}

.sb-box .hs_cos_wrapper_type_post_filter ul li a {
  font-weight: 300;
}

.sb-box .cta_button::before,
.sb-box form .actions::before {
  content: "\f105"; font-family: FontAwesome; color: #ffe400;  position: absolute;  margin-left: 25px; top: 5px; font-size: 15px; font-weight: bold;
}

.sb-box .cta_button::before {
  top: 2px; margin-left: -15px;
}

.sb-box form .actions::after {
  display: none;
}

.sb-box .cta_button,
.sb-box form input[type="submit"] {
  border: 1px solid #74b743;
  background-color: #194262;
  padding-left: 40px;
  padding-right: 21px;
}

.sb-box .cta_button:hover,
.sb-box form input[type="submit"]:hover {
  background-color: #74b743;
  text-decoration: none;
}

.sb-box .cta_button {
  position: relative;
}

.sidebar_section .sb-box > *,
.sb-box .it_services_lists,
.sb-box .video-btn-banner-row,
.sb-box .video-btn-banner-row.img_v_lightbox a {
  float: none;
}

.sb-box .video-wrap {
  padding: 0;
}


.sidebar_section > div:nth-child(3n+3) .sb-box .cta_button,
.sidebar_section > div:nth-child(3n+3) .sb-box form input[type="submit"] { 
  border: none;
}

/* Keeping as backup - Kevin
.sidebar_section {margin-top: 50px; background: #f3f4f2; padding-bottom: 0px; }
.sidebar_heading {float: left; width: 100%; padding: 8px 25px; text-align: center; font-size: 30px; color: #fff; background-image: url('https://1547992.fs1.hubspotusercontent-na1.net/hubfs/1547992/Ar%20New%20Images/arrow_sidebarhead.jpg');
    background-size: cover; line-height: 40px; margin-bottom: 25px; background-position: center;}
.it_services_listing {float: left; width: 100%; display: block;}
.sidebar_section div.hs_cos_wrapper_widget, .sidebar_section .row-fluid-wrapper {position: relative; margin-bottom: 35px; padding-bottom: 35px;}
.sidebar_section .hs_cos_wrapper_widget::after, .sidebar_section .row-fluid-wrapper::after { position: absolute; content: ""; background: #fff; width: 84%; left: 20px; bottom: -1px;  height: 1px;}
.sidebar_section .hs_cos_wrapper_widget::before, .sidebar_section .row-fluid-wrapper::before {content: ""; background: #b3b3b3; position: absolute; bottom: 0; width: 84%; height: 1px; left: 20px;}
.sidebar_section .hs_cos_wrapper_widget:first-child::before, .sidebar_section .hs_cos_wrapper_widget:first-child::after, 
.sidebar_section .hs_cos_wrapper_widget:last-child::before, .sidebar_section .hs_cos_wrapper_widget:last-child::after, .sidebar_section .row-fluid-wrapper:first-child::before, 
.sidebar_section .row-fluid-wrapper:first-child::after, .sidebar_section .row-fluid-wrapper:last-child::before, .sidebar_section .row-fluid-wrapper:last-child::after{content: none;} 
.sidebar_section .cta_button{margin-bottom:0px!important;}
.sidebar_section h3{margin-top:0px!important; color: #1f5076;}
.sidebar_section p:last-child{margin-bottom:0px;}
.sidebar_section .hs_cos_wrapper_type_form, .sidebar_section .hs_cos_wrapper_widget, .sidebar_section .row-fluid-wrapper { padding: 0 25px 40px 25px;  float: left; width: 100%; display: block;}
.sidebar_section .hs_cos_wrapper_widget:first-child, .sidebar_section .row-fluid-wrapper:first-child{padding:0px;}
.sidebar_section .form-title {color: #1f5076; float: left; display: block; margin-bottom: 30px; }
.sidebar_section .form-title span {font-size: 16px; line-height: 25px;float: left; width: 100%; margin-top: 20px;}
.sidebar_section .form-title span:last-child {margin-top: 0px; color: #909090;}
.sidebar_section .hs_cos_wrapper_widget:first-child, .sidebar_section .row-fluid-wrapper:first-child{margin-bottom:0px;}
*/
.software_products_lists li:last-child {margin-bottom: 0px;}
.sidebar_section div.hs_cos_wrapper_widget:last-child, .sidebar_section .row-fluid-wrapper:last-child{margin-bottom: 0px;}
label {float: left; width: 100%; margin-bottom: 2px; padding-left: 5px; font-weight: 400;}
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{box-shadow: 2px 2px 0px 0px #d7d7d7;
padding: 7.5px 6px; border: none; line-height:25px;}
.hs-form-field {margin-bottom: 15px;}
.hs-error-msgs.inputs-list { display: none !important;}
textarea.error, input[type="text"].error, input[type="password"].error, input[type="datetime"].error, input[type="datetime-local"].error, 
input[type="date"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error, input[type="number"].error, 
input[type="email"].error, input[type="url"].error, input[type="search"].error, input[type="tel"].error, input[type="color"].error, select.error{box-shadow: 2px 2px 0px 0px #ff0000;}
textarea { min-height: 155px;}
.hs-button{background: #1f5076; color: #fff; line-height: 25px; display: inline-block; padding: 2px 32px; font-size: 14.16px; font-weight: 900; border:none;}
.hs-button:hover{background: #74b743;}

.actions { text-align: center; position: relative;}
.actions::after { content: "\f105"; font-family: FontAwesome; color: #ffe400;  position: absolute;  margin-left: -27px; float: right; top: 3px; font-size: 15px; font-weight: bold;}

.hs-accordion__item-icon {top: 39%; left: 0; float: left; height: 19px; width: 19px; right: 0; border: none; transform: inherit;}
.hs-accordion__item[aria-expanded=true] button {color: #1f5076; border-bottom-color: #1f5076; padding-left: 40px; font-size: 20px;}
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon, .hs-accordion__item-icon{border-color: #1f5076; background-color: #1f5076;}
.hs-accordion__item-icon::after {content: none;}
.hs-accordion__item-icon::before {content: "\f105"; position: absolute; top: -1px; left: 0; transform: inherit; height: 19px;  width: 19px;
    background-color: transparent; font-family: fontawesome;  color: #fff;  right: 0; bottom: 0;  text-align: center;  line-height: 19px;  font-size: 16px;}
.hs-accordion__item[aria-expanded="true"] .hs-accordion__item-icon::before {content: "\f107"; top: 1px;}
.hs-accordion__item button {font-size: 20px; padding: 10px 20px 5px 20px;  cursor: pointer; border: 0 none; background-color: transparent; -webkit-appearance: none;
    color: #1f5076; position: relative; text-align: left; font-family: inherit;  padding-left: 34px; line-height: 25px;}
.hs-accordion__item[aria-expanded="true"] .hs-accordion__item-icon::before, .hs-accordion__item[aria-expanded="true"] .hs-accordion__item-icon::after, 
.hs-accordion__item[aria-expanded="true"] button:hover .hs-accordion__item-icon::before, .hs-accordion__item[aria-expanded="true"] button:hover .hs-accordion__item-icon::after {
    background-color: transparent;}
.hs-accordion__item[aria-expanded="true"] .hs-accordion__item-icon{transform: inherit;}
.hs-accordion__item button:hover {color: #1f5076; opacity: 1;}
.hs-accordion__item-content { padding: 0 0 0 40px;}
.hs-accordion__item-content p { margin-bottom: 0;}
.hs-accordion__item-content ul {padding-left: 55px; margin-bottom: 30px; margin-top: 5px;}
.hs-accordion__item-content ul:last-child{margin-bottom:10px;}
ul li {margin-bottom: 5px; padding-left: 15px;}
.hs-accordion__item button:hover .hs-accordion__item-icon::before, .hs-accordion__item button:hover .hs-accordion__item-icon::after {background-color: transparent;}
.hs-accordion__item { margin: 0;}
.cta_button  { background: #1f5076;  color: #fff; line-height: 25px;  display: inline-block; padding: 2px 32px; font-size: 14.16px; font-weight: 900;  border: none;}
.cta_button:hover {background: #74b743; color: #fff;}

fieldset{max-width: 100% !important;}

.quiz-mobile {background: #74b743; width: 100%; height:auto; font-size: 40px; color: #ffffff; padding: 10px 40px; display: table-cell; margin: 0 auto; text-align: center; float: left; vertical-align: middle;
border: 0px; border-radius: 5px;}


/*-------------------- Blog---------------------------*/

/*-------------------Author Styles--------------------*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {margin: 15 px;}
.hs-author-profile .hs-author-avatar {float:left;  width: 180px;
  margin: auto;}
.hs-author-profile .hs-author-avatar img { border-radius: 50%; width: 150px}
h3.hs-author-listing-header {clear:both; font-size:26pt; line-height: 60pt;}

/*------------------END Author Styles----------------*/

.post-listing .post-item {float: left; width: 48%; margin:15px 4% 15px 0; background: #f3f3f1; padding: 20px;}
.post-listing .post-item:nth-child(2n) { margin-right: 0px;}
.post-item h3 {margin: 0 auto 15px auto; font-weight: normal; font-family: 'Lato',sans-serif; line-height: 33px;}
.post-item h3 a{color: #1f5076; font-weight:400;}
.post-item h3 a:hover, .more-link:hover{color: #74b743;}
.post_meta {float: left;  width: 100%; margin: 10px auto; font-size: 13px; position: relative;}
.post-date, .author, .custom_listing_comments {float: left; display: inline-block; position: relative;}
.author{ padding:0px 8px; margin:0 8px;}
.post-listing .post-item .hs-featured-image-wrapper {float: left; width: 100%; display: flex; height: 209px; clear: both; align-self: center; text-align: center; align-items: center;}
.post-listing .post-item .hs-featured-image-link { border: 0; float: left; width: 100%;  display: flex;  height: 209px; text-align: center;  align-items: center;}
.post-listing .post-item .hs-featured-image {float: right; margin: 0 auto; max-width: 100%; object-fit: contain; max-height: 209px;}
.post-listing .post-item p { float: left; width: 100%; margin: 25px auto 10px auto; font-size: 15px; line-height: 25px;}
.more-link {color: #1f5076; float: left; width: 100%; padding-bottom: 6px; border-bottom: 1px solid #b8b8b8;  position: relative;}
.more-link::after {position: absolute; background: #fff; width: 100%; height: 1px; content: ""; left: 0;  bottom: -2px;}
#hubspot-topic_data {float: left; width: 100%; margin: 8px auto 0 auto;}
.blog-pagination {float: left; width: 100%; text-align: center; margin: 20px auto;}

.sidebar_section ul {padding:0; list-style:none;}
/*LA Remove 2/28 .sidebar_section ul > li::before {content: "\f111"; position: absolute; color: #74b743; font-size: 8px; left: 0; line-height: 27px; font-family: fontawesome; top:-3px} */
.sidebar_section ul li {position: relative; margin: 0 0 25px 0}
.sidebar_section ul li:last-child{margin-bottom: 0px;}
.sidebar_section ul li a {font-weight: 400;}


.author::before, .author::after {background: #b3b3b3; width: 2px; height: 14px; position: absolute; content: ""; left: 0; top: 2px;}
.author::after{right: 0; left: inherit;}
.author-snip{background-color: #f7f7f7; border: 1px hidden; border-left: 6px solid #74b743; border-radius: 4px; padding: 10px;height:auto;
}

.blog_content_box {background: #ffffff; padding: 20px 30px; float: left; width: 100%; margin-top: 10px;}
.blog_title {color: #1f5076; font-size: 25px; line-height: 35px; margin: 0 auto;}
.hs-blog-post p {margin: 0 0 25px 0;}
.hs-blog-post li { margin-bottom: 15px;}

.widget-type-blog_comments {background: #f3f3f1; float: left; width: 100%; margin: 40px auto; padding: 30px 22px 30px 30px;}
.section.post-footer {padding: 0px;}
.heading_form h3 { color: #1f5076; margin: 0 auto 15px auto;}
.heading_form {float: left; width: 100%; margin: 0 auto;  display: block;}
.hs_cos_wrapper_type_blog_comments fieldset.form-columns-1 .input { margin-right: 0;}
.hs_cos_wrapper_type_blog_comments fieldset.form-columns-1 .hs-input { width: 100%!important;}
.hs_cos_wrapper_type_blog_comments fieldset.form-columns-3 .hs-form-field { width: 30%!important;  float: left; margin-right: 5%;}
.hs_cos_wrapper_type_blog_comments fieldset.form-columns-3 .hs-form-field:last-child { margin-right: 0;}
.hs_cos_wrapper_type_blog_comments .hs_submit.hs-submit {margin-top: 20px;}

/*.hs-blog-listing .showo_blogsingle,*/
.hs-blog-listing .widget-type-blog_comments {display: none;}

.hs-blog-listing .sidebar_section .hs_cos_wrapper_widget:nth-last-child(2)::after, .hs-blog-listing .sidebar_section .row-fluid-wrapper:nth-last-child(2)::after, 
.hs-blog-listing .sidebar_section .hs_cos_wrapper_widget:nth-last-child(2)::before, .hs-blog-listing .sidebar_section .row-fluid-wrapper:nth-last-child(2)::before {content: none;}
.hs-blog-listing .sidebar_section .hs_cos_wrapper_widget:last-child, .hs-blog-listing .sidebar_section .row-fluid-wrapper:last-child{margin-bottom:0px; padding-bottom:0px;}
.hs-blog-post .hs-featured-image-wrapper { float: left;  width: 100%;  display: block; margin: 10px auto 30px auto;  text-align: center;}

body {font-family: 'Lato', sans-serif;}
.container-fluid {padding-left:0px;padding-right:0px;overflow: visible;}
.footer-container-wrapper {background:#5b5b59;}
.footer-container-wrapper .wrap {margin:0 auto!important; float:none;}
.footer_top {padding: 40px 0; color: #fff;line-height: 23px; font-size:16px;}
.footer_col_2, .footer_col_3, .footer_col_4 {background:url('https://1547992.fs1.hubspotusercontent-na1.net/hubfs/1547992/footer-top-divider.png'); background-repeat: repeat-y; margin: 0!important; padding: 0 25px;}
.footer_top .span3 {width:21%!important}
.footer_top .span3.footer_col_4 {width: 36%!important;}
.footer_top a {color:#fff; font-weight:500;}
.footer_top a:hover {color:#f7d100!important}
.footer_top ul li a {padding: 2px 0px!important;}
.footer_top .footer-heading {color: #f7d100; font-size: 17px; font-weight: 600;}
.footer_top .footer_col_1 .row-number-3 {margin-top:0px;}
.footer_bottom {background: #3d3d3c; color: #fff; font-size: 16px; font-weight: 500; padding:15px 0 3px 0}
.footer_bottom ul li a {padding: 0px 18px!important;border-right: 1px solid #f7d100; color: #f7d100;font-weight: 600; line-height: 18px; font-size: 16px; max-width: inherit!important;}
.footer_bottom ul li a:hover {color:#fff!important;}
.footer_bottom ul li:last-child a {border-right:0px;}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper{visibility: visible; opacity: 1;
    -webkit-transition: opacity 0.4s; position: relative; z-index: 10; top: 0;  left: 0;}
.footer-container-wrapper .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2::before { content: "-"; position: absolute; left: 0;}
.footer-container-wrapper .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 {position: relative;}
.span3.footer_col_2 {width: 19% !important;}
.hs-menu-wrapper.hs-menu-flow-vertical li a{white-space: inherit;}
.span3.footer_col_3 {width: 24% !important;}
.span12.widget-span.widget-type-cell.contact_btn {position: fixed; right: -50px; float: right; z-index: 99; top: 50%; transform: rotate(-90deg); width: 134px; height: auto;}
.span12.widget-span.widget-type-cell.contact_btn a {color: #fff; font-size: 20px; font-weight: 400; background: #74b743; padding: 7px 18px 9px 18px; line-height: 19px; width:100%;}
.span12.widget-span.widget-type-cell.contact_btn ul, .span12.widget-span.widget-type-cell.contact_btn li{margin:0 auto; padding:0;}


.hs-form .form-columns-2 .hs-form-field {width: 48% !important; margin-right: 4%;}
.hs-form .form-columns-2 .hs-form-field:last-child { margin-right: 0px;}
body fieldset.form-columns-2 .input { margin-right: 0;}
.hs_submit.hs-submit {margin-top: 30px;}

.primary_section .inner_heading_section .wrap, .primary_section .green_box_1_wrap .wrap, .primary_section .green_box_2_wrap .wrap, 
.primary_section .team_member_list_wrap .wrap, .primary_section .green_box_wrap .wrap{ max-width: 100%; padding-left:0; padding-right:0;}
.inner_heading_section h2 span{padding-left:0; padding-right:0px;}

.blog_green_section {background: #74b743; float: left; width: 100%; color: #fff; padding: 20px; display: block;}
.blog_green_section .left_img {float: left; width: auto; margin-right: 30px;}
.blog_green_section .right_content {color: #fff; float: left; width: auto;  display: inline-block;}
.blog_green_section .right_content a { color: #fff;}

iframe {width: 100%;}

.ie .span12.widget-span.widget-type-cell.contact_btn a{padding:10px 10px 26px 10px; width:128px; float:left; text-align:center;}


/*----------------------------------------
             Media Query
-----------------------------------------*/


@media only screen and (min-width: 200px) and (max-width: 1350px) {
  .wrap2, .hs-new-logo-carousel .owl-wrapper-outer{max-width: 90%;}
  .testimonial_slider{background-position: top left;}
  .wrap{max-width: 84%;}
  .flipper p {font-size: 14px;}
  @media only screen and (max-width: 1200px) {
    .hs-menu-wrapper.hs-menu-flow-vertical li a{text-overflow: inherit;}
    .footer_top{line-height: 21px; font-size: 12px;}
    .footer_top .footer-heading{font-size: 15px;}
    .footer_bottom, .footer_bottom ul li a{font-size: 12px;}
    .footer_bottom ul li a { padding: 0px 12px !important; line-height: 11px;}
    .footer_bottom ul li { padding-left: 0;}
    .module_content{padding: 15px;}
     h1, .h1 { font-size: 28px;}
    h2, .h2 { font-size: 26px;}
    h2 span, .h2 span { font-size: 50px; line-height: 50px;  }
    body { font-size: 14px;}
    h3, .h3 { font-size: 22px;}
  }
   @media only screen and (max-width: 1150px) {
    .rkl_logo { font-size: 28px; margin-bottom: 60px;}
    .right_heading { font-size: 60px; line-height: 60px; margin-bottom: 10px;}
    .testimoanl_text{font-size: 14px;}
    .testimonial_content sub {font-size: 120px;}
    .testimonial_left { font-size: 60px;  line-height: 60px; margin-top: 103px;}
     .primary_section { width: 60% !important;}
     .sidebar_section { width: 30% !important; margin-left: 2% !important;}
     .hs_cos_wrapper_type_blog_comments fieldset.form-columns-3 .hs-form-field { width: 100% !important; margin-right: 0;}
     .hs_cos_wrapper_type_blog_comments fieldset.form-columns-3 .input { margin-right: 0;}
  }
  @media only screen and (max-width: 1100px) {
    .post-listing .post-item { width: 100%; margin: 15px 0 15px 0;}
    .testimonal_right_content{width: 42%;}
    .testimonial_slider::after{width: 75%;}
  }
  @media only screen and (max-width: 1060px) {
     .wrap{max-width: 86%;}
    .flip-container, .front, .back{height: 440px;}
  }
  @media only screen and (max-width: 1030px) {
    .footer_top .span3, .span3.footer_col_2, .span3.footer_col_3, .footer_top .span3.footer_col_4{width: 50% !important; float: left;}
    .span3.footer_col_3 { background: none; padding-left: 0;}
     .span12.widget-span.widget-type-cell.contact_btn { right: -41px; width: 113px;}
    .span12.widget-span.widget-type-cell.contact_btn a {font-size: 16px; padding: 7px 15px 8px 15px;  line-height: 15px;}  
    .choose_section .hs_cos_wrapper_type_custom_widget {width: 50%; margin-bottom: 40px;}    
    .flip-container, .front, .back { height: 300px;}
    .flip_box_wrap .hs_cos_wrapper_type_custom_widget { width: 50%; margin-bottom: 40px;}
    .choose_section .hs_cos_wrapper_type_custom_widget:last-child, .flip_box_wrap .hs_cos_wrapper_type_custom_widget:last-child, 
    .choose_section .hs_cos_wrapper_type_custom_widget:nth-last-child(2), .flip_box_wrap .hs_cos_wrapper_type_custom_widget:nth-last-child(2) {margin-bottom: 0px;}
    .sidebar_section ul li {padding-left: 20px; margin-bottom: 10px;}
    body{hyphens: auto;}
  }
  @media only screen and (max-width: 948px) {
  	.wrap2, .wrap{max-width: 100%; padding-left:20px; padding-right:20px;}
    .hs-new-logo-carousel .owl-wrapper-outer{padding-left:0; padding-right:0px; max-width: 100%; }
    .owl-carousel-top .wrap{padding:0;}
    .span4.widget-span.widget-type-cell.footer-copyright { float: left; width: auto; margin-right: 20px;}
    h5, .h5 { font-size: 18px;}
    .testimonial_slider { background-position: 29% top;}
    .testimonial_left { font-size: 40px; line-height: 40px; margin-top: 80px;}
    .right_heading { font-size: 40px; line-height: 40px; margin-bottom: 5px;  margin-left: 0;}
    .testimonial_content sub { font-size: 90px;}
    .rkl_logo {font-size: 24px; margin-bottom: 45px;}
    .hs-accordion__item-content ul { padding-left: 25px;}
    ul li { margin-bottom: 5px; padding-left: 0;}
  }
  @media only screen and (max-width: 800px) {
    .rkl_logo { font-size: 18px;  margin-bottom: 20px;}
    .right_heading {font-size: 30px; line-height: 30px; margin-bottom: 0;}
    .testimonial_left {font-size: 30px; line-height: 30px; margin-top: 45px;}    
  }
  @media only screen and (max-width: 767px) {
    .blog_list .span9 { width: 75%; padding-right: 10px; box-sizing: border-box;}
    .blog_list .span3 { width: 25%; text-align: right;}
    .testimonial_left { font-size: 30px;  line-height: 30px; margin-top: 45px;}
    .section {padding: 30px 0;}
    .primary_section { width: 100% !important; padding-right: 0px;}
    /*.sidebar_section { width: 100% !important;  margin-left: 0 !important; float: left !important;  display: block; margin-top: 0px;}*/
    .sidebar_section { display: none !important; }
    h2 span, .h2 span { font-size: 30px; line-height: 30px; padding-left: 5px; padding-right: 5px;}
    .heading h2{margin-bottom:5px;}
    .heading { margin-bottom: 30px;}    
     h2, .h2 { font-size: 20px;}
    .hs-accordion__item[aria-expanded="true"] button, .hs-accordion__item button{font-size:16px; padding-left: 30px;}
    .hs-accordion__item-content { padding: 0 0 0 30px;}
    .post-item h3 { margin: 0 auto 5px auto; line-height: 24px; font-size: 18px;}
    .sidebar_heading{font-size:21px; line-height:28px;}
    .quiz {display: none !important;}
  }
  @media only screen and (max-width: 710px) {
    .testimonial_slider::before{width: 35%;}
    .testimonial_slider::after{width: 73%;}
    .testimonal_right_content {width: 42%;}    
    .testimonial_slider { background-position: 60% top;}
    h1 span, .h1 span { font-size: 20px; line-height: 24px;}
    .blog_title { font-size: 14px; line-height: 22px;}
    .hs-form .form-columns-2 .hs-form-field {width: 100% !important; margin-right: 0;}
  }
  @media only screen and (max-width: 700px) {
    .span4.widget-span.widget-type-cell.footer-copyright { width: 100%;  margin-right: 0;  text-align: center;}
    .footer_bottom_menu {float: left !important; width: 100% !important; text-align: center;}
    .choose_section .hs_cos_wrapper_type_custom_widget, .flip_box_wrap .hs_cos_wrapper_type_custom_widget  { width: 100%}
    .choose_section .hs_cos_wrapper_type_custom_widget:nth-last-child(2), .flip_box_wrap .hs_cos_wrapper_type_custom_widget:nth-last-child(2) {margin-bottom: 40px;}
    .heading p{width: 90%;}
    .testimoanl_text{min-height: 155px;}
   
  }
  @media only screen and (max-width: 670px) {
    .testimonial_slider::after { width: 76%;}
  }
  @media only screen and (max-width:568px) {
    .bottom-menu .active-branch li { float: none; width: auto; display: inline-block;}
    .flip-container, .front, .back { height: 320px;}
    .blog_list p { font-size: 11px; line-height: 20px;}
    .blog_list h5 {font-size: 14px;  line-height: 20px;}
    .testimonial_slider::after { width: 85%;}
    .testimonial_slider { background-position: 56% top;}
    .testimoanl_btn a {font-size: 13px; font-weight: 600; line-height: 19px; padding: 5px 11px;}
  }
  @media only screen and (max-width:500px) {
    .testimonial_left { font-size: 20px; line-height: 20px; margin-top: 35px; text-align: left;}
    .rkl_logo { font-size: 14px; margin-bottom: 13px;}
    .right_heading {font-size: 20px; line-height: 20px;}
    .testimoanl_text {font-size: 12px; margin-top: 5px;}
    .testimonial_slider::before { width: 32%;}
    .testimonial_content sub {font-size: 45px;}
    .testimonial_slider::after { width: 80%;} 
    .quiz-mobile {font-size:20px}
  }
  @media only screen and (max-width:480px) { 
    .hs_cos_wrapper_type_blog_comments .form-columns-3 .hs-form-field .hs-input { width: 100%;}
    .hs_cos_wrapper_type_blog_comments fieldset.form-columns-3 .input {margin-right: 0 !important;}
    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 { width: 100% !important;}
    body fieldset.form-columns-2 .input { margin-right: 0 !important;}
  }
   @media only screen and (max-width:440px) {
     .footer_top .span3, .span3.footer_col_2, .span3.footer_col_3, .footer_top .span3.footer_col_4 { width: 100% !important;  float: left;   padding: 20px 0; border-bottom: 1px solid #3d3d3d; position: relative; background: none;}
     .footer_top .span3::after { content: "";  background: #737373; height: 1px;  width: 100%; bottom: -3px;  position: absolute;}
     .footer_top .span3:last-child::after{content:none;} 
     .footer_top .span3:last-child{border-bottom:none; padding-bottom:0;}
     .flip-container, .front, .back { height: 340px;}
     .testimonial_slider::after { width: 86%;}
     .testimonial_slider { background-position: 50% top;}
  }
  @media only screen and (max-width:400px) {
    .testimonial_slider::before { width: 40%;}
    .testimonial_slider::after { width: 95%;}
    .testimonal_right_content { width: 50%;}
    
  }
  @media only screen and (max-width:350px) {
    .footer_bottom ul li a { padding: 0px 10px !important; line-height: 12px; font-size: 10px;}
    .flip-container, .front, .back { height: 360px;}
    .testimonial_slider::after { width: 110%;}
    .testimonal_right_content { width: 55%;}    
  }
}

  @media only screen and (min-width:768px) {
    .quiz-mobile {display: none !important;}
  }
}


.legend{font-size: 13px!important; color:#33475b !important }