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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html, body { font-family: 'Roboto', arial; font-weight: 300; font-size: 16px; border-top: none; color: #333333;}

p{font-family: 'Roboto', arial !important;
  font-weight: 300;
}
strong{font-family: 'Roboto', arial !important;
  font-weight: 500;
}
li {font-family: 'Roboto', arial !important;
  font-weight: 300;}
li a{color: #0091B2; font-family: 'Roboto', arial}
li a:hover, a:focus{text-decoration: none;}

a{color: #0091B2; font-family: 'Roboto', arial; font-weight: 400;}
a:hover, a:focus{text-decoration: none;}

h1,
h2,
h3,
h4,
h5,
h6,
.blog-title a{font-family: 'Roboto', arial;}

a.us{color: grey; display: block; margin-top: 20px;}
a.us:hover{opacity: .7;}

select:focus{outline: none;}

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

.no-pad-right{padding-right: 0 !important;}



/**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  
/**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************
/**************  ******************//**************  ******************//************** /**************  ******************//**************      DD SECTION  ******************//************** /**************  ******************//**************  ******************//***********
/**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  
/**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************
/**************  ******************//**************  ******************//************** /**************  ******************//**************      DD SECTION  ******************//************** /**************  ******************//**************  ******************//***********/

.dd-header-hug-container  {
   background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/parallax-banner-careers-city2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  border-top: none;
  border-bottom: none;
}

.dd-paxos {
   background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/parallax-banner-careers-city2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  border-top: none;
  border-bottom: 0px solid #017f99;
}
.dd-paxos .container {
  padding: 80px 0; 
  }
  
.dd-paxos h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  font-size: 2.9em;
  letter-spacing: 1px;
  line-height: 65px;
  text-shadow: none;
  color: #fff;
}

.dd-paxos h1 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  font-size: 2.9em;
  letter-spacing: 1px;
  line-height: 65px;
  text-shadow: none;
  color: #fff;
}

.dd-paxos h1 a:hover{
  text-shadow: none;
  color: #fff;
}

.dd-paxos h2 {
    font-family: 'Robotolight', sans-serif;
    font-size: 1.6em;
    line-height: 50px;
    color: #fff;
}

.dd-paxos h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #fff;
}

.dd-paxos h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}

.dd-paxos p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #fff;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #fff;
}









/**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  
/**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************
/**************  ******************//**************  ******************//************** /**************  ******************//**************      DD SECTION  ******************//************** /**************  ******************//**************  ******************//***********
/**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  
/**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************  ******************//**************  ******************//************** /**************
/**************  ******************//**************  ******************//************** /**************  ******************//**************      DD SECTION  ******************//************** /**************  ******************//**************  ******************//***********//













