/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.0.47/jquery.fancybox.min.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;}




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

body{
    font-size: 18px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-family: kepler-std,serif;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 auto;
    position: relative;
    overflow-x:hidden;
}

.body-container-wrapper{
    background:#fff;
}

.row-fluid [class*="span"].wrapper{
    width:100%;
    max-width: 1830px;
    padding: 0 15px;
    float: none;
    margin: 0 auto;
}

.row-fluid [class*="span"].wrapper-1500{
    max-width: 1530px;
    width:100%;
    padding: 0 15px;
    float: none;
    margin: 0 auto;
}

.row-fluid [class*="span"].wrapper-1700{
    max-width: 1730px;
    width:100%;
    padding: 0 15px;
    float: none;
    margin: 0 auto;
}

h1{
    font-size: 40px;
    line-height: 50px;
    color:#000000;
}

h2{
    font-size: 33px;
    line-height: 43px;
    color:#000000;
}

h3{
    font-size: 24px;
    line-height: 34px;
}

h4{
    font-size: 20px;
    line-height: 30px;
}

h5{
    font-size: 18px;
    line-height: 28px;
}

p{
    
}

a{
    text-decoration: none;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

li{
    
}

.text-left{
    text-align: left;
}

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

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

h1,h2{
    font-family:proxima-nova,sans-serif;
}

h1,h2,h3,h4,p{
    margin:0;
    text-transform: none;
}

.border-bottom{
    border-bottom: 1px solid #9b9b9b;
}


.cta_button{
    background: transparent;
    border:1px solid #202833;
    color:#010101;
    font-family: proxima-nova,sans-serif;
    font-size:21px;
    line-height:22px;
    font-weight: 700;
    border-radius: 0;
    padding: 18.5px 27.2px;
    display: inline-block;
}


.cta_button:hover{
    background: rgba(255,255,255,0.30);
    transition: 0.3s ease;
}
.cta_button:hover:before,
.cta_button:hover:after {
    transition: .3s ease;
}

#banner-background-image, .section-background-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



body .hs-form-field>label {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 33px;
    color: #363636;
    letter-spacing: 0.6px;
}

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 {
      border-radius: 0;
    margin-bottom: 6px;
    color: #363636;
    border: 1px solid #959595;
    margin-bottom: 30px;
    padding: 13px 25px;
    font-family: proxima-nova,sans-serif;
    font-size: 20px;
    line-height: 20px;
    -webkit-appearance: none;
      -moz-appearance: none;
       -ms-appearance: none;
        -o-appearance: none;
           appearance: none;
}

form.hs-form .hs-form-field{
    position:relative;
}

form.hs-form .hs-form-field ul.inputs-list {
    position: absolute;
    color: red;
    font-size: 13px;
    bottom:0;
}


form select{
    background: url(//cdn2.hubspot.net/hubfs/1745176/Assets-Jumbla/select-arrow.png) 100% center no-repeat;
    background-position: 98% center;
        cursor: pointer;
}

form .hs-richtext h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #363636;
    letter-spacing: .6px;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   opacity: .5; 
   font-size: 15px;
   line-height: 20px;
   color:#000000;
   font-family: proxima-nova,sans-serif;
   letter-spacing:2px;
   font-weight: 100;
}
:-moz-placeholder { /* Firefox 18- */
   opacity: .5; 
   font-size: 15px;
   line-height: 20px;
   color:#000000;
   font-family: proxima-nova,sans-serif;
   letter-spacing:2px;
   font-weight: 100;
}
::-moz-placeholder { /* Firefox 19+ */
   opacity: .5; 
   font-size: 15px;
   line-height: 20px;
   color:#000000;
   font-family: proxima-nova,sans-serif;
   letter-spacing:2px;
   font-weight: 100;
}
:-ms-input-placeholder { /* IE10 */
   opacity: .5; 
   font-size: 15px;
   line-height: 20px;
   color:#000000;
   font-family: proxima-nova,sans-serif;
   letter-spacing:2px;
   font-weight: 100;
}

@-moz-document url-prefix() {
    .home-generic-col {
        text-align:center;
        display: inline-block !important;
    }
}


@media(max-width:1024px){
    
    ::-webkit-input-placeholder { /* Webkit Browsers */
       font-size: 10px;
       letter-spacing:0.5px;
    }
    :-moz-placeholder { /* Firefox 18- */
              font-size: 10px;
       letter-spacing:0.5px;

    }
    ::-moz-placeholder { /* Firefox 19+ */
              font-size: 10px;
       letter-spacing:0.5px;

    }
    :-ms-input-placeholder { /* IE10 */
              font-size: 10px;
       letter-spacing:0.5px;

    }

}

/*.career-hover h2:hover {
    color: #7ed4db !important;
}*/
/*
.home-generic-col:hover .home-generic-col-wrap h3 {
    color: #7ed4db !important;
}*/

body.blog-roll-new .post-item:hover .post-header h2 a {
    transition: color ease-in 0.3s;
    -webkit-transition: color ease-in 0.3s;
}

body.blog-roll-new .post-item:hover .post-header h2 a {
    color: #7ed4db !important;
}



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



/*Home Page Header Styling*/

/*.home-page .header-container-wrapper{
    background: rgba(0,0,0,0.51);
}*/

.home-page .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    color:#fff;
}

.header-container-wrapper{
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -webkit-transition: background-color .4s ease-in-out;
}
a.tel {
    font-family: kepler-std,serif;
}
    
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    /*font-family: proxima-nova,sans-serif;*/
    font-family: kepler-std,serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 27px;
    text-transform: none;
    letter-spacing: 0;
    padding: 34px 15px;
    color: #000;
}

.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    text-decoration: none;
}

.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color:#7ed4db!important;
    text-decoration: none;
}


@media (min-width:768px){
.thank-you-page .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color:#000;
}
}
.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    padding:0px;
}

.header-nav{
    line-height:0px;
    position: relative;
    z-index: 1;
}

.header-nav .hs-menu-wrapper{
    float: right;
}


.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(9) a{
    text-decoration: underline;
    padding-right:0;
}

.header-container-wrapper.sticky {
    opacity: 1;
    display: block;
    position: fixed;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index:9999;
    margin: 0 auto;
    padding: 0px 0px;
    top:0;
    /*transition:top .2s ease-in;*/
    transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
}

.header-container-wrapper.sticky .logo {
    padding-top: 7px; 
}
.logo {
    padding-top: 15px;
    transition:all  ease-in 0.2s;
}


.header-container-wrapper.sticky.push-up {
    top:-200px;
}

.header-container-wrapper.sticky .wrapper{
    position: relative;
}

.sticky .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    color:#fff;
}

.sticky .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color: #7ed4db;
}

.thank-you-page .sticky .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    color:#fff;
}


.fixed-nav-logo{
    position:absolute;
    opacity:0;
    z-index:-1;
    left:0;
    right:0;
    top:0;
    padding-left: 15px;
}
/*
.sticky .fixed-nav-logo{
    opacity:1;
    top:23px;
  transition: all .6s ease-in-out;
    z-index:1;
    padding-left: 15px;
    padding-top: 0px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    
}

.sticky .fixed-nav-logo img{
    position:relative;
    z-index:10;
}

.sticky .logo{
    opacity:0;
    position: absolute;
}
*/
.sticky .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-weight: 300;
}

