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

@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css);

@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');

@import url('//fonts.googleapis.com/css?family=Domine:400,700|Gentium+Book+Basic:400,400i,700,700i&subset=latin-ext');

@font-face {
  font-family: "icons";
  src: url("//cdn2.hubspot.net/hubfs/4713142/BrightFlag_August2018/Fonts/icons.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4713142/BrightFlag_August2018/Fonts/icons.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4713142/BrightFlag_August2018/Fonts/icons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* 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, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
}

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

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


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

/* Basic text */
p {} 
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, sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  margin: 15px 0; 
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 700;
  font-size: 54px;
  color: #1d1d1d;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 40px;
  color: #3D4351;
  font-weight: 700;
}
h4 {
  font-size: 35px;
}
h5 {
  font-size: 24px;
  color: #1d1d1d;
  font-weight:500;
}
h6 {
  font-size:18px;
  font-weight: 700;
  color:#1d1d1d;
}

/* Anchor Links */
a { color: #00c4b4;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  text-decoration:none;
}
a:hover, a:focus { 
}

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

.body-container-wrapper ul {
  list-style: none;
}
.body-container-wrapper ul li:before {
  content: "‌•";
  color: #00c4b4;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


body.blog{
  font-family:'helvetica neue', helvetica, arial, sans-serif;
}



/* =============== 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 .page-center, 
.body-container-wrapper .page-center, 
.footer-container-wrapper .page-center{
  padding-right: 15px;
  padding-left: 15px;
}

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


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

.no-banner .header-container-wrapper {
  min-height: 128px;
}
.span4.widget-span.widget-type-cell.sidebar.left ul li:before {
  display: none;
}
.header-container-wrapper .page-center{
  padding:0 !important;
}
.header-container {}

.custom-fixed-header {
  position: fixed;
  z-index: 9999;
  width: 100% !important;
  transition: all .3s ease-in-out;
  background-color:transparent;
  top:0;
  left:0;
  right:0;
}
.custom-header {
  padding: 50px 0px;
  position: relative;
  transition: padding .3s ease-in-out;
}
.custom-logo img{
  max-width: 314.06px;
}
.scroll-body .custom-header {
  padding: 18px 0px;
  border-bottom: none;
  padding-bottom: 10px;
}
.scroll-body .custom-fixed-header{
  background-color: #fff;
  box-shadow: rgba(200, 200, 200, 0.3) 0px 0.2em 0.25em;
}
.scroll-body .custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
  margin-top: 2px;
}
.custom-lp-fixed-header {
  padding-bottom: 8px;
}







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




.custom-blog-header {
  color: #fff;
  display: block !important;
  z-index: 9;
  margin-bottom: -91px;
  position: relative;
  padding-top: 31px;
  padding-bottom: 31px;
}
.custom-blog-header .page-center {
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

.custom-blog-logo img{
  width:200.27px;
  height: 28.33px;
}
.blog.no-banner .header-container-wrapper {
  min-height: 100%;
}
.menu-pusher {
  color: #333e48 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  display: inline-block;
  min-width: 80px;
  list-style-type: none;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}
.box.menu-pusher i {
  font-family: icons;
  font-style: normal;
  font-weight: 200;
  margin-left: 5px;
}
.custom-blog-header .span2.widget-span.widget-type-custom_widget {
  text-align: right;
}
.custom-brightflag-home ul li a {
  text-decoration: none;
  font-weight: 200;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  margin: auto 5px auto 5px;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color: #333e48 !important;
}
.custom-brightflag-home {
  text-align: right;
  padding-right: 16px;
  padding-top: 2px;
}
.custom-blog-header .span1.widget-span.widget-type-custom_widget {
  margin-left: 0 !important;
  padding-left: 5px;
  padding-top: 2px;
}
.custom-blog-logo a:hover{
  opacity: 0.6;
}
.custom-brightflag-home ul li a:hover{
  opacity: 0.5;
}
.menu-pusher:hover{
  opacity: 0.5;
}


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

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.banner-area {
  background: center center no-repeat;
  -webkit-background-size: 45%;
  -moz-background-size: 45%;
  -o-background-size: 45%;
  background-size: 45%;
  display: flex;
  align-items: center;
  padding-bottom: 2em;
  min-height: 96.5vh;
  position: relative;
  color: #000;
  text-align: center;
}
.banner-area h1{
  margin: .67em 0;
  line-height: 1.1;
  color: #1d1d1d;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 54px;
  font-family:Lato, sans-serif;
}

.banner-area p{
  font-weight: 500;
  margin-top: 20px;
  color: #3D4351;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

.banner-area a{
  margin-bottom: 0;
  font-weight: 400;
  border-radius: 3px;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  border: 1px solid #ecf6fc;
  color: #1d1d1d;
  box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
  background: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  color: #fff;
  border-color: #00c4b4;
  border-radius: 3px;
  display: inline-block;
  background-color: #00c4b4;
  padding: 8px 40px;
  margin-right: 0;
}


.banner-area a:hover{
  box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
  color: #fff;
  background-color: #00c4b4;
  border-color: #00c4b4;
}






/* =============== Blog Banner area =========== */






.blog .blog-banner-area {
  color: #2d2d2d !important;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center; 
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  height: 50vh;
  min-height: 400px;
  margin-top: -4px;
}
.blog .blog-banner-area:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(237, 245, 251, 0.7) !important;
  height:100%;
  width:100%;
}
.blog .blog-banner-area .page-center {
  padding: 20px;
  vertical-align: middle;
  width: 100%;
  margin: auto;
  max-width: 800px !important;
  text-align: center;
  position: relative;
}
.blog-banner-area a {
  text-decoration: none;
  cursor: pointer;
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out;
  font-size: 40pt;
  line-height: 58px;
  font-family: 'Lato';
  font-weight: 700;
  text-shadow: none !important;
  color: #1d1d1d !important;
  margin-top: 49px;
  display: inline-block;
}
.blog-banner-area p {
  outline: 0;
  padding: 0;
  margin: 0;
  text-shadow: none !important;
  color: #1d1d1d !important;
  display: block;
  font-size: 15pt;
  padding-top: 10px;
  line-height: 28px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  font-family:Lato;
  font-weight: 200;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  cursor: pointer;
  max-width: 500px;
  margin: auto;
  font-weight: 500 !important;
}




