/* This responsive framework is required for all styles.*/ 
/* 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;
}

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



/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/* Services/ Product */
.service-group::after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;    
}



/********* Footer social icons *********/

.social-footer-icons svg {
  width:35px;
  float:left;
  margin-right:15px;
}

.social-footer-icons svg, .social-footer-icons svg path, .social-footer-icons rect {
  fill:#f9f9f9 !important;
}

.social-footer-icons svg:hover, .social-footer-icons svg path:hover, .social-footer-icons rect:hover {
  fill:#ffd602 !important;
}

.checkbox-row.sub__all {
  margin: 20px 0px 0px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 20px;
}

/*********** Back to top **********/

.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 105px;
  width: auto;
  font-size: 25px;
  border-radius: 4px;
  background: #ffd602;
  cursor: pointer;
  border:1px solid #090a0e;
  z-index:1000;
  transform: rotate(90deg);
}

.back-to-top a {
  margin:2px 8px 4px 8px;  
}

.back-to-top:hover a {
  color:#090a0e !important;
  cursor:pointer;
}  

.small-header .back-to-top {
  display:block !important;
}



/* Colors */
    /*  */
   
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */
  /*  */
  /*  */

/* Structure */
      /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below.  Ignore the jinja comment tags. 
*
* 
*/


/* Transition */
 

/* Animation Delay */
 

/* Box Shadow */


/* Background Size */



/* User Select */


/* Opacity*/


html {
  scroll-behavior: smooth;
}

/********* Header 2021 CSS *********/

/*           Header Css         */

.mobile-menu-outer,.mobile-menu-indi {
  display:none !important;
}

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

@media (min-width: 1150px) {
  .header-menu-wrap li.hs-item-has-children >ul.hs-menu-children-wrapper {
    display:none !important;
  }

  .checkbox-row input {
    position: relative;
    top: 9px; 
  }
  .subscriptions-content {
    margin-top: 50px;
  }


}
@media (max-width: 1150px) {
  .globe-section {
    position:absolute;
    right:80px;
    top:40px;
  }
  .header-container{
    padding-top:20px !important;  
  }
  .header-menu-wrap.custom-menu-primary.js-enabled .hs-menu-wrapper {
    background:#090a0e;
    padding:20px;
  }
  .header-nav-and-search .custom-menu-primary ul {
    float:left !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
    display:none !important;  
  }
  .custom-menu-primary .hs-menu-wrapper ul li {
    width:100%;  
    border:none !important;
    text-align:left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background:transparent !important;
    min-width:100% !important;
    padding:0px !important;
    border:0px!important;
  }
  .small-header .custom-menu-primary .hs-menu-wrapper ul li a, .custom-menu-primary .hs-menu-wrapper>ul li a, .custom-menu-primary .hs-menu-wrapper ul li a {
    color:#f9f9f9 !important;  
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background-color:transparent !important;
    font-size:16px !important;
  }
  .mobile-trigger:last-of-type {
    display:none !important;
  }
  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -50px;          /* Position Button at right of screen  */
    right: 0px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 11px 15px;
    background: #f9f9f9; /* Background color */
    border: 1px solid ;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: ; 
  }

  .mobile-menu-indi {
    display:block !important;
  }
  .header-menu-wrap.custom-menu-primary.js-enabled {
    position: absolute;
    padding-top: 0px;
    margin: 5px 0 0px 0; 
    right: 20px;
    width:100%;
  }
  .onhover-menu-inner {
    display: none !important;
  }
  .header-logo,
  .header-search-wrap {
    position: relative;
    z-index: 9999999 !important;
  }
  .header-menu-wrap {
    min-height: auto !important;
  }
  .header-search-wrap:before {
    margin-top:5px;
  }
  .header-search-wrap {
    min-height: 35px !important;
  }
  .header-logo {
    width: 300px !important;
    max-width: 62% !important;
    float: left !important;
    padding-top:5px;
    padding-bottom:5px;
  }
  .header-menu-wrap.custom-menu-primary.js-enabled .hs-menu-wrapper {
    position: absolute;
    z-index: 999;
    top: 0px;
    width: 400px;
    right: 0px !important;
    left: auto;
    max-width: 90%;
    overflow-y:scroll;
    max-height:500px;
  }
  .header-menu-wrap ul li.hs-item-has-children>a:before {
    display:none !important;
  }
  .header-menu-wrap>div {
    display: block !important;
    min-height: auto !important;
  }
  .header-menu-wrap {
    //display: none !important;
  }
  .header-search-wrap {
    float: right !important;
    margin-right: 60px !important;
    margin-left: 0px !important;
  }
  .mobile-menu-indi {
    width: 38px;
    height: 30px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 25px;
    top: calc(50px - 4px);
  }
  .mobile-menu-indi ul li {
    height: 5px;
    background: #fff;
    content: "";
    position: relative;
    transition: 0.25s ease-in-out;
  }
  .header-menu-wrap .hs-menu-wrapper>ul>li>a:after {
    display: block;
    position: absolute;
    top: 22px;
    background: #ff08d0;
    left: auto;
    right:0px;
  }
  .header-menu-wrap ul li>a {
    font-size: 18px !important;
    display: inline-block !important;
    position: relative !important;
  }
  .header-menu-wrap ul li.active-list-wrap>a:after {
    opacity:1;
  }
  .header-menu-wrap .mobile-trigger {
    color: #f9f9f9 !important;
    background-color: #090a0e !important;
    border-color: transparent !important;
  }
  .header-menu-wrap .mobile-trigger i,
  .header-menu-wrap .mobile-trigger i:before,
  .header-menu-wrap .mobile-trigger i:after{
    background-color: #f9f9f9 !important;
  }
  /* Toggle Button
  ========================================================================== */
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:;
    background-color: ; 
    border-color: transparent;
  }

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


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

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

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


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

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

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


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    overflow: visible;
  }
  .header-wrapper-outer .header-menu-wrap ul li a {
    padding-top:11px !important;
    padding-bottom:11px !important;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* link hover color set by global mobile-aColorHover variable */
  }

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

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

/************ Header css 2021 end *************/

.header-search-wrap .hs-search-field__suggestions {
  display:none;  
}
.header-logo a {
  display:inline-block !important;  
}
.header-menu-wrap {
  min-height: 50px !important;
}
.header-menu-wrap>div {
  display: flex !important;
  align-items: flex-end !important;
  min-height: inherit !important;
}
.header-menu-wrap>div>span {
  display: block;
  width: 100%;
  text-align: right;
}
.header-search-wrap:before {
  width: 30px;
  height: 30px;
  content: '';
  background: url(https://6674075.fs1.hubspotusercontent-na1.net/hubfs/6674075/Jubilee%20-%202019/Header%20-%20images/search-icon2.png);
  display: block;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: bottom center;
  cursor: pointer;
  margin-top: 10px;
}
.header-search-wrap{
  position: relative;
  margin-left: 15px !important;
  min-height: 50px !important;
  max-width: 35px !important;
}
.header-search-wrap.active-search .hs-search-field {
  display: block;
  z-index: 999;
} 
.header-search-wrap .hs-search-field input {
  -webkit-appearance: none;
  border: 0px;
  color: #002876 !important;
  font-size: 14px;
  font-weight: 400;
}
.header-search-wrap .hs-search-field input::-webkit-input-placeholder {
  color: red;
}

.header-search-wrap .hs-search-field input:-moz-placeholder { 
  color: #002876 !important;
}

.header-search-wrap .hs-search-field input::-moz-placeholder {  
  color: #002876 !important;
}

.header-search-wrap .hs-search-field input:-ms-input-placeholder { 
  color: #002876 !important;
}
.header-search-wrap .hs-search-field input:focus {
  outline: none !important;
}
.header-menu-wrap ul li.hs-item-has-children>a {
  padding-right: 15px !important;
  margin-right: 5px;
}
.header-menu-wrap ul li.hs-item-has-children>a:hover:before {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.onhover-menu-wrapper {
  display: none !important;
  background: #090a0e;
  position:relative;
  min-height: 0px !important;
}
.active-menu .onhover-menu-inner:after {
  width: 100%;
}
.onhover-menu-inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  top: 0px;
  transition: .6s all;
}
.onhover-menu-inner {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background: #090a0e;
  padding: 0px;
  //border-top: 1px solid rgba(255,255,255,0.5);
  animation: fadeInUp .3s;
  -webkit-animation: fadeInUp .3s;
  padding-top: 1px;
  z-index: 9999999;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1.5, 1.5);
    // -webkit-filter: blur(30px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    //-webkit-filter: blur(0px);
    transform: translateY(0px);
  }
}

.onhover-menu-wrapper.submenu-list {
  display: flex;
  flex-wrap: wrap;
}
.onhover-menu-wrapper.active-menu {
  display:block !important;
}
.header-menu-wrap .hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
}
.header-menu-wrap ul li.hs-item-has-children>a:before {
  transition: .6s all;
  content: '\f061';
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: calc(50% - 4px);
  font-family: Font Awesome\ 5 Free;
  font-weight: 700;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  display: none;
  /* padding-top: 1.5px; */
  /* padding-left: .5px; */
  box-sizing: border-box;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.header-search-wrap .hs-search-field {
  position: absolute;
  display:none;
  bottom: -80px;
  right: 0px;
  width: 200px;
  background: #002876;
  padding: 20px 10px;
}
.onhover-menu-wrapper li:not(.extra-list):hover,
.onhover-menu-wrapper li:hover a{
  color: #090a0e !important;
  cursor: pointer;
}
.onhover-menu-wrapper li a:hover {
  color: #ffd602 !important;
  cursor: pointer;
}
.submenu-list li a:hover:after,
.submenu-list li:hover a:after {
  opacity:1;
}
/*.submenu-list li a:after {
content: '';
width: 10px;
height: 10px;
display: block;
position: absolute;
top: calc(50% - 5px);
background: #ff08d0;
right: -15px;
border-radius: 50%;
opacity: 0;
transition: .6s all;
}*/
.submenu-list li a {
  text-overflow: initial !important;
  max-width: 100% !important;
  width:90%;
  color: #f9f9f9;
  padding: 10px 15px;
  overflow: visible !important;
  text-decoration: none;
  display:inline-block;
  position:relative;
  text-transform:uppercase;
  border-bottom:1px solid #f9f9f9;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
}
.header-menu-wrap .hs-menu-wrapper>ul>li>a:hover{
  text-decoration:underline;
}
.header-menu-wrap .hs-menu-wrapper ul li.active-list-wrap {
  border-bottom:30px solid #090a0e; 
}
.header-menu-wrap ul li.active-list-wrap>a:before {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*.header-menu-wrap .hs-menu-wrapper>ul>li>a:after {
content: '';
width: 10px;
height: 10px;
display: block;
position: absolute;
top: -12px;
background: #FF08D0;
left: calc(50% - 5px);
border-radius: 50%;
opacity: 0;
transition: .6s all;
}*/
.header-menu-wrap .hs-menu-wrapper>ul>li.active-list-wrap>a:after {
  opacity:1;
}
.header-menu-wrap .hs-menu-wrapper>ul>li>a:hover:after {
  opacity:1;
}
.header-menu-wrap .hs-menu-wrapper>ul>li {
  position: relative;
}
.header-menu-wrap ul li.active-list-wrap>a{
  text-decoration:underline;
}
.submenu-list.active-menu-list {
  display: flex !important;
  padding-top:30px;
  padding-bottom:30px;
}
.submenu-list {
  display: none;
  flex-wrap: wrap;
}

.onhover-menu-inner .list-item2, .onhover-menu-inner .list-item3, .onhover-menu-inner .list-item4, .onhover-menu-inner .list-item5,
.onhover-menu-inner .list-item6, .onhover-menu-inner .list-item7, .onhover-menu-inner .list-item8, .onhover-menu-inner .list-item9 {
  max-width:40%;  
  float:none;
  margin:0px auto;
}

.onhover-menu-wrapper li {
  list-style-type: none !important;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  float: left;
  flex: 0 100%;
  box-sizing: border-box;
  padding: 0px;
}

.onhover-menu-wrapper .list-item2 li, .onhover-menu-wrapper .list-item3 li, .onhover-menu-wrapper .list-item4 li, .onhover-menu-wrapper .list-item5 li,
.onhover-menu-wrapper .list-item6 li, .onhover-menu-wrapper .list-item7 li, .onhover-menu-wrapper .list-item8 li, .onhover-menu-wrapper .list-item9 li{
  flex: 0 50%;
}

.open_popup:focus {
  outline: none !important;
}

/* ==========================================================================
Error page template                                                     
========================================================================== */
.yellow-header-1 .header-container-wrapper .header-container {
  background-color: rgba(255, 214, 2, 0.9) !important; 
}

.section-header {
  padding-bottom: 20px;
  border-bottom: 2px solid #cdcdcd;
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 60px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  line-height: 55px;
}

.section-header p {
  margin-top: 0px;
  font-size: 18px;
  line-height: 26px;
}

.form-outer h2, .form-outer h1 {
  margin-top: 0px;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 10px;
}

.form-outer .page-header h2,
.form-outer .page-header br{
  display: none;
}


.form-outer p {
  font-size: 18px!important;
  margin-top: 0px;
  padding-top: 5px;
  line-height: 26px;
  margin-bottom: 20px !important;
}

.form-outer .email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border: 0px solid #E4E4E4;
  overflow: hidden;
  margin-top: 0;
  padding: 0px;
  background: transparent;
}

.form-outer .email-prefs .item .item-inner.hovered {
  -moz-box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
  -o-box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
}

.form-outer .email-prefs .item p {
  clear: both;
  margin: 0px 20px 0px !important;
  font-size: 16px !important;
  line-height: 1.5;
  padding-top: 0px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  color: #000000;
}

.form-outer .subscribe-options {
  margin-bottom: 0px;
  overflow: hidden;
  text-align: right;
}

.form-outer .subscribe-options label {
  font-size: 13px;
  margin-left: 0px;
  margin-right: 0px;
}

.form-outer .checkbox-row span.fakelabel span {
  float: left;
  font-weight: bold;
  margin-left: 7px;
  vertical-align: top;
  line-height: 30px;
  font-size: 18px;
  color: #000000;
}

.subscriptions-content{
  padding-bottom: 26px; 
}

.subscriptions-content .page-header {
  margin: 0px;
  padding-bottom: 0em;
}
.normal-form-styling .hs-richtext p {
  clear: both;
  margin: 0px 0px 0px;
  font-size: 17px !important;
  line-height: 1.5;
  padding-top: 0px;
}

.normal-form-styling .hs-form-field {
  margin-bottom: 20px;
} 
.normal-form-styling .hs_cos_wrapper_type_form .hs-form-field {
  clear: both;
}

.normal-form-styling  .hs-richtext {
  word-break: break-word;
  clear: both;
}

.normal-form-styling .hs-form-field label {
  float: left;
  font-weight: normal;
  margin-left: 0px;
  vertical-align: top;
  line-height: 26px;
  color: #444;
  padding-bottom: 5px;
  margin: 0px;
  text-transform: capitalize;
  font-size: 18px;
}

.normal-form-styling .hs-form-field label .hs-form-required,
.normal-form-styling .hs-richtext p span{
  color: red;
}

.normal-form-styling .hs_submit.hs-submit input.hs-button.primary.large, 
#submitbutton.hs-button.primary {
  display: inline-block;
  width: 100%;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(255,214,2) !important;
  border-radius: 6px;
  border-width: 0px !important;
  transition: all .4s ease;
  padding: 6px 25px;
  color: #090A0D !important;
  font-size: 25px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  font-family: 'DINCondensedLight', sans-serif !important;
  text-transform: uppercase;
}

.subscr-bottom-menu {
  border-top: 2px solid #ededed;
  padding-top: 20px;
  margin-top: 20px;
}
.subscr-bottom-menu li{  
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'DINCondensedLight', sans-serif !important;
} 
.subscr-bottom-menu li a{
  font-family: 'DINCondensedLight', sans-serif !important; 
  font-size: 15px;
  font-weight: 400;
}

.subscr-bottom-menu li a:hover {
  text-decoration: underline;
}

.normal-form-styling .hs-form-field input, 
.normal-form-styling .hs-form-field select {
  border-radius: 0px !important;
  border: 1px solid #707070;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
}


/************** ipad ***************/
@media (max-width: 1080px) {

  .checkbox-row input {    position: relative;    top: 9px; }  
  .subscriptions-content {  margin-top: 50px;}
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

  .checkbox-row input {    position: relative;    top: 9px; }  
  .subscriptions-content {  margin-top: 50px;}
}

/************** iphone roatate***************/
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 0px;
  }
  .section-header h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }

  .subscriptions-content { 
    padding-top: 50px; 
  }
  .checkbox-row input {    position: relative;    top: 9px; }  
  .subscriptions-content {  margin-top: 50px;}
}

/************** iphone ***************/
@media (max-width: 479px) {
  .mobile-hide{
    display: none;
  }
  .checkbox-row input {    position: relative;    top: 9px; }  
  .subscriptions-content {  margin-top: 50px;}
}

@media (max-width: 320px){

  .checkbox-row input {    position: relative;    top: 9px; }  
  .subscriptions-content {  margin-top: 50px;}
}

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

/* ==========================================================================
Base                                                    
========================================================================== */


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #090a0e;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr{
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}


.page-center1300 {
  float: none;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

a { 
  text-decoration: none;
  color: #090a0e;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

a:hover {
  color: #000000;
}

p a { 
  font-weight: bold;
}

p.disable-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently supported by any browser but < IE9 */  
}

/**
a:hover,
a:focus {
color: #000000;
} **/

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




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

@font-face {
  font-family: 'F37 Bolton Light';
  src: url('https://www.oag.com/hubfs/Site%20Build%202018/Fonts/F37Bolton-Light.eot'); /* IE9 Compat Modes */
  src: url('https://www.oag.com/hubfs/Site%20Build%202018/Fonts/F37Bolton-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.oag.com/hubfs/Site%20Build%202018/Fonts/F37Bolton-Light.woff') format('woff'), /* Modern Browsers */
    url('https://www.oag.com/hubfs/Site%20Build%202018/Fonts/F37Bolton-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('https://www.oag.com/hubfs/Site%20Build%202018/Fonts/F37Bolton-Light.svg#dfd555c91a4debb5e3ca748cf4133461') format('svg'); /* Legacy iOS */      
  font-style: normal;
  font-weight: 200;
}



@font-face {
  font-family:"DIN_1451 LT W01 Engschrift";
  src:url("https://www.oag.com/hubfs/Fonts/ea5486fa-8540-424c-946c-1ad49f45db58.eot?#iefix");
  src:url("https://www.oag.com/hubfs/Fonts/ea5486fa-8540-424c-946c-1ad49f45db58.eot?#iefix") format("eot"),url("https://www.oag.com/hubfs/Fonts/f4bdc42f-e58e-43ea-afec-ae4999e2fa73.woff2") format("woff2"),url("https://www.oag.com/hubfs/Fonts/7c3f8184-8a98-444a-822c-4e9a89edb99f.woff") format("woff"),url("https://www.oag.com/hubfs/Fonts/e5637e82-f888-4ea1-be1a-2fd22c5a1285.ttf") format("truetype");
}

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

/* Basic text */
p { margin: 15px 0; } 

small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DIN_1451 LT W01 Engschrift', sans-serif;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0px;   
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { font-size: 38px; font-weight:normal; }
h2 { font-size: 35px; font-weight:normal; }
h3 { font-size: 28px; font-weight:normal; line-height:1.2em; }
h4 { font-size: 22px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.yellow-header h1 { color:#ffd602 !important; }

.large-subheads h2 {
  font-size:40px;   
  text-transform:uppercase;
  font-weight:normal;
  line-height:1.1em;
  margin-bottom:0px;
}

.large-subheads h3 {
  margin-top:0px;
  text-transform:uppercase;
  line-height:1.2em;
  font-size:35px;
  font-weight:normal;
}

.black-text-yellow-link p a {
  color:#ffd602 !important;
}

.black-text-yellow-link p a:hover {
  color:#090a0e !important;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

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

.no-bullets ul {
  list-style-type:none;
}

.no-bullets ul li {
  list-style:none !important;
}

.yellow-background {
  background:#ffd602;
}

.yellow-headline h1, .yellow-headline h2, .yellow-headline h3, .yellow-headline h4 {
  color:#ffd602;
}

.white-text p, .white-text ul li, .white-text ul li a { color:#f9f9f9; }

.white-text ul li a:hover { color:#ffd602; }

.white-headline h1, .white-headline h2, .white-headline h3, .white-headline h4 {
  color:#f9f9f9;
}

.grey-background {
  background:#575756;
}

.grey-headline h1, .grey-headline h2, .grey-headline h3, .grey-headline h4 {
  color:#ffd602;
}

.light-grey-background {
  background:#c9c9ca;
}

.black-background {
  background:#090a0e;
}

.black-striped-background {
  background: url('https://www.oag.com/hubfs/Site%20Build%202018/Background%20Banners/black-stripes-background.png') no-repeat;
  background-size: cover;
}

.grey-stripe-background {
  background: url('https://www.oag.com/hubfs/Site%20Build%202018/Homepage/grey-stripe-background-1.png') no-repeat;
  background-size: cover;
}

.white-text p, .white-text ul li, .white-text span {
  color:#f9f9f9 !important;
}

.yellow-button, .black-button-link, .yellow-button-whole, .black-button-whole, .white-button-whole, .black-border-button-link {
  margin-top:30px;  
}

p.white-button-whole a {
  border:1px solid #f9f9f9;
  border-radius:5px;
  padding:6px 15px;
  text-transform:uppercase;
  background:#f9f9f9;
}

p.white-button-whole a:hover {
  background:transparent;
  color:#f9f9f9;
}

p.yellow-button-whole a {
  border:1px solid #ffd602;
  border-radius:5px;
  padding:6px 15px;
  text-transform:uppercase;
  background:#ffd602;
}

p.black-button-whole a {
  border:1px solid #090a0e;
  border-radius:5px;
  padding:6px 15px;
  text-transform:uppercase;
  background:#090a0e;
  color:#f9f9f9;
}

p.black-button-whole a:hover {
  background:#272b3d;
}

p.yellow-button a {
  color:#ffd602;
  border:1px solid #f9f9f9;
  border-radius:5px;
  padding:6px 15px;
  text-transform:uppercase;
}

p.yellow-button-whole a:hover {
  background:#ffe24f;
}

p.yellow-button a:hover {
  background:#f9f9f9;  
  color:#090a0e;
}

p.black-button-link a {
  border:1px solid #f9f9f9;
  border-radius:5px;
  padding:6px 15px;
  text-transform:uppercase;
}

p.black-button-link a:hover {
  background:#f9f9f9;  
}

p.black-border-button-link a {
  border:1px solid #090a0e;
  border-radius:5px;
  padding:6px 15px;
  text-transform:uppercase;
}

p.black-border-button-link a:hover {
  background:#090a0e;
  color:#f9f9f9;
}

.header-cta-button {  
  text-align:right; 
}

.header-cta-button a {
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif !important;
  margin-right:15px;
  /*border:1px solid #f9f9f9 !important;*/
}

.white-nav .header-cta-button a.white-button {
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif !important;
  margin-right:15px;
  border:1px solid #f9f9f9 !important;
  color: #f9f9f9 !important;
}
.free-trial-button-jp a {
  border:1px solid #f9f9f9 !important;
  color: #f9f9f9 !important;
}
.header-cta-button a.cta_button:hover {
  opacity:0.7;
}

.header-cta-button a.header-button {
  border:1px solid #090a0e !important;
  color:#f9f9f9;
  background-color:#090a0e;
  text-transform:uppercase;
  padding:3px 15px 3px 15px;
  font-size: 20px;
  vertical-align:middle;
}

.width800 {
  max-width:800px;
  margin:0px auto !important;
  float:none !important;
}

.white-trial-button .trial-white-nav-cta a.cta_button {
  border: 1px solid #f9f9f9 !important;
  color: #f9f9f9 !important;
}
.white-trial-button .trial-white-nav-cta a.cta_button:hover {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.small-header .white-trial-button .trial-white-nav-cta a.cta_button {
  border: 1px solid #090a0e !important;
  color:  #090a0e !important;
}
.small-header .white-trial-button .trial-white-nav-cta a.cta_button:hover {
  border: 1px solid #f9f9f9 !important;
  color:  #f9f9f9 !important;
}
.black-trial-button .trial-black-nav-cta a.cta_button {
  border: 1px solid #090a0e !important;
  color:  #090a0e !important;
}
.black-trial-button .trial-black-nav-cta a.cta_button:hover {
  border: 1px solid #f9f9f9 !important;
  color:  #f9f9f9 !important;
}
.black-trial-button-jp .trial-black-nav-cta a.cta_button:hover {
  border: 1px solid #090a0e !important;
  color:  #090a0e !important;
}


/* COVID Page */

.covid-page .schedules-slide-img-wrap {
  background-image: url(https://www.oag.com/hubfs/Infographics/desktop-1-black.png); 
}
.bi-info h3 {
  text-align: center;
  margin-top: 30px;
}
.bi-header h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}

@media (max-width: 480px) {
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .bi-info, .bi-header, .coronavirus-page .side-bar-content ul li:nth-child(2) {
    display: none !important;
  }
}

/* Covid Slider */

@media (max-width: 1330px) {
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp img.next.slick-arrow {
    right: 0px;
  } 

  .customer-story-slider-col-wrp img.previous.slick-arrow {
    position: absolute;
    right: 43px;
  }
}

@media (max-width: 1080px) {  
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp  img.previous.slick-arrow{
    top: 60px;
  }
  .customer-story-slider-col-wrp  img.next.slick-arrow {
    top: 60px;
  }

  .customer-story-slider-col-wrp .slick-slider {
    max-width: 90%;
    margin: 0 auto;
    float: none;
  }

  .customer-story-slider-col-wrp .image img.background {
    height: 95%;
  }
  .customer-story-slider-col-wrp .text h5 {
    font-size: 22px;
    line-height: 28px;
  }

  .customer-story-slider-col-wrp .text p span {
    font-size: 16px !important;
    line-height:1.2em;
    margin-top:10px;
  }
}
@media (max-width: 812px) {
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp img.next.slick-arrow {
    position: absolute;
    right: -35px;
  }
}
@media (max-width: 768px) {
  .customer-story-slider-col-wrp img.next.slick-arrow {
    right: -30px;
  }
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
}
@media (max-width: 767px) {
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp .image {
    height: 210px;
  }
  .customer-story-slider-col-wrp img.next.slick-arrow {
    right: -28px;
  }

  .solution-module-inner-wrp {
    flex: 0 40%;
  }

  .customer-story-slider-col-wrp img.previous.slick-arrow {
    right: 13px;
  }
}
@media (max-width: 650px) {  
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}

  .customer-story-slider-col-wrp  img.previous.slick-arrow{
    top: 120px;
  }
  .customer-story-slider-col-wrp  img.next.slick-arrow {
    top: 120px;
  }
}
@media (max-width: 650px) {  
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp  img.previous.slick-arrow{
    top: 22%;
  }
  .customer-story-slider-col-wrp  img.next.slick-arrow {
    top: 22%;
  }

}
@media (max-width: 640px) {
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp .image img.background {
    height: 86%;
  }

  .customer-story-slider-col-wrp .image {
    height: 200px;
  }
}
@media (max-width: 479px) {
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp img.next.slick-arrow {
    right: -15px;
    top: 18%;
  }

  .customer-story-slider-col-wrp img.previous.slick-arrow {
    right: 28px;
    top: 18%;
  }
  .customer-story-slider-col-wrp .image img.background {
    height: 90%;
  }

  .customer-story-slider-col-wrp .image {
    height: 130px;
  }
  .customer-story-slider-col-wrp .text h6 {
    font-size: 14px;
  }
  .customer-story-slider-col-wrp .text p {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp  img.previous.slick-arrow{
    top: 14%;
  }
  .customer-story-slider-col-wrp  img.next.slick-arrow {
    top: 14%;
  }
}
@media (max-width: 360px) {
  .checkbox-row input {    position: relative;    top: 9px; }  .subscriptions-content {  margin-top: 50px;}
  .customer-story-slider-col-wrp  img.previous.slick-arrow{
    top: 10%;
  }
  .customer-story-slider-col-wrp  img.next.slick-arrow {
    top: 10%;
  }
}

/* ==========================================================================


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


/* Search and navigation section in header */

.small-header .customer-portal {
  padding-bottom:15px;  
}

.customer-portal .header-nav-and-search .custom-menu-primary ul li:nth-child(1), .customer-portal .header-nav-and-search .custom-menu-primary ul li:nth-child(2) {
  display: block !important;  
}

.header-nav-and-search .custom-menu-primary ul {
  float:right !important;
}

.header-nav-and-search .custom-menu-primary ul li:nth-child(1), .header-nav-and-search .custom-menu-primary ul li:nth-child(2), .header-nav-and-search .custom-menu-primary ul li:nth-child(3) {
  display:none !important;
}

.header-nav-and-search .custom-menu-primary ul li:nth-child(1) a, .header-nav-and-search .custom-menu-primary ul li:nth-child(2) a, .header-nav-and-search .custom-menu-primary ul li:nth-child(3) a {
  color:#ffd602 !important;
}
.header-nav-and-search .custom-menu-primary ul li ul li:nth-child(1) a, .header-nav-and-search .custom-menu-primary ul li ul li:nth-child(2) a, .header-nav-and-search .custom-menu-primary ul li ul li:nth-child(3) a {
  color:#f9f9f9 !important;
}
.header-nav-and-search .custom-menu-primary ul li ul li:nth-child(1), .header-nav-and-search .custom-menu-primary ul li ul li:nth-child(2) {
  display:block !important;
}

.white-header-black-logo {
  display:none !important;
}

.white-header-white-logo {
  display:block;  
}

.small-header .white-header-black-logo {
  display:block !important;
} 

.customer-portal .header-nav-and-search .custom-menu-primary2 ul li:nth-child(1), .customer-portal .header-nav-and-search .custom-menu-primary2 ul li:nth-child(2) {
  display: block !important;  
}

.header-nav-and-search .custom-menu-primary2 ul {
  float:right !important;
}

.header-nav-and-search .custom-menu-primary2 ul li:nth-child(1), .header-nav-and-search .custom-menu-primary2 ul li:nth-child(2) {
  display:none !important;
}

.header-nav-and-search .custom-menu-primary2 ul li ul li:nth-child(1), .header-nav-and-search .custom-menu-primary2 ul li ul li:nth-child(2) {
  display:block !important;
}
/* */



/* Search icon in header */

/* Results page */

.search-results-page ul#hsresults li {
  padding-top:25px;
  padding-bottom:25px;
  border-bottom:1px dotted #b2b2b2;
}

.search-results-page ul#hsresults li a {
  font-size:32px;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  text-transform:uppercase;
}

/* */


/* Search in header */


.search-results-block input::placeholder, .search-results-block input[type="text"] {
  color:#fff;
  opacity:0;
}

.search-results-block:hover input::placeholder, .search-results-block:hover input[type="text"] {
  color:#666;
}


.search-results-block:hover input, .search-results-block:focus input, .search-results-block:active input {
  transition: 1s;
  left: 40px;
  width: 250px !important;
  height: 25px !important;
  border:#ffd602 1px solid !important;
  background:#fff !important;
  text-align:left;
  z-index:10;
  opacity:1 !important;
}

.search-results-block {
  position: relative;
  overflow: hidden;
  left:120px;
}
.search-results-block input {
  position: absolute;
  left: 0px;
  width: 350px !important;
  height: 25px !important;
  transition: 1s;
  border:0px !important;
  background:transparent !important;
  box-shadow:none !important;
  opacity:0 !important;
}

.search-results-block svg path.heroicon-ui {
  fill:#090a0e;
}

.white-header-wrapper-outer .search-results-block svg path.heroicon-ui {
  fill:#f9f9f9;
}

.search-results-block .icon-section:hover svg path.heroicon-ui {
  fill:#575756;
}

.search-results-block .hs-search-field--open .hs-search-field__suggestions {
  display:none;  
}


.search-results-block .search-icon {
  text-align:right;
}



/* */



.transparent-header .header-container {
  background:transparent;  
}

.transparent-header .body-container-wrapper {
  padding-top:0px !important;  
}

.header-container-wrapper {
  position: fixed; /* change to fixed*/
  width: 100%;
  z-index: 9999999;
  top:auto !important; 
}
.header-container {
  padding: 50px 0px 10px 0px;
  background: #fff;
  z-index: 9999;
}
.global-header .logo {
  padding: 10px 0;
  min-height: 50px;
  max-width: 100%;
}
.global-header .logo a {
  max-width: 100%;
}

.header-cta{
  margin-top: 13px;
  -webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}

.globe-section {
  padding-right:20px;  
}

.globe-section ul { 
  padding-left: 0px !important;
  margin-top:0px;
  float:right;
  margin-bottom:0px;
}
ul li.globe-hover {
  margin-left:20px;
}
ul li.globe-hover img {
  width: 30px;
}
ul li.globe-hover:hover {
  cursor:pointer;  
}

.globe-section ul li.globe-hover:hover ul.countries {
  visibility:visible;
  opacity:1;
}

.globe-section ul li {
  list-style:none !important;
}

.globe-section ul.countries {
  position:absolute;  
  padding:10px 0px 0px 0px !important;
  z-index:99999999;
  opacity:0;
  visibility:hidden;
  transition:visibility 0s, opacity 0.5s linear;
  border-bottom:15px solid #fff;
}

.globe-section ul.countries li {
  padding:10px 10px 0px 10px;
  line-height:1em;
  background:#fff;
  margin-top:-1px;
  margin-bottom:-1px;
  text-align:left;
}

.globe-section ul.countries li a {
  border:0px;
}

.globe-section ul.countries li a:hover {
  color:#ffd602;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo a{
  position: relative;
  display: inline-block;
}
.header-container .hs_cos_wrapper_type_logo a:after{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  content: '';
}

/* Header Small */

.small-header .header-container-wrapper { position:fixed; background:rgba(255, 214, 2, 0.9); width: 100%; }
.small-header .header-container { padding: 25px 0px 5px 0px; }
.small-header .header-container .hs_cos_wrapper_type_logo a img { max-width: 90px; }
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 2px; }
.small-header .custom-menu-primary2 .hs-menu-wrapper>ul { padding-top: 2px; }
.small-header .header-cta { margin-top: 7px; }

.white-header.small-header .header-container {
  background: rgba(255,214,2,0.9);
}

/* Header with new nav 2019 */

.new-nav-header .search-results-block {
  margin-top: 5px;
}
.new-nav-header .icon-section {
  width: 5%;
}


/* ==========================================================================
Content                                                 
========================================================================== */


.body-container-wrapper {}
.body-container {}


/* Unique Pages
========================================================================== */

/************** HR jobs board page ****************/

.hr-jobs-board {
  padding: 0 0 50px;
}
.hr-jobs-board .BambooHR-ATS-board h2 {
  text-align:center; 
  text-transform:uppercase;
  color:#090a0e;
  border-bottom:0px !important;
  font-size:58px;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  margin-bottom:10px;
  margin-top:20px;
}

.hr-jobs-board .BambooHR-ATS-Department-Header {
  text-align:center;  
  padding:10px 25px 6px 25px;
  background:#ffd602;
  color:#090a0e;
  text-transform:uppercase;
  font-size:27px;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
}

.hr-jobs-board .BambooHR-ATS-board ul ul {
  border-bottom:0px;
}

.hr-jobs-board ul.BambooHR-ATS-Department-List {
  width:100%;
  display:inline-block;
}

.hr-jobs-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {
  width:31.5%;
  float:left;
  display:inline-block;
  clear:none;
  height:auto;
  min-height: 235px;
  background:#dadada;
  margin:10px !important;
}

.hr-jobs-board ul.BambooHR-ATS-Jobs-List {
  width:100%;
  padding:30px 30px 50px; 
}

.hr-jobs-board ul.BambooHR-ATS-Jobs-List li a {
  display:block;
  width:100%;
  line-height:1.5em;
}

.hr-jobs-board ul.BambooHR-ATS-Jobs-List li span.BambooHR-ATS-Location {
  float:left;
  width:100%;
  color:#090a0e;
  font-size:14px;
  margin-bottom:20px;
  padding-top:0px;
}

.hr-jobs-board .BambooHR-ATS-board ul li ul li {
  width:100%;
}

/* */


/* HR jobs board page 2020 */

.hr-career-listing .BambooHR-ATS-board {
  padding: 30px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  -mos-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -ms-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  transition: .4s all;
  border-bottom:5px solid #ffd602;
}
.hr-career-listing .bamboo-hr-wrap #BambooHR {
  margin-bottom:50px;
}
.hr-career-listing .bamboo-hr-wrap .BambooHR-ATS-board h2 {
  text-transform: uppercase;
  color: #090a0e;
  font-family: 'DIN_1451 LT W01 Engschrift', sans-serif;
  font-size: 35px;
}
.hr-career-listing .bamboo-hr-wrap .BambooHR-ATS-board li.BambooHR-ATS-Jobs-Item a {
  font-family: 'DIN_1451 LT W01 Engschrift', sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2em;
}
.hr-career-listing .bamboo-hr-wrap .BambooHR-ATS-board ul ul {
  padding: 5px 0px 20px 0px;
}
.hr-career-listing .bamboo-hr-wrap .BambooHR-ATS-Department-Header {
  padding-top:10px;
}
.hr-career-listing .BambooHR-ATS-Department-Header {
  font-weight: bold;
}

@media (max-width: 690px) {
  .hr-career-listing .BambooHR-ATS-Jobs-Item {
    display:flex;
    flex-direction: column;
  }
  .hr-career-listing .bamboo-hr-wrap .BambooHR-ATS-Department-Header {
    padding-bottom:20px;
  }
  .BambooHR-ATS-board span.BambooHR-ATS-Location {
    padding-top:0px;
  }
  .hr-career-listing .BambooHR-ATS-Jobs-Item {
    padding-bottom:20px;
  }
  .bambooo-listing .life-heading-outer-wrp {
    padding-top:0px;
  }
}

/* */

/************** Customer Portal Pages **************/

.customer-portal .analyser-request-trial-form h2 {
  color: #ffd602;
  line-height: 32px;
  font-size: 28px;
  margin: 0;
  font-family: 'F37 Bolton Light',arial,sans-serif;
  padding-bottom: 15px;
}
.customer-portal .analyser-request-trial-form p {
  color: #f9f9f9;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.customer-portal .analyser-request-trial-form p a {
  color: #ffd602;
}
.customer-portal .analyser-request-trial-form .form-title {
  display: none;
}

/************** Knowledge Hub Page **************/

.customer-portal-product-page-full .hs-accordion__item {
  background:#090a0e;
  margin-bottom:20px;
}

.customer-portal-product-page-full .hs-accordion__item button {
  color:#f9f9f9;  
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  text-transform:uppercase;
  border-bottom:none;
  font-size:20px;
  padding:12px 20px;
}

.customer-portal-product-page-full .hs-accordion__item button:hover {
  color:#ffd602;
  opacity:1;
}

.customer-portal-product-page-full .hs-accordion__item button:hover .hs-accordion__item-icon {
  border-color:#ffd602;  
}

.customer-portal-product-page-full button:hover .hs-accordion__item-icon:before, .customer-portal-product-page-full button:hover .hs-accordion__item-icon:after {
  background:#ffd602;  
}

.customer-portal-product-page-full span.hs-accordion__item-icon {
  border:2px solid #f9f9f9;
}

.customer-portal-product-page-full .hs-accordion__item-icon:before, .customer-portal-product-page-full .hs-accordion__item-icon:after {
  background:#f9f9f9;  
}

.customer-portal-product-page-full .hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon {
  border-color:#f9f9f9;
  background-color:transparent;
}

.customer-portal-product-page-full .hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:before,
.customer-portal-product-page-full .hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:after,
.customer-portal-product-page-full .hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:before,
.customer-portal-product-page-full .hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:after {
  background-color:#ffd602;  
}

.customer-portal-product-page-full .hs-accordion__item-content {
  background:#fff;  
  padding:1em 1em 2em 1em;
}

.knowledge-hub .no-bullets h3 {
  margin:20px 0 0 0;  
}

.knowledge-hub .no-bullets ul {
  padding-left:0px; 
  margin-top:0px;
}

.knowledge-hub .white-text .no-bullets ul li a {
  color:#f9f9f9;
}

.knowledge-hub .white-text .no-bullets ul li a:hover {
  color:#ffd602;
}

.knowledge-hub .no-bullets ul li a:hover {
  color:#575756;
}
.customer-portal .contact-numbers {
  text-align: center;
  padding: 30px;
  margin-top: 30px;
  background-color: rgb(255, 214, 2);
}

/* */


/* Product Pages */

.intro-block a {
  display:none;
}

/* */

/* */

/* Megahubs page */

.megahubs-page .headline h4 {
  text-transform:uppercase;
  font-weight:400;
  margin-bottom:0px;
}

.megahubs-page .headline h2 {
  text-transform:uppercase;
  font-size:55px;
  line-height:1.1em;
}

.megahubs-page .intro-section .text {
  background:#fff;
  padding:60px 140px;
  margin-top:-100px;
}

.megahubs-page .intro-section .text p a {
  background:#ffd602;
  padding:8px 15px;
  text-transform:uppercase;
  color:#090a0e;
  border-radius:6px;
  font-family: 'Source Sans Pro', arial, sans-serif;
  font-weight:400;
  display:block;
  max-width:300px;
  float:none;
  margin:40px auto;
}  

.megahubs-page .intro-section .text p a:hover {
  background:#090a0e;
  color:#f9f9f9;
}

.small-header .social-sharing-section {
  position:fixed;
  background-color:rgba(9,10,14,0.8);
  padding:10px 20px;
  top:119px;
}

.small-header .social-sharing-section p {
  text-align:right;
  margin-top:0px;
  margin-bottom:0px;
  text-transform:uppercase;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  color:#f9f9f9;
}

/* */



/* Book a call page */

.book-a-call .homepage-banner-text {
  margin-top:200px !important;  
}

.book-a-call #banner-background-image {
  min-height:400px !important;  
}


.book-a-call .location-custom-module-wrp {
  border:1px solid #dadada;
  background:#eee;
}

.book-a-call .three-col-loc-wrp {
  width:100%;
}

.book-a-call .loc-image-wrp {
  display:none;
}

.book-a-call .three-col-loc-wrp h2 {
  display:none;
}

.book-a-call .three-col-loc-wrp h3 {
  text-align:center
}

/* */

/* Codoforum-page */

.codoforum-page .homepage-banner-text {
  margin-top: 5% !important;
}
.codoforum-page #banner-background-image {
  min-height: 300px !important;
}
/* */

/* Pillar Page */

.pillar-page .otp-stars-banner {
  justify-content:left;  
  align-items:flex-end
}

.pillar-page .otp-stars-banner .otp-stars-banner-content {
  text-align:left;
  max-width:850px;
}

.free-trial-margin-bottom {
  margin-bottom:8px;  
}

.black-striped-background h2 {
  color:#ffd602;  
}

.black-striped-background p {
  color:#f9f9f9;  
}

.testimonial-section-banner h3 {
  color:#f9f9f9;
  text-shadow: 2px 2px 5px #000;
}

.testimonial-section-banner h4 {
  text-transform:uppercase;
  font-weight:400;
}

.width850px {
  max-width:850px;  
}

/* */



/* Platforms Page */

.platforms-page .platform-content-section {
  background:#fff !important;  
}

.platforms-page .platform-right-content h2 {
  color:#ffd602 !important;  
}

/* */

/* Banner Arrow */

.banner-arrow-module {
  margin: 7% auto 0 auto;
  text-align: center;
}


/* Data Page */

.internal-page #banner-background-image {
  min-height:950px;
  background-position:top center;
}

.internal-page #banner-background-image:before {
  background-color:rgba(0,0,0,0);  
}