@media (min-width:768px) and (max-width:1060px) {
    .logo-group img {
        max-width:80px;
    }
}
@media(max-width:1060px){
    
    .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        font-size: 13px;
        padding: 34px 9px;
    }
    
}

@media(max-width:767px){
    
.header-container-wrapper.sticky{
    /*background:#ffffff;*/
    background: rgba(0,0,0,0.4);
}


   .header-container-wrapper .logo-group{
       width:50%;
       float:left;
   } 
  
   .header-container-wrapper .header-nav .mobile-trigger{
      position:absolute;
      top: 45px;
   } 
    
   .header-container-wrapper.sticky .header-nav .mobile-trigger{
        top: 24px;
        z-index: 10;
   } 
   
   .header-container-wrapper {
    padding: 0;
    background: none;
   }
   
   .sticky .custom-menu-primary.js-enabled .hs-menu-wrapper{
       top:57px;
   }
   
   body .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
       color: #fff;
       padding: 10px 10px;
   }
   
}

@media(min-width:480px) and (max-width:767px){
    
.sticky .custom-menu-primary.js-enabled .hs-menu-wrapper{
    height:192px;
    overflow-y:scroll!important;
}    
    
}


@media(min-width:768px){
    .sticky .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding-top: 29px;
        padding-bottom: 29px;
    }
}

body .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display: none;
}




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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    /*background-color: #000000; *//* Icon color */
    background-color: #ffffff;
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -5px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 5px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      /*background-color: #ffffff;*/ /* Icon color */
      background-color: #ffffff;
  }


  /* Child Toggle Button
     ========================================================================== */

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

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position:initial;
       padding-top: 44px; /* Makes room for button */
       margin: 20px 0 20px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute; /**************************************************************/
    top: 78px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    right: 0;
    padding: 0;
    z-index: 10;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

/*

.header-hover .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color: #000;
}
*/
.sticky .header-hover .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    color: #7ed4db;
}



.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a {
   color: #7ed4db!important;
}











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

.footer-container-wrapper{
    background: #202833;
    color: #fff;
    padding: 183px 0 100px;
}

.footer-container-wrapper a{
    color:#fff;
}

.footer-container-wrapper a:hover{
    color: #7ed4db;
}

.footer-container-wrapper h4{
    font-size:21px;
    font-weight: 400;
    padding-bottom: 17px;
}

.footer-container-wrapper p{
    font-size: 16px;
    line-height: 26px;
    /*font-family: proxima-nova,sans-serif;*/
    font-family: kepler-std,serif;
    font-weight: 100;
    padding-bottom: 21px;
}

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 16px;
    line-height: 26px;
    /*font-family: proxima-nova,sans-serif;*/
    font-family: kepler-std,serif;
    font-weight: 100;
    padding:0;
    text-transform: none;
}

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

.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
    padding:0;
}


@media(min-width:768px){
    
    .footer-container-wrapper .row-fluid [class*="span"].col1{
        width: 40.87094%;
        padding-right: 15px;
    }
    
    .footer-container-wrapper .row-fluid [class*="span"].col2{
        margin: 0;
        width: 21.229915%;
        padding-right: 15px;
    }
    
    .footer-container-wrapper .row-fluid [class*="span"].col3{
        margin: 0;
        width: 21.329915%;
        padding-right: 15px;
    }
    
    .footer-container-wrapper .row-fluid [class*="span"].col4{
        margin: 0;
        width: 16.529915%;
        position: relative;
    }
    
    .footer-container-wrapper .col4 .bottom-menu{
        position: absolute;
        bottom:0;
        left:0;
    }
    
}

@media(min-width:768px) and (max-width:1200px){
    
    .footer-container-wrapper .row-fluid [class*="span"].col1{
        width: 35.87094%;
    }
    
    .footer-container-wrapper .row-fluid [class*="span"].col2{
        width: 27.229915%;
    }
    
    .footer-container-wrapper .row-fluid [class*="span"].col3{
        width: 31.329915%;
    }
    
}

@media(max-width:767px){
    .col1, .col2, .col3 {
        padding-bottom: 30px;
    }    
}



@media(min-width:1025px){
    
    .header-container-wrapper .row-fluid [class*="span"].wrapper{
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .sticky .fixed-nav-logo{
        left: 60px;
    }
    
.footer-container-wrapper .row-fluid [class*="span"].wrapper{max-width: 100%;
   padding-right: 65px;
   padding-left: 65px;
}    
    
    
}

@media(min-width: 1025px) and (max-width: 1120px){
    .header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
        padding: 34px 12px;
    }
}









@media (max-width: 1024px){

.footer-container-wrapper {
    padding: 80px 0;
}


}

@media (max-width: 767px){

.home-generic-col-main.size-2X2 {
    height: auto !important;
    width: 100% !important;
}

.header-container-wrapper .hs-menu-wrapper{
    display:none;
}

.custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 118px;
}

.custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 1px solid rgba(255,255,255,.35);
}

.sticky .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 100px;
}

.header-container-wrapper .header-nav .mobile-trigger {
    background: transparent;
    border: 2px solid #000;
    border-radius: 0;
    padding: 8px;
    padding-bottom:8px;
    -webkit-transition:all 0.3s ease;
   -moz-transition:  all 0.3s ease;
     -o-transition:  all 0.3s ease;
        transition:  all 0.3s ease;
        transition:  all 0.3s ease;
}

.header-container-wrapper .header-nav .mobile-trigger:hover{
    /*background: #000;*/
    background: #fff;
    -webkit-transition:all 0.3s ease;
   -moz-transition:  all 0.3s ease;
     -o-transition:  all 0.3s ease;
        transition:  all 0.3s ease;
        transition:  all 0.3s ease;
}

.header-container-wrapper .header-nav .mobile-trigger:hover i,.header-container-wrapper .header-nav .mobile-trigger:hover i:before,.header-container-wrapper .header-nav .mobile-trigger:hover i:after{
    background: #fff;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    height:2px;
    width:20px;
}

.sticky .mobile-trigger i,.sticky .mobile-trigger i:before, .sticky .mobile-trigger i:after {
    background-color: #fff;
}





.mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,
.mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    /*background-color: #000;*/
    background: #fff;
}





.footer-container-wrapper .bottom-menu{
    margin-top: 40px;    
}


}


/*===============================================================================================
  New Footer Styling
===============================================================================================*/




/*=========================================================================
  CM Global Styling
===========================================================================*/

body .container-fluid .row-fluid .align-left{
    text-align:left;
}

body .container-fluid .row-fluid .align-right{
    text-align:right;
}

body .container-fluid .row-fluid .align-center{
    text-align:center;
}



/*===================================================================================
   Home Work Blog Custom Module Styling 
  ==============================================================================*/

@media(min-width:1278px){
.masonary-home-top{
    background:#000000;
}

}

.home-generic-col.size-1x1{
    width: 20%;
    height: 28.4vw;
}

.home-generic-col.size-1x2{
    width: 40%;
    height: 28.4vw;
}

.home-generic-col.size-1x3{
    width: 60%;
    height: 28.4vw;
}

.home-generic-col.size-2X2{
    width: 40%;
    height: 40vw;
}