.post-banner-area {
  background-attachment: fixed;
  z-index: 0;
  opacity: 1;
  background-position: center 0px;
  background-size: cover;
  background-color: rgba(237, 245, 251, 0.7) !important;
  position: relative;
  min-height: 100vh;
  color: #2d2d2d !important;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  margin-top: -5px;
}
.post-banner-area:before {
  content: "";
  position: absolute;
  background-color: rgba(237, 245, 251, 0.7) !important;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
}
.inner-frame {
  margin: auto !important;
  position: relative;
  z-index: 99;
  padding: 20px;
  vertical-align: middle;
  width: 100%;
  margin: auto;
  max-width: 800px;
  padding-top:5px;
}
img.hideimage {
  display: none;
}
/* =============== Footer =============== */

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


.custom-bottom-footer {
  padding: 20px 0;
  text-align: center;
}
.custom-copyright p {
  margin: 0;
  line-height: 24px;
  padding-bottom: .5em;
  letter-spacing: .02em;
  margin: 0 0 10px;
  font-size: 12px;
}
.custom-top-footer {
  position: relative;
  padding: 3em 0;
  background: linear-gradient(rgba(224, 239, 249, 0.3), rgba(217, 235, 247,0.8)), url(//cdn2.hubspot.net/hubfs/4713142/BrightFlag_August2018/Images/hero-bg-pattern.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 40px;
}
.custom-footer-form span.hs-form-required {
  display: none;
}
.custom-footer-form h3 {
  margin: 0;
  max-width: 100%;
  margin-bottom: 5px;
  color: #1d1d1d;
  font-weight: 300!important;
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  font-family: Helvetica, Arial, sans-serif;
  line-height:normal;
}
.custom-footer-form input.hs-button.primary.large {
  margin: 0;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background: #AECFE5;
  -webkit-appearance: button;
  cursor: pointer;
  box-shadow: none;
  position: static;
  right: 91px;
  top: 5px;
  font-family:Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:normal;
  font-weight:400;
}

.custom-footer-form input.hs-button.primary.large:hover{
  color: #fff;
  background-color: #00c4b4;
  border: 1px solid #00c4b4 !important;
  box-shadow: none;
}

.custom-footer-form .hs-input {
  margin: 0 !important;
  line-height: normal;
  background: #f9f9f9;
  height: 40px;
  padding: 10px;
  color: #1d1d1d;
  border: 1px solid #daecf7;
  border-radius: 3px;
  font-family:Helvetica, Arial, sans-serif;
  font-size:14px;
  font-weight:400;
}
.custom-footer-form form.hs-form fieldset .hs-form-field{
  padding: 0 4px 0 0 !important;
  width: 50% !important;
  float: left;
}
.custom-footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.hs-error-msgs.inputs-list li {
  position: absolute;
  top: 28px;
}
.custom-footer-form ul.hs-error-msgs.inputs-list {
  position: absolute;
  right: 0;
  left: 0;
  top: 36px;
}
.custom-footer-form .hs-form-873f51d2-6aab-4bfd-820f-aa8103e36d40_367c5681-3133-4b08-bff4-a168fbd93147 fieldset.form-columns-2 .hs-form-field {
  width: 39% !important;
  float: left;
  max-width: 39% !important;
}
.custom-footer-form ul.hs-error-msgs.inputs-list label {
  color: red;
}
.custom-footer-form form{
  position:relative;
}
.custom-footer-form {
  margin-top: 48px;
}
.custom-footer-menu ul li a {
  color: #1d1d1d;
  font-size: 13px;
  text-transform: uppercase;
  line-height:19px;
}
.custom-footer-menu ul li{
  display: inline-block;
  margin-right: 33px;
}
.custom-footer-menu ul li a:hover {
  color: #00c4b4;
}
.custom-aus-address h5,
.custom-eu-address h5,
.custom-us-address h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 700;
  font-family: Lato, sans-serif;
  line-height: 1.1;
}

.custom-aus-address p,
.custom-eu-address p,
.custom-us-address p {
  margin: 0 0 10px;
  line-height: 24px;
  padding-bottom: 6px;
  letter-spacing: .02em;
  color: #1d1d1d;
  font-family:Lato, sans-serif;
  font-size:13px;
  font-weight:500;
}
.custom-aus-address p:last-of-type, .custom-eu-address p:last-of-type, .custom-us-address p:last-of-type {
  padding-bottom: 4px;
}
.custom-aus-address p i:after,
.custom-eu-address p i:after,
.custom-us-address p i:after{
  content: "\f095";
  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;
  transform: translate(0, 0);
}
.custom-footer-menu {
  margin-top: 7px;
}

.custom-back {
  height: 60px;
  background-color: #f7fcfe;
}
.to-top-wrap {
  height: 60px;
  width: 70px;
  right: 0;
  text-align: center;
  float: right;
}
a#back-to-top {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgb(217, 235, 247);
}
a#back-to-top i.fa.fa-angle-up {
  font-size: 30px;
  line-height: 55px;
}
a#back-to-top:hover{
  background-color: rgba(217, 235, 247, .4);
}
.custom-back .page-center {
  padding-right: 0;
}










/* ======================= Blog Footer Styling ============================== */