.internal-page .homepage-banner-text {
  text-align:center;
}

.internal-page .homepage-banner-text h1, .internal-page #banner-background-image h1 {
  font-size:140px;
  color:#090a0e;
  padding:0px;
  max-width:100%;
  margin-bottom:30px;
}

.press-release .homepage-banner-text h1 {
  font-size:65px;
  color:#090a0e;
  padding:0px;
  max-width:100% !important;
  text-align: center;
}

.press-release .press-release-text h2 {
  padding: 30px 0px;
}

.press-release .press-release-text {
  padding-bottom: 50px !important;
}

.internal-page .homepage-banner-text h2, .internal-page #banner-background-image h2 {
  font-size:35px;
  line-height:1.2em;
}

.data-solutions-page .hp-data-section .title-text h3 {
  padding-left:295px;
  line-height:1.1em;
  font-size:28px !important;
  margin-top:-185px !important;
}

.data-solutions-page .hp-data-section .image {
  margin-top:-450px;  
}
.data-solutions-page #banner-background-image {
  min-height: 800px;
}
.coronavirus-page  #banner-background-image {
  min-height: 650px;
}
.banner-arrow-module img {
  max-width: 300px;
}

.two-blocks .hp-three-block-main {
  width:50% !important;  
}

/* */

/* Resources Main Page */

.resources-main .two-blocks .resources-main-intro {
  text-align: center;
  padding: 50px 20px;
}

/* flightview tracker */

.flighttracker-wrap {
  padding: 80px 20px 0px;
}



/* Solution Pages */

.free-trial-wrap {
  margin-top: 20px; 
  background: #000 !important;
}
.free-trial-wrap .book-a-meeting-txt {
  color: #fff;
}

/* */

/* News and Events Page (JW) */

.twitter-feed-group {
  padding-top: 60px;
}
.news-events-intro {
  padding-bottom: 60px;
}
.news-events .events-blog-rss-feed .hs-with-featured-image {  
  width: 100%;
  float: left;
  padding-right: 10px;
  display: flex;
}
.news-events .events-blog-rss-feed .rss-feed-module .hs-rss-item-image-wrapper {
  order: 1 !important;
  -webkit-order: 1 !important;
  width: 30%;
}
.news-events .events-blog-rss-feed .rss-feed-module .hs-rss-item-text {
  order: 2 !important;
  -webkit-order: 2 !important;
  width: 70% !important;
  padding: 0 20px
}
.news-events .events-blog-rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  height: 140px;
  object-fit: cover;
}
.news-events .events-blog-rss-feed .hs-rss-title span {
  font-weight: bold;
}
.news-events .events-blog-rss-feed .hs-rss-description p {
  font-size: 14px;
  margin-top: 10px !important;
}
.news-events .events-blog-rss-feed .hs-rss-description a {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.news-events .facebook-feed-group, .twitter-feed-group {
  background: #575756;
  padding: 20px 30px;
}
.news-events .social-feed h3 {
  color: #f9f9f9;
}

.news-events .facebook-feed-group iframe {
  max-width: 100%;
}


/* */

/* Homepage Version D and C */

.side-bar-pop-out-menu {
  display:none !important;  
}

.custom-menu-primary .cta_border_button {
  color:transparent;
  background:transparent !important;
  border:0px !important;  
}
.custom-menu-primary2 .cta_border_button {
  color:transparent;
  background:transparent !important;
  border:0px !important;  
}

.homepage-version-d .hp-three-blocks {
  padding-left:0px;
  padding-right:0px;
  height:900px;
}

.homepage-version-d .hp-three-blocks .text {
  padding-left:75px;
  padding-right:75px;
}

.homepage-version-d .hp-three-blocks .image-right {
  text-align:right;  
}

.homepage-version-d .hp-three-blocks .image-top {
  margin-top:50px;  
}

.homepage-version-d .data-background {
  background-image: url('https://490937.fs1.hubspotusercontent-na1.net/hub/490937/hubfs/OAG%202019/Images/aeroplane.png?width=400&name=aeroplane.png'); 
  background-repeat: no-repeat;
  background-position: center bottom;
}

.homepage-version-d .data-background p a {
  background:#f9f9f9;
  color:#090a0e;
  text-transform:uppercase;
  border-radius:6px;
  font-family:'F37 Bolton', arial, sans-serif !important;
  font-size:15px !important;
  padding:10px 25px;
  font-weight:400;  
}

.homepage-version-d .data-background p a:hover {
  background:#090a0e;
  color:#f9f9f9;
  border:1px solid #090a0e;
}

.homepage-version-d .platforms-background {
  background-image: url('https://490937.fs1.hubspotusercontent-na1.net/hub/490937/hubfs/Site%20Build%202018/Homepage/platforms-man-with-laptop.png'); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:85%;
}

.homepage-version-d .platforms-background p a {
  background:#090a0e;
  border:1px solid #090a0e;
  color:#f9f9f9;
  text-transform:uppercase;
  border-radius:6px;
  font-family:'F37 Bolton', arial, sans-serif !important;
  font-size:15px !important;
  padding:10px 25px;
  font-weight:400;  
}

.homepage-version-d .platforms-background p a:hover {
  background:#f9f9f9;
  border:1px solid #f9f9f9;
  color:#090a0e;
}

.homepage-version-d .displays-background {
  background-image: url('https://490937.fs1.hubspotusercontent-na1.net/hub/490937/hubfs/OAG%202019/Images/holding-phone.png'); 
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size:70%;
}

.homepage-version-d .displays-background p a {
  background:#f9f9f9;
  border:1px solid #f9f9f9;
  color:#000;  
  text-transform:uppercase;
  border-radius:6px;
  font-family:'F37 Bolton', arial, sans-serif !important;
  font-size:15px !important;
  padding:10px 25px;
  font-weight:400;
}

.homepage-version-d .displays-background p a:hover {
  background:#ffd602;
  border:1px solid #ffd602;
  color:#000;  
}

.homepage-version-d .homepage-banner-text h1, .homepage-version-d .homepage-banner-text h2, .homepage-version-d .homepage-banner-text h3,
.homepage-version-d .homepage-banner-text h4, .homepage-version-d .homepage-banner-text h5 {
  text-shadow:none;  
}

.homepage-version-d .large-subheads h2 {
  font-size:58px;  
}

.homepage-version-d .large-subheads h3 {
  font-size:40px;  
}

.latest-insights-tabs .tabber-wrap {
  margin-top:50px;  
}

.latest-insights-tabs .tabber-tabs {
  border:0px;  
  margin-left:150px;
  margin-right:150px;
}

.latest-insights-tabs .tabber-tabs li {
  width:33%;  
  text-align:center;
}  

.homepage-version-d .tabber-content a.cta_button {
  font-family:'F37 Bolton', arial, sans-serif !important;
  font-size:15px !important;
  padding:9px 25px 8px 25px !important;
  margin-right:10px;
  color:#090a0e !important;
}

.homepage-version-d .tabber-content a.cta_button:hover {
  background: #090a0e !important;
  color:#f9f9f9 !important;
}

.latest-insights-tabs .tabber-tabs li a {
  text-transform:uppercase;
  color:#090a0e;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  font-size:35px;
  border-top:0px;
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-radius:0px;
  line-height:1em;
  padding-right:20px;
  padding-left:20px;
}

.latest-insights-tabs .tabber-tabs li:nth-child(2) a, .latest-insights-tabs .tabber-tabs li:nth-child(2):hover a {
  border-left:2px solid #c9c9ca;
  border-right:2px solid #c9c9ca;
}

.latest-insights-tabs .tabber-tabs li:hover a {
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-radius:0px;
  color:#ffd602;
}

.latest-insights-tabs .tabber-tabs li.active {
  border-top:0px;
  border-right:0px;
  border-left:0px;
}

.latest-insights-tabs .tabber-tabs li.active a {
  color:#ffd602;
  border-bottom:4px solid #fdd602;
  padding-bottom:20px;
  border-top:0px;
  border-right:0px;
  border-left:0px;
}

.latest-insights-tabs .tabber-content {
  margin-top:80px;
  margin-bottom:80px;
}

.latest-insights-tabs .tabber-content .tab-pane {
  border:0px;  
}

.latest-insights-tabs .tabber-content img {
  width:50%;
  float:right;
  margin-left:100px;
}

.latest-insights-tabs .tabber-content h4 {
  font-family:'DIN_1451 W02 Engschrift', sans-serif;
  text-transform:uppercase;
  font-size:18px;
  font-weight:600;
}

.latest-insights-tabs .tabber-content p {
  margin-bottom:25px;  
}

.full-width-banner-text-section {
  background-position:center;
  background-size:cover;
}

.full-width-banner-text-section .text-section {
  max-width:900px;
  margin:0px auto;
  float:none;
}

.full-width-banner-text-section .text-section h2 {
  margin-bottom:30px;
}

.full-width-banner-text-section .text-section p {
  margin-bottom:30px;  
  font-weight:500;
}

.full-width-banner-text-section .text-section p a.read-more {
  background:#ffd602;
  text-transform:uppercase;
  border-radius:6px;
  font-family:'F37 Bolton', arial, sans-serif !important;
  font-size:15px !important;
  padding:10px 25px;
  font-weight:400;
}

.full-width-banner-text-section .text-section p a.read-more:hover {
  background:#090a0e;
  color:#f9f9f9;
}

.reports-tabber-section .tabber-tabs {
  float:none;
  margin:0px auto 0px auto;
  max-width:1300px;
}

.reports-tabber-section .tabber-content {
  float:none;
  margin:60px auto 0px auto;
  max-width:1300px;  
}

.platforms-data-displays-tabber-section {
  margin-top:55px;
  height:690px;
}

.platforms-data-displays-tabber-section .tabber-tabs {
  border:0px;
  padding:0px 80px;
  float:none;
  margin:0px auto -100px auto;
  max-width:1300px;
}

.platforms-data-displays-tabber-section .tabber-tabs li {
  width:33%;
  text-align:center;
  text-transform:uppercase;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  font-size:40px;
}

.platforms-data-displays-tabber-section .tabber-tabs li a, .platforms-data-displays-tabber-section .tabber-tabs li.active a {
  background:transparent;
  border:0px;
  color:#f9f9f9;
}

.platforms-data-displays-tabber-section .tabber-tabs li.active a {
  color:#090a0e !important;  
}

.platforms-data-displays-tabber-section .tabber-tabs li:hover a {
  color:#f9f9f9; 
  cursor:pointer;
}

.platforms-data-displays-tabber-section ul.tabber-tabs li:nth-child(2) a {
  border-right:3px solid #787877;
  border-left:3px solid #787877;
  border-radius:0px;
}

.platforms-data-displays-tabber-section ul.tabber-tabs li.active:nth-child(1) a {
  color:#ffd602 !important;  
}

.platforms-data-displays-tabber-section ul.tabber-tabs li.active:nth-child(2) a {
  color:#090a0e !important;  
}

.platforms-data-displays-tabber-section .tabber-content .tab-pane {
  border:0px;  
}

.platforms-data-displays-tabber-section #tab-0 {
  background:#090a0e;
  color:#f9f9f9;
}

.platforms-data-displays-tabber-section #tab-1 {
  background:#ffd602;
}

.platforms-data-displays-tabber-section #tab-2 {
  background:#c9c9ca;
}

.platforms-data-displays-tabber-section #tab-2 li a {
  background:#090a0e;
  color:#f9f9f9;
}

.platforms-data-displays-tabber-section .tabber-content .tab-pane {
  border-radius:0px;
  height:752px;
}

.platforms-data-displays-tabber-section .tabber-content .content-section {
  padding:230px 0px;
  max-width:1250px;
  float:none;
  margin:0px auto;
  height:100%;
}

.platforms-data-displays-tabber-section .tabber-content .content-section p a {
  font-weight:400;
  border-radius:6px;
  font-size:15px;
  padding:10px 25px;
  font-family:'F37 Bolton', arial, sans-serif !important;
}

.platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section .text {
  width:40%;
  float:left;
  margin-top:-45px;
}

.platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section .image {
  width:58%;
  float:right;
}

.platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section .image img {
  width:45% !important;
  position:relative;
  top:-297px;
}

.platforms-data-displays-tabber-section #tab-0 .content-section h2 {
  color:#ffd602;
  text-transform:uppercase;
  font-size:380px;
  margin-bottom:0px;
  line-height:0.5em;
  text-align:right;
  margin-top:20px;
}

.platforms-data-displays-tabber-section #tab-0 .content-section h3 {
  text-transform:uppercase;
  font-size:42px;
  margin-top:40px;
  text-align:right;
}

.platforms-data-displays-tabber-section .tabber-content #tab-1 .content-section .text {
  width:45%;
  float:left;
}

.platforms-data-displays-tabber-section .tabber-content #tab-1 .content-section .image {
  width:53%;
  float:right;
  margin-top:-30px;
}

.platforms-data-displays-tabber-section #tab-1 .content-section h2 {
  color:#f9f9f9;
  text-transform:uppercase;
  font-size:206px;
  margin-bottom:0px;
  line-height:0.5em;
}

.platforms-data-displays-tabber-section #tab-1 .content-section h3 {
  text-transform:uppercase;
  font-size:50px;
  margin-top:25px;
  padding-left:70px;
}

.platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .text {
  width:40%;
  float:left;
  margin-top:-45px;
}

.platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image {
  width:58%;
  float:right;
}

.platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image img {
  width:50% !important;
  position:relative;
  top:-138px;
}

.platforms-data-displays-tabber-section #tab-2 .content-section h2 {
  color:#090a0e;
  text-transform:uppercase;
  font-size:235px;
  margin-bottom:0px;
  line-height:0.5em;
  text-align:right;
}

.platforms-data-displays-tabber-section #tab-2 .content-section h3 {
  text-transform:uppercase;
  font-size:46px;
  margin-top:30px;
  text-align:right;
  color:#f9f9f9;
}

/* */


/* Homepage */

.mobile-homepage-headlines {
  display:none !important;  
}

.border-right-black {
  border-right:1px solid #090a0e;  
}
.border-left-black {
  border-left: 1px solid #090a0e;
}
.knowledge-hub-section .large-subheads h2 {
  font-size:60px;  
}

.knowledge-hub-section .block {
  /**  padding:0px 100px; **/
  padding: 0px 50px;
  margin:0px !important;
  width:33.33% !important;
  /**  height:400px; **/
}

.knowledge-hub-section .large-subheads h3 {
  font-size:45px;  
}

.free-trial-section .grey-stripe-background {
  background-position:1000px 0px;
}

.hp-three-block-main {
  margin:0px !important;  
  width:33.33% !important;
}

.border-right-white {
  border-right:8px solid #fff;  
}
.border-top-white {
  border-top:8px solid #fff;  
}

.homepage-test-image {
  float:none !important;
  margin:0px auto !important;
  max-width:1906px !important;
  display:block !important;
}

.top-banner-video {
  z-index:-100;
  position:relative;
}

.top-banner-video video {
  min-height:950px;
  object-fit: cover;
  width:100%;
}

.page-center.top-banner-text {
  position: relative !important;
  top:auto !important;
  left:auto !important;
}
.top-banner-text {
  /* position: absolute;
  top: 0;
  left:0;*/
  max-width:100% !important;
  width:100% !important;
}

.homepage-banner-text {
  color:#f9f9f9;
  text-transform:uppercase;
  max-width:820px;
  float:none !important;
  margin:300px auto 0px auto !important;
  text-align:right;
  margin-top:100px;
}
.coronavirus-page .homepage-banner-text {
  margin: 250px auto 0px auto !important;
}
.corona-two-col-wrap {
  padding-top: 0px !important;
}
.press-release .homepage-banner-text {
  margin-top: 250px !important;
}

.homepage-banner-text h1, .homepage-banner-text h2, .homepage-banner-text h3, .homepage-banner-text h4, .homepage-banner-text h5 {
  font-weight:normal;
  text-shadow:1px 1px 9px #777;
  margin:0px;
  line-height:0.9em;
}


.homepage-banner-text h2 {
  font-size:115.5px;
}

.homepage-banner-text h3 {
  font-size:105.5px;  
}

.homepage-banner-text h4 {
  font-size:144px; 
}
.homepage-banner-text h1 {
  font-size:144px; 
}
.homepage-banner-text h5 {
  font-size:90px;
  margin-top:3px;
}

.homepage-banner-text .gif-image img {
  margin-left:87px; 
  margin-top:10px;
}

.background-image {
  display: none !important;
}

#banner-background-image{
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  /* min-height: 620px; */   
}

#banner-background-image:before {
  background-color: rgba(0,0,0,.1);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.press-release #banner-background-image:before {
  background-color: unset;
}
#banner-background-image .header-text {
  margin-top: 30px;
  width: auto;
  position: relative;
}

#banner-background-image h1 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  max-width: 700px;
  margin-bottom: 0px;
  padding: 5px 5px 5px 10px;
}
.homepage #banner-background-image h1 {
  max-width:100%;
}
.press-release #banner-background-image h1 {
  margin: 0 auto;
}

#banner-background-image .subscribe-form h3{
  padding: 0px;
  background: none;
}

#banner-background-image .cta_solid_button {
  background: #ffd602;
  border-style: none;
  border-width: 0px;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  font-family: ;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
  text-decoration: none;
  color: #090a0e;
  border-color: #090a0e;
}

#banner-background-image .cta-container {
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
}

#banner-background-image .cta_solid_button:hover{
  border: 0px solid #ffd602;
  background: #090a0e;
  color: #FFF;
}

.hp-three-blocks {
  padding:70px 100px 0px 100px;
  height:700px;
}
.resources-main .hp-three-blocks { 
  height: 500px;
}
.hp-three-blocks .icon {
  margin-bottom:30px;  
}

.hp-three-blocks .icon img {
  -webkit-animation: pulse 3s;
  -moz-animation: pulse 3s;
  -o-animation: pulse 3s;
  animation: pulse 3s;
}

.hp-three-blocks h3 {
  color:#f9f9f9;  
}

.hp-data-section .image {
  margin-top:-400px;  
}

.hp-data-section .title-text {
  margin-top:-100px;
}

.hp-data-section .title-text h2 {
  color:#ffd602;
  font-size:400px;
  text-transform:uppercase;  
  font-weight:normal;
  text-align:right;
}

.hp-data-section .title-text h3 {
  font-size:38px;  
  text-transform:uppercase;
  font-weight:normal;
  margin-top:-190px;
  text-align:right;
}

.hp-platforms-section h2 {
  text-transform:uppercase;
  color:#f9f9f9;
  font-size:190px;
  font-weight:normal;
}

.hp-platforms-section h3 {
  text-transform:uppercase;
  font-size:60px;
  font-weight:normal;
  margin-top:-120px;
  margin-left:80px;
}

.hp-platforms-section .image {
  margin-top:-305px;
}

.hp-services-section h2 {
  color:#ffd602;  
  font-weight:normal;
  text-transform:uppercase;
  font-size:200px;
  text-align:right;
}

.hp-services-section h3 {
  color:#f9f9f9; 
  font-weight:normal;
  text-transform:uppercase;
  font-size:60px;
  text-align:right;
  margin-right:50px;
  margin-top:-120px;
}

.hp-services-section .image {
  margin-top:-300px;
  margin-left:-85px !important;
}  

.hp-bottom-three-block {
  margin:0px !important;
  width:33.33% !important;
  border-bottom:8px solid #f9f9f9;
}

.hp-bottom-three-block .text {
  padding:80px 50px;  
}

.offer-background-image{
  position: relative;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  min-height: 400px;
}