.home-generic-col{
    float:left;
  display: -webkit-box; 
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;     
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
}
/*
.home-generic-col.item-closed .bounce-box {
    display:none;
}

.home-generic-col:not(.item-closed) .bounce-box {
    display:block;
    width:100%;
    height:100%;
    padding: 0px 35px 0px 36px;
  
} */
.home-generic-col .bounce-box {
    display:block;
    width:100%;
    height:100%;
    padding: 0px 35px 0px 36px;
  
}

.home-generic-col .bounce-box{
    position:relative;
}

.home-generic-col .bounce-box:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.40);
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition:background .2s ease-in;
    transition:background .2s ease-in;
    border:0px solid rgba(0,0,0,1);
}

.home-generic-col:hover .bounce-box:before{
     background: rgba(0,0,0,0.15);
    
}

.home-generic-col-main .bounce-box:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.40);
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
    width: 100%;
    height: 100%;
    display: block;
}

.home-generic-col-main:hover .bounce-box:before{
     background: rgba(0,0,0,0.15);
}



/*.home-generic-col:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.40);
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
    width: 100%;
    height: 100%;
    display: block;
}

.home-generic-col:hover:before {
    background: rgba(0,0,0,0.15);
}*/

.home-generic-col-wrap{
    max-width: 594px;
    overflow:hidden;
}

/*.bottom-spacing.size-1x2 .home-generic-col-wrap {
    bottom: 10.7%;
}*/

.size-1x2 .home-generic-col-wrap{
    position: absolute;
    top: 47%;
}

/*
.size-1x1 .home-generic-col-wrap{
    position: absolute;
    top: 50.7%;
}*/

.home-generic-col-wrap{
    position: absolute;
    top: 50.7%;
}

.home-generic-col h2{
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing: 1px;
    line-height: 38px;
    word-break: break-word;
    padding-top: 3px;
    padding-right:15px;
}

.home-generic-col h3{
    font-size: 26px;
    line-height: 35px;
    font-weight: 300;
    font-family: kepler-std,serif;
    letter-spacing: 1px;
    word-break: break-all;
}

.home-generic-col a{
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    font-family: kepler-std,serif;
}

.home-generic-col p{
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.5px;
    font-weight: 400;
   // padding-top: 43px;
    padding-top:3px;
    word-break: normal;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

.home-generic-col-wrap:hover p {
    opacity: 1;
    visibility: visible;
}

.home-generic-col a:hover{
    color:#fff;
}


.home-generic-col ul{
    margin-top: 18px;
}

.home-generic-col ul li{
    display: inline-block;
    margin-right: 27px;
}

.home-generic-col-main:before {
    content: "";
    -webkit-transition:border .4s /*cubic-bezier(0.23,1,0.32,1)*/linear !important;
    transition:border .4s /*cubic-bezier(0.23,1,0.32,1)*/linear !important;
    position: absolute  !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    border:0px solid rgba(0,0,0,1) !important;
    background:transparent !important;
    z-index:10;
}

.home-generic-col-main:hover:before {
     border-width:10px !important;
}

@media(max-width:767px){

.home-generic-col.size-1x1,.home-generic-col.size-1x2,.home-generic-col.size-1x3,.home-generic-col.size-2x2{
    width:100%;
    height:auto;
    min-height:50vh;
}

.size-1x2 .home-generic-col-wrap,.size-1x1 .home-generic-col-wrap,
.size-1x3 .home-generic-col-wrap,.size-2x2 .home-generic-col-wrap{
    position: inherit;
}

.home-generic-col ul li{
    margin-right:10px;
}

body .home-generic-col.scale-up>.home-generic-col-wrap{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
    
}


@media(min-width:1280px) and (max-width:1530px){
    
.size-1x2 .home-generic-col-wrap{
    top:37%;
}

.home-generic-col h2{
    font-size:19px;
    line-height:24px;
}

.home-generic-col h3{
    font-size:18px;
    line-height:23px;
}

}


@media(max-width:1278px) and (min-width:1025px){
    
/*.home-generic-col.size-1x1,
.home-generic-col.size-2x2,
.home-generic-col.size-1x3{
    width:25%;
    height: 30vw;
}

.home-generic-col.size-1x2{
    width: 50%;
    height: 30vw;
}*/

.home-generic-col.scale-up>.home-generic-col-wrap {
    position: relative;
    top: 25%;
}


body .home-generic-col h2{
    font-size: 25px;
    line-height: 28px;
}

body .home-generic-col  h3 {
    font-size: 25px;
    line-height: 28px;
   
}

}



@media(max-width:1024px) and (min-width:768px){
    
.home-generic-col.size-1x1,.home-generic-col.size-1x2,.home-generic-col.size-1x3,.home-generic-col.size-2x2{
    width:25%;
    height:50vw;
}
.home-generic-col h3 {
    font-size: 22px;
    line-height: 33px;
}
.home-generic-col h2 {
    font-size: 18px;
    line-height: 23px;
}
.home-generic-col-wrap, .size-1x2 .home-generic-col-wrap {
    top: 25% !important;
}

  
}


@media(min-width:768px) and (max-width:1024px){
    
.home-generic-col p{
    padding-top: 15px;
    height: 137px;
    overflow: hidden;
}
    
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .home-generic-col p{
        height: auto;
    }   
}


@media(min-width:768px) and (max-width:865px){
    
  .size-1x2 .home-generic-col-wrap {
    position: absolute;
    top: 34%;
}
    
    
}

/*===================================================================================
   Home Main Blog Custom Module Styling 
  ==============================================================================*/




@media(min-width:1278px){

.masonary-grp{
    background:#000000;
}

}


.size-1x1{
    width: 20%;
    height: 20vw;
}

.size-1x2{
    width: 40%;
    height: 20vw;
}

.size-1x3{
    width: 60%;
    height: 20vw;
}

.home-generic-col-main.size-2X2{
    width: 40%;
    height: 40vw;
}


.home-generic-col-main{
    float:left;
    display:block;
    position:relative;
}

.home-generic-col-main .bounce-box {
    padding: 0px 31px 0px 31px;
    width:100%;
    height:100%;
  display: -webkit-box; 
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;    
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-generic-col-main:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.40);
    
    width: 100%;
    height: 100%;
    display: block;
}

.home-generic-col-main:hover:before {
    background: rgba(0,0,0,0.15);
}

.home-generic-col-main-wrap{
    max-width: 594px;
    overflow:hidden;
}


.home-generic-col-main h2{
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing: 1.8px;
    line-height: 49px;
    position: relative;
    word-break: break-word;
}

.home-generic-col-main h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: kepler-std,serif;
    letter-spacing: 1px;
    position: absolute;
    bottom: 23px;
    word-break: normal;
}

.home-generic-col-main h4{
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    font-family: proxima-nova,sans-serif;
    letter-spacing: 1px;
    position: absolute;
    top: 28px;
    word-break: break-all;
    text-transform: uppercase;
}

.home-generic-col-main a{
    padding-top: 22px;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
}

.home-generic-col-main p{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding-top: 43px;
}

.home-generic-col-main a:hover{
    color:#fff;
}


.home-generic-col-main ul{
    margin-top: 18px;
}

.home-generic-col-main ul li{
    display: inline-block;
    margin-right: 27px;
}

