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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* CyberlinkASP_May2017-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;
  color: #000;
  font-family: "Source Sans Pro",'Helvetica','Arial','Verdana',sans-serif;
  font-size: 18px;
  line-height: 24px ;
}

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

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

.lightText{font-weight:300 !important;}

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

/* Basic text */
p {    margin-bottom: 10px;margin-top:0;} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    clear: both;
    margin-top:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font: bold 46px/54px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    color: #3a3a3a;
}
h2 {
    font: bold 36px/44px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    color: #3a3a3a;
    text-transform: none;
}
h3 {
    font: 400 24px/32px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    color: #3399ff;
    line-height: 1.3;
}
h4 {
    font: bold 18px/26px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}
h5 {
    margin-top: 8px;
    color: #3a3a3a;
    font: bold 15px/25px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}
h6 {
    font: bold 13px/25px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    color: #3a3a3a;
}

/* Anchor Links */
a {color: #3399ff;text-decoration: underline;}
a:hover, a:focus {color: #3399ff;text-decoration: none;}

/* Lists */
ul, ol {
    margin: 0 0 10px 20px;
    padding:0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.soc-ico.in-menu-on-mobile.custom-bg.hover-accent-bg {
    display: inline-block;
    margin-left: 10px;
    width: auto;
    line-height: 24px;
    vertical-align: middle;
}
.soc-ico a .icon {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    fill: #3399ff;
}
.soc-ico a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 2px 2px -1px;
    color: #035628;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
}

.soc-ico a:before, .soc-ico a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: "";
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.15s;
    transition: transform 0.150s;
}
.soc-ico a:after {
  background-color: #3399ff;
    background-image: none;
}

.soc-ico a:hover .icon{
    fill: #fff!important;
}


.soc-ico a:before, .soc-ico a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.masthead .soc-ico.custom-bg a:before, .masthead .soc-ico.accent-bg a:before, .dt-mobile-header .soc-ico.custom-bg a:before, .dt-mobile-header .soc-ico.accent-bg a:before {
    background-color: rgba(255,255,255,.15);
}
.soc-ico a:after, .soc-ico a:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-top-header {
    text-align: right;
}

.custom-top-header {
    padding: 5px 30px 4px;
    border-bottom: 1px solid #eaeaea;
}
.custom-top-header ul {
    padding:0;
    margin:0;
    list-style:none;
    display:inline-block;
    vertical-align: middle;
}
.custom-top-header ul li {
    font: 18px/24px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    display: inline-block;
    color: #035628;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.custom-top-header ul li a {
    text-decoration: none !IMPORTANT;
    color: #035628
}

.custom-header-logo {
       padding: 26px 30px 24px 30px;
}

.custom-bottom-header {
    position: relative;
}

.mini-widgets .mini-search.in-menu-on-mobile {
    display: inline-block;
    vertical-align: middle;
    z-index: 10;
    position: relative;
}

.mini-widgets {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 30px 0 30px;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mini-search .submit:hover {
    opacity: 0.7;
}
.mini-widgets .mini-search.in-menu-on-mobile a#trigger-overlay:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    background-position: 0 center;
    background-repeat: no-repeat;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg\ version=\'1.1\'\ xmlns=\'http://www.w3.org/2000/svg\'\ xmlns:xlink=\'http://www.w3.org/1999/xlink\'\ x=\'0px\'\ y=\'0px\'\ width=\'16px\'\ height=\'16px\'\ viewBox=\'0\ 0\ 16\ 16\'\ enable-background=\'new\ 0\ 0\ 16\ 16\'\ xml:space=\'preserve\'%3E%3Cpath\ fill=\'%233a3a3a\'\ d=\'M15.376,13.75l-3.985-4c0.586-0.916,1.032-2.171,1.032-3.333c0-3.263-2.675-5.917-5.961-5.917C3.175,0.5,0.5,3.154,0.5,6.417c0,3.263,2.675,5.919,5.962,5.919c1.113,0,2.272-0.4,3.163-0.93l4.049,3.955L15.376,13.75z\ M2.518,6.455c0-2.179,1.785-3.953,3.981-3.953c2.195,0,3.983,1.773,3.983,3.953c0,2.18-1.788,3.952-3.983,3.952C4.304,10.407,2.518,8.635,2.518,6.455z\'/%3E%3C/svg%3E)
}
.mini-widgets .mini-search.active.in-menu-on-mobile a#trigger-overlay:before {
      background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'16px\' height=\'16px\' viewBox=\'0 0 16 16\' enable-background=\'new 0 0 16 16\' fill=\'%233a3a3a\' xml:space=\'preserve\'%3E%3Cpath d=\'M2.294,3.564l11.031,11.061l1.384-1.311L3.646,2.271\'/%3E%3Cpath d=\'M13.357,2.271L2.295,13.314l1.384,1.311L14.71,3.564\'/%3E%3C/svg%3E");
}
.mini-widgets .mini-search.in-menu-on-mobile a#trigger-overlay {
    font: 13px/17px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    color: #3a3a3a;
    border: none;
    background-color: transparent;
    text-decoration: none;
    padding-left: 16px;
    letter-spacing: -4px;
}

.mini-widgets .mini-search.in-menu-on-mobile form.searchform {
    position: relative;
    z-index: 3;
}
.mini-widgets .mini-search.in-menu-on-mobile form.searchform .field {
    width: 250px;
    color: #fff!important;
    background: #303135!important;
    -webkit-text-fill-color: #fff!important;
    font: 13px/17px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif!important;
    text-transform: none;
    line-height: 25.5px;
    top: 30px;
    position: absolute;
    height: 50px;
    border: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0;
    right: 0;
    display:none;
    outline: none;
}
.mini-widgets .mini-search.in-menu-on-mobile form.searchform input.assistive-text.searchsubmit {
    display: none;
}


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