.pillar-page-flex .ebook-section-banner .offer-background-image, .pillar-page-flex .testimonial-section-banner .offer-background-image { 
  min-height: auto;
  display: flex;
}
.pillar-page-flex .hs_cos_wrapper_type_inline_rich_text ul li a {
  text-decoration: underline;
  font-weight: bold;
}
.pillar-page-flex .hs_cos_wrapper_type_inline_rich_text ul li a:hover {
  text-decoration: underline;
  color: #FF9A00;
}
.pillar-page-flex .hs_cos_wrapper_type_inline_rich_text blockquote {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  display: inline;
}
.pillar-page-flex .hs_cos_wrapper_type_inline_rich_text blockquote:before {
  position: absolute;
  content: '';
  background-image: url(https://www.oag.com/hubfs/OAG%202021/Images/Icon%20open-double-quote-serif-left.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  left: -40px;
}
.pillar-page-flex .hs_cos_wrapper_type_inline_rich_text blockquote:after {
  position: absolute;
  content: '';
  background-image: url(https://www.oag.com/hubfs/OAG%202021/Images/Icon%20open-double-quote-serif-right.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  right: -40px;
}
.pillar-page-flex.pp-traveler-survey .otp-stars-banner-wrap {
  padding: 150px 0px !important;
  margin-top: -10px;
}
.pillar-page-flex.pp-traveler-survey .otp-stars-banner-content h1 {
  font-size: 110px;
}
.pillar-page-flex.pp-traveler-survey .otp-stars-banner {
  height: auto;
}
.pillar-page-flex.pp-traveler-survey .white-header-black-logo img {
  padding-bottom: 10px;
}
.pillar-page-flex.pp-traveler-survey.small-header .white-header-black-logo img {
  margin-bottom: 0px;
}
.homepage .subscribe-form {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  padding-bottom: 80px;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.home-sub-form {
  max-width: 475px;
  margin: 0 auto;
  float: none !important;
  margin-left: auto !important;
}
.homepage .subscribe-form form {
  position: relative;
  float: left;
}

.homepage .subscribe-form .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);   
  font-weight: 700;
}

.homepage .subscribe-form input[type="email"] {
  max-width: 400px;   
  height: 37px;
}

.homepage .subscribe-form .hs_email {
  display: inline-block;
  width: 354px;
  margin-right: 5px;
  bottom: 0;
  float: left;
  margin-bottom: 1px;
  position: relative;
}

.homepage .subscribe-form .hs_email .hs-error-msgs {
  position: absolute;
  margin-top: 40px;
}
.homepage .subscribe-form .hs_submit {
  display: inline-block;
  float: left;
  bottom: 0;
  position: absolute;
}
.homepage .subscribe-form .hs-button.primary {
  border-style: solid;
  border-width: 2px;
  color: #FFF; 
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  margin: 0;
  border-color: #090a0e;
  background: #090a0e;
  text-transform: uppercase;
  padding: 8px 12px;
}
.homepage .subscribe-form .hs-button.primary:hover {
  background: #fff;
  border-style: solid;
  border-width: 2px;      
  border-color: #090a0e;
  color: #090a0e;
}
.social-media {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0px;
}
.social-media:before {
  -webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #090a0e;
  z-index: 1;
}
.social-media > .page-center {
  position: relative;
  z-index: 2;
}
.social-media a{
  padding-right: 5px;   
}
.social-tagline {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.6);
  font-weight: 700;
  font-size: 13px;
  text-align: right;
}
.logo-bar-background{
  background: #f5f5f5;
  height: 100px;
}

#offer-background-image{
  position: relative;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  min-height: 450px;
  float: left;
  width: 100%;
}
#offer-background-image .offer-section-text {
  margin-top: 30px;
  background-color: rgba(0,0,0,0.2);
  width: auto;
}
#offer-background-image h1 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  max-width: 700px;
  margin-bottom: 0px;
  padding: 5px 5px 5px 10px;
}
#offer-background-image h3 {
  color: #fff;
  font-size: 22px;
  max-width: 680px;
  margin-bottom: 15px;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 5px 5px 5px 10px;
}
.offer-image { display: none !important; }

#offer-background-image .hs-form-field>label{
  color: #fff;
}
#offer-background-image .offer-form h3{
  background: none;
}
.homepage .main-content h2 { margin: 0px; }
.homepage .main-content .sub-headline { font-size: 18px; }
.faq-background { background: #f5f5f5; }

.homepage .fb_iframe_widget {
  top: -2px;
}
.homepage .fb_iframe_widget > span,
.homepage .linked-in-share {
  vertical-align: top !important;
}
/*.homepage #twitter-widget-0 {
width: 80px !important;
}*/
.homepage .social-share-data {
  position: relative;
  top: 3px;
}

.free-trial-section img {
  -webkit-animation: pulse 3s;
  -moz-animation: pulse 3s;
  -o-animation: pulse 3s;
  animation: pulse 3s; 
}

/**** Case Studies Home Section 2019 JW *****/

.case-study-section-2019 .case-studies-2019-block > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.case-study-section-2019 .block {
  display: inline-block;
  width: 32%;
  margin: auto !important;
}

@media (max-width: 960px) { 
  .case-study-section-2019 .block {
    width: 48%;
  }
  .case-study-section-2019 .block .case-studies-copy p {
    font-size: 15px;
  }
}
@media (max-width: 767px) { 
  .case-study-section-2019 .block .case-studies-copy p {
    font-size: 13px;
  }
}
@media (max-width: 650px) { 
  .case-study-section-2019 .block {
    width: 100%;
  }
  .case-study-section-2019 .block .case-studies-copy {
    top: 35%;
  }
  .case-study-section-2019 .block .case-studies-copy p {
    font-size: 15px;
  }
}
@media (max-width: 480px) { 
  .case-study-section-2019 .block .case-studies-copy {
    top: 30%;
  }
  .case-study-section-2019 .block .case-studies-copy p {
    font-size: 13px;
  }
}
/************************* privacy Policy Page Template ******************************/

.privacy-template table {
  width:100%;
  border-collapse:collapse;
  margin-top:35px;
  margin-bottom:35px;
}

.privacy-template table td {
  border:1px solid #575756;  
  vertical-align:top;
  padding:10px 20px;
}

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





/************************* New style landing page ****************************/

.landing-page-new-video .main-banner-section {
  padding-bottom:80px !important;  
  padding-top:230px !important;
}

.landing-page-new-video .main-banner-section .banner-text {
  left:12%; 
  position:relative;
  z-index:100;
}

.landing-page-new-video .video-section {
  padding:0px 50px;
  margin-top:-200px;
}

.landing-page-new .header-container {
  padding-bottom:20px !important;
}

.landing-page-new .main-banner-section {
  padding-top:270px;  
  position:relative;
  z-index:100;
}
.landing-page-new .main-banner-section p .cta_button  {
  margin-top: 20px;
}
.landing-page-new .black-form-section .form-section label.hs-error-msg {
  display: block;
  color: #090a0e;
}   
.landing-page-new .black-form-section .form-section div.hs-email {
  margin-bottom:20px;
}
.landing-page-new .main-banner-section .text {
  text-align:center;  
}

.landing-page-new .main-banner-section .text h1 {
  text-transform:uppercase;
  color:#ffd602 !important;
  line-height:0.9em;
  font-size:110px !important;
}

.landing-page-new .main-banner-section .text h2 {
  text-transform:uppercase;
  color:#f9f9f9;
}

.landing-page-new .main-banner-section .form-section {
  padding:0px 0px 0px 100px;  
  text-align:center;
  margin-top:10px;
}

.landing-page-new .main-banner-section .form-section label {
  display:none;
}

.landing-page-new .main-banner-section .form-section label.hs-error-msg {
  display:block !important;
  color: red;
  font-size: 12px;
  margin-top:0px;
}
.landing-page-new .main-banner-section .form-section div.hs_error_rollup {
  display: none;
}

.landing-page-new .main-banner-section .form-section input.hs-input {
  text-align:center;
  border-radius:5px;
  height:50px;
}

.landing-page-new .main-banner-section .form-section input.hs-button {
  background:#ffd602;
  border:1px solid #ffd602;
  color:#090a0e;
  text-transform:uppercase;
  font-size:19px;
  font-weight:600;
  font-family:'F37 Bolton Light',arial,sans-serif;
  border-radius:5px;
  padding:10px 50px;
  margin-top:15px;
  margin-bottom:5px;
}

.landing-page-new .main-banner-section .form-section input.hs-button:hover {
  background:#ffea82; 
  border:1px solid #ffea82;
}

.landing-page-new .main-banner-section .form-main-section p a {
  font-weight:600;
  color:#f9f9f9;
}

.landing-page-new .main-banner-section .form-main-section p a:hover {
  color:#ffd602;
}

.landing-page-new .intro-header {
  text-align:right;  
  text-transform:uppercase;
}

.yellow-bar-section .second-block {
  padding-left:0px !important;
  padding-right:0px !important;
}

.yellow-bar-section .second-block h2 {
  padding-left:40px;
  padding-right:40px;
}

.yellow-bar-section .text-section {
  padding-left:40px;
  padding-right:40px;
}

.stripes-left-background {
  background-image: url ('https://www.oag.com/hubfs/Site%20Build%202018/Background%20Banners/oag-stripes.png');
  background-repeat: no-repeat;
}

.stripes-right-background {
  background-image: url ('https://www.oag.com/hubfs/Site%20Build%202018/Background%20Banners/oag-stripes-right.png');
  background-repeat: no-repeat;
}


.yellow-bar-section .text-section ul li { 
  list-style:none;
  margin-bottom:15px;
}

.yellow-bar-section .text-section ul li:before { 
  content:'•';
  display:inline-block;
  width:10px;
  height:10px;
  color:#f9f9f9;
}

.black-form-section .form-section {
  max-width:100%;
  float:none;
}

.black-form-section .form-section form {
  max-width:600px;
  margin:0px auto;  
}

.black-form-section .form-section ul.hs-error-msgs {
  margin-bottom:0px;
}

.black-form-section .form-section label.hs-error-msg {
  color:#ffd602;
  font-size:14px;
}

.black-form-section .form-section .hs-form-field {
  width:100% !important; 
  float:left !important;
  margin:0px 5px;
}

.black-form-section .form-section .hs-form-field input.hs-input {
  text-align:center;
  padding:24px 20px 23px 20px;
  border:0px none;
  width:100% !important;
}
.black-form-section .form-section .hs-dependent-field .input select {
  margin-top: 30px;
  min-height: 50px;
}
.black-form-section .form-section input.hs-button {
  display:block;
  float:none;
  font-size:18px;
  font-family:'F37 Bolton Light', arial, sans-serif;
  text-transform:uppercase;
  font-weight:600;
  margin:27px auto 0px auto;
  padding:10px 40px;
  background:#ffd602;
  border:1px solid #ffd602;
  color:#090a0e;
}

.black-form-section .form-section input.hs-button:hover {
  background:#ffea82;
  border:1px solid #ffea82;
  color:#090a0e;
}

.black-form-section .link-section p a {
  font-weight:600;
  color:#f9f9f9;
}

.black-form-section .link-section p a:hover {
  color:#ffd602;  
}


.thankyou-page .newsletter-form .hs-form-field label {
  display:none;
}

.thankyou-page .newsletter-form .form-section input.hs-button {
  background:#090a0e;
  border:1px solid #090a0e;
  color:#f9f9f9;
}

.thankyou-page .newsletter-form input.hs-input {
  margin-top:27px;  
}

.thankyou-page .newsletter-form .link-section p {
  color:#090a0e !important;
}

.thankyou-page .newsletter-form .link-section p a {
  color:#090a0e;
}

.thankyou-page .newsletter-form .link-section p a:hover {
  color:#575756;
}

.thankyou-page .black-form-section form {
  float:none;
  max-width:700px;
  margin:0px auto;
}

.thankyou-page .black-form-section .form-section .hs-form-field {
  width:70%;  
}

/*** LP 2020 ***/

.lp-2020 .img-lp {
  padding: 30px 0px;
  text-align: right;
}
@media (max-width: 767px) {
  .lp-2020 .img-lp {
    text-align: center;
    padding: 0px 0px 50px;
  }
  .lp-2020 .large-subheads h2 {
    text-align: center;
  }
  .lp-2020 .solution-text-content {
    padding-bottom: 0px;
  }
}

/*** LP 2020 Ends Here ***/

/* jp form styling */

.landing-page-new .form-main-section .hs_cos_wrapper_type_form select {
  height: 50px;
}
.landing-page-new .form-main-section .hs_industry_sector .input .hs-input, .landing-page-new .form-main-section .hs_country_oag .input .hs-input {
  text-align: center !important;
}


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





/*********************** Old Style Landing Page *************************/

.old-style-ty .search-results-block form {
  background:transparent;  
}

.old-style-lp .body-container-wrapper {
  padding-top:170px;  
}

.old-style-lp .header-container {
  border-bottom:1px solid #dadada;  
}

.old-style-lp .page-header-section {
  background:#fff;  
  margin-bottom:30px;
  border-bottom:6px solid #ffd602;
  padding:20px 0px;
}

.old-style-lp form {
  background:#090a0e; 
}

.old-style-lp form h4 {
  font-size:27px;  
  color:#ffd602;
}

.old-style-lp form h5 {
  font-size:18px;
  color:#f9f9f9;
  line-height:1.4em;
  font-family:'F37 Bolton Light',arial,sans-serif;
  margin-bottom:10px; 
}

.old-style-lp form p {
  font-size:16px; 
  color:#f9f9f9;
}

.old-style-lp form p a {
  color:#ffd602;
}

.old-style-lp form p a:hover {
  color:#ffe24f;
}

.old-style-lp form ul.inputs-list li span {
  color:#f9f9f9;
}

.old-style-lp form input.hs-button {
  font-family:'F37 Bolton Light',arial,sans-serif;
  background:#ffd602;
  border:1px solid #ffd602;
  text-transform:uppercase;
  border-radius:5px;
  color:#090a0e !important;
  margin-top:15px;
  font-size:18px !important;
}

.old-style-lp form input.hs-button:hover {
  background:#ffe24f;
  border:1px solid #ffe24f;
}

.old-style-lp h1 {
  color:#090a0e;  
  text-transform:uppercase;
}

.old-style-lp h4 {
  font-size:26px;  
}

.old-style-lp p.secondary-header {
  text-transform:uppercase;
  color:#ffd602;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  font-size:25px;
}

.old-style-lp p.intro {
  color:#575756;  
}

.old-style-lp .oneLineText {
  font-size:16px;
  color:#575756;
  line-height:1.4em;
}


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





/******************** Resources Page **********************/

h3.search-no-match {
  text-align:center;
}

.resources-page .research-search-by-year {
  margin-bottom:50px;
}

.resources-page .research-search-by-year .year-block {
  background:#090a0e;
  padding:25px;
  text-align:center;
}

.resources-page .research-search-by-year .year-block h3 {
  color:#ffd602;
  text-transform:uppercase;
  font-size:70px;
  line-height:1em;
  margin-bottom:0px;
}

.resources-page .research-search-by-year .year-block p {
  color:#f9f9f9;
  margin:0px;
  line-height:1em;
  text-transform:uppercase;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  font-size:30px;
}

.resources-page .research-search-by-year .year-block:hover {
  background:#ffd602;
}

.resources-page .research-search-by-year .year-block:hover h3 {
  color:#090a0e;
}

.resources-page .research-search-by-year .year-block:hover p {
  color:#090a0e;
}

.resources-page .monthly-otp-col {
  background:#fff;
  border:1px solid #dadada;
}

.resources-page .monthly-otp-col:hover {
  background:none;  
}

.resources-page .monthly-otp-col h3 {
  line-height:1.1em;
  margin-bottom:20px;
  font-size:33px;
}

.resources-page .monthly-otp-col img {
  width:150px !important;
  -webkit-animation: pulse 3s;
  -moz-animation: pulse 3s;
  -o-animation: pulse 3s;
  animation: pulse 3s;
}

.resources-page .otp-col-inner {
  padding-top:45px;  
}

.resources-page a.airline-btn {
  padding:6px 15px;
}

.resources-page a.airline-btn:hover {
  background:#ffd602;
  border:1px solid #ffd602;
}

.resources-page .hs-tabs {
  margin-top:30px;  
}

.resources-page ul.hs-tabs__nav {
  display:none;  
}

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






/*********************** Monthly OTP Page ***********************/

.monthly-otp-col-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.monthly-otp-col {
  width: 31%;
  background: #dadada;
  text-align: center;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-right: 2%;
  margin-bottom: 2%;
}

.punctuality-league-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0px 100px 0px;  
}

.punctuality-league-col {
  width: 31%;
  text-align: center;
}

.monthly-otp-col:hover {
  background: #ffd602;
}

.punctuality-league-col img {
  max-width: 180px;
  padding-bottom: 20px;
}

.league-inner {
  padding: 0px 30px;
}

.punctuality-league-col h2 {
  background: url(https://www.oag.com/hubfs/Monthly%20OTP%20image/line.png) no-repeat center bottom;
  padding-bottom: 20px;
}

.otp-col-inner {
  padding: 60px 30px 30px;
}

span.divider {
  padding: 0px 4px;
  color: #090a0e;
  font-weight: 600;
}

.monthly-otp-col h4 {
  margin: 0;
  background: #090a0e;
  color: #ffd602;
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 38px);
  padding: 14px 8px 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.monthly-otp-col h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin: 0;
  color: #090a0e;
  line-height:1.2em;
}

a.airline-btn {
  border: 1px solid #090a0e;
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  max-width: 220px;
  width: 100%;
  background: #090a0e;
  color: #f9f9f9;
  line-height: 19px;
  margin-bottom: 10px;
}

a.airline-btn:hover {
  background:transparent;
  color:#090a0e;
}

a.airport-btn {
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  max-width: 220px;
  width: 100%;
  background: #fff;
  color: #090a0e;
  line-height: 19px;
}

a.airport-btn:hover {
  border: 1px solid #575756;
  background: #575756;
  color:#f9f9f9;
}

.monthly-otp-col p {
  margin: 0;
}

.monthly-otp-btn {
  padding-top: 30px;
}

.monthly-otp-col h2 {
  line-height: 38px;
  margin: 0;
  font-size: 42px;
  padding-bottom: 20px;
}

.monthly-button-wrap {
  padding-bottom: 40px;
}

.monthly-sign-up {
  text-align: right;
}

.monthly-otp-heading .large-subheads h2 {
  font-size: 30px;
  color: #231f20;
}

.punctuality-tabber-wrap {
  padding: 30px 0;
}
.punctuality-league-page .otp-stars-banner-wrap {
  max-height: 690px;
}
.punctuality-league-page .otp-access-form form input.hs-input,
.punctuality-league-page .otp-access-form form select{  
  border-radius: 5px;
  height: 50px;
}
.punctuality-league-page .otp-access-form {
  padding: 0 75px;
}
.punctuality-league-page .otp-access-form form .hs-form-field label {
  display: none;
}
.punctuality-league-page .otp-access-form form .hs-form-field label.hs-error-msg {
  display: inline;
  font-size: 16px;
  font-weight: 400;
}
.punctuality-league-page .otp-access-form form ul.hs-error-msgs {
  margin-top: 0;
}
.punctuality-league-page .otp-access-form form input.hs-button {
  background: #ffd602;
  border: 1px solid #ffd602;
  color: #090a0e;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  font-family: 'F37 Bolton Light',arial,sans-serif;
  border-radius: 5px;
  padding: 10px 50px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.punctuality-league-page .otp-access-form form input.hs-button:hover {
  background: #ffeb02 !important;
  border: 1px solid #ffeb02 !important;
  color: #090a0e !important;
}
.punctuality-league-page .otp-access-form form .hs-richtext p a {
  color: #ffd602;
}
.punctuality-league-page .otp-access-form form .hs-richtext p a:hover {
  color: #090a0e;
}
.punctuality-league-page .otp-form-wrap {
  padding: 50px 0;
}
/************************ *******************************/




/****************** Grow Page *******************/

.logo-section .logo {
  margin-bottom:30px;  
}

.logo-section .logo img {
  max-width:180px;  
}

/************* Grow page ends here *************/





/*******************Office page codes starts here*********/

.office-template .case-study-section {
  margin-top:25px;  
}

.office-template .case-study-section .image-and-link {
  width:30%;
  float:left;
  text-align:center;
  background:#e2e2e2;
  padding:15px;
  margin:1%;
} 

.office-template .case-study-section .image-and-link p {
  text-transform:uppercase;  
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
}

.office-template .case-study-section .image-and-link p a {
  color:#ffd602;
  background:#090a0e;
  padding:7px 15px 5px 15px; 
  border:1px solid #090a0e;
  font-weight:normal;
  display:inline-block;
  line-height:1.2em;
}

.office-template .case-study-section .image-and-link p a:hover {
  background:transparent;
  color:#090a0e;
}

.office-template .case-study-section .image-and-link:hover {
  background:#ffd602;  
}

.office-template .case-study-block:hover {
  background:#ffd602;
}

.office-template .l-tab-outer {
  width:32.6% !important;  
}

.office-template .l-tab-outer:nth-child(3) {
  margin-right:0px !important;  
}

.office-template .request-trial-form .form-block {
  width:50%;
  float:none;
  margin-left:auto;
  margin-right:auto;
}

.office-template .request-trial-form .form-block h2 {
  color:#f9f9f9; 
  font-weight:600;
}

.office-template .request-trial-form .form-block p {
  color:#f9f9f9;  
}

.office-template .request-trial-form .form-block p a {
  color:#ffd602;  
}

.office-template .request-trial-form form .hs_contact_form_comments__c textarea {
  min-height:100px;
}

/*
.office-template .request-trial-form form input.hs-button {
background:#090a0e !important;
color:#f9f9f9 !important;
}
*/

.office-template .analyser-request-trial-content {
  width:50%;
  float:left;
}

.office-template .analyser-request-trial-content p a {
  color:#ffd602;  
}

.office-template .analyser-request-trial-content p a:hover {
  color:#575756;
}

.office-template .analyser-request-trial-form {
  float:right;
  width:45%;
  margin-top:0px;
}

.office-template .homepage-banner-text {
  margin-bottom:0px !important;  
}

.office-heading-wrapper {
  text-align: center;
  padding: 50px 15px 0px;
}
.office-heading h2 {
  text-transform:uppercase;
  width:335px;
  margin:0px auto;
  background:#fff;
}
.office-heading p {
  margin: 0px;
  font-size: 20px;
  font-family:"Helvetica LT W01 Condensed",sans-serif;
}
.office-heading {
  padding-bottom: 30px;
  /* margin-top:-70px; */
  position:relative;
}
.loc-image-wrp {
  float: left;
  width: 32.2%;
}
.three-col-loc-wrp {
  float: left;
  width: 67%;
}
.location-custom-module-wrp {
  float: left;
  width: 100%;
  margin: 15px 0px;
}
.three-col-loc-padding {
  padding: 30px 40px;
  float: left;
  width:100%;
}

.three-col-loc-wrp .black-text h2, .three-col-loc-wrp .black-text h4, .three-col-loc-wrp .black-text p, .three-col-loc-wrp .black-text span {
  color:#090a0e !important;  
}

.three-col-loc-wrp .column {
  width: 31.33%;
  float: left;
  margin-right: 3%;
}

.three-col-loc-wrp .europe-column {
  width:45%;  
}

.three-col-loc-wrp h2 {
  color: #f9f9f9;
  font-size: 38px;
  padding-bottom: 15px;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  text-transform:uppercase;
}
.three-col-loc-wrp h4 {
  color: #f9f9f9;
  font-size: 21px;
  font-family:'F37 Bolton Light',arial,sans-serif;
}
.three-col-loc-wrp p {
  color: #f9f9f9;
  font-weight: normal;
  margin: 0px;
  padding: 6px 0px 15px;
}
.three-col-loc-wrp .column span {
  display: block;
  color: #f9f9f9;
  font-size: 15px;
  float: left;
}
.three-col-loc-wrp .column:last-child {
  margin-right: 0px;
}

.three-col-loc-wrp a.email-us {
  float: left;
  display: inline-block;
  font-size: 14px;
  clear: both;
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
  padding: 4px 30px 4px 10px;
  font-weight: 100;
  margin-top: 20px;
  background-image: url(https://www.oag.com/hubfs/OAG-2018/Office/email-us-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px;
}

.three-col-loc-wrp a.email-us:hover {
  background-color:#f9f9f9;
  color:#3C3C3B;
}

.l-tab-outer span.l-tab {
  display: block;
  padding: 8px;
  color: #f9f9f9;
  cursor: pointer;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  font-size:20px;
  text-transform:uppercase;
}
.location-outer-wrapper {
  padding: 30px 0px 40px;
}
.l-tab-outer {
  width: 15.8% !important;
  margin: 0px 1% 0px 0px !important;
  float: left !important;
  text-align: center;
}
.l-tab-outer:nth-child(6) {
  margin: 0px !important;
}

/*************Office page codes ends here************/


/*****************Leadership page codes starts here***********/

@keyframes pulse {
  from {
    transform : scale(1);
    opacity   : 0.25;
  }
  50% {
    transform : scale(0.75);
    opacity   : 0.25;
  }
  to {
    transform : scale(1);
    opacity   : 1;
  }
}

.leaders-content-wrp, .leaders-image {
  width: 50% !important;
  float: left;
}

.leaders-content-padding {
  padding: 40px;
}

.leaders-content-wrp{
  position:relative;
}

.leaders-outer-wrp a.linkedin-icon {
  background-color: #f9f9f9;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-weight: normal;
  border: 2px solid #fff;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 32px;
}

.align-content-left .leaders-image {
  float: right;
}

.align-content-left h2 {
  color: #f9f9f9;
  line-height: 30px;
  padding-right: 30px;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  margin-bottom:5px;
  text-transform:uppercase;
}

.align-content-left .designation {
  color: #f9f9f9;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  font-size:25px;
}

.align-content-left p {
  color: #f9f9f9;
}

.leaders-image, .leaders-content-wrp {
  min-height: 580px;
  max-height: 580px;
  overflow:hidden;
}

.leaders-outer-wrp {
  float: left;
  margin-bottom: 50px;
}

/*
.align-content-right a.linkedin-icon {
background-color: #090a0e;
border-color: #090a0e;
}
*/

.align-content-right h2 {
  line-height: 30px;
  padding-right: 30px;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  margin-bottom:5px;
  text-transform:uppercase;
}
.align-content-right .designation {
  color: #090a0e;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  font-size:25px;
}

.all-leaders-outer-module-wrp {
  padding: 0px 15px 30px;
}
.leaders-outer-wrp:hover .leaders-image img {
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  position: relative;
  /*z-index: 99;*/
  transition: all 0.8s ease;
}
.leaders-image img{
  transition: all 0.8s ease;
  min-height:580px;
}
/***************Leadership page codes ends here***************/



/******************** About us page ********************/

.about-us-fullwidth .custom-module-video span {
  height:450px;
  width:100%;
}

.custom-module-video span {
  height:350px;  
  width:100%;
}

.about-us-fullwidth .inner-wraper {
  padding: 70px 120px 70px;
}

.about-us-banner-wrp {
  padding: 200px 0px 20px;
}
.custom-module {
  margin: 0px !important;
}

.inner-wraper {
  padding: 40px 35px 40px;
  text-align: center;
}

.inner-wraper img {
  max-width:40%;  
}

.custom-module-images2 img,.custom-module-images1 img,.custom-module-images3 img{
  display: none;
}

.bg-image1,.bg-image2,.bg-image3{
  display: block;
}
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0px !important;
  width: 33.33% !important;
}
.page-center-compact1 {
  max-width: 1920px;
  float: none !important;
  margin: 0px auto !important;
}

.custom-module {
  width: 33.33% !important;
}
.custom-module1{
  width: 33.33% !important;
  display: flex !important;
  align-items: center;
  vertical-align: middle;
}
.custom-module-video {
  width: 66.66% !important;
  background:rgba(124, 124, 124, 1);
}
.bg-image2{
  width:66.66% !important;
}
p.module-image{
  margin:0px;
}
.inner-wraper h2 {
  color: #f9f9f9;
  margin: 15px 0px;
  text-transform:uppercase;
}
.custom-module-video video{
  display:block;
}
.inner-wraper p {
  color: #f9f9f9;
}

/*
.custom-module1 a {
display: none !important;
}
*/

.custom-module1 a:after {
  content: none;
}
.inner-wraper a {
  text-transform: uppercase;
  padding: 4px 15px;
  border: 1px solid;
  color: #F9f9f9;
  position: relative;
  margin: 10px 0px 0px !important;
  display: inline-block;
  background-repeat: no-repeat;
  font-weight:normal;
  border-radius:5px;
}

.inner-wraper a:hover {
  color:#090a0e !important; 
}

.custom-module-white h2 {
  color: #090a0e !important;
}
.custom-module-white p,.custom-module-white a {
  color: #090a0e;
}

.inner-wraper span {
  margin: 10px 0px;
  display: inline-block; 
}
.custom-module6 h2 {
  color: #090a0e !important;
}

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

.section2 {
  max-height:450px;
}

.section2 .row-fluid {
  display: flex;
}
.custom-module5{
  display: flex !important;
  align-items: center;
}

.section4 .row-fluid {
  display: flex;
}
.section3 .row-fluid {
  display: flex;
}

.floating-social{
  display:none !important;
}
.custom-module2 .inner-wraper a:hover {
  background-color: #090a0e;
  color: #f9f9f9 !important;
  border-color: #090a0e;
}
.custom-module-white a:hover {
  background-color: #090a0e;
  color: #f9f9f9 !important;
  border-color: #090a0e;
}

.custom-module1 .inner-wraper a:hover {
  background-color: #f9f9f9;
  color: #090a0e;
  border-color: #f9f9f9;
}

.custom-module5 .inner-wraper a:hover {
  background-color: #f9f9f9;
  color: #090a0e;
  border-color: #f9f9f9;
}
.about-us-fullwidth .custom-module-video {
  margin-left: 0px;
}
.about-us-fullwidth .section1 {
  background: #090a0e;
}
.custom-module-video img {
  min-height: 600px; 
  object-fit: cover;
}

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



/**************Life page codes starts here****************/

.life-heading-outer-wrp {
  text-align: center;
  padding: 50px 10px 0px;
}
.life-at-oag-content p {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
}
.life-at-oag-content {
  padding: 0px 100px 60px 100px;
}
.lao-image-name {
  width: 30%;
  float: left;
  text-align: center;
}
.lao-image-name-padding {
  padding-right: 40px;
}
.lao-image-name h2 {
  font-size: 29px;
  padding-top: 25px;
  text-transform:uppercase;
  margin-bottom:0px;
}
.lao-image-name span {
  display: block;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  font-size:26px;
  line-height:1.3em;
}
.lao-image-name a {
  background-color: #090a0e;
  display: inline-block;
  color: #f9f9f9;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  border: 2px solid #090a0e;
  margin-top: 15px;
}
.lao-about-text-padding {
  padding: 0px 40px;
}
.lao-two-col-bottom-row-wrp{
  width:70%;
  float:left;
}
.lao-about-text-padding {
  padding: 0px 40px 0px 20px;
}
.lao-about-text { 
  width: 55%;
  float: left;
}
.lao-brief-info {
  float: left;
  width: 45%;
}
.lao-about-text h2 {
  text-transform:uppercase;
}
.lao-about-text h3 {
  line-height:1.2em;
  color:#090a0e !important;
}

.life-at-oag .black-background .lao-about-text h2, .life-at-oag .black-background .lao-about-text h3, .life-at-oag .black-background .lao-about-text p,
.life-at-oag .black-background .lao-image-name span, .life-at-oag .black-background .lao-image-name-padding h2, .life-at-oag .black-background .lao-other-activities p {
  color:#f9f9f9 !important;
}

.life-at-oag .black-background .lao-brief-info h2, .life-at-oag .black-background .lao-brief-info h4, .life-at-oag .black-background .lao-brief-info p {
  color:#090a0e;  
}

.life-at-oag .black-background .lao-image-name a {
  background-color:#fff;
  color:#090a0e;
}

.life-at-oag .yellow-background .lao-other-activities {
  border-left:18px solid #f9f9f9;
}

.lao-brief-info-padding {
  padding: 20px;
}
.lao-other-activities {
  clear: left;
}
.lao-brief-info h2 {
  color: #f9f9f9;
  text-transform:uppercase;
}
.lao-brief-info h4 {
  font-size: 24px;
  color: #f9f9f9;
  padding: 10px 0px 5px;
  font-weight:normal;
}
.lao-brief-info p {
  color: #f9f9f9;
}
.lao-other-activities {
  clear: left;
  padding: 0px 60px 0px 30px;
  border-left: 18px solid #ffd602;
  margin: 40px 0px 30px 20px;
  display: block;
  float: left;
}
.lao-other-activities p {
  font-style: italic;
}
.life-at-oag-members-wrp {
  float: left;
  padding-top: 80px;
  padding-bottom: 40px;
}
.life-at-oag-members-wrp:hover .lao-image-name img {
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  position: relative;
  z-index: 99;
  transition: all 0.8s ease;
}
.life-at-oag-members-wrp .lao-image-name img{
  transition: all 0.8s ease;
}

/********************Life page codes ends here*************/





/******************* Analyser Bundles Page starts here *********************/

.anaylser-bundles-headers h1 {
  color:#ffd602;
  text-transform:uppercase;
  font-size: 100px;
  margin-bottom:0px;
  line-height:1em;
}

.anaylser-bundles-headers h2 {
  text-transform:uppercase;
  font-size: 60px;
  line-height:1.2em;
}

.request-quote-box {
  background:#090a0e;
  text-align:center;
  padding:30px;
}

.request-quote-box .text {
  color:#f9f9f9;  
}

.request-quote-box .text h3 {
  text-transform:uppercase;
  font-size:35px;
}

.analyser-bundles-boxes .box table {
  width:100%;
  margin-bottom:40px;
}

.analyser-bundles-boxes .box table tr td {
  text-align:center;  
  padding:0px 3px;
}

.analyser-bundles-boxes .box table tr td h4 {
  background:#ffd602;
  font-family:'F37 Bolton', arial, sans-serif;
  font-size:15px;
  font-weight:600;
  padding:10px;
  border-radius:6px;
  margin-bottom:9px;
  height:60px;  
  line-height:1.3em;
}

.analyser-bundles-boxes .box table tr td p {
  background:#dadada;
  font-size:14px;
  font-family:'F37 Bolton', arial, sans-serif;
  padding:10px;
  border-radius:6px;
  margin-bottom:0px;
  margin-top:0px;
  height:80px;
}

.analyser-bundles-boxes .box p {
  font-size:16px; 
}

/*************** Analyser Bundles Page ends here ***************/





/* Reusable Components
========================================================================== */

/* FAQ Module */
.accordion { margin-bottom: 20px; }
.accordion_group {
  margin-bottom: 2px;
  background: none;
  padding: 5px 10px;
}

/* Testimonial Module */
.quote-box {
  border-radius: 4px;
}



/* Page Title Background */
.title-background{
  background: #f5f5f5;
}
.title-background h1, .title-background h2{
  margin-bottom: 0px;
}


/* Blog Subscribe Module */
.subscribe-form {
  background: #f5f5f5;
}
.subscribe-form.page-center label {
  min-height: 24px;
  display: block;
  margin-bottom: 0px;
}
.subscribe-form .widget-type-blog_subscribe input[type="email"] {
  max-width: initial;   
  height: 38px;
  width: 100%;
  margin: 0;
}
.subscribe-form .hs_email {
  display: inline-block;
  width: 300px;
  margin-right: 5px;
  vertical-align: top;
}
.subscribe-form .hs_submit {
  display: inline-block;
  margin-top: 25px;
}
.subscribe-form .hs-button.primary {
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  border-color: #090a0e;
  margin: 0;
}
.subscribe-form .hs-button.primary:hover {
  border-style: solid;
  color: #fff;
  border-color: #090a0e;
  background: #090a0e;
  border-width: 2px;       
}
.subscribe-form .hs-error-msgs {
  position: absolute;
  margin: 0;
  margin-top: 40px;
}


/* Team member Module */
.team-member-headshot img {
  border-color: #090a0e;
}
.team-member-social a{
  color: #090a0e;
}
.team-member-social a:hover,
.hs-author-social-links a.hs-author-social-link:hover {
  color: #ccc;
}
.team-member-title{
  color: #090a0e;
}


/* Pricing Module */
.pricing-table h3.heading {
  color: #fff;
  margin: 0px;
  text-align: center;
  padding: 5px 0px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  background: #090a0e;
  border-top-right-radius: 4px;
}
.pricing-table .label{
  padding: 5px 10px;
  right: 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
  background: #000000;
}    
.pricing-table .content {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pricing-table .content ul{
  list-style: none;
  padding-left: 0px;

}
.pricing-table .content ul li{
  padding: 10px 0px;  
}
.pricing-table .number{    
  font-size: 60px;
  font-weight: 700;
}
.pricing-table .currency{
  font-size: 24px;
  position: relative;
  top: -25px;
}
.pricing-table .unit{
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
} 
.pricing-table .content a{
  padding: 10px 25px;
}   
.icon-width i {
  color: #090a0e;
}

/* Rich Editor Checkmark Lists */
.hs_cos_wrapper_type_rich_text ul {
  padding-left: 20px;
}
.hs_cos_wrapper_type_rich_text ul li {
  list-style: disc;
}
.hs_cos_wrapper_type_rich_text ul li:before {
  display: none;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  margin-right: 8px;
  color: #090a0e;
  font-size: 18px;
}

/* Tabber Module */
.tabber-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0 0 -2px;
}
.tabber-tabs > li {
  float: left;
}
.tabber-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  border-radius: 4px;  
}
.tabber-tabs > .active > a, 
.tabber-tabs > .active > a:hover, 
.tabber-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tabber-content .tab-pane {
  background: #fff;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.tabber-content .tab-pane.active:nth-child(1) {
  border-top-left-radius: 0;
}
.body-container .tabber-content ul {
  padding: 0;
  margin: 0;
}
.tabber-content .block h3 {
  display: none;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-featured-image {
  float: left;
  width: 40%;
  border-radius: 4px;
}
.blog-tabber .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right;
  width: 60%;
  padding: 0 0 0 15px;
}
.blog-tabber .hs-rss-item:last-child {
  margin-bottom: 10px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: block;
  width: auto;
}
.custom-tabber-wrap .tabber-content .tab-pane {
  border-radius: 4px; 
}