@media(max-width:1530px) and (min-width:1280px){
    

.home-generic-col-main .bounce-box{
    padding:0px 20px 0px 20px;
} 

.home-generic-col-main h2{
    font-size:21px;
    line-height:25px;
}

.home-generic-col h3{
    font-size:20px;
    line-height:25px;
}
    
}



/*** Chandan Style ***/

.hs-content-id-4140251451 .service-col.generic-col {
    display: block;
    padding: 0;
    /*transition: border-width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: border-width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    border: 0px solid rgba(0, 0, 0, 0.85);*/
    position: relative;
}
.hs-content-id-4140251451 .service-col.generic-col:after {
    position: absolute;
    width:100%;
    height:100%;
    
    webkit-transition: border 0.4s /*cubic-bezier(0.23, 1, 0.32, 1)*/ linear;
    transition: border 0.4s /*cubic-bezier(0.23, 1, 0.32, 1)*/ linear;
    left: 0;
    top: 0;
    border: 0px solid rgba(0, 0, 0,1);
    content: "";
}

.hs-content-id-4140251451 .service-col.generic-col:hover:after {
    border-width:10px;
}


/***** Siddhant Styling *******/


.error-page .hs-image-widget {
    display: none;
}

.error-page {
    padding: 20% 0;
}

.error-page:before {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: block;
}

.error-page h2 {
    text-transform: uppercase;
    position: relative;
    font-weight:bold;
}

.error-page-main-col {
    padding: 135px 0;
}

.error-page-main-col h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.error-page-main-col p {
    margin:0 0 35px;
}

.custom-main-link ul {
    display: block;
    text-align: center;
}


.custom-main-link ul li {
    display: inline-block;
    padding: 0 2.6%;
    vertical-align: middle;
    margin-bottom:20px;
}

.custom-main-link ul li:first-child {
    padding-left: 0;
}

.custom-main-link ul li:last-child {
    padding-right: 0;
}

.custom-main-link ul li a {
    color: #000;
    font-family: proxima-nova,sans-serif;
}

.error-search .input {
    position: relative;
}

.error-page-main-col .widget-type-google_search .hs-button.primary {
    background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/1745176/Assets-Jumbla/magnifying-glass-icon.png") no-repeat scroll center center;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    padding: 8px !important;
    text-indent: -9999px;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

.error-page-main-col .hs-input {
    border-radius: 5px;
    padding: 10px 60px 10px 10px;
    height: auto;
}

.error-page-center {
    padding-left: 20px;
    padding-right:20px;
}

@media (min-width:1025px) and (max-width:1250px) {
    
    .custom-main-link ul li a {
        font-size: 15px;
    }
        
}

@media (min-width:767px) and (max-width:1024px) {
    
.custom-main-link ul {
    display: block;
    width: 100%;
    text-align: center;
}

.custom-main-link ul li {
    display: inline-block;
    vertical-align: middle;
}

.custom-main-link ul li a {
    font-size: 13px;
}
    
    
}


@media (min-width:767px) and (max-width:990px) {
 
.custom-main-link ul li {
    padding: 0 1.6%;
}

.custom-main-link ul li a {
    font-size: 12px;
}
    
    
}

@media (max-width:1278px) and (min-width:1025px){
    
.size-1x1,
.size-1x2,
.size-1x3{
    width:25%;
    height: 30vw;
}

.home-generic-col-main.size-2X2{
    width:50%;
    height: 60vw;
}


body .home-generic-col-main h2{
    font-size: 25px;
    line-height: 1.3;
}

body .home-generic-col-main  h3 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 14px;
}

}




@media(max-width:1024px) and (min-width:768px){
    
.size-1x1,.size-1x2,.size-1x3,.size-2x2{
    width:50%;
    height:50vw;
}

.home-generic-col-main.size-2X2{
    height:100vw;
    width:50%;
}

.home-generic-col p{
    padding-right:20px;
}

.home-generic-col-main h2{
    font-size: 15px;
    line-height: 18px;
}
.home-generic-col-main.scale-up > .home-generic-col-main-wrap, 
.home-generic-col.scale-up>.home-generic-col-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.home-page-res .size-2X2 {
    height: 32vw !important;
}
.home-page-res .size-1x1, .home-page-res .size-1x2, .home-page-res .size-1x3 {
    height: 32vw !important;
}
    
}


@media(max-width:767px){

.size-1x1,.size-1x2,.size-1x3,.size-2x2{
    width:100%;
    height:100vw;
}

.size-2X2{
    height:100vw;
    width:100%;
}


body .home-generic-col-main.scale-up>.home-generic-col-main-wrap{
    padding:50px 15px;
}

.home-generic-col-main h2{
    line-height: 30px;
    font-size: 25px;
}

.home-generic-col-main ul li{
    margin-right:10px;
}

.likes-field-cont {
    display: block;
    height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
    min-height: 100%;
}

.custom-main-link ul {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.custom-main-link ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;    
}

.custom-main-link ul li:first-child {
    padding-left: 2.6%;
}

.custom-main-link ul li:last-child {
    padding-right: 2.6%;
}

}


/*===========================================================================
  Courses Guide CM Styling
=============================================================================*/

/*.course-guide{
    margin-bottom: 15px;
}*/

.bg-pad-tb{
    padding: 86px 0px 247px 0px;
}

.float-left{
    float:left;    
}

.float-right{
    float:right;
}


.course-guide h2{
    color:#ffffff;
    font-weight:700;
    letter-spacing:2px;
    padding-top: 81px;
}

.course-guide p{
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 29px;
}

.div-width{
    max-width: 618px;
}


/*===================================================================================
    Service Single Custom Module
======================================================================================*/

.service-single-section{
    width: 20%;
    height: 42.3vh;
  display: -webkit-box; 
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;    
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    padding: 0px 60px;
}

.service-single-section h2{
    text-transform:uppercase;
    font-weight:700;
    line-height:30px;
}
.scroll-down-button {
    display:none;
}





@media(min-width:768px) and (max-width:1300px){
    
.service-single-section{
   
    padding: 0px 30px;
} 

.service-single-hero iframe{
    max-width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
   
}

.service-single-section h2 {
    font-size: 18px;
    line-height: 1.3;
}
    
}


@media(min-width:768px) and (max-width:1100px){
    
.service-single-section{
    width:20%;
    height:25vh;
}


}

@media(max-width:1500px) and (min-width:1200px){
    
.service-single-section{
   padding: 0px 30px;
} 

.service-single-hero iframe{
    max-width:1170px;
    max-width:88%;
}
    
}

@media(max-width:1200px) and (min-width:1024px){
.service-single-hero iframe{
   // max-width:900px;
}    
    
}

@media(max-width:767px){
    
.service-single-section{
    width:100%;
  
    padding: 0px 20px;
}

.service-single-section{
    height:50vh;
}

.service-single-section h2 {
    font-size: 25px;
    line-height: 30px;
}
    
}



@media(min-width:768px) and (max-width:1024px){
    
.row-fluid [class*="span"].wrapper-1500,.row-fluid [class*="span"].wrapper{
    padding:0px 40px;
} 
.start-a-project .hs-form-field {
    margin-bottom: 0;
}
    
}





/** changes **/
.home-generic-col .container-anchor {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}
.home-generic-col .home-generic-col-wrap {
    z-index:5;
}