.body-container-wrapper {}
.body-container {
    padding-bottom:40px;
}

.error-template  .body-container, .password-template .body-container, .subscription-template .body-container {
    padding-top:60px;
    padding-bottom:30px;
}

.body-container  .hs_cos_wrapper_widget {
    display:block;
    margin:0 0 30px;
}



.custom-banner {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-color: #1f1f1f;
    margin-bottom:60px;
}

.inner-wrapper-group .inner-wrapper.clearfix .custom-col {
    width: 50%;
    float: left;
    padding: 0 22px;
    min-height:1px;
}
.inner-wrapper-group .inner-wrapper.clearfix {
    margin: 0 -22px;
}
.inner-wrapper-group .inner-wrapper.clearfix .custom-col .custom-col-inner {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
    /*background-color: rgba(0,0,0,.4);*/
}
.inner-wrapper-group .inner-wrapper.clearfix .custom-col .custom-col-inner h1 {
    color:#fff;
}
.inner-wrapper-group .inner-wrapper.clearfix .custom-col .custom-col-inner  p {
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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


.qbutton{
    
color: #ffffff;
font-family: 'Source Sans Pro', sans-serif;
border-color: #3aa4aa;
background-color: #3aa4aa;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
    
}

.footer-container-wrapper {}
.footer-container .page-center {
    padding-left:44px;
    padding-right:44px;
}

.custom-footer-wrapper {
    background: #2d2d2d none repeat center top;
        color: #e2e2e2;
}
.hs-bottom-footer {
    font-size: 12px !important;
    font-weight:300 !important;
    line-height: 20px;
    color: #ffffff;
    /*border-top: 1px solid rgba(153,157,159,.15);  */
    padding: 5px 0 5px;
}
.custom-footer-menu .hs-menu-wrapper {
    text-align:right;
}
.custom-footer-menu .hs-menu-wrapper > ul {
    vertical-align: top;
} 
.custom-footer-menu .hs-menu-wrapper > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float:none !important;
    margin: 0 16px 0 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li:last-child {
    margin-right:0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
    color: #999d9f;
    text-decoration: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{text-decoration: underline;}
.hs-top-footer  {
    /*padding-top: 30px;*/
    padding-bottom: 10px;
    min-height: 615px !important;
}
.hs-top-footer .widget-span {
    margin-bottom: 30px;
}

.hs-top-footer {
    font-weight:400 !important;
    font-size:18px;
}

.hs-top-footer  .hs-form-field > label {
    color: #e2e2e2;
}

.hs-top-footer span.hs-form-required {
    display:none;
}
.hs-top-footer h3 , .hs-top-footer h3.form-title {
    margin-bottom: 15px;
    clear: both;
    color: #f99a1e;
    font: 15px/25px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}
.hs-footer-over-mission img {
    width: 155px;
    height: auto;
    vertical-align: top;
}
.hs-news-and-events .hs-rss-item {
    margin-bottom: 25px;
}
.hs-news-and-events .hs-rss-item  a.hs-rss-title{
    color: #e2e2e2;
    text-decoration: none;
}
.hs-news-and-events .hs-rss-item  a.hs-rss-title:hover {
    color: #3399ff;
}
.hs-news-and-events .hs-rss-item .hs-rss-byline {
    color: rgba(226,226,226,.5);
    opacity: 1;
    line-height: inherit;
    font-size: 14px;
    font-style: normal;
}

a.mail {
    margin: 2px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #e2e2e2;
    position: relative;
}
a.mail:before, a.mail:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    content: "";
    border-radius: 100%;
    background-color: rgba(226,226,226,.15);
    -webkit-transition: -webkit-transform 0.15s;
    transition: transform 0.150s;
}
a.mail:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(226,226,226,.15);
}
a.mail:after {
    
}

a.mail .icon {
    position: relative;
    z-index: 1;
        fill: #e2e2e2;
    width: 24px;
    height: 24px;
}
a.mail:after {
    background-color: #3399ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(0);
    transform: scale(0);
}
a.mail:hover:after { 
    -webkit-transform: scale(1);
    transform: scale(1);
}