/************* Display Scheduler *******************/

.display-schedule-page .otp-stars-banner-content h1 {
  text-transform: uppercase;
}

.display-schedule-page .otp-stars-banner-content {
  width: 100%;
  max-width: 1000px;
}

.right-hand-side-form .analyser-request-trial-content {
  float:left;
  width:60%;
  margin-right:0px;
  margin-left:0px;
}

.right-hand-side-form .analyser-request-trial-form {
  float:right;
  width:35%;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
}

.analyser-request-trial-wrap {
  width: 100%;
  float: left;
  padding: 60px 0px;
}

.analyser-request-trial {
  width: 100%;
  float: left;
}

.analyser-request-trial-content {
  width: 70%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.analyser-request-trial-form {
  width: 70%;
  margin-top: 30px;
  float:none;
  margin-left:auto;
  margin-right:auto;
  background:#090a0e;
  padding:30px;
}

.analyser-request-trial-form .submitted-message {
  color:#f9f9f9 !important;
}

.request-trial-form {
  width: 100%;
  display:inline-block
}

.request-trial-form h2 {
  color: #ffd602;
  line-height: 32px;
  font-size: 28px;
  margin: 0;
  font-family: 'F37 Bolton Light',arial,sans-serif;
  padding-bottom: 15px;
}

.request-trial-form p {
  color: #f9f9f9;
  margin: 0 0 20px 0;
  font-size:16px;
}

.request-trial-form p a {
  color:#ffd602;  
}

.request-trial-form form {
  width: 100%;
  float: left;
}

.request-trial-form form .hs-form-field>label {
  display: none;
}

.request-trial-form form ul.hs-error-msgs {
  margin: 0 0 20px 0;
  line-height: 16px;
  padding-left:0px;
}

.request-trial-form form ul.hs-error-msgs li {
  margin-top:10px;  
}

.request-trial-form form ul.hs-error-msgs li label {
  color: #ffd602;
  font-size: 15px;
  font-weight: 600;
}

.request-trial-form form .hs-richtext {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  display:none;
}

.request-trial-form form .hs_subscribe_to_the_oag_blog span {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.request-trial-form form input.hs-button, .analyser-form form input.hs-button {
  display: inline-block;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(255,214,2) !important;
  border-radius: 6px;
  border-width: 0px !important;
  transition: all .4s ease;
  padding: 6px 25px;
  color: #090A0D !important;
  font-size: 18px;
  font-family: 'Source Sans Pro',arial,sans-serif;
}
.analyser-form {
  padding-bottom: 80px;
}
.Displays-and-Mapping-wrapper {
  width: 100%;
  float: left;
  padding: 60px 0px;
}

.Displays-and-Mapping-content .hs_cos_wrapper {
  max-width: 1000px;
  margin: 0px auto;
}

.Displays-and-Mapping-content h2, .analyser-request-trial-content h2 {
  text-transform: uppercase;
  line-height:1.2em;
}

.Displays-and-Mapping-content {
  text-align: center;
}
.analyser-button a {
  background: rgb(255,214,2);
  border-radius: 6px;
  border-width: 0px;
  padding: 6px 18px;
  font-size: 18px;
  font-family: 'Source Sans Pro',arial,sans-serif;
}
.analyser-button a:hover {
  color: #fff;
}


/* Flex Slider */
.hs_cos_flex-slider .caption {
  background: #090a0e;
}


/* Modular Selectors
========================================================================== */

/* Colors */
.accentColor1 { color: #090a0e; } 
.accentColor2 { color: #ccc; }
.accentColor3 { color: #ddd; }


/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding60tb-top { padding: 60px 0px 0px; }
.padding80tb-top { padding: 80px 0px 0px; } 
.padding100t60b-top { padding: 250px 0px 60px; }
.padding40tb-bottom { padding: 0px 0px 40px; }
.padding60tb-bottom { padding: 0px 0px 60px; } 
.padding80tb-bottom { padding: 0px 0px 80px; }
.paddin100tb-bottom { padding: 0px 0px 100px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; } 


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

.cls-1 {
  fill:none;
  stroke:#000;
  stroke-linejoin:round;
  stroke-width:2px;
}
.footer-container-wrapper {}
.footer-container {}

.footer-background, .footer-background p,
.footer-background a,
.footer-copyright a,
.footer-container-wrapper .more-links a, 
.footer-container-wrapper .contact-us a, 
.footer-container-wrapper .about-us a {
  color: #f9f9f9;
}
.footer-background, 
.footer-background a {
  background: #090a0e;
}
.footer-container-wrapper .more-links a:hover, 
.footer-container-wrapper .contact-us a:hover, 
.footer-container-wrapper .about-us a:hover {
  color: #FFF;
}
.footer-container-wrapper .more-links a {
  margin: 10px 0px;
}
.footer-container-wrapper .more-links .footer-nav li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}
.footer-container-wrapper .icon {
  margin-bottom: 5px;
}
.footer-container-wrapper .icon i {
  float: left;
  margin-top: 3px;
}
.footer-container-wrapper .contact-us {
  word-wrap: break-word;
}
.footer-container-wrapper .contact-info {
  margin-left: 25px;
}
.hd-footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float:unset
}
.footer-container-wrapper .footer-copyright {
  background: #090a0e;
  color: #f9f9f9;
  padding: 50px 0 30px 0;
  font-size: 16px;
  position: relative;
}

.footer-container-wrapper h3 {
  text-transform:uppercase;
  margin:40px 0px 0px 0px;
}

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

.footer-copyright .copyright-text {
  padding: 10px 0;
}
.footer-container-wrapper .social-icons .fa{
  font-size: 20px;
  padding-right: 5px;
}



/* Back to Top */

/*
.container-fluid .row-fluid .back-to-top {
position: fixed;
bottom: 20px;
right: 95px;
width: auto;
font-size: 20px;
border-radius: 4px;
background: #ffd602;
cursor: pointer;
border:1px solid #090a0e;
}

.container-fluid .row-fluid .back-to-top:hover {
background:#090a0e;  
}

.container-fluid .row-fluid .back-to-top:hover a {
color:#f9f9f9; 
}

.back-to-top a {
color: #090a0e;
padding: 4px 8px;
display: inline-block;
}
*/

/*  Follow Me Module */
.footer-follow-me{
  text-align: right;
  position: absolute;
  right: 50px;
}
.footer-copyright .footer-follow-me a {
  background: transparent;
  width: 32px;
  height: 32px;
  font-size: 25px;
  font-family: FontAwesome;
  padding: 0 8px;
  color: ;
}
.footer-copyright .footer-follow-me a:hover {
  color: #090a0e;
}
.footer-follow-me a span {
  display: none !important;
}
.footer-follow-me a.fm_facebook:before {
  content: "\f082";
}
.footer-follow-me a.fm_twitter:before {
  content: "\f099";
}
.footer-follow-me a.fm_linkedin:before {
  content: "\f0e1";
}
.footer-follow-me a.fm_googleplus:before {
  content: "\f0d5";
}
.footer-follow-me a.fm_xing:before {
  content: "\f168";
}
.footer-follow-me a.fm_pinterest:before {
  content: "\f0d2";
}
.footer-follow-me a.fm_youtube:before {
  content: "\f167";
}
.footer-follow-me a.fm_rss:before {
  content: "\f09e";
}







/* ==========================================================================


3. MAIN NAVIGATION                                            


========================================================================== */





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

/* Dark header*/

.dark-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color:#f9f9f9;  
}

.white-nav .hs-menu-wrapper > ul > li > a {
  color:#f9f9f9 !important;  
}

.dark-header .search-results-block svg path.heroicon-ui {
  fill:#f9f9f9;
}

/* */


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

/* Parent List */

/*

.custom-menu-primary ul {
margin-left:20px;  
}

*/

.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
  padding-top: 5px;
  /**  float: right;  ***/
  -webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 10px;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  letter-spacing:0.02em;
}
.custom-menu-primary-japanese .hs-menu-wrapper > ul > li{
  font-size: 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 10px;
  position: relative;
  color: #090a0e;
  display: block;
}

.white-header-wrapper-outer .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #F9F9F9;
}
.white-header-wrapper-outer #white-nav-trial-cta a.cta_button {
  color: #F9F9F9 !important;
  border: 1px solid #F9F9F9 !important;
}

.white-header-wrapper-outer #white-nav-trial-cta a.cta_button:hover {
  color: #000000 !important;
  border: 1px solid #FCCE29 !important;
  background: #FCCE29 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  left: 15px!important;
  background: #fff;
  padding: 10px 0px;
  border: 1px solid #ccc;
  border-radius: 0px;
  min-width: 165px;
}

.custom-menu-primary .hs-menu-wrapper ul ul ul {
  left:-165px !important;
  top:-11px !important;
}

/*.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
background: #dadada;
}*/
.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
  content: "\f0d8";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  padding-left: 10px;
  text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
  font-size: 17px;
}

.custom-menu-primary .hs-menu-wrapper ul li:nth-child(6) ul {
  left:-75px !important;
}

.custom-menu-primary .hs-menu-wrapper ul li:nth-child(6) ul:before {
  left:105px !important;
}
.new-nav-header .custom-menu-primary .hs-menu-wrapper ul li:last-child ul {
  left:-80px !important;
}
.new-nav-header .custom-menu-primary .hs-menu-wrapper ul li ul li:last-child ul {
  left:-165px !important;
}
.new-nav-header .custom-menu-primary .hs-menu-wrapper ul li:last-child ul:before {
  left:105px !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
  padding: 3px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #090a0e;
}

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



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

/* Dark header*/

.dark-header .custom-menu-primary2 .hs-menu-wrapper > ul > li > a {
  color:#f9f9f9;  
}

.dark-header .search-results-block svg path.heroicon-ui {
  fill:#f9f9f9;
}

/* */


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

/* Parent List */

/*

.custom-menu-primary2 ul {
margin-left:20px;  
}

*/

.custom-menu-primary2 .hs-menu-wrapper > ul{ 
  background:;
  padding-top: 5px;
  /**  float: right;  ***/
  -webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.custom-menu-primary2 .hs-menu-wrapper > ul > li{
  background:;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 10px;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  letter-spacing:0.02em;
}

.custom-menu-primary2 .hs-menu-wrapper > ul > li > a{
  padding: 10px;
  position: relative;
  color: #090a0e;
  display: block;
}
.custom-menu-primary2-white .hs-menu-wrapper > ul > li > a{
  color: #f9f9f9;
}
.custom-menu-primary2 .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary2 .hs-menu-wrapper > ul ul{
  left: 15px!important;
  background: #fff;
  padding: 10px 0px;
  border: 1px solid #ccc;
  border-radius: 0px;
  min-width: 165px;
}

.custom-menu-primary2 .hs-menu-wrapper ul ul ul {
  left:-165px !important;
  top:-11px !important;
}

/*.custom-menu-primary2 .hs-menu-wrapper > ul ul li:hover {
background: #dadada;
}*/
.custom-menu-primary2 .hs-menu-wrapper > ul > li > ul:before {
  content: "\f0d8";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  padding-left: 10px;
  text-shadow: 0px -1px 0px #ccc;
}
.custom-menu-primary2 .hs-menu-wrapper > ul ul li{
  background:;
  font-size: 17px;
}

/*.custom-menu-primary2 .hs-menu-wrapper ul li:nth-child(6) ul {
left:-75px !important;
}*/

.custom-menu-primary2 .hs-menu-wrapper ul li:nth-child(6) ul:before {
  left:10px !important;
}
.new-nav-header .custom-menu-primary2 .hs-menu-wrapper ul li:last-child ul {
  left:-80px !important;
}
.new-nav-header .custom-menu-primary2 .hs-menu-wrapper ul li ul li:last-child ul {
  left:-210px !important;
}
.new-nav-header .custom-menu-primary2 .hs-menu-wrapper ul li:last-child ul:before {
  left:105px !important;
}

.custom-menu-primary2 .hs-menu-wrapper > ul ul li a{
  color:;
  padding: 3px 10px;
}
.custom-menu-primary2 .hs-menu-wrapper > ul ul li a:hover{
  color: #090a0e;
}

/* Override max width on menu links */
.custom-menu-primary2 .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;
}

/* Carret after Menu items with dropdown */

/*
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after { */
/* content: "\f0d7"; */
/*    display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 7px;
font-size: 13px;
}
*/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after  {
  border-top-color: #090a0e;
}



/* position 'menu' (button only) */ 

.new-nav-header .header-nav-and-search .custom-menu-primary2 .hs-menu-wrapper > ul {
  margin-top: 0px !important;
}
/* position 'globe' */
.new-nav-header .header-nav-and-search .header-cta-button {
  position: absolute;
  top: 50px;
  right: 80px;
}

/* position 'search' (button only) */
.new-nav-header .header-nav-and-search .search-results-block .icon-section {
  position: absolute;
  top: 50px;
  right: 120px;
  cursor: pointer;
}
.new-nav-header .header-nav-and-search .search-results-block {
  position: static;
  transition: 0.8s;
}

/* position 'search' input */
.new-nav-header .header-nav-and-search .search-results-block input,
.new-nav-header .header-nav-and-search .search-results-block:hover input {
  position: static;
  transition: 0.8s;
  font-size: 0px;
  width: 0px !important;
  height: 0px !important;
  border:0px !important;
  background:transparent !important;
  margin-top: 0px;
  text-align:left;
  box-shadow: none;
}

.small-header .new-nav-header .header-nav-and-search .search-results-block.active {
  margin-top: 0px;
}

.new-nav-header .header-nav-and-search .search-results-block.active input {
  font-size: 18px;
  width: 100% !important;
  height: 25px !important;
  border:#ffd602 1px solid !important; 
  background:#fff !important;
}

.new-nav-header .header-nav-and-search .search-results-block input  {
  width: 100% !important;
  height: 25px !important;
  border:#fff 1px solid !important;  
}


.new-nav-header .header-nav-and-search .search-results-block:hover input, .new-nav-header .header-nav-and-search .search-results-block:focus input,
.new-nav-header .header-nav-and-search .search-results-block:active input {
  border:#666 solid 1px !important;
  width: 100% !important;
  height: 25px !important;
}

.new-nav-header .header-nav-and-search .search-results-block input::placeholder, .search-results-block input[type="text"] {
  color:#fff;
  opacity:0;
}

.new-nav-header .header-nav-and-search .search-results-block:hover input::placeholder, .search-results-block:hover input[type="text"] {
  color:#666;
}

.smaller-logo {
  position:relative;
  z-index:1000000000;
  max-width:50% !important;
}

.small-header .header-cta-button a {
  border:0px;
}

}




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


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


@media (max-width: 768px){


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

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

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

  .small-header .custom-menu-primary .hs-menu-wrapper ul li a {
    color:#f9f9f9 !important;    
  }
  .small-header .custom-menu-primary2 .hs-menu-wrapper ul li a {
    color:#f9f9f9 !important;    
  }

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




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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#f9f9f9 !important; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary2.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    box-shadow:none;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary2 .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    background: #090a0e;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 19px; /* Font size of top level list items */
    line-height: 25px;
    overflow: visible;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul {
    background: #090a0e;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul > li a{
    font-size: 19px; /* Font size of top level list items */
    line-height: 25px;
    overflow: visible;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

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

  .custom-menu-primary2 .hs-menu-wrapper >  ul li a{
    padding: 0 15px;
    color:#f9f9f9 !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul li a:hover{
    color:#ffffff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul { 
    border:none !important;
    margin-bottom:20px !important;
    margin-top:30px !important;
  }

  .small-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top:0px;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul { 
    border:none !important;
    margin-bottom:20px !important;
    margin-top:30px !important;
  }

  .small-header .custom-menu-primary2 .hs-menu-wrapper > ul {
    padding-top:0px;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul ul{
    background: transparent;  
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
    display: none;
  }

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

}


/* ==========================================================================


4. TEMPLATE MODULE SELECTORS                                         


========================================================================== */




/* Common Template Selectors                                             
========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.blog-sidebar ul, .sidebar ul{
  padding-left: 10px;
  list-style: none;
}

.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}
body.password-template form input {
  margin-bottom: 10px;
}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

.search-results-padding {
  padding: 200px 20px 60px;
}
.pass-page-inner {
  padding: 200px 20px 60px;
}
.subscription-template .pass-page-inner #email-prefs-form .hs-button.primary {
  max-width: 200px;
}
.subscription-template .pass-page-inner #email-prefs-form {
  padding-top: 20px;
}
.form-outer {
  padding-top: 50px;
}


/* Well Module */










#well .default{
  background: #34495e;
  border-color: #02172c;
}
#well .primary{
  background: #74bdfc;
  border: 1px solid #428bca;
}    
#well .success{
  background: #8eea8e;
  border: 1px solid #5cb85c;
}    
#well .danger{
  background: #db7674;
  border: 1px solid #a94442;
}    
#well .info{
  background: #8df2ff;
  border: 1px solid #5bc0de;        
}   
#well .plain{
  background:#f5f5f5;
  color: #666;
  border: 1px solid #ddd;
}
#well .close{
  color: #666;
}





/* ==========================================================================


5. COS COMPONENTS                                        


========================================================================== */





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



/* Insights Listing Page */

.insights-blog .featured-post-section {
  margin-top:40px;  
}

.insights-blog .featured-post-section .image img {
  width:100% !important;
  height:400px;
  object-fit:cover;
} 

.insights-blog .featured-post-section .main-text-area {
  background-color:rgba(255,214,2,0.9);
  text-transform:uppercase;
  position:absolute;
  top:50px;
  width:65%;
  padding:25px 50px;
}

.insights-blog .featured-post-section .main-text-area h1 {
  line-height:1.1em;
}

.insights-blog .featured-post-section .main-text-area h2 {
  font-size:23px;
}

.insights-blog .text-and-cta .cta-section p {
  text-align:right;
  width:100%;
  position:absolute;
  top:300px;
  right:50px;
  text-transform:uppercase;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  font-weight:normal;
  font-size:20px;
  letter-spacing:0.05em;
}

.insights-blog .text-and-cta .cta-section p a {
  background:#ffd602;
  padding:8px 20px;
  font-weight:normal;
  border-radius:5px;
}

.insights-blog .text-and-cta .cta-section p a:hover {
  background:#ebebeb;  
}

.insights-blog .filter-by-section {
  margin-top:50px !important;
  margin-bottom:40px !important;
  padding:0px 15px;
}

.insights-blog .filter-by-section p {
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
  text-transform:uppercase;
  font-size:24px;
  margin:0px;
}

.insights-blog .filter-by-section p span:nth-child(1) a {
  margin-left:25px;  
}

.insights-blog .filter-by-section p span a {
  font-size:18px;
  background:#ebebeb;
  border-radius:50px;
  padding:10px 26px;
  font-weight:normal;
  margin:0 4px;
}

.insights-blog .filter-by-section p span a:hover {
  background:#ffd602;
}

/*.insights-blog .post-listing .post-item:nth-child(1) {
//width:47.5%;
}*/

.featured-post-section .image img {
  width: 100% !important;
  height: 400px;
  object-fit: cover;
}

.featured-post-section .main-text-area {
  background-color: rgba(255,214,2,0.9);
  text-transform: uppercase;
  position: absolute;
  top: 50px;
  width: 65%;
  padding: 25px 50px;
}

.featured-post-section {
  margin-top: 40px;
}

.blog-template-main .body-container-wrapper {
  padding-top: 152px;
}

.text-and-cta .cta-section p {
  text-align: right;
  width: 100%;
  position: absolute;
  top: 300px;
  right: 50px;
  text-transform: uppercase;
  font-family: 'DIN_1451 LT W01 Engschrift', sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.text-and-cta .cta-section p a {
  background: #ffd602;
  padding: 8px 20px;
  font-weight: normal;
  border-radius: 5px;
}

.featured-post-section .main-text-area h2 {
  font-size: 23px;
}

.featured-post-section .main-text-area h1 {
  line-height: 1.1em;
}

/*
.insights-blog .post-item:nth-child(1) .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
height:330px;
}

.insights-blog .post-item:nth-child(1) .post-header {
width:70%;
padding:20px 20px 20px 0px;
background-color:#fff;
margin-top:-200px;
position:relative;
height:200px;
}

.insights-blog .post-item:nth-child(1) .post-header h2 {
margin-top:0px !important;
}

.insights-blog .post-item:nth-child(1) .post-header p {
margin-bottom:0px !important;
}
*/

.insights-blog .post-listing .post-item {
  //width:22.5%;
  float:left;
  height:430px;
  //margin-left:15px;
  //margin-right:15px;
  padding-bottom:0px !important;
}

.insights-blog .post-listing .post-item .post-header h2 {
  text-transform:uppercase;
  font-size:22px;
  letter-spacing:0.02em;
  line-height:1.15em;
  margin-top:17px;
  margin-bottom:8px;
}

.insights-blog .post-listing .post-item span.published-date {
  text-transform:uppercase;
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif;
}

.insights-blog .post-listing .post-item span.blog-tag {
  margin-left:15px;  
}

.insights-blog .post-listing .post-item span.blog-tag a {
  text-transform:uppercase;
  background:#ffd602;
  border-radius:4px;
  padding:2px 9px;
}

.insights-blog .post-listing .post-item span.blog-tag a:hover {
  background:#090a0e; 
  color:#f9f9f9;
}

.insights-blog .post-listing .post-item .author-image, .insights-blog .post-listing .post-item .capital-name {
  display:none;  
}

.insights-blog .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  margin:0px !important;
  height:135px;
  object-fit:cover;
}

.insights-blog .post-listing .post-item .list-inner-content p {
  font-size:17px;
  font-family:'F37 Bolton', arial, sans-serif;
  margin-top:8px;
}

.insights-blog .blog-pagination {
  padding-top:50px;
  border-top:1px solid #e0e0e0;
}

/****** Product updates blog *******/

.product-updates-blog .blog-subscription-section {
  margin-bottom:30px;
}
.product-updates-blog .blog-subscription-section .text-section h2 {
  font-size:30px;  
}
.product-updates-blog .blog-subscription-section .text-section p {
  font-size:16px; 
  margin-top:0px;
  margin-bottom:0px;
}
.product-updates-blog .blog-subscription-section .form h3 {
  display:none;
}
.product-updates-blog .blog-subscription-section .form .hs-email {
  width:60%;  
}

/****** Reports Listing Page 2019 (JW) ******/

.reports-blog-listing .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #ffffff;
}
.reports-blog-listing .custom-menu-primary2 .hs-menu-wrapper > ul > li > a {
  color: #ffffff;
}
.reports-blog-listing .form-section input.hs-button {
  width: auto !important;
  font-size: 19px !important;
}
.reports-blog-listing .reports-video-wrapper {
  text-align: center;
  float: none;
}
.reports-blog-listing .blog-content {
  max-width:850px;
  margin:0 auto !important;
  float:none !important;
}
.reports-blog-listing .blog-content h3 {
  text-align:center;
}
.reports-blog-listing .reports-headers h1 {
  text-align: center;
  float: none;
  color: #ffd602 !important;
  font-size: 100px;
  line-height: 0.9em;
  max-width: unset !important;
}

.reports-blog-listing .reports-headers h2 {
  font-size: 35px;
  font-family: 'DIN_1451 LT W01 Engschrift',sans-serif;
  margin: 0;
  line-height: 1.2em;
  text-shadow: 1px 1px 9px #777;
  color: #fff;
  text-align: center;
}

.reports-blog-listing .reports-banner-wrapper {
  position: absolute;
}
.reports-blog-listing .reports-video-wrapper {
  max-width: 50%;
  margin: 0 auto !important;
  float: none !important;
  padding-bottom: 0px;
  position: relative;
  top: 80px;
}

.reports-blog-listing #banner-background-image {
  min-height: 600px;
  background-position: center top;
}

.reports-blog-listing .video-border {
  border: 15px solid #ffd602;
}
.reports-blog-listing  .content-wrapper {
  padding-top: 110px;
}
.hs-blog-id-29502054281 .post-item:nth-child(1) .post-header, .hs-blog-id-11930067753 .post-item:nth-child(1) .post-header {
  display: none;
}

/* JP Reports */

.reports-blog-listing-jp .blog-content h3 {
  text-align:left;
}
.reports-blog-listing-jp .content-wrapper {
  display:flex !important;
  flex-wrap:nowrap;
  justify-items:center;
}
.reports-blog-listing-jp .reports-side-section {
  max-width:950px;  
}

@media (max-width: 850px) {

  .reports-blog-listing-jp .content-wrapper {
    display:block !important;
  }
  .reports-blog-listing-jp .reports-side-section {
    max-width:100%;  
  }

}
/* JP Reports End Here */

@media (max-width: 2650px) {

  .reports-blog-listing .text {
    max-width: 80%;
  }
  .reports-blog-listing .webinar-offer-block {
    padding-bottom: 70px;
  }
}

@media (max-width: 1900px) {

  .reports-blog-listing .text {
    max-width: 100%;
  }
}
@media (max-width: 1250px) {

  .header-container .page-center {
    padding-bottom:0px !important;  
  }

  .small-header .social-sharing-section {
    top:139px;
    padding:0px;
  }

  .reports-blog-listing .reports-video-wrapper {
    top: 60px;
  }

  .reports-blog-listing  .content-wrapper {
    padding-top: 110px !important;
  }

  .search-results-block {
    left:50px;
  }

}


@media (max-width: 1150px) {

  .hr-jobs-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {
    width:31.2%;
  }
  .product-updates-blog .blog-subscription-section .form .hs-email {
    width:50%;  
  }
  .small-header .header-container {
    padding:15px 20px 10px 20px;  
  }

}


@media (max-width: 1024px) {
  .reports-blog-listing .reports-background-wrap .main-banner-section {
    padding-top: 230px !important;
  }
}


@media (max-width: 990px) {

  .hr-jobs-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {
    width:47.4%;
  }
  .product-updates-blog .blog-subscription-section .text-section, .product-updates-blog .blog-subscription-section .form {
    width:100%;  
    margin-left:0px;
  } 
  .landing-page-new table td {  
    width: 100% !important;  
    display:block;
    border:0px;
    margin-bottom:40px;
  }

}


@media (max-width: 810px) {

  .hr-jobs-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {
    width:46.7%;
  }

}

@media (max-width: 768px) {
  .reports-blog-listing .reports-background-wrap .main-banner-section {
    padding-top: 20px !important;
  }
  .reports-blog-listing .reports-headers h1 {
    font-size: 100px !important;
  }
  .reports-blog-listing #banner-background-image {
    min-height: 540px !important;
  }
  .reports-blog-listing .reports-video-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 580px) {
  .product-updates-blog .blog-subscription-section .form .hs-email {
    width:100%; 
  }
}

@media (max-width: 560px) {
  .reports-blog-listing .reports-headers h1 {
    font-size: 56px !important;
  }
}


/* */

/* Blog Simple Listing Page */

.blog-listing-page .post-listing-simple .post-item:nth-child(1) {
  background:#dadada;
  width:33.33%;
  float:left;
  margin-bottom:50px;
  border-left:20px #fff solid;
  border-right:20px #fff solid;
  padding-bottom:0px !important;
}

.blog-listing-page .post-listing-simple .post-item:nth-child(1):hover .post-header {
  background:#ffd602;  
}

.blog-listing-page .post-listing-simple .post-item:nth-child(1) .hs-featured-image-wrapper {
  height:170px !important;  
}

.blog-listing-page .post-listing-simple .post-item:nth-child(1) .hs-featured-image-wrapper img {
  height:auto;
}

.blog-listing-page .post-listing-simple .post-item:nth-child(1) .post-header {
  top:0px;
  background:#dadada;
  width:100%;
  padding: 25px 35px;
}

.blog-listing-page .post-listing-simple .post-item:nth-child(1) .post-header h2 {
  font-size:32px;
  text-transform:none;
  height:160px;
  margin-bottom:0px;
}

.blog-listing-page .post-listing-simple .post-item .post-header {
  display:inline-block;
  width:100%;
}

/* */

