/* @import url('http://example.com/example_style.css'); */

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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


.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .26);
}


.brand {
  width: 110px;
  min-height: 60px;
  margin-left: 20px;
  padding-top: 17px;
  background-color: transparent;
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Aviation%20Blog/Images/logo-v3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.lp {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
    height: 150px;
  margin-left: 30px;
  /*background-color: #fff;*/
}

.logo-placeholder {
  color: transparent;
  text-align: center;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #e9e9e9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #898a8e;
  font-size: 13px;
}

.nav-link:hover {
  border-bottom: 1px none #000;
  background-color: #f5f5f5;
  color: #0092a1;
}

.nav-link.cta {
  background-color: #4fb3ce;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #0097ab;
}

.nav-link.search {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/search-icon.png');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
}

.nav-link.cranfield-logo {
  width: 90px;
  height: 90px;
  background-image: url('//cdn2.hubspot.net/hubfs/417879/slack-imgs.jpg');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  text-align: center;
  background-color: white;
}
.banner-1.banner-1-blog{
    min-height: auto;
  padding-top: 159px;
  /*padding-bottom: 80px;*/
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('//cdn2.hubspot.net/hubfs/417879/Aviation%20Blog/Images/img-banner-blog.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
 /* -webkit-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);
    box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);*/
}
.banner-1 {
  min-height: auto;
  padding-top: 152px;
  /*padding-bottom: 80px;*/
  background-color: transparent;
  /*background-image: url('//cdn2.hubspot.net/hubfs/417879/LD_Blog_Live_Site_Files/Images/banner-image-home.jpg');*/
  background-position: 0px 0px;
  background-size: cover/*100% 200%*/;
  /*-webkit-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);
    box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);*/
}
body[hs-content-path-sai-search] .banner-1{
        background-position: 50% 50%;
    background-size: 100% 200%;
    background-repeat: no-repeat;
   height:400px;
}
.bg-internal{
  background-image: none !important;  
}
@media(max-width:991px){
    .bg-internal{
    padding-top: 110px !important;
    padding-bottom: 20px !important;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-position: 0px 0px;
    background-repeat: repeat;
    background-image:none !important;
    
    }
    .staff-members h3{
        padding-top:60px;
    }
    .half{
        max-width: 728px;
    }
}
@media(max-width:991px){
    .span6.widget-span.widget-type-cell.w-col.w-col-4.w-col-stack.w-hidden-medium.w-hidden-small.w-hidden-tiny.sidebar{
        display:none !important;
    }
    
    }
.banner-1.lp {
  padding-top: 170px;
  padding-bottom: 120px;
  -webkit-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);
    box-shadow: inset 0 400px 0 300px rgba(0,0,0,0.4);
}

.banner-1.hp {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    position: relative;
    padding-top: 152px;
    padding-bottom: 80px;
}

.cr-half-banner-des h1,
.h1 {
  font-weight: 400;
}
.h1.center{
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;   
}

.hs-content-path-cranfield-aviation-pillar-page .h1.center{
    padding: 0 0px;
}

.cr-half-banner-des h1,
.h1.center,
.h1.center h1{
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  /*text-shadow: 0 1px 6px rgba(0, 0, 0, .56);*/
  font-weight:700 !important;
}

.h1.center p{
    display: block;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-style:normal;
    font-weight: normal;
}

.h1.center.lp {
  margin-top: 0px;
  font-size: 34px;
  line-height: 42px;
}
.cr-half-banner-des h1,
.h1.center.ty {
  font-size: 34px;
  line-height: 42px;
}
.cr-half-banner-des p,
.banner-p p,
.banner-p {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.body-1 {
  min-height: 60px;
  padding-bottom: 100px;
  background-color: hsla(230, 3%, 55%, .1);
}

.body-1.white {
  background-color: #fff;
}

.body-1.grey {
  background-color: #f3f3f3;
}

.container-fluid .row-fluid .w-col.body-column.featured {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.container-fluid .row-fluid .w-col.body-column.featured:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.heading-block-1 {
  width: 100%;
  min-height: 60px;
  padding-top: 19px;
  border-right: 1px solid #00b0c4;
  border-left: 1px solid #00b0c4;
  background-color: rgb(0, 153, 196);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.heading-block-1:hover {
  background-color: rgb(0, 119, 153);
  text-decoration: none !important;
}

.heading-block-1.active {
  border-right-style: none;
  border-left-style: none;
  background-color: #fff;
  color: rgb(0, 119, 153);
}

.heading-block-1.active.filter {
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #00b0c4;
  border-bottom-width: 1px;
  border-bottom-color: #00b0c4;
}

.heading-block-1.right-mobile {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.heading-block-1.right-mobile:hover {
  background-color: #0097ab;
}

.heading-block-1-text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family:'Roboto Slab';
}

.heading-block-1-text.active {
  color: #8a8a8a;
}

.heading-block-1-text.active._2 {
  color: #0097ab;
}

.heading-block-1-text._2 {
  font-size: 14px;
}

.featured-div {
  min-height: 220px;
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.featured-div._1 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/blog-feature-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-div._1:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.featured-div._2 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/blog-feature-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-div._3 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/blog-feature-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div-text {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: rgb(0, 153, 196);
  font-size: 18px;
  line-height: 18px;
}

.feature-div-text:hover {
  color: #55565b;
}

.feature-div-text.cta {
  height: auto;
  min-height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 18px;
  font-family: 'Roboto Slab', sans-serif;
    line-height: 24px;
}

.feature-div-text.cta:hover {
  color: #0092a1;
}

.container-fluid .row-fluid .column-div {
  overflow: scroll;
  height: 525px;
 /* border-top: 1px solid #cacaca;*/
  border-bottom: 5px solid rgb(0, 153, 196);
  overflow-x: auto;
  
}
.container-fluid .row-fluid .column-div::-webkit-scrollbar {
width: 8px;
}

.container-fluid .row-fluid .column-div::-webkit-scrollbar-track {
    
    background-color: #e8e8e8;
}

.container-fluid .row-fluid .column-div::-webkit-scrollbar-thumb {
background-color: #ccc;
/*-webkit-box-shadow: inset 0 0 6px rgb(0, 153, 196);*/
}

@-moz-document url-prefix(http://),url-prefix(https://) {
    scrollbar {
       -moz-appearance: none !important;
       background: rgb(0,255,0) !important;
    }
    thumb,scrollbarbutton {
       -moz-appearance: none !important;
       background-color: rgb(0,0,255) !important;
    }
    
    thumb:hover,scrollbarbutton:hover {
       -moz-appearance: none !important;
       background-color: rgb(255,0,0) !important;
    }
    
    scrollbarbutton {
       display: none !important;
    }
    
    scrollbar[orient="vertical"] {
      min-width: 15px !important;
    }
}

.staff-bio {
    width: 65%;
    padding-left: 0px;
    float: right;
        vertical-align: middle;
    position: relative;
    top: 60px;
}

.staff-img{
    width:200px;
    height:255px;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    float:left;
}

h1#link-meet-the-team {
    margin-top: -10px;
    vertical-align: top;
}

.staff-members p{
    float:left !important;
    margin-bottom: 20px;
    font-size: 16px;
}
.staff-members .bold-heaedng{
    margin-top: 0px;
    margin-bottom:0px !important;
    font-family: 'Roboto Slab', sans-serif;
    color: #091932;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.staff-members h1{
    margin-top:0;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', sans-serif;
    color: #091932;
    font-size: 32px;
}

.about-bod-wrapper .div-to-h2-blogheading h2{
    font-weight:400;
    margin-bottom:30px;
}

.div-to-h2-blogheading h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', sans-serif;
    color: #091932;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}

.staff-members h3{
    width: 70%;
    float: left;
    padding: 30px 30px 20px;
}

.staff-members h3 span{
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.staff-members img{
    float:left;
    width:30%;
    padding-bottom: 30px;
    padding-top: 15px;
}

.staff-members .hs-cta-img{
    width:100%;
}

.list-div {
  padding: 10px 10px 15px;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  background-color: #fff;
}

.list-div:hover {
  background-color: rgb(233, 233, 233);
}

.time {
  margin-bottom: 5px;
  color: rgb(0, 153, 196);
  font-size: 12px;
  font-weight: 700;
}
.different-topic-list .p-small a.post-title {
    text-decoration: none;
}
.different-topic-list .p-small a.post-title:hover {
    color: rgb(0, 153, 196);
    text-decoration:underline;
}
.different-topic-list .p-small a.post-title,
.cr-blog-sidebar .sidebar-cta-1 .p-small,
.p-small p,
.p-small {
  color:rgb(238, 238, 238);
  font-size: 14px;
  line-height: 18px;
}
.title-ld{
    color: rgb(56, 74, 80) !important;
}
.title-ld:hover{
    color:#0099c4 !important;
}
.ld-blog-sub .p-small{
    color:rgb(56, 74, 80);
}
.p-small.feature p,
.p-small.feature {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  float: left;
  color: #898a8e;
}
.cr-blog-sidebar .sidebar-cta-1 .p-small {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.p-small.sidebar {
  margin-top: 10px;
  /*margin-right: 10px;
  margin-left: 10px;*/
}

.p-small.author {
  margin-bottom: 20px;
  color: #55565b;
}

.p-small.center {
  margin-bottom: 20px;
  text-align: center;
}

.p-small.topics {
  margin-top: 20px;
  color:#333;
}

.subscribe-section {
  min-height: 300px;
  background-color: #575757;
}

.persona-strip {
  background-color: #fff;
}

.persona-strip.internal {
  background-color: transparent;
    box-shadow: inset 0 -6px 8px 0 rgba(0,0,0,.06);
    position: relative;
    bottom: 0;
    padding-top: 80px;
}
.h2 {
  line-height: 40px;
  font-weight: 700;
}

.h2.subscribe {
 /* margin-top: 100px;
  margin-bottom: 15px;
  color: #55565b;*/
  text-align: center;
}
.cr-subscribe-blog {
  margin-top: 30px;
}
.h2.subscribe.bog {
  margin-top: 50px;
  margin-bottom: 5px;
}

.h2.subscribe._2 {
  /*margin-top: 20px;*/
  text-align: center;
    margin-top: 50px !important;
    margin-bottom: 15px;
    font-family: "Roboto Slab", sans-serif;
    color: rgb(9, 25, 50);
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}
.h2.blog-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color:rgb(9, 25, 50);
  font-size: 32px;
}

.div-to-h2-blogheading hr{
    border: 1px solid #dcdcdc;
    height: 0 !important;
}

.h2.blog-heading:hover {
  color: #0092a1;
}

.h2.blog-heading._2 {
  font-size: 28px;
  line-height: 34px;
}

.h2.blog-heading._2:hover {
  color: #0097ab;
}
.blog-section .h2.blog-heading:hover{
    color:#091932 !important;
}
.h2.lp {
  margin-top: 0px;
}

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

.h2.center._3 {
  margin-top: 80px;
}

body[hs-content-path-sai-search] .h2.center.hp{
    font-size:30px;
}
.h2.center.hp {
  margin-bottom: 30px;
  color: #55565b;
  font-size: 24px;
  line-height: 32px;
}

.h2.center.hp.padding-top {
  margin-top: 80px;
}

.subscribe-input {
  display: block;
  height: 60px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #adadad;
  border-radius: 200px;
  background-color: #fff;
}

.subscribe-input._2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.subscribe-button {
  height: 59px;
  padding-top: 18px;
  float: right;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  background-color: #4fb3ce;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.subscribe-button:hover {
  background-color: #0097ab;
}

.email-text {
  padding-top: 18px;
  padding-left: 20px;
  color: #b9b9b9;
  font-style: italic;
}

.cta-section {
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #898a8e;
}

.cta-section.filter.grey {
  border-top: 1px solid #d6d6d6;
  background-color: hsla(230, 3%, 55%, .1);
}

.cta-section.hp {
  background-color: #fff;
}

.body-section {
  min-height: 500px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.hs-blog-listing .body-section,
.hs-blog-listing .body-section {
  padding-bottom: 0;
}

.footer {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: rgb(9, 25, 50);
}

.footer.lp {
  padding-top: 10px;
  padding-bottom: 15px;
}

.footer-link {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: rgb(0, 153, 196);
  text-decoration:none !important;
}

.footer-line {
  display: block;
  height: 1px;
  max-width: 300px;
  margin: 20px auto;
  background-color: rgb(27, 50, 87);
}

.footer-social-div-wrap {
  display: block;
  width: 320px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align:center;
}

.ty-share-wrap .social-icons{
    background-size: 25px !important;
    border-radius: 100%;
}
.ty-share-wrap .social-icons._2{
    margin-left:0 !Important;
}
.social-icons {
  /*border: 1px solid #0092a1;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;*/
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  background-repeat:no-repeat;
  background-color: #091932;
  background-image: url('//cdn2.hubspot.net/hubfs/417879/LD_Blog_Live_Site_Files/facebook.png');
  background-position: 50% 50%;
  background-size: 45px;
}
.social-icons:hover {
  opacity: 0.7;
  border-width: 2px !important;
}
.social-icons._2 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/LD_Blog_Live_Site_Files/linkedin.png');
  background-size: 45px;
}
.social-icons._3{
    background-image: url('//cdn2.hubspot.net/hubfs/417879/LD_Blog_Live_Site_Files/twitter.png');
  background-size: 45px;
}
.social-icons._4{
    background-image: url('//cdn2.hubspot.net/hubfs/417879/LD_Blog_Live_Site_Files/Instagram-2016.png');
  background-size: 45px;
}
.social-icons._5{
    background-image: url('//cdn2.hubspot.net/hubfs/417879/LD_Blog_Live_Site_Files/youtube.png');
  background-size: 45px;
}
.copyright {
  margin-top: 10px;
  color: #adadad;
  font-size: 12px;
  text-align: center;
}

.copyright.lp {
  margin-top: 0px;
}

.content-row.margin-top {
  margin-top: 20px;
}

.container-fluid .row-fluid .w-col.content-column {
  /*height: 300px;*/
  padding-right: 0px;
  padding-left:0;
}

/*.container-fluid .row-fluid .w-col.content-column.rss-bgp-home{
    padding-left:0;
    padding-right:0;
}*/
/******* Same module as below but rss feed ******/
.rss-bgp-home .feature-div-description-div{
    background-color: transparent;
    height: auto;
        padding: 10px 50px;
}

.rss-bgp-home .feature-div-description-div h3,
.rss-bgp-home .feature-div-description-div h4{
    color:white;
}

.rss-bgp-home .feature-div-wrap._1{
    -webkit-box-shadow: inset 0 400px 0 300px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 400px 0 300px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 400px 0 300px rgba(0, 0, 0, 0.6);
        min-height: 400px;
}

.rss-bgp-home a.w-button.read-more {
float: none !important;
    margin-top: 10px !important;
    margin-bottom: 40px !important;
    background-color: #d1356f;
    border: none !important;
    color: white;
}

.rss-bgp-home a.w-button.read-more:hover{
        background-color: #812143;
}

.rss-bgp-home .feature-div-description-div h4 {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 500;
        font-family: 'Roboto', sans-serif;
}

.rss-bgp-home .feature-div-description-div h3 {
    margin-top: 5px;
    font-weight: 500;
}

div#bdr-btm {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-rss-wrapper{
    height: 450px !important;
}

@media(max-width:767px){
    .home-rss-wrapper {
    height: 880px !important;
}

.home-rss-wrapper .p-big.cta.offer-txt{
    padding-top:20px;
}
}



/**** End here ******/

.feature-div-wrap {
  min-height: 300px;
  /*border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;*/
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.feature-div-wrap._1 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/cranfield-growth-challenges-image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.feature-div-wrap._2 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/cranfield-succession-challenges.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.feature-div-wrap._3 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/cranfield-not-profit.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-div-description-div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 100px;
  /*margin-right: 10px;
  margin-left: 10px;*/
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  /*border-style: none solid solid;
  border-width: 1px;
  border-color: #cacaca;*/
  background-color: rgba(244, 244, 244, 0.952941);
}

.feature-heading {
  display: inline-block;
  color: #091932;
  font-size: 18px;
  line-height: 25px;
  margin-top:20px;
}

.feature-heading.first{
    margin-top:0 !important;
}
@media(max-width:991px){
    .feature-heading{
        margin-top:40px;
    }
    .cr-p-big p{
        width:100% !important;
    }
    }
.feature-heading h3{
    margin-bottom: 30px;
    color: #091932;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-top:0;
}

.feature-heading.padding-top h3{
    margin-top:80px;
}
.container-fluid .row-fluid .read-more {
  position: relative;
    display: inline-block;
    width: auto;
    margin-top: 38px;
    float: right;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d1356f;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d1356f;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1356f;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #d1356f;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: transparent;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    font-family: "Roboto Slab", sans-serif;
    color: #d1356f;
    font-size: 12px;
    font-weight: 700;
}

.container-fluid .row-fluid .read-more:hover {
  background-color: #d1356f;
    color: white;
    text-decoration:none !important;
}
.cr-challenge-download {
  /* position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 0px 20px 20px auto;
  float: right; */
  width: 100%;
  text-align: center;
}
.read-more._2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 0px 20px 20px auto;
  float: right;
  border-color: #fff;
  color: #fff;
  text-align: center;
}

.read-more._2.sidebar {
  position: relative;
  margin-top: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.read-more._2.invert {
  border: none;
  /*border-color: hsla(0, 0%, 100%, .33);*/
  background-color: rgb(209, 53, 111);
  color: white;
    text-transform: uppercase;
}

.read-more._2.invert:hover {
  background-color:rgb(129, 33, 67);
  color: white;
}

.container-fluid .row-fluid .read-more.blog {
  display: block;
  max-width: 120px;
  float: none;
  text-align: center;
  text-transform:uppercase;
}

.container-fluid .row-fluid .read-more.float-right {
  float: none;
}

.container-fluid .row-fluid .read-more.float-none {
  margin-top: 10px;
  margin-left: 10px;
  float: none;
}

.cta-link-block {
  width: 100%;
  min-height: 300px;
  padding-top: 45px;
  background-image: url('//cdn2.hubspot.net/hubfs/417879/LD_Blog_Live_Site_Files/Images/Event-cta-ranking-&-accreditations.jpg');
  background-position:50% 50%;
  background-size:cover;
  margin-bottom: 30px;
}

.w-clearfix.cta-link-block.sidebar:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 0px;
    height: 0px;
    opacity: 0.9;
    z-index: -1;
    transition: all 0.2s ease 0s;
    border-style: solid;
    border-width: 250px 0px 0px 616px;
    border-color: transparent transparent transparent rgb(0, 153, 196);
    transform: translateY(-185px);
}

.w-clearfix.cta-link-block.sidebar:hover:before{
        transform: translateY(-200px);
}

.cta-link-block.sidebar {
  min-height: 264px;
  margin-top: 0px;
  padding: 170px 20px 20px;
  margin-bottom:20px;
  position:relative;
  overflow:hidden;
  width:100%;
  display:block;
      z-index: 1;
}

.cta-link-block._1 {
  background-image: url('https://blog.som.cranfield.ac.uk/hubfs/Aviation%20Blog/Images/cta-accident.jpg');
  background-position: 50% 50%;
  background-size: cover;
 -webkit-box-shadow: inset 0 400px 0 300px rgba(9, 25, 50, 0.8);
    -moz-box-shadow: inset 0 400px 0 300px rgba(9, 25, 50, 0.8);
    box-shadow: inset 0 400px 0 300px rgba(9, 25, 50, 0.8);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
        position: relative;
    overflow: hidden;
}

.cta-link-block._1:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 0px;
    height: 0px;
    opacity: 0.9;
    z-index: 1;
    transition: all 0.2s ease 0s;
    border-style: solid;
    border-width: 250px 0px 0px 616px;
    border-color: transparent transparent transparent rgb(0, 153, 196);
    transform: translateY(-60px);
}
.cta-link-block._1:hover{
   -webkit-box-shadow: inset 0 400px 0 300px rgba(9, 25, 50, 0.901961);
    -moz-box-shadow: inset 0 400px 0 300px rgba(9, 25, 50, 0.901961);
    box-shadow: inset 0 400px 0 300px rgba(9, 25, 50, 0.901961);
    cursor:pointer;
}
.cta-link-block._2 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/cta-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-link-block._3 {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/cta-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cr-p-big p,
.cr-lp-list-even ul li p:first-child,
.p-big {
  margin-top: 0px;
  color:#333;
  font-size: 16px;
  line-height: 24px;
}

.p-big.cta {
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 20px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.p-big.cta.twitter-embed{
    padding-right:0;
    padding-left:0;
}

.testimonial-slidr {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.testimonial-slidr .slick-dots li {
  margin: 0;
}

.testimonial-slidr .slick-dotted.slick-slider {
  margin-top: 40px;
  padding-bottom: 40px;
}

.testimonial-slidr .slick-dots li button:before {
  font-size: 14px;
}

.testimonial-item {
  color: rgb(137, 138, 142);
  font-size: 16px;
  text-align: center; 
}

.p-big.testimonial {
  margin-right: 100px;
  margin-left: 100px;
  color: rgb(137, 138, 142);
  display: block;
  line-height: 22px;
  text-align: center;
}

.p-big.sidebar {
  margin-top: 30px;
  color: #eee;
  line-height: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  line-height: 24px;
}

.p-big.author {
  margin-bottom: 10px;
}
.cr-p-big img{
    border:1px solid rgb(218, 218, 218);
}
hr,
.line {
  height: 1px !important;
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px none #000;
  background-color: #d6d6d6;
  border-width: 0;
  width:100% !important;
}
.line-bottom-none .line {
    margin-bottom: 0;
}
.line._1 {
  margin-top: 10px;
}

.line._2 {
  margin-bottom: 0px;
}

.container-fluid .row-fluid .testimonial-slider {
  height: 200px;
  margin-top: 60px;
  margin-bottom: 30px;
  background-color: transparent;
}

.testimonial-slider-arrow {
  padding-top: 0px;
}

.testimonial-slider-nav {
  opacity: 0.22;
}

.testimonial-slide-1 {
  height: 150px;
  max-height: 150px;
}

.testimonial-slider .p-big.testimonial img{
    display: block;
    margin: 0 auto;
    float: none;
    width: 100px;
    border: 2px solid #e6e6e6;
    margin-top: 20px;
}

.container-fluid .row-fluid .testimonial-slider-icon {
  margin-top: 17.5px;
  color: #b4b4b4;
  font-size: 25px;
}

.featured-title-text {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.featured-title-text._2 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.featured-title-text._3 {
  margin-top: 30px;
}

.featured-title-text.margin-bottom {
  margin-top: 40px;
  margin-bottom: 20px;
}

.container-fluid .row-fluid .w-col.content {
  padding-bottom: 60px;
  padding-left: 15px;
}

.container-fluid .row-fluid .w-col.content._2 {
  padding-bottom: 30px;
}

.container-fluid .row-fluid .w-col.content._2.contact-column{
    float:right;
}

.feature-rec-sidebar:first-child{
    display:none;
}

.feature-rec-sidebar {
    margin-top: 10px;
    background-color: rgba(244,244,244,0.952941);
    padding: 0px 0 10px;
}

.featured-article {
  /*min-height: 50px;
  padding-bottom: 10px;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-left: 1px solid #cacaca;*/
  min-height: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*background-color: rgba(244, 244, 244, 0.952941);*/
}

/*.featured-article.last {
  border-bottom: 1px solid #cacaca;
}*/

.featured-tag {
      width: 100px;
    height: 40px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: #95c11f;
    font-family: "Roboto Slab", sans-serif;
    color: white;
    font-size: 12px;
    text-align: left
}
.cr-text-link a,
.text-link {
  margin-top: 18px;
  color: #0099c4;
  text-decoration: none;
}
.cr-text-link a:hover,
.text-link:hover {
  text-decoration: underline;
}

.text-link.sidebar {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #898a8e;
  font-size: 13px;
  line-height: 18px;
}

.text-link.sidebar:hover {
  color: #0092a1;
  text-decoration: underline;
}

.text-link._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.text-link._2.left {
  text-align: left;
}
.cr-blog-sidebar img,
.cr-blog-sidebar .sidebar-cta-1 img,
.sidebar-cta {
  min-width: 200px;
  background-color:transparent;
  margin-bottom: 30px;
}
.cta-bg{
    background-color:none !important;
    background-image: none;
    background-position: 50% 0px;
    background-size: cover;
    padding:20px !important;
}
.sidebar-cta-1 {
  width: 100%;
  min-height: 200px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  border: 2px solid #e5e5e5;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  
}
.ld-sidebar-cta-1{
    border: 2px solid #e5e5e5;
    background:transparent;
    background-position: 50% 0px;
    background-size: cover;
    padding: 20px !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sidebar-cta-1:hover {
  border: 2px solid #0099c4;
  /*box-shadow: inset 0 0 4px 0 #108090;*/
}

.sidebar-cta-1.no-margin-top {
  margin-top: 0px;
  margin-bottom: 20px;
}

.bold {
  color: #55565b;
}
.cr-p-nochild-medium .hs_cos_wrapper_type_rich_text > p {
   margin-bottom: 20px;
   color: rgb(56, 74, 80) !important;
}
.p-medium li{
    line-height:24px;
    margin-bottom:10px;
}
.p-medium {
    font-size: 16px;
}
.cr-lp-list-even ul li p:nth-child(2),
.cr-p-medium p,
.p-medium {
  margin-bottom: 20px;
  color: rgb(56, 74, 80);
}

.p-medium.blog {
  color: #333;
  line-height: 24px;
}
.section.post-body.p-medium.blog.cr-cta-hover-pop img{
    max-width:100%;
    margin:0 0 20px;
    float:none;
}
.post-body.p-medium.blog h2{
    color: rgb(0, 153, 196);
    font-size: 25px;
}
.p-medium.contact {
  margin-top: 20px;
  line-height: 24px;
}

.cntc-bgp p{
    margin-top:0 !important;
}

.hs-blog-post .post-body .hs_cos_wrapper_type_rich_text > img:first-of-type {
   margin-bottom: 25px;
   height: auto;
}
.blog-featured-image {
  width: 615px;
  /*max-height: 220px;*/
  margin-top: 0px;
  margin-bottom: 25px;
  background-position: 0px 0px;
  background-size: 125px;
}
.cr-blog-listing-wrapper-download img,
.blog-featured-image.cta {
  max-height: 300px;
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cr-blog-listing-wrapper-download img:hover,
.blog-featured-image.cta:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.blog-featured-image.cta.internal {
  height: 600px;
  max-height: 300px;
  max-width: 615px;
  margin-top: 20px;
}

.pagination-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 11px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 8px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d1356f;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #d1356f;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d1356f;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #d1356f;
    background-color: #d1356f;
    color: #fff;
    text-align: center;
}
.w-col.w-col-2.pagination,
.w-col.w-col-2.pagination-column{
    width:20% !important;
}
.w-col.w-col-8.pagination-column{
    width:60% !important;
}

.pagination-numbers:hover {
  background-color:transparent;
  color: rgb(9, 25, 50);
  text-decoration:none !important;
}
.pagination-numbers:active {
    background-color: #d1356f;
    text-decoration:none !important;
}
.pagination-numbers-def-active,
.pagination-numbers-active {
  background-color: #d1356f;
  color: #fff;
}


.comment-link-block {
  display: block;
  width: 200px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  background-color: rgb(0, 153, 196);
  color: #fff;
  text-align: center;
}

.comment-link-block:hover {
  background-color: rgb(0, 119, 153);
}

.container-fluid .row-fluid .comment-styling {
  display: none;
  margin-top: 30px;
}

.comment-name-span {
  color: #c5c5c5;
}

.notification-bar {
  height: auto;
  min-height: auto;
  margin-top: 20px;
  padding: 8px 10px 10px;
  border: 1px solid #108090;
  border-radius: 3px;
  background-color: transparent;
  color: #0092a1;
}

.comment-form {
  display: block;
  margin-top: 30px;
}

.comment-field-label {
  color: #898a8e;
  font-weight: 400;
}

.comment-text-field {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 11px;
  border-radius: 4px;
}

.comment-text-field._2 {
  min-height: 100px;
}

.comment-submit {
  margin-top: 10px;
  padding: 15px 25px 16px;
  border-radius: 200px;
  background-color: #4fb3ce;
}

.comment-submit:hover {
  background-color: #0097ab;
}

.comment-submit._2 {
  display: block;
}

.share {
  margin-bottom: 20px;
}

.share._2 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.contact-map {
  height: 400px;
  max-height: 400px;
}
.container-fluid .row-fluid .contact--form {
  margin-top: 10px;
}
.cr-lp-contact-form .hs_cos_wrapper_type_form h3 {
    display: none;
}
.cr-lp-contact-form form .hs-form-field label {
    color: #333;
}
.cr-lp-contact-form .hs_cos_wrapper_type_form .hs-form-field select,
.cr-lp-contact-form .hs_cos_wrapper_type_form .hs-form-field input[type="text"] {
    border-radius: 0;
}
.cr-lp-contact-form form label,
.contact-field-label {
  font-weight: 400;
}

.contact-text-field._2 {
  min-height: 150px;
}
.cr-lp-contact-form form,
.contact-form-div {
  margin-top: 20px;
}
.cr-lp-contact-form form,
.contact-form-div.lp {
  margin-top: 0px;
  padding: 20px 20px 25px;
  /*border: 1px solid #cacaca;*/
  border-radius: 4px;
  background-color: hsla(230, 3%, 55%, .1);
}

.lp-image {
  width: 220px;
  height: 150px;
  border: 1px solid #cacaca;
  background-color: #e2e2e2;
}

.lp-image.ty {
  margin-bottom: 20px;
}
.cr-to-heading h3,
.h3 {
  margin-top: 0px;
  color: rgb(9, 25, 50);
  font-weight: 400;
}
.cr-lp-list-to-ul ul,
.lp-list {
  padding-left: 30px;
  color: #898a8e;
}

.blog-cta {
  width: 100%;
  max-height: 300px;
}

.testimonial-name {
  display: block;
  margin-top: 7px;
  text-align: center;
  color: rgb(0, 153, 196);
}

.featured-div-wrap {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-right: 1px solid #cacaca;
  border-bottom: 11px solid rgb(0, 153, 196);
  border-left: 1px solid #cacaca;
  background-color: #fff;
  min-height: 360px;
}

.body-column.mobile-only-topic{
    display:none;
}

.rec-header{
    font-size:13px;
    color: rgb(85, 86, 91);
}
.rec-header:hover{
        color: rgb(85, 86, 91);
}

.cr-blog-sidebar strong,
.bold-colour {
  display: block;
  color: #4fb3ce;
}
.cr-blog-sidebar strong:hover,
.bold-colour:hover {
  color: #0092a1;
}
.bold-colour.module-one {
    margin-bottom: 20px;
    color: rgb(149, 204, 221);
    margin-top:10px;
}
.bold-colour.module-one:hover {
color: rgb(149, 204, 221);
}
.bold-colour{
    color: rgb(0, 153, 196);
}
.bold-colour:hover{
    color: rgb(0, 153, 196);
}
.cta-button {
  padding: 15px 25px 16px;
  border-radius: 200px;
}
.cr-half-banner-des a.cta_button,
.cta-button.center {
  display: block;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  background-color: #4fb3ce;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.cta-button.center:hover {
  background-color: #0097ab;
}

@media (max-width: 991px) {
    .cr-half-banner-des,
    .cr-half-banner-des p{
        text-align:left !important;
        margin-left: 0;
    }
    .brand.lp{
        display:none !important;
    }
    .thank-u-body .brand.lp,
    .landing-page-bod .brand.lp{
        display:block !important;
    }
    .list-div{
        border-right:none;
        border-left:none;
    }
    .hp-blog-filter{
        display:none !important;
    }
  .nav-link {
    border-bottom: 1px solid #0092a1;
    border-left-style: none;
    background-color: #108090;
    color: #fff;
    text-align: center;
  }
  .nav-link.search {
    background-color: #fff;
  }
  .banner-1-blog{
      padding-bottom:0 !important;
  }
  /*.banner-1-blog,
  .banner-1 {
    padding: 80px 40px 40px !important;
  }*/
  .banner-1.hp {
    min-height: auto;
    padding:110px 40px 40px;
  }
  .container-fluid .row-fluid .banner-1.hp .w-container.banner-container{
      padding:0 0px;
      /*max-width:100%;*/
  }
  .banner-1.lp .banner-container{
    padding:0 20px;
  }
  .banner-1.blog-internal {
    padding-top: 59px;
    padding-bottom: 0px;
  }
  /*.w-container.banner-container{
      max-width:100% !important;
  }*/
  
  .feature-heading.padding-top h3{
      margin-top:20px;
  }
  .cr-half-banner-des h1,
  .h1.center {
    font-size: 42px;
    text-align:left;
    max-width:100% !important;
    margin-top:50px;
  }
  .h1.center{
      padding:0 20px 0 0;
  }
  .h1.center h1{
      text-align:left;
  }
  .h1.center p{
      text-align:left;
  }
  .banner-1-blog .h1.center h1{
      padding-right:20px;
      padding-left:20px;
  }
    .banner-1-blog .h1.center p{
      padding-right:20px;
      padding-left:20px;
      margin:0;
  }
  .h1.center.lp {
    font-size: 30px;
    line-height: 36px;
  }
  .cr-half-banner-des h1,
  .h1.center.ty {
    line-height: 46px;
  }
  .cr-half-banner-des p,
  .banner-p p,
  .banner-p {
    font-size: 18px;
    line-height: 26px;
  }
  .banner-p,
  .banner-p p{
    text-align: left;
    max-width: 100% !important;
  }
  .body-1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .featured-div {
    min-height: 200px;
  }
  .feature-div-text.cta {
    padding-bottom: 15px;
  }
  .container-fluid .row-fluid .column-div {
    display: block;
    overflow: visible;
    height: auto;
    /*max-width: 600px;*/
    margin-right: auto;
    margin-left: auto;
  }
  .featured-div-wrap {
      min-height: auto;
  }
  .body-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .body-section.listing {
    padding-right: 40px;
    padding-left: 40px;
  }
  .feature-div-description-div {
    height: auto;
    padding-bottom: 15px;
  }
  .cta-link-block {
    padding-top: 14px;
  }
  .p-big.cta {
    padding-left: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .p-big.testimonial {
    margin-right: 60px;
    margin-left: 60px;
    font-size: 14px;
    line-height: 24px;
  }
  .container-fluid .row-fluid .testimonial-slider {
    height: 250px;
    margin-bottom: 0px;
  }
  .sidebar._1 {
    margin-bottom: 40px;
  }
  .st-blog-sidebar.ld-sidebar{
      background-image:url('//cdn2.hubspot.net/hubfs/417879/LD_Blog_Live_Site_Files/Images/cta-bg-image-2-tablet.jpg') !important;
      padding:15px 10px 10px !important;
      min-height:105px;
  }
  .ld-sidebar-cta-1.block-not-for-profit-cta,
  .ld-sidebar-cta-1.block-growth-challenges-cta,
  .span12.widget-span.widget-type-cell.w-hidden-medium.w-hidden-small.w-hidden-tiny.w-inline-block.sidebar-cta-1.invisible-cta-wrapper.ld-sidebar-cta-1.block-growth-challenges-cta,
  .span12.widget-span.widget-type-cell.w-hidden-medium.w-hidden-small.w-hidden-tiny.w-inline-block.sidebar-cta-1.invisible-cta-wrapper.ld-sidebar-cta-1.block-not-for-profit-cta,
  .span12.widget-span.widget-type-cell.w-hidden-medium.w-hidden-small.w-hidden-tiny.w-inline-block.sidebar-cta-1.invisible-cta-wrapper.ld-sidebar-cta-1.block-succession-challenges-cta{
    display:none !important;
}
  .container-fluid .row-fluid .w-col.content {
    padding-left: 10px;
  }
  .text-link.sidebar {
    margin-bottom: 0px;
  }
  .cr-blog-listing-wrapper-download img,
  .blog-featured-image.cta {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-featured-image.cta.internal {
    width: 100%;
    margin-left: 0px;
  }
  .contact-map {
    height: 300px;
  }
  .lp-image {
    height: auto;
  }
  .cr-lp-list-to-ul ul,
  .lp-list {
    padding-left: 20px;
  }
  .nav-icon {
    color: #108090;
  }
  .menu-button.w--open {
    background-color: #e0e0e0;
  }
  .menu {
    min-height: 900px;
    background-color: #3d3d3d;
  }
  .blog-catogories h3{
      margin-top:50px !important;
  }
  .ld-hp-sub{
      padding-bottom:70px !important;
  }
  .featured-div-wrap{
        margin-top:79px;
    }
    .body-column.mobile-only-topic{
        display:block !Important;
        margin-top:20px;
    }
    
    .body-column.mobile-only-topic.first{
        margin-top:0 !important;
    }
    
    .featured-div-wrap.first {
    margin-top: 60px;
    }
        .invisible-cta,
    .sidebar-cta-1.invisible-cta-wrapper.ld-sidebar-cta-1 .widget-span.widget-type-linked_image{
        text-align:center;
    }
    
.persona-strip.internal.ld-persona .w-container.body-container{
    padding:0 20px;
}
    .thank-u-body .cr-half-banner-des a.cta_button{
      margin-left:0;
      margin-right:0;
  }
}


@media (max-width: 767px) {
    .banner-1.hp{
        padding-right: 30px;
    padding-left: 30px;
    }
    .banner-1.lp .banner-container{
        padding:0 40px;
    }
    
    .brand.lp{
        margin-left:20px;
    }
    
    .featured-div-wrap{
        margin-top:68px;
    }
    .featured-div-wrap.first {
        margin-top: 48px;
    }
  .brand {
    margin-left: 10px;
    /*background-size: 80px;*/
  }
  /*.brand.lp {
    width: 110px;
  }*/
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*.banner-1-blog,
  .banner-1 {
    padding-top: 95px !important;
    padding-right: 60px;
    padding-left: 60px;
  }*/
  .h1.center {
    font-size: 36px;
    line-height: 44px;
  }
  .h1.center.lp {
    font-size: 28px;
  }
    .banner-1-blog .h1.center h1{
      padding-right:30px;
      padding-left:30px;
  }
    .banner-1-blog .h1.center p{
      padding-right:30px;
      padding-left:30px;
      margin:0;
  }
  .persona-strip.internal.ld-persona .w-container.body-container {
    padding: 0 30px;
    }
  .cr-half-banner-des h1,
  .h1.center.ty {
    font-size: 28px;
  }
  .cr-half-banner-des p,
  .banner-p p,
  .banner-p {
    font-size: 16px;
    line-height: 26px;
  }
  .body-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container-fluid .row-fluid .w-col.body-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.body-column.featured {
    margin-bottom: 0px;
  }
  .heading-block-1 {
    min-height: 48px;
    padding-top: 13px;
    border-bottom: none;
    border-right-style: none;
    border-right-color: #03c3d8;
    border-left-style: solid;
  }
  .heading-block-1.right-mobile {
    border-right-style: none;
    border-bottom-color: #03c3d8;
    border-left-style: solid;
    border-left-color: #03c3d8;
  }
  .feature-div-text {
    height: auto;
    padding-bottom: 15px;
  }
  .h2.subscribe {
    margin-top: 60px;
  }
  .h2.blog-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .feature-heading h3{
      margin-left:10px;
  }
  .cta-section.filter {
    padding-bottom: 0px;
  }
  .cta-section.filter.grey {
    padding-bottom: 30px;
  }
  .body-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .body-section.listing {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-row.margin-top._2 {
    height: 600px;
  }
  .container-fluid .row-fluid .w-col.content-column._2 {
    position: relative;
    left: 0px;
    top: 0px;
  }
  .container-fluid .row-fluid .w-col.content-column.mobile {
    height: auto;
  }
  .cr-challenge-download a.cta_button,
  .container-fluid .row-fluid .read-more {
    margin-top: 10px;
    font-size: 12px !important;
  }
  .cta-link-block {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .cta-link-block._1.sidebar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-big.cta {
    padding-left: 10px;
    text-align: left;
  }
  .p-big.testimonial {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 13px;
  }
  .container-fluid .row-fluid .testimonial-slider {
    height: 220px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .testimonial-slider-arrow {
    display: none;
  }
  .sidebar._1 {
    padding-right: 0px !important;
    padding-left: 0px !important; 
  }
  .container-fluid .row-fluid .w-col.content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-featured-image.cta.internal {
    height: auto;
  }
  .contact-map {
    height: 100px;
  }
  .container-fluid .row-fluid .w-col.lp-column._1 {
    margin-bottom: 20px;
  }
  .cta-wrap {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-big.cta.offer-txt{
      text-align:center !important;
      padding-left:30px !important;
      padding-right:30px !important;
  }
  
  .p-big.cta.offer-txt.twitter-embed{
      padding-left:0 !important;
      padding-right:0 !important;
  }
  .p-big.cta.offer-txt.twitter-embed iframe{
      width:100% !important;
  }
}

@media (max-width: 479px) {
    .brand.lp{
        margin-left:0;
    }
    .banner-1.lp .banner-container{
        padding:0 0;
    }
    .persona-strip.internal.ld-persona .w-container.body-container{
        padding:0;
    }
.cr-half-banner-des h1,
.h1.center,
.h1.center h1{
  font-size: 30px;
    text-align: left;
    line-height: 38px;
}

.h1.center p{
    font-size: 14px;
    text-align:left;
    line-height: 26px;
}
    .banner-1-blog .h1.center h1{
      padding-right:0px;
      padding-left:0px;
  }
    .banner-1-blog .h1.center p{
      padding-right:0px;
      padding-left:0px;
      margin:0;
  }

    .sidebar-cta-1.invisible-cta-wrapper.ld-sidebar-cta-1 .widget-span.widget-type-linked_image{
        text-align:center;
    }
    .container-fluid .row-fluid .banner-1.hp .w-container.banner-container{
        padding:0 40px 0 0;
    }
    .banner-1.hp .banner-container{
        padding:70px 0px 0;
    }
    .banner-1-blog,
  .banner-1 {
    padding-top: 140px !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-1.hp {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cr-half-banner-des h1 {
       margin-top: 0px;
       line-height: 38px;
  }
  .h1.center {
    margin-top: 0px;
    font-size: 30px;
    line-height: 38px;
  }
  .h1.center.lp {
    font-size: 24px;
    line-height: 32px;
  }
  .cr-half-banner-des h1,
  .h1.center.ty {
    font-size: 24px;
  }
  .cr-half-banner-des p,
  .banner-p p,
  .banner-p {
    font-size: 14px;
  }
  .body-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.body-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-block-1 {
    border-right-style: none;
    border-left-style: none;
  }
  .heading-block-1.right-mobile {
    border-left-style: none;
  }
  .h2.center.hp {
    margin-top: 0px;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-section.filter {
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .body-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body-section.listing {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-fluid .row-fluid .w-col.content-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-div-wrap._1 {
    background-position: 50% 0px;
  }
  .feature-div-description-div {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cr-challenge-download,
  .read-more._2.invert {
    margin-right: 10px;
  }
  .p-big.testimonial {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-fluid .row-fluid .testimonial-slider {
    height: 320px;
  }
  .testimonial-slide-1 {
    font-size: 32px;
  }
  .cr-lp-contact-form form,
  .contact-form-div.lp {
    padding-left: 10px;
  }
  .container-fluid .row-fluid .w-col.lp-column {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-fluid .row-fluid .w-col.lp-column.form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-link-block{
      padding-bottom:25px !important;
  }
  .span6.widget-span.widget-type-cell.w-col.w-col-6.lp-column.no-form {
    padding-left: 20px !important;
    }
}

/* Form Input */

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

ul.inputs-list li{
  list-style-type:none;
}

ul.hs-error-msgs.inputs-list {
  margin: -10px 0 10px 0;
  padding-left: 0;
}

.hs_cos_wrapper_type_form label.hs-error-msg {
  color: #FD6E6E !important;
  display: block;
}

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
   ========================================================================== */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
}
body .hs-button.primary {
    /*margin-top: 10px;
    padding: 15px 25px 16px;
    border-radius: 200px;
    background-color: #4fb3ce;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border: 0;
    color: white;*/
    /* margin-top: 10px; */
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgb(209, 53, 111);
    font-family: "Roboto Slab", sans-serif;
    text-transform: uppercase;
    color:white;
    border:none;
}
body .hs-button.primary:hover {
    background-color: rgb(129, 33, 67);
}
.el-career-form .hs-button.primary {
    float: right;
}
.el-career-form h3 {
    display: none;
}
.hs-content-path-ld-blog-contact-us .form-title p{
        font-size: 16px;
    font-weight: normal;
}
.hs-content-path-ld-blog-contact-us .form-title{
    margin-top:0 !important
}
/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.comment-styling label,
.hs_cos_wrapper_type_form label {
    margin-bottom: 5px;
    color: #898a8e;
    font-size: 14px;
    font-weight: 400;
    display:none;
}
.hs_cos_wrapper_type_form .hs-form-field > label {}
.hs-error-msgs label {
    color: #FD6E6E;
}
/* One Line Inputs */
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,
/* default */
.comment-styling input[type="text"],
.comment-styling input[type="email"],
.comment-styling input[type="url"],
.comment-styling textarea,
.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 {
    display: block;
    width: 100%;
    height: 50px;
   /* padding-top: 15px;*/
    padding-right: 20px;
   /* padding-bottom: 15px;*/
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.comment-styling input[type="text"]:focus,
.comment-styling input[type="email"]:focus,
.comment-styling input[type="url"]:focus,
.comment-styling textarea:focus,
.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 {
    border-color: #3898EC;
    outline: 0;
}
.hs_cos_wrapper_type_form input[type="file"] {
    height: auto;
}

/* Separate Styles for Multiple Line Inputs */
.comment-styling textarea,
.hs_cos_wrapper_type_form textarea {
    min-height: 100px;
}
.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"] {}

@media (max-width: 767px) {
    .comment-styling label,
    .hs_cos_wrapper_type_form label {
        margin-bottom: 5px;
        font-size: 14px;
    }
}
/************************* END OF FORM STYLING **************************/

/************************************************************************/
/************************* Blog Subscription Section **************************/
.container-fluid .row-fluid .blog-catogories {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  position: relative;
}
body.hs-blog-post .blog-catogories .widget-type-blog_subscribe h3,
body.hs-blog-listing .blog-catogories .widget-type-blog_subscribe h3 {
    display: none;
}
.blog-catogories h3 {
    text-align: center;
    /*margin-top: 100px;
    margin-bottom: 15px;*/
    color: rgb(85, 86, 91);
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 32px !important;
}

.subform-ty{
    margin-bottom:20px;
}

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

.thank-u-body .subscribe-heading{
    text-align:left;
}
.thank-u-body .subscribe-heading h3{
    text-align:left;
}

.thank-u-body .blog-catogories .subscribe-heading h3{
    margin-top:0;
}

.thank-u-body .blog-catogories .widget-type-blog_subscribe form .hs_submit input{
    top: -6px;
    width:150%;
}

.cr-template-blog-listing .blog-catogories .subscribe-heading h3{
    margin-top:50px;
}

.blog-catogories .subscribe-heading h3{
    margin-top: 100px;
    margin-bottom: 15px;
}

.blog-catogories .widget-type-blog_subscribe label {
    display: none;
}
.widget-type-blog_subscribe .hs-error-msgs label{
    display:block;
    position:absolute;
    left:0;
    margin-top: 20px;
}

.thank-u-body .widget-type-blog_subscribe .hs-error-msgs label{
    margin-top:10px;
}

.hs_error_rollup ul.hs-error-msgs.inputs-list{
    display:none !important;
}

.landing-page-bod .hs_error_rollup ul.hs-error-msgs.inputs-list{
    display:block !important;
}

.landing-page-bod .hs_error_rollup ul.hs-error-msgs.inputs-list label{
    display:block !important;
}

.blog-catogories .widget-type-blog_subscribe .hs-error-msgs{
    list-style-type:none;
}
.blog-catogories .widget-type-blog_subscribe form > div {
    display: inline-block;
}
.blog-catogories .widget-type-blog_subscribe form > div:first-child {
    width: 84%;
}

.thank-u-body .blog-catogories .widget-type-blog_subscribe form > div:first-child{
    width:77%;
}
.blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
    width: 16%;
}
.blog-catogories .widget-type-blog_subscribe form input[type="email"] {
    height: 60px;
    background-color: white;
    outline: none;
    border:0;
    color: #b9b9b9;
    font-style: italic;
    border: 1px solid #adadad;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.blog-catogories .widget-type-blog_subscribe form input[placeholder] {
    font-size: 14px;
    padding-left: 20px;
}
.blog-catogories .widget-type-blog_subscribe form input::-webkit-input-placeholder {
    color: #b9b9b9 !important;
}
 
.blog-catogories .widget-type-blog_subscribe form input:-moz-placeholder { /* Firefox 18- */
    color: #b9b9b9 !important;  
}
 
.blog-catogories .widget-type-blog_subscribe form input::-moz-placeholder {  /* Firefox 19+ */
    color: #b9b9b9 !important;  
}
 
.blog-catogories .widget-type-blog_subscribe form input:-ms-input-placeholder {  
    color: #b9b9b9 !important;  
}
.blog-catogories .widget-type-blog_subscribe form .hs_submit input {
    height: 60px;
    font-size: 14px;
    padding: 0;
    border: none;
    width: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color:rgb(209, 53, 111);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position:relative;
    top: -6px;
}
.blog-catogories .widget-type-blog_subscribe form .hs_submit input:hover {
    background-color: rgb(129, 33, 67);
}
.widget-type-blog_subscribe input[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media (max-width: 991px) {
    .blog-catogories .widget-type-blog_subscribe form > div:first-child {
        width: 84%;
    }
    .blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
        width: 16%;
    }
}

@media (max-width: 767px) {
    .blog-catogories .widget-type-blog_subscribe form > div:first-child {
        width: 83%;
    }
    .blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
        width: 17%;
    }
    .blog-catogories .widget-type-blog_subscribe h3 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 38px;
      }
}
@media (max-width: 680px) {
    .blog-catogories .widget-type-blog_subscribe form > div:first-child {
        width: 81%;
    }
    .blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
        width: 19%;
    }
}

@media (max-width: 479px) {
    .thank-u-body .blog-catogories .widget-type-blog_subscribe form > div:first-child,
    .blog-catogories .widget-type-blog_subscribe form > div:first-child {
        width: 70%;
    }
    .blog-catogories .widget-type-blog_subscribe form > div.hs_submit {
        width: 30%;
    }
    .blog-catogories .widget-type-blog_subscribe h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .post-body img{
        padding-bottom:20px;
    }
}
/* ==========================================================================
   HubSpot Default Slider Modules Style
   ========================================================================== */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

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

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

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

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

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

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

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.testimonial-section .hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; 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(http://cdn2.hubspotqa.net/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;}
.testimonial-section .hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #1fa8e1; background: rgba(31, 168, 225,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);}
.testimonial-section .hs_cos_flex-control-paging li a:hover { background: #1fa8e1; background: rgba(31, 168, 225,0.7); }
.testimonial-section .hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #1fa8e1; background: rgba(31, 168, 225,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;
}

.testimonial-section .hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 30%;
    text-align: center;
    background-color: transparent;
    /*font-family: 'Open Sans', sans-serif;*/
    right: 0;
    left: 0;
    margin: 0 auto;
}
.testimonial-section .hs_cos_flex-slider .superimpose .caption img {
    display: block;
    width: 50px !important;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 200px;
    
}
@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;
}

.vex { 
   z-index: 999999; 
}
.hs_cos_flex-slider .caption { 
    padding: 5px;    
}
.hs_cos_flex-slider {
    margin-bottom: 31px !important;
}
.vex-content.hs-gallery .hs_cos_flex-slides li div.caption {
    padding: 5px;
}
.hs_cos_flex-slider .superimpose .caption {
    width: 100%;
    padding: 5px; 
}
@media (min-width: 768px) {
    .hs_cos_flex-slider .hs_cos_flex-slides img {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .hs_cos_flex-slider .caption {
       font-size: 1em !important;
    }
    .testimonial-section .hs_cos_flex-slider .superimpose .caption {
       font-size: 14px !important;
    }
    .testimonial-section .hs_cos_flex-slider .superimpose .caption,
    .testimonial-section {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 479px) {
    .hs_cos_flex-slider .superimpose .caption {
       font-size: 14px;
    }
}

/***** End Slider ******/

/************************ Custom Class *****************************/
/********* Re-usable Code *****/
/** CTA Block Clickable **/
.invisible-cta-wrapper {
    position: relative;
}
.invisible-cta {
   /* display: none;*/
}
.invisible-cta a.cta_button {
    display: block;
    width: auto;
    height: auto;
    position: static;
    top:0;
    bottom: 0;
    color: transparent;
}
/** Social Sharing Module **/
.cr-social-sharing {
    padding-left: 30px;
}
.cr-social-sharing img {
    visibility: hidden;
}
.cr-social-sharing a {
  width: 50px !important;
  height: 50px;
  max-width: 100%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #0092a1 !important;
  border-radius: 200px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: 45px;
}
.cr-social-sharing a:hover {
  opacity: 0.7;
}
.cr-social-sharing a[href^="http://www.linkedin.com/"] {
    background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/linkedin.png');
}
.cr-social-sharing a[href^="https://twitter.com/"] {
  background-image: url('//cdn2.hubspot.net/hubfs/417879/Cranfield_Live_Site_Files/CF_Live_Images/twitter.png');
}
@media (max-width: 767px) {
    .cr-social-sharing {
        padding-left: 20px;
        padding-bottom: 20px;
    }     
}
/** Site page css **/
.cr-cta-hover-pop span img.hs-cta-img,
.cr-about img.hs-cta-img {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.cr-about img.hs-cta-img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
/** Blog Post Internal **/

/** Blog Listing **/
.cr-template-blog-listing .post-item .blog-heading a{
    text-decoration: none;
    color: rgb(9, 25, 50);
    font-weight: 700;
}
.cr-template-blog-listing .post-item .blog-heading a:hover{
    text-decoration:none !important;
}
.post-listing strong {
    font-weight: normal;
}
.cr-disabled-tag-href {
    pointer-events: none;
    cursor: default;
}

.cr-template-blog-listing .post-item:first-child img.blog-featured-image {
    display: block;
}
.cr-template-blog-listing .post-item img.blog-featured-image {
    display: none;
}

.cr-blog-ab-download,
.cr-blog-scp-download, 
.cr-blog-nfp-download, 
.cr-blog-bgp-download,
.widget-span.block-all-blogs,
.widget-span.block-succession-challenges, 
.widget-span.block-not-for-profit, 
.widget-span.block-growth-challenges {
    display: none;
}

body.hs-blog-name-cranfield-aviation .body-container-wrapper .ab-header,
/*body[class*=hs-content-path-blog-ld] .body-container-wrapper .ab-header,*/
body[class*=hs-content-path-bgpblog-topic-not-for-profit] .body-container-wrapper .nfp-header,
body[class*=hs-content-path-bgpblog-topic-succession] .body-container-wrapper .scp-header,
body[class*=hs-content-path-bgpblog-topic-business-growth-challenges] .body-container-wrapper .bgp-header,
body.hs-blog-name-cranfield-aviation .body-container-wrapper .cr-blog-ab-download,
/*body[class*=hs-content-path-blog-ld] .body-container-wrapper .cr-blog-ab-download,*/
body[class*=hs-content-path-bgpblog-topic-not-for-profit] .body-container-wrapper .cr-blog-nfp-download,
body[class*=hs-content-path-bgpblog-topic-succession] .body-container-wrapper .cr-blog-scp-download,
body[class*=hs-content-path-bgpblog-topic-business-growth-challenges] .body-container-wrapper .cr-blog-bgp-download, 
body.hs-blog-name-cranfield-aviation .body-container-wrapper .block-all-blogs,
/*body[class*=hs-content-path-blog-ld] .body-container-wrapper .block-all-blogs,*/
body[class*=hs-content-path-bgpblog-topic-not-for-profit] .body-container-wrapper .block-not-for-profit,
body[class*=hs-content-path-bgpblog-topic-succession] .body-container-wrapper .block-succession-challenges,
body[class*=hs-content-path-bgpblog-topic-business-growth-challenges] .body-container-wrapper .block-growth-challenges,
body[class*=hs-content-path-bgpblog-topic-not-for-profit] .body-container-wrapper .block-not-for-profit-cta,
body[class*=hs-content-path-bgpblog-topic-succession] .body-container-wrapper .block-succession-challenges-cta,
body[class*=hs-content-path-bgpblog-topic-business-growth-challenges] .body-container-wrapper .block-growth-challenges-cta,
body[class*=hs-blog-name-cranfield-dl] .body-container-wrapper .ld-blog-internal-post{
  display: block !important;
}

.persona-strip.ld-persona .body-column a {
    width: 100%;
    min-height: 60px;
    padding-top: 19px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgb(0, 153, 196);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    font-family: "Roboto Slab", sans-serif;
    color: white;
    text-decoration: none;
    text-align:center;
}
.persona-strip .body-column a:hover {
 /* background-color: #0097ab;*/
 text-decoration:none !important;
}
.persona-strip .body-column .blog-atag:hover{
        background-color: rgb(0, 119, 153);
}
.persona-strip .body-column a:active {
  border-right-style: none;
  border-left-style: none;
  background-color: #fff !important;
  color: #0097ab;
}

.persona-strip.ld-persona .body-column a.w--current{
    color: rgb(0, 153, 196);
    background-color: #fff;
}
.persona-strip .body-column a.right-mobile {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.persona-strip .body-column a.right-mobile:hover {
  background-color: rgb(0, 119, 153);
}
.blog-atag{
  /*  border-right: 1px solid #00b0c4;
  border-left: 1px solid #00b0c4;*/
  background-color: #4fb3ce
}

body .hs-blog-name-cranfield-aviation .body-container-wrapper .persona-strip .body-column:nth-child(4) a,
/*body[class*=hs-content-path-blog-ld] .body-container-wrapper .persona-strip .body-column:nth-child(4) a,*/
body[class*=hs-content-path-bgpblog-topic-not-for-profit] .body-container-wrapper .persona-strip .body-column:nth-child(3) a,
body[class*=hs-content-path-bgpblog-topic-succession] .body-container-wrapper .persona-strip .body-column:nth-child(2) a,
body[class*=hs-content-path-bgpblog-topic-business-growth-challenges] .body-container-wrapper .persona-strip .body-column:first-child a {
  border-right-style: none;
  border-left-style: none;
  background-color: #fff !important;
  color: #0097ab !important;
}

body.hs-blog-name-cranfield-aviation .body-container-wrapper .cr-filter-footer .body-column:nth-child(4) a,
/*body[class*=hs-content-path-blog-ld] .body-container-wrapper .cr-filter-footer .body-column:nth-child(4) a,*/
body[class*=hs-content-path-bgpblog-topic-not-for-profit] .body-container-wrapper .cr-filter-footer .body-column:nth-child(3) a,
body[class*=hs-content-path-bgpblog-topic-succession] .body-container-wrapper .cr-filter-footer .body-column:nth-child(2) a,
body[class*=hs-content-path-bgpblog-topic-business-growth-challenges] .body-container-wrapper .cr-filter-footer .body-column:first-child a {
    background-color: #fff !important;
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #00b0c4;
    border-bottom-width: 1px;
    border-bottom-color: #00b0c4;
}

body.hs-blog-name-cranfield-aviation .body-container-wrapper .cr-filter-footer .body-column:nth-child(4) a div,
/*body[class*=hs-blog-name-cranfield-dl] .body-container-wrapper .cr-filter-footer .body-column:nth-child(4) a div,*/
body[class*=hs-content-path-bgpblog-topic-not-for-profit] .body-container-wrapper .cr-filter-footer .body-column:nth-child(3) a div,
body[class*=hs-content-path-bgpblog-topic-succession] .body-container-wrapper .cr-filter-footer .body-column:nth-child(2) a div,
body[class*=hs-content-path-bgpblog-topic-business-growth-challenges] .body-container-wrapper .cr-filter-footer .body-column:first-child a div {
  color: #0097ab !important;
}

body[class*=hs-content-path-bgpblog-topic-not-for-profit] .w-button.menu-btn.reg-form,
body[class*=hs-content-path-bgpblog-topic-succession] .w-button.menu-btn.reg-form,
body[class*=hs-content-path-bgpblog-topic-business-growth-challenges] .w-button.menu-btn.reg-form,
body .hs-blog-name-cranfield-aviation .w-button.menu-btn.reg-form{
    display:block !important;
}

.w-button.menu-btn.reg-form:hover{
    text-decoration:none !important;
        background-color: #079;
	  color:#fff;
}
.blog-bottom-social-share .hs-blog-social-share ul.hs-blog-social-share-list {
    list-style: none;
    padding-left: 0;
    max-width: 420px;
    float: none;
    margin: 0 auto;
}

.cr-blog-listing-wrapper-download .widget-type-cta {
    display: none;
}

.post-body a {
    color: rgb(0, 153, 196);
    text-decoration: none;
    font-style: italic;
}
.pgraph-mgn-bttm-small p {
    margin-bottom: 10px;
}
.cr-thank-subscribe {
    background-color: hsla(230,3%,55%,.1); 
    padding-top: 30px; 
    padding-bottom: 40px; 
    border-top: 1px solid #cacaca;
}
.cr-thank-subscribe .blog-catogories h3 {
    display: none;
}
.hs-blog-social-share{
    height:auto !important;
}
@media (max-width: 767px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
        margin-bottom: 5px;
    }
    a.w-inline-block.blog-atag._1{
    border-right: 1px solid #3eafce;
    border-bottom:1px solid #3eafce;
}

a.w-inline-block.blog-atag._3{
    border-right:1px solid #3eafce;
}

a.w-inline-block.blog-atag._2{
    border-bottom:1px solid #3eafce;
}
}

/*Pj css for meet the team*/
.about-anchor{
    color:#4fb3ce;
}
.about-anchor:hover{
    color:#0097ab;
}
/*PJ css for L&D blog*/
/*About*/
.p-small.sidebar strong{
    font-size: 16px;
    color:rgb(238, 238, 238);;
}
.ld-sidebar{
        box-shadow: none !important;
        background-image: url('https://blog.som.cranfield.ac.uk/hubfs/Aviation%20Blog/Images/cta-accident.jpg') !important;
}
.ld-sidebar:hover{
        box-shadow: none !important;
       /* background-image:none !important;*/
}
/*events block on events page*/
.about-cta {
  margin-top: 30px;
}
.about-cta.v1 {
  height: 300px;
  padding: 40px;
  background-image: url('../images/digital-learning-button.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.event-details {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
}
@media (max-width: 767px) {
    .about-cta.v1 {
    padding: 30px;
  }
}
  @media (max-width: 479px) {
     .about-cta.v1 {
    height: auto;
    padding: 20px;
  } 
  }
.events-text{
    margin-bottom:0 !important;
}
/*thank you social share*/
.ty-share-wrap {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
  /*background-color: #091932;*/
  color: #fff;
  /*text-align: center;*/
  padding-left:0px !important;
      padding-top: 15px;
}
.ty-bullets ul{
    list-style-type: none;
    padding-left:0 !Important;
    margin-bottom:0 !important;
}
.ty-share-wrap p{
    color: #0099c4;
    font-weight: bold;
    list-style-type: none;
}
.ty-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 1px dotted #d3d3d3;
  font-family: 'Roboto Slab', sans-serif;
  color: #0099c4;
  margin-top:0 !important;
}

.ty-bullets li a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px dotted #d3d3d3;
    font-family: 'Roboto Slab', sans-serif;
    color: #0099c4;
    margin-top:0;
}

.ty-bullets li a:hover{
      background-color: #f5f5f5;
}

.ty-link:hover {
  background-color: #f5f5f5;
}
.thank-sub{
    background-color:transparent !Important;
    padding-bottom:20px !important;
    padding-top:0 !Important;
    border-top:none !important;
}
.thank-sub .blog-catogories .widget-type-blog_subscribe form>div:first-child{
    width:75% !important;
}
.thank-sub .blog-catogories .widget-type-blog_subscribe form .hs_submit input{
    width: 155% !important;
}
.thank-sub .blog-catogories h3{
    display:block !important;
    margin-top: 0px;
    font-size: 16px !important;
    line-height: 24px;
    color: #091932;
    text-align:left !Important;
    font-weight:400;
    margin-bottom: 0;
}
img.lp-image.ld-ty-img.ty{
    height:auto !important;
}
.contact-form-div.lp .ld-ebook{
    border:none !important;
}

.ty-offer-desc-wrapper{
    background-color:#f3f3f3;
    padding: 40px 30px;
}
.ty-offer-desc{
    position:relative;
}

.offer-descr-text{
    vertical-align: middle;
    position: absolute;
    top: -27px;
    right: 0;
}
/* sidebar heading*/
.p-small.sidebar h3{
    margin:0 !important;
    line-height:0 !important;
}
.cta-bg .p-small.sidebar strong,
.cr-blog-sidebar strong {
    font-family: 'Roboto Slab';
}
/* blog internal sidebar*/
.sidebar-1{
    background-image:url('');
        
        
}
.sidebar-2{
    background-image:url('');
}
h6 .p-big.sidebar{
    font-weight:400 !important;
}
@media(max-width:991px){
    .internal-sidebar{
        display:none !important;
    }
}
@media(max-width:767px){
    .container-fluid .row-fluid .w-col.content{
        padding-bottom:0;
    }
    .container-fluid .row-fluid .w-col.w-col-4.sidebar.contact-maps-sidebar{
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:767px){
    .staff-img{
        float:none !Important;
    }
    .staff-bio{
        display:block;
        padding-left:0;
        width:100%;
        top: 0;
    }
    
    .staff-members img {
        float: none;
        width: auto;
        padding-bottom: 0;
        padding-top: 15px;
    }
    .staff-members h3 {
        width: 100%;
        float: none;
        padding: 20px 0;
    }
} 

@media(max-width:480px){
    .thank-sub .blog-catogories .widget-type-blog_subscribe form>div:first-child{
        width:55% !important;
}

}
/****** TY page download button & new things *******/
.dl-btn{
    width:auto;
    font-size:12px;
    line-height:20px;
    background-color:#d1356f;
    background-image:none;
    border:none;
    box-shadow:none;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    font-family: "Roboto Slab", sans-serif;
    text-transform:uppercase;
    margin-top: 10px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 16px;
    padding-left: 25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgb(209, 53, 111);
    text-shadow:none;
    color:white !important;
}
.dl-btn:hover{
    background-color: rgb(129, 33, 67);
    color: white;
    background-image:none;
    border:none;
    box-shadow:none;
    text-decoration:none !important;
}

/*.lp-column.form{
    padding-right:50px !important;
}*/
/*.lp-column.no-form{
    padding-left:50px !important;
    border-left:.5px solid #cccccc;
}*/

.lp-column.no-form {
    padding: 20px 20px 25px !important;
    border-radius: 4px;
    background-color: hsla(230, 3%, 55%, .1);
}

.rec-image-ty img{
    display: block;
    margin-bottom: 20px;
    width: 220px !important;
    height: auto;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #e2e2e2;
}

.ty-bullets p span{
    padding:0 20px;
}
.ty-bullets p a{
     font-weight: bold;
    font-size: 16px;
}
.lp-row .next-ty h2{
    text-align:center;
    padding-bottom: 20px;
}

.offer-descr-text p,
.rec-text-ty p{
color:#898a8e;
}

.rec-text-ty h3{
    margin-top: 0;
}
/*@media(max-width:2240px){
    .w-container.body-container.ty-next{
    max-width: 940px !important;
    }
}*/

@media(max-width:991px){
    .body-section.ty-new-section{
        padding-right:30px !important;
        padding-left:30px !important;
    }
    
       .w-container.body-container.ty-next{
           padding:0 20px;
       }
}

@media(max-width:767px){
    .w-container.body-container.ty-next{
        padding:0 0;
    }
    .ty-offer-desc-wrapper{
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .offer-descr-text{
        display: inline-block !important;
    position: static !important;
    padding: 50px 0 0;
    }
    
    .rec-text-ty {
    padding: 40px 0 0;
}

.body-section.ty-new-section{
    padding-bottom:50px !important;
}
    
    .rec-text-ty h3{
        margin-top:20px;
    }
    
    .offer-descr-img {
    text-align: center;
    }
    
    .lp-row h2{
        margin-top:0;
        margin-bottom:0;
        padding-bottom:0;
    }
    
    .lp-column.form{
        padding-right:0 !important;
        text-align:center;
    }
    
    .lp-column.no-form {
    padding-left: 0px !important;
    border-left: none;
    }
    
    .thank-u-body .lp-column.no-form{
        padding-left:20px;
    }
    
    div#sub-form {
    text-align: left;
    }
    
    .thank-u-body div#sub-form{
        margin-left:0;
        margin-right:0;
    }
    
    .rec-image-ty{
        text-align:center;
    }
    .thank-u-body .blog-catogories .widget-type-blog_subscribe form .hs_submit input{
        width:100%;
    }
}

@media(max-width:479px){
    .body-section.ty-new-section{
        padding-right:20px !important;
        padding-left:20px !important;
    }
}



/*
============= twitter embed styling ================ */
a.u-floatLeft {
    display: none;
}

a.u-floatRight{
    display: none;
}

/*
============= Pillar page ================ */
.body-container-pillar {
    display: block;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.body-container-pillar p{
    margin-top: 0px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.dropdown-wrapper{
    display: block;
    width: 200px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.dropdown-main{
    color:white;
    position: relative;
    display: block;
    width: 165px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #0099c4;
    font-family: 'Roboto Slab', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.dropdown-main:hover{
    cursor:pointer;
}

.dropdown-main span.fa-angle-down{
    display:inline-block !important;
    padding-left: 15px;
}

.dropdown-wrapper ul{
    box-shadow: 17px 17px 38px -15px rgba(0, 0, 0, .2);
    background: #dddddd;
    display: none;
    width: 165px;
    padding-left: 0;
    margin-left: 18px;
    margin-right: auto;
    float: none;
    position:absolute;
}

.dropdown-wrapper ul li{
        background-color: #fff;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #868686;
     padding: 10px 20px;
    display: block;
    color: #222222;
        position: relative;
    vertical-align: top;
    text-decoration: none;
        text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;

}

.dropdown-wrapper ul li:hover{
    background-color: #f3f3f3;
    color: #0099c4;
}

.pillar-block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
}

.pillar-block h3 {
    margin-top: 0px;
    font-family: 'Roboto Slab', sans-serif;
    color: #091932;
    font-weight: 400;
}

.pillar-block ul {
    margin-top: 25px;
    margin-bottom: 25px;
}

.pillar-block ul li{
    font-size: 16px;
    line-height: 24px;
}

.pillar-block ul li a{
    margin-top: 18px;
    color: #0099c4;
    text-decoration: none;

}

.dropdown-wrapper ul li a{
    height: 100%;
    width: 100%;
    display: block;
    padding: 5px 0px;
}
 
.body-container-pillar ul li{
    font-size: 16px;
}

.about-bod-wrapper .content-block{
    padding:40px 40px 20px;
}

.content-block{
    padding: 40px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    display: block;
    font-family: 'Roboto Slab', sans-serif;
    color: #0099c4;
    font-weight: 400;
    font-size: 16px;
}

.content-block iframe{
    margin-bottom:20px;
    width: 100%;
}

.testimonial-block{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 60px 40px;
    border: 2px solid #ececec;
    text-align: center;
}

.testimonial-quote{
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 43px;
    padding-left: 43px;
    background-image: url("https://cdn2.hubspot.net/hubfs/417879/Aviation%20Blog/Images/quote%20%281%29.svg"), url("https://cdn2.hubspot.net/hubfs/417879/Aviation%20Blog/Images/quote-invert.svg");
    background-position: 100% 100%, 0px 0px;
    background-size: 30px, 30px;
    background-repeat: no-repeat, no-repeat;
    font-family: 'Roboto Slab', sans-serif;
    color: #0099c4;
    font-size: 30px;
    line-height: 1.4;
}

.pillar-body-wrap hr{
    height: 2px !important;
}

.body-container-pillar a:hover{
    text-decoration:underline !important;
    cursor:pointer;
}

.dropdown-wrapper .open-pillar{
    display:block;
}

@media (max-width:991px){
    .dropdown-main{
        margin-left:0;
        margin-right:0;
        
    }
    
    .dropdown-wrapper{
        margin-left:0;
        margin-right:0;        
    }
    .dropdown-wrapper ul{
        margin-right:0;
        margin-left:0;
    }
}

@media(max-width:767px){
    .testimonial-block {
        padding: 40px 30px;
    }
    
    .testimonial-quote {
        max-width: 100%;
        font-size: 25px;
    }
}

@media (max-width:479px){
    .testimonial-block{
        padding: 20px 5px;
    }
    .testimonial-quote {
        padding-right: 26px;
        padding-left: 26px;
        background-size: 20px, 20px;
        font-size: 20px;
    }
}

.hs-content-name-av-cranfield-contact .contact-column ul.hs-error-msgs.inputs-list,
.hs-content-name-av-cranfield-contact .contact-column label{
    display:block !important;
}

.hs-content-name-av-cranfield-contact .contact-column .hs-form-field label{
    display:none !important;
}
/*
============= 404 page ================ */
.h1.error {
    color: #0099c4;
    font-size: 70px;
    line-height: 70px;
}

a.read-more._404.w-button {
    float: none;
    text-transform:uppercase;
}

.body-container.center {
    text-align: center;
}
/*.body-404 .footer{
    position:absolute;
    bottom:0;
    width:100% !Important;
}*/
.span12.widget-span.widget-type-rich_text.custom_error_message {
    height: 41vh;
}

@media(max-width:479px){
  
  .read-more {
    margin-top: 10px;
    font-size: 12px;
  }
}