/* ========================================================
 * ==================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */
/* ==========================================================================
   Table of Contents:
 
   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */
/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto:200,300,400,500,700');

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

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

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.eot');
	src: url('//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), 
	url('//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.woff2') format('woff2'), 
	url('//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.woff') format('woff'), 
	url('//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.ttf') format('truetype'), 
	url('//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/GlyphiconsHalflings/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "\2a";
}

.glyphicon-plus:before {
	content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}

.glyphicon-minus:before {
	content: "\2212";
}

.glyphicon-cloud:before {
	content: "\2601";
}

.glyphicon-envelope:before {
	content: "\2709";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-glass:before {
	content: "\e001";
}

.glyphicon-music:before {
	content: "\e002";
}

.glyphicon-search:before {
	content: "\e003";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-star:before {
	content: "\e006";
}

.glyphicon-star-empty:before {
	content: "\e007";
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-film:before {
	content: "\e009";
}

.glyphicon-th-large:before {
	content: "\e010";
}

.glyphicon-th:before {
	content: "\e011";
}

.glyphicon-th-list:before {
	content: "\e012";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-remove:before {
	content: "\e014";
}

.glyphicon-zoom-in:before {
	content: "\e015";
}

.glyphicon-zoom-out:before {
	content: "\e016";
}

.glyphicon-off:before {
	content: "\e017";
}

.glyphicon-signal:before {
	content: "\e018";
}

.glyphicon-cog:before {
	content: "\e019";
}

.glyphicon-trash:before {
	content: "\e020";
}

.glyphicon-home:before {
	content: "\e021";
}

.glyphicon-file:before {
	content: "\e022";
}

.glyphicon-time:before {
	content: "\e023";
}

.glyphicon-road:before {
	content: "\e024";
}

.glyphicon-download-alt:before {
	content: "\e025";
}

.glyphicon-download:before {
	content: "\e026";
}

.glyphicon-upload:before {
	content: "\e027";
}

.glyphicon-inbox:before {
	content: "\e028";
}

.glyphicon-play-circle:before {
	content: "\e029";
}

.glyphicon-repeat:before {
	content: "\e030";
}

.glyphicon-refresh:before {
	content: "\e031";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-lock:before {
	content: "\e033";
}

.glyphicon-flag:before {
	content: "\e034";
}

.glyphicon-headphones:before {
	content: "\e035";
}

.glyphicon-volume-off:before {
	content: "\e036";
}

.glyphicon-volume-down:before {
	content: "\e037";
}

.glyphicon-volume-up:before {
	content: "\e038";
}

.glyphicon-qrcode:before {
	content: "\e039";
}

.glyphicon-barcode:before {
	content: "\e040";
}

.glyphicon-tag:before {
	content: "\e041";
}

.glyphicon-tags:before {
	content: "\e042";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-bookmark:before {
	content: "\e044";
}

.glyphicon-print:before {
	content: "\e045";
}

.glyphicon-camera:before {
	content: "\e046";
}

.glyphicon-font:before {
	content: "\e047";
}

.glyphicon-bold:before {
	content: "\e048";
}

.glyphicon-italic:before {
	content: "\e049";
}

.glyphicon-text-height:before {
	content: "\e050";
}

.glyphicon-text-width:before {
	content: "\e051";
}

.glyphicon-align-left:before {
	content: "\e052";
}

.glyphicon-align-center:before {
	content: "\e053";
}

.glyphicon-align-right:before {
	content: "\e054";
}

.glyphicon-align-justify:before {
	content: "\e055";
}

.glyphicon-list:before {
	content: "\e056";
}

.glyphicon-indent-left:before {
	content: "\e057";
}

.glyphicon-indent-right:before {
	content: "\e058";
}

.glyphicon-facetime-video:before {
	content: "\e059";
}

.glyphicon-picture:before {
	content: "\e060";
}

.glyphicon-map-marker:before {
	content: "\e062";
}

.glyphicon-adjust:before {
	content: "\e063";
}

.glyphicon-tint:before {
	content: "\e064";
}

.glyphicon-edit:before {
	content: "\e065";
}

.glyphicon-share:before {
	content: "\e066";
}

.glyphicon-check:before {
	content: "\e067";
}

.glyphicon-move:before {
	content: "\e068";
}

.glyphicon-step-backward:before {
	content: "\e069";
}

.glyphicon-fast-backward:before {
	content: "\e070";
}

.glyphicon-backward:before {
	content: "\e071";
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-stop:before {
	content: "\e074";
}

.glyphicon-forward:before {
	content: "\e075";
}

.glyphicon-fast-forward:before {
	content: "\e076";
}

.glyphicon-step-forward:before {
	content: "\e077";
}

.glyphicon-eject:before {
	content: "\e078";
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.glyphicon-remove-sign:before {
	content: "\e083";
}

.glyphicon-ok-sign:before {
	content: "\e084";
}

.glyphicon-question-sign:before {
	content: "\e085";
}

.glyphicon-info-sign:before {
	content: "\e086";
}

.glyphicon-screenshot:before {
	content: "\e087";
}

.glyphicon-remove-circle:before {
	content: "\e088";
}

.glyphicon-ok-circle:before {
	content: "\e089";
}

.glyphicon-ban-circle:before {
	content: "\e090";
}

.glyphicon-arrow-left:before {
	content: "\e091";
}

.glyphicon-arrow-right:before {
	content: "\e092";
}

.glyphicon-arrow-up:before {
	content: "\e093";
}

.glyphicon-arrow-down:before {
	content: "\e094";
}

.glyphicon-share-alt:before {
	content: "\e095";
}

.glyphicon-resize-full:before {
	content: "\e096";
}

.glyphicon-resize-small:before {
	content: "\e097";
}

.glyphicon-exclamation-sign:before {
	content: "\e101";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-leaf:before {
	content: "\e103";
}

.glyphicon-fire:before {
	content: "\e104";
}

.glyphicon-eye-open:before {
	content: "\e105";
}

.glyphicon-eye-close:before {
	content: "\e106";
}

.glyphicon-warning-sign:before {
	content: "\e107";
}

.glyphicon-plane:before {
	content: "\e108";
}

.glyphicon-calendar:before {
	content: "\e109";
}

.glyphicon-random:before {
	content: "\e110";
}

.glyphicon-comment:before {
	content: "\e111";
}

.glyphicon-magnet:before {
	content: "\e112";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-retweet:before {
	content: "\e115";
}

.glyphicon-shopping-cart:before {
	content: "\e116";
}

.glyphicon-folder-close:before {
	content: "\e117";
}

.glyphicon-folder-open:before {
	content: "\e118";
}

.glyphicon-resize-vertical:before {
	content: "\e119";
}

.glyphicon-resize-horizontal:before {
	content: "\e120";
}

.glyphicon-hdd:before {
	content: "\e121";
}

.glyphicon-bullhorn:before {
	content: "\e122";
}

.glyphicon-bell:before {
	content: "\e123";
}

.glyphicon-certificate:before {
	content: "\e124";
}

.glyphicon-thumbs-up:before {
	content: "\e125";
}

.glyphicon-thumbs-down:before {
	content: "\e126";
}

.glyphicon-hand-right:before {
	content: "\e127";
}

.glyphicon-hand-left:before {
	content: "\e128";
}

.glyphicon-hand-up:before {
	content: "\e129";
}

.glyphicon-hand-down:before {
	content: "\e130";
}

.glyphicon-circle-arrow-right:before {
	content: "\e131";
}

.glyphicon-circle-arrow-left:before {
	content: "\e132";
}

.glyphicon-circle-arrow-up:before {
	content: "\e133";
}

.glyphicon-circle-arrow-down:before {
	content: "\e134";
}

.glyphicon-globe:before {
	content: "\e135";
}

.glyphicon-wrench:before {
	content: "\e136";
}

.glyphicon-tasks:before {
	content: "\e137";
}

.glyphicon-filter:before {
	content: "\e138";
}

.glyphicon-briefcase:before {
	content: "\e139";
}

.glyphicon-fullscreen:before {
	content: "\e140";
}

.glyphicon-dashboard:before {
	content: "\e141";
}

.glyphicon-paperclip:before {
	content: "\e142";
}

.glyphicon-heart-empty:before {
	content: "\e143";
}

.glyphicon-link:before {
	content: "\e144";
}

.glyphicon-phone:before {
	content: "\e145";
}

.glyphicon-pushpin:before {
	content: "\e146";
}

.glyphicon-usd:before {
	content: "\e148";
}

.glyphicon-gbp:before {
	content: "\e149";
}

.glyphicon-sort:before {
	content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}

.glyphicon-sort-by-order:before {
	content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}

.glyphicon-sort-by-attributes:before {
	content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}

.glyphicon-unchecked:before {
	content: "\e157";
}

.glyphicon-expand:before {
	content: "\e158";
}

.glyphicon-collapse-down:before {
	content: "\e159";
}

.glyphicon-collapse-up:before {
	content: "\e160";
}

.glyphicon-log-in:before {
	content: "\e161";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-log-out:before {
	content: "\e163";
}

.glyphicon-new-window:before {
	content: "\e164";
}

.glyphicon-record:before {
	content: "\e165";
}

.glyphicon-save:before {
	content: "\e166";
}

.glyphicon-open:before {
	content: "\e167";
}

.glyphicon-saved:before {
	content: "\e168";
}

.glyphicon-import:before {
	content: "\e169";
}

.glyphicon-export:before {
	content: "\e170";
}

.glyphicon-send:before {
	content: "\e171";
}

.glyphicon-floppy-disk:before {
	content: "\e172";
}

.glyphicon-floppy-saved:before {
	content: "\e173";
}

.glyphicon-floppy-remove:before {
	content: "\e174";
}

.glyphicon-floppy-save:before {
	content: "\e175";
}

.glyphicon-floppy-open:before {
	content: "\e176";
}

.glyphicon-credit-card:before {
	content: "\e177";
}

.glyphicon-transfer:before {
	content: "\e178";
}

.glyphicon-cutlery:before {
	content: "\e179";
}

.glyphicon-header:before {
	content: "\e180";
}

.glyphicon-compressed:before {
	content: "\e181";
}

.glyphicon-earphone:before {
	content: "\e182";
}

.glyphicon-phone-alt:before {
	content: "\e183";
}

.glyphicon-tower:before {
	content: "\e184";
}

.glyphicon-stats:before {
	content: "\e185";
}

.glyphicon-sd-video:before {
	content: "\e186";
}

.glyphicon-hd-video:before {
	content: "\e187";
}

.glyphicon-subtitles:before {
	content: "\e188";
}

.glyphicon-sound-stereo:before {
	content: "\e189";
}

.glyphicon-sound-dolby:before {
	content: "\e190";
}

.glyphicon-sound-5-1:before {
	content: "\e191";
}

.glyphicon-sound-6-1:before {
	content: "\e192";
}

.glyphicon-sound-7-1:before {
	content: "\e193";
}

.glyphicon-copyright-mark:before {
	content: "\e194";
}

.glyphicon-registration-mark:before {
	content: "\e195";
}

.glyphicon-cloud-download:before {
	content: "\e197";
}

.glyphicon-cloud-upload:before {
	content: "\e198";
}

.glyphicon-tree-conifer:before {
	content: "\e199";
}

.glyphicon-tree-deciduous:before {
	content: "\e200";
}

.glyphicon-cd:before {
	content: "\e201";
}

.glyphicon-save-file:before {
	content: "\e202";
}

.glyphicon-open-file:before {
	content: "\e203";
}

.glyphicon-level-up:before {
	content: "\e204";
}

.glyphicon-copy:before {
	content: "\e205";
}

.glyphicon-paste:before {
	content: "\e206";
}

.glyphicon-alert:before {
	content: "\e209";
}

.glyphicon-equalizer:before {
	content: "\e210";
}

.glyphicon-king:before {
	content: "\e211";
}

.glyphicon-queen:before {
	content: "\e212";
}

.glyphicon-pawn:before {
	content: "\e213";
}

.glyphicon-bishop:before {
	content: "\e214";
}

.glyphicon-knight:before {
	content: "\e215";
}

.glyphicon-baby-formula:before {
	content: "\e216";
}

.glyphicon-tent:before {
	content: "\26fa";
}

.glyphicon-blackboard:before {
	content: "\e218";
}

.glyphicon-bed:before {
	content: "\e219";
}

.glyphicon-apple:before {
	content: "\f8ff";
}

.glyphicon-erase:before {
	content: "\e221";
}

.glyphicon-hourglass:before {
	content: "\231b";
}

.glyphicon-lamp:before {
	content: "\e223";
}

.glyphicon-duplicate:before {
	content: "\e224";
}

.glyphicon-piggy-bank:before {
	content: "\e225";
}

.glyphicon-scissors:before {
	content: "\e226";
}

.glyphicon-bitcoin:before {
	content: "\e227";
}

.glyphicon-yen:before {
	content: "\00a5";
}

.glyphicon-ruble:before {
	content: "\20bd";
}

.glyphicon-scale:before {
	content: "\e230";
}

.glyphicon-ice-lolly:before {
	content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}

.glyphicon-education:before {
	content: "\e233";
}

.glyphicon-option-horizontal:before {
	content: "\e234";
}

.glyphicon-option-vertical:before {
	content: "\e235";
}

.glyphicon-menu-hamburger:before {
	content: "\e236";
}

.glyphicon-modal-window:before {
	content: "\e237";
}

.glyphicon-oil:before {
	content: "\e238";
}

.glyphicon-grain:before {
	content: "\e239";
}

.glyphicon-sunglasses:before {
	content: "\e240";
}

.glyphicon-text-size:before {
	content: "\e241";
}

.glyphicon-text-color:before {
	content: "\e242";
}

.glyphicon-text-background:before {
	content: "\e243";
}

.glyphicon-object-align-top:before {
	content: "\e244";
}

.glyphicon-object-align-bottom:before {
	content: "\e245";
}

.glyphicon-object-align-horizontal:before {
	content: "\e246";
}

.glyphicon-object-align-left:before {
	content: "\e247";
}

.glyphicon-object-align-vertical:before {
	content: "\e248";
}

.glyphicon-object-align-right:before {
	content: "\e249";
}

.glyphicon-triangle-right:before {
	content: "\e250";
}

.glyphicon-triangle-left:before {
	content: "\e251";
}

.glyphicon-triangle-bottom:before {
	content: "\e252";
}

.glyphicon-triangle-top:before {
	content: "\e253";
}

.glyphicon-console:before {
	content: "\e254";
}

.glyphicon-superscript:before {
	content: "\e255";
}

.glyphicon-subscript:before {
	content: "\e256";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-menu-down:before {
	content: "\e259";
}

.glyphicon-menu-up:before {
	content: "\e260";
}



/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/fontawesome/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),
  url('https://3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
  url('https://3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
  url('https://3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
  url('https://3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */
/* =============== Base =============== */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-variant-ligatures: none;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {font-size: 10px;	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	font-family: sans-serif;	-ms-text-size-adjust: 100%;	-webkit-text-size-adjust: 100%;}
body {	font: 100% "Roboto", sans-serif;	color: #444;	font-weight: 300;	font-size: 18px;	line-height: 27px;	margin-top: 70px;	background-color: #fff;}
.mfp-hide {    display: none !important;}
.row-fluid .table-img-small{display:none;}
.Footer #custom_footer a{color:#ff9e15;}
@media screen and (min-width: 480px) and (max-width: 650px) {
#custom_header .custom_logo { top: 24px !important; }
.row-fluid #custom_header .header-fr .custom_logo{top: 0px !important;}
.mobile-trigger{ margin-top:0px !important; }
}
@media screen and (min-width: 992px) {
    body {margin-top: 100px;}
}
#site-wrapper {	-webkit-transition: all 0.3s ease;	-moz-transition: all 0.3s ease;	transition: all 0.3s ease;	overflow-x: hidden;	position: relative;	left: 0;	}

/* Page Center */
.container-fluid .row-fluid .page-center {  	margin-right: auto;	margin-left: auto;	padding-left: 15px;	padding-right: 15px;	float: none;	max-width: 100%;	width: 100%;}
@media (min-width: 1200px) {
.container-fluid .row-fluid .page-center {max-width: 1170px !important;}
}

@-webkit-viewport {width:device-width;}
@-moz-viewport {width:device-width;}
@-ms-viewport {width:device-width;}
@-o-viewport {width:device-width;}

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


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

/* Basic text */
p {	margin-top: 20px;	margin-bottom: 20px;} 
small, .small {font-size: 85%;}
b, strong {font-weight: bold;}
strong {font-weight: 400;}
em {}
cite {}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {	padding: 2px 4px;	font-size: 90%;	color: #c7254e;	background-color: #f9f2f4;	border-radius: 4px;}
pre {	display: block;	padding: 9.5px;	margin: 0 0 10px;	font-size: 13px;	line-height: 1.42857143;	word-break: break-all;	word-wrap: break-word;	color: #333;	background-color: #f5f5f5;	border: 1px solid #ccc;	border-radius: 4px;	overflow: auto;}
sup, sub {  position: relative;  font-size: 75%;  line-height: 0;  vertical-align: baseline;}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img {vertical-align: middle;}
/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {	font-family: inherit;	font-weight: 500;	line-height: 1.3;	color: inherit;}
h1, .h1, h2, .h2, h3, .h3 {	margin-top: 20px;	margin-bottom: 10px;}
h4, .h4, h5, .h5, h6, .h6 {	margin-top: 10px;	margin-bottom: 10px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
h1, .h1 {font-size: 36px;}
h2, .h2 {font-size: 30px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 18px;}
h5, .h5 {font-size: 14px;}
h6, .h6 {font-size: 12px;}
h1 {	font-size: 34px;	font-weight: 400;	color: #333;	padding-bottom: 20px;}
h2 {	padding-top: 26px;	font-size: 24px;	color: #333;	font-weight: 400; }
h3 {	font-size: 24px;	color: #f8991d;	padding-bottom: 0px;	font-weight: 300;	text-transform: uppercase;	margin-bottom: 15px;  }
h4 {	font-size: 24px;	color: #222;	padding-bottom: 0px;	padding-top: 20px;  font-weight: 400;}
h5 {	font-size: 18px;	color: #f8991d;	padding-top: 10px;	padding-bottom: 0px;	font-weight: 500;	text-transform: uppercase;   	margin-top: 30px;}
h6 {	font-weight: 500;	font-size: 18px;	text-transform: uppercase;	color: #f8991d;  }
/* Anchor Links */
a {	color: #f8991d;	text-decoration: none;	background-color: rgba(0, 0, 0, 0);}
a:active, a:hover {	outline: 0;}
a:hover, a:focus {	color: #000;	text-decoration: none;}
a.link-underline:hover {border-bottom: 2px solid #4caadc;}
/* Lists */
ul, ol {	margin-top: 0;	margin-bottom: 10px;}
ul ul, ul ol, ol ol, ol ul {}
ul li, ol li {padding: 9px 0;}
/* Block Quotes */
blockquote {	padding: 10px 20px;	margin: 0 0 20px;	font-size: 17.5px;	border-left: 5px solid #eee;}
blockquote p:last-child, 
blockquote ul:last-child, 
blockquote ol:last-child {	margin-bottom: 0;}
blockquote small {}
/* Horizontal Rules */
hr {	-webkit-box-sizing: content-box;	box-sizing: content-box;	height: 0;	margin-top: 20px;	margin-bottom: 20px;	border: 0;	border-top: 1px solid #eee;	}
/* Table */
table {	background-color: rgba(0, 0, 0, 0);	border-collapse: collapse;	border-spacing: 0;}
td, th {padding: 0;}

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

.row-fluid .custom_home-slider.home-hero .hero-slide-Col{ padding:80px 0; float:left; width:100%; height:460px;  }
.row-fluid .hero-slide-text h2{ margin: 0 0 10px 0;  padding: 0; font-size: 50px;  font-weight: 300; color: #fff;   line-height: 1.1; }
.row-fluid .hero-slide-text h2 em{ font-style: normal;  font-weight: 500;  color: #f8991d; }
.row-fluid .hero-slide-text{ max-width: 700px; }
.row-fluid .hero-slide-text p{ color: #fff;  font-weight: 400;  font-size: 24px; line-height: 30px; }
.row-fluid .banner-bottom-strip{ margin-top:-1px; }
/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}
/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}
/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}
/* ==========================================================================
   Snippet Code                                                
   ========================================================================== */
.orange-arrow-after:after, .more:after, .learn-more:after {	content: "\e258";	margin-left: 5px;}
.hs_cos_wrapper_type_space {overflow: hidden;}
.hs_cos_wrapper_type_space:after {	margin-top: 20px;	margin-bottom: 20px;	border: 0;	border-top: 1px solid #e1e1e1;	content: "";	box-sizing: content-box;	height: 0;	display: block;}
.email-contact-panel {	margin-top: 20px;	background-color: #f7f7f8;	border-radius: 6px;	border: 1px solid #dfdfe0;	width: 90%;	float: right;	padding: 20px 30px 30px 30px;	color: #333;	line-height: 28px;}
.email-contact-panel a {color: #f8991d;}

/* =============== Containers =============== */



.logo_slider .logoImg{width:calc(100% - 14px);margin:0 7px;}
.logo_slider_new .logoImg{width:calc(100% - 14px);margin:0 7px;}

.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:10%; font-size:0px; color:#FF9E15; cursor:pointer;}
.slick-slider .slick-arrow:hover{opacity:0.8;}
.slick-slider .slick-arrow.slick-prev:after{content: "\e257";font-size:35px; line-height:30px; font-family: 'Glyphicons Halflings';}
.slick-slider .slick-arrow.slick-next:after{content: "\e258"; font-size:35px; line-height:30px; font-family: 'Glyphicons Halflings';}
.slick-slider .slick-arrow.slick-next{left:auto; right:10%;}
.custom-mobile-menu .hdr-btn a{padding:15px;display:block;font-size: 20px;}
@media screen and (max-width: 900px) {
    .slick-slider .slick-arrow{left:20px;}
    .slick-slider .slick-arrow.slick-next{right:20px;}
}
/* =============== Align's =============== */
.alignLeft {float: left;}
.alginRight {float: right;}

.pull-left {float: left!important;}
.pull-right {float: right!important;}

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

/* =============== Colors =============== */
.black {color: #231f20;}

/* =============== Background Colors =============== */
.gainsboro-bg {background-color: #ddd;}
.orange-bg {background: #f8991d;}
.orange-bg h2 {
	font-size: 35px;
	line-height: 48px;
	font-weight: 400;
	padding: 35px 0 20px 0;
	color: #fff;
}

/* ==========================================================================
   Custom Module ( Blue Module )
   ========================================================================== */




@media screen and (max-width: 550px) {
   
    .row-fluid .ftr-top .f-box{width:100%;}
    
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption .visible-xs .button.theme-color.arrow-right{float:none;}
}
ul.hs-breadcrumb-menu .hs-breadcrumb-label, ul.hs-breadcrumb-menu a {
    color: #fff; 
}
/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


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

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

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

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

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

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

/* ==========================================================================
   Custom Header                                                 
   ========================================================================== */
#custom_header {	position: fixed;	right: 0;	left: 0;	z-index: 99;	top: 0;		background: #FFF;	-webkit-transition: height 0.2s ease-in-out;	-khtml-transition: height 0.2s ease-in-out;	-moz-transition: height 0.2s ease-in-out;	-ms-transition: height 0.2s ease-in-out;	-o-transition: height 0.2s ease-in-out;	transition: height 0.2s ease-in-out;	-webkit-transition: min-height 0.2s ease-in-out;	-khtml-transition: min-height 0.2s ease-in-out;	-moz-transition: min-height 0.2s ease-in-out;	-ms-transition: min-height 0.2s ease-in-out;	-o-transition: min-height 0.2s ease-in-out;	transition: min-height 0.2s ease-in-out;		min-height: 73px;}
#custom_header.LP .custom-menu-primary,
#custom_header.LP .custom_header-top-links {visibility: hidden;}
#custom_header.LP .mobile-trigger {display: none!important;}
#custom_header .page-center {    padding: 0 15px;    position: relative;}
@media screen and (min-width: 992px) {
	#custom_header {		height: 100px !important;		min-height: 100px;		}
}
@media screen and (min-width: 1200px) {
    #custom_header .page-center .page-center {padding: 0;}
    #custom_header .page-center .page-center > div {        margin: 0 -15px;        position: relative;    }
}
@media screen and (max-width: 700px) {
    #custom_header .page-center .page-center {padding: 0px 21px;}
    #custom_header .page-center .page-center > div {        margin: 0 -15px;        position: relative;        padding-bottom: 30px;    }
    
}

/* Custom Header Top Links
   ========================================================================== */
.custom_header-top-links {}
.custom_header-top-links .hs-menu-wrapper > ul {	margin-bottom: 0;	padding-left: 0;	list-style: none;			display: block;	width: auto;}

.custom_header-top-links ul li {	float: none!important;	display: block;	padding: 0;	width: auto;}
.custom_header-top-links ul li a {	position: relative;	text-transform: uppercase;	display: inline-block;	color: #231f20;	text-decoration: none;	width: auto;	font-size: 12px;}
.click-here{    color: #f8991d;    position: absolute;    width: 800px;    top: -5px;} 
.custom_header-top-links ul li.hs-item-has-children > a:after {	width: 6px;	height: 14px;/* 	background-image: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/sprite-upper-nav2.png); */
	background-repeat: no-repeat;	background-position: -45px -1px;	display: inline-block;	vertical-align: middle;	content: "";}
.custom_header-top-links ul li.open > a:after,
.custom_header-top-links ul li.hs-item-has-children:hover > a:after {	width: 9px;	margin-left: -3px;	background-position: -50px -1px;}
.custom_header-top-links ul li.hs-item-has-children > a > span:before {content: "\00a0"}
.custom_header-top-links ul li.hs-item-has-children > a > span:after {content: "\00a0"}
.custom_header-top-links ul li a span {	display: inline-block;	vertical-align: middle;	/* width: auto;*/}
.custom_header-top-links ul li.nav-regions {	position: absolute!important;	top: 8px;	right:0;	letter-spacing: 1px;	font-size: 11px;	line-height: 18px;	vertical-align: top;	-webkit-transition: right 0.2s ease-in-out;	-khtml-transition: right 0.2s ease-in-out;	-moz-transition: right 0.2s ease-in-out;	-ms-transition: right 0.2s ease-in-out;	-o-transition: right 0.2s ease-in-out;	transition: right 0.2s ease-in-out;}
.custom_header-top-links ul li.nav-regions > a:before {	margin-right: 2px;/* 	background-image: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/sprite-upper-nav2.png); */
	background-repeat: no-repeat;	background-position: 0 0;	display: inline-block;	vertical-align: middle;	width: 14px;	height: 14px;	margin-top: 0;	background-position: -31px 0;	content: "";		
}
.custom_header-top-links ul li.nav-login {	position: absolute!important;	top: 8px;	right: 15px;	font-size: 11px;	line-height: 18px;}
.header-fr .custom_header-top-links ul li.nav-login{right:105px;}
#custom_header .custom_header-top-links ul ul {	padding: 10px 0;	width: 157px;	left: -35px;	font-size: 14px;	top: 100%;	-webkit-box-shadow: 1px 0 10px #888;	-moz-box-shadow: 1px 0 10px #888;	box-shadow: 1px 0 10px #888;	background-color: #fff;	transition: none;	display: none;	position: absolute!important;}
#custom_header .custom_header-top-links ul li:hover > ul,
#custom_header .custom_header-top-links ul li.open > ul {    opacity: 1;    visibility: visible;    display: block;
}
#custom_header .custom_header-top-links ul li.open > a:hover {	background-color: #eee;	border-color: #231f20;}
#custom_header .custom_header-top-links ul ul li a {	display: block;	padding: 4px 16px;	clear: both;	font-weight: normal;	color: #65656a;	white-space: nowrap;	line-height: 1.42857143;}
#custom_header .custom_header-top-links ul ul li a > span {	display: inline-block;	vertical-align: middle;	white-space: normal;	line-height: 12px;	text-transform: uppercase;	margin-left: 10px;	font-size: 12px;	padding-right: 10px;}
#custom_header .custom_header-top-links ul ul li:first-child .region-name .glyphicon-link {display: none;}
#custom_header .custom_header-top-links ul ul li a:hover {background-color: #f5f5f5;}	
#custom_header .custom_header-top-links ul ul li a:hover .region-name {color: #f8991d;}
#custom_header .custom_header-top-links .region-usa a:hover .region-img {background-position: 0 0;}
#custom_header .custom_header-top-links .region-europe a:hover .region-img,
#custom_header .custom_header-top-links .region-france a:hover .region-img {background-position: 0 -59px;}
@media screen and (min-width: 768px) {
.custom_header-top-links ul li.nav-regions {		display: inline-block;		top: 10px;		font-size: 12px;		line-height: 20px;		letter-spacing: 1px;	}
.custom_header-top-links ul li.nav-login {		display: inline-block;		left: auto;		top: 10px;		font-size: 12px;		line-height: 20px;		letter-spacing: 1px;	}
}
@media screen and (min-width: 992px) {
.custom_header-top-links ul li.nav-regions {		font-size: 12px;		line-height: 20px;		letter-spacing: 1px;	}
.custom_header-top-links ul li.nav-login {		display: inline-block;		left: auto;		right: 55px;		font-size: 12px;		line-height: 20px;		letter-spacing: 1px;	}
}

/* Custom Logo
   ========================================================================== */
#custom_header .custom_logo {	position: absolute;	left: 10px;	top: 24px;	padding: 0;	-webkit-transition: top 0.2s ease-in-out;	-khtml-transition: top 0.2s ease-in-out;	-moz-transition: top 0.2s ease-in-out;	-ms-transition: top 0.2s ease-in-out;	-o-transition: top 0.2s ease-in-out;	transition: top 0.2s ease-in-out;	font-size: 18px;	line-height: 20px;	float: left;	height: auto;		width: auto;}
#custom_header .custom_logo img { max-width:126px;	height: 30px;	-webkit-transition: height 0.2s ease-in-out;	-khtml-transition: height 0.2s ease-in-out;	-moz-transition: height 0.2s ease-in-out;	-ms-transition: height 0.2s ease-in-out;	-o-transition: height 0.2s ease-in-out;	transition: height 0.2s ease-in-out;		display: block;}
#custom_header .new_qualitylogo .custom_logo img {    max-width: 265px !important;}
#custom_header .header-eu .custom_logo img,
#custom_header .header-fr .custom_logo img{    height: 60px;}
#custom_header .header-eu .custom_logo,
#custom_header .header-fr .custom_logo{    top: 0;}
@media screen and (min-width: 600px)  {
	#custom_header .custom_logo img {height: 36px;margin-top: 25px !important;}
  #custom_header .new_qualitylogo .custom_logo img {    margin-top: 40px !important;}
	#custom_header .header-eu .custom_logo img ,
	#custom_header .header-fr .custom_logo img {    height: 73px;    margin-top: 0px !important    }
  #custom_header .header-v2 .custom_logo img {height: 40px ;}
}
#custom_header .logo-block {    margin-top: 0 !important;    min-width: 320px !important;    width: 100%;}
#custom_header .logo2 {    margin-top: 35px !important;        max-width: 160px;}
#custom_header .custom_logo::after {  top: 45px !important;}
@media screen and (min-width: 989px) {
#custom_header .custom_logo {		left: 0;		top: 0px;	}
#custom_header .header-eu .custom_logo img,
#custom_header .header-fr .custom_logo img{    height: 73px;    }
#custom_header .header-eu .custom_logo , #custom_header .header-fr .custom_logo {    left: 0;    top: 0;    } 
.header-v2 .custom_logo{    top: 18px !important;    }
#custom_header .header-v2 .custom_logo img {    height: 60px;    }
}
@media screen and (max-width: 989px) {
#custom_header .custom_logo {    left: 0;    top: 4px;}
#custom_header .logo-block .custom_logo img { margin-top: 0px !important;    }
  #custom_header .custom_logo img {margin-top: 10px !important;}
  #custom_header .new_qualitylogo .custom_logo img {        margin-top: 25px !important;    }
}
@media screen and (min-width: 1200px) {
    #custom_header .custom_logo {margin-left: 15px;}
}
/* =============== Content =============== */
.body-container-wrapper {    margin-left: -15px;    margin-right: -15px;    padding-bottom: 40px;    min-height: 750px;}
.body-container {}
.container-fluid .row-fluid .content-wrapper {    max-width: 980px;	margin: 0 auto;	padding: 0 20px;	float: none;}
.wrapper,
.custom_wrapper,
.container-fluid .row-fluid .custom_wrapper {	max-width: 940px;	margin: 0 auto;	padding: 0 20px;	float: none;}
.custom_wrapper > div {margin: 0 -15px;}
@media screen and (min-width: 992px) {
    .wrapper,
    .custom_wrapper,
    .container-fluid .row-fluid .custom_wrapper {        padding: 0;    }
}


/* ==========================================================================
   Unique Template                                           
   ========================================================================== */

#custom_header .page-center .page-center > div{padding-bottom:0px}
#custom_header .custom_logo{top: 0;}
.mobile-trigger{top: 35px !important;right: 15px !important;} 


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

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

/* ==========================================================================
   Custom Footer                                                 
   ========================================================================== */
#custom_footer {	background-color: #646469;	color: #FFF;	font-weight: 300;	text-align: center;	display: inline-block;	font-size: 13px;	width: 100%;	padding: 30px 0;	}
#custom_footer a {	color: #ffffff;	text-decoration: none;	}
@media (max-width: 767px) {
    #custom_footer .page-center {float: left;width: 100%;}
    #custom_header .new_qualitylogo .custom_logo img {        margin-top: 35px !important;        max-width: 220px !important;    }
}

/* Back To Top
   ========================================================================== */
#back-to-top {	z-index: 9999999;	display: none;	position: fixed;	bottom: 100px;	right: 0;	width: 131px;	height: 66px;	padding: 0;	border: none;	background: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/back-to-top.png);	cursor: pointer;  display:none !important;}


/* =============== Breadcrumbs =============== */

.body-container .widget-type-menu {min-height: 0;}
.body-container .widget-type-menu ul {margin: 0;}
.widget-type-menu .hs-breadcrumb-menu-wrapper {	margin: 0 auto;	max-width: 1170px;	padding: 0 15px;	font-size: 14px;	line-height: 1;  display:none;}
ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item {	float: none;	padding: 0;	display: inline;}
ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item:after {content: "\00a0· "}
ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item.last-crumb:after {display: none;}
ul.hs-breadcrumb-menu .hs-breadcrumb-label,
ul.hs-breadcrumb-menu a {color: #fff;}
.hs-breadcrumb-menu-divider {display: none;}

/* =============== Custom Menu Primary =============== */
#custom_header .custom-menu-primary {	line-height: 50px;	height: 50px;	position: absolute !important;	top: 37px;	padding-right: 0px;	padding-left: 15px;width:auto;margin-right:140px;}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {	font-size: 1.4rem;	list-style-type: none;	padding: 0;	display: table;	width: 100%; }
.custom-menu-primary .hs-menu-wrapper > ul > li {    float: none!important;	display: inline-block;	height: 50px;	line-height: 50px;	vertical-align: top;	white-space: nowrap;	text-align: center;	padding: 0;}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {	height: 45px;	line-height: 45px;  font-size: 16px;	display: block;	padding: 0 15px;	-webkit-transition: padding 0.2s ease-in-out;	-khtml-transition: padding 0.2s ease-in-out;	-moz-transition: padding 0.2s ease-in-out;	-ms-transition: padding 0.2s ease-in-out;	-o-transition: padding 0.2s ease-in-out;	transition: padding 0.2s ease-in-out;    		color: #231f20;	text-decoration: none;}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active-branch > a {	color: #f8991d;}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active-branch:hover > a { color:#fff; }
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {	background: #f8991d;	color: #FFF !important;   }

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{	background: #FFF;	padding: 20px 0;		-webkit-box-shadow: 1px 0 10px #888;	-moz-box-shadow: 1px 0 10px #888;	box-shadow: 1px 0 10px #888;}

@media (min-width: 992px) and (max-width: 1100px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) ~ li > ul {    	left: auto!important;    	right: 0!important;    }
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {	height: 35px;	line-height: 35px;	font-size: 1.4rem;	text-transform: none;		text-align: left;	padding: 0;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {	display: block;	color: #65656a;padding:0 20px;	font-weight: 300;	}
.custom-menu-primary .hs-menu-wrapper > ul ul li a strong {	font-weight: 500;	color: #333;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover > strong {	background: #f8991d;color:#fff;}
/* 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,
    .custom-menu-primary .hs-menu-wrapper > ul ul {         display:block !important;    }
} 
@media (min-width: 992px) { 
	#custom_header .hdr-btn{position:absolute;top:37px;right:0;width:auto;}
 #custom_header .custom-menu-primary {right:0;}
}
@media (max-width: 1220px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 0 10px;}
}
/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
#mobile-menu, #custom_header .custom_mobile-icons, .mobile-trigger, .child-trigger{ display: none; }
@media (max-width: 991px){
    /* ===== Mobile Toggle Button ===== */
.mobile-trigger {    	background-color: #fff;    	border: 1px solid #eee;        border-radius: 2px;   	    cursor: pointer;	    color: inherit;	    display: block;    	float: right;    	font-size: 12px;	    font-family: inherit;    	line-height: 13px;          height: 30px;        margin: 0;        padding: 7px 6px;        position: absolute;        right: 10px;        top: 33px;        width: 50px;        outline: 0!important;    }
.mobile-trigger:hover {}

    /* Change button when menu is open */
    /* Toggle Button Icon */

    /* ===== Mobile Child Toggle Buttons ===== */
    .child-trigger{        display: block !important; /* Hide button on Desktop */        cursor: pointer; /* Mouse pointer type on hover */        position: absolute;        top: 0px;        right: 0px;        width: 30% !important; /* Button width */        min-width: 30% !important;        height: 100% !important; /* Button height */ 
        padding: 0 !important;        border-left: 0 dotted rgba(255, 255, 255, .20);        z-index:99;    }
 
  /* ===== Mobile Menu Styles ===== */  
     
    /* Hide menu on mobile */
    #custom_header .custom-menu-primary {display: none;}
    #mobile-menu .hs-menu-wrapper ul ul {display: none;}
    
    /* Show menu on mobile */
    .mobile-open #mobile-menu {right: 0;}
    .mobile-open #site-wrapper {left: -270px;}
   #custom_header {        width: 100%;        transition: left 0.3s ease, min-height 0.2s ease-in-out;        left: 0;    }
    .mobile-open #custom_header {left: -270px;}
      /* Mobile Menu Styles */ 
    #mobile-menu { 	background: #3c3c3b;    	box-shadow: 1px 0 10px #888;	    	-moz-box-shadow: 1px 0 10px #888;    	height: 100%;    	overflow-y: auto;    	position: fixed;    	right: -270px;    	top: 0;    	transition: all 0.3s ease;	    	-moz-transition: all 0.3s ease;    	-webkit-transition: all 0.3s ease;    	width: 270px;    	z-index: 99999;	    	display: block;    }
        /* Level 1 Menu Icons */
    #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons:after,
    #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons:before {display: none;}
    #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons {    	display: table;    	width: 100%;    	margin: 0;    	padding: 0;    	border-bottom: 1px solid #65656a;	    }
    #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons li {    	display: table-cell;    	width: 33%;    	text-align: center;    	vertical-align: middle;    }
     #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons li a { 	display: inline-block;    	width: 100%;    	border: 0;    	padding: 1em;    }
    #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons li a:hover {background: #258ecd;}
    #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons li a span { 	display: inline-block;    	width: 25px;    	height: 20px;    	border: 0;    	background-repeat: no-repeat;/*     	background-image: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/sprite-mobile-nav.png); */
    	font-size: 0;    	display: block;    	margin: auto;    }    
    #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons li a span.menu-nav-header-home {background-position: 0px 0px;}
    #mobile-menu .hs-menu-wrapper ul.mobile-menu-icons li a span.menu-nav-header-contact {background-position: -25px 0;}

    /* Level 1 and Higher Menu List Styles */
    #mobile-menu .hs-menu-wrapper ul {display: block;}
    #mobile-menu .hs-menu-wrapper ul li {    	float: none;    	display: block;    	padding: 0;    }
    #mobile-menu .hs-menu-wrapper ul li a {    	border-bottom: 1px solid #65656a;    	padding: 14px 15px;    	background: rgba(0, 0, 0, 0);    	color: #fff;    	display: block;    	font-size: 1.1em;    	font-weight: 300;    	position: relative;    }
    #mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > a:after {    	border-bottom: 4px solid rgba(0, 0, 0, 0);    	border-top: 4px solid rgba(0, 0, 0, 0);    	border-left: 4px solid;    	display: inline-block;    	height: 0;    	opacity: 1;    	vertical-align: middle;    	width: 0;    	margin-left: 5px;    	color: #f8991d;    	position: absolute;    	right: 15px;    	top: 23px;    	content: "";    }
    #mobile-menu .hs-menu-wrapper ul li.hs-item-has-children.child-open > a:after {    	display: inline-block;    	width: 0;    	height: 0;    	margin-left: 2px;    	vertical-align: middle;    	border-top: 4px solid;    	border-right: 4px solid rgba(0, 0, 0, 0);    	border-left: 4px solid rgba(0, 0, 0, 0);	}
    #mobile-menu .hs-menu-wrapper ul li.hs-item-has-children.child-open > a:after,
    #mobile-menu .hs-menu-wrapper ul li.hs-item-has-children:hover > a:after {	color: #231f20; }
	  #mobile-menu .hs-menu-wrapper ul li a:hover { 	background: #f8991d;    	color: #fff;	    }
    /* Level 2 and Higher Menu List Styles */
    #mobile-menu .hs-menu-wrapper ul ul {    	position: static;    	opacity: 1;    	visibility: visible;    	font-size: 14px;    	margin-bottom: -4px;    }
    #mobile-menu .hs-menu-wrapper ul ul li {background: #d8d9da;}
    #mobile-menu .hs-menu-wrapper ul ul li a {    	border-bottom: 1px solid #65656a;    	padding: 14px 15px;    	background: rgba(0, 0, 0, 0);    	color: #14889e;    	line-height: 1.42857143;    	font-weight: normal;    }
}
/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
/* =============== General Blog Styles =============== */
/* Blog Post and Listing Body Class */
.blog {}
/* Blog Post */
.hs-blog-post {}
/* Blog Listing */
.hs-blog-listing {}
/* Blog Columns Wrapper */
.blog .content-wrapper {}


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

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
body.blog .blog-listing-wrapper {padding-top: 35px;}

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

body.blog.hs-blog-post .post-header {	padding: 5px 0;	margin-top: 15px; }
body.blog.hs-blog-post .post-header h1 {   	margin: 5px 0;	font-weight: 400;	font-size: 30px;	color: #333; 	padding: 0;}
body.blog.hs-blog-listing .post-header {	background-color: #eff0f0;	padding: 30px;	height: 150px;	text-align: center;}
body.blog.hs-blog-listing .post-header h2 {	font-size: 20px;	line-height: 25px;	color: #f8991d;	margin: 10px 0;	font-weight: 300;	margin-top: 0px;	padding-top: 0;}
.related-posts {  background-color: #f4f5f7;  border-left: 4px solid #f8991d;  font-weight: 500;  padding: 1em;  margin: 1em 0;  width: 100%;  display: block;}
.blog p.highlight {  background-color:#eff6f9;  color:#5e6e79;  font-size:16px;  font-style:italic;  line-height:26px;  padding:30px;}
a.cta_button_blue:hover { background: #4caadc !important;  color: #ffffff; }

/* Blog Author and Avatar */
#hubspot-author_data {font-size: 16px;}
#hubspot-author_data:after {  content: '';  display: block;  clear: both;}
#hubspot-author_data a.author-link {color: #666666;}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {  width: 50px;  float: left;  margin-right: 15px;  -webkit-border-radius: 50%;  -moz-border-radius: 50%;  border-radius: 50%;}
/* Use this to set up different styling for your blog posts */
body.three-remover .blog-listing-wrapper .post-listing .post-item:nth-child(1),body.three-remover .blog-listing-wrapper .post-listing .post-item:nth-child(2),body.three-remover .blog-listing-wrapper .post-listing .post-item:nth-child(3){display:none;}
body.blog .blog-listing-wrapper .post-listing .post-item {	position: relative;	margin-bottom: 20px;}
body.blog .custom-blog-entry-content {	min-height: 300px;	position: relative;	border-bottom: 1px solid #eee;	padding: 0px 15px;  padding-bottom: 50px;  background: #f0f0f0;}
body.blog.hs-blog-post .dateline {margin-bottom: 0; font-size: 16px;}
body.blog .custom-blog-entry-content .dateline {	float: right;	font-size: 14px;	padding-top: 7px;	padding-right: 10px;}
body.blog .custom-blog-entry-content .dateline .date, 
body.blog .custom-blog-entry-content .dateline .author {	font-style: italic;}
.blog-post-wrapper .post-body {}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{  border-width: 0;  max-height: 170px;  max-width: 210px;  height: auto;  width: auto;  display: inline-block !important;  float: right;  margin: 20px 0 20px 20px;}
body.blog .imgbox img {	width: 80px;	height: 80px;}
@media screen and (max-width: 500px) {
	body.blog .imgbox img {		width: 50px;		height: 50px;	}
}

/* Read More Link */
a.more-link {}
body.blog .custom-blog-entry-content .readmore {	position: absolute;	bottom: 30px;	left: 15px;}
body.blog .custom-blog-entry-content a {	color: #231f20;	text-decoration: none;  }
body.blog .custom-blog-entry-content a:hover {	color: #000;	text-decoration: none;}
body.blog .custom-blog-entry-content .readmore span {font-size: 16px;}
/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {    height: auto;    padding: 0;}
body.blog .hs-blog-social-share {	padding-bottom: 20px;	border-bottom: 1px solid #ddd;  padding-top: 7px;   }
.hs-blog-social-share .hs-blog-social-share-list {    display: block;    padding-left: 0;    font-size: 0;    line-height: 0;    padding-bottom: 5px;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {    display: inline-block;    margin: 0 2px 5px!important;    float: none;    height: 32px;    width: 32px;    position: relative;    overflow: hidden;    text-align: center;    font-size: 22px;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item * {    position: absolute!important;    left: 0!important;    top: 0!important;    opacity: 0!important;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:before {    display: inline-block;    font: normal normal normal 14px/1 FontAwesome;    font-size: inherit;    text-rendering: auto;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;    color: #fff;    -webkit-transition: color 0s ease-in-out;    -moz-transition: color 0s ease-in-out;    -ms-transition: color 0s ease-in-out;    -o-transition: color 0s ease-in-out;    transition: color 0s ease-in-out;   }
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:hover:before {color: #fff;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-twitter {background-color: #1da1f2;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {background-color: #0077b5;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-facebook {background-color: #3b5998;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-google-plus {	background-color: #dc4e41;}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-twitter:before {content: "\f099";}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin:before {content: "\f0e1";}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-facebook:before {content: "\f09a";}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-google-plus:before {content: "\f0d5";}
/* Blog Commments */
#comments-listing {  border-bottom: 1px solid #ccc;  margin-bottom: 30px;  margin-top: 30px;}
.comment {  margin: 10px 0;  border-top: 1px solid #ccc;  padding: 15px 0;}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {    clear: both;    padding: 40px 0;    text-align: center;}
.blog-pagination a {    position: relative;    display: inline-block;    margin: 0 5px;    color: inherit;}
.blog-pagination a:after { 	font-family: 'Glyphicons Halflings';	font-size: 8px;	color: #fff;	display: inline-block;	line-height: 19px;	clear: both;	background: #eb651a;	border-radius: 20px;	text-align: center;	height: 19px;	width: 19px;	vertical-align: middle;		content: "\e258";	margin-left: 5px;}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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

body.blog.hs-blog-listing .post-listing-simple .post-header {padding: 0;background: transparent;text-align: left;height: auto;}
body.blog.hs-blog-listing .post-listing-simple .post-header h2 a {color: #f8991d;}

/* =============== Resources Blog Styles =============== */
body.resources .container-fluid .row-fluid .custom_wrapper > div {margin: 0;}

/* Resources Post Item */
body.resources .blog-listing-wrapper .post-listing .post-item {padding: 15px;}
body.resources .blog-listing-wrapper .post-listing .post-item > a {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;}
@media (max-width: 991px) {
    body.resources .blog-listing-wrapper .post-listing {padding: 0 10px;}
}

/* Resources All Post */
body.resources .blog-listing-wrapper > .post-listing-simple {margin: 20px 0;}
body.resources .blog-listing-wrapper > .post-listing-simple .post-header h2 a {color: #f8991d;}

/* Resources Feature Image */
body.resources .resources_feature-image {    height: 200px;    background: #f0f0f0;}
body.resources .resources_feature-image img {	  width: auto;    display: block;    height: 200px;    margin: auto;   /*object-fit: cover;*/
}

/* Resources Content */
body.resources .entry-content {	padding: 20px;	background: #f0f0f0;	display: inline-block;	width: 100%;	min-height: 275px;	}

/* Resources Post Header */
body.resources .post-header h2 {	color: #f8991d;	text-transform: uppercase;	font-weight: bold;	padding: 0;	margin: 0 0 10px;	display: inline-block;	font-style: normal;	line-height: 22px;	font-size: 17px;	text-transform: none;		}
body.resources .post-header h1 {	padding-top: 30px;	font-size: 30px;	color: #333;	line-height: 36px;	font-weight: 300;	margin-bottom: 32px;	text-align: center;	padding-bottom: 0;}

/* Resources Post Body */
body.resources.hs-blog-post .post-body {    font: inherit;    line-height: inherit;}

body.resources .post-body {	line-height: 20px;	font-size: 16px;}

/* Resources Read More */
body.resources .post-item .more {	position: absolute;	display: block;	bottom: 20px;	margin-bottom: 15px;	color: inherit;}

/* Resources Socials */
body.resources .social-download-row {margin-top: 50px;}
body.resources .hs-blog-social-share {	border: 0;	padding: 0;	margin: 0;}

/* Resources Top */
.resourcetop {	background-position: left top;	background-size: cover !important;	background-repeat: no-repeat;	padding: 60px 20px 50px 20px;		/*background-color:#FF9E15;*/
}

@media (max-width: 991px) {
    #custom_section.resourcetop .custom_column.span4 {width: 100%!important;}
}

.resourcetop .hs-breadcrumb-menu-wrapper {	color: #fff;	margin-top: -44px;	margin-bottom: 30px;	font-size: 14px;	line-height: inherit;}
.resourcetop ul.hs-breadcrumb-menu {line-height: inherit;}
.resourcetop ul.hs-breadcrumb-menu .hs-breadcrumb-label, 
.resourcetop ul.hs-breadcrumb-menu a {	color: #fff;}
.resourcetop .resources-callout {	padding: 30px;	background-size: cover !important;	text-align: center;	min-height: 370px;	margin: 0 0 20px 0;	}
.resources-callout .hs_cos_wrapper_type_linked_image {min-height: 100px;margin-bottom: 20px;display: block;}
.resources-callout .hs_cos_wrapper_type_header h1 {	text-transform: none;	color: #fff;	font-style: normal;	font-weight: 500;	margin-bottom: 0px;	padding-bottom: 10px;	font-size: 24px;	display: inline;}
.resources-callout .sub-news {	padding: 10px 0;	font-weight: 300;	line-height: 24px;	font-size: 16px;}
.resources-callout a {color: #fff;}
.custom_first-three-post {}
.blog-callout {	padding: 15px 20px;	background-size: cover !important;	text-align: center;	min-height: 440px;	margin: 0 0 20px 0;	color: #fff;	font-weight: 300;	line-height: 24px;  font-size: 16px;}
.blog-callout .date {	float: left;	font-size: 13px;}
.blog-callout .author {	float: right;	font-size: 13px;	font-style: italic;}
.blog-callout-icon {	margin-top: 10px;	margin-bottom: 25px;  min-height: 100px;}
.blog-callout em {	text-transform: uppercase;	color: #fff;	font-style: normal;	font-weight: 500;	margin-bottom: 10px;	display: block;}
.blog-callout .more {color: #fff;}
.blog-callout .more {    color: #fff;    position: absolute;    display: block;    bottom: 20px;    right: 0;    left: 0;    margin: auto;    margin-bottom: 15px;}
.blog-header-img {	border: 4px solid #fff;}
.bconImg{background-size:cover;background-position:center center;height:200px;}
@media screen and (min-width: 1200px) {
	.resourcetop {padding: 60px 0 50px 0;}
}

@media (max-width: 970px) {
	.blog-callout {min-height: 350px;}
}


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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



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

.checkbox-row input {
	position: relative;
	top: 5px;
}


#hs-pwd-widget-password {margin-bottom: 20px;}

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

/* Form Field */
/* .hs-form-field {
	margin-top: 20px;
	margin-bottom: 20px;	
}
 */
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}
.hs-form-field > label > span:empty,
.hs-form-field > label > span:empty + span {display: none;}

/* One Line Inputs */
input, button, select, textarea {
	font: inherit;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
	font-size: 18px;
	padding-left: 15px;
	background-color: #f7f7f8;
	width: 100%;
	height: 38px;
	border-radius: 4px;
	border: 1px solid #dfdfe0;
	color: #231F20;	
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {
	border: 1px solid #dfdfe0;
	min-height: 85px;
	width: 100%;
	padding: 10px;
	color: #555;
	background-color: #f7f7f8;	
	border-radius: 0;
	margin-bottom: 25px;
}

textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {color: #777;} /* Webkit Browsers */
:-moz-placeholder {color: #777;} /* Firefox 18- */
::-moz-placeholder {color: #777;} /* Firefox 19+ */
:-ms-input-placeholder {color: #777;} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
}

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

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


.hs_submit {
	margin-top: 20px;
	margin-bottom: 20px;	
}

.hs_submit .actions {
	background-color: #eb651a;
	color: #fff;
	float: left;
	padding: 10px 15px;
	border-radius: 4px;	
}	

.hs_submit .actions:after {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	font-size: 10px;
	margin-left: 0.45em;
}

.hs_submit .actions input.hs-button {
	font-size: 18px;
	color: #fff;
	height: 25px;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: none;
	display: inline;
	line-height: 19px;
	padding-left: 0px;
	width: auto;
}

a.hs-button {
	font-size: 18px;
	color: #fff;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: none;
	display: inline-block;
	line-height: 19px;
	padding-left: 0px;
	width: auto;
	background-color: #eb651a;
	color: #fff;
	float: left;
	padding: 10px 15px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 38px;
}

.password-template .hs-button {
	font-size: 18px;
	color: #fff;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: none;
	display: inline-block;
	line-height: 19px;
	padding-left: 0px;
	width: auto;
	background-color: #eb651a;
	color: #fff;
	float: left;
	padding: 10px 15px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 38px;
}


a.hs-button:after {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	font-size: 10px;
	margin-left: 0.45em;
}

#submitbutton {
	font-size: 18px;
	color: #fff;
	height: auto;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	border: none;
	display: inline-block;
	line-height: 19px;
	padding-left: 0px;
	width: auto;
	background-color: #eb651a;
	color: #fff;
	float: left;
	padding: 10px 15px;
	border-radius: 4px;
	min-height: 45px;	
}

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

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


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

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


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

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


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

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

/* =============== Custom Button =============== */
button {
	background: transparent;
	background-color: transparent;
}

.button {
	-webkit-transition: background 0.2s ease-in-out;
	-khtml-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	color: #FFF;
	display: inline-block;
	margin: 3px 5px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid transparent;
	padding: 12px 16px 12px 16px;
	line-height: 19px;
}

.button.filter.active,
.button.filter:hover {
	border: 1px solid transparent;
	background: #f8991d;
	color: #FFF;
}

.button:hover,
.button:focus {
	text-decoration: none;
}

.button .glyphicon-menu-right:before,
button.alm-load-more-btn .glyphicon-menu-right:before {
	font-size: 11px;
}

.load-more {background: #f86408;}

.button.theme-color:hover {background: rgba(248, 92, 55, 0.7); }
.button.theme-color {
	color: #FFF;
	background: #f86408;
}

.button.grey-color {
	color: #FFF;
	background: #ccc;
}

/*.button.white-color:hover {
	background: rgba(255, 255, 255, 0.7);
}*/

.button.white-color {
	color:#fff;
	background: #ff9e15;
	font-weight: 400;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.blog .col-md-6{
    width: 33.3%;
}
.custom_column .hs-image-widget{
    margin: 0 auto;
}
@media (max-width:1000px){ 
    .blog .col-md-6{
        width: 50%;
    }
    .post-listing{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    } 
} 
@media (max-width:600px){
    .blog .col-md-6{
        width: 100%;
    }

  table.table-res {
    width: 100%;
}
    body.custom_about-us #custom_section.custom_section-two .custom_four-columns {
    padding: 10px 0 15px;
}
}
/* Styles that do not fit into any of the available sections above can go here. */


/* =============== Bootstrap =============== */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
    clear: both;
    content: "";
    display: table;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}

.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666667%;}
.col-xs-pull-10 {right: 83.33333333%;}
.col-xs-pull-9 {right: 75%;}
.col-xs-pull-8 {right: 66.66666667%;}
.col-xs-pull-7 {right: 58.33333333%;}
.col-xs-pull-6 {right: 50%;}
.col-xs-pull-5 {right: 41.66666667%;}
.col-xs-pull-4 {right: 33.33333333%;}
.col-xs-pull-3 {right: 25%;}
.col-xs-pull-2 {right: 16.66666667%;}
.col-xs-pull-1 {right: 8.33333333%;}
.col-xs-pull-0 {right: auto;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666667%;}
.col-xs-push-10 {left: 83.33333333%;}
.col-xs-push-9 {left: 75%;}
.col-xs-push-8 {left: 66.66666667%;}
.col-xs-push-7 {left: 58.33333333%;}
.col-xs-push-6 {left: 50%;}
.col-xs-push-5 {left: 41.66666667%;}
.col-xs-push-4 {left: 33.33333333%;}
.col-xs-push-3 {left: 25%;}
.col-xs-push-2 {left: 16.66666667%;}
.col-xs-push-1 {left: 8.33333333%;}
.col-xs-push-0 {left: auto;}
.col-xs-offset-12 {margin-left: 100%;}
.col-xs-offset-11 {margin-left: 91.66666667%;}
.col-xs-offset-10 {margin-left: 83.33333333%;}
.col-xs-offset-9 {margin-left: 75%;}
.col-xs-offset-8 {margin-left: 66.66666667%;}
.col-xs-offset-7 {margin-left: 58.33333333%;}
.col-xs-offset-6 {margin-left: 50%;}
.col-xs-offset-5 {margin-left: 41.66666667%;}
.col-xs-offset-4 {margin-left: 33.33333333%;}
.col-xs-offset-3 {margin-left: 25%;}
.col-xs-offset-2 {margin-left: 16.66666667%;}
.col-xs-offset-1 {margin-left: 8.33333333%;}
.col-xs-offset-0 {margin-left: 0;}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}
  .col-sm-12 {width: 100%;}
  .col-sm-11 {width: 91.66666667%;}
  .col-sm-10 {width: 83.33333333%;}
  .col-sm-9 {width: 75%;}
  .col-sm-8 {width: 66.66666667%;}
  .col-sm-7 {width: 58.33333333%;}
  .col-sm-6 {width: 50%;}
  .col-sm-5 {width: 41.66666667%;}
  .col-sm-4 {width: 33.33333333%;}
  .col-sm-3 {width: 25%;}
  .col-sm-2 {width: 16.66666667%;}
  .col-sm-1 {width: 8.33333333%;}
  .col-sm-pull-12 {right: 100%;}
  .col-sm-pull-11 {right: 91.66666667%;}
  .col-sm-pull-10 {right: 83.33333333%;}
  .col-sm-pull-9 {right: 75%;}
  .col-sm-pull-8 {right: 66.66666667%;}
  .col-sm-pull-7 {right: 58.33333333%;}
  .col-sm-pull-6 {right: 50%;}
  .col-sm-pull-5 {right: 41.66666667%;}
  .col-sm-pull-4 {right: 33.33333333%;}
  .col-sm-pull-3 {right: 25%;}
  .col-sm-pull-2 {right: 16.66666667%;}
  .col-sm-pull-1 {right: 8.33333333%;}
  .col-sm-pull-0 {right: auto;}
  .col-sm-push-12 {left: 100%;}
  .col-sm-push-11 {left: 91.66666667%;}
  .col-sm-push-10 {left: 83.33333333%;}
  .col-sm-push-9 {left: 75%;}
  .col-sm-push-8 {left: 66.66666667%;}
  .col-sm-push-7 {left: 58.33333333%;}
  .col-sm-push-6 {left: 50%;}
  .col-sm-push-5 {left: 41.66666667%;}
  .col-sm-push-4 {left: 33.33333333%;}
  .col-sm-push-3 {left: 25%;}
  .col-sm-push-2 {left: 16.66666667%;}
  .col-sm-push-1 {left: 8.33333333%;}
  .col-sm-push-0 {left: auto;}
  .col-sm-offset-12 {margin-left: 100%;}
  .col-sm-offset-11 {margin-left: 91.66666667%;}
  .col-sm-offset-10 {margin-left: 83.33333333%;}
  .col-sm-offset-9 {margin-left: 75%;}
  .col-sm-offset-8 {margin-left: 66.66666667%;}
  .col-sm-offset-7 {margin-left: 58.33333333%;}
  .col-sm-offset-6 {margin-left: 50%;}
  .col-sm-offset-5 {margin-left: 41.66666667%;}
  .col-sm-offset-4 {margin-left: 33.33333333%;}
  .col-sm-offset-3 {margin-left: 25%;}
  .col-sm-offset-2 {margin-left: 16.66666667%;}
  .col-sm-offset-1 {margin-left: 8.33333333%;}
  .col-sm-offset-0 {margin-left: 0;}
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}
  .col-md-12 {width: 100%;}
  .col-md-11 {width: 91.66666667%;}
  .col-md-10 {width: 83.33333333%;}
  .col-md-9 {width: 75%;}
  .col-md-8 {width: 66.66666667%;}
  .col-md-7 {width: 58.33333333%;}
  .col-md-6 {width: 50%;}
  .col-md-5 {width: 41.66666667%;}
  .col-md-4 {width: 33.33333333%;}
  .col-md-3 {width: 25%;}
  .col-md-2 {width: 16.66666667%;}
  .col-md-1 {width: 8.33333333%;}
  .col-md-pull-12 {right: 100%;}
  .col-md-pull-11 {right: 91.66666667%;}
  .col-md-pull-10 {right: 83.33333333%;}
  .col-md-pull-9 {right: 75%;}
  .col-md-pull-8 {right: 66.66666667%;}
  .col-md-pull-7 {right: 58.33333333%;}
  .col-md-pull-6 {right: 50%;}
  .col-md-pull-5 {right: 41.66666667%;}
  .col-md-pull-4 {right: 33.33333333%;}
  .col-md-pull-3 {right: 25%;}
  .col-md-pull-2 {right: 16.66666667%;}
  .col-md-pull-1 {right: 8.33333333%;}
  .col-md-pull-0 {right: auto;}
  .col-md-push-12 {left: 100%;}
  .col-md-push-11 {left: 91.66666667%;}
  .col-md-push-10 {left: 83.33333333%;}
  .col-md-push-9 {left: 75%;}
  .col-md-push-8 {left: 66.66666667%;}
  .col-md-push-7 {left: 58.33333333%;}
  .col-md-push-6 {left: 50%;}
  .col-md-push-5 {left: 41.66666667%;}
  .col-md-push-4 {left: 33.33333333%;}
  .col-md-push-3 {left: 25%;}
  .col-md-push-2 {left: 16.66666667%;}
  .col-md-push-1 {left: 8.33333333%;}
  .col-md-push-0 {left: auto;}
  .col-md-offset-12 {margin-left: 100%;}
  .col-md-offset-11 {margin-left: 91.66666667%;}
  .col-md-offset-10 {margin-left: 83.33333333%;}
  .col-md-offset-9 {margin-left: 75%;}
  .col-md-offset-8 {margin-left: 66.66666667%;}
  .col-md-offset-7 {margin-left: 58.33333333%;}
  .col-md-offset-6 {margin-left: 50%;}
  .col-md-offset-5 {margin-left: 41.66666667%;}
  .col-md-offset-4 {margin-left: 33.33333333%;}
  .col-md-offset-3 {margin-left: 25%;}
  .col-md-offset-2 {margin-left: 16.66666667%;}
  .col-md-offset-1 {margin-left: 8.33333333%;}
  .col-md-offset-0 {margin-left: 0;}
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {float: left;}
  .col-lg-12 {width: 100%;}
  .col-lg-11 {width: 91.66666667%;}
  .col-lg-10 {width: 83.33333333%;}
  .col-lg-9 {width: 75%;}
  .col-lg-8 {width: 66.66666667%;}
  .col-lg-7 {width: 58.33333333%;}
  .col-lg-6 {width: 50%;}
  .col-lg-5 {width: 41.66666667%;}
  .col-lg-4 {width: 33.33333333%;}
  .col-lg-3 {width: 25%;}
  .col-lg-2 {width: 16.66666667%;}
  .col-lg-1 {width: 8.33333333%;}
  .col-lg-pull-12 {right: 100%;}
  .col-lg-pull-11 {right: 91.66666667%;}
  .col-lg-pull-10 {right: 83.33333333%;}
  .col-lg-pull-9 {right: 75%;}
  .col-lg-pull-8 {right: 66.66666667%;}
  .col-lg-pull-7 {right: 58.33333333%;}
  .col-lg-pull-6 {right: 50%;}
  .col-lg-pull-5 {right: 41.66666667%;}
  .col-lg-pull-4 {right: 33.33333333%;}
  .col-lg-pull-3 {right: 25%;}
  .col-lg-pull-2 {right: 16.66666667%;}
  .col-lg-pull-1 {right: 8.33333333%;}
  .col-lg-pull-0 {right: auto;}
  .col-lg-push-12 {left: 100%;}
  .col-lg-push-11 {left: 91.66666667%;}
  .col-lg-push-10 {left: 83.33333333%;}
  .col-lg-push-9 {left: 75%;}
  .col-lg-push-8 {left: 66.66666667%;}
  .col-lg-push-7 {left: 58.33333333%;}
  .col-lg-push-6 {left: 50%;}
  .col-lg-push-5 {left: 41.66666667%;}
  .col-lg-push-4 {left: 33.33333333%;}
  .col-lg-push-3 {left: 25%;}
  .col-lg-push-2 {left: 16.66666667%;}
  .col-lg-push-1 {left: 8.33333333%;}
  .col-lg-push-0 {left: auto;}
  .col-lg-offset-12 {margin-left: 100%;}
  .col-lg-offset-11 {margin-left: 91.66666667%;}
  .col-lg-offset-10 {margin-left: 83.33333333%;}
  .col-lg-offset-9 {margin-left: 75%;}
  .col-lg-offset-8 {margin-left: 66.66666667%;}
  .col-lg-offset-7 {margin-left: 58.33333333%;}
  .col-lg-offset-6 {margin-left: 50%;}
  .col-lg-offset-5 {margin-left: 41.66666667%;}
  .col-lg-offset-4 {margin-left: 33.33333333%;}
  .col-lg-offset-3 {margin-left: 25%;}
  .col-lg-offset-2 {margin-left: 16.66666667%;}
  .col-lg-offset-1 {margin-left: 8.33333333%;}
  .col-lg-offset-0 {margin-left: 0;}
}


@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  

    
    #custom_header .header-v2 .custom_logo img {height: 40px ;}

  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  
  .click-here{
  top: -9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: block !important;
  }
  .qult-sol-page .orn-sec.one h2 {
    line-height: normal;
}
  /* --- 10-01-2018 --- */
  .custom_processes .custom_home-slider .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main{background-position:center center !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}



/* =============== Bootstrap: carousel.css v3.3.2 =============== */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .comment-form input[type="submit"] {
  text-shadow: none;
}

.custom_carousel-module p {
	font-size: 18px;
	line-height: 25px;
	color: #444;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 300;
}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
@media screen and (min-width: 768px) {
  p.mobl_onl {
    display: none;
}
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .span6.widget-span.widget-type-widget_container.left-sec.top-img {
    float: right;
}
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}

.responsive-video iframe, 
.responsive-video object, 
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*============== leadership layout ==============*/

.three-col-leadership-wrapper.clearfix {
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 0 0;
}

.three-col-leadership-wrapper .three-col{
    width: 33.33333333% !important;
    margin:0 !important;
    padding-left: 15px;
    padding-right: 15px;
}

.three-col-inner{
    margin:0 -15px;
}

.three-col-leadership-wrapper h3{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 400;
    color: #444;  
}


.three-col-leadership-wrapper h4{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    color: #f8991d;
}

/*============== end leadership layout ==============*/


.cm-tech .demo-container {
    margin-top: 50px;
}

.cm-tech .custom-banner-module img{
    width: 100%;
    margin-top: -11px;
}

.cm-contact-layout .body-container h3.form-title{
    display:none;
}

.cm-about-layout .col-md-7.cm-right-col p {
    font-size: 19px;
    line-height: 27px;
    color: #65656a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cm-about-layout .col-md-7.cm-right-col ul li{
        font-size: 19px;
    margin: 0px;
    padding-bottom: 13px;
    line-height: 26px;
    text-align: left;
    color: #65656a;
    padding-top:0;
}

.cm-about-layout .col-md-7.cm-right-col ul{
    padding-left: 20px;
}

body.cm-home-layout #custom_section.custom_section-one ul {
    margin-top: 20px;
}

.one-col-layout .main-content h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px;
    text-transform:none;
}

.one-col-layout.type2 .main-content p{
    font-size: 19px;
    line-height: 27px;
    color: #65656a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.one-col-layout.type2 .main-content{
    padding-bottom:40px;
}

.one-col-layout .body-container ul{
    margin-bottom: 20px;
}

.cm-tech .custom_wrapper h1:first-of-type,
.cm-process .custom_wrapper h1:first-of-type {
    margin-top:60px;
}

.cm-process .custom-banner-module h2,
.cm-service .custom-banner-module h2{
    padding-top: 20px;
}


.cm-list-style{
    margin-left: 30px;
}

.cm-list-style li{
    padding:4px 0 !important;
}

.cm-tech .custom_wrapper h5{
    margin-top: 40px;
    margin-bottom: 25px;
    color: #f8991d;
    font-size: 18px;
    font-weight: 400;
}

.cm-tech .hs_cos_wrapper_type_space:after{
    margin-top: 30px;
    margin-bottom: 20px;
}

.cm-process .custom_wrapper ul{
    margin-left: 30px;
    padding-left: 20px;
}

.cm-process .custom_wrapper ul li{
    padding: 4px 0;
    line-height: 26px;
    text-align: left;
    color: #65656a;
    font-size: 19px;
}

.cm-process .custom_wrapper h5{
    margin-top: 15px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 25px;
}

.cm-service .custom_wrapper h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px;
    text-transform:none;
}


/*============ ecm solution layout ============*/

.ecm-solution-layout #banner-style-two.custom-banner-module h2 {
    padding-top: 25px;
    font-weight: 400;
    color: #687f91;
    padding: 0;
}

.ecm-solution-layout #banner-style-two.custom-banner-module {
    padding-bottom:50px;
    background-position: center center !important;
}

.ecm-solution-layout .custom-banner-module p{
    color: #687f91;
}

.ecm-solution-layout .row1-wrapper {
    background-color: #eee;
    padding-bottom: 35px;
}

.ecm-solution-layout ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item{
    color: #999;
}

.ecm-solution-layout .custom-banner-module ul.hs-breadcrumb-menu .hs-breadcrumb-label, 
.ecm-solution-layout .custom-banner-module ul.hs-breadcrumb-menu a{
     color: #999;
}
.ecm-solution-layout .row1-wrapper h1{
    padding:0;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 34px;
    color: #333;
}

.ecm-solution-layout .row1-wrapper h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #333;
    margin-bottom: 30px;
    margin-top: 20px;
    text-transform: none;
}

.ecm-solution-layout .row1-wrapper p{
    font-size: 19px;
    line-height: 27px;
    color: #65656a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ecm-solution-layout .row1-wrapper ul{
    padding-left: 20px;
}

.ecm-solution-layout .row1-wrapper ul li{
    font-weight: 400;
    color: #444;
    font-size: 19px;
    margin: 0px;
    padding-top:0;
    padding-bottom: 13px;
    line-height: 26px;
    text-align: left;
    color: #65656a;
}

.ecm-solution-layout .row2-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
}

.ecm-solution-layout .row2-wrapper h3{
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #f8991d;
    font-size: 18px;
    font-weight: 400;
}

.ecm-solution-layout .row2-wrapper .main-content,
.ecm-solution-layout .row3-wrapper .main-content{
    max-width: 940px;
    margin: 0 auto;
    float:none;
}

.ecm-solution-layout .row3-wrapper{
    background-color: #eee;
    padding-bottom: 80px;
}

.ecm-solution-layout .row2-wrapper ul{
    padding-left: 20px;
}

.ecm-solution-layout .row2-wrapper ul li{
    font-size: 19px;
    margin: 0px;
    padding-bottom: 13px;
    padding-top: 0;
    line-height: 26px;
    text-align: left;
    color: #65656a;
}

.ecm-solution-layout .row2-wrapper ul li strong{
    color: #444;
}

.ecm-solution-layout .three-col-image {
    margin-top: 21px;
}

.ecm-solution-layout .three-col-image img{
    height: 144px;
    width: 144px;
    max-width: none;
}

.ecm-solution-layout p.image-caption {
    color: #65656a;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 0;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align:center;
}

.ecm-solution-layout .custom_home-slider.custom_quote-slide .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main {
    height: 300px;
}

.ecm-solution-layout .row3-wrapper h5{
    padding: 0;
    font-weight: 600;
}

.ecm-solution-layout .body-container-wrapper{
    padding-bottom:0 !important;
}


/*============ end ecm solution layout ============*/


/*============= home page layout type2 ===============*/

/*=============== resource blog styling ==================*/
.cm-res-blog span.filter-link-count {
    display: none;
}

.blog-search a.hs-button.primary {
    display: none;
}

.cm-res-blog .custom_wrapper{
    margin-top:70px !important;
}

.blog-search input[type="text"] {
    background: #fff;
    height: 34px;
    width: 220px;
    border: 1px solid #ccc;
    padding-left: 20px;
    font-size: 14px;
    font-family: inherit;
    line-height: inherit;
    margin: 5px 0 0 -4px;
}

.cm-post-filter h3{
    display:none;
}

.cm-res-blog button.multiselect.dropdown-toggle{
    width: 220px;
    background: #fff;
    border-color: #cccccc;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    color: #333333;
    font-family: inherit;
    font-weight: normal;
    height: 34px;
    outline: none;
    margin: 5px 0 0;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.cm-res-blog button.multiselect.dropdown-toggle:hover{
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.cm-res-blog select#tinynav1:hover{
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.cm-res-blog .blog-content {
    margin-top: 56px;
}

.cm-res-blog.hs-blog-listing .post-body p{
    margin:0;
}

.cm-res-blog.hs-blog-listing .blog-pagination {
    clear: both;
    padding: 6px 0;
    text-align: center;
}

.cm-post-filter .widget-module{
    position:relative;
    width: 220px;
}

.cm-post-filter .widget-module ul{
    list-style:none;
    margin:0;
    padding:0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
        background: #fff;
    width: 100%;
}

.widget-module.open-tag-list ul {
    display: block;
}

.cm-post-filter .widget-module ul li{
    padding:0;
}

.cm-post-filter .widget-module ul li a {
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
    display: block;
    color: #333333;
    line-height: 1.42857143;
}

.cm-post-filter input[type="checkbox"]{
    margin: 4px 0 0;
    font-family: inherit;
    font-size: inherit;
    position: absolute;
    margin-left: -20px;
    margin-bottom: 5px;
}

.cm-res-blog.hs-blog-listing li.hs-breadcrumb-menu-item.last-crumb {
    display: none;
}

.cm-res-blog.hs-blog-listing li.hs-breadcrumb-menu-item.first-crumb:after{
    display:none;
}

/*=============== end resource blog styling ==================*/


.header-eu .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child > a,
.header-fr .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child > a,
.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child > a{
    font-weight: 500;
    color: #333;
}

.header-eu .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child > a:hover,
.header-fr .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child > a:hover,
.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(5) > ul > li:first-child > a:hover{
    color: #f8991d;
}

.cm-process .custom-banner-module .hs-breadcrumb-menu-wrapper{
    margin-bottom: 40px;
}

ul.hs-error-msgs.inputs-list {
    color: #f2545b;
}

.cm-summit .hs-breadcrumb-menu {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    margin-top: -55px;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
}

.cm-summit ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item {
    color:#fff;
}

.cm-post-filter .widget-module ul li a label{
 display:block;
 width:100%;
}

.cm-res-blog .resourcetop,
.cm-tech #banner-style-two.custom-banner-module,
.cm-process .custom-banner-module,
.cm-service .custom-banner-module,
.cm-summit .container-full-bg{
    background-color: #ccc;
}

.custom-error-page .custom_page-title h1{
    text-transform:capitalize;
}

.custom-error-page .main-content p{
    font-size: 19px;
    line-height: 27px;
    color: #65656a;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight:400;
}

.cm-normal .body-container-wrapper {
   margin-left: 0;
   margin-right: 0;
   min-height: 0;
   padding-bottom: 20px;
}


body.res-blog .imgbox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

body.res-blog .blog-listing-wrapper .post-listing .post-item:nth-child(2n+1) {
   /* clear: left; */
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul li:nth-child(3):after {
    content: " ";
    position: absolute;
    right: 23px;
    width: 14px;
    height: 15px;
    background: url(https://www.industries.veeva.com/hubfs/link.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul li:nth-child(3) {
    position: relative;
}  

/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
    display: none !important;
    }
  
   
    
}

@media(max-width:991px){
    
    
    
   
    
    
    .blog-search,
    .cm-post-filter{
    width: 100% !important;
    text-align: center;
    margin:0 !important;
    }
    
    
    .blog-search input[type="text"]{
    margin: 5px 0 0 0px;
    }
    
    .cm-post-filter .widget-module {
    margin: 10px auto 0;
    }
    
    .custom-error-page .main-content{
    padding-left:10px;
    padding-right:10px;
    }
    
    .site-page .body-container-wrapper,
    .landing-page .body-container-wrapper,
    .error-template .body-container-wrapper,
    .subscription-template .body-container-wrapper,
    .password-template .body-container-wrapper{
    margin-left: 0;
    margin-right: 0;
    }
    
    .sidebar .widget-type-widget_container .hs_cos_wrapper_type_global_widget, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_rich_text, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_text, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_page_footer, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_logo, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_linked_image, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_image_slider, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_header, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_simple_menu, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_section_header, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_social_sharing, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_follow_me, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_listing, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_filter, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_cta, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_raw_html, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_space, .sidebar .widget-type-widget_container .hs_cos_wrapper_type_rss_listing{
    width:100%;
    }
    
    
  
}








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

@media (max-width: 767px) {
  
  
    .custom_header-top-links ul li a span{
    width:auto !important;
  }
    .click-here{
    top: 0;
    width: 100% !important; 
    }
    
    /* ---- 10-01-2018 ---- */
  
    .hp-fr #custom_header .custom_logo { width: 100px;}
    
}  


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

/* =============== Landscape phones and smaller devices =============== */

    .subscription-template .custom_page-title h1,
    .error-template .custom_page-title h1,
    .password-template .custom_page-title h1{
    font-size: 19px;
    line-height: 25px;
    }
    
    .click-here {
    top: 5px;
    width: 40% !important;
    line-height: normal;
    font-size: 11px;
    }
    
   .custom_header-top-links ul{
    margin-bottom: 30px !important;
    }
    
    .row-fluid .testimonial-sub-title{font-size:18px;}
    .home-container h2{font-size:24px;}
    
    
}

/* 09-01-2018 */


/*----------- press page 17-04-2018   ---------------*/



.resourcetop {
    padding: 10px 0 30px 0;
}
.header-men li.hs-menu-item a:after {
    content: " ";
    height: 20px;
    width: 2px;
    background: #fff;
    display: inline-block;
    margin: 2px 10px 0 10px;
}
.header-men li.hs-menu-item a {
    font-size: 24px;
    color: #fff;
}
.header-men li.hs-menu-item:last-child a:after{
    display:none;
    
}
body.resources .resourcetop .entry-content{
    min-height:220px;
}
.heading-page h1 {
    font-size: 70px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    color: #ff9c0f;
    margin-left: 20px;
}

.Footer .row-fluid-wrapper.row-depth-1.row-number-5,
.Footer .row-fluid-wrapper.row-depth-1.row-number-9,
.Footer  .span12.widget-span.widget-type-header.ftrTitle{
    background: transparent;
}
.img-content .logo-img {
    float: left;
    width: 30%;
}
.img-content .logo-img img.hs-featured-image {
    float: none;
    max-width: 100%;
    margin: 0;
}
.learnmore a {
    color: #fff;
}
.learnmore { 
   text-align:center
}

.img-content .section.post-body {
    float: left;
    width: 70%;
    padding-left: 30px;
}
.orn-sec h2{
  padding-top:0;
  margin-top:0;
  line-height:35px
}
 .orn-sec .page-center a.button {
    background: #fff !important;
    color: #ff9a08 !important;
    margin-top: 15px;
}
.pad {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media(max-width: 992px) {
    body.resources .blog-listing-wrapper .post-listing .post-item:nth-child(3n + 4) {        clear: none;    }
    body.resources .blog-listing-wrapper .post-listing .post-item:nth-child(2n + 3) {        clear: left;    }
 
}
@media screen and (max-width: 1300px){
.partners-page .custom_page-title.bg-img-title img.back-img {
    display: none;
} 
}




/* 22/10/2018 */
.form-with-content div div .custom_title-wrapper h1 {
    color: #fff !important;
}
.form-with-content div div .custom_title-wrapper div#hs_cos_wrapper_module_1540194038422311_ {
    color: #fff;
}

/* styles for new partners page */


/* new haeder styles */
.header_rgt_box {    float: right !important;}
.search_box .hs-search-field > div {    max-width: 300px;    
}
.custom-search div {    display: inline-block;}
.search_box .qt-nos {    display: inline-block;    float: none !important;    margin-left: 5px !important;} 
.search_box .custom-search {    text-align: right;    margin-top: 5px;}
.search_box .hs-search-field > div input.hs-search-field__input {    height: 25px !important;      font-size: 15px;}
.search_box .hs-search-field--open .hs-search-field__suggestions {    position: abolute;    right: 0;    z-index: 3;    border: 2px solid #ff9e15;    border-radius: 10px;    background-color: #fff;    padding: 10px;  width:150%}
.search_box .hs-search-field__suggestions a {    font-size: 14px;    color: #000;    line-height: 20px;}

@media only screen and (max-width:480px){
  .search_box .hs-search-field {    width: auto !important;    display: block;    float: none !important;    margin-top: 05px !important;}

  .search_box .custom-search {    padding-right: 05px;}

#custom_header .custom_logo div img {    height: 50px;    margin-top: 15px !important;}
  #custom_header .custom_logo {    top: 4px;}
}
/*
body.custom_about-us.hs-content-id-6917695191.hs-site-page.page span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image img {
    height: 225px !important;
}  */

/*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {    display: inline-block;    font-family: FontAwesome;    font-style: normal;    font-weight: normal;    line-height: 1;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale}

.fa-lg {    font-size: 1.33333333em;    line-height: .75em;    vertical-align: -15%}

.fa-2x {
    font-size: 2em
}

.fa-3x {    font-size: 3em}

.fa-4x {    font-size: 4em}

.fa-5x {    font-size: 5em}

.fa-fw {    width: 1.28571429em;    text-align: center}

.fa-ul {    padding-left: 0;    margin-left: 2.14285714em;    list-style-type: none}

.fa-ul>li {    position: relative}

.fa-li {    position: absolute;    left: -2.14285714em;    width: 2.14285714em;    top: .14285714em;    text-align: center}

.fa-li.fa-lg {    left: -1.85714286em}

.fa-border {    padding: .2em .25em .15em;    border: solid .08em #eee;    border-radius: .1em}

.pull-right {    float: right}

.pull-left {    float: left}
.fa.pull-left {    margin-right: .3em}
.fa.pull-right {    margin-left: .3em}
.fa-spin {    -webkit-animation: spin 2s infinite linear;    -moz-animation: spin 2s infinite linear;    -o-animation: spin 2s infinite linear;    animation: spin 2s infinite linear}

@-moz-keyframes spin {
    0% {        -moz-transform: rotate(0deg)    }
    100% {        -moz-transform: rotate(359deg)    }
}

@-webkit-keyframes spin {
    0% {        -webkit-transform: rotate(0deg)    }
    100% {        -webkit-transform: rotate(359deg)    }
}

@-o-keyframes spin {
    0% {        -o-transform: rotate(0deg)    }
    100% {        -o-transform: rotate(359deg)    }
}

@keyframes spin {
    0% {        -webkit-transform: rotate(0deg);        transform: rotate(0deg)    }
    100% {        -webkit-transform: rotate(359deg);        transform: rotate(359deg)    }
}
.fa-rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
.footer_social_icons .span2, .footer_social_icons .span6 {
    display: inline-block;
    padding: 0 10px;
} 
.custom_processes-module.swap-column a.cta_button img {
    padding-top: 0;
} 
span#hs_cos_wrapper_module_1514811112436437  a {
    padding-left: 15px ;
}
.Footer .ftr-top .f-box ul.active-branch li a {
    overflow: inherit;
   
}
.cropscience-image img
{
    width:100%;
    height:100%;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-right: 15px;
}
 .Customer_Success_htg > div > .row-fluid {
    display: flex;
}
@media screen and (max-width: 768px) {
 .Customer_Success_htg > div > .row-fluid {
    display: block;
}
}
@media screen and (max-width: 540px) and (min-width: 481px) {
#custom_header .custom_logo {    top: 46px !important;}
}

.custom-banner-js.resourcetop {
    background-color: #444 !important;
}
.callout_box {
 border-right: 8px solid #f8991c; margin: 0 0 25px; overflow: hidden; padding: 20px; background-color: #eeeeee;  max-width: 300px;  float: right;  margin-left: 15px;}
.callout-left{ border-left: 8px solid #f8991c; margin: 0 0 0px; overflow: hidden; padding-left: 25px;  padding-right: 25px; background-color: #eeeeee;  width: 100%;  float: left;  margin-left: 15px;}
.callout-left2{ border-left: 8px solid #4e869f; margin: 0 0 0px; overflow: none; padding-left: 25px;  padding-right: 25px; background-color: #eeeeee;  width: 100%;  float: left;  margin-left: 15px;}
.callout-left3{ border-left: 8px solid #62a60a; margin: 0 0 0px; overflow: none; padding-left: 25px;  padding-right: 25px; background-color: #eeeeee;  width: 100%;  float: left;  margin-left: 15px;}
.callout-left4{ border-left: 8px solid grey; margin: 0 0 0px; overflow: none; padding-left: 25px;  padding-right: 25px; background-color: #eeeeee;  width: 100%;  float: left;  margin-left: 15px;}
.callout-full-border{ border: 3px solid #f8991c; margin: 0 0 0px; overflow: none; padding-left: 25px;  padding-right: 25px; background-color: #ffffff;  width: 100%;  float: left;  margin-left: 0px;}
div#custom_footer1 {    background: #1f242b;    text-align: center;        padding: 10px 0px;}
div#custom_footer1  p{font-family: Roboto;font-size: 14px;color: #ffffff;text-decoration: none solid rgb(255, 255, 255);line-height: 20px;text-align: center;      margin: 5px;      font-weight: 500;}

@media (max-width: 768px){
  #custom_header .logo-block .custom_logo div img {        margin-top: 20px !important;    }
  #custom_header .logo-block .custom_logo {        top: 0 !important;    }
  }
/* popup login display none on backend editor*/
body.hubspot-disable-focus-styles .popup {    display: none !important;}
body.hubspot-disable-focus-styles div#overlay {    display: none !important;}
.grey-navigation ul li a.pop-form-tig {    cursor: pointer;}
.cnt223 p a.close {    cursor: pointer;}
.display-flex > div > .row-fluid {    display: flex;    flex-wrap: wrap;} 
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
button.form-lightbox {  display: inline-block;    background: rgb(27, 47, 84);    border-radius: 5px;    color: rgb(255, 255, 255);    padding: 12px 25px;    width: auto;    background-color: #1b2f54;  cursor: pointer;  border:none;}


.carousel-control {    display: none;}
div#connect-specialist {    max-width: 600px;     padding: 0;}
div#connect-specialist.white-popup-block.size-md .hs_submit .actions, div#connect-specialist.white-popup-block .hs_submit .actions {
     max-width: 140px;   }
div#connect-specialist.white-popup-block .hs_submit .actions input.hs-button {    font-size: 14px !important;    font-weight: 500;}
div#connect-specialist .top-pop-head {    background: #f8991d;    padding: 20px 35px;}
div#connect-specialist .top-pop-head img {    width: 200px;}
div#connect-specialist .top-pop-middle {    padding: 15px 35px;}
.row-fluid .hs_submit .actions {    background-color: #ff9e15 !important;    color: #fff !important;    padding: 0;}
.hide { display: none !important; }
strong{font-weight: 500;}
.menu-2023 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children { position: relative; }
.menu-2023 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{ position: absolute; display: none !important; margin-top: 0 !important;}
.menu-2023 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { display: block !important; }
.menu-2023 .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: 100%;    top: 0;}
/*Header Section*/
.body-container-wrapper{margin-right:0;margin-left: 0;}
#custom_header .menu-2023 .caption, .caption_logo { color: #8b8c8e; font-size: 11px; font-weight: 500; margin-top:-22px; }
#custom_header .new-caption .caption_logo { color:#8b8c8e; font-size: 11px; font-weight: 500; margin: 0; line-height: 12px; width:290px;  } 
#custom_header .new-caption .custom_logo div img{  margin-top: -25px !important}
#custom_header .new-caption .custom_logo{position: relative;     margin: 0 0 10px 0; top:25px !important; }  
#custom_header .menu-2023 .custom_logo { position: static; margin: 0;}
#custom_header .custom-search{ position: absolute; right: 0; max-width:150px; }
#custom_header .menu-2023 .custom-search input[type="text"] { line-height: 30px; text-transform: captilize; font-size: 13px; font-weight: 500; margin-top:48px; max-width:130px; border: none; height:30px; background-color: transparent; position:relative; padding-left: 23px;}
#custom_header .menu-2023 .custom-search form{position: relative;}
#custom_header .menu-2023 .custom-search form:before { content: '\f002'; position: absolute; left: 4px; top: 50px; font-size: 14px; font-family: fontawesome;}
#custom_header .menu-2023 ul{ margin-top:4px; min-width: 200px;  }
#custom_header .menu-2023 ul li a{ text-transform: uppercase; font-size: 13px; font-weight: 500;}
span.search-icon-for-mobile { display: none;}
@media only screen and (max-width: 991px) {
#custom_header .menu-2023 .custom-search {     display:none;}
}
/* Footer Section */
.hs-content-id-5349309474 .footer-container-wrapper  { position:relative; border-radius: 0;    margin-top: -75px;  }
.hs-content-id-119489184551 .footer-container-wrapper  { position:relative; border-radius: 0;    margin-top: -75px;  }
.footer-container-wrapper .footer_2025 .row-number-1 #custom_footer img{ max-width: 75px !important; }
.footer-container-wrapper .footer_2025 .row-number-1 #custom_footer .hs_cos_wrapper { text-align: left; }
.footer-container-wrapper { background-color: #092444;    border-radius: 30px 30px 0px 0px; }
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top {font-family: 'Roboto'; margin-top: 40px; background-color: transparent;color:#F5F5F5;  border: none; font-size: 14px;line-height: 1.5; }
.footer-container-wrapper .footer_2025 #custom_footer { background-color: transparent; text-align: left;padding: 20px 0px;}
.footer-container-wrapper .footer_2025  #custom_footer a{color:#fff; display: inline-block; }
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top h3{ color: #f8991d;    font-size: 16px;    margin-top: 20px; margin-bottom: 15px;   margin-right: 20px;    text-transform: initial;    font-family: 'poppins';    font-weight: 600; }
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .footer-bottom h3{ color:#fff; }
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .footer-bottom a{ font-size: 16px; }
.footer-container-wrapper .footer_2025 .ftr-top .footer-top .row-fluid-wrapper.row-depth-2 .widget-type-custom_widget { max-width:180px; }
.footer-container-wrapper .footer_2025 .ftr-top .footer-top .row-fluid-wrapper.row-depth-2 .widget-type-custom_widget.social-links { max-width:100%; }
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top a{ font-size: 22px; margin-right: 40px;color: #ffffff; } 
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top a:hover {    color: #f8991d;}
.footer-container-wrapper .footer_2025  .row-fluid .ftr-top .social-links{ margin-top:0px; } 
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top a:first-child{ color: #ffffff;font-size: 14px; display: inline-block; margin-bottom: 10px; }  
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .footer-top span.link-acc a { font-size: 12px; color: #f8991d; margin: 0; padding-left: 10px;}
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .footer-top span.link-acc a:hover { color: #ffffff; }
.footer-container-wrapper .footer_2025 #custom_footer button#hs_show_banner_button {    border: none !important;    padding: 0px !important;    font-weight: 300 !important;    cursor: pointer;}
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .span3 img.hs-image-widget {    max-width: 290px !important;  margin-top: 25px;width:100%;}
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .mobile-ftr-logo{display:none;}
.footer-container-wrapper .footer_2025 .ftr-top .footer-top .row-fluid-wrapper.row-depth-2 .widget-type-custom_widget.social-links p {    margin: 0; font-weight: 600;    margin-bottom: 6px;   font-family: 'Poppins';}
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .ftr_2025_about {    color: #ffffff;    font-size: 15px;    line-height: 1.3;    max-width: 496px;}
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .ftr_2025_about p {    margin: 10px 0px;font-size: 15px;  font-weight: 300;  line-height: 1.3; }
.footer-container-wrapper .footer_2025 .footer-subscribe-form {    display: flex;    align-items: center;    justify-content: flex-end;    margin-right: 125px;}
/*.footer-subscribe-form*/
.footer-container-wrapper .footer_2025 .footer-subscribe-form h3 { text-align: center; color: #fff !important; margin-top: 20px !important;  }

.footer-container-wrapper .footer_2025 .hbspt-form form { position: relative; max-width: 400px;  margin: 0 auto; } 
.footer-container-wrapper .footer_2025 .hbspt-form form .input input{ border-radius: 0; border: 2px solid #eee;
    background: transparent; font-size: 14px; font-weight: 500; color: #fff; font-weight: 400; height:38px;width: 320px;  }
.footer-container-wrapper .footer_2025 .hbspt-form form .hs_submit.hs-submit { position: absolute; right: 0px; top: 0px; margin: 0; line-height: 38px; display: inline-block; }
.footer-container-wrapper .footer_2025 .hbspt-form form .hs_submit.hs-submit .actions{ border-radius: 0; }
.footer-container-wrapper .footer_2025 .hbspt-form form .hs_submit.hs-submit .actions:after{ content: none; }
.footer-container-wrapper .footer_2025 .hbspt-form form .hs_submit .actions input.hs-button {     background: #EA722E !important;    text-transform: capitalize !important;    font-family: 'Poppins'; border-radius: 0;   line-height: 19px;min-height:38px;   font-size: 14px; font-weight: 400; letter-spacing: 1px; padding: 0 15px; }
.footer-container-wrapper .footer_2025 .hs-form-field {	margin-top: 20px;	margin-bottom: 20px;	}
@media only screen and (max-width: 469px) {
  .hs-search-field.hs-search-field--initialized {    text-align: center !important;}
  #custom_header .menu-2023 .custom-search {     display:none;    right: 0px;        top: -19px;  }
  span.search-icon-for-mobile i {    font-family: 'FontAwesome';    width: 20px;    height: 20px;    font-size: 17px;    font-style: normal;}
  span.search-icon-for-mobile {    position: absolute;    right: 0;    top: 16px;    display:block;    z-index:99;}
  span.close-icon-for-mobile {    position: absolute;    right: 0;    top: 16px;    display:block;    z-index:99;}
  span.close-icon-for-mobile i {    font-family: 'FontAwesome';    width: 20px;    height: 20px;    font-size: 17px;    font-style: normal;}
  span.search-icon-for-mobile.hide {    display:none;  }
  span.close-icon-for-mobile.hide {    display:none;  }
  .mobile-trigger { top: 35px !important; right: 1px !important;}
  .mobile-open .mobile-trigger { right: -21px!important; }
}
body .banner-img-section {    box-shadow: none !important;  }
body .banner-img-section .banner-top {    background-color: #f79817;    height: 380px !important;    background-image: linear-gradient(270deg, #F46700, #F5870E);    width: 100%;    border-radius: 0px 0px 30px 30px;    position: relative; }
body .banner-img-section .banner-top h1 {   color: #ffffff !important;    padding-top: 10px;    font-size: 46px; letter-spacing: -.03em;    font-weight: 700;    max-width: 705px;    margin-top: 20px;    line-height: 1.1;    padding-bottom: 0;font-family: 'Poppins';}
body .banner-img-section .banner-top h3 {  font-size: 18px;    font-family: 'Poppins';    font-weight: 600;    letter-spacing: 1px;    margin-top: 80px;    text-transform: inherit;}
body .banner-img-section .banner-top p { color: #fff;    display: inline-block;    font-family: Poppins;    font-size: 26px !important;    font-weight: 400 !important;    letter-spacing: inherit !important;    line-height: 1.2 !important;    margin-bottom: 10px !important;    margin-top: 0 !important;    max-width: 725px;  }
body .banner-img-section .banner-top .content {    position: relative;    z-index: 2;    width: 80%;} 
body .banner-img-section .banner-top .page-center {    display: block !important;    height: inherit !important;    position: relative;  }
body .banner-img-section.industry-banner .banner-top h1 br{display:none;}
body .banner-img-section.industry-banner .banner-top h3 br{display:none;}
body .banner-img-section.industry-banner .banner-top p br{display:none;}
.hs-content-id-96186353336 .banner-img-section .banner-top {     background-image: url('https://www.industries.veeva.com/hubfs/2025%20veeva%20all%20banners/Veeva%20New%20CPG%202025%20desktop%20Banner-min.png');
    background-position: right;    background-size: cover;overflow: hidden;background-color: transparent;}
.hs-content-id-95732554124 .banner-img-section .banner-top {     background-image: url('https://www.industries.veeva.com/hubfs/2025%20veeva%20all%20banners/Veeva%20New%20Food-beverage%202025%20desktop%20Banner-min.png');
   background-position: right;    background-size: cover;overflow: hidden;background-color: transparent;}
.hs-content-id-96056277351 .banner-img-section .banner-top {     background-image: url('https://www.industries.veeva.com/hubfs/2025%20veeva%20all%20banners/Veeva%20New%20Chemical%202025%20desktop%20Banner-min.png');
   background-position: right;    background-size: cover;overflow: hidden;background-color: transparent;}
body .banner-img-section .banner-top img {    position: absolute;    top: -3px;    right: -8% !important;    object-fit: contain;    z-index: 0;    height: 383px !important;    max-width: 630px !important;}
body .banner-img-section.industry-banner .banner-top img {    max-width: 422px !important;    object-fit: cover;    position: absolute;    right: -18% !important;    top: 0px;    z-index: 0;}
.owl-carousel.owl-newhome-carousel .owl-item .item { padding: 0; text-align: left;}
.owl-carousel.owl-newhome-carousel .owl-nav { display: none !important;  }
.owl-carousel.owl-newhome-carousel .owl-dots {  display: none !important;}
body .hm_new_banner .banner-img-section .banner-top {background-size: cover;    background-position: center;    position: relative; opacity:0}
body .hm_new_banner .owl-item  .banner-img-section .banner-top {opacity:1;}
body .hm_new_banner .owl-item .banner-img-section .banner-top:before {    content: '';    position: absolute;    background: linear-gradient(45deg, #00000087, #00000000) !important;    height: 100%;    width: 100%;    top: 0;    left: 0;    border-radius: 0px 0px 30px 30px;}
body .hm_new_banner .banner-img-section .banner-top h1 {  padding-top: 50px;}
.hm_new_section{ padding: 40px 0px;}
.hm_new_section-one p {    font-size: 18px;  font-weight: 500;  font-family: 'Poppins';    color: #000000;    border-left: 2px solid #ED742D;    padding: 15px;    padding-left: 30px;}
.span12.widget-span.widget-type-cell.hm_new_section-one p.blue_btn {    border: none;    margin: 0;}
p.blue_btn {    display: inline-block;}
p.blue_btn a {    background: linear-gradient(132deg,#1b2f54 -3.62%,#1b3055 9.38%,#1b3157 19.95%,#1b345a 28.48%,#1b385e 35.33%,#1b3c62 40.88%,#1b4168 45.49%,#1b466e 49.55%,#1b4c74 53.43%,#1b527b 57.49%,#1a5982 62.1%,#1a5f89 67.65%,#1a6590 74.5%,#1a6b97 83.03%,#1a719d 93.6%,#1a76a3 106.6%) ;   display: flex;    align-items: center;    justify-content: center;    border-radius: 30px;    color: #ffffff;    font-family: 'Poppins';    font-weight: 600;    font-size: 18px;    padding: 16px 32px 16px 40px; border: none;}
p.blue_btn a img {    width: 8px;  height: 10px;   object-fit: contain;}
p.blue_btn a span {    padding-left: 10px; margin-top: -2px;}
p.blue_btn a:hover {color: #ffffff; background-size: 300%;}
.hm_new_section-one-toplink p a span img {    width: 10px;}
.hm_new_section-one-toplink p a span {    padding-left: 5px;}
.hm_new_section-one-toplink p a {    color: #000000;}
.hm_new_section-one-toplink p a:hover {    color: rgba(1, 4, 11, .7);}
.new_para_sec { padding: 15px 0px;}
.new_para_sec h3 {    color: #F46700;    font-size: 20px;    font-family: 'Poppins';    text-transform: inherit;    font-weight: 600;     letter-spacing: -.03em;    line-height: 1.2;}
.new_para_sec h2 {    color: #262525;    font-size: 36px;    font-family: 'Poppins';    font-weight: 600;    padding: 0;    line-height: 1.3;    margin-bottom: 1.6rem;    letter-spacing: -.03em;}
.new_para_sec p {    font-size: 18px; font-family: 'Poppins';   color: #262525;    padding: 0;    border: none;    max-width: 900px;    font-weight: 400;}
.flex_icon_card> div {    margin: 20px 0px;}
.flex_icon_card> div a {    cursor: pointer;    background: #fff;    color: #01040b;    padding: 28px 32px;    border-radius: 24px;    min-height: 280px;    display: flex;    flex-direction: column;    overflow: hidden;    transition: all .3s ease-in-out;    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .15);
}
.flex_icon_card> div a:hover {    box-shadow: 0 .99px 11.8px 0 rgba(0, 0, 0, .05), 0 2.75px 32.7px 0 rgba(0, 0, 0, .07), 0 6.6px 78.7px 0 rgba(0, 0, 0, .09), 0 22px 80px 0 rgba(0, 0, 0, .14);
}
.flex_icon_card img.hover-img {    display: none;}
.flex_icon_card> div a:hover img.normal-img{display:none;}
.flex_icon_card> div a:hover img.hover-img{display:block;}
.flex_icon_card> div a .card_icon {    background: #fff;    margin-bottom: 2.4rem;    width: 48px;    aspect-ratio: 1 / 1;    border-radius: 50%;    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .09);    height: auto;    overflow: hidden;    position: relative;    transition: all .3s ease-in-out;}
.flex_icon_card> div a:hover .card_icon {  background: #F46700;}
.card_icon img {    aspect-ratio: 1 / 1;    left: 50%;    position: absolute;    top: 50%;     object-fit: contain;   transform: translate(-50%, -50%);    transition: all .3s ease-in-out;    width: 50%;    z-index: 3;}
.flex_icon_card> div a h3 {     letter-spacing: -.03em;    line-height: 1.2;   font-size: 20px;    font-family: 'Poppins';    color: #262525;    text-transform: inherit;    font-weight: 600;    line-height: normal;        margin-top: 0;}
.flex_icon_card> div a p.button-cardtext {     letter-spacing: -.03em; margin: 20px 0px;min-height: initial;  border-left: none;    color: #01040b;    font-size: 18px;    font-family: 'Poppins';    padding: 0;    font-weight: 600;    border-bottom: 1px solid #01040b;    line-height: normal;    padding-bottom: 0px;    max-width: 106px;}
.flex_icon_card> div a p {  margin: 0;    font-family: 'Poppins';    font-size: 15px;    line-height: 1.4;    min-height: 60px;    color: #636669;    font-weight: 400;}
.logos-group .mobile-logo {    display: none;}
.logos-group .mac-logo {    display: none;}
.hm_new_section.hm_new_section-two {    padding: 0;    position: relative;    text-align: center;margin-bottom: 30px;}
.hm_new_section.hm_new_section-two .new_para_sec {    position: absolute;    top: 33%;    right: 0;    left: 0;    text-align: center;}
.hm_new_section.hm_new_section-two .logos-group .desktop-logo img {    object-fit: cover;    width: 100%;    height: auto;}
.hm_new_section.hm_new_section-two .logos-group .mobile-logo img {    object-fit: cover;    width: 100%;    height: auto;}
.hm_new_section.hm_new_section-two .logos-group .mac-logo img {    object-fit: cover;    width: 100%;    height: auto;}
.new_para_sec a {    border: 1px solid #01040b;    color: #01040b;    padding: 16px 32px 16px 40px;    border-radius: 60px;    transition: all .3s ease-in-out;    font-size: 18px;    align-items: center;    font-family: Poppins, sans-serif;    font-weight: 600;    justify-content: center;    letter-spacing: -.03em;    line-height: 1.2;    margin-bottom: 0;    text-transform: unset;}
.new_para_sec a span {    margin-left: 7px;}
.new_para_sec a span img {    width: 8px;}
.new_para_sec a:hover{background-color: #fbfcfd; color: rgba(1, 4, 11, .7);}
.flex_icon_card> div a:hover p.button-cardtext {    color: #636669;    border-bottom: 2px solid #636669;}
.hm_new_section.grey-sec {    background: #EFF1F5;    border-radius: 75px;}
.new_para_sec.orange h3 {    font-size: 28px;}
.new_para_sec.orange p {    font-size: 14px;    line-height: normal;}
.hm_new_section.blue-sec {    background: linear-gradient(195deg, #1b2f54 10.29%, #01050b 25.48%, #02060d 37.84%, #030710 47.81%, #040a13 55.82%, #060c18 62.3%, #080f1d 67.7%, #0a1223 72.44%, #0c1629 76.97%, #0e1a2f 81.72%, #101d36 87.11%, #13213c 93.6%, #152543 101.61%, #172849 111.57%, #192c4f 123.93%, #1b2f54 139.12%);
    border-radius: 75px;      padding-bottom: 70px;}
.hm_section-five-orange-section {    background: #F46700;    border-radius: 75px;    padding: 50px 50px;    margin-top: -210px;}
.hm_new_section.hm_new_section-four {    padding-bottom: 250px;}
.new_para_sec.white p {    color: #ffffff;    max-width: 445px;}
.new_para_sec.white h2 {    color: #ffffff;}
.new_para_sec.white a { color: #ffffff;    border: none;    padding: inherit;    border-bottom: 1px solid #ffffff;    border-radius: 0;    padding-bottom: 5px; }
.new_para_sec.white a:hover {    background: none;    color: #1b2f54;    border-bottom: 1px solid #1b2f54;}
.hm_section-five-orange-section .display-flex {    display: flex;    align-items: center;}
.hm_section-five-orange-section .display-flex h3 {    color: #ffffff;    text-transform: inherit;    font-size: 18px;    font-weight: 600;    font-family: 'poppins';    margin-bottom: 5px;}
.hm_section-five-orange-section .display-flex p {    color: #ffffff;    font-size: 14px;    margin-top: 0;    font-weight: 600;    line-height: normal;}
.hm_section-five-orange-section .display-flex img {    max-width: 50px;    margin-right: 10px;    margin-top: 7px;}
.hm_section-five-paragraph {    text-align: center;    padding: 30px 0px;}
.hm_new_section .tabsdiv .tab .Tabs_block {   background: #121E35;    border-radius: 17px;    width: 15%;    margin-right: 20px;cursor: pointer;    text-align: center;    height: 65px;    display: flex;    align-items: center;    justify-content: center;    opacity: 0.5;}
.hm_new_section .tabsdiv .tab .Tabs_block:hover {    opacity: 1;}
.hm_new_section .tabsdiv .tab.active .Tabs_block {    opacity: 1;}
.span12.widget-span.widget-type-custom_widget.mobile-tab-arrows {    display:none;}
.hm_new_section .tabsdiv .tab .Tabs_block.tab6 {  margin-right: 0px;}
.hm_new_section .tabsdiv .tab .Tabs_block img {    max-height: 70px;    padding: 15px;    max-width: 140px;}
.hm_new_section .tabsdiv .tab-content {    padding-top: 40px;}
.hm_new_section .tabsdiv .tab-content .left-sec {   position: relative;}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_img{border-radius: 40px;  overflow: hidden;position:relative;}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_img:before {    content: '';    position: absolute;    width: 100%;    height: 100%;    background: #00000078;    top: 0;    left: 0;}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_img img {    border-radius: 40px;    object-fit: cover;    transition: all .3s ease-in-out;    width: 100%;    height: 100%;    aspect-ratio: 16 / 9;}
.hm_new_section .tabsdiv .tab-content .left-sec:hover .client_video_img img{    transform: scale(1.05);}
.hm_new_section .tabsdiv .tab-content .left-sec:hover .client_video_img:before{    content: '';    position: absolute;    width: 100%;    height: 100%;    background: #00000078;    top: 0;    left: 0;}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_title {    position: absolute;    bottom: 0;    padding: 30px;}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-logo {    background: #ffffff57;    border-radius: 25px;    width: 150px;    text-align: center;        margin-bottom: 15px;}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-logo img {    max-width: 80px;    padding: 10px;}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-title {    display: flex;    align-items: center;    justify-content: space-between;}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-title img {    width: 35px;  transition: all .3s ease-in-out;}
.hm_new_section .tabsdiv .tab-content .left-sec:hover .client_video_title .client-title img{    transform: translate(4px,-4px)}
.hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-title h2 {    padding: 0;    margin: 0;    color: #ffffff;    max-width: 430px;  font-family: 'Poppins';}
.hm_new_section .tabsdiv .tab-content .right-sec .client_desc .client_quotes {    border-left: 2px solid #EA722E;    padding-left: 25px;}
.hm_new_section .tabsdiv .tab-content .right-sec .client_desc .client_quotes p {    color: #ffffff;    font-weight: 400;    font-family: 'poppins';    font-size: 18px;    line-height: normal;}
.hm_new_section .tabsdiv .tab-content .right-sec .client_desc .client_name {    border-left: 2px solid #EA722E;    padding-left: 25px;}
.hm_new_section .tabsdiv .tab-content .right-sec .client_desc .client_name p {    color: #ffffff;    font-weight: 400;    font-family: 'poppins';    font-size: 18px;    line-height: 1.2;    margin-top: 35px;}
.hm_new_section .tabsdiv .tab-content .right-sec .client_desc .client_name p span {    font-size: 16px;}
.hm_new_section .tabsdiv .tab-content .right-sec .client_desc {    margin-top: 20%;}
.hm_blog a.resource-card {    min-height: 200px;    display: flex;    border-radius: 24px;    flex-direction: column;    background: #eef1f5;    color: #01040b;    gap: 0;    overflow: hidden;    position: relative;    transition: all .3s ease-in-out;}
.hm_blog a.resource-card:hover {    background: #fff;    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .149);}
.hm_blog a.resource-card:before {background: #f7981d;    content: "";    height: 6px;    left: 0;    position: absolute;    top: 0;    width: 100%;    height:8px;}
.hm_blog {    margin-bottom: 35px;}
.hm_blog a.resource-card .resource-card__text {    padding: 24px 28px;    position: relative;}
.hm_blog a.resource-card .resource-card__text h4 {    color: #150101;    font-size: 20px; letter-spacing: -.03em;   font-family: 'poppins';    text-transform: initial; min-height: 120px;   font-weight: 600;    margin-top: 0;}
.hm_blog a.resource-card .resource-card__cta {    margin: 0px;    min-height: initial;    border-left: none;    color: #01040b;    font-size: 15px;    font-family: 'Poppins';    padding: 0;    font-weight: 600;    
    line-height: normal;    padding-bottom: 0px;    }
.hm_blog a.resource-card .resource-card__cta span{ border-bottom: 1px solid #01040b;}
.span12.widget-span.widget-type-cell.hm_new_section.hm_new_section-seven {   background: linear-gradient(to right, #DB6015, #F1971F) !important;   text-align: center;    padding: 15px 0px;  position: relative;    z-index: 1;    border-radius: 40px;}
.hm_new_section.hm_new_section-seven .new_para_sec h3 {    color: #ffffff;}
.hm_new_section-seven p.blue_btn a {    background: linear-gradient(132deg,#1b2f54 -3.62%,#1b3055 9.38%,#1b3157 19.95%,#1b345a 28.48%,#1b385e 35.33%,#1b3c62 40.88%,#1b4168 45.49%,#1b466e 49.55%,#1b4c74 53.43%,#1b527b 57.49%,#1a5982 62.1%,#1a5f89 67.65%,#1a6590 74.5%,#1a6b97 83.03%,#1a719d 93.6%,#1a76a3 106.6%) !important;
    display: flex;    align-items: center;    justify-content: center;    border-radius: 30px;    color: #ffffff;    font-family: 'Poppins';    font-weight: 600;    font-size: 18px;    padding: 15px 30px;        border: none !important;}
.hm_new_section-seven p.blue_btn a:hover { color: #ffffff; background-size: 300% !important;}
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner ul {    list-style: none;    text-align: center;    background: #f8f8f8;    padding: 15px;    min-height: 115px;}
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner ul li {    padding: 0;    font-size: 14px;    line-height: 1.5;    color: #000000;}
.span12.widget-span.widget-type-cell.unified-box-div {    margin-bottom: 40px;}
.quality_unified .Unified-sec-top img {    max-width: 300px;    width: 100%;    margin-bottom: 10px;}
.quality_unified  .Unified-sec-top h3 {    color: #f0a03e;    max-width: inherit;    font-weight: 400;}
.quality_unified .Unified-sec-flex {    width: 100%;    text-align: center;    padding: 0px 12px;} 
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner {    float: left;    display: inline-block;    width: 24.5%;    border: 2px solid #dfdfdf;    margin: 2px;    padding: 30px 20px;   padding-top: 50px;        position: relative;    background: #ffffff;    border-radius: 30px 30px 0px 0px;} 
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner img {    max-height: 50px;    width: auto;    height: auto;}
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner h4 {    font-size: 14px;    font-weight: 500;    min-height: 40px;}
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner:before {    content: '';    position: absolute;    background: linear-gradient(45deg, #F0A23F, #FD6A09) !important;    top: 0;    width: 100%;    height: 30px;    left: 0;    border-radius: 30px 30px 0px 0px;} 
.quality_unified .Unified-sec-bottom {    clear: both;    float: left;    text-align: center;    display: block;    content: '';    width: 100%;}
.quality_unified .Unified-sec-bottom h3 {    background: linear-gradient(45deg, #F0A23F, #FD6A09) !important;    color: #ffffff;    text-transform: inherit;    font-weight: 400;    padding: 20px 25px;    margin-top: -15px;    border-radius: 30px;    position: relative;    letter-spacing: 3px;    max-width: inherit;}
.circle-arrow-link ul li {    list-style: none;    display: inline-block;    margin-right: 30px;}
.circle-arrow-link ul {    padding-left: 0;}
.mobile-qua-img img{display:none;text-align:center;}
.circle-arrow-link ul li a span {    background: #fff;    margin-bottom: 0;    width: 48px;    aspect-ratio: 1 / 1;    border-radius: 50%;    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .09);    height: auto;    overflow: hidden;    position: relative;    transition: all .3s ease-in-out;    display: block;    margin-right: 20px;}
.circle-arrow-link ul li a:hover span {  background:#EA722E;}
.circle-arrow-link ul li a span img {    aspect-ratio: 1 / 1;    left: 50%;    position: absolute;    top: 50%;    object-fit: contain;    transform: translate(-50%, -50%);    transition: all .3s ease-in-out;    width: 50%;    z-index: 3;}
.circle-arrow-link ul li a span img.hover-img {    display: none;}
.circle-arrow-link ul li a:hover span img.normal-img {    display: none;}
.circle-arrow-link ul li a:hover span img.hover-img {    display: block;}
.circle-arrow-link ul li a {    display: flex;    align-items: center;    font-size: 18px;    font-family: 'Poppins';    color: #262525;    font-weight: 600;}
.circle-arrow-link ul li a:hover {  color: #EA722E;}
.quality_qt_sec .new_para_sec p {    font-size: 16px;    margin-bottom: 0;    line-height: normal;}
.quality_qt_sec .qt_text .new_para_sec p {    color: #646669;    line-height: 1.3;    font-size: 15px;}
.quality_qt_sec .qt_text .new_para_sec h3 {    color: #262525;    border-left: 2px solid #EB7D32;    padding-left: 15px;}
.quality_qt_sec_img {    margin-top: 75px;}
.quality_icons-logos > div {    background: #121E35;    border-radius: 17px;    text-align: center;    height: 105px;    display: flex;    align-items: center;    justify-content: center;    margin-bottom: 25px;}
.quality_icons-logos img {    max-height: 100px;    padding: 15px;    max-width: 150px !important;}
.new_para_sec.white.whitecta a {    border: 1px solid #ffffff;    color: #ffffff;    padding: 16px 32px 16px 40px;    border-radius: 60px;    transition: all .3s ease-in-out;    font-size: 18px;    align-items: center;    font-family: Poppins, sans-serif;    font-weight: 600;    justify-content: center;    letter-spacing: -.03em;    line-height: 1.2;    margin-bottom: 0;    text-transform: unset;}
.new_para_sec.white.whitecta h2 {    margin-bottom: 45px;}
.new_para_sec.white.whitecta {    margin-bottom: 40px;}
.veeva_resources_box a.resource-card {    cursor: pointer;    background: #fff;    color: #01040b;    padding: 40px 24px;    border-radius: 24px;    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .15);    display: flex;    flex-direction: column;    gap: 12px;    overflow: hidden;    transition: all .3s ease-in-out;  margin: 12px 0px;}
.veeva_resources_box a.resource-card:hover {    box-shadow: 0 .99px 11.8px 0 rgba(0, 0, 0, .05), 0 1.75px 7.7px 0 rgba(0, 0, 0, .07), 0 5.6px 78.7px 0 rgba(0, 0, 0, .09), 0 1.7px 7px 0 rgba(0, 0, 0, .14);
}
.veeva_resources_box a.resource-card:hover .resource-card__media img {     width:100%;    transition: all .3s ease-in-out;}
.veeva_resources_box a.resource-card:hover .resource-card__media img {    transform: scale(1.05);}
.veeva_resources_box .resource-chip {    border-radius: 10px;    background: #eef1f5;    color: #01040b;    padding: 6px 12px;    display: flex;    font-size: 14px;    line-height: normal;    font-weight: 600;    letter-spacing: -.03em;    line-height: 1.4;    line-height: 1.2;    margin-bottom: 0;    padding: 6px 8px;    text-transform: unset;    transition: all .3s ease-in-out;    width: fit-content;}
.veeva_resources_box .resource-chip img {    height: 16px !important;    width: 16px !important;        margin-right: 7px;}
.veeva_resources_box .resource-card__text h5 {    font-size: 16px;    font-weight: 600;    line-height: 1.2;    transition: all .3s ease-in-out;    text-transform: inherit;    text-align: left;    color: #01040b;      margin-top: 10px;}
.veeva_resources_box .resource-card__media img {    border-radius: 15px;    height: 125px;    object-fit: cover;}
@media only screen and (max-width: 1078px) {   
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner { width: 24.3%;    padding: 48px 5px 30px;     }
}
@media (max-width: 991px) {
  .footer-container-wrapper .footer_2025 .footer-subscribe-form {       margin-right: 10%;}
  .hm_new_section .tabsdiv .tab .Tabs_block {    width: 14%;}
  .hm_new_section .tabsdiv .tab .Tabs_block img {    max-height: 65px;    padding: 15px;    max-width: 115px;}
body .banner-img-section .banner-top {  padding-bottom: 0 !important;  }
body .banner-img-section .banner-top .content {        width: 100% !important;        margin-bottom: 30px;        text-align: left;    }
.hm_new_section.hm_new_section-two .new_para_sec {  top: 25%;} 
 .quality_unified .Unified-sec-flex .Unified-sec-flex-inner h4 { font-size: 14px;  }
}
@media only screen and (max-width: 767px) {
  body .banner-img-section .banner-top {     margin-top: 0 !important;         padding-bottom: 0 !important;  }
 body .banner-img-section .banner-top img {        position: absolute;        left: 0 !important;        right: -25% !important;        height: 373px !important;        z-index: 0;        margin: 0 auto;        top: 0px;    }
 body .banner-img-section .banner-top h1 {        font-size: 34px !important;         line-height: 1;   }
 body .banner-img-section .banner-top h3 {    margin-top: 50px; }
body .banner-img-section .banner-top h1 br {    display: none; }
  body .banner-img-section.industry-banner .banner-top h1 br {    display: block; }
  body .banner-img-section.industry-banner .banner-top h3 br {    display: block; }
   body .banner-img-section.industry-banner .banner-top p br {    display: block; }
  body .banner-img-section.industry-banner .banner-top img { right: -85% !important;object-fit: contain;}
  body .banner-img-section.industry-banner .banner-top { background-position: 60%;}
.hs-content-id-96186353336 .banner-img-section .banner-top {     background-image: url('https://www.industries.veeva.com/hubfs/2025%20veeva%20all%20banners/Veeva%20CPG%20New%202025%20Banner-min.png');
    background-position: right;    background-size: cover;overflow: hidden;}
  .hs-content-id-95732554124 .banner-img-section .banner-top {     background-image: url('https://www.industries.veeva.com/hubfs/2025%20veeva%20all%20banners/Veeva%20food%20and%20beverage%20New%202025%20Mobile%20Banner-min.png');
    background-position: right;    background-size: cover;overflow: hidden;}
  .hs-content-id-96056277351 .banner-img-section .banner-top {     background-image: url('https://www.industries.veeva.com/hubfs/2025%20veeva%20all%20banners/Veeva%20Chemical%20New%202025%20Mobile%20Banner-min.png');
    background-position: right;    background-size: cover;overflow: hidden;}
.logos-group .mobile-logo {    display: none;}
  .logos-group .mac-logo {    display: block;}
.logos-group .desktop-logo {    display: none;}
  .new_para_sec h2 {    font-size: 28px;}
  .new_para_sec.orange h3 {    margin-top: 0px;}
  .new_para_sec.orange h3 br {    display: none;}
  .hm_new_section {    padding: 20px 0px;}
  .hm_new_section.grey-sec {      border-radius: 25px;}
  .hm_section-five-orange-section {      border-radius: 25px;    padding: 30px 30px;}
  .hm_new_section.blue-sec{border-radius: 25px;    padding-bottom: 40px;  }
  .hm_new_section .tabsdiv .tab-content .left-sec .client_video_img img {    border-radius: 25px;  }
.hm_section-five-orange-section h3 {    display: none;}
  .hm_section-five-orange-section .new_para_sec.white {    margin-bottom: 20px;}
  .hm_section-five-orange-section .display-flex {       margin-top: 20px;}
  .hm_section-five-orange-section .display-flex p {    margin-bottom: 0;}
  .hm_new_section .tabsdiv .tab-content > div {    padding: 0px !important;}
  .hm_new_section .tabsdiv .tab-content .left-sec .client_video_img img {      aspect-ratio: 4 / 3;}
  .hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-title h2 {    font-size: 18px;  }
  .hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-title img {    width: 20px;}
  .hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-logo img {    max-width: initial;    padding: 10px;    max-height: 55px;}
  .hm_new_section .tabsdiv .tab-content .left-sec .client_video_title .client-logo {      width: auto;    display: inline-block;  }
  .hm_new_section .tabsdiv .tab .Tabs_block {  width: 115px;        margin-bottom: 15px;        float: initial; }
 .hm_new_section .tabsdiv .tab { margin: 0px 10px;}
  .hm_new_section .span12.widget-span.widget-type-cell.tabsdiv > .row-fluid-wrapper > .row-fluid {    display: flex;    align-items: center;    overflow: scroll;overflow-x: auto;}
  .span12.widget-span.widget-type-cell.hm_new_section.hm_new_section-seven {    padding: 30px 0px;  }
  .footer-container-wrapper .footer_2025 .footer-subscribe-form {    display: block;  }
  .footer-container-wrapper .footer_2025 .row-fluid .ftr-top .mobile-ftr-logo img.hs-image-widget {    max-width: 250px !important;  margin-top: 25px;width:100%;}
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .mobile-ftr-logo{display:block;}
.footer-container-wrapper .footer_2025 .row-fluid .ftr-top .desktop-ftr-logo{display:none;}  
  .footer-container-wrapper .footer_2025 .row-fluid .ftr-top h3 {     margin-top: 15px;  }
  .footer-container-wrapper .footer_2025 .hbspt-form form .input input {    width: 90%;}
  .span12.widget-span.widget-type-cell.hm_new_section-one-top {    border-left: 2px solid #ED742D;    margin-top: 30px;}
  .hm_new_section-one .hm_new_section-one-top p {   font-weight: 600;     padding: 0 15px;    padding-left: 15px;    margin: 0 0 20px;    line-height: 1.3;    border: none;}
  p.blue_btn a{ font-size: 14px;    padding: 12px 24px;}
  .span12.widget-span.widget-type-custom_widget.mobile-tab-arrows {    text-align: right;    display:block;}
.mobile-tab-arrows  .scrollbtns {    border: none;    display: block !important;    text-align: center;    width: 42px;    height: 25px;    margin-top: 0px;    margin-left: auto;    position: relative;}
 .mobile-tab-arrows .scrollbtns button {    font-size: 24px;    height: 21px;    width: 20px;    position: relative;    background: 0 0;    color: inherit;    border: none;    padding: 0 !important;    font: inherit;}
 .mobile-tab-arrows .scrollbtns button span {    opacity: 0;}
.mobile-tab-arrows .scrollbtns button:before {    content: "";    width: 15px;    height: 15px;    position: absolute;    top: 4px;    left: 2px;    background-size: cover ! Important;}
 .mobile-tab-arrows .scrollbtns button#scrollLeftBtn:before {    background-image: url(https://www.industries.veeva.com/hubfs/b-white-arrow.png);}
.mobile-tab-arrows  .scrollbtns button#scrollRightBtn:before {    background-image: url(https://www.industries.veeva.com/hubfs/b-white-arrow.png);    transform: rotate(180deg);}
  .hm_new_section .tabsdiv .tab-content {    padding-top: 25px;}
  .hm_new_section .span12.widget-span.widget-type-cell.tabsdiv > .row-fluid-wrapper > .row-fluid::-webkit-scrollbar {        display: none;        scrollbar-width: none;    }
  .flex_icon_card> div a {    min-height: initial;}
  .flex_icon_card> div a h3 {   line-height: 1.3;  min-height: inherit !important;  }
  .flex_icon_card> div a p.button-cardtext {     font-size: 16px;     width: 92px;}
  .hm_new_section.hm_new_section-two .new_para_sec {   padding: 15px;    top: 30%;  }
  .new_para_sec.orange p {    margin-bottom: 0;}
  .new_para_sec a {    font-size: 14px !important;    padding: 12px 24px ;  }
  .hm_blog a.resource-card .resource-card__cta {    margin: 25px 0px 0px;    font-size: 16px; }
  .hm_blog a.resource-card {    min-height: inherit;  }
 .quality_unified .Unified-sec-flex .Unified-sec-flex-inner {   width: 100%;        padding: 30px 5px;       padding-top: 50px;    }
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner img {   max-height: 70px;    }
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner h4 {   font-size: 18px;  font-weight: 500;   min-height: auto;    }
 .veeva_resources_box .resource-card__media img {    height: initial;}
  .hm_new_section .tabsdiv .tab-content .right-sec .client_desc {    margin-top: 30px;}
  .desktop-qua-img img{display:none}
  .mobile-qua-img img{display:block;text-align:center;}
  .mobile_center {    text-align: center;}
  .span3.widget-span.widget-type-cell.quality_icons-logos {    width: 46%;    float: left;    margin: 2%;}
  .quality_icons-logos img {    max-height: 90px;    padding: 15px;    max-width: 110px !important;}
}
@media only screen and (max-width: 600px) {
body .banner-img-section .banner-top h3 {  margin-top: 45px !important;}
body .banner-img-section {    margin-top: 20px;}
body .banner-img-section .banner-top {  height: auto !important;  padding-bottom: 0px; text-align: center;    }
body .banner-img-section .banner-top .content { width: 100% !important;        padding-bottom: 30px; padding-top: 20px; text-align: left !important;    }
body .banner-img-section .banner-top p {  font-size: 20px !important;        padding-bottom: 30px !important;   }
body .banner-img-section .banner-top p br {  display: none; }
body .banner-img-section.industry-banner .banner-top p br {    display: block; }  
body .banner-img-section .banner-top img {   top:-3px;     position: absolute !important;        left: 0 !important;        right: 0 !important;        height: 100% !important;        z-index: 0;        margin: 0 auto;        object-fit: cover;         max-width: 100% !important;    }
body .banner-img-section .banner-top {    border-radius: 0px 0px 30px 30px; }
body .banner-img-section.industry-banner .banner-top h3 {        margin-top: 25px !important;    }
body .hm_new_banner .owl-item .banner-img-section .banner-top:before {  background: #00000085 !important}
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner {  width: 100%;    }
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner img {  max-height: 70px;    }
.quality_unified .Unified-sec-flex .Unified-sec-flex-inner h4 { font-size: 18px;        font-weight: 500;    }
.quality_unified .Unified-sec-bottom h3 {   margin-top: 30px;}
}
 @media only screen and (max-width: 469px){
body .banner-img-section .banner-top { border-radius: 0px 0px 40px 40px; }
   body .hm_new_banner .banner-img-section .banner-top:before {border-radius: 0px 0px 40px 40px; }   
body .banner-img-section .banner-top {  width: 100%;  left: 0px;}
   .logos-group .mobile-logo {    display: block;}
  .logos-group .mac-logo {    display: none;}
.logos-group .desktop-logo {    display: none;}
     }
@media only screen and (max-width: 400px) {
    .new_para_sec h2 {
        font-size: 26px;
    }
}