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


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

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

/*------------------------------------------------------------ Font Family ------------------------------------------------------------------*/
  /*Pertains to any headers*/
 /*Pertains to everything other than headers: sub headers, links, paragraphs, spans, etc.*/





/*Index Page Auto Slider*/

@media(max-width: 1430px) {
  a[href="https://us.constructiononline.com/construction-software-free-trial"], a[href="/construction-software-free-trial"], a[href="/constructiononline-free-trial"] {
    display: none !important;
  }
}
/*@media(min-width: 1430px) {
.tour-demo-button {
display: none !important;
}
}*/

@media screen and (min-width: 1285px) {
  .horizontal-padding-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.splashPlayButton ._3YJS5 {
  background-color: rgb(0, 0, 0, .8) !important;
}
.colored-text {
  color: #fcae57;
}
#scrolls-top {
  display: none !important;
}
.icon-span img {
  height: 30px;
}
/******** Show/Hide Desktop and Mobile Images ********/
@media (min-width: 769px) {
  .desktop-image {
    display: initial !important;
  }
  .mobile-image {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .desktop-image {
    display: none !important;
  }
  .mobile-image {
    display: initial !important;
  }
}
/*******  *********/

img.lazy {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
}
body{
  padding:0;
  font-size: 16px ;
  line-height: 1.4;
  /*overflow-x:initial;*/
  overflow:hidden;
  width:100%;
  background: #fff ;
  margin: 0 auto; 
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto !important;
  font-display: optional;
}
/*.legal-consent-container p, .legal-consent-container span {
color: #000000 !important;
}*/
.pointer, .calendar-modal-launch {
  cursor: pointer;
}
h2 {
  font-weight: bold;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  z-index: 99999 !important;
}

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

}

span.secondary-header {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
}

/***********Use the following classes to set the font-famil and font-weight of text elements**************/
.montserrat {
  font-family: 'Montserrat', sans-serif !important;
}
.montserrat-medium {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
.montserrat-bold {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
}
.raleway {
  font-family: 'Raleway', sans-serif !important;
}
.raleway-medium {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500 !important;
}
.raleway-bold {
  font-family: 'Raleway', sans-serif !important;
  font-weight: bold !important;
}
input[type="checkbox"] {
  width: 3px !important;
  padding: 6px !important;
  height: 3px !important;
}
/**********************Overwriting Google's ReCaptcha css rules*******************************************/
.hs_recaptcha {
  transform:scale(0.75);
  -webkit-transform:scale(0.75);
  transform-origin:1 0;
  -webkit-transform-origin:1 0;
  padding-top:10px;
}

.hs_recaptcha .grecaptcha-badge {
  margin: 0 auto; 
}

/*********************************************************************************************************/

.section.post-body h1 {
  font-weight: 400;
  font-size: 48px;
  border-bottom: 4px solid #e28400;
  width: fit-content;
  margin-bottom: 15px !important;
}

p, a {
  text-transform:initial;
  font-family: 'Montserrat', sans-serif;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
  color:#000;
}

p, a {
  text-transform:initial;
  padding:0;
  text-decoration:none;
  color:#000;
}

h1,h2,h3,h4,h5,h6 {
  color: #45474d;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.hs_cos_wrapper_type_header {
  text-align: center;
}
html.no-js.mobile-open-html {
  overflow: hidden !important;
  position: fixed;
}
.body-container-wrapper ul,.body-container-wrapper li{
  margin-bottom:15px;
}
a{
  margin-bottom:0;
}

h1{
  letter-spacing: .2px;
  font-family: 'Raleway', sans-serif;
}

h2{
  font-size: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h3{
  font-size: 30px;
  color: white;
}

h4{
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 42px;
}

h4 strong {
  font-weight: bold;
}

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

h6{
  font-size:12px;
}

sup {
  font-size: 50%;
  text-decoration: none !Important;
}
.hs_nav sup {
  font-size: 80%;
}
sup.dollar-sign {
  vertical-align: text-top;
}
.slight-tb-padding {
  padding-top: 20px; padding-bottom: 20px;
}
p,
.body-container-wrapper li {
  font-size: .9em;
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto !important;
}

p strong {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.success-quo p {
  font-size: 40px !important;
  line-height: 1.5 !important;
  color: #d89209 !important;
  font-family: 'Raleway', sans-serif;
}

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

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

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


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

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

blockquote {
  margin: 0;
  font-size: 28px !important;
  color: #d89209;
  text-align: center;
  font-weight: normal;
  padding: 20px 50px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
/*//
blockquote:before{
position: absolute;
content: '';
left: 50px;
top: 10px;
background: url(https://2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/DreamPack/A6D95550-9432-4D7A-B13B-5AB4E2E9B743.png) no-repeat;
width: 30px;
height: 30px;
} //*/

.globe_class p:after {
  content: "\f0d7";
  font-family: 'Font Awesome 6 Solid' !important;
  padding-left: 10px;
  vertical-align: top;
}

.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: normal;
  cursor: pointer;
  font-family: 'Raleway', 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: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:0;
  background:#d89209;
}

body a.cta_button[title],
body .container-fluid .row-fluid .trial-form .hs-button{ 
  font-size: 16px;
  line-height: 18px;
  padding:16px 50px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 1px;
  color:#fff;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border-radius:5px;
  background: #6DA226;
  border: 1px #6DA226 solid;
  min-width: 210px;
}

body a.cta_button[title],
body .container-fluid .row-fluid .trial-form2 .hs-button{ 
  font-size: 16px;
  line-height: 18px;
  padding:16px 50px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Montserrat', 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: #e08330;

}
/* Start: Add padding top for index page slider */
@media(min-width: 1130px) {
  .firstPageSection {
    padding-top: 7% !important;
  }
}
@media(max-width: 1130px) and (min-width: 888px) {
  .firstPageSection {
    padding-top: 9% !important;
  }
}
@media(max-width: 888px) and (min-width: 580px) {
  .firstPageSection {
    padding-top: 13% !important;
  }
}
@media(max-width: 580px) {
  .firstPageSection {
    padding-top: 19% !important;
  }
}
/* End: Add padding top for index page slider */

/* Start: Add padding top for pages with Hero banner */
@media(min-width: 1130px) {
  .firstPageSectionHero {
    padding-top: 10% !important;
  }
}
@media(max-width: 1130px) {
  .firstPageSectionHero {
    padding-top: 14% !important;
  }
}
@media(max-width: 450px) {
  .firstPageSectionHero {
    padding-top: 23% !important;
  }
}
/* End: Add padding top for pages with Hero banner */

/* End: Add padding top for pages with News bar */
@media(min-width: 1130px) {
  .firstPageSectionNews {
    padding-top: 8% !important;
  }
}
@media(max-width: 1130px) and (min-width: 800px) {
  .firstPageSectionNews {
    padding-top: 12% !important;
  }
}
@media(max-width: 800px) {
  .firstPageSectionNews {
    padding-top: 15% !important;
  }
}
/* End: Add padding top for pages with News bar */

.learn-more-arrow {
  color: #64cef6;
  margin: auto;
  margin-top: 20px;
  font-size: 16px;
  display: block !important;
  place-items: center;
  font-weight: 500;
  grid-gap: 8px;
  display: block;
}
.learn-more-arrow .fa-long-arrow-alt-right {
  margin-left: 5px;
  display: inline;
}
/********** BUTTON STYLES: Use the following button template for the below styling: *************/
/* <a class="white-blue-button button-container" href="URL">BUTTON_TEXT</a> */
.canadian-blue-button {
  background: #0b205b;
  color: #ffffff !important;
  margin: auto;
  transition: all .3s;
  border: 1px solid #4d70d0;
}
.canadian-blue-button:hover {
  transition: all .3s;
  opacity: .7;
}
.basics-blue-button {
  background: #0072C3;
  color: #ffffff !important;
  margin: auto;
  transition: all .3s;
  border: 1px solid #0072C3;
}
.basics-blue-button:hover {
  transition: all .3s;
  opacity: .7;
}
.white-blue-button {
  background: #ffffff;
  color: #346e94;
  margin: auto;
  transition: all .3s;
  border: 1px solid #ffffff;
} 
.white-blue-button:hover {
  transition: all .3s;
  opacity: .7;
}
.purple-white-button {
  background: #5C0181;
  color: #ffffff;
  margin: auto;
  transition: all .3s;
  border: 1px solid #5C0181;
} 
.purple-white-button:hover {
  transition: all .3s;
  opacity: .7;
}
.white-blue-border-button {
  background: #ffffff;
  color: #246689;
  margin: auto;
  transition: all .3s;
  border: 1px solid #246689;
} 
.white-blue-border-button:hover {
  transition: all .3s;
  opacity: .7;
}
.orange-white-button, .tour-button {
  background: #DE7C11;
  color: #ffffff;
  margin: auto;
  transition: all .3s;
  border: 1px solid #DE7C11;
}
.orange-white-button:hover, .tour-button:hover {
  transition: all .3s;
  opacity: .7;
}

.dark-green-white-button {
  background: #2b6f0a;
  color: #ffffff;
  margin: auto;
  transition: all .3s;
  border: 1px solid #2b6f0a;
}
.dark-green-white-button:hover {
  transition: all .3s;
  opacity: .7;
}

.black-white-button {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  transition: all .3s;
}
.black-white-button:hover {
  background: #ffffff;
  color: #000000 !important;
  transition: all .3s;
}

.white-black-button {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  transition: all .3s;
}
.white-black-button:hover {
  transition: all .3s;
  opacity: .7;
}

.cyan-white-button {
  background: #2A89AD;
  color: #ffffff;
  margin: auto;
  transition: all .3s;
  border: 1px solid #2A89AD;
} 
.cyan-white-button:hover {
  transition: all .3s;
  opacity: .7;
}

.cyan-white-2-button {
  background: #3FA4E3;
  color: #ffffff;
  margin: auto;
  transition: all .3s;
  border: 1px solid #3FA4E3;
  font-weight: bold;
} 
.cyan-white-2-button:hover {
  transition: all .3s;
  opacity: .7;
}

.white-cyan-2-button {
  background: #ffffff;
  color: #2389C9;
  margin: auto;
  transition: all .3s;
  border: 1px solid #2389C9;
  font-weight: bold;
}

.white-cyan-2-button:hover {
  transition: all .3s;
  opacity: .7;
}

.blue-white-button {
  background: #0072C3;
  color: #ffffff;
  margin: auto;
  transition: all .3s;
  border: 1px solid #0072C3;
} 
.blue-white-button:hover {
  transition: all .3s;
  opacity: .7;
}

.dark-gray-white-button {
  background: #2A292B;
  color: #ffffff;
  margin: auto;
  transition: all .3s;
  border: 1px solid #2A292B;
} 
.dark-gray-white-button:hover {
  transition: all .3s;
  opacity: .7;
}

.light-grey-white-button {
  background: #83888E;
  color: #ffffff;
  margin: auto;
  transition: all .3s;
  border: 1px solid #83888E;
} 
.light-grey-white-button:hover {
  transition: all .3s;
  opacity: .7;
}

.transparent-button-white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all .3s;
}

.transparent-button-blue {
  background: transparent;
  border: 1px solid #ffffff;
  color: #3DD6F2;
  transition: all .3s;
}
.transparent-button-blue:hover {
  transition: all .3s;
  opacity: .7;
}

.transparent-button-white-no-border {
  background: transparent;
  color: #ffffff;
}

.transparent-button-white:hover {
  transition: all .3s;
  opacity: .7;
}

.button-container .fas.fa-long-arrow-alt-right:before {
  margin-left: 10px;
  font-size: 25px;
  border-radius: 5px;
}
.button-container, .tour-button, .learn-more-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  border-radius: 6px;
  padding: 10px 25px;
  font-weight: 600;
  max-width: 300px;
  min-width: 100px;
  margin: auto;
  font-size: 16px;
  text-align: center;
}
.button-container, .tour-button {
  min-width: 248px;
}
.hs-button-container {
  display:flex;
  justify-content: center;
}
.hs-learn-more-button {
  display: flex;
  justify-content: center;
  background-color: #e57b1d;
  height: 57px;
  border-radius: 6px;
  border-width: 0px;
  border: 2px solid #fff;
  transition: all .5s;
}
.hs-learn-more-button:hover {
  cursor: pointer;
}
.hs-button-text {
  font-size: 21px;
  color: #ffffff;
  padding: 10px 25px;
  text-align: center;
  margin: auto;
}
.green-white-button {
  background-color: #67a125;
  color: #ffffff;
  border: 2px solid  #ffffff;
  transition: all .3s;
}
.green-white-button:hover {
  background: #ffffff;
  border: 2px solid  #67a125;
  color: #67a125 !important;
  transition: all .3s;
}
.green-white-button:hover .hs-button-text {
  color: #67a125 !important;
}
@media(max-width: 456px) {
  .hs-button-text {
    font-size: 14px;
  }
}

.learn-more-arrow {
  color: #64cef6 !important;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  max-width: initial;
}
/****************************************************************************/

.invert {
  background: #2a292b;
  background-size: cover; 
  border-top: 1px solid #cbd6e2; 
  min-height: 400px;
}

.invert h1, .invert .secondary-header {
  color: white !important;
}

.color-header h2 {
  color: white; 
}

.section-header h2{
  font-size: 35px;
}

.color-header h1 {
  color: white; 
}

.hs_feature_paragraph.right.color p, .hs_feature_paragraph.right.color span{
  color: white !important;
}

.hs_feature_paragraph.left.color p, .hs_feature_paragraph.left.color span{
  color: white !important;
}

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 Pro;
  padding-left: 6px;
}   

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

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

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

.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:#d89209;
}

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

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

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

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

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



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

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


q {
  color: white;
  font-weight: 700; 
  font-size: 32px;
  line-height: 1.4;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center !Important;
}

cite {
  color: white;
  text-align: center;
  display: block;
  padding-top: 20px;
  padding-bottom: 30px;
}




/*------------------------------------------------------------ Centering ------------------------------------------------------------------*/




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



.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1600;
  margin: 0 auto;
}


.centered,
.centered-small,
.centered-smaller,
.container-fluid .row-fluid .centered,
.container-fluid .row-fluid .centered-small,
.container-fluid .row-fluid .centered-smaller  {
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 3%;
  padding-right: 3%;
}
}