/*About CM Styling*/

.about-inner-cm .size-1x1{
    width: 20%;
    height: 20vw;
}

.about-inner-cm .size-1x2{
    width: 40%;
    height: 20vw;
}

.about-inner-cm .size-1x3{
    width: 60%;
    height: 40vw;
}

.about-inner-cm .size-2X2{
    width: 40%;
    height: 40vw;
}


@media(max-width:767px){

.about-inner-cm .size-1x1,
.about-inner-cm .size-1x2,
.about-inner-cm .size-1x3,
.about-inner-cm .size-2x2{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    height:70vw;
}


    
}


@media(max-width:1024px) and (min-width:768px){
    
.about-inner-cm .size-1x1,.about-inner-cm .size-1x2,.about-inner-cm .size-1x3,.about-inner-cm .size-2x2{
    width:33.33%;
    height: 33.33vw;
}

}


/*Contact Custom Module Styling*/


.contact-cm .size-1x1{
    width: 20%;
    height: 20vw;
}

.contact-cm .size-1x2{
    width: 40%;
    height: 20vw;
}

.contact-cm .size-1x3{
    width: 60%;
    height: 40vw;
}

.contact-cm .size-2X2{
    width: 40%;
    height: 40vw;
}

body .container-fluid .row-fluid .align-left{
    text-align:left;
}

body .container-fluid .row-fluid .align-right{
    text-align:right;
}

body .container-fluid .row-fluid .align-center{
    text-align:center;
}

.contact-cm .contact-generic-col{
    float:left;
}
/*.contact-cm .contact-generic-col.item-closed .bounce-box {
    display:none;
}
.contact-cm .contact-generic-col:not(.item-closed) .bounce-box {
    display: flex;
    align-items: center;
    padding: 0px 64px 0px 64px;
    width:100%;
    height:100%;
}
*/
.contact-cm .contact-generic-col .bounce-box {
    display: -webkit-box; 
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex; 
    
-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 64px 0px 64px;
    width:100%;
    height:100%;
}

.contact-cm .contact-generic-col h2{
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing: 1.8px;
}

.contact-cm .contact-generic-col h3{
    font-size: 21px;
    line-height: 25px;
    padding-top: 29px;
    font-weight: 400;
}

.contact-cm .contact-generic-col a{
    padding-top: 22px;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
}

.contact-cm .contact-generic-col a:hover{
    color:#7ed4db;
}


.contact-cm .contact-generic-col ul{
    margin-top: 18px;
}

.contact-cm .contact-generic-col ul li{
    display: inline-block;
    margin-right: 27px;
    vertical-align: middle;
}

@media(min-width:1600px){
    body .careers-generic-contact .contact-generic-col h2{
        font-size: 25px;
        line-height: 1.3;
    }

    body .careers-generic-contact .contact-generic-col h3 {
        font-size: 25px;
        line-height: 35px;
    }
}

.contact-generic-col {
    position:relative;
    overflow:hidden;
}
.contact-generic-col:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border:0px solid rgba(0,0,0,1);
    transition:border .4s /*cubic-bezier(0.23,1,0.32,1)*/linear;
    -webkit-transition:border .4s /*cubic-bezier(0.23,1,0.32,1)*/linear;
}
.contact-generic-col:hover:before {
    border-width:10px;
}


@media(max-width:767px){

.contact-cm .size-1x1,
.contact-cm .size-1x2,
.contact-cm .size-1x3,
.contact-cm .size-2x2{
    width:100%;
    padding-top: 0px;
    padding-bottom: 0px;
    height:100vw;
}
.home-page-res .size-2X2 {
    width: 100% !important;
    height: 100vw !important;
}
.home-page-res .size-1x1, 
.home-page-res .size-1x2, 
.home-page-res .size-1x3 {
    width: 100% !important;
    height: 100vw !important;
}

/*.contact-cm .contact-generic-col:not(.item-closed) .bounce-box{
    padding:20px 20px;
}*/
.contact-cm .contact-generic-col .bounce-box{
    padding:20px 20px;
}


.contact-cm .contact-generic-col ul li{
    margin-right:10px;
}
    
}



@media(max-width:1595px) and (min-width:1511px){
    
.contact-cm  .contact-generic-col ul li{
     margin-right: 20px;
}
    
}


@media(max-width:1510px) and (min-width:1278px){
    
.contact-cm .contact-generic-col .bounce-box{
    padding:0px 20px 0px 20px;
}
/*
.contact-cm .contact-generic-col:not(.item-closed) .bounce-box{
     padding:0px 20px 0px 20px;
}
*/
.contact-cm .contact-generic-col .bounce-box{
     padding:0px 20px 0px 20px;
}

.contact-cm .contact-generic-col ul li{
    margin-right:14px;
}
    
}




@media(max-width:1278px) and (min-width:1025px){
    
.contact-cm .size-1x1,
.contact-cm .size-1x2,
.contact-cm .size-1x3,
.contact-cm.size-2x2{
    //width:33.333%;
    height: 33vw;
}


body .contact-cm .contact-generic-col h2{
    font-size: 25px;
    line-height: 1.3;
}

body .contact-cm .contact-generic-col  h3 {
    font-size: 24px;
    line-height: 31px;
    padding-top: 14px;
}

.contact-cm .contact-generic-col ul li {
    display: inline-block;
    margin-right: 11px;
}

.contact-generic-col.scale-up .generic-col-wrap{
        padding: 0 34px 0 34px;
}

body .container-fluid .row-fluid .contact-project-section .blog-subscription-form input {
    max-width: 55%;
    padding-left:15px;
    padding-right:15px;
  
}


/* Placeholder Text */
body .container-fluid .row-fluid .contact-project-section ::-webkit-input-placeholder { /* Webkit Browsers */
   font-size:10px;
   line-height:27px;
}
body .container-fluid .row-fluid .contact-project-section :-moz-placeholder { /* Firefox 18- */
   font-size:10px;
   line-height:27px;
}
body .container-fluid .row-fluid .contact-project-section ::-moz-placeholder { /* Firefox 19+ */
   font-size:10px;
   line-height:27px;
}
body .container-fluid .row-fluid .contact-project-section :-ms-input-placeholder { /* IE10 */
   font-size:10px;
   line-height:27px;
}


    
}

@media(max-width:1050px) and (min-width:1025px){


body .container-fluid .row-fluid .contact-project-section .blog-subscription-form input {
    max-width: 53%;
    padding-left:15px;
    padding-right:15px;
  
}
}





@media(max-width:1024px) and (min-width:768px){
    .contact-generic-col.scale-up .generic-col-wrap {
        padding: 0 15px !important;
    }
    .contact-cm .size-1x2,
    .contact-cm .size-1x1{
        height: 28vw;
    }
    .contact-cm .contact-generic-col h3 {
        font-size: 16px;
        line-height: 19px;
        padding-top: 10px;
    }
    .contact-cm .contact-generic-col h2 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .contact-cm .contact-generic-col .bounce-box {
        padding: 0 15px;
    }
    .contact-cm .generic-col-wrap p {
        font-size: 20px !important;
        line-height: 21px !important;
    }    
    .contact-cm .contact-generic-col ul {
        margin-top: 0;
    }
    .contact-cm .contact-generic-col a {
        padding-top: 10px;
    }
    .contact-cm .contact-generic-col ul li{
        margin-right: 17px;
    }
    
}