#back-to-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
        font-size: 0;
    z-index: 22;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    display:none !important;
}
#back-to-top:hover{
    background-color: #000;
}
#back-to-top:before {
    display: block;
    width: 44px;
    height: 44px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'44px\' height=\'44px\' viewBox=\'0 0 44 44\' enable-background=\'new 0 0 44 44\' xml:space=\'preserve\'%3E%3Cpath fill=\'white\' d=\'M29.121,19.55l-6.29-6.196c-0.025-0.025-0.053-0.049-0.082-0.071c-0.012-0.011-0.024-0.02-0.038-0.03c-0.016-0.011-0.031-0.024-0.048-0.034c-0.017-0.011-0.032-0.02-0.048-0.03c-0.015-0.009-0.029-0.018-0.044-0.025c-0.017-0.009-0.034-0.017-0.051-0.024c-0.016-0.008-0.031-0.015-0.047-0.022c-0.016-0.006-0.033-0.012-0.049-0.018c-0.018-0.005-0.035-0.014-0.053-0.019c-0.017-0.005-0.034-0.008-0.05-0.013c-0.018-0.005-0.036-0.009-0.054-0.013c-0.02-0.003-0.039-0.006-0.059-0.008c-0.016-0.003-0.032-0.005-0.049-0.007c-0.073-0.007-0.146-0.007-0.218,0c-0.017,0.002-0.033,0.005-0.05,0.008c-0.02,0.002-0.038,0.005-0.058,0.009c-0.019,0.003-0.037,0.009-0.055,0.013c-0.016,0.005-0.033,0.008-0.05,0.013c-0.017,0.005-0.035,0.012-0.052,0.018c-0.017,0.006-0.033,0.012-0.049,0.019c-0.017,0.006-0.032,0.014-0.048,0.021c-0.017,0.008-0.034,0.016-0.051,0.024c-0.015,0.008-0.029,0.018-0.044,0.026c-0.015,0.008-0.031,0.018-0.048,0.029c-0.016,0.01-0.031,0.022-0.047,0.034c-0.014,0.01-0.027,0.019-0.04,0.028c-0.042,0.035-0.08,0.073-0.117,0.113c-0.013,0.011-0.026,0.021-0.037,0.033l-6.313,6.219c-0.433,0.428-0.434,1.12-0.003,1.544c0.432,0.426,1.131,0.424,1.564-0.002l4.495-4.426l-0.023,14.11c-0.001,0.603,0.493,1.092,1.104,1.09s1.107-0.49,1.109-1.095l0.023-14.108l4.403,4.334c0.432,0.426,1.133,0.424,1.565-0.003S29.553,19.975,29.121,19.55\'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

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


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:1151px) {
/* Parent List */
.custom-menu-primary.js-enabled {
    text-align: left !important;
    padding-left: 28px;
    margin-left:0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul{
        vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
       margin: 17px 14px 0 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li ul {
       right: calc(100%);
    left: auto!important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font: 500 18px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    color: #3a3a3a;
    text-transform: uppercase;
    display: block;
    margin: 22px 0 38px;
    padding: 4px 0px 4px 0px;
    text-decoration: none;
    position:relative;
}
/*.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    opacity: 0;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background-color: #3399ff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before, .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}*/
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color: #3399ff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    width: 250px;
    
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-left: 10px;
    /*padding-right: 10px;*/
     position: static !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    margin: 0px 0px 0px 0px;
    padding: 11px 0px 11px 0px;
    color: #000000;
    font: 13px/17px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    text-decoration:none;
    text-align:left;
   /* border-bottom: #f7f7f7 solid 1px !important;*/
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
    background-color: rgba(255,255,255,.07);
}

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


.scroll-header .custom-bottom-header {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    transition:all  0.6s ease;
    top: -100%;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    margin:2px 0 22px;
}
.scroll-header .custom-header-logo {
    padding: 5px 30px 3px 30px;
}
.scroll-header.second-scroll-header .custom-bottom-header  {
     top: 0; 
}

/* 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: 1150px){

  /* 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: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    width: auto; /* Button width */
    height: auto; /* Button height */      
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000; 
    position: absolute;
    right: 44px;
    top: 18px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
  }
  
  

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #3a3a3a;
    display: inline-block;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */
    .mobile-trigger:hover i:before{ top: -5px; } /* Position top line */
    .mobile-trigger:hover i:after{ top: 5px; } /* Position bottom line */


.dt-close-mobile-menu-icon {
    position: fixed;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 9999;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.mobile-open .dt-close-mobile-menu-icon {
    opacity: 1;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 1;
    right: 0;
    top: 0;
    z-index: 99;
}

.dt-close-mobile-menu-icon span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
}
.dt-close-mobile-menu-icon span {
    color: #fff;
    background-color: #3399ff;
}
 .dt-close-mobile-menu-icon span:before, .dt-close-mobile-menu-icon span:after {
    display: inline-block;
    width: 22px;
    height: 2px;
        background-color: #fff;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: top .3s;
    transition: top .3s;
}

.dt-close-mobile-menu-icon span:before, .dt-close-mobile-menu-icon span:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    width: 22px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}
.dt-close-mobile-menu-icon span:before {
    -ms-transform: rotate3d(0,0,1,45deg);
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.dt-close-mobile-menu-icon span:after {
    -ms-transform: rotate3d(0,0,1,-45deg);
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}
.dt-close-mobile-menu-icon:hover span:before {
    -ms-transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
}
.dt-close-mobile-menu-icon:hover span:after {
    -ms-transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
}
  /* ===== Mobile Child Toggle Buttons ===== */

.child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 0px;
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger.child-open {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
   
  .child-trigger i{
    position: relative;
       top: 48%;
    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: 14px;
    height: 2px;
    background-color: #DDDDDD;
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  /* ===== Mobile Menu Styles ===== */  
     
     .custom-menu-wrapper{
        position: fixed;
        width: 340px !important;
        right: 0;
        height: 100vh !important;
        background-color: #fff;
        overflow: auto;
        top: 0;
            margin-left: 0 !important;
        z-index: 9999;
        padding: 30px 30px 0;
        transform: translateX(100%);
        -ms-transform:  translateX(100%);
        -webkit-transform:  translateX(100%);
        transform:  translateX(100%);
        -ms-transition: transform 0.5s ease;
        -webkit-transition: transform 0.5s ease;
        margin: 0 !important;
        transition: transform  0.5s ease;
    }
     .mobile-open .custom-menu-wrapper {  transform: translateX(0);}

  /* Hide menu on mobile */
  .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;
  }
    .custom-menu-primary .hs-menu-wrapper {
        max-height: 83vh;
        overflow: auto;
    }
  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

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

  /* Level 1 and Higher Menu List Styles */
     .custom-menu-primary .hs-menu-wrapper > ul {
        margin-top: 1px;
    }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #333;
    padding: 14px 30px 15px 0;
    font: 14px/18px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #3399ff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    margin-bottom: 15px;
    padding-left: 20px;
  }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
     margin-bottom:0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border-bottom: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li {
     border-bottom: 1px solid rgba(51,51,51,.08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
        border-bottom:0;
    }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        padding: 7px 30px 7px 0;
        color: #333;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
   
  }

  /* 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 */
  }
  body {
        overflow-x: hidden;
        overflow-y: visible;
   }
   body.mobile-open {
        overflow-x: hidden;
        overflow-y: hidden;
        
   }
  
    body.mobile-open:before {
        content: "";
        background-color: rgba(37,130,27,.4);
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'30px\' height=\'30px\' viewBox=\'0 0 16 16\' enable-background=\'new 0 0 16 16\' xml:space=\'preserve\'%3E%3Cpath fill=\'%2325821b\' d=\'M12.621,2.674L8,7.299L3.376,2.674c-0.254-0.253-0.664-0.253-0.919,0c-0.254,0.254-0.253,0.667,0,0.919l4.622,4.625l-4.624,4.625c-0.254,0.255-0.253,0.665,0,0.917c0.255,0.256,0.666,0.256,0.921,0L8,9.136l4.626,4.625c0.251,0.256,0.665,0.256,0.919,0c0.253-0.252,0.253-0.666,0-0.917L8.922,8.219l4.623-4.624c0.253-0.253,0.253-0.667,0-0.919C13.291,2.421,12.877,2.421,12.621,2.674z\'/%3E%3C/svg%3E"), auto;
    }
    .second-scroll-header .mobile-trigger {
        position: fixed;
        visibility: visible;
        top: 10px;
        right: 10px;
        width: 44px;
        height: 44px;
        z-index: 99;
        padding: 10px;
        margin: 0 !important;
        background-color: rgba(0, 0, 0, 0.2);
        transition: background-color .3s ease;
    }
     .second-scroll-header .mobile-trigger:hover {
        background-color: rgba(0, 0, 0, 0.5);
     }
     .second-scroll-header .mobile-trigger i,  .second-scroll-header .mobile-trigger i:before,  .second-scroll-header .mobile-trigger i:after {
        background-color:#fff;
    }
     
}


 .custom-menu-wrapper{
    margin-left: 0 !important;
}

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


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container {
    padding-top:0;
    padding-bottom:0;
}
.blog.hs-blog-post .body-container {
    padding-bottom:35px;
}
.blog.hs-blog-listing .container-fluid .row-fluid .page-center.content-wrapper {
    padding-left: 22px;
    padding-right: 22px;
}