@media (max-width: 1000px) {
  .centered-smaller {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.centered,
.container-fluid .row-fluid .centered {
  max-width: 1640px;
}

.centered-small,
.container-fluid .row-fluid .centered-small {
  max-width: 1400px;
  /* with default value (1200) is 960px */
}

.centered-smaller,
.container-fluid .row-fluid .centered-smaller {
  max-width: 1200px;
  /* with default value (1200) is 800px */
}

.centered-300,
.centered-400,
.centered-500,
.centered-600,
.centered-700,
.centered-800,
.centered-900,
.centered-1000,
.centered-1100,
.centered-1200,
.centered-1300,
.centered-1400,
.centered-1500,
.centered-1600,
.container-fluid .row-fluid .span12.centered-300,
.container-fluid .row-fluid .span12.centered-400,
.container-fluid .row-fluid .span12.centered-500,
.container-fluid .row-fluid .span12.centered-600,
.container-fluid .row-fluid .span12.centered-700,
.container-fluid .row-fluid .span12.centered-800,
.container-fluid .row-fluid .span12.centered-900,
.container-fluid .row-fluid .span12.centered-1000,
.container-fluid .row-fluid .span12.centered-1100,
.container-fluid .row-fluid .span12.centered-1200,
.container-fluid .row-fluid .span12.centered-1300,
.container-fluid .row-fluid .span12.centered-1400,
.container-fluid .row-fluid .span12.centered-1500,
.container-fluid .row-fluid .span12.centered-1600 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
}

.centered-300,
.container-fluid .row-fluid .span12.centered-300 {
  max-width: 340px;
}

.centered-400,
.container-fluid .row-fluid .span12.centered-400 {
  max-width: 440px;
}

.centered-500,
.container-fluid .row-fluid .span12.centered-500 {
  max-width: 540px;
}

.centered-600,
.container-fluid .row-fluid .span12.centered-600 {
  max-width: 640px;
}

.centered-700,
.container-fluid .row-fluid .span12.centered-700 {
  max-width: 740px;
}

.centered-800,
.container-fluid .row-fluid .span12.centered-800 {
  max-width: 840px;
}

.centered-900,
.container-fluid .row-fluid .span12.centered-900 {
  max-width: 940px;
}

.centered-1000,
.container-fluid .row-fluid .span12.centered-1000 {
  max-width: 1040px;
}

.centered-1100,
.container-fluid .row-fluid .span12.centered-1100 {
  max-width: 1140px;
}

.centered-1200,
.container-fluid .row-fluid .span12.centered-1200 {
  max-width: 1240px;
}

.centered-1300,
.container-fluid .row-fluid .span12.centered-1300 {
  max-width: 1340px;
}

.centered-1400,
.container-fluid .row-fluid .span12.centered-1400 {
  max-width: 1440px;
}

.centered-1500,
.container-fluid .row-fluid .span12.centered-1500 {
  max-width: 1540px;
}

.centered-1600,
.container-fluid .row-fluid .span12.centered-1600 {
  max-width: 1640px;
}



/*------------------------------------------------------------ 3 Column Adjustments ------------------------------------------------------------------*/

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

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





.more-link-hero {
  color: white !important;
  font-size: 20px !important;
  border: 2px solid white;
  padding: 10px 60px;
  margin-top:
}

.more-link-hero:hover {
  color: #d89209 !important;
  font-size: 20px !important;
  border: 2px solid white;
  padding: 10px 60px;
  margin-top:
    background: white !important;
  border: 2px solid #d89209;
}




/*------------------------------------------------------------ 4 Column Adjustments ------------------------------------------------------------------*/

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







/*------------------------------------------------------------ HubSpot 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,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 40px;
  font-family:'Montserrat', sans-serif;
  /*color:#d89209;*/
  color:#000000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .2px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 3px;
  background: #fff;
  padding: 10px 20px;
  font-weight: normal;
  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 #d89209;
  color:#d89209;
}

.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: normal;
  display: block;
  margin-bottom: 13px;
  color: #72808e;
  font-family: 'Montserrat', sans-serif;
}

.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: normal;
  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(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}






.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: 0;
  left: 0;
  border: 3px solid #d89209;
  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: #d89209;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}

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-left: 14px !important;
}


/*------------------------------------------------------------ Default Header Styling ------------------------------------------------------------------*/


p.secondary-header {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-top: 15px;
  font-size: 20px!Important;
  text-align: center;
}

.page-header.section-header h1 {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 35px !Important;
  font-family: 'Raleway', sans-serif;
}

.dp22-header{
  background:#fff;
  padding: 28px 0 12px;
}

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

.dp22-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 2px 40px 14px 0;
  color:#000;
  max-width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: initial !important;
}
.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:5px 0;
}

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

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:right;
}

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






.more-link {
  color: black !important;
  font-size: 14px !Important;
  font-weight: 700;
}



/*------------------------------------------------------------ Hero Section ------------------------------------------------------------------*/




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

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

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


/*------------------------------------------------------------ Universal CTA Buttons ------------------------------------------------------------------*/


.cta-standard {
  font-size: 15px;
  background: #000;
  width: fit-content;
  width: -moz-fit-content;
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
  border: 2px solid #fff;
  text-transform: uppercase;
}

.cta-standard:hover {
  background: #fff;
  border: 2px solid #000;
}

.cta-standard:hover a {
  color: #000;
}

.cta-standard a {
  padding: 0 100px;
  color: #fff;
  text-transform: uppercase;
}

/*------------------------------------------------------------ Client Logos ------------------------------------------------------------------*/

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



/*------------------------------------------------------------ Plans & Pricing ------------------------------------------------------------------*/

.plans_features {
  font-size: 16px !important; 
}


/*------------------------------------------------------------ Sliders ------------------------------------------------------------------*/

.uni-slider {
  max-height: 600px;
  overflow:hidden; 
}
.uni-slider .hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  border-radius: 0px;
  min-height: 220px;
  position: relative;
  bottom: 220px;
}
.uni-slider .hs_cos_flex-slider .hs_cos_flex-slides img[title=builders_header_1] {
  width: 100%;
  display: block;
  border-radius: 0px;
  min-height: 220px;
  position: relative;
  bottom: 92px;
}
@media(max-width: 1620px) {
  .uni-slider .hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 100%;
    display: block;
    border-radius: 0px;
    position: block;
    bottom: auto;
    min-height: 350px;
    background-size: cover;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }
  .uni-slider .hs_cos_flex-slider .hs_cos_flex-slides img[title=builders_header_1] {
    width: 100%;
    display: block;
    border-radius: 0px;
    position: block;
    bottom: auto;
    min-height: 350px;
    background-size: cover;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }
}
.uni-slider h4 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.uni-slider ul {
  margin: 0; 
}

.uni-slider h1 {
  color: #fff;
  font-family: 'Raleway', sans-serif; 
  padding-bottom: 20px;
  line-height: 60px;
  font-size: 55px;
}
.uni-slider h1 span {
  color: #ff9e16;
}

.uni-slider .hs_cos_flex-slider .superimpose .caption {
  text-align: center; 
  height: fit-content;
  top: 38%;
}

.body-container-wrapper li {
  margin-left: 0 !important;
}

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






/*------------------------------------------------------------ Blog Page Styles ------------------------------------------------------------------*/




.dreampack-01-blog .post-item:first-child .post-item-inner:hover .post-data-container {
  border: none !important;
}

.dreampack-01-blog .post-item:first-child .post-item-inner .post-data-container {
  border: none !important;
}

.fixed-scroll {
  position: fixed; 
}

.scroll-wrapper {
  position: relative;
}

.scroll-menuleft {
  position:fixed;
  width: 250px;
  top:520px;
  margin-left: -40px;
}

.scroll-menuleft a {
  padding: 2px; 4px;
  display: block;
}

.scroll-menuleft a:hover,
.scroll-menuleft a.active {
  color: #d89209 !important;
  background: none !important;
  border-left: 6px solid #d89209 !important;
  transition: none !important;
  margin-left: -40px;
  padding-left: 36px;
  top: 300px;
  cursor: pointer !Important;
}

.footer-ul-list ul {
  color: #dcdcdc;
  list-style: none;
  text-decoration: none;
  padding: 0;
}

.footer-ul-list li {
  padding-bottom: 0;
  line-height: 1.7;
  padding-left: 18px;
  list-style-type: none;
  font-size: .9em;
  position: relative;
  font-family: 'Montserrat', sans-serif !important;
}

.footer-ul-list li:last-child {
  padding-bottom: 0 !important;
}

.footer-ul-list .fa-angle-right:before {
  margin-right: 5px;
  color: #d89209;
  font-weight: 300;
}


.feature-accordion {
  text-align: left;
  width: 250px;
}

.feature-active {
  background-color: none; 
  display: block !important;
}

.panel {
  padding: 0 18px;
  display: none;
}

.panel a {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.3!important;
}

.panel a:hover {
  border-left: none !important;
  margin-left: 0px !important;
  padding-left: 2px !important;
  color: black !important;
  text-decoration: underline;
}




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

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

body .dreampack-free-blog ul.topic-list {
  margin: 8px 0 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: 14px;
  line-height: 20px;
  color: black;
  text-transform: uppercase;
  border-top: 4px solid #d89209;
  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;
}

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

.dreampack-free-blog .subscribe-grp form{
  margin-top:30px;
  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;
}








/*------------------------------------------------------------ Footer Styles ------------------------------------------------------------------*/
.dp_footer_10 .active {
  background: none;
}
.dp_footer_10 li.hs-menu-item.hs-menu-depth-1:LAST-CHILD {
  background: none !Important;
  margin-top: auto;
  border: transparent !Important;
}
.dp_footer_10 li.hs-menu-item.hs-menu-depth-1:LAST-CHILD a {
  text-align: left;
}
.dp_footer_10 .top-section{
  background-color:#1c1c1c;
  padding: 60px 40px 40px 40px;
  border-top: 4px solid #d89209;
}

.dp_footer_10 p,
.body-container-wrapper li {

}


.dp_footer_10 h5{
  font-weight: normal;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #757575;
  padding-bottom: 5px;
}

.dp_footer_10 .top-section a {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 1.8;
  padding: 5px 0 !important;
}

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

.dp_footer_10 .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{
  padding:5px 0;
  color:#9b9b9b;
  font-size:16px;
  letter-spacing: .4px;
  display: initial;
}

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

.dp_footer_10 .bottom-section h6 {
  color: #929292;
  margin: 0px;
  font-weight: bold;
}

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

.menu-col-3-grp .fa-envelope {
  width: 28px;
}

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

.dp_footer_10 .simple-menu-form h3 {
  display: none; 
}

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


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

.dp_footer_10 .quicklinks a {
  display: initial;
}

ul.social-foot-icons li a:hover {
  color: #e28400;
}

.mobile-simple-menu ul {
  margin: 20px 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
.footer-flags ul li {
  padding: 5px 0;
}

.mobile-simple-menu a:hover {
  color: #e28400 !important;
}

.footer-top-left {
  max-width: 90%; 
}



/*------------------------------------------------------------ Testimonial Additional Styles ------------------------------------------------------------------*/


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




.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:#d89209;
  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;
}








/*------------------------------------------------------------ Additional Form Styles ------------------------------------------------------------------*/






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 #d89209;
}



/*------------------------------------------------------------ Burnsbox Styles ------------------------------------------------------------------*/


figure#burnsbox div { 
  animation: zoom 12s alternate infinite; 
  position: absolute; 
  top: 0; 
  left:-8%; 
  width: 110%; 
  height: 110%; 
}







/*------------------------------------------------------------ General 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 Column Styles ------------------------------------------------------------------*/

.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: 0;

}

.dreampack-01-blog .post-item-inner:hover .post-data-container {
  border-top: 4px solid #d89209;
}

.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: 0 40px 20px 40px;
  position:relative;
  z-index:1;
  border: 1px solid #d8d8d8;
  min-height: 200px;
  border-top: 4px solid transparent;
}

.dreampack-01-blog .post-item-inner .post-data-container:hover {
  border-top: 4px solid #d89209;
}

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


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

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


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: 12px;
  line-height:20px;
  border-top: 4px solid #d89209;
  color: #000000;
  text-transform:uppercase;
  font-weight: bold;
}

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


.dreampack-01-blog .post-item h2,
.dreampack-01-blog .post-item h2 a{
  font-size: 20px;
  line-height:1.25;
  color: #45474d;
  font-weight: 700;
  margin: 0 0 9px;
}


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

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

.highlighter {
  color: #d89209 !important; 
}

.dreampack-01-blog .post-listing {
  display: block;
  margin: 0 !Important;
  //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.4%;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -2px;
}

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: 10px 10px 80px;
  width: 100%;
  max-width: 820px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
  border-right: none;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container .top-heading a {
  color: white !Important;
  font-size: 50px;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container p {
  color: white !Important;
}

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

.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:20px;
  line-height: 1.25;
  text-align:center;
  margin-top:10px;
  margin-bottom: 25px;
  font-family: 'Raleway', sans-serif;
}

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

.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: #d89209;
  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-top: 0;
  border-bottom: 0;    
  overflow:hidden;
  min-height: 500px !important;
}


.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: 35%;
  margin-left: auto;
  float: none;
  border: 1px solid #d8d8d8;
  padding-bottom: 80px;
  margin-bottom: 40px;
  margin-right: 20px;
}

body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2) .post-data-container{
  border: none;
}

body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2) .feature-bg {
  height: 300px;
}

body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2) ul.topic-list {
  margin-top: -2px;
}

body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(3){
  width: 35%;
  margin-right: auto;
  float: none;
  margin-bottom: 40px;
  margin-left: 20px;
}



/***********************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:0;
  pointer-events:none;
  bottom:0;
  background:#d89209;
  z-index:-1
}

.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 Blog Styles ------------------------------------------------------------------*/


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%;
  display: none !important;
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy:before{
  position:absolute;
  content:'';
  top:0;
  left:0;
  right:24px;
  bottom:0;
  background:#d89209;
  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;
}







/*------------------------------------------------------------ Subscribe Form Styling ------------------------------------------------------------------*/


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

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




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


.dreampack-01-blog .blog-main-container .sharing-icon {
  position:absolute;
  margin: 0;
  top: 0;
  width: 250px;
  padding-left: 20px;
}

.dreampack-01-blog .blog-main-container .sharing-icon li a {
  color: #000000;
  line-height: 40px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

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




/*------------------------------------------------------------ Single Post Pages ------------------------------------------------------------------*/


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

.dreampack-01-blog .single-post-hero{
  position:relative;
  padding:180px 0 0;    
  z-index:1;
  border-top: 0;
  border-bottom: 0;
}

.dreampack-01-blog .single-post-hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.65),#000);
  opacity: .8;
}

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

.dreampack-01-blog .single-post-hero .post-data-container {
  display: block;
  position: relative;
  z-index: 1;
  padding: 55px 0 40px;
  width: 100%;
  max-width: 750px;
  padding-right: 60px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}

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

.dreampack-01-blog .single-post-hero .post-data-container h3 {
  display: none;
}

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:87.8%;
  margin-left: 11%;
}

.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:#d89209;
}

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

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

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p{
  color: #000000;
  font-size: 15px;
  line-height: 31px;
  letter-spacing: 0;
  line-height: 2;
}

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

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3{
  line-height:51px;
  font-weight:500;
  letter-spacing:-1px;
  margin: 25px 0px;
  text-shadow: none;
}



.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:normal;
  font-family: HelveticaNeueLTStd-Bd;
  text-transform:uppercase;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5{
  font-size: 20px;
  line-height: 29px;
  font-weight: normal;
  letter-spacing: 0;
  font-family: HelveticaNeueLTStd-Roman;
  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: #d89209;
  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;
  display: none !Important;
}

.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 #d89209;
  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:50px;
}

.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;
  content: "\f053";
  top: -2px;
  font-family: FontAwesome Pro;
}

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



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

.dreampack-01-blog .related-post-section .section-heading{
  margin-bottom:20px;
  font-weight: 700;
}




/*------------------------------------------------------------ Additional Hero Section ------------------------------------------------------------------*/


.dreampack-free-lp-hero{
  background:#d89209;
  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: #d89209;
  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;
}



/*------------------------------------------------------------ Industries ------------------------------------------------------------------*/



.industry-titles {
  background: black;
  color: white;
  padding: 10px;
  border-bottom: 4px solid #e28400;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  min-height: 50px !important;
  max-height: 50px;
  vertical-align: middle !important;
  position: relative;
}

.industry-titles span {
  position: absolute;
  left: 0;
  right: 0;
  top: 28%;
}

.industry-column-1 {
  margin-right: -30px !important;
  padding-right: 0px !important;
}

.industry-column-2 {
  margin-right: -30px !important;
  padding-right: 0px !important;
}

.industry-column-4 {
  margin-left: 8px !important;
}

#industry-row-1 {
  margin-right: -80px !important;
}

.industry-row-1 {
  padding-bottom: 35px;
  width: 121.5%;
}

.industry-row-2 {
  padding-bottom: 50px;
}


.arrow-icon {
  margin-top: -15px !Important; 
  display:none;
}


.contentArea-tile {
  border: 1px solid #f1f1f1;
  width: 25%!important;
  min-height: 515px !Important;
  max-height: 515px;
  margin-left: 0 !Important;
}

.contentArea-tile h2 {
  font-size: 20px;
  line-height: 1.25;
  color: #45474d;
  font-weight: 700;
  margin: 0 0 9px 
}
.contentArea-tile p {
  font-size: 16px;
  line-height: 1.5
}

.slick-dots {
  display: none !important;
}

.slick-prev, .slick-next {
  height: 60px!important;
  width: 80px !important;
}

.slick-prev:before {
  font-size: 40px; 
}

.slick-next:before {
  font-size: 40px; 
}