/*Careers Custom Module Styling*/


.careers-cm .size-1x1{
    width: 20%;
    height: 20vw;
}

.careers-cm .size-1x2{
    width: 40%;
    height: 20vw;
}

.careers-cm .size-1x3{
    width: 60%;
    height: 40vw;
}

.careers-cm .size-2X2{
    width: 40%;
    height: 40vw;
}

body .container-fluid .row-fluid .align-left{
    text-align:left;
}

body .container-fluid .row-fluid .align-right{
    text-align:right;
}

body .container-fluid .row-fluid .align-center{
    text-align:center;
}

.careers-cm .contact-generic-col{
    float:left;
}

/*.careers-cm .contact-generic-col.item-closed .bounce-box {
    display:none;
}
.careers-cm .contact-generic-col:not(.item-closed) .bounce-box {
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    padding: 0px 64px 0px 64px;
}
*/
.careers-cm .contact-generic-col .bounce-box {
    width:100%;
    height:100%;
  display: -webkit-box; 
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;    
-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 64px 0px 64px;
}


.careers-cm .contact-generic-col h2{
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing: 1.8px;
}

.careers-cm .contact-generic-col h3{
    font-size: 26px;
    line-height: 30px;
    padding-top: 29px;
    font-weight: 400;
}

.careers-cm .contact-generic-col a{
    padding-top: 22px;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
}

.careers-cm .contact-generic-col a:hover{
    color:#fff;
}


.careers-cm .contact-generic-col ul{
    margin-top: 18px;
}

.careers-cm .contact-generic-col ul li{
    display: inline-block;
    margin-right: 27px;
}


@media(max-width:767px){

.careers-cm .size-1x1,
.careers-cm .size-1x2,
.careers-cm .size-1x3,
.careers-cm .size-2x2{
    width:100%;
    padding-top: 0px;
    padding-bottom: 0px;
    height:100vw;
}

/*.careers-cm .contact-generic-col:not(.item-closed) .bounce-box{
    padding:20px 20px;
}*/
.careers-cm .contact-generic-col .bounce-box{
    padding:20px 20px;
}




.careers-cm .contact-generic-col ul li{
    margin-right:10px;
}
    
}


@media(max-width:1877px) and (min-width:1511px){
 /* .careers-cm .contact-generic-col:not(.item-closed) .bounce-box{
    padding:0px 20px 0px 20px;
}  */

.careers-cm .contact-generic-col .bounce-box{
    padding:0px 20px 0px 20px;
}
}


@media(max-width:1595px) and (min-width:1511px){
    
.careers-cm .contact-generic-col ul li{
     margin-right: 20px;
}
    
}


@media(max-width:1510px) and (min-width:1278px){
    
.careers-cm .contact-generic-col .bounce-box{
    padding:0px 20px 0px 20px;
}

/*.careers-cm .contact-generic-col:not(.item-closed) .bounce-box{
    padding:0px 20px 0px 20px;
}*/
.careers-cm .contact-generic-col .bounce-box{
    padding:0px 20px 0px 20px;
}

.careers-cm .contact-generic-col ul li{
    margin-right:25px;
}
    
}


@media(max-width:1278px) and (min-width:1025px){
    
.careers-cm .size-1x1,
.careers-cm .size-1x2,
.careers-cm .size-1x3,
.careers-cm .size-2x2{
    width:33.333%;
    height: 25vw;
}

body .careers-generic-contact .contact-generic-col h2{
    font-size: 25px;
    line-height: 1.3;
}

body .careers-generic-contact .contact-generic-col h3 {
    font-size: 25px;
    line-height: 35px;
}

    
}


@media(max-width:1024px) and (min-width:768px){
    
.careers-cm .size-1x1,
.careers-cm .size-1x2,
.careers-cm .size-1x3,
.careers-cm .size-2x2{
    width:50%;
    height: 50vw;
}


    
}











@media (max-width:767px){

body .row-fluid .logo-group{
    width: 100%;
    max-width: 60px;
    float: left;
}

body .row-fluid .fixed-nav-logo{
    width: 100%;
    max-width: 80px;
    float: left;    
}

.header-container-wrapper .header-nav .mobile-trigger {
    position: absolute;
    top: 20px;
}

.header-container-wrapper.sticky {
    padding: 13px 0 0;
}
 
.header-container-wrapper.sticky .header-nav .mobile-trigger {
    top: 19px;
} 

.custom-menu-primary.js-enabled {
    margin: 12px 0;
}

.mobile-open .header-container-wrapper .header-nav .mobile-trigger:hover i{
    /*background:#000;*/
    background: #fff;
}

/*.mobile-trigger i {
    -webkit-transition:     all .5s ease-in;
   -moz-transition:        all .5s ease-in; 
     -o-transition:          all .5s ease-in;
        transition:     all .5s ease-in;
}

.mobile-open .mobile-trigger i:before {
    top: 0;
     -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
     -ms-transform: rotateX(45deg);
      -o-transform: rotateX(45deg);
         transform: rotateX(45deg);
}

.mobile-open .mobile-trigger i:after {
    top: 0;
     -webkit-transform: rotateX(-45deg);
    -moz-transform: rotateX(-45deg);
     -ms-transform: rotateX(-45deg); /* Only for graceful degradation in IE9, cannot be transitioned */
      -o-transform: rotateX(-45deg);
         transform: rotateX(-45deg);
}*/
/*
.mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .1s ease-in;
}

.mobile-open .header-container-wrapper .header-nav .mobile-trigger:hover i{
    background: transparent;
}
*/

.header-container-wrapper {
    padding: 8px 0 0px;
    /*background: #fff;*/
    background: rgba(0, 0, 0, 0.9);
    border-bottom:1px solid #e8e8e8
}

.header-container-wrapper .header-nav .mobile-trigger {
    border: 0;
}

.header-container-wrapper .header-nav .mobile-trigger:hover {
    background: rgba(0, 0, 0, 0);
    transition: none;
}

.header-container-wrapper .header-nav .mobile-trigger:hover i, .header-container-wrapper .header-nav .mobile-trigger:hover i:before, .header-container-wrapper .header-nav .mobile-trigger:hover i:after {
    /*background: #000;*/
    background: #fff;
}




.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    transition: all .3s ease-in;
    width:20px;
}

.custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 65px;
}

.sticky .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 65px;
}

}


.section-popular-post h2 a:hover{
    color:#7ed4db!important;
}

div#hs_cos_wrapper_widget_1473907667958 h2:nth-child(3) {
    border-top: 1px solid #9d9d9d;
    padding: 7px 12px 0;
}




@media(min-width:768px) and (max-width:992px){
    
.about-hero .row-fluid [class*="span"].wrapper,.services-hero .row-fluid [class*="span"].wrapper,
body.course-page .container-fluid .row-fluid .wrapper-1500,
.careers-hero .row-fluid [class*="span"].wrapper,
.start-a-proj-hero .row-fluid [class*="span"].wrapper,
.blog-hero-section .row-fluid [class*="span"].wrapper-1500{
     max-width: 75% !important;
     padding:0;
} 


.explainer-hero .row-fluid [class*="span"].wrapper{
     max-width: 75% !important;
     padding:0;
}
  
body .container-fluid .row-fluid .services-hero .span8,body .container-fluid .row-fluid .about-hero .span9{
    width:100%;
}
  
  
    
}