.custom-blog-listing-banner {
    background-image: url(//cdn2.hubspot.net/hubfs/3305011/Cyberlink-ASP_May2017/Images/xheader-services.jpg.pagespeed.ic.ByDvV1PdWF.jpg?t=1521424398759);
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-blog-listing-banner h1 {
    color: #ffffff;
    text-transform: none;
    margin: 0;
    padding: 23px 0 23px;
}
.custom_blog_next-previous a {
    text-decoration: none;
}
.custom-blog-listing-wrapper {
   padding: 35px 0 50px 0;
}

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

 .hs-post-banner {
    background-color: #3399ff;
    padding: 22px 0 18px;
}
 .hs-post-banner  h1 {
    font: bold 24px/32px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;   
    color: #fff;
    margin: 5px 0;
    padding-bottom: 5px;
}

ol.breadcrumbs {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    list-style: none;
}
ol.breadcrumbs li { 
    position: relative;
    display: inline-block;
}
ol.breadcrumbs li + li { 
    padding-left: 12px;
    margin-left: 5px;
}
ol.breadcrumbs li + li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 13px;
    content: "/";
    opacity: .5;
    text-align: left;
    z-index: 3;
    opacity: 1;
    color: rgba(255,255,255,.5);
}
ol.breadcrumbs li a {
      text-decoration: none;
      color:#fff;
}
ol.breadcrumbs li a:hover {
    text-decoration:underline;
}
/* Blog Listing */
.hs-blog-listing {}

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h3 {
    font: 400 22px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    color: #3a3a3a;
}
.post-header h3 a {
    color: #3a3a3a;
    text-decoration: none;
}
.post-header h3 a:hover {
    color: #3399ff !important;
}
/* Blog Author and Avatar */
#hubspot-author_data {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 10px 0;
    display: block;
    overflow: hidden;
    color: rgba(0,0,0,.5);
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a {
 color: rgba(0,0,0,.5);
 text-decoration:none;
}
#hubspot-author_data a:hover {
 text-decoration:underline;
}
#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%;
}

.title-left {
    margin-top: 50px;
    margin-bottom: 34px;
    color: rgba(0,0,0,.5);
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    position: relative
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 25px;
       background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'16px\' height=\'16px\' viewBox=\'0 0 16 16\' enable-background=\'new 0 0 16 16\' xml:space=\'preserve\'%3E%3Cpath fill=\'rgba(0,0,0,0.5)\' d=\'M14.429,12.209c-0.176-0.526-0.496-1.06-0.965-1.372c-0.908-0.603-1.964-0.923-2.985-1.266c-0.247-0.086-0.496-0.18-0.722-0.314c-0.202-0.12-0.275-0.364-0.323-0.579c-0.021-0.112-0.032-0.231-0.04-0.346c0.74-1.014,1.231-2.666,1.231-4.021c0-2.117-1.195-2.707-2.668-2.707c-1.476,0-2.671,0.589-2.671,2.705c0,1.404,0.527,3.127,1.311,4.128C6.59,8.515,6.582,8.596,6.568,8.673C6.521,8.888,6.446,9.129,6.244,9.248c-0.226,0.133-0.475,0.22-0.722,0.304C4.5,9.896,3.445,10.199,2.539,10.803c-0.471,0.309-0.79,0.88-0.967,1.406c-0.181,0.551-0.255,1.229-0.244,1.78H8h6.672C14.685,13.438,14.61,12.76,14.429,12.209z\'/%3E%3C/svg%3E");
}