/* Blog Listing Page */

.blog-listing-page .post-item:nth-child(1) .simple-sign-up { 
  display:block !important;  
  margin-top:-165px;
}

.blog-listing-page .post-item .simple-sign-up {
  background:#090a0e;
  padding:30px;
  color:#f9f9f9;
  float:left;
  /* position:relative;
  z-index:990; */
  width:100%;
  display:none;
}

.press-office-listing-page .simple-sign-up {
  background:#090a0e;
  padding:30px;
  color:#f9f9f9;
  float:left;
  /* position:relative;
  z-index:990; */
  width:100%;
}  

.blog-listing-page .simple-sign-up .text-section, .press-office-listing-page .simple-sign-up .text-section {
  width:38%;
  float:left;
  margin-right:20px;
}

.blog-listing-page .simple-sign-up h3, .press-office-listing-page .simple-sign-up h3 { 
  text-transform:uppercase;
  color:#ffd602;
  margin-bottom:0px;
  font-size:43px;
  margin-top:-9px;
}

.blog-listing-page .simple-sign-up .form, .press-office-listing-page .simple-sign-up .form {
  width:60%;
  float:left;
}

.blog-listing-page .simple-sign-up .form form, .press-office-listing-page .simple-sign-up .form form {
  display:block;
  float:left;
  width:100%;
  margin-bottom:0px;
}

.blog-listing-page .simple-sign-up .hs_email label, .press-office-listing-page .simple-sign-up .hs_email label {
  display:none;  
}

.blog-listing-page .simple-sign-up .form p, .press-office-listing-page .simple-sign-up .form p {
  font-size:15px;
  margin-top:0px;
  margin-bottom:0px;
  float:left;
}

.blog-listing-page .simple-sign-up p a, .press-office-listing-page .simple-sign-up p a {
  color:#ffd602;  
}

.blog-listing-page .simple-sign-up p a:hover, .press-office-listing-page .simple-sign-up p a:hover {
  color:#f9f9f9;  
}

.blog-listing-page .simple-sign-up .hs-email, .press-office-listing-page .simple-sign-up .hs-email {
  width:70%;
  float:left;
}

.blog-listing-page .simple-sign-up .hs-email input, .press-office-listing-page .simple-sign-up input {
  height:18px;
}

.blog-listing-page .simple-sign-up .actions, .press-office-listing-page .simple-sign-up .actions {
  float:left;
  margin:0px;
  padding:0px;
}

.blog-listing-page .simple-sign-up .actions input.hs-button {
  background:#ffd602 !important;
  text-transform:uppercase;
  color:#090a0e !important;
  border:0px !important;
  text-shadow:none !important;
  box-shadow:none !important;
  font-size:20px;
  padding:2px 75px;
  /* margin-left:10px; */
  font-family:'DIN_1451 LT W01 Engschrift', sans-serif !important;
}

.press-office-listing-page .simple-sign-up .actions input.hs-button {
  background:#ffd602;
  text-transform:uppercase;
  color:#090a0e;
  border:0px;
  text-shadow:none;
  box-shadow:none;
  font-size:20px;
  padding:2px 75px 11px 75px;  
}

.blog-subscription-section .submitted-message {
  color:#f9f9f9;  
}

.blog-subscription-section {
  background-image: url('https://www.oag.com/hubfs/Site%20Build%202018/Icons/subscribe-to-newsletter-background.png');
  background-color:#090a0e;
  background-repeat:no-repeat;
  background-position:center right;
  padding:25px 40px;
  margin-bottom:60px;  
}

.blog-subscription-section .text-section h2 {
  color:#ffd602;
  text-transform:uppercase;
  font-size:45px;
  margin-bottom:0px;
  margin-top:0px;
}

.blog-subscription-section .text-section p {
  color:#f9f9f9;  
  margin:10px 0px;
}

.blog-subscription-section .text-section p a {
  color:#ffd602;  
}

.blog-subscription-section .text-section p a:hover {
  color:#f9f9f9;  
}

.blog-subscription-section .form .hs-email {
  float:left;
  width:600px;
  margin-right:20px;
}

.blog-subscription-section .form input {
  float:left;
  display:block !important;
}

.blog-subscription-section .form input.hs-button {
  width:230px;
  background:#ffd602;
  border:1px solid #ffd602;
  color:#090a0e !important;
  text-transform:uppercase;
  font-size:21px;
  float:left;
  display:block;
  padding:3px 20px 1px 20px;
  margin:26px 0 0 18px;
}

.blog-subscription-section .form input.hs-button:hover {
  background:#f9f9f9;
  border:1px solid #f9f9f9;
}

.top-categories-list ul {
  padding-left:0px;  
  list-style:none;
  display:block;
  float:left;
  width:100%;
  margin-top:0px;
}

.top-categories-list ul li {
  display:block;
  background:#090a0e;
  padding:5px 20px 3px 20px;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  text-transform:uppercase;
}

.top-categories-list ul li:hover {
  background:#ffd602;
}

.top-categories-list ul li:hover a {
  color:#090a0e;
}

.top-categories-list ul li a {
  color:#f9f9f9; 
}

.top-categories-list ul li span {
  display:none;  
}

.blog-listing-page .post-item:hover {
  background:#ffd602;  
}

.blog-listing-page .post-item:nth-child(1) {
  width:100%;
  height:auto !important;
  padding-bottom:0px !important;
  background:#fff;
  border-left:0px;
  border-right:0px;
}

.blog-listing-page .post-item:nth-child(1) .hs-featured-image-wrapper img {
  width:100%;
  max-height:100%;
  max-width:100%;
  margin-bottom:0px;
  height:600px;
}

.blog-listing-page .post-item:nth-child(1) .tag-block {
  height:auto; 
  margin-top:-45px;
}

.blog-listing-page .post-item:nth-child(1) .tag-block a {
  color:#090a0e;
  background:#f9f9f9;
  font-size:21px;
  margin-bottom:15px;
  padding:5px 15px 3px 15px;
  margin-right:8px;
}

.blog-listing-page .post-item:nth-child(1) .post-header {
  background:rgba(255, 214, 2, 0.8);
  padding:30px 50px;
  position:relative;
  top:-320px;
  width:75%;
}

.blog-listing-page .post-item:nth-child(1) .post-header h1 {
  text-transform:uppercase;
  font-size:50px;
  line-height:60px;
  height:auto;
  margin-bottom:10px;
}

.blog-listing-page .post-item:nth-child(1):hover {
  background:#fff;
}  

.blog-listing-page .post-item:nth-child(1) .hs-featured-image-wrapper {
  height:auto !important;  
}

.blog-listing-page .post-item {
  background:#dadada;
  width:33.33%;
  float:left;
  margin-bottom:50px;
  border-left:20px #fff solid;
  border-right:20px #fff solid;
  padding-bottom:0px !important;
  /* height:500px; */
}
.blog-listing-page.white-header .post-item {
  height:500px
}  
.blog-listing-page .post-item:hover .post-header {
  background:#ffd602;  
}

.blog-listing-page .post-item .post-header {
  padding:25px 35px;
  background:#dadada;
  z-index:100;
  position:relative;
}

.blog-listing-page .post-item .hs-featured-image-wrapper, .press-office-listing-page .post-item .hs-featured-image-wrapper {
  position:relative;
  height:170px;
  z-index:10;
}
.jp-reports-listing .post-item .hs-featured-image-wrapper, .press-office-listing-page .post-item .hs-featured-image-wrapper {
  overflow: hidden;
  text-align: center;
}
.blog-listing-page .post-item .hs-featured-image-wrapper img {
  margin-top:0px !important;  
  height:auto;
  margin-bottom:0px !important;
}

.blog-listing-page .post-item h2 { 
  font-size:32px;  
  line-height:1.1em;
  height:160px;
}

.blog-listing-page .post-header .tag-block {
  height:90px;  
}

.blog-listing-page .post-header .tag-block a {
  background:#090a0e;
  padding:5px 10px 3px 10px;
  color:#ffd602;
  text-transform:uppercase;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  font-size:17px;
  display:inline-block;
  margin-right:2px;
  margin-bottom:5px;
}

.blog-listing-page .post-header .tag-block a:hover {
  color:#f9f9f9;
  background:#575756;
}

.blog-listing-page .post-header #hubspot-author_data img {
  border-radius:50px;
  max-height:40px;
}

.blog-listing-page .post-header #hubspot-author_data {
  font-size:16px;
  font-weight:600;
}

.blog-listing-page .post-header #hubspot-author_data span.capital-name { 
  text-transform:uppercase;
  color:#090a0e;
}

.blog-listing-page .post-header #hubspot-author_data span {
  color:#f9f9f9;  
}

.blog-listing-page .post-header .author-image {
  display:inline-block;  
  border-radius:50px;
  float:left;
}

.blog-listing-page .post-header .date-author-name {
  display:inline-block;
  float:left;
  margin-top:8px;
  margin-left:7px;
  font-size:15px;
}

.blog-listing-page .post-header .date-author-name a:hover {
  color:#575756; 
}

.blog-pagination {
  display:block;
  float:left;
  width:100%;
  font-weight:600;
}

.blog-pagination a:hover {
  color:#ffd602;  
}

/* */



/* Press Release blog listing page */

.press-office-listing-page .post-item {
  background:#fff;
  width:33.33%;
  float:left;
  margin-bottom:50px;
  border-left:20px #fff solid;
  border-right:20px #fff solid;
  padding-bottom:15px !important;
}

.press-office-listing-page .post-item:hover .post-header {
  background:#ffd602;  
}

.press-office-listing-page .post-item .post-header {
  padding:25px 35px;
  background:#dadada;
  z-index:100;
  position:relative;
}

.press-office-listing-page .post-item .hs-featured-image-wrapper img {
  margin-top:0px !important;  
  height:auto;
  margin-bottom:0px !important;
}

.press-office-listing-page .post-item h2 { 
  font-size:30px;  
  line-height:1.1em;
  height:225px;
}

.press-office-listing-page .post-header .tag-block {
  height:90px;  
  display:none;
}

.press-office-listing-page .post-header .tag-block a {
  background:#090a0e;
  padding:5px 10px 3px 10px;
  color:#ffd602;
  text-transform:uppercase;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  font-size:17px;
  display:inline-block;
  margin-right:2px;
  margin-bottom:5px;
}

.press-office-listing-page .post-header .tag-block a:hover {
  color:#f9f9f9;
  background:#575756;
}

.press-office-listing-page .post-header #hubspot-author_data img {
  border-radius:50px;
}

.press-office-listing-page .post-header #hubspot-author_data {
  font-size:16px;
  font-weight:600;
}

.press-office-listing-page .post-header #hubspot-author_data span.capital-name { 
  text-transform:uppercase;
  color:#090a0e;
}

.press-office-listing-page .post-header #hubspot-author_data span {
  color:#f9f9f9;  
}

.press-office-listing-page .post-header .author-image {
  display:inline-block;  
  border-radius:50px;
  float:left;
}

.press-office-listing-page .post-header .date-author-name {
  display:inline-block;
  float:left;
  margin-top:8px;
  margin-left:7px;
  font-size:15px;
}

.press-office-listing-page .post-header .date-author-name a:hover {
  color:#575756; 
}

/*** ***/



/* Blog post template */

.go-back-blog-link p a:hover {
  color:#ffd602;  
}

.blog-post-page .blog-content {
  margin-bottom:50px;  
}

.blog-post-page h1 {
  float:left;
  line-height:1.2em;
  width:100%;
}

.blog-post-page .hs-featured-image-wrapper {
  float:left;
  display:block;
  width:100%;
}

.blog-post-page .hs-featured-image {
  max-width:100%;
  float:left; 
  width:100%;
  margin:0px 0px 30px 0px;
}

.blog-post-page .about-author-sec img {
  border-radius:100px;  
}

.blog-post-page .about-author-sec h4 {
  font-size:22px;
  font-weight:400;
}

.blog-post-page .sidebar-tags h3 {
  display:none;  
}

.blog-post-page .sidebar-tags ul {
  padding-left:0px;
  list-style:none;
  margin-top:0px;
}

.blog-post-page .sidebar-tags ul li {
  background:#090a0e;
  padding:5px 15px 4px 15px;
  text-transform:uppercase;
  margin-bottom:5px;
  font-family:'DIN_1451 LT W01 Engschrift',sans-serif;
  font-size:20px;
}

.blog-post-page .sidebar-tags ul li:hover {
  background:#ffd602;
}

.blog-post-page .sidebar-tags ul li:hover a {
  color:#090a0e;  
}

.blog-post-page .sidebar-tags ul li a {
  color:#ffd602;  
}

.blog-post-page .sidebar-tags ul li span {
  display:none;  
}

.blog-post-page .blog-sidebar-subscribe-block {
  background:#575756;
  padding:30px;
  color:#f9f9f9;
}

.blog-post-page .blog-sidebar-subscribe-block p a {
  color:#ffd602;  
}

.blog-post-page .blog-sidebar-subscribe-block p a:hover {
  color:#f9f9f9;  
}


.blog-post-page .blog-sidebar-subscribe-block h3 {
  color:#f9f9f9;
  text-transform:uppercase;
  font-size:28px;
  line-height:1.2em;
}

.blog-post-page input.hs-button {
  font-size:22px !important;
  text-transform:uppercase;
  background:#ffd602 !important;
  border:1px solid #ffd602 !important;
  color:#090a0e !important;
  width:100%;
  text-align:center;
  margin-top:10px;
}

.blog-post-page input.hs-button:hover {
  background:#ffeb02 !important;
  border:1px solid #ffeb02 !important;
  color:#090a0e !important;
}
.blog-post-page .blog-content p a {
  text-decoration: underline;
}
.blog-post-page .blog-content p a:hover {
  text-decoration: underline;
  color: #FF9A00;
}
.hs-blog-social-share-item .IN-widget {
  vertical-align: top !important;
  margin: 0 0 0 -6px !important;
}
ul li.hs-blog-social-share-item-google-plus {
  display: none !important;
}
.related-posts-module {
  background: #575756;
  padding: 30px;
  margin-top: 30px;
}
.related-posts-module h3, .related-posts-module p {
  color: #f9f9f9;
}
.related-posts-module a {
  color: #ffd602;
}
.related-posts-module h3 {
  text-transform: uppercase;
}
.related-posts-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
}
.related-posts-module .hs-rss-item-text .hs-rss-title {
  font-weight: bold;
}
.related-posts-module .hs-rss-description a {
  padding-left: 5px;
}

/*************  Main Analyser page sections **************/

.analyser-block-main-section {
  margin-top:30px;
}

.analyser-icon-block {
  border-right:5px solid #fff;
  margin:0px !important;
  width:20% !important;
  background:#ffd602;
}

.analyser-icon-block .text {
  padding:15px 0;  
}

.analyser-icon-block a {
  display:block;  
}

.analyser-icon-block img {
  width:50px !important;
}

.analyser-icon-block p {
  margin-bottom:0px;
  margin-top:5px;
}

.analyser-icon-block img, .analyser-icon-block p {
  opacity:0.7;  
}

.analyser-icon-block:hover img, .analyser-icon-block:hover p {
  opacity:1;  
}

.analyser-sections .analyser-request-trial-content {
  width:60%;
  float:left;
}

.analyser-sections .analyser-request-trial-form {
  width:35%;
  float:right;
  margin-top:0px;
}
.whats-new-video {
  max-width: 800px;
  float: none !important;
  margin: 0 auto !important;
}
.analyser-video-header {
  margin-bottom: 20px;
}
.whats-new-video-module {
  margin: 20px 0 40px;
}
.analyser-video-subheader {
  margin-top: 50px;
}

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

/*************** Case Studies Page ****************/

.case-studies-centered-section {
  padding-top: 80px;  
}
.cs-customer-stories .large-subheads .featured-subhead-cta h2 {
  font-size: 2.7rem;
  margin-bottom: 10px;
}

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


/**************** Solution Schedules *************************/

.accordion-icon img {
  max-width: 100px;
}

.solution-schedules-outter-wrap {
  padding: 60px 0px;
}

.solution-text-content {
  padding-bottom: 60px;
}

.schedule-testimonial-section-wrap {
  padding-left: 100px;
}

.schedule-testimonial-section {
  padding: 60px 40px 40px;
  text-align: center;
  background-position: center;
  background-size: cover;
  float: left;
}

.schedule-testimonial-content h2 {
  color: #f9f9f9;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.1em;
}

.book-a-meeting-wrap {
  background: #ffd602;
  padding: 35px 20px 50px 20px;
  max-width: 280px;
}
.book-a-meeting-wrap-black {
  background: #090a0e;
  padding: 25px 20px 0px 20px;
  max-width: 280px;
}
.book-a-meeting-wrap-black form input.hs-button {
  background: #ffd602;
  border: 1px solid #ffd602;
  color: #090a0e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: 'F37 Bolton Light',arial,sans-serif;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.book-a-meeting-wrap-black form .actions {
  text-align: center;
}
.book-a-meeting-wrap-black .book-a-meeting-txt p {
  color: #f9f9f9;
}
.book-a-meeting-wrap-black .book-a-meeting-txt a {
  color: #ffd602;
}
.book-a-meeting-wrap-black .book-a-meeting-txt h3 {
  color: #ffd602;
}
.book-a-meeting-wrap-black form input.hs-button:hover {
  border: 1px solid #34495e;
  border-color: #fff;
  background: #fff;
  color: #34495e;
}
.book-a-meeting-wrap-black form label {
  color: #f9f9f9;
  font-size: 13px;
}

.book-a-meeting-wrap-black form .hs-error-msgs label {
  color: #f9f9f9;
  font-size: 11px;
}

.book-a-meeting-wrap-black form .hs-error-msgs {
  margin: 0px;
}

.book-a-meeting-wrap-black form ul.hs-error-msgs li {
  line-height:0.7em;
  margin-top:5px;
}

.book-a-meeting-wrap-black form input[type="text"], .book-a-meeting-wrap-black form input[type="email"], .book-a-meeting-wrap-black form select, .book-a-meeting-wrap-black form input[type="tel"] {
  height: 25px;
  font-size: 12px;
}

.book-a-meeting-txt p {
  font-size: 14px;
  margin:0px 0px 30px 0px;
}

.book-a-meeting-icn img {
  max-width: 120px;
}

.book-a-meeting-icn {
  text-align: center;
}

.book-a-meeting-icn {
  padding-bottom: 30px;
}

.book-a-meeting-txt h2 {
  margin-bottom:0px;
}

.book-a-meeting-txt {
  text-align: center;
}

.book-now-ct {
  color: #000;
  background-color: #f9f9f9;
  padding: 6px 15px;
  text-decoration: none;
  border-radius: 5px;
}

.book-a-meeting-cta {
  text-align: center;
}

.solution-schedule #banner-background-image {
  min-height: 660px;
}
.free-trial-page  #banner-background-image {
  min-height: 800px;
}
.lp-2020 #banner-background-image {
  min-height: 750px;
}
.schedule-banner-heading h1 {
  color: #f9f9f9 !important;
}

.solution-icon img {
  max-width: 120px;
  -webkit-animation: pulse 3s;
  -moz-animation: pulse 3s;
  -o-animation: pulse 3s;
  animation: pulse 3s;
}

@keyframes pulse {
  from {
    transform : scale(1);
    opacity   : 0.25;
  }
  50% {
    transform : scale(0.75);
    opacity   : 0.25;
  }
  to {
    transform : scale(1);
    opacity   : 1;
  }
}

.solution-icon {
  padding-bottom: 30px;
}

.solution-schedules-outter-wrap {
  position: relative;
  width: 100%!Important;
  max-width: 100%!important;
  margin: 0px;
}

.book-a-meeting-outter {
  position: relative;
}
.case-studies-yellow-cta {
  margin-top: 20px;
}
.case-studies-yellow-cta .yellow-cta-wrap {
  text-align:center; 
  padding: 20px; 
}



/* */



/**** OTP stars *******/

.otp-stars-banner-wrap {
  width: 100%;
  float: left;
  background-position: center;
  background-size: cover;
}
.aviation .otp-stars-banner-wrap { 
  float: none !important;
  margin-top: -10px;
}
.otp-stars-banner {
  width: 100%;
  display: flex;
  height: calc(100vh - 200px);
  align-items: center;
  justify-content: center;
  max-height: 600px;
}

.pillar-page-flex .otp-stars-banner {
  align-items: center;
}
.otp-stars-banner-content {
  max-width: 750px;
  text-align: center;
}

.otp-stars-banner-content h1 {
  font-size: 140px;
  line-height: 0.9em;
  margin: 0;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.otp-stars-banner-content p {
  font-size: 35px;
  font-family: 'DIN_1451 LT W01 Engschrift',sans-serif;
  margin: 0;
  line-height: 1.2em;
  text-shadow:1px 1px 9px #777;
}

.winner-title {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.winner-title h2 {
  margin: 0;
  line-height: 32px;
  font-size: 30px;
}

.winner-logo-col-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.winner-logo-col {
  width: 24%;
}

.winner-logo-wrap {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  margin-top: -100px;
  position: relative;
}

.winner-logo-col {
  width: 23.5%;
  margin-bottom: 2%;
}

.otp-resourse-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 7px;
}

.otp-resourse-img {
  width: 33%;
  background-size: cover;
  background-position: center;
}

.otp-resourse-content {
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-resourse-content-inner {
  max-width: 700px;
  text-align: center;
  padding: 30px 0px;
}


.ots-media-enquiries-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ots-media-enquiries-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.media-enquiries-content {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-enquiries-img {
  width: 66.5%;
  background-size: cover;
  background-position: center;
}

.media-enquiries-content-inner {
  width: 300px;
  text-align: center;
  padding: 30px 0px;
}

.media-enquiries-content h2 {
  color: #ffd602;
}

.three-colin {
  width: 70%;
}
.three-colin h2 {
  line-height:1.2em;  
}
.otp-three-col {
  width: 33%;
  padding: 40px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.otp-three-col-inner {
  display: flex;
  justify-content: space-between;
}

.otp-three-col-cta .cta_button {
  display: inline-block;
  padding: 6px 15px;
}

.otp-three-col-cta {
  padding-top: 10px;
}

.otp-resource-cta {
  padding-top: 10px;
}

.media-enquiries-cta {
  padding-top: 20px;
}

.otp-three-col-wrap {
  padding-bottom: 7px;
}

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

.tablesorter {
  width: 100%;
}

.tablesorter th:nth-of-type(1) {
  width: 20% !important;
}

.tablesorter tbody td:nth-of-type(1) {
  width: 15.5% !important;
}

.tablesorter th:nth-of-type(2) {
  width: 10%;
}

.tablesorter th:nth-of-type(3) {
  width: 10%;
}

.tablesorter tbody td:nth-of-type(2), .tablesorter tbody td:nth-of-type(3) {
  width: 8.5%;  
}

.tablesorter th:nth-of-type(4) {
  width: 15%;
}

.tablesorter tbody td:nth-of-type(4), .tablesorter tbody td:nth-of-type(5) {
  width: 12.5%;
}

.tablesorter th:nth-of-type(5) {
  width: 15%;
}

.tablesorter th:nth-of-type(6) {
  width: 20%;
}

.tablesorter tbody td:nth-of-type(6) {
  width:17%;   
}

.tablesorter th:nth-of-type(7) {
  width: 10%;
}

.tablesorter tbody td:nth-of-type(7) {
  width: 8%;  
}

.star-ratings-wrap .tablesorter thead {
  display: block;
  width: calc(100% - 16px);
}

.otp-tabs__navitem--active:hover {
  color: #ffd602;
}

.table-one thead {
  border-spacing: 0px;
}
.table-two thead {
  border-spacing: 0px;
}
.star-ratings-wrap th {
  border-right: 1px solid #090a0e;
}
.otp-stars-button a {
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 6px 15px;
}

.otp-stars-button a:hover {
  background: #000;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}

.otp-stars-button-yellow a {
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 6px 15px;
}

.otp-stars-button-yellow a:hover {
  background: #000;
  border: 1px solid #000;
  border-radius: 5px;
  color: #fff;
}




/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.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 */
.blog-listing-wrapper {}

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

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

/* Blog Post Title */
.post-header h2  {
  margin-bottom: 0;
}

.post-header p{
  font-size: 13px;
}
/* Blog Author and Avatar */
#hubspot-author_data {
  float: left;
}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

p.custom_listing_comments{
  float: right;
}

.hs-blog-social-share{
  float: left;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 60px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link { display: block; }

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: auto;
  max-width: 100%;
  display: inline-block !important;
  float: none!important;
  margin: 10px 0px 10px 0px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/
.social-sharing-wrapper {
  clear: both;
}
.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
  width: 100%;
}


/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#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 {
  text-align: center;
}
.blog-pagination .previous-posts-link {
  float: left;
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
  float: right;
}

/* Blog Author Page */
.hs-author-social-label {
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
  vertical-align: middle;
}
.hs-author-social-links a.hs-author-social-link {
  font-size: 30px;
  display: inline-block;
  padding-right: 5px !important;
  /*background: none !important;
  vertical-align: middle;*/
}



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

.blog .blog-sidebar {}

.blog-sidebar-filter-list li {
  padding: 2px 0;
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {
  padding: 0px 0px 40px 0px;
}


/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

/* Form Field */
body .hs-form-field { margin-bottom: 5px; }

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {
  margin-bottom: 5px;
  font-weight: 700;
}
body .hs-form-field > label {}

/* One Line Inputs */


body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  font-size: 18px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  outline: 0;
  border-color: #34495e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
  min-height: 200px;
}
body textarea:focus {}

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

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

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

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

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


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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
  padding: 5px;
}

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

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


/* 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"], .widget-type-blog_subscribe input[type="email"]{
  width: 100%;
  float: left;
  height: 36px;
  margin-bottom: 10px;
}
.blog-sidebar #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"] {}


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

/* Label */
.widget-type-google_search label {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat',sans-serif;
  display: block;
  text-rendering: optimizelegibility;
  margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
  width: 60%;
  float: left;
  margin-top: 0px;
  height: 36px;
}
.widget-type-google_search input[type="focus"] {}

.widget-type-google_search .hs-button.primary {
  float: left;
  margin-left: 2px;
}

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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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

/* Form Error Selectors
========================================================================== */
.hsformerror{
  font-size: 12px!important;
  border: 0 !important;
  color: #FFF!important;
  background-image: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  z-index: 99999 !important;
  border-color: #34495e !important;
  background: #34495e !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.hsformerror .close-form-error {
  color: #34495e;
}
.hsformerror em {
  border-color: #34495e transparent transparent !important;
}




/* ==========================================================================
Buttons                                              
========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  font-family: 'DIN_1451 LT W01 Engschrift', sans-serif;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
  text-decoration: none;
  color: #34495e;
  border-color: #34495e;
  -webkit-appearance: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  border: 2px solid #FFF;
  border-color: #34495e;
  background: #34495e;
  color: #FFF;
}

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


/* 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 comment "reply to" section */
.comment-reply-to{
  color: #666!important;
  background: none!important;
  padding-left: 0px!important;
}
.comment-reply-to:before{
  content: "\f112";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 7px;
  font-size: 15px;
  color: #34495e;
  vertical-align: top;
}
/* 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 {}


/* CTA Buttons
========================================================================== */

/** 
* Override global CTA styles by wrapping the CTA module in a module group 
* that has an ID, and use that ID to prefix your CTA selector. Example shown below.
*
* All overriding properties require !important tags. 
*/

/* CTA button with border */
.cta_border_button {
  background: #ffd602;
  border-style: none;
  border-width: 0px;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  font-family: 'DIN_1451 LT W01 Engschrift', sans-serif;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
  text-decoration: none;
  color: #ffd602;
  border-color: #090a0e;
  -webkit-appearance: none;
}
.cta_border_button:hover {
  border: 1px solid #575756;
  color: #f9f9f9;
  background: #575756;
}

/* CTA button with Solid Background */
.cta_solid_button {
  border-style: none;
  border-width: 0px;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
  font-family: 'DIN_1451 LT W01 Engschrift', sans-serif;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: ffd602;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  border-color: #34495e;
  -webkit-appearance: none;
}
.cta_solid_button:hover {
  background: #ffd602;
  border-style: solid;
  border-width: 2px;
  border-color: #34495e;
  background: #34495e;
  text-transform: uppercase;
}

.hs-content-id-46504426503 .subscribe-block,
.hs-content-id-46524249767 .subscribe-block{
  padding-top: 50px;
}






/* ==========================================================================


6. MISCELLANOUS                                        


========================================================================== */





/** 
* Styles that do not fit into available sections above can go here.
* For example, one would place 3rd party plugin overriding styles here.
*
* This section is NOT for 'Custom' styles.  All custom styles must go in the
* proper sections above.
*
* For instance, custom header and footer styles must go in the HEADER and 
* FOOTER sections.  Custom styles for anything in-between the header and footer 
* (such as, styles that are unique to the HOMEPAGE only), must go in the 
* CONTENT section.
*/ 








/* ==========================================================================


7. MOBILE MEDIA QUERIES                              


========================================================================== */





/* Screen sizes smaller than site maxWidth (.page-center)
========================================================================== */

@media (max-width: 1250px) {

  .blog-listing-page .simple-sign-up .text-section, .press-office-listing-page .simple-sign-up .text-section {
    width:28%;
  }

  .blog-listing-page .simple-sign-up .form, .press-office-listing-page .simple-sign-up .form {
    width:66%;  
  }

  .blog-listing-page .simple-sign-up h3, .press-office-listing-page .simple-sign-up h3 {
    font-size:45px;
    line-height:1em;
  }

  .blog-listing-page .post-item .hs-featured-image-wrapper {
    height:140px;  
  }

  .blog-listing-page .post-item:nth-child(1) {
    margin-bottom:0px;  
  }

  .blog-listing-page .simple-sign-up .hs-email, .press-office-listing-page .simple-sign-up .hs-email {
    width:62%; 
  }

  .blog-listing-page .post-item:nth-child(1) .simple-sign-up {
    margin-top:-220px;  
  }

  .container-fluid .row-fluid .page-center {
    padding: 10px 20px;    
  }

  .otp-tabs>.page-center {
    padding-bottom: 0 !important;
  }

  .container-fluid .footer-copyright .row-fluid .page-center {
    padding: 0 20px;
  }

  .search-results-block:hover input {
    left:0px;
    width:100% !important;
  }

  .hp-three-blocks {
    padding:50px 50px 0px 50px;
  }

  .hp-bottom-three-block .text {
    padding:60px 40px;  
  }

  .knowledge-hub-section .block {
    padding:0 50px;
    height:400px;
  }

  .hp-platforms-section .page-center, .hp-services-section .page-center {
    padding-bottom:0px !important;
  }

  .hp-platforms-section h2 {
    font-size:150px;  
  }

  .hp-platforms-section h3 {
    margin-top:-100px;  
  }

  .hp-platforms-section .image {
    margin-top:-210px;  
  }

  .hp-services-section .image {
    width:305px;
    margin-top:-105px;
  }

  .hp-services-section .title-text {
    margin-top:-50px;  
  }

  .blog-listing-page .post-item {
    margin-bottom:40px;
  }

  .blog-listing-page .post-item:nth-child(1) {
    border-right:20px;
    border-left:20px;
  }

  .blog-listing-page .post-item h2 {
    font-size:32px;  
  }

  .blog-listing-page .post-header #hubspot-author_data {
    width:100%;  
  }

  .press-office-listing-page .post-header #hubspot-author_data {
    width:100%;  
  }

  .press-office-listing-page .post-header .author-image {
    width:100%;
    text-align:center;
  }

  .press-office-listing-page .post-header .date-author-name {
    width:100%;
    text-align:center;
    margin-top:10px;
  }


  .blog-listing-page .post-item:nth-child(1) .post-header .author-image {
    text-align:left;  
    width:8%;
  }


  .blog-listing-page .post-item:nth-child(1) .post-header .date-author-name {
    text-align:left; 
    width:70%;
  }

  .blog-listing-page .post-header .author-image, .blog-listing-page .post-listing-simple .post-item:nth-child(1) .post-header .author-image {
    width:100%;
    text-align:center;
  }

  .blog-listing-page .post-header .date-author-name, .blog-listing-page .post-listing-simple .post-item:nth-child(1) .post-header .date-author-name {
    width:100%;
    text-align:center;
    margin-top:10px;
  }

  .blog-listing-page .post-item:nth-child(1) {
    /* height:580px; */
  }

  .blog-listing-page .post-item:nth-child(1) .hs-featured-image-wrapper img {
    /* height:550px; */
    height: auto !important;
  }

  .section2 {
    max-height:480px;
  }

  .about-us-fullwidth .section2 {
    max-height:520px;
  }

  .about-us-fullwidth .inner-wraper {
    padding: 70px 50px 70px;
  }
  .new-nav-header .custom-menu-primary {
    width: 100% !important;
  }
  .new-nav-header .custom-menu-primary2 {
    width: 100% !important;
  }
  .new-nav-header .search-results-block {
    width: 56% !important;
  }
  .cs-intro {
    margin-bottom: 30px;
  }
  .reports-blog-listing .webinar-offer-block {
    padding-bottom: 70px !important;
  }

}