@media only screen and (min-width:992px) and (max-width:1919px) {
    body.course-page .container-fluid .row-fluid .wrapper-1500,
    .services-hero .row-fluid [class*="span"].wrapper,
    .careers-hero .row-fluid [class*="span"].wrapper, 
    .wat-u-have-got .row-fluid [class*="span"].wrapper,
    .start-a-proj-hero .row-fluid [class*="span"].wrapper,
    .blog-hero-section .row-fluid [class*="span"].wrapper-1500, 
    body .container-fluid .row-fluid .contact-hero .wrapper,
    body.careers-job-specs .container-fluid .row-fluid .wrapper-1500,
    body.careers-internship .container-fluid .row-fluid .wrapper-1500{
        max-width: 75% !important;
    }
    
    .about-hero .row-fluid [class*="span"].wrapper,body.course-page .container-fluid .row-fluid .wrapper-1500,
    .blog-hero-section .row-fluid [class*="span"].wrapper-1500{
     max-width: 75% !important;
    }
    
    
     .services-hero .row-fluid [class*="span"].wrapper{
         padding:0px 0px;
     }
    
}




/*===================Jumbla Footer June 2016 Styling==============*/

@media(min-width:768px){

.footer-container-wrapper .footer-june .col1 .bottom-menu{
    position: absolute;
    bottom: 21px;
    left: 0;
}


.footer-container-wrapper .footer-june .col1{
    position: relative;
    padding-bottom: 76px;
}

}




/*Jumbla New changes June 22 */



.text-center .cta_button{
    color:#fff;
}


.scroll-down-button{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 12px;
    cursor:pointer;
}

#banner-background-image, .section-background-image{
    position:relative;
}
/*

.custom-team-member,.about-inner-cm .generic-col{
    pointer-events: none;
}
*/

.custom-team-member { overflow:hidden; }
.custom-team-member:hover .bounce-box {
     -webkit-transform:scale(1.5);
        -moz-transform:scale(1.5); 
             transform:scale(1.5);
}


.learn-aboutus-cta .cta_button:before,
.services-showreel-cta .cta_button:before {
    content:'';
    position:absolute;
    left:0;
    top:-1px;
    width:35px;
    height:44px;
    background-image:url('//cdn2.hubspot.net/hubfs/1745176/Assets-Jumbla/play.png');
    background-repeat:no-repeat;
    background-size:100%;
    opacity:1;
}

.learn-aboutus-cta .cta_button:after,
.services-showreel-cta .cta_button:after {
    content:'';
    position:absolute;
    left:0;
    top:-1px;
    width:35px;
    height:44px;
    background-image:url('//cdn2.hubspot.net/hubfs/1745176/Assets-Jumbla/Hover-Play.png');
    background-repeat:no-repeat;
    background-size:100%;
    opacity:0;
}

.services-showreel-cta .cta_button:hover:before,
.learn-aboutus-cta .cta_button:hover:before{
     opacity:0;
}


.services-showreel-cta .cta_button:hover:after,
.learn-aboutus-cta .cta_button:hover:after{
     opacity:1;
}


@media(max-width:480px){
  
.learn-aboutus-cta .cta_button:before,
.services-showreel-cta .cta_button:before{
    top:9px;
}
  
.learn-aboutus-cta .cta_button:after,
.services-showreel-cta .cta_button:after{
    top:9px;
} 
    
}

@media(max-width:823px) and (min-width:768px){
  
.learn-aboutus-cta .cta_button:before,
.services-showreel-cta .cta_button:before{
    top:-2px;
}
  
.learn-aboutus-cta .cta_button:after,
.services-showreel-cta .cta_button:after{
    top:-2px;
}  
 
}

@media(max-width:1024px) and (min-width:900px){
  
.learn-aboutus-cta .cta_button:before,
.services-showreel-cta .cta_button:before{
    top:-2px;
}
  
.learn-aboutus-cta .cta_button:after,
.services-showreel-cta .cta_button:after{
    top:-2px;
}  
 
}


@media(max-width:1024px) and (min-width:768px){
    

.learn-aboutus-cta .cta_button{
    padding-left:50px;
}
body.work-blog .container-fluid .row-fluid iframe {
    min-width: auto !important;
}  
  
    
}


.bounce-box,.post-header{
 /*background-size:100% 100%!important;*/
 background-size:cover !important;
    transition: /*background-size 1.2s ease-in-out*/transform 15s linear;
    -o-transition: /*background-size 1.2s ease-in-out*/transform 15s linear;
    -moz-transition: /*background-size 1.2s ease-in-out*/transform 15s linear;
    -webkit-transition: /*background-size 1.2s ease-in-out*/transform 15s linear;
    
}


/*.bounce-box:hover,.post-header:hover{
    
}*/


@media(max-width:767px){
    .header-container-wrapper.sticky{
        background: none;
    }    
    .header-container-wrapper{
        border-bottom:none;
    }    
    .sticky .fixed-nav-logo{
        top:20px;
    }        
    .header-container-wrapper {
        background: none;
    }    
    .header-container-wrapper, .header-container-wrapper.sticky{
        background: rgba(0, 0, 0, 0.8);
        padding:0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        top:0;
        position:fixed;
    }
    .header-container-wrapper .logo {
        opacity: 0;
        position:absolute;
    }
    .header-container-wrapper .fixed-nav-logo {
        opacity: 1;
        top: 20px;
        /* transition: all .6s ease-in-out; */
        z-index: 1;
        padding-left: 15px;
        padding-top: 0px;
        transition: opacity .4s ease-in-out;
    }
    a.mobile-links {
        width: 100%;
        height: 100%;
        display: block;
    }
}


/** jquery select2 css **/
.select2-container {
width:100% !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
.select2-results__options .select2-results__option:first-child {
    color:#999;
} 

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: auto; 
// padding-left:20px;}

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #7ed4db; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color:#7ed4db;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e7e7e7;
    border: 1px solid #aaa;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius:0;}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius:0;}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
  border-radius:0;}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/** jquery select2 css ends **/


/*Filter Select Styling*/

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #0f0f0f;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    font-family: proxima-nova,sans-serif;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:48px;
}

.select2-container--default .select2-selection--single {
   border: 1px solid #959595;
    height: 48px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: inherit;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 38%;
    background: url(//cdn2.hubspot.net/hubfs/1745176/Assets-Jumbla/select.png?t=1463484497605) no-repeat;
    width: 16px;
    height: 13px;
    background-position: right center;
    right: 23px;
    border-color: transparent;
    border-style: none;
    border-width: 0;
}

span.dropdown-wrapper,.select2-container{
    color: #0f0f0f;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    font-family: proxima-nova,sans-serif;
    letter-spacing: 0.5px;
    line-height: 25px;
    outline:none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:visited,
.select2-container--default .select2-selection--single .select2-selection__rendered:active,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    outline:none !important;
    
}

.select2-container--classic .select2-selection--multiple{
    padding-left:25px;
}




/** image zooming - smoother **/
.home-generic-col-main.scale-up,
.home-generic-col.scale-up,
.contact-generic-col.scale-up {
    overflow:hidden;
}
.contact-generic-col.scale-up {
    position:relative;
}
.contact-generic-col.scale-up .generic-col-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box; 
    display: -ms-flexbox;  
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction: column;
    padding:0 30px;
    -webkit-justify-content:center;
    -ms-justify-content:center;
    justify-content: center;
}