.dt-fancy-title {
    display: inline-block;
    position: relative;
    top: 50%;
}

.dt-fancy-separator, .dt-fancy-separator * {
    color: rgba(0, 0, 0, 0.5);
}
.dt-fancy-separator.title-left .dt-fancy-title {
    padding-left: 0;
}
.separator-holder {
    border-top: 1px solid #ff0000;
    content: "";
    display: block;
    position: absolute;
    top: 49.99%;
    width: 2000px;
}
.separator-right {
    left: 100%;
    margin-left: 1em;
}
p.author-name {
    font: bold 15px/25px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    color: #3a3a3a;
}

.entry-author.wf-table {
    background-color: rgba(177,177,177,.15);
    margin-bottom: 10px;
    padding: 25px 30px 15px 30px;
    overflow: hidden;
}

.dt-fancy-separator.title-left.fancy-posts-title {
      background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'16px\' height=\'16px\' viewBox=\'0 0 16 16\' enable-background=\'new 0 0 16 16\' xml:space=\'preserve\'%3E%3Cpath fill=\'rgba(0,0,0,0.5)\' d=\'M16,3h-2.999L13,0h0.979H0l0,0v13v0.02L3,13v3H2.042H16l0,0V3L16,3z M2,11V2h9v9H2z M13,5h1v9H5v-1l0,0l0,0l0,0h8 M7.099,4.521c0,0.81,0.655,1.465,1.463,1.465c0.81,0,1.464-0.655,1.464-1.465l0,0c0-0.808-0.654-1.463-1.464-1.463C7.753,3.057,7.099,3.712,7.099,4.521L7.099,4.521z M3,10h7l0,0V9.986h0.021L10,6.5L7,8L4.562,4.469L3,7\'/%3E%3C/svg%3E");
}

.separator-holder, .accent-border-color .bg-on .separator-holder {
    border-color: rgba(0, 0, 0, 0.15);
}

/*** Related post style **/
.related-post-item-wrapper {
    margin:0 -22px;
}
.related-post-item-wrapper .related-post-item {
    width: 50%;
    float: left;
    padding: 0 22px;
    font: 14px/24px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
    color: #000;
    margin-bottom: 20px;
}

.related-post-item-wrapper .related-post-item .related-image img {
    width: 80px;
}

.related-post-item-wrapper .related-post-item .related-image a {
    margin: 5px 20px 5px 0;
    font-size: 0;
    line-height: 0;
    display:inline-block;
}
.related-post-item-wrapper .related-post-item .related-image{
    float:left;
}
.related-post-item-wrapper .related-post-item .related-content{
    float:left;
    width:calc(100% - 100px);
}
.related-post-item-wrapper .related-post-item .related-content a {
    display: inline-block;
    text-decoration: none;
        color: #3a3a3a;
}
.related-post-item-wrapper .related-post-item .related-content a:hover {
   color: #3399ff;
}
.text-secondary {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    line-height: 20px;
}


/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item  {
    width: 33.33%;
    font: 14px/24px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
    color: #000;
}
 .blog-listing-wrapper .post-listing .post-item .post-item-inner {
   padding: 30px 20px 10px; 
}
.author-page .blog-listing-wrapper .post-listing .post-item {
    padding: 10px;
}
.author-page .blog-listing-wrapper .post-listing .post-item .post-item-inner {
    background-color: rgba(177,177,177,.15);
}
.author-page .body-container {
    padding-bottom: 0;
}
 .author-page .blog-listing-wrapper .post-listing .post-item .post-item-inner {
   padding: 15px 25px 10px; 
}
.author-page p.no-break {
    display: none;
}
.blog.hs-blog-listing.author-page .container-fluid .row-fluid .page-center.content-wrapper {
    padding-left: 34px;
    padding-right: 34px;
}
.blog.hs-blog-listing.author-page .custom-blog-listing-wrapper {
    padding-top: 40px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    font-size: 16px;
    line-height: 24px;
    color: #3399ff !important;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-right: 17px;
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: underline !important;
    text-align:right;
}
a.more-link:hover {
    color: #3399ff;
}
a.more-link:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    content: "";
      /*background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' version=\'1.1\' x=\'0px\' y=\'0px\' width=\'11px\' height=\'11px\' viewBox=\'0 0 11 11\' enable-background=\'new 0 0 11 11\' xml:space=\'preserve\'%3E%3Cpath fill=\'rgba(0,0,0,0.5)\' d=\'M11 5.499c0.001-0.187-0.065-0.374-0.209-0.516L6.569 0.211c-0.279-0.279-0.735-0.279-1.015 0 s-0.279 0.7 0 1.014l3.783 4.276L5.555 9.776c-0.33 0.33-0.197 0.8 0 1.014c0.279 0.3 0.7 0.3 1 0l4.222-4.773 C10.935 5.9 11 5.7 11 5.499z M0.211 1.227l3.781 4.275L0.211 9.777c-0.279 0.279-0.279 0.7 0 1 c0.28 0.3 0.7 0.3 1 0l4.223-4.773C5.591 5.9 5.7 5.7 5.7 5.5C5.66 5.3 5.6 5.1 5.4 4.983L1.225 0.2 c-0.279-0.279-0.735-0.279-1.014 0C-0.07 0.49-0.07 0.9 0.2 1.227z\'/%3E%3C/svg%3E");*/
    background-position: 0 center;
    background-repeat: no-repeat; 
}

