/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('//fonts.googleapis.com/css?family=Open+Sans');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/css/Font-Awesome.css');

@font-face {
  font-family: "icomoon";
  font-style: normal;
  src: url("//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/icomoon.eot"),
      url("//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/icomoon.woff") ,
      url("//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/icomoon.ttf");
}

@font-face {
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  src: url("//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/Pe-icon-7-stroke.eot"),
      url("//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/Pe-icon-7-stroke.woff") ,
      url("//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/Pe-icon-7-stroke.ttf");
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */
@media screen and (max-width: 768px){
  body{
    overflow-x: hidden;
  }
  .cm-testi-mod.col1, .cm-testi-mod.col2, .cm-testi-mod.col3 {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0%;
    position: relative;
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 373px;
	}
  .cm-two-col-right-cwi-mod.col1, .cm-two-col-right-cwi-mod.col2{
    width: 100%!important;
  }
  .cm-two-col-right-cwi-mod.col2{
  	margin-top: 0px;
    margin-bottom: 0px;
  }
  #hs_cos_wrapper_widget_1513667312411 > div > div > div > div.content-group{
    width: 100%!important;
    background-color: white!important;
  }
  #hs_cos_wrapper_widget_1513667726305 > div > div > div > div.content-group{
    width: 100%!important;
  }
  #hs_cos_wrapper_widget_1513668064374 > div > div > div > div.content-group{
    width: 100%!important;
  }
  #hs_cos_wrapper_widget_1513667312411 > div{background: none!important;}
  #hs_cos_wrapper_widget_1513667726305 > div{background: none!important;}
  #hs_cos_wrapper_widget_1513668064374 > div{background: none!Important;}

  #hs_cos_wrapper_widget_1513668996235{width: 100%!important;}
  #hs_cos_wrapper_widget_1513669087642{width: 100%!important;}
  #hs_cos_wrapper_widget_1513669095885{width: 100%!important;}
  #hs_cos_wrapper_widget_1513669347369{width: 100%!important;}
  #hs_cos_wrapper_widget_1513669491280{width: 100%!important;}
  #hs_cos_wrapper_widget_1513669430390{width: 100%!important;}
  #hs_cos_wrapper_widget_1513669569940{width: 100%!important;}
  #hs_cos_wrapper_widget_1513669724405{width: 100%!important;}
	#hs_cos_wrapper_widget_1513669652254{width: 100%!important;}
  .custom-footer-menu .hs-menu-wrapper > ul > li{width: 100%!important;}
  #hs_cos_wrapper_widget_1513669347369 > div{min-height: 250px!important; margin-bottom: 25px!important;}
  #hs_cos_wrapper_widget_1513669491280 > div{min-height: 250px!important; margin-bottom: 25px!important;}
  #hs_cos_wrapper_widget_1513669430390 > div{min-height: 250px!important; margin-bottom: 25px!important;}
  #hs_cos_wrapper_widget_1513669569940 > div{min-height: 250px!important; margin-bottom: 25px!important;}
  #hs_cos_wrapper_widget_1513669724405 > div{min-height: 250px!important; margin-bottom: 25px!important;}
	#hs_cos_wrapper_widget_1513669652254 > div{min-height: 250px!important; margin-bottom: 25px!important;}
  #hs_cos_wrapper_module_151366012670478 > div > div.banner-module-inner-group > div > div.banner-btn-group.clearfix > a.custom-hoverorangebg-btn{margin-bottom: 15px!important;}
	#hs_cos_wrapper_module_151366012670478 > div > div.banner-module-inner-group > div > div.banner-btn-group.clearfix{margin-left: 0px!important;}
  .banner-btn-group > a{margin-left: 0px!important;}
}
/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    color:#747474;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height:1.33;
}

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

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


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

/* Basic text */
p {
    margin:0 0 20px 0;    
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: #17509e;
    font-size: 42px;
}
h2 {
    color: #f08521;
    font-size: 34px;
}
h3 {
    font-size: 28px;
    font-size: 28px;
}
h4 {
    color: #17509e;
    font-size: 24px;
}
h5 {
    font-size: 18px;
    color: #333333;
}
h6 {
    font-size: 14px;
    color: #333333;
}

/* Anchor Links */
a { 
   color:#333333;
    text-decoration:none;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
a:hover, a:focus { 
   color:#17509e;
   text-decoration:none; 
}

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

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

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


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

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

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

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


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


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

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

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



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

.header-container-wrapper {}
.header-container .page-center{
    max-width:100% !important;
}

.header-container {
    min-height: 86px;
}

.custom-header-group{
    background-color: rgba(248,248,248, 1);
    padding-left: 30px;
    padding-right: 30px;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

.with-banner .custom-header-group{
    background-color: rgba(255,255,255,0.9);
}

.custom-logo {
    padding:10px 0 11px;
    transition: padding 0.2s;
}
.custom-logo img {
    max-width: 256px;
    max-height: 64px;
    transition: max-height 0.2s;
}
img.sticky-logo{
    display:none;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
    padding:20px 30px;
}


/* Two Column */

.hs-two-column-right .body-container {
    padding:55px 0 40px;
}
.hs-two-column-right .two-col-right-row1 {
    padding: 47px 30px 20px;
    position:relative;
    border-bottom: 2px solid #1748a0;
}
.hs-two-column-right .two-column-right-row1-title h1 {
    border-bottom: 1px solid #fd7c00;
    color: #17509e;
    font-size: 42px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    margin: 0 0 31px;
    padding-bottom: 10px;
}

.hs-two-column-right .two-col-right-row1-leftcol-content h3 {
    color: #000000;
}

.hs-two-column-right .two-col-right-row1-leftcol-content p {
    margin-bottom: 20px;
}

.hs-two-column-right .two-col-right-row1-rightcol-content {
    padding-left: 6.5%;
    margin-bottom: 20px;
}

.hs-two-column-right #cta_button_229870_412c2bc5-4db6-42dd-b425-4b312e62d652 {
    margin-top: 0;
    display: inline-block;
    margin-bottom: 32px;
}

.hs-two-column-right #cta_button_229870_b209bb24-2917-4519-a07b-47c46a2b9818{
    margin-top: 0;
    display: inline-block;
    margin-bottom: 25px;
}

.hs-two-column-right #cta_button_229870_e77f4cbb-4575-4333-9964-eada34ba0ecb {
    margin-top: 38px;
    margin-bottom: 18px;
    display: inline-block;
}

.hs-two-column-right .two-col-right-row1:after {
    color: #1748a0;
    bottom: -12px;
    z-index: 200;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 40px;
    font-size: 20px;
    font-family: FontAwesome;
    text-align: center;
    right: 0;
    margin: 0 auto;
    content: "\f063";
}
.hs-two-column-right .two-col-right-row1:before {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -19px;
    border-top-color: #ffffff;
    content: "";
    border-width: 38px 38px 0 38px;
    border-bottom: 1px solid #1748a0;
    border-left: 1px solid #1748a0;
    transform: rotate(315deg);
    background: #fff;
    box-shadow: -1px 1px 0 0 #1748a0;
}
.hs-two-column-right .two-col-right-row1-rightcol-group h2 {
    margin: 0 0 31px;
    font-size: 34px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
}

.hs-two-column-right .custom-row2-menu ul,
.hs-graphic-design .custom-row2-menu ul{
    list-style-type: none;
    padding:20px;
    margin: 10px 4% 20px 0;
    font-size: 18px;
    line-height: 30.6px;
}


/*.hs-graphic-design .custom-row2-menu ul{
    width:22%;
}*/

.hs-two-column-right .custom-row2-menu ul:last-of-type {
    margin-right: 0;
}
.hs-two-column-right .custom-row2-menu ul li,
.hs-graphic-design .custom-row2-menu ul li{
    margin-bottom: 11px;
    margin-left: 0;
    position: relative;
    padding-left: 43.2px;
}


i.fusion-li-icon.fa.fa-fa.fa-check,
i.fusion-li-icon.fa.fa-check,
.hs-graphic-design .custom-row2-menu ul li i{
    background-color: #1748a0;
    font-size: 15.84px;
    height: 30.6px;
    width: 30.6px;
    border-radius: 50%;
    background-clip: padding-box;
    margin-right: 12.6px;
    color: #fff;
    line-height: 29px;
    text-align: center;
    position: absolute;
    left: 0;
}
.hs-two-column-right .two-col-right-row1-rightcol-group ul.hs-error-msgs.inputs-list li:before {
    display: none;
}
.hs-two-column-right .two-col-right-row1-rightcol-group ul.hs-error-msgs.inputs-list li {
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hs-two-column-right .custom-row2-menu ul li a,
.hs-graphic-design .custom-row2-menu ul li a{
    font-size: 18px;
    line-height: 30.6px;
    color: #333333;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.hs-two-column-right .custom-row2-menu ul li a:hover,
.hs-graphic-design .custom-row2-menu ul li a:hover{
    color: #17509e;
    text-decoration:none;
}

.hs-two-column-right .custom-row2-menu ul li a[href="#"],
.hs-two-column-right .custom-row2-menu ul li a[href="#"]:hover{
    color: #747474;
}

.hs-two-column-right .two-col-right-row1-rightcol-group h3 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 28px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #000000;
}
.hs-two-column-right .two-col-right-row1-rightcol-group form.hs-form fieldset .hs-form-field:nth-child(2n) {
    padding-right: 0;
}
.hs-two-column-right .two-col-right-row1-rightcol-group .hs_message.field.hs-form-field {
    padding-right: 0;
}
.hs-two-column-right .two-col-right-row1-rightcol-group .hs-button.primary, 
.hs-two-column-right .two-col-right-row1-rightcol-group input[type="submit"], 
.hs-two-column-right .two-col-right-row1-rightcol-group input[type="button"] {
    width:calc(100% - 1px);
}
.hs-two-column-right .two-col-right-row2-group {
    padding: 50px 30px 20px;
}
.hs-two-column-right .two-col-right-row2-content h1 {
    color: #f08521;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
    text-align: center;
    font-size: 34px;
    margin-top: 0em;
    margin-bottom: 1.1em;
}


.hs-two-column-right .two-col-right-row1-rightcol-group .hs_cos_wrapper_widget ul {
    margin:0;
    padding:0;
    list-style:none;
}
i.fusion-li-icon.fa.fa-fa.fa-phone-square {
    background-color: #1748a0;
    font-size: 15.84px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-clip: padding-box;
    margin-right: 12.6px;
    color: #fff;
    line-height: 29px;
    text-align: center;
    left: 0;
    position: absolute;
    top:0;
}
.hs-two-column-right .two-col-right-row1-rightcol-group .hs_cos_wrapper_widget ul li {
    margin-bottom: -2px;
    position: relative;
    padding-left: 43.2px;
}
.hs-two-column-right .two-col-right-row1-rightcol-group .hs_cos_wrapper_widget ul li a {
    display: inline-block;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    line-height: 30.6px;
}
.hs-two-column-right .two-col-right-row1-rightcol-group .hs_cos_wrapper_widget ul li a:hover{
     color: #17509e;   
}

/* Team style */
.hs-team  .body-container{
    padding:0;
}
.hs-team .full-width-row1-group {
    padding: 35px 30px 15px;
    text-align: center;
    margin-bottom: 31px;
}
.hs-team .full-width-row1-group h1 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 20px;
    color: #17509e;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.hs-team .full-width-row1-group h2 {
    margin: 0;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.17;
    letter-spacing: 0px;
}

.hs-team .full-width-row2-content {
    padding: 0 30px;
}
.hs-team .full-width-row2-group .hs_cos_wrapper_type_custom_widget {
    margin-bottom: 20px;
    width: 22%;
    margin-right: 4%;
    float: left;
}
.hs-team .full-width-row2-group .hs_cos_wrapper_type_custom_widget:nth-child(4n) {
    margin-right: 0;
}

.team-wrapper {
    margin-bottom: 40px;
}
.team-description {
    margin-top: 25px;
}
.team-author span {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    font-size: 24px;
    color: #000000;
    display: block;
    text-align: center;
}

.fusion-social-networks {
    display: block;
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 20px auto 0;
}
.fusion-social-networks a {
    margin-bottom:8px;
    display: inline-block;
}
a.author-eamil-link {
   position: relative;
}

a.author-eamil-link [data-title]:before {
    width: 38px;
    margin-left:-19px;
}
.author-eamil-link:before{
    font-family: icomoon!important;
    speak: none;
    color: #bebdbd;
    font-size: 16px;
    font-style: normal;
    content: "\e616";
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.author-eamil-link > span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.author-content {
    margin-top: 25px;
    margin-bottom:20px;
    text-align: center;
}
.author-content p {
    margin-bottom: 20px;
}

/*.hs-team .full-width-row3-group {
    background-color: rgba(255,255,255,0);
    background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/ebook-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-color: #efefef;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -80px;
}
.hs-team .full-width-row3-form .hs_cos_wrapper_type_form .hs-richtext {
    border-bottom: 1px solid #4c6e93;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.hs-team .full-width-row3-form .hs_cos_wrapper_type_form {
    margin-bottom: 20px;
    width: 37.6%;
    margin-right: 4%;
    float: left;
}
.hs-team .full-width-row3-form .form-title {
    margin: 0;
}
.hs-team .full-width-row3-form .hs_cos_wrapper_type_form h1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    font-size: 24px;
    color: #607089;
    margin:0;
}
.hs-team .full-width-row3-form .hs_cos_wrapper_type_form h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
    font-size: 34px;
    color: #798689;
    margin:0;
}

.one-column.hs-team input[type="text"], 
.one-column.hs-team input[type="email"] {
    width: 100% !important;
}
.one-column.hs-team .hs-button.primary, 
.one-column.hs-team input[type="submit"], 
.one-column.hs-team input[type="button"]{
    padding-left:0;
    padding-right:0;
}

.hs-team .full-width-row4-group{
    padding:60px 30px;
}
.hs-team .full-width-row4-group .form-title {
    color: #17509e;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    font-size: 34px;
    margin: 0 0 20px;
}

.hs-team .full-width-row4-group .hs-form-field {
    padding: 0 4px 0 0;
}

.hs-team .full-width-row4-group input[type="text"],
.hs-team .full-width-row4-group input[type="email"],
.hs-team .full-width-row4-group select{
    line-height: 30px;
}

.hs-team .full-width-row4-group select {
    height: 40px;
    width: 100% !important;
}

.hs-team .full-width-row4-group .hs-button.primary, 
.hs-team .full-width-row4-group input[type="submit"], 
.hs-team .full-width-row4-group input[type="button"]{
    margin-bottom:34px;
}

.hs-team .full-width-row4-group select {
    height: 40px;
    width: 100% !important;
}

.hs-team .full-width-row4-group .hs-button.primary, 
.hs-team .full-width-row4-group input[type="submit"], 
.hs-team .full-width-row4-group input[type="button"]{
    margin-bottom:34px;
}*/

.custom-learn-row-language{
    background-color: rgba(255,255,255,0);
    background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/ebook-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-color: #efefef;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
/*    margin-top: -80px;*/
}



.custom-learn-row-language .hs_cos_wrapper_type_form .hs-richtext {
    border-bottom: 1px solid #4c6e93;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.custom-learn-row-language .hs_cos_wrapper_type_form {
    margin-bottom: 20px;
    width: 37.6%;
    margin-right: 4%;
    float: left;
}
.custom-learn-row-language .form-title {
    margin: 0;
}
.custom-learn-row-language .hs_cos_wrapper_type_form h1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    font-size: 24px;
    color: #607089;
    margin: 20px 0 0;
}
.hs-team .full-width-row2-group .hs_cos_wrapper_type_custom_widget:last-child .team-wrapper, 
.hs-team .full-width-row2-group .hs_cos_wrapper_type_custom_widget:last-child .team-wrapper .author-content {
   margin-bottom: 0;
}
.custom-learn-row-language .hs_cos_wrapper_type_form h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
    font-size: 34px;
    color: #798689;
    margin:0;
}

.one-column .custom-learn-row-language input[type="text"], 
.one-column .custom-learn-row-language input[type="email"] {
    width: 100% !important;
}
/*.one-column .custom-learn-row-language .hs-button.primary, 
.one-column .custom-learn-row-language input[type="submit"], 
.one-column .custom-learn-row-language input[type="button"]{
    padding-left:0;
    padding-right:0;
}*/

.custom-schedule-meeting{
    padding:60px 30px;
}
.custom-schedule-meeting .form-title {
    color: #17509e;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    font-size: 34px;
    margin: 0 0 20px;
}

.custom-schedule-meeting .hs-form-field {
    padding: 0 4px 0 0;
}

.custom-schedule-meeting form.hs-form input[type="text"],
.custom-schedule-meeting form.hs-form input[type="email"],
.custom-schedule-meeting form.hs-form select{
    line-height: 30px;
    width:100% !important;
}

.custom-schedule-meeting select {
    height: 40px;
    width: 100% !important;
}

.custom-schedule-meeting .hs-button.primary, 
.custom-schedule-meeting input[type="submit"], 
.custom-schedule-meeting input[type="button"]{
    margin-bottom:34px;
}

.custom-schedule-meeting select {
    height: 40px;
    width: 100% !important;
}

.custom-schedule-meeting .hs-button.primary, 
.custom-schedule-meeting input[type="submit"], 
.custom-schedule-meeting input[type="button"]{
    margin-bottom:34px;
}

.custom-schedule-meeting input[type="text"],
.custom-schedule-meeting input[type="email"],
.custom-schedule-meeting select{
    line-height: 30px;
}

/* Contact Us */
.hs-contact .body-container {
    padding:0;
}
.hs-contact .two-col-right-row1 {
    padding: 55px 30px 40px;
}
.hs-contact .two-col-right-row1-leftcol-group {
    padding-top: 21px;
}
.hs-contact .two-col-right-row1-leftcol-group h2 {
    margin: 0;
    font-weight: bold;
    margin-bottom: 31px;
    line-height: 1.17;
    position: relative;
    margin-right: 11px;
    overflow: hidden;
}
.hs-contact .two-col-right-row1-leftcol-group h2:after {
    background: #e0dede;
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 17px;
    margin-left: 7px;
}
.hs-contact .two-col-right-row1-leftcol-group p {
    margin-bottom: 20px;
}
.hs-contact .two-col-right-row1-leftcol-group .hs-form-field {
    padding: 0;
}
.hs-contact .hs_firstname.field.hs-form-field {
    padding-right: 10px;
}
.hs-contact .two-col-right-row1-leftcol-group .form-title {
    height: 1px;
    border-bottom: 1px solid transparent;
    margin-top: 17px;
    margin-bottom: 0;
    display: inline-block;
}
.hs-contact .two-col-right-row1-rightcol-group h3 {
    color: #000000;
    margin-top: 27px;
}

.hs-contact .two-col-right-row1-rightcol-group p a {
    color: #333;
    text-decoration: none;
}
.hs-contact .two-col-right-row1-rightcol-group p a:hover {
    color: #17509e;
    text-decoration: none;
}


.hs-contact .two-col-right-row1-rightcol-content p {
    margin-bottom: 15px;
}

/* Promotional Items */
.hs-promotional-items .body-container {
    padding: 55px 0 40px;
}

.hs-promotional-items .two-col-right-row1-leftcol-group {
    margin-bottom: 20px;
}

.hs-promotional-items .two-col-right-row1{
    padding: 55px 30px 40px;
    border-bottom: 2px solid #1748a0;
}

.hs-promotional-items .two-col-right-row1 {
    padding-bottom: 20px;
    padding-top: 47px;
}
.hs-promotional-items .two-col-right-row1-leftcol-content h1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    margin-top: 0;
    color: #17509e;
    font-size: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fd7c00;
    margin-bottom: 31px;
}
.hs-promotional-items .two-col-right-row1-leftcol-content h3 {
    color: #000000;
}

.hs-promotional-items .two-col-right-row1-leftcol-content a {
    color: #333;
    text-decoration:none;
}
.hs-promotional-items .two-col-right-row1-leftcol-content a:hover{
    color: #17509e;
    text-decoration:none;
}

.hs-promotional-items .two-col-right-row1-rightcol-content h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
    font-size: 34px;
    margin:0 0 31px;
    overflow: hidden;
    position: relative;
    display: block;
}
.hs-promotional-items .two-col-right-row1-rightcol-content h2:after {
    height: 1px;
    width: 100%;
    background: #e0dede;
    content: "";
    display: inline-block;
    top: 17px;
    position: absolute;
    margin-left: 10px;
}

.hs-promotional-items .two-col-right-row1-rightcol-group {
    margin-bottom: 20px;
/*    padding-top: 38px;*/
}

.hs-promotional-items .two-col-right-row1-rightcol-content {
    padding-left: 6.2%;
}