.blog .custom-footer-group .custom-copyright p span {
  display:  none;
}
.blog .custom-footer-group .page-center {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.blog .custom-footer-group .custom-copyright p {
  margin: 0;
  line-height: 24px;
  padding-bottom: 0;
  letter-spacing: normal;
  margin: 0;
  font-size: 12px;
  margin-bottom: 1.5em;
  line-height: 1.5;
  color: #404040;
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  font-weight:400;
}
.blog .custom-footer-group .custom-copyright a {
  text-decoration:underline;
}
.blog .custom-footer-group .custom-copyright a:hover {
  color:midnightblue;
}
.blog .custom-footer-group .custom-copyright a[href*="https://brightflag.com/cookie-policy"]{ 
  display:none !important;
}
.blog .custom-footer-group .custom-menu-group {
  -webkit-flex-basis: 41.666666667%;
  -ms-flex-preferred-size: 41.666666667%;
  flex-basis: 41.666666667%;
  margin-left: 8.333333333% !important;
  width: 41.717949% !important;
}
.blog .custom-footer-group .custom-eu-address {
  -webkit-flex-basis: 33.333333333%;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
  margin-left: 0 !important;
  padding-left: 35px;
}
.blog .custom-footer-group .custom-us-address {
  -webkit-flex-basis: 33.333333333%;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
  padding-left: 19px;
}
.blog .custom-footer-group .custom-aus-address{
  -webkit-flex-basis: 33.333333333%;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
}
.blog .custom-footer-group .custom-top-footer {
  padding: 75px 0 75px 0;
}
.blog .custom-footer-group .custom-footer-form h3 {
  margin: 0;
  max-width: 100%;
  margin-bottom: 0;
  display: block;
  font-size: 13px;
  padding-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: normal;
  color: #1d1d1d;
  font-weight: 300 !important;
}
.blog .custom-footer-group .custom-footer-form .hs-input {
  background: #fff;
  height: 40px;
  padding: 10px;
  color: #1d1d1d;
  border: 1px solid #fff;
}
.blog .custom-footer-group .custom-footer-form label{
  display:none !important;
}
.blog .custom-footer-group .custom-footer-form ul.hs-error-msgs.inputs-list label {
  display: block !important;
}
.blog .custom-footer-group .custom-footer-menu ul li a {
  color: #1d1d1d;
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 13px;
  text-decoration: none;
  font-family:"helvetica neue", helvetica, arial, sans-serif;
}
.blog .custom-footer-group .custom-footer-form form.hs-form fieldset .hs-form-field {
  padding: 0 4px 0 0 !important;
  width: 50% !important;
  float: left;
}
.blog .custom-footer-form input.hs-button.primary.large {
  margin: 0;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background: #AECFE5;
  -webkit-appearance: button;
  cursor: pointer;
  box-shadow: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  position: static;
}
.blog .custom-footer-form form > div , .custom-footer-form form > fieldset {
  display: inline-block;
  vertical-align: middle;
}
.blog .custom-footer-group .custom-footer-menu ul li {
  display: inline-block;
  margin-right: 34.5px;
}
.blog .custom-footer-group .custom-footer-menu {
  margin-top: 6px;
}
.blog .custom-footer-group .custom-footer-form input.hs-button.primary.large{
  font-size:12px;
}
.blog .custom-footer-group .custom-footer-form {
  margin-top: 47px;
  margin-bottom: 11px;
}

.blog .custom-back{
  display:none !important;
}
.blog .custom-footer-group .custom-aus-address h5, 
.blog .custom-footer-group .custom-eu-address h5, 
.blog .custom-footer-group .custom-us-address h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1.5;
}
.blog .custom-footer-group .custom-aus-address p, 
.blog .custom-footer-group .custom-eu-address p, 
.blog .custom-footer-group .custom-us-address p {
  margin: 0;
  line-height: 24px;
  padding-bottom: 6px;
  letter-spacing: .02em;
  color: #1d1d1d;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 1.5em;
  font-size: 13px;
  color: #1d1d1d;
  padding-bottom: 10px;
  clear: both;
  line-height: 1.5;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}
.blog .custom-footer-group .custom-aus-address p i:after, 
.blog .custom-footer-group .custom-eu-address p i:after, 
.blog .custom-footer-group .custom-us-address p i:after {
  content: "\f095";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-family: icons;
  font-style: normal;
  color: #00c4b4;
  padding-right: 5px;
  content: "";
}








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


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