.featurerow {
  margin-bottom: 0; 
  font-family: 'Raleway', sans-serif;
  line-height: 1.2; 
  font-weight: 700; 
  font-size: 35px !Important;
  text-align: center;
}

.fa-search{
  display: none !important;
}


.mobile-product-shot {
  display: none !important;
}

.client-success-cred .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.client-success-cred .hs-rss-item.hs-with-featured-image {
  position: relative;
}

.client-success-cred .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  float: none;
  position: absolute;
  top: 10%;
  z-index: 1;
  text-align: center;
}

.client-success-cred .hs-rss-description a{
  display: block; 
  font-size: 18px;
  border-bottom: 2px solid #fff;
  max-width: 90px;
  float: none;
  margin: 0 auto;
  font-style: normal;
  margin-top: 10px;
  font-weight:400;
  text-shadow: none;
  color: #fff;
  display: none;
}

.client-success-cred-2 hr {
  opacity: .3!important;
}

.client-success-cred a {
  color: #d89209; 
}

.client-success-cred .hs-rss-item {
  margin-bottom: 0; 
}

.client-success-cred p {
  line-height: 1.3;
  color: #de8908;
  font-weight: 400 !important;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
  float: none;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 45px;
  font-style: italic;
}
.client-success-cred .hs-rss-item-image-wrapper::before {
  content: ''!Important;
  position: absolute!Important;
  top: 0!Important;
  right: 0!Important;
  bottom: 0!Important;
  left: 0!Important;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 49.58%, rgba(255, 255, 253, 0.49) 64.71%, #fff 92.86%)!Important;
  opacity: 1 !Important;
}



#industry-tile-hover:hover {
  border: 4px solid #e28400;
  border-bottom: none;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
}

#industry-tile-hover {
  padding: 0 !important;
  border: 4px solid #F1F1F1;
  BACKGROUND: #ff9400;
  overflow: hidden;
}

#industry-tile-hover:hover .industry-titles {
  background: #e28400;
}

.kenburns {
  overflow: hidden;
  position: relative;
}

.kenburns::before {
  content: "\f055";
  position: absolute;
  z-index: 1;
  left: 0;
  text-align: center;
  top: 30%;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  display: none;
  pointer-events: none;
  right: 0;
  font-family: 'Font Awesome 5 Pro';
}

#industry-tile-hover:hover .kenburns::before {
  display: block;
}


.cr {
  width: 300px;
  padding: 16px;
  position: absolute;
  text-align: center;
  color: #f0f0f0;
  z-index: 1;
}

.cr-sticky {
  position: absolute;
}

/* Positions */

.cr-top    { top: 110px; }
.cr-bottom { bottom: 25px; }
.cr-left   { left: -50px; }
.cr-right  { right: -100px; }

/* Rotations */

.cr-top.cr-right {
  transform: rotate(45deg);
}

/* Colors */

.cr-white     { background-color: #f0f0f0; color: #444; }
.cr-blue      { background-color: #39d; }


#industry-tile-hover:hover img {
  OPACITY: 0.60;
  -WEBKIT-FILTER: GRAYSCALE(100%);
  FILTER: GRAYSCALE(100%);
  -MOZ-TRANSFORM: SCALE(1.25);
  -WEBKIT-TRANSFORM: SCALE(1.25);
  TRANSFORM: SCALE(1.25);
  TRANSITION-TIMING-FUNCTION: EASE-IN;
  TRANSITION: 1.5S;
  OVERFLOW: HIDDEN;
}
#industry-tile-hover img {
  OVERFLOW: HIDDEN;
  OPACITY: 1;
  -WEBKIT-FILTER: GRAYSCALE(0%);
  FILTER: GRAYSCALE(0%);
  TRANSITION-TIMING-FUNCTION: EASE-IN;
  TRANSITION: 1.5S;
  BACKGROUND-COLOR: #e28400;
}

/*------------------------------------------------------------ Custom CTA Buttons ------------------------------------------------------------------*/

.black-cta-main {
  background: #000 !important;
  color: #fff;
  padding: 14px 70px 12px 70px !important;
  font-size: 14px;
  letter-spacing: normal;
  border-radius: 0;
  text-transform: uppercase;
  border: 2px solid #fff !important;
  text-decoration: none;
  width: auto !important;
  margin-top: 10px;
}

.black-cta-main:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

@media (max-width: 600px) {
  .black-cta-main {
    padding: 10px 12px 8px 12px !important;
  }
} 

/*------------------------------------------------------------ Custom Modules ------------------------------------------------------------------*/



/*------------ Event Group ---------------*/

.centered-small.event-box-top {
  background: #f1f1f1; 
  padding: 40px; 
  border-top: 4px solid #b76d05; 
}

.uni-event-header {
  background: #e28400;
}

@media (max-width: 768px) {
  .event-box-1,
  .event-box-2,
  .event-box-3,
  .event-box-4 {
    margin-bottom: 20px;
  }
  .projects .section-subheader {
    display: none;
  }
  .dp_footer_10 .top-section {
    padding: 10px !important;
  }
}

@media (max-width: 1080px) {
  .index-micro-cta.events {
    padding: 12px 40px 10px 40px !important;
  }
}

/*------------ Footer Radio Select ---------------*/

.dp_footer_10 form .hs-form-radio-display span {
  color: #a9a9a9;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.dp_footer_10 form li.hs-form-radio {
  display: block;
  text-align: left;
}

.dp_footer_10 .inputs-list.multi-container {
  -webkit-padding-start: 5px;
  -webkit-margin-before: .5em;
}

/*------------ Credibility ---------------*/

.credibility-quote {
  position: absolute; 
  z-index: 1; 
  left: 0; 
  right: 0; 
  top: 2%; 
}
.credibility-quote h2 {
  text-align: center; 
  font-family: 'Montserrat', sans-serif; 
  font-style: italic;
  color: #e28400;
  line-height: 53px;
}

.credibility-quote h4 {
  color: #e28400;
  text-align: center;
}


.feature-image-column {
  position: absolute; 
  top: 25%;
}

.industry-strip {
  width: 75% !important; 
  float: right !important; 
}

.industry-quotes {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 0;
  padding-bottom: 20px; 
}

.industries-icon img{
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.industry-strip-img {
  padding-right: 20px; min-width: 150px;
}

.industry-strip-text {
  width: 65% !important;
}

.nav-image-column-inner-col a:hover {
  color: #e28400 !important;
}

.nav-image-column {
  position: absolute; 
  background: none; 
  top: 5%; 
}
.inner-content-section {
  padding-bottom: 60px;
}

.nav-image-column-inner {
  text-align: left; 
  width: 21% !important;
}
.nav-image-column-inner-col {
  background-color: rgba(255, 255, 255, 0.9); 
  padding: 25px; 
  padding-bottom: 5px;
  border-left: solid 4px #d47b00; 
  border-bottom: solid 4px #d47b00;
  z-index: 99999 !important; 
}

.timeline-module-outer {
  padding-top: 20px; 
  text-align: center; 
  right: 0; 
  left: 0; 
  margin: 0 auto !important;
  float: none !important; 
  max-width: 100%; 
  height: 100%;
}

.timeline-center:after {
  content:"";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 8px solid #cc0000;
  transform: translate(-50%);
}

.timeline-center:before {
  content: "\A";
  position: absolute;
  background: #cc0000;
  left: 0;
  right: 0;
  width: 27px;
  height: 26px;
  border-radius: 50%;
  margin: 0 auto;
  float: none;
  bottom: 0;
}

.timeline-center div {
  margin: 10px auto;
  width: 60%;
  height: 100px;
  position: relative;
  text-align: center;
}

.timeline-center div:before {
  content: "\A";
  position: absolute;
  background: #cc0000;
  left: 0;
  right: 0;
  width: 27px;
  height: 26px;
  border-radius: 50%;
  margin: 0 auto;
  float: none;
  margin-top: -10px;
}
.timeline-text-wrapper {
  position: absolute; 
  top: 0;
}
@media (max-width: 1280px) {
  .timeline-module-outer {
    max-width: 90%; 
  }
}

@media (max-width: 980px) {
  .time-image-border {
    right: 38% !important; 
  }
}

@media (max-width: 768px) {
  .time-image-border {
    position: inherit !important;
    margin: 0 auto !important;
  }
  .time-image-border:before {
    display: none;
  }
  .time-image-border img {
    max-width: 180px;
  }
  .time-image-text h3 {
    text-align: center !Important;
  }
  .time-image-text {
    padding: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
  .time-image-text p {
    text-align: center !Important;
  }
  .credibility-quote {
    top: 0 !Important;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .credibility-quote h2 {
    line-height: 30px !important;
  }
  .credibility-quote {
    display: none !important;
  }
  .industry-strip img {
    padding-bottom: 5px;
    max-width: 65px;
    height: auto;
  }
  div#award-set {
    padding-bottom: 20px;
  }
}

.time-image-border-wrapper {
  position: relative;
  min-height: 450px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
  float: none !important;
}

.time-image-border {
  right: 33%;
  position: absolute;
  width: 400px !important;
  height: 240px;
  border: 6px #cc0000 solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto;
  float: none !Important;
  right: 20%;
}


.time-image-border.border-left {
  left: 20% !important;  
}

.time-image-border img {
  border-radius: 0;
  width: 100% !important;
  overflow: hidden !important;
  max-height: 228px;
  height: auto;
}

.time-image-module {
  position: absolute; 
  z-index: 1;
}

.time-image-mini-wrapper {
  position: absolute;
  max-width: 460px;
  z-index: 1;
  top: 112%;
}

.time-image-mini {
  border: 5px solid #cc0000;
}
.time-image-mini:before {
  content: "\A";
  top: -17px;  
  margin-left: -5px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #cc0000 transparent transparent;
  position: absolute;
  transform: rotate(90deg);
}

.first-border .time-image-border:before {
  display: none;
}
.time-image-border:before {
  position: absolute;
  top: 40%;
  z-index: 1;
  content: "\A";
  border-style: solid;
  border-width: 20px 25px 20px 0;
  border-color: transparent #cc0000 transparent transparent;
  position: absolute;
  left: -30px;
}

.time-image-border:after {
  content: "\A";
  border: 6px solid #cc0000;
  right: 122%;
  position: absolute;
  top: 45%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.time-image-border.border-left:before {
  right: -30px !Important;
  transform: rotateZ(180deg);
  left: initial;
}

.time-image-border.border-left:after {
  right: -28.5%;
}

.newsroom-text-wrapper {
  position: relative; 
  padding-bottom: 90px; 
  padding-top: 90px; 
  max-height: 600px; 
  overflow: hidden; 
  background: grey url("https://2049642.fs1.hubspotusercontent-na1.net/hubfs/2049642/UDA%20Microsite/Index%20Final/year-in-review-2.jpg") no-repeat scroll center; 
  background-size: cover; 
  height: auto; 
}


/*------------------ RSS Scrolling Module --------------------*/

.news-outer-wrapper {
  padding-top: 21.5px;
}

/*------------------ Hero Divider --------------------*/

.large-hero-divider h1 {
  font-size: 150px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  padding-bottom: 38px;
}

.large-hero-divider h4 {
  color: #fff;
  text-align: center;
}

/*------------------ Custom Form Slider --------------------*/

.sidebar-slider-wrapper {
  margin-bottom: -50px;
}

.sidebar-quote:before {
  font-family: 'Font Awesome 6 Solid';
  content: "\f10d";
  font-size: 28px;
  color: #e28400;
}
.slider-credibility {
  position: fixed; 
  z-index: 1; 
  bottom: 6%;
}

.slider-credibility {
  position: fixed; 
  z-index: 1; 
  bottom: 6%;
}

.slider-credibility img {
  opacity: .6;
}

.sidebar-quote {
  max-width: 380px;
}

.sidebar-quote p {
  color: #e28400; 
}

.sidebar-header {
  max-width: 500px; 
}

.sidebar-form-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.side-slider-logo {
  position: fixed;
  z-index: 9999;
  padding-top: 40px;
}

.sidebar-slider-custom {
  max-width: 500px; 
  position: fixed;
  margin-top: -20px;
  height: 100% !important;
  max-height: 100% !important;
}

.sidebar-slider-custom ol.hs_cos_flex-control-nav.hs_cos_flex-control-paging {
  display: block !important;
  color: #fff;
  position: absolute;
  bottom: 10%;
  z-index: 99999;
}

.sidebar-slider-custom .hs_cos_flex-slider {
  margin: 0;
  background: #fff;
  height: 100% !Important;
  max-height: 100% !Important;
}

div#hs_cos_wrapper_module_1523020565045895 {
  height: 100% !important;
  max-height: 100% !important;
}

.sidebar-slider-custom #hs_cos_wrapper_ {
  max-height: 110% !important;
  height: 110% !important;
  max-height: 110% !important;
}
.sidebar-slider-custom .hs_cos_flex-viewport {
  max-height: 100% !important;
  height: 100% !important;
}

.sidebar-slider-custom .hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0;
  width: 90%;
  top: 55%;
  float: left;
  left: 2.5%;
  z-index: 1;
  text-align: left;
  background-color: transparent;
}

.sidebar-slider-custom .hs_cos_flex-slides.hs_cos_flex-slides-main {
  width: 350% !important; 
}

.sidebar-slider-custom .hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden;
  height: 110%;
}

.sidebar-slider-custom .hs_cos_flex-slides.hs_cos_flex-slides-main.superimpose {
  height: 100% !important;
  max-height: 100% !important;
}


.sidebar-slider-custom .hs_cos_flex-slider .hs_cos_flex-slides > li {
  max-height: 100%!Important;
  height: 100%!Important;
}

.sidebar-slider-custom .hs_cos_flex-direction-nav {
  display: none; 
}  

.sidebar-slider-custom .hs_cos_flex-slider .hs_cos_flex-slides img {
  width: auto;
  display: block;
  border-radius: 0px;
  height: 100%;
  margin: 0;
}
.sidebar-slider-custom .hs_cos_flex-control-paging li a
background: #fff;
background: rgba(255,255,255,0.5) !Important;

}

.sidebar-slider-custom .hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #fff;
  background: rgba(255,255,255,0.9) !Important;
}
/*------------------ Universal Slider --------------------*/

.uni-slider .hs_cos_flex-slider {
  margin: 0;
  background: #4e4e4e;
}

