@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i');

/* @import url('http://example.com/example_style.css'); */
@font-face {
  font-family: 'aeicons';
  src: url('https://cdn2.hubspot.net/hubfs/4149471/identity/fonts/aeicons.eot'); /* IE9 Compat Modes */
  src: url('https://cdn2.hubspot.net/hubfs/4149471/identity/fonts/aeicons.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://cdn2.hubspot.net/hubfs/4149471/identity/fonts/aeicons.woff') format('woff'), /* Pretty Modern Browsers */
    url('https://cdn2.hubspot.net/hubfs/4149471/identity/fonts/aeicons.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('https://cdn2.hubspot.net/hubfs/4149471/identity/fonts/aeicons.svg#svgFontName') format('svg'); /* Legacy iOS */
}


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


/*--------- Theme Base Colors ----------*/

   /****** set theme base color  *****/
    /****** set navigation color *****/



/*--------- Font Family ----------*/

 



body{
  padding:0;
  font-size: 16px ;
  line-height: 26px;;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  width:100%;
  background: #fff ;
  font-family:'Open Sans', sans-serif;;
  margin:0 auto;
  color: #666;
  font-weight:400; 
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px;
}


h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
}

h1,h2,h3,h4,h5,h6{
  color:#ff0d5e;
}

.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}

a{
  margin-bottom:0;
}

a:active,
a:hover {
  outline: 0;
}

h1{
  font-size: 44px;
  font-weight: 500;
  letter-spacing: .2px;
  margin: 0 0 30px;
  line-height: 54px;
}

h2{
  font-size: 36px;
  font-weight: 300;
  line-height: 48px
}

h3{
  font-size: 28px;
  font-weight: 400;
}

h4{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

h6{
  font-size:12px;
  font-weight:600;
}

p, .body-container-wrapper li{
  font-size: 16px !important;
  line-height: 26px;
  color:#666;
  font-weight: 400;
}

img {
  height: auto;
}

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

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:20px;    
}

ul {
  margin: 0;
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid;           /* Theoretically FF 20+ */
  break-inside: avoid-column;         /* IE 11 */
}

.body-container-wrapper li{
  position:relative;
  margin-left:22px;
  margin-bottom:14px;
}


.body-container-wrapper li:before{
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  left: -20px;
  content: '';
  width: 8px;
  height: 8px;
  background: #ff0d5e;
  border-radius: 50%;
  top: 10px;
}

.section-bg li:before{
  background: #fff;
}

.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style li ul{
  margin:0;
  padding:0;
}

.no-list-style li{
  margin:0;    
}

.no-list-style li:before{
  display:none;
}

.body-container-wrapper a{
  color:#ff0d5e;    
}

.two-col {
  -webkit-columns: 2; -moz-columns: 2; columns: 2;
}

blockquote{
  margin: 0;
  font-size: 22px;
  color: #ff0d5e;
  text-align: center;
  font-weight: 600;
  padding: 20px 50px;
  border-left: 3px solid #ff0d5e;
  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  position:relative;
}

blockquote:before{
  position: absolute;
  content: '';
  left: 50px;
  top: 10px;
  background: url(https://cdn2.hubspot.net/hubfs/2558854/DreamPack/A6D95550-9432-4D7A-B13B-5AB4E2E9B743.png) no-repeat;
  width: 30px;
  height: 30px;
}

.body-container-wrapper .widget-type-cta{
  margin-top:15px;
}

/*body a.cta_button[title],*/
/*body .container-fluid .row-fluid .hs-button{    */
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    padding:16px 50px;*/
/*    font-weight: 400;*/
/*    cursor: pointer;*/
/*    font-family:'Open Sans', sans-serif;;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    transition: all .2s ease-in;*/
/*    -webkit-transition: all .2s ease-in;*/
/*    letter-spacing: 1px;*/
/*    color:#fff;*/
/*    border-radius:8px;*/
/*    margin-bottom: 0;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    border:0;*/
/*    background:#ff0d5e;*/
/*}*/

/*body a.cta_button{*/
/*    padding:0;*/
/*    border:none;*/
/*    background:transparent;*/
/*}*/

body .green-cta a.cta_button,
body .container-fluid .green-cta .row-fluid .hs-button{    
  background:#56c209;   
}

.simple-cta a.cta_button{
  background:transparent;
  border:0;
  padding:0;
  position:relative;
  color: #fff;
}

.simple-cta a:after{
  content:'→';
  font-family: FontAwesome;
  padding-left: 6px;
}   

.transparent-cta a.cta_button{
  background:transparent;
  color:#fff;
  border:1px solid #fff;
}

.white-cta a.cta_button, a.white-cta{
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 5px 0 0;
  border-radius: 15px;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
}

.blue-cta a.cta_button, a.blue-cta{
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 5px 0 0;
  border-radius: 15px;
  text-decoration: none;
  border: 2px solid #23AED6;
  color: #23AED6;
}

.black-cta a.cta_button, a.black-cta{
  display: inline-block;
  line-height: 30px;
  padding: 10px 30px;
  margin: 0 5px 0 0;
  border-radius: 15px;
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  font-size: 20px;
}

.button {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 5px 0 0;
  font-size: 11px;
  border-radius: 15px;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
}

.button.small {
  line-height: 35px;
  padding: 0 15px;
  margin: 10px 5px 0 0;
  font-size: 13px;
  border-radius: 20px;
}

@media (min-width: 992px){
  .button {
    line-height: 50px;
    padding: 0 25px;
    margin: 10px 5px 0 0;
    font-size: 16px;
    border-radius: 25px;
  }
}

@media (min-width: 480px){
  .button {
    line-height: 40px;
    padding: 0 20px;
    margin: 0 5px 0 0;
    font-size: 13px;
    border-radius: 20px;
  }
}


/*PT CTA SECTION*/

.pt-cta-image .pt-twoup {
  min-height: 700px;
  margin-bottom: 1em;
}
.txt-center {
  text-align: center;
}
.pt-cta-image h2 {
  max-width: 70%;
  padding-top: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 200 !important;
}
.pt-image-cta-body {
  max-width: 80%;
  margin: 0 auto;
}

.pt-cta-image .light, .mk-cta-image .light h2 {
  color: #fff !important;

}

/*PT CTA Section - Small*/

.pt-cta-image-small .pt-twoup-small {
  min-height: 500px;
  margin-bottom: 1em;
}
.txt-center-small {
  text-align: center;
}
.pt-cta-image-small h2 {
  max-width: 70%;
  padding-top: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 200 !important;
}
.pt-image-cta-body-small {
  max-width: 80%;
  margin: 0 auto;
}

.pt-cta-image-small .light, .mk-cta-image-small .light h2 {
  color: #fff !important;
}

.align-center {
  text-align:center;
}

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

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}


.heading p{
  font-size:18px;
  font-weight:300;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.5);
  z-index: -1;
}

.gray-bg{
  background:#fafafa;
}

.white-form .row-fluid form .field>label,
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#ff0d5e;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

/* HEADER BACKGROUNDS */

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.pagehead{ 
  padding: 0 !important;
  height: 300px;
}

.section-bg .bg-image{
  display:none!important;
}

.fullscreen-header {
  height: calc(65vh);
  position: relative;
  /*margin-top: 70px;*/
}

@media (max-width: 1139px) and (min-width: 768px) {
  .fullscreen-header{height: calc(40vh);}
}
@media (max-width: 767px){
  .fullscreen-header {
    height: auto;
    /*margin-top: 80px;*/
  }
}

.section-border{
  border-bottom:1px solid #e7e7e7;
}

.section-padding {
  padding: 60px 0 50px;
}

.bottom-padding {
  padding: 0 0 50px;
}


@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}

.padding-top-zero{
  padding-top:0;
}

.padding-bottom-zero{
  padding-bottom:0;
}



/*========================================================
Typography Responsive Styling
========================================================*/

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

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 14px;
    line-height: 18px;
  }

  h6{
    font-size:12px;
  }

  .heading p{
    font-size:18px;
  }

}




@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 18px;
    line-height: 20px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 14px;
    line-height: 18px;
  }

  h6{
    font-size:12px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  p,
  .body-container-wrapper li{
    font-size: 14px !important;
    line-height: 20px;
  }

  .heading p{
    font-size:16px;
  }

  .left-col,.right-col{
    padding:20px 0;
  }

  .change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .two-col {
    -webkit-columns: 1; -moz-columns: 1; columns: 1;
  }

}



@media (max-width:480px){

  .body-container-wrapper a.cta_button[title], body .container-fluid .row-fluid .hs-button {
    padding-left:0;
    padding-right:0;
    width:100%;
  }

  .body-container-wrapper .simple-cta a.cta_button{
    width:auto;
  }

}

.lp-header>div>div {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lp-header>div>div>span {
  max-width: 100%;
}

@media (min-width: 768px){
  .lp-header>div>div>span {
    /*     -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%; */
    max-width: none;
  }
}

@media (min-width: 992px) {
  .lp-header>div>div>span {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}




/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  /*margin-right: -2.4%;*/
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


.three-coll-home-container {
  display: flex;
  align-items: center;
  height: calc(55vh);
}


@media (max-width:767px){
  .three-coll-home-container {
    height: calc(30vh);
  }
  .fullscreen-header__content {
    position: relative !important;
  }

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 20px auto 0;
    float: none;
  }   
}



/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 20px;
  box-sizing:border-box;
  position:relative;
}




@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}


/*=========================================================
News & Events Styling
=========================================================*/

.horizontal {
  padding-top: 40px;
}

.rail-header {
  color:#fff;
}

.rail-article a, .rail-article h2, .rail-article h3, .rail-article h4 {
  color: #fff !important;
}


.event-date {
  display: block;
  color: #eee;
  font-size: .8125rem;
  line-height: 1.53846;
  font-weight: 700;
  padding-bottom: 3px
}

.rail-article {
  padding-bottom: 40px;
}