.home-generic-col-main.scale-up > .bounce-box,
.home-generic-col.scale-up > .bounce-box,
.contact-generic-col.scale-up > .bounce-box{
    background-size:cover !important;
}

.home-generic-col-main.scale-up > .bounce-box,
.home-generic-col.scale-up > .bounce-box,
.contact-generic-col.scale-up > .bounce-box{
    position: absolute;
    -webkit-transition: -webkit-transform 5s ease-in;
   -moz-transition:    -moz-transform 5s ease-in;
     -o-transition:      -o-transform 5s ease-in;
        transition: -webkit-transform 5s ease-in;
        transition:         transform 5s ease-in; 
    
}
.home-generic-col-main.scale-up:hover > .bounce-box,
.home-generic-col-main.scale-up:hover > .post-header,
.home-generic-col.scale-up:hover > .bounce-box,
.contact-generic-col.scale-up:hover > .bounce-box {
    background-size:cover !important;
     -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
         
    transform:scale(1.2);
}
.home-generic-col-main.scale-up > .home-generic-col-main-wrap,
.home-generic-col.scale-up > .home-generic-col-wrap{
    max-width:initial;
    height: 100%;
  display: -webkit-box; 
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;     padding-left: 31px;
    padding-right: 31px;
    width: 100%;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content:center;
   justify-content: center;
    
}

.home-generic-col.scale-up > .home-generic-col-wrap {
  -webkit-justify-content: flex-start;
  -ms-justify-content:flex-start;
   justify-content: flex-start;
}


.accordion_header {
    transition:background .2s ease-in;
}
.accordion_header:hover {
    background-color:#f9f9f9;
}


/*.careers-cm:hover .generic-col-wrap h2{
    text-shadow:0 1px 1px #666;
}*/

form span.dropdown-wrapper,
form .select2-container {
    margin-bottom:30px;
    color: rgba(0,0,0,0.5);
    font-weight:300;
}
.apply-page form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0,0,0,0.5);
}

.apply-page .select2-results__option {
    font-weight:300;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered {
    border:none;
    font-weight:300;
}


 .contact-cm.career-hover:hover a {
     color:#7ed4db;
 }
 
 
 
 
 
@media(max-width:1024px) and (min-width:768px){
    
body .widget-type-cell.courses-hero{
    padding: 200px 0 100px;
}

body .container-fluid .row-fluid .contact-hero{
    padding: 200px 0 100px!important;
    min-height: 600px!important;
}

body .container-fluid .row-fluid .start-a-proj-hero{
    padding-top:85px;
    padding-bottom:50px;
}


.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 25px 9px !important;
}


.about-awards .row-fluid [class*="span"].col{
    width:32%;
}

.about-awards h3{
    font-size:15px;
    line-height:25px;
}

.client-section-header{
    margin-bottom:35px;
}

.client-logos-2col.section-padding {
    padding-bottom: 50px;
}


body .teaching-section .text-wrapper .span6:last-child p{
    padding-top:30px;
    padding-bottom:30px;
}

body .teaching-section{
    padding:100px 0px;
}

body .container-fluid .row-fluid .careers-cm .contact-generic-col h2,
body .careers-generic-contact .contact-generic-col h3{
    font-size:25px;
    line-height:35px;
}

.explainer-video iframe{
    width:100%;
}

body .why-jumbla .list-items h2{
    font-size:25px;
}

/*body .explainer-hero .right-col{
    padding-top: 29%;
}*/
    
} 

/**** for about page only *****/

.header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 15px;
    padding: 34px 13px;
}
 .logo img.hs-image-widget {
    width: 70px !important;
}
.about-hero h1 {
    font-size: 32px;
    line-height: 36px;
}
.about-hero h2{
    font-size: 31px;
    line-height: 38px;
}
.learn-aboutus-cta .cta_button {
    font-size: 25px;
}
.learn-aboutus-cta .cta_button:before, .services-showreel-cta .cta_button:before {
    background-size: 28px 37px;
}
.learn-aboutus-cta .cta_button:after, .services-showreel-cta .cta_button:after{
    background-size: 28px 37px;
}
.row-fluid [class*="span"].about-section2 {
    min-height: 570px;
}
.about-section1 p {
    font-size: 20px;
    line-height: 37px;
    padding-bottom: 20px;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.client-section-header h2 {
    font-size: 31px;
    line-height: 41px;
}
.client-logos-2col h4{
    font-size: 17px;
}
.about-awards h3{
    font-size: 17px;
    line-height: 19px;
}

.about-awards h4{
    font-size: 18px;
}
.about-awards p {
    line-height: 19px;
    font-size: 16px;
}
.about-team-member .generic-col h2 {
    font-size: 22px;
    line-height: 26px;
}
.container-fluid .row-fluid .custom-team-member h4,
.container-fluid .row-fluid .custom-team-member h3{
    font-size: 23px;
    line-height: 23px;
}
.footer-container-wrapper h4 {
    font-size: 18px;
}
.footer-container-wrapper p {
    font-size: 14px;
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 14px;
}
.about-section1 h3 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1.6px;
    padding-bottom: 24px;
}
.masonary-grp {
    margin-top: 65px;
}
.home-page-res .size-2X2 {
    width: 20%;
    height: 23vw;
}
.home-page-res .size-1x1, 
.home-page-res .size-1x2, 
.home-page-res .size-1x3 {
    width: 20%;
    height: 23vw;
}

/* Home Page Updates */
[id*="popUpVideo"] iframe { width: 1024px; max-width: 100vw; height: 576px; max-height: 56.25vw; }
.home-generic-col-main h2 { z-index:1212; }
.divOrdering [data-fancybox] { position: absolute; bottom: 20px; right: 10px; color: #fff; font-size:18px !important; outline:none; text-shadow: 2px 2px 2px rgba(0,0,0,0.6); z-index:125; opacity: 0; transition: all cubic-bezier(0.23,1,0.32,1) .4s }
.divOrdering:hover [data-fancybox] { opacity: 1; right: 20px }
.divOrdering [data-fancybox] img { width: 24px; display: inline-block }
.divOrdering .home-generic-col-main h3 { opacity:0; transition: all cubic-bezier(0.23,1,0.32,1) .4s; bottom:10px;  }
.divOrdering .home-generic-col-main h4 { opacity:0; transition: all cubic-bezier(0.23,1,0.32,1) .4s; top:10px;  }
.divOrdering:hover .home-generic-col-main h3 { opacity:1; bottom:20px; }
.divOrdering:hover .home-generic-col-main h4 { opacity:1; top:20px;  }
.divOrdering .home-generic-col-main a,.divOrdering .home-generic-col-main h2 { padding-top:0; display: block; color: #fff; font-size: 26px; line-height: 26px }
.divOrdering:hover .home-generic-col-main h2 a,.divOrdering:hover .home-generic-col-main h2 { color:#7ed4db !important; }


/* News Page Updates */
.post-filer-blog-new .filter-expand-link { display:none !important; }