@media (max-width: 1300px) {

  .homepage-version-d .hp-three-blocks .text {
    padding-left:40px;
    padding-right:40px;
  }  

  .homepage-version-d .data-background {
    background-size:70%;
  }

  .latest-insights-tabs .tabber-tabs {
    margin-left:10px;
    margin-right:10px;
  }

}  


@media (max-width: 1150px) {
  .header-nav-and-search {
    width:55% !important;  
  }
  .header-nav-and-search .custom-menu-primary ul li:nth-child(1), .header-nav-and-search .custom-menu-primary ul li:nth-child(2), .header-nav-and-search .custom-menu-primary ul li:nth-child(3) {
    display:block !important;
  }
  .header-cta-button a.cta_button, .header-cta-button a.header-button {
    display:none !important;  
  }
  .search-results-block {
    width:70% !important;
    margin-top:15px;
  }
  .globe-section {
    padding-right:40px;  
  }
  .new-nav-header .globe-section {
    padding-right: 0px;
  }
  .new-nav-header .header-cta-button {
    margin-left: 0px;
  }
  .new-nav-header .search-results-block {
    width: 50% !important;
  }
  .new-nav-header .header-cta-button {
    width: 47%;
  }
  .header-nav-and-search .row-number-5 div.row-fluid {
    display:flex;
    flex-direction: row;
  }
  .header-nav-and-search .header-cta-button {
    flex:1;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul > li {
    font-size: 17px;
  }
  .custom-menu-primary2 .hs-menu-wrapper>ul>li>a {
    padding: 10px 2px !important;
  }
  .new-nav-header .globe-section .cta_button {
    font-size: 17px !important;
  }
}

@media (max-width: 1771px) {
  .analyser-sections-spacer {
    margin-bottom: 30px;
  }
}


@media (max-width: 1500px) {

  .landing-page-new-video .main-banner-section .banner-text {
    left:5%; 
  }

  .landing-page-new-video .video-section {
    margin-top:-100px;
  }

  .landing-page-new-video .main-banner-section .text h1 {
    font-size:75px !important;  
  }

}


@media (max-width: 1280px) {

  .platforms-data-displays-tabber-section .tabber-content .tab-pane {
    padding:0px 40px;
  }

  .reports-tabber-section .tabber-content .tab-pane {
    padding:0px 40px;    
  }

  .arrow-next a.display-left {
    left: 0%;
  }

  .arrow-next a.display-left1 {
    left: 0%;
  }

  .arrow-next a.display-left2 {
    left: 0%;
  }

  .arrow-next a.display-right {
    right: 0%;
  }

  .arrow-next a.display-right1 {
    right: 0%;
  }

  .arrow-next a.display-right2 {
    right: 0%;
  }

  .platforms-data-displays-tabber-section #tab-0 .content-section h2 {
    font-size:310px;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section .image img {
    top:-250px;  
  }  

  .platforms-data-displays-tabber-section .tabber-content #tab-1 .content-section .text {
    width:50%;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-1 .content-section .image  {
    max-width:500px;
    width:50%;
    position:relative;
    margin-top:0px;
    top:111px;
  }

  .platforms-data-displays-tabber-section #tab-2 .content-section h2 {
    font-size:175px;  
  }

  .platforms-data-displays-tabber-section #tab-2 .content-section h3 {
    font-size:34px;  
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image img {
    top:-106px;
    width:380px !important;
    right:100px;
  }
  .codoforum-page .homepage-banner-text {
    margin-top: 7% !important;
  }

}




@media (max-width: 1250px) {

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) .hs-featured-image-wrapper {
    height:140px !important;  
  }

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) {
    margin-bottom:40px;  
  }

  /*.insights-blog .post-listing .post-item:nth-child(1) {
  width:46.5%;  
}*/

  .insights-blog .post-listing .post-item {
    width:22%;
  }

  .insights-blog .blog-pagination {
    padding-bottom:40px;  
  }

}  



@media (max-width: 1080px) {

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) {
    width:50% !important; 
    height:450px !important;
  }

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) .post-header h2 {
    height:120px;  
  }

  .blog-listing-page .post-item:nth-child(1) .hs-featured-image-wrapper img {
    height:300px !important;  
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-1 .content-section .text {
    width:65%;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-1 .content-section .image  {
    max-width:269px;
    width:33%;
    top:301px;
  }

  .analyser-bundles-boxes .box table tr td h4 {
    padding:10px 5px;
    font-size:14px;
  }

  .analyser-bundles-boxes .box table tr td p {
    height:105px;
  }

  .blog-listing-page .post-item:nth-child(1) .simple-sign-up {
    margin-top:-151px;
    margin-bottom:50px;
  }

  .blog-listing-page .simple-sign-up h3, .press-office-listing-page .simple-sign-up h3 {
    font-size:37px;
    margin-top:-2px;
  }

  .league-inner {
    padding: 0px 0px;
  }  

  .blog-listing-page .post-item:nth-child(1) .post-header h1 {
    font-size:38px; 
    line-height:48px;
  }

  .blog-listing-page .post-item .hs-featured-image-wrapper img {
    /* height:300px; */
    width:100%;
  }

  .blog-listing-page .post-item h2 {
    height:120px;  
  }

  .blog-listing-page .post-item {
    width:50%;  
    height:450px;
  }

  .press-office-listing-page .post-item .hs-featured-image-wrapper img {
    width:100%;
  }

  .press-office-listing-page .post-item h2 {
    height:200px;  
  }

  .press-office-listing-page .post-item {
    width:50%;  
  }  

  .schedules-accordion__item {
    padding-left: 20px;
  }

  .accordion-icon img {
    max-width: 90px;
  }

  .accordion-icon {
    top: calc(50% - 45px);
    left: -20px;
  }

  .schedules-accordion__item button {
    padding: 15px 15px 15px 80px;
  }

  .schedules-accordion-content-wrap {
    padding: 30px 30px 30px 80px;
  }

  .schedule-testimonial-section-wrap {
    padding-left: 80px;
  }
  .single-video-module {
    margin: 20px 30px;
  }

}



@media (max-width: 1050px) {

  /*.insights-blog .post-listing .post-item:nth-child(1) {
  width:63%;  
}*/

  .insights-blog .post-listing .post-item {
    width:30.5%;
    margin-left:12px;
    margin-right:12px;
  }



}



@media (max-width: 1024px) {

  .anaylser-bundles-headers h1 {
    font-size:80px;  
  }

  .anaylser-bundles-headers h2 {
    font-size:40px;  
  }

  .request-quote-box .text h3 {
    font-size:30px;  
  }

  .thankyou-page .black-form-section .form-section input.hs-button {
    margin-top:27px;
  }

  .resources-page .research-search-by-year .year-block h3 {
    font-size:55px;  
  }

  .resources-page .research-search-by-year .year-block p {
    font-size:25px;  
  }


  .landing-page-new-video .main-banner-section .banner-text {
    left:3%; 
  }

  .landing-page-new-video .video-section {
    margin-top:-50px;
  }

  .landing-page-new-video .main-banner-section .banner-text .text h1 {
    font-size:50px !important;  
  }

  .landing-page-new-video .main-banner-section {
    padding-bottom:80px !important;
    padding-top:180px !important;
  }


  .landing-page-new-video #banner-background-image {
    min-height:600px !important
  }

  .black-form-section .form-section .hs-form-field {
    width:32%;
  }

  .black-form-section .form-section input.hs-button {
    margin:30px auto 0px auto;
    display:inline-block;
    float:none;
  }

  .landing-page-new .main-banner-section .text h1 {
    font-size:70px !important;  
  }

  .landing-page-new .main-banner-section .form-section {
    padding:0px 50px;  
  }

  .resources-page .monthly-otp-col h3 {
    font-size:26px;  
  }

  .inner-wraper {
    min-height: 535px;
  }

  .custom-module-video {
    width:100% !important;
    height:auto !important;
  }

  .custom-module1 {
    width:100% !important;
    height:auto !imprtant;
    display:block !important;
  }

  .custom-module1 .inner-wraper {
    min-height:350px  !important;    
  }

  .about-us-fullwidth .custom-module-video span {
    height:350px;
  }

  .otp-stars-banner-wrap {
    padding-top:300px !important;
    padding-bottom:250px !important
  }

  .otp-stars-banner-content h1 {
    font-size:100px;  
  }

  .otp-stars-banner-content p {
    font-size:30px;  
  }

  .internal-page #banner-background-image {
    min-height:750px; 
  }

  .internal-page .homepage-banner-text h1, .internal-page #banner-background-image h1 {
    font-size:100px;  
  }

  .internal-page .homepage-banner-text h2, .internal-page #banner-background-image h2 {
    font-size:30px;  
  }

  .data-solutions-page .hp-data-section .image {
    margin-top:-295px;  
  }

  .data-solutions-page .hp-data-section .title-text h3 {
    font-size:24px !important;
    margin-top:-100px !important;
    padding-left:0px;
  }  

  .blog-subscription-section .form .hs-email {
    width:380px;  
    margin-right:10px;
  }

  .hp-platforms-section .image {
    margin-top:-45px;  
  }

  .hp-three-blocks {
    padding:50px 25px 0px 25px;
  }

  .knowledge-hub-section .large-subheads h2 {
    font-size:50px;  
  }

  .large-subheads h2, .knowledge-hub-section .large-subheads h3, .latest-insights-tabs .tabber-tabs li a {
    font-size:35px !important;  
  }

  .large-subheads h3 {
    font-size:28px !important;  
  }

  .hp-data-section .text {
    width:48% !important;
  }

  .hp-data-section .picture-title {
    width:49% !important;
    margin-top:20px;
  }

  .hp-data-section .title-text h2 {
    font-size:250px;  
  }

  .hp-data-section .title-text h3 {
    font-size:26px;
    margin-top:-125px;
  }

  .hp-data-section .image {
    margin-top:-210px;
  }

  .hp-data-section .image img {
    width:200px !important;
  }

  .hp-services-section h2 {
    font-size:180px;  
  }

  .hp-services-section h3 {
    font-size:40px;
    margin-right:0px;
    margin-top:-112px;
  }

  .hp-services-section .image {
    margin-top:-51px;  
  }
  .custom-module-video img {
    min-height: auto;
    object-fit: initial;
  }
  .codoforum-page .homepage-banner-text {
    margin-top: 10% !important;
  }
  .pillar-page-flex.pp-traveler-survey .otp-stars-banner-content h1 {
    font-size: 80px;
  }
}



@media (max-width: 970px) {

  .office-template .case-study-section .image-and-link {
    width:100%;
    margin-left:0px;
    margin-right:0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding:10px 2px !important;  
  }

  .custom-menu-primary2 .hs-menu-wrapper>ul>li>a {
    padding:10px 2px !important;  
  }
  .blog-listing-page .simple-sign-up .hs-email, .press-office-listing-page .simple-sign-up .hs-email {
    width:50%;
    margin-right:10px;
  }

  .globe-section {
    padding-right:30px;  
  }
  .new-nav-header .search-results-block {
    width: 47% !important;
  }
  .new-nav-header .header-cta-button {
    width: 50%;
  }
  .new-nav-header .globe-section .cta_button {
    font-size: 17px !important;
  }
}



@media (max-width: 870px) {

  .filter-tags {
    width:100% !important;  
  }

  .search-section {
    width:100% !important; 
    margin-left:0px !important;
    margin-top:40px;
  }

}


@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

  .three-col-loc-padding{
    padding: 15px 15px;
  }
  .three-col-loc-wrp .column {
    width: 32.33%;
    margin-right: 1%;
  }
  .three-col-loc-wrp p{
    font-size: 12px;
    padding: 6px 0 10px;
  }
  .three-col-loc-wrp h2{
    padding-bottom: 8px;
  }  

  .otp-col-inner {
    padding: 60px 20px 20px;
  }

  .monthly-otp-col h3 {
    font-size: 16px;
  }

  .monthly-otp-col h2 {
    font-size: 30px;
  }

  .punctuality-league-col h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .league-inner {
    padding: 0px 0px;
  } 

  .punctuality-league-col img {
    max-width: 160px;
    padding-bottom: 20px;
    width: 100%;
  }

  .life-at-oag-content {
    padding: 40px 0px 20px;
  }
  .lao-about-text-padding {
    padding: 0px 15px 0px 0px;
  }
  .lao-other-activities{
    padding: 0px 20px 0px 20px;
    margin: 40px 0px 30px 0px;
  }

  .leaders-image, .leaders-content-wrp{
    min-height: auto;
    max-height: initial;
  }
  .leaders-image {
    width: 60% !important;
    float: none;
    margin: 0 auto;
  }
  .leaders-content-wrp {
    width: 60% !important;
    float: none;
    margin: 0 auto;
  }
  .align-content-left .leaders-image {
    float: none;
  }
  .leaders-outer-wrp{
    margin-bottom: 30px;
  }
  .leaders-content-padding {
    padding: 30px;
  }

}



@media (max-width: 1024px) {

  .leaders-image {
    width: 60% !important;
    float: none;
    margin: 0 auto;
  }

  .leaders-image img {
    min-height:auto;  
  }

  .leaders-image, .leaders-content-wrp {
    min-height:auto !important;
    max-height:initial !important;
  }

  .leaders-content-wrp {
    width: 60% !important;
    float: none;
    margin: 0 auto;
  }

  .align-content-left .leaders-image {
    float: none;
  }
  .punctuality-league-page .otp-access-form {
    padding: 0;
  }
}


@media (max-width: 999px) {

  .insights-blog .featured-post-section .main-text-area h3 {
    font-size:23px;  
  }

  .megahubs-page .intro-section .text {
    padding:60px 20px;  
  }

  .megahubs-page .headline h2 {
    font-size:40px;  
  }
  .news-events .events-blog-rss-feed {
    width: 100%;
  }
  .news-events .social-feed {
    margin-left: 0px;
    width: 100%;
  }

  /* feeds side by side - ON */
  .news-events .social-feed {
    display: flex;
  }
  .news-events .social-feed > .row-fluid-wrapper {
    flex: 1 1 auto;
  }
  .news-events .social-feed .facebook-feed-group {
    padding: 20px 10px 20px 20px;
  }
  .news-events .social-feed .twitter-feed-group {
    padding: 20px 20px 20px 10px;
  }
}


@media (max-width: 900px) {

  .header-nav-and-search {
    width:40% !important;  
  }
  .news-events .social-feed {
    flex-direction: column;
    align-items: center;
  }
  .news-events .social-feed .facebook-feed-group, .news-events .social-feed .twitter-feed-group {
    padding: 20px 30px;
  }

  .l-tab-outer span.l-tab {
    font-size:17px;
    padding:8px 8px 6px 8px;
  }

  .small-header .social-sharing-section {
    top:142px;
  }

  /*.insights-blog .post-listing .post-item:nth-child(1) {
  width:62.8%;  
}*/

  .insights-blog .post-listing .post-item {
    width:30%;  
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-1 .content-section .text {
    width:100%;  
  }

  .platforms-data-displays-tabber-section #tab-1 .content-section h2 {
    font-size:100px;  
  }

  .platforms-data-displays-tabber-section #tab-1 .content-section h3 {
    font-size:40px;
    margin-top:15px;
    padding-left:4px;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section {
    display: -webkit-flex; /* Safari */
    display: flex;  
    flex-flow: row wrap;
    width:100%;
    padding-top:100px;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section .text {
    width:100%;
    -webkit-order: 2;
    order: 2;
    float:left;
    margin-top:0px;

  }

  .platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section .image {
    -webkit-order: 1;
    order: 1;
    width:100%;
    float:left;
  }

  .platforms-data-displays-tabber-section #tab-0 .content-section h2 {
    text-align:left;  
    font-size:200px;
  }

  .platforms-data-displays-tabber-section #tab-0 .content-section h3 {
    text-align:left;  
    font-size:40px;
    padding-left:50px;
    margin-top:25px;   
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section {
    display: -webkit-flex; /* Safari */
    display: flex;  
    flex-flow: row wrap;
    width:100%;
    padding-top:100px;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .text {
    width:100%;
    -webkit-order: 2;
    order: 2;
    float:left;
    margin-top:-40px;

  }

  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image {
    -webkit-order: 1;
    order: 1;
    width:100%;
    float:left;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image h2 {
    text-align:left;
    font-size:120px;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image h3 {
    text-align:left;
    padding-left:5px;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-1 .content-section .image, 
  .platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section .image img,
  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image img {
    display:none;  
  }

  .analyser-bundles-boxes .box table tr td {
    float:left;
    width:20%;
    margin-bottom:9px;
  }

  .analyser-bundles-boxes .box table tr td p {
    height:125px;  
    padding:10px 5px;
  }

  .office-template .l-tab-outer span.l-tab {
    font-size:20px !important;
  }

  .book-a-call #banner-background-image {
    min-height:360px !important;  
  }  

  .two-blocks .hp-three-blocks {
    height:800px;  
  }
  .resources-main .two-blocks  .hp-three-blocks { 
    height: 500px;
  }
  .small-header .search-results-block {
    margin-top:13px;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    font-size:17px;  
  }

  .custom-menu-primary .hs-menu-wrapper ul li a {
    padding:10px 7px;  
  }
  .custom-menu-primary2 .hs-menu-wrapper ul li {
    font-size:17px;  
  }

  .custom-menu-primary2 .hs-menu-wrapper ul li a {
    padding:10px 7px;  
  }
  .hp-services-section h2 {
    font-size:115px;    
  }

  .hp-services-section h3 {
    margin-top:-75px;  
  }

  .hp-services-section .image {
    margin-top:-10px;  
  }

  .hp-services-section .text-section {
    width:48% !important;
  }

  .hp-services-section .title-image {
    width:48% !important;
  } 

  .hp-services-section .title-text {
    margin-top:-20px;  
  }

  .knowledge-hub-section .block {
    width:100% !important; 
    height:auto;
    border-bottom:1px solid #090a0e;
    margin-bottom:40px;

    padding:30px 50px;
  }

  .border-right-black {
    border:none;  
  }
  .border-left-black {
    border:none;  
  }
  .analyser-sections .knowledge-hub-section .block {
    border: none;
    padding: 10px;
  }
  .analyser-sections .padding60tb-top {
    padding: 30px;
  }

  .top-banner-video video {
    min-height:750px;  
  }

  .homepage-banner-text {
    max-width:500px;
    margin:220px auto 0px auto !important;
  }
  .press-release .homepage-banner-text {
    max-width:100%;
  }

  .homepage-banner-text h1, .homepage-banner-text h2, .homepage-banner-text h3, .homepage-banner-text h4, .homepage-banner-text h5 {
    font-weight:normal;
    text-shadow:1px 1px 9px #777;
    margin:0px;
    line-height:0.9em;
  }

  .homepage-banner-text h2 {
    font-size:77px;
  }

  .homepage-banner-text h3 {
    font-size:70.5px;  
  }

  .homepage-banner-text h4 {
    font-size:96px; 
  }
  .homepage-banner-text h1 {
    font-size:96px; 
  }

  .homepage-banner-text h5 {
    font-size:59px;
    margin-top:2px;
  }

  .homepage-banner-text .gif-image img {
    margin-left:7px; 
    margin-top:6px;
    max-width:290px;
  }

  .homepage-version-d .hp-three-block-main {
    border-right:0px !important;
    width:100% !important;
  }

  .homepage-version-d .hp-three-blocks {
    height:700px;  
  }

  .homepage-version-d .data-background, .homepage-version-d .platforms-background, .homepage-version-d .displays-background {
    background-size:50% !important; 
  }

  .latest-insights-tabs .tabber-tabs li a {
    font-size:25px !important;  
    line-height:1.1em;
  }
  .codoforum-page #banner-background-image {
    min-height: 300px !important;
  }
  .aviation .body-container-wrapper {
    padding-top:0px !important;
  }
  .aviation .mobile-menu-outer-wrap {
    background-color: #090a0e !important;
  }
  .aviation .dark {
    margin-top:-5px;;
  }
  .search-results-padding {
    padding: 0px 20px 60px;
  }
}



@media (max-width: 850px) {

  .right-hand-side-form .analyser-request-trial-content {
    width:100%;
  }

  .right-hand-side-form .analyser-request-trial-form {
    width:100%;
    margin-top:30px;
  }

  .section2 {
    max-height:530px;  
  }

  .analyser-sections .analyser-request-trial-content {
    width:100%;
  }

  .analyser-sections .analyser-request-trial-form {
    width:100%;
    float:left;
    margin-top:30px;
  }
  .customer-portal .analyser-request-trial-form {
    margin-top: 40px;
  }
  .new-nav-header .search-results-block {
    width: 43% !important;
  }
  .new-nav-header .header-cta-button {
    width: 54%;
  }

}



@media (max-width: 800px) {

  .anaylser-bundles-headers {
    width:100% !important;
    margin-bottom:20px;
  }

  .anaylser-bundles-headers h1 {
    font-size:45px;
  } 

  .anaylser-bundles-headers h2 {
    font-size:28px;
  } 

  .request-quote-box {
    width:100% !important;
    margin-left:0px !important;
  }

  .black-form-section .form-section .hs-form-field {
    width:100%;  
  }

  .hp-platforms-section .image {
    margin-top:-8px;  
  }

  .hp-data-section .text {
    width:100% !important;  
  }

  .hp-data-section .picture-title {
    margin-left:0px !important;
    margin-top:50px;
    width:100% !important;
  }

  .hp-data-section .title-text h2 {
    text-align:left;  
  }

  .hp-data-section .title-text h3 {
    text-align:left;
    margin-left:150px;
  }

}

@media (max-width: 784px) {

  .blog-listing-page .body-container-wrapper, .blog-post-page .body-container-wrapper {
    padding-top:170px !important;  
  }

  .custom-menu-primary .hs-menu-wrapper ul li a {
    padding:10px 6px;  
  }
  .custom-menu-primary2 .hs-menu-wrapper ul li a {
    padding:10px 6px;  
  }
  .reports-blog-listing .body-container-wrapper {
    padding-top: 0px !important;
  }
}

@media (max-width: 780px) {
  p.white-button-whole a {
    padding:6px 13px;
  }
}


/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {

  .otp-stars-banner {
    width: 100%;
    display: flex;
    height: auto;
  }

  .schedule-left-wrap {
    width: 65% !important;
  }

  .book-a-meeting-outter {
    width: 32% !important;
  }

  .solution-text-content h2 {
    line-height: 36px;
  }

}


@media (max-height:600px) {

  .otp-stars-banner-wrap {
    padding-top: 200px !important;
  }

}

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

@media (max-width: 768px) {

  .small-header .search-results-block {
    margin-top:0px;  
  }
  .header-nav-and-search {
    width:100% !important; 
    float:left !important;
    margin-top:-62px;
  }
  .header-menu-wrap.custom-menu-primary.js-enabled .hs-menu-wrapper {
    margin-top:30px;  
  }
  .social-footer-icons a {
    display:inline-block;
    padding:7px 0px;
  }
  .footer-background ul li a {
    padding:11px 0px;  
  }
  .search-results-block .search-icon {
    width:10%;
    float:right;
    text-align:right;
    position:relative;
    left:-135px;
    display:inline-block;
  }
  .search-results-block {
    left:0px; 
    width:100% !important;
    margin-top:0px;
    overflow:visible;
  }
  .search-results-block:hover input, .search-results-block:focus input, .search-results-block:active input {
    width:100%;
    left:0px;
    margin-top:60px;
  }
  .hr-jobs-board .BambooHR-ATS-board h2 {
    margin-top:0px;  
  }

  .body-container-wrapper {
    padding-top:0px !important;  
  }

  .small-header .social-sharing-section {
    top:0px; 
    width:100%
  }

  .small-header .social-sharing-section .text, .small-header .social-sharing-section .social-share {
    width:45% !important; 
    float:left;
    margin-right:10px;
  }

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) {
    width:100% !important;  
    height:auto !important;
    margin-bottom:25px;
  }

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) .post-header {
    height:auto !important;      
  }

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) .hs-featured-image-wrapper img {
    height:300px !important;
  }

  .privacy-template #banner-background-image {
    min-height:380px !important;  
  }

  .insights-blog .featured-post-section .main-text-area {
    width:95%;
    padding-left:30px;
    padding-right:30px;
  }

  /*.insights-blog .post-listing .post-item:nth-child(1) {
  width:96%;  
}*/

  .insights-blog .post-listing .post-item {
    width:46%;  
  }

  .insights-blog .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    width:100%;  
  }

  .insights-blog .body-container-wrapper {
    padding-top:0px !important;
  }

  .blog-listing-page .simple-sign-up .text-section, .press-office-listing-page .simple-sign-up .text-section {
    width:100%;
    margin-right:50px;
  }

  .blog-listing-page .simple-sign-up .form, .press-office-listing-page .simple-sign-up .form {
    width:100%;
    float:left;
    margin-top:20px;
  }

  .customer-two-col-item-wrap {
    display:block !important;  
  }

  .customer-two-col-item {
    width:100% !important;
    margin-right:0px !important;
    margin-bottom:10px;
  }

  .landing-page-new-video .main-banner-section .banner-text {
    left:0;
    width:100%;
    padding:0px 20px;
  }

  .landing-page-new-video .main-banner-section .banner-text .text h1 {
    font-size:40px !important;  
  }

  .landing-page-new-video .video-section {
    margin-top:0px;
    padding:0px;
  }

  .landing-page-new-video .main-banner-section {
    padding-top:60px !important;  
  }

  .press-office-listing-page .post-item .hs-featured-image-wrapper {
    height:auto;  
  }

  .header-nav-and-search .custom-menu-primary ul {
    float:none !important;  
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding:11px 11px !important;  
  }

  .header-nav-and-search .custom-menu-primary2 ul {
    float:none !important;  
  }

  .custom-menu-primary2 .hs-menu-wrapper>ul>li>a {
    padding:10px 10px !important;  
  }
  .book-a-call .homepage-banner-text {
    margin:75px auto 75px auto !important;
  }

  .book-a-call #banner-background-image {
    min-height:220px !important;
  }

  .landing-page-new .header-container {
    background:#090a0e;  
  }

  .dark-header .header-container-wrapper {
    background-color: #090a0e !important;  
  }

  .dark-header .search-results-block svg path.heroicon-ui {
    fill:#f9f9f9 !important;  
  }

  .header-container {
    background: rgba (9,10,14,0) !important; 
  }

  .landing-page-new .main-banner-section {
    padding-top:50px;  
  }

  .landing-page-new .main-banner-section .text h1 {
    font-size:50px !important;    
  }

  .inner-wraper {
    min-height:auto;  
  }

  .section2 {
    max-height:100%;  
  }  

  .about-us-fullwidth .section2 {
    max-height:100%;   
  }

  .custom-module {
    width: auto !important;
    margin: 0px auto !important;
    float: none !important;
  }
  .section2 .row-fluid {
    display: initial;
  }
  .section4 .row-fluid {
    display: initial;
  }
  .section3 .row-fluid {
    display: initial;
  }
  .custom-module-images2 img,.custom-module-images1 img,.custom-module-images3 img{
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
  }
  .bg-image1,.bg-image2,.bg-image3{
    background:none !important;
  }
  .custom-module-video {
    width: 100% !important;
  }
  .bg-image {
    width: auto !important;
    margin:0px auto !important;
    float:none !important;
  }
  .custom-module{
    height:auto !important;
  }
  .custom-module-video{
    height:auto !important;
  } 

  .otp-stars-banner-wrap  {
    padding-top:100px !important;
    padding-bottom:100px !important;
  }

  .otp-stars-banner-content h1 {
    font-size:70px;  
  }

  .otp-stars-banner-content p {
    font-size:28px;  
  }

  .internal-page #banner-background-image {
    min-height:600px;  
  }
  .thankyou-page #banner-background-image {
    min-height:400px;  
  }
  .analyser-sections #banner-background-image {
    min-height:400px !important;  
  }
  .internal-page .homepage-banner-text h1, .internal-page #banner-background-image h1 {
    font-size:62px;  
    margin-top:0px;
  }

  .internal-page .homepage-banner-text h2, .internal-page #banner-background-image h2 {
    font-size:28px;  
  }  

  .press-office-listing-page .body-container-wrapper, .blog-post-page .body-container-wrapper {
    padding-top:0px !important;  
  }

  .press-office-listing-page .post-item .hs-featured-image-wrapper img { 
    width:100%;
  }

  .press-office-listing-page .post-item {
    width:100%;    
    height:auto;
    margin-bottom:40px;
  }

  .press-office-listing-page .post-item h2 {
    height:auto;
    margin-bottom:50px;
  }

  .blog-listing-page .body-container-wrapper, .blog-post-page .body-container-wrapper {
    padding-top:0px !important;  
  }

  .blog-subscription-section .form .hs-email {
    width:250px;  
    margin-right:10px;
  }

  .blog-subscription-section .form input.hs-button {
    width:150px;  
  }

  .blog-listing-page .post-item:nth-child(1) {
    /* height:400px; */ 
  }

  .blog-listing-page .post-item:nth-child(1) .post-header {
    width:95%;  
  }

  .blog-listing-page .post-item:nth-child(1) .post-header h1 {
    font-size:35px;
    line-height:45px;
  }

  .blog-listing-page .post-item:nth-child(1) .tag-block a {
    font-size:18px;
  }

  .blog-listing-page .post-item:nth-child(1) .hs-featured-image-wrapper img {
    height:380px !important;  
  }

  .blog-listing-page .post-item .hs-featured-image-wrapper {
    height:220px;    
  }

  .blog-listing-page .post-item .hs-featured-image-wrapper img {
    /* height:400px; */
    width:100%;
  }

  .blog-listing-page .post-item {
    width:100%;    
    height:auto;
    margin-bottom:25px;
  }

  .blog-listing-page .post-item h2 {
    height:auto;
    margin-bottom:50px;
  }
  .top-banner-video video {
    min-height:620px;  
  }

  .homepage-banner-text {
    margin:150px auto 0px auto !important;
  }
  .press-release .homepage-banner-text {
    margin-top: 130px !important;
  }
  .header-container-wrapper{
    position: relative;
  }

  .header-container{
    padding: 10px 20px 0px 20px;
  }

  .header-container-wrapper .container-fluid .row-fluid .page-center{
    padding: 0;
  }

  .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 100px;
    margin: 5px 0 20px 0px;
  }

  .row-fluid [class*="span"].header-cta{
    display: none !important;
  }
  .reports-blog-listing .banner-text h2 span {
    white-space: nowrap;
  }

  /* General */
  .body-container-wrapper {
    padding-top: 0;
  }
  .padding40tb {
    padding: 25px 0;
  }
  .sidebar.right,
  .main-content,
  .blog-sidebar {
    margin: 25px 0;
  }

  /* Team Member Social */
  .three-column .team-member-social a {
    display: inline-block;
  }
  .three-column .team-member-social i {
    padding-right: 5px;
  }   
  .three-column .team-member-social a:last-child i {
    padding-right: 0;
  }
  .team-member-name,
  .team-member-title {
    text-align: center;
  }

  /* Footer */
  .footer-container-wrapper .more-links a i {
    display: inline-block;
    width: auto;
  }
  .footer-container .about-us,
  .footer-container .more-links {
    margin-bottom: 25px;
  }
  .footer-copyright .copyright-text {
    text-align: center;
  }
  .footer-follow-me{
    text-align: center;
    position: relative;
    right: auto;
  }

  /* Homepage */



  .service-group h4,
  .service-group-icon,
  #offer-background-image h1,
  #banner-background-image {
    text-align: center !important;
  }
  .homepage .subscribe-form {
    padding-top: 10px;
    position: relative;
  }
  .homepage .subscribe-form form {
    float: none;
  }
  .homepage .subscribe-form .hs_email {
    width: 100%;
    margin-bottom: 10px;
  }
  #banner-background-image {
    min-height: 620px;
  }
  #banner-background-image h1 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 55px;
  }
  .press-release #banner-background-image h1 {
    font-size: 38px;
  }
  #banner-background-image h3 {
    display: none;
  }
  .homepage #banner-background-image h1 {
    margin-top: 10px;
  }    
  .homepage-banner-text h3 {
    display:block !important;  
  }      
  .homepage .subscribe-form {
    width: 100%;
  }
  .social-tagline {
    text-align: center;
    margin-bottom: 15px;
  }
  .homepage .subscribe-form {
    padding-bottom: 150px;
  }
  .homepage .subscribe-form .hs_email .hs-error-msgs {
    position: relative;
    margin-top: 0;
    display: inline-block !important;
  }
  .homepage .subscribe-form .hs_submit {
    display: block;
    position: relative;
    width: 100%;
  }
  .new-nav-header .globe-hover img {
    background: #000000;
  }
  .new-nav-header-main .globe-hover img {
    background: transparent;
  }

  /* Blog */
  #comment-form {
    margin-bottom: 25px;
  }
  .aviation .otp-stars-banner {
    height: auto;
  }
}