/* Blog Topics List */
#hubspot-topic_data {}
#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;
}

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

/* Pagination */
.custom-blog-pagination {
    margin-top: 40px;
    text-align: right;
    z-index: 10;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.blog-pagination {
    float: left;
    margin: 0 auto;
}
.listing-next-prev {
    float: right;
    margin-bottom: 10px;
}
.blog-pagination a {
    padding: 8px 14px 8px 14px;
    margin: 0px 0px 0px 0px;
    display:block;
    float:left;
    font: 600 16px/20px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    text-decoration: none;
}
.blog-pagination a:hover {
    color: #3399ff;
}
.blog-pagination a.active {
     background-color: #3399ff; 
     color:#fff;
}

.custom-previous.disabled, .custom-previous.disabled:hover {
    opacity: 0.4;
}

.listing-next-prev a {
    padding: 8px 14px 8px 14px;
    margin: 0px 0px 0px 0px;
    font: 600 16px/20px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    position: relative;
    display: inline-block;
    color: #3a3a3a;
    text-decoration: none;
}
.listing-next-prev a:hover {
    color: #3399ff;
}
.listing-next-prev a.prev-link:before, .listing-next-prev a.next-link:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6.5px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
}
.hs_subscribe.field.hs-form-field ul.inputs-list {
    margin-left: 0 !important;
}
.listing-next-prev a.prev-link { padding-left: 32px;}
.listing-next-prev a.next-link { padding-right: 32px;}
.listing-next-prev a.prev-link:before {
   
    left: 14px;
    background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'11px\' height=\'11px\' viewBox=\'0 0 11 11\' enable-background=\'new 0 0 11 11\' xml:space=\'preserve\'%3E%3Cpath fill=\'rgba(0,0,0,0.5)\' d=\'M0.209,6.017l4.222,4.773c0.279,0.279,0.735,0.279,1.015,0c0.197-0.196,0.33-0.684,0-1.014L1.663,5.501l3.783-4.276c0.279-0.28,0.279-0.735,0-1.014s-0.735-0.279-1.015,0L0.209,4.983C0.065,5.125-0.001,5.312,0,5.499C-0.001,5.688,0.065,5.875,0.209,6.017z M10.789,0.209c-0.278-0.279-0.734-0.279-1.014,0L5.552,4.983C5.409,5.126,5.34,5.313,5.344,5.5C5.343,5.688,5.409,5.875,5.552,6.018l4.223,4.773c0.279,0.279,0.734,0.279,1.015,0c0.279-0.277,0.279-0.734,0-1.014L7.008,5.501l3.781-4.275C11.07,0.945,11.07,0.49,10.789,0.209z\'/%3E%3C/svg%3E");
}

.listing-next-prev a.next-link:after {
   
    right: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' version=\'1.1\' x=\'0px\' y=\'0px\' width=\'11px\' height=\'11px\' viewBox=\'0 0 11 11\' enable-background=\'new 0 0 11 11\' xml:space=\'preserve\'%3E%3Cpath fill=\'rgba(0,0,0,0.5)\' d=\'M11 5.499c0.001-0.187-0.065-0.374-0.209-0.516L6.569 0.211c-0.279-0.279-0.735-0.279-1.015 0 s-0.279 0.7 0 1.014l3.783 4.276L5.555 9.776c-0.33 0.33-0.197 0.8 0 1.014c0.279 0.3 0.7 0.3 1 0l4.222-4.773 C10.935 5.9 11 5.7 11 5.499z M0.211 1.227l3.781 4.275L0.211 9.777c-0.279 0.279-0.279 0.7 0 1 c0.28 0.3 0.7 0.3 1 0l4.223-4.773C5.591 5.9 5.7 5.7 5.7 5.5C5.66 5.3 5.6 5.1 5.4 4.983L1.225 0.2 c-0.279-0.279-0.735-0.279-1.014 0C-0.07 0.49-0.07 0.9 0.2 1.227z\'/%3E%3C/svg%3E");
}


.custom_blog_next-previous .custom-previous:hover span {
    background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'12px\' height=\'12px\' viewBox=\'0 0 12 12\' enable-background=\'new 0 0 12 12\' xml:space=\'preserve\'%3E%3Cpolygon fill=\'%23004c26\' points=\'8.088,9.529 4.551,5.997 8.078,2.47 6.664,1.055 1.713,6.005 3.128,7.42 3.134,7.414 6.672,10.946 \'/%3E%3C/svg%3E");
}


.custom_blog_next-previous .custom-next:hover span {
    background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'12px\' height=\'12px\' viewBox=\'0 0 12 12\' enable-background=\'new 0 0 12 12\' xml:space=\'preserve\'%3E%3Cpolygon fill=\'%23004c26\' points=\'10.286,6.006 10.279,5.999 10.279,5.999 8.865,4.583 8.864,4.584 5.335,1.055 3.921,2.47 7.449,5.998 3.913,9.529 5.326,10.943 8.863,7.412 8.871,7.42 \'/%3E%3C/svg%3E");
}

.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}




/*** Post pagination ***/ 

.custom_blog_next-previous {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 10px 0 8px;
    text-align: center;
    margin-bottom: 44px;
}