@media screen and (min-width:992px) {

  /* Parent List */
  .custom-menu-primary.js-enabled {
    float: right;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    margin-top: -3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    margin-right: 32px;
    float: left;
    position: relative;
    opacity: 1;
    display: inline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    margin-right:0px;
    margin-top: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-right: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333e48;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    border-radius: 3px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ecf6fc;
    box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    padding: 8px 40px;
    background-color: #00c4b4;
    border-color: #00c4b4;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover{
    background-color: #00c4b4;
    color: #fff;
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #00C4B4;
    opacity: 1!important;
  }

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

  /* Override max width on menu links */
  .custom-menu-primary .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 */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


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

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

@media (max-width: 991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .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: center;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 44px;           /* Position Button at right of screen */
    right: 5px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border:none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
    z-index:999999;
    transition: all .3s ease-in-out;
  }

  /* Change button when menu is open */


  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 35px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #1d1d1d; /* Icon color */
    display: inline-block;
    transition: all .3s ease-in-out;
  }
  .mobile-trigger i:before{ top: -10px; } /* Position top line */
  .mobile-trigger i:after{ top: 10px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after{
    background-color: #1d1d1d;
  }
  .mobile-open .mobile-trigger:hover i, .mobile-open .mobile-trigger:hover i:before, .mobile-open .mobile-trigger:hover i:after{
    background-color: #fff;
  }
  .mobile-open .mobile-trigger i{
    background-color: #fff;
  }
  .mobile-open .mobile-trigger:hover i{
    background-color: #fff;
  }
  .mobile-open .mobile-trigger i:before{
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  .mobile-open .mobile-trigger i:after{
    background-color: #fff;
    top: 10px;
    -moz-transform: translatey(-10px) rotate(-45deg);
    -ms-transform: translatey(-10px) rotate(-45deg);
    -o-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
  }
  /* ===== Mobile Child Toggle Buttons ===== */

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

  /* ===== Mobile Menu Styles ===== */  

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    visibility: visible;
    opacity: .9;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    min-height: 100vh;
    overflow-y: auto;
    justify-content: center;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
    overflow-y: auto;
    max-height: 60vh;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff !important;
    padding-right: 0px;
    line-height: 1.42857143;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    margin-bottom: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    border-radius: 3px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ecf6fc;
    box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    padding: 8px 40px;
    background-color: #00c4b4;
    border-color: #00c4b4;
    color: #fff;
    display: inline;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .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 {}

/* Blog Post */
.hs-blog-post {}
.blog-post-pagination-section {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  height: 100%;
  min-height: 400px;
}
.blog-post-pagination-section:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 400px;
  background-color: rgba(237, 245, 251, 0.7) !important;
}
.inner-page {
  padding: 20px;
  vertical-align: middle;
  width: 100%;
  margin: auto;
  max-width: 800px;
  position: relative;
}
.post-pagination {
  border-style: solid;
  border-color: rgba(255,255,255,0.4);
  border-width: 0 0 2px 0;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  text-align:center;
}
.post-pagination a {
  display: inline-block;
  padding: 10px 2px 15px 2px;
  margin: 0 10px;
  opacity: 0.6;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 2px 0;
  margin-bottom: -2px;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
  color: #2d2d2d !important;
}
.post-pagination a.active {
  border-color: #fff;
}

.post-pagination a:hover {
  opacity: 0.9;
}
.post-pagination a i {
  font-family: icons;
  font-style: normal !important;
  margin-right: 4px;
}
.post-pagination a.active{
  opacity: 1;
  border-color: #fff;
}

.section.post-heading.prev-post {
  display: block;
}


.section.post-heading.next-post {
  display: none;
}

.hs-blog-post .blog-content {
  font-family: "Gentium Book Basic", serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 31px;
  color: #1d1d1d;
}
.bottom-wrap {
  margin: auto;
  padding-bottom: 55px;
  padding-top: 55px;
}
.bottom-wrap h1 {
  text-align: center;
}
.bottom-wrap h1 a{
  margin: 0;
  font-size: 40pt;
  line-height: 58px;
  font-family: 'Lato';
  font-weight: 700;
  text-align: center;
  cursor:pointer;
  color: #1d1d1d;
}
.bottom-authore {
  font-weight: 300;
  font-style: italic;
  margin-top: 10px;
  display: block;
  font-family: 'Gentium Book Basic', serif;
  font-size: 13pt;
  text-align: center;
  color: #2d2d2d !important;
  text-transform: capitalize;

}
.bottom-authore a {
  margin-top: 0;
  top: 0 !important;
  color: #2d2d2d !important;
  font-weight: 700;
  text-decoration: underline;
}
.postpage-social-icon {
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #aaafaf;
  font-weight: 200;
  margin-top: 5px;
}
.postpage-social-icon i {
  font-family: icons;
  font-style: normal;
}
.postpage-social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.postpage-social-icon ul li {
  display: inline-block;
  padding-left: 10px;
  cursor: pointer;
}
.postpage-social-icon ul li:before{
  display:none;
}
.postpage-social-icon ul li a {
  color: #00c4b4 !important;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
}
.postpage-social-icon ul li a i{
  padding-right:5px;
}
.postpage-social-icon ul li a:hover {
  text-decoration:underline;
}

.hs-blog-post{}

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

.custom-management-software {
  text-align: center;
  padding: 50px;
  position: relative;
  background: linear-gradient(rgba(224, 239, 249, 0.9), rgba(217, 235, 247,0.01)), url(//cdn2.hubspot.net/hubfs/4713142/BrightFlag_August2018/Images/hero-bg-4.jpg);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.custom-management-software h3 {
  max-width: 680px;
  padding: 0 20px;
  display: block;
  font-size: 30pt;
  font-family: 'domine';
  color: #67747C;
  margin: 20px auto 0 auto;
  font-weight: 400;
  line-height: 1.5;
}

.custom-management-software p {
  margin: 0;
  margin-bottom: 1.5em;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404040;
}
.custom-management-software a {
  text-decoration: none;
  width: 40%;
  background-color: #00c4b4;
  border-color: #00c4b4;
  color: #fff;
  margin: 1em auto 0 auto;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  padding: 0.5em 2em;
  box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  font-weight: 400;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
}
.custom-management-software a:hover {
  box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
  color: #fff;
}

/* Blog Columns Wrapper */
.blog .content-wrapper {}
.span12.widget-span.widget-type-raw_jinja.hs-blog-header {
  display: none;
}

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

.blog .blog-content {}

.blog .blog-content {
  width: 100%;
}
.blog .blog-content {
  width: 100%;
  max-width: 680px;
  margin: 0 auto !important;
  float: none;
  padding: 50px 20px;
  margin: 0;
  list-style-type: none;
  padding-bottom:0;
}
.post-item:last-of-type {
  padding-bottom: 50px !important;
}

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

/* Blog Post Title */
.post-header h2,
h2.post-listing-simple {
  margin: 0 ;
  padding: 0;
  padding-bottom: 33px;
}

.post-header h2 a,
h2.post-listing-simple a {
  text-decoration: none;
  color: #1d1d1d !important;
  font-size: 24px;
  font-family: Domine, 'Gentium Book Basic', serif;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
.post-header h2 a:hover,
h2.post-listing-simple a:hover {
  text-decoration: underline;
}
/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0;
  padding: 0;
  padding-bottom: 1em !important;
  margin-top: 1em !important;
  font-family: 'Gentium Book Basic', serif;
  font-size: 13pt;
  font-weight: 300;
  font-style: italic;
  display: block;
  color: #67747C;
}

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

a.author-link {
  display: inline-block;
  color: #67747C;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  position: relative;
  top: 11px;
}
a.author-link:hover{
  color: #3B444F;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 25px 0;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  padding-bottom:10px;
}
.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: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none !important;
  margin: 0;
  border: solid 4px #FFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);
}
.post-body.clearfix p {
  margin: 0;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  display: inline-block;
  font-family: "PT Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1d1d1d;
}
/* Read More Link */
a.more-link {
  display: inline-block;
  margin: 5px 0;
}

/* Blog Topics List */
#hubspot-topic_data {
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #aaafaf;
  font-weight: 500;
  margin: auto;
  opacity: 1;
  display: block;
}
p#hubspot-topic_data i {
  font-family: icons;
  font-style: normal;
}
p#hubspot-topic_data a {
  color: #00c4b4 !important;
  line-height: 1.5;
  opacity: 1 !important;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 200;
  text-decoration:none;
}
p#hubspot-topic_data a:hover {
  text-decoration:underline;
}
#hubspot-topic_data a.topic-link {}

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

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 10px !important;
}