@media (max-width: 900px) {

  /**** table responsive ****/

  .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .star-ratings-wrap table {
    display: block;
    position: relative;
    width: 100%;
  }

  .star-ratings-wrap .tablesorter thead {
    display: block;
    width: auto;
    float: left;
    border-spacing: 0px;
  }

  .star-ratings-wrap .tablesorter thead th.header {
    width: auto !important;
    display: block !important;
    text-align: right;
    border-bottom: 1px solid #ccc;
    border-right: 0;
  }


  .star-ratings-wrap table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .star-ratings-wrap table tbody tr {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
  }

  .star-ratings-wrap table tbody tr td {
    padding: 5px;
    display: block;
    min-height: 1.25em;
    text-align: left;
    width: auto !important;
  }

  .star-ratings-wrap table tbody tr:nth-child(odd) td {
    border-bottom: 1px solid #fff;
  }

  .star-ratings-wrap table tbody tr:nth-child(even) td {
    border-bottom: 1px solid #efefef;
  }

  .star-ratings-wrap table th:after{
    display:none !important;
  }


  /***** Table responsive ******/

}



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


@media (max-width: 767px) {
  .otp-three-col-inner {
    display:block;  
  }
  .otp-three-col {
    width: 100%;
    justify-content: center;
  }  
  .book-a-meeting-outter .book-a-meeting-menu {
    position:relative !important;
    top:0px !important;
    padding-top:0px !important;
  }

  .megahubs-page .intro-section .text {
    margin-top:0px;  
  }

  .megahubs-page .headline h2 {
    font-size:30px;  
  }

  .platforms-data-displays-tabber-section .tabber-tabs li {
    font-size:28px;  
  }

  .platforms-data-displays-tabber-section #tab-0 .content-section h2 {
    font-size:130px;
  }

  .platforms-data-displays-tabber-section #tab-0 .content-section h3 {
    font-size:30px;  
  }

  .office-template .l-tab-outer {
    width:100% !important;
    margin-bottom:10px !important;
  }

  .resources-page .research-search-by-year .year-block {
    width:25% !important;
    float:left !important;
    border-left:3px solid #fff;
    border-right:3px solid #fff;
    padding:15px;
  }

  .resources-page .research-search-by-year .year-block h3 {
    font-size:40px;
  }

  .resources-page .research-search-by-year .year-block p {
    font-size:20px;
  }

  .analyser-icon-block {
    float:left !important;
    width:20% !important;
  }

  .analyser-icon-block .text p {
    font-size:16px;
  }

  .mobile-displays-main-section {
    padding-bottom:50px !important;  
  }

  .home-mobile-data h1 {
    color:#ffd602;
  }

  .home-mobile-data h2 {
    color:#090a0e;
  }

  .home-mobile-platforms h1 {
    color:#f9f9f9;
  }

  .home-mobile-platforms h2 {
    color:#090a0e;
  }

  .home-mobile-displays h1 {
    color:#ffd602;
  }

  .home-mobile-displays h2 {
    color:#f9f9f9;
  }

  .mobile-homepage-headlines {
    display:block !important;  
  }

  .mobile-homepage-headlines h1 {
    font-size:70px !important;
    text-transform:uppercase;
    line-height:1em;
    margin-bottom:0px;
  }

  .mobile-homepage-headlines h2 {
    font-size:35px !important;
    text-transform:uppercase;
    line-height:1.1em;
    margin-top:0px;
  }

  .mobile-picture-title {
    display:none !important;  
  }

  .landing-page-new-video .main-banner-section {
    padding-bottom:0px !important;
    padding-top:50px !important;
  }

  .resources-page .cta-block {
    margin-bottom:30px;
    text-align:center;
  }

  .customers-block-wrap .row-fluid {
    display: block !important;
  }

  .ebook-section-banner {
    text-align:center;  
  }

  .ebook-section-banner .image {
    margin-bottom:30px;  
  }

  .landing-page-new .intro-header {
    text-align:left;
    margin-bottom:30px;
  }

  .yellow-bar-section .text-section, .yellow-bar-section .second-block {
    padding-left:60px !important;
    padding-right:60px !important;
    margin-bottom:60px;
  }

  .three-col-loc-padding{
    padding: 15px 15px;
  }
  .three-col-loc-wrp .column {
    width: 47%;
    float: left;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .l-tab-outer span.l-tab{
    padding: 8px 0px;
  }  

  .custom-module {
    width: auto !important;
    margin: 0px auto !important;
    float: none;
  }
  .section2 .row-fluid {
    display: initial;
  }
  .section4 .row-fluid {
    display: initial;
  }
  .section3 .row-fluid {
    display: initial;
  }
  .custom-module-images2 img,.custom-module-images1 img,.custom-module-images3 img{
    display: block !important;
  }
  .bg-image1,.bg-image2,.bg-image3{
    background:none !important;
  }
  .custom-module-video {
    width: 100% !important;
  }
  .bg-image {
    width: auto !important;
    margin:0px auto !important;
    float:none !important;
  }
  .custom-module{
    height:auto !important;
  }
  .custom-module-video{
    height:auto !important;
  }


  .monthly-otp-col-wrap {
    justify-content: space-between;
  }

  .monthly-otp-col {
    width: 47%;
  }

  .punctuality-league-col {
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
  }

  .monthly-button-wrap .row-fluid {
    display: flex;
    justify-content: space-between;
  }

  .monthly-button-wrap .row-fluid .span6 {
    width: 46%;
  } 

  .life-at-oag-content {
    padding: 30px 0px 20px;
  }
  .lao-about-text-padding {
    padding: 0px 15px 0px 0px;
  }
  .lao-other-activities{
    padding: 0px 20px 0px 20px;
    margin: 40px 0px 30px 0px;
  }
  .lao-brief-info-padding {
    padding: 15px;
  }
  .life-at-oag-members-wrp{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lao-two-col-bottom-row-wrp {
    width: 100%;
    float: left;
    padding-top: 40px;
  }
  .lao-image-name {
    width: 30%;
    float: none;
    margin: 0 auto;
  }

  .lao-image-name-padding {
    padding-right:0px;    
  } 

  .leaders-image, .leaders-content-wrp{
    min-height: auto;
    max-height: initial;
  }

  .leaders-outer-wrp{
    margin-bottom: 30px;
  }
  .leaders-content-padding {
    padding: 30px;
  }  

  .two-blocks .hp-three-block-main {
    width:100% !important;;  
  }
  .border-bottom-white {
    border-bottom:8px solid #fff;  
  }
  .two-blocks .hp-three-blocks {
    height:auto;
  }

  .blog-post-page .blog-sidebar-subscribe-block {
    margin-bottom:40px;  
  }

  .blog-post-page .sidebar-tags {
    margin-top:30px;  
  }

  .hp-services-section .text-section {
    width:100% !important;  
  }

  .hp-services-section .title-image {
    width:100% !important;  
  }

  .hp-services-section h2 {
    text-align:left;  
  }

  .hp-services-section h3 {
    text-align:left;  
  }

  .hp-platforms-section h2 {
    font-size:100px;  
  }

  .hp-platforms-section h3 {
    font-size:40px;  
    margin-top:-70px;
  }

  .hp-bottom-three-block {
    width:100% !important;  
  }

  .hp-bottom-three-block .text {
    padding:150px 40px;  
  }

  .free-trial-section {
    text-align:center;  
  }

  .free-trial-section img {
    margin-bottom:30px;    
  }

  .padding80tb {
    padding-top:50px;
    padding-bottom:50px;
  }

  .homepage-banner-text .gif-image {
    max-width:60%;
    float:left;
  }

  .homepage-banner-text .business-section {
    max-width:40%;
    float:right;
  }  

  .border-right-white {
    border-right:none;  
  }

  .hp-three-block-main {
    width:100% !important;
  }

  .hp-three-blocks {
    height:auto; 
    padding:40px 25px;
  }

  .book-a-meeting-wrap {
    background: #ffd602;
    padding: 20px;
    max-width: 280px;
    position: unset !important;
    margin: 0px auto !important;
    float: none !important;
    width: auto !important;
  }
  .book-a-meeting-wrap-black {
    padding: 20px;
    max-width: 100% !important;
    position: unset !important;
    margin: 0px auto !important;
    float: none !important;
    width: auto !important;
  }

  .analyser-sections .knowledge-hub-section .large-subheads h2 {
    margin-top: 20px;
  }

  .cs-customer-stories .cs-intro .data-col {
    float: left;
    padding: 30px;
    width: 31%;
  }
  .cs-customer-stories .cs-intro h2, .cs-customer-stories .cs-intro .data-col h3 {
    font-size: 1.8rem !important;
  }
  .cs-intro {
    margin-bottom: 0px;
  }
  .reports-blog-listing .padding100tb {
    padding: 50px 0 0;
  }
  .reports-blog-listing .reports-side-section .form-main-section {
    padding-bottom: 50px;
  }
  .reports-blog-listing .content-wrapper {
    padding-bottom: 50px !important;
  }
  .punctuality-league-page .otp-stars-banner {
    height: calc(50vh - 200px);
  }
  .frequency-matters img {
    max-width:100px;
  }
  .search-results-padding {
    padding: 30px 20px 60px;
  }
  .pass-page-inner {
    padding: 30px 0px 60px;
  }
  .form-outer {
    padding-top: 0px;
  }
}



@media (max-width: 680px) {

  .hr-jobs-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item {
    width:100%; 
    margin:10px 0px !important;
    height:auto;
  }

  .hr-jobs-board ul.BambooHR-ATS-Jobs-List {
    display:inline-block;  
  }

  .search-section {
    float:left !important;
    margin-top:30px;
  }

  .insights-blog .featured-post-section .main-text-area h1 {
    font-size:30px;  
  }

  .insights-blog .featured-post-section .main-text-area h3 {
    font-size:20px;  
  }

  .insights-blog .filter-by-section p {
    text-align:center;  
  }

  .insights-blog .filter-by-section p span:nth-child(1) a {
    margin-left:0;  
  }

  .insights-blog .filter-by-section p span {
    display:block;  
  }

  .insights-blog .filter-by-section p span a {
    display:block;  
    padding:5px 10px;
    margin:3% 1%;
    width:23%;
    float:left;
  }

  .book-a-call .l-tab-outer {
    margin-bottom:10px !important;  
  }

  .l-tab-outer {
    width: 100% !important;
    margin: 0 0% 20px 0px !important;
  }


  .l-tab-outer {
    width: 100% !important;
    margin: 0 0% 20px 0px !important;
  }
  .loc-image-wrp{
    width: 100%;
    display:none;
  }
  .three-col-loc-wrp{
    width: 100%;
  }
  .three-col-loc-wrp .column{
    width: 70%;
    margin-right: 0px;
  } 

  .lao-two-col-bottom-row-wrp {
    width: 100%;
  }
  .lao-about-text {
    width: 100%;
  }
  .lao-brief-info {
    width: 100%;
  } 
  .single-video-module {
    margin: 20px 0px;
    width: 100%;
    padding: 20px;
  }
  .reports-blog-listing .banner-text h2 span {
    white-space: pre-line;
  }

}


@media (max-width: 650px) {

  .cs-customer-stories .large-subheads .featured-subhead-cta h2 {
    margin-bottom: 0px;
  }

  .insights-blog .post-listing .post-item {
    width:45%; 
  }

}


@media (max-width: 630px) {

  .latest-insights-tabs .tabber-tabs li a {
    font-size:22px !important;  
  }

  .cs-customer-stories .cs-intro .data-col h2, .cs-customer-stories .cs-intro .data-col h3 {
    font-size: 1.4rem !important;
  }
  .display-image.ipad img,
  .display-image.tv img,
  .display-image.laptop img,
  .display-image.phone img {
    margin-bottom: 0px !important;
  }  
  .latest-insights-tabs .tabber-content img {
    float:none;
    margin-left:0px;
    margin-bottom:20px !important;
    width:100%;
  }

}


@media (max-width: 580px) {

  .platforms-data-displays-tabber-section .tabber-tabs {
    padding:0px;  
  }

  .platforms-data-displays-tabber-section .tabber-tabs li {
    font-size:20px;  
  }

  .platforms-data-displays-tabber-section .tabber-tabs li {
    padding-left:3px !important;
    padding-right:3px !important;
  }

  .platforms-data-displays-tabber-section .tabber-content .content-section {
    padding-top:170px;  
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-0 .content-section .image {
    margin-top:-50px;  
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image h2 {
    font-size:65px;
  }

  .platforms-data-displays-tabber-section .tabber-content #tab-2 .content-section .image h3 {
    font-size:28px;
    margin-top:15px;
  }

  .homepage-version-d .hp-three-blocks {
    height:650px;  
  }

  .thankyou-page .black-form-section .form-section .hs-form-field {
    width:100%;
  }

  .analyser-icon-block .text p {
    font-size:14px;
  }

  .Displays-and-Mapping-content h2, .analyser-request-trial-content h2 {
    font-size:28px;  
  }

  .privacy-template table p {
    font-size:14px;  
  }

  .privacy-template table td {
    padding:5px;
    font-size:11px;
  }

  .blog-listing-page .post-item .hs-featured-image-wrapper {
    height:125px;  
  }

  .about-banner-text h1 {
    font-size:30px;
  }

  .custom-module-video span {
    height:200px;
  }


  .about-us-fullwidth .custom-module-video span {
    height:250px;
  }

  .blog-subscription-section .text-section h2 {
    font-size:35px;  
    line-height:1.2em;
  }

  .blog-subscription-section .form .hs-email {
    width:100%;  
    margin-right:0px;
  }

  .blog-subscription-section .form input.hs-button {
    width:100%;  
    margin:5px 0 0 0;
  }

  .leaders-image {
    width: 100% !important;
  }

  .leaders-content-wrp {
    width: 100% !important;
  }

  .lao-image-name {
    width:60%;  
  }

  .blog-listing-page .simple-sign-up h3, .press-office-listing-page .simple-sign-up h3 {
    font-size:30px;
    margin-top:0px;
  }

  .blog-listing-page .simple-sign-up .hs-email, .press-office-listing-page .simple-sign-up .hs-email {
    width:100%;
    margin-right:0px;
  }

  .blog-listing-page .simple-sign-up .actions, .press-office-listing-page .simple-sign-up .actions {
    width:100%;  
  }

  .blog-listing-page .simple-sign-up .form p, .press-office-listing-page .simple-sign-up .form p {
    margin-top:10px;      
  }

  /*news & events*/
  .news-events .news-events-intro h2 {
    padding: 0 20px;
  }    
  .news-events .events-blog-rss-feed h3 {
    padding: 0 20px 20px;
  }
  .news-events .events-blog-rss-feed .hs-with-featured-image {  
    display: inline-block;
  }
  .news-events .events-blog-rss-feed .rss-feed-module .hs-rss-item-image-wrapper {
    width: 100%;
    padding: 0 20px 20px;
  }
  .news-events .events-blog-rss-feed .rss-feed-module .hs-rss-item-text {
    width: 100% !important;
    padding: 0 20px 20px;
  }

}


@media (max-width: 550px) {

  .latest-insights-tabs .tabber-tabs li {
    width:100%;  
    border-left:0px;
    border-right:0px;
    border-bottom:2px solid #c9c9ca;
  }

  .latest-insights-tabs .tabber-tabs li.active {
    border-bottom:0px;
  }

  .latest-insights-tabs .tabber-tabs li:nth-child(2) a, .latest-insights-tabs .tabber-tabs li:nth-child(2):hover a {
    border-left:0px;
    border-right:0px;  
  }

  .latest-insights-tabs .tabber-tabs li a {
    font-size:24px !important;  
  }

  .latest-insights-tabs .tabber-tabs li.active a {
    padding-bottom:8px;
    padding-top:20px;
  }

}


@media (max-width: 535px) {

  .free-trial-page #banner-background-image {
    height:800px !important;
  }
  .lp-2020 #banner-background-image {
    height:650px !important;
  }
  .homepage-version-d #banner-background-image {
    min-height:550px;
  }

  .homepage-version-d .top-banner-video video {
    min-height:550px;
  }  

  .insights-blog .featured-post-section .main-text-area h2 {
    font-size:20px; 
  }

  .insights-blog .featured-post-section .main-text-area h1 {
    font-size:23px;  
  }

  .insights-blog .featured-post-section .main-text-area h3 {
    font-size:18px;
  }

  /*.insights-blog .post-listing .post-item:nth-child(1) {
  width:100%;  
}

  .insights-blog .post-item:nth-child(1) .post-header {
  width:100%;  
}*/

  .insights-blog .post-listing .post-item {
    width:100%;
    margin:0px 0px 50px 0px;
    height:auto;
  }

  .insights-blog .filter-by-section p span a {
    width:46%;  
  }

  .homepage-version-d .tabber-content a.cta_button {
    padding-left:0px !important;
    padding-right:0px !important;
    width:100% !important;
    margin-right:0px;
    margin-bottom:15px;
  }

  .blog-listing-page .post-item .hs-featured-image-wrapper img {
    /* height:250px; */
  }

  p, ul li {
    font-size:16px;  
  }

  .homepage-banner-text {
    max-width:300px;
    margin:100px auto 0px auto !important
  }

  #banner-background-image {
    min-height:450px;   
  }

  .top-banner-video video {
    min-height:450px;  
  }  

  .homepage-banner-text h1, .homepage-banner-text h2, .homepage-banner-text h3, .homepage-banner-text h4, .homepage-banner-text h5 {
    line-height:0.95em;
  }

  .homepage-banner-text h2 {
    font-size:45.5px;
  }

  .homepage-banner-text h3 {
    font-size:41.5px;  
  }

  .homepage-banner-text h4 {
    font-size:56.5px; 
  }
  .homepage-banner-text h1 {
    font-size:56.5px; 
  }

  .homepage-banner-text h5 {
    font-size:94.5px;
    margin-top:2px;
  }

  .homepage-banner-text .gif-image {
    margin-left:7px; 
    margin-top:6px;
    max-width:100%;
    float:left;
  }

  .homepage-banner-text .gif-image img {
    margin-left:9px;
    margin-top:0px;
  }

  .homepage-banner-text .business-section {
    max-width:100%;
  }
  .banner-arrow-module {
    margin: 2% auto 0 auto;
  }
  .banner-arrow-module img {
    width: 40px;
  }
  .cs-customer-stories .cs-intro .data-col {
    padding: 20px;
  }
  .cs-customer-stories .large-subheads .featured-subhead-cta h2 {
    font-size: 1.8rem !important;
  }

}


@media (max-width: 480px) {

  .hr-jobs-board .BambooHR-ATS-board h2 {
    font-size:40px;  
  }

  .hr-jobs-board .BambooHR-ATS-Department-Header {
    font-size:24px;  
  }

  .platforms-data-displays-tabber-section .tabber-tabs li {
    font-size:18px !important;  
  }

  .platforms-data-displays-tabber-section {
    margin-top:55px;
    height:870px;
  }

  .platforms-data-displays-tabber-section .tabber-content .tab-pane {
    height:870px;  
  }

  .latest-insights-tabs .tabber-tabs {
    margin-left:0px;
    margin-right:0px;
  }

  .latest-insights-tabs .tabber-tabs li a {
    font-size:20px !important;  
    padding-left:0px;
    padding-right:0px;
  }

  .latest-insights-tabs .tabber-tabs li:nth-child(2) a, .latest-insights-tabs .tabber-tabs li:nth-child(2):hover a {
    border-right: 0px;
    border-left: 0px;
  }

  .analyser-icon-block {
    width:33% !important;
    border-bottom:5px solid #fff;
  }

  .yellow-bar-section .text-section, .yellow-bar-section .second-block {
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .landing-page-new .main-banner-section .text h1 {
    font-size:45px !important; 
  }

  .landing-page-new .main-banner-section .form-section {
    padding:0px 20px;
  }

  .landing-page-new .main-banner-section .form-section input.hs-button {
    font-size:16px;
    padding:10px 35px;
  }

  .press-office-listing-page .post-item {
    border-right:0px;
    border-left:0px;
  }

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) {
    border-right:0px !important;
    border-left:0px !important;
  }

  .blog-listing-page .post-listing-simple .post-item:nth-child(1) .post-header h2 {
    text-align:left;
  }

  .blog-listing-page .post-item:nth-child(1) .post-header {
    top:-410px;  
  }

  .blog-listing-page .post-item:nth-child(1) {
    /* height:480px; */
  }

  .blog-listing-page .post-item:nth-child(1) .hs-featured-image-wrapper img {
    height:460px !important;  
  }

  .blog-listing-page .post-item:nth-child(1) .post-header h1 {
    font-size:30px;
    line-height:40px;
  }

  .data-solutions-page .hp-data-section .image {
    margin-top:-265px;  
  }

  .blog-listing-page .post-item:nth-child(1) .post-header h2 {
    text-align:center;  
  }

  .blog-listing-page .post-item:nth-child(1) .post-header {
    width:100%;  
    padding-left:25px;
    padding-right:25px;
  }

  /*.blog-listing-page .post-item:nth-child(1) .post-header .author-image {
  text-align:center;  
  width:100%;
}

  .blog-listing-page .post-item:nth-child(1) .post-header .date-author-name {
  text-align:center;
  margin-left:0px;
  width:100%;
}*/

  .blog-listing-page .post-item {
    border-right:0px;
    border-left:0px;
  }

  .blog-listing-page .post-header .tag-block {
    height:auto;
    margin-bottom:20px;
  }

  .hp-data-section .picture-title {
    margin-top:70px;  
  }

  .hp-data-section .image {
    margin-top:-180px;  
  }

  .hp-data-section .image img {
    width:120px !important;  
  }

  .hp-data-section .title-text h2 {
    font-size:175px;   
  }

  .hp-data-section .title-text h3 {
    font-size:24px;
    margin-top:-95px;
    margin-left:0px;
  }

  .hp-platforms-section h2 {
    font-size:70px;  
  }

  .hp-platforms-section h3 {
    font-size:30px;  
    margin-top:-53px;
    margin-left:40px;
  }

  .hp-services-section h2 {
    font-size:85px;  
  }

  .hp-services-section h3 {
    font-size:30px;
    margin-top:-58px;
  } 
  .landing-page-new .form-main-section form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 95%;
  }
  .lp-2020 .form-main-section form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
  }
  .lp-2020 form.hs-form fieldset .hs-form-field {
    padding-right: 0px;
  }
  .lp-2020 #banner-background-image {
    height: 750px !important;
  }
  .cs-customer-stories .cs-intro .data-col h2, .cs-customer-stories .cs-intro .data-col h3 {
    font-size: 1.2rem !important;
  }
  .cs-customer-stories .cs-intro .data-col {
    padding: 10px;
  }
}



/************** iphone ***************/

@media (max-width: 580px) {

  .otp-stars-banner-content h1 {
    margin: 0;
    padding-bottom: 20px;
  }

  .winner-logo-col {
    width: 48%;
    margin-bottom: 3%;
  }

  .on-time-performance-wrap {
    width: 100%;
    flex-direction: column;
  }

  .on-time-performance-icon {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }

  .on-time-performance-icon img {
    max-width: 100px;
  }

  .on-time-performance-content {
    width: 100%;
    text-align: center;
  }

  .otp-three-col-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .otp-resourse-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 280px;
  }

  .otp-resourse-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .otp-resourse-content {
    width: 100%;
    justify-content: center;
  }

  .otp-resourse-content-inner {
    padding: 30px 15px;
  }

  .ots-media-enquiries-wrap {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .media-enquiries-content {
    width: 100%;
    order: 2;
  }

  .media-enquiries-img {
    width: 100%;
    order: 1;
    height: 280px;
  }

  .otp-stars-banner {
    height: auto;
  }

  .otp-tabs__nav {
    flex-direction: column;
  }

  .otp-tabs__nav li {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }

}





/************** iphone ***************/
@media (max-width: 479px) {

  .resources-page .research-search-by-year .year-block {
    width:50% !important;
    margin-bottom:6px;
  }

  .office-heading h2 {
    width:230px;
    font-size:24px;
  }

  .l-tab-outer {
    width: 100% !important;
    margin: 0 0% 20px 0px !important;
  }
  .loc-image-wrp{
    width: 100%;
  }
  .three-col-loc-wrp{
    width: 100%;
  }
  .three-col-loc-wrp .column{
    width: 70%;
    margin-right: 0px;
  }     

  .monthly-button-wrap .row-fluid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .monthly-button-wrap .row-fluid .span6 {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }

  .monthly-button-wrap {
    padding-bottom: 10px;
  }

  .monthly-otp-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .lao-image-name {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
  .lao-two-col-bottom-row-wrp {
    width: 100%;
  }
  .lao-about-text {
    width: 100%;
  }
  .lao-brief-info {
    width: 100%;
  }

  .press-office-listing-page .post-item h2 {
    font-size:26px;  
  }

  .leaders-content-padding {
    padding: 30px 20px;
  }

  .schedules-accordion-content-wrap {
    padding: 30px 0px;
  }

  .schedule-testimonial-section-wrap {
    padding-left: 30px;
  }

  .schedule-testimonial-section {
    padding: 20px;
  }

  .schedule-testimonial-content h2 {
    font-size: 24px;
  }

  .schedule-banner-heading h1 {
    font-size: 62px !important;
  }

  .winner-logo-col {
    width: 100%;
    margin-bottom: 3%;
  }

  .otp-tabs__navitem {
    padding: 15px;
  }

  .on-time-performance-content h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .punctuality-league-page .otp-stars-banner {
    height: calc(30vh - 200px);
  }
  .share-your-data-wrap .analyser-form form select, .share-your-data-wrap .analyser-form .input input {
    width: 100% !important;
  }    
}

@media (max-width: 450px) {
  .press-release .homepage-banner-text {
    margin-top: 100px !important;
  }

}
@media (max-width: 415px) {
  .frequency-matters {
    padding-top:20px !important;
  }
}


@media (max-width: 400px) {

  .book-a-call #banner-background-image {
    min-height:140px !important;  
  }

  .book-a-call .homepage-banner-text {
    margin:45px auto 0px auto !important;  
  }

  .book-a-call .schedule-banner-heading h1 {
    font-size:40px !important;
  }    

  .book-a-call .three-col-loc-padding {
    padding:15px 0px; 
    background-color:#fff !important;
  }

  .book-a-call .location-custom-module-wrp {
    border:none;  
  }

  .blog-listing-page .post-item:nth-child(1) .simple-sign-up {
    margin-top:-200px;  
  }
  .cs-customer-stories .large-subheads .featured-subhead-cta h2 {
    font-size: 1.6rem !important;
    padding: 0 5px;
  }

}

@media (max-width: 360px) {
  .press-release #banner-background-image h1 {
    font-size: 36px;
  }
}

@media (max-width: 380px) {


  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top:0px !important;  
  }
  .custom-menu-primary2 .hs-menu-wrapper>ul {
    margin-top:50px !important;  
  }
  .header-cta-button {
    top:-25px;
    margin-right:0px;
  }

  .header-cta-button a {
    margin-right:0px;
    margin-left:10px;
  }
  .privacy-template table p {
    font-size:10px;  
  }

  .press-office-listing-page .post-item h2 {
    font-size:22px;  
  }

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

  .homepage-banner-text .business-section {
    float:none !important;  
  }

  .homepage-banner-text h1, .homepage-banner-text h2, .homepage-banner-text h3, .homepage-banner-text h4, .homepage-banner-text h5 {
    line-height:1em;
  }

  .homepage-banner-text h2 {
    font-size:38px;
  }

  .homepage-banner-text h3 {
    font-size:34.5px;  
  }

  .homepage-banner-text h4 {
    font-size:47px; 
  }
  .homepage-banner-text h1 {
    font-size:47px; 
  }

  .homepage-banner-text h5 {
    font-size:78px;
    margin-top:2px;
  }

  .homepage-banner-text .gif-image {
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:6px;
    max-width:100%;
    float:none;
    text-align:center;
  }

  .homepage-banner-text .gif-image img {
    max-width:240px;
  }

  .homepage-banner-text .business-section {
    max-width:100%;
  }
  .press-release .homepage-banner-text {
    margin-top: 20% !important;
  }

}


@media (max-width: 350px) {

  .platforms-data-displays-tabber-section .tabber-content .tab-pane {
    height:950px;
  }

}


/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {


  .resouce-center-item {
    width: 49% !important;
    float: left;
    margin-right: 1%;
    background: #090a0e;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 1%;
  }

  .customer-page .customers-block-wrap .hp-three-blocks {
    height: auto;
    padding: 60px 30px;
  }

}

/************** iphone roatate***************/
@media (max-width: 767px) {

  .analyser-request-trial-content {
    width: 100%;
    float: left;
    margin-right: 0px;
  }

  .analyser-request-trial-form {
    width: 100%;
    display: inline-block;
    margin-top:25px;
  }
  .coronavirus-page .thumbnail-blog-wrapper {
    padding: 0px 20px;
  }

}

/************** iphone ***************/

@media (max-width: 480px) {

  .platforms-data-displays-tabber-section #tab-1 .content-section h2 {
    font-size:62px; 
  }

  .platforms-data-displays-tabber-section #tab-1 .content-section h3 {
    font-size:25px;
    margin-top:15px;
  }

  .platforms-data-displays-tabber-section #tab-0 .content-section h2 {
    font-size:100px;  
  }

  .platforms-data-displays-tabber-section #tab-0 .content-section h3{
    font-size:25px;
    padding-left:5px;
  }

  .request-trial-form form input {
    width:100% !important;
  }

  .request-trial-form form .input .hs-input {
    width:100% !important;  
  }

}


@media (max-width: 479px) {

  .analyser-request-trial-content {
    width: 100%;
    float: left;
    margin-right: 0;
  }

  .analyser-request-trial-form {
    width: 100%;
    display: inline-block;
  }

}
@media (max-width: 390px) {
  .lp-2020 #banner-background-image {
    height: 800px !important;
  }
}
@media (max-width: 370px) {

  .free-trial-page #banner-background-image {
    height:900px !important;
  }
  .lp-2020 #banner-background-image {
    height: 800px !important;
  }  
}


/**********************Grow page code starts here***************/

.grow-banner-img img
{
  display: none;
}
.grow-banner-img .hs-editor-editable img
{
  display: block;
}
.grow-banner-wrp {
  padding: 180px 0px 60px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
}
.grow-banner-text h1 {
  font-size: 80px;
  line-height: 0.9em;
  font-family: 'DIN_1451 LT W01 Engschrift',sans-serif;
}
.grow-banner-text {
  padding-left: 120px;
}
.grow-banner-text h1 span{
  color: #ffd602;
  font-size: 110px;
  line-height: 130px;
  margin-left:-5px;
}
.grow-row2-wrp {
  background-color: #ffd602;
  padding: 60px 0px;
}

.grow-row2-left-sec {
  margin-top:50px;  
}

.grow-row2-left-sec >div {
  float: right;
  text-align: right;
}
.grow-row2-right-sec img {
  width: 100% !important;
}

.streamline-page .grow-portfolio-wrp {
  background-image:url("https://www.oag.com/hubfs/Site%20Build%202018/Background%20Banners/streamline-main-banner-3.jpg");
}

.streamline-page  .grow-portfolio-content h2, .streamline-page  .grow-portfolio-content p, .streamline-page  .grow-portfolio-content ul li {
  color:#f9f9f9 !important;
}

.delight-page .grow-portfolio-wrp {
  background-image:url("https://www.oag.com/hubfs/Site%20Build%202018/Background%20Banners/main-banner-4.jpg");  
}