/*=========================================================
FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  color: #72808e;
}

:-moz-placeholder {
  color: #72808e;
}

::-moz-placeholder {  
  color: #72808e;
}

:-ms-input-placeholder {  
  color: #72808e;
}

select::-ms-expand {
  display: none;
}



.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.row-fluid form input[type=checkbox]
{
  -webkit-appearance:checkbox;
  appearance: checkbox;
  -moz-appearance: checkbox;
  height: auto;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 47px;
  font-family:'Open Sans', sans-serif;;
  color:#ff0d5e;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .2px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 3px;
  background: #fff;
  padding: 10px 20px;
  font-weight: 400;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.row-fluid  form textarea{
  height:130px;    
}

.row-fluid  form select{
  color: #989898;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #ff0d5e;
  color:#ff0d5e;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  margin-top: 16px;
  color: #72808e;
}

.leftsubmit .row-fluid form .hs_submit .actions {
  text-align: left;
}

.row-fluid form .hs_submit .actions{
  text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 30px;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}


.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(//cdn2.hubspot.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 2px solid #ddd;
  margin-right: 8px;
  top: 2px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #ff0d5e;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: #ff0d5e;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}



@media (max-width:480px){

  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}


/*=======================================================================
DP22 HEADER STYLING
=======================================================================*/            

/*.fixed {*/
/*    position: fixed;*/
/*    top:0;*/
/*}*/

.logo { width: 18%}

.dp22-header{
  background:#fff;
  padding: 5px 0 0;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.dp22-header ul>li.hs-menu-depth-1.hs-item-has-children>a:after{
  font-family: FontAwesome;
  position: absolute;
  content: "\f107";
  right: 0px;
  top: 2px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}


.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color:#666;
  font-size:16px;
}


@media (min-width: 992px) {
  .dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size: 15px;
    padding: 0px 5px;
  }
}

@media (min-width: 1400px) {
  .dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    font-size:16px;
    padding: 0px 10px;
  }
}


.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul {
  background: #fff;
  /*     border: 1px solid #e5e5e5; */
  border-radius: 2px;
  padding:10px 5px;
}

.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul li {
  margin-bottom: 0;
}

body .dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  padding: 6px 10px;
  padding-right: 55px;
  color: #000;
  font-size: 14px;
  min-width:120px;
}

.dp22-header .secondary-menu {
  padding: 0px 12px;
  color:#666;
  font-size:14px;
}

.dp22-header .main-menu-wrap {
  margin: 10px 0 0 0;
}

.secondary-menu .hs-menu-wrapper.hs-menu-flow-horizontal {
  float: right !important;
}

body .dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{ 
  background: #eeeeee;
}

.dp22-header .menu-container{
  padding-top:10px;
}

.dp22-header .row-fluid .menu-container .hs-menu-wrapper{
  float:left;
}

/*.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li:last-child>a{*/
/*    background:#72808e;*/
/*    color: #fff;*/
/*    padding: 9px 29px;*/
/*    border-radius: 4px;*/
/*    position: relative;*/
/*    top: -8px;*/
/*    margin-left:30px;*/
/*    border: 1px solid #fff;*/
/*}*/

.dp22-header .logo img {
  max-width: 115px;
}

@media (min-width: 768px){
  .logo {
    margin-left: 30px !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
  }
}

@media (min-width: 992px) {
  #language {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1199px) {
  .main-menu span {float: right;}
}

#language {
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0,0,0,.1);
  /*display: none;*/
  height: 80px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
}

#language #lang-change {
  color: #9B9B9B;
  float: none;
  margin: 0;
}

#lang-change {
  float: left;
  margin-right: 0;
}

@media (min-width: 768px) {
  #lang-change, #sb-toggle {
    margin-top: 20px;
    margin-right: 20px;
  }
}

#lang-change, #sb-toggle {
  float: left;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .3s ease-out;
}

#lang-change, #language, #language ul li, #language ul li a, #language ul li a .lang, #sb-toggle {
  position: relative;
}
#language ul {
  right: 20px;
}

#language ul {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
  /*     top: 90px; */
  /*     right: 5px; */
  /*     position: absolute; */
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 8px;
  /*     opacity: 0; */
  display: block;
  transition: visibility 0s linear .5s,opacity .5s linear;
}

#language ul, #nav.white, .has-metabar #nav {
  background: #fff;
}

#language ul, .owl-carousel.owl-refresh .owl-item {
  /*     visibility: hidden; */
}

/* ==========================================================================
Sub Nav
========================================================================== */
.subnav {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.1);
  width: 100%;
  z-index: 9;
  height: 50px;
}



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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

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

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

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

.mega-menu .hs-item-has-children > ul {
  /*   width: 300px; */
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  /*   grid-template-columns: repeat(auto-fit,minmax(150px, 1fr)); */
  grid-auto-flow: column;
}


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




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 767px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary-container. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary-container.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary-container.js-enabled .hs-menu-wrapper,
  .custom-menu-primary-container.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary-container ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary-container.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary-container .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary-container .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary-container .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary-container .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary-container .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary-container .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary-container .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary-container .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

.sub-sub-menu a{
  font-size: 14px;
}

#sub-sub-menu-wrap
{
  float: left;
  margin-top:20px
}

#sub-sub-menu-wrap ul
{
  list-style:none;
  position:relative;
  float:left;
  margin:0;
  padding:0;
  z-index: 9999;
}

#sub-sub-menu-wrap a
{
  display:block;
  color:#666;
  font-size: 14px;
}

#sub-sub-menu-wrap ul li
{
  position:relative;
  float:left;
  margin:0;
  padding:0
}

#sub-sub-menu-wrap ul li.current-menu-item
{
  background:#ddd
}

#sub-sub-menu-wrap ul li:hover
{
  background:#f6f6f6
}

#sub-sub-menu-wrap ul ul
{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  padding:0
}

#sub-sub-menu-wrap ul ul li
{
  float:none;
  width:200px
}

#sub-sub-menu-wrap ul ul a
{
  line-height:120%;
  padding:10px 15px
}

#sub-sub-menu-wrap ul ul ul
{
  top:0;
  left:100%
}

#sub-sub-menu-wrap ul li:hover > ul
{
  display:block
}
.arrow {
  box-sizing: border-box;
  height: 2vw;
  width: 2vw;
  border-style: solid;
  border-color: #666;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  background: #fff;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}





/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:767px){

  .custom-menu-primary-container .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    background:#000;
    height:3px;
  }

  .mobile-trigger i:before {
    top: -6px;
  }

  .mobile-trigger i:after {
    top: 6px;
  }

  .mobile-trigger {
    top: 0px;
    right: -10px;
    z-index: 11;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
  }

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, 
  .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background-color: #000;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .child-trigger i, .child-trigger i:after {
    background-color: #000000;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#000;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#000;
  }

  .custom-menu-primary-container.js-enabled{
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  body .header-container-wrapper .pth-header .logo{
    max-width: 120px;
    float: left;
    margin-top: 0;
    margin-left: 0
  }

  .custom-menu-primary-container .hs-menu-wrapper>ul li {
    border-top: 0px;
    border-bottom: 1px solid #e7e7e7;
  }

  .custom-menu-primary-container.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin: 0;
    z-index: 1;
    background: #ffffff;
    top: 44px;
    position: absolute;
    left: -20px;
    right: -20px;
    width: auto;
  }


  body .main-header-container .menu-icon-container{
    display:none;
  }

  body .main-header-container .top-cta a.cta_button{
    display:none;
  }

  body .main-header-container  .menu-container{
    opacity:1;
    padding:0;
  }

  body .main-header-container .contact-us,
  body .main-header-container .social-icons,
  body .main-header-container .search-icon-container{
    display:none;
  }

  body .main-header-container .logo{
    width:100%;
    max-width:140px;
    float:left;
  }

  body .main-header-container {
    padding:15px 0;
  }

  .main-header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 0 20px;
    font-size: 14px;
  }

  .main-header-container ul>li.hs-menu-depth-1.hs-item-has-children>a:after{
    display:none;
  }

  .main-header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 ul{
    padding: 0!;
    border-bottom: 0;
    padding:0;
  }

  .main-header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    border-top:1px solid #e7e7e7;
  }

  body .main-header-container .menu-container {
    pointer-events: auto;
  }

  .main-header-container.blue-header .mobile-trigger i,
  .main-header-container.blue-header .mobile-trigger i:before,
  .main-header-container.blue-header .mobile-trigger i:after {
    background: #fff;
  }

  .mobile-open .main-header-container.blue-header .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
  }




  .main-header-container.black-header .mobile-trigger i,
  .main-header-container.black-header .mobile-trigger i:before,
  .main-header-container.black-header .mobile-trigger i:after {
    background: #fff;
  }

  .mobile-open .main-header-container.black-header .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
  }







  .main-header-container.white-header .mobile-trigger i,
  .main-header-container.white-header .mobile-trigger i:before,
  .main-header-container.white-header .mobile-trigger i:after {
    background: #5c5e64;
  }

  .mobile-open .main-header-container.white-header .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
  }

  .main-header-container.white-header-blue-logo .mobile-trigger i,
  .main-header-container.white-header-blue-logo .mobile-trigger i:before,
  .main-header-container.white-header-blue-logo .mobile-trigger i:after {
    background: #ff0d5e;
  }

  .mobile-open .main-header-container.white-header-blue-logo .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
  }

  .dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li:last-child>a{
    background: #ffffff;
    color: #000;
    padding: 0 0;
    border-radius: 4px;
    position: relative;
    top: 0;
    margin-left: 20px;
    border: 1px solid #fff;
    display: block; 
  }


}


li.active a {
  color: #23aed5 !important;
  font-weight: 600;
  position: relative;
  border-bottom: solid 3px #ff0d5e;
}

.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;
  color: #666 !important;
}




/*

MOBILE SIDEBAR

*/

#topnav #sb-toggle {
  float: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0 8px 0 0;
}


#lang-change, #sb-toggle {
  float: right;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .3s ease-out;
}
#lang-change, #language, #language ul li, #language ul li a, #language ul li a .lang, #sb-toggle {
  position: relative;
}

@media (min-width: 991px){
  #topnav #sb-toggle {
    display: none;
  }
}

@media (min-width: 768px){
  #lang-change, #sb-toggle {
    margin-top: 20px;
    margin-right: 20px;
  }
}


