/* ========================================================
 * ==================
   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;
}
@font-face {
	font-family: 'HelveticaNeue-Thin';
	src: url('https://www.industries.veeva.com/hubfs/VeevaSystems_September2017/Fonts/HelveticaNeue%20Thin.ttf');
}
@font-face {
	font-family: 'HelveticaNeue-Light';
	src: url('https://www.industries.veeva.com/hubfs/VeevaSystems_September2017/Fonts/HelveticaNeue%20Light.ttf');
}
@font-face {
	font-family: 'HelveticaNeue-Medium';
	src: url('https://www.industries.veeva.com/hubfs/VeevaSystems_September2017/Fonts/HelveticaNeue%20Medium.ttf');
}
@font-face {
	font-family: 'HelveticaNeue-Bold';
	src: url('https://www.industries.veeva.com/hubfs/VeevaSystems_September2017/Fonts/Helvetica%20Neu%20Bold.ttf');
}
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;
}
/* ---- 08-01-2018 ---- */
.row-fluid .table-img-small{display:none;}
.step-section{text-align:center;}
.custom_container .step-section h2{color:#646469;font-size:32px;font-weight:400;}
.row-fluid .button.theme-color, .row-fluid .hs_submit .actions{background-color:#ff9e15 !important;color:#fff !important;}
.row-fluid .button2.theme-color, {background-color:#000005 !important;color:#000005 !important;}
.custom_home .row-fluid .bottom-sec,.hs-content-id-5349199059 .row-fluid .bottom-sec{background-color:#61b3e4;}
body.custom_home.hs-content-id-5502599873 #custom_section.custom_section-one .custom_column:last-child { border-right:2px solid transparent;}
.custom_home.hs-content-id-5502599873 #custom_section.custom_section-one .section-3part:last-child .custom_column{ border-right:none;}
.custom_home #custom_section > .page-center > div{margin:0;}
.custom_home .row-fluid .section-3part{margin:0;width: 33.33%;}
.custom_home .wistia_responsive_padding {float: left;width: 60%;}
.custom_home .generic-container .sub-title{margin-bottom:50px; color:#646469;}
.custom_home .orang-wheel {float: left; padding: 0 62px 0 0;width: 40%;}
.Footer #custom_footer a{color:#ff9e15;}
.custom_processes a:hover, .custom_processes a:focus {color: #d84d06;}
body.custom_processes #custom_section.custom_section-four { padding: 20px 0 40px;}
#hs-banner-parent div.hs-category-description br {
    display: block !important;
}
#hs-banner-parent div#hs-modal-introduction-description br {
    display: block !important;
}
#hs-banner-parent div.hs-category-description strong {
    font-weight: 700 !important;
}
#hs-banner-parent div.hs-category-description p {
 display: block !important;
}
#hs-banner-parent div#hs-modal-introduction-description strong {
    font-weight: 700 !important;
}
#hs-banner-parent div#hs-modal-introduction-description p {
 display: block !important; 
}
/* .hidden-xs button#back-to-top{background:rgba(0, 0, 0, 0) url("https://3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/back-to-top-yellow.png") repeat scroll 0 0;} */
/* ---- 10-01-2018 ---- */
.custom_processes .custom_home-slider .hs_cos_flex-slider .caption{padding: 70px 140px;}
.row-fluid .gray-bg a.cta_button{/*background:#646469 !important;*/ color:#ff9e15 !important;background:transparent !important;}
.row-fluid .gray-bg.banner-bottom-strip { background: #fff;}
.row-fluid .gray-bg.banner-bottom-strip .widget-type-text{color:#ff9e15;}
.row-fluid .thankyou-hero .bg-img { display:none; }
.row-fluid .thankyou-hero{ background-repeat:no-repeat; background-size:cover; background-position:center; position:relative; z-index:1;  }
.row-fluid .thankyou-hero:before{ position:absolute;  z-index:-1;  top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,0); content:"";} 
.row-fluid .banner-title-text{  position:absolute;  top:38%;  transform:translateY(-38%);  text-align:center; max-width:600px; left:0; right:0;     margin: 0 auto !important;  }
.row-fluid .thankyou-hero  .banner-title-text h1{  font-family: 'Roboto', sans-serif; color:#fff; font-weight:600; font-size:50px; line-height:55px; padding-bottom:0;  margin-bottom:5px; }
.row-fluid .thankyou-hero  .banner-title-text span{ color: #fff; font-size: 30px; line-height: 34px; font-weight: 500;   font-family: 'Roboto', sans-serif; }
.row-fluid .bottom-bannerarea .scroll-bottom img{ max-width:50px;  }
.row-fluid .scroll-bottom-0text{ color: #fff; font-size: 30px; line-height: 34px; font-weight: 500;   font-family: 'Roboto', sans-serif; text-align:center;  margin-bottom:10px; }
.row-fluid .bottom-bannerarea{ text-align:center;  position:absolute; bottom:15px; max-width:850px;   left:0; right:0;     margin: 0 auto !important;  }
.services-thank .row-fluid .detaile-two,.services-thank .row-fluid .detaile-one{ text-align:center; color:#000; font-size:24px; line-height:38px;  font-family: 'Roboto', sans-serif;  }
.services-thank .row-fluid .detaile-one{ color:#f3a13e; }
.services-thank .row-fluid .detaile-one{ font-weight:500; }
.row-fluid .services-than-row > span .hs_cos_wrapper{ float:left; width:20%; padding:0 5px; margin-bottom:20px; }  
.row-fluid .t-services{ float:left; width:100%;  }
.row-fluid .t-servicesimage{ margin:0 auto; display:block; width:100%; height:120px; width:120px; border-radius:100%; background-size:cover; background-color:#6ab3dc;  background-position:center; }
.row-fluid .t-servicestitle{float:left; width:100%; color: #646469; font-weight: 500; text-align: center;  margin-top: 20px; }
.row-fluid .services-than-row { padding-top:50px; }
.row-fluid .services-thank{ padding:50px 0; }
.row-fluid .t-recent-post .post-item { float:left; width:33.33%; padding:0 15px; }
.row-fluid .t-recent-post .row-fluid .recent-post-title{ text-align:center;  padding-bottom:15px; }
.row-fluid .t-recent-post .row-fluid .recent-post-title h2{ color:#646469; font-weight:600; font-size:38px; line-height:44px; padding-top:0;  }
.row-fluid .t-recent-post .post-img.bgimg-main1 { height: 240px;  background-size: cover; background-position: center;  float: left;  width: 100%; }
.row-fluid .t-recent-post .post-text { float: left; width: 100%; background-color: #eff0f0; text-align: center;  padding: 28px 30px; padding-bottom: 30px; }
.row-fluid .post-title a{ font-size:22px; line-height:28px;  display:inline-block;  }
.row-fluid .semheight{ float:left; width:100%; }
.row-fluid .t-recent-post #hubspot-author_data{ display:inline-block; }
.row-fluid .t-recent-post #hubspot-author_data .author-link{font-size: 16px; font-style: italic; color: #000; }
.row-fluid .t-recent-post .post-date{ display:inline-block; font-size: 16px; font-style: italic; color: #000;}
.row-fluid .t-recent-post .post-bottom{ float:left; width:100%; padding:15px 0; text-align:center;  }
.row-fluid .t-recent-post{ padding-bottom:20px; }
.row-fluid .t-servicesimage:hover{ background-color:#f3a13e; transition:0.4s; }
.row-fluid .thankyou-hero .banner-title-text h1{  font-size: 38px;  line-height: 42px; }
.row-fluid .services-thank  .step-section h2{   padding-bottom: 0;   padding-top: 0; color:#646469; }
.row-fluid .services-thank{ padding-bottom:20px;  }
.row-fluid .services-thank .row-fluid .section-3part-custom { padding-top:35px; }
.row-fluid .t-recent-post #hubspot-author_data .author-link:hover{ color:#f3a13e;  }
/* --- 23-01-2018 ----*/
.doc-image-section-outer{outline: none;}
.doc-image-section-outer > span > div {float: left;text-align: center;width: 20%;margin: 0 0 25px;}
.doc-image-section-outer span {display: block; width: 100%;float:left;}
.doc-image-section-outer .doc-section-img h3 { color: #777; font-size: 15px;line-height: 23px;margin: 10px 0 0;}
/*.doc-image-section-outer > span > div a:hover h3{color:#f8991c;}*/
.custom_processes.hs-content-id-5349199059 .orange-section{padding:0;}
.custom_processes.hs-content-id-5349199059 .orange-section h3{margin:0;}
.hs-content-id-5349199059 .row-fluid .bottom-sec{padding: 60px;}
body.hs-content-id-5349199059 #custom_section.custom_section-six .custom_right-column {color: #ffffff; font-family: "Roboto",sans-serif;font-size: 25px;font-weight: 300; line-height: 40px;}
body.hs-content-id-5349199059 #custom_section.custom_section-six .custom_right-column h3{font-size: 38px;color: #ffffff;text-transform: inherit;font-weight: 400;margin: 0 0 15px;}
body.hs-content-id-5349199059 .orange-section h2{margin:0;}
body.hs-content-id-5349199059 .row-fluid [class*="span"],body.hs-content-id-5349199059 .orange-section {min-height: 0;}
body.hs-content-id-5349199059 .custom_right-column .button.white-color:hover{color:#fff;}
/* --- 21-02-2018 ---*/
.services-thank .detaile-one ul{padding-left:22px;}
.services-thank .detaile-two ul{padding-left:22px;}
.services-thank .detaile-two strong{ line-height:20px;}
.services-thank .detaile-one ul li span{color:#8A8A8C;}
.services-thank .detaile-two ul li{color:#f3a13e; line-height: 20px;}
.services-thank .detaile-two p{margin:0; line-height: 28px;}
.services-thank .detaile-two p:first-child{padding-bottom:20px;}
.row-fluid .service-form h3{display:none;}
.services-thank .detaile-one{padding-top:80px;}
.row-fluid .servicepage-hero .banner-title-text{text-align:left; right:auto; left:auto;}
.row-fluid .servicepage-hero .banner-title-text span{font-size:24px;}
.row-fluid .servicepage-hero .banner-title-text h1{font-size:40px; line-height:46px;}
.row-fluid .servicepage-hero .banner-title-text h1 span{font-size:40px; color:#f3a13e;}
.row-fluid .servicepage-hero{height:460px !important;}
.row-fluid .hero-butt.servicepage-hero .banner-title-text span { font-size: 20px;}
/*--------  7-03-2018  -----------*/
.v-sumit h3 , .v-sumit h2, .v-sumit h4, .v-sumit h5, .v-sumit h6 { margin:0; padding:0; color:#646469; font-weight:500; } 
.v-sumit p { margin:0; padding:0;}
.v-sumit h2 { text-transform:uppercase; font-size:36px; color:#646469; line-height:34px; margin:0; }
.v-sumit h3 { font-size:36px; color:#646469; line-height:34px; margin:0; }
.v-sumit .body-container-wrapper { margin:0; }
.row-fluid .sign-section { text-align:center; background:#FF9D15; padding:60px 0; width:100%; float:left; }
.row-fluid .sign-form {}
.row-fluid .sign-form h3 {margin:0 0 35px 0; font-size:30px; }
.row-fluid .sign-form { margin-top:17px; text-align:center; }
.row-fluid .sign-form form { float:none; display:inline-block; width:80%; position:relative; padding-right:211px; }
.row-fluid .sign-form .hs-form-field > label, .row-fluid .sign-form .hs_submit .actions:after { display:none; } 
.row-fluid .sign-form form .hs_email { width:100%; float:left; margin:0; }
.row-fluid .sign-form form .hs_email .hs-input { background:#fff; height:60px; color:#000;   border: transparent;    border-radius: 0; }
.row-fluid .hs_submit .actions { padding:0; }
.row-fluid .sign-form form .hs_submit { width:auto; float:left; position:absolute; top:0; right:0; margin:0;}
.row-fluid .sign-form form .hs_submit .hs-button { background: #DB5F13; transition: all 0.6s ease-in-out; padding:10px 43px;   width: auto;   height: 60px;  border:transparent;    text-transform: uppercase;    font-weight: 400;    font-size: 24px;  color:#fff;  line-height: 0px;}
.row-fluid .sign-form form .hs_submit .hs-button:hover { color:#fff;    background: #000 !important; }
.row-fluid .sign-form form input:focus { outline:none; }
.row-fluid .speaker-section { padding:100px 0; text-align:center;}
.row-fluid .speaker-section h2 { margin-bottom:15px; }
.row-fluid .speaker-section h4 { font-size:30px; }
.row-fluid .speaker-box  {margin:37px 0;}
.row-fluid .speaker-box > span {}
.row-fluid .speaker-box > span > div { width:33.33%; float:none; display:inline-block; vertical-align:center; margin:0 -2px; padding:25px; }
.row-fluid .speaker-box > span > div:nth-child(1){ width:66.66%; }
.row-fluid .speaker-part {position:relative; }
.row-fluid .speaker-img { height:420px;   background-size: cover !important;    background-position: center !important;    background-repeat: no-repeat !important; }
.row-fluid .speaker-img img { display:none; }
.row-fluid .speaker-text { background:#FF9E15;  font-size: 11px; font-weight: 400;  text-align: left; padding:30px; color:#fff;   position: absolute;    width: 100%;    bottom: 0; left:0; }
.row-fluid .speaker-text h6 { font-size:16px; color:#fff; text-transform:uppercase; margin-bottom:12px;}
.row-fluid .speaker-text p {}
.row-fluid .speaker-box1 { }
.row-fluid .speaker-box1 > span > div:nth-child(1) { width:33.33%; }
.row-fluid .speaker-box1.speaker-img { height:240px; }
.row-fluid .expect-section { background:#89898B; text-align:center;  padding:110px 0 60px 0; }
.row-fluid .expect-section h2 { color:#FF9E15; line-height:53px; }
.row-fluid .expect-box {}
.row-fluid .expect-box > span > div { width:70%; float:left; margin:60px 0; }
.row-fluid .expect-part { height:520px; position:relative;    background-size: cover !important;    background-position: center !important;    background-repeat: no-repeat !important;}
.row-fluid .expect-part:before { position:absolute; content:""; top:0; width:100%; left:0; height:100%; background:rgba(64,64,69,0.40); }
.row-fluid .expect-text { position:absolute; bottom:0; left:0%; width:100%; text-align: left;    color: #fff;/* padding-left:20%;*/ padding-bottom:22px;}
.row-fluid .expect-text h2 { margin:0px 0 28px 0; color:#fff; }
.row-fluid .expect-text p { padding-left:15px; }
.row-fluid .expect-box > span > div:nth-child(even) { float:right; }
.row-fluid .expect-box > span > div:nth-child(even) .expect-text { left:auto; right:0; text-align: right; /*padding-left:0; padding-right:20%;*/ }
.row-fluid .expect-box > span > div:nth-child(even) .expect-text p { padding:0 15px 0 0; }
.row-fluid .agenda-section {padding:95px 0; background:#FF9D15; color:#fff; text-align:center; font-size:36px; color:#fff; line-height:34px; }
.row-fluid .agenda-section h2 { color:#fff; margin-bottom:12px; }
.row-fluid .agenda-section h4 { color:#fff; }
.row-fluid .agenda-box {  margin:100px 0 200px 0; float:left; text-align:left; } 
.row-fluid .agenda-point-box { padding-left:85px; float:left; position:relative; }
.row-fluid .agenda-point1, .row-fluid .agenda-point2 {position:relative; padding:17px 0 17px 70px; float:left; width:100%; }
.row-fluid .agenda-point1:before { position:absolute; content:"";     width: 25px;   height: 25px;    background: #fff;    left: 0;    top: 19px;    border-radius: 100%; }
.row-fluid .agenda-point1 span { position:absolute;     top: 63%;     left: -85px;    font-size: 24px;    color: #fff;    width: 98px; }
.row-fluid .agenda-point2:before { position:absolute; content:"";     width: 25px;  height: 25px;    border: 2px solid #fff;    left: 0px;    top: 19px;    border-radius: 100%;}
.row-fluid .agenda-point-border .agenda-point1:after { position:absolute; content:""; width: 1px;    height: calc(100% - 5px);    background: #fff;    left: 12px;    top: 24px;  }
.row-fluid .digital-section { padding:160px 0 90px 0; text-align:center; font-size:36px; color:#646469; line-height:34px; font-weight:500; }
.row-fluid .digital-section h3 { color:#FF9E15; font-weight:500; margin-bottom:70px; } 
.row-fluid .digital-section p {margin-bottom:30px;}
.row-fluid .digital-part {}
.row-fluid .digital-part h3 {margin:35px 0 0 0;}
.row-fluid .digital-part p {}
.row-fluid .digital-part a {font-size:30px; color:#fff;     padding: 17px 28px;   font-weight: 400; float: none; display: inline-block; margin-top:30px; }
/* --- 09-03-2018 --- */
.row-fluid .traning-hero.bgimg-main .bg-img {display: none;}
.container-fluid .row-fluid .traning-hero .hero-title {float: none;margin: 0 auto;position: relative;}
.row-fluid .hero-title h2 {color: #fff;font-size: 100px;font-weight: 300;line-height: 115px;text-align: center; margin: 0;  padding: 0;}
.row-fluid .hero-title img{max-width: 284px;}
.row-fluid .traning-hero:before {background-color: rgba(30, 60, 109, 0.7);bottom: 0;content: "";left: 0;position: absolute;right: 0;top: 0;z-index: -1;}
.row-fluid .traning-hero {background-position: center center;background-repeat: no-repeat;background-size: cover;padding: 50px 0;position: relative;z-index: 1;}
.row-fluid .crm-servicess.services-crm-traning { padding: 150px 0;}
.crm-servicess.services-crm-traning .crm-servicess-row > Span .hs_cos_wrapper {float: left;margin-bottom: 30px;padding: 0 15px;width: 50%;}
.crm-servicess.services-crm-traning .watch-training-col {background-color: #fff;border: 1px solid #c4d0db;border-radius: 4px;box-shadow: 2px 1px 12px 0 #e0e5ea;display: block; float: left;width: 100%;}
.crm-servicess.services-crm-traning .watch-training-col-new {border-bottom: 1px solid #c4d0db;float: left;width: 100%;}
.crm-servicess.services-crm-traning .watch-training-col .timing {display: block;float: left;padding: 10px 20px;width: 100%;}
.crm-servicess.services-crm-traning .watch_training_row {float: left;padding: 20px;width: 100%;}
.crm-servicess.services-crm-traning .wleft-col {float: left;width: 70%;}
.crm-servicess.services-crm-traning .wright-col {float: right;width: 30%;}
.crm-servicess.services-crm-traning .wleft-icon {float: left;padding: 0 5px;width: 20%; height:50px;}
.crm-servicess.services-crm-traning .wleft-title {color: #293748;float: left;font-size: 21px;font-weight: 500;line-height: 27px;padding-left: 15px;padding-right: 15px;padding-top: 8px;width: 80%;}
.crm-servicess.services-crm-traning .wleft-icon img {max-width: 50px;}
.crm-servicess.services-crm-traning .wright-col a {border: 1px solid #f8991d;border-radius: 3px;color: #f8991d;display: inline-block;font-size: 18px;font-weight: 500; padding: 9px 3px;text-align: center;text-decoration: none;width: 100%; transition: all 0.4s ease 0s;}
.crm-servicess.services-crm-traning .watch-training-col .timing span {color: #293748; font-size: 17px;}
.crm-servicess.services-crm-traning .wright-col a:hover {background-color: #f8991d;color: #fff;}
/*--------  24-03-2018  -----------*/
.hp-fr #custom_header .custom-menu-primary { right: 20px;}
.hp-fr .hidden-xs button#back-to-top {  color: #fff; font-size:18px;  background: #ff9e15;border-radius: 5px 0 0 5px;   height: 50px;  width: 110px; box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.4);}
.hp-fr .hidden-xs button#back-to-top i { margin-right:5px; }
.hp-fr .slick-initialized .slick-slide:focus { outline:none; }

@media (max-width:1199px) {
.row-fluid .servicepage-hero .banner-title-text {text-align: left; right: auto;left: auto; position: relative; top: 0; transform: translateY(0);padding: 60px 15px;}
.row-fluid .servicepage-hero{height:auto !important;}
.row-fluid .service-thank-padding{padding-left:15px; padding-right:15px;}
.row-fluid .service-thank-padding .row-fluid .detaile-two{padding:0;}
.row-fluid .custom_home-slider .hs_cos_flex-slider .caption { padding: 70px 80px;}
/*------ 7-03-2018 --------*/
    .row-fluid .speaker-box > span > div { padding:15px; }
    .row-fluid .hero-title h2 {font-size: 45px;line-height: 52px;}
    .row-fluid .hero-title img {max-width: 121px;}    
/*--------  24-03-2018  -----------*/
    .hp-fr #custom_header .custom_logo img { height: 72px;   margin-top: -12px;}
    .hp-fr #custom_header .custom_logo { width: 170px; !important }  
}
@media (max-width:991px) {
    .row-fluid .table-img-small{display:block;}
    .row-fluid .table-img-big{display:none;}
    .custom_container .step-section h2 {font-size: 25px;}
    .row-fluid .custom_home-slider .caption .button.theme-color.arrow-right {float: left;margin: 3px 3px 10px;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption {display: table-cell; padding: 20px 75px; vertical-align: middle;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main {display: table !important; height: 450px;}
/* ------- 7-03-2018 --------*/
    .row-fluid .speaker-section, .row-fluid .expect-section, .row-fluid .agenda-section, .row-fluid .digital-section { padding:60px 0; }
    .row-fluid .speaker-box {margin: 25px 0;}
    .row-fluid .expect-part { height: 350px; }
    .row-fluid .agenda-section { font-size: 20px;   line-height: 24px; }
}

@media (min-width:768px) and (max-width:1100px) {
  .testimonial-slider-main  .caption{padding: 0px 15px;}  
   .row-fluid .services-than-row > span .hs_cos_wrapper{ width: 33.33%; padding: 0 20px; }
   .row-fluid .services-than-row{ padding-top: 20px; }
   .row-fluid .detaile-two{ padding: 0 20px; }
   .row-fluid .services-thank{ padding-bottom:20px; }
   
    .row-fluid .crm-servicess.services-crm-traning{ padding: 50px 0;  }
    .crm-servicess.services-crm-traning .wleft-col{ width:100%;  padding-bottom: 25px;}
    .crm-servicess.services-crm-traning .wright-col{ width:100%; max-width: 145px; float: none; margin: 0 auto;}
    .crm-servicess.services-crm-traning .wleft-title{ padding-top: 2px;    padding-left: 19px;  }
    .crm-servicess.services-crm-traning .wleft-icon{ width: 100%; text-align: center; padding-bottom: 15px; }
    .crm-servicess.services-crm-traning .wleft-title{padding-top: 2px; padding-left: 19px; width: 100%;text-align: center; }
    .crm-servicess.services-crm-traning .watch-training-col .timing { text-align: center;}
   
}

@media (max-width:767px) {
  p.deskt_onl {
    display: none;
}
    body.custom_home.hs-content-id-5502599873 #custom_section.custom_section-one .custom_column:last-child {border-bottom: 2px solid #fff;border-right: medium none;margin-bottom: 30px;}
    .custom_home .row-fluid .section-3part{margin:0;width: 100%;}
    .custom_home .generic-container .sub-title{margin-bottom:20px;}
    .custom_home .orang-wheel {float: none;max-width: 300px;padding: 0;width: 100%;margin-bottom:20px;}
    .custom_home .wistia_responsive_padding {float: none;width: 100%;padding: 64.25% 0 0 !important;}
    
    .row-fluid .thankyou-hero{ height:auto !important;     font-size: 24px;
    line-height: 26px; padding:34px 21px; max-width:100%;  }
    .row-fluid .banner-title-text { position:inherit;    transform: inherit;  }
    .row-fluid .bottom-bannerarea{ position:inherit; }
    .row-fluid .thankyou-hero .banner-title-text span{    font-size: 22px;
    line-height: 24px;  }
    .row-fluid .scroll-bottom-0text{  padding-top: 20px;   font-size: 24px;  line-height: 30px;  padding-left: 10px; padding-right: 10px;}
   
    .row-fluid .bottom-bannerarea img{ display:none; }
    .row-fluid .services-thank{padding:0; }
    .services-thank .row-fluid .detaile-two, .services-thank .row-fluid .detaile-one{ padding:0 20px;  font-size: 20px;  line-height: 31px;}
    .row-fluid .services-than-row{ padding-top: 25px; }
    .row-fluid .services-thank .row-fluid .section-3part-custom{ padding-top: 20px; }
    
    .row-fluid .services-than-row > span .hs_cos_wrapper{ width:100%; }

    .row-fluid .t-recent-post .row-fluid .recent-post-title h2{ font-size: 32px; line-height: 36px; }
    .row-fluid .t-recent-post .post-item{ width:100%; margin-bottom:20px; }
    .row-fluid .thankyou-hero .banner-title-text h1{   font-size: 32px;  line-height: 30px; }
    .row-fluid .scroll-bottom-0text{ font-size: 22px; }
    .row-fluid .section-3part-custom .step-section{ float: none; padding:0 10px; }
    
    .hs-content-id-5349199059 .row-fluid .bottom-sec {padding: 50px 0 30px;}
    
    /*--- 21-02-2018 ---*/
    .row-fluid .servicepage-hero .banner-title-text h1 span{font-size:32px; }
    .row-fluid .service-thank-padding{padding-left:15px; padding-right:15px;}
    .row-fluid .service-thank-padding .row-fluid .detaile-one{padding:0;}
    .row-fluid .servicepage-hero .banner-title-text{padding:0;}
    
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption .hidden-xs  { display: none !important;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption .visible-xs{text-align:center;display: inline-block !important; margin: auto;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption{text-align:center;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption .visible-xs .button.theme-color.arrow-right{float:left;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption .button.theme-color.arrow-right{float:none;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption .sun{width: 30%;}
    body.cm-home-layout .custom_home-slider .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main {height: 450px;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption h2 br{display:none;}
    .row-fluid .custom_home-slider .hs_cos_flex-slider .caption {display: table-cell; padding: 20px 45px; vertical-align: middle;}

/*-------- 7-03-2018 -----------*/
    .row-fluid .sign-form h3 { margin: 0 0 15px 0; font-size: 22px; }
    .row-fluid .sign-form form {  padding-right: 168px; width: 95%;}
    .row-fluid .sign-form form .hs_submit .hs-button { font-size:16px; }
    .row-fluid .speaker-box > span > div:nth-child(1), .row-fluid .speaker-box > span > div, .row-fluid .speaker-box1 > span > div:nth-child(1) {     width: 51%; }
    .v-sumit h2, .row-fluid .expect-section h2 {       line-height: 35px;  font-size: 30px; }
    .row-fluid .speaker-section h4 { font-size: 22px;}
    .row-fluid .expect-box > span > div {  width: 90%;    margin: 30px 0;}
    .row-fluid .expect-text h2 { margin: 0px 0 0px 0; }
    .row-fluid .agenda-box {margin: 50px 0 70px 0;}
    .row-fluid .agenda-section, .row-fluid .digital-section { font-size: 20px;   line-height: 24px; }
    .row-fluid .agenda-point1 span { font-size: 15px; top: 76%;  left: -50px;   width: 60px; }
    .row-fluid .agenda-point-box { padding-left: 50px; }
    .row-fluid .agenda-point1, .row-fluid .agenda-point2 { padding: 12px 0 12px 40px; }
    .row-fluid .agenda-point1:before, .row-fluid .agenda-point2:before {    width: 15px;   height: 15px; top: 17px; }
    .row-fluid .agenda-point-border .agenda-point1:after {left: 7px; }
    .row-fluid .digital-section p { margin-bottom: 10px;}
    .v-sumit h3 { font-size: 26px;     line-height: 30px; }
    .row-fluid .digital-section h3 { margin-bottom: 30px;  }
    .row-fluid .digital-part h3 { margin: 22px 0 0 0;}
    .row-fluid .digital-part a { font-size: 20px;    padding: 10px 30px;     margin-top: 10px;}
    .row-fluid .speaker-img img { display:block; width:100%;}
    .row-fluid .speaker-img { background: transparent !important;     height: auto;}
    .row-fluid .speaker-text { position: inherit; }
    .v-sumit .banheight-static { height:auto; }
    
    .row-fluid .crm-servicess.services-crm-traning { padding: 25px 0; }
    .crm-servicess.services-crm-traning .crm-servicess-row > Span .hs_cos_wrapper,.crm-servicess.services-crm-traning .watch-training-col{ width:100%; }
    .crm-servicess.services-crm-traning .wleft-col{ width:100%;  padding-bottom: 25px;}
    .crm-servicess.services-crm-traning .wright-col{ width:100%; max-width: 145px; float: none; margin: 0 auto;}
    .crm-servicess.services-crm-traning .wleft-title{ padding-top: 2px;  padding-left: 19px;  }
    .crm-servicess.services-crm-traning .wleft-icon{ width: 100%;text-align: center;padding-bottom: 15px; }
    .crm-servicess.services-crm-traning .wleft-title{ padding-top: 2px; padding-left: 19px; width: 100%;text-align: center; }
    .crm-servicess.services-crm-traning .watch-training-col .timing{text-align:center;}

}
@media (max-width:568px) {
    .row-fluid .speaker-box > span > div:nth-child(1), .row-fluid .speaker-box > span > div, .row-fluid .speaker-box1 > span > div:nth-child(1) { width: 100%;}
    .row-fluid .sign-form form {padding-right: 0;    padding-bottom: 70px; }
    .row-fluid .sign-form form .hs_submit { right: auto; bottom: 0;    top: auto;    transform: translatex(-50%);    left: 50%; }
    .row-fluid .expect-section h2 { line-height: 28px;     font-size: 22px; }
    .v-sumit .banheight-static .summit, .v-sumit .container-full-bg { width:100%; float:left; }
}
@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:30px !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;}
    
}

@-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%;}

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

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

.top-column h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.1;
}

h3.form-title {min-height: 1px;}


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

ul.custom_download-pdf {
	margin: 0;
	padding: 0;	
}

ul.custom_download-pdf li {
	list-style-type: none;
	vertical-align: middle;
	display: inline-block;
}

ul.custom_download-pdf li .glyphicon {color: #eb651a;}
ul.custom_download-pdf li.icon a span {font-size: 28px;}
ul.custom_download-pdf li.icon-name a {
	color: #231f20;
	font-size: 20px;
}


/* 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                                                
   ========================================================================== */

.leadership-bottom-spacer {
	border-bottom: 1px solid #dfdfe0;
	margin-top: 40px;
	margin-bottom: 100px;
}

.anchortop {
	position: absolute;
	top: -130px;
}

.proimage-container {
	color: #FFF;
/* 	background: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/pro_image.png) no-repeat 100%; */
	width: 303px;
	height: 208px;
	margin: 0 auto;
}

.orange-circle-icon, .orange-arrow-after:after, .more:after, .learn-more:after, .plus-icon, .minus-icon {
	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;
}

.header-v2 .custom_header-top-links ul li a span {
    font-weight: 500;
}

.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;}

.contactus-locations-item {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.contactus-locations-item h3 {
	text-transform: none;
	color: #231f20;
	margin: 0;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
}

.contactus-locations-item span {color: #65656a;}

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

/*  Custom Container */
.custom_container {
    background-color: #eee;
    padding: 0 0 30px 0;
}

.custom_container h1 {
	font-size: 34px;
	font-weight: 400;
	color: #333;
	padding: 0;
}

.custom_container h2 {
	font-size: 30px;
	color: #333;
	font-weight: 400;
	padding: 0;
	line-height: 1.1;
}

.custom_container h3 {
    font-size: 18px;
    font-weight: 400;
}

.custom_container h4 {
	font-size: 24px;
	color: #333;
	font-weight: 400;
	padding: 0;
}

.custom_container h5 {
	font-weight: 400;
	padding: 0;
}

.custom_container a {
	color: #231f20;
	text-decoration: none;	
}

.custom_container a:hover {
	color: #000;
	text-decoration: none;
}

/*  Overview Container */
.overview-container {padding-bottom: 35px}
.overview-container h1 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 34px;
	padding: 0;
	color: #333;
}

.overview-container h1.cloud {margin-top: 60px;}
.overview-container h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #f8991d;
	font-size: 18px;
	padding: 0;
	font-weight: 400;
}


.custom_carousel-module .overview-container p,
.overview-container p {
	font-size: 19px;
	line-height: 27px;
	color: #65656a;
	margin-top: 20px;
	margin-bottom: 20px;
}

.overview-container .sub-title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #333;
	margin-bottom: 30px;
}

.overview-container ul {
	padding-left: 20px;
}

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

ul.custom_overview-list {margin-left: 30px;}
ul.custom_overview-list li {padding: 4px 0;}

.overview-container hr {border-color: #e1e1e1;}

/* Demo Container */
.demo-container {
	background: #e0e0e1;
	position: relative;
	padding-bottom: 50px;	
}

/*  Generic Container */
.generic-container {padding-bottom: 40px;}
.generic-container .sub-title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #333;
	margin-bottom: 30px;
}

.row-fluid .flip-box-front{text-align:center;}
.row-fluid .flip-box-front h1{color: #f8991c;  font-size: 24px;font-weight: 400;padding:0;margin: 15px 0 10px;} 
.row-fluid .flip-box-front .section-header p{color:#000 !important;font-style:italic;margin: 0; padding: 0;}
.filping .page-center > div >  .row-fluid {display:flex;}
.filping .custom_column {position: relative;z-index: 1;padding: 0;margin: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden}
.filping .custom_column .flip-box-back,.filping .custom_column .flip-box-front {-webkit-perspective: 600px;perspective: 600px;padding: 27px 20px;text-align: center;-webkit-backface-visibility: hidden;backface-visibility: hidden;background-clip: padding-box;-webkit-transition: all .7s cubic-bezier(.2, .85, .4, 1.275)!important;transition: all .7s cubic-bezier(.2, .85, .4, 1.275)!important}
.filping .custom_column .flip-box-front {position: absolute;left: 0;  top: 50%;width: 100%;height: auto;-webkit-transform:rotateY(0deg) translateY(-50%); transform: rotateY(0deg) translateY(-50%);z-index: 10}
.filping .custom_column .flip-box-back {background:#f8991c;color: #fff;-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg);z-index: -1;-webkit-box-sizing: border-box;box-sizing: border-box}
.filping .custom_column:hover .flip-box-front {-webkit-transform: rotateY(-180deg) translateY(-50%);transform: rotateY(-180deg) translateY(-50%);z-index: -1;}
.filping .custom_column:hover .flip-box-back {-webkit-transform: rotateY(0);transform: rotateY(0);z-index: 99;}

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

.row-fluid .testimonial-slider-main{padding:0;}

.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%;}


.row-fluid .ftr-top{background-color: #646469;color: #fff;padding:40px 0;border-bottom:1px solid #999;font-size:14px;line-height:24px;}
.row-fluid .ftrTitle h3{font-size:20px;font-weight:700;margin:0 0 20px;padding:0;color:#fff;}
.row-fluid .ftr-top a{color:#fff;}
.row-fluid .ftr-top a:hover{color:#f8991c;}
.row-fluid .ftr-top ul{list-style:none;margin:0;padding:0}

.row-fluid .ftr-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{width:100%;display:block;margin:0 0 5px;padding:0;}
.row-fluid .ftr-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{margin:0;padding:0;position:relative;padding-left:15px;}
.row-fluid .ftr-top .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:before{left:2px;top:5;/*content: "\f105";*/ font-family: 'FontAwesome';position:absolute;}
.row-fluid .ftr-top .ftrContact a{position:relative;padding-left:27px;display: inline-block;margin-bottom:5px;}
.row-fluid .ftr-top .ftrContact i{position:absolute;left:0;top:5px;}

.footer-posts li{display:table;padding-bottom:15px;border-bottom:1px solid #999;margin-bottom:15px;}
.footer-posts li:last-child{padding-bottom:0;margin-bottom:0;border:0;}
.footer-posts li > div{display:table-cell;vertical-align:middle;}
.footer-posts li > div.f-post-img{background-position:center;background-size:cover;width:50px;height:50px;}
.footer-posts li > div.f-post-title{padding-left:12px;}


.row-fluid .banner-bottom-strip{padding:12px 0;text-align:center;background:#FF9E15;}
.row-fluid .banner-bottom-strip .page-center{padding-top:0 !important;}
.row-fluid .banner-bottom-strip .span6{width:auto;float:none;display:inline-block;}
.row-fluid .banner-bottom-strip .widget-type-text {color:#fff;font-weight:300;font-size:32px;font-family: 'Roboto', sans-serif;}
.row-fluid .banner-bottom-strip .widget-type-cta a{border:2px solid #FF9E15;border-radius:2px;padding:10px 50px;color:#fff;display:inline-block;font-size:18px;font-weight:600;}
.row-fluid .banner-bottom-strip .widget-type-cta a:hover{background:#FF9E15;color:#fff;}

.row-fluid .testimonial-title h2{text-align:center;color:#646469;padding-top:0;}
.row-fluid .testimonial-title h2 span{color:#FF9E15;}
.row-fluid .testimonial-sub-title {color:#646469;text-align:center;font-size:32px;font-weight:300;line-height: normal;font-family: 'Roboto', sans-serif;}

.row-fluid .bottom-sec{background:#64b4e2;}

.fullPage .body-container-wrapper{min-height:300px;}
.row-fluid .orange-section{background:#FF9E15;padding:40px 0 20px;}
.row-fluid .orange-section .row-fluid .testimonial-sub-title,.row-fluid .orange-section .row-fluid .testimonial-title h2,.row-fluid .orange-section .row-fluid .testimonial-title h2 span,.row-fluid .orange-section .custom_quote-slide .client-info,.row-fluid .orange-section .custom_quote-slide .quote-hm{color:#fff;}
.row-fluid .orange-section .slick-slider .slick-arrow{color: #fff;}
.custom_home-slider .hs_cos_flex-slider .caption{display:flex;align-items:center;height:100%}
.hdr-btn a{background: #f8991c;font-size: 16px;padding: 10px 20px;display: inline-block;color:#fff;line-height: normal;}
.custom-mobile-menu .hdr-btn a{padding:15px;display:block;font-size: 20px;}
.custom_header-top-links{position:relative;}
.row-fluid .flipe-detaile{ font-size:32px; line-height:39px; color:#646469; text-align:center; font-weight:300;  padding: 0 72px; padding-bottom:10px; font-family: 'Roboto', sans-serif; }
.row-fluid .flipe-detaile p{ margin-bottom:30px; }

.row-fluid .driving-title { text-align:center; padding-bottom:20px; }
.row-fluid .driving-title h2 { color:#646469; }
.row-fluid .driving-title h2 span { color:#f8991c; }

body.custom_home #custom_section.custom_section-one .custom_column { margin-bottom:30px; }

.row-fluid .custom_right-column h4 { width:100%; float:left; color:#fff; margin:0; padding:0 0 15px;}

.row-fluid .glyphicon { line-height:1px;} 


 
@media screen and (max-width: 900px) {
    .row-fluid .flipe-detaile{ padding:0 15px; }
        
    .generic-container h1 {
        margin-top: 60px;
    }
    
    .cm-home-type2 .section-six h2{
    font-size: 29px !important;
    line-height: 42px !important; 
    }
    
    .slick-slider .slick-arrow{left:20px;}
    .slick-slider .slick-arrow.slick-next{right:20px;}
    .row-fluid .ftr-top .f-box{width:50%;float:left;padding:0 15px;margin:0 0 40px;}
    .row-fluid .ftr-top .f-box:nth-child(2n+1){clear:both;}
    .row-fluid .ftr-top .f-box:last-child{margin-bottom:0;}
}


/*  Home Container */
.home-container h2 {
	color: #666;
	font-size: 35px;
	line-height: 48px;
	font-weight: 400;
	padding: 0;
}

.home-container h2 span {
	color: #f8991d;
}

@media screen and (max-width: 900px) {
    .home-container h2 {
    	font-size: 29px;
    	line-height: 42px;        
    }
}

/* Container Full Background */
.container-full-bg {
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat;
	padding: 60px 20px 50px 20px;
}

.container-full-bg .page-center > div {margin: 0 -15px;}
.container-full-bg .widget-type-menu .hs-breadcrumb-menu-wrapper {
	color: #fff;
	margin-top: -44px;
	margin-bottom: 30px;
	font-size: 14px;
}

.container-full-bg ul.hs-breadcrumb-menu .hs-breadcrumb-label,
.container-full-bg ul.hs-breadcrumb-menu a {color: #fff;}

.container-full-bg h2 {
	margin: 0 0 30px 0;
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	line-height: 1.1;
}

.container-full-bg p {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}

.banheight-static {
	height: 660px;
	background-position: center center;
}

.banheight-static h2 {font-weight: 400;}
.banheight-static .summit {
    padding: 11px 15px 0;
}

.banheight-static .summit h2 {
	font-weight: 300;
	padding-top: 0px;
	font-size: 72px;
	margin-bottom: 25px;
}

.banheight-static .summit p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.banheight-static .summit .time {
	line-height: 45px;
	font-size: 35px;
	margin-bottom: 20px;
}

.banheight-static .summit span {
}

@media screen and (min-width: 1200px) {
	.container-full-bg {padding: 60px 0 50px 0;}
}


@media screen and (max-width: 600px) {
	.banheight-static h2 {
		font-size: 35px;
		line-height: 45px;
	}
	
	/* --- 23-01-2018 ----*/
    .doc-image-section-outer > span > div {width: 100%;margin: 0 0 25px;}
}

@media screen and (max-width: 650px) {
	.banheight-static .summit h2 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 15px;
		padding-top: 0px;
	}
	
	.banheight-static p {
		font-size: 24px;
		line-height: 30px;
		font-weight: 400;
	}

	.banheight-static .summit .time {
		line-height: 37px;
		font-size: 30px;
		margin-bottom: 20px;
		margin-top: 0px;
	}
}


/* =============== Custom Section Columns =============== */
#custom_section > .page-center > div {margin: 0 -15px;}
#custom_section .custom_column {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-left: 0;
}

#custom_section .custom_column .hs_cos_wrapper_type_rich_text {position: relative;}

@media (min-width: 768px) {
    #custom_section .custom_column.span12 {width: 100%;}
    #custom_section .custom_column.span11 {width: 91.66666667%;}
    #custom_section .custom_column.span10 {width: 83.33333333%;}
    #custom_section .custom_column.span9 {width: 75%;}
    #custom_section .custom_column.span8 {width: 66.66666667%;}
    #custom_section .custom_column.span7 {width: 58.33333333%;}
    #custom_section .custom_column.span6 {width: 50%;}
    #custom_section .custom_column.span5 {width: 41.66666667%;}
    #custom_section .custom_column.span4 {width: 33.33333333%;}
    #custom_section .custom_column.span3 {width: 25%;}
    #custom_section .custom_column.span2 {width: 16.66666667%;}
    #custom_section .custom_column.span1 {width: 8.33333333%;}
}

/* =============== 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 )
   ========================================================================== */

/* =============== Custom Banner Module =============== */
.custom-banner-module {
	background-position: center center;	
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 20px 50px 20px;	
	min-height: 420px;
}

.custom-banner-module .hs-breadcrumb-menu-wrapper {
	color: #fff;
	margin-top: -44px;
	margin-bottom: 30px;
	font-size: 14px;	
  display:none;
}

.custom-banner-module ul.hs-breadcrumb-menu .hs-breadcrumb-label, 
.custom-banner-module ul.hs-breadcrumb-menu a {color: #fff;}

.custom-banner-module h2 {
	margin: 0 0 30px 0;
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	padding-top: 30px;
	line-height: 1.1;
}

.custom-banner-module h2 em {
	font-style: normal;
	font-weight: 500;
	color: #f8991d;
}

.custom-banner-module p {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}
@media screen and (max-width: 1350px) {

  .custom_page-title.bg-img-title {
    position: relative;
    min-height: 400px;
    background-position: center;
}
}

@media screen and (min-width: 1200px) {
	.custom-banner-module {
	    padding: 60px 0 50px 0;
	}
}

@media screen and (max-width: 1200px) {
	.span12 .custom_page-title.bg-img-title .page-center {
    display: block;
	    padding-top: 0px;
        left: 5%;
  }


  
}

@media screen and (max-width: 650px) {
    .custom-banner-module h2 {
    	padding-top: 30px;
    	font-size: 36px;
    	line-height: 44px;}
    
    

    
}




#banner-style-two.custom-banner-module {
	padding: 60px;
	background-position: center center;	
}
.hs-content-id-5483281867 #banner-style-two.custom-banner-module{
    background-position:center !important;
}
.hs-content-id-5483281867 #banner-style-two.custom-banner-module h2 span{ color:#fff;}

#banner-style-two.custom-banner-module h2 {padding-top: 25px;}

@media screen and (max-width: 990px) {
	#banner-style-two.custom-banner-module {
		padding: 40px 20px 40px 20px;
		background-position: center left;
		min-height: 0;
	}

	#banner-style-two.custom-banner-module h2 {
		font-size: 32px;
		padding-top: 20px;
		line-height: 1.1;
	}
}



/* =============== Custom Page Title =============== */
.custom_page-title {
/* 	background: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/banner-background-1x.png); */
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: initial !important;
	min-height: 160px;
	overflow: hidden;
}

.custom_page-title .page-center .row-fluid .custom_title-wrapper {
    float: none;
    width: auto;
    margin: 30px 0 0;
}
    
.custom_title-wrapper {
	position: relative;
	margin-top: 30px;
}

.custom_page-title .custom_title-logo {
	background-repeat: no-repeat;
	height: 67px;
	width: 77px;
	display: block;
	float: left;
	margin: 0 15px;
}

/* .contactus-logo { background-image: url("//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/blog-header-icon.png"); }
.trust-logo { background-image: url("//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/trust-header-icon.png"); }
.resources-logo {  background-image: url("//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/trust-header-icon.png"); }
.sitemap-logo { background-image: url("//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/sitemap-header-icon.png"); }
.team-logo { background-image: url("//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/leadership-icon.png"); }
.careers-logo { background-image: url("//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/careers-header-icon_77x63.png"); }
.about-logo { background-image: url("//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/about-header-icon.png"); } */

.custom_page-title h1 {
	padding-top: 7px;
	font-size: 46px;
	font-weight: 400;
	color: #444;
	padding-bottom: 0;
}

.custom_page-title .hs-breadcrumb-menu-wrapper {
	position: absolute;
	top: 20px;
	left: 05px;
	color: #fff;
	font-size: 13px;	
  display:none;
}

@media screen and (max-width: 990px) {
    .custom_page-title h1 {margin-top: 60px;}
}

@media screen and (max-width: 700px) {
    .custom_page-title h1 {
    	font-size: 35px;
    	line-height: 38px;
    	font-weight: 400;
    	padding-top: 15px;       
    	margin-top: 0;
    }
    
    .custom_page-title .hs-breadcrumb-menu-wrapper {
    	max-width: calc(100% - 90px);
    	position: relative;
    	min-height: 50px;
    }
    
    .custom_page-title .hs-breadcrumb-menu-wrapper + .custom_title-logo {margin-top: -50px;}
    .custom_page-title .hs-breadcrumb-menu-wrapper ~ h1 {margin-top: -30px;}
    .hs-content-id-5349199059 .container-fluid .orange-section .row-fluid .page-center { padding-top: 0;}
}

@media screen and (max-width: 550px) {
    .custom_page-title h1 {	
    	font-size: 28px;
		line-height: 35px;
    }
  	
  	.custom_page-title p {
        text-align: center;
    }
  
    .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; 
}
/* Custom Leadership Page Title */
#custom_leadership-page-title {
	background-color: #f9f9f9;
	height: auto;
	border-bottom: 2px solid #ececec;
	margin-bottom: 30px;	
}

#custom_leadership-page-title .custom_page-title {
	background: none no-repeat center center;
	background-size: cover!important;
	padding: 10px 20px 0 20px;
	min-height: 0;
	overflow: visible;
}

#custom_leadership-page-title .custom_title-wrapper {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	width: 100%;
}

#custom_leadership-page-title .hs-breadcrumb-menu-wrapper {
	color: #c3c3c5;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 14px;
	position: static;
}

#custom_leadership-page-title .custom_title-logo {margin: 0;height: 63px;}
#custom_leadership-page-title h1 {
	float: left;
	font-size: 48px;
	padding-top: 20px;
	padding-left: 18px;
	margin: 0;
	color: inherit;
	line-height: inherit;
	overflow: visible;
}

#custom_leadership-page-title .custom_leadership-menu {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	float: none;	
}

#custom_leadership-page-title .custom_leadership-menu > div {margin: 0 -15px;}
#custom_leadership-page-title .custom_leadership-menu > div:before,
#custom_leadership-page-title .custom_leadership-menu > div:after {display: table;content: "";}
#custom_leadership-page-title .custom_leadership-menu > div:after {clear: both;}


@media screen and (min-width: 992px) {
	#custom_leadership-page-title .custom_leadership-menu {padding: 0;}
	#custom_leadership-page-title .custom_leadership-menu > div > span {
    	margin-bottom: -32px;
    	display: block;
    }
    

}


@media screen and (min-width: 1200px) {
	#custom_leadership-page-title .custom_page-title {padding: 10px 0 0 0;}
}



@media screen and (min-width: 768px) and (max-width: 1200px) {
    .row-fluid .hero-slide-text h2{ font-size:32px; } 
    .row-fluid .hero-slide-text{ padding:0 60px; }
    .row-fluid .custom_home-slider.home-hero .hero-slide-Col { padding: 74px 0;  height: 350px;  }
    .home-hero .slick-slider .slick-arrow.slick-next,.home-hero .slick-slider .slick-arrow.slick-prev{ display:none !important;  }
    
    /* --- 30-01-2018 --- */
    .banheight-static .summit > span h2{font-size: 53px;margin-bottom: 18px;} 
    .banheight-static .summit > span h3{margin: 15px 0 10px;}
    .banheight-static .summit > span h3 span{font-size: 40px !important;}
    .banheight-static .summit .time > span {font-size: 25px !important;line-height: normal !important;}
    .banheight-static .summit p {font-size: 20px;line-height: 24px;}
}


@media screen and (max-width: 767px) {
    #custom_leadership-page-title .hs-breadcrumb-menu-wrapper {min-height: 0;max-width: 100%;}
    .filping .page-center > div >  .row-fluid {display:block;max-width:400px;margin:0 auto;}
    .filping .custom_column{padding:0 !important;}
    body.custom_home #custom_section.custom_section-one.filping{padding:30px 0;} 
    .row-fluid .banner-bottom-strip{padding:15px 0;}
    .row-fluid .banner-bottom-strip .span6{width:100%;display:block;padding:7px 0;}
    .custom_quote-slide .quote-hm{font-size: 20px;}
    
   .row-fluid .hero-slide-text h2{ font-size: 26px; } 
   .row-fluid .hero-slide-text{ padding:0 15px; }  
   
   .home-hero .slick-slider .slick-arrow.slick-next,.home-hero .slick-slider .slick-arrow.slick-prev{ display:none !important;  }
 
    
    /* --- 30-01-2018 --- */
    .banheight-static .summit > span h2{font-size: 36px;line-height: 47px;} 
    .banheight-static .summit > span h3{margin: 15px 0 10px;}
    .banheight-static .summit > span h3 span{font-size: 29px !important;}
    .banheight-static .summit .time > span {font-size: 24px !important;line-height: normal !important;}
    .banheight-static .summit p {font-size: 20px;line-height: 24px;}
  div#custom_header {
    min-height: 90px;
}
  .span12 .custom_page-title.bg-img-title .page-center {
    display: table;
}
}


@media screen and (min-width: 481px) and ( max-width:767px ){ 
    .row-fluid .custom_home-slider.home-hero .hero-slide-Col{ padding: 62px 0; height: 364px; }
}

@media screen and (max-width: 480px) {
    br.mobile-none {
    display: none;
}
  table.table-res tr td {
    font-size: 16px; 
    line-height: normal;
}
    .row-fluid .custom_home-slider.home-hero .hero-slide-Col{ padding: 40px 0;      height: 338px;}
  
    .row-fluid #custom_header .header-fr .custom_logo{top: -30px !important;}
    .row-fluid .header-fr .custom_header-top-links ul {margin-bottom: 15px !important;}
    .row-fluid .header-fr .custom_header-top-links ul li.nav-login{position: inherit !important;text-align: right;}
    .row-fluid .header-fr .custom_header-top-links ul li.nav-regions{top: 15px;}
  #custom_header .custom_logo img {
    margin-top: 0 !important;
}
  .span9 .mobile-trigger {
    top: 58px !important;
}
  body.custom_about-us #custom_section.custom_section-two {
    margin-top: 0;
}
  body.custom_about-us #custom_section.custom_section-two .custom_four-columns {
    padding: 10px 0 15px;
}
}


/* =============== Custom Circle Hightlight Module =============== */
.custom_circle-highlight-module .circles-highlight .row {margin-top: 10px;}
.custom_circle-highlight-module .font-align-center {text-align: center;}
.custom_circle-highlight-module .overview-highlight .row:before {content:"";display: table;}
.custom_circle-highlight-module .overview-highlight .row img {
	height: 144px;
	width: 144px;
	max-width: none;
}

.custom_circle-highlight-module .circles-highlight p {
	color: #65656a;
	font-size: 14px;
	line-height: 17px;
	padding: 10px 0;
	margin: 20px 0 40px;
}

@media screen and (max-width: 992px) {
    .custom_circle-highlight-module .overview-highlight {padding: 20px;}
    .custom_circle-highlight-module .overview-highlight .row > div {margin-bottom: 15px;}
    .custom_circle-highlight-module .overview-highlight img {margin-bottom: 15px;}
    .custom_circle-highlight-module .circles-highlight p {
    	display: inline-block;
    	padding-top: 0;
    	font-size: 18px;
    	font-weight: 400;
    	width: 60%;
    	line-height: 22px;
    	margin-bottom: 10px;        
    }
    #custom_header .hdr-btn{display:none;}
}

/* =============== Custom Processes Module =============== */
.custom_processes-module:before,
.custom_processes-module:after {clear: both;content: "";display: table;}
.custom_processes-module img {
	width: 100%;
	padding-top: 25px;
}

.custom_processes-module.swap-column img {padding-top: 55px;}

.custom_processes-module h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #f8991d;
	font-size: 18px;
	font-weight: 400;
}

.custom_processes-module .anchortop {
	position: absolute;
	top: -130px;
}

/* =============== Custom Service Module =============== */
.custom_service-module {padding-bottom: 25px;}
.custom_service-module > .page-center {padding: 0!important;}

@media (min-width: 768px) {
	div:last-child > .custom_service-module {padding-bottom: 0;}
}


/* =============== Custom Leadership Module =============== */
.custom_leadership-module .custom_leadership-bio {display: none;}
.custom_leadership-group h3 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: none;
	font-weight: 400;
	color: #444;	
}

.custom_leadership-group h4 {
	font-size: 16px;
	color: #f8991d;
	font-weight: 400;
	margin-top: 5px;
	text-transform: none;	
	padding: 0;0
}

.custom_leadership-module > .row {
	position: relative;
	border-top: 1px solid #dfdfe0;
	margin-top: 25px;
	padding-top: 20px;	
}

.custom_leadership-module > .row > div {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.custom_leadership-group .square-grid-image img {width: 100%;}
.custom_leadership-image img {
	width: 200px;
	min-height: 200px;
	margin-right: 0px;
	height: 100%;
}

.leadership-linkedin {
	position: absolute;
	right: 0;
	top: 0;
}

.custom_leadership-intro h3 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	text-transform: none;
	color: #444;
	font-weight: 400;
}

.custom_leadership-intro h4 {
	font-size: 18px;
	color: #f8991d;
	margin-top: 5px;
	text-transform: none;
	padding: 0;
}

@media screen and (min-width: 992px) {
	.custom_leadership-group > .row > div {height: 410px;}
}

@media screen and (max-width: 992px) and (min-width: 770px) {
	.custom_leadership-group > div > div {min-height: 360px;}
	.custom_leadership-group h3 {font-size: 14px;}
	.custom_leadership-group h4 {font-size: 14px;}
}


/* ==========================================================================
   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: 1030;
	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;
    }
    .container-fluid .row-fluid .page-center{
        padding-top: 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;
}

/*
.region-img {
	background: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/sprite-regions-new.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}
*/

.region-usa a .region-img {background-position: -22px 0;}
.region-europe a .region-img {background-position: -22px -59px;}
.region-france a .region-img {background-position: -22px -59px;}

.region-name {
	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;}
.region-name .glyphicon-link {
	font-size: .5em;
	vertical-align: super;
}

#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 .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: 0px !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 ;}
}

@media screen and (min-width: 989px) {
	#custom_header .custom_logo {
		left: 0;
		top: 25px;
	}
	
	#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;
}
}
@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;
    }
}

.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.sidebar h2:first-child {margin-top: 0;padding-top: 0;}
.sidebar .widget-type-global_widget, /* Global Module */
.sidebar .widget-type-rich_text,  /* Rich Text */
.sidebar .widget-type-text, /* One Line Of Text */
.sidebar .widget-type-page_footer, /*  Global Footer */
.sidebar .widget-type-logo, /* Global Logo */
.sidebar .widget-type-linked_image, /* Image */
.sidebar .widget-type-image_slider, /* Slider */
.sidebar .widget-type-header, /* Header */
.sidebar .widget-type-section_header,  /* Section Header */
/*.sidebar .widget-type-form,  Form */
.sidebar .widget-type-social_sharing, /* Social Sharing */
.sidebar .widget-type-follow_me, /* Follow Me */
.sidebar .widget-type-post_listing, /* Post Listing */
.sidebar .widget-type-post_filter, /* Post Filter */
 /*.sidebar .widget-type-blog_subscribe, Blog Subscribe */
.sidebar .widget-type-cta, /* CTA */
.sidebar .widget-type-menu, /* Vertical & Horizontal Menu */
.sidebar .widget-type-simple_menu, /* Simple Menu */
.sidebar .widget-type-raw_html, /* Custom HTML */
.sidebar .widget-type-raw_jinja, /* HubL Template (custom jinja) */
/* .sidebar .widget-type-google_search,  Google Search */
.sidebar .widget-type-space, /* Horizontal Spacer */
.sidebar .widget-type-rss_listing,  /* RSS */ 
.sidebar .widget-type-password_prompt,  /* Password Prompt */
.sidebar .widget-type-email_simple_subscription, /*Backup Unsubscribe */
.sidebar .widget-type-email_subscriptions,  /*Subscription Preferences */
.sidebar .widget-type-email_subscriptions_confirmation,  /*Subscriptions Update Confirmation*/
.sidebar .widget-type-blog_content, /* Blog */
.sidebar .widget-type-blog_comments /* Comments */ {
	margin-top: 20px;
	background-color: #f7f7f8;
	border-radius: 4px;
	border: 1px solid #dfdfe0;
	width: 90%;
	float: right;
	padding: 20px 30px 30px 30px;
	color: #333;
	line-height: 28px;	
}

.newClass h2{font-family: 'Roboto', sans-serif;font-size:35px;}

/* Modules that stay in Flexible */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_global_widget, /* Global Module */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_rich_text,/* Rich Text */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_text,/* One Line Of Text */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_page_footer,/*  Global Footer */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_logo,/* Global Logo */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_linked_image,/* Image */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_image_slider,/* Slider */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_header,/* Header */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_simple_menu,/* Simple Menu */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_section_header, /* Section Header */
/*.sidebar .widget-type-widget_container .hs_cos_wrapper_type_form,  Form */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_social_sharing,/* Social Sharing */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_follow_me,/* Follow Me */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_listing,/* Post Listing */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_post_filter,/* Post Filter */
/*.sidebar .widget-type-widget_container .hs_cos_wrapper_type_blog_subscribe, Blog Subscribe */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_cta, /* CTA */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_raw_html, /* Custom HTML */
/*.sidebar .widget-type-widget_container .hs_cos_wrapper_type_google_search, Google Search */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_space,/* Horizontal Spacer */
.sidebar .widget-type-widget_container .hs_cos_wrapper_type_rss_listing /* RSS */  {
	margin-top: 20px;
	background-color: #f7f7f8;
	border-radius: 4px;
	border: 1px solid #dfdfe0;
	width: 90%;
	float: right;
	padding: 20px 30px 30px 30px;
	color: #333;
	line-height: 28px;	
}


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

/* Custom Veeva Quality Summit
   ========================================================================== */
body.custom_vqs .body-container-wrapper {padding: 0;}
body.custom_vqs .container-full-bg .widget-type-menu .hs-breadcrumb-menu-wrapper ul {
	position: relative;
	top: 6px;    
}

/* Custom About Us
   ========================================================================== */
body.custom_about-us .body-container-wrapper {padding: 0}

body.custom_about-us .custom_top-column {padding: 20px 0 10px 0;}
body.custom_about-us .custom_top-column h2 {
	color: #666;
	font-size: 35px;
	line-height: 48px;
	font-weight: 400;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

body.custom_about-us .custom_top-column h2 span {color: #f8991d;}

body.custom_about-us #custom_section.custom_section-two {
	margin-top: 60px;
	background-color: #fff;
}

body.cm-about-layout #custom_section.custom_section-two{
    margin-top: 80px;
}

body.custom_about-us #custom_section.custom_section-two .custom_four-columns {padding: 30px 0 80px;}
body.custom_about-us #custom_section.custom_section-two .custom_four-columns .custom_column {min-height: 150px;}
body.custom_about-us #custom_section.custom_section-two a {
	color: #f86408;
	font-weight: 400;
}
.owl-carousel .owl-item .item {
    padding: 10px 15%;
  text-align:center
}
.owl-nav {
    display: none;
}

body.custom_about-us .custom_processes-module img {padding-top: 27px;}

@media screen and (max-width: 900px) {
    body.custom_about-us .custom_top-column h2 {
    	font-size: 29px;
    	line-height: 42px;        
    }
}

/* Custom Contact Us
   ========================================================================== */
body.custom_contact-us .body-container-wrapper {padding-bottom: 69px;}
body.custom_contact-us .top-column,
body.custom_contact-us .bottom-column,
body.custom_contact-us .main-content {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
}

@media (min-width: 768px) {
	body.custom_contact-us .main-content.span6 {width: 100%;}
	body.custom_contact-us .main-content.span6 + .main-content.span6 {width: 100%;}
}

@media (min-width: 992px) {
	body.custom_contact-us .main-content.span6 {width: 50%;}
	body.custom_contact-us .main-content.span6 + .main-content.span6 {width: 41.66666667%;}
}

@media (min-width: 1200px) {
	body.custom_contact-us .main-content.span6 {width: 50%;}
	body.custom_contact-us .main-content.span6 + .main-content.span6 {width: 41.66666667%;}
}

/* Custom Processes
   ========================================================================== */
body.custom_processes .body-container-wrapper {padding-bottom: 0;}
body.custom_processes #custom_section.custom_section-two .custom_column {position: static;}
body.custom_processes .overview-container {padding: 0;}
body.custom_processes #custom_section .page-center > div {margin: 0;}

/* Custom Service
   ========================================================================== */
body.custom_service .body-container-wrapper {padding-bottom: 0;}
body.custom_service .custom_container {padding-bottom:50px;padding-top:60px}
body.custom_service .custom_container h2 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #333;
	font-weight: 400;    
}
.span4.widget-span.widget-type-custom_widget.tbl-center {
    display: table;
    min-height: 400px;
}
div#custom_section .span4.widget-span.widget-type-custom_widget.tbl-center >div.hs_cos_wrapper {
    display: table-cell !important;
    vertical-align: middle;
}
body.custom_service .orange-bg h2 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;	
}


body.custom_service #custom_section > .page-center > div {margin: 0;}

/* =============== Custom Service - Section One =============== */
body.custom_service #custom_section.custom_section-one {padding-top: 30px;}  

/* =============== Custom Service - Section Two =============== */
@media (min-width: 768px) and (max-width: 991px) {
    body.custom_service #custom_section.custom_section-two .custom_column.span6 {
        width: 100%;
    }
    

	
    div:last-child > .custom_service-module {
    padding-bottom: 25px;
    }
}

/* =============== Custom Service - Section Three =============== */
@media (min-width: 768px) and (max-width: 991px) {
    body.custom_service #custom_section.custom_section-three .custom_column.custom_left-column,
    body.custom_service #custom_section.custom_section-three .custom_column.custom_right-column {
        width: 100%;
    }
    .section-3part-custom .step-section h2{font-size: 17px;margin-bottom: 40px; }
}
}

/* =============== Custom Service - Section Four =============== */
@media (min-width: 768px) and (max-width: 991px) {
    body.custom_service #custom_section.custom_section-four .custom_column.custom_left-column,
    body.custom_service #custom_section.custom_section-four .custom_column.custom_right-column {
        width: 100%;
    }
}



/* Custom Leadership
   ========================================================================== */
body.custom_leadership {}   
body.custom_leadership .body-container-wrapper {padding-bottom: 0;}

body.custom_leadership .custom_leadership-column {padding: 50px 25px 0;}

@media screen and (min-width: 992px) {
    body.custom_leadership .custom_leadership-column {padding: 50px 15px 0;}
}

/* Custom Home
   ========================================================================== */
body.custom_home .body-container-wrapper {padding-bottom: 0;}

/* =============== Home Slider =============== */
.custom_home-slider .hs_cos_flex-slider {margin: 0;}
.custom_home-slider .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main > img {display: none;}
.custom_home-slider .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 490px;
	position: relative;
	padding: 0;
}

.custom_home-slider.custom_quote-slide .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main {height: 400px;background-position: left top;}



/* Home Slider Caption */
.custom_home-slider .hs_cos_flex-slider .caption {
	font-size: inherit;
	background: transparent;
	padding: 0;
	text-align: left;
	top: auto;
	padding: 70px;
}

.custom_quote-slide .hs_cos_flex-slider .caption {padding: 0;}
.custom_quote-slide .quote-hm {
	font-size: 25px;
	line-height: 35px;
	padding-top: 55px;
	margin-bottom: 30px;
	color: #FF9E15
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:last-child a {
    margin-top: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li:last-child a:before {
    content: " ";
    background: #ff9c0f;
    height: 3px;
    width: 100%;
    display: block;
    margin-top: -7px;
    margin-bottom: 05px;
} 
@media (max-width: 650px) {
	.custom_quote-slide .quote-hm {
		font-size: 22px;
		line-height: 30px;
		padding-top: 35px;
		margin-bottom: 20px;
	
	}
	
	.ecm-solution-layout .custom_quote-slide .quote-hm{
	   line-height: 32px;
	}
	
	.ecm-solution-layout .custom_home-slider .hs_cos_flex-slider .caption {
    padding: 0px 20px 40px 20px;
    }
#custom_header .page-center .page-center > div{padding-bottom:0px 21px;}
#custom_header .custom_logo{top: 0;}
.mobile-trigger{top: 5px !important;right: 15px !important;} 
	
    
}

@media (max-width: 441px) {
	.custom_quote-slide .quote-hm {
		font-size:22px;
		line-height: 1;
	}
	
	 .custom_page-title .custom_title-logo{width: 50px !important;;background-size: 45px auto;height: 50px !important;  margin-left: 0 !important; margin-right: 0 !important;}
	.custom_page-title .hs-breadcrumb-menu-wrapper ~ h1{font-size: 24px;line-height: 24px;padding-top: 0;padding-left: 60px;}
	.custom_page-title .hs-breadcrumb-menu-wrapper{left: 0;max-width: 100%;}
	.custom_page-title .hs-breadcrumb-menu-wrapper + .custom_title-logo{margin-top: -35px ;}
	.fullPage .container-fluid .row-fluid .page-center{padding-top:0;}
	.fullPage .container-fluid .row-fluid .content-wrapper{padding:0;}
}

.custom_quote-slide .client-info {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 0px;
	padding: 0;
	color:#FF9E15;
	font-size: 14px;
	line-height: 18px;
}

.ecm-solution-layout .custom_quote-slide .client-info{
    font-weight: 400;
}

.ecm-solution-layout .custom_quote-slide .client-info strong {
    font-weight: 400;
}


.ecm-solution-layout .body-container strong{
        color: #444;
}

.custom_quote-slide .client-info strong {font-weight: 500;}

.custom_home-slider .caption h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 50px;
	font-weight: 300;
	color: #fff;
	line-height: 1.1;
}

.custom_home-slider .caption h2 em {
	font-style: normal;
	font-weight: 500;
	color: #f8991d;
}

.custom_home-slider .caption .sun {width: 100%;}
.custom_home-slider .caption p {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}

.custom_home-slider .caption img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 0;
}

/* Home Slider Pagination */
.custom_home-slider .hs_cos_flex-control-nav {
	position: absolute;
	bottom: 31px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.custom_home-slider .hs_cos_flex-control-nav li {padding: 0;margin: 0 0.1388em;}
.custom_home-slider .hs_cos_flex-control-nav li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	font-size: 0;
	vertical-align: middle;
}

.custom_home-slider .hs_cos_flex-control-nav li a.hs_cos_flex-active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
	box-shadow: none;
}

/* Home Slider Arrows */
.custom_home-slider .hs_cos_flex-direction-nav li {padding: 0;}
.custom_home-slider .hs_cos_flex-direction-nav a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5!important;
	filter: alpha(opacity=50)!important;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	height: 60px;
	top: 43%;
	background: none;
	margin: 0;
	text-indent: 0;
	font-size: 0;
}

.custom_home-slider .hs_cos_flex-direction-nav a:hover {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;	
}

.custom_home-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {left: 0!important;}
.custom_home-slider .hs_cos_flex-direction-nav a.hs_cos_flex-prev:before {
	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;
	content: "\e257";	
	font-size: 50px;
}

.custom_home-slider .hs_cos_flex-direction-nav a.hs_cos_flex-next {left: auto;right: 0!important;}
.custom_home-slider .hs_cos_flex-direction-nav a.hs_cos_flex-next:before {
	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;
	content: "\e258";	
	font-size: 50px;
}


@media screen and (max-width: 990px) {
	.custom_home-slider .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main {
		background-position: center left;
		height: 510px;
	}

	.custom_home-slider .caption h2 {font-size: 40px;}
}

@media screen and (max-width: 769px) {
	.custom_home-slider .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main {height: 330px;}
	.custom_home-slider .hs_cos_flex-slider .caption {
		padding: 30px 20px 40px 20px;
	}

	.custom_home-slider .caption h2 {
		font-size: 32px;
		padding: 0px;
		margin-bottom: 10px;
		line-height: 26px;
	}

	.custom_home-slider .caption h2 span {font-size: 20px;}
	.custom_home-slider .caption h2.newchap {
		font-size: 38px;
		padding: 0px;
		margin-bottom: 10px;
		line-height: 41px;
	}

	.custom_home-slider .caption p {
		font-size: 20px;
		line-height: 26px;
	}

	.custom_home-slider .caption p.time {
		font-size: 18px;
		line-height: 24px;
	}

	.custom_home-slider .caption .newchaplogo {margin: 23px 0 15px 0;}
	.custom_home-slider .caption .sun {
		width: 45%;
		margin: 10px 0 15px 0;
		display: inline-block;
	}
}


/* =============== Home Section One =============== */
body.custom_home #custom_section.custom_section-one {
	padding-top: 50px;
	padding-bottom: 55px;
	background:#fff;
}

body.custom_home #custom_section.custom_section-one .custom_column {
	border-right:2px solid #8A8B8C;
	margin-top: 0px;
	color: #444;	
}

body.custom_home #custom_section.custom_section-one .custom_column:last-child {border-right: 0;}
body.custom_home #custom_section.custom_section-one .widget-type-widget_container {
	min-height: 300px;
	position: relative;
	text-align: center;
}

@-moz-document url-prefix() {
    body.custom_home #custom_section.custom_section-one .widget-type-widget_container {
        min-height: 290px;
    }
}

body.custom_home #custom_section.custom_section-one h4 {color: #f8991c;}
body.custom_home #custom_section.custom_section-one p {color: #fff;word-spacing: -1px;}
body.custom_home #custom_section.custom_section-one ul {text-align: left;}
body.custom_home #custom_section.custom_section-one ul li {padding: 6px 0;}

@media (max-width: 767px) {
    body.custom_home #custom_section.custom_section-one .custom_column {
    	border-right: none;
    	border-bottom: 2px solid #fff;
    	margin-top: 0px;
    	color: #444;
    }    
    
    body.custom_home #custom_section.custom_section-one .custom_column:last-child {border-bottom: 0;}
    body.custom_home #custom_section.custom_section-one .widget-type-widget_container {
        min-height: 50px;
        padding-bottom: 10px;
    }
    .row-fluid .section-3part-custom .step-section{ width:100%; margin-bottom:15px;float:none;}
    .row-fluid .section-3part-custom .step-section h2{margin-bottom:25px !important;}
}

/* =============== Home Section Two =============== */
body.custom_home #custom_section.custom_section-two {
    background-color: #eee;
    padding-top: 40px;
}

/* =============== Home Section Three =============== */
body.custom_home #custom_section.custom_section-three {padding-top: 35px;}
body.custom_home #custom_section.custom_section-three > .page-center > div {margin: 0;}

/* =============== Home Section Four =============== */
body.custom_home #custom_section.custom_section-four {padding: 20px 0 40px 0;}
body.custom_home #custom_section.custom_section-four img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto!important;
}
	
/* =============== Home Section Six =============== */
body.custom_home #custom_section.custom_section-six,body .hs-content-id-5349199059 #custom_section.custom_section-six {
    background-position: center left; 
	background-size: cover;
	background-repeat: no-repeat;
    padding: 60px 20px;
}
body.custom_home.hs-content-id-5502599873  #custom_section.custom_section-six{ padding:0 !important;}
body.custom_home #custom_section.custom_section-six .custom_left-column,body .hs-content-id-5349199059 #custom_section.custom_section-six .custom_left-column {text-align: center;}		
body.custom_home #custom_section.custom_section-six .custom_right-column,body .hs-content-id-5349199059 #custom_section.custom_section-six .custom_left-column {
	font-size: 32px;
	line-height: 35px;
	font-weight: 300;
	color: #fff;
	padding-right: 90px;
	padding-top: 30px;
	padding-left: 40px;font-family: 'Roboto', sans-serif;    
}	

@media (min-width: 768px) {
    body.custom_home #custom_section.custom_section-six .custom_left-column img {width: 100%!important;}
}

@media (min-width: 768px) and (max-width: 991px) {
    body.custom_home #custom_section.custom_section-six .custom_left-column,
    body.custom_home #custom_section.custom_section-six .custom_right-column {width: 50%;}
}

@media screen and (min-width: 1200px) {
    body.custom_home #custom_section.custom_section-six {padding: 60px 0;}
}

@media screen and (max-width: 990px) {	
    body.custom_home #custom_section.custom_section-six .custom_right-column {
    	text-align: center;
    	padding-right: 10px;
    	padding-top: 30px;
    	font-size: 22px;
    	line-height: 32px;
    }
    
}
	
/* =============== 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%;}
}

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


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

/* =============== Custom Leadership Menu =============== */
.custom_leadership-menu.widget-span.widget-type-simple_menu {display: none;}
#custom_leadership-page-title .custom_leadership-menu {display: block;}

.custom_leadership-menu .hs-menu-wrapper > ul {
	border: 0;
	margin: 35px 0 0;	
	display: block;
}

.custom_leadership-menu .hs-menu-wrapper > ul > li {
	position: relative;
	float: left;
	margin-bottom: -1px;
	display: table;
	margin-left: 7px;
	width: 100%;
	padding: 0;
}

.custom_leadership-menu .hs-menu-wrapper > ul > li > a {
	background-color: #e0e0e1;
	border-radius: 0;
	color: #65656a;
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	padding: 12px 0;
	border: 1px solid #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}


.custom_leadership-menu .hs-menu-wrapper > ul > li.active > a,
.custom_leadership-menu .hs-menu-wrapper > ul > li.active-branch > a {
    cursor: default;
}

.custom_leadership-menu .hs-menu-wrapper > ul > li.active > a,
.custom_leadership-menu .hs-menu-wrapper > ul > li.active-branch > a,
.custom_leadership-menu .hs-menu-wrapper > ul > li:hover > a {
	background-color: #f6982a;
	color: #FFF;	
}

.custom_leadership-menu .hs-menu-wrapper > ul > li.active > a:active,
.custom_leadership-menu .hs-menu-wrapper > ul > li.active-branch > a:active,
.custom_leadership-menu .hs-menu-wrapper > ul > li > a:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media screen and (min-width: 768px) {
	.custom_leadership-menu .hs-menu-wrapper > ul {margin: 35px 0 0;}
	.custom_leadership-menu .hs-menu-wrapper > ul > li:first-child {padding-left: 0;}
	.custom_leadership-menu .hs-menu-wrapper > ul > li {	
		display: table;
		margin-left: 0px;	
		float: left;
		padding-left: 1px;
		width: 50%;
	}
	
	.custom_leadership-menu .hs-menu-wrapper > ul > li > a {
		background-color: #e0e0e1;
		border: 0;
		border-radius: 0;
		color: #65656a;
		display: table-cell;
		font-size: 14px;
		height: 69px;
		margin: 0;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle;
		width: 100%;		
	}

    .custom_leadership-menu .hs-menu-wrapper > ul > li.active > a,
    .custom_leadership-menu .hs-menu-wrapper > ul > li.active-branch > a {
        border: 0;
    }

	.custom_leadership-menu .hs-menu-wrapper > ul > li:first-child > a {border-radius: 10px 0 0 0;}
	.custom_leadership-menu .hs-menu-wrapper > ul > li:last-child > a {border-radius: 0 10px 0 0;}
}

@media screen and (min-width: 992px) {
	.custom_leadership-menu .hs-menu-wrapper > ul {
		margin: 35px 15px 0;
		max-width: 940px;
	}
/* 	.custom_leadership-menu .hs-menu-wrapper > ul:after,
  .newpartnersmenu .hs-menu-wrapper > ul:after{
		content: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/tab-shadow.png);
		margin-left: 50%;
		position: relative;
		left: -640px;
		width: 1280px;
	} */
}

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

/* =============== Vertical Menu =============== */
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical > ul {margin: 0 -15px;}
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul li {padding: 0;}
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul li a {
	padding: 5px 15px;
	color: #231f20;
	display: block!important;
	white-space: normal!important;
}

.sidebar .hs-menu-wrapper.hs-menu-flow-vertical ul li a:hover {
	background: #f8991d;
	color: #FFF;	
}

.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts ul ul {padding: 0 10px;}
.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul ul {padding: 5px;}

@media (min-width: 768px) {
    .sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul ul {
    	background-color: #fff;
    	max-width: 300px;
    	width: 100%;
    }
}

@media (max-width: 767px) {
	.sidebar .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul ul {padding: 0 10px;}
  body.resources .blog-listing-wrapper .post-listing .post-item {
    padding: 8px !important;
}
  .custom-banner-js.resourcetop {
    padding: 15px;
}
}
@media (max-width: 375px) {
	.span12.widget-span.widget-type-custom_widget.qut-nos {
    height: 10px !important;
    margin-top: 10px;
}
.span12.widget-span.widget-type-custom_widget.qut-nos .qut-no {
    margin-top: -10px;
}
}

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

/* 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 screen and (min-width: 1200px) {
   
}
    
@media (max-width: 1220px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {padding: 0 10px;}
}
@media (max-width: 1199px) {
    .row-fluid .testimonial-slider-main{padding-bottom:50px;}
.slick-slider .slick-arrow{top:auto;bottom:-40px; left:50%;}
.slick-slider .slick-arrow.slick-prev:after{font-size:35px; }
.slick-slider .slick-arrow.slick-next:after{font-size:35px;}
.slick-slider .slick-arrow.slick-next{left:auto; right:50%;margin-right:-50px;}
.slick-slider .slick-arrow.slick-prev{margin-left:-50px;}
.row-fluid .testimonial-sub-title{font-size:20px;}

    .custom_processes .custom_home-slider .caption h2,.custom_processes .custom_home-slider .caption h2 span{font-size: 43px !important; line-height: normal !important;}
    .custom_processes .hidden-xs a span{font-size: 26px !important;}
    .custom_processes .custom_home-slider .caption p,.custom_processes .custom_home-slider .caption p span{font-size: 36px !important;}
    
    body.hs-content-id-5349199059 .orange-section h2{margin:0;}
    body.hs-content-id-5349199059 .orange-section .row-fluid .testimonial-slider-main{padding:0;}
    body.hs-content-id-5349199059 .row-fluid [class*="span"],body.hs-content-id-5349199059 .orange-section {min-height: 0;}
}



/* =============== 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%;
    	height: 60px;
    	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;
    }
  a#cta_button_3477596_a7a342df-49ae-4ca5-a6ad-e048d3562957 {
    margin-top: 16px;
    margin-left: 10px;
}
    /* Level 3 and Higher Menu List Styles */
    /* Level 4 and Higher Menu List Styles */

}


/* ==========================================================================
   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 {}
/* .custom_first-three-post > .custom_post-item:nth-child(1) > .blog-callout { background-image: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/blogBG1.jpg); }
.custom_first-three-post > .custom_post-item:nth-child(2) > .blog-callout { background-image: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/blogBG2.jpg); }
.custom_first-three-post > .custom_post-item:nth-child(3) > .blog-callout { background-image: url(//3477596.fs1.hubspotusercontent-na1.net/hubfs/3477596/VeevaSystems_September2017/Layout/blogBG3.jpg); }
 */
.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 ===============*/

.cm-home-type2 .custom-banner-module {
    padding: 60px 0 50px 0;
    background-position: center center !important;
}

.cm-home-type2 .custom-banner-module h2{
    color: #687f91;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    padding:0;
}

.cm-home-type2 .custom-banner-module h2 strong{
    font-weight:bold;
    color: #687f91;
}

.cm-home-type2 .custom-banner-module p{
     color: #687f91;   
}

.cm-home-type2 .custom-banner-module p a{
    font-weight: 500;
}

.cm-home-type2 .custom-banner-module p a:hover{
    color: #f8991d;
}

.cm-home-type2 .section-one{
    background-color: #8b8c8e;
    padding: 13px;
}

.cm-home-type2 .section-one h2{
    padding:0;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height:25px;
    margin: 0;
}

.cm-home-type2 .section-two {
    background: #f8991d;
    padding: 50px 0 59px 0;
    color: #fff;
}

.cm-home-type2 .section-two h3{
    font-size: 23px;
    color: #fff;
    text-transform: none;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}

.cm-home-type2 .custom_column.column_one,
.cm-home-type2 .custom_column.column_two{
    border-right: 2px solid #fff;
}

.cm-home-type2 .section-two ul li{
    padding:6px 0;
}


body.cm-home-type2 #custom_section.custom_section-three {
    padding-top: 40px;
}

.cm-home-type2 .section-six h2{
    color: #666;
    font-size: 35px;
    line-height: 48px;
    font-weight: 400;
    padding:30px 0 10px;
}

.cm-home-type2 .section-six .four-col{
    text-align:center;
}

.cm-home-type2 .section-six .four-col a{
    color: #f86408;
    font-weight: 400;
}

.cm-home-type2 .section-six h2 span{
    color: #f8991d;
}

.cm-home-type2 .four-col-image-wrap.clearfix {
    margin: 0 -15px;
}

/*============= end 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(max-width:1199px){
    .ecm-solution-layout #banner-style-two.custom-banner-module{
    padding: 60px 20px 50px 20px;
    background-position: center center !important;
    }
    
    .ecm-solution-layout .custom-banner-module .col-sm-12{
        width:50% !important;
    }
    
    .cm-home-type2 .custom-banner-module .col-md-12{
    padding-left: 35px !important;
    width: 60% !important;
    }
    
    .cm-home-type2 .custom_column{
    padding-right:15px !important;
    padding-right:10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
    display: none !important;
    }
  
    body.cm-home-layout #custom_section.custom_section-one .custom_column:last-child {
    border-right: 0;
    width: 32.333333%;
    }
    
    body.cm-home-layout .custom_quote-slide .hs_cos_flex-slider .caption {
    padding-left: 10px !important;
    padding-right: 10px !important;
    } 
    
    /*.custom_processes-module .col-md-5 {
    width: 41.66666667%;
    float: left;
    }
    
    .custom_processes-module .col-md-7 {
    width: 58.33333333%;
    float: left;
    }*/
    
    .cm-about-layout #custom_section .custom_column.span3 {
    width: 50%;
    }
    
    
    .cm-about-layout .custom_page-title h1{
    font-size: 37px;
    padding-right: 10px;
    margin-top: 30px;
    } 
    
   .cm-tech.type2  #banner-style-two.custom-banner-module h2{
    font-size: 50px;
    }
    
    .cm-tech.type2 .custom-banner-module .hs-breadcrumb-menu-wrapper {
    margin-top: -24px;
    margin-bottom: 40px;
    }
    
    .cm-tech.type2 #banner-style-two.custom-banner-module{
    padding: 40px 20px 66px 20px;
    }
    
    .cm-tech.type2 #banner-style-two.custom-banner-module .col-sm-7 {
    width: 83.33333333%;
    }
    
    .cm-leadership-layout .custom_leadership-image img{
    min-height: 100%;
    }
    
}

@media(max-width:991px){
    
    .ecm-solution-layout .row2-wrapper {
    padding: 30px 20px; 
    }
    
    .ecm-solution-layout .row2-left-col ,
    .ecm-solution-layout .row2-right-col {
    width: 100% !important;
    margin: 0 !important;
    }
    
    .ecm-solution-layout .row2-right-col .hs_cos_wrapper_type_linked_image{
    display:none;
    }
    
    .ecm-solution-layout .three-col-image {
    text-align: center;
    margin-bottom: 50px;
    }
    
    .ecm-solution-layout .three-col-image .three-col {
    margin-top: 20px;
    margin-bottom: 20px;
    }
    
    .ecm-solution-layout .three-col-image .three-col img{
        margin-bottom:30px;
    }
    
    .ecm-solution-layout .three-col-image p.image-caption{
    display: inline-block;
    padding-top: 0;
    font-size: 18px;
    font-weight: 400;
    width: 58%;
    line-height: 22px;
    margin-bottom: 10px; 
    }
    
    .ecm-solution-layout .row3-wrapper{
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 60px;
    }
    
    .ecm-solution-layout .row3-left-col ,
    .ecm-solution-layout .row3-right-col {
    width: 100% !important;
    margin: 0 !important;
    }
    
    .cm-home-type2 .custom-banner-module h2{
    font-size: 31px;
    line-height: 36px;
    }
    
    .cm-home-type2 .custom-banner-module p {
    font-size: 19px;
    line-height: 25px;
    }
    
    .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%;
    }
    
    
    /* -- 10-01-2018 --- */
    .custom_processes .custom_home-slider .hs_cos_flex-slider .caption {display: block;line-height: normal;padding: 106px 86px;}
    .custom_processes .custom_home-slider .hs_cos_flex-slider .caption .col-sm-8{width:100%;}
}

@media (min-width: 768px) and (max-width: 800px) {
    body.cm-home-layout .custom_home-slider .hs_cos_flex-slider .caption .button{
        font-size: 14px;
    }
    
    body.cm-home-layout .custom_home-slider .caption h2 {
    font-size: 37px;
    }
}



/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1079px) {
.vsec_soluionhead span {
    font-size: 24px !important;
}
}
@media (max-width: 1099px) {
.span3.widget-span.widget-type-cell.inds_sol_icon_div p {
    padding-left: 5px !important;
    font-size: 14px !important;
}
}
@media (max-width: 1024px) {
.span12.widget-span.widget-type-cell.custom_home-slider.custom_quote-slide.testimonial-slider-main {
    padding: 0 2%;
}
  .span12.widget-span.widget-type-rich_text.testimonial-sub-title {
    padding: 0 10px;
}
.vsec_soluionhead span {
    font-size: 24px !important;
}
}
@media (max-width: 989px) {
    .cm-tech .custom-banner-module .hs-breadcrumb-menu-wrapper{
    margin-top: -14px;
    }
}

/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 889px) {
.vsec_soluionhead span {
    font-size: 20px !important;
}
.span3.widget-span.widget-type-cell.inds_sol_icon_div .org-icon-box {
    min-height: 372px !important;
}
}
@media (max-width: 767px) {
  .span3.widget-span.widget-type-cell.inds_sol_icon_div .org-icon-box {
   min-height: initial !important;
}
  .span3.widget-span.widget-type-cell.inds_sol_icon_div p {
    padding-left: 30px !important;
    font-size: 16px !important;
}
  .vsec_soluionhead span {
    font-size: 30px !important;
}
    .solu_area_blk div div.solu_area_box {
    width: auto;
}
    .custom_header-top-links ul li a span{
    width:auto !important;
    }
  table.table-res tr td:first-child {
    width: 50% !important;
}
  	.newpartnersmenu ul li.hs-menu-item.hs-menu-depth-1 {
        width: 110px !important;
        min-width: 110px !important;
        float: left;
    }
    
    body.cm-home-layout #custom_section.custom_section-six .custom_right-column{
    padding-left: 10px;
    }
    
    body.cm-home-layout #custom_section.custom_section-one .custom_column{
    padding-left: 25px;
    padding-right: 25px;
    }
    
    /*body.cm-home-layout .custom_home-slider .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main{
        height: 330px;
    }*/
    
    body.cm-home-layout .custom_home-slider .hs_cos_flex-control-nav{
    bottom:12px;
    }
    
    body.cm-home-layout .custom_home-slider.custom_quote-slide .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main {
    height: auto;
    }
    
    .ecm-solution-layout #banner-style-two.custom-banner-module {
    background-position: left center !important;
    }
    
    .ecm-solution-layout .custom-banner-module .col-sm-12 {
    width: 100% !important;
    }
    
    .ecm-solution-layout .custom-banner-module h2 br{
    display:none;
    }
    
    .cm-home-type2 .custom-banner-module {
    background-position: center left!important;
    padding-right: 10px;
    }
    
    .cm-home-type2 .custom-banner-module .col-md-12 {
    width: 100% !important;
    }
    
    .cm-home-type2 .section-two .custom_column{
    margin-bottom: 54px;
    }
    
    .cm-home-type2 .custom-banner-module h2 {
    font-size: 40px;
    line-height: 45px;
    }
    
    .cm-home-type2 .custom-banner-module h2 br,
    .cm-home-type2 .custom-banner-module p br{
    display:none;
    }
    
    .custom-banner-module p {
    font-size: 24px;
    line-height: 30px;
    }
    
    /*#custom_header .header-v2 .custom_logo{
    left: -5px;
    }*/
    
    body.cm-home-type2 #custom_section.custom_section-six .custom_right-column{
    padding-left: 10px;
    }
    
    .cm-text-center{
    text-align:center;
    padding: 0 20px;
    }
    
    .cm-text-center img{
    margin-left:auto;
    margin-right:auto;
    }
    
    .cm-contact-layout .email-contact-panel{
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    }
    
    img.privacy-img-left {
    margin-bottom: 10px;
    }
    
    body.cm-home-layout #custom_section.image-large img {
    width: 100% !important;
    }
    
    .one-col-layout .custom_page-title .hs-breadcrumb-menu-wrapper ~ h1 {
    margin-top: -36px;
    padding-left: 110px;
    padding-top:0;
    }
    
    .cm-about-layout .custom_page-title .hs-breadcrumb-menu-wrapper ~ h1{
    margin-top: 0;
    clear: both;
    padding: 7px 18px 0;
    font-size: 28px;
    }
    
    .cm-about-layout .custom_page-title{
    background-color: #f9f9f9;
    background-size: cover !important;
    }
    
    .cm-home-type2 .custom-banner-module p {
    font-size: 24px;
    line-height: 30px;
    }
    
    .cm-tech .custom-banner-module img{
    margin-top: 0;
    }
    
    .cm-tech.type2 #banner-style-two.custom-banner-module h2{
    font-size: 50px;
    }
    
    .cm-tech.type2 #banner-style-two.custom-banner-module h2 br{
        display:none!important;
    }
    
    .cm-service .custom-banner-module .col-xs-10 {
    width: 100%;
    }
    
    .cm-home-type2 .custom_column.column_one, .cm-home-type2 .custom_column.column_two {
    border-right: none;
    }
    
    
    .click-here{
    top: 0;
    width: 100% !important; 
    }
    
    /* ---- 10-01-2018 ---- */
    .custom_processes .custom_home-slider .hs_cos_flex-slider .caption {padding: 30px 37px;}
    .custom_processes .custom_home-slider .caption p, .custom_processes .custom_home-slider .caption p span {font-size: 25px !important;}
    .custom_processes .custom_home-slider .caption h2, .custom_processes .custom_home-slider .caption h2 span { font-size: 25px !important; }
    /*.custom_processes .custom_home-slider .flex-slider-main ul li{background-position: cover !important;}*/
    
    .custom_home-slider .hs_cos_flex-direction-nav a.hs_cos_flex-prev:before{font-size: 35px; left:10px;}
    .custom_home-slider .hs_cos_flex-direction-nav a.hs_cos_flex-next:before{font-size: 35px; right:10px;}
    .caption h2,.caption .hidden-xs {text-align:center !important;}
    .custom_processes .hidden-xs a span { font-size: 16px !important; padding: 8px 10px;}
    .custom_processes .hidden-xs a  {  padding: 8px 10px !important;}
    .hp-fr #custom_header .custom_logo { width: 100px;}
    .span12 .custom_page-title.bg-img-title .page-center {    display: block; padding-top: 0px; left: 0%;}
    .qult-reg-page p { padding: 0px 9px;}
}  


@media (max-width: 650px) {
    .cm-home-type2 .custom-banner-module h2 {
    font-size: 32px;
    line-height: 36px;
    }
    
    .cm-home-type2 .custom-banner-module .col-md-12{
    padding-right: 35px !important;
    }
    
    .cm-home-type2 .section-two .custom_column {
    margin-bottom: 29px;
    }
    
    .cm-tech.type2 .custom-banner-module .hs-breadcrumb-menu-wrapper {
    margin-top: -24px;
    }
    
    .cm-tech.type2 #banner-style-two.custom-banner-module h2 {
    font-size: 36px;
    line-height: 44px;
    }
    
    .ecm-solution-layout #banner-style-two.custom-banner-module h2{
    line-height:36px;
    }
}

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

@media (max-width: 479px) {
    #custom_section.custom_section-four .logo_slider_new .logoImg img.hs-image-widget {
        width: 100% !Important;
        max-width: 250px;
    }  
    div .slick-slider .slick-arrow {
        top: 32px !important; 
    }
    
    body.cm-home-layout .custom_home-slider .hs_cos_flex-direction-nav a.hs_cos_flex-next{
    right: 10px!important;
    }
     
    body.cm-home-layout .custom_home-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev{
    left: 10px!important;    
    }
    
    body.cm-home-layout .custom_home-slider .hs_cos_flex-control-nav{
    bottom: 3px;
    }
    
    /*body.cm-home-layout .custom_home-slider .hs_cos_flex-slider .caption {
    padding: 30px 20px 40px 33px;
    }*/
    
    body.cm-home-layout #custom_section.custom_section-one ul {
    padding-left: 40px;
    padding-right: 10px;
    }
    
    .custom_container h4{
    padding: 0 5px;
    }
    
    .cm-about-layout .custom_page-title h1{
    font-size: 22px;
    }
    
    .cm-tech .custom_circle-highlight-module .circles-highlight p{
        width: 100%;
    }
    
    .cm-tech .carousel-control.right{
    right:20px;
    }
    
    .cm-tech .carousel-control.left{
    left:20px;
    }
    
    .ecm-solution-layout .custom_home-slider.custom_quote-slide .hs_cos_flex-slider .hs_cos_flex-slides .hs_cos_flex-slide-main{
    height: 340px;
    }
    
    .ecm-solution-layout .custom_home-slider .hs_cos_flex-direction-nav a.hs_cos_flex-next{
    right: 14px!important;
    }
    
    .ecm-solution-layout .custom_home-slider .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: 14px!important;
    }
    
    .cm-leadership-layout .leadership-linkedin {
    position: absolute;
    right: 0;
    top: -15px;
    }
    
    .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 */
.row-fluid .section-3part-custom .step-section h2{font-size: 24px; margin-bottom: 50px;}

/*-------- 06-04-2018 --------*/
.custom_processes #banner-style-two.custom-banner-module {background-position: center center !important;    background-size: auto 100% !important;}


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


.row-fluid .press-title { text-align:center; color:#646469; }
body.custom_home #custom_section.custom_section-one p {color:#646469;}
.row-fluid .press-title h2 {}

.row-fluid .press-section { width:100%; float:left; padding:50px 0;  }
.row-fluid .press-section .page-center { padding: 0 15px ; }
.row-fluid .press-section h5 { margin:30px 0 20px 0; }

.row-fluid .press-content {}
.row-fluid .press-content p { float:left; }
.row-fluid .press-content p strong { font-weight:700; }
.row-fluid .press-content p a { color:#f8991c; }
.row-fluid .press-contact { width:50%; float:left; margin:0; padding:0 10px 0 0; }
.row-fluid .press-contact p { margin:0; }
.row-fluid .press-link a { color:#f8991c; }
.press .body-container-wrapper {margin-left: 0px;    margin-right: 0px; }

.row-fluid .press-pdf { width:100%; float:left; text-align:center; margin:50px 0 30px 0; }
.row-fluid .press-pdf a { display: inline-block; float:none; margin: 3px 5px;      color: #fff;    background: #f86408;  margin-bottom: 10px;    cursor: pointer;    font-size: 16px;    border-radius: 4px;    border: 1px solid transparent;    padding: 12px 16px 12px 16px;    line-height: 19px;}
.row-fluid .press-pdf a:hover { background-color: #ff9e15}
.row-fluid .f-link-site a { width:100%; float:left; }
 
@media (max-width: 500px) {
    .row-fluid .press-contact { width:100%; float:left; margin:20px 0; }
}


.qut-no {
/*     margin-top: 10px; */
    margin-right: -1%;
  font-size: 14px;
}
.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;
}
.custom_page-title.bg-img-title img.back-img {
    width: 100%;
}
.custom_page-title.bg-img-title {
    position: relative;
  background-position: left;
}
.custom_page-title.bg-img-title .page-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0px;
    min-height: 470px;
    height: 470px;
}
.custom_page-title.bg-img-title .page-center > div  {
    min-height: 470px;
    height: 470px;
  display:table;
  width:100%
}
.custom_page-title.bg-img-title .page-center .custom_title-wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.custom_page-title.bg-img-title .page-center h1 {
    color: #ff9c0f;
    margin-bottom: 40px;
}
div.post-listing-simple .post-item .post-header {
    text-align: left;
}
#custom_header .custom_logo div img {
    height: 72px;
    margin-top: -21px;
}
.orn-sec {
    background: #ff9c0f;
    color: #fff;
    text-align: center;
    min-height: 230px;
    padding: 30px 0;
}
body.custom_about-us .row-number-10 div#custom_section {
    margin-top: 0;
}
.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;
    }
   .partners-page .custom_page-title.bg-img-title {
    background-position: center;
}
  .newpartnersmenu {
    height: 165px;
}
  .solu_area_blk div.solu_area_box {
    width: 22.4%;
}
}

@media screen and (max-width: 1300px){
.partners-page .custom_page-title.bg-img-title img.back-img {
    display: none;
} 
}
@media screen and (max-width: 1200px){
.partners-page .custom_page-title.bg-img-title .page-center {
    display: table;
}
}
.partners-page .custom_page-title.bg-img-title .page-center {
    min-height: 340px !important;
    height: auto !important;
}
/* added by hubspot support on 9/24/18 */
.legal-consent-container {
    font-size:12px;
  line-height:1.2;
}



/* 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: absolute;
    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 .qt-nos {
    width: auto !important;
    display: block;
    float: none !important;
    margin-left: 0 !important;
} */
/*   .search_box .qt-nos .qut-no {
    margin-top: 3px;
    margin-right: 0;
} */
  .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;
}
}
.solu_area_blk .solu_area_box {
    width: 12.4%;
    margin: 0 1%;
}
.solu_area_blk .solu_area_box h1 {
    margin-top: 0;
    font-size:18px;
}
.solu_area_blk .solu_area_box h2 {
    margin-top: 0px;
    font-size:18px;
  padding-top:0px;
  line-height:1em;
}

/*
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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -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-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 {
    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: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-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 {
    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-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-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-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra: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-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"
}
.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;
}
}
.qult-reg-page.summit_banner .custom_page-title.bg-img-title .page-center {
    display: block;
}
.span12.widget-span.widget-type-custom_widget.solution_cta_line:after {
    position: absolute;
    content: "";
    border-left: 1px dashed grey;
    height: 22px;
    bottom: -26px;
}
.custom_page-title.bg-img-title.bg-img-mobile {
    display: none;
}
.custom_page-title.bg-img-title.bg-img-pad {
    display: none;
}
/* 16-12-19 */

.custom-banner-js.resourcetop {
    background-color: #444 !important;
/* Added by KD - For blog Callout boxes */
}
.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;
}
/*06-02-2020 */
  .span12.widget-span.widget-type-custom_widget.inds_sol_org_div {
    background-color: #f8991c;
    margin: 0px 0px 0px !important;
    position: relative;
    top: -28px;
    z-index: 0 !important;
    padding-top: 16px;
}
.span4.widget-span.widget-type-custom_widget.inds_sol_grey_div {
    margin: 0px;
    width: 33.3%;
    position: relative;
    top: -28px;
    float: left;
}
@media only screen and (max-width: 699px){
.span4.widget-span.widget-type-custom_widget.inds_sol_grey_div p {
    font-size: 18px !important;
}
.inds_sol_header_div div div {
    display: block !important;
}
.inds_sol_header_div div div span {
    display: block !important;
    text-align: center;
}
}
@media only screen and (max-width: 549px){
  .span12.widget-span.widget-type-custom_widget.inds_sol_org_div {
    top: inherit;
}
  .gray_sec.three_blks > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #999;
}
  .gray_sec.three_blks > div > div .span4.widget-span.widget-type-custom_widget.inds_sol_grey_div {
    width: unset;
    top: unset;
    float: none;
}
.span4.widget-span.widget-type-custom_widget.inds_sol_grey_div p {
    font-size: 16px !important;
}
}
@media (max-width: 499px){
  .inds_sol_header_div div div {
    display: block !important;
}
  .inds_sol_header_div div div span {
    display: block !important;
    text-align: center;
}
  .inds_sol_header_div div div span {
    display: block !important;
    text-align: center;
}
  .span12.widget-span.widget-type-custom_widget.inds_sol_org_div span {
    font-size: 30px !important;
}
.span12.widget-span.widget-type-custom_widget.inds_sol_org_div span {
    font-size: 30px !important;
}
}
/* 12-06-2020*/

.span12.widget-span.widget-type-cell.page-center.three_blks_orange > div > .row-fluid {
    display: flex;
}
.span12.widget-span.inds_sol_org_div {
    margin: 0px 0px 0px !important;
    position: relative;
    top: -28px;
    z-index: 0 !important;
    padding-top: 16px;
}
.row-fluid .speaker-part .speaker-top-text {
    background: #f8991c;
    position: absolute;
    width: 100%;
    top: 0px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.row-fluid .speaker-part .speaker-top-text p {
    margin: 10px 0px;
}

#brand-list-2022 .brandimg{
  width:12.5%;
  margin:0;
  padding:0 10px;
}

@media (max-width: 768px){
  .span12.widget-span.widget-type-cell.page-center.three_blks_orange > div > .row-fluid {
    display: block;
}
}
/* summit section */
.qult-reg-pagew1.summit_banner .span12.widget-span.widget-type-cell.page-center > div > div {
    display: flex;
    align-items: center;
}
  @media screen and (max-width: 768px){
 .qult-reg-pagew1.summit_banner .span12.widget-span.widget-type-cell.page-center > div > div {
    display: block;
    align-items: center;
}
    .qult-reg-pagew1.summit_banner .summith_aug_text {
    text-align: center !important;
}
      .qult-reg-pagew1.summit_banner p {
    text-align: center !important;
}
    .qult-reg-pagew1.summit_banner .span12.widget-span.widget-type-cell.page-center .span6.widget-span.widget-type-cell {
    margin: 15px 0px;
}
   .three_blks_orange .span4.widget-span.widget-type-custom_widget.inds_sol_grey_div1 {
    border-bottom: 2px solid #ff9e15;
}
    #brand-list-2022 .brandimg {
        width: 25%;        
        float: left;
    }
  }
 @media screen and (max-width: 518px){
.custom_title-wrapper .newbannersection h2 {
    text-align: center;
    font-size: 40px !important;
}
}
 @media screen and (max-width: 486px){
.three_blks.inds_sol_org_div .vault_platform img {
    width: 155px;
}
 .three_blks.inds_sol_org_div .vault_platform span {
    text-align: left;
}
    #brand-list-2022 .brandimg {
        width: 33%;        
        float: left;
    }
}
/* 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;
}