.grow-portfolio-wrp{
  background-image:url("https://www.oag.com/hubfs/OAG%202019/Grow/Grow-Page-banner-updated-white-wash-new.png");
  background-repeat:no-repeat;
  background-size:cover;
  padding:120px 0px;
}

.grow-portfolio-content h2{
  font-size: 80px;
  font-weight: 500;
  line-height: 1em;
  color: #090a0e;
  font-family: 'DIN_1451 LT W01 Engschrift',sans-serif;
}

.grow-portfolio-content {
  max-width: 500px;
}

.grow-portfolio-content p {
  font-weight: 600;
  color: #090a0e;
  margin: 0px;
  padding: 15px 0px 10px;
}

.grow-portfolio-content ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.grow-portfolio-content ul li {
  color: #090a0e;
  padding: 10px 0px 2px 20px;    
  background-image: url(https://www.oag.com/hubfs/OAG%202019/Grow/list-icon.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: left top 20px;
  list-style-type: none;
}

.grow-casestudy-wrp {
  background-image: url(https://www.oag.com/hubfs/OAG%202019/Grow/case-study-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  background-position: right;
}

.grow-casestudy-text img {
  max-width: 250px;
}

.grow-casestudy-text h2 {   
  color: #ffd602;
  text-transform: uppercase;
  padding: 20px 0px 21px 100px;
  line-height: 1.1em;
  font-family: 'DIN_1451 LT W01 Engschrift',sans-serif;
  margin: 0px;
}

.grow-casestudy-text a {
  margin-left: 100px;
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 6px 15px;
}

.grow-casestudy-text a:hover {
  background:transparent;
  color:#f9f9f9;
}

.datasol-analytics-wrp {
  background-color: #ffd602;
  padding: 100px 0px;
  background-image: url(https://www.oag.com/hubfs/OAG%202019/Grow/left-top-corner-lines.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.datasol-sec {   
  width: 50% !important;
}
.datasol-sec >div{   
  padding-right: 140px;
}
.analytics-sec {
  margin:0px !important;
  width:50% !important;
}
.analytics-sec >div {
  border-left: 1px dashed #000;
  padding-left: 100px;
}
.datasol-sec h2 ,
.analytics-sec h2{
  color: #f9f9f9;
}

.datasol-sec a, .analytics-sec a {
  background-color: #090a0e;
  color: #f9f9f9;
  padding: 6px 15px;
  border-radius: 5px;
  display: inline-block;
  border:1px solid #090a0e;
}

.datasol-sec a:hover, .analytics-sec a:hover {
  background:transparent;
  color:#090a0e;   
}

.grow-logo-slider-wrp{
  padding:30px 0px;
}


/********************Grow page code ends here*****************/



/**************** Careers *****************/

.careers-page #banner-background-image h1 {
  color:#f9f9f9 !important;  
}

.careers-page .lao-about-text-padding a.cta_button {
  margin-top:10px;  
}

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



/****** Customers Care *********/


.customers-block-wrap .row-fluid {
  display: flex;
}

.customers-block-wrap .hp-three-blocks {
  height: auto;
  padding: 70px 100px;
}


.resouce-center-outter-wrap {
  width: 100%;
  float: left;
  background-position: left bottom;
  background-size: 500px;
  background-repeat: no-repeat;
}

.resouce-center-heading-section {
  width: 100%;
  float: left;
  text-align: center;
}

.resouce-center-heading-section .icon img {
  -webkit-animation: pulse 3s;
  -moz-animation: pulse 3s;
  -o-animation: pulse 3s;
  animation: pulse 3s;
  margin-bottom:30px;
}

.resouce-center-item-wrap {
  width: 100%;
  float: left;
}

.resouce-center-item {
  width: 24%;
  float: left;
  margin-right: 1%;
  background: #090a0e;
  text-align: center;
  border-radius: 5px;  
  margin-top:20px;
}

.resouce-center-item h2 {
  color: #ffd602;
}

.resouce-center-item p {
  color: #f9f9f9;
  margin: 0;
}

.resouce-center-item h2 {
  color: #ffd602;
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}

.resouce-center-item a {
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  background: #f9f9f9;
  margin-top: 20px;  
  display: inline-block;
  line-height: 24px;

}

.resouce-center-item>div {
  padding: 40px 20px;
}

.customer-two-col-wrap .page-center {
  max-width: 1500px !important;
}

.customer-two-col-item-wrap{

}

.customer-two-col-item-wrap {
  width: 100%;
  float: left;
  display: flex;
}

.customer-two-col-item {
  width: 49.5%;
  float: left;
  margin-right: 1%;
  text-align: center;
}

.customer-two-col-item-wrap .customer-two-col-item:nth-child(3) {
  margin: 0;
}

.customer-two-col-item>div {
  padding: 60px 50px;
}

.customer-two-col-item a {
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  background: #f9f9f9;
  margin-top: 20px;
  display: inline-block;
  line-height: 24px;
}

.customer-two-col-item a:hover {
  background:transparent;
  color:#f9f9f9;
}

.customer-two-col-item-wrap .customer-two-col-item:nth-child(1) h2, .customer-two-col-item-wrap .customer-two-col-item:nth-child(3) h2 {
  color: #f9f9f9;
}

.customer-two-col-item p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.customer-two-col-item-wrap .customer-two-col-item:nth-child(1) p, .customer-two-col-item-wrap .customer-two-col-item:nth-child(3) p {
  color: #f9f9f9;
}

.customer-care-image-txt-wrap {
  width: 100%;
  float: left;
  padding: 80px 0px;
}

.customer-care-image-txt-col-wrap {
  width: 100%;
  float: left;
}


.customer-care-image-txt-col {
  width: 48%;
}

.customer-care-image-txt-col {
  width: 50%;
  float: left;
}

.customer-care-image-txt-col-wrap .customer-care-image-txt-col:nth-child(1) {
  border-right: 1px solid #000;
}

.customer-care-image-txt-col>div {
  padding: 20px;
}

.customer-care-image-txt-col {
  width: 50%;
  float: left;
  text-align: center;
}


.customer-care-image {
  padding-top: 30px;
}


.customer-care-image-txt-col p {
  margin: 0;
  font-size: 18px;
  color: #000;
}


.resouce-center-item a:hover {
  background: transparent;
  color: #f9f9f9;
}
















/*****************************Responsive Code Starts Here***********************************/

/************** ipad rotate ***************/

@media (max-width: 1180px) {

  .platforms-data-displays-tabber-section .tabber-tabs li {
    font-size:25px;
  }

}


@media (max-width: 1080px) {

  .grow-casestudy-wrp {
    background-position:left;
  }

  .grow-banner-wrp {
    margin-top: 160px;
    padding: 100px 0px;
  }

  .grow-banner-text h1 span {
    font-size:75px;
    line-height:90px;
  }

  .grow-banner-text h1 {
    font-size:50px;  
  }  

  .grow-row2-left-sec>div{
    max-width: 100%;
  }
  .grow-casestudy-text>div {
    max-width: 100%;
  }
  .datasol-sec>div {
    padding-right: 20px;
  }
  .analytics-sec>div{
    padding-left: 30px;
  }


}


/************** ipad ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  .grow-banner-text h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .grow-banner-wrp {
    padding: 80px 0px;
    margin-top: 30px;
  }
  .grow-banner-text h1 span{
    font-size: 100px;
    line-height: 100px;
  }
  .grow-row2-left-sec {
    width: 100% !important;
  }
  .grow-row2-left-sec>div{
    text-align: center;
  }
  .grow-row2-right-sec {
    width: 100% !important;
    margin: 0px !important;
  }
  .grow-portfolio-content {
    max-width: 100%;
  }
  .grow-casestudy-img {
    width: 100% !important;
    text-align: center;
  }
  .grow-casestudy-text {
    margin: 0px !important;
    width: 100% !important;
    padding-top: 40px;
  }

}


/************** iphone rotate***************/

@media (max-width: 768px) {

  .grow-banner-wrp {
    margin-top:0px;  
  }

}


@media (max-width: 767px) {

  .customer-page .customers-block-wrap .hp-three-blocks {
    padding: 30px 30px;
  }

  .customer-page .customers-block-wrap .hp-three-blocks img {
    max-width: 120px;
  }

  .resouce-center-outter-wrap {
    padding: 60px 0px !important;
  }

  .resouce-center-item {
    width: 100% !important;
    float: left;
    margin-right: 0%;
    background: #090a0e;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 1%;
  }

  .customer-care-image-txt-wrap {
    padding: 40px 0px;
  }


  .customer-two-col-item>div {
    padding: 25px;
  }


  .customer-care-image-txt-col {
    width: 100%;
    border: 0 !important;
    padding-bottom: 30px;
  }


  .grow-banner-text {
    padding-left:350px;
  }

  .grow-casestudy-text h2 {
    padding-left:30px;
    padding-right:30px;
  }

  .grow-casestudy-text a {
    margin-left:30px;  
  }

  .grow-row2-right-sec img {
    padding-right:70px;  
  }

  .grow-row2-wrp {
    padding:20px 0;  
  }

  .grow-casestudy-wrp .case-study-image {
    text-align:center; 
    margin-top:30px;
  }

  .grow-banner-text h1 {
    font-size: 40px;
  }
  .grow-row2-left-sec>div{
    text-align: center;
  }
  .grow-portfolio-content h2{
    font-size: 50px;  
  }
  .grow-portfolio-content {
    max-width: 100%;
  }
  .grow-portfolio-wrp{
    padding: 60px 0px;
  }
  .grow-casestudy-img {
    width: 100% !important;
    text-align: center;
  }
  .grow-casestudy-text{
    width: 100% !important;
    padding-top:50px;
  }
  .datasol-sec, .analytics-sec {
    width: 100% !important;
  }
  .analytics-sec>div{
    padding-left: 0px;
    border-left: 0px dashed #000;
  }
  .analytics-sec {
    padding-top: 50px;
  }
  .grow-banner-wrp {
    margin-top: 30px;
    padding: 30px 0px;
  }
  .grow-banner-text h1 span{
    font-size: 60px;
    line-height: 65px;
  }

  .datasol-analytics-wrp {
    padding:50px 0;
  }

}



@media (max-width: 630px) {

  .analyser-bundles-boxes .box table tr td {
    width:33%;  
  }

  .grow-banner-text {
    padding-left:200px;
  }

}


/************** iphone ***************/
@media (max-width: 479px) {


  .Displays-and-Mapping-wrapper {
    width: 100%;
    float: left;
    padding: 30px 0px;
  }

  .resouce-center-item {
    width: 100% !important;
    margin-right: 0 !important; 
    margin-bottom: 20px !important;
  }

  .customer-two-col-item-wrap {
    flex-wrap: wrap;
  }

  .customer-two-col-item {
    width: 100%;
    float: left;
    margin-right: 0;
  }

  .grow-banner-wrp {
    margin-top:0px; 
    background:none;
  }

  .grow-banner-text {
    padding-left:0px;  
  }

  .grow-casestudy-text h2 {
    font-size:26px;
  }

  .grow-banner-wrp {
    padding: 50px 0px;
  }
  .grow-portfolio-content h2 {
    font-size: 40px;
  }
  .grow-banner-text h1 span {
    font-size: 60px;
    line-height: 70px;
  }

  .grow-row2-right-sec img {
    padding-right:50px;  
  }

}



@media (max-width: 430px) {

  .analyser-bundles-boxes .box table tr td {
    width:50%;  
  }

  .platforms-data-displays-tabber-section .tabber-tabs li a {
    padding-right:5px;
    padding-left:5px;
  }

}

/*****************************Responsive Code Ends Here***********************************/


/********* Japanese Website *********/

.jp-pages .product-service-content h2 {
  line-height:110px;  
}

.jp-pages .product-service-content h2, .jp-pages .product-service-content h2 span {
  font-size:80px !important; 
}

.jp-pages .oag-three-col h2 {
  font-size:160px;  
}

.jp-pages .oag-intelligence-content h2 {
  font-size:115px;
  line-height:1.1em;
}

@media (max-width: 1200px) {

  .jp-pages .product-service-content h2 {
    line-height:90px;  
  }

  .jp-pages .product-service-content h2, .jp-pages .product-service-content h2 span {
    font-size:60px !important; 
  }

  .jp-pages .oag-three-col h2 {
    font-size:115px;  
  }

  .jp-pages .oag-intelligence-content h2 {
    font-size:85px;
  }

}

@media (max-width: 900px) {

  .jp-pages .oag-three-col h2 {
    font-size:90px;  
  }

  .jp-pages .oag-intelligence-content h2 {
    font-size:55px;
  }

}


@media (max-width: 767px) {

  .jp-pages .product-service-content h2 {
    line-height:60px;  
  }

  .jp-pages .product-service-content h2, .jp-pages .product-service-content h2 span {
    font-size:40px !important; 
  }
  .blog-listing-page .post-header .author-image, .blog-listing-page .post-header .date-author-name {
    text-align:left;
  }

}


@media (max-width: 700px) {

  .jp-pages .oag-three-col h2 {
    font-size:60px;  
  }

}


@media (max-width: 650px) {

  .jp-pages .product-service-content h2 {
    line-height:40px;  
  }

  .jp-pages .product-service-content h2, .jp-pages .product-service-content h2 span {
    font-size:25px !important; 
  }

}
@media (max-width: 520px) {
  .flighttracker-wrap {
    padding: 80px 0px 40px;
  }
}

@media (max-width: 480px) {
  .jp-pages .oag-intelligence-content h2 {
    font-size:35px;
  }
  .blog-listing-page.white-header .post-item {
    height: auto;
  }
  .pillar-page-flex.pp-traveler-survey .otp-stars-banner-content h1 {
    font-size: 60px;
  }
  .pillar-page-flex.pp-traveler-survey .otp-stars-banner-wrap {
    padding: 100px 0 !important;
  }
}

/******************************OAG Blog Individual 2022*******************/
.blog-page-center-1000 {
  max-width: 1000px !important;
  width: 100% !important;
  float: none !important;
  margin: 0px auto !important;
}
.blog-post-outer-wrapper .blog-page-center-1000 .post-item {
  height: auto !important;
}
.blog-post-tags a.topic-link-link {
  font-size: 14px;
  color: #000;
  letter-spacing: -0.35px;
  line-height: 20px;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  margin: 0px;
  font-weight: normal !important;
}
.blog-post-name {
  padding: 20px 0px 30px;
}
.blog-parent-name p {
  font-size: 14px;
  color: #000;
  letter-spacing: -0.35px;
  line-height: 14px;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  margin: 0px;
  font-weight: normal !important;
  position: relative;
  padding-left:10px;
}
.blog-parent-name p a {
  font-family: 'F37 Bolton Light', arial, sans-serif;
  font-weight: normal;
  line-height: 14px;
}
.blog-post-top-wrapper {
  padding: 40px 50px 20px;
}
.blog-tag-parent-blog-wrapper {
  display: flex;
  align-items: center;
}
.blog-post-name h1 {
  font-size: 35px;
  line-height: 35px;
  color: #000;
  margin-bottom: 0px;
}
.blog-post-name h1 {
  font-size: 35px;
  line-height: 35px;
  color: #000;
  margin-bottom: 0px;
}

.blog-post-author-description span {
  font-size: 14px;
  color: #000;
  letter-spacing: -0.35px;
  line-height: 46px;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  margin: 0px;
  font-weight: normal !important;
}

.blog-post-author-description span a {
  color: #000;
}
.blog-post-author-description {
  display: flex;
  align-items: center;
}
span.divider {
  padding: 0px 10px;
}
.blog-post-content-wrapper h2 , .blog-post-content-wrapper h3 {
  font-size: 28px !important;
  line-height: 35px;
  margin: 0px;
  padding-bottom: 25px;
  padding-top: 30px;
}
.blog-post-content-wrapper h4 {
  font-size: 24px !important;
  line-height: 34px;
}
.blog-post-content-wrapper h5 {
  font-size: 22px !important;
  line-height: 30px;
}
.blog-post-content-wrapper h6 {
  font-size: 20px !important;
  line-height: 30px;
}
.blog-post-content-wrapper p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  margin: 0px;
  padding-bottom: 20px;
}
.blog-post-content-wrapper {
  padding: 50px;
  box-sizing: border-box;
}
.featured-image-wrapper img {
  width: 100%;
}
.blog-post-content-wrapper .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 100% !important;
}
.blog-post-content-wrapper p a , .blog-post-content-wrapper ul a , .blog-post-content-wrapper ol a{
  color: #4A99DB;
  font-family: 'F37 Bolton',arial,sans-serif;
  text-decoration: none !important;
}
.blog-post-content-wrapper p a:hover , .blog-post-content-wrapper ul a:hover , .blog-post-content-wrapper ol a:hover{
  text-decoration: underline !important;
}
.blog-post-content-wrapper ul , .blog-post-content-wrapper ol{
  margin: 0px;
  padding-bottom: 20px;
}
div#comments-listing {
  display: none;
}
.blog-post-social-sharing span {
  font-size: 25px;
  line-height: 28px;
  font-family: 'DIN_1451 LT W01 Engschrift', sans-serif;
  letter-spacing: 0px;
  margin-right: 20px;
}
.blog-post-social-sharing a {
  margin-right: 18px;
  display: inline-block;
}
.blog-post-social-sharing {
  align-items: center;
  padding: 0px 50px;
  box-sizing: border-box;
  display: flex;
}
.blog-post-individual-wrapper {
  /*border-bottom: 1px solid #7070704f;
  padding-bottom: 50px;*/
}
.blog-insight-2022 .insight-sign-up-module-wrapper {
  padding: 60px 0px 20px !important;
}
p.AviationMarketAnalysis:before {
  background-color: #de8cd8 !important;
}
.blog-post-outer-wrapper {
  /*padding-bottom: 70px;*/
}
.blog-post-social-sharing a img {
  width: 25px;
}
.comments-wrapper {
  padding-top: 60px;
}
.comments-wrapper h3 {
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 20px;
}
.comments-wrapper {
  padding: 60px 50px;
  box-sizing: border-box;
}

.comments-wrapper h3 {
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 20px;
}

.comments-wrapper .hs_firstname.hs-firstname.hs-form-field {
  width: 48%;
  float: left;
}

.comments-wrapper .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  width: 48%;
  float: right;
}

.comments-wrapper .field.hs-form-field {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

.comments-wrapper .hs_submit.hs-submit {
  width: 100%;
  float: left;
}

.comments-wrapper ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
}

.comments-wrapper ul.no-list.hs-error-msgs.inputs-list li {
  font-size: 12px;
  color: red;
}

.comments-wrapper .hs-input {
  background-color: #F4F4F4 !important;
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  color: #000 !important;
  font-family: 'F37 Bolton Light', arial, sans-serif !important;
  min-height: 40px;
}
.comments-wrapper textarea {
  min-height: 180px !important;
}
.comments-wrapper .hs_error_rollup {
  display: none;
}
.comments-wrapper .hs-form-field label {
  font-size: 18px;
  line-height: 25px;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  color:#000;
}
.comments-wrapper ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: 12px;
  color: red;
}
.comments-wrapper input.hs-button.primary {
  background-color: #000;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  border-radius: 0px;
  outline: none;
  padding: 14px 20px;
  box-sizing: border-box;
  border: 1px solid #000;
}
.comments-wrapper .hs_submit.hs-submit {
  width: 100%;
  float: left;
  text-align: right;
}
.comments-wrapper input.hs-button.primary:hover {
  background-color: #ffd600;
  color: #fff;
  border: 1px solid #ffd600;
}
.blog-post-tags a.topic-link-link:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  left: -20px;
  top:0;
  background-color: #FFD600;
}
.blog-parent-name p:before {
  position: absolute;
  content: "";  
  width: 1px;
  height: 100%;
  left: 0;
  background-color: #FFD600;
}
.blog-parent-name p.OAGintheNews:before{
  background-color: #7A80C6 !important;
}
.blog-parent-name p.COVIDRecovery:before{
  background-color: #4A99DB !important;
}
.blog-parent-name p.Insights:before{
  background-color: #DE8CD8 !important;
}
.blog-parent-name p.TravelTechnology:before{
  background-color:  #EB7A20 !important;
}
.blog-parent-name p.AviationSustainability:before{
  background-color: #76DBC8 !important;
}
.blog-post-tags a.COVIDRecovery:before {
  background-color: #1f74ba !important;
}
.blog-post-tags a.Insights:before,a.Insights:before {
  background-color: #DE8CD8 !important;
}
.blog-post-tags a.topic-link-link.FutureofTravel:before,a.topic-link-link.FutureofTravel:before{
  background: #334489 !important;
}
.blog-post-tags a.TravelTechnology:before,a.TravelTechnology:before {
  background-color:  #EB7A20 !important;
}
.blog-post-tags a.AviationSustainability:before,a.AviationSustainability:before {
  background-color: #17a693 !important;
}
.blog-post-tags a.OAGintheNews:before,a.OAGintheNews:before {
  background-color: #7A80C6 !important;
}
.blog-post-tags a.topic-link-link {
  font-size: 14px;
  color: #000;
  letter-spacing: -0.35px;
  line-height: 16px;
  font-family: 'F37 Bolton Light', arial, sans-serif;
  margin: 0px;
  font-weight: normal !important;
  position: relative;
  margin-left: 20px;
  margin-right: 9px;
}
.blog-section .hs-author-profile {
  padding: 30px 0px 0px;
  box-sizing: border-box;
  max-width: 1010px;
  float: none;
  margin: 0px auto;
}
.blog-section h3.hs-author-listing-header {
  max-width: 1010px;
  float: none;
  margin: 0px auto;
  padding: 30px 0px 45px;
  font-size: 36px;
  line-height: 45px;
  font-family: 'F37 Bolton',arial,sans-serif;
  font-weight: normal !important;
}
.hs-author-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.hs-author-social-section {
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
a.topic-link-link.AviationMarketAnalysis:before {
  background-color: #06ccb2 !important;
}
.listing-blog .blog-section .post-item .blog-post-tags a.topic-link-link.FutureofTravel:before {
  background-color: #334489;
}
@media (max-width: 767px) { 
  .blog-post-top-wrapper {
    padding: 40px 20px 20px;
  }
  .blog-post-content-wrapper {
    padding: 50px 20px 30px;
    box-sizing: border-box;
  }
  .blog-post-social-sharing {
    padding: 0px 20px;
  }
  .comments-wrapper {
    padding: 60px 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 610px) { 
  .blog-section h3.hs-author-listing-header {
    padding: 20px 20px 0px;
  } 
  .blog-section .hs-author-profile {
    padding: 30px 20px 0px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) { 
  .blog-post-author-description span {
    line-height: 30px;
    flex: 0 100%;
  } 
  span.divider {
    padding: 0px 5px;
    display: none;
  }
  .blog-post-author-description {
    flex-wrap: wrap;
  }
  .comments-wrapper .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    float: left;
  }
  .comments-wrapper .hs_firstname.hs-firstname.hs-form-field {
    width: 100%;
    float: left;
  }
  .blog-section h3.hs-author-listing-header {
    padding: 20px 20px 0px;
  }
}















.listing-blog .post-item .blog-post-name {
  padding: 0px 0px 0px;
}
.listing-blog .hs-featured-image-wrapper {
  flex: 0 30%;
  transition: .4s all;
  overflow: hidden !important;
}
.listing-blog .hs-featured-image-wrapper img {
  width:100%;
  min-height:150px;
}
.listing-blog .clearfix:before, .clearfix:after {
  display: none;
}
.listing-blog .post-header {
  display: none;
}
.listing-blog .post-item:first-child .hs-featured-image-wrapper {
  flex: 100%;
}
.listing-blog .post-item:first-child .hs-featured-image-wrapper img {
  width: 100%;
  max-height: 450px;
  max-width: 100%;
  position: relative;
}
.listing-blog .hs-featured-image-wrapper img {
  width: 100%;
}
.listing-blog .post-body.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listing-blog .blog-post-top-wrap {
  padding: 0px 0px 0px;
  flex: 0 67%;
}
.listing-blog .blog-pagination a:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 35%;
  right: 45%;
  margin-top: 0;
  width: 8px;
  height: 8px;
  float: right;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #000;
  transform: rotate(45deg);
  transition: border-bottom .3s ease-in-out,border-right .3s ease-in-out;
}
.listing-blog .blog-pagination {
  position: relative;
}
.listing-blog .post-listing .post-item {
  padding-bottom: 30px;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .post-body {
  position: relative;
  width: 100%;
}
/* .listing-blog .post-item:first-child .hs-featured-image-wrapper:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
z-index: 999;
} */
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .post-body .blog-post-top-wrap {
  position: absolute;
  bottom: 0px;
  left: 80px;
  z-index: 999;
  background-color: rgb(0 0 0 / 81%);
  padding: 26px 40px 21px;
  box-sizing: border-box;
  color: #fff;
  max-width: 510px;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child {
  width: 100%;
  margin: 20px 0px;
}
.listing-blog .blog-section .post-item:first-child .blog-post-name h1 {
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 0px;
}
.listing-blog .blog-section .post-item:first-child .blog-post-author-description span {
  color: #fff;
}
.listing-blog .blog-section .post-item:first-child .blog-post-author-description span a {
  color: #fff;
}
.listing-blog .blog-section .post-item:first-child .blog-post-name a {
  color: #fff;
}
.listing-blog .blog-section .post-item:first-child .blog-post-tags a.topic-link-link {
  color: #fff;
}
.listing-blog .blog-section .post-item:first-child .blog-parent-name p a {
  color: #fff;
  letter-spacing: -0.35px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}
.listing-blog .hs-featured-image-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 150px;
}

.listing-blog .hs-featured-image {
  margin: 0 0 0px 0px; 

}
.listing-blog span.divider {
  padding: 0px 10px;
  color: #4a99db !important;
}
.listing-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  margin: 0px 0px 0px 0px;
  transition: .4s all;
}
.listing-blog .post-item:first-child {
  max-width: 100%;
}
.listing-blog .post-item {
  max-width: 1010px;
  margin: 0 auto;
}
.listing-blog .blog-post-author-description span {
  font-size: 14px;
  color: #000;
  letter-spacing: -0.35px;
  line-height: 31px;
  font-family: 'F37 Bolton ', arial, sans-serif;
  margin: 0px;
  font-weight: normal !important;
}
.listing-blog .blog-post-tags a.topic-link-link {
  letter-spacing: -0.35px;
  font-size: 14px;
  line-height: 46px;
  font-family: 'F37 Bolton',arial,sans-serif;
  color: #000;
  margin: 0px;
  font-weight: normal !important;
  position: relative;
  margin-left: 20px;
  margin-right: 9px;
}
.listing-blog .blog-parent-name p a {
  font-family: 'F37 Bolton ', arial, sans-serif;
  font-weight: normal;
}
.listing-blog .blog-post-content p {
  letter-spacing: -0.35px;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'F37 Bolton',arial,sans-serif;
  margin: 6px 0px 0px 0px;
  color: #000;
}
.listing-blog .blog-post-name h1 {
  font-size: 22px;
  line-height: 23px;
  color: #000;
  margin-bottom: 0px;
}
.listing-blog .blog-post-tags a.News:before {
  background-color: #FFD600;
}
.listing-blog .blog-post-tags a.Emissions:before {
  background-color: #FFD600;
}
.listing-blog .blog-parent-name p.News:before {
  background-color: #4A99DB;
}
.listing-blog .blog-parent-name p.Emissions:before {
  background-color: #4A99DB;
}

.listing-blog .blog-pagination a:hover {
  text-decoration: underline;
  color: #000;
}

.listing-blog .blog-post-top-wrap:hover .blog-post-name a {
  text-decoration: underline;
  color: #000;
}
.listing-blog .blog-post-top-wrap {
  transition: .4s all;
}
.listing-blog .post-item:nth-child(2) .blosg-list-post-heading {
  display: block;
  padding-bottom: 45px;
}
.listing-blog .blosg-list-post-heading {
  display: none;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  margin: 0px 20px;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .listing-blog .hs-featured-image-wrapper:hover {
  transform: none;
}
.listing-blog .blog-section .post-item:first-child .hs-featured-image-wrapper:hover {
  transform: none;
  transition: .4s all;
}
.listing-blog .hs-featured-image-wrapper:hover {
  transform: scale(1.2);
  transition: .4s all;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child {
  padding-bottom: 20px;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .blog-post-content {
  display: none;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .blog-post-author-description .author-name {
  display: none;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .blog-post-author-description .divider {
  display: none;
}
.blosg-list-post-heading h2 {
  font-size: 36px;
  line-height: 45px;
  margin: 0px;
  font-family: 'F37 Bolton',arial,sans-serif;
  font-weight: normal !important;
}
.listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .feature-main-image {
  flex: 0 100%;
  float: left;
}
.listing-blog .feature-main-image {
  flex: 0 30%;
  overflow: hidden;
}
.listing-blog .blog-pagination a {
  letter-spacing: -0.45px;
  font-size: 18px;
  line-height: 30px;
  margin: 0px;
  color: #000;
  font-family: 'F37 Bolton light',arial,sans-serif;
  text-align: center;
  cursor: pointer;
}






@media (max-width: 1080px) { 
  .listing-blog .blog-pagination a:before {
    right: 44%;
  }
}


@media (max-width: 900px) { 
  .listing-blog .blog-pagination a:before {
    right: 43%;
  }
}
@media (max-width: 870px) { 
  .listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .post-body .blog-post-top-wrap {
    left: 0px;
    max-width: 100%;
    width: 100%;
  }
  .listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .hs-featured-image-wrapper {
    margin: 0px 0px;
  }  
}
@media (max-width: 770px) { 
  .listing-blog .blog-pagination a:before {
    right: 42%;
  }
  .listing-blog .blog-pagination {
    margin-bottom: 40px;
  }  
}


@media (max-width: 700px) { 
  .listing-blog .blog-pagination a:before {
    right: 41%;
  }
}

@media (max-width: 650px) {
  .listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .post-body .blog-post-top-wrap {
    left: 0px;
    max-width: 100%;
  }
}

@media (max-width: 620px) { 
  .listing-blog .blog-pagination a:before {
    right: 40%;
  }
}


@media (max-width: 610px) { 
  .listing-blog .hs-featured-image-wrapper {
    flex: 0 100%;
    transition: .4s all;
    overflow: hidden !important;
  }
  .listing-blog .container-fluid .row-fluid .page-center {
    padding: 10px 0px;
  }  
  .listing-blog .insight-blog-drop-down-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  } 
  .listing-blog .footer-background {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }  
  .listing-blog .blog-post-top-wrap {
    padding: 30px 0px 0px;
    flex: 0 100%;
  }  
  .listing-blog .blog-listing-wrapper .post-listing .post-item {
    padding: 30px 20px;
  }
  .listing-blog .blog-listing-wrapper .post-listing .post-item:first-child {
    padding: 30px 0px;
  }
  .listing-blog .blog-post-author-description {
    display: flex;
    align-items: center;
  }  
  .listing-blog .blog-post-author-description span {
    line-height: 30px;
    flex: inherit;
  }  
  .listing-blog span.divider {
    padding: 0px 11px;
    display: block;
  }  
  .listing-blog .feature-main-image {
    flex: 0 100%;
    overflow: hidden;
  }  
  .listing-blog .blog-listing-wrapper .post-listing .post-item:first-child {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
  .listing-blog .blog-listing-wrapper .post-listing .post-item:first-child {
    padding: 30px 0px 0px 0px;
  }  
  .listing-blog .post-item:nth-child(2) .blosg-list-post-heading {
    display: block;
    padding-bottom: 26px;
  }  
}


@media (max-width: 540px) { 
  .listing-blog .blog-pagination a:before {
    right: 38%;
  }
  .listing-blog .blog-listing-wrapper .post-listing .post-item:first-child .post-body .blog-post-top-wrap {
    padding: 20px 18px 20px;
  }  
}


@media (max-width: 480px) { 
  .listing-blog .blog-pagination a:before {
    right: 36%;
  } 
  .blosg-list-post-heading h2 {
    font-size: 30px;
    line-height: 28px;
  }
}


@media (max-width: 410px) { 
  .listing-blog .blog-pagination a:before {
    right: 34%;
  }
}


@media (max-width: 370px) { 
  .listing-blog .blog-pagination a:before {
    right: 31%;
  }
}



@media (max-width: 330px) { 
  .listing-blog .blog-pagination a:before {
    right: 29%;
  }
  .listing-blog span.divider {
    padding: 0px 6px;
    display: block;
  }
}