.hs-blog-social-share-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.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: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}



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



#comments-listing {
  border: 1px solid #ccc;

  margin-bottom: 30px;

  margin-top: 30px;

}


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

  display: block;

  padding: 0;

}


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

}


.comment-from h4 {

  margin: 0;

  padding-top: 15px;

}



.comment-from h4 a {

  text-decoration: none;

}


.comment-date {

  color: inherit !important;

  display: block !important;

  text-align: left;

}



/* Pagination */
.blog-pagination {
  text-align: center;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  margin-bottom: 30px;
  display: block;
  color: #999;
  font-size: 18px;
}
.blog-pagination a{
  display: inline-block;
  text-decoration: none;
  color: #288AD6;
  font-family: "PT Sans", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.blog-pagination a i {
  font-family: icons;
  font-style: normal;
}
.blog-pagination a:hover{
  color: #206FAC;
}
.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-sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 0;
  height: 100vh !important;
  border-width: 0 0 0 1px;
  overflow: hidden;
  /* -webkit-font-smoothing: antialiased; */
  font-family: 'PT Sans', Lato, oxygen, 'helvetica neue' ,heveltica, arial, sans-serif;
  background-color: #3d4351;
  width: 300px !important;
  color: #999999;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  transition: all 0.4s ease;
  margin: 0 !important;
  z-index: 999;
}
.animated.veryfast {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
  -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;
}
#top-controls {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 666;
  display:none;
}
#top-controls .top-button, #top-controls .back-to-top {
  display: inline-block;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out;
}

#top-controls .top-button:hover, 
#top-controls .back-to-top:hover{
  background-color: rgba(0,0,0,0.9);
}

body i {
  font-family: icons;
  font-style: normal;
}