.uni-slider .body-container-wrapper ul, .body-container-wrapper li {
  margin-bottom: 0; 
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav {
  z-index: 20;
  position: absolute !Important;
  top: 96.7% !important;
  list-style-type: none !important;
  float: none !Important;
  right: 3% !important;
  display: none !important; /*Hide slider arrows*/
  padding-left: 110px !important;	
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li {
  position: unset;
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a.hs_cos_flex-prev {
  border-radius: 0;
}


.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a.hs_cos_flex-prev:hover {
  background: #000;
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a.hs_cos_flex-next:hover {
  background: #000;
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a.hs_cos_flex-prev:before {
  content: "\f0d9";
  text-align: right !Important;
  padding-right: 20px;
  padding-top: 5px;
  margin-left: -8px;
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a.hs_cos_flex-next:before {
  content: "\f0da";
  text-align: left !Important;
  padding-right: 20px;
  padding-top: 5px;
  padding-left: 8px;
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a.hs_cos_flex-prev {
  border-right: 2px solid transparent;
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a {
  width: 50px;
  height: 50px;
  bottom: 0 !important;
  top: 96.5% !Important;
  margin: -30px 0 0;
  opacity: 1 !Important;
  visibility: visible;
  overflow: visible;
  background: #e28400;
  border: 0;
  color: #fff;
  text-shadow: none;
  text-align: left;
  text-indent: -90000px;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a:before {
  display: block;
  width: 50px;
  font-family: 'Font Awesome 6 Solid';
  font-size: 40px !important;
  line-height: 50px;
  text-align: center;
  text-indent: 0;
}

.uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav li a:before {
  display: block;
  color: #fff;
  font-family: 'Font Awesome 6 Solid';
  font-size: 12px;
  line-height: 38px;
  text-indent: 0;
  text-align: center;
}

/*.uni-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev, .hs_cos_flex-slider:hover .hs_cos_flex-prev {
left: 5px;
}*/

/*.uni-slider .hs_cos_flex-direction-nav .hs_cos_flex-next {
left: 0;
}*/

/*.uni-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {
left: -52px;
}*/

ol.hs_cos_flex-control-nav.hs_cos_flex-control-paging {
  display: none;
}

.hs_cos_flex-slider .hs_cos_flex-slides > li {
  max-height: 600px;
}


.reg_offer_container {
  display: inline-block; 
  margin-top: 50px;
}

/*------------------ Image RSS Grid Block --------------------*/

.second-row-rss {
  padding-top: 80px;
}

.hs-rss-image-wrapper {
  width: 100% !important;
}

.HS-RSS-WRAP {
  margin-bottom: -60px;
}


.hs-rss-date {
  font-family: 'Raleway', sans-serif;
  display: inline-block !important;
  font-size: 18px !Important;
  font-weight: normal !Important;
  color: black !important;
  opacity: 1 !important;
  margin-top: 5px;
  max-width: 180px !important;
  max-height: 22px !important;
  overflow: hidden !important;
}
.hs-rss-date-news {
  font-family: 'Raleway', sans-serif;
  display: inline-block !important;
  font-size: 18px !Important;
  font-weight: 300 !Important;
  color: #e6e7e8 !important;
  opacity: 1 !important;
  margin-top: 5px;
  max-width: 180px !important;
  max-height: 22px !important;
  overflow: hidden !important;
}

.hs-rss-byline {
  opacity: 1; 
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100% !important;
  position: absolute;
  top: 105%;
  z-index: 1;
}

.hs-rss-item.hs-with-featured-image {
  position: relative !Important;
  overflow: visible !Important;
}

.hs-rss-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #fcae57 !important;
  font-weight: 600 !important;
  display: block !Important;
  width: 100% !Important;
}

.hs-rss-title a {
  font-family: 'Raleway', sans-serif;
  font-size: 19px !important;
  line-height: 1.2 !important;
  color: #e28400 !important;
  font-weight: normal !important;
  display: block !Important;
  width: 100% !Important;
}

.hs-rss-date body {
  color: black !important;
  opacity: 1 !important;
  width: 100% !Important;
}

.hs-rss-date p {
  color: black !important;
  opacity: 1 !important;
}

.latest-news-posts h3 {
  font-size: 45px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 45px !important;
  color: black !important;
  font-weight: normal !important;
}


.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: inline-block;
  width: 100%;
}

.monthlyTab {
  border-radius: 0 !Important;
}

.yearlyTab {
  border-radius: 0 !Important;
}

.plans_btn.green {
  border-radius: 0 !important;
  border: 2px solid green !Important;
  box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 700 !important;
}

.button-two-button  {
  border-radius: 0px !important;
  background-color: black !important;
  border: 2px solid white !important;
  padding: 12px 80px !important;
  margin-left: 0px;
  margin-bottom: 45px !important;
  font-size: 14px !important;
  color: white !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  width: 300px !important;
  max-width: 300px !important;
  transition: all 0.5s !important;
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.1);
}



.button-two-button :hover {
  background-color: #fff !important;
  border: 2px solid black !important;
  color: #000 !important;
}


/*------------------ Webinar Thumbs --------------------*/

.webinar-thumb img {
  width: 100% !important; 
}


/*------------------------------------------------------------ Navigation ------------------------------------------------------------------*/

.glass {
  width: 400px;
  height: 300px;
  position: absolute;
  border-radius: 20px;
  cursor: grab;

  /* Multiple box shadows to achieve the glass effect */
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25);

  /* hide the glass by default */
  display: none;
}


/*--------------- DESKTOP --------------*/


/*//////// Start of MENU /////////*/

nav#pickart-menu {
  padding-top: 25px !Important;  
  z-index: 99;
  width: 100% !important;
  float: right !important;
  font-family: 'Raleway', sans-serif;
  left: 0 !important;
  right: 0 !important;

}

/*//////// Short on Scroll /////////*/

.shrink#pickart-menu .bottom-nav-container {
  float: right;
  display: none !important;
  padding: 0 !important;

}

.shrink#pickart-menu .navigation-container {
  display: inline-block !important;
  margin-left: -50px;
  margin-top: -8px;
  width: auto;
  margin-right: -40px !important;
}

.shrink#pickart-menu .top-recent-post-nav {
  display: none;
}

.shrink#pickart-menu .col-flags {
  display: none !important; 
}

.shrink#pickart-menu .support-button {
  display: none !important;
}

.shrink#pickart-menu .contact-button {
  display: none !important;
}

.shrink#pickart-menu .pa-ul-menu {
  height: 34px !important;
}

.shrink#pickart-menu #pa-logo {
  margin-top: 0 !important;
  height: 40px !important;
}
.shrink#pickart-menu {
  height: 45px !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}
nav.shrink {
  padding-bottom: 10px !important;
  position: fixed !important;
  border-top: 4px solid #d89209;
  margin-top: -4px;
}

nav.shrink {
  padding-bottom: 10px !important;
  position: fixed !important;
  border-top: 4px solid #d89209;
  margin-top: -4px;
}


/*//////// Other Header Settings /////////*/

.navigation-container {
  float: right;
}

#pa-logo{
  float: left !important;
  margin-top: -4.66%;
  position: relative;
  margin-right: 11px;
  z-index: 99;
  padding-left: 45px !important; 
  display: inline-block !important;
}

#pa-logo img:hover {
  opacity: .7 !important;
}

#pickart-menu
{
  font-family: 'Raleway', sans-serif;
  list-style: none;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  padding: 0;
  width: auto;
  background: #ffffff;
  float: right !important;
  height: auto !important;
  margin-bottom: 0;
  transition:0.4s top cubic-bezier(.3, .73, .3, .74);
}

#pickart-menu .pa-ul-menu{
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  height: 52px;
  margin-top: -3px;
}

#pickart-menu .pa-ul-menu a
{
  font-family: 'Raleway', sans-serif;
  display:block;
  color:#000000;
  text-decoration:none;
  padding:0 20px 0 20px;
  line-height:60px;
  font-weight: normal !important;
  font-size: 16.5px !important;  
}

#pickart-menu .pa-ul-menu li
{
  position:relative;
  float:left;
  margin:0;
  padding: 0;
}


/*//////// Top Logo Hovers & Positioning /////////*/

.cs-tab {
  left: -397% !important;
}

.pricing-tab {
  left: -568% !important;
}

div#menu-container li .sub-container {
  top: -52px !important;
}

.cs-tab .active .sub-container {
  margin-top: 51px !important;
}

.pricing-tab .active .sub-container {
  margin-top: 51px !important;
}

.industry-menu .sub-container {
  margin-top: -39px !important; 
}

#pickart-menu .pa-ul-menu li:hover{
  background-color: #ffffff;
  -webkit-transition: 0.70s;
}
#pickart-menu .pa-ul-menu .pa-ul-menu li:hover{
  background-color: #cc6e10;
  -webkit-transition: 0.70s;
}

.orange-wrapper {
  height: 383px !important;
  width: 240px;
  background: #e28400;
  border-top: 2px solid #fff;
}


.white-wrapper-small {
  height: 295px !important;
  width: 240px;
}

.white-wrapper-medium {
  height: 365px !important;
  width: 240px;
}

.white-wrapper-large {
  height: 365px !important;
  width: 814px;
  margin-left: -123px;
}

.white-wrapper {
  background: #fff;
  border: 2px solid #f1f1f1;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .white-wrapper a {
  color: #000;
  padding: 8px 22px !Important;
  font-size: 14px !Important;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .white-wrapper a:hover {
  color: #e28400;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .white-wrapper li {
  background: none;
}

.white-wrapper h6 {
  padding: 12px 22px !Important;
  margin-bottom: -5px;
  padding-top: 30px !important;
  font-family: 'Raleway', sans-serif;
  color: #e28400;
  text-transform: uppercase;
}

.white-wrap-col-1 {
  width: 25%;
  display: inline-block;
}

.white-wrap-col-2 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.white-wrap-col-3 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.white-wrap-col-4 {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden; 
}

#pickart-menu .pa-ul-menu .pa-ul-menu .white-wrapper li {
  background: none;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .white-wrapper a {
  color: #000;
  padding: 8px 22px !Important;
  font-size: 14px !Important;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .white-wrapper a:hover {
  color: #e28400;
}

/*//////// Orange Left Block - Dropdown Settings /////////*/

#pickart-menu .pa-ul-menu .pa-ul-menu{
  display:none;
  position:absolute;
  top:90%;
  margin-top: 6px;
  left:-260%;
  padding:0;
  z-index:99999;
  width:220px;
}

#pickart-menu .pa-ul-menu .pa-ul-menu li{
  float:none;
  width:240px;
  background-color:#e28400;
  padding: 0;
}

#pickart-menu .pa-ul-menu .pa-ul-menu a{
  line-height:100%;
  padding:12px 30px !Important;
  color: #ffffff;
  font-size: 15px !Important;
  font-weight: 500 !Important;
}


/*//////// TOGGLE BUTTON /////////*/

.toggle-button-1 {
  max-width: 100%;
  display: inline-block;
}
.toggle-button-2 {
  display: inline-block;
}

.menu-toggles {
  width: 100%;
  border-top: 2px solid #f1f1f1;
  max-height: 45px;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .menu-toggles a {
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: HelveticaNeueLTStd-Bd !important;
  background: #fff;
  color: #bdbdbd;
  background: #f1f1f1;
  border: 2px solid #f1f1f1;
  text-align: left !important;
  padding: 0px 28px 14px !important;
}


li.toggle-button-1 a {
  border-top: 4px solid transparent !important;
}

li.toggle-button-2 a {
  border-top: 4px solid transparent !important;
}

li.toggle-button-1.toggled a {
  border-top: none !Important;
  background: #000 !important;
  border-left: 4px solid #d89209 !important;
  border-bottom: none !important;
  border-right: 2px solid #000 !important;
  color: #fff !important;
}

li.toggle-button-2.toggled a {
  border-top: 4px solid #d89209!Important;
  background: #000 !important;
  border-left: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
  color: #fff !important;
}

/*//////  Industry DROPDOWN //////*/


.industry-icon {
  display: block;
  position: relative;
  margin: 0 auto;
  font-style: normal;
  padding-top: 3px;
  margin-left: -10px;
}
.industry-icon:after {
  content: "\f067";
  position: absolute;
  font-family: 'Font Awesome 5 pro';
  font-weight: 300;
  text-transform: none;
  color: #fff;
  background: none !Important;
}

.dropp {
  width: 237px;
  border-left: 4px solid #d89209;
  background: #000;
}

.dropp-header {
  background: #242424;
  color: #fff;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  font-size: 15px !Important;
  font-weight: 700 !important;
}

.dropp-header__title {
  display: block;
  padding: 0.8em 0.5em;
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  box-flex: 8;
  -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  flex: 8;
  display: inline-block;
  max-width: 100%;
  overflow: visible;
  white-space: nowrap;
  word-wrap: normal;
  padding-left: 20px;
}

.dropp-header__btn {
  display: block;
  color: #fff;
  overflow: hidden;
  padding: 0.8em 0.5em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.dropp-header__btn.js-open {
  color: #d89209;
}

.dropp-header__btn.js-open .industry-icon:before, .dropp-header__btn.js-open .industry-icon:after {
  background: #fff;
}
.dropp-header__btn:focus {
  outline: none;
}

.dropp-body {
  overflow: hidden;
  position: absolute;
  width: 238px;
  max-height: 0;
  background: #292929;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropp-body.js-open {
  max-height: 20em;
  position: absolute;
  z-index: 1 !important;
  width: 241px !important;
  left: -1px;
  border-top: 1px solid #717171;
}
.dropp-body label {
  display: block;
  font-size: 0.875em;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  font-weight: 400;
  box-shadow: 0 -1px 0 #171717, inset 0 1px 0 #313131;
  cursor: pointer;
}
.dropp-body label:first-child {
  box-shadow: none;
}
.dropp-body label:hover, .dropp-body label.js-open {
  background: #3c3c3c;
}
.dropp-body label > input {
  display: none;
}

/*////////////////////////////// Subnav Column Settings //////////////////////////////////////////*/


.block-2:hover::before,.features-images::before{content:'';top:0;bottom:0;background-image:linear-gradient(to bottom,#000,#000)}.industry-styles h5{color:#fff;margin:0 auto;text-align:center;float:none}.industry-styles p{font-size:14px;color:#000}.block-2{width:32.7%;margin:2px;float:left;height:150px;overflow:hidden;position:relative}.block-2:hover::before,.features-images::before,a.industry-links{position:absolute;left:0;right:0}.block-2:hover::before{opacity:.7}.block-2:hover::before .industry-links{display:block}.features-images::before{opacity:.5}.features-images{background-size:cover;height:100%;max-height:-webkit-fill-available}a.plus-feature{color:#000!important;text-transform:uppercase;margin-left:-30px}a.plus-feature::after{content:"\f105";font-family:'Font Awesome 5 Pro';font-weight:300;padding-left:5px}a.industry-links{text-align:center;float:none;top:30%;z-index:1}.industry-styles{margin:45px}img.features-images{height:150px;width:auto}.block-2:hover .industry-learn-more{display:block!important;position:absolute;z-index:1;top:35%;margin:0 auto;left:0;right:0;text-align:center;max-width:fit-content;border:2px solid #e28400;color:#fff!important}.industry-learn-more span{padding:10px}.industry-learn-more{cursor:pointer!important}.block-2:hover .industry-links{display:none!important}

/*//////// White Dropdown List - Hover settings /////////*/



#pickart-menu .pa-ul-menu .pa-ul-menu .sub-container {
  background: #ffffff !important;
  color: #000000 !important;
  width: 795px !important;
  height: 380px !Important;
  border-right: 2px solid #f1f1f1;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .sub-container li {
  color: #000000 !Important;
  background: none !Important;
  padding: 0 !important;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .sub-container a{
  color: #000000;
  background: none;
  padding: 6px 0;
}

#bar-2 {
  margin-top: -46px !Important;
}

#bar-3 {
  margin-top: -85px !Important;
}

#bar-4 {
  margin-top: -124px !Important;
}

#bar-5 {
  margin-top: -163px !Important;
}

#bar-6 {
  margin-top: -202px !Important;
}

#bar-7 {
  margin-top: -241px !Important;
}

#bar-8 {
  margin-top: -280px !Important;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .pa-ul-menu{
  top: -6px;
  left:100%;
  padding: 0 !Important;
}

#pickart-menu .pa-ul-menu .pa-ul-menu .pa-ul-menu a{
  font-size: 14px !Important;
  font-weight: 400 !Important;
}



/*//////// Dropdown Visibility /////////*/

#pickart-menu .pa-ul-menu li:hover > .pa-ul-menu{
  display:block;
}

#pickart-menu li:hover > .pa-ul-menu .active .sub-container {
  display:block !Important;
}

li.active.top-navi .sub-container {
  top: -7px !important;
}

/*//////// Main Hover Effects /////////*/

.pa-line-effect {
  position: relative;
  color: #ff3296;
}
.pa-line-effect:after {
  display: block;
  left: 0;
  margin-bottom: -30px;
  width: 0;
  height: 4px;
  background-color: #e28400;
  content: "";
  transition: width 0.2s;
  margin-top:14px;
}

.top-logo-hover a {
  font-weight: 600 !Important;
}

.top-logo-hover {
  position: relative;
  border-left: 2px solid transparent !important;
  border-right: 2px solid transparent !important;
  color: #f1f1f1;
  transition: width 0s;
}

.top-logo-hover.tab-logo:hover  {
  border-left: 2px solid #f1f1f1 !important;
  border-right: 2px solid #f1f1f1 !important;
  transition: width 0s !important;
  height: 60px;
}

.top-logo-hover.tab-logo img:hover  {
  opacity: 1 !important;
}


.top-logo-hover img:hover {
  opacity: .4 !important; 
}