.hs-promotional-items .two-col-right-row1-rightcol-content .hs_cos_wrapper_type_rich_text ul {
    font-size: 18px;
    line-height: 30.6px;
    list-style-type: none;
    padding: 0;
    list-style:none;
    margin: 10px 0 0;
}

.hs-promotional-items .two-col-right-row1-rightcol-content .hs_cos_wrapper_type_rich_text ul li {
    margin-bottom: 10px;
    margin-left: 0;
}

.hs-promotional-items .two-col-right-row1-rightcol-content .hs_cos_wrapper_type_rich_text ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2b4";
    background-color: #1748a0;
    font-size: 15.84px;
    height: 30px;
    width: 30px;
    margin-right: 12.6px;
    color: #fff;
    border-radius: 50%;
    background-clip: padding-box;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: -1px;
}
.hs-promotional-items .two-col-right-row1-rightcol-content .hs_cos_wrapper_type_rich_text ul li a {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    color: #333333;
    font-size: 18px;
    line-height: 30.6px;
    list-style-type: none;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.hs-promotional-items .two-col-right-row1-rightcol-content .hs_cos_wrapper_type_rich_text ul li a:hover {
    color: #17509e;
}

.hs-promotional-items .two-col-right-row2-group {
    padding: 55px 30px 45px;
}
.hs-promotional-items .two-col-right-row2-full-width-content h1 {
    font-size: 34px;
    color: #17509e;
    text-align: center;
    line-height: 38px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}
.hs-promotional-items .two-col-right-row2-leftcol-content h2,
.hs-promotional-items .two-col-right-row2-rightcol-content h2,
.hs-promotional-items .two-col-right-row2-rightcol-content h3.form-title{
    color: #f08521;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    font-size: 34px;
    margin-top: 0em;
    margin-bottom: 1.1em;
}
.hs-promotional-items .two-col-right-row2-leftcol-content,
.hs-promotional-items .two-col-right-row2-rightcol-content{
    padding: 20px;
    margin-bottom: 21px;
}

.hs-promotional-items .two-col-right-row2-rightcol-content .fusion-tooltip {
    color: #17509e;
}

.hs-promotional-items .two-col-right-row2-group {
    border-bottom: 1px solid rgb(229, 228, 228);
}
span.button-icon-divider-left {
    padding: 0 18.5px;
    left: 0;
    border-right: 1px solid;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    vertical-align: middle;
}
span.button-icon-divider-left i {
    top: 50%;
    margin-top: -9px;
    display: block;
    position: relative;
}
span.button-text-left {
    display: inline-block;
    padding-left: 45px;
}
.hs-promotional-items .two-col-right-row2-leftcol-content a {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 0px #fff,0px 5px 0px #0e2960,1px 7px 7px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background: #f18521;
    color: #ffffff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    margin-top: 41px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}
.hs-promotional-items .two-col-right-row2-leftcol-content a:active {
    top: 6px;
    box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #0e2960, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #0e2960, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #0e2960, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
}
.hs-promotional-items .two-col-right-row2-leftcol-content a:hover {
    background: #f27500;
    color: #ffffff;
    text-decoration:none;
}

/* Direct mail */
.hs-promotional-items .two-col-right-row1-leftcol-content h2 {
    margin-top: 0;
    font-weight: 700;
    border-bottom: 1px solid #fd7c00;
    padding-bottom: 10px;
    margin-bottom: 31px;
    line-height: 1.17;
}
.hs-promotional-items .two-col-right-row1-leftcol-content select {
    height: 27px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/* Contact Us */

.hs-two-column-right .full-width-row1 h1 {
    border-bottom: 1px solid #fd7c00;
    color: #17509e;
    font-size: 42px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    margin: 0 0 31px;
    padding-bottom: 10px;
}
.hs-two-column-right .full-width-row1 .hs_cos_wrapper_type_rich_text H3 {
    color: #000;
}

.hs-graphic-design #hs-cta-wrapper-ad3e548e-997a-42e2-a9ef-f0865b52402d {
    margin-top: 38px;
    display: inline-block;
    margin-bottom: 38px;
}

.hs-two-column-right .two-col-right-row1-leftcol-content {
    margin-bottom: 20px;
}

.hs-graphic-design .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget {
    margin-bottom: 20px;
    width: 22%;
    margin-right: 4%;
    float: left;
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li a[href="#"] {
    color: #747474;
    cursor: text;
}

.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li:before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2b4";
    background-color: #1748a0;
    font-size: 15.84px;
    height: 30.6px;
    width: 30.6px;
    margin-right: 12.6px;
    color: #fff;
    border-radius: 50%;
    background-clip: padding-box;
    display: inline-block;
    text-align: center;
    position: absolute;
    line-height: 30px;
    top: 0;
    left: 0;
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li.hs-logos:before {
    content: "\f043";
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li.hs-business-cards:before {
    content: "\f1ae";
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li.hs-websites:before {
    content: "\f108";
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li.hs-presentation-materials:before {
    content: "\f080";
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li.hs-direct-mail:before {
    content: "\f1d8";
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li.hs-envelopes:before {
    content: "\f003";
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li.hs-newsletters:before {
    content: "\f15b";
}
.hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li.hs-and-much-more:before {
    content: "\f005";
}

/* Case Studies */
.hs-case-studies .body-container,
.hs-webinars .body-container{
    padding:55px 0 40px;
}

.case-studies-row1-content .hs_cos_wrapper_type_custom_widget:nth-child(even) {
    background-color: #f7f7f7;
}
.hs-case-studies .case-studies-title,
.hs-webinars .webinars-title{
    padding: 0 30px;
}

.hs-case-studies .case-studies-title .hs_cos_wrapper_type_header h1,
.hs-webinars .webinars-title .hs_cos_wrapper_type_header h1{
    padding-bottom: 10px;
    border-bottom: 1px solid #fd7c00;
    margin-bottom: 31px;
    color: #17509e;
    margin-top: 27px;
    font-size: 42px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
}
.case-studies-wrapper {
    padding: 60px 30px 0;
    border-bottom: 2px solid #1748a0;
}

.case-studies-row1-content .hs_cos_wrapper_type_custom_widget:nth-child(even) .case-studies-wrapper {
    padding-top: 50px;
}

.case-studies-image {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 13.3333%;
    margin-right: 4%;
}

.case-studies-content {
    overflow: hidden;
    margin-bottom: 20px;
}
.case-studies-content h2 {
    margin-top: 0em;
    margin-bottom: 1.1em;
    font-weight: 700;
    line-height: 1.17;
}

.case-studies-content hr {
    border-color: #e0dede;
    /* background: transparent; */
    border-top-width: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.hs-case-studies .case-studies-row2-group,
.hs-webinars .webinars-row2-group{
    padding: 50px 30px 40px;
    border-bottom: 2px solid #1748a0;
}
.hs-case-studies .case-studies-row2-title h1,
.hs-webinars .webinars-row2-title h1{
    font-size: 34px;
    color: #17509e;
    text-align: center;
    line-height: 38px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}

.hs-case-studies .case-studies-row2-right-content h2 {
    font-size: 34px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    margin-top: 0em;
    margin-bottom: 1.1em;
}

.hs-case-studies  .case-studies-row2-right-content h2 {
    font-size: 34px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    margin-top: 0em;
    margin-bottom: 1.1em;
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 45px;
    margin-bottom: 25px;
}

.hs-case-studies .case-studies-row2-left-content,
.hs-case-studies .case-studies-row2-right-content{
    margin-bottom:20px;
}

.hs-case-studies .case-studies-row2-right-content {
    padding-left: 0.7%;
}

.hs-case-studies .case-studies-row2-right-content a {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 0px #fff,0px 5px 0px #0e2960,1px 7px 7px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background: #f18521;
    color: #ffffff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    margin-top: 41px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}
.hs-case-studies .case-studies-row2-right-content a:hover {
    background: #f27500;
    color: #ffffff;
}
.hs-case-studies span.button-icon-divider-left i {
    top: 50%;
    margin-top: -9px;
    display: block;
    position: relative;
}
.hs-case-studies span.button-icon-divider-left {
    padding: 0 18.5px;
    left: 0;
    border-right: 1px solid;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    vertical-align: middle;
}
.hs-case-studies span.button-text-left {
    display: inline-block;
    padding-left: 45px;
}
.hs-case-studies .hs-richtext p {
    font-size: 0;
    margin: 0;
}

.one-column.hs-case-studies .case-studies-row2-left-content h3.form-title {
    margin: 0;
}

.one-column.hs-case-studies .case-studies-row2-left-contenth3.form-title {
    margin: 0;
}

.one-column.hs-case-studies .case-studies-row2-left-content input, 
.one-column.hs-case-studies .case-studies-row2-left-content textarea, 
.one-column.hs-case-studies .case-studies-row2-left-content select,
.one-column.hs-webinars .webinars-row2-right-content input, 
.one-column.hs-webinars .webinars-row2-right-content textarea, 
.one-column.hs-webinars .webinars-row2-right-content select{
    width: 100% !important;
}


/* Webinars */
.hs-webinars .webinars-title .hs_cos_wrapper_type_header {
    margin-bottom: 27px;
    display: inline-block;
    width: 100%;
}
.hs-webinars .webinars-title .hs_cos_wrapper_type_header h1{
    margin-top:0;
}
.webinars-row1-content .hs_cos_wrapper_type_custom_widget:nth-child(even) {
    background-color: #f7f7f7;
}
.webinars-row1-content .hs_cos_wrapper_type_custom_widget:nth-child(even) .free-webinars-wrapper {
    padding-top: 100px;
}
.free-webinars-wrapper {
    padding: 20px 30px 0;
    border-bottom: 2px solid #1748a0;
    position: relative;
}
.free-webinars-wrapper:after,
.case-studies-wrapper:after{
    background-color: #fff;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #1748a0;
    border-left: 1px solid #1748a0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -21px;
}

.case-studies-wrapper,
.two-col-right-row1.square-downarrow-row{
    position:relative;
}

.free-webinars-wrapper:before,
.case-studies-wrapper:before,
.two-col-right-row1.square-downarrow-row:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
    color: #1748a0;
    font-size: 20px;
    font-family: FontAwesome;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    z-index: 3;
}

.case-studies-wrapper:before,
.two-col-right-row1.square-downarrow-row:before{
    content: "\f063";
}

.hs_cos_wrapper_type_custom_widget:nth-child(odd) .free-webinars-wrapper:before {
    content: "\f063";
}
.hs_cos_wrapper_type_custom_widget:nth-child(even) .free-webinars-wrapper:before {
    content: "\f056";
}

.free-webinars-image {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 22%;
    margin-right: 4%;
    float: left;
    clear: both;
}
.free-webinars-content {
    overflow: hidden;
    margin-bottom: 20px;
}
.free-webinars-content h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    font-size: 34px;
    margin-top: 0em;
    margin-bottom: 1.1em;
}
.cta-code {
    margin-top: 26px;
    text-align: center;
    padding-top: 26px;
    border-top: 1px solid #e0dede;
}
.hs-webinars .webinars-row2-group{
    padding-top:55px;
    border-bottom: 1px solid #e5e4e4;
}
.hs-webinars .webinars-row2-left-content,
.hs-webinars .webinars-row2-right-content{
    padding: 20px;
    margin-bottom: 20px;
}

.hs-webinars .webinars-row2-left-content .hs_cos_wrapper_type_rich_text h2,
.hs-webinars .webinars-row2-right-content .hs_cos_wrapper_type_form h3{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
    font-size: 34px;
    color: #f08521;
    margin-top: 0;
    margin-bottom: 1.1em;
}
.hs-webinars .webinars-row2-left-content a {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 0px #fff,0px 5px 0px #0e2960,1px 7px 7px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background: #f18521;
    color: #ffffff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    margin-top: 41px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}
.hs-webinars .webinars-row2-left-content a:hover {
    background: #f27500;
    color: #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 0px #fff,0px 5px 0px #0e2960,1px 7px 7px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
}
.hs-webinars span.button-icon-divider-left i {
    top: 50%;
    margin-top: -9px;
    display: block;
    position: relative;
}
.hs-webinars span.button-icon-divider-left {
    padding: 0 18.5px;
    left: 0;
    border-right: 1px solid;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    vertical-align: middle;
}
.hs-webinars span.button-text-left {
    display: inline-block;
    padding-left: 45px;
}
.hs-error-msgs.inputs-list label{
    color: #ff0000;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}  
.hs-webinars .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list,
.hs-case-studies .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list,
.hs-two-column-right .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list,
.hs-two-col-with-bottom-form-layout .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list,
.hs-content-name-direct-mail-services .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list,
.hs-promotional-items .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list,
.hs-contact .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list{
    margin: 10px 0;
    background-color: #fdd2d0;
    font-size: 11px;
    border: 1px solid #fcb3af;
    padding: 4px 16px 4px 10px !important;
    color: #000;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
    background-image: -webkit-linear-gradient(#fefefe,#fdd2d0);
    background-image: -moz-linear-gradient(#fefefe,#fdd2d0);
    background-image: -o-linear-gradient(#fefefe,#fdd2d0);
    background-image: linear-gradient(#fefefe,#fdd2d0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #ddd;
    -moz-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    line-height: 1.33;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0;
    display: inline-block !important;
    position: absolute;
    top: -5px;
    list-style: none;
}
.hs-webinars .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list:after,
.hs-case-studies .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list:after,
.hs-two-column-right .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list:after,
.hs-two-col-with-bottom-form-layout .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list:after,
.hs-content-name-direct-mail-services .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list:after,
.hs-promotional-items .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list:after,
.hs-contact .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list:after{
    border: 10px solid;
    border-color: #fdd2d0 transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 0;
    content: "";
    margin: auto;
}
.hs-webinars .body-container-wrapper .hs-form-field.hs_error_rollup .hs-error-msgs.inputs-list:after,
.hs-case-studies .body-container-wrapper .hs-form-field.hs_error_rollup .hs-error-msgs.inputs-list:after,
.hs-two-column-right .body-container-wrapper .hs-form-field.hs_error_rollup .hs-error-msgs.inputs-list:after,
.hs-content-name-direct-mail-services .body-container-wrapper .hs-form-field.hs_error_rollup .hs-error-msgs.inputs-list:after,
.hs-two-col-with-bottom-form-layout .body-container-wrapper .hs-form-field.hs_error_rollup .hs-error-msgs.inputs-list:after,
.hs-promotional-items .body-container-wrapper .hs-form-field.hs_error_rollup .hs-error-msgs.inputs-list:after,
.hs-contact .body-container-wrapper .hs-form-field.hs_error_rollup .hs-error-msgs.inputs-list{
    display: none;
}

.hs-webinars .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list label,
.hs-case-studies .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list label,
.hs-two-column-right .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list label,
.hs-content-name-direct-mail-services .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list label,
.hs-two-col-with-bottom-form-layout .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list label,
.hs-promotional-items .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list label,
.hs-contact .body-container-wrapper .hs-form-field .hs-error-msgs.inputs-list label{
    color: #000 !important;
    font-size: 11px !important;
    line-height: 1.33;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: Lucida Grande,Lucida Sans Unicode,bitstream vera sans,trebuchet ms,verdana,sans-serif;
}

/* Ebook */
.hs-ebooks .body-container {
    padding:55px 30px 20px;
}
.ebooks-row1-content .in-view .ebook-image {
    -webkit-animation-name: initial;
    -moz-animation-name: initial;
    -o-animation-name: initial;
    animation-name: initial;
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}

.hs-ebooks .ebooks-row1-group{
    padding:20px 0 0;
}
.ebook-row1-top-content .hs_cos_wrapper_type_rich_text {
    margin-bottom: 21px;
    display: inline-block;
}
.hs-ebooks .ebook-row1-top-content h1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    margin: 0;
    letter-spacing: 0px;
    font-size: 42px;
    color: #17509e;
}
.ebooks-row1-content .hs_cos_wrapper_type_custom_widget {
    margin-top: 0px;
    margin-bottom: 60px;
    width: 30.6666%;
    margin-right: 4%;
    float: left;
}
.ebooks-row1-content .hs_cos_wrapper_type_custom_widget:nth-child(3n) {
    margin-right: 0;
}
.ebook-image {
    overflow: hidden;
}
.ebook-image img {
    opacity: 1;
    -webkit-transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
.ebook-image:hover img {
    opacity: .9;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.ebook-content h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.ebook-content h2 a {
    color: #333333;
    text-decoration: none;
}
.ebook-content h2 a:hover {
    color: #17509e;
    text-decoration: none;
}


/* Hubspot User */
.hs-hubspot-user .body-container {
    padding: 55px 0 40px;
}
.hs-hubspot-user .hubspot-user-row1-group {
    padding:20px 30px 50px;
    border-bottom: 2px solid #1748a0;
    position: relative;
}
.hs-hubspot-user .hubspot-user-row1-group:after {
    background-color: #fff;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #1748a0;
    border-left: 1px solid #1748a0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -21px;
    z-index: 1;
}
.hs-hubspot-user .hubspot-user-row1-group:before {
    content: "\f063";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
    color: #1748a0;
    font-size: 20px;
    font-family: FontAwesome;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    z-index: 2;
}
.hs-hubspot-user .hubspot-user-row1-group h1 {
    margin: 27px 0 31px;
    border-bottom: 1px solid #fd7c00;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1.41;
}
.hs-hubspot-user .hubspot-user-row1-content h3 {
    color: #000;
}
.hs-hubspot-user .hubspot-user-row2-group {
    background-color: #f2f2f2;
    padding: 60px 30px 20px;
    border-bottom: 2px solid #1748a0;
    position: relative;
}
.hs-hubspot-user .hubspot-user-row2-group:after {
    background-color: #fff;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #1748a0;
    border-left: 1px solid #1748a0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -21px;
}
.hs-hubspot-user .hubspot-user-row2-group:before {
    content: "\f063";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
    color: #1748a0;
    font-size: 20px;
    font-family: FontAwesome;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    z-index: 1;
}
.hs-hubspot-user .hubspot-user-row2-group h1 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    font-size: 34px;
    margin: 0 0 31px;
    color: #f08521;
    padding-bottom: 10px;
    border-bottom: 1px solid #fd7c00;
}
.hubspot-user-row2-content .hs_cos_wrapper_type_custom_widget {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 16.8%;
    margin-right: 4%;
    float: left;
}
.hubspot-user-row2-content .hs_cos_wrapper_type_custom_widget:nth-child(5n) {
    margin-right: 0;
}
.hubspot-user-row2-content .ebook-image {
    border-bottom: 1px solid #fd7c00;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.hubspot-user-row2-content .ebook-image a {
    pointer-events: none;
}
.hubspot-user-row2-content .ebook-image:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.hubspot-user-row2-content .ebook-content p {
    font-style: italic;
}
.hs-hubspot-user .hubspot-user-row3-group {
    padding: 60px 30px 20px;
}

.hs-hubspot-user .hubspot-user-row3-right-content,
.hs-hubspot-user .hubspot-user-row3-left-content{
    margin-bottom:20px;
}

.hs-hubspot-user .hubspot-user-row3-left-content h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    font-size: 34px;
    margin: 0 0 31px;
}
.hs-hubspot-user .hubspot-user-row3-right-content h3.form-title {
    font-size: 34px;
    color: #17509e;
    text-align: center;
    line-height: 1;
    margin: 22px 0;
}

/*.hs-form fieldset.form-columns-1 .hs-form-field:nth-child(1n) {
    padding-right: 0;
}
.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2n+1) {
    padding-right: 0;
}*/

.hubspot-user-row3-right-content form.hs-form input,
.hubspot-user-row3-right-content form.hs-form input[type="text"],
.hubspot-user-row3-right-content form.hs-form input[type="email"],
.hubspot-user-row3-right-content form.hs-form select,
.hubspot-user-row3-right-content form.hs-form textarea{
    width:100% !important;
}


/* Social Media */
.hs-social-media-marketing .body-container {
    padding: 55px 0 40px;
}
.hs-social-media-marketing .social-media-marketing-row1-group {
    padding:20px 30px 62px;
    border-bottom: 2px solid #1748a0;
}
.hs-social-media-marketing .social-media-marketing-row1-group .widget-type-header {
    margin-top: 27px;
}
.hs-social-media-marketing .social-media-marketing-row1-group .widget-type-header h1 {
    font-size: 34px;
    color: #17509e;
    text-align: center;
    line-height: 38px;
    margin: 1em 0;
}
.social-media-marketing-row1-content .hs_cos_wrapper_type_custom_widget {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 22%;
    margin-right: 4%;
    float: left;
}
.social-media-marketing-row1-content .hs_cos_wrapper_type_custom_widget a {
    pointer-events: none;
}
.social-media-marketing-row1-content .hs_cos_wrapper_type_custom_widget:nth-child(4n) {
    margin-right: 0;
}
.social-media-marketing-row1-content .ebook-image {
    border: 20px solid rgb(255, 255, 255);
}
.social-media-marketing-row1-content .ebook-image img {
    visibility: visible;
    animation-duration: 0.5s;
}
.social-media-marketing-row1-content .ebook-image:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.social-media-marketing-row1-content .ebook-content {
    text-align: center;
}
.social-media-marketing-row1-content .ebook-content h2 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    font-size: 34px;
    color: #f08521;
    text-align: center;
    letter-spacing: 0px;
    margin-top: 0em;
    margin-bottom: 1.1em;
}

.social-media-marketing-row1-content .ebook-content h2 a,
.social-media-marketing-row1-content .ebook-content h2 a:hover{
    color: #f08521;
    text-decoration:none;
}

.social-media-marketing-row1-content a#cta_button_229870_3d924fc3-bff8-4811-9191-1451609c497d {
    width:calc(100% - 84px);
}
.social-media-marketing-row1-content #hs-cta-wrapper-29c64f5f-50cc-43db-8348-7270af7bd701 {
    display: block;
}

.hs-social-media-marketing .social-media-marketing-row2-group {
    background-color: #f6f6f6;
    padding: 55px 30px 45px;
    border-bottom: 2px solid #1748a0;
}
.hs-social-media-marketing .social-media-marketing-row2-content h1 {
    border-bottom: 1px solid #fd7c00;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #17509e;
    font-size: 42px;
    letter-spacing: 0px;
    line-height: 1.41;
    margin-bottom: 31px;
    margin-top: 0;
    padding-bottom: 10px;
}
.hs-social-media-marketing .social-media-marketing-row2-content h3 {
    color: #000;
}

.social-media-marketing-row2-content a#cta_button_229870_3d924fc3-bff8-4811-9191-1451609c497d {
    margin-bottom: 19px;
    width: calc(100% - 84px);
}

/*.social-media-marketing-row1-group:after,
.hs-social-media-marketing .social-media-marketing-row2-group:after,
.hs-social-media-marketing .social-media-marketing-row4-group:after{
    content: "";
    background: url('//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/Inbound%20Marketing%20Services%20%20%20HubSpot%20Users%20%20%20Blue%20Frog.png');
    height: 58px;
    width: 58px;
    position: absolute;
    bottom: -31px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
/*.hs-social-media-marketing .social-media-marketing-row2-group,
.hs-social-media-marketing .social-media-marketing-row4-group{
    position:relative;
}*/

.social-media-marketing-row3-group {
    padding: 55px 30px 40px;
    border-bottom: 2px solid #1748a0;
}

.social-media-marketing-row3-content h1 {
   font-size: 34px;
   color: #17509e;
   text-align: center;
   line-height: 38px;
   margin-top: 1em;
   margin-bottom: 1em;
}

.hs-social-media-marketing .social-media-marketing-row4-group {
    padding: 55px 30px 45px;
    border-bottom: 2px solid #1748a0;
    background-color: #f6f6f6;
}
.hs-social-media-marketing .social-media-marketing-row4-group h1 {
    font-size: 34px;
    color: #17509e;
    text-align: center;
    line-height: 38px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}
.social-media-marketing-row4-Content .hs_cos_wrapper_type_custom_widget {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 4%;
    width: 22%;
    float: left;
}
.ebook-wrapper.background-color {
   background: #fff;
   padding: 10px;
}
.social-media-marketing-row4-Content .hs_cos_wrapper_type_custom_widget:nth-child(4n) {
    margin-right:0;
}
.social-media-marketing-row4-Content .ebook-image {
    border: 20px solid rgb(255, 255, 255);
    visibility: visible;
    animation-duration: 0.9s;
}
.social-media-marketing-row4-Content .ebook-image a {
    pointer-events: none;
}
.social-media-marketing-row4-Content .ebook-image:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.social-media-marketing-row4-Content .ebook-content {
    text-align: center;
}

.social-media-marketing-row5-group{
    padding:55px 30px 40px;
    border-bottom:1px solid #e5e4e4;
}

.social-media-marketing-row5-left-content,
.social-media-marketing-row5-right-content{
    padding: 20px;
}

.social-media-marketing-row5-group h1 {
    font-size: 34px;
    color: #17509e;
    text-align: center;
    line-height: 38px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 1em;
    text-align: center;
    margin-bottom: 1em;
}

.social-media-marketing-row5-left-content .hs_cos_wrapper_type_rich_text h2, 
.social-media-marketing-row5-right-content .hs_cos_wrapper_type_form h3 {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
    font-size: 34px;
    color: #f08521;
    margin-top: 0;
    margin-bottom: 1.1em;
}

.social-media-marketing-row5-left-content a {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 0px #fff,0px 5px 0px #0e2960,1px 7px 7px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #0e2960, 1px 7px 7px 3px rgba(0,0,0,0.3);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background: #f18521;
    color: #ffffff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    margin-top: 41px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
}
.social-media-marketing-row5-left-content span.button-icon-divider-left {
    padding: 0 18.5px;
    left: 0;
    border-right: 1px solid;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 100%;
    vertical-align: middle;
}
.social-media-marketing-row5-left-content span.button-icon-divider-left i {
    top: 50%;
    margin-top: -9px;
    display: block;
    position: relative;
}
.social-media-marketing-row5-left-content span.button-text-left {
    display: inline-block;
    padding-left: 45px;
}
.social-media-marketing-row5-right-content form.hs-form input,
.social-media-marketing-row5-right-content form.hs-form input[type="text"],
.social-media-marketing-row5-right-content form.hs-form input[type="email"],
.social-media-marketing-row5-right-content form.hs-form select,
.social-media-marketing-row5-right-content form.hs-form textarea{
    width:100% !important;
}


/* Inbound Marketing */
.hs-inbound-marketing .body-container {
    padding: 0;
}
.custom-inbound-marketing{
    position:relative;
}
.custom-inbound-marketing:after {
    content: "";
    max-width: 1001px;
    background-repeat: no-repeat;
    height: 42px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/shadow-top.png);
    z-index: 9999;
}
.custom-inbound-marketing .custom-banner-area-wrapper {
    min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    background-position: top -177px center;
}

.custom-inbound-marketing .custom-banner-area-wrapper:before{
    background:transparent;
}
.custom-inbound-marketing .custom-banner-area-wrapper > div{
    padding-top:0;
}
.custom-inbound-marketing .custom-banner-area-wrapper h1 {
    font-size: 42px;
    font-weight: 900;
    padding-bottom: 0;
    margin: -8px 0 0.6em;
}
.custom-inbound-marketing a.custom-banner-btn {
    font-size: 24px;
    line-height: 17px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    background-color: rgb(24, 82, 158);
    padding: 18px 28px;
    border: 0;
}
.custom-inbound-marketing .custom-btn-grp {
    display: block;
    margin-bottom: 21.74px;
    padding-top: 40px;
    background-color: transparent;
}
.custom-inbound-marketing .custom-btn-grp {
    background-color:rgba(7, 72, 158);
}

.hs-inbound-marketing .inbound-marketing-row1-group {
    padding: 20px 30px;
    background:#f9f9f9;
}
.inbound-marketing-row1-group h1 {
    margin: 0 0 20px;
    color: #17509e;
    font-size: 34px;
    line-height: 40px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.inbound-marketing-row1-group .service-request-img img {
    width: 150px;
}

.hs-inbound-marketing  .custom-learn-row-language{
    background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/fonts/inbound-video.jpg);
}
.hs-inbound-marketing .custom-learn-row-language .hs_cos_wrapper_type_rich_text:first-child {
    max-width: 413px;
}
.hs-inbound-marketing  .custom-learn-row-language h4{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom:0;
    line-height: 1.41;
    font-size: 24px;
    color: #607089;
    letter-spacing: 0px;
}
.hs-inbound-marketing  .custom-learn-row-language h2{
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    font-size: 34px;
    margin-top:0;
    color: #798689;
    letter-spacing: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #4c6e93;
}
.hs-inbound-marketing form.hs-form select {
    width: 100% !important;
}

  .hs-inbound-marketing .custom-learn-row-language {
	border-color: #cecece;
}
.hs-inbound-marketing .inbound-marketing-row3-group {
    padding: 50px 30px 50px;
}

.custom-darkbluebg-btn {
    color: #fff;
    display: inline-block;
    background: #18529e;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
}
.inbound-marketing-row4-group {
    padding: 50px 30px 20px;
    background-color: #f1f1f2;
}
.inbound-marketing-row4-left-content,
.inbound-marketing-row4-right-content {
    background-color: rgb(249, 249, 249);
    padding: 20px;
    margin-bottom:20px !important;
}
.inbound-marketing-row4-middle-content{
	padding:20px;
	margin-bottom:20px !important;
	background-color: rgb(239, 239, 239);
}
.inbound-marketing-row4-left-content .hs_cos_wrapper_type_header h1,
.inbound-marketing-row4-right-content .hs_cos_wrapper_type_header h1,
.inbound-marketing-row4-middle-content .hs_cos_wrapper_type_header h1 {
    font-size: 34px;
    line-height: 40px;
    color: #17509e;
    text-align: center;
    font-weight: bolder;
    margin: 0 0 20px;
}

.two-column-with-left-icon-wrapper.clearfix {
    position: relative;
    margin-bottom: 40px;
}
.two-column-with-left-icon {
    position: absolute;
    margin-right: 20px;
    max-width: none;
}
.two-column-with-left-content {
    padding-left: 70px;
    margin-bottom: 20px;
}
/*.two-column-with-left-icon img {
    width: 50px;
}*/
.two-column-with-left-icon-wrapper h2 {
    font-size: 18px;
    line-height: 23px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
	padding-left:70px;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #f08521;
}
.two-column-with-left-icon-wrapper a:hover h2 {
    color: #17509e;
}
.hs-inbound-marketing .inbound-marketing-row5-group {
    padding:20px 30px 40px;
}
.hs-inbound-marketing .inbound-marketing-row5-group h3.form-title {
    color: #17509e;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}
.hs-inbound-marketing .inbound-marketing-row5-group form {
    padding-bottom: 20px;
}

.hs-inbound-marketing form.hs-form input, 
.hs-inbound-marketing form.hs-form select {
    line-height: 30px;
}
.hs-inbound-marketing form.hs-form select {
    height: 38px;
}
.one-column.hs-inbound-marketing form.hs-form input {
    width: 100% !important;
}
.one-column.hs-inbound-marketing form.hs-form select {
    width: 100% !important;
    height: 40px;
}
.one-column.hs-inbound-marketing form.hs-form .hs-button.primary, 
.one-column.hs-inbound-marketing form.hs-form input[type="submit"], 
.one-column.hs-inbound-marketing form.hs-forminput[type="button"]{
    line-height: 12px;
}

.coreservices-row5-heading h1 {
    color: #17509e;
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 20px;
    text-align: center;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.hs-inbound-marketing .inbound-marketing-row2-group .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
   width: auto !important;
}
.inbound-marketing-row1-group .result-module-content-group{
    min-height:306px;
}

.invalid.error{
    border-color: #c87872;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.invalid.error:focus{
    border-color: #c87872 !important;
    box-shadow: 0 0 6px rgba(171,41,32,0.5) !important;
}

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


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

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

.custom-footer-top{
    background-color: #6283ab;
    background-image: url('//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/black.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    border-top: 12px solid #f08521;
    padding:43px 30px 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.custom-footer-logo p {
    font-size: 15px;
    line-height: 1.33;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 15px 0;
}


.custom-footer-address h4 {
    margin: 0 0 28px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
}

.custom-footer-address p{
    font-size: 15px;
    line-height: 1.33;
    color: #fff;
    margin: 0 0 15px 0;
}

.custom-footer-address p a{
    color: #ffffff;
    text-decoration:none;
}

.custom-footer-address p a:hover{
    color: #17509e;
    text-decoration:none;
}

.custom-footer-menu .hs-menu-wrapper > ul {
    display: block;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
    padding: 2px 10px 10px 12px;
    width: 50%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2), 
.custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 27px;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 10px;
    text-decoration: underline;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
    color: #17509e;
}
.custom-footer-menu .hs-menu-wrapper > ul ul {
    padding-left: 15px;
    display: block !important;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li {
    padding: 2px 10px 10px 12px;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a {
    color: #ffffff;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    text-decoration: none;
    font-size: 15px;
    white-space: normal !important;
    line-height: 1.33;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover {
    color: #17509e;
    text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li > a:before {
    position: absolute;
    font-family: icomoon;
    content: '\f105';
    margin-left: -12px;
}
.custom-footer-bottom {
    background-color: #4c6e93;
    border-color: #4c6e93;
    border-top-width: 0px;
    padding:5px 30px;
}

.custom-footer-bottom {
    background-color: #4c6e93;
    border-color: #4c6e93;
    border-top-width: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-copyright p {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    vertical-align: middle;
    padding-top: 11px;
}
.custom-footer-bottom.lp .custom-copyright p {
    padding-bottom: 11px;
}

.custom-social-icon {
    text-align: right;
}
.custom-social a {
    font-size: 16px;
    display: inline-block;
    margin:8px 8.5px;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
}
.custom-social a:hover {
    opacity: 0.8;
    color:#fff;
}
.custom-social a:before{
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-social a:last-of-type {
    margin-right: 0;
}
.custom-social .screen-reader-text {
    position: absolute;
    margin: -1px;
    padding:4px 8px;
    height: auto;
    width: auto;
    word-wrap: normal!important;
    border: 0 none;
    top:-116%;
    left: 50%;
    transform: translateX(-50%);
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(34, 34, 34, 0.9);
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-family: lato, sans-serif;
}
.custom-social .screen-reader-text:after {
    position: absolute;
    bottom:-5px;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid rgba(34, 34, 34, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    z-index: 99999;
}

.custom-social .facebook:before {
    content: "\e604";
}
.custom-social .rss:before {
    content: "\e606";
}
.custom-social .twitter:before {
    content: "\e605";
}
.custom-social .instagram:before {
    content: "\ea92";
}
.custom-social .pinterest:before {
    content: "\e602";
}
.tumblr:before {
    content: "\e613";
}
.custom-social .google-plus:before {
    content: "\e900";
}
.custom-social .linkedin:before {
    content: "\e60f";
}

.custom-social a:hover > .screen-reader-text {
    z-index: 999;
    opacity: 1;
    visibility: visible;
}


#back-to-top{
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 35px;
    position: fixed;
    right: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    text-decoration: none;
    z-index: 100000;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
#back-to-top:before {
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    color: #fff;
    font-size: 22px;
}
#back-to-top:hover {
    background-color: #17509e;
}


.custom-social-icon ul.social li {
   position:relative;
}
.custom-social-icon ul.social li:before {
   content: "";
   border: 5px solid transparent;
   position: absolute;
   border-bottom-color: #000;
   bottom: -10px;
   left: 50%;
   transform: translate(-50%);
   transition:all .2s;
   opacity:0;
   visibility:hidden;
}
.custom-social-icon ul.social li:after {
   position: absolute;
   background: #000;
   color: #fff;
   font-size: 12px;
   line-height: normal;
   padding: 4px 8px;
   left: 50%;
   transform: translate(-50%);
   bottom: -32px;
   transition:all .2s;
   opacity:0;
   visibility:hidden;
   content:attr(data-original-title);
   font-family:"Helvetica";
}
.custom-social-icon ul.social li:hover:before,
.custom-social-icon ul.social li:hover:after {
   visibility:visible;
   opacity:0.9;
}

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


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

/* Parent List */
.custom-menu-primary1 {}
.custom-menu-primary1 .hs-menu-wrapper > ul {
    display: block;
    float: right;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li {
    padding-right: 40px;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    color: #333333;
    border-top: 3px solid transparent;
    line-height: 83px;
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    text-decoration:none;
    transition: line-height 0.2s ease;
    -webkit-transition: line-height 0.2s ease;
    -moz-transition: line-height 0.2s ease;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover {
    border-color: #17509e;
    color: #17509e;
    text-decoration:none;
}
.custom-menu-primary1 .hs-menu-wrapper > ul > li.active > a {
    border-color: #17509e;
    color: #17509e;
}


/* Child List */
.custom-menu-primary1 .hs-menu-wrapper > ul ul {}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li {}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a {}
.custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover {}




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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:801px) {
    .custom-menu-primary1 .hs-menu-wrapper,
    .custom-menu-primary1 .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .custom-menu-primary1.js-enabled {
        position: relative;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-item-has-children {
        position: static !important;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li:last-child {
        margin-top: 29px;
        transition: margin-top 0.2s ease;
        -moz-transition: margin-top 0.2s ease;
        -webkit-transition: margin-top 0.2s ease;
        padding-right: 0;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        content: '\f107';
        font-family: IcoMoon;
        margin-left: 9.5px;
        font-style: normal;
        position: relative;
        top: 1px;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li:last-child > a {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        color: #ffffff;
        background: #f18521;
        line-height: normal;
        padding: 8px 19px;
        line-height: 14px;
        font-size: 12px;
        min-height: 0;
        border: 1px solid transparent;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        box-sizing: border-box;
        display: inline-block;
        position: relative;
        outline: 0;
        zoom: 1;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li:last-child > a:hover {
        background: #f27500;
        color: #ffffff;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul {
        border-top: 3px solid #17509e;
        background-color: #ffffff;
        box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        /*width: 800px;*/
        padding: 29px 0;
        display:none !important;
        right: 0;
        left: initial !important;
        display: table;
    }
    
    .custom-menu-primary1 .hs-menu-wrapper > ul > li:hover > ul{
        display:block !important;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li{
        /*width:33.33%;*/
        display: table-cell;
        float: none;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-what-we-do > ul > li {
        min-width: 266.5px;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li.hs-about > ul > li {
        min-width: 240px;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > a {
        border-bottom: none;
        font-size: 18px;
        color: #333333;
        font-family: Lato, Arial, Helvetica, sans-serif;
        font-weight: 700;
        line-height: 1.41;
        letter-spacing: 0px;
        -webkit-font-smoothing: antialiased;
        margin: 0;
        padding: 0 34px 15px;
        text-decoration:none;

    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > a:hover {
        color: #333333;
        text-decoration:none;
    }
    
    .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > ul {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
        padding: 5px 34px;
        border-bottom: none;
        color: #333333;
        font-family: Lato, Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 13px;
        transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
        -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
        -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
    }
    
    .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover{
        background-color: #f8f8f8;
        color: #333333;
    }
        .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul > li > ul > li > a:before {
        content: '\f0da';
        font-family: icomoon;
        margin-right: 10px;
    }
    
    /* Scroll Header */
    
    .scroll-header .custom-header-group{
        position:fixed;
        width:100% !important;
        left:0;
        z-index:9999;
        top:0;
        box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
        -moz-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
        -webkit-box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
        background-color: rgba(255,255,255,0.9);
    }
    .scroll-header .custom-logo {
        padding:6px 0 5px;
    }
    .scroll-header .custom-logo img{
        max-height: 55px;
    }
    .scroll-header img.sticky-logo{
        display: inline-block;
    }
    .scroll-header .custom-menu-primary1 .hs-menu-wrapper > ul > li > a {
        line-height: 62px;
    }
    .scroll-header .custom-menu-primary1 .hs-menu-wrapper > ul > li:last-child {
        margin-top: 19px;
    }
    .scroll-header .custom-menu-primary1 .hs-menu-wrapper > ul > li:last-child > a {
        line-height: 14px;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul li.active.active-branch > a{
        color: #17509e;
        border-color: #17509e;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul ul ul li.active.active-branch > a{
        color: #17509e;
        background-color: #f8f8f8;
    }
    .custom-footer-menu .hs-menu-wrapper > ul ul li.active.active-branch > a {
        color: #17509e;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li.active-branch > a {
        color: #17509e;
        border-color: #17509e;
    }
    .hs-two-column-right  .hs_do_you_currently_do_your_marketing_in_house_.field.hs-form-field {
        padding-right: 0;
    }
}


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

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

@media (max-width: 800px) {

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

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

  .mobile-trigger1{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: relative; /**************************************/
    border: 1px solid #f9f9f9;
    border-color: #dadada;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    color: #333333;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 35px;
    color: #333333;
    background-color: #f9f9f9;
  }
  .mobile-trigger1 span {
      margin-left: 12px;
    margin-right: 12px;
    }
    .fusion-selector-down:before {
        color: #dadada;
        content: '\f0c9';
        font-family: icomoon;
    }
    .fusion-selector-down {
        height: 33px;
        line-height: 33px;
        border-color: #dadada;
        right: 0;
        border-left: 1px solid #dadada;
        position: absolute;
        top: 0;
        width: 50px;
        font-size: 24px;
        text-align: center;
    }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger1{}

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

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

  .child-trigger1{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 50px;
    border: none;
    right: 0;
    color: #333333;
    text-align: center;
    z-index: 99;
    top: 0;
  }
  .child-trigger1:before{
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
  }
  .child-trigger1 i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger1 i:after{
    position: absolute;
    content: '';
  }
  .child-trigger1 i, .child-trigger1 i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger1 i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger1.child-open i{}
  .child-trigger1.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary1.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 20px 0 0;
    width:100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary1.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary1 .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-color: #dadada;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul > li{
    position: relative;
    font-size: 12px;
    line-height: normal;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a{
    color: #333333;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    background-color: #f9f9f9;
    border-color: #dadada !important;
    font-family: Lato,sans-serif;
    border-top: 1px solid #f9f9f9 !important;
    line-height: 33px;
    padding: 0 12px;
    white-space: normal !important;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul > li > a:hover{
      background-color: #f6f6f6;
      color: #333333;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li{
    position: relative;
    font-size: 12px;
    line-height: normal;
  }
  .custom-menu-primary1 .hs-menu-wrapper >  ul ul li a{
        color: #333333;
        font-size: 12px;
        border-bottom: 1px solid transparent;
        background-color: #f9f9f9;
        border-color: #dadada;;
        line-height: 33px;
        padding: 0 21px;
        white-space: normal !important;
        border-top: 1px solid #f9f9f9 !important;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a:hover{
    background-color: #f6f6f6;
    color: #333333;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-right: 2px;
    color: #333333;
}
    .custom-menu-primary1 .hs-menu-wrapper > ul > li.search {
        display: none;
    }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul {
    padding: 0;
    border: none;
    background-color: transparent;
    line-height: normal;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li{
    background-color: transparent;
  }
  .custom-menu-primary1 .hs-menu-wrapper > ul ul li a span:before{
      font-size: 20px;
  }
  

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul ul li a{
    padding-left: 30px; /* Indent Child lists */
  }
    .custom-menu-primary1 .hs-menu-wrapper > ul ul ul li a:before {
        content: "--";
    }
  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary1 .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


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


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

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

.portfolio-blog .container-fluid .row-fluid .page-center {
    max-width: 100%;
}

.portfolio-blog .footer-container .page-center {
    max-width:1100px !important;
}

.portfolio-blog .body-container {
    padding: 0 30px;
}

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

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

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


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

.blog .blog-content {}

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

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

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

.portfolio-blog .hs-blog-header{
    padding: 40px;
}

.portfolio-blog .hs-blog-header h1{
    text-align: center;
    font-size: 56px;
    font-weight: 400;
    font-family: Lato, Arial, Helvetica, sans-serif;
    line-height: 1.41;
    letter-spacing: 0px;
    margin: 15px 0 0;
}


/* Blog Post Title */
.portfolio-blog .post-header{
    margin-bottom: 20px;
    color: #747474;
}

.portfolio-blog .post-header h2 {
    margin-bottom: 20px;
    font-size: 23px;
    text-align: left;
    line-height: 1.33;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    padding-left: .5em;
    vertical-align: middle;
}
.portfolio-blog .post-header h2 a {
    text-decoration: none;
    color: #333333;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}
.portfolio-blog .post-header h2 a:hover {
    text-decoration: none;
    color: #17509e;
}
.post-header h1 {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
/*    margin-bottom: 20px;
    padding-bottom: 20px;    
    border-bottom:solid 1px #ddd;   */ 
}

.portfolio-blog  .blog-listing-wrapper .post-listing .post-item {
    width: 33.3333%;
    position: relative;
    float: left;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper{}
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}

.portfolio-blog .hs-featured-image-wrapper{
    margin-bottom:10px;
    overflow: hidden;
}
.portfolio-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height:100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: none;
    margin:0;
}

.portfolio-blog .hs-featured-image-wrapper .hs-featured-image-link:hover img.hs-featured-image{
    opacity: .9;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

/* Read More Link */
a.more-link {
    display:inline-block;
    margin:15px 0;
}
a.more-link:hover {}

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

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

/* Blog Commments */
.custom_listing_comments {
   border: 1px solid #e2e2e2;
   display: block;
   line-height: 165%;
   padding: 15px;
   margin:15px 0;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
#comments-listing.no-comments {
    border: none;
}


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

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

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

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

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

/* Pagination */
.blog-pagination {
    clear:both;
}
.blog-pagination a {
    display:inline-block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

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

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

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

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

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


/* ==========================================================================
   Blog Listing Page
   ========================================================================== */
body.hs-blog-listing {}


/* ==========================================================================
   Blog Post Page
   ========================================================================== */
body.hs-blog-post {}





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


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

/* Form Field */
.hs-form-field {
    position: relative;
}

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

.hs-form-field {
    margin-bottom: 18px;
}

span.hs-form-required {
    color: red;
    margin-left: 3px;
}

/* Labels and Legends */
label {}
.hs-form-field > label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #747474;
    text-align: left;
    line-height: 20px;
    display: block;
    padding-top: 0;
    margin-bottom: 4px;
    font-weight: normal;
}

label {}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
    width: 100% !important;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1); 
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    display: inline-block;
    background-color: #ffffff;
    color: #666;
    vertical-align: middle;
    border: 1px solid #ccc;
}

[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);   
}

.hs-two-column-right form.hs-form fieldset[class*="form-columns"] select.hs-input {
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


/* Separate Styles for Multiple Line Inputs */
textarea {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkitborder-radius: 3px;
    height: 47px;
}

select {
    height: 27px;
    min-height:;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkitborder-radius: 3px;
}
textarea:focus {}

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    width:auto;
    display:inline-block;
    cursor: pointer;
    border: none;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 300 !important;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 1;
    transition: opacity 0.15s linear;
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #f18521,#f18521);
    border-top: 0px solid #10190D;
    border-bottom: 0px solid #1c4ed5;
    border-right: 0px solid #468ee6;
    vertical-align: middle;
    border-left: 0px solid #468ee6;
    border-radius: 0px;
    text-shadow: none;
    font-size: 20px;
    padding: 16px 20px;
    margin-top: 17px;
    margin-bottom:36px;
    /* width: calc(100% - 10px); */

}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    text-decoration: none;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;  
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;  
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;  
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
}


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.custom-search-form a.hs-button.primary {
    transition: all .2s !important;
}  

.custom-search-form a.hs-button.primary:after {
    content: "";
    text-indent: 0;
    cursor: pointer;
    font-family: icomoon;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
}

.hs_error_rollup ul.hs-error-msgs.inputs-list {
    position: static !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: red !important;
    font-size: 13px !important;
    padding: 0 !important;
}

.hubspot-user-row3-right-content form.hs-form .hs-input.invalid.error {
   border-color: #b9554d;
}

.hubspot-user-row3-right-content form.hs-form .hs-input.invalid.error:focus {
   -webkit-box-shadow: 0 0 6px rgba(171,41,32,0.5);
   -moz-box-shadow: 0 0 6px rgba(171,41,32,0.5);
   -ms-box-shadow: 0 0 6px rgba(171,41,32,0.5);
   box-shadow: 0 0 6px rgba(171,41,32,0.5);
   transition:0.2s ease all;
   -moz-transition:0.2s ease all;
   -webkit-transition:0.2s ease all;
}

.hubspot-user-row3-right-content form.hs-form select.hs-input.invalid.error,
.hubspot-user-row3-right-content form.hs-form select.hs-input.invalid.error:focus {
   border-color: #ccc;
   -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
   -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
   -ms-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
   box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
.hubspot-user-row3-right-content form.hs-form select.hs-input.invalid.error:focus {
   transition:0.2s ease all;
   -moz-transition:0.2s ease all;
   -webkit-transition:0.2s ease all;
}

@keyframes tp-bounce{0%,100%{transform:scale(0.0)}50%{transform:scale(1.0)}}


/* BANNER STYLING */
.banner-area-module {
   position: relative;
   overflow: hidden;
   -webkit-font-smoothing: antialiased;
   border-top: 1px solid #d2d3d4;
   height: calc(100vh - 86px);
}

.banner-bgvideo {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}

.banner-bgvideo video {
/*   display: block !important;
   width: 100% !important;
   height: 100%;
   object-fit: cover;
   z-index: 0;
   overflow: hidden;*/
    display: block !important;
    width: 100% !important;
    height: 120%;
    object-fit: cover;
    z-index: 0;
    max-width: none;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    left: -9999px;
    right: -9999px;
}

.banner-module-inner-group {
   position: relative;
   z-index: 1;
   width: 100%;
   height: 100%;
   background: rgba(51, 51, 51, 0.75);
   color: #fff;
   text-align: center;
   padding: 30px;
   -webkit-font-smoothing: antialiased;
}

.top-icon-group {
   margin-top: 6vh;
}

.top-icon-group svg {
   color: #fff;
   font-size: 6.77vh;
   line-height: 1;
   fill: #fff;
}

.top-icon-group i,
.top-icon-group .fa {
   color: #fff;
   font-size: 6.77vh;
   line-height: 1;
}

.top-icon-group > hr {
   height: 2px;
   margin: 4.4vh auto 0;
   background: rgba(255, 255, 255, 0.25);
}

h1.banner-title {
   color: #fff;
   font-family: "Lato", Arial, Helvetica, sans-serif;
   font-weight: 700;
   white-space: normal;
	 font-size: calc( 24px + (32 - 24) * (100vw - 400px) / (800 - 400) )!important;

   line-height: 1.35;
   margin: 10px 0 0;
}

h2.banner-subtitle {
   color: #fff;
   font-family: "Lato", Arial, Helvetica, sans-serif;
   font-weight: 400;
   white-space: normal;
   margin: 4vh 0;
  font-size: calc( 16px + (28 - 16) * (100vw - 400px) / (800 - 400) )!important;
  line-height: 1.35;
}

.banner-btn-group {
   margin: 4.5vh 0 0;
}

.banner-btn-group > a {
   display: inline-block;
   padding: 17px 40px;
   text-decoration: none;
   border: 1px solid rgba(255, 255, 255, 0.25);
   color: #fff;
   font-size: 15px;
   font-weight: 700;
   line-height: 15px;
   letter-spacing: 2px;
   margin-left: 35px;
   -webkit-font-smoothing: antialiased;
}

.banner-btn-group > a:first-child {
   margin-left: 0;
}
/*  TWO COLUMN EQUAL WITH IMAGE WRAPPER  */
.two-col-equal-with-img-wrapper {
   background-position: left top;
   background-repeat: no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   padding: 5% 30px;
}

.two-col-equal-with-img-wrapper .image-group,
.two-col-equal-with-img-wrapper .content-group {
   width: 48%;
   float: left;
   min-height: 1px;
   margin-bottom: 20px;
}

.two-col-equal-with-img-wrapper .image-group {
   margin-right: 4%;
}

.two-col-equal-with-img-wrapper.with-rightimg .image-group {
   margin-right: 0;
   float: right;
}
.two-col-equal-with-img-wrapper.with-rightimg .content-group {
   margin-right: 4%;
   float: left;
   margin-top: -2px;
}

.two-col-equal-with-img-wrapper h4 {
   color: #17509e;
   font-size: 24px;
   font-family: Lato, Arial, Helvetica, sans-serif;
   font-weight: 700;
   line-height: 1.41;
   letter-spacing: 0px;
   margin: 0;
}

.two-col-equal-with-img-wrapper h5 {
   color: #333333;
   font-family: Lato, Arial, Helvetica, sans-serif;
   font-weight: 300;
   line-height: 1.5;
   letter-spacing: 0px;
   font-size: 18px;
   margin: 0 0 10px;
   padding: 0;
}

.two-col-equal-with-img-wrapper ul {
   color: #585757;
   font-family: Lato;
   font-weight: 300;
   font-size: 17px;
   line-height: 21px;
   list-style-type: none;
   padding: 10px 0 10px;
   margin: 12px 0;
}

.two-col-equal-with-img-wrapper ul li {
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 41px;
}

.two-col-equal-with-img-wrapper ul li:before {
   content: "\f00c";
   font-family: "FontAwesome";
   color: #a8a8a8;
   height: 28.9px;
   width: 28.9px;
   margin-right: 11.9px;
   float: left;
   text-align: center;
    position: absolute;
   left: 0;
   top: 3px;
}

.two-col-equal-with-img-wrapper .custom-bluebg-btn {
   margin-left: 40.8px;
   margin-bottom: -2px;
}

.custom-bluebg-btn {
   color: #fff;
   background: #5d88c6;
   font-family: Montserrat, Arial, Helvetica, sans-serif;
   font-weight: 400;
   letter-spacing: 1px;
   padding: 13px 29px;
   line-height: 17px;
   font-size: 14px;
   display: inline-block;
   position: relative;
   -webkit-transition: all .2s;
   transition: all .2s;
   cursor: pointer;
}

.custom-bluebg-btn i.fa {
   margin-right: 10px;
}
.coreservices-row-group.custom-home-section1 .custom-bluebg-btn i.fa {
    margin-right: 5px;
}

.custom-bluebg-btn:hover {
   background: #17509e;
   color: #fff;
}

.two-col-equal-with-img-wrapper.with-leftimg {
    background-position: center top;
}

.two-col-equal-with-img-wrapper.with-rightimg {
   background-position:center top;
}


/*  Service Request  */ 
.service-request-module {
   padding: 20px;
}

h1.service-request-title {
   text-align: center;
   margin: 0 0 20px;
}

.service-request-img {
   text-align: center;
}

.service-request-img img {
   margin: 42px auto 22px;
   display: block;
}

.service-request-btn {
   display: block;
   text-align: center;
   margin: 0 -20px -20px;
}


/*  THREE COLUMN EQUAL MENU FLEXI WRAPPER  */
.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_type_widget_container {
   display: block;
}

.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_type_widget_container:after {
   content: "";
   display: table;
   clear: both;
}

.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget {
   width: 33.3333%;
   float: left;
   padding: 20px;
   margin: 0 0 20px;
   background-color: rgb(249, 249, 249);
}

.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget:nth-child(2n) {
   background-color: rgb(239, 239, 239);
}

.three-col-equal-menu-flexi-wrapper .hs-menu-wrapper {}

.three-col-equal-menu-flexi-wrapper .hs-menu-wrapper > ul,
.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget > ul {
   padding: 0 0 60px;
   margin: 0;
   list-style: none;
}

.three-col-equal-menu-flexi-wrapper .hs-menu-wrapper > ul > li,
.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget > ul > li {
   margin: 0 0 36px;
   list-style: none;
}

.three-col-equal-menu-flexi-wrapper .hs-menu-wrapper > ul > li > a,
.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget > ul > li > a {
   color: #f08521;
   display: inline-block;
   margin: 0 0 24px;
   font-family: Lato, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: 700;
   line-height: 23px;
   text-decoration: none;
   padding-left: 46px;
   position: relative;
}

.three-col-equal-menu-flexi-wrapper .hs-menu-wrapper > ul > li > a:hover,
.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget > ul > li > a:hover {
   color: #17509e;
}

/*.three-col-equal-menu-flexi-wrapper .hs-menu-wrapper > ul > li > a:before {
   content: "\f15c";
   height: 26px;
   width: 26px;
   line-height: 24px;
   border-radius: 50%;
   color: #ffffff;
   font-size: 12px;
   border: 1px solid #333;
   margin-right: 20px;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   transition: all .3s;
   background: #333;
   font-family: "FontAwesome";
   display: inline-block;
   text-align: center;
   position: absolute;
   left: 0;
   top: 0;
}

.three-col-equal-menu-flexi-wrapper .hs-menu-wrapper > ul > li > a:hover:before {
   background-color: #17509e !important;
   border-color: #17509e !important;
}*/

.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget > ul > li > a .fa {
   content: "\f15c";
   height: 26px;
   width: 26px;
   line-height: 24px;
   border-radius: 50%;
   color: #ffffff;
   font-size: 12px;
   border: 1px solid #333;
   margin-right: 20px;
   -webkit-transition: all .3s;
   -moz-transition: all .3s;
   -ms-transition: all .3s;
   transition: all .3s;
   background: #333;
   font-family: "FontAwesome";
   display: inline-block;
   text-align: center;
   position: absolute;
   left: 0;
   top: 0;
}

.three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget > ul > li > a:hover .fa {
   background-color: #17509e !important;
   border-color: #17509e !important;
}


/*  ACCORDION  */
.accordion-module {
   border-bottom: 1px solid #e0dede;
}

.accordion-icon {
   background: #333333;
   display: inline-block;
   color: #ffffff;
   vertical-align: middle;
   text-align: center;
   padding: 4.5px;
   margin-right: 13px;
   -webkit-transition: border-color,background-color .2s linear;
   -moz-transition: border-color,background-color .2s linear;
   -ms-transition: border-color,background-color .2s linear;
   transition: border-color,background-color .2s linear;
   position: absolute;
   left: 0;
   top: 18px;
   margin-right: 0;
}

.accordion-icon i {
   -webkit-font-smoothing: subpixel-antialiased;
}

h4.accordion-title {
    font-size: 24px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 10px 0 10px 40px;
}

.accordion-module.active .accordion-icon {
   background-color: #17509e;
}
h4.accordion-title:hover .accordion-icon {
    background: #17509e;
}

.accordion-module.active .fa-fusion-box:before {
   content: "\e61c";
}

.accordion-content {
   line-height: 1.33;
   padding: 10px 0 36px;
}

.custom-lightorangebg-btn {
   display: inline-block;
   font-family: Montserrat, Arial, Helvetica, sans-serif;
   font-weight: 400;
   letter-spacing: 1px;
   color: #ffffff;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -ms-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
   padding: 13px 29px;
   line-height: 17px;
   font-size: 14px;
   outline: 0;
   cursor: pointer;
   background: #f18521;
}

.custom-lightorangebg-btn:hover {
   background: #f27500;
   color: #ffffff;
}

.top-icon-group svg {
   width: 10vh;
}

.banner-bgimage {
   background-size: cover;
   background-position: center center;
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: -1;
}

.two-col-equal-module.without-btn .content-group {
   padding-bottom: 10px;
}

/*  FOUR COLUMN EQUAL LIGHTBOX WRAPPER  */
.four-col-equal-lightbox-wrapper {}

.four-col-equal-lightbox-wrapper .hs_cos_wrapper_type_widget_container {
   display: block;
   margin: -5px;
}

.four-col-equal-lightbox-wrapper .hs_cos_wrapper_type_widget_container:after {
   content: "";
   display: table;
   clear: both;
}

.four-col-equal-lightbox-wrapper .hs_cos_wrapper_widget {
   padding: 5px;
   width: 25%;
   float: left;
}


/*  Result Module  */
.result-module-group {
    position: relative;
    padding-bottom: 30px;
}

.result-module-content-group {
    -webkit-perspective: 600px;
    perspective: 600px;
    padding: 27px 20px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    -webkit-transition: all .4s cubic-bezier(.2,.85,.4,1.275)!important;
    -moz-transition: all .4s cubic-bezier(.2,.85,.4,1.275)!important;
    -ms-transition: all .4s cubic-bezier(.2,.85,.4,1.275)!important;
    transition: all .4s cubic-bezier(.2,.85,.4,1.275)!important;
    min-height: 334px;
    margin: 0 0 10px;
}

.result-module-front-group {
    color: rgb(116, 116, 116);
    background: rgb(246, 246, 246);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 10;
}

.result-module-front-group .result-col-group {
    margin-top: 77.5px;
    margin-bottom: 10px;
}

.result-module-front-group img {
    width: 250px;
    vertical-align: middle;
}

.result-module-back-group {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: -1;
    box-sizing: border-box;
}

.result-module-group:hover .result-module-front-group {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: -1;
}

.result-module-group:hover .result-module-back-group {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 1;
}

h3.result-title {
    color: #f18521;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 0 9px;
}

.coreservices-row-group h1.result-number,
h1.result-number {
   color: #f18521;
   font-size: 57pt !important;
   font-family: Lato, Arial, Helvetica, sans-serif;
   font-weight: 700;
   line-height: 1.41 !important;
   letter-spacing: 0px;
   margin: 28.140px 0;
}

.result-col-group hr {
    background: #888;
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #888;
    height: auto;
    margin: 0 0 10px;
}

p.result-content {
    color: #4c6e93;
    font-size: 16pt;
    line-height: 1.33;
    margin: 0 0 20px;
}


/*==============About Us Website Page==================*/
.custom-banner-with-video-grp {
    position: relative;
    overflow: hidden;
    min-height: 100vh !important;
    align-items: center;
    display: flex !important;
}
.custom-banner-with-video-grp > div {
    width: 100% !important;
    margin-top: -29vh;
}
.custom-banner-with-video-grp video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.custom-about-us-layout .body-container {
    padding: 0;
}
.custom-banner-with-video-grp:before {
    content: "";
    display: block;
    background-color: rgba(51, 51, 51, 0.75);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
}
.custom-banner-with-video-grp .page-center {
    position: relative;
    z-index: 2;
    text-align: center;
}
.row-fluid [class*="span"].no-height {
    min-height: 0 !important;
}
.custom-banner-with-video-grp svg path {
    fill: rgb(255, 255, 255);
}
.custom-banner-with-video-grp svg {
    width: 10.2vh;
    height: 100%;
    border-bottom: 0.2vh solid rgba(255, 255, 255, 0.25);
    padding-bottom: 1.7vh;
    margin-bottom: 3vh;
}
.custom-banner-with-video-grp h1 {
    margin: 30px 0px 1.7vh;
    color: rgba(255,255,255,1.00);
    font-weight: 700;
    font-family: Lato;
    font-size: 6.96vh;
    line-height: 7.4vh;
}
.custom-banner-with-video-grp p {
    font-family: "Open Sans";
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: 2.4vh;
    font-size: 2.11vh;
}
.custom-banner-with-video-grp p {
    font-family: "Open Sans";
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin: 0;
    font-size: 2vh;
    line-height: 2.3vh;
}
.custom-transparent-btn {
    font-family: Lato;
    background: transparent;
    padding: 17px 40px 17px 40px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: inline-block;
    margin-top: 67px;
}
.custom-transparent-btn:hover {
    background: rgb(241, 133, 33);
    color: #fff;
    border-color: rgb(241, 133, 33);
}
.hs-about-row-2 {
    text-align: center;
    padding: 30px 5% 50px;
}
.hs-about-row-2 h2 {
    font-size: 34px;
    margin: 0 0 31px;
    font-weight: 700;
    line-height: 1.17;
}
.hs-about-row-2 h5 {
    color: #333333;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
}
.hs-about-row-2 strong {
    font-weight: 700;
    font-size: 20px;
}
.hs-about-row-2 p {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    font-family: Lato, Arial, Helvetica, sans-serif;
    line-height: 1.5;
}
.hs-about-row-2 p:last-child {
    margin-bottom: 0;
}
.hs-about-row-3 {
    background: #18529e;
    padding: 0 30px;
}
.hs-about-row-3 .page-center {
    padding: 40px 0 0;
}
.hs-about-row-3 h2 {
    color: #fff;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    margin: 0 0 1.1em;
}
.custom-four-col-counter-module .custom-counter-column {
    width: 22%;
    margin-right: 4%;
    float: left;
    text-align: center;
    margin-bottom: 14px;
}
.custom-four-col-counter-module .custom-counter-column:last-child {
    margin-left: 0;
    margin-right: 0;
}
.custom-four-col-counter-module .custom-counter {
    line-height: normal;
    font-weight: bolder;
    font-size: 63px;
    color: #fff;
}
.custom-four-col-counter-module p {
    line-height: 25px;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
}
.custom-four-col-counter-module {
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.custom-four-col-counter-module .custom-counter-column img {
    vertical-align: top;
}
.custom-four-col-counter-module .custom-counter-column .custom-counter-top-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.custom-four-col-counter-module .counter-bottom-grp {
    padding: 20px;
}
.hs-about-row-4 {
    background: #f9f9f9;
}
.hs-about-row-4 h4 {
    text-align: center;
    margin: 25px 0;
    color: #17509e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.41;
}
.custom-recent-post-wrapper .custom-rss-item .custom-rss-item-inner-group {
    padding-bottom: 66.7%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.custom-recent-post-wrapper .custom-rss-item {
    width: 20%;
    float: left;
}
.custom-hove-content-wrapper {
    position: absolute;
    left: -100%;
}
.custom-hove-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-image: linear-gradient(top, rgba(30,99,204,0.85) 0%, #17509e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(30,99,204,0.85)), color-stop(1, #17509e));
    background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1e63cc, endColorstr=#17509e), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    background-image: -webkit-linear-gradient(top, rgba(30,99,204,0.85) 0%, #17509e 100%);
    background-image: -moz-linear-gradient(top, rgba(30,99,204,0.85) 0%, #17509e 100%);
    background-image: -ms-linear-gradient(top, rgba(30,99,204,0.85) 0%, #17509e 100%);
    background-image: -o-linear-gradient(top, rgba(30,99,204,0.85) 0%, #17509e 100%);
    opacity: 0;
}
.custom-recent-post-wrapper .custom-rss-item .custom-rss-item-inner-group:hover .custom-hove-content-wrapper {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-style: preserve-3d;
}
.custom-hove-content-wrapper > div {
    width: 90%;
    padding: 10px;
}
.custom-hove-content-wrapper a.custom-rss-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 3px;
    margin-top: 10px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    display:block;
}
.custom-hove-content-wrapper a.custom-post-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.rss-topic {
    position: relative;
    z-index: 1;
}
.rss-topic a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 1.5;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.icon-grp {
    position: relative;
    z-index: 1;
}
.custom-recent-post-wrapper .icon-grp a {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    border-radius: 50%;
    text-indent: -10000px;
    display: inline-block;
    opacity: .9;
    position: relative;
    vertical-align: middle;
    margin: 0;
    text-decoration: none;
    background-color: #333333;
    width: calc(15px * 2.41);
    height: calc(15px * 2.41);
    background: #333333;
    color: #333333;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.custom-recent-post-wrapper .icon-grp a:hover {
    opacity: 1;
}
.custom-recent-post-wrapper .icon-grp a:before {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    color: #333333;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-indent: 0;
    line-height: normal;
    text-shadow: none;
    font-family: icomoon;
    font-size: 15px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 15px;
    line-height: 2.41;
    color: #ffffff;
}
.custom-recent-post-wrapper .icon-grp a.fusion-rollover-link:before {
    content: '\e619';
}
.custom-recent-post-wrapper .icon-grp a.fusion-rollover-gallery:before {
    content: '\f002';
}
.fusion-rollover-sep {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: 5px;
}
.hs-about-row-4 {
    margin-bottom: 80px;
}
.hs-about-row-6 {
    padding: 80px 30px 60px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-about-row-6 .page-center {
    padding: 0;
}
.hs-about-row-6-left-content a {
    border: 8px solid rgb(255, 255, 255);
    padding: 10px;
    min-height: 77px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    font-size: 42px;
    padding-top: 24px;
}
.hs-about-row-6-right-content {
    background-color: rgba(241, 133, 33, 0.8);
    padding: 31px 25px;
    text-align: center;
    margin-bottom: 20px;
}
.hs-about-row-6-right-content a.custom-yallow-btn-small {
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid transparent;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.8);
    background: rgba(241, 133, 33, 0.0);
    color: #fff;
}
.hs-about-row-6-right-content a.custom-yallow-btn-small:hover {
    background: #f18521;
}
.schedule-meeting-section {
    background: #f9f9f9;
    padding: 20px 30px;
}
.schedule-meeting-section .form-title {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #17509e;
    margin: 0 0 20px;
}
.custom-image-gallery .slick-slider {
    margin: 0 0 40px;
    padding: 8px 0;
}
.custom-image-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    display: inline-block;
    position: relative;
}
.custom-image-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    box-shadow: 0 3px 15px rgba(0,0,0,.4);
    opacity: 0;
}
.custom-image-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:hover:before {
    opacity: 1;
}
.custom-image-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper img {
    vertical-align: middle;
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    position: relative;
}
.custom-image-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:hover img {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}

.schedule-meeting-section span.hs-form-required {
    margin-left: 1px;
}
.schedule-meeting-section input.hs-button.primary.large {
    margin-bottom: 35px;
}
.banner-btn-group > a:hover {
    background: rgb(241, 133, 33);
    color: #fff;
    border-color: rgb(241, 133, 33);
}


/*===================Already a Hubspot User Website Page================*/

.custom-already-a-hubspot-user-layout .body-container {
    padding: 0;
}
.custom-banner-area-wrapper {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 86px);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2b2624;
    background-position: 50% -1px;
    position: relative;
    background-attachment: fixed;
}
.custom-banner-area-wrapper:before {
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    background-color: rgba(0,0,0,0.31);
    top: 0;
    display: block;
}
.custom-banner-area-wrapper > div {
    width: 100%;
    padding: 35px 15px 0;
    position:relative;
    z-index:2;
}
.custom-banner-area-wrapper h1 {
    color: #ffffff;
    font-size: 42px;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    padding-bottom: 15px;
    margin: 0.67em 0;
}
.custom-banner-area-wrapper p {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 15px;
    line-height: 1.7;
}
.custom-btn-grp {
    display: block;
    margin-bottom: 21.74px;
    padding-top: 35px;
}
a.custom-banner-btn {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    border: 2px solid transparent;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    padding: 17px 24px;
    padding-left: 60px;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background: transparent;
    position: relative;
    font-size:16px;
}
a.custom-banner-btn:hover {
    border-color: rgb(206, 206, 206);
    background-color: rgb(206, 206, 206);
    color: rgb(242, 242, 242);
}
a.custom-banner-btn i.fa {
    vertical-align: top;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 20px;
    height: 16px;
    line-height: 16px;
    left: 25px;
}
.custom-hubspot-user-row-2 {
    border-top: 3px solid #f18521;
    border-bottom: 3px solid #f18521;
    padding: 70px 55px 35px;
}
.custom-hubspot-user-row-2 h2 {
    margin-top: 0em;
    margin-bottom: 1.1em;
    padding-bottom: 15px;
    font-weight: 700;
    line-height: 1.17;
}
.custom-already-a-hubspot-user-layout .body-container p {
    line-height: 1.7;
}
.custom-hubspot-user-row-2 p {
    margin: 0;
    padding-bottom: 15px;
}
.custom-btn {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-width: 2px;
    font-size: 16px;
    padding: 17px 24px;
    border-color: rgb(24, 82, 158);
    color: rgb(24, 82, 158);
    background-color: transparent;
    text-align:center;
    line-height: normal;
}
.custom-btn i.fa {
    vertical-align: top;
    font-size: 20px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    position: static;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    min-width: 1em;
    margin-right: .5em;
}
.custom-btn:hover {
    background-color: rgb(240, 133, 33);
    border-color: rgb(240, 133, 33);
    color: #fff;
}
.custom-already-a-hubspot-user-layout .body-container .custom-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 21.74px;
}
.custom-hubspot-user-row-3 {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 30px 25px;
}
.custom-hubspot-user-left-content {
    background-color: rgba(255,255,255,0.5);
    padding: 35px 15px 0;
}
.custom-hubspot-user-left-content h2 {
    margin-top: 0em;
    margin-bottom: 1.1em;
    padding-bottom: 15px;
    font-weight: 700;
    line-height: 1.17;
    color: #17509e;
}
.custom-hubspot-user-left-content h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #000000;
}
.custom-hubspot-user-left-content hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
.custom-hubspot-user-left-content p {
    margin:0;
    padding-bottom:15px;
}
a.custom-btn.white-btn:hover {
    border-color: rgb(247, 247, 247);
    background-color: rgb(247, 247, 247);
    color: rgb(24, 82, 158);
}
.custom-hubspot-user-row-4 {
    border-top: 3px solid #f18521;
    border-bottom: 3px solid #f18521;
    padding: 35px 5px;
}
.custom-already-a-hubspot-user-layout .body-container .hs_cos_wrapper_type_header h2 {
    font-weight: 700;
    text-align: center;
    margin: 0 0 35px;
    padding-bottom: 15px;
    line-height: 1.17;
}
.custom-five-col-with-top-img-mg-group .hs_cos_wrapper_type_custom_widget {
    width: 20%;
    padding: 0 2.5px;
    float: left;
}
/*.custom-five-col-with-top-img-mg-group {
    padding-left: 8.33333333%;
    padding-right: 8.33333333%;
}*/
.custom-five-col-with-top-img-mg-group {
   padding-left: calc(8.33333333% - 10px);
   padding-right: calc(8.33333333% - 10px);
}
.custom-one-column-with-top-img-wrapper .custom-one-col-top-img-md {
    padding: 0 15px;
}
.custom-one-column-with-top-img-wrapper {
    margin-bottom: 35px;
}
.custom-one-column-with-top-img-wrapper .custom-one-col-content {
    margin: 20px 0 10px 0;
    color: #777;
}
.custom-one-column-with-top-img-wrapper .custom-one-col-content p {
    padding-bottom: 15px;
    margin: 0 0 20px;
}
.custom-one-column-with-top-img-wrapper .custom-one-col-img-grp {
    padding-bottom: 45px;
}
.custom-already-a-hubspot-user-layout .body-container .custom-hubspot-user-row-4 .custom-btn {
    margin-top: 0;
}
.custom-hubspot-user-row-4 .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 0 65px;
}
a.custom-btn.gray-btn:hover {
    background: rgb(247, 247, 247);
    border-color: rgb(247, 247, 247);
    color: rgb(24, 82, 158);
}
/*.custom-hubspot-user-row-5 {
    background: #f2f2f2;
    padding: 35px 20px 0;
}*/
.custom-hubspot-user-row-5 {
   background: #f2f2f2;
   padding: 35px 40px 0;
}
.custom-hubspot-user-row-5 .hs_cos_wrapper_type_header h2 {
    color: #17509e;
    line-height: 1.17;
}
.custom-four-col-image-group {
    padding: 0 35px;
    margin-bottom: 35px;
    text-align: center;
}
/*.custom-four-col-image-group .widget-type-linked_image {
    display: block;
    margin-bottom: 35px;
    padding: 0 15px;
}*/
.custom-four-col-image-group .widget-type-linked_image {
   display: block;
   margin-bottom: 35px;
   padding: 12.5px;
}
.custom-four-col-image-group .hs_cos_wrapper_type_linked_image {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding: 6px;
    border: 1px solid #FFF;
    border-radius: 50%;
}
.custom-already-a-hubspot-user-layout .schedule-meeting-section {
    border-top: 3px solid #f18521;
    border-radius: 4px;
    padding: 35px 20px;
    background:#fff;
}
.custom-already-a-hubspot-user-layout .schedule-meeting-section h3 {
    margin-top: 25px;
    padding: 0 35px;
    color: #f08521;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.custom-already-a-hubspot-user-layout .schedule-meeting-section form {
    width: 83.33333333%;
    margin: 0 auto;
    float: none;
    padding: 0 5px;
}

.custom-already-a-hubspot-user-layout .custom-one-column-with-top-img-wrapper {
   margin-bottom: 15px;
}
.custom-already-a-hubspot-user-layout .schedule-meeting-section input.hs-button.primary.large {
   margin-bottom: 40px;
}

/*====================Hubspot Account Management Website Page==============*/
.custom-banner-area-wrapper .custom-top-icon-grp {
    font-size: 14px;
    margin-bottom: 35px;
    text-align: center;
}
.custom-banner-area-wrapper .custom-top-icon-grp .fa {
    position: relative;
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 4em;
    height: 4em;
    max-width: 100%;
    line-height: 2.85em;
}
.custom-banner-area-wrapper .custom-top-icon-grp .fa:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 400;
    font-size: 2.85em;
    color: #ffffff;
}
.custom-icon-grp-inner {
    border-bottom: 1px solid #f7f7f7;
    width: 9.8%;
    margin: 0 auto;
    padding-bottom: 35px;
}
.hubspot-account-management-layout .custom-banner-btn {
    background-color: #18529e;
    color: #ffffff;
    border: 2px solid transparent;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}
.hubspot-account-management-layout .custom-banner-btn:hover {
    background-position: 0 100%;
    background-color: #18529e;
    border: 2px solid transparent;
}
.hubspot-account-management-row-2 {
    background: #eff3f4;
    padding: 60px 80px 0;
}
.hubspot-account-management-row-2 h2 {
    font-weight: 700;
    line-height: 1.17;
    text-align: center;
    padding-bottom: 15px;
    margin: 0 0 35px;
    color: #18529e;
}
.hubspot-account-management-row-2 .main-content {
    padding: 0 15px;
}
.hubspot-account-management-row-2 .main-content img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}
.hubspot-account-management-row-2 .main-content p {
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.hubspot-account-management-row-2 .main-content p strong {
    font-weight: 700;
    color: #18529e;
}
.hubspot-account-management-row-3 {
    padding: 35px 15px;
}
.hubspot-account-management-row-3 h2 {
    font-weight: 700;
    line-height: 1.17;
    padding-bottom: 15px;
    margin: 0 0 35px;
}
.custom-three-col-counter-module .custom-three-col-counter-column {
    width: 33.33333333%;
    float: left;
    text-align: center;
    padding: 0 15px;
}
.custom-three-col-counter-module {
    margin: 0 -15px;
}
.custom-three-col-counter-module .custom-three-col-counter-top-image {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
.custom-three-col-counter-module .custom-three-col-counter {
    line-height: 1.3em;
    font-weight: 500;
    font-size: 62px;
    padding: 5px 0;
    margin-bottom: 11px;
}
.custom-three-col-counter-module p {
    color: #747479;
    padding-bottom: 15px;
    margin: 0;
}
.custom-three-col-counter-module .three-col-counter-bottom-grp:after {
    height: 3px;
    width: 60%;
    display: block;
    background: #f2f2f2;
    content: "";
    margin: 1px auto 33px;
}
.hubspot-account-management-row-3 .custom-btn {
    margin-top: 0 !important;
}
.hubspot-account-management-row-3 .custom-btn.blue-btn {
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    background-color: #18529e;
    color: #ffffff;
}
.hubspot-account-management-row-3 .custom-btn.blue-btn:hover {
    background-position: 0 100%;
    border-color: #18529e;
}
.hubspot-account-management-row-3 .hs_cos_wrapper_type_rich_text {
    padding: 0 50px;
}
.hubspot-account-management-row-4 {
    border-top: 6px solid #f18521;
}
.custom-iframe-wrapper {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.custom-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hubspot-account-management-layout.custom-already-a-hubspot-user-layout .schedule-meeting-section {
    border-top: none;
}
.hubspot-account-management-row-4 {
    margin-bottom: 34px;
}


/* Home */
.hs-home-layout .body-container {
    padding:  0;
}
.hs-home-banner h1.banner-title {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both; 
    opacity: 0;
    margin-top: 20px;
		font-size: calc( 24px + (36 - 24) * (100vw - 400px) / (800 - 400) )!important;
    line-height: 1.25;
    margin-bottom: 20px;
}

.hs-home-banner a.custom-hoverwhiteborder-btn {
    color: rgba(255, 255, 255, 0.8);
}

.hs-home-banner h2.banner-subtitle {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 0;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    font-size: calc( 14px + (20 - 14) * (100vw - 400px) / (800 - 400) )!important;
    line-height: 1.25;
}

@media screen and (max-width: 768px){
  .hs-home-banner h1.banner-title{
    font-size: calc( 24px + (32 - 24) * (100vw - 400px) / (800 - 400) )!important;
  }
  .hs-home-banner h2.banner-subtitle{
      font-size: calc( 18px + (26 - 18) * (100vw - 400px) / (800 - 400) )!important;
  }
  .top-icon-group{margin-top: 2vh!Important;}

}
  
.custom-home-section1 .hs_cos_wrapper_type_custom_widget:nth-child(2) .two-col-equal-with-img-wrapper.with-different-spacing {
    padding-top: 5%;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hs-home-banner .banner-btn-group > a {
    transition-duration: 0.1s;
}

.hs-home-banner .banner-btn-group > a i {
    font-size: 25px;
    float: left;
    margin-top: -6px;
    margin-right: 10px;
}

.pe-7s-date:before {
    content: "\e660";
}

.pe-7s-video:before {
    content: "\e604";
}

a.custom-hoverwhiteborder-btn:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.cm-two-col-right-cwi-wrap {
    background-color: rgb(114, 114, 114);
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 30px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cm-two-col-right-cwi-mod.col1 {
    width: 65.3333%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    padding: 30px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 288px;
    height: auto;
}

.cm-two-col-right-cwi-mod.col2 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30.6666%;
    position: relative;
    float: right;
}

.cm-two-col-right-cwi-mod.col1 h4 {
    font-size: 24px;
    color:  #fff;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.41;
    letter-spacing: 0px;
    margin: 0;
}

.cm-two-col-right-cwi-mod.col1 h4 h2 {
    color: #ffffff;
    font-weight: 100;
}

.cm-two-col-right-cwi-mod.col1  h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 34px;
    line-height: 1.17;
    margin: 0;
}

.cm-two-col-right-cwi-mod-inner {
    background-color: rgba(241, 133, 33, 0.5);
    padding: 65px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 238px;
}

.cm-two-col-right-cwi-mod-inner {}

.cm-two-col-right-cwi-mod-inner a.cm-yellow-btn {
    border: 2px solid #fff;
    border-color: #ffffff;
    color: #ffffff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    background: #f18521;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    display:  inline-block;
    text-align:  center;
    padding:  13px 29px;
}
.cm-two-col-right-cwi-mod-center {
    min-height: 158px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cm-two-col-right-cwi-mod-inner a.cm-yellow-btn:hover {
    background: #f27500;
    color: #ffffff;
    border: 2px solid #fff;
}

.custom-home-section3 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 30px 20px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #ededed;
}

.cm-testi-wrap h4 {
    text-align:  center;
    color: #17509e;
    margin: 0 0 045px;
    font-size: 24px;
    font-weight: 700;
    display: block;
    position: relative;
}


.cm-testi-mod {
    margin-bottom: 20px;
    width: 30.6666%;
    margin-right: 4%;
    position: relative;
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 373px;
}

.cm-testi-mod.col3 {
    margin-right: 0;
}

.cm-testi-content {
    background-color: #ffffff;
    display: block;
    padding: 30px;
    line-height: 24px;
    font-size: 16px;
    color: #4f4f4f;
    letter-spacing: 2px;
    text-align: center;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style:  italic;
}

.cm-testi-content p {
    margin: 0;
}

.cm-testi-author {
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    color: #4f4f4f;
}

.cm-testi-author a {
    color: #333333;
    text-decoration: none;
}

.cm-testi-author a:hover {
    color: #17509e;
    text-decoration: none;
}

.custom-home-section4 {
    padding: 60px 30px;
}

.custom-home-sect4-r1 {}

.custom-home-sect4-r1 h4 {
    color: #5d88c6;
    text-align: center;
    font-weight: 700;
    position:  relative;
    margin-top: 20px;
    margin-bottom: 25px;
}

.custom-home-sect4-r1 h4:before {
    background: #e0dede;
    height:  1px;
    content:  "";
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    z-index: -1;
}

.custom-home-sect4-r1 h4 span {
    padding: 0 45px;
    background: #fff;
    display:  inline-block;
}

.custom-home-sect4-r1 h3 {
    color: #000000;
    text-align: center;
    margin: 0 0 66px;
}

.custom-home-sect4-r1c2 {}

.custom-home-sect4-r1c2 .hs_cos_wrapper_type_custom_widget {
    margin-bottom: 20px;
    width: 30.6666%;
    margin-right: 4%;
    float:  left;
    text-align: center;
}

.custom-home-sect4-r1c2 .hs_cos_wrapper_type_custom_widget:last-child {
    margin-right: 0;
}

.cm-one-col-image-mod img {
    max-width: 75px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.custom-home-sect4-r1c2 .cm-one-col-image-content h2 {
    margin: 21px 0 20px;
    font-weight: 700;
    line-height: 40px;
}

.cm-one-col-image-content {
    padding-bottom: 16px;
}

.cm-one-col-image-btn {}

.cm-one-col-image-btn a.custom-bluebg-btn {
    width: 100%;
}

.custom-home-section6-r2 .hs_cos_wrapper_type_custom_widget {
    margin-bottom: 20px;
    width: 13.3333%;
    margin-right: 4%;
    float:  left;
    text-align: center;
}

.custom-home-section6-r2 .hs_cos_wrapper_type_custom_widget:last-child {
    margin-right: 0;
}

.custom-home-section6-r2 .custom-bluebg-btn {
    line-height: 14px;
    font-size: 12px;
    background: #6283ab;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px 20px;
}
.custom-home-section5 .coreservices-row4-leftcol-content h4 {
    color: #607089;
    font-size: 32px!important;
}

.custom-home-section5 .coreservices-row4-leftcol-content ul {
    font-size: 24px!important;
    color: #f08521;
    margin:  34px 0;
    font-weight: 400;
    line-height: 1.17;
}
.custom-home-section6-r1 h4 {
    text-align: center;
    color: #f18521;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 20px 0 51px;
}

.custom-home-section6-r1 h4:before {
    background: #6283ab;
    height:  1px;
    content:  "";
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    z-index: -1;
}

.custom-home-section6-r1 h4 span {
    padding: 0 45px;
    background:  #fff;
}

.custom-home-section6-r2 .cm-one-col-image-mod img {
    max-width: 125px;
}

.custom-home-section6 {
    padding:  20px 30px;
}

.custom-home-section6-r2 .cm-one-col-image-content h2 {
    /*font-size: 24px;*/
    font-weight: bold;
    margin: 30px 0 12px;
    line-height: 1.17;
}

.custom-home-section6-r2 .cm-one-col-image-content h2 > span {
    font-size: 24px;
}

.custom-home-section6-r2 .cm-one-col-image-with-bottom-content-wrap {
    min-height: 444px;
    position: relative;
}
.custom-home-section6-r2 .custom-bluebg-btn:hover {
    background: #4c6e93;
}

.cm-testi-wrap h4{
    position:relative;
    overflow: hidden;
}
.cm-testi-wrap h4 span {
    position: relative;
}
.cm-testi-wrap h4 span:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    border-top: 1px solid #e0dede;;
    border-left: 0;
    top: 50%;
    margin-left: 10px;
    transform: translateY(-50%);
}

.cm-testi-wrap h4 span:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    border-top: 1px solid #e0dede;
    border-left: 0;
    top: 50%;
    margin-right: 10px;
    transform: translateY(-50%);
    right: 100%;
}



/*---------blue-frogs-home-builder-marketing-program-------*/
.hs-two-col-with-bottom-form-layout .body-container {
    padding: 0;
}

.hs-two-col-with-bottom-form-section1 {
    padding:  50px 30px 20px;
}

.hs-two-col-with-bottom-form-section1 h1 {
    margin: 0 0 31px;
    font-weight: 700;
    position:  relative;
    line-height: 59px;
}

.hs-two-col-with-bottom-form-section1 h1:before {
    position:  absolute;
    background: #e0dede;
    height:  1px;
    width:  100%;
    display:  block;
    content:  "";
    top: 47%;
    z-index: -1;
}

.hs-two-col-with-bottom-form-section1 h1 span {
    padding: 0 45px;
    display:  inline-block;
    background:  #fff;
}

.hs-two-col-with-bottom-form-section2 .two-col-equal-with-img-wrapper h2 {
    margin: 0 0 31px;
    font-weight: 700;
    line-height: 1.17;
}

.hs-two-col-with-bottom-form-section2 .two-col-equal-with-img-wrapper.with-rightimg { 
    background-position: center top;
    padding: 102px 30px 100px;
}


.hs-two-col-with-bottom-form-section2 .two-col-equal-with-img-wrapper {
    background-repeat: no-repeat;
    padding: 100px 30px;
    border-top: 2px solid #e2e2e2;
}

.hs-two-col-with-bottom-form-section3 {
    padding: 100px 30px 20px;
}

.hs-two-col-with-bottom-form-section3 h3.form-title {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: 0px;
    font-size: 34px;
    color: #f08521;
    margin-top: 0;
    margin-bottom: 1.1em;
}
.hs-two-col-with-bottom-form-sec3-r1c2 h2 {
    margin: 0 0 37.5px;
    font-weight: 700;
    line-height: 40px;
}

.hs-two-col-with-bottom-form-sec3-r1c2 {
    padding-left: 10px;
}

.custom-home-section6-r2 .cm-one-col-image-btn {
    padding-top: 43px;
}

.two-column.hs-two-column-right .two-col-right-row1-rightcol-group span.hs-form-required {
    margin-left: 3px;
}

.seo-layout .coreservices-row1-group {
   padding: 42px 30px 11px;
}
.custom-bluebg-btn:focus {
    color: #fff;
}

.hs-two-col-marketing-services-section1 {
    padding: 50px 30px 20px;
}

.hs-two-col-marketing-services-section1 h1 {
    text-align:  center;
    margin: 0 0 31px;
    font-weight: 700;
    position: relative;
    line-height: 59px;
}

.hs-marketing-sec2 .hs_cos_wrapper_type_custom_widget:first-child .cm-two-col-eq-wrap {
    padding-bottom: 0;
}

.cm-two-col-eq-wrap {
    padding: 100px 30px 100px;
    border-top: 2px solid #e2e2e2;
    /*border-bottom: 2px solid #e2e2e2;*/
}

.cm-two-col-eq-mod {
    float:  left;
    margin-bottom: 20px;
    width: 49.5%;
}

.cm-two-col-eq-mod h2 {
    font-size: 34px;
    margin:  0 0 31px;
    line-height: 39px;
    font-weight: 700;
}

.cm-two-col-eq-mod ul {
    font-size: 16px;
    line-height: 27.2px;
    list-style-type: none;
    padding: 0 0 0 5px;
    margin: 10px 0 0;
}

.cm-two-col-eq-mod ul li {
    margin-bottom: 11px;
    margin-left: 0;
}

.cm-two-col-eq-mod ul li:before {
    color: #17509e;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 17.2px;
}

.cm-two-col-eq-mod.col2 {
    padding-left: 28px;
}

.cm-two-col-eq-mod blockquote {
    margin: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 84px;
}

.cm-two-col-eq-mod blockquote span {
   background-color: #f6f6f6;
   display: block;
   border-width: 1px;
   border-color: #f6f6f6;
   border-top-width: 3px;
   border-top-color: #17509e;
   border-style: solid;
   padding: 28px 28px 27px 31px;
   position: relative;
   z-index: 61;
}

.cm-two-col-eq-mod blockquote p:last-child {
    text-align: right;
}

.cm-two-col-eq-mod blockquote p {
    margin: 0;
}

.cm-two-col-eq-mod blockquote:after , .cm-two-col-eq-mod blockquote:before {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: .7;
    box-shadow: 0 17px 10px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.cm-two-col-eq-mod blockquote:after {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    opacity: 0.7;
}

.cm-two-col-eq-mod a {
    color: #333333;
}

.cm-two-col-eq-mod a:hover {
    color: #17509e;
}

.hs-two-col-with-bottom-form-side h3 {
    color: #000000;
}

.social-media-section,
.square-downarrow-row{
    position: relative;
}
.social-media-section:after,
.square-downarrow-row:after{
    background-color: #fff;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #1748a0;
    border-left: 1px solid #1748a0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -21px;
    z-index: 2;
}

.hs-marketing-sec2 .hs_cos_wrapper_type_custom_widget:first-child .cm-two-col-eq-wrap .cm-two-col-eq-mod blockquote {
    margin-bottom: 0;
}
.social-media-section:before {
    content: "\f063";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
    color: #1748a0;
    font-size: 20px;
    font-family: FontAwesome;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    z-index: 3;
}


/*====================Video Production Services Website Page=============*/
.custom-video-banner-area-module {
    position: relative;
    overflow: hidden;
    min-height: calc( 100vh - 40px);
    background-color: #222c4f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
}
.custom-video-banner-area-module:before {
    background-color: rgba(10,10,10,0.42);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.custom-video-banner-area-module .custom-banner-vdo-grp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.custom-video-banner-area-module .custom-banner-vdo-grp video {
    display: block !important;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    overflow: hidden;
}
.custom-video-banner-area-module > div {
    width: 100%;
}
.custom-video-banner-area-module .custom-video-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.custom-video-banner-area-module h1 {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    line-height: 1.1em !important;
    font-weight: 700;
    font-size: 64px !important;
    color: #ffffff;
    padding-bottom: 10px;
}
.custom-video-banner-area-module h2 {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    line-height: 1.1em !important;
    font-weight: 400;
    font-size: 30px !important;
    color: #ffffff;
    padding-bottom: 64px;
    display: inline-block;
    width: 100%;
}
.video-banner-btn-group .custom-banner-btn-col {
    width: 50%;
    float: left;
    padding: 2.5px 15px;
}
.video-banner-btn-group {
    padding: 0 15.5%;
}
.video-banner-btn-group a.custom-btn {
    margin: 0 0 21.74px !important;
}
.video-banner-btn-group a.custom-btn {
    margin: 0 0 21.74px !important;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    background-color: transparent;
}
.video-banner-btn-group a.custom-btn.orange-btn:hover {
    background-color: rgb(241, 133, 33);
    border-color: rgb(241, 133, 33);
    color: rgb(242, 242, 242);
}
.video-banner-btn-group a.custom-btn.gray-btn:hover {
    background-color: rgb(206, 206, 206);
    border-color: rgb(206, 206, 206);
    color: rgb(242, 242, 242);
}

.custom-two-col-lightbox-grp {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 45px;
}
.custom-two-col-lightbox-grp .custom-lightbox-column {
    width: 50%;
    float: left;
    min-height: 1px;
}
.custom-lightbox-column.col-2 .lightbox-btn {
    display: block;
    padding-bottom: 55%;
}
.custom-two-col-lightbox-grp .custom-lightbox-column.col-2 {
    padding-top: 50px;
}
.custom-two-col-lightbox-grp h2 {
    margin: 48px 0 1.1em;
    font-weight: 300;
    font-size: 36px;
    color: #17509e;
    line-height: 1.2;
}
.custom-video-production-services-layout.custom-already-a-hubspot-user-layout .body-container p {
    line-height: 1.33;
    color: #585757;
}
.custom-two-col-lightbox-grp ul {
    padding-left: 2.14285714em;
    list-style-type: none;
}
.ppt {
    display: none !important;
}
.custom-two-col-lightbox-grp li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #a8a8a8;
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.custom-two-col-lightbox-grp ul li {
    position: relative;
}
.custom-two-col-lightbox-grp {
    color: #585757;
}
.video-production-services-row-3 {
    border-top: 6px solid #f18521;
    border-bottom: 6px solid #f18521;
    padding: 52px 5px 58px;
}
.custom-video-production-services-row3-column-grp {
    max-width: 81.333333%;
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
}
.custom-video-production-services-row3-column-grp h1 {
    line-height: 1.1em;
    font-weight: 700;
    font-size: 32px;
    color: #f18521;
}
.custom-video-production-services-row3-column-grp h1:after {
    content: "";
    display: block;
    height: 1px;
    background: #17509e;
    width: 30%;
    margin: 21.440px auto 47px;
}
.custom-one-col-top-img-with-button-grp .custom-image {
    margin-bottom: 35px;
    text-align: center;
}
.custom-one-col-top-img-with-button-grp .custom-one-col-img-description {
    margin-bottom: 35px;
}
.custom-one-col-top-img-with-button-grp .custom-one-col-img-description p {
    margin: 0;
}
.custom-one-col-bottom-btn-grp .custom-one-col-btn {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    border: 2px solid transparent;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 13px 19px;
    background-color: white;
    border-color: rgb(23, 80, 158);
    color: rgb(23, 80, 158);
}
.custom-one-col-bottom-btn-grp .custom-one-col-btn:hover {
    background-color: #f18521;
    border-color: #f18521;
    color: #fff;
}
.custom-one-col-bottom-btn-grp {
    margin-bottom: 21.74px;
}
.custom-two-col-lightbox-grp.right {
    flex-direction: row-reverse;
    padding: 0 5px;
}
.custom-two-col-lightbox-grp.right .form-heading h2 {
    font-size: 36px;
    color: #17509e;
    padding-left: 30px;
    padding-top: 10px;
    margin: 0 0 1.1em;
}
.custom-two-col-lightbox-grp.right a.lightbox-btn {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 33.1%;
}
.custom-two-col-lightbox-grp.right .custom-lightbox-column.col-2 {
    padding: 0;
}
.custom-two-col-lightbox-grp.right .custom-lightbox-column.col-1 {
    padding-top: 16px;
}
.custom-two-col-lightbox-grp input.hs-button.primary.large {
    padding: 15px 20px;
}
.custom-two-col-lightbox-grp .form-title:empty {
    display: none;
}
.custom-video-gallery-slider {
    padding: 52px 20px 64px;
}
.custom-video-gallery-slider .widget-type-rich_text {
    text-align: center;
}
.custom-video-gallery-slider .widget-type-rich_text h2 {
    font-size: 36px;
    color: #17509e;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 1.1em;
    padding-top: 10px;
}
.custom-video-gallery-slider .widget-type-rich_text p {
    color: #585757;
    margin: 0;
}
.custom-video-gallery-slider .widget-type-rich_text {
    text-align: center;
    display: block;
    margin-bottom: 35px;
    padding-bottom: 12px;
}
.custom-video-gallery-slider .hs_cos_gallery_main {
    margin: 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 5px 10px 0;
    margin-bottom: 50px;
}
.custom-video-gallery-slider .hs_cos_gallery_main .slick-arrow {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    background: #fff;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 1;
    color: #666666;
    font-size: 0;
}
.custom-video-gallery-slider .hs_cos_gallery_main .slick-arrow:before {
    content: none;
}
.custom-video-gallery-slider .hs_cos_gallery_main .slick-next.slick-arrow {
    left: auto;
    border-radius: 0 3px 3px 0;
}
.custom-video-gallery-slider .hs_cos_gallery_main .slick-arrow:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    vertical-align: middle;
}
.custom-video-gallery-slider .hs_cos_gallery_main .slick-prev:after {
    content: "\f053";
}
.custom-video-gallery-slider .hs_cos_gallery_main .slick-next:after {
    content: "\f054";
}
.custom-video-gallery-slider .hs_cos_gallery_main .slick-arrow:hover {
    color: #000000;
}
.custom-video-gallery-slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    padding: 5px 10px 10px;
}
.custom-video-gallery-slider .caption {
    position: absolute;
    bottom: 0;
    padding: 0 10px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
}
.custom-video-gallery-slider .caption p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 0;
}
.custom-video-gallery-slider ul.slick-dots {
    text-align: center;
    position: absolute;
    margin: 0;
    left: 0;
    top: 100%;
    width: 100%;
}
.custom-video-gallery-slider ul.slick-dots li {
    list-style: none;
    margin: 0 2px;
    width: auto;
    height: auto;
}
.custom-video-gallery-slider ul.slick-dots li button {
    text-indent: -9999px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    margin: 0;
    background: #666666;
    border-radius: 100px;
    box-shadow: none;
    line-height: normal;
}
.custom-video-gallery-slider ul.slick-dots li button:before {
    content: none;
}
.custom-video-gallery-slider ul.slick-dots li.slick-active button, .custom-video-gallery-slider ul.slick-dots li button:hover {
    background: #000000;
}
.custom-video-production-services-layout.custom-already-a-hubspot-user-layout .schedule-meeting-section {
    border-top: 1px solid #EBEBEB;
}
.custom-video-production-services-layout.custom-already-a-hubspot-user-layout .schedule-meeting-section h3 {
    line-height: 1.1em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-weight: 700;
    font-size: 42px;
    color: #17509e;
    padding-bottom: 32px;
}
.custom-video-production-services-layout.custom-already-a-hubspot-user-layout .schedule-meeting-section input.hs-button.primary.large {
    padding: 15px 10px;
    box-sizing: border-box;
    width: 100%;
}
.custom-video-gallery-slider .slick-slide-inner-wrapper > a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/play.png) no-repeat center center;
    content: "";
}
.custom-video-production-services-layout div.pp_default .pp_close {
    width: 80px !important;
    height: 80px !important;
    background: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/cross.png) no-repeat center center !important;
    position: fixed !important;
    right: 35px !important;
    top: 35px !important;
    opacity: 1 !important;
}
.custom-video-production-services-layout .pp_nav, 
.custom-video-production-services-layout .pp_description,
.custom-video-production-services-layout .pp_social {
    display: none !important;
}
.custom-video-production-services-layout .pp_top,
.custom-video-production-services-layout .pp_bottom {
    display: none !important;
}
.custom-video-production-services-layout div.pp_default .pp_content_container .pp_left {
    background: none !IMPORTANT;
    padding: 0 !important;
}
.custom-video-production-services-layout div.pp_default .pp_content_container .pp_right {
	background-image: none !important;
	padding: 0 !important;
}
.custom-video-production-services-layout div.pp_default .pp_content {
    background-color: transparent !important;
    border-width: 15px 20px;
    border-style: solid;
    border-color: rgba(255,255,255,0.63);
    width: auto !IMPORTANT;
    height: auto !IMPORTANT;
}
.custom-video-production-services-layout #pp_full_res iframe {
    max-width: 100%;
}

.cm-two-col-right-cwi-mod-inner a.cm-yellow-btn {
    font-size: 14px;
    line-height: 17px;
}

[data-title],
[data-tooltip-title],
[tooltip-title] {
 position: relative;
 z-index: 2;
 cursor: pointer;
}

/* Hide the tooltip content by default */
[data-title]:before,
[data-title]:after,
[data-tooltip-title]:before,
[data-tooltip-title]:after,
[tooltip-title]:before,
[tooltip-title]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

/* Position tooltip above the element */
[data-title]:before,
[data-tooltip-title]:before,
[tooltip-title]:before {
    position: absolute;
    bottom: 100%;
    left: auto;
    right: auto;
    margin: 0 auto 5px;
    padding: 4px 2px;
    width: 100%;
    content: attr(data-title);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color:rgba(34, 34, 34, 0.9);
    color: #d1d1d2;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    
}

[tooltip-title]:before {
    content: attr(tooltip-title);
}

[tooltip-title]:before {
    content: attr(tooltip-title);
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-title]:after,
[data-tooltip-title]:after,
[tooltip-title]:after {
 position: absolute;
 bottom: 100%;
 left: 50%;
 margin-left: -5px;
 width: 0;
 border-top: 5px solid #000;
 border-top: 5px solid rgba(34, 34, 34, 0.9);
 border-right: 5px solid transparent;
 border-left: 5px solid transparent;
 content: " ";
 font-size: 0;
 line-height: 0;
}

/* Show tooltip content on hover */
[data-title]:hover:before,
[data-title]:hover:after,
[data-tooltip-title]:hover:before,
[data-tooltip-title]:hover:after,
[tooltip-title]:hover:before,
[tooltip-title]:hover:after {
 visibility: visible;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
}

.custom-video-production-services-layout .video-production-services-row-2 .custom-lightbox-column.col-2 {
    min-height: 550px;
}

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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
 
 
.body-container ul li {}
.hs-blog-social-share ul li {
    background: none;
    padding-left: 0;
}
form ul li{
    background: none !important;
    padding-left: 0 !important;
}
.one-column input[type="text"],
.one-column input[type="password"], 
.one-column input[type="datetime"], 
.one-column input[type="datetime-local"], 
.one-column input[type="date"], 
.one-column input[type="month"], 
.one-column input[type="time"], 
.one-column input[type="week"], 
.one-column input[type="number"], 
.one-column input[type="email"], 
.one-column input[type="url"], 
.one-column input[type="search"], 
.one-column input[type="tel"], 
.one-column input[type="color"],
.one-column input[type="file"],
.one-column textarea,
.one-column select {
   width: 50% !important;
}
.widget-type-google_search input[type="text"] {
   display:block;
   margin:15px 0;
}
#hs-pwd-widget-password {
   display: block;
}

.hs-error-msgs.inputs-list {
    margin: 10px 0;
    list-style: none;
    padding: 0;
}


.three-col-equal-flexi-wrapper {}

.three-col-equal-flexi-wrapper .hs_cos_wrapper_type_widget_container {
    display: block;
}

.three-col-equal-flexi-wrapper .hs_cos_wrapper_type_widget_container:after {
    content:"";
    display: table;
    clear: both;
}

.three-col-equal-flexi-wrapper .hs_cos_wrapper_widget {
    margin-bottom: 20px;
    width: 30.6666%;
    margin-right: 4%;
    float: left;
}

.three-col-equal-flexi-wrapper .hs_cos_wrapper_widget:nth-child(3n) {
    margin-right: 0;
}

.hs-two-col-with-bottom-form-section3 {
    border-top:1px solid #e5e4e4;	
}

.hs-two-col-with-bottom-form-layout .two-col-equal-module.without-btn .content-group {
    padding-bottom: 0;
}
.hs-two-column-right .two-col-right-row1-rightcol-group ul.hs-error-msgs.inputs-list {
    margin-top: 0;
}

.custom-video-production-services-layout ul.hs-error-msgs.inputs-list li:before{
    display:none;
}

.custom-video-production-services-layout .hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    padding-right: 0;
}
.custom-video-production-services-layout .hs-form fieldset.form-columns-1 .hs-form-field:last-child {
    padding-right: 0;
}



/* Contact */
.hs-contact .two-col-right-row1 {
    /*padding: 60px 0 40px;*/
}
.hs-take-control-wrapper {
    float: left;
    width: 22%;
    text-align: center;
}
.hs_cos_wrapper_type_custom_widget .hs-take-control-wrapper {
    margin-right:4%;
}
.hs_cos_wrapper_type_custom_widget:nth-child(4n-3) .hs-take-control-wrapper {
    margin-right:0%;
}
.hs-take-control-wrapper .circliful {
    position: relative;
    margin: auto;
    width: 100px !important;
    height: 100px !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.hs-top-chart {
    padding-bottom: 20px;
    text-align: center;
}
.hs-take-control-wrapper .circliful span.circle-text {
    font-size: 22.7273px !important;
    position: static !important;
    line-height: 100px !important;
}
.hs-take-control-wrapper .circliful canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

 .in-view .ebook-image {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hs_cos_wrapper_type_custom_widget:nth-child(1n) .in-view .ebook-image {
    animation-duration: 0.6s;
}
.hs_cos_wrapper_type_custom_widget:nth-child(2n) .in-view .ebook-image {
    animation-duration: 0.7s;
}
.hs_cos_wrapper_type_custom_widget:nth-child(3n) .in-view .ebook-image {
    animation-duration: 0.8s;
}
.hs_cos_wrapper_type_custom_widget:nth-child(4n) .in-view .ebook-image {
    animation-duration: 0.9s;
}


/** Home Page **/ 

.hs-home-banner .top-icon-group img {
    opacity: 0;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.banner-module-inner-mod {
    overflow: hidden;
}
h1.banner-title {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
     opacity: 0;    
}
.hs-home-banner h1.banner-title {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
     opacity: 0;
}


.hs-home-banner h2.banner-subtitle {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 0;  
}  
.hs-home-banner .banner-btn-group > a:first-child, .banner-btn-group > a {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 0; 
}
.hs-home-banner .banner-btn-group a:last-child  {
    animation-name: fadeInUp;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    opacity: 0; 
}
.hs-home-banner .top-icon-group > hr {
    width: 100;
    transition: 0.5s ease;
}

i[class*="fa"],
i[class*="fa"]:before,
.two-col-equal-with-img-wrapper ul li:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@-moz-document url-prefix() {
    
	.hs-inbound-marketing form.hs-form input, 
	.hs-inbound-marketing form.hs-form select {
	    line-height: normal;
	}
	
	.custom-inbound-marketing .custom-btn-grp {
       background-color: transparent;
    }
	
	.schedule-meeting-row .hs-input {
       line-height: 30px;
       height: 40px;
    }
	
}



.ilightbox-holder.metro-white .ilightbox-container .ilightbox-social {
    display: none !important;
}

/*.ilightbox-button.ilightbox-next-button.metro-white, 
.ilightbox-button.ilightbox-prev-button.metro-white {
    width: 100% !important;
    height: 100% !important;
}*/


.hs-cta-wrapper a#cta_button_229870_3d924fc3-bff8-4811-9191-1451609c497d,
.hs-cta-wrapper a.cta_button {
   -webkit-font-smoothing: auto !important;
}

.hs-mac-pc .banner-btn-group > a {
    padding: 14px 40px;
}

.custom-about-us-layout .top-icon-group > hr{
    margin-top: 1vh;
}

.schedule-meeting-row .hs-button.primary, 
.schedule-meeting-row input[type="submit"], 
.schedule-meeting-row input[type="button"],
.form-withbg-row .hs-button.primary,
.form-withbg-row input[type="submit"],
.form-withbg-row input[type="button"] {
   width: 100%;
}

.hs-promotional-items .two-col-right-row2-rightcol-content p > span {
    color: #17509e;
}
.hs-home-layout .coreservices-row-group .hs-button.primary, .coreservices-row-group input[type="submit"], 
.hs-home-layout .coreservices-row-group input[type="button"], 
.hs-home-layout .form-withbg-row .hs-button.primary, .form-withbg-row input[type="submit"], 
.hs-home-layout .form-withbg-row input[type="button"] {
    margin-bottom: 56px;
    width: 100%;
}

.error404-helplinks-group {
    padding-left: 3.8%;
}

.hs-content-gap .body-container{
    padding-left:0;
    padding-right:0;
    padding-top:0;
}

.hs-content-gap .body-container .page-center{
    padding:40px 30px;
}

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

.custom-learn-row-language .hs-button.primary, 
.custom-learn-row-language input[type="submit"], input[type="button"] {
    width: 100%;
}
.custom-schedule-meeting .hs-button.primary, 
.custom-schedule-meeting input[type="submit"], 
.custom-schedule-meeting input[type="button"] {
    margin-bottom: 34px;
    width: 100%;
}
.three-col-equal-flexi-wrapper .hs_cos_wrapper_widget {
    position:relative;
    padding-bottom: 50px;
}
.commercial-printing-page .three-col-equal-flexi-wrapper .service-request-btn,
.core-services-layout .three-col-equal-flexi-wrapper .service-request-btn{
    position: absolute;
    width: 100%;
    bottom: 20px;
    display: block;
}


.custom-hover-bg {
    position: absolute;
    left:  0;
    top: 50%;
    width: 100%;
    transform:  translateY(-50%);
}

.custom-hover-bg img {
    width: 100%;
    transform: scale(0.9);
    opacity: 0;
    transition: 2s;
}
.banner-area-module.bg_hover:hover .custom-hover-bg img {
    opacity: 1;
    transform: scale(1);
}
.hs-promotional-items .hs_cos_wrapper_type_form .hs-button.primary.large,
.hs-hubspot-user .hs_cos_wrapper_type_form .hs-button.primary.large{
    width: calc(100% - 10px);
}
.hs-promotional-items select {
    box-shadow: none;
}
.schedule-meeting-section input.hs-button.primary.large {
    margin-bottom: 35px;
    width: calc(100% - 10px);
}

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

@media (min-width: 2000px) {
    .hs-home-banner h1.banner-title,
    .careers-layout h1.banner-title,
    h1.banner-title{
        font-size: 66px;
        line-height: 1;
    }
    .hs-home-banner h2.banner-subtitle,
    h2.banner-subtitle{
 		font-size: calc( 16px + (24 - 12) * (100vw - 400px) / (800 - 400) )!important;
  }

@media (max-width: 1250px) {
    .custom-inbound-marketing .custom-banner-area-wrapper h1 {
        font-size: 3.36vw;
    }
    .custom-inbound-marketing .custom-banner-area-wrapper {
    
        min-height: auto;
        height: 51.6vw;
    }
    .custom-banner-area-wrapper p {
        font-size:1.9vw;
    }
    .custom-banner-area-wrapper > div p {
        font-size:24px;
    }
    .custom-inbound-marketing .custom-btn-grp {
        padding-top: 3vw;
    }

    .hs-home-banner h2.banner-subtitle {
			 font-size: calc( 18px + (24 - 18) * (100vw - 400px) / (800 - 400) );   
  }
}

@media (max-width: 1199px) {
        .video-banner-btn-group {
            padding: 0 6%;
        }
    }
  

@media (max-width: 960px) {
    .isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
       background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/x-mark-icon-64.png) !important;
    }
    .isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
       background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/fullscreen-icon-64.png) !important;
    }
    .isMobile .ilightbox-toolbar.metro-white a.ilightbox-play {
       background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/play-icon-64.png) !important;
    }
    .isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button {
       background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/arrow-prev-icon-64.png) !important;
    }
    .isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button.disabled {
       background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/arrow-next-icon-64.png) !important;
       background-position: 52% 50%;
    }
}

@media (max-width: 950px) {
    
    .custom-bluebg-btn{
        text-align:center;
    }
    .custom-home-section6-r2 .cm-one-col-image-mod img {
        max-width: 105px;
    }
    .custom-home-section6-r2 .cm-one-col-image-content h2 > span {
        font-size: 19px;
    }
}


@media (max-width: 940px) {
    
    .banner-bgvideo video {
        height: 100vh;
    }
    .custom-menu-primary1 .hs-menu-wrapper > ul > li > ul {
        margin-right: -20px;
    }
}


@media (max-width: 800px) {
    .custom-header-group {
        padding-top: 20px;
        /*background-color: transparent;*/
        background-color: #fff;
        padding-bottom: 20px;
        position: relative;
    }
    
    .custom-logo {
        width: 100% !important;
        text-align: center;
        padding: 0;
    }
    
    .custom-footer-address,
    .custom-footer-menu,
    .custom-footer-logo{
        width: 100% !important;
        margin-left:0 !important;
        margin: 0 0 50px;
    }
    
    .custom-footer-logo p:last-of-type {
        margin-bottom: 0;
    }
    .custom-footer-menu{
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .custom-footer-address{
        margin-bottom:0;
    }
    
    .custom-footer-menu .hs-menu-wrapper > ul > li {
        width: 100%;
    }
    .hs-two-column-right .custom-row2-menu ul {
        margin-right:0;
        width: 100%;
    }
    .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2), 
    .custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
        padding-left: 0;
    }
    
    .custom-footer-menu .hs-menu-wrapper > ul > li:first-child {
        margin-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .custom-footer-menu .hs-menu-wrapper > ul ul li a {
        display: inline-block !important;
    }

    .custom-copyright,
    .custom-social{
        width: 100% !important;
        margin-left:0 !important;
        text-align: center;
    }
    .custom-copyright p {
        padding-bottom: 5px;
        padding-top: 0;
    }
    .custom-social-icon {
        text-align: center;
    }
    .custom-social a{
        margin-bottom:12px;
    }
    .custom-social a:last-of-type {
        margin-right: 8.5px;
    }
    #back-to-top {
        bottom: 30px;
        height: 40px;
        line-height: 40px;
        padding-top: 1px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    
    /* Two Column Left */
    .hs-two-column-right .custom-header-group {
        background-color: transparent;
    }
    .hs-two-column-right .two-col-right-row1-leftcol-group {
        width: 100% !important;
    }
    .hs-two-column-right .two-column-right-row1-title h1{
        margin-bottom:20px;
    }
    .hs-two-column-right .two-col-right-row1-rightcol-group {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .hs-two-column-right .two-col-right-row1-rightcol-content {
        padding-left: 0;
    }
    .hs-two-column-right .two-col-right-row1-rightcol-group h2 {
        overflow: hidden;
        margin: 0 0 20px;
        position: relative;
    }
    .hs-two-column-right .two-col-right-row1-rightcol-group h2:after {
        content: "";
        height: 1px;
        width: 80%;
        background: #e0dede;
        display: inline-block;
        position: absolute;
        top: 17px;
        padding-left: 0;
        margin-left: 8px;
    }
    .hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .hs-two-column-right #cta_button_229870_412c2bc5-4db6-42dd-b425-4b312e62d652,
    .hs-two-column-right #cta_button_229870_412c2bc5-4db6-42dd-b425-4b312e62d652{
        margin-bottom: 0;
    }
    .hs-two-column-right .two-col-right-row1:after {
        /*right: -22px;*/
        right:0;
    }
    
    /* Team Style */
    .hs-team .full-width-row1-group {
        margin-bottom: 20px;
    }
    .hs-team .full-width-row2-group .hs_cos_wrapper_type_custom_widget {
        margin-bottom: 0;
        width: 100%;
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .team-wrapper {
        margin-bottom: 0;
        height: auto !important;
    }
    .hs-team .full-width-row3-form .hs_cos_wrapper_type_form {
        width: 100%;
        margin-right: 0;
        margin-bottom:40px;
    }
    .hs-team .full-width-row3-form .hs_cos_wrapper_type_form h1 {
        margin-bottom: 20px;
    }
    .hs-team .full-width-row3-form .hs_cos_wrapper_type_form .hs-richtext {
        padding-bottom: 40px;
    }

    /* Contact Us */
    .hs-contact .two-col-right-row1-leftcol-group {
        padding-top: 0;
    }
    .hs-contact .two-col-right-row1-leftcol-group {
        width: 100% !important;
    }
    .hs-contact .two-col-right-row1-leftcol-group {
        margin-bottom: 50px;
    }
    .hs-contact .hs_cos_wrapper_type_form .hs-button.primary.large {
        margin-bottom: 9px;
    }
    .hs-contact .two-col-right-row1-leftcol-group h2{
        margin-bottom:20px;
    }
    .hs-contact .two-col-right-row1-rightcol-group {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .hs-contact .two-col-right-row1-rightcol-group {
        margin-bottom: 30px;
    }
    
    /* promotional-items */
    .hs-promotional-items .two-col-right-row1-leftcol-group,
    .hs-promotional-items .two-col-right-row1-rightcol-group {
        margin-left: 0 !important;
        width: 100% !important;
        padding-left:0;
    }
    .hs-promotional-items .two-col-right-row1-rightcol-content {
        padding-left: 0;
    }
    .hs-promotional-items .two-col-right-row1-leftcol-content h1 {
        margin-bottom: 20px;
    }
    .hs-promotional-items .two-col-right-row1-rightcol-content h2 {
        margin: 0 0 20px;
    }
    .hs-promotional-items .two-col-right-row2-leftcol-content, .hs-promotional-items .two-col-right-row2-rightcol-content {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .hs-promotional-items .two-col-right-row1-leftcol-content h2{
        margin-bottom:20px;
    }
    
    /* Graphic Design */
    .hs-two-column-right .full-width-row1 h1 {
        margin: 0 0 20px;
    }
    .hs-graphic-design #hs-cta-wrapper-ad3e548e-997a-42e2-a9ef-f0865b52402d {
        margin-top: 58px;
        display: inline-block;
    }
    .hs-two-column-right .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li:before {
        height: 29px;
        width: 29px;
    }
    .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget ul li a{
        display: inline-block;
        width: auto;
    }
    
    /* Case Studies */
    .case-studies-image {
        width: 100%;
        margin-right: 0;
    }
    .hs-case-studies .case-studies-title .hs_cos_wrapper_type_header h1,
    .hs-webinars .webinars-title .hs_cos_wrapper_type_header h1{
        margin-bottom: 20px;
    }
    .case-studies-content,
    .free-webinars-content{
        overflow: visible;
    }
    .hs-case-studies .case-studies-row2-left-content {
        width: 100% !important;
    }
    .hs-case-studies .case-studies-row2-right-content {
        padding-left: 0;
        margin-left: 0 !important;
        width: 100%;
        margin-bottom: 20px;
    }
    
    /* Webiners */
    .free-webinars-image {
        width: 100%;
        margin-bottom: 21px;
        margin-right: 0;
    }
    .free-webinars-content {
        float: left;
        width: 100%;
    }
    /* Ebook */
    .ebooks-row1-content .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        margin-right: 0;
    }
    .hs-ebooks .ebook-row1-top-content h1 {
        margin-bottom: 20px;
    }
    .ebook-content h2 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .ebooks-row1-content .hs_cos_wrapper_type_custom_widget {
        height: auto !important;
        margin-bottom:20px;
    }
    
    /* About Us */
    .hs-about-row-2 h2 {
        margin-bottom: 20px;
    }
    .hs-about-row-2 {
        padding-bottom: 70px;
    }
    .custom-four-col-counter-module .custom-counter-column {
        width: 100%;
        float: none;
        margin: 0;
    }
    .custom-four-col-counter-module {
        display: block;
    }
    .custom-recent-post-wrapper .custom-rss-item {
        width: 50%;
    }
    .custom-image-gallery .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
        padding: 0 10px;
    }
    .custom-image-gallery .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        height: 30px;
        width: 29px;
        text-align: center;
        cursor: pointer;
        color: transparent;
        background-color: rgba(0,0,0,.5);
        background-repeat: no-repeat;
        margin-top: -15px;
        height: 30px;
        opacity: .8;
        z-index: 3;
    }
    .custom-image-gallery .slick-arrow:hover {
        background-color: #808080;
        opacity: 1;
    }
    .custom-image-gallery .slick-arrow:before {
        content: none;
    }
    .custom-image-gallery .slick-arrow:after {
        display: block;
        position: relative;
        line-height: 29px;
        font-size: 14px;
        color: #fff;
        font-family: icomoon;
        line-height: 30px;
    }
    .custom-image-gallery .slick-prev:after {
        content: '\f104';
    }
    .custom-image-gallery .slick-next:after {
        content: '\f105';
    }
    .custom-image-gallery .slick-slider {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* Hubspot User */
    .hs-hubspot-user .hubspot-user-row1-group h1,
    .hs-hubspot-user .hubspot-user-row2-group h1,
    .hs-hubspot-user .hubspot-user-row3-left-content h2{
        margin-bottom:20px;
    }
    .hubspot-user-row2-content .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .hubspot-user-row2-content .ebook-image{
        padding-bottom: 11px;
    }
    .hs-hubspot-user .hubspot-user-row3-right-content, 
    .hs-hubspot-user .hubspot-user-row3-left-content {
        margin-bottom: 20px;
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .custom-banner-area-wrapper {
	    min-height: calc(100vh - 159px);
	}
	
	/* Social Medial */
	.social-media-marketing-row1-content .hs_cos_wrapper_type_custom_widget {
        margin-top: 0px;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .social-media-marketing-row1-content .ebook-image img {
        box-sizing: content-box;
    }
    .hs-social-media-marketing .social-media-marketing-row2-content h1{
        margin-bottom:20px;
    }
    .social-media-marketing-row2-content a#cta_button_229870_3d924fc3-bff8-4811-9191-1451609c497d {
        margin-bottom: 22px;
    }
    .social-media-marketing-row4-Content .hs_cos_wrapper_type_custom_widget {
        margin-right: 0;
        width: 100%;
    }
    .social-media-marketing-row4-Content .hs_cos_wrapper_type_custom_widget {
        height: auto !important;
        text-align: center;
    }
    .social-media-marketing-row5-left-content, .social-media-marketing-row5-right-content {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    
    .hubspot-account-management-row-2 {
        padding: 60px 65px 0;
    }

    .two-col-equal-with-img-wrapper .image-group, 
    .two-col-equal-with-img-wrapper .content-group {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    
    .two-col-equal-with-img-wrapper .image-group {
        min-height: 0;
        margin-bottom: 0;
    }
    
    .two-col-equal-with-img-wrapper h4,
    .two-col-equal-with-img-wrapper h5 {
        margin: 0 0 20px;
    }
    
    .two-col-equal-with-img-wrapper ul {
        padding-top: 22px;
    }
    
    .two-col-equal-with-img-wrapper .custom-bluebg-btn {
        margin-bottom: 0;
    }
    
    .two-col-equal-module.without-btn {
        margin: 0 0 20px;
    }
    
    .two-col-equal-with-img-wrapper.production-twocol-row {
        padding-top: 10.35%;
    }
    
    .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget,
    .coreservices-row4-leftcol-group,
    .coreservices-row4-rightcol-group,
    .three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    .two-col-equal-module.without-btn .content-group {
        padding-bottom: 20px;
    }
    
    .three-col-equal-menu-flexi-wrapper .hs-menu-wrapper > ul > li > a {
        margin: 0;
    }
    .three-col-equal-menu-flexi-wrapper .hs_cos_wrapper_widget > ul > li > a {
        margin: 0 0 4px;
    }
    
    .banner-btn-group > a {
        clear: both;
        margin: 10px;
        width: auto;
    }
    
    .four-col-equal-lightbox-wrapper .hs_cos_wrapper_widget {
        width: 50%;
    }
    
    .two-col-equal-with-img-wrapper .image-group img {
        margin-bottom: 20px;
    }
    
    .cm-two-col-right-cwi-mod.col1 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
        float: none;
    }
    
    .cm-two-col-right-cwi-mod.col1 h4 {
        margin: 0 0 20px;
    }
    .cm-two-col-right-cwi-mod.col2 {
        width: 100%;
        float: none;
    }
    .cm-two-col-right-cwi-mod-inner ,
    .cm-two-col-right-cwi-mod-center {
        min-height: 0;
    }
    .cm-two-col-right-cwi-mod-inner a.cm-yellow-btn {
        width: 100%;
    }
    .cm-testi-wrap h4 {
        margin: 0 0 20px;
    }
    .cm-testi-mod {
        margin-bottom: 45px;
        width: 100%;
        margin-right: 0;
        float: none;
        min-height: 0;
    }
    .custom-home-sect4-r1 h4 {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .custom-home-sect4-r1c2 .hs_cos_wrapper_type_custom_widget {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .cm-one-col-image-content {
        padding-bottom: 0;
    }
    .custom-home-sect4-r1 h3 {
        margin: 0 0 80px;
    }
    .cm-one-col-image-content p {
        margin: 0 0 17px;
    }
    .custom-home-section5 .coreservices-row4-leftcol-content h4 {
        padding-bottom: 20px;
    }
    .custom-home-section6-r2 .hs_cos_wrapper_type_custom_widget {
        margin-bottom: 43px;
        width: 100%;
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .custom-home-section6-r2 .cm-one-col-image-with-bottom-content-wrap {
        min-height: 0;
        position: relative;
    }
    .custom-home-section6-r1 h4 {
        /*margin: 0px 0 43px;*/
        margin: 0px 0 40px;
    }
    .custom-home-section6-r2 .cm-one-col-image-content h2 {
        /*font-size: 24px;
        margin: 10px 0 21px;*/
        margin: 0 0 21px;
        font-weight: 700;
        line-height: 1.17;
    }
    .cm-one-col-image-btn {
        margin-top: 70px;
    }
    .custom-home-section6-r2 .custom-bluebg-btn {
        position: static;
    }
    /*.hs-home-banner .top-icon-group {
        margin-top: 13vh;
    }*/
    .hs-home-banner .top-icon-group > hr {
        margin: 2vh auto 0;
    }
    .hs-home-banner .banner-btn-group > a {
        margin: 10px auto;
        width: auto;
        display: table;
        clear: both;
        overflow: hidden;
    }
    .cm-two-col-right-cwi-mod.col1 h2 {
        margin: 0 0 20px;
    }
    .banner-module-inner-group {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .custom-home-section1 {
        padding-top: 40px;
    }
    .hs-home-banner h1.banner-title {
        font-weight: 700;
    }
    .hs-two-col-with-bottom-form-section2 .two-col-equal-with-img-wrapper h2 {
        margin: 0 0 20px;
    }
    .hs-two-col-with-bottom-form-section1 h1 {
       margin: 0 0 20px;
    }
    .hs-two-col-with-bottom-form-sec3-r1c2 {
       padding-left: 0;
       padding-top: 20px;
    }
    
    .hs_cos_wrapper_type_custom_widget .hs-take-control-wrapper {
       margin-right: 0;
    }
    .social-media-marketing-row3-content .hs-take-control-wrapper {
       float: left;
       width: 100%;
       text-align: center;
    }
    .three-col-equal-flexi-wrapper .hs_cos_wrapper_widget {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .hs-inbound-marketing .custom-learn-row-language .hs_cos_wrapper_type_rich_text:first-child {
        max-width: 100%;
    }
    .custom-learn-row-language .hs_cos_wrapper_type_form {
        width: 100%;
        margin-right: 0;
    }
    .inbound-marketing-row4-left-content, .inbound-marketing-row4-right-content, .inbound-marketing-row4-middle-content {
        width: 100% !important;
        margin-left: 0 !important;
        height: auto !important;
    }
    form.hs-form fieldset[class*="form-columns"] .input {
        margin-right: 0;
    }
    .banner-module-inner-group {
        padding: 30px 15px;
    }

    .top-icon img {
        height: 9vw;
        width: 9vw;
    }
      .cm-two-col-eq-mod {
        float: none;
        margin-bottom: 20px;
        width: 100%;
        padding-bottom: 1px;
    }
    .cm-two-col-eq-mod h2 {
        margin: 0 0 20px;
    }
    .hs-marketing-sec2 .hs_cos_wrapper_type_custom_widget:first-child .cm-two-col-eq-wrap {
        padding-bottom: 100px;
    }
    .cm-two-col-eq-mod.col2 {
        padding-left: 0;
    }
    .hs-two-col-marketing-services-section1 h1{
        margin: 0px 0px 20px;
    }
    .custom-portfolio-title-group {
        padding: 0 10px;
    }
    .portfolio-blog .post-header h2{
        padding-left:0;
    }
    .custom-home-section6-r2 .cm-one-col-image-mod img {
        max-width: 125px;
    }
    .custom-home-section6-r2 .cm-one-col-image-btn {
        /*margin-top: 40px;*/
        margin-top: 0;
        padding-top: 23px;
    }
    .custom-home-section6-r2 .custom-bluebg-btn i.fa {
        margin-right: 10px;
    }
    .custom-home-section6-r2 .hs_cos_wrapper_type_custom_widget:last-child {
        margin-bottom: 20px;
    }
    
    .custom-home-sect4-r1c2 .cm-one-col-image-btn {
        margin-top: 20px;
    }
    .custom-home-sect4-r1c2 .cm-one-col-image-content h2 {
        margin: 20px 0 20px;
    }
    .banner-area-module.hs-home-banner .top-icon-group {
        margin-top: 0;
    }
    .hs-two-col-with-bottom-form-section2 .two-col-equal-with-img-wrapper {
       background-image: none !important;
    }
    .custom-hubspot-user-row-2{
        padding-left:30px;
        padding-right:30px;
    }
    .top-icon-group svg {
        width: 8vh;
    }
    .custom-learn-row-language{
        background-attachment: scroll !important;
    }
    
    .hs-button.primary, 
    input[type="submit"], 
    input[type="button"] {
        width: 100%;
    }
    .banner-btn-group > a {
       margin: 10px;
   }
   .hs-mac-pc .cm-one-col-image-content {
       min-height: none;
    }
    
    .landing-page.one-column .hs-button.primary, 
    .landing-page.one-column input[type="submit"], 
    .landing-page.one-column input[type="button"],
    .password-template .hs-button.primary, 
    .password-template input[type="submit"], 
    .password-template input[type="button"],
    .subscription-template .hs-button.primary, 
    .subscription-template input[type="submit"], 
    .subscription-template input[type="button"]{
        width:auto;
    }
    .cm-one-col-image-content {
        min-height: auto !important;
    }
    .coreservices-row2-group.coreservices-row-group.custom-home-section1 .two-col-equal-with-img-wrapper.with-different-spacing {
        background: #fff !important;
    }
    .custom-home-section6-r2 .custom-bluebg-btn{
        margin-top: 20px;
    }
    .coreservices-row2-group.coreservices-row-group.custom-home-section1 .two-col-equal-with-img-wrapper {
        background: #fff;
        background-image: none !important;
    }
    .hs-home-banner .banner-btn-group > a {
        display: inline-flex;
    }
    .commercial-printing-page .three-col-equal-flexi-wrapper .service-request-btn, 
    .core-services-layout .three-col-equal-flexi-wrapper .service-request-btn {
        margin-left: 0 !important;
    }
    .custom-row2-menu{
        width:100% !important;
        margin-left:0 !important;
    }
    .hs-promotional-items .hs_cos_wrapper_type_form .hs-button.primary.large,
    .hs-hubspot-user .hs_cos_wrapper_type_form .hs-button.primary.large{
        width:100%;
    }
    
    .custom-footer-bottom.lp .custom-copyright p {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .schedule-meeting-section input.hs-button.primary.large {
        width:100%;
    }
}


/* =============== Landscape tablet and smaller devices =============== */


@media (max-width: 767px) {
    .body-container-wrapper .main-content,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    .one-column input[type="text"],
    .one-column input[type="password"], 
    .one-column input[type="datetime"], 
    .one-column input[type="datetime-local"], 
    .one-column input[type="date"], 
    .one-column input[type="month"], 
    .one-column input[type="time"], 
    .one-column input[type="week"], 
    .one-column input[type="number"], 
    .one-column input[type="email"], 
    .one-column input[type="url"], 
    .one-column input[type="search"], 
    .one-column input[type="tel"], 
    .one-column input[type="color"],
    .one-column input[type="file"],
    .one-column textarea,
    .one-column select {
       width: 100% !important;
    }
    #email-prefs-form .email-edit {
	    
       max-width: 100% !important;
	
    }  
    
    /* About Us */
    .custom-recent-post-wrapper .custom-rss-item {
        width: 100%;
        float: none;
    }
    
    /* Already a Hubspot User Website Page */
    .custom-five-col-with-top-img-mg-group .hs_cos_wrapper_type_custom_widget {
	    width: 100%;
	    float: none;
	}
	.custom-four-col-image-group .widget-type-linked_image {
	    margin-bottom: 60px;
	    margin-top: 13px;
	}
	.custom-four-col-image-group .widget-type-linked_image:last-child {
	    margin-bottom: 45px;
	}
	.custom-already-a-hubspot-user-layout .schedule-meeting-section form {
	    width: 100%;
	    padding: 0;
	}
	
	.hubspot-account-management-row-2 {
        padding: 60px 80px 0;
    }
    .hubspot-account-management-row-2 .main-content p:last-child {
        margin-bottom: 15px;
    }
    .custom-three-col-counter-module .custom-three-col-counter-column {
        width: 100%;
        float: none;
        padding: 0;
    }
    .custom-three-col-counter-module {
        margin: 0;
    }
    .hubspot-account-management-row-3 .hs_cos_wrapper_type_rich_text {
        padding: 0 0px;
    }
    .hs-webinars .webinars-row2-left-content, 
    .hs-webinars .webinars-row2-right-content {
        padding: 20px 0;
    }
    .hs-webinars .webinars-row2-group {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hs-webinars span.button-text-left {
        padding-left: 40px;
    }
    .hs-webinars .body-container-wrapper .hs-error-msgs.inputs-list,
    .hs-case-studies .body-container-wrapper .hs-error-msgs.inputs-list {
        position: relative;
        top: 8px;
    }
    .hs-webinars .body-container-wrapper .hs-error-msgs.inputs-list:after {
        bottom: auto;
        border-color: transparent transparent #fdd2d0;
        top: -20px;
    }
    
    /**/
    .custom-already-a-hubspot-user-layout .custom-four-col-image-group .widget-type-linked_image {
       margin-top: 0;
       margin-bottom: 35px;
    }
    .custom-already-a-hubspot-user-layout .custom-four-col-image-group {
       margin-bottom: 25px;
    }
    form.hs-form fieldset .hs-form-field {
       padding-right: 0 !important;
       padding-left: 0 !important;
    }
    form.hs-form fieldset .hs-form-field .hs-input {
        width: 100% !important;
        max-width: 100% !important;
    }
    .hs-form fieldset.form-columns-2 .hs-form-field {
        padding-right: 0 !important;
        float: none !important;
        width: 100% !important;
    }
    .hs-two-column-right .two-col-right-row1-rightcol-group h2:after{
        display:none;
    }
    .video-banner-btn-group {
        padding: 0;
        margin: 0 -20px;
    }
    .video-banner-btn-group .custom-banner-btn-col {
        width: 100%;
        float: none;
        padding: 2.5px 0;
    }
    .custom-video-banner-area-module {
        min-height: calc( 100vh - 67px);
    }
    .custom-two-col-lightbox-grp {
        display: block;
    }
    .custom-two-col-lightbox-grp .custom-lightbox-column {
        width: 100%;
        float: none;
    }
    .custom-lightbox-column.col-2 .lightbox-btn {
        display: none;
    }
    .custom-two-col-lightbox-grp {
        background-image: none !important;
    }
    .custom-two-col-lightbox-grp .custom-lightbox-column {
        padding: 0 0 20px !important;
    }
    .custom-two-col-lightbox-grp {
        padding-bottom: 20px;
    }
    .custom-two-col-lightbox-grp.right {
        padding: 30px 30px 20px;
    }
    .custom-home-section6-r2 .cm-one-col-image-btn {
        padding-top: 0;
    }
    
    
    /**/
    .banner-bgimage {
            background-size: auto 108vh;
    }
    /*.banner-bgvideo {
        display:none;
    }*/
    .hs-promotional-items .two-col-right-row2-leftcol-content, .hs-promotional-items .two-col-right-row2-rightcol-content {
        padding-left:0;
        padding-right:0;
    }
    .service-request-module {
        padding: 20px 0;
    }
    .portfolio-blog .hs-blog-header {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-video-production-services-row3-column-grp {
       max-width: 100%;
    }
    
    .video-production-services-row-3 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .custom-video-production-services-row3-column-grp {
       max-width: 100%;
    }
    .video-production-services-row-3,
    .custom-two-col-lightbox-grp,
    .custom-video-gallery-slider,
    .custom-already-a-hubspot-user-layout .schedule-meeting-section{
        padding-left: 30px;
        padding-right: 30px;
    }
    .landing-page.one-column .hs-button.primary, .landing-page.one-column input[type="submit"], .landing-page.one-column input[type="button"] {
        width: auto;
    }
    .banner-bgvideo,
    .custom-banner-vdo-grp{
        display: none !important;
    }
    .custom-video-banner-area-module {
        background-size: cover !important;
        background-position: center center !important;
    }
}  

@media (max-width: 650px) {
    .hs-contact .two-col-right-row1-leftcol-group h2:after{
        display:none;
    }
    .custom-home-section3 {
        background-image: none;
    }
    .custom-home-section4 {
        display: none !important;
    }
    .custom-home-section6-r1 h4 {
        margin: 0px 0 43px;
    }
    .cm-one-col-image-btn {
        margin-top: 40px;
    }
    .hs-two-col-with-bottom-form-section2 .two-col-equal-with-img-wrapper {
       background-image: none !important;
    }
    .hs-two-col-with-bottom-form-section3 {
       background-image: none;
    }
    .custom-two-col-lightbox-grp.right .form-heading h2,
    .custom-video-production-services-layout.custom-already-a-hubspot-user-layout .schedule-meeting-section h3{
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

}

@media (max-width: 730px) {

    .four-col-equal-lightbox-wrapper .hs_cos_wrapper_widget {
        width: 100% !important;
        float: none !important;
    }
    
    .four-col-equal-lightbox-wrapper img.hs-image-widget {
        display: block;
        width: 100% !important;
    }

}

@media (max-width:640px){
    
   .cm-two-col-eq-wrap {
       background-image: none !important;
   }
   .hs-two-col-with-bottom-form-section3 {
       background-image: none !important;
   }
   
   .two-col-equal-with-img-wrapper {
       background-image: none !important;
   }
   .form-withbg-row {
        background-image: none !important;
    }
    .coreservices-row4-group {
        background-image: none !important;
    }

    .custom-home-section4{
        display:none !important;
    }
    .custom-home-section3 {
        background-image: none !important;
        background-color: #ededed;
    }
}

@media (max-width:490px) {
    .hs-home-banner h2.banner-subtitle {
        display: block;
    }
    .hs-home-banner .top-icon-group > hr {
        margin: 5vh auto 0;
    }
    
    .cm-testi-wrap h4:after ,
    .cm-testi-wrap h4:before{
        content: none;
    }
    .cm-testi-wrap h4 span:after,
    .cm-testi-wrap h4 span:before{
        display:none !important;
    }
    .custom-home-section6-r1 h4:before {
        content:none;
    }
    .custom-home-section6-r1 h4 span {
        padding:0;
    }
    .hs-home-layout .coreservices-row4-group {
        background: transparent;
    }
    
}

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

@media (max-width: 479px) {
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        border-width: 0;
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: 100%;
        float: none;
        margin: 20px 0 20px 0px;
    }    
    .hs-two-column-right .two-col-right-row1-rightcol-content .hs-form-field .hs-input {
        width: 100% !important;
    }
    .hs-team .full-width-row4-from .hs-form-field,
    .hs-contact .two-col-right-row1-leftcol-group .hs-form-field{
        width: 100% !important;
    }
    .hs-contact .hs_firstname.field.hs-form-field {
        padding-right: 0;
    }
    .hubspot-account-management-row-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .hs-two-col-with-bottom-form-section1 h1 span {
       padding: 0 0px;
    }
    span.button-text-left {
        padding-left: 40px;
    }
    .careers-layout h1.banner-title {
       font-size: calc(16px + (6) * (1280px - 480px) / (800-400))!important;
   }

    .careers-layout h1.banner-subtitle {
       font-size: calc(16px + (5) * (1280px - 400px) / (800-400))!important;
   }
   
   .banner-btn-group > a {
        line-height: 15px;
        padding: 12px 30px;
   }
   
   .custom-hoverorangebg-btn {
       font-size: 14px;
       padding: 17px 20px;
   }
   
   .custom-inbound-marketing .custom-banner-area-wrapper h1 {
       font-size: 20px;
    }
    .custom-banner-area-wrapper > div p {
       font-size: 14px;
    }
    .custom-inbound-marketing .custom-btn-grp {
       padding-top: 0;
       margin-bottom: 0;
    }
    .custom-inbound-marketing a.custom-banner-btn {
       font-size: 16px;
       line-height: 20px;
       padding: 10px 18px;
    }
    .cm-two-col-right-cwi-mod-inner {
        padding: 50px;
    }
    .top-icon-group svg {
        width: 20vw;
    }
    .hs-button.primary, input[type="submit"], input[type="button"]{
        padding: 10px 20px;
        width: auto;
        line-height: 1.1;
        white-space: normal !important;
    }
    .banner-btn-group > a {
        margin: 10px !important;
    }
    .custom-already-a-hubspot-user-layout .custom-banner-area-wrapper > div p {
        font-size: 24px;
    }
    .subscription-template .checkbox-row span.fakelabel span {
        width: 88%;
    }
    .top-icon img {
        height: 15vw;
        width: 15vw;
    }
}


@media (max-width: 362px) {
    
    .custom-footer-bottom {
        padding-bottom: 16px;
    }
    .custom-copyright p {
        padding-bottom: 4px;
    }
    .custom-social a {
        margin-bottom: 0;
    }
    .portfolio-blog .hs-blog-header h1 {
        font-size: 13.5vw;
    }
    
}

.coreservices-row4-group {
    background-attachment: fixed;
    background-position: left;
    background-size: cover;
    background-image: url(//www.bluefrogdm.com/hubfs/BlueFrogDM_December2017/images/ebook-back.jpg?t=1516213976388);
}
  
  
  
  /* !!!!!! ----- UPDATES TO RESPONSIVENESS MAY 2018 ------ !!!!!!! */
  
  
@media screen and (max-width: 768px){
  div.two-col-equal-with-img-wrapper{
    background-image: unset!important;
  }
  
  .cm-testi-mod{
    width: 100%!important;
  }
}