.blog .footer-container-wrapper,
.blog .header-container-wrapper, 
.blog .body-container-wrapper {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 0;
}
.open-sidebar.blog .footer-container-wrapper,
.open-sidebar.blog .header-container-wrapper, 
.open-sidebar.blog .body-container-wrapper {
  right: 300px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.open-sidebar.blog .blog-sidebar{
  right:0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-sidebar input.hs-search-field__input {
  width: 100%;
  padding: 15px 25px !important;
  font-family: 'PT Sans', Lato, oxygen, 'helvetica neue', heveltica, arial, sans-serif;
  font-size: 14px;
  border-style: solid;
  border-width: 0 !important;
  border-radius: 0px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  background-color: rgba(0,0,0,0.1);
  border-bottom-style: solid;
  border-bottom-color: rgba(0,0,0,0.3) !important;
  border-bottom-width: 1px !important;
  font-family: 'PT Sans', Lato, oxygen, 'helvetica neue' ,heveltica, arial, sans-serif;
  line-height: 21px;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 15px !important;
  margin-bottom: 0;
}
.blog-sidebar input.hs-search-field__input:focus{
  outline:none;
}
.blog-sidebar .block {
  border-bottom-style: solid;
  border-bottom-color: rgba(0,0,0,0.3);
  border-bottom-width: 1px;
  font-family: 'PT Sans', Lato, oxygen, 'helvetica neue' ,heveltica, arial, sans-serif;
  border-top-color: rgba(255,255,255,0.03);
  border-top-width: 1px;
  margin: 0;
  padding: 20px 50px;
}
.blog-sidebar .custom-blog-innersidebar- {
  max-height: 100vh;
  overflow-y: auto;
}
.blog-sidebar .block h3 {
  margin: 0 !important;
  color: #00c4b4 !important;
  display: block;
  margin-bottom: 8px !important;
  font-size: 17px;
  font-family: "PT Sans", Lato, oxygen, "helvetica neue", heveltica, arial, sans-serif;
  font-weight: 400;
  line-height: 21px;
  margin-top: 2px !important;
}
.blog-sidebar .hs-search-field{
  margin-bottom:0px;
}

.blog-sidebar .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.blog-sidebar .block ul li a {
  font-size: 16px;
  color: #eaeaea;
  text-decoration: none;
  transition: color .10s ease-in-out;
  -moz-transition: color .10s ease-in-out;
  -webkit-transition: color .10s ease-in-out;
  font-family: "PT Sans", Lato, oxygen, "helvetica neue", heveltica, arial, sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.blog-sidebar .block ul li:before{
  display:none;
}

.blog-sidebar .block ul li a span.filter-link-count{
  display:none;
}
.blog-sidebar .block ul li + li{
  margin-top: 4px;
}
.custom-recent-post ul li {
  padding: 1em 0;
  border-bottom: 1px solid rgb(90, 89, 93);
}
.custom-recent-post ul li:last-child{
  border-bottom:none;
}
.blog-sidebar .block ul li a:hover{
  color: #ffffff;
  text-decoration:underline;
}

.blog-sidebar .quit-menu-button-container {
  padding: 10px;
  background-color: rgba(0,0,0,0.2);
  color: #999999;
}
.blog-sidebar span.quit-menu-button {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.9);
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  border-radius: 2px;
  background-color: #c0392b;
  color: #fff;
  cursor: pointer;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  color: #999999;
  line-height: 24px;
  font-weight: 400;
  font-family: "helvetica neue", "pt sans", helvetica, arial, sans-serif;
}

.blog-sidebar span.quit-menu-button:hover{
  background-color: #e74c3c;
}

.blog-sidebar .quit-menu-button-container{
  display:none;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate #top-controls {
  display:  block;
}
.animate #top-controls {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

.hs-blog-listing .hs-author-profile {

}
.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: 170px;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 90px;
  display: block;
  margin: auto;
  margin-top: -90px;
  padding: 8px;
  background-color: #F9FBFF;
  height: 170px;
}
/* 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;
}


#comments-listing.no-comments {
  border: none;
}

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

.topic-page .blog-banner-area {
  display: none;
}
.topic-page .post-banner-area{
  min-height: 400px;
}

.topic-page .post-banner-area:before{
  min-height: 400px;
}
.banner-social-icon {
  padding: 20px 50px;
  font-size: 14px;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  overflow: hidden;
  padding-top: 0;
}
.banner-social-icon ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center !important;
  float: none !important;
}
.banner-social-icon ul li {
  display: inline-block;
}
.banner-social-icon ul li:before{
  display:none;
}

.banner-social-icon ul li a {
  opacity: 0.9;
  color: #333e48 !important;
  display: inline-block;
  cursor: pointer;
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  padding: 0 5px;
}
.banner-social-icon ul li a i {
  font-family: icons;
  font-style: normal;
}
.banner-social-icon ul li a:hover {
  opacity: 1;
}
.post-banner-area h1 a {
  font-size: 40pt;
  line-height: 58px;
  font-family: 'Lato';
  font-weight: 700;
  text-shadow: none !important;
  color: #1d1d1d !important;
  text-align: center;
  text-transform: capitalize;
}
.post-banner-area h1 a span{
  display:inline-block;
}
.post-banner-area h1 {
  text-align: center;
  margin:0;
}
.post-banner-area {
  text-align: center;
}
.banner-byline {
  font-weight: 300;
  font-style: italic;
  margin-top: 10px;
  display: block;
  font-family: 'Gentium Book Basic', serif;
  font-size: 13pt;
  text-transform: capitalize;
}
.banner-byline a.author-link {
  color: #2d2d2d !important;
  font-weight: 700;
  top: 0;
  text-decoration: underline;
  text-transform: capitalize;
}
.banner-byline p#hubspot-topic_data {
  display: inline-block;
  text-align: center !important;
  float: none !important;
  margin-left: 15px;
  font-family: "Gentium Book Basic", serif;
  color: #2d2d2d;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  font-style: italic;
}
.banner-byline p#hubspot-topic_data a {
  transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  color: #fff;
  text-decoration: none;
  opacity: 0.8 !important;
  color: #2d2d2d !important;
  font-weight: 700;
}
.banner-byline p#hubspot-topic_data a:hover {
  opacity:1 !important;
}

.readbottom.animated.bounce {
  position: absolute;
  font-size: 30pt;
  bottom: 10%;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.readbottom.animated.bounce i {
  font-family: icons;
  font-style: normal;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out;
  color: #fff;
}
.readbottom.animated.bounce i:hover {
  opacity: 1;
}

.blog .content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.author-page .blog-banner-area a {
  display: none;
}
.author-page .blog-banner-area p {
  display: none;
}

.author-page .blog-banner-area {
  min-height: 144.55px !important;
}

.author-page .blog-banner-area:before {
  min-height: 144.55px !important;
}

.author-page .hs-author-profile .hs-author-avatar {
  float: none;
  margin-right: 0;
  max-width: 170px;
  margin: 0 auto;
}

.author-page .hs-author-profile h2.hs-author-name {
  margin: 0;
  font-size: 29pt;
  display: block;
  font-weight: 700;
  margin-top: 20px;
  font-family: Domine, 'Gentium Book Basic', serif;
}
.author-page h3.hs-author-listing-header,
.author-page .hs-author-profile .hs-author-bio {
  overflow: hidden;
  display: block;
  margin-top: 10px;
  color: #67747C;
  font-family: 'PT Sans','helvetica neue', helvetica, arial, sans-serif;
  font-size: 16pt;
  text-align:center;
}

.author-page .hs-blog-listing .hs-author-profile{
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.author-page .hs-author-profile {
  position: relative;
  margin-top: -21% !important;
  text-align: center;
  display: block;
  padding-bottom: 58px;
  margin-top: 28px;
  border-style: solid;
  border-color: rgba(0,0,0,0.05);
  border-width: 0 0 2px 0;
} 
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

.subscription-template .body-container #email-prefs-form .email-edit {
  max-width: 100% !important;
}
.hs-search-field,
.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container #comment-form{
  max-width:700px;
  display:block;
  margin-bottom:30px;
}

.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {
  display: block;
  font-weight: 700;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1d;
  margin-bottom: 5px;
}
.hs-form-field > label {}

ul.hs-error-msgs.inputs-list label {
  color: #000000;
  display: block;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
span.hs-form-required {
  color: red;
  padding-left: 2px;
}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

/* 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 {
  -webkit-appearance: none;
  color:#888e94;
  padding:6px 0.5rem;
  margin-bottom:12px;
  width:100%;
  border:1px solid #c2c8cd;
  border-radius:3px;
  line-height:15px;
  font-family:Lato, sans-serif;;
  font-weight:500;
  font-size:14px;
}

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 {
  outline: -webkit-focus-ring-color auto 5px;
  box-shadow:none;
}


.hs_recaptcha {
  margin: 15px 0;
}


.body-container-wrapper ul.hs-error-msgs.inputs-list li {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  display: inline-block;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
}
.body-container-wrapper ul.hs-error-msgs.inputs-list li:before {
  background-image: url('//cdn2.hubspot.net/hubfs/4395819/_VivoComm_July2018/Images/error.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  margin-left:0;
  vertical-align: middle;
}

.body-container-wrapper ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
.body-container-wrapper ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

.body-container-wrapper ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
}



/* Separate Styles for Multiple Line Inputs */
textarea {}
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 {}
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"] {}

#comment-form input.hs-button.primary {
  margin-top: 10px;
}


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  background-color:#00c4b4;
  border-color:#00c4b4;
  color:#fff;
  margin:1em auto 0 auto;
  font-size:16px;
  border:none;
  border-radius:3px;
  padding:0.5em 2em;
  box-shadow:8px 10px 20px 0px rgba(46,61,73,0.15);
  font-family:Lato, sans-serif;
  font-weight:500;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* =============== 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. */
.custom-footer-form form > div , .custom-footer-form form > fieldset {
  display: inline-block;
  vertical-align: middle;
}

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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1679px) {

  .blog .custom-footer-group .custom-footer-form input.hs-button.primary.large{

  }
}