.top-logo-hover:after {
  display: block;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 4px;
  background-color: #e28400;
  content: "";
  transition: width 0.2s;
  margin-top:-60px;
}

.top-logo-hover:hover:after {
  width: 100%;
}

.pa-line-effect:hover {
  color: #98004a;
}

.pa-line-effect:hover:after {
  width: 100%;
}

/*//////// Second Level Universal Navigation /////////*/

.bottom-nav-container{display:block!important;padding:0 10px 10px;width:auto!important;float:right!important}.nav-bottom{width:auto!important;margin-bottom:-2px;margin-top:8px}.nav-bottom .nav-bottom-tier{display:none!important;visibility:hidden;position:absolute;top:90%;margin-top:4px;left:-87%;padding:0;z-index:99999;width:200px}.nav-bottom .nav-bottom-tier:hover{display:block!important;visibility:visible}.nav-bottom li{padding:0;display:inline-block!important;margin-top:-10px}.nav-bottom li a{color:#000;font-weight:400!important}.nav-buttons-scroll{display:none!important}.feature-styles{margin:45px;width:100%}.feature-column-1,.feature-column-2{width:25%;display:inline-block;vertical-align:top}.feature-styles h6{color:#000;max-width:max-content;border-bottom:4px solid #d89209;margin-bottom:15px}.feature-styles a{color:#000!important;margin-left:-30px;margin-top:-12px;line-height:1.2!important;font-family:HelveticaNeueLTStd-Roman}.feature-styles a:hover{color:#d89209!important}.feature-styles a:hover::after{content:"\f054";font-family:'Font Awesome 5 Pro';font-weight:400;font-size:8px;position:absolute;margin-top:5px;padding-left:5px;text-decoration:none!important}.feature-column-1{margin-right:-12px}.feature-column-2{margin-right:-10px}.feature-column-3{width:22.5%;display:inline-block;vertical-align:top;margin-right:-5px}.feature-column-4{width:24%;display:inline-block;vertical-align:top}

/*//////// Support & Contact Buttons /////////*/

.support-button {
  font-family: HelveticaNeueLTStd-Roman !important;
  color: #000000 !important;
  font-weight: normal !important;
  font-size: 14px;
  margin-left: -25px;
  padding: 5px 12px !important;
  margin-right: 5px;
  display: inline-block !important;
  list-style-type: none !important;
  background: none !Important;
  border-radius: 0 !important;
  border: 2px solid #d89209 !important;
}

.support-button:hover {
  color: #ffffff !important;
  font-weight: 400 !important;
  background: #d89209 !important;
}

.contact-button {
  color: #231f20 !important;
  font-weight: 500 !important;
  font-size: 14px;
  padding: 5px 12px !important;
  display: inline-block !important;
  list-style-type: none !important;
  margin-right: 4px;
  background: #dcddde !Important;
  border-radius: 5px !important;
  width: 90px;
  text-align: center;
}

.demo-button {
  color: #231f20 !important;
  font-weight: bold !important;
  font-size: 14px;
  padding: 5px 12px !important;
  display: inline-block !important;
  list-style-type: none !important;
  margin-right: 4px;
  background: none !Important;
  border-radius: 2px !important;
}

.simplified-button {
  color: #9d9fa2 !important;
  font-size: 14px;

}

.contact-button:hover {
  font-weight: 500 !important;
  background: #9d9fa2 !important;
}

.trial-button {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px;
  background: #649e1c !important;
  padding: 5px 22px !important;
  display: inline-block !important;
  list-style-type: none !important;
  margin-right: -14px;
  border-radius: 0 !important;
  font-family: 'Raleway', sans-serif;
  min-width: auto !important;
}

.trial-button:hover {

}


/*//////// Interior Dropdown Columns /////////*/

.pa-ul-menu .sub-container .nav-column{float:left!important;width:39%!important}.pa-ul-menu .sub-container.image-column{float:left!important;width:74%!important;padding:30px!important}.post-column{float:left!important;width:60%!important}.pa-ul-menu .sub-container .nav-column li{width:auto!important;padding:0!important}.pa-ul-menu .sub-container .nav-column a{line-height:1.4;padding:6px 0!important;font-size:18px!important}.pa-ul-menu .sub-container .row:after{content:""!important;display:table!important;clear:both!important}.pa-ul-menu .sub-container .row{padding:15px 10px 5px 25px}.column-title{color:#d89209!important;font-weight:500!important;text-align:left}.menu-container{position:relative!important}.pa-ul-menu .sub-container .industry-content-row .nav-column .column-title .industry-post-link{color:#d89209!important;font-weight:700!important}.industry-content-row{margin:45px}.industry-content-row .hs-rss-item-image-wrapper img{max-height:300px;max-width:100%;width:-webkit-fill-available;height:300px}.industries-quote-bg{max-height:auto;height:100%;background-size:cover;background-position:center center}

/*//////// Recent Post Styles /////////*/

.nav-post-title a {
  font-weight: 500 !Important;
  line-height: 1.3 !Important;
  padding-top: 15px !Important;
  text-align: left !Important;
}

.nav-post-title span:hover {
  color: #d89209 !important;
}

.nav-post-title span {
  font-weight: 500 !Important;
  font-size: 14px !Important;
  padding-top: 10px;
  padding-left: 0 !Important;
  text-align: left !Important;
}

.nav-post-title a:after {
  content: "\f105";  
  font-family: FontAwesome;
  padding-left: 5px;
}

.nav-post-summary {
  font-size: 14px !Important;
  line-height: 1.9;
}

.nav-post-image {
  height: 280px;
  overflow: hidden;
}

.industries-quote-bg {
  background-size: cover;
  max-height: auto;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/*//////// Dark Overlay Background on Hover /////////*/

#darkness,#search-menu{position:fixed;width:100%;left:0}#search-menu,#search-menu .wrapper button{-webkit-transition:.5s ease all;-moz-transition:.5s ease all;right:0}#search-menu .wrapper button:focus,#search-menu .wrapper input:focus{outline:0}.col-usa-redline,.grey-flag{-webkit-filter:grayscale(0%);}#darkness{background:rgba(0,0,0,.5);display:none;height:100%;right:0;top:4px;z-index:5!important}#search-menu{height:8.8em;top:-10em;white-space:nowrap;z-index:9999;background:#d89209;opacity:0;visibility:hidden;transition:.5s ease all}#search-menu.toggled{top:0;opacity:1;visibility:visible}#search-menu .wrapper{position:relative;margin:1.5em auto 0;padding:2em}#search-menu .wrapper input{width:90%;padding:0 0 .19375em;background:0 0;font-size:50px;color:#000!important;border:none!important}#search-menu .wrapper input placeholder{color:#b56a03!important;font-weight:700}#search-menu .wrapper input:-moz-placeholder{color:#b56a03!important;font-weight:700}#search-menu .wrapper input::-moz-placeholder{color:#b56a03!important;font-weight:700}#search-menu .wrapper input::-webkit-input-placeholder{color:#b56a03!important;font-weight:700}#search-menu .wrapper input:-ms-input-placeholder{color:#b56a03!important;font-weight:700}#search-menu .wrapper button{position:absolute;display:block;width:10%;top:0;background:0 0;border:none;color:#000;font-size:2em;transition:.5s ease all}#search-menu .wrapper button:hover{color:#000}#search-bar-search{color:#000;padding-top:30px;padding-right:10px;cursor:pointer}#search-icon{padding:0 .25em .125em;font-size:1.5em;cursor:pointer;font-weight:400;color:#000!important;text-align:center;-webkit-transition:.5s ease all;-moz-transition:.5s ease all;transition:.5s ease all}#search-icon:hover{color:#d89209!important}.mobile-menu{display:none}.logo-mobile{display:inline-block;margin-top:-8px}.col-flags li {padding: 0px 2px 4px 2px !important;}.col-flags{display:inline-block;vertical-align:middle;margin-top:-7px; margin-right: 10px;}.grey-flag{filter:grayscale(0%);opacity:1;padding:2px}.grey-flag-active{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1;padding:2px;border-top:2px solid #e28400!important;padding-top:0!important}.grey-flag:hover{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.col-usa-mobile{margin-top:-5px!important;vertical-align:middle;height:18px;padding-left:8px;width:auto}.col-australia-mobile{vertical-align:bottom;height:72px;padding-left:8px}.col-usa-redline,.cs-usa-mobile{margin-top:-5px!important;vertical-align:middle;width:auto;opacity:.5}.col-usa-redline{height:26px;padding-left:6px;filter:grayscale(100%)}.cs-usa-mobile{height:15px;padding-left:8px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.dropdownbox ul ul li a:hover .col-usa-redline,.dropdownbox ul ul li a:hover .cs-usa-mobile{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.dropdownbox ul ul li:hover a::after{color:#000}.right-nav-side{Display:inline-block!important;vertical-align:top;margin-top:-79px}.top-recent-post-nav{font-size:14px!important;color:#989898}.top-recent-post-nav:hover{color:#000;text-decoration:underline}.top-recent-post-nav .svg-inline--fa{height:12px;width:22px}.dropdownbox{background-color:#fff;height:50px;position:relative;width:auto;margin:auto;cursor:pointer;display:inline-block;z-index:1}.dropdownbox ul{list-style:none;padding:0;line-height:0}.dropdownbox ul li a{float:left;display:block;text-align:center;color:#000;text-decoration:none;text-transform:uppercase}.dropdownbox ul li a:hover{background-color:#fff;display:block}.dropdownbox:hover ul{display:block}.dropdownbox ul ul{display:none;list-style:none;position:absolute;left:0;top:45px;width:103%;background:#fff;border:2px solid #f1f1f1;margin-left:-5px;padding:8px 14px 8px 5px;line-height:40px}.dropdownbox ul ul li a{float:none;display:block;text-align:left;width:auto;position:relative}.dropdownbox ul ul li a::after{content:"\f067";font-family:'Font Awesome 5 Pro';font-weight:300;position:absolute;top:0;color:#d4d4d4;right:0}.dropdownbox ul ul li a:hover{color:#f1f1f1}span.button-nav{font-family:HelveticaNeueLTStd-Roman;font-weight:400!important;background:#000;color:#fff;border:2px solid #fff}

/*--------------- MOBILE --------------*/

.accordion-toggle.open,.active-nav,.active-nav-2,.shrink.active-nav{display:block!important}.accordion-toggle.open{color:#d89209!important}.accordion-toggle,.success-nav-click{color:#000!important}.active-nav#pickart-menu .accordion-content,.active-nav#pickart-menu .top-logo-hover::after{display:none}.active-nav#pickart-menu .pa-ul-menu a{text-align:left;padding:8px 0 0;border-bottom:1px solid #d5d5d5;font-size:24px!important}.active-nav#pickart-menu .pa-ul-menu li{text-align:center;width:100%;max-width:100%}.active-nav#pickart-menu .pa-ul-menu{width:100%}.active-nav#pickart-menu .navigation-container{width:100%;float:none}.active-nav#pickart-menu .top-recent-post-nav{display:inline-block;padding-bottom:10px;padding-top:20px}.active-nav#pickart-menu .pa-ul-menu .tab-logo a::after{font-family:'Font Awesome 5 Pro';content:"\f067";right:-5px;position:absolute;top:5px;font-weight:300}.active-nav ul.nav-bottom{margin:0 auto!important;float:none;padding:0!important;width:100%!important}.active-nav .top-recent-post-nav{margin-top:-20px}.active-nav .col-flags{display:block;padding-bottom:20px;PADDING-LEFT:0!important;MARGIN-LEFT:0!important;WIDTH:fit-content}.active-nav#pickart-menu .bottom-nav-container{display:block!important;text-align:center!important;padding:0!important;margin:0 auto!important;float:left!important}.active-nav#pickart-menu .top-logo-hover.tab-logo:hover{border-left:none!important;border-right:none!important;height:auto;margin-left:2px}.active-nav#pickart-menu{background:#fff;width:100%;height:100%!important;position:fixed;border-top:4px solid #e28400;margin-top:-4px;overflow:scroll;z-index:99!important}.active-nav .support-button{margin-left:0!important}.active-nav nav{height:100%!important}.active-nav#pickart-menu .navigation-container{display:block!important;border-top:1px solid #bababa;margin-top:10px}.active-nav#pickart-menu .pa-ul-menu .pa-ul-menu .sub-container{display:none!important}.active-nav#pickart-menu .pa-ul-menu .pa-ul-menu{position:relative!important;left:0;width:100%;height:100%!important}.active-nav#pickart-menu .pa-ul-menu .pa-ul-menu li{width:100%}.active-nav#pickart-menu li>.pa-ul-menu a::after{display:none}.active-nav#pickart-menu .pa-ul-menu .pa-ul-menu .pa-ul-menu{left:auto!important}.active-nav#pickart-menu li:hover>.pa-ul-menu .active .sub-container{display:none!important}.top-nav-post-summary{font-size:22px!important;line-height:1.5;font-style:italic;font-weight:700}.hamburger-men{cursor:pointer}.success-nav-click{border:2px solid #000;text-align:center;width:120px}.success-nav-click:hover{color:#fff!important;background:#000!important;border:2px solid #fff;text-decoration:none}.company-name{padding-top:20px;padding-bottom:10px;color:#000}

/*------------------------------------------------------------ Planroom Pro Infographic ------------------------------------------------------------------*/


.planroom-info-screens img{margin:0 auto;float:none}.planroom-label{display:none!important;position:absolute;left:0;font-size:38px;bottom:-15%;font-family:HelveticaNeueLTStd-Lt;max-width:100%;width:100%}#label-wrap:hover .planroom-label{display:block!important}.planroom-info-screens{text-align:center;margin-top:300px}.planroom-infographic-wrapper{position:relative;z-index:1;max-width:471px;width:471px;margin:0 auto!important;float:none!important;text-align:center}.plan-infographic img{transition:transform .2s}.plan-infographic img:hover{transform:scale(1.1)}.plan-infographic{display:inline-block!important;position:absolute}.plan-info-1{top:65%;right:65.8%}.plan-info-2{top:41%;right:73%}.plan-info-3{right:67%;top:18%}.plan-info-4{top:0;right:51%}.plan-info-5{top:-14%;right:30%}.plan-info-6{top:-19%;right:0}.plan-info-7{left:30%;top:-15%}.plan-info-8{top:0;left:51%}.plan-info-9{left:67%;top:18%}.plan-info-10{left:73%;top:41%}.plan-info-11{left:68.5%;top:65%}.plan-info-1:before,.plan-info-2:before{top:50%;border:1px solid #dfdfdc;content:" ";background:#dfdfdc;position:absolute;z-index:-1;height:8px}.plan-info-1:before{width:115px}.plan-info-2:before{left:60%;width:120px}.plan-info-3:before{border:1px solid #dfdfdc;content:" ";background:#dfdfdc;position:absolute;z-index:-1;height:8px;left:60%;width:115px;top:70%}.plan-info-4:before{border:1px solid #dfdfdc;content:" ";background:#dfdfdc;position:absolute;z-index:-1;height:40px;left:55%;width:8px;top:80%}.plan-info-5:before,.plan-info-6:before,.plan-info-7:before{top:90%;width:8px;border:1px solid #dfdfdc;content:" ";background:#dfdfdc;position:absolute;z-index:-1}.plan-info-5:before{height:58px;right:45%}.plan-info-6:before{height:55px;right:50%}.plan-info-7:before{height:102px;left:45%}.plan-info-8:before{border:1px solid #dfdfdc;content:" ";background:#dfdfdc;position:absolute;z-index:-1;height:40px;right:55%;width:8px;top:80%}.plan-info-9:before{border:1px solid #dfdfdc;content:" ";background:#dfdfdc;position:absolute;z-index:-1;height:8px;right:60%;width:90px;top:70%}.plan-info-10:before,.plan-info-11:before{border:1px solid #dfdfdc;content:" ";background:#dfdfdc;position:absolute;height:8px;width:100px;z-index:-1}.plan-info-10:before{right:60%;top:50%}.plan-info-11:before{top:50%;right:50%}.plan-info-2:after,.plan-info-3:after{content:" ";border:4px solid #dfdfdc;background:#dfdfdc;position:absolute;width:2px}.plan-info-2:after{right:12%;top:50%;height:30px;z-index:-1}.plan-info-3:after{right:13%;top:70%;height:130px;z-index:-1}.plan-info-4:after,.plan-info-5:after{left:55%;background:#dfdfdc;position:absolute;height:2px;content:" ";border:4px solid #dfdfdc;z-index:-1}.plan-info-4:after{top:110%;width:90px}.plan-info-5:after{top:133%;width:54px}.plan-info-6:after{content:" ";border:4px solid #dfdfdc;right:52%;background:#dfdfdc;position:absolute;bottom:-38.5%;width:25px;z-index:-1;height:2px}.plan-info-7:after,.plan-info-8:after{content:" ";border:4px solid #dfdfdc;right:55%;background:#dfdfdc;position:absolute;height:2px}.plan-info-7:after{bottom:-79.5%;width:94px;z-index:-1}.plan-info-8:after{top:110%;width:60px;z-index:-1}.plan-info-4.outer-line span:after,.plan-info-5.outer-line span:after{z-index:-1;width:2px;content:" ";border:4px solid #dfdfdc;background:#dfdfdc;position:absolute}.plan-info-4.outer-line span:after{left:74%;top:110%;height:180px}.plan-info-5.outer-line span:after{left:66%;top:136%;height:235px}.plan-info-6.outer-line span:after{content:" ";border:4px solid #dfdfdc;right:57%;background:#dfdfdc;position:absolute;bottom:-250%;height:245px;z-index:-1;width:2px}.plan-info-7.outer-line span:after,.plan-info-8.outer-line span:after{height:180px;content:" ";border:4px solid #dfdfdc;background:#dfdfdc;position:absolute;z-index:-1;width:2px}.plan-info-7.outer-line span:after{right:74.5%;bottom:-240%}.plan-info-8.outer-line span:after{right:68%;top:110%}.plan-info-9:after{content:" ";border:4px solid #dfdfdc;left:18.5%;background:#dfdfdc;position:absolute;top:70%;height:130px;z-index:-1;width:2px}.plan-info-10:after{content:" ";border:4px solid #dfdfdc;left:17%;background:#dfdfdc;position:absolute;top:50%;height:30px;z-index:-1;width:2px}.plan-info-11:hover:before{border:1px solid #C00;background:#C00}.plan-info-11:hover:after{border:4px solid #C00;background:#C00}.plan-info-10:hover:before{border:1px solid #C00;background:#C00}.plan-info-10:hover:after{border:4px solid #C00;background:#C00}.plan-info-9:hover:before{border:1px solid #C00;background:#C00}.plan-info-9:hover:after{border:4px solid #C00;background:#C00}.plan-info-8:hover:before{border:1px solid #C00;background:#C00}.plan-info-8:hover.outer-line span:after,.plan-info-8:hover:after{border:4px solid #C00;background:#C00}.plan-info-7:hover:before{border:1px solid #C00;background:#C00}.plan-info-7:hover.outer-line span:after,.plan-info-7:hover:after{border:4px solid #C00;background:#C00}.plan-info-6:hover:before{border:1px solid #C00;background:#C00}.plan-info-6:hover.outer-line span:after,.plan-info-6:hover:after{border:4px solid #C00;background:#C00}.plan-info-5:hover:before{border:1px solid #C00;background:#C00}.plan-info-5:hover.outer-line span:after,.plan-info-5:hover:after{border:4px solid #C00;background:#C00}.plan-info-4:hover:before{border:1px solid #C00;background:#C00}.plan-info-4:hover.outer-line span:after,.plan-info-4:hover:after{border:4px solid #C00;background:#C00}.plan-info-3:hover:before{border:1px solid #C00;background:#C00}.plan-info-3:hover:after{border:4px solid #C00;background:#C00}.plan-info-2:hover:before{border:1px solid #C00;background:#C00}.plan-info-2:hover:after{border:4px solid #C00;background:#C00}.plan-info-1:hover:before{border:1px solid #C00;background:#C00}.plan-info-1:hover:after{border:4px solid #C00;background:#C00}


/*------------------------------------------------------------ Contact Card + Pricing Module ------------------------------------------------------------------*/



.custom-background {
  position: relative;
  z-index: 1;
}
.custom-background::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .2; 
  z-index: -1;
  background-size: cover !important;
  background: url(https://2049642.fs1.hubspotusercontent-na1.net/hubfs/2049642/COL%20Index%20Page/Industries%20-%20Architects/plans-architect.jpg);
}

@media (max-width: 1079px) {
  .large-stack > .row-fluid-wrapper > .row-fluid > .contact-card {
    text-align: center;
  }

}

@media (max-width: 890px) {
  .column-equal-height.medium-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    min-height: 0 !important;
  } 
  .medium-stack > .row-fluid-wrapper > .row-fluid > .contact-card {
    text-align: center;
  }

  .act-blog-i-template .column.sidebar.right {
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 768px) {
  .contact-card {
    max-height: 100% !important;
  } 
}

.notransition,
.vendor-ie .column-equal-height input,
.vendor-ie .column-equal-height textarea,
.vendor-ie .column-equal-height select {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
/* ==========================================================================
Contact Info Section
========================================================================== */
.bg-lightest {
  background: #f7f7f7;
}
.bg-light {
  background: #ddd;
}
.bg-lighter {
  background: #eee;
}
.contact-info-section h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.contact-info-section a {
  color: inherit;
}

.contact-cards {}

.contact-card {
  position: relative;
  padding: 60px 40px 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 430px !important;
  max-height: 0; 
}

.contact-form:before {
  content: "\f1d8";
}

@media (min-width: 1200px) {


  .contact-card:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .inner-col-1:hover .industries-icon img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);    
  }
  .inner-col-2:hover .industries-icon img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);    
  }


}

@media (min-width: 1080px) {
  #scrolling-menu {
    min-height: 110px;
  }
}
.video-item figure img {
  width: 100%;
}
.video-item figure a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
.video-item figure a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12.5px;
  margin-left: -7px;
  border: solid 13px transparent;
  border-left: solid 20px;
  border-left-color: grey;
  z-index: 10;
}
.video-item figure a:hover:before {
  background-color: rgba(255, 39, 0, 0.9);

}
.video-item figure a:hover:after {
  border-left-color: #fff; 
}