.videoWrapper {
    position: relative;
    padding-bottom: 57.35%; /* 16:9 */
	padding-top: 24.5px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*
    Lets hide this early
*/
.mobile-menu .hs-menu-wrapper ul{display: none;}

.paxos-mobile-menu .hs-menu-wrapper ul{display: none;}

.bb-mobile-menu .hs-menu-wrapper ul{display: none;}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{
    color: #4c4f54;  
    background-color: #ffc800;
    border-color: 1px solid #ffc800;
}


.no-margin{
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;    
}

.special-list ul{list-style: none;}
.special-list ul li:before { 
    content: "";
    border-color: transparent #f3b429;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
.special-list a{color: #f3b429; font-size: 1.1em;}

.color-primary{color: #f4b429 !important;}
.color-name{
    color: #444 !important;
    margin-top: 0;
    margin-bottom: 10;
}

.inline-list{
    list-style: none;   
    margin-left: 0;
}
.inline-list li{display: inline; margin-left: 10px;}

.dashed-line{
    border: none;
    background: none;
    border-bottom: 2px dashed #f1f1f1;
}

.btn-contact {
  background-color: #4c4f54;
  background-image: none;
  color: #fff;
  text-shadow: none;
  font-family: arial;
  }

.btn-contact:hover,
.btn-contact:active,
.btn-contact:focus {
  background-color: #666a70;
  color: #fff; }

.sperator {
  display: block;
  width: 2px;
  margin: 0 auto;
  height: 13px;
  background-color: #a7a7a7; }

.header-logo {
  position: absolute;
  z-index: 100;
  top: -5px;
  width: 125px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-trading-logo {
  position: absolute;
  z-index: 100;
  top: -5px;
  width: 300px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-newbtnWHITE {
  background-color: transparent;
  background-image: none;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  border-radius: 1px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Roboto', arial !important;
    font-size: 16px;
}

.btn-newbtnWHITE:hover{
    background-color: #fff; 
    border-color: #fff;
    color: #000;
    opacity: .9;   
}

.btn-newbtnWHITE:active {
    background-color: #fff; 
    border-color: #fff;
    color: #000;
    opacity: .9;
}

.btn-newbtnWHITE:focus {
    background-color: #fff; 
    border-color: #fff;
    color: #000;
    opacity: .9;
}





.btn-newbtnW {
  background-color: transparent;
  background-image: none;
  color: #f9be00;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 30px;
  border-radius: 1px;
  border-style: solid;
  border-width: 3px;
  border-color: #f9be00;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Roboto', arial !important;
    font-size: 16px;
  }

.btn-newbtnW:hover{
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}
.btn-newbtnW:active {
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}

.btn-newbtnW:focus {
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}
 
 
 .btn-newbtnD {
  background-color: #fff;
  background-image: none;
  color: #333;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 30px;
  border-radius: 1px;
  border-style: solid;
  border-width: 3px;
  border-color: #f9be00;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Roboto', arial !important;
    font-size: 16px;
  }

.btn-newbtnD:hover{
    background-color: #fff; 
    border-color: #f9be00;
    color: #333;
    opacity: .8;
}
.btn-newbtnD:active {
    background-color: #fff; 
    border-color: #f9be00;
    color: #333;
    opacity: .8;
}

.btn-newbtnD:focus {
    background-color: #fff; 
    border-color: #f9be00;
    color: #333;
    opacity: .8;
}


 .btn-newbtnG {
  background-color: #fff;
  background-image: none;
  color: #333;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 30px;
  border-radius: 1px;
  border-style: solid;
  border-width: 3px;
  border-color: #333;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Roboto', arial !important;
    font-size: 16px;
  }

.btn-newbtnG:hover{
    background-color: #fff; 
    border-color: #333;
    color: #333;
    opacity: .8;
}
.btn-newbtnG:active {
    background-color: #fff; 
    border-color: #333;
    color: #333;
    opacity: .8;
}

.btn-newbtnG:focus {
    background-color: #fff; 
    border-color: #333;
    color: #333;
    opacity: .8;
}



/*.hs-form .hs-input, .hs-form textarea.hs-input{width: 95% !important;}*/

.hug-header-one {padding-top: 20px; }
.hug-header-one .inline.pull-right li{line-height: 1.9; }

.hug-header-two {
  background-color: whitesmoke;
  border-bottom: 1px solid #f9be00;
  }


.hug-header-two ul {
  margin: 4px 0; }

.hug-header-two ul a {
  font-family: arial; }

.hug-header-nav{height: 56px;}

.hug-header-nav a,
.hug-header-two a{
  color: #686868; }

.hug-header-nav a:hover,
.hug-header-two a{
  text-decoration: none;
  color: #666a70; }
  
.hug-header-two .container .row > div.span4 {
  text-align: left;    
}


.hug-header-nav #hs_menu_wrapper_my_menu ul { margin: 10px 0 0; float: right;}
.hug-header-nav #hs_menu_wrapper_may2015 ul { margin: 10px 0 0; float: right;}
.hug-header-nav #hs_menu_wrapper_launch-menu ul { margin: 10px 0 0; float: right;}
.hug-header-nav #hs_menu_wrapper_AA-itBit-Trading ul { margin: 10px 0 0; float: right;}
.hug-header-nav #hs_menu_wrapper_my_menu ul a {font-weight: bold; font-size: .9em !important; font-family: arial; }
.hug-header-nav #hs_menu_wrapper_may2015 ul a {font-weight: bold; font-size: .9em !important; font-family: arial; }
.hug-header-nav #hs_menu_wrapper_launch-menu ul a {font-weight: bold; font-size: .9em !important; font-family: arial; }
.hug-header-nav #hs_menu_wrapper_AA-itBit-Trading ul a {font-weight: normal; text-transform: uppercase; font-size: .9em !important; font-family: arial; }
.hug-header-nav .hs-menu-children-wrapper{background: white; margin-top: 0 !important;} 
.hug-header-nav .hs-menu-children-wrapper li:hover{ background-color: #333333;} 
.hug-header-nav #hs_menu_wrapper_my_menu ul li:last-child a{padding-right: 0;}
.hug-header-nav #hs_menu_wrapper_may2015 ul li:last-child a{padding-right: 0;}
.hug-header-nav #hs_menu_wrapper_launch-menu ul li:last-child a{padding-right: 0;}

.aa-itbit-trading-menu #hs_menu_wrapper_AA-itBit-Trading ul li:last-child a{padding-right: 0;}
.aa-itbit-trading-menu #hs_menu_wrapper_AA-itBit-Trading ul { margin: 5px 0px -5px;}

.bb-mobile-menu #hs_menu_wrapper_AA-bankchaintop ul li:last-child a{padding-right: 0;}
.bb-mobile-menu #hs_menu_wrapper_AA-bankchaintop ul { margin: 5px 0px -5px;}


.hug-header-nav #hs_menu_wrapper_my_menu ul.active-branch li.active-branch > a{color: #f3b429;}
.hug-header-nav #hs_menu_wrapper_may2015 ul.active-branch li.active-branch > a{color: #f3b429;}
.hug-header-nav #hs_menu_wrapper_launch-menu ul.active-branch li.active-branch > a{color: #f3b429;}
.hug-header-nav #hs_menu_wrapper_AA-itBit-Trading ul.active-branch li.active-branch > a{color: #f3b429;}

.fixed-header{
    background-color: #fff;
    position: fixed;
    z-index: 100;
	right: 0;
	left: 0;
    top: 0;
	margin-right: auto;
	margin-left: auto;	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.fixed-logo{    
    position: fixed;
	z-index: 200;
	top: -3px;
    width: 60px;
    -webkit-transform: translateZ(0);
    transition: top 800ms;
    transition: width 800ms;
    
}

.menu-btn:focus,
.menu-btn:hover{outline: none;}

.bb-menu-btn:focus,
.bb-menu-btn:hover{outline: none;}

.paxos-menu-btn:focus,
.paxos-menu-btn:hover{outline: none;}

.mobile-menu ul li:hover{background-color: #333;}

.paxos-mobile-menu ul li:hover{background-color: #000;}

.bb-mobile-menu ul li:hover{background-color: #333;}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{border-bottom: none !important; text-overflow: clip !important;}
.hs-menu-wrapper a:hover{background: none; color: #f9be00;}

.paxos-mobile-menu .hs-menu-wrapper a:hover{background: none; color: #fff;}


.hug-hero {
  background: url(//cdn2.hubspot.net/hub/424565/file-2413272180-png/_itBit_Banner_Images/USlaunch-banner.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff; }

.hug-hero .container {
  padding: 40px 0; 
  }
  

  
.hug-ticker{
    background: rgb(51, 51, 51); /* Fallback for older browsers without RGBA-support */
    background: rgba(51, 51, 51, 0.5);
    color: #f0ba26; 
    padding: 3px 0 !important; 
    border-top: 1px solid #f9be00;
    border-bottom: 0px solid #f9be00; 
    font-family: 'Roboto', arial; 
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

.hug-ticker:hover {
    background: rgb(51, 51, 51); /* Fallback for older browsers without RGBA-support */
    background: rgba(51, 51, 51, 0.5);
    color: #f0ba26; 
    padding: 3px 0 !important; 
    border-top: 1px solid #f9be00;
    border-bottom: 0px solid #f9be00; 
    font-family: 'Roboto', arial; 
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

.hug-ticker .light{font-weight: 100; font-family: 'Robotobold', arial; color: #fff;}
.hug-ticker .color-dot{margin: 0 auto; position: relative; top: 1px; width: 10px; height: 10px;}
.hug-ticker ul{list-style: none; text-align: right; margin: 0 0 0 15%;}
.hug-ticker ul li{display: inline-block; margin-left: 1.5%;}
.hug-ticker ul li:first-child{margin-left: 0;}
.hug-ticker ul li:first-child{width: 90px;}
.hug-ticker select{margin-bottom: 5px; background-color: #434546; color: #fff; border: 1px solid #f0ba26; box-shadow: none; max-width: 150px; font-family: 'Robotolight', arial;}
.hug-ticker select option{background-color: #62625e;}
.hug-ticker p{margin-bottom: 0; margin-top: 10px; font-size: 1em;}
.hug-ticker strong{margin-left: 25px; padding-right: 2px; color: #f3b429 !important;}
.hug-ticker .byLine strong{color: #f3b429 !important;}
.hug-ticker .span12{max-height: 38px;}


select {
    padding:5px 5px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

button::-moz-focus-inner,
select::-moz-focus-inner,
*::-moz-focus-inner{
  border: 0;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:25px; line-height: 1;}
}

.hug-ticker label {position:relative}
.hug-ticker label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#eee;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:10px; top:7px;
    padding:0 0 2px;
    border-bottom:1px solid #434546;
    position:absolute;
    pointer-events:none;
}
.hug-ticker label:before {
    content:'';
    right: 2px;
    top: 1px;
    width: 20px;
    height: 28px;    
    background:#434546;
    position:absolute;
    pointer-events:none;
    display:block;
}

.hug-hero h1 {
  text-transform: none;
  font-weight: 500; 
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.hug-hero p {
  font-size: 1.2em;
  line-height: 1.6;
  width: 900px;
  max-width: 100%;
 }
 
 .hug-hero .btn-dark,
 .hug-hero .btn-holo{
    padding: 20px 60px;
    font-size: 1.3em    
 }



.hug-hero .form-wrapper {
  background-color: rgba(76, 79, 84, 0.7);
  border-radius: 10px;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px 30px; 
 }

.hug-hero .hs-form-required{display: none;}

.hug-hero form.hs-form input[type="text"],
.hug-hero input[type="email"]{
    border-radius: 15px;    
}

.hug-hero .form-wrapper h2 {
  color: #f3b429; 
  font-size: 2.5em;
  padding-bottom: 30px;
  }

.hug-hero .form-wrapper .form-dummy {
  height: 180px; }
#hs_cos_wrapper_my_hero_cta {
    text-shadow: none;
}
.btn-primary, .hs-button.primary,.btn-dark{
    background-color: #f3b429;
    background-image: none;
    border: none;
    color: #444;
    padding: 10px 35px;
    margin: 40px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;
    text-shadow: none;
    font-family: 'Roboto', arial !important;
    font-size: 0.8em;
    text-transform: uppercase;
}
.btn-primary:hover, .hs-button.primary:hover,.btn-dark:hover{opacity: .9;}
.btn-primary:hover{background-color: #E59A05; color: #222;}

.btn-dark{
    background-color: #333;    
    color: #fff;
}

.btn-holo{
    background: none;
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid #4a4c50;
    color: #4a4c50;    
    opacity:0.85;
    font-family: 'Roboto', arial !important;
}

.btn-dark:hover{background-color:#333; color: #fff;}
.btn-holo:holer{background-color: $fff; color: #4a4c50;}

.hug-dark-banner{
    background-color: #333;
    padding: 60px 20px !important;
    margin-top: 20px;
    color: #fff;
    margin-top: 0;
}

.hug-dark-banner h2{margin-bottom: 0; font-size: 3em;}
.hug-dark-banner p{; font-size: 1.5em; line-height: 1.5;}

.hug-icons h2 {
  font-size: 3em;
  color: #666a70;
  padding-top: 20px; }

.hug-icons .bold {
  font-family: 'robotoblack', arial; }

.hug-icons .lead_img{
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.hug-icons .lead_img img{margin-bottom: 10px;
}
.hug-icons .light {
  font-family: 'robotolight', arial;
  font-weight: 100; }

.hug-icons p {
  font-size: 1.5em;
  color: #a7a7a7;
  margin-bottom: 30px;
 }

.hug-icons .icons p {
  color: #f3b429;
  line-height: 1;
  }

.hug-theNew {
  background-color: #4c4f54;
  padding: 100px 0;
  color: #fff;
  border-bottom: 2px solid #f3b329;  
  }

.hug-theNew h2 {
  color: #f3b429; }

.hug-theNew p {
  font-size: 1.2em;
  line-height: 1.5; }

.hug-theNew .btn-primary{
    padding: 20px 60px;
    font-size: 1.3em;
}

.hug-blogArea h3{color: #f3b329; line-height: .5; font-size: 2.5em;}
.hug-blogArea h5{font-size: 1.5em; color: #858689;}
.hug-blogArea ul{list-style: none; margin-left: 0;}
.hug-blogArea ul li{
    float: left;
    padding: 30px 0;
    line-height: 1;
}
.hug-blogArea .feed-wrap{margin-top: 80px;}
.hug-blogArea .hs-rss-item.hs-with-featured-image .hs-rss-item-text{float: right; padding-right: 0; padding-left: 20px; width: 70%; line-height: 1.8;}
.hug-blogArea .hs-rss-item-image-wrapper{width: 30% !important;}
.hug-blogArea .hs-rss-title{display: inline-block; font-size: 1.2em; margin-bottom: 10px; line-height: 1.8;}
.hug-blogArea .hs-rss-item{width: 47%; float: left; min-height: 250px;}
.hug-blogArea .hs-rss-item:nth-child(even){margin-left: 6%;}

.market-news-container{padding: 50px 0;}

.block h3{display: none;}

.color-dot{
    display: block;
    width: 15px; 
    height: 15px; 
    border-radius: 100%;
    background-color: #f3b329;
}

.circle-seperator{margin:; 15px 0;}

.market-news-container .color-dot{
    margin: 0 auto;
    position: relative;
    top: -58px;    
}

.hug-content .container{margin-top: 40px;}

.sidebar{margin-top: 0; margin-bottom: 40px;}
.sidebar h3{border-bottom: none; font-color: #333333;}
.sidebar-box{padding: 10px 20px;}
.sidebar-box h3{color: #919295;}
.sidebar-cta {
    font-size: 24.5px !important;
    white-space: nowrap;
    font-weight: bold;
    padding: 20px 35px !important;
}

.dark-container{
    padding: 10px 20px 1px;
    background-color: #333;
    margin-top: 20px;
    border-radius: 3px;    
    color: #fff;    
}

.blog-sidebar .dark-container {border-top: 6px solid #f3b429 ;}
.blog-sidebar .dark-container {border-top: 6px solid #f3b429 ;}

.dark-container select{
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    }
    
.dark-container .hs-button.primary{display: block;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;


}

.dark-container label{display: none;}
.dark-container h3{line-height: 1; text-align:left; font-size: 24px;}
/*.dark-container form.hs-form input[type="email"]{min-height:5px !important; width:95%;}*/

.dark-container .special-list{background: none; margin-top: 0; padding-top: 0;}
.dark-container ul{margin-left: 10px;}
.dark-container ul li,.dark-container ul li a{color: #D3D3D3; transition-duration: .1s; margin: 10px 0; font-size: 1em;}
.dark-container ul li:hover,.dark-container ul li a:hover{
    border-width: 0.35em 0 0.35em 0.45em;
    color: #0091B2;
}
.dark-container .special-list {margin-bottom: 0;}
.dark-container .special-list ul li:before { border-color: transparent #8c8d8f;}
.dark-container label{color: #fff !important;}
.dark-container .hs-form.stacked .actions{margin: 0 !important; padding: 0 !important; padding-left:  0 !important; padding-right:  0 !important;}

.dark-container .hs-form.stacked .field{margin-bottom:0px !important;}

.dark-container .hs-form .hs-input, 
.dark-container .hs-form textarea.hs-input{width: 100%;}
/* the subscribe input*/
/*.dark-container #email-5a64c791-18c1-4024-8623-0611c5b4de76{width: 95%;} */

.dark-container input.primary{
    background-color: #f3b429;
    background-image: none;
    border: none !important;
    color: #444 !important;
    padding: 10px 35px;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    padding: 15px 0;
    font-size: 1.0em;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}
.dark-container input[type='submit']{
    padding-left:0 !important;
}
.dark-container input.primary:hover{
    box-shadow: none;
    
}

.categories-sidebar h3{margin-bottom: 0;}

ul.contact-list{
    list-style: none;
    margin-left: 0;
    margin-top:30px;
}

.contact-form-wrapper{
    padding: 0px;
    background-color: #f0f0f0;
    border-radius: 0px; 
    border-top: 2px solid #f9be00;
    border-bottom: 2px solid #f9be00;
    border-left: 2px solid #f9be00;
    border-right: 2px solid #f9be00;
    margin-bottom: 40px;
}


.contact-form-wrapper .hs-form-field{
    display: inline;
   
}

.contact-form-wrapper .hs-button.primary{display: block;}
.contact-form-wrapper label{color: #4b4e53; font-size: 18px; font-family: "roboto"; line-height: 1.5;}
.contact-form-wrapper h1{line-height: 1.5; text-align:left; font-size: 36px;}


.hs-contact-form-wrapper .hs-input, 

/* the subscribe input*/
/*.aa-form #email-5a64c791-18c1-4024-8623-0611c5b4de76{width: 95%;} */

.contact-form-wrapper .input{
    margin: 0 0 10px 0;
}

.contact-form-wrapper input.primary{
    background-color: transparent;
    background-image: none;
    color: #333 !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    margin: 20px !important auto 10px auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 1.0em;
    margin-top: 20px !important;
    font-family: 'Roboto',arial;
}

.contact-form-wrapper input.primary:hover,.hs-button.primary:hover {
    box-shadow: none;
    background-color: #333;
    background-image: none;
    color: #fff !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    margin: 20px auto 0 auto;
}



.contact-form-icg{
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 7px; 
    border-top: 3px solid #f9be00;
    border-bottom: 3px solid #f9be00;
    border-left: 3px solid #f9be00;
    border-right: 3px solid #f9be00;
    margin-bottom: 0px;
}

.contact-form-icg .hs-form-field{
    display: block;
    width: 45%;    
}

.contact-form-icg .hs-button.primary{display: block;
margin-top: 10px;


}
.contact-form-icg label{display: none;}
.contact-form-icg h1{line-height: 1.5; text-align:left; font-size: 36px;}

}


.contact-iframe{
    padding: 80px;
    border: none;
    overflow: show;
    min-height: 550px;
    max-width: 500px;
    width: 500px;    
}
.contact-iframe .customer_inner_widget{
    margin: 0;

}                                       
 
.post-body p,
.post-item p{line-height: 1.4;} 

.special-list{
    padding: 10px; 
    background-color: #f7f7f7; 
    border-radius: 4px; 
    max-width: 500px; 
    max-width: 100%;
    margin: 20px 0;
}

.blog-section .hs-featured-image{
    width: 250px;
    box-shadow: 0px 0px 0px rgba(0,0,0,.4);
    border-radius: 0px;   
    max-width: 100%;
}

.blog-section .post-body{
    border-bottom: 1px dashed #bcbbba;
    padding: 20px 0;
}

.blog-section .blog-title{
    margin-bottom: 0;
}

.blog-section .btn{margin-top: 0; font-family: 'Roboto', arial !important;}

.single-post .post-body{border-bottom: none;}

.byline{
    color: #999;
    font-family: 'Robotobold', arial
    font-size: 12px;
}

.post-listing .row-fluid:last-child{
    margin-bottom: 50px;
}

.post-listing .pagination-section {
    text-align: center;
    padding: 15px 0 15px;
}
.post-listing .pagination-section a {
    margin-left: 25px;
}
   

/*TEAM MEMBERS*/
.profile{
    width: 125px;
    max-width: 100%;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.3);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 1px rgba(0,0,0,.3);    
}

.team-members .member{
    border-bottom: 2px dashed #f1f1f1;  
}

.team-members .member-short{
    border-bottom: 2px dashed #f1f1f1;  
}

.team-members .member-short:last-child{
    margin-bottom: 20px;
}

.team-members .member:last-child{
    margin-bottom: 20px;
}

.member{margin-top: 20px;}

.team-members .member .bio{
    height: 80px;
    overflow: hidden;
    margin-bottom: 0px;
}


.read-more{margin-left: 15px;}
.read-more:hover{
    cursor: pointer;
    color: #107f99;
}
.read-more span:before { 
    content: "";
    border-color: transparent #333;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.board-members .row-fluid [class*="span"]{margin-left: 1.564102564%;}
.board-members h4{margin-top: 40px;}

.name-title{margin-bottom: 50px; font-size: 1.5em; color: #555;}

.hide{display: none;}
.superHide{display: none !important;}

#hs_menu_wrapper_my_footer_menu ul{margin-bottom: 0;}
#hs_menu_wrapper_my_footer_menu ul li a{color: #fff;}
#hs_menu_wrapper_my_footer_menu ul li a:first-child{padding-left: 0;}

.promotional-image{margin-top: 20px;}
.promotional-image img{ display: block; max-width: 100%; margin: 0 auto;}

/* Careers page */
.layoutArea ul li{line-height: .8;}

.hug-careers-banner{
   background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/parallax-banner-careers-city2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}


.sidebar-careers ul{list-style: none; margin-left: 0;}
.sidebar-careers ul h4{font-family: 'Roboto', arial; display: inline-block; font-size: 16px;}
.sidebar-careers ul p{margin-bottom: 0; font-family: 'Roboto', arial;}
.sidebar-careers ul p a{color: #0091B2;}
.sidebar-careers ul p a:hover{text-decoration: underline;}
.sidebar-careers ul span{display: inline-block; margin-bottom:20px;font-family: 'Roboto', arial;}

.careers-content{margin-bottom: 100px;}
.careers-content p{font-family: arial;}

.careers-content strong{font-family: 'Roboto',arial;}

.special-link{color: #0091B2;}
.special-link:hover{text-decoration: underline; display: inline-block;}

.main-topic-title{text-transform: capitalize;}

.feed-wrap .hs-rss-item-text{line-height: 1.5;}

  /*  BIG FOOTER */
.hug-bigFooter{
    background-color: #f3b429;
    margin-top: 20px;
    padding: 0px 0 15px;
}
.hug-bigFooter .side-social,
.hug-bigFooter .side-w-btn{padding: 20px 40px;}
.hug-bigFooter .side-social{color: #fff; border-left: 2px dashed #f6c66b; padding-top: 25px;}
.hug-bigFooter .side-social ul li{margin-left: 30px;}
.hug-bigFooter .side-social ul li:first-child{margin-left: 0;}
.hug-bigFooter .side-social img{width: 40px;}
.hug-bigFooter .side-w-btn .btn-dark{
    padding: 20px 40px;
    font-size: 1.3em;  
    text-shadow: none;
    margin-top: 0;
    font-family: 'Roboto', arial !important;
}

.cta{padding: 20px 50px;font-size: 1.3em;}

.copyright-text{color: grey;}














  /*  MEDIA QUERIES */
@media (max-width: 1280px){
    
    .board-members .row-fluid [class*="span"]{margin-left: 1%;}

}  

  
@media (min-width: 1201px){
.show-on-large{display: block;}
.hide-on-large{display: none;}
}

@media (max-width: 1200px){
  .show-on-large{display: block;}
  .hide-on-large{display: none;}    
  
  .hug-blogArea .hs-rss-item{min-height: 250px;}
}

@media (max-width: 1199px){
  .show-on-mid{display: block;}
  .hide-on-mid{display: none}

  /*.hug-header-nav ul{width: 90%}*/
  .hug-header-nav ul a{
    font-size: 1em;
   }
   
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{padding: 10px 9px;}   
 
 .hug-ticker{padding:3px 0 !important;}   
 .hug-ticker ul{margin: 0;}
 
 .hug-blogArea .hs-rss-item{width: 100%;}
 .hug-blogArea .hs-rss-item:nth-child(even){margin-left: 0%;}
 .hug-blogArea .hs-rss-item{min-height: 100px;} 
 
 .layoutArea ul li{line-height: 1;}
}
  
  
  
  /*.hug-dark-banner{margin-top: 40px;}
} */



@media (max-width: 769px){
    
    
    .board-members .row-fluid center{text-align: left;}
}

@media (min-width: 979px){    
    .span-w-extra-pad{ box-sizing: border-box; padding-right: 5%;}
    
}
@media (max-width:979px) and (min-width:601px){
    .hug-ticker{margin-top: 10px !important;}
}
@media (max-width:  979px){
    body{padding: 0;}    
    .hug{padding: 0 20px;}
    .hug-header-one{padding-top: 20px;}
    .hug-header-nav,
    .hug-header-nav .container{padding: 0;}    
    .hug-header-nav .menu-btn{margin-right: 20px;}
    .hug-header-nav .paxos-menu-btn{margin-right: 20px;}
    .hug-header-nav ul{margin-bottom: 0; width: 60%;}
    .hug-header-nav #hs_menu_wrapper_my_menu ul{margin-top: 0;}
    .hug-header-nav #hs_menu_wrapper_may2015 ul{margin-top: 0;}
    .hug-header-nav #hs_menu_wrapper_launch-menu ul{margin-top: 0; min-width: 445px;}
    ul.hs-menu-children-wrapper{width: 100%;}
        
    .hug-ticker{padding:12px 0 5px!important;}
    .hug-ticker ul{list-style: none; text-align: center; margin: 0;}
    .hug-ticker ul li{display: block; margin-left: 0;}
    .hug-ticker select{width: 80%; font-size: 1.5em;}
    .hug-ticker p{margin-bottom: 0; margin-top: 10px; font-size: 1.3em;}
    .hug-ticker strong{margin-left: 10px;}    
    .hug-ticker .byLine{display: block; padding: 5px 0;}
    .hug-ticker .span12{max-height: 100%;}
    .hug-ticker .color-dot{top: 10px;}    
    
    label:after {right: 16px !important;}
    label:before {right: 16px !important;}


    
    .hug-theNew{padding-top: 20px; padding-bottom: 20px;}         
    .hug-theNew img{margin-top: 50px; width: 100% !important;}    
    .hug-theNew .btn-primary{display: block; font-family: 'Roboto', arial !important;}
    
    .special-li{max-width: 150px; margin: 0 auto !important;}
    
    .videoWrapper{margin-top: 50px;}

    
    #hs_cos_wrapper_launch-header .hug-header-two .row {
        text-align: center;
    }
    #us-menu.hug-us-menu {
        display: none;
    }
    #us-menu.hug-aa-itbittrust-ctafooter {
        display: none;
    }
    #us-menu.span6 {
        display: none;
    }
    #us-menu.hug-ticker {
        display: none;
    }
    #start-trading-today .row a {
        margin: 0 0 10px 0 !important;
    }
    div.hug-imageless {
        background: #333;
    }
    div.hug-imagelesslight {
        background: #fff;
    }
    div.hug-imagelessgrey {
        background: #bababa;
    }
    
}
@media (min-width: 601px){
    .hug-header-nav .hide-on-large{display: none;}    
}

@media (max-width:  979px){
    .show-on-small{display: block}
    .hide-on-small{display: none !important;}    
    
    .hug-header-nav #hs_menu_wrapper_my_menu ul {margin: 0;}
    .hug-header-nav #hs_menu_wrapper_may2015 ul {margin: 0;}
    .hug-header-nav #hs_menu_wrapper_launch-menu ul {margin: 0;}
    
    .hug-ticker{margin-top: -12px;}
    
    .hug-dark-banner{margin-top: -12px;}
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{clear: both; width: 100%; border-bottom: 1px solid #616161; float: none; box-sizing: border-box;}
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-depth-2{clear: both; width: 100%;} 
    .hs-menu-depth-1:hover 
        
    .hug-hero{margin-top: -12px;}
    .mobile-logo{
      display: block; 
      width: 150px;
      max-width: 100%;
      margin: 0 auto;
    }
    
    .mobile-trading-logo{
      display: block; 
      width: 350px;
      max-width: 100%;
      margin: 0 auto;
    }
    
    .hug-hero{margin-top: -12px;}
    
    .hug-header-one{ padding-top: 0px;}
    
    
    
    .bb-mobile-menu ul{
      list-style: none; 
      background-color: #fff; 
      width: 100%;
      margin-top: 0;
    }
    .bb-mobile-menu ul li{padding: 10px 0;}
    
    .bb-mobile-menu ul li a{
      display: block;
      border-color: 1px solid #888;
      color: #333;
      padding:10px 0;
      padding-left: 10px
    }
    
    .bb-header-mobile-clearfix{
      background-color: #fff;
    }
    
    
    
    .mobile-menu ul{
      list-style: none; 
      background-color: #333; 
      width: 100%;
      margin-top: 0;
    }
    .mobile-menu ul li{padding: 10px 0;}
    
    .mobile-menu ul li a{
      display: block;
      border-color: 1px solid #888;
      color: #fff;
      padding:10px 0;
      padding-left: 10px
    }
    

    .paxos-mobile-menu ul{
      list-style: none; 
      background-color: #333; 
      width: 100%;
      margin-top: 0;
    }
    .paxos-mobile-menu ul li{padding: 10px 0;}
    
    .paxos-mobile-menu ul li a{
      display: block;
      border-color: 1px solid #888;
      color: #fff;
      padding:10px 0;
      padding-left: 10px
    }
    
    
    .header-mobile-clearfix{
      background-color: #333;
    }
    
    .menu-btn{
      padding: 10px 10px;
      font-size: 1.5em;
      background-color: #333;
      color: #f9b900;  
      margin-top: 10px;    
      border: 0px;
      margin-top: 0;
    }
    
    .paxos-menu-btn{
      padding: 10px 10px;
      font-size: 1.5em;
      background-color: #000;
      color: #017f99;  
      margin-top: 10px;    
      border: 0px;
      margin-top: 0;
    }
    
     .bb-menu-btn{
      padding: 10px 10px;
      font-size: 1.5em;
      background-color: #fff;
      color: #f9b900;  
      margin-top: 10px;    
      border: 0px;
      margin-top: 0;
    }
    
    .hug-footer .social-share{float: left}
    
    .hug-hero h1,
    .hug-hero p{text-align: center;}
    .hug-hero p{font-size: 1.2em;}
    
    .hug-icons p{line-height: 1.5;}
    
    .mobile-deep-menu{
        float: none;
        border-radius: 0 !important;
        position: static;
    }
      
    .hs-menu-depth-1.hs-item-has-children > a {
        padding-bottom: 20px !important;
    }
      
    .hug-header-nav .hs-menu-depth-1.hs-item-has-children > ul {
        position: static !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }
    .hug-header-nav .hs-menu-depth-2 {
        background-color: #2E3034 !important;
    }
    .hug-header-nav li.hs-menu-item.hs-menu-depth-1:first-child {
        padding-top: 0;
    }
    .hug-header-nav li.hs-menu-item.hs-menu-depth-1:last-child .hs-menu-depth-2:last-child {
        padding-bottom: 30px;
    }
    .hug-header-nav .hs-menu-depth-2 > a{
        padding: 0 0 0 35px !important;
    }
    
    .hug-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        display: block;
        max-width: 100%;
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
    }
    
    .footer-sitemap .row .footer-social-icons {
        float: none;
        margin-top: 25px;
    }
    
    .footer-social-icons {
        float: left;
        margin-top: 25px;
    }
    
    .footer-sitemap .row .footer-social-icons li {
        float: left !important;
    }

}

@media (max-width: 568px){    
    
    
    .show-on-xsmall{display: block;}
    .hug-footer .footer-social-icons{}
    
    .post-body .span4{margin-top: 20px;}
    
    .hug-footer{padding-top: 20px; padding-bottom: 20px;}
    .hug-footer .hs-menu-item a{display: block; text-align: center; background-color: #7D828C;margin-top: 5px; border-radius: 5px;}    
    .hug-footer .footer-social-icons{float: none; margin-top: 20px;}
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{
        background-color: #2E3034;
    }
        
}

@media (max-width: 509px){
    .hug-hero .btn-dark,
    .hug-hero .btn-holo{display: block;}
    
    
}


input[type="tel"] {min-height:40px;}

form.hs-form textarea{min-height:120px;}










/************* AUTHOR BIO *************/
.author-bio{
    padding-bottom: 0px;    
}
.author-bio h2{
  color: #333;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: none;
}

.author-bio p{
    width: 1200px !important;    
}

.author-bio .avatar{
    max-width: 200px;
    border: 1px solid #999;
    border-radius: 1px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;    
}

.author-bio ul{list-style: none;}
.author-bio ul li{display: inline-block; margin-right: 5px;}


/************* SECURITY BANNER *************/
.hug-security-banner{
   background: url('//cdn2.hubspot.net/hub/424565/file-2354520752-png/_itBit_Banner_Images/security-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}
.hug-security-banner h2 {color: #fff;}
.hug-security-banner h2 {color: #fff;}
.hug-security-banner p {
  font-size: 1.2em;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
 }


/************* GET STARTED BANNER *************/
.hug-getstarted-banner{
   background: url('//cdn2.hubspot.net/hub/424565/file-2355546241-png/_itBit_Banner_Images/getstarted-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

.hug-getstarted-banner h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 50px;
  text-shadow: none;
  color: #fff;
}

.hug-getstarted-banner h2 {
    font-family: 'Robotolight', sans-serif;
    font-size: 1.7em;
    line-height: 50px;
    color: #fff;
}
    
.hug-getstarted-banner p {
  font-size: 1.2em;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
 }


/************* ABOUT US BANNER *************/
.hug-aboutus-banner{
   background: url('//cdn2.hubspot.net/hub/424565/file-2359520217-png/_itBit_Banner_Images/aboutus-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}
.hug-aboutus-banner h2 {color: #fff;}


/************* OUR TEAM BANNER *************/
.hug-ourteam-banner{
   background: url('//cdn2.hubspot.net/hub/424565/file-2357342575-png/_itBit_Banner_Images/ourteam-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}
.hug-ourteam-banner h2 {color: #fff;}
.hug-ourteam-banner p {
  font-size: 1.2em;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
 }


/************* CONTACT US BANNER *************/
.hug-contactus-banner{
   background: url('//cdn2.hubspot.net/hub/424565/file-2355546236-png/_itBit_Banner_Images/contactus-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

.hug-contactus-banner background {opacity: 0.6;}

.hug-contactus-banner h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.8em;
  line-height: 45px;
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
  color: #fff;
}
    
.hug-contactus-banner h2 {color: #fff;}


/************* FEES BANNER *************/
.hug-fees-banner{
   background: url('//cdn2.hubspot.net/hub/424565/file-2352640353-png/_itBit_Banner_Images/fees-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}
.hug-fees-banner h2 {color: #fff;}


/************* OUR STORY BANNER *************/
.hug-ourstory-banner{
   background: url('//cdn2.hubspot.net/hub/424565/file-2358869134-png/_itBit_Banner_Images/ourstory-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}
.hug-ourstory-banner h2 {color: #fff;}


/************* USPRELAUNCH CONTAINER *************/

.hug-usprelaunch{
    border-top: 1px solid #f9be00;
    border-bottom: 1px solid #f9be00;
    background-color: #f0f0f0;
    padding-top: 50px; padding-bottom: 80px;}
    
    
/************* HERO NARROW BANNER *************/
.hug-heronarrow{
   background: url('//cdn2.hubspot.net/hub/424565/file-2371496826-png/heroimageNARROW.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}
.hug-heronarrow h2 {color: #fff;}

/************* US Launch BANNER *************/
.hug-uslaunch-hero{
   background: url('//cdn2.hubspot.net/hub/424565/file-2413272180-png/_itBit_Banner_Images/USlaunch-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 1px solid #f9be00;
}
.hug-uslaunch-hero h2 {color: #fff;}

/************* US Launch MENU *************/

.hug-us-menu{
    background-color: #ffffff; 
    color: #f0ba26; 
    padding: 0px 0 !important; 
    border-top: 0px solid #f9be00;
    border-bottom: 0px solid #f9be00; 
    font-family: 'Robotolight', arial;
    font-color: #333;
    font-size: 14px;
    position: relative;
}


 
 /************* Institutional HERO BANNER *************/
.hug-ihero{
   background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/institution-banner-HIGHDARK.jpg') no-repeat center center FIXED; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 1px solid #bcbbba;
}
.hug-ihero h2 {color: #fff;}
.hug-ihero h1 {
  text-transform: none;
  font-weight: 500; 
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
  letter-spacing: 1px;
}
.hug-ihero p {
  font-size: 1.2em;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
 }

/******* Anchors *******/
.anchors {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
 

/************* LightGrey BANNER *************/
.hug-lightgrey{
   background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/itBitCorporate-Light.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 1px solid #f9be00;
}
.hug-lightgrey h2 {color: #fff;}
.hug-lightgrey h1 {
  text-transform: none;
  font-weight: 500; 
  letter-spacing: 1px;
  margin-top: 40px;
}


/************* Content Syn BANNER *************/
.hug-contentbanner{
  background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/market-report-banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 1px solid #f9be00;
}
.hug-contentbanner h2 {color: #fff;}
.hug-contentbanner h1 {color: #fff;
  margin-top: 40px;
  text-transform: none;
  font-weight: 500; 
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
  letter-spacing: 1px;
}

/************* Content Syn BANNER MACRO 082015*************/
.hug-contentbanner-macro082015{
  background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/macro-banner-082015.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 1px solid #f9be00;
}
.hug-contentbanner-macro082015 h2 {color: #fff;}
.hug-contentbanner-macro082015 h1 {color: #fff;
  margin-top: 40px;
  text-transform: none;
  font-weight: 500; 
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
  letter-spacing: 1px;
}





/*****LANDING PAGE CONVERSION FORM*******/

.contact-form-content{
    padding: 0px;
    background-color: #f0f0f0;
    border-radius: 7px; 
    border-top: 2px solid #f9be00;
    border-bottom: 2px solid #f9be00;
    border-left: 2px solid #f9be00;
    border-right: 2px solid #f9be00;
    margin-bottom: 0px;
}

.contact-form-content .hs-form-field{
    display: block;
    width: 100%;    
}

.contact-form-content .hs-button.primary{display: block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.0em;
    text-align: center;
    padding: 10px 20px;
margin-top: 0px;

}
.contact-form-content label{display: none;}
.contact-form-content h3{color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
}

/*******FOOTER******/

.footer-sitemap {
    color: #f9be00;
}


.footer-sitemap {
  font-size: 1.0em;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
 }
 .footer-sitemap a {
  text-decoration: none;
  color: #ffffff; }

.footer-sitemap a:hover {
  text-decoration: none;
  color: #bcbbba; }
  
  .footer-social-icons li {
      float: right !important;
      padding: 0 5px !important;
      
      
 }   
 
 
 
/*********PAXOS FOOTER*********/



.paxos-footer-sitemap {
  font-family: 'Robotobold', sans-serif;
  font-size: 16px;
  color: #4DA5B7;
  line-height: 1.6;
  max-width: 100%;
 }
 
 
 .paxos-footer-sitemap a {
  text-decoration: none;
  color: #ffffff; }

.paxos-footer-sitemap a:hover {
  text-decoration: none;
  color: #e0e0e0; }
 
 
      
/*******BANKCHAIN SPLASH*****/

.bankchain-splash p {
  font-size: 0.9em;
  color: #777777;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
 }
      
  }
  
/****************************************************************************************************************************/  
/****************************************************************************************************************************/   
/****************************************************************************************************************************/   
/****************************************************************************************************************************/ 
/****************************************************************************************************************************/ 

/*************************************************    PROJECT AA-RDVARK   ****************************************************/

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

/*************************************************    AA-Content   ****************************************************/


 
.hug-aa-content h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 50px;
  text-shadow: none;
  color: #333;
}

.hug-aa-content h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 40px;
    color: #333;
}


.hug-aa-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #333;
}

.hug-aa-content h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
}

.hug-aa-content p {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  font-size: 1.0rem;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #333;
}

.hug-aa-content li {
    font-family: 'Robotolight', sans-serif !important;
    font-weight: 100;
    color: #000;
    line-height: 1.6;
    max-width: 100%;
}



.hug-aa-content p#CTA {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  font-size: 2.0em;
  color: #fff;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
}

.hug-aa-content p#hero {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.6em;
  color: #fff;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
}

.hug-aa-content .container {
  padding: 40px 0; 
}

.hug-aa-content .row {
  padding-bottom: 20px; 
}








/*************************************************    HERO IMAGE   ****************************************************/

.hug-trust-hero {
  background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/cityskyline-dark.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 5px solid #f9be00;
  color: #fff; }

.hug-trust-hero .container {
  padding: 60px 0; 
  } 

.hug-trust-hero h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.8em;
  line-height: 45px;
  text-shadow: none;
  color: #fff;
}
.hug-trust-hero h2 {
  font-family: 'Robotolight', sans-serif;
  font-weight: 100;
  font-size: 1.3em;
  letter-spacing: 1px;
  max-width: 700px;
  line-height: 35px;
  text-shadow: none;
  color: #fff;
}
.hug-trust-hero p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.2em;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #fff;
}

.hug-citybw-hero {
  background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/city-BW.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff; }

.hug-citybw-hero .container {
  padding: 80px 0; 
} 


.hug-trading {
  background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/east-skyline-darker.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 5px solid #f9be00;
  color: #fff; }

.hug-trading .container {
  padding: 40px 0; 
  } 

.hug-trading h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.8em;
  line-height: 45px;
  text-shadow: none;
  color: #fff;
}
.hug-trading h2 {
  font-family: 'Robotolight', sans-serif;
  font-weight: 100;
  font-size: 1.3em;
  letter-spacing: 1px;
  max-width: 700px;
  line-height: 35px;
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
    color: #fff;
}
.hug-trading h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
}
.hug-trading p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.2em;
  color: #000;
  line-height: 1.6;
  max-width: 100%;
  color: #fff;
}


.hug-gold {
  background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/gold-dark.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 2px solid #f9be00;
  color: #fff; }

.hug-gold .container {
  padding: 50px 0; 
  } 

.hug-gold h1 {
  font-family: 'Robotobold', sans-serif;
  font-weight: 100;
  font-size: 1.8em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: none;
  color: #fff;
}

.hug-gold h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}
.hug-gold p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.2em;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #fff;
}



.cc-gold {
  background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/gold-dark.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 2px solid #f9be00;
  color: #fff; }

.cc-gold .container {
  padding: 50px 0; 
  } 

.cc-gold h1 {
  font-family: 'Robotobold', sans-serif;
  font-weight: 100;
  font-size: 1.8em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: none;
  color: #fff;
}

.cc-gold h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 0px;
    line-height: 50px;
    color: #fff;
}

.cc-gold h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}
.cc-gold p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.2em;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #fff;
}


.cc-eb-dark {
  background: url(//cdn2.hubspot.net/hubfs/424565/_00_PAXOS/Euroclear-Bankchain-Dark-Banner.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 2px solid #d0202e;
  color: #fff; }

.cc-eb-dark .container {
  padding: 60px 0; 
  } 
  
.cc-eb-dark h1 {
  font-family: 'Robotobold', sans-serif;
  font-weight: 100;
  font-size: 1.8em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: none;
  color: #fff;
}

.cc-eb-dark h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 0px;
    line-height: 50px;
    color: #fff;
}

.cc-eb-dark h3 {
    font-family: 'Robotolight', sans-serif !important;
    font-weight: 100;
    font-size: 1.7em;
    text-transform: none;
    line-height: 45px;
    color: #fff;
}

.cc-eb-dark h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}
.cc-eb-dark p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.2em;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #fff;
}



.hug-aa-lightgrey{
   background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/itBitCorporate-Light2.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 2px solid #f9be00;
}
.hug-aa-lightgrey .container {
  padding: 80px 0; 
  }
  
.hug-aa-lightgrey h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 2.1em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: none;
  color: #333;
}

.hug-aa-lightgrey h2 {
    font-family: 'Robotolight', sans-serif;
    font-size: 1.8em;
    line-height: 50px;
    color: #333;
}

.hug-aa-lightgrey h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #333;
}

.hug-aa-lightgrey h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
}

.hug-aa-lightgrey p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #000;
  line-height: 1.6;
  max-width: 800px;
  max-width: 100%;
  color: #333;
}


.hug-aa-bcedu{
   background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/Bankchain-education.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 2px solid #f9be00;
}
.hug-aa-bcedu .container {
  padding: 80px 0; 
  }
  
.hug-aa-bcedu h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 2.1em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: none;
  color: #333;
}

.hug-aa-bcedu h2 {
    font-family: 'Robotolight', sans-serif;
    font-size: 1.6em;
    line-height: 50px;
    color: #333;
}

.hug-aa-bcedu h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #333;
}

.hug-aa-bcedu h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
}

.hug-aa-bcedu p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #333;
}



/*** Repository Header ***/

.hug-bb-repo{
   background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/Repository-Banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 1px solid #f9be00;
}
.hug-bb-repo .container {
  padding: 80px 0; 
  }
  
.hug-bb-repo h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 2.1em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: none;
  color: #333;
}

.hug-bb-repo h1 a{
  text-shadow: none;
  color: #333;
}

.hug-bb-repo h1 a:hover{
  text-shadow: none;
  color: #333;
}

.hug-bb-repo h2 {
    font-family: 'Robotolight', sans-serif;
    font-size: 1.6em;
    line-height: 50px;
    color: #333;
}

.hug-bb-repo h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #333;
}

.hug-bb-repo h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
}

.hug-bb-repo p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #333;
}

/*** Bankchain-Hero Header ***/

.hug-bb-bchero{
   background: url('//cdn2.hubspot.net/hubfs/424565/Bankchain-Hero-Banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 2px solid #f9be00;
}
.hug-bb-bchero .container {
  padding: 50px 0; 
  }
  

  
.hug-bb-bchero h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  font-size: 1.9em;
  letter-spacing: 1px;
  line-height: 65px;
  text-shadow: none;
  color: #000;
}
  
}

.hug-bb-bchero h1 a{
  text-shadow: none;
  color: #333;
}

.hug-bb-bchero h1 a:hover{
  text-shadow: none;
  color: #333;
}

.hug-bb-bchero h2 {
    font-family: 'Robotolight', sans-serif;
    font-size: 1.6em;
    line-height: 50px;
    color: #333;
}

.hug-bb-bchero h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #333;
}

.hug-bb-bchero h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #333;
}

.hug-bb-bchero p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #333;
}


/*** Bankchain-Repo-PAXOS Header ***/

.cc-bchero{
   background: url('//cdn2.hubspot.net/hubfs/424565/Bankchain-Hero-Banner.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 2px solid #f9be00;
}
.cc-bchero .container {
  padding: 50px 0; 
  }
  

  
.cc-bchero h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  font-size: 1.9em;
  letter-spacing: 1px;
  line-height: 65px;
  text-shadow: none;
  color: #000;
}
  
}

.cc-bchero h1 a{
  text-shadow: none;
  color: #333;
}

.cc-bchero h1 a:hover{
  text-shadow: none;
  color: #333;
}

.cc-bchero h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 0px;
    line-height: 50px;
    color: #000;
}

.cc-bchero h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #000;
}

.cc-bchero h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #000;
}

.cc-bchero p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
}






/***    Dark Header   ***/

.hug-aa-darkheader {
  background-color: #333; 
  border-bottom: 3px solid #f9be00;
}
.hug-aa-darkheader .container {
  padding: 40px 0; 
}

.hug-aa-darkheader .row {
  padding: 0px 0; 
}

.hug-aa-darkheader h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 2.1em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
  text-transform: uppercase;
  color: #FFF;
}

.hug-aa-darkheader h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 40px;
    color: #fff;
}

/** Trading Img Header **/

.hug-aa-tradingimg {
   background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/parallax-banner-numbersLARGE-CC.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

/** Careers Connection Header **/

.bb-careers-banner {
   background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/east-skyline-darker.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

.bb-careers-guys {
   background: url('//cdn2.hubspot.net/hubfs/424565/itBit-TechGuys2.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
}

.bb-careers-guys h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 2.1em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
  color: #FFF;
}

/*************************************************    FOOTERS   ****************************************************/

.hug-aa-footer {
  background: url(//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/east-skyline-darker.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff; }
  
.hug-aa-footer p#CTA {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 1.9em;
  color: #fff;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
}

.hug-aa-footer h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
}

.hug-aa-footer .container {
  padding: 40px 0; 
}
.header-hug-container {
    background-color: #000;
}

.hug-aa-itbittrust-footer {
  background-color: #e0e0e0;
  color: #444;
  border-top: 2px solid #444;  
  }

.hug-aa-itbittrust-footer .container {
  padding: 20px 0; 
}

.hug-aa-itbittrust-footer h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: none;
    line-height: 25px;
}

.aa-body {
    background-color: #e0e0e0;
    height: 100%;
}
.aa-bcbody {
    background-color: #333;
    height: 100%;
}
.aa-itbittrust-footer-menu {
  text-align: right;
}

.cc-paxos-menu {
  text-align: right;
}

.aa-itbittrust-footer-menu a{
  color: #333;
  font-family: 'Roboto', arial
  font-weight: 700 !important;
  font-size: 15px;
  text-transform: uppercase;
}

.cc-paxos-menu a{
  color: #fff;
  font-family: 'Roboto', arial
  font-weight: 700 !important;
  font-size: 15px;
  text-transform: uppercase;
}

.aa-itbit-header-logo {
    padding: 10px 0px !important;
    max-width: 150px;
    float: left;
    margin: 10px 20px !important;
}


@media (min-width: 980px){ 
    .aa-itbittrust-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        max-width: 250px !important;
    }

    .cc-paxos-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        max-width: 250px !important;
    }
    
    .aa-itbit-trading-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        max-width: 250px !important;
    }
    .bb-mobile-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        max-width: 250px !important;
    }
}

@media (min-width: 601px) and (max-width: 979px){ 
    .aa-itbittrust-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        max-width: 250px !important;
        font-size: 14px !important;
    }

    .cc-paxos-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        max-width: 250px !important;
        font-size: 14px !important;
    }
    
    .aa-itbit-trading-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        max-width: 250px !important;
        font-size: 14px !important;
    }
    .bb-mobile-menu{
        text-align: center !important;
        padding-top: 30px;
    }
}
@media (max-width: 768px) {
    .aa-itbit-header-logo {
        text-align: center;
    }
    .aa-itbittrust-footer-menu{
        text-align: center;
    }

    .cc-paxos-menu{
        text-align: center;
    }
    
    .aa-itbit-trading-menu{
        text-align: center !important;
        padding-top: 30px;
    }
    .bb-mobile-menu{
        text-align: center !important;
        padding-top: 30px;
    }
    .hug-aa-itbittrust-footer{
        text-align: left;
    }
}

.aa-itbittrust-footer-menu a:hover{
  color: #bcbbba;
  font-family: 'Robotobold', arial
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.cc-paxos-menu a:hover{
  color: #999;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.aa-itbit-trading-menu {
  text-align: right;
}

.aa-itbit-trading-menu a{
  color: #fff;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
}

.aa-itbit-trading-menu a:hover{
  color: #f9be00;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.hug-aa-itbittrust-ctafooter {
  background-color: #f9be00;
  color: #333; 
  }
  
  
.hug-aa-itbittrust-ctafooter a {
  color: #fff;
  }
  
.hug-aa-itbittrust-ctafooter a:hover {
  color: #66B2C1;
  }

.hug-aa-itbittrust-ctafooter h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
}

.hug-aa-itbittrust-ctafooter .container {
  padding: 20px 0; 
}

.bb-repository-footer-menu a{
  color: #fff;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
}
.bb-repository-footer-menu a:hover{
  color: #f9be00;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.aa-bankchain-footer-menu a{
  color: #fff;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
}
.aa-bankchain-footer-menu a:hover{
  color: #f9be00;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.paxos-footer-menu a{
  color: #fff;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
}
.paxos-footer-menu a:hover{
  color: #4DA5B7;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}



.aa-yellowheader {
    background-color: #f9be00;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.aa-blog-title h2 {
    font-family: 'Robotolight', sans-serif;
    font-size: 1.2em;
    line-height: 30px;
    color: #333;
}
.aa-blog-title h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 30px;
    color: #333;
}

/*************************************************    BUTTONS   ****************************************************/


.btn-px-blue {
  background-color: transparent;
  background-image: none;
  color: #017f99;
  font-family: 'Robotobold', sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 5px 1px;
  border-radius: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 7px solid #017f99;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Robotobold', sans-serif !important;
    font-size: 16px;
  }

.btn-px-blue:hover{
    background-color: transparent;
    border-bottom: 7px solid #000;
    opacity: 0.9;
}
.btn-px-blue:active {
    background-color: transparent;
    border-bottom: 7px solid #000;
    opacity: 0.9;
}

.btn-px-blue:focus {
    background-color: transparent;
    border-bottom: 7px solid #000;
    opacity: 0.9;
}

.btn-px-black {
  background-color: transparent;
  background-image: none;
  color: #000;
  font-family: 'Robotobold', sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 5px 1px;
  border-radius: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 7px solid #000;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Robotobold', sans-serif !important;
    font-size: 16px;
  }

.btn-px-black:hover{
    background-color: transparent;
    color: #017f99;
    border-bottom: 7px solid #017f99;
    opacity: 0.9;
}
.btn-px-black:active {
    background-color: transparent;
    color: #017f99;
    border-bottom: 7px solid #017f99;
    opacity: 0.9;
}

.btn-px-black:focus {
    background-color: transparent;
    color: #017f99;
    border-bottom: 7px solid #017f99;
    opacity: 0.9;
}




.btn-px-white {
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-family: 'Robotobold', sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 5px 1px;
  border-radius: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 7px solid #fff;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Robotobold', sans-serif !important;
    font-size: 16px;
  }

.btn-px-white:hover{
    background-color: transparent;
    color: #4DA5B7;
    border-bottom: 7px solid #4DA5B7;
    opacity: 0.9;
}
.btn-px-white:active {
    background-color: transparent;
    color: #017f99;
    border-bottom: 7px solid #017f99;
    opacity: 0.9;
}

.btn-px-white:focus {
    background-color: transparent;
    color: #017f99;
    border-bottom: 7px solid #017f99;
    opacity: 0.9;
}




.btn-px-eb {
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-family: 'Robotobold', sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 5px 1px;
  border-radius: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 7px solid #fff;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Robotobold', sans-serif !important;
    font-size: 16px;
  }

.btn-px-eb:hover{
    background-color: transparent;
    color: #de2b39;
    border-bottom: 7px solid #de2b39;
    opacity: 0.9;
}
.btn-px-eb:active {
    background-color: transparent;
    color: #de2b39;
    border-bottom: 7px solid #de2b39;
    opacity: 0.9;
}

.btn-px-eb:focus {
    background-color: transparent;
    color: #e2414e;
    border-bottom: 7px solid #e2414e;
    opacity: 0.9;
}




.btn-aabtn {
  background-color: transparent;
  background-image: none;
  color: #333;
  font-family: 'Robotobold', sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 1px;
  border-style: solid;
  border-width: 3px;
  border-color: #f9be00;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Robotobold', sans-serif !important;
    font-size: 16px;
  }

.btn-aabtn:hover{
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}
.btn-aabtn:active {
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}

.btn-aabtn:focus {
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}


.hs-aa.button.primary{
    background-color: #f9be00;
    background-image: none;
    border: none;
    color: #444;
    padding: 5px 35px;
    margin: 40px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Roboto', arial !important;
}
.hs-aa.button.primary:hover{opacity: .6;}

.btn-aa-bcbtn {
  background-color: transparent;
  background-image: none;
  color: #333;
  font-family: 'Robotobold', sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 1px;
  border-style: solid;
  border-width: 3px;
  border-color: #333;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
  }

.btn-aa-bcbtn:hover{
    background-color: transparent; 
    border-color: #777;
    color: #777;
    opacity: 1;
}
.btn-aa-bcbtn:active {
    background-color: #fff; 
    border-color: #333;
    color: #fff;
    opacity: .9;
}

.btn-aa-bcbtn:focus {
    background-color: #fff; 
    border-color: #333;
    color: #fff;
    opacity: .9;
}



.btn-aa-ybtn {
  background-color: transparent;
  background-image: none;
  color: #f9be00;
  font-family: 'Robotobold', sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 1px;
  border-style: solid;
  border-width: 3px;
  border-color: #f9be00;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
  }

.btn-aa-ybtn:hover{
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}
.btn-aa-ybtn:active {
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}

.btn-aa-ybtn:focus {
    background-color: #f9be00; 
    border-color: #f9be00;
    color: #333;
    opacity: .9;
}

.bankchain-i {
 display:block;
 background:transparent url('twitterbird.png') center top no-repeat;
}

.bankchain-image:hover {
   background-image: url('twitterbird_hover.png');
}



/*************************************************    FORMS   ****************************************************/

.aa-form{
    padding: 0px;
    background-color: #f0f0f0;
    border-top: 4px solid #f9be00;
    border-bottom: 4px solid #f9be00;
    border-left: 4px solid #f9be00;
    border-right: 4px solid #f9be00;
    margin-bottom: 10px;
}

.aa-form .hs-form-field{
    display: block;
   
}

.aa-form .hs-button.primary{display: block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.0em;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 0px;

}


/* the subscribe input*/
/*.aa-form #email-5a64c791-18c1-4024-8623-0611c5b4de76{width: 95%;} */

.aa-form input.primary{
    background-color: #f3b429;
    background-image: none;
    border: none !important;
    color: #444 !important;
    padding: 10px 35px;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 15px 0;
    font-size: 1.0em;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}

.aa-form input.primary:hover{
    box-shadow: none;
    
}

.aa-form label{display: none;}
.aa-form h3{color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
}

/* Blog Form */

.aa-form #hs_form_target_my_form > form {
    margin-top: 20px;
}
.aa-form #hs_form_target_my_form input[type="submit"] {
    width: initial !important;
}
.aa-form #hs_form_target_my_form .actions {
    padding: 0;
}

/* LEADIN PLUGIN Form Styling */

.leadin-subscribe{
    padding: 10px;
    background-color: #f0f0f0;
    border-top: 6px solid #f9be00;
    border-bottom: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    margin-bottom: 10px;
}

.leadin-subscribe .hs-form-field{
    display: block;
    width: 100%;    
}

.leadin-subscribe .hs-button.primary{display: block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1em;
    text-align: center;
    padding: 12px 35px;
    text-transform: uppercase;
    margin-top: 0px;

}

.leadin-subscribe .special-list {margin-bottom: 0;}
.leadin-subscribe .special-list a {color: #333;}
.leadin-subscribe .special-list ul li:before { border-color: transparent #8c8d8f;}
.leadin-subscribe .special-list{background: none; margin-top: 0; padding-top: 0;}
.leadin-subscribe ul{margin-left: 10px;}
.leadin-subscribe ul li,.dark-container ul li a{color: #D3D3D3; transition-duration: .1s; margin: 10px 0; font-size: 1em;}
.leadin-subscribe ul li:hover,.aa-bcform ul li a:hover{
    border-width: 0.35em 0 0.35em 0.45em;
    color: #0091B2;
}
.leadin-subscribe .special-list ul{list-style: none;}
    
.leadin-subscribe .special-list ul li:before { 
    content: "";
    border-color: transparent #f3b429;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.leadin-subscribe .special-list ul li {line-height: 1.2em !important;}

.hs-bcform .hs-input, 
.leadin-subscribe .hs-form textarea.hs-input{width: 100%;}

/* the subscribe input*/
/*.aa-form #email-5a64c791-18c1-4024-8623-0611c5b4de76{width: 95%;} */

.leadin-subscribe input.primary{
    background-color: transparent;
    background-image: none;
    color: #333 !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 1.0em;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}

.leadin-subscribe input.primary:hover,.hs-button.primary:hover {
    box-shadow: none;
    background-color: #333;
    background-image: none;
    color: #fff !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    margin: 10px auto 0 auto;
}

.leadin-subscribe label{display: none;}
.leadin-subscribe h3{color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
}

/* Bankchain Blog Subscribe FOOTER Form */

.aa-bcfooterform{
    padding: 10px;
    background-color: #f0f0f0;
    border-top: 6px solid #f9be00;
    border-bottom: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    margin-bottom: 0px;
}

.aa-bcfooterform .hs-form-field{

    width: 70%;
    float: left;
    margin-top: 7px;
}

@media (max-width:  1199px){
    
    .aa-bcfooterform .hs-form-field{
    width: 100%;
    float: center;

    }
}

.aa-bcfooterform .hs-button.primary{
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em;
    text-align: center;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 0px;

}

.hs-bcfooterform .hs-input, 
.aa-bcfooterform .hs-form textarea.hs-input{width: 100%;}

/* the subscribe input*/
/*.aa-form #email-5a64c791-18c1-4024-8623-0611c5b4de76{width: 95%;} */

.aa-bcfooterform input.primary{
    background-color: #333;
    background-image: none;
    color: #fff !important;
    padding: 10px 30px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 0.9em;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}

.aa-bcfooterform input.primary:hover,.hs-button.primary:hover {
    box-shadow: none;
    background-color: #555;
    background-image: none;
    color: #fff !important;
    padding: 10px 30px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #555;
    margin: 10px auto 0 auto;
}

.aa-bcfooterform label{display: none;}
.aa-bcfooterform h3{color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
}


/* Bankchain Blog Featured Image  */


.bb-featured-image {
    padding: 0px;
    padding-left:0px;
    padding-right:0px;
    background-color: #f0f0f0;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    margin-bottom: 0px;
    max-width: 100%;
}

/* Bankchain Blog Social Sharing  */


.bb-social{
    padding: 5px;
    padding-left:10px;
    padding-right:10px;
    background-color: #f0f0f0;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    margin-bottom: 0px;
    max-width: 100%;
}

.bb-social .hs-blog-social-share-list{
    text-align: center;
    margin: 0px;
    padding-top: 5px;
}


.bb-social li.hs-blog-social-share-item.hs-blog-social-share-item-facebook{
    margin-top: -5px;
}


.bb-social-e {
    padding: 5px;
    padding-left:10px;
    padding-right:10px;
    background-color: #f0f0f0;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    margin-bottom: 0px;
    max-width: 100%;
}

.bb-social-e .hs-blog-social-share-list{
    text-align: center;
    margin: 0px;
    padding-top: 5px;
}


.bb-social-e li.hs-blog-social-share-item.hs-blog-social-share-item-facebook{
    margin-top: 0px;
}



/* Bankchain Form */

.aa-bcform{
    padding: 10px;
    background-color: #f0f0f0;
    border-top: 6px solid #f9be00;
    border-bottom: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    margin-bottom: 10px;
}

.aa-bcform .hs-form-field{
    display: block;
    width: 100%;    
}

.aa-bcform .hs-button.primary{display: block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1em;
    text-align: center;
    padding: 12px 35px;
    text-transform: uppercase;
    margin-top: 0px;

}

.aa-bcform .special-list {margin-bottom: 0;}
.aa-bcform .special-list a {color: #333;}
.aa-bcform .special-list ul li:before { border-color: transparent #8c8d8f;}
.aa-bcform .special-list{background: none; margin-top: 0; padding-top: 0;}
.aa-bcform ul{margin-left: 10px;}
.aa-bcform ul li,.dark-container ul li a{color: #D3D3D3; transition-duration: .1s; margin: 10px 0; font-size: 1em;}
.aa-bcform ul li:hover,.aa-bcform ul li a:hover{
    border-width: 0.35em 0 0.35em 0.45em;
    color: #0091B2;
}
.aa-bcform .special-list ul{list-style: none;}
    
.aa-bcform .special-list ul li:before { 
    content: "";
    border-color: transparent #f3b429;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.aa-bcform .special-list ul li {line-height: 1.2em !important;}

.hs-bcform .hs-input, 
.aa-bcform .hs-form textarea.hs-input{width: 100%;}

/* the subscribe input*/
/*.aa-form #email-5a64c791-18c1-4024-8623-0611c5b4de76{width: 95%;} */

.aa-bcform input.primary{
    background-color: transparent;
    background-image: none;
    color: #333 !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 1.0em;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}

.aa-bcform input.primary:hover,.hs-button.primary:hover {
    box-shadow: none;
    background-color: #333;
    background-image: none;
    color: #fff !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    margin: 10px auto 0 auto;
}

.aa-bcform label{display: none;}
.aa-bcform h3{color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
}



/* PAXOS FORM */

.cc-pform{
    padding: 10px;
    background-color: #f0f0f0;
    border-top: 6px solid #017f99;
    border-bottom: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    margin-bottom: 10px;
}

.cc-pform .hs-form-field{
    display: block;
    width: 100%;    
}

.cc-pform .hs-button.primary{display: block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1em;
    text-align: center;
    padding: 12px 35px;
    text-transform: uppercase;
    margin-top: 0px;

}

.cc-pform .special-list {margin-bottom: 0;}
.cc-pform .special-list a {color: #333;}
.cc-pform .special-list ul li:before { border-color: transparent #8c8d8f;}
.cc-pform .special-list{background: none; margin-top: 0; padding-top: 0;}
.cc-pform ul{margin-left: 10px;}
.cc-pform ul li,.dark-container ul li a{color: #D3D3D3; transition-duration: .1s; margin: 10px 0; font-size: 1em;}
.cc-pform ul li:hover,.aa-bcform ul li a:hover{
    border-width: 0.35em 0 0.35em 0.45em;
    color: #0091B2;
}
.cc-pform .special-list ul{list-style: none;}
    
.cc-pform .special-list ul li:before { 
    content: "";
    border-color: transparent #f3b429;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.cc-pform .special-list ul li {line-height: 1.2em !important;}

.hs-pform .hs-input, 
.cc-pform .hs-form textarea.hs-input{width: 100%;}

/* the subscribe input*/
/*.aa-form #email-5a64c791-18c1-4024-8623-0611c5b4de76{width: 95%;} */

.cc-pform input.primary{
    background-color: transparent;
    background-image: none;
    color: #333 !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 1.0em;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}

.cc-pform input.primary:hover,.hs-button.primary:hover {
    box-shadow: none;
    background-color: #333;
    background-image: none;
    color: #fff !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #333;
    margin: 10px auto 0 auto;
}

.cc-pform label{display: none;}
.cc-pform h3{color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
}







/* Subscribe Form on Footer of Blog Posts */

.aa-blogform{
    padding: 10px;
    background-color: transparent;
    border-top: 0px solid #f9be00;
    border-bottom: 0px solid #f9be00;
    border-left: 0px solid #f9be00;
    border-right: 0px solid #f9be00;
    margin-bottom: 10px;
}

.aa-blogform .hs-form-field{
    display: block;
    width: 100%;    
}

.aa-blogform .hs-button.primary{display: block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.0em;
    text-align: center;
    padding: 12px 35px;
    text-transform: uppercase;
    margin-top: 0px;

}
.hs-blogform .hs-input, 
.aa-blogform .hs-form textarea.hs-input{width: 100%;}

.aa-blogform .email-5a64c791-18c1-4024-8623-0611c5b4de76{
    width: 80%;
    float: left;
}

.aa-blogform .email-437e4c7d-19f2-4997-afe6-2ad4cff665a4{
    width: 80%;
    float: left;
    
}


.aa-blogform .email-dc7e204d-6244-4bf3-9553-73e712f9333e{
    width: 80%;
    float: left;
    
}


.aa-blogform input.primary{
    background-color: transparent;
    background-image: none;
    color: #f9be00 !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #f9be00;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 1.0em;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}

.aa-blogform input.primary:hover,.hs-button.primary:hover {
    box-shadow: none;
    background-color: #f9be00;
    background-image: none;
    color: #333 !important;
    padding: 12px 35px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 3px;
    border-color: #f9be00;
    margin: 10px auto 0 auto;
}

.aa-blogform label{display: none;}
.aa-blogform h3{color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    text-align: center;
    line-height: 45px;
}




.shadow {
-moz-box-shadow: 1px 1px 3px 1px #404040;
-webkit-box-shadow: 1px 1px 3px 1px #404040;
}

.gateway-nav {
    text-align: right;
}

.gateway-nav a{
  color: #f0f0f0;
  font-family: 'Roboto', arial
  text-transform: uppercase;
  line-height: 25px;
}

.gateway-nav a:hover{
  color: #f9be00;
  font-family: 'Roboto', arial
  text-transform: uppercase;
  line-height: 25px;
  text-decoration: none;
}

.gateway-nav h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    text-transform: uppercase;
    line-height: 15px;

}

.btn-gatewaynav {
  background-color: transparent;
  background-image: none;
  color: #f0f0f0;
  font-family: 'Roboto', arial
  text-transform: uppercase;
  line-height: 25px;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 5px 10px;
  border-radius: 1px;
  border-style: solid;
  border-width: 2px;
  border-color: #f9be00;
    margin:  auto 0 auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    text-shadow: none;
    font-family: 'Roboto', arial;
    font-size: 16px;
  }

.btn-gatewaynav:hover{
    background-color: transparent; 
    border-color: #f9be00;
    color: #f9be00;
    opacity: .9;
}
.btn-gatewaynav:active {
    background-color: transparent; 
    border-color: #f9be00;
    color: #f9be00;
    opacity: .9;
}

.btn-gatewaynav:focus {
    background-color: transparent; 
    border-color: #f9be00;
    color: #f9be00;
    opacity: .9;
}


/************** Press Blog ******************/
.hug-press-banner{
   background: url('//cdn2.hubspot.net/hubfs/424565/_itBit_Banner_Images/parallax-banner-press-large.jpg') no-repeat center center fixed; 
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 5px solid #f9be00;
  color: #fff; }

.hug-press-banner .container {
  padding: 40px 0; 
} 


.press-content{margin-bottom: 100px;}
.press-content p{font-family: arial;}

.press-content strong{font-family: 'Roboto',arial;}
.press-content h3 {
    font-size: 26px;
    margin-bottom: 26px;
}


.press-item {
    margin-bottom: 30px;
}
.press-item-image {
    display: inline-block;
}
.press-item-image img {
    width: 75px;
}
.press-item-text {
    display: inline-block;
    max-width: 600px;
    padding-left: 25px;
    vertical-align: top;
    width: 74%;
}
.press-item-title {
    margin-bottom: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.press-item-title a {
    color: #0092b4;
    font-size: 18px;
    font-weight: 500;
}

.press-item-text .byline{margin-bottom: 5px;}

.press-item-body {
    line-height: 17px;
    font-size: 13px;
    color: #4d5054;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.sidebar-press a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #0092b4;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.sidebar-press p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.sidebar-press p a {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #0092b4;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
}
.sidebar-press img {
    width: 150px;
    margin: 5px 0 20px;
}

.press-kit-container .hs_cos_wrapper {
display: inline;
}
.press-kit-item {
    width: 380px;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    margin-bottom: 55px;
}
.press-kit-image {
    margin-bottom: 30px; 
}
.press-kit-image img {
    max-height: 100px;
}
.press-kit-text h4 {
    margin: 0;
    font-size: 20px;
}
.press-kit-text p {
    font-size: 14px;
    font-weight: 600;
}
.press-kit-downloads a {
    color: #0092b4;
    font-size: 14px;
    font-weight: 500;
}
.press-kit-downloads a:nth-of-type(2) {
    border-left: 1px solid #4d5054;
    padding-left: 4px;
}
.press-kit-downloads a:empty {
    border: none !important;
    padding-left: 0 !important;
}
.download-all-btn {
    text-align: center;
    display: block;
}
.download-all-btn a {
    padding: 11px 13px;
    display: inline-block;
    background: #f8be15;
    border-radius: 3px;
    color: #4c4f55;
}
.download-all-btn p {
    margin: 3px 0 0 0;
    font-size: 12px;
}
@media(max-width: 1200px) {
    .press-kit-item {
        width: 308px;
    }
}
@media(max-width: 980px) {
    .press-kit-container {
        text-align: center;
    }
    .press-item-text {
        width: 50%;
    }
}
@media(max-width: 768px) {
    .press-kit-container {
        text-align: left;
    }
}
@media(max-width: 658px) {
    .press-kit-container {
        text-align: center;
    }
}

@media(max-width: 380px){
    .hug-bigFooter .side-social{ border: none;}
    .hug-bigFooter .side-social .inline-list li{ display: inline-block; margin-left: 0 !important; margin-top: 10px;}    
}


@media screen and (min-width: 768px){
   .rwd-break { display: none; }
}

/*************************************************    BLOG   ****************************************************/

.blog-body {
    max-width: 800px;
}


/** Educations page **/
.hug-education-banner{
    background: url('//cdn2.hubspot.net/hub/424565/file-2366762510-png/Educations_Page/education-banner.png') no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;ƒ
    background-size: cover;    
}
.hug-education-banner img{max-width: 100%; width: 150px;}

.education-content{margin-top: 25px ;}
.education-content center a{color: #0092B4;}




.sidebar-blog-ad{margin-top: 20px;}

.special-devide{width: 100%; margin: 0 auto; border-top: 1px solid #bcbbba; margin-top: 20px; margin-bottom: 20px;}

.special-devide-small{width: 100%; margin: 0 auto; border-top: 1px solid #bcbbba; margin-top: 20px; margin-bottom: 30px;}

.special-veritcal-divider{
    display: inline-block;
    width: 0px;
    height: 100%;
    border-right: 1px solid #fafafa;
    border-left: 1px solid #bcbbba;
    padding: 0;
    position: relative;
    top: 0px;
    float: center;
}


.hug-cc-paxos{
   background: #000000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 8px solid #017f99;
}
.hug-cc-paxos .container {
  padding: 80px 0; 
  }
  
.hug-cc-paxos h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  font-size: 2.9em;
  letter-spacing: 1px;
  line-height: 65px;
  text-shadow: none;
  color: #fff;
}

.hug-cc-paxos h1 a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  font-size: 2.9em;
  letter-spacing: 1px;
  line-height: 65px;
  text-shadow: none;
  color: #fff;
}

.hug-cc-paxos h1 a:hover{
  text-shadow: none;
  color: #fff;
}

.hug-cc-paxos h2 {
    font-family: 'Robotolight', sans-serif;
    font-size: 1.6em;
    line-height: 50px;
    color: #fff;
}

.hug-cc-paxos h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #fff;
}

.hug-cc-paxos h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}

.hug-cc-paxos p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #fff;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #fff;
}



.hug-cc-paxos2{
   background: url('//cdn2.hubspot.net/hubfs/424565/_00_PAXOS/letter-texture-background-1.png') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 8px solid #017f99;
}
.hug-cc-paxos2 .container {
  padding: 80px 0; 
  }
  
.hug-cc-paxos2 h1 {
  font-family: 'Karla', sans-serif;
  font-weight: 100;
  font-size: 2.1em;
  letter-spacing: 2px;
  line-height: 45px;
  text-shadow: none;
  color: #fff;
}

.hug-cc-paxos2 h1 a{
  text-shadow: none;
  color: #fff;
}

.hug-cc-paxos2 h1 a:hover{
  text-shadow: none;
  color: #fff;
}

.hug-cc-paxos2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 0px;
    line-height: 50px;
    color: #fff;
}

.hug-cc-paxos2 h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #fff;
}

.hug-cc-paxos2 h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}

.hug-cc-paxos2 p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #fff;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  color: #fff;
}


.hug-cc-paxos3{
   background: #fff; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top: none;
  border-bottom: 8px solid #017f99;
}
.hug-cc-paxos3 .container {
  padding: 80px 0; 
  }
  
.hug-cc-paxos3 h1 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  font-size: 2.9em;
  letter-spacing: 1px;
  line-height: 65px;
  text-shadow: none;
  color: #000;
}

.hug-cc-paxos3 h1 a{
  text-shadow: none;
  color: #000;
}

.hug-cc-paxos3 h1 a:hover{
  text-shadow: none;
  color: #000;
}

.hug-cc-paxos3 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    letter-spacing: 0px;
    color: #000;
}

.hug-cc-paxos3 h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 25px;
    color: #000;
}

.hug-cc-paxos3 h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 25px;
    color: #000;
}

.hug-cc-paxos3 p {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100;
  font-size: 1.1em;
  color: #000;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
}

.hug-cc-paxos3 li {
  font-family: 'Robotolight', sans-serif !important;
  font-weight: 100 !important; 
  font-size: 1.1em;
  color: #000;
  max-width: 100%;
}





/*************************************************                     ****************************************************/
/*************************************************         BB          ****************************************************/
/*************************************************                     ****************************************************/
/*************************************************    BANKCHAIN BLOG   ****************************************************/

/* Bankchain Blog Subscribe Form */

.bb-bcblogform {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    border-top: 0px solid #d8d8d8;
    border-bottom: 0px solid #d8d8d8;
    border-left: 0px solid #d8d8d8;
    border-right: 0px solid #d8d8d8;
    margin: 0 auto;
}

.bb-bcblogform .hs-form-field{

    width: 50%;
    float: left;
    padding-top: 0px !important;
}

.bb-bcblogform .hs-button.primary{
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.8em;
    text-align: center;
    padding: 4px 10px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 10px;

}

.bb-bcblogform .hs-input, 
.bb-bcblogform .hs-form textarea.hs-input{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;


}


/* the subscribe input*/
/*.aa-form #email-5a64c791-18c1-4024-8623-0611c5b4de76{width: 95%;} */

.bb-bcblogform input.primary{
    background-color: #999;
    background-image: none;
    color: #fff !important;
    font-size: 0.8em;
    text-align: center;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px;
    border-color: #333;
    margin: 0px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}

.bb-bcblogform input.primary:hover,.hs-button.primary:hover {
    box-shadow: none;
    background-color: #999;
    background-image: none;
    color: #fff !important;
    padding: 4px 10px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px;
    border-color: #555;
    margin: 0px auto 0 auto;
    margin-left: 10px;
}

.bb-bcblogform label{display: none;}
.bb-bcblogform h3{color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    text-align: center;
    line-height: 30px;
}

.btn-bcblog input.primary{
    background-color: #333;
    background-image: none;
    color: #fff !important;
    font-size: 0.8em;
    text-align: center;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px;
    border-color: #333;
    margin: 10px auto 0 auto;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;    
    text-shadow: none;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-top: 0!important;
    font-family: 'Roboto',arial;
}

.btn-bcblog input.primary:hover,.hs-button.primary:hover {
    box-shadow: none;
    background-color: #555;
    background-image: none;
    color: #fff !important;
    padding: 4px 10px;
    letter-spacing: 1px;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px;
    border-color: #555;
    margin: 10px auto 0 auto;
    margin-left: 10px;
}

.bcblog-section .hs-featured-image{
    box-shadow: 0px 0px 0px rgba(0,0,0,.4);
    border-radius: 0px;   
    max-width: 100%;
}


.bcblog-section .blog-title{
    margin-bottom: 0;
}

.bcblog-section .btn{margin-top: 0; font-family: 'Roboto', arial !important;}

.bcblog-section .post-body h2{
  color: #333;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: none;
}

.bcblog-section .post-body  a{
  color: #0091b2;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: none;
}
.bcblog-section .post-body  a:hover{
  color: #333;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
}


@media (max-width:  767px){
    .bcblog-section .hs-featured-image  {
    float: left;
    margin-left: 0px;
    }
}
@media (max-width:  568px){
    .bcblog-section .hs-featured-image  {
    float: left;
    padding-bottom: 20px;
    }
}



.post-body .byline{
    color: #999;
    font-family: 'Roboto', arial
    font-size: 10px;
}

.post-body .byline a {
    color: #333;
    font-family: 'Robotobold', arial
    font-size: 10px;
}
.post-body .byline a:hover {
    color: #999;
    font-family: 'Robotobold', arial
    font-size: 10px;
}

.post-body .bb-blog-category a {
    font-family: 'Robotobold', sans-serif;
    font-size: 0.9em;
    line-height: 20px;
    text-transform: uppercase;
    color: #017f99;
}
.post-body .bb-blog-category a:hover{
    font-family: 'Robotobold', sans-serif;
    font-size: 0.9em;
    line-height: 20px;
    text-transform: uppercase;
    color: #005772;
}


.post-body .bb-blog-categorymenu a {
    font-family: 'Robotobold', sans-serif;
    font-size: 1.0em;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
}
.post-body .bb-blog-categorymenu a:hover{
    font-family: 'Robotobold', sans-serif;
    font-size: 1.0em;
    line-height: 20px;
    text-transform: uppercase;
    color: #999;
}

.post-body .bb-blog-title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #333;
}
.post-body .bb-blog-title h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #333;
}
.post-body .bb-blog-title h2 a:hover {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #999;
}

.post-body .title a {
    font-family: 'Roboto', sans-serif;
    
    line-height: 30px;
    color: #333;
}
.post-body .title a:hover {
    font-family: 'Roboto', sans-serif;
    
    line-height: 30px;
    color: #999;
}

.bb-bcblog-featured-overlay {
 height: 200px;
 width: 300px;
 background: 
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6)
    ),
    ;
}






.education-posts a{
  color: #333;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: none;
}
.education-posts a:hover{
  color: #999;
  font-family: 'Robotobold', arial
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
}


.education-posts h3{margin-bottom: 0 !important;}
.education-posts .img-wrap{width: 100%; height: 250px; overflow: hidden; border-radius: 0px;}
.education-posts .latest img{width: 100%; min-height: 100%}
.education-posts .latest .img-wrap{max-width: 550px; float: left; margin-right: 30px; margin-bottom: 10px;}
.education-posts .latest p{width: 100%}
.education-posts .span6{max-width: 370px;}
.education-posts .item img{width: 100%; min-height: 100%; display: block; margin: 0 auto;}
.education-posts .item p,
.education-posts .item a{text-align: left;}


/************** VIDEO MODULE ******************/


.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}