@media (max-width: 1366px) {
  .blog .custom-footer-group .custom-footer-form form.hs-form fieldset .hs-form-field {
    padding: 0 4px 0 0 !important;
    width: 50% !important;
    float: left;
  }

  .blog .custom-footer-group .custom-footer-form input.hs-button.primary.large {

    top: 1px;
    font-size: 12px;
  }
}

@media (max-width: 1202px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 27px;
  }
}

@media (max-width: 1200px) {
  .custom-fixed-header .page-center {
    width: 90% !important;
    max-width: 90% !important;
  }
  .custom-logo img{
    max-width: 314.06px;
    width:314.06px !important;
  }
}


@media (max-width: 1200px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 28px;
  }
}
@media (max-width: 1199px) {
  .custom-footer-form input.hs-button.primary.large{
    right: 58px;
  }
    .custom-footer-form ul.hs-error-msgs.inputs-list {
    position: static;
    right: 0;
    left: 0;
    top: 36px;
  }

  .custom-footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.hs-error-msgs.inputs-list li {
    position: static;
    top: 28px;
  }

  .custom-footer-form form > div, .custom-footer-form form > fieldset {
    display: block;
    vertical-align: middle;
    padding-top: 10px;
  }
  .blog .custom-footer-form form > div, .custom-footer-form form > fieldset {
    display: block;
    vertical-align: middle;
}
}


@media (max-width: 1116px) {
  .blog .custom-footer-form ul.hs-error-msgs.inputs-list {
    position: static;
    right: 0;
    left: 0;
    top: 36px;
  }



  .blog .custom-footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.hs-error-msgs.inputs-list li {
    position: static;
    top: 28px;
  }

  .blog .custom-footer-form form > div, .custom-footer-form form > fieldset {
    display: block;
    vertical-align: middle;
        padding-top: 10px;
  }

}

@media (max-width: 1090px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 16px;
  }
}

@media (max-width: 1024px) {
  .blog-banner-area a{
    font-size: 30pt !important;
    line-height: 42px !important;
  }
}

@media (max-width: 1015px) {
  .custom-logo img {
    max-width: 294.06px;
    width: 294.06px !important;
  }
}