.uni-slider {
  min-height: 600px !important; 
}
.modal-open {
  overflow: hidden;
}

.vid-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 120px 10px;
  display: none;
  box-sizing: border-box;
  overflow: auto;
  z-index: 100;
}

.popup-modal {
  position: relative;
  margin: 0 auto;
  display: none;
}
.popup-modal .close {
  position: absolute;
  top: 18px;
  right: 30px;
  width: 28px;
  height: 28px;
  border: solid 1px #cc0000;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.popup-modal .close:before {
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  background-color: #cc0000;
  content: '';
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup-modal .close:after {
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 50%;
  margin-right: -7px;
  background-color: #cc0000;
  content: '';
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
  border-color: #ff2700;
}
.popup-modal .close:hover:before {
  background-color: #ff2700;
}
.popup-modal .close:hover:after {
  background-color: #ff2700;
}

.post-popup {
  width: 100%;
  max-width: 875px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
  padding: 20px 30px;
  font-size: 14px;
  margin-right: 60px;
  background:  #f1f1f1;
}
.post-popup .popup-video {
  font-size: 0;
}
.post-popup .popup-video video {
  width: 100%;
}
.post-popup .popup-video img {
  width: 100%;
}
.post-popup .popup-main {
  padding: 40px 30px;
}
.post-popup .popup-main p {
  margin: 0 0 10px 0;
}

/* ==========================================================================
Emphasis Line
========================================================================== */

.emphasis-line {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 60px;
  padding-bottom: 0 !important;
  background: none;
  color: #2869a5;
  font-family: ;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.emphasis-line.no-spacing {
  margin-top: 0;
  margin-bottom: 0;
}

.emphasis-line:before {
  content: "\f108";
  display: block;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Font Awesome 6 Solid';
  font-size: 26px;
  line-height: 40px;
}


.section-intro {
  margin-bottom: 60px;
  padding-bottom: 25px;
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.section-intro .cell-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.section-intro:after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  background: url(//cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png) center bottom no-repeat;
  -webkit-background-size: 100% 8px;
  background-size: 100% 8px;
}

.section-intro.no-shadow {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.section-intro.no-shadow:after {
  display: none;
}

.section-intro p {
  margin: 0 0 30px;
  opacity: 0.7;
}

.section-intro h1,
.section-intro h2,
.section-intro h3,
.section-intro h4 {
  margin: 0 0 25px;
  font-family: 'Montserrat', sans-serif;
}

.section-intro h1,
.section-intro h2 {
  font-size: 62px;
}

.section-intro.smaller h1,
.section-intro.smaller h2 {
  font-size: 46px;
  text-transform: none;
}

/* ==========================================================================
Bootstrap Grid Columns Custom Stacking
========================================================================== */

/*  No gutter
========================================================================== */

.column-no-gutter > .row-fluid-wrapper > .row-fluid > [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  margin-left: 0;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span12 {
  width: 100%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span11 {
  width: 91.66666666666666%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span10 {
  width: 83.33333333333333%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span9 {
  width: 75%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span8 {
  width: 66.66666666666666%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span7 {
  width: 58.33333333333333%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span6 {
  width: 50%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span5 {
  width: 41.66666666666667%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span4 {
  width: 33.33333333333333%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span3 {
  width: 25%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span2 {
  width: 16.66666666666667%;
}

.column-no-gutter > .row-fluid-wrapper > .row-fluid > .span1 {
  width: 8.333333333333333%;
}

/* Stack Large max-width: 1079px
========================================================================== */

@media (max-width: 1079px) {

  /* Stack large */

  .large-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  /* No gutter - Stack large */

  .container-fluid .column-no-gutter.large-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

/* Stack Medium max-width: 890px
========================================================================== */

@media (max-width: 890px) {

  /* Stack Medium Large */

  .medium-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  /* No gutter - Stack Medium Large */

  .container-fluid .column-no-gutter.medium-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

/* Stack Normal (default) max-width: 767px
includes never stacking styles
========================================================================== */

@media (max-width: 768px) {

  /* Prevent stack for columns meant to do so on lower screens */

  .smedium-mobile-center {
    float: none !important;
    display: flex !important;
    justify-content: center;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > [class*="span"],
  .tiny-stack > .row-fluid-wrapper > .row-fluid > [class*="span"],
  .never-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > [class*="span"]:first-child,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > [class*="span"]:first-child,
  .never-stack > .row-fluid-wrapper > .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span12,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span12,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span11,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span11,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span10,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span10,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span9,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span9,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span8,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span8,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span7,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span7,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span6,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span6,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span5,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span5,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span4,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span4,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span3,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span3,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span2,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span2,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
  }

  .small-stack > .row-fluid-wrapper > .row-fluid > .span1,
  .tiny-stack > .row-fluid-wrapper > .row-fluid > .span1,
  .never-stack > .row-fluid-wrapper > .row-fluid > .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
  }

  /* No gutter - stack here by default */

  .container-fluid .column-no-gutter > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    float: none;
  }

  /* No gutter - Prevent stack for columns meant to do so on lower screens */

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > [class*="span"],
  .container-fluid .column-no-gutter.large-stack > .row-fluid-wrapper > .row-fluid > [class*="span"],
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span12,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span12,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span12 {
    width: 100%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span11,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span11,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span11 {
    width: 91.66666666666666%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span10,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span10,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span10 {
    width: 83.33333333333333%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span9,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span9,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span9 {
    width: 75%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span8,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span8,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span8 {
    width: 66.66666666666666%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span7,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span7,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span7 {
    width: 58.33333333333333%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span6,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span6,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span6 {
    width: 50%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span5,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span5,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span5 {
    width: 41.66666666666667%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span4,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span4,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span4 {
    width: 33.33333333333333%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span3,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span3,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span3 {
    width: 25%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span2,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span2,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span2 {
    width: 16.66666666666667%;
  }

  .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > .span1,
  .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > .span1,
  .container-fluid .column-no-gutter.never-stack > .row-fluid-wrapper > .row-fluid > .span1 {
    width: 8.333333333333333%;
  }
}

/* Stack Medium max-width: 479px
========================================================================== */

@media (max-width: 479px) {

  /* Stack Medium */

  .container-fluid .small-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  /* No Gutter - Stack Medium */

  body .container-fluid .column-no-gutter.small-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    float: none;
  }
}

/* Stack Small max-width: 319px
========================================================================== */

@media (max-width: 320px) {

  /* Stack Small */

  .container-fluid .tiny-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  /* No Gutter - Stack Small */

  body .container-fluid .column-no-gutter.tiny-stack > .row-fluid-wrapper > .row-fluid > [class*="span"] {
    width: 100%;
    float: none;
  }
}



.section-intro {
  margin-bottom: 60px;
  padding-bottom: 25px;
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.section-intro .cell-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.section-intro:after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  background: url(//cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png) center bottom no-repeat;
  -webkit-background-size: 100% 8px;
  background-size: 100% 8px;
}

.section-intro.no-shadow {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.section-intro.no-shadow:after {
  display: none;
}

.section-intro p {
  margin: 0 0 30px;
  opacity: 0.7;
}

.section-intro h1,
.section-intro h2,
.section-intro h3,
.section-intro h4 {
  margin: 0 0 25px;
  font-family: 'Montserrat', sans-serif;
}

.section-intro h1,
.section-intro h2 {
  font-size: 62px;
}

.section-intro.smaller h1,
.section-intro.smaller h2 {
  font-size: 46px;
  text-transform: none;
}


.section-intro {
  margin-bottom: 60px;
  padding-bottom: 25px;
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.section-intro .cell-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.section-intro:after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  background: url(//cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png) center bottom no-repeat;
  -webkit-background-size: 100% 8px;
  background-size: 100% 8px;
}

.section-intro.no-shadow {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.section-intro.no-shadow:after {
  display: none;
}

.section-intro p {
  margin: 0 0 30px;
  opacity: 0.7;
}

.section-intro h1,
.section-intro h2,
.section-intro h3,
.section-intro h4 {
  margin: 0 0 25px;
  font-family: 'Montserrat', sans-serif;
}

.section-intro h1,
.section-intro h2 {
  font-size: 62px;
}

.section-intro.smaller h1,
.section-intro.smaller h2 {
  font-size: 46px;
  text-transform: none;
}


/* ==========================================================================
Cards
========================================================================== */

.card-box {
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-box-shadow 0.4s ease-in-out, -webkit-transform 0.2s  ease-in-out;
  transition: box-shadow 0.4s ease-in-out, transform 0.2s  ease-in-out, -moz-transform 0.2s  ease-in-out, -ms-transform 0.2s  ease-in-out;
}

.column-no-gutter .card-box {
  margin-right: -1px;
}

.dark .card-box {
  background: #666;
  border-color: #333;
}

@media (min-width: 1200px) {

  .card-box:hover {
    position: relative;
    z-index: 1;
    border: none;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1,1.1) translateY(-10px);
    -ms-transform: scale(1.1,1.1) translateY(-10px);
    transform: scale(1.1,1.1) translateY(-10px);
  }
}

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

.card-image img {
  width: 100% !important;
  height: auto !important;
}
.card-header h1 {
  font-size: 40px; 
  padding-top: 30px !important;
}

@media (max-width: 1036px) {
  .card-header h1 {
    font-size: 34px !important;
  }
}

@media (max-width: 768px) {
  .uda_logo_single {
    max-width: 200px; 
  }
  .career-borders {
    padding-top: 30px;
    border-left: none;
    padding-left: 0 !important;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 30px;
  }

  .card-header h1 {
    font-size: 22px; 
  }  
  .professional {
    margin-top: 0 !important;
  }
  a.topLink i {
    font-size: 40px !important;
  }
}
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4 {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 20px;
  background: #444;
  border-bottom: 4px solid #CC0000;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-family: 'Montserrat', sans-serif;
}

.card-header h1:empty,
.card-header h2:empty,
.card-header h3:empty,
.card-header h4:empty {
  padding: 0;
}


/* Card Boxes custom module */

.row-fluid .keep-card-position .card-box {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.row-fluid .keep-card-position .card-box {
  text-align: left;
}

.section-intro {
  margin-bottom: 60px;
  padding-bottom: 25px;
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.section-intro .cell-wrapper {
  max-width: 80%;
  margin: 0 auto;
}

.section-intro:after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  background: url(//cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png) center bottom no-repeat;
  -webkit-background-size: 100% 8px;
  background-size: 100% 8px;
}

.section-intro.no-shadow {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.section-intro.no-shadow:after {
  display: none;
}

.section-intro p {
  margin: 0 0 30px;
  opacity: 0.7;
}

.section-intro h1,
.section-intro h2,
.section-intro h3,
.section-intro h4 {
  margin: 0 0 25px;
  font-family: 'Raleway', sans-serif;
}

.section-intro h1,
.section-intro h2 {
  font-size: 62px;
}

.section-intro.smaller h1,
.section-intro.smaller h2 {
  font-size: 46px;
  text-transform: none;
}


/* ==========================================================================
Pricing Section
========================================================================== */

.bottom-shadow:after{bottom:-8px;background-image:url(//cdn2.hubspot.net/hub/273774/file-1281286278-png/mp/themes/Act-Theme/images/bottom-shadow5.png);border-radius:0}.pricing-plans{padding-top:40px}.pricing-section .card-box{display:block;overflow:hidden;background:#f7f7f7!important;border:1px solid #eee}.pricing-section .card-box:hover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;-webkit-box-shadow:0 10px 0 -5px rgba(0,0,0,.03);box-shadow:0 10px 0 -5px rgba(0,0,0,.03);border:1px solid #eee}.pricing-section .card-box .card-content{padding:0}.card-content p:last-child{margin-bottom:0}.card-content h4{margin-bottom:5px}.card-header h3{font-size:25px}.pricing-section .price{padding:10px 20px;background:#fff;font-size:40px;font-weight:300}.pricing-description{padding:20px;background:#f1f1f1;border-top:1px solid #eee;border-bottom:1px solid #eee}.pricing-features{padding:30px 40px;background:#fff;text-align:left}.pricing-features h4{margin-bottom:15px}.pricing-features ul{margin:0;padding:0}.pricing-features ul li{padding-top:10px;padding-bottom:10px;border-top:1px solid #eee;font-size:.9em;padding-left:40px; color: black;}.pricing-features ul li:first-child{border-top:none}.pricing-features ul li:before{content:"\f058";font-family:'Font Awesome 5 Pro';top:10px;left:12px;color:#3999D6;z-index:1}.call-to-action-button{padding:20px;border-top:1px solid #eee;background:#f1f1f1!important}.basic-price,.enterprise-price,.professional-price{font-size:40px;padding-top:5px;padding-bottom:5px;font-family:HelveticaNeueLTStd-Bd!important}.professional{margin-top:-40px;box-shadow:0 0 5px 1px #3595ec;border-collapse:collapse;position:relative}@media (max-width:768px){.pricing-section .smedium-stack>.row-fluid-wrapper>.row-fluid>.card-box{display:block!important;max-width:none;margin-left:0;margin-right:0;margin-bottom:60px}.pricing-section .card-box.professional{margin-top:0}.newsroom-text-wrapper{max-height:100%;background:#383737}.newsroom-text{position:relative!important;margin-top:-60px!important;padding:0!important;background:0 0}.featured-event-block{border-top:4px solid #d89209;background:#fff;padding:30px;max-width:480px}.reg_offer_container{margin-bottom:100px;margin-top:0}.centeredfeature.newsroom-text p{padding-bottom:20px;max-width:100%!important}}@media (max-width:480px){.pricing-section .price{padding-top:20px;padding-bottom:20px;font-size:30px}.pricing-section .card-box.professional .price{font-size:38px}}@media (max-width:320px){.pricing-section .features{padding-left:20px;padding-right:20px}.pricing-section .features ul li{padding-left:25px}.pricing-section .features ul li:before{left:5px}}.card-box{margin-bottom:40px;border-radius:6px 6px 5px 5px}.card-boxes.smedium-stack{text-align:center}.smedium-stack>.row-fluid-wrapper>.row-fluid>.card-box{display:block!important;float:none!important;max-width:250px;margin-left:auto!important;margin-right:auto!important}.pricing-features ul li.computer-icon:before,.pricing-features ul li.device-icon:before,.pricing-features ul li.qb-icon:before,.pricing-features ul li.storage-icon:before,.pricing-features ul li.support-icon:before,.pricing-features ul li.user-icon:before{content:"\f00c";position:absolute;font-family:'Font Awesome 6 Solid'}.sup{vertical-align:super;font-size:50%;line-height:20px}
.pricing-description p {
  color: black;
}
/*------------------------------------------------------------ Language Switcher ------------------------------------------------------------------*/

.language-switch {
  margin-left: -35px !Important;
  margin-right: 35px;
  vertical-align: bottom;
}


.lang_list_class {
  display: none;
  position: absolute;
  top: 34px;
  left: 20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding: 28px 0 0 0;
}

.lang_list_class li:first-child {
  padding: 15px;
  border-top: 2px solid #f1f1f1;
}

.lang_list_class li:last-child {
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
}

.lang_list_class li a:hover {
  color: #ed0000;
}

.lang_list_class li {
  font-size: 13px;
  padding: 15px !Important;
  background-color: #fff;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  display: block;
  width: 150px !Important;
  height: auto;
  text-align: left;
}


.lang_list_class:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: 4%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #f1f1f1;
  margin-left: auto;
}

.lang_list_class:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 4%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  margin-left: auto;
  margin-bottom: -1px;
}



/*------------------------------------------------------------ All Stylesheet Responsive Styles ------------------------------------------------------------------*/

@media (min-width:1080px) and (max-width:1295px){
  .nav-image .hero-title h1 {
    font-size: 48px;
  }
}

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

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

  h1 {
    font-size: 40px;
    line-height: 1 !important;

  }
  .uni-slider  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 35px !Important;

  }

  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:768px){

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

  h1 {
    font-size: 33px;
    line-height: 1.1 !important;
  }
  .uni-slider  h1 {
    font-size: 33px;
  }
  .hero-title h1 {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  }
  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 22px!important;
  }

  h4{
    font-size: 20px !important;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
  }

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

  h6{
    font-size:12px;
  }
  .index-col {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .index-col .centered {
    padding: 0 10px !Important;
  }
  li.listing_quotes {
    padding: 35px 0px;
  }
  .listing_quotes h3 {
    line-height: 38px;
  }
  .button-2set {
    height: 20px !important;
    position: relative !important;
    text-align: center !important;
  }  
  span.secondary-header {
    font-size: 20px;
    line-height: 30px;
  }

  .hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3 {
    line-height: 30px !important;
  }  

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

  .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;
  }
  .outer-line span:after {
    display: none !important;
  }

  .plan-info-1,
  .plan-info-2,
  .plan-info-3,
  .plan-info-4,
  .plan-info-5,
  .plan-info-6,
  .plan-info-7,
  .plan-info-8,
  .plan-info-9,
  .plan-info-10,
  .plan-info-11 {
    top: auto !important;
    right: auto !important;
    left: auto !Important;
  }  



  .plan-info-1:before,
  .plan-info-2:before,
  .plan-info-3:before,
  .plan-info-4:before,
  .plan-info-5:before,
  .plan-info-6:before,
  .plan-info-7:before,
  .plan-info-8:before,
  .plan-info-9:before,
  .plan-info-10:before,
  .plan-info-11:before {
    display: none !Important;
  }




  .plan-info-1:after,
  .plan-info-2:after,
  .plan-info-3:after,
  .plan-info-4:after,
  .plan-info-5:after,
  .plan-info-6:after,
  .plan-info-7:after,
  .plan-info-8:after,
  .plan-info-9:after,
  .plan-info-10:after,
  .plan-info-11:after {
    display: none !Important;
  }

  .plan-infographic {
    position: relative;
  }
  .planroom-info-screens img {
    display: none;
  }

  .planroom-label {
    display: block !important;
    position: relative;
    width: 100% !important;
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .planroom-infographic-wrapper {
    max-width: 100%;
    width: 100%;
  }

  div#label-wrap {
    width: 100% !Important;
    display: block !important;
  }  
}
@media (max-width: 600px){
  h1 {
    font-size: 33px;
    line-height: 1.1 !important;
  }
  h4 {
    font-size: 20px !important;
  }
  .hero-title h4 {
    margin-top: -12px !important;
  }

  .hero-mobile-class .hero-title h4 {
    line-height: 22px;
    max-width: 300px;
    float: none;
    margin: 0 auto;
  }

  .client-success-cred .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    top: -10%;
  }
  .hero-title h1,
  .hero-title h4 {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  }

}

@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 .row-fluid .hs-form fieldset.form-columns-2 .input, body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right: -16px !important;
  }
  span.hs_date {
    padding-bottom: 10px;
  }
  .body-container-wrapper .simple-cta a.cta_button{
    width:auto;
  }


  h4 {
    font-size: 20px !important;
    line-height: 25px;
  }
  .hero-title {
    top: 12% !important;
  }

  .large-hero-divider .hero-title {
    top: 33% !important;
  }
  span#total-break-1,
  span#plan-price,
  span#addpro_total,
  span#total {
    font-size: 20px !important;
  }
}


@media (max-width: 400px) {
  .index-col {
    background-attachment: scroll !important;
    background-size: cover !important;
    min-height: 50px !important;
  }
  div#designed-for {
    background-size: cover !important;
  }
  .breakdown.tally {
    font-size: 16px !important;
  }
  span#total-break-1, span#plan-price, span#addpro_total, span#total {
    font-size: 16px !important;
  }
  span#total-break-1 {
    text-align: right;
  }
  .projects {
    margin-top: -100px;
  }
  .header-subtext h2 {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
  }
  .hero-title {
    top: 15% !important;
  }
  .ppp span {
    display: none;
  }
}


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






@media (max-width:768px){
  div#panel_outer {
    width: 100% !important;
    margin-left: 0;
  }
  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;
  }   

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

}



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


@media (max-width: 1080px){
  .index-col {
    padding: 31% !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
  .newsroom-text {
    position: relative !important;
    margin-top: 0 !Important;
    padding-top: 40px;
    padding-bottom: 60px;
  }  

  .nav-image .hero-title,
  .nav-image .hero-title h1,
  .nav-image .hero-title h4,
  .nav-image .hero-title p {
    text-align: center !Important;
  }

  .nav-image .hero-title {
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
    float: none;    
  }  
  .nav-image .hero-title .hero-title-container div {
    float: none !important;  
  } 

  .industry-strip-text {
    display: block !important;
    width: 100% !important;
    padding-top: 20px;
    margin-left: 0 !important;  
  }

  .industry-strip-text h3,
  .industry-strip-text h4,
  .industry-strip-text div {
    text-align: center !important;
  }  

  .industry-strip-text .industry-demo-button-2 {
    margin: 0 auto;
    float: none;
    text-align: center !important;
    max-width: fit-content;
  }

  .industry-strip {
    width: 100% !important;
    float: none !important;
  } 

  .industry-strip-img {
    margin: 0 auto !important;
    float: none !important;
    width: 80% !important;
    text-align: center;
  }  

  .nav-image-column {
    position: relative; 
    background: none; 
    z-index: 1; 
    display: none !Important;
  }  

  .nav-image-column-inner { 
    width: 80% !important;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto !important;
    float: none !important;
  } 

  .nav-image-column-inner-col {
    border-left: none; 
    border-top: solid 4px #d47b00;
    border-bottom: none;
  }
  .nav-image-column-inner h3 span { 
    color: #000 !important;
  } 

  .industries-icon img {
    margin: 0 auto;
    float: none;
    display: block;
  }

  .newsroom-text .button-two-button {
    margin-left: auto;
    margin-right: auto;
    float: none;
  } 
  .sidebar-form {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .sidebar-slider-custom {
    max-width: 100% !important;
    position: relative;
    margin-top: -20px;
    height: 300px !important;
    max-height: 300px !important;
  }

  .sidebar-form-inner {
    display: block !important;
    width: 100% !important;
    padding-top: 0 !important;
  }
  .sidebar-header {
    max-width: 100%; 
    width: 100%;
    display: block;
  }
  .sidebar-slider-wrapper {
    margin-bottom: 40px !important;
    width: 100% !important;
  }
  .sidebar-slider-custom .hs_cos_flex-slider .hs_cos_flex-slides img {
    width: auto;
    height: 450%;
  }

  .side-slider-logo img {
    max-width: 180px;
  }
  .side-slider-logo {
    position: absolute;
  }
  .form-sizing {
    max-width: 100% !important;
    width: 100% !important;
  }

  .sidebar-slider-custom .hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0;
    width: 100%;
    max-width: 100%;
    top: 25%;
    float: left;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .sidebar-quote {
    width: 23.5%;
    max-width: 100%;
  }
  .sidebar-quote h3 {
    line-height: 30px !important;
  }
  .sidebar-quote p {
    padding-top: 0 !important;
  }
  .sidebar-slider-custom ol.hs_cos_flex-control-nav.hs_cos_flex-control-paging {
    display: none !important;
  }
  .slider-credibility {
    position: relative;
    opacity: .8;
    width: 80%;
    padding-top: 50px;
    margin: 0 auto;
    padding-bottom: 10px;
    float: none;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
  }

  .uni-slider {
    min-height: 100% !important; 
  }  
  .timeline-text-wrapper {
    position: relative!important; 
  }
  .time-image-text {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }  
  .time-image-text h4 {
    text-align: left !important;
  }  
  .time-image-text h1 {
    text-align: left !important;
  }
  .timeline-image-gallery-left {
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
  }  
  .timeline-image-gallery {
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
  }  
}


@media (max-width:1024px){

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





@media(max-width:768px){

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

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

  .feature-table-icon td {
    width: 100% !important;
    display: block !important;
  }


  tr.feature-table-icon {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
  }  

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

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

  .dreampack-01-blog .row-fluid .post-item:first-child .post-data-container p {
    font-size: 16px !important;
  }
  .dreampack-01-blog .row-fluid .post-item:first-child .top-heading a {
    font-size: 30px !Important;
  }

}


@media (min-width: 1700px) {
  #designed-for .hero-title {
    width: 55% !important;
    right: 350px !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: block;
    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%;
  }

}






@media(min-width:1198px){


  .dp_footer_10 form .hs-button.primary.large{
    position: absolute;
    top:0;
    margin:0px;
    right:0;
    padding: 11px 50px !important;
    background: #000000;
    border-radius: 0;
    border: 2px solid #ffffff;
  }

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


}

@media (max-width: 1280px){
  .large-hero-divider h1 {
    font-size: 120px;
  }
}


@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: 0;
  }

}


@media(min-width:769px) 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:57%;
  }


}



@media screen and (max-width: 1120px) {
  .rec-post-item {
    width: 43% !Important;
    min-width: 43% !Important;
    margin-bottom: -30px !Important;
  }
  .index-calendar-title {
    text-align: center !important;
  }
  .rec-post-title {
    font-size: 15px !important;
    padding-right: 15px !important;
  }
}

@media(max-width:768px){
  .dp_footer_10 .bottom-section{
    text-align:center;
  }

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

  .mobile-simple-menu:first-child {
    display: block !important;
  }
  .simple-menu-form #hs_form_target_module_1507717733575519 {
    display: block;
    margin-top: -35px;
  }

  .simple-menu-form h3::before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #d89209;
    position: absolute !important;
    right: 40px;
    max-width: 100%;
    display: inline-block !important;
    text-align: right;
  }  

  .mobile-menu-header {
    position: relative;
    cursor: pointer;
  }

  .active-mobile {
    display: block !important;
  }
  .row-fluid .menu-col-1-grp, .row-fluid .menu-col-2-grp, .row-fluid .menu-col-3-grp {
    width: 100%;
    margin-left: 0;
  }

  .row-fluid .email-social-share {
    width: 100%;
    margin-left: 0;
  }  
  .micro-4col-row .inner-column-text h5 {
    font-size: 20px;
  }
}

.micro-subheader {
  font-size: 50px; 
  margin-bottom: 0 !important;
  color: #fff;
}
@media (max-width: 768px) and (min-width: 500px) {
  .micro-4col-row {
    margin: 0 !important;
    width: 50% !important;
    display: inline-block !important;
    padding: 10px;
  }
  .micro-subheader {
    font-size: 40px !important;
    margin-bottom: 10px !important;
    color: #fff;
    line-height: 1.2 !important;
  }
  div#award-set {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}


@media (max-width:600px){
  .index_top .page-header.section-header p {
    display: none !important;
  }
  .secondary-table {
    display: none;
  }

  .features-table {
    display: none;
  }

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

  .featurerow {
    font-size: 30px !Important;
  }
  .client-page-quote q {
    font-size: 22px; 
  }
  .client-success-cred p {
    font-size: 16px;
  } 
  .client-success-cred .hs-rss-description a{
    font-size: 14px;
  }

  .contentArea-tile {
    width: 300px!important;
  }

  .client-success-cred .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    background: rgba(255,255,255,0.5);
  }

}

@media (max-width: 1200px) {
  .industry-column-2 {
    width: 49% !important;
    margin-left: 40px !important;
    margin-bottom: 10px;
  }
  .industry-column-4 {
    width: 49% !important;
    margin-left: 10px !important;
    margin-bottom: 10px;
  }
  .industry-column-1,
  .industry-column-3 {
    display: block !important;
    width: 49% !important;
    margin-left: 0 !Important;
    margin-bottom: 10px;
  }
  #industry-tile-hover img.hs-image-widget {
    width: 100% !important;
  }
  div#industry-row-1 {
    width: 100% !important;
  }
  .kenburns::before {
    top: 40%;
  }
  .industry-titles span {
    font-size: 16px;
  }
}
@media (max-width: 1200px) and (min-width: 801px) {
  ul.hs_features_included li {
    line-height: 35px !important;
    padding-left: 2px !important;
  }
  table.included_features_chart tr:last-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 800px) and (min-width: 600px) {
  div#panel_outer {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  div#header_wrapper .span12,
  div#slider_wrapper .span12 {
    padding-left: 0 !important;
  }
  table.included_features_chart td {
    min-width: 33% !important;
    width: 33% !important;
    padding-right: 0px !important;
    padding-left: 0 !important;
  }
  table.included_features_chart {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 auto;
    float: none;
  }
  table.included_features_chart tr:last-child {
    margin-top: -140px !important;
    float: none;
    display: inline-block !important;
    width: 100% !important;
  }
  .panels .panel {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  table.included_features_chart tr:last-child {
    margin-top: 0 !important;
  }
  table.included_features_chart td {
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width:768px){
  .hero-title {
    position: relative !important;
    text-align: left;
    font-family: HelveticaNeueLTStd-Bd;
    width: 100%;
    right: auto;
    float: none !important;
    z-index: 1;
  }
  .index-col {
    padding: 60px 0 40px 0  !important;
  }
  #industry-tile-hover {
    width: 49%;
    display: inline-block !important;
  }
  .client_projects {
    width: 100% !important;
    display: inline-block !important;
    text-align: center !Important;
  }
  .client_projects__logo {
    width: 30% !important;
    text-align: center !important;
    display: inline-block !important;
  }
  .industry-column-1,
  .industry-column-2,
  .industry-column-3,
  .industry-column-4 {
    width: 100% !important;
    margin-bottom: 0 !Important;
  }
  .industry-column-2,
  .industry-column-4 {
    margin-left: 0 !important;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    position: relative;
  }
  .inner-col-2 {
    padding-top: 60px;
  } 
  .inner-column-text {
    text-align: center;
    padding-top: 20px;
  }   
  .hs-rss-date {
    margin-bottom: 20px; 
  }

  .second-row-rss {
    margin-top: -120px;
    margin-bottom: -80px;
  }

  .number-row:after {
    display: none;
  }

  .bottom-group {
    left: 10%;
  }
  .news-outer-wrapper {
    padding-top: 10px;
    margin-bottom: -16px;
  }
  .scrolls-rss {
    height: 30px;
    padding-top: 18px;
  }
  .scrolling-rss:first-child {
    padding-left: 500px;
  }

  .row-image-size img {
    width: 100% !important;
  }
  .uni-slider .hs_cos_flex-slider .superimpose .caption {
    text-align: center;
    top: 28%;
  }
  .uni-slider h1 {
    padding-bottom: 0;
  }

  .cta-standard {
    font-size: 12px;
    background: #000;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 10px 0 10px;
    font-weight: normal;
    font-family: HelveticaNeueLTStd-Md;
    border: 2px solid #fff;
    text-transform: none;
    margin: 0 auto;
    float: none;
    max-height: 40px;
    margin-top: 0 !important;
  }
  .uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav {
    right: 0 !important;
    padding-left: 50px !important;
  }
  .hs_cos_flex-slider .superimpose .caption {
    background-color: none;
    position: absolute;
  }
  .caption h4 {
    line-height: 1.4;
  }
  .feature-image-column {
    position: absolute;
    padding-top: 30px;
    background: #00000063;
    width: 100% !important;
    text-align: center;
    height: 100%;
    top: 0;
  }
  .feature-image-column h1, .feature-image-column h3 {
    color: #fff !important;
  }

  .feature-image-column .span5.widget-span.widget-type-custom_widget {
    width: 100%;
  }  
  div#award-set.first-award {
    margin-top: -25px;
  } 
  .industry-strip-img {
    display: none !important;
  }
  .industry-strip-text.hs_feature_paragraph.section-header h2, .industry-strip-text.hs_feature_paragraph.section-header p {
    text-align: center !important;
  }
}






@media (min-width:768px){

  .dp_testimonial_03{
    padding:150px 0;
  }

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

}








@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));
  }

}






@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:768px){
  .feature_group p {
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .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: 0px 20px 70px;
    box-sizing: border-box;
  }

  .dreampack-01-blog .row-fluid .post-item:first-child .post-data-container:hover {
    border-top: none !important;
  }

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






@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: 0;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
  }
}




@media (max-width:768px){

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


@media (max-width: 1180px) {
  #outer-acc-wrap {
    width: 100%;
  }
  .sticky-stop {
    position: relative !important;
    top: 0;
  }
  #stop-sticky {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1250px){
  #pickart-menu .pa-ul-menu a {
    padding: 0 10px 0 10px; 
  }
  .top-recent-post-nav {
    display: none;
  }
}

@media (max-width: 1080px){
  .shrink#pickart-menu .navigation-container {
    display: none !important; 
  }

  .white-wrapper {
    border: none;
  }  

  .white-wrapper h6 {
    text-align: left !important;
  } 

  .white-wrap-col-1,  
  .white-wrap-col-2, 
  .white-wrap-col-3, 
  .white-wrap-col-4 {
    width: -webkit-fit-content;
    width: fit-content;
  }

  .white-wrapper-small, .white-wrapper-medium {
    height: auto !important;
  }  

  .white-wrapper-large {
    height: auto !important;
    width: 100% !important;
    margin-left: auto;
    text-align: left;
  }  

  .active-nav#pickart-menu .pa-ul-menu .pa-ul-menu .white-wrapper-large li {
    width: 100%;
    text-align: left;
    margin-left: 0 !Important;
  }  

}


@media (max-width: 1080px){
  .navigation-container {
    display: none !important; 
  }
  .bottom-nav-container {
    display: none !important; 
  }
  nav#pickart-menu {
    height: 58px !important; 
  }

  .logo-mobile {
    width: 100%;
  }

  .active-nav#pickart-menu .logo-mobile {
    border-bottom: 1px solid #ececec;
  }  

  .active-nav ul.nav-bottom {
    padding-top: 20px !important;
  }

  .active-nav .col-flags {
    display: block;
    padding-bottom: 20px;
    PADDING-LEFT: 0 !IMPORTANT;
    MARGIN-LEFT: 0 !IMPORTANT;
    width: 100%;
    margin-right: 0;
    text-align: left;
  }

  .mobile-menu {
    display: inline-block;
    float: right;
    font-size: 25px;
    padding-top: 8px;
  }

  .col-usa-mobile {
    height: 18px !important;
  }
  .col-australia-mobile {
    height: 50px !important;
    margin-top: -4px;
  }  

}





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

  .scroll-menuleft {
    display: none !Important; 
  }

  .hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-post-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

}


