/* @import url('http://example.com/example_style.css'); */
  @import url("https://use.typekit.net/nyl3idb.css");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.2/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    */
/*****************************************/





/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/



*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family: 'proxima-nova', sans-serif; font-size:18px; line-height:1.428; font-weight:400; color:#423f3f; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#423f3f; font-family: proxima-nova, sans-serif; font-size:70px; line-height:80px; font-weight:900; margin:0; padding:0; clear:both }
h2 { color:#0762c8; font-family: proxima-nova, sans-serif; font-size:40px; line-height:50px; font-weight:900; margin:0; padding:0; clear:both }
h3 { color:#2dc84d; font-family: proxima-nova, sans-serif; font-size:30px; line-height:40px; font-weight:700; margin:0; padding:0; clear:both }
h4 { color:#807e7e; font-family: proxima-nova, sans-serif; font-size:25px; line-height:32px; font-weight:700; margin:0; padding:0; clear:both }
h5 { color:#423f3f; font-family: proxima-nova, sans-serif; font-size:22px; line-height:28px; font-weight:700; margin:0; padding:0; clear:both }
h6 { color:#423f3f; font-family: proxima-nova, sans-serif; font-size:16px; line-height:16px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#f5a623; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#2dc84d; }

input , button , textarea, select , 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"] { outline:none; color:#59595c; background:#fff; border-radius:0px; border:0; height:60px; padding:0 15px; font-size:14px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:182px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { cursor:pointer; /* background-image:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png); */ background-color:#f5a623; padding:17px 40px; width:auto; max-width:100%; text-align:center; display:inline-block; color:#fff; font-weight:700; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; font-family:proxima-nova, sans-serif; box-shadow: 0 2px 4px rgb(0 0 0 / 50%) } 
input[type=submit]:hover , button:hover { background-color:#2dc84d; } 

::-webkit-input-placeholder { color:#ccc !important; opacity:1 !important; font-family: proxima-nova, sans-serif !important; font-size:18px !important;  }
::-moz-placeholder { color:#ccc !important; opacity:1 !important; font-family: proxima-nova, sans-serif !important; font-size:18px !important;  }
:-ms-input-placeholder { color:#ccc !important; opacity:1 !important; font-family: proxima-nova, sans-serif !important; font-size:18px !important;  }
:-moz-placeholder { color:#ccc !important; opacity:1 !important; font-family: proxima-nova, sans-serif !important; font-size:18px !important;  }



.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }


ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#e68700; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
.hs-menu-item.hs-menu-depth-2.hs-item-has-children:before{content: '»';position: absolute;right: 6px;top: 10%;font-size: 22px;  }

.nonbtn a, .nonbtn-a{display: initial!important; text-decoration: underline; color: #2dc84d!important; background: none!important; padding: 0px!important; text-align: left!important;}
.nonbtn a:hover, .nonbtn-a:hover{color: #0762c8!important;}

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

.row-fluid .btn-style a, .row-fluid a.btn-style { float:none; display:inline-block; position:relative; padding:18px 69px; color:#fff; font-weight:700; letter-spacing:1px; font-family: proxima-nova, sans-serif; }
.row-fluid .btn-style a:hover, .row-fluid a.btn-style:hover {  }

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1130px; padding:0; float:none !important; } 

/* Hubl Result Page */
.row-fluid .hs-search-results { padding: 80px 0; }
.row-fluid .hs-search-results ul#hsresults { counter-reset: section; }
.row-fluid .hs-search-results ul#hsresults li + li { border-top: 1px solid rgba(0, 0, 0, 0.2); }
.row-fluid .hs-search-results ul#hsresults li  a.hs-search-results__title { font-weight: 700; position: relative; padding-left: 28px; font-size: 21px; display: inline-block; }
.row-fluid .hs-search-results ul#hsresults li  p.hs-search-results__description { padding: 13px 0 0; }
.row-fluid .hs-search-results ul#hsresults li a.hs-search-results__title:before { counter-increment: section; content: ""counter(section) ":"; position: absolute; left: 0; top: 3px; }
.row-fluid .hs-search-results ul#hsresults li { padding: 30px 0; }
.row-fluid .hs-search-results ul#hsresults li:first-child { padding-top: 0; }
.row-fluid .hs-search-results ul#hsresults li:last-child { padding-bottom: 0; }

.header-logo { width:100%; float:left; padding:20px 0px; background:#DFEBF9; padding:50px 0px; }
.row-fluid .landing-content-section { width:100%; float:left; background:#DFEBF9; }
.row-fluid .landing-content-inner { height:430px; padding-bottom:50px; }


body.blp {     background: #dfebf9; }
.blp .landing-content-inner { height:auto; }
.blp .ok.landing-content-inner .right-part { position:fixed; top:10px;     width: 652px; }

.row-fluid .form-section { z-index:11; position: relative;}

.training-box { width: calc(100% / 3 - 30px); margin: 0 15px 30px; float: left; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); text-align: center;position:relative; }
.training-row { margin: 0 -15px; }
.training-box-listing .wrapper { max-width: 930px; }
.training-box .training-content { padding: 20px 15px; position:relative;}
.training-content h3 { font-size: 22px; font-weight: 700; font-family: proxima-nova, sans-serif; color: #353535; line-height: 28px;  }
.training-box-listing { padding: 80px 0; width: 100%; float: left; }
.training-img img { width: 100%; height: 150px; object-fit: cover; }

.training-text { font-size: 14px; line-height: 18px; margin-bottom: 30px; margin-top: 16px; }
.training-box .btn { width: 100%; background: #f5a623; display: block;  color: #fff; font-size: 20px; font-weight: 700; font-family: proxima-nova, sans-serif; padding: 16px 0; letter-spacing: 1px;  }
.training-box .btn.absolute{  position: absolute; bottom: 0;left: 0;}
.training-box .btn:hover { background: #2dc84d; }

.inner-banner-section { background-size: cover; background-position: center; position: relative; z-index: 1; padding: 60px 0; }
.inner-banner-section:after { content: ""; background-color: rgba(66, 116, 203, 0.85); position: absolute; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: -1; }
.inner-banner-section h1 { font-size: 49px; font-weight: 400; line-height: 48px; color: #fff; font-family: proxima-nova, sans-serif; }
.inner-banner-section .wrapper { display: flex; align-items: center; }
.inner-banner-section .wrapper > div { width: 50%; }
.right-info-box ul { background-color: rgba(0, 0, 0, 0.23); padding: 24px 35px 10px ; list-style: none; width: 100%; max-width: 500px; float: right; }
.right-info-box ul li { color: #fff; font-size: 14px; margin-bottom: 15px; position: relative; }
.right-info-box ul li.icon{ padding-left: 52px; }
.right-info-box ul li strong { display: block; font-size: 17px; letter-spacing: 2px; text-transform: uppercase; }
.right-info-box ul li:last-child { margin-bottom: 0; }
.right-info-box ul li.icon:before { content: ""; background-image: url('https://cdn2.hubspot.net/hubfs/2515281/AlliedReliability_January2019_theme/Images/Continuing_Education.png'); background-position: center; background-repeat: no-repeat; background-size: contain; display: block; width: 35px; height: 28px; position: absolute; left: 0; top: 0; }
.right-info-box ul li.target-audience:before{ background-image: url(https://cdn2.hubspot.net/hubfs/2515281/AlliedReliability_January2019_theme/Images/Target_Audience.png); }
.right-info-box ul li.course-duration:before{background-image: url(https://cdn2.hubspot.net/hubfs/2515281/AlliedReliability_January2019_theme/Images/Course_Duration.png) ;}
.right-info-box ul li.delivery:before{background-image: url(https://cdn2.hubspot.net/hubfs/2515281/delivery.png) ;}
.right-info-box ul li.delivery{font-size:12px;}
.inner-content-section .content-left { width: 60%; float: left; }
.inner-content-section .content-right { width: 40%; float: right; padding-left: 50px; }
.inner-content-section .content-left h2 { color: #2dc84d; text-transform: uppercase; line-height: 45px; margin-bottom: 28px; }
.inner-content-section .content-left blockquote { color: #423f3f; font-size: 24px; line-height: 34px; text-align: center; width: 100%; max-width: 485px; margin: 20px auto 0; font-style: italic; }
.inner-content-section .content-left blockquote + blockquote { margin-top: 0; margin-bottom: 30px; }
.inner-content-section { width: 100%; float: left; padding: 90px 0 75px; }

.content-right-inner { background-color: #f6f9fc; padding: 30px 8px 30px 21px; text-align:center; }
.inner-content-section .wrapper { max-width: 1270px; width:100%; }
.content-right-inner ul { padding: 0; list-style: none; text-align:left; }
.content-right-inner ul > ul{margin-left:50px;list-style:circle;}

.content-right-inner h3 { color: #0762c8; font-size: 22px; font-weight: 700; font-family: 'Montserrat', sans-serif; text-align: center; margin-bottom: 35px; }
.content-right-inner ul { font-size: 20px; font-weight: 400; letter-spacing: 1.11px; line-height: 45px; }
.content-right-inner ul li { position: relative; padding-left: 30px; line-height: 1; margin: 20px 0;}
.content-right-inner ul > ul li{ padding-left:0;}
.content-right-inner ul li:before { display: block; content: ""; background: url(https://cdn2.hubspot.net/hubfs/2515281/AlliedReliability_January2019_theme/Images/check-icon.png) no-repeat center / contain; width: 27px; height: 17px; position: absolute;  left: 0; }
.content-right-inner ul > ul li:before{ background:transparent; }
.cta-btn2 { border-radius: 7px; background-color: #0762c8; display: inline-block; color: #ffffff; font-size: 20px; font-weight: 600; letter-spacing: 1.5px; padding: 14px 34px; }
.cta-btn2:hover { background: #f5a623; color: #fff; }
.download-btn { margin-right: 14px; margin-top: 20px; position: relative; padding-left: 64px; }
.download-btn:before { content: ""; background: url('https://cdn2.hubspot.net/hubfs/2515281/AlliedReliability_January2019_theme/Images/download-icon.png') no-repeat center / contain; width: 20px; height: 23px; display: block; position: absolute; left: 9px; top: 0; bottom: 0; margin: auto; border-right: 1px solid rgba(255, 255, 255, 0.23); padding-right: 41px; }

.inner-workshops-section { width: 100%; float: left; background-color: #333333; padding: 65px 0 90px ; }
.inner-workshops-section h3 { color: #ffffff; font-size: 40px; font-weight: 400; line-height: 48px; font-family: proxima-nova, sans-serif; text-align: center; width: 100%; max-width: 600px; margin: 0 auto 20px; }
.workshop-row { margin: 0 -15px; }
.workshop-box { width: calc(100% / 4 - 13px); margin: 0 6px 16px; background: #fff; float: left; text-align: center; padding: 16px 15px; border-top: 10px solid #2dc84d; }
.workshop-box strong { color: #121212; font-size: 13px; font-weight: 400; display: block; margin-bottom: 0; }
.workshop-box h4 { color: #353535; font-size: 15px; font-weight: 700; line-height: 34px; }
.start_date span { font-size: 28px; font-weight: 300; display: inline-block; vertical-align: middle; background-color: rgba(216, 216, 216, 0.36); padding: 4px 5px; }
.start_date { margin-bottom: 8px; }
.start_date span:after { content: ""; }
.workshop-box .location { color: #353535; font-size: 17px; font-weight: 300; }
.workshop-box:nth-child(even) { border-color: #0762c8; }
.box-row{ display: flex; justify-content: center; }
.box-row:nth-child(2n) .workshop-box:nth-child(even) { border-color: #2dc84d; }
.box-row:nth-child(2n) .workshop-box:nth-child(odd) { border-color: #0762c8; }
.card-content ul{text-align: left!important; padding: 10px 20px!important; margin: 0 auto!important; max-width: 400px!important; display: block;}


.workshop-box .cta-btn2 { background: #f5a623; color: #ffffff; padding: 8px 15px; border-radius: 0; width: 100%; margin-top: 17px; }
.workshop-box .cta-btn2:hover { background: #0762c8; }

.allied-table{width: 95%; max-width: 750px; margin: 0 auto; text-align: left; font-size: 14px; color: #888686; line-height: 26px; font-weight: 200;}
.allied-table th{text-align: center; background: #0762c8; color: #fff; padding: 10px 15px;}
.allied-table td{padding: 5px 15px;}
.allied-table tr:nth-child(2n){background: #f4f4f4;}
.allied-table{ border-spacing: 5px;}

.standard-twocolsec .standard-text{max-width: none;}
.twocol-list{column-count: 3;  column-gap: 35px;}
.card-content .twocol-list{max-width: 500px!important; width: auto; }
.card-content .twocol-list li{margin-bottom: 10px; display: block;}
.center-btn a{float: none; display: inline-block; vertical-align: top; padding: 15px 35px; color: #fff; background-color: #f5a623; box-shadow: 0 2px 4px rgba(0,0,0,0.5); font-size: 21px; line-height: 27px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;}
.center-btn a:hover {background-color: #2dc84d;}
.arrw-list li{text-align: center;}
.arrw-list li a{font-size: 22px; text-decoration: none; text-align: center;}
.arrw-list li a .fas{position: relative; left: -30px; opacity: 0; transition: all ease 0.3s;}
.arrw-list li a:hover .fas{opacity: 1; left: 0px;}
.insert_btn{float: none; display: inline-block; vertical-align: top; padding: 15px 35px; color: #fff; background-color: #f5a623; box-shadow: 0 2px 4px rgba(0,0,0,0.5); font-size: 21px; line-height: 27px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;}

/* 15-07-2019 */
.product-listing-section { width:100%; float:left; }
.filter-section { width:100%; float:left; background:#F8F8F8; border-top:2px solid #B3B3B3; padding:60px 0; }
.filter-left {float:left;}
.filter-left h3 { font-size:20px; color:#231F20; font-weight:800; }
.filter-right { float:right; text-align: right; max-width: 1000px; padding-top: 2px; }
.filter-right .filter-box { display: inline-block; vertical-align: middle;  text-align: left; padding-right:50px;  position: relative; }
.filter-box label:after { content: "\f0d7"; font-family: FontAwesome; display: inline-block; margin-left: 10px; font-size: 15px; }
.filter-box label { color: #A8A9A9; font-size: 18px;  font-weight: 700; cursor: pointer; }
.filter-box label.active { color:#2dc84d; }
.filter-box.open label:after { transform: scaleY(-1); }
/* .filter-right .filter-box .filter { position: absolute;  top: 110%; left: 0; background: #fff; right: 0; list-style: none; padding: 0; box-shadow: 0 4px 7px -4px rgba(0, 0, 0, 0.3); margin: 0; z-index: 1; height: auto; max-height: 298px;overflow:scroll; } */
.filter-right .filter-box .filter { position: absolute;  top: 110%; left: 0; background: #fff; right: 0; list-style: none; padding: 0; box-shadow: 0 4px 7px -4px rgba(0, 0, 0, 0.3); margin: 0; z-index: 1; height: 164px; }
.filter-right .filter-box .filter li a { color: #0762c8; padding: 6px 16px; width: 100%; border-bottom: 1px solid #0762c8; float: left; font-size: 14px; line-height: 20px; }
.filter-right .filter-box .filter li:last-child a { border-bottom: none; }
.filter-right .filter-box .filter li a:hover { background: #0762c8; color: #fff; }

.filter-right .mCSB_inside > .mCSB_container { margin-right:6px; }
.filter-right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background:#0762c8 !important; }
.filter-right .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { background:#88b8ec !important; }
  

.product-post-listing { width: 100%; float: left; padding-bottom:30px; }
.sort-by { float: right; padding: 40px 0; }
.sort-by > span { font-size: 16px; color: #000; font-weight: 700; display: inline-block; margin-right: 6px; }
.sort-by .filter-box { display: inline-block; position: relative; }
.sort-by .filter-box label { color: #D2D2D2; font-size: 16px; border: 1px solid #D2D2D2; padding: 2px 35px 2px 15px; min-width: 180px; position: relative; }
.sort-by .filter-box label.active { color:#2dc84d; }
.sort-by .filter-box label:after {  position: absolute; right: 11px; top: 0; bottom: 0; margin: auto; height: 17px; }
.sort-by .filter-box .filter { position: absolute; top: 100%; left: 0; background: #fff; right: 0; list-style: none; padding: 0; box-shadow: 0 4px 7px -4px rgba(0, 0, 0, 0.3); margin: 0; }
.sort-by .filter-box .filter li a { color: #0762c8; padding: 4px 16px; width: 100%; border-bottom: 1px solid #0762c8; float: left; }
.sort-by .filter-box .filter li:last-child a { border: none; }
.sort-by .filter-box .filter li a:hover { background: #0762c8; color: #fff; }

.product-post-row:after ,.product-post-row:before { content: ""; display: table; clear: both; }
.product-post-row { clear: both; }

.product-post { width: calc(100%  / 4 - 30px); float: left; margin: 0 15px 30px; text-align: center; transition: all 0.5s; padding: 12px 15px 20px; overflow: hidden; }
.product-post > a { width: 100%; display: inline-block; cursor: pointer; }
.product-img img { width: 100%; max-width: 220px; }
.product-post:hover { box-shadow: 0 3px 13px -3px rgba(0, 0, 0, 0.32); }
.product-post-row { margin: -15px; padding: 20px 0 0; }
.product-content h4 { font-size: 22px; color: #423F3F; margin-bottom: 0; }
.product-content { padding-top: 10px; }
.brand-name { color: #8E8F8F; margin-bottom: 20px;  }

.product-btn span { float: none; display: inline-block; vertical-align: top; padding: 8px 20px 6px; color: #fff; background-color: #f5a623; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); font-size: 20px; line-height: 27px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; line-height: normal; width: 100%; }
.product-btn span:hover { background-color: #2dc84d; }
.product-btn {  -webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-o-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);; -webkit-transition: all 0.5s;;
-moz-transition: all 0.5s;;
-o-transition: all 0.5s;;
-ms-transition: all 0.5s;;
transition: all 0.5s;;; opacity: 0; visibility: hidden; }
.product-post:hover .product-btn { -webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-o-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);;  opacity:1; visibility: visible; }

/* 16-7-2019 Start */
.product-img img { width:100%; max-width:220px; object-fit:contain; height:200px; }
.filter-button { padding:8px 30px; background-color:#0762c8; color:#fff; font-weight:500; font-size:18px; box-shadow:0 2px 4px rgba(0,0,0,0.5); }
.filter-button:hover { background-color:#2dc84d; color:#fff; }
.filter-right a.clear-filter-button { position:relative; font-weight:500; font-size:18px; padding:4px 15px; margin:0 auto 0; display:inline-block; line-height:normal; }
.filter-right a.clear-filter-button:before { content:'\f00d'; font-family:'fontawesome'; }

.product-inner { width:100%; margin:0 auto;  float:left; }
.product-inner .product-detail { margin:0 auto; display:inline-block;width:100%; padding:100px 0; }
.product-inner .product-detail .pro-left-part { width:calc(50% - 30px); float:left; margin:0 15px; }
.product-inner .product-detail .pro-left-part .product-slide { margin-bottom:30px; }
.product-inner .product-detail .pro-right-part { width:calc(50% - 30px); float:left; margin:0 15px; }
.product-slide-thumb .thumb-box img { width:100%; height:100%; object-fit:contain; object-position:center center; }
.product-img-box img { margin:0 auto; height:200px; /* box-shadow:0px 2px 8px rgba(0,0,0,0.5);*/ }
.product-slide-thumb .slick-slide .thumb-box { opacity:0.5; border:3px solid transprent; border-radius:2px; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;; cursor:pointer; }
.product-slide-thumb .slick-slide.slick-current .thumb-box { opacity:1; border:3px solid #4970B7; border-radius:2px; }
.pro-right-part .pro-title h2 { margin:0 auto 15px; color:#4970b7; }
.pro-right-part .expert-btn { margin:30px auto 0; font-family: proxima-nova, sans-serif; text-decoration:none; font-size:24px; font-weight:500; color:#fff; background-color:#EF9620; padding:4px 20px; display:inline-block; box-shadow:0 2px 4px rgba(0,0,0,0.5); }
.pro-right-part .expert-btn:hover { background-color:#2dc84d; color:#fff; }
.product-slide-thumb .slick-slide .thumb-box { width:100px !important; height:100px; }

.product-inner .tab-section { position:relative; float:left; width:100%; }
.product-inner .tab-section:before { content:''; position:absolute; width:100%; left:0; top:0; background:rgba(178, 180, 179, 0.1); height:100px; z-index:0; }
.product-inner .tab-section ul.tabs { margin:0px; padding:0px; list-style:none; position:relative; z-index:1; }
.product-inner .tab-section ul.tabs li { background:none; position:relative; color:#8F8A8A; display:inline-block; height:100px; line-height:100px; padding:0 15px; cursor:pointer; font-size:17px; font-family: proxima-nova, sans-serif; font-weight:900; -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;;  }
.product-inner .tab-section ul.tabs li:after { opacity:0; visibility:hidden; content:''; background:transparent; width:0; height:3px; position:absolute; left:0; bottom:0; -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;; }
.product-inner .tab-section ul.tabs li.current, .product-inner .tab-section ul.tabs li:hover { background:none; color:#423F3F; }
.product-inner .tab-section ul.tabs li.current:after, .product-inner .tab-section ul.tabs li:hover:after { opacity:1; visibility:visible; background:#4970B7; width:100%; }
.product-inner .tab-section .tab-content { display:none; background:#fff; padding:70px 20px 30px; margin-bottom:100px; }
.product-inner .tab-section .tab-content.current { display:inherit; }
.product-inner .tab-section .tab-content h2 { color:#423F3F; margin:0 auto 30px; }
.product-inner .tab-section .tab-content p { color:#8E8F8F; font-size:19px; line-height:24px; margin:0 auto 15px; padding:0;  }
.product-inner .tab-section .tab-content b { font-weight:700; color:#423F3F; font-size:20px; line-height:normal; }
.product-inner .tab-section .tab-content .content-wrap { display:inline-block; width:100%; }
.product-inner .tab-section .tab-content .content-wrap .download-box { width:170px; float:left; margin:5px auto; }
.product-inner .tab-section .tab-content .content-wrap label { cursor:pointer; text-transform:uppercase; border:2px solid #D2D2D2; color:#D2D2D1; position:relative; padding:0 0 0 10px; line-height:34px; }
.product-inner .tab-section .tab-content .content-wrap label:after { content:"\f0d7"; font-family:FontAwesome; display:inline-block; vertical-align:middle; margin-left:10px; font-size:16px; width: 30px; text-align:center; height:34px; float:right; border-left:2px solid #d2d2d2; }
.product-inner .tab-section .tab-content .content-wrap .right-box { width:calc(100% - 170px); float:left; padding-left:10px; }
.product-inner .tab-section .tab-content .content-wrap a { display:inline-block; cursor:pointer; }
.product-inner .tab-section .tab-content .content-wrap label:hover, 
.product-inner .tab-section .tab-content .content-wrap label.active { border-color:#4970b7; color:#4970b7; }
.product-inner .tab-section .tab-content .content-wrap label:hover:after { border-color:#4970b7; }

.related-post-section { border-top:1px solid #e1e1e1; padding:30px 0 30px; display:inline-block; width:100%;  }
.related-post-slider { display:flex; justify-content:center; }
.related-post-section h5 { font-size:20px; color:#4970B7; text-align:center; margin-bottom:50px; }
.product-post-listing .inner-pagi { margin:30px auto; text-align:center; display:inline-block; width:100%; }
.product-post-listing .inner-pagi  a { width:50px; position:relative; text-align:center; height:50px; float:none; display:inline-block; border:1px solid #bbb; color:#62538b; font-size:16px; line-height:26px; padding:12px 10px; }
.product-post-listing .inner-pagi  a:hover, .product-post-listing .inner-pagi  a.active { background-color:#f5a623; color:#fff; border-color:#f5a623; }

/*  */
.pt60{padding-top:60px;}
.pb60{padding-bottom:60px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.row-fluid .advanced-vibration-hero { margin-top: 176px; }
.row-fluid .wrapper-990 { width: 990px; }

.row-fluid .case-study-section { padding-top: 50px; width: 100%; float: left;}
.row-fluid .case-study-title h2 { font-size: 50px; line-height: normal; margin-bottom: 20px; }
.row-fluid .case-study-content { font-size: 20px; line-height: 40px; margin-bottom: 30px; }

.row-fluid .case-study-content h3 { font-size: 36px; color: #aeaeae; font-weight: 800; margin: 40px 0 18px; }
.row-fluid .case-study-content blockquote { border-left: 8px solid #2cc84e; margin: 30px 0; padding: 20px 0 20px 30px; font-style: italic; font-weight: 400; line-height: 34px; background-image: url(https://cdn2.hubspot.net/hubfs/2515281/AlliedReliability_January2019_theme/Images/Rectangle.png); background-repeat: repeat;  background-size: cover; background-position: center; }
.row-fluid .case-study-content blockquote h4 { color: #606060; font-size: 26px; font-weight: 800; margin-bottom: 20px; }
.row-fluid .case-study-content p { padding: 0; margin: 0 0 30px; }
.row-fluid .case-study-content blockquote p { margin-bottom: 0; }

.row-fluid .case-study-content ul { list-style: none; padding-left: 70px; margin: 30px 0 30px; }
.row-fluid .case-study-content ul li:before {content: "";width: 7px;height: 7px;background-color: #2cc84e;display: inline-block;position: absolute;top: 13px;left: 0;}
.row-fluid .case-study-content ul li { position: relative; font-size: 20px; font-weight: 300; line-height: 36px; padding-bottom: 40px; padding-left: 32px; }

.row-fluid .add-scroll-nav-menu { position: relative; padding-top: 72px; background: #fff; }

.row-fluid .scroll-nav-bar ul {list-style: none; transition: all 0.5s; margin:0; }
.row-fluid .scroll-nav-bar ul li { display: inline-block; border-right: 2px solid rgba(151, 151, 151, 0.2); padding: 10px 33px; }
.row-fluid .scroll-nav-bar ul li a.active { color: #2cc84e; }
.row-fluid .scroll-nav-bar ul li a { color: rgba(99, 100, 102, 0.3); font-size: 20px; font-weight: 800; }
.row-fluid .scroll-nav-bar ul li:last-child {border-right: none;}
.row-fluid .scroll-nav-bar ul li a:before { content: "\f0da"; font-family: FontAwesome; margin-right: 10px; }
.scroll-nav-bar .arrows-btn { display: none; }

.row-fluid .scroll-nav-bar { width: 100%; float: left; text-align: center; border-bottom: 2px solid rgba(151, 151, 151, 0.2); padding:0;top: 0; left:0; z-index: 99; position: absolute;  }
.row-fluid .scroll-nav-bar > div{background:#fff;}
.row-fluid .scroll-nav-bar.sticky {  position: fixed; top: 177px; background: #fff; }
.row-fluid .scroll-nav-bar.sticky ul { margin: 0; }
.row-fluid .scroll-nav-bar.sticky { padding: 0; }

.table-section { width: 100%; padding-bottom: 60px; }
.table-row { display: flex; align-items: center; font-size: 20px; font-weight: 700; color: #2cc84e; }
.table-box { width: 15%; text-align: center; }
.table-box:first-child { width: 55%; text-align: left; padding: 0 41px; }
.table-title { background: #0763c8; color: #fff; font-size: 25px; }
.table-box span { padding: 12px 0; display: block; }
.table-title .table-box span { padding: 15px 0; }
.table-content-row .table-box:first-child { font-weight: 400; color: #888; }
.table-content-row .table-row:nth-child(2n) { background: #f5f5f5; }
.table-box .mob-title { display: none; }
.table-box .mob-main-title{display:none;}
.table-btn{ display:none; }

.caption-area span{color: #6f6f6f!important; font-size: 13px!important; line-height: 17px!important;}

.results-box .results-number{  }  
@media (max-width:1199px) { 
    .filter-right { text-align:center; max-width:100%; width:100%; }
    .filter-right .filter-box { display:block; width:calc(40% - 30px); margin:10px 15px; float:left; padding:0px; }
    .filter-right .filter-box:first-child, .filter-right .filter-box:nth-child(3) { margin-left:0px; }
    .filter-right .filter-box:nth-child(2), .filter-right .filter-box:last-child { margin-right:0px; }
    .filter-box label:after { position:absolute; right:0; top:4px; }
    .filter-button { width:120px; display:inline-block; line-height:normal; margin-top:15px; }
    .filter-right a.clear-filter-button{    padding: 4px 25px 0 0;}
    
    /* */
    .row-fluid .advanced-vibration-hero { margin-top: 75px; }
    .row-fluid .scroll-nav-bar ul { margin: 0; }
    .row-fluid .scroll-nav-bar.sticky { top: 74px; }
    .row-fluid .add-scroll-nav-menu { padding-top: 90px; }
    .row-fluid .case-study-title h2 { font-size: 40px; }
    .row-fluid .case-study-content { line-height: 30px; font-size: 14px; }
    .table-title { font-size: 19px; }
    .table-box:first-child { padding: 0 24px; }
    .table-row { font-size: 17px; }
    .table-section { padding-bottom: 40px; }
    
    .row-fluid .case-study-content h3 { font-size: 28px; margin-top: 18px; }
    .row-fluid .case-study-content ul li { font-size: 16px; line-height: 26px; }
    .row-fluid .case-study-content ul li:before { top: 11px; }
    .row-fluid .case-study-content ul {padding-left: 30px; }
    .case-studies-img img { height: 186px; }
    .case-post-content { padding: 25px 15px 20px; }
    .case-post-content .case-post-text { font-size: 14px; line-height: 23px; }

}

@media (max-width:1100px) { 
    .sort-by { float:none; padding:40px 0; margin:0 auto; text-align:center; }
    .product-listing-section .product-post { width:calc(100% / 3 - 30px); } 
    .related-post-section .slick-slide { margin:0 10px; }
    .related-post-section .product-post { margin:15px auto 30px; box-shadow:0 3px 13px -3px rgba(0,0,0,0.32); }
    .related-post-section .product-post .product-img img { margin:0 auto; }
    .related-post-section .slick-dots { margin:0 auto; text-align:center; }
    .related-post-section .slick-dots li { display:inline-block; }
    .related-post-section .slick-dots li button { margin:0 5px; padding:0; width:15px; height:15px; border-radius:100%; box-shadow:0 2px 4px rgba(0,0,0,0.5); font-size:0;  }
    .related-post-section .slick-dots li.slick-active button { background-color:#2dc84d; }
}

@media (max-width:767px) { 
    .sort-by { float:none; padding:40px 0; margin:0 auto; text-align:center; }
    .filter-section { padding:30px 0; }
    .row-fluid .product-listing-section .filter-section .wrapper { width:70%; float:none !important; }
    .filter-left h3 { margin-bottom:10px; }
    .filter-right .filter-box { display:block; width:100%;  border:1px solid #b3b3b3; margin:0 auto 10px; padding:6px 30px 6px 10px; } 
    .filter-box label:after { right:10px; line-height:24px }
    .product-listing-section .product-post { width:calc(100% / 2 - 30px); box-shadow: 0 3px 13px -3px rgba(0,0,0,0.32); }
    .product-post .product-btn { opacity:1; visibility:visible; -webkit-transform:translateY(0%); -moz-transform:translateY(0%); -o-transform:translateY(0%); -ms-transform:translateY(0%); transform:translateY(0%); }
    .filter-right .filter-box .filter { top:100%; }
    .filter-button { display:inline-block; width:120px;margin: 0 auto; text-align:center; }

    .product-inner .product-detail { padding:50px 0; }
    .product-inner .product-detail .pro-left-part { width:100%; margin:0 auto; }
    .product-inner .product-detail .pro-right-part { width:100%; margin:30px auto 0; }
    .product-inner .product-detail .pro-right-part .product-text-box { text-align:center; }
    .pro-right-part .expert-btn { font-size:18px; }    
    .product-inner .tab-section .tab-content { padding:30px 0px 30px; margin-bottom:50px; float:left; }
    .product-inner .tab-section:before { height:70px; }
    .product-inner .tab-section ul.tabs li { height:70px; line-height:70px; }
    .product-inner .tab-section .tab-content h2 { font-size:20px; }
    .product-inner .tab-section .tab-content .content-wrap .right-box { width:100%; padding:0px; margin-top:15px; }
    .product-inner .product-detail .pro-left-part .product-slide-thumb { padding:0; max-width:420px; margin:0 auto; }

}
@media (max-width:567px) {     
    .product-slide-thumb .slick-slide .thumb-box { width:80px !important; height:80px; }
    .product-listing-section .product-post { width:calc(100% - 30px); }
    .product-inner .tab-section ul.tabs li { width:50%; float:left; padding:15px; text-align:center; font-size:14px; line-height:20px; }
}

@media (max-width:480px) {     
    .product-inner .product-detail .pro-left-part .product-slide-thumb { padding:0; }
    .row-fluid .product-listing-section .filter-section .wrapper { width:100%; }
}

/* 16-7-2019 End */

@media(max-width: 1024px){
    .twocol-list{column-count: 2;  column-gap: 35px;}
}

@media(max-width: 766px){
    .twocol-list{column-count: 1;  column-gap: 0px;}
    .card-content .twocol-list li{display: block; text-align: center;}
}

@media(min-width: 767px){
    .card-twocol .columnthis{width: calc(50% -20px); float: left; margin-right: 10px;}
    .card-twocol .columnthis:nth-child(2){margin-right: 0px; margin-left: 10px;}
}



.ongreen{background: rgba(255, 255, 255, 0.8); padding: 5px;}
.ongreen tr:nth-child(2n){background: #fff;}



.sm-tble th{padding: 5px 15px;}
.sm-tble td{padding: 0px 15px; font-size: 12px;}

/* Media Query Start */
@media (min-width: 1201px) and (max-width: 1340px){

}

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

    .row-fluid .wrapper {  width:920px; }

}

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

    .row-fluid .wrapper {  width:720px; }

}

@media (min-width: 768px) and (max-width: 1200px){
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }


    .blp .ok.landing-content-inner .right-part { width:56%; }

}

@media (min-width: 30px) and (max-width: 767px){
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }  
    h1 { font-size:30px; line-height:36px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }

}

@media (min-width: 991px){
    .row-fluid .form-section { position:fixed; bottom:0; z-index:11;}
}
@media (max-width: 500px){

}

@media (max-width: 480px){ 

}


/*  */
@media (max-width:1199px){
    .training-content .btn { padding: 16px 15px; }

    .inner-banner-section h1 { font-size: 28px; line-height: 36px; }
    .right-info-box ul { padding: 40px 21px 15px; }
    .inner-banner-section { padding: 50px 0; }
    .inner-content-section .content-left h2 { font-size: 28px; line-height: 34px; margin-bottom: 14px; }
    .inner-content-section { padding: 65px 0 75px; }
    .content-right-inner { padding: 24px 8px 20px 21px; }
    .content-right-inner h3 { margin-bottom: 18px; }
    .content-right-inner ul li { line-height: 26px; font-size: 16px; }
    .content-right-inner ul li:before { top: 4px; }
    a.cta-btn2.download-btn { font-size: 14px; }
    .inner-workshops-section { padding-bottom: 65px; }
    .workshop-box .cta-btn2 { font-size: 16px; padding: 6px 15px; }
    .inner-workshops-section h3 { font-size: 34px; line-height: 44px; margin-bottom: 34px; }

}

@media (max-width: 992px){
    .training-content h3 {font-size: 18px; line-height: 22px; }
    .training-content .btn { font-size: 16px; padding: 11px 15px; }
    .training-box-listing { padding: 54px 0 30px; }

    .inner-banner-section { padding: 120px 0 41px; }
    .right-info-box ul li strong { font-size: 11px; }
    .right-info-box ul li.icon:before { width: 26px; height: 29px; }
    .right-info-box ul li.icon { padding-left: 40px; }
    .right-info-box ul { padding: 26px 21px 15px; }
    .inner-content-section .content-right { padding-left: 20px; }
    .download-btn:before { width: 24px; height: 16px; padding-right: 0; border: none; }
    a.cta-btn2.download-btn { padding-left: 46px; padding-right: 22px; }
    .content-right-inner ul li { line-height: 20px; }
    .content-right-inner ul li:before { top: 2px; }
    .inner-content-section .content-left h2 { font-size: 24px; line-height: 28px; }
    .inner-content-section .content-left blockquote { font-size: 20px; line-height: 26px; }
    .inner-content-section { padding-bottom: 34px; }
    .workshop-box { width: calc(100% / 3 - 13px); }
    .inner-workshops-section { padding: 50px 0 45px; }


        

}


@media (max-width: 767px){
    .training-box { width: calc(100% / 2 - 30px); }

    .inner-banner-section .wrapper { display: block; }
    .inner-banner-section { width: 100%; float: left; padding-bottom: 62px; }
    .inner-banner-section .wrapper>div { width: 100%; }
    .inner-banner-section .banner-title { text-align: center; }
    .right-info-box ul { margin: 26px auto 0; float: none; }
    .inner-banner-section h1 { font-size: 24px; line-height: 28px; max-width: 320px; margin: auto; }
    .inner-content-section .content-left { width: 100%; }
    .inner-content-section .content-right { width: 100%; padding: 0; }
    .inner-content-section { padding-top: 45px; padding-bottom: 50px; }
    .workshop-box { width: calc(100% / 2 - 13px); }
    .inner-workshops-section h3 { font-size: 26px; line-height: 36px; }
    
    /* */
    .scroll-nav-bar .scroll-nav-inner { width: 100%; max-width: 250px; text-align: left; display: inline-block;  position: relative;  }
    .row-fluid .scroll-nav-bar { text-align: center; }
    .scroll-nav-bar .scroll-nav-inner .table-btn { width: 100%; display: block; border: 1px solid rgba(151, 151, 151, 0.2); padding: 4px 14px; font-size: 14px; color: rgba(151, 151, 151, 0.8); border-radius: 11px; position: relative; display:block; }
    .row-fluid .scroll-nav-bar.sticky { padding: 5px 0; }
    .row-fluid .scroll-nav-bar ul { transition: all 0s; padding-left: 0; border: 1px solid rgba(151, 151, 151, 0.2); margin-top: -14px; border-top: none; padding-top: 15px; background: #fff; right: 0; left: 0; position: absolute; top: 100%; display:none; z-index: -1; }     
    .row-fluid .scroll-nav-bar ul li { padding: 4px 13px; width: 100%; border: none; }
    .row-fluid .scroll-nav-bar ul li a:before { display: none; }
    .row-fluid .scroll-nav-bar ul li a { font-size: 14px; }
    .row-fluid .scroll-nav-bar.sticky ul { margin-top: -14px; }
    .scroll-nav-bar .scroll-nav-inner .table-btn:after { content: "\f107"; position: absolute; right: 14px; font-family: FontAwesome; font-size: 18px; height: 30px; top: 0; bottom: 0; margin: auto; }
    .scroll-nav-bar .scroll-nav-inner .table-btn.active:after { transform: scaleY(-1); }

    .row-fluid .case-study-section { width: 100%; float: left; padding-top: 30px; }
    .row-fluid .case-study-title h2 { font-size: 28px; }
    .row-fluid .case-study-content h3 { font-size: 24px; }
    .row-fluid .case-study-content blockquote { line-height: 24px; }
    .side-images-two .side-images-box { width: 100%; margin-bottom: 16px; }
    .row-fluid .case-study-content ul { padding-left: 0; }
    .case-studies-post { width: calc(100% / 1 - 30px); max-width: 350px; text-align: left; }
    .case-studies-img img { width: 100%; }
    .case-studies-post-row { text-align: center; }
    
    .table-content-row { width: 100%; max-width: 400px;  margin: auto; }
    .table-row.table-title { display: none; }
    .table-content-row .table-box:first-child { padding: 0; }
    .table-row { display: block; border: 1px solid rgba(151, 151, 151, 0.2); padding: 0; margin-bottom: 28px; }
    .table-box .mob-title { display: block; width: 100%; background: #0a64c9; color: #fff; padding: 6px 15px; }
    .table-box .mob-main-title { display: block; width: 100%; background: #0a64c9; color: #fff; padding: 10px 15px; }
    .table-box { width: 100% !important; text-align: center !important; }
    .table-box span { padding: 16px 15px; line-height: 19px; font-size: 16px; }
    .table-section { padding-bottom: 10px; }
    .row-fluid .scroll-nav-bar{ padding: 10px 15px;}

}

@media (max-width: 500px){
    .training-box { width: 100%;  max-width: 300px; margin: 0 auto 26px; float: none; }
    .training-box:after,.training-box:before {content: ""; display: table;  clear: both; }
    .training-box-listing {  padding-bottom: 20px; padding-top: 40px; }

    .inner-workshops-section h3 { font-size: 20px; line-height: 29px; }
    .workshop-box { width: 100%; max-width: 290px; margin: 0 auto 12px; float: none; }

}