@media (max-width: 991px) {
  .custom-menu-group {
    width: 100% !important;
    padding-bottom:10px;
  }
  .custom-us-address, .custom-eu-address, .custom-aus-address {
    width: 33% !important;
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-us-address{
    padding-left:0px;
  }
  .custom-top-footer {
    padding-bottom: 45px;
    padding-top: 43px;
  }
  .custom-eu-address {
    padding-left: 13px;
  }
  .custom-aus-address {
    padding-left: 25px;
  }
  .custom-footer-form form.hs-form fieldset .hs-form-field {
    padding: 0 4px 0 0 !important;
    width: 50% !important;
    float: left;
  }
  .custom-footer-form input.hs-button.primary.large {
    right: 253px;
  }
  .banner-area {
    -webkit-background-size: 200%;
    -moz-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
  }
  .banner-area .page-center {
    padding-top: 30%;
  }
  .blog .custom-footer-group .custom-menu-group {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
    margin-left: 2% !important;
    width: 52% !important;
  }
  .blog .custom-footer-group .custom-aus-address {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
    width: 14% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .blog .custom-footer-group .custom-eu-address {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 17.333333%;
    margin-left: 0 !important;
    padding-left: 0;
    width: 14% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .blog .custom-footer-group .custom-us-address {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 11.333333%;
    padding-left: 0;
    width: 14% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .blog .custom-footer-group .custom-footer-form form.hs-form fieldset .hs-form-field {
    padding: 0 4px 0 0 !important;
    width: 50% !important;
    float: left;
  }
  .blog .custom-footer-group .custom-footer-form input.hs-button.primary.large {
    right: 33px;
    top: 1px;
    font-size: 12px;
  }
  .scroll-body .mobile-trigger{
    top:16px;
    transition: all .3s ease-in-out;
  }
  .custom-fixed-header {
    padding-bottom: 8px;
  }
  .custom-logo img {
    max-width: 314.06px;
    width: 314.06px !important;
  }
}


@media (max-width: 972px) {
  .blog .custom-footer-group .custom-menu-group {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
    margin-left: 0 !important;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .blog .custom-footer-group .custom-footer-form {
    margin-top: 50px;
    max-width: 491px;
  }
  .blog .custom-footer-group .custom-top-footer {
    padding: 75px 0 75px 0;
    padding-bottom: 0px;
  }
  .blog .custom-footer-group .custom-us-address {
    width: 20% !important;
    padding-left: 20px;
  }
  .blog .custom-footer-group .custom-eu-address {
    width: 20% !important;
  }


  .blog .custom-footer-group .custom-footer-form input.hs-button.primary.large {
    right: 30px;
    top: 1px;
    font-size: 12px;
  }
  .custom-blog-header{
    padding-right:20px;
  }
  
  .blog .custom-footer-group .custom-aus-address {
    width: 33% !important;
  }
  .blog .custom-footer-group .custom-eu-address {
    width: 33% !important;
  }
  .blog .custom-footer-group .custom-us-address {
    width: 33% !important;
    padding-left: 20px;
  }
  
}


@media (max-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    font-size: 12px;
    text-align: center;
    padding-right: 30px;
  }
  .custom-footer-form input.hs-button.primary.large {
    right: 0;
    position: static;
    width: 100%;
    display: block;
  }
  .custom-footer-form form.hs-form fieldset .hs-form-field {
    padding: 0 0px 0 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .custom-footer-form .hs-input{
    margin-bottom: 10px !important;
  }
  .custom-footer-form .hs-form-field > label {
    display: none;
  }
  .custom-footer-form h3 {
    margin-bottom: 10px;
  }
  .banner-area {
    min-height: 100vh;
  }
  .blog-banner-area a{
    font-size: 20pt !important;
    line-height: 32px !important;
  }
  .custom-brightflag-home {
    display: none !important;
  }
  .custom-blog-logo {
    display: inline-block !important;
  }
  .custom-blog-header .span1.widget-span.widget-type-custom_widget {
    margin-left: 0 !important;
    padding-left: 5px;
    padding-top: 2px;
    display: inline-block !important;
    float: right;
  }
  .blog .custom-footer-group .custom-us-address {
    display: none;
  }
  .blog .custom-footer-group .custom-eu-address {
    display: none;
  }
  .blog .custom-footer-group .custom-aus-address {
    display: none;
  }
  .blog .custom-footer-group .custom-footer-menu ul li {
    display: inline-block;
    margin-right: 0;
    display: block !important;
    width: 100%;
    padding: 0.25em;
  }
  .blog .custom-footer-group .custom-footer-form form.hs-form fieldset .hs-form-field {
    padding: 0 4px 0 0 !important;
    width: 100% !important;
    float: left;
  }
  .blog .custom-footer-group .custom-footer-form {
    margin-top: 50px;
    max-width: 100%;
  }
  .blog .custom-footer-group .custom-menu-group {
    margin-bottom: 28px;
  }
  .blog-sidebar .quit-menu-button-container{
    display:block;
  }
  .custom-footer-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.hs-error-msgs.inputs-list li {
    position: static;
    top: 53px;
  }
  .post-banner-area h1 a{
    font-size: 25pt;
    line-height: 35px;
  }
  .bottom-wrap h1 a{
    font-size: 20pt;
    line-height: 32px;
  }
  .bottom-authore{
    font-size:12px;
  }
  .bottom-authore a{
    font-size:12px;
  }
  .custom-footer-form form > div, .custom-footer-form form > fieldset {
    display: block;
    vertical-align: middle;
  }
  .blog .custom-footer-form form > div, .custom-footer-form form > fieldset {
    display: block;
    vertical-align: middle;
  }

  .menu-pusher{
    margin-left: -6px;
  }
  .custom-footer-form ul.hs-error-msgs.inputs-list {
    position: static;
    right: 0;
    left: 0;
    top: 36px;
  }
  img.hideimage {
    display: block;
    opacity:0;
    overflow: hidden;
  }
  .blog .blog-banner-area{
    height:auto;
  }
  .blog .blog-banner-area .page-center{
    position:absolute;
  }
  /*
  .blog .blog-banner-area {
  height: 50vh;
  min-height: 400px;
  padding-bottom: 100%;
  justify-content: center;
}
  .blog .blog-banner-area .page-center{
  height: 50vh;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
}


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

@media (max-width: 767px) {
  .menu-pusher{
    margin-left: 0px;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-bottom: 10px;
  }
  .custom-footer-menu ul li {
    display: inline-block !important;
    float: none !important;
    width: auto;
    margin-right: 30px;
  }
  .custom-us-address, .custom-eu-address, .custom-aus-address {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-eu-address p:last-of-type, .custom-us-address p:last-of-type {
    padding-bottom: 16px;
  }
  .custom-eu-address p, .custom-us-address p {
    padding-bottom: 7px;
  }
  .custom-footer-menu {
    margin-top: 7px;
    margin-bottom: 6px;
  }
  h4 {
    font-size: 30px;
  }
  h3 {
    font-size: 35px;
  }
  h2 {
    font-size: 40px;
  }
  h1 {
    font-size: 45px;
  }
}  


@media (max-width: 640px) {
  .custom-footer-menu ul li {
    display: inline-block !important;
    float: none !important;
    width: 100%;
    margin-right: 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #e4f1fa;
    padding-top: 19px;
  }
  .custom-logo {
    padding-left: 25px;
  }
  .custom-logo img {
    max-width: 314.06px;
    width: 65% !important;
  }
}

@media (max-width: 539px) {
  .custom-logo {
    padding-left: 0;
  }
}

@media (max-width: 521px) {
  .scroll-body .custom-header {
    padding: 17px 0px;
    border-bottom: none;
    padding-bottom: 9px;
  }

  .custom-header {
    padding-top: 49px;
  }
}



/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 480px) {
  .custom-header {
    padding-top: 49px;
  }
  .banner-area h1{
    font-size: 50px;
  }
  .banner-area a {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {

  .subscription-template .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-footer-form .hs-input {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  .custom-header {
    padding-top: 48px;
  }

  .custom-blog-logo {
    width: 58.333333333% !important;
  }
  .custom-blog-logo a {
    font-family: Domine;
    font-size: 26pt;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    max-width: 200px;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
  }
  .custom-blog-logo a img {
    width: 100%;
    height: auto;
    display:  block;
  }
  .custom-blog-header {
    padding-right: 0;
    padding-top: 33px;
    padding-bottom: 29px;
  }
  .box.menu-pusher {
    margin-top: -2px;
    margin-right: -6px;
  }
  .scroll-body .custom-header {
    padding: 16px 0px;
    border-bottom: none;
    padding-bottom: 9px;
  }


}


@media (max-width: 436px) {
  .custom-header {
    padding-top: 47px;
  }

  .scroll-body .custom-header {
    padding: 15px 0px;
    border-bottom: none;
    padding-bottom: 9px;
  }
}

@media (max-width: 378px) {
  .scroll-body .custom-header {
    padding: 14px 0px;
    border-bottom: none;
    padding-bottom: 9px;
  }
  .custom-header {
    padding-top: 46px;
  }
  .custom-management-software h3{
    font-size:30px;
  }
}


@media (max-width: 350px) {
  .custom-header {
    padding-top: 47px;
  }
  .scroll-body .mobile-trigger{
    top: 16px;
    transition: all .3s ease-in-out;
  }
  .custom-logo img {
    max-width: 314.06px;
    width: 65% !important;
    vertical-align: top;
    padding-top: 8px;
  }
  .scroll-body .custom-logo img {
    padding-top: 5px;
  }
  .custom-fixed-header{
    padding-bottom: 3px;
  }
}

@media (max-width: 349px) {

  .scroll-body .custom-header {
    padding: 17px 0px;
    padding-bottom: 11px;
  }
}

@media (max-width: 320px) {
  .scroll-body .custom-header {
    padding: 18px 0px;
    padding-bottom: 10px;
  }
}

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

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
}

@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center {
    max-width: 1170px;
  }
}