#sb {
  background: #ff0d5e;
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 9999;
  transition: all 0.3s ease-out;
  transform: translate(300px);
  -webkite-transform: translateX(300px);
  -ms-transform: translateX(300px);
  color: #999;
}
.sb-open #sb {
  transform: translateX(0);
  -webkite-transform: translateX(0);
  -ms-transform: translateX(0);
  z-index: 3;
}

#sb-wrapper-overlay {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  background: #fff;
  transition: right 0.3s ease-out;
}
.sb-open #sb-wrapper-overlay {
  right: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.4);
}

.sb-container {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding: 50px 45px;
}
.sb-container ul {
  padding: 0;
  margin: 0 0 30px 0;
}
.sb-container ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sb-container ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1.7;
  font-size: 15px;
}
.sb-container ul li a:hover {
  text-decoration: underline;
}
.sb-container ul li .icon {
  position: relative;
  display: inline-block;
  top: 3px;
  color: #fff;
}
.sb-container ul li.active a {
  font-weight: bold;
}
.sb-container ul.secondary li a {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.7;
}
.sb-container .social li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.sb-container .social li a {
  font-size: 35px;
}

#language-switch {
  align-items: center;
  background: #ff0d5e;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: flex;
  justify-content: space-between;
  height: 50px;
  right: 0;
  padding: 0 25px;
  position: fixed;
  width: 83%;
}

#language-switch a{
color: #fff;
}
#language-switch .current-language {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
#language-switch .dropup .btn {
  background: none;
  color: #fff;
  font-size: 13px;
  opacity: 0.65;
  padding: 0;
  text-decoration: underline;
}
#language-switch .dropup .btn:hover, #language-switch .dropup .btn:active, #language-switch .dropup .btn:focus {
  box-shadow: none;
  opacity: 1;
}
#language-switch .dropup .dropdown-menu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 8px;
  padding: 0;
}
#language-switch .dropup .dropdown-menu li {
  display: block;
  border-top: 1px solid #e5e5e5;
  height: 40px;
  width: 100%;
}
#language-switch .dropup .dropdown-menu li:first-child {
  border-top: none;
}
#language-switch .dropup .dropdown-menu li:first-child a {
  border-radius: 8px 8px 0 0;
}
#language-switch .dropup .dropdown-menu li:last-child a {
  border-radius: 0 0 8px 8px;
}
#language-switch .dropup .dropdown-menu li a {
  display: block;
  padding: 0 20px;
  width: auto;
  line-height: 40px;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  color: #797979;
}
#language-switch .dropup .dropdown-menu li a:hover {
  color: #23aed5;
}

























/**********************************************************
HOMEPAGE
**********************************************************/









/*==============================================================
Hero Section DP_17
==============================================================*/


.dp17-hero-section {
  padding:150px 0;
}

.dp17-hero-section p{
  margin:30px 0 25px;
}

.dp17-hero-section .cta{
  margin-top:30px;
}







@media (max-width:1024px){

  .dp17-hero-section {
    padding: 110px 0 100px;
  }
}


@media (max-width:767px){

  .dp17-hero-section:before{
    display:none;
  }

  .dp17-hero-section {
    padding: 40px 0 30px;
  }
}








/*=================================================
DP_Client_10 Styling
=================================================*/

.dp_client_10{
  background-color:#f4f6f6;
}

.dp_client_10 ul{
  margin:0px;
  text-align:center;
}

.dp_client_10 ul li{
  display: inline-block;
  margin: 30px 1%;
  vertical-align: middle;
  width: 100%;
  max-width: 14%;
  text-align: center;
}

.dp_client_10 ul li:before{
  display:none;
}


@media(max-width:767px){

  .dp_client_10 ul li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 110px;
    text-align: center;
    margin: 20px auto 20px;
    padding: 0 10px;
  }

}
















/*==============================================================
Content Module DP_26
==============================================================*/

body .row-fluid .features-services-dp26 .section-heading{
  width: 100%;
  max-width: 570px;
  float: none;
  margin: 0 auto 50px;
}

.features-services-dp26 .dp-service-top-icon{
  border: solid 1px #dddddd;
  padding: 48px;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

.features-services-dp26 .dp-service-top-icon:hover{
  background-color:#ff0d5e;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

.features-services-dp26 .dp-service-top-icon:hover p,
.features-services-dp26 .dp-service-top-icon:hover h4{
  color:#ffffff;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

@media(max-width:1024px){

  .features-services-dp26 .dp-service-top-icon{
    padding:20px;
  }    


}


@media(max-width:767px){


  body .row-fluid .features-services-dp26 .section-heading{
    margin-bottom:30px;
  }    

}










/*=================================================
DP_Testimonial_07 Styling
=================================================*/

.dp_testimonial_07_container>span{
  display:none;
}


.dp_testimonial_07_container>.slick-initialized.slick-slider{
  display:block;
}

.dp_testimonial_07 {
  padding-top:0;
}


.dp_testimonial_07_cm{
  position: relative;
  padding: 55px 80px;
  z-index: 1;
}

body .dp_testimonial_07_cm .row-fluid .wrapper{
  max-width:1440px;
}

.slick-slider .dp_testimonial_07_cm:after {
  position: absolute;
  content: '';
  right: 0;
  left: -2px;
  top: 0;
  bottom: 0;
  background-color: #f6f8f9;
  z-index: -1;
  border: 2px solid #fff;
  transform: skew(-16deg);
  transition: all .4s ease-in-out;
}

.slick-slider .dp_testimonial_07_cm blockquote{
  font-size: 14px;
  font-weight: 300;
  font-style: initial;
  text-align: center;    
}

.slick-slider .dp_testimonial_07_cm blockquote,
.slick-slider .dp_testimonial_07_cm h5{
  color:#45474d;    
}

.slick-active.slick-center .dp_testimonial_07_cm blockquote,
.slick-active.slick-center .dp_testimonial_07_cm h5{
  color:#fff;
}

.slick-active.slick-center .dp_testimonial_07_cm:after{
  background:#4db4f3;
}

.dp_testimonial_07_cm blockquote{
  border-left:0px;
  padding-left:0px;
  color:#ffffff;
}

.dp_testimonial_07_cm .img-module{
  width:48px;
  height:48px;
  border-radius:100%;
}


body .row-fluid .dp_testimonial_07 .slick-dots{
  text-align:center;
}

body .row-fluid .dp_testimonial_07 .slick-dots li{
  margin: 0px 5px;
  display:inline-block;
}

body .row-fluid .dp_testimonial_07 .slick-dots li button:focus{
  outline:0;
}

body .row-fluid .dp_testimonial_07 .slick-dots li:before{
  display:none;
}

body .row-fluid .dp_testimonial_07 .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 114, 197, 0.2);
  transition: all .2s ease-in-out;
  cursor: pointer;
}

body .row-fluid .dp_testimonial_07 .slick-dots li.slick-active button{
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #000000;
}


.dp_testimonial_07_cm h5{
  margin-bottom:0px;
}


@media(max-width:767px){

  .row-fluid .dp_testimonial_07_cm .img-module{
    margin:0 auto 20px;
    float:none;
  }    

  .dp_testimonial_07_cm blockquote{
    text-align:center;
  }

  .dp_testimonial_07_cm h5{
    text-align:center;
  }

  .dp_testimonial_07_cm{
    padding:50px 40px;
  }

}














/*=================================================
DP_Team_16 Styling
=================================================*/

.dp_team16-cm{
  width: 100%;
  position: relative;
  height: 1px;
  min-height: 350px;
}

.dp_team16-cm .img-module{
  height:1px;
  min-height:350px;
}

.dp_team16-cm .text-module{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgba(69, 71, 77, 0.67);
  opacity:0;
  padding:10px;
}

.dp_team16-cm:hover .text-module{
  opacity:1;
  transition: all .35s ease-in-out;
  -wenikit-transition: all .35s ease-in-out;
}

body .container-fluid .row-fluid .dp_team_16 .four-col-adjust>span{
  margin:0px;
}

body .row-fluid .dp_team_16 .four-col-adjust span>.hs_cos_wrapper{
  margin:0px;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
}


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

  .dp_team16-cm{
    min-height:233px;
  }    

  .dp_team16-cm .img-module{
    min-height:233px;
  }

}











.dreampack-free-blog{

}



.blog-sub-icon img {width: 86px !important; height: auto !important;}


