/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */
@import url('//fonts.googleapis.com/css?family=Caveat:400,700|Raleway:100,200,300,300i,400,400i,600,700,800,900');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

/* ==========================================================================
   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'); */

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

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    font-family:"Raleway", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}




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

/* Basic text */
p {
    margin: 0 0 10px;
} 
small {}
strong {font-weight: 800;}
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: 'Raleway',Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    font-weight: 500;
    color: inherit;
    margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 2.1em;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: none;
}
h2 {
    text-transform: none;
    color: #0071b9;
    font-family: 'Caveat',Arial,sans-serif;
    font-weight: 700;
    font-size: 2.6em;
}
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #191919;
    font-size: 1.4em;
    font-weight: 600;
}
h4 {
    font-size: 1.05em;
    font-weight: 700;
    color: #4f585c;
}
h5 {
    font-size: .73em;
    font-weight: 700;
    color: #9fa9ad;
    text-transform: uppercase;
}
h6 {
    font-size: .73em;
    font-weight: 400;
    color: #a3db75;
    text-transform: uppercase;
}

/* Anchor Links */
a { 
    color: #0071b9;
    text-decoration: none;
}
a:hover, a:focus { color: #008ed7; }

/* Lists */
ul, ol {
    margin-top: 0;  
    margin-bottom: 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
 blockquote {
    padding-left: 60px;
    font-size: 1.46em;
    font-weight: 300;
    border-color: #bdcfd8;
    color: #5b676c;
    line-height: 1.42857143;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
    border-top: 1px solid #ececec;
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 0;
}


/* =============== 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 {}

.custom-header {
    background-color: rgba(35,31,32,0.95);
    border-bottom: 5px solid #0071b9;
    position: fixed;
    z-index: 100;
    width:100% !important;
}
ul.hs-header-btns {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}
ul.hs-header-btns li {
    display: inline;
}

.mobile-open .hs-trigger-close{
    display: inline-block;
}
.hs-trigger-close,
.mobile-open .hs-trigger-open,
.custom-header .custom-menu-wrapper{
    display: none;
}

.mobile-open .custom-header .custom-menu-wrapper{
    display:block;
}





/* =============== Content =============== */

.ribbit-banner {
    margin: -1px 0 0;
    background-color: #000000;
    color: #fff;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    min-height: 425px;
    padding:85px 0 30px;
    font-size:15px;
}
.ribbit-banner h1{
    padding-top: 100px;
    font-size: 2.4em;
    font-weight: 200;
    margin-bottom: 25px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.ribbit-banner p{
    font-weight: 400;
    max-width: 650px;
    margin: auto;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    font-size: 1.2em;
}

.body-container-wrapper {}
.body-container {
    padding:50px 0 25px;
}
.body-container .page-center{
    padding-bottom:25px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.hs-banner {
    margin: -1px 0 0;
    background-color: #000000;
    color: #fff;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    min-height: 626px;
    padding:125px 0 30px;
    font-size:15px;
}
.hs-banner h1{
    padding-top: 100px;
    font-size: 2.4em
    font-weight: 200;
    margin-bottom: 25px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.hs-banner p{
    font-weight: 400;
    max-width: 650px;
    margin: auto;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    font-size: 1.2em;
}

.custom-footer-lp ul.list-inline {
    padding-bottom: 25px;
}
body.error-template .body-container,
body.password-template .body-container, 
body.subscription-template .body-container {
    padding-top: 100px;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {
    font-size:15px;
}

.custom-footer-blue {
    border-bottom: 10px solid #0085da;
    background-color: #0071b9;
    padding-top: 20px;
    padding-bottom: 6px;
    color: #fff;
}
.custom-footer-top {
    background-color: #1e1e1e;
    padding-top: 100px;
    padding-bottom: 100px;
}
.custom-address p {
    color: #fff;
    font-size: 0.8em;
}
.footer-container a{
    color: #0071b9;
}
.footer-container .custom-login-link a {
    color: #fff;
}
.custom-login-link a:hover,
.footer-container a:hover{
    color: #008ed7;
}
.custom-footer-top h3 {
    font-family: 'Raleway',Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 300;
    color: #191919;
    Line-height: 1em;
    margin-bottom: 30px;
}
.custom-footer-top p span {
    font-size: 1.2em;
}
.custom-footer-col1 ul.list-inline {
    margin: 0 0 0 -5px;
    padding: 0;
    list-style: none;
    font-size: 30px;
}
.custom-footer-col1 ul.list-inline li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.custom-footer-col2 ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    font-size: 0.9em;
    border-top: 1px dotted #9f9f9f !important;
}
.custom-footer-col2 ul a{
    display:block;
}
.custom-footer-col2 ul li {
    border-bottom: 1px dotted #9f9f9f;
    padding: 15px 0;
}
.custom-footer-social {
    padding: 15px 0 0;
}



/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */
.custom-menu-wrapper {
    top: 69px;
    position: fixed;
    width: 100% !important;
    height: calc(100vh - 69px);
    left: 0;
    z-index: 99000;
    padding: 0px;
    background: rgba(0,0,0,0.9);
    transition: display 0.75s ease;
    color: #ffffff;
    overflow-y: auto !important;
    font-size:15px;
}
.container-fluid .row-fluid .custom-menu-wrapper .page-center {
    padding: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul:after,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul:after{
    content: '';
    display: block;
    clear: both;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
    float:left;
    padding: 50px;
    width:50%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child{
    width: 58.33333333%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2){
    background: rgba(0,113,185,1);
    width: 41.66666667%;
}
.custom-menu-primary a {
    color: #fff;
    text-decoration:none;
    white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a {
    font-size: 1.8em;
    text-align: right;
    font-weight: 200;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px dotted #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul {
    margin: 0 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li {
    width: 20%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a {
    text-align: center;
    font-size: 0.8em;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li{
    float:left;
    width:50%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li {
    margin-bottom: 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li>a {
    padding: 6px 0 6px 62px;
    font-weight: 300;
    position: relative;
}




.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
    font-size: 2em;
    font-weight: 200;
    text-shadow: 0px 1px 0px rgba(5, 5, 5, 0.35);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a {
    font-size: 0.8em;
    margin-bottom: 25px;
    text-shadow: 0px 1px 0px rgba(5, 5, 5, 0.35);
    max-width: 250px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a {
    text-shadow: 0px 1px 0px rgba(5, 5, 5, 0.35);
    font-size: 1.8em;
    color: #ffffff;
    text-decoration: none !important;
    font-weight: 300 !important;
    padding: 3px 0 0 77px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>ul>li>a {
    padding: 0px 0 4px 77px;
    text-shadow: 0px 1px 0px rgba(5, 5, 5, 0.35);
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none !important;
    margin: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li {
    margin-bottom: 5px;
    position:relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a:before {
    content: '';
    width: 61px;
    height: 62px;
    display: block;
    position: absolute;
    background-size: contain;
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Mobile%20links%20-%20Solutions/MobileLink-Progress-Home.jpg);
    left: 0;
    top: 0;
}


/* Hovers */

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li:hover {
    background-color: rgba(5,5,5,0.35);
    transition: background-color 0.5s ease;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li {
    transition: background-color 0.5s ease;
}



.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a:hover {
    transition: color 0.5s ease;
    color: #0071b9 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a {
    transition: color 0.5s ease;
    color: #fff !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li>a:hover {
        transition: color 0.5s ease;
    color: #0071b9 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li>a {
        transition: color 0.5s ease;
    color: #fff !important;
}

/*==========Menu Images==========*/

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a:before {
    content: '';
    display: block;
    height: 81px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Icon_WhatIsFrog-OurTech.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a[href*="/modules"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Icon_WhatIsFrog-Modules.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a[href*="/solutions"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Icon_WhatIsFrog-Solutions.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a[href*="/our-approach"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Icon_WhatIsFrog-Approach.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a[href*="/special-projects"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Icon_WhatIsFrog-SP.png);
}



.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li>a:before {
    content: '';
    display: block;
    height: 33px;
    width: 33px;
    position: absolute;
    left: 7px;
    top: 0px;
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/SubIcons_AboutUs.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li:nth-child(2)>a:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/SubIcons_Training.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li:nth-child(3)>a:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/SubIcons_Recruitment.png);
}




.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a:before {
    content: '';
    display: block;
    height: 33px;
    width: 33px;
    position: absolute;
    left: 7px;
    top: 0px;
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/SubIcons_News.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(2)>a:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/SubIcons_Getintouch.png);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(3)>a:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/SubIcons_Community.png);
}






.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a[href*="/extend"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Mobile%20links%20-%20Solutions/MobileLink-Extend-Home.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a[href*="/achieve"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Mobile%20links%20-%20Solutions/MobileLink-Achieve-Home.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a[href*="/learn"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Mobile%20links%20-%20Solutions/MobileLink-Learn-Home.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a[href*="/connect"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Assets/Frog_Education_July2017-theme/images/Mobile%20links%20-%20Solutions/Connect-Icon_tile.jpg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a[href*="/create"]:before{
    background-image: url(//2591845.fs1.hubspotusercontent-na1.net/hubfs/2591845/Frog_Education_July2017-theme/images/Mobile%20links%20-%20Solutions/MobileLink-Create-Home.jpg);
}

@-moz-document url-prefix() {
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > ul > li {
        margin-bottom: 14.5px;
    }
}


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


.newsbannerpost {
    background: #0071b9;
    padding-top: 165px;
    text-align: center;
    font-size: 2.5em;
    font-weight: 200;
    max-height: 310px;
    min-height: 310px;
    color: #fff ;
    font-family: 'Raleway',Helvetica,Arial,sans-serif;
    background-image: url(https://www.frogeducation.com/application/files/2114/9434/0328/BannerBg-Tech3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 55px;
}


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .post-banner-image {margin-bottom: 50px;}
.blog .post-banner-bg {

	margin-bottom: 50px;
}

@media screen and (max-width: 992px){
   .blog .post-banner-bg {
        min-height: 350px;
        margin-bottom: 50px;
    } 

}

@media screen and (max-width: 768px) {
   .blog .post-banner-bg {
        min-height: 250px;
        margin-bottom: 40px;
    } 
}

@media screen and (max-width: 768px) and (min-width: 480px){
    .blog .post-banner-bg {
        min-height: 175px;
        margin-bottom: 40px;
    } 

}

@media screen and (max-width: 479px){
    .blog .post-banner-bg {
        min-height: 100px;
        margin-bottom: 30px;
    } 
    
}


/* Blog Post */
.hs-blog-post {}
body.hs-blog-post .hs-blog-header {display: none;}
body.hs-blog-post .body-container-wrapper {padding-top: 0px;}
body.hs-blog-post .content-wrapper {padding-top: 0;}

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


/* Blog Columns Wrapper */
.blog .content-wrapper {}
.blog .content-wrapper > div {margin: 0 -15px;}



/* =============== Blog Content Column =============== */
.blog .blog-content,
.blog .blog-sidebar {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .blog .blog-content.span8 {width: 66.66666667%;}
    .blog .blog-sidebar.span4 {width: 25%;margin-left: 8.33333333%;}
}

.blog-content ul.social-list {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}

#hs_cos_wrapper_blog_social_sharing > div > ul > li {
    display: inline-block;
    /*float: none !important;*/
}

.blog-content ul.social-list li {
	padding-left: 5px;
	padding-right: 5px;
}


/* 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 {
	padding-top: 125px;
	text-align: center;
}

.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 { font-size: 1.4em; 
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
font-weight: 600;
}
.post-header h2 a 
{}

.post-header h3 {
    font-size: 2.4em;
    font-weight: 900;
    padding-bottom: 40px;
    border-bottom: 1px dotted #a4a4a4;
    margin-bottom: 40px;
}

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

.post-item .custom_feature-image {
	display: table-cell;
	vertical-align: top;
	position: relative;
	float: left;
	width: 16.66666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
}

.post-item .custom_post-entry {
	position: relative;
	float: left;
	width: 83.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;	
	display: table-cell;
	vertical-align: top;	
}

.custom-post-item-title {
	margin: 0px;
	font-family: 'Raleway',Helvetica,Arial,sans-serif;
	font-size: 2em;
	font-weight: 900;
	color: #0071b9;
	line-height: 1.42857143;
	text-transform: none;
	letter-spacing: -1px;
	text-align: left;
	padding-bottom: 10px;
}

.custom-post-item-title a {color: #0071b9;}
.custom-post-item-title a:hover {
	text-decoration: none;
	color: #142f41;
}

.custom-post-item-date {
	color: #696969;
	font-size: 0.8em;
	margin-bottom: 20px;
	text-align: left;	
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
	border-bottom: 1px solid #ececec;    
	display: table;
	margin: 0 0 30px 0px;
	padding-bottom: 40px;

}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper {text-align: center;}
.post-body .hs_cos_wrapper_type_rich_text {	word-wrap: normal; }


/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
	float: none;
	margin: 0px 0px 20px 0px;
	width: 100%;
	max-width: 100%;
	display: block;
}



/* Read More Link */
a.more-link {}

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;	
}

.blog-pagination li {display: inline;}
.blog-pagination li a,
.blog-pagination li span {
	position: relative;
	float: left;
	padding: 12px;
	font-size: 14px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #d4efbd;
	border-left: 0;
	border-right: 0;
	margin-left: -1px;
	color: #20bde8;
}

.blog-pagination li a:hover {
	color: #abddff;
	text-decoration: none;
}

.blog-pagination li span {
	font-size: 14px;
	border-left: 0;
	border-right: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	border-color: #d4efbd;
}

.blog-pagination li.active span {
	background: none;
	color: #548627;
	border-color: #d4efbd;
}

.blog-pagination li.last a,
.blog-pagination li.last span {
	border-right: 1px solid #d4efbd;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	padding-right: 25px;
}

.blog-pagination li.first a,
.blog-pagination li.first span {
	border-left: 1px solid #d4efbd;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	padding-left: 25px;
}

li.first.disabled span,
li.last.disabled span{
	color: #b3beb8;
	cursor: not-allowed;
}

.custom_visit-older-posts {text-align: center;}


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

.related-post-item {
    padding-top:10px;
    padding-bottom:10px;
    border-top: 1px dotted #c2c2c2;
}

.blog.hs-blog-post .blog-sidebar {padding-top: 0px;}

/* Blog Modules */
.blog .blog-sidebar > div > div > .widget-span {
    margin-top: 25px;
    text-align: center;
	font-size: .85em;
}

.blog .blog-sidebar > div:first-child > div > .widget-span {margin-top: 0;}

.blog .blog-sidebar .widget-module ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog .blog-sidebar .widget-module ul li {margin-bottom: 10px;}

/* Article Tags */
.custom_article-tags ul {
	margin-top: 0px;
	margin-bottom: 10px;	
	padding: 0;
	list-style: none;
}

.custom_article-tags ul li {
    padding-top: 10px;
border-top: 1px dotted #c2c2c2;
}

.blog-sidebar > div:not(:last-child) .custom_article-tags ul {margin-bottom: 0;}
.custom_article-tags ul li {margin-bottom: 10px;}
.blog-sidebar > div:not(:last-child) .custom_article-tags ul li:last-child {margin-bottom: 0;}
.custom_article-tags ul li a {}

/* Sidebar Wrapped */
.custom_sidebar-wrapped {
	padding: 25px 40px 25px 40px;
	background-color: #f1f1f1;
	font-size: 0.85em;	
	text-align: center;
}

.custom_sidebar-wrapped h3:first-child {
    font-size: 1.33823529412em;
    margin-top: 10px;
}

.custom_sidebar-wrapped a {color: #0071b9;}
.custom_sidebar-wrapped a:hover {color: #008be4;}
.custom_sidebar-wrapped .custom_share-post {
	padding: 0;
	background-color: #f1f1f1;
	font-size: 16px;
}

.custom_sidebar-wrapped .custom_share-post > div {
	margin: 20px -40px -25px -40px;
	padding: 16px 40px 9px 40px;
	border-top: 1px solid #ececec;
	font-size: 1.2125em;
}

.custom_share-post ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #222;
}

.custom_share-post ul li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 12px;	
}

.custom_share-post ul li a {
	color: #adadad;
}

.custom_share-post ul li a:hover {color: #0071b9;}

body.hs-blog-post .blog-sidebar h3:first-child {margin-top: 0;}
body.hs-blog-post .blog-sidebar .custom_sidebar-wrapped h3:first-child {margin-top: 10px;}


/* =============== 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 {}


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


.checkbox-row input {
	position: relative;
	top: 6px;
}

#email-prefs-form .email-edit {
	min-height: 18px;
	height: auto;
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
border: 0 none;
padding: 0;
}


/* =============== Global Form Styles =============== */
form {margin-bottom: 18px;}

/* Form Field */
body .hs-form-field {margin-bottom: 18px;}

body .hs-form .actions {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 3px 3px;
    border-top: 0 none;
   /* margin: 18px 0 18px -26px;
    padding: 17px 20px 18px;*/
}

body .hs-form .email-correction, 
body .hs-form .email-validation {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding-top: 3px;
}

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

.hs-form ul.inputs-list,
.hs-form ul.inputs-list > li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Labels */
body label {}
.hs-form label {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #414141;
    font-size: 15px;    
    line-height: 20px;
    text-align: left;
    float: none;
    font-weight: normal;
    padding-top: 0;
    margin-bottom: 4px;
}

body .hs-form-field > label {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: left;
    width: auto;
    cursor: pointer;
    color: #404040;
    font: bold 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body label > .hs-form-required {color: #FF0000;}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;	
    transition: border 0.2s linear,box-shadow 0.2s linear;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.0);
}

.hs-form input:not([type="image"]), 
.hs-form textarea {
    box-sizing: content-box;
}

.hs-form .hs-input, 
.hs-form textarea.hs-input {
    box-sizing: border-box;
    max-width: 100%;
    width: 90%;
}


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

/* Separate Styles for Multiple Line Inputs */
body textarea {min-height: 150px;height: auto;}
body textarea:focus {}

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

/* Multiple Selection Inputs */
.hs-form .inputs-list {
    list-style: outside none none;
    padding-left: 5px;
    margin: 0;
}

body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"],
body input[type="checkbox"] {
    width: auto!important;
}

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

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

input.hs-input.error, 
.hs-form div.field.error input, 
.hs-form div.field.error textarea, 
.hs-form div.field.error .chzn-choices,
textarea.hs-input.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

input.hs-input.error:focus, 
.hs-form div.field.error input:focus, 
.hs-form div.field.error textarea:focus, 
.hs-form div.field.error .chzn-choices:focus, 
textarea.hs-input.error:focus {
    border-color: #b9554d;
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}


/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
    /* color: #555;
    opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
    /* color: #555;
    opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
    /* color: #555;
    opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
    /* color: #555;
    opacity: 1; */
}


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

#comment-form {margin-bottom: 30px;}

/* 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"] {}



/* Dark Forms*/

.darkform fieldset {
max-width: 1200px !important;
}

.darkform .hs-richtext {
color: #fff !important;
font-size: 0.75em;
margin-top: 25px;
}

.darkform fieldset.form-columns-1 .hs-input {
width: 100% !important;
}

.darkform label {
    max-width: initial;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: 'Raleway' !important;
    margin-top: 35px !important;
	text-align: left !important;
	font-size: 0.8em;
    text-transform: uppercase;
	}
	
	.darkform textarea {
    max-width: initial;
width: 100%;
    border-radius: 10px;
    background: #222222;
    color: #fff;
    padding: 15px;
    margin-top: 20px;
	border: 1px solid #383838;
	}
	
		.darkform legend {
    max-width: initial;
width: 100%;
color: #fff !important;
    font-weight: 500 !important;
    font-family: 'Raleway' !important;
    font-size: 13px;
    border-bottom: none;
	}
	
.darkform ul.inputs-list.multi-container {
    list-style-type: none;
    padding-left: 10px;
}


.darkform select {
    background: rgb(48,48,48);
    max-width: initial;
    color: #fff;
    padding: 11px;
    width: 100%;
    margin-top: 8px;
    border-radius: 5px;
    border: 1px solid rgb(77,77,77);
}

.darkform input[type=text]  {
    max-width: initial;
    color: #fff;
    width: 100%;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.darkform input[type=textarea]  {
    max-width: initial;
    color: #fff;
    width: 100%;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);

}

.darkform input[type=tel]  {
    max-width: initial;
    color: #fff;
    width: 100% !important;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.darkform input[type=email]  {
    max-width: initial;
    color: #fff;
    width: 100%;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.darkform input[type="radio"], input[type="checkbox"] {
    margin: 4px 14px 0;
}

.darkform  input.hs-button.primary.large {
    max-width: 120px;
    margin-top: 30px;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    background: #0071b9;
    border: #046fb3 1px solid;
    color: #fff;
}

.darkform .submitted-message p {
    color: #fff;
    font-family: 'Raleway';
}

/* End of Darkforms*/



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


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

.hs-button.primary,
input[type="submit"],
input[type="button"],
a.more-link,
.blog-pagination a{
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    font: inherit;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    color: #ffffff;
    background-color: #3f9edc;
    border-color: #3f9edc;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: bold;
    margin:15px 0 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.more-link:hover,
.blog-pagination a:hover{
    color: #ffffff;
    background-color: #2485c4;
    border-color: #227fbc;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
a.more-link:focus,
.blog-pagination a:focus{
    color: #ffffff;
    background-color: #2485c4;
    border-color: #227fbc;
}


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


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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

@media (max-width: 1199px) and (min-width: 768px){
    .container-fluid .row-fluid .page-center{
        max-width: 970px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a {
        padding: 0px 0 0 64px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>ul>li>a {
        padding: 0px 0 0px 64px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a:before {
        width: 49px;
        height: 49.8px;
        background-size: contain;
        top: 2px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li>a:before {
        left: 3px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li>a {
        padding: 6px 0 6px 52px;
        position: relative;
    }
}

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


@media (max-width: 991px) and (min-width: 768px){
    .container-fluid .row-fluid .page-center{
        max-width: 750px;
    }
}


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

@media (max-width: 767px) {
    
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    width: 75%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    background: rgba(0,0,0,0);
    width: 25%;
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
    display: none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>a {
    display: none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a:before {
    width: 18vw;
    height: 18vw;
    max-height: 105px;
    background-position: center;
    background-repeat: no-repeat;
}



.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li {
    height: 18vw;
        max-height: 105px;
    margin-bottom: 10px;
}



.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li>a {
    font-size: 0em;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li:nth-child(1)>ul {
display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li:nth-child(2)>ul {
display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li:nth-child(3)>ul {
display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li:nth-child(4)>ul {
display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>ul>li>ul>li:nth-child(5)>ul {
display: none;
}
    
    .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 15px;
    text-align: left;
	}
    
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a {
            text-align: left;
                padding: 0px;
                border-bottom: 0px;
                    font-size: 22px;
                    font-weight: 400;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a {
            margin: 0 0 7px;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul {
            margin: 0 0 15px;
    }
    
/* What is Frog? */


.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li {
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a {
    text-align: left;
        padding: 10px 0 10px 0px;
        font-size: 12px;
        line-height: 7px;
        border-bottom: 1px dotted #535353;
        font-weight: 400;
}
    
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a:before {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a[href*="/modules"]:before{
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a[href*="/solutions"]:before{
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a[href*="/our-approach"]:before{
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>ul>li>a[href*="/special-projects"]:before{
    display: none;
}
    
/* Our World */

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li>a {
        padding: 10px 0 10px 0px;
        font-size: 12px;
        line-height: 7px;
        border-bottom: 1px dotted #535353;
        font-weight: 400;
    }
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li {
            margin-bottom: 0px;
    }
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li {
        width: 100%;
    }
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li>a:before {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li:nth-child(2)>a:before{
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li>ul>li:nth-child(3)>a:before{
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>a:before {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(2)>a:before{
    display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(3)>a:before{
    display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(3) {
        margin-top: 13px;
    color: #fff !important;
    font-size: 13px;
    padding: 4px;
    background-color: #0071b9;
    text-align: center;
    font-weight: 800 !important;
    transition: background-color 0.5s ease;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li:nth-child(3) a:hover {
    color: #fff !important;
}
    
    
    .container-fluid .row-fluid .page-center{
        max-width: 100%;
    }
    .custom-logo,
    .custom-search-wrapper{
        float: left !important;
        width: auto !important;
    }
    .custom-search-wrapper{
        float: right !important;
       
    }

    .custom-form-width{
        max-width:100% !important;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        max-width: 100%;
        width: 100%;
        margin: 20px 0;
        float: none;
        max-height: none;
    }
    .blog .blog-sidebar {
        padding-top: 50px;
    }
}  



 /* YouTube Responsive CSS for HubSpot */ 

.hs-responsive-embed { 
  position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
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.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
 padding-bottom: 56.25%; 
} 
    
@media only screen and (max-width: 768px) {

.ribbit-banner {
    margin: -1px 0 0;
    background-color: #000000;
    color: #fff;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-size: auto 225px !important;
    min-height: 225px !important;
    padding:85px 0 30px;
    font-size:15px;
}
}