.custom_blog_next-previous .custom-previous {
    float: left;
}

.custom_blog_next-previous .custom-next {
    float:right;
}
.custom_blog_next-previous .custom-previous span {
    margin-right:10px;
     background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'12px\' height=\'12px\' viewBox=\'0 0 12 12\' enable-background=\'new 0 0 12 12\' xml:space=\'preserve\'%3E%3Cpolygon fill=\'rgba(0,0,0,0.5)\' points=\'8.088,9.529 4.551,5.997 8.078,2.47 6.664,1.055 1.713,6.005 3.128,7.42 3.134,7.414 6.672,10.946 \'/%3E%3C/svg%3E");
}
.custom_blog_next-previous .custom-previous.disabled  span {
        margin-right:10px;
        background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'12px\' height=\'12px\' viewBox=\'0 0 12 12\' enable-background=\'new 0 0 12 12\' xml:space=\'preserve\'%3E%3Cpolygon fill=\'rgba(0,0,0,0.5)\' points=\'8.088,9.529 4.551,5.997 8.078,2.47 6.664,1.055 1.713,6.005 3.128,7.42 3.134,7.414 6.672,10.946 \'/%3E%3C/svg%3E") !important;
}
.custom_blog_next-previous .custom-next span {
    margin-left:10px;
    background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'12px\' height=\'12px\' viewBox=\'0 0 12 12\' enable-background=\'new 0 0 12 12\' xml:space=\'preserve\'%3E%3Cpolygon fill=\'rgba(0,0,0,0.5)\' points=\'10.286,6.006 10.279,5.999 10.279,5.999 8.865,4.583 8.864,4.584 5.335,1.055 3.921,2.47 7.449,5.998 3.913,9.529 5.326,10.943 8.863,7.412 8.871,7.42 \'/%3E%3C/svg%3E");  
}
.custom_blog_next-previous .custom-next.disabled span {
    margin-left:10px;
    opacity:0.4;
    background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'12px\' height=\'12px\' viewBox=\'0 0 12 12\' enable-background=\'new 0 0 12 12\' xml:space=\'preserve\'%3E%3Cpolygon fill=\'rgba(0,0,0,0.5)\' points=\'10.286,6.006 10.279,5.999 10.279,5.999 8.865,4.583 8.864,4.584 5.335,1.055 3.921,2.47 7.449,5.998 3.913,9.529 5.326,10.943 8.863,7.412 8.871,7.42 \'/%3E%3C/svg%3E") !important;
}
.custom_blog_next-previous a span {
    width: 12px;
    height: 12px;
    display:inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}


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


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

.blog .blog-sidebar {}

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

.blog .blog-sidebar .widget-type-google_search{
    background: rgba(177,177,177,.15) none repeat center center;
    padding: 25px 25px 15px;
}
.blog .blog-sidebar .widget-type-google_search .hs-form > .field > label {
    display:none;
}

.blog .blog-sidebar  .widget-type-google_search .hs-form {
    margin: 5px 0 15px 0;
    position: relative;
}
.blog .blog-sidebar .widget-type-google_search input[type="text"] {
    margin-bottom: 10px;
    padding-right: 30px;
    font: 14px/24px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    color: #b8bcbe;
    border: 1px solid #e0e1e1;
    max-width: 100%;
    background-color: #fbfcfc;
    vertical-align: baseline;
        outline: none;
}
.blog .blog-sidebar .widget-type-google_search .hs-button.primary {
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    position: absolute;
    overflow: hidden;
    color: #fff;
    background-color: transparent;
    font: bold 14px/40px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    padding: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' width=\'16px\' height=\'16px\' viewBox=\'0 0 16 16\' enable-background=\'new 0 0 16 16\' xml:space=\'preserve\'%3E%3Cpath fill=\'rgba(184,188,190,0.99)\' d=\'M15.376,13.75l-3.985-4c0.586-0.916,1.032-2.171,1.032-3.333c0-3.263-2.675-5.917-5.961-5.917C3.175,0.5,0.5,3.154,0.5,6.417c0,3.263,2.675,5.919,5.962,5.919c1.113,0,2.272-0.4,3.163-0.93l4.049,3.955L15.376,13.75z M2.518,6.455c0-2.179,1.785-3.953,3.981-3.953c2.195,0,3.983,1.773,3.983,3.953c0,2.18-1.788,3.952-3.983,3.952C4.304,10.407,2.518,8.635,2.518,6.455z\'/%3E%3C/svg%3E");
}
.blog .body-container .hs_cos_wrapper_widget {
    display: block;
    margin: 0;
}



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

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

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

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

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

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


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


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

/* Form Field */
h3.form-title {
    font: bold 24px/32px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    color: #3a3a3a;
    margin:0 0 18px;
}
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    word-spacing: normal;
    color: #000;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
    margin-bottom: 20px;
    font: 14px/24px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    color: #b8bcbe;
    display:block;
    max-width:500px;
    border: 1px solid #e0e1e1;
    background-color: #fbfcfc;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    vertical-align: baseline;
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    color: #7b8083;
}
.hs-input.invalid.error {
    margin-bottom:10px;
}

/*** msz-style */
ul.hs-error-msgs.inputs-list {
    color: red;
    font-size: 1em;
    display: block;
    margin: 0 0 10px;
}