@media (max-width: 980px) {
  .large-hero-divider h1 {
    font-size: 60px !Important; 
    padding-bottom: 15px;
  }  
}


@media (max-width:768px){



  .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;
    background-attachment: scroll !important;
  }

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

  .newsroom-text h2 {
    font-size: 40px !important;
    line-height: 1;
  }  


}


@media (max-width: 1180px){
  .large-hero-divider h1 {
    font-size: 80px;
    padding-bottom: 28px;
  } 
  .timeline-center div:before,
  .timeline-image-gallery:before,
  .timeline-image-gallery-left:before,
  .timeline-center:before,
  .timeline-center:after,
  span.dot-1:before,
  span.dot-2:before,
  span.dot-3:before {
    display: none;
  }  
  .sticky-nav {
    position: relative;
    top: 10%;
    min-width: 100%;
    margin-top: 0;
  }
  .sticky-stop {
    position: relative !important;
    top: 0;
  }
  .accordion-header {
    width: 100%; 
  }
}


@media (max-width:1024px){

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


@media (max-width: 1000px) {
  .mobile-product-shot {
    display: block !important;
  }
}


@media (max-width:768px){
  #client_cred_trial {
    display: none !Important;
  }
  .sidebar-header {
    padding-top: 20px !Important;
  }
  .side-slider-logo {
    margin: 0 auto;
    float: none;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -20px;
  }

  .sidebar-slider-wrapper {
    border-top: 4px solid #d98209;
  }
  .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;
  }

  body.dreampack-01-blog .container-fluid .row-fluid .blog-body-container .post-item:nth-child(3) {
    width: 100%;
    margin-right: auto;
    float: none;
    margin-bottom: 0;
    margin-left: 0px;
  }

  body.dreampack-01-blog .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2) {
    margin-right: 0px;
  }

  .dreampack-01-blog .hero-recent-post{
    min-height: none !important;
  }


  .rec-post-item {
    max-width: 100% !Important;
    width: 80% !Important;
    text-align: left !Important;
    padding-left: 0;
    margin-left: 60px !important;

  }
  .rec-post-summary p {
    text-align: center !important;
  }
  .rec-post-summary div  {
    text-align: left !important;
  }
  .index-calendar-title {
    font-size: 28px !Important;
    margin-bottom: 20px !Important; 
    padding-top: 40px !Important;
    padding-left: 0px !Important;
    text-align: center !important;
  }

  .rec-post-title {
    padding-bottom: 25px !important;
    border-bottom: 2px solid whitesmoke !important;
  }
  .rec-post-summary a {
    color: #e28400 !important;
  }

  .overlay-ribbon {
    width: 7em;
    height: 7em;
  }
  .overlay-ribbon:before {
    bottom: -2.5em;
    border-top: 3em solid #e28400;
    border-right: 7em solid transparent;
  }
  .overlay-ribbon:after {
    bottom: -2.5em;
    border-top: 3em solid #e28400;
    border-left: 7em solid transparent;
  }
  .ribbon-content h3 {
    padding: 8px 0 5px 0;
    line-height: 16px;
    font-size: 15px !important;
  }



  .contentArea-tile {
    border: 1px solid #f1f1f1;
    width: 450px!important;
    min-height: 469px !Important;
    margin: 0 auto !important;
    float: none !important;
    margin-left: auto !important;
    padding-bottom: 40px;
  }

  .contentArea-tile span {
    margin: 0 auto;
    float: none;
  }

  .contentArea-tile img {
    width: 100% !Important;

  }
  .client-success-cred p {
    font-size: 20px;
  }


  .award-1 {
    border-right: none !important;
    padding-right: 0px !Important;
  }
  .award-2 {

  }
  .award-3 {
    border-left: none !important;
    padding-left: 0px !Important;
  }
}