@media (min-width:768px){

  .dreampack-free-blog .post-listing {
    display: block;
    margin: 0 -40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  body .container-fluid .dreampack-free-blog .row-fluid .post-item {
    float: left;
    width: 33.33%;
    padding-right: 40px;
    display: flex;
    box-sizing: border-box;
    align-self: stretch;
    margin-bottom: 30px;
    margin-left: 0;
  }

  body .container-fluid .row-fluid .dreampack-free-blog .post-item:first-child {
    width: 66.555%;
  }

  body .container-fluid .dreampack-free-blog .row-fluid .subscribe-grp {
    width: 30%;
  }

}




.dreampack-free-blog .post-item-inner {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  padding: 20px;
  border: 2px solid transparent;
  transition: all ease-in-out .3s;
  background:#fff;
  border-radius: 6px;
}

.dreampack-free-blog .post-item .feature-bg {
  height: 199px;
}

body .dreampack-free-blog ul.topic-list {
  margin: 8px 0 0;
  padding: 0;
}

body .dreampack-free-blog .topic-list li {
  display: none;
  margin-left: 0;
  margin-bottom:8px;
}

/*.dreampack-free-blog .post-item:hover .post-item-inner {*/
/*    border: dashed 2px #3197d6;*/
/*}*/

body .dreampack-free-blog .topic-list li a {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1.7px;
  color: #ff0d5e;
  text-transform: uppercase;
  font-weight: bold;
}

body .dreampack-free-blog .topic-list li:first-child {
  display: inline-block;
}

.dreampack-free-blog .post-item h2, .dreampack-free-blog .post-item h2 a {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #45474d;
  font-weight: 400;
  margin: 0 0 9px;
}

.dreampack-free-blog .post-item p, .dreampack-free-blog .post-item h4 {
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #72808e;
}

body .container-fluid .row-fluid .dreampack-free-blog .subscribe-grp {
  background: #72808e;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  margin-left: 0;
  min-height: 362px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.de_blog-gdpr, .de_blog-gdpr p {
  font-size: 10px !important;
  line-height: initial;
}

.dreampack-free-blog .subscribe-grp h3 {
  font-size: 20px;
  letter-spacing: 0.3px;
  padding-top: 19px;
  margin-bottom: 19px;
}

.dreampack-free-blog .subscribe-grp form{
  text-align:left;
}

.dreampack-free-blog .subscribe-grp form .input input{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.dreampack-free-blog form .hs-error-msgs li {
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: -4px;
  letter-spacing: 0.3px;
  text-align: left;
}

.dreampack-free-blog .subscribe-grp form .field>label{
  display:none;
}

.dreampack-free-blog .subscribe-grp form .hs-button.primary {
  height: auto;
  margin-top: 8px;
}


.dreampack-free-blog .subscribe-grp ::-webkit-input-placeholder {
  color:#a8afb6;
}

.dreampack-free-blog .subscribe-grp :-moz-placeholder {
  color:#a8afb6;
}

.dreampack-free-blog .subscribe-grp ::-moz-placeholder {  
  color:#a8afb6;
}

.dreampack-free-blog .subscribe-grp :-ms-input-placeholder {  
  color:#a8afb6;
}





@media (max-width:767px){

  .dreampack-free-blog .post-item-inner,
  body .container-fluid .row-fluid .dreampack-free-blog .subscribe-grp{
    margin-top:20px;
  } 

}











/*=================================================
DP_Footer_10 Styling
=================================================*/


.dp_footer_10 .top-section{
  background-color:#f2f2f2;
  padding: 102px 0px 88px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.dp_footer_10 h3{
  font-size:20px;
  font-weight:400;
}

.dp_footer_10 .top-section ul li:before{
  display:none;
}

.dp_footer_10 .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1{
  margin-left:0px;
  margin-bottom:8px;
}

.dp_footer_10 .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{
  display:block;
  padding:0px;
  color:#cccccc;
  font-size:14px;

}

.dp_footer_10 .bottom-section{
  background-color:#f2f2f2;;
  padding:20px 0px;
}

.dp_footer_10 .bottom-section h6{
  color:#a8afb6;
  margin:0px;
}

.dp_footer_10 .social-share ul{
  padding:0;
}

.dp_footer_10 .social-share ul li{
  display:inline-block;
  margin:0 2%;
}

.dp_footer_10 .social-share ul li:first-child{
  margin-left:0px;
}

.dp_footer_10 .menu-col-1-grp,
.dp_footer_10 .menu-col-2-grp,
.dp_footer_10 .menu-col-3-grp{
  padding-top:0px;
}

.dp_footer_10 .form-title{
  margin:0px;
}

.dp_footer_10 form .field>label{
  margin-top:0px;
  margin-bottom:0px;
  display:none;
}


.dp_footer_10 form{
  position:relative;
  margin-top:20px;
}

div.copyright {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  color: #9B9B9B;
}

.icon:before {
  font-family: aeicons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.icon-linkedin:before {
  content: "\E00D";
}
.icon-googleplus:before {
  content: "\E009";
}
.icon-twitter:before {
  content: "\E01D";
}
.icon-youtube:before {
  content: "\E01F";
}

.footer ul.social{
  float: right;
}

.footer ul.social li.bold {
  font-weight: 700;
  line-height: 40px;
  display: none;
}

.footer ul.social li {
  padding: 0 5px;
  line-height: 40px;
  display: inline-block;
}

.footer ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
}

.footer ul.social li.bold {
  font-weight: 700;
  line-height: 40px;
  display: none;
}

.footer ul li a {
  text-decoration: none;
  color: #666;
  transition: all .1s ease-out;
}

.footer ul.social li .icon {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #9B9B9B;
}


@media (min-width: 992px){
  .footer ul.social li.bold {
    display: block;
  }
  #.footer ul.social li {
    padding: 0 0 0 10px;
  }
  .footer ul li, footer ul.service {
    float: left;
  }
}


@media(min-width:1198px){


  .dp_footer_10 form .hs-button.primary.large{
    position:absolute;
    top:0;
    margin:0px;
    right:0;
    padding: 13px 30px;
    background: #72808e;
  }

  .row-fluid .dp_footer_10 form input{
    border: 1px solid #cccccc;
    max-width: 60%;
    height: 44px;
    border-radius: 8px;
  }


}

@media(max-width:1197px){

  .dp_footer_10 .row-fluid form .hs_submit .actions{
    text-align:left;
  }

  .row-fluid .dp_footer_10 .hs-button.primary{
    margin:0px;
    padding: 13px 30px;
  }

  .row-fluid .dp_footer_10 form input{
    border: 1px solid #cccccc;
    border-radius: 8px;
  }

  .dp_footer_10 .top-section{
    padding: 42px 0px 18px;    
  }

}


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

  .row-fluid .menu-col-1-grp,
  .row-fluid .menu-col-2-grp,
  .row-fluid .menu-col-3-grp{
    width:18%;
  }


  .row-fluid .email-social-share{
    width:37%;
  }


}


@media(max-width:767px){

  .dp_footer_10 .bottom-section{
    text-align:center;
  }

  .dp_footer_10 .widget-type-linked_image{
    padding-top:15px;
  }    

}






/*********************************************************************
*************************CONTACT US *********************************
*********************************************************************/






/*============================ Section-1 =============================*/


body .row-fluid .contact-us-dp11-section-1 .wrapper{
  max-width:100%;
  padding:0;
}    

body .row-fluid .contact-us-dp11-section-1 .form-small-wrapper{
  width:100%;
  max-width:455px;
}


@media (min-width:767px){


  body .row-fluid .contact-us-dp11-section-1 .left-col{
    margin:0;
    width:50%;
  }

  body .row-fluid .contact-us-dp11-section-1 .right-col{
    margin:0;
    width:50%;
    float:right;
  }

  .row-fluid .contact-us-dp11-section-1 .right-col .form-container{
    width:100%;
    max-width:500px;
  }
}

.row-fluid .contact-us-dp11-section-1 .right-col{
  padding:160px 6%;
  background:#ff0d5e;    
}

@media (max-width:1024px){


}



@media (max-width:767px){

  .row-fluid .contact-us-dp11-section-1 .left-col {
    height:250px;
  }

  .row-fluid .contact-us-dp11-section-1 .right-col {
    padding: 40px 20px;
  }

}












/*********************************************************************
*************************Services page*********************************
*********************************************************************/










/*==============================================================
Content Module DP_53
==============================================================*/


.content-module-dp53{
  padding:150px 0;
}

body .row-fluid .content-module-dp53 .wrapper{
  max-width:920px;
}

body .row-fluid .content-module-dp53 .heading{
  width:100%;
  max-width:750px;
  margin:0 auto;
  float:none;
}

.content-module-dp53 .text-container{
  background: #fff;
  padding: 60px 20px 50px;
  position:relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.content-module-dp53 .text-container:before{
  position: absolute;
  content: '';
  left: -16px;
  pointer-events: none;
  margin: 0 auto;
  top: -16px;
  right: -16px;
  bottom: -16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #ffffff;
}

.page-intro h1 {
  font-size: 25px;
  margin: 0 0 15px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .page-intro h1 {
    color: #000;
    padding: 0 0 10px;
    font-size: 45px;
    margin: 0 0 30px;
    line-height: 50px;
  }
}

@media (min-width: 768px){
  .text-content ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

}
.text-content ul {
  list-style-type: none;
  margin: 2em 0 0;
  padding: 0;
}

@media (max-width:1024px){

  .content-module-dp53 {
    padding: 100px 0;
  }
}


@media (max-width:767px){

  .content-module-dp53 {
    padding: 70px 0;
  }

  .content-module-dp53 .text-container:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
  }

}

.fullscreen-header__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}


.fullscreen-header__text {
  max-width: 500px;

}

.fullscreen-header__text *, .bottom-cta-area *, .page-white * {
  color: white;

}

@media (min-width: 768px){
  .fullscreen-header__text {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: none;
  }
}

@media (min-width: 992px){
  .fullscreen-header__text {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}


.bottom-cta-area {
  padding: 70px 30px;
}

@media (min-width: 992px){
  .bottom-cta-area {
    padding: 75px 0;
  }
}




/*==============================================================
Content Module DP_64
==============================================================*/

.content-module-dp64{

}


.content-module-dp64 .left-col{
  padding-right:8.5%;
}



@media (max-width:1024px){


  .content-module-dp64 .left-col{
    padding-right:0;
  }
}


@media (max-width:767px){


}







/*==============================================================
Content Module DP_25
==============================================================*/


body .row-fluid .features-services-dp25 .section-heading{
  width: 100%;
  max-width: 570px;
  float: none;
  margin: 0 auto 50px;
}


body .row-fluid .features-services-dp25 .three-col-adjust{
  width:100%;
  max-width: 1000px;
  float: none;
  margin: 0 auto 50px;
}



@media (min-width:1025px){

  .features-services-dp25 .dp-service-top-icon    {
    padding:0 20px;
  }

}

@media(max-width:767px){


  body .row-fluid .features-services-dp25 .section-heading{
    margin-bottom:30px;
  }    
}

.card-v2 {
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  transition: box-shadow .3s;
  border: solid 1px #fff;
  /*     border-radius: 6px */
}



.card {
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  transition: box-shadow .3s;
  border: solid 1px #fff;
  border-radius: 6px
}

.no-box {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


@media (min-width: 768px)
  .card {
    margin-bottom: 30px;
}

.home-cards-v2 .card {
  background: #fff;
}


.home-cards .card {
  background: rgba(200, 200, 200, 0.6);
}

.home-cards .card, .home-cards .card p {
  font-size: 15px !important;
  color: #000;
}

/*=================================================
DP_Milestones_09 Styling
=================================================*/



.round-item{
  border-radius:50%;
  border:12px solid #111;
  background:#e2e2e2;
  max-width:350px;
  max-height:350px!important;
  min-height:350px!important;
  padding:95px 48px 0px;
}

.circle-group.circle-group.circle-group {
  width: 100%;
  max-width: 33.3333%;
  margin: 0;
  padding: 0 30px;
}

.circle-group:after {
  content: "";
  height: 0;
  display: block;
  padding-bottom: 75%;
  overflow: hidden;
}

.circle-group .widget-type-rich_text {
  display: none;
}

.circle-group svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.circle-group svg circle {
  stroke-dashoffset: 0;
  stroke:#ffffff;
  stroke-width: 8px;
  fill: transparent;
  stroke-linecap: round;
  position:relative;
  z-index:1;
}

.circle-group svg circle:before{
  position:absolute;
  content:'';
  right:0;
  top:0;
  bottom:0;
  left:0;
  background:red;
}

.circle-group svg circle.outer-border,{
  stroke:rgba(26, 117, 207, 0.50);
  stroke-width: 1px;
}

.circle-group svg circle.bar {
  stroke: transparent;
  stroke-dashoffset: 314.1592654;
}

.circle-group.animated svg circle.bar{
  stroke:#ffffff;
}

.circle-group .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-group .text > .row-fluid-wrapper {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.circle-group .text>.cell-wrapper {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.dp_milestone_09 .circle-1.circle-group.animated svg circle.bar{
  stroke:#3197d6;
}


.dp_milestone_09 .circle-2.circle-group.animated svg circle.bar{
  stroke:#4cc5f2;
}

.dp_milestone_09 .circle-3.circle-group.animated svg circle.bar{
  stroke:#b9ea85;
}


.circle-group h2{
  margin:0px;
}


body .row-fluid .dp_milestone_09 .span4{
  position:relative;    
}


body .row-fluid .dp_milestone_09 .span4:before{
  position: absolute;
  content: '';
  right: 0;
  top: 29%;
  height: 80px;
  background: #cccccc;
  width: 2px;
}

body .row-fluid .dp_milestone_09 .span4:last-child:before{
  display:none;
}


@media (max-width:1024px){

  .circle-group.circle-group.circle-group{
    width: 100%;
    max-width: 33.3333%;
    margin: 0;
    padding: 0 20px;
  }

}


@media (max-width: 767px) {

  body .row-fluid .dp_milestone_09 .span4:before{
    display:none;
  }    

  .circle-group.circle-group.circle-group {
    width:100%;
    max-width: 400px;
    padding:0;
    margin: 50px auto ;
    display: block;
  }

}


@media(min-width:1025px){

  .circle-2-border{
    position:relative;
  }

  .circle-2-border:after,
  .circle-2-border:before{
    content:'';
    position:absolute;
    width:2px;
    height:96px;
    background-color:#cccccc;
    top:97px;
  }

  .circle-2-border:after{
    right:-14px;

  }

  .circle-2-border:before{
    left:-14px;
  }


}

@media(max-width:767px){



}







/*=================================================
DP_Testimonial_03 Styling
=================================================*/
.dp_testimonial_03_container>span{
  display:none;
}

.dp_testimonial_03{
  background:#f6f8f9;
}


.dp_testimonial_03_container>.slick-initialized.slick-slider{
  display:block;
}


.dp_testimonial_03 .heading{
  margin-bottom:60px;
}

.dp_testimonial_03_cm{
  border-radius: 16px;
  background-color: #ffffff;
}


.dp_testimonial_03_cm img{
  margin:0 auto;
}


.dp_testimonial_03_cm .logo{
  margin-bottom:20px;
}

.dp_testimonial_03_cm h4{
  margin-top:25px;
  margin-bottom:3px;
}

.dp_testimonial_03_cm h6{
  margin-bottom:0px;
}

.dp_testimonial_03_cm{
  padding: 10px;
  box-sizing: border-box;
  opacity:.4;
  transition:all .4s ease-in-out;
}

.dp_testimonial_03_cm .content-wrapper{
  padding:15px 50px;
  box-sizing: border-box;
  // box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
  border-radius: 20px;
  background:#fff;

}



.slick-active .dp_testimonial_03_cm{
  opacity:1;
}



.dp_testimonial_03 .slick-arrow {
  position: absolute;
  z-index: 11;
  top: 40%;
  cursor: pointer;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  font-size: 31px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #fff;
  color: #999999;
}

.dp_testimonial_03 .slick-prev {
  left: 168px;
}

.dp_testimonial_03 .slick-next {
  right: 168px;
}

.dp_testimonial_03 .slick-list {
  position:relative;
}


@media (min-width:768px){

  .dp_testimonial_03{
    padding:150px 0;
  }

  .dp_testimonial_03 .slick-initialized .slick-slide{
    margin: 0 20px;
  }    

}


.dp_testimonial_03 .slick-initialized .slick-slide:focus{
  outline:none;
}


.dp_testimonial_03 .slick-dots{
  padding:0;
  margin-top:30px;
  outline: none;
  text-align:center;
}

.dp_testimonial_03 .slick-dots li{
  margin: 0 3px;
  display: inline-block;
}

.dp_testimonial_03 .slick-dots li:before{
  display:none;
}

.dp_testimonial_03 .slick-dots li button{
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;    
  background:#ff0d5e;
  transition:all .2s ease-in-out;
  cursor:pointer;
}

.dp_testimonial_03 .slick-dots li:focus,
.dp_testimonial_03 .slick-dots li.slick-active button:focus{
  outline:0;
}

.dp_testimonial_03 .slick-dots li.slick-active button{
  width: 14px;
  height: 14px;
}



@media (min-width:1025px){

  .dp_testimonial_03 .slick-list:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 2;
    left: 0;
    background: linear-gradient(to right,#f6f8f9 20%,rgba(255,255,0,0));
  }

  .dp_testimonial_03 .slick-list:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 2;
    right: 0;
    background: linear-gradient(to left,#f6f8f9 20%,rgba(255,255,0,0));
  }

}



/*============================ Section-1 =============================*/



.contact-us-dp14-section-1{
  padding:40px 0 22px;
  position:relative;
  overflow:hidden;
  z-index:1;
}

.contact-us-dp14-section-1:after{
  position:absolute;
  content:'';
  bottom:0;
  left:0;
  right:0;
  height:45px;
  background:#f6f8f9;
}

body .row-fluid .contact-us-dp14-section-1 .wrapper{
  max-width:600px;
}



.contact-us-dp14-section-1 ::-webkit-input-placeholder {
  color:#fff;
}

.contact-us-dp14-section-1 :-moz-placeholder {
  color:#fff;
}

.contact-us-dp14-section-1 ::-moz-placeholder {  
  color:#fff;
}

.contact-us-dp14-section-1 :-ms-input-placeholder {  
  color:#fff;
}


body .row-fluid .contact-us-dp14-section-1 form fieldset input,
body .row-fluid .contact-us-dp14-section-1 form fieldset select,
body .row-fluid .contact-us-dp14-section-1 form fieldset textarea{
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e4e7ec;
  background: transparent;
  color: #fff;
  padding: 10px 0;
}

body .row-fluid .contact-us-dp14-section-1 form fieldset input:focus,
body .row-fluid .contact-us-dp14-section-1 form fieldset select:focus,
body .row-fluid .contact-us-dp14-section-1 form fieldset textarea:focus{
  border:0;
  border-bottom:1px solid #ff0d5e;
}

@media (max-width:1024px){

  .contact-us-dp14-section-1{
    padding:70px 0 22px;
  }

}



@media (max-width:767px){

  .contact-us-dp14-section-1{
    padding:50px 0 22px;
  }

}



body .row-fluid .free-pack-one-col-section .wrapper{
  max-width:800px;
}



/*=================================================
DP_Image_Gallery_02 Styling
=================================================*/

.dp-image-gallery-02-cm{
  width:100%;
}

.dp-image-gallery-02-cm .img-module{
  height:1px;
  min-height:486px;
}






/*==============================================================
Content Module DP_66
==============================================================*/


body .row-fluid .content-module-dp66 .wrapper{
  max-width:800px;
}

.content-module-dp66 .logo-container{
  margin-top:30px;
}

.content-module-dp66 .logo-container ul li{
  display: inline-block;
  width: 100%;
  max-width: 140px;
  margin: 15px;
  vertical-align: middle;
}




/*==============================================================
Content Module DP_69
==============================================================*/

.content-module-dp69 .column{
  padding:65px 40px;
}



@media (min-width:768px){

  body .row-fluid .content-module-dp69 .column {
    width:50%;
    margin:0;
  }
}


.content-module-dp69 .left-col{
  border-right:1px solid #ff0d5e;
}

.content-module-dp69 .left-col h6{
  color:#ff0d5e;
  margin-bottom:4px;
}

.content-module-dp69 .left-col .section-heading{
  position:relative;
}

.content-module-dp69 .left-col .section-heading:before{
  position:absolute;
  content:'';
  bottom:0;
  left:0;
  width:50px;
  height:4px;
  background:#ff0d5e;
}




@media (max-width:1024px){

  .content-module-dp69 .column {
    padding: 50px 20px;
  } 
}


@media (max-width:1024px){

  .content-module-dp69 .left-col .section-heading {
    padding-bottom: 6px;
  } 

  .content-module-dp69 .column {
    padding:0;
  }     

  .content-module-dp69 .left-col{
    bordeR:0;
    margin-bottom:25px;
  }
}


/*==============================================================
Content Module DP_33
==============================================================*/

body .container-fluid .row-fluid .content-module-dp33 {
  height:auto;
  min-height:360px;
}



@media (max-width:1024px){

  body .container-fluid .row-fluid .content-module-dp33 {
    min-height:260px;
  }
}


@media (max-width:767px){

  body .container-fluid .row-fluid .content-module-dp33 {
    min-height:220px;
  }
}



/**************************************************************************
*****************************BLOG STYLING*********************************
**************************************************************************/



.only-on-listing-page,
.only-on-post-page{
  display:none!important;
}

.hs-blog-listing .only-on-listing-page,
.hs-blog-post .only-on-post-page{
  display:block!important;
}



/*=========================================================================
Blog Two Carousel DP07 Styling
==========================================================================*/

.dreampack-01-blog .blog-section h1{
  margin-bottom: 33px;
}

.dreampack-01-blog .blog-body-container{
  padding:70px 0;
}

.dreampack-01-blog .post-item {
  margin-bottom: 30px;

}

.dreampack-01-blog .post-item-inner{
  background:#fff;
  transition:all .4s ease-in-out;
  padding:12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border-radius: 6px;
}

.dreampack-01-blog .post-item-inner:hover{
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.21);
}

.dreampack-01-blog .post-item-inner .post-date{
  font-size: 11px;
  letter-spacing: 1px;    
  display:none;
}

.dreampack-01-blog .post-item-inner .post-data-container {
  padding:10px 0;
  position:relative;
  z-index:1;
}

.dreampack-01-blog .post-item .feature-bg{
  height:199px;
}


.dreampack-01-blog .post-item:first-child .feature-bg{
  height:192px;
}

body.dreampack-01-blog  ul.topic-list{
  margin: 0;
}


body.dreampack-01-blog  .topic-list li{
  display:none;
  margin-left: 0;
}

body.dreampack-01-blog  .topic-list li:first-child{
  display:inline-block;
}


.dreampack-01-blog .body-container-wrapper .topic-list li:before{
  display:none;
}

body.dreampack-01-blog  .topic-list li a{
  font-size: 10px;
  line-height:20px;
  letter-spacing: 1.7px;
  color:#ff0d5e;
  text-transform:uppercase;
  font-weight: bold;
}

body.dreampack-01-blog  .post-item:first-child .topic-list li a{
  font-size:14px;
}


.dreampack-01-blog .post-item h2,
.dreampack-01-blog .post-item h2 a{
  font-size: 20px;
  line-height:1.45;
  letter-spacing: 0.3px;
  color: #ff0d5e;
  font-weight: 400;
  margin: 0 0 9px;
}


.dreampack-01-blog .post-item p{
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #72808e;
}

.dreampack-01-blog .blog-main-heading{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  z-index:1;
}

.dreampack-01-blog .blog-main-heading:before{
  position: absolute;
  content: '';
  left: 0;
  background:#45474d;
  z-index: -1;
  height: 3px;
  width: 86px;
  bottom: 0;
}

body.dreampack-01-blog  .container-fluid .row-fluid .post-item:first-child{
  display:none;
}

.dreampack-01-blog.hs-blog-listing  .container-fluid .row-fluid .hero-recent-post .post-item:first-child{
  display:block;
  padding-right:0;
  margin-bottom:0;
}

.dreampack-01-blog .hero-recent-post .post-item:first-child .post-item-inner:hover{
  box-shadow:none;
}


.dreampack-01-blog .post-listing {
  display: block;
  margin: 0 -24px 0 0;
  //overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

body.dreampack-01-blog  .container-fluid .row-fluid .post-item {
  float: left;
  width: 33.33%;
  padding-right: 24px;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  margin-bottom: 24px;
  margin-left:0;
}

body.dreampack-01-blog  .container-fluid .row-fluid .post-item:first-child{
  width: 100%;
}

.dreampack-01-blog .row-fluid .post-item:first-child .bg-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dreampack-01-blog .row-fluid .post-item:first-child .bg-container .feature-bg{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:auto;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container {
  display: block;
  position: relative;
  z-index: 1;
  padding: 55px 0 40px;
  width: 100%;
  max-width: 660px;
  padding-right: 60px;
  box-sizing: border-box;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container:before{
  position:absolute;
  content:'';
  z-index:-1;
  top:0;
  left:-10000px;
  right:0;
  bottom:0;
  background:#fff;
  border-radius: 0 6px 0 0px;    
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container:after{
  display:none;
}

.dreampack-01-blog .row-fluid .post-item:first-child .top-heading{
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 0;   
}

.dreampack-01-blog .row-fluid .post-item:first-child .top-heading a,
.dreampack-01-blog .row-fluid .post-item:first-child .top-heading span{
  font-size:20px;
  line-height:1.5;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-description p,
.dreampack-01-blog .row-fluid .post-item:first-child .post-description h4{
  display:block;
  font-size:14px;
  text-align:left;
  margin-top:10px;
}

.dreampack-01-blog .row-fluid .post-item .post-description p,
.dreampack-01-blog .row-fluid .post-item .post-description h4{
  font-size: 14px;
  line-height: 1.5;
  color: black;
}

.dreampack-01-blog .post-item:first-child .post-date {
  font-size: 14px;
  display:block;
  letter-spacing: 0;
  display:none;
}

.dreampack-01-blog .post-item:first-child .post-item-inner{
  padding:0;
}

body.dreampack-01-blog  .row-fluid .ias-trigger {
  clear: both;
  overflow: hidden;
  display: block;
  width: 100%;    
  margin-top:20px;
}


body.dreampack-01-blog  .row-fluid .ias-trigger a{
  background: #ff0d5e;
  display: inline-block;
  padding: 12px 60px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}


.dreampack-01-blog .hero-recent-post{
  position:relative;
  padding:220px 0 0;
  z-indeX:1;
  border: 40px solid #FFF;
  border-top: 0;
  border-bottom: 0;    
  overflow:hidden;
}

.dreampack-01-blog .hero-recent-post:before{
  position:absolute;
  content:'';
  bottom:-18px;
  height:30px;
  left:0;
  right:0;
  background:#f6f8f9;
}





body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2){
  width: 66.6%;
}



/***********************Subscribe Newsletter Section**********************/


body.dreampack-01-blog  .container-fluid .row-fluid .subscribe-newsletter{
  position:relative;
  z-index:1;
  display: flex;
  display: -webkit-flex;
  padding-top:30px;
  padding-bottom:30px;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;    
}

body.dreampack-01-blog  .container-fluid .row-fluid .subscribe-newsletter:before{
  position:absolute;
  content:'';
  top:0;
  left:0;
  right:24px;
  pointer-events:none;
  bottom:0;
  background:#ff0d5e;
  z-index:-1;
  border-radius: 6px;
}

.dreampack-01-blog .subscribe-newsletter .widget-type-cta{
  margin-top:0;
}

.dreampack-01-blog .subscribe-newsletter .fa{
  font-size:60px;
  margin-bottom:15px;
}








/****************************Get Your Copy******************************/


body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy{
  position:relative;
  z-index:1;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;    
  padding:0 60px;
  position: relative;
  overflow: hidden;
  width: 66.6%;
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy:before{
  position:absolute;
  content:'';
  top:0;
  left:0;
  right:24px;
  bottom:0;
  background:#ff0d5e;
  pointer-events:none;
  z-index:-1
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy:after{
  position: absolute;
  content: '';
  top: 12px;
  left: 12px;
  right: 36px;
  bottom: 12px;
  background: transparent;
  z-index: -1;
  pointer-events: none;
  border: 5px solid #fff;
}

.dreampack-01-blog .get-your-copy p{
  color:#fff;
  text-align:right;
}



















/*====================================================================
Responsive Styling
=======================================================================*/





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

  .dreampack-01-blog .hero-recent-post {
    padding: 150px 0 0;
  }

  .dreampack-01-blog .get-your-copy a.cta_button{
    font-size:12px;
    padding:10px 20px;
  }

  .dreampack-01-blog .subscribe-form-section {
    padding: 60px 0 50px;
  }

}


@media(max-width:767px){

  .dreampack-01-blog .hero-recent-post{
    padding:150px 0 0;
    border:0;
  }

  .dreampack-01-blog .row-fluid .post-item:first-child .post-data-container {
    padding: 40px 20px 30px;
    box-sizing: border-box;
  }

  .dreampack-01-blog .row-fluid .post-item:first-child .post-data-container:before {
    left: 0;
    right: 0;
  }

  body.dreampack-01-blog  .container-fluid .row-fluid .post-item {
    width: 100%;
  }

  body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2) {
    width: 100%;
  }

  body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy {
    padding: 50px 30px;
    padding-right: 54px;
  }
}


















/*=============Subscribe Form Styling ===========================*/


.dreampack-01-blog  .subscribe-form-section{
  display:block;
  padding: 100px 0 90px;
  background:#f6f8f9;
}

.dreampack-01-blog .row-fluid .subscribe-form-section .text-container{
  width:100%;
  max-width:340px;
  margin:0 auto 10px;
  float:none;
}
.dreampack-01-blog 
.row-fluid .subscribe-form-section .form-container{
  width:100%;
  max-width:500px;
  margin:0 auto;
  float:none;
}

.dreampack-01-blog .subscribe-form-section .icon{
  margin-bottom:30px;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-form-field>label{
  display:none;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe form{
  position:relative;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe input{
  margin-top:0;
  height:60px;
  border-radius:8px;
  border:1px solid #fff;
  box-shadow: 0 15px 20px 0 rgba(4, 21, 46, 0.1);
  padding-right:160px;
}

@media (min-width:768px){

  .dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-button.primary{
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    padding: 0;
    height: 48px;
    border-radius: 8px;
    box-shadow: none;
    width: 128px;
    font-size: 14px;
    letter-spacing: 0;
  }
}




@media (max-width:767px){

  .dreampack-01-blog .subscribe-form-section {
    padding: 50px 0 40px;
  } 

  .dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe input{
    padding-right:14px;
  } 

  .dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-button.primary{
    border-radius:8px;
    padding-left:0;
    padding-right:0;
    width:100%;
    box-shadow: none;
  } 

  .dreampack-01-blog .subscribe-form-section {
    padding: 40px 0;
  }    
}

.dreampack-01-blog .blog-main-container {
  position: relative;
}


.dreampack-01-blog .blog-main-container .sharing-icon {
/*   position:absolute; */
  margin: 0;
/*   margin-top: 85px; */
  top: 0;
  width:40px;
}

.dreampack-01-blog .blog-main-container .sharing-icon li a {
  color: #c9c7c7;
  background: #efeeee;
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 14px;
}

.dreampack-01-blog .blog-main-container .sharing-icon li {
  font-size: 14px;
  float: left;
  margin-left: 10px;
}




/*=============== Single Post Page =======================*/


.dreampack-01-blog.hs-blog-post .post-listing-body {
  padding: 50px 0 50px;
}

.dreampack-01-blog .single-post-hero{
  position:relative;
  padding:200px 0 0;    
  z-index:1;
  /*border: 40px solid #FFF;*/
  border-top: 0;
  border-bottom: 0;
  max-width: 1440px;
  margin: 0 auto 
}

.dreampack-01-blog .single-post-hero .topic-list li a {
  font-size: 14px;
}


.dreampack-01-blog .single-post-hero .title-container {
  margin-top: 100px;
}

.dreampack-01-blog .single-post-hero .post-data-container {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px 0 0px;
  width: 100%;
  max-width: 660px;
  padding-right: 60px;
  box-sizing: border-box;
}

.dreampack-01-blog .single-post-hero .post-data-container:before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  left: -10000px;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0 6px 0 0px;
}

body.dreampack-01-blog  .single-post-hero h2 {
  font-size: 51px;
  line-height: 1;
  letter-spacing: -1.9px;
  margin-bottom: 0;
}

body.dreampack-01-blog  .row-fluid .single-post-hero .wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  float: none;
}

.hs-blog-post.dreampack-01-blog .blog-section .post-header,
.hs-blog-post.dreampack-01-blog .hs-blog-social-share{
  display:none;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-post-wrapper{
/*   width:100%; */
/*   max-width:780px; */
  margin:0 auto;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h6{
  color:#ff0d5e;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h4{
  color:#616161;
  font-size:26px;
  line-height:36px;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
  margin-bottom:25px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section li{
  color: #616161;
  font-size: 19px;
  line-height: 31px;
  letter-spacing: 0;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2{
  font-size:28px;
  line-height:51px;
  font-weight:500;
  letter-spacing:-1px;
  margin: 25px 0px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section img{
  margin:40px 0 55px;
  height:auto;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section iframe{
  margin:14px 0 50px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3{
  font-size:24px;
  line-height:51px;
  font-weight:500;
  letter-spacing:-.9px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h6{
  font-size:14px;
  line-height:31px;
  font-weight:700;
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5{
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  max-width: 690px;
  margin: 45px auto;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 30px 50px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h4:first-child::first-letter { 
  font-size: 74px;
  color: #ff0d5e;
  line-height: 66px;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}


.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section hr{
  border: 0;
  margin: 60px 0;
  border-bottom: 2px solid #979090;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog #hubspot-author_data{
  display: block;
  overflow: hidden;
  border-top: 2px solid #979090;
  margin-top: 60px;
  padding-left: 50px;
  padding-top: 70px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .author-bio{
  color:#616161;
  font-size:16px;
  line-height:26px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2{
  text-align: left;
  padding-left:16px;
  position:relative;
  margin-top:8px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span10{
  padding-left:16px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2:before{
  position:absolute;
  content:'';
  border-left:3px solid #ff0d5e;
  top:0;
  left:-12px;
  bottom:0;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2 img{
  width:100%;
  max-width:100%;
  margin:0;
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta{
  margin-bottom:20px;
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta a{
  font-size:19px;
  line-height:25px;
  font-weight:400;
  padding-left:36px;
  position:relative
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta a:before{
  position: absolute;
  left: 0;
  width: 20px;
  content: '←';
  top: -2px;
}

.hs-blog-post.dreampack-01-blog .row-fluid .post-bottom-cta .wrapper{
  max-width:810px;
}

.hs-blog-post.dreampack-01-blog .post-bottom-cta {
  padding:40px 0 115px;
}

.hs-blog-post.dreampack-01-blog .row-fluid .widget-type-blog_comments {
  width: 100%;
  max-width: 780px;
  margin: 80px auto 20px;
  float: none;
}





/**********************RELATED POST*****************************/



.dreampack-01-blog .related-post-section{
  padding:100px 0;
  border-bottom:1px solid #e7e7e7;
}

.dreampack-01-blog .related-post-section .section-heading{
  margin-bottom:40px;
}








@media (max-width:1024px){

  .dreampack-01-blog .blog-main-container .sharing-icon {
    margin-top: 0;
    top: 0;
    right: 0;
    width:auto;
  }    

  .dreampack-01-blog .related-post-section{
    padding:70px 0;
  }

  .dreampack-01-blog .related-post-section .section-heading{
    margin-bottom:40px;
  }        

}



@media (max-width:767px){



  .hs-blog-post.dreampack-01-blog  .blog-section h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .hs-blog-post.dreampack-01-blog  .blog-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0px;
  }

  .hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p,
  .hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section li {
    font-size: 16px;
    line-height: 26px;
  }

  .hs-blog-post.dreampack-01-blog  .blog-section img {
    margin: 10px 0 25px;
  }

  .hs-blog-post.dreampack-01-blog  .blog-section h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 30px auto;
    padding: 20px 20px;
  }

  .dreampack-01-blog blockquote {
    font-size: 18px;
    padding-left: 17px;
    margin-top: 35px;
    margin-bottom: 30px;
    line-height: 26px;
    padding: 25px 0 24px 20px;
    margin-left: 0;
  }

  .dreampack-01-blog .body-container-wrapper ul {
    margin: 20px 0;
    margin-left: 14px;
  }

  .dreampack-01-blog .body-container-wrapper ol {
    margin: 36px 0 30px 30px;
  }

  .hs-blog-post.dreampack-01-blog .blog-section h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .hs-blog-post.dreampack-01-blog #hubspot-author_data {
    margin-top: 30px;
    padding-left: 0;
    padding-top: 30px;
  }

  .hs-blog-post.dreampack-01-blog #hubspot-author_data .span2:before {
    left: 0;
  }

  .hs-blog-post.dreampack-01-blog #hubspot-author_data .span2 {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .hs-blog-post.dreampack-01-blog #hubspot-author_data .span10 {
    padding-left: 0;
  }

  .hs-blog-post.dreampack-01-blog .post-bottom-cta {
    padding: 0 0 35px;
  }

  .dreampack-01-blog .body-container-wrapper li {
    font-size: 16px;
    line-height: 24px;
  }

  .dreampack-01-blog .body-container-wrapper li {
    font-size: 16px;
    line-height: 24px;
  }    

  body.dreampack-01-blog .row-fluid .single-post-hero .bg-container {
    max-width: 280px;
    height: 280px;
  }

  .dreampack-01-blog .single-post-hero {
    padding: 75px 0 0px;
    border: 0;
  }

  .dreampack-01-blog .related-post-section{
    padding:50px 0;
  }

  .dreampack-01-blog .related-post-section .section-heading{
    margin-bottom:30px;
  }           

  .dreampack-01-blog .single-post-hero .post-data-container {
    padding: 35px 0 30px;
    padding-right: 30px;
  }


  .hs-blog-post.dreampack-01-blog.dreampack-01-blog #hubspot-author_data{
    padding-left: 0;
    padding-top: 50px;
  }


}






/*********************************************************
*********************LP HERO SECTION***********************
*********************************************************/


.dreampack-free-lp-hero{
  background:#ff0d5e;
  position:relative;
  z-index:1;
  padding-bottom:20px;
}

.dreampack-free-lp-hero:before{
  position: absolute;
  content: '';
  bottom: -150px;
  left: -50%;
  right: 0;
  height: 380px;
  z-index: -1;
  background: #ff0d5e;
  width: 200%;
  transform: rotate(8deg);
}


.dreampack-free-lp-hero .left-col{
  margin-top:80px;
  padding-right:50px;
}

.dreampack-free-lp-section-1{
  padding-top:240px;
  position:relative;
  z-index:2;
}

.dreampack-free-lp-section-1 p, 
.dreampack-free-lp-section-1 li {
  color: #616161;
  font-size: 19px;
  line-height: 31px;
  letter-spacing: 0;
  font-weight:300;
}

.dreampack-free-lp-section-1 h4{
  font-weight: 600;
  letter-spacing: 0;
}

.dreampack-free-lp-section-1 form{
  margin-top:30px;
}

.dreampack-free-lp-section-1 form input,
.dreampack-free-lp-section-1 form select,
.dreampack-free-lp-section-1 form textarea{
  border:0;
}

.dreampack-free-lp-section-1 .row-fluid .hs-button{
  padding-right:0;
  padding-left:0;
  width:100%;
}

body .dreampack-free-lp-section-1 .row-fluid .form-container{
  background: #f6f8f9;
  padding: 110px 45px;
  border-radius: 4px;
  width: 100%;
  max-width: 450px;
  float: right;
  margin-top: -170px;
}



@media (max-width:1024px){

  .dreampack-free-lp-hero .left-col {
    padding-right: 0;
  }   


}


@media (max-width:767px){

  .dreampack-free-lp-hero {
    padding-bottom: 20px;
    padding-top: 20px;
  }    

  .dreampack-free-lp-hero .right-col {
    margin-top:20px;
  }

  .dreampack-free-lp-hero .left-col {
    margin-top: 0px;
  }

  .dreampack-free-lp-hero:before {
    bottom: -30px;
  }

  .dreampack-free-lp-section-1 {
    padding-top: 100px;
  }

  .dreampack-free-lp-section-1 p, 
  .dreampack-free-lp-section-1 li {
    font-size: 16px;
    line-height: 24px;
  }

  body .dreampack-free-lp-section-1 .row-fluid .form-container {
    padding: 30px 18px;
    margin-top: 0;
  }
}

/*@-ms-viewport {*/
/*  width: device-width;*/
/*}*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/** Added by Michelle Koopmans **/

.feature-bg{
  margin-bottom: 15px;
}


/*=========== AE-January18-Home -Redesign-Nov18 V2 (09-12-2019) ============*/
.fl100 { width:100%; float:left; }

/* Header Section */
.row-fluid .header_section { padding: 15px 0 0; background-color: #fff; border-bottom: 1px solid #fff; position:relative;}
.row-fluid .header_section  { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; transition:all .4s; }
.row-fluid .header_section.headerfixed { box-shadow: 0px 0px 14px -3px black; }
.stickey_header .body-container-wrapper { margin-top:96px; }
.row-fluid .header_section .header-logo { width: 190px; float: left; }
.row-fluid .header_section .menu-wrap { width: calc(100% - 190px); float: left; margin: 0; padding-left: 97px; line-height: 0px; }
.row-fluid .header_section .header-logo img { width: 190px !important; height: auto; }
.row-fluid .header_section .menu_style .hs-menu-flow-horizontal { line-height: 0px; }
.row-fluid .header_section .menu_style { padding: 10px 0 0; display: inline-block; width: calc(50% - 88px); float: left; }
.row-fluid .header_section .menu_style ul li { line-height: 0px; }
.row-fluid .header_section .menu_style ul li.back { display: none; }
.row-fluid .header_section .menu_style ul li.hs-menu-depth-1 { padding-bottom: 44px; }
.row-fluid .header_section .menu_style ul li a { font-size: 16px; line-height: 26px; padding: 0px 10px; }
.row-fluid .header_section .menu_style ul li.hs-item-has-children > a:after { font-family: FontAwesome; position: absolute; content: "\f107"; right: 0px; top: 2px; text-align: center; font-weight: 300; font-size: 14px; color: #000; }
.row-fluid .header_section .menu_style.menu-2 { text-align: right; margin: 0px; }
.row-fluid .header_section .menu_style ul li.hs-item-has-children { position: relative; }
.row-fluid .header_section .menu_style ul li.hs-item-has-children ul.hs-menu-children-wrapper { top: 100%; min-width: 200px; }
.row-fluid .header_section .menu_style ul li ul { background-color: #fff; box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.2); }
.row-fluid .header_section .menu_style ul li ul li a { padding-top: 10px; padding-bottom: 10px; }
.row-fluid .header_section .language-switcher { width: 90px; float: right; height: auto; margin-left: 60px; }
.row-fluid .header_section .header_social_wrap { width: 100%; display:none; float: left; margin: 0; padding: 24px 15px 15px; }
.row-fluid .header_section .header_social_wrap ul.header_social { margin: 0; padding: 0; }
.row-fluid .header_section .header_social_wrap ul.header_social li { width: auto; float: none; display: inline-block; padding: 0 8px 0 0; border: 0px; }
.row-fluid .header_section .header_social_wrap ul.header_social li a { padding: 0px; margin: 0px; font-size: 35px; line-height: 1.7; }
.desk_switcher ul li a#lang-change {line-height: 26px;}


/* Error Page */
.row-fluid .error-hero { height: calc(100vh - 261px); display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; }


















@media (max-width:1619px){
  /* Header Section */
  .row-fluid .header_section .menu-wrap { padding-left: 30px; }
  .row-fluid .header_section .language-switcher { margin-left:30px; }
}

@media (max-width:1429px){
  /* Header Section */
  .row-fluid .header_section .menu_style { width: calc(50% - 60px); }
  .row-fluid .header_section .menu_style ul li a { font-size: 15px;  padding: 0 8px; }
  .row-fluid .header_section .menu_style ul li.hs-item-has-children > a:after { font-size: 12px; right: -1px; }
}

@media(min-width:1200px){
  /* Header Section */
  .row-fluid .header_section .menu_style ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: 100%; }
  .row-fluid .header_section .wrapper { max-width:1873px; }
  .row-fluid .header_section .menu-2,
  .row-fluid .header_section .language-switcher { display:block; }
  .row-fluid .header_section .mainmenu .menu-2,
  .row-fluid .header_section .mainmenu .language-switcher { display:none; }
  .row-fluid .header_section .menu_style ul li.hs-item-has-children > a { position: relative; }
  .row-fluid .header_section .menu_style ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper { display: grid !important; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr 1fr 1fr; grid-auto-flow: column; padding: 10px 5px; margin-top: -44px;}
  .row-fluid .header_section .menu_style ul li.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2 { min-width: 185px; }
  .row-fluid .header_section .menu_style ul li.hs-menu-depth-1.hs-item-has-children  ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2 a { font-size: 14px; padding: 6px 10px; }
  .row-fluid .header_section #language-switch.mobile_switcher  { display:none; }
}

@media(max-width:1199px){
   
   
   
  .mainmenu, .mainmenu *{display: block;float: none;position: static;top: auto;right: auto;left: auto;bottom: auto;padding: 0px;margin: 0px;background-image: none;background-color: transparent;
    border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; max-width: none;width: 100%;height: auto;
    line-height: 1; font-weight: normal;text-decoration: none;text-indent: 0px;text-align: left;color: #fff; box-sizing: border-box; }
  a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 50%; transform:translateY(-50%); right: 15px; width: 49px; height: 44px; padding: 12px 10px;
    /*z-index: 99999999999;*/ -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
    border-radius: 6px; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in; box-sizing: border-box;}
  a.mobile-trigger:hover { text-decoration: none; color: #fff;}
  a.mobile-trigger span{ display: inline;}
  a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }
  a.mobile-trigger span:after{ position: relative; right: 2px; content: 'Close'; 
    background-color: #3c455c; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }

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

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

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

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

  /* Menu Styles on Mobile Devices */ 
  /*   .mainmenu.js-enabled .hs-menu-children-wrapper{ display: none;}  */
  .mainmenu ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; /*display: none;*/}
  .mainmenu.js-enabled .hs-menu-flow-horizontal{ position: absolute; top: 0px; right: 0px; width: 400px; /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65); -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);*/ background:#ff0d5e;}
  .mainmenu .hs-menu-flow-horizontal{ padding: 74px 0 0 0; height: 100vh; overflow-y: scroll; background-color: #3c455c; width: 100%; z-index: 8888;}
  /*   .mainmenu .hs-menu-flow-horizontal > ul > li{ position: relative;} */
  .mainmenu .hs-menu-flow-horizontal > ul { height:100vh; }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{ font-size: 17px; line-height: 45px; overflow: visible;  }
  .mainmenu .hs-menu-flow-horizontal ul li{ border-top: 1px dotted rgba(255, 255, 255, .35); width:100%; float:left !important; }
  .mainmenu .hs-menu-flow-horizontal ul li a{ padding: 0 10px;}
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{ color: #fff; }
  .row-fluid .header_section .menu_style ul li.hs-menu-depth-1 { padding: 0 0; }
  .row-fluid .header_section .menu_style ul li.back { display: block; }
  .row-fluid .header_section .menu_style .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-depth-1 ul.hs-menu-children-wrapper li a { max-width: 100% !important; width: 100% !important; }
  .row-fluid .header_section .menu_style ul li a { color: #fff !important; width: 100%; float: left; max-width: 100%; padding: 10px 15px; position:relative; }
  .row-fluid .header_section .menu_style ul li.hs-item-has-children > a:after { display:none; }
  .row-fluid .header_section .menu_style ul > li.hs-item-has-children > a { padding-right: 50px; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal { position: fixed; top: 0; right:-400px; z-index:99999; transition:all .4s; }
  .mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { right:0px; display: flex; flex-wrap: wrap; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal a.mobile_close { position: absolute; top: 10px; right: 7px; width: 49px; height: 44px; padding: 12px 10px; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal a.mobile_close i { position: relative; top: 8px; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal a.mobile_close i:before, .mainmenu.js-enabled .hs-menu-flow-horizontal a.mobile_close i:after { content: ''; width: 29px; height: 4px; border-radius: 10px; background-color: #fff; display: inline-block; position: absolute; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal a.mobile_close i:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .mainmenu.js-enabled .hs-menu-flow-horizontal a.mobile_close i:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  .row-fluid .header_section .menu_style .hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper { position: absolute !important; top: 74px; z-index: 99; background-color: #23aed5; width: 100%; height: 100%; left:100%; transition: all .4s; }
  .row-fluid .header_section .menu_style .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 {  z-index: 100; left:100%; }
  .row-fluid .header_section .menu_style .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.submenu_open { left:0;}
  .row-fluid .header_section .menu_style .hs-menu-flow-horizontal ul li.hs-item-has-children > ul.hs-menu-children-wrapper.submenu_open { left: 0 !important;  }
  .row-fluid .header_section .mainmenu .header_social_wrap { display:block; border-top: 1px dotted rgba(255, 255, 255, .35); padding: 20px 15px 17px; }
  .row-fluid .language-switcher { display:none; }
  body.mobile-open { position: relative; overflow: hidden; }
}

@media (max-width:1199px){
  /* Header Section */
  .row-fluid .header_section { padding:14px 0; }
  a.menu_overlay { position: fixed; width:100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index:1; top: 0; left: 0; bottom: 0; right: 0; transition: all .4s; opacity: 0; visibility: hidden; }
  .mobile-open a.menu_overlay { opacity: 1; visibility: visible; }
  .row-fluid .header_section .menu_style ul li.hs-item-has-children { position:unset; }
  .row-fluid .header_section .menu_style ul li.hs-item-has-children ul.hs-menu-children-wrapper { box-shadow: none; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul .back { position: relative; cursor:pointer; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul .back a { width: 100% !important; float: left; text-indent: 0px; }
  .row-fluid .header_section .mainmenu .hs-menu-flow-horizontal ul .back a i { width: auto; font-size: 17px; margin-right: 5px; }
  .row-fluid .header_section .menu-2 { display:none; }
  .row-fluid .header_section .mainmenu .menu-2 { display:block; }
  .row-fluid .header_section .header-logo img { width:178px !important; }
  .row-fluid .header_section .mainmenu .header_social_wrap ul.header_social #language-switch.mobile_switcher { display: none; } 
  .row-fluid .header_section .mainmenu #language-switch.mobile_switcher { position: relative; width: 100%; float:left; color: #999; border-top: 1px dotted rgba(255, 255, 255, .35); }
  .row-fluid .header_section .mainmenu #language-switch.mobile_switcher a { width: auto; padding: 0px; }
  .mainmenu .hs-menu-flow-horizontal { padding-top: 71px; }
  .row-fluid .header_section .menu_style .hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper { top: 71px; }
  .stickey_header .body-container-wrapper { margin-top: 71px; }
}

@media (max-width:991px){
  /*   Header Section */
  .row-fluid .header_section .header-logo img { width:142px !important; }
  .mainmenu .hs-menu-flow-horizontal { padding-top: 62px; }
  .row-fluid .header_section .menu_style .hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper { top: 62px; }
  .stickey_header .body-container-wrapper { margin-top: 63px; }
}

@media (max-width:767px){
  /* Header Section */
  .mainmenu .hs-menu-flow-horizontal { padding-top: 62px; }
  .row-fluid .header_section .menu_style .hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper { top: 62px; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal { width: 300px; right: -300px; }
  .row-fluid .header_section .header-logo img { width:140px !important; }
  .stickey_header .body-container-wrapper { margin-top: 62px; }

  .error-template .row-fluid .footer { position:relative; }

}

  /* Support Testing */
.testing {
text-decoration: #fff!important;
}