/* 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 {
    color: #b8bcbe;
}
:-moz-placeholder {
    color: #b8bcbe;
} /* Firefox 18- */
::-moz-placeholder {
    color: #b8bcbe;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color: #b8bcbe;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    padding:0 13.3333333333px;
    font: bold 14px/40px "Source Sans Pro",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    color: #fff;
    border:none;
    background-color: #3399ff;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-bottom: 10px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #3399ff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background: #3399ff;
}


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
 @media (max-width: 1175px) {  
    .blog-listing-wrapper .post-listing .post-item {
        width: 50%;
    }
 }
@media (max-width: 1150px) {
     .mini-widgets {
        position: static !important;
        float: right;
        padding: 0;
        margin-top: 18px;
        margin-right: 66px;
    }
    .custom-top-header {
        padding: 5px 44px 4px;
    }
    .custom-bottom-header {
        position: relative;
        padding-left: 44px;
        padding-right: 44px;
    }
    .custom-header-logo {
        padding: 4px 0 3px 0;
   }
   .hs-bottom-footer {
       padding-top:3px;
       padding-bottom:3px;
   }
}

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

@media (max-width: 970px) {
    .hs-top-footer .span3.widget-span {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .custom-footer-menu {
        display: none !important;
    }
    .hs-bottom-footer {
        padding: 3px 0 3px;
    }
    .hs-copyright {
        width: 100% !important;
        text-align: center;
    }
    .hs-top-footer input[type="text"],
    .hs-top-footer input[type="password"], 
    .hs-top-footer input[type="datetime"], 
    .hs-top-footer input[type="datetime-local"], 
    .hs-top-footer input[type="date"], 
    .hs-top-footer input[type="month"], 
    .hs-top-footer input[type="time"], 
    .hs-top-footer input[type="week"], 
    .hs-top-footer input[type="number"], 
    .hs-top-footer input[type="email"], 
    .hs-top-footer input[type="url"], 
    .hs-top-footer input[type="search"], 
    .hs-top-footer input[type="tel"], 
    .hs-top-footer input[type="color"],
    .hs-top-footer input[type="file"],
    .hs-top-footer textarea,
    .hs-top-footer select {
        max-width:100% !important;
        width: 100% !important;
    }
    .hs-footer-over-mission img {
        width: 60%;
        display: block;
        padding-bottom: 8px;
    }
    
    .span9.widget-span.widget-type-cell.blog-content {
        width: 100%;
    }
    .span3.widget-span.widget-type-cell.blog-sidebar {
        width: 100% !important;
        margin-left: 0 !important;
        padding-top: 50px;
        padding-bottom:50px;
    }
        .related-post-item-wrapper .related-post-item {
        width: 100%;
        margin-bottom: 20px;
        }
        
    .hs-post-banner {
        text-align: center;
    }
    .hs-blog-post .hs-post-banner {
        padding: 25px 0 20px;
    }
}

@media (max-width: 950px) {
    .blog.hs-blog-listing.author-page .container-fluid .row-fluid .page-center.content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    }
    .container-fluid .row-fluid .page-center {
        padding-left:20px;
        padding-right:20px;
    }
    .custom-bottom-header {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-top-header {
        display: none !important;
    }
    .custom-search-wrapper {
        display: none !important;
    }
    .mobile-trigger {
        right: 20px;
    }
    a.tel-number {
        display: block !important;
        float: right;
        margin: 21px 42px 0 0;
        font: 15px/19px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    }
    .custom-mobile-search {
        display: block !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right:0;
        padding: 30px 30px 30px;
    }
    .custom-mobile-search .mini-widgets {
        margin-top: 0 !important;
        float: none;
        display: inline-block;
        margin-right: 0;
    }
    .soc-ico.in-menu-on-mobile.custom-bg.hover-accent-bg {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 20px;
    }
    .soc-ico a {
        margin: 2px -1px 2px 2px;
    }
    .mini-widgets .mini-search.in-menu-on-mobile, .mini-widgets .mini-search.in-menu-on-mobile form.searchform {
        position:static;
    }
    .mini-widgets .mini-search.in-menu-on-mobile a#trigger-overlay {
        position: relative;
    }
    .mini-widgets .mini-search.in-menu-on-mobile form.searchform .field {
        left: 0;
        top: auto;
        bottom: 100%;
        width: 100%;
    }
    .custom-mobile-search > div {
        position: relative;
    }
    .custom-blog-listing-banner {
        text-align: center;
    }
    .custom-blog-listing-banner h1 {
        padding: 30px 0 30px;
    }
    .blog.hs-blog-listing .container-fluid .row-fluid .page-center.content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 800px) {
     h1 {
        font-size: 36px;
        line-height: 44px;
    }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .inner-wrapper-group .inner-wrapper.clearfix .custom-col {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }
    .inner-wrapper-group .inner-wrapper.clearfix {
        margin: 0;
    }
.span4.widget-span.widget-type-rich_text.custom-header-logo {
        float: left;
    }
    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"],
    input[type="file"],
    textarea,
    select, #email-prefs-form .email-edit {
        max-width:100% !important;
        width: 100% !important;
    }
    .blog-listing-wrapper .post-listing .post-item {
        width:100%;
    }
    .blog-pagination {
        float: none;
        margin: 0;
        text-align: center;
    }
    .listing-next-prev {
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }
    .blog-pagination a {
        float: none;
        display: inline-block;
    }
}  

p.no-break {
    margin-left: 20px;
    border: 1px solid #f7f7f7;
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {}


@media (max-width: 460px) { 
    .span4.widget-span.widget-type-rich_text.custom-header-logo {
        float: none !important;
        padding-right: 44px;
    }
    a.tel-number {
        float: none !important;
        margin: 5px auto 5px !important;
        text-align: center;
    }
    .custom-menu-wrapper {
        width: 95% !important;
    }
}