@media (max-width: 500px){
  .industry-strip-text.hs_feature_paragraph.section-header h2, .industry-strip-text.hs_feature_paragraph.section-header p {
    text-align: center !important;
  }
  .industry-strip-img {
    display: none !important;
  }
  .\#pa-logo {
    height: 16px !important;
  }
  .col-usa-mobile {
    vertical-align: middle;
    max-height: 13px;
    padding-top: 1px;
  }
  .section-intro.smaller h1, .section-intro.smaller h2 {
    font-size: 30px;
  }
  .col-australia-mobile {
    height: 40px !important;
  }  
  .mobile-menu {
    font-size: 20px;
    padding-top: 5px;
  }
  nav#pickart-menu {
    height: 40px !important; 
  }
  .logo-mobile {
    margin-left: -5px;
  }
  .dropdownbox {
    margin-top: -5px;
  }
  .dreampack-01-blog .hero-recent-post {
    padding: 60px 0 0;
    border: 0;
    min-height: 300px !important;
  }
  .dreampack-01-blog .row-fluid .post-item:first-child .bg-container .feature-bg {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    height: auto;
  }

  .large-hero-divider h1 {
    font-size: 40px!important;
    padding-bottom: 30px;
  }  

  .large-hero-divider h4 {
    line-height: 22px;
  }
  .ken-row {
    min-height: 200px;
  }
  .scrolling-rss:first-child {
    padding-left: 300px;
  } 
  .scrolls-rss {
    padding-top: 15px;
  }
  .sidebar-slider-custom .hs_cos_flex-slider .hs_cos_flex-slides img {
    height: 200%;
  }
  .uni-slider .hs_cos_flex-slider .superimpose .caption {
    top: 18%;
    background: none !important;
  }	
  .caption .centered {
    padding: 0 10px !important;
  }
  .nav-image .hero-title {
    width: 100%;
  }
  .uni-slider h1 {
    font-size: 33px !important;
    line-height: 1.1 !important;
  }
  .uni-slider h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding-top: 8px;
  }
  .uni-slider .hs_cos_flex-slider .superimpose .cta-standard a {
    padding: 0 !important;
  }

  .uni-slider .hs_cos_flex-slider .hs_cos_flex-direction-nav {
    display: none !important;
  }
  .uni-slider .hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 100%;
    display: block;
    border-radius: 0px;
    max-width: 100%;
    min-height: 350px;
    background-size: cover;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  } 
  .featured-event-block {
    max-width: 250px;
  }
  .white-wrap-col-1,
  .white-wrap-col-2,
  .white-wrap-col-3,
  .white-wrap-col-4 {
    width: 100%;
  }
}
@media (max-width: 350px){

  img.cred-img-here {
    width: 120px !important;
  }
  .col-usa-mobile {
    max-height: 12px;
    padding-top: 2px;
  }
}
@media (width:768px) {
  .footer-container-wrapper .social-group {
    width:100%;
    margin:0!important;
  }
}
@media (max-width:767px) {
  .social-group .award-icons .row-fluid  {
    display:grid;
  }
  .social-group .award-icons .row-fluid::before,
  .social-group .award-icons .row-fluid::after {
    display:none;
  }
}
@media (max-width:767px) and (min-width:551px) {
  .social-group .award-icons .row-fluid  {
    grid-template-columns:auto auto auto auto;
  }
}
@media (max-width:550px) {
  .social-group .award-icons .row-fluid  {
    grid-template-columns:auto auto;
  }
  .award-icons {
    text-align:center; 
  }
}
@media (max-width:1100px) {
  #logging_features .grid-container.feature-grid {
    grid-column-gap: 5em!important;  
  }
}

/* Universal Dark Theme */
.black {
  background-color: black;
}
.grey{
  background-color: #444547; 
}
.dark_grey{
  background-color: #2a292b; 
}
h1, h2, h3, h4, h5, h6, p, li {
  color: #ffffff;
}
.body, .body-container.container-fluid {
  background: #444547 !important;
}
/* Universal Dark Theme */