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

/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
}
*/

/* ======================================================================================= 
   ===== BOOTSTRAP RESET ==== BOOTSTRAP RESET ===== BOOTSTRAP RESET===== BOOTSTRAP RESET 
   ======================================================================================= */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.row-fluid [class*="span"] {
   min-height: initial;
  
}

/* Macro */
 

/* ======================================================================================= 
   ===== WEBFLOW RESET ==== WEBFLOW RESET ===== WEBFLOW RESET===== WEBFLOW RESET 
   ======================================================================================= */

.container-fluid .row-fluid .w-container {
   float: none;
   margin-left: auto;
   margin-right: auto;
}

.container-fluid .row-fluid .w-container:before,
.container-fluid .row-fluid .w-container:after {
  content: " ";
  display: table;
}
.container-fluid .row-fluid .w-container:after {
  clear: both;
}
.container-fluid .row-fluid .w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {

  .container-fluid .row-fluid .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .container-fluid .row-fluid .w-container {
    max-width: none;
  }
}
  
.container-fluid .row-fluid .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: initial;
}
.container-fluid .row-fluid .w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid .row-fluid .w-col-1 {
  width: 8.33333333%;
}
.container-fluid .row-fluid .w-col-2 {
  width: 16.66666667%;
}

.container-fluid .row-fluid .w-col-2_5 {
  width: 15%;
}

.container-fluid .row-fluid .w-col-3 {
  width: 25%;
}

.container-fluid .row-fluid .w-col-3_5 {
  width: 20%;
  padding: 35px 30px;
}

.container-fluid .row-fluid .w-col-4 {
  width: 33.33333333%;
}
.container-fluid .row-fluid .w-col-5 {
  width: 41.66666667%;
}
.container-fluid .row-fluid .w-col-6 {
  width: 50%;
}
.container-fluid .row-fluid .w-col-7 {
  width: 58.33333333%;
}
.container-fluid .row-fluid .w-col-8 {
  width: 66.66666667%;
}
.container-fluid .row-fluid .w-col-9 {
  width: 75%;
}
.container-fluid .row-fluid .w-col-10 {
  width: 83.33333333%;
}
.container-fluid .row-fluid .w-col-11 {
  width: 91.66666667%;
}
.container-fluid .row-fluid .w-col-12 {
  width: 100%;
}
.container-fluid .row-fluid .w-col-push-1 {
  left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-push-2 {
  left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-push-3 {
  left: 25%;
}
.container-fluid .row-fluid .w-col-push-4 {
  left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-push-5 {
  left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-push-6 {
  left: 50%;
}
.container-fluid .row-fluid .w-col-push-7 {
  left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-push-8 {
  left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-push-9 {
  left: 75%;
}
.container-fluid .row-fluid .w-col-push-10 {
  left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-push-11 {
  left: 91.66666667%;
}
.container-fluid .row-fluid .w-col-pull-1 {
  right: 8.33333333%;
}
.container-fluid .row-fluid .w-col-pull-2 {
  right: 16.66666667%;
}
.container-fluid .row-fluid .w-col-pull-3 {
  right: 25%;
}
.container-fluid .row-fluid .w-col-pull-4 {
  right: 33.33333333%;
}
.container-fluid .row-fluid .w-col-pull-5 {
  right: 41.66666667%;
}
.container-fluid .row-fluid .w-col-pull-6 {
  right: 50%;
}
.container-fluid .row-fluid .w-col-pull-7 {
  right: 58.33333333%;
}
.container-fluid .row-fluid .w-col-pull-8 {
  right: 66.66666667%;
}
.container-fluid .row-fluid .w-col-pull-9 {
  right: 75%;
}
.container-fluid .row-fluid .w-col-pull-10 {
  right: 83.33333333%;
}
.container-fluid .row-fluid .w-col-pull-11 {
  right: 91.66666667%;
}
.container-fluid .row-fluid .w-col-offset-1 {
  margin-left: 8.33333333%;
}
.container-fluid .row-fluid .w-col-offset-2 {
  margin-left: 16.66666667%;
}
.container-fluid .row-fluid .w-col-offset-3 {
  margin-left: 25%;
}
.container-fluid .row-fluid .w-col-offset-4 {
  margin-left: 33.33333333%;
}
.container-fluid .row-fluid .w-col-offset-5 {
  margin-left: 41.66666667%;
}
.container-fluid .row-fluid .w-col-offset-6 {
  margin-left: 50%;
}
.container-fluid .row-fluid .w-col-offset-7 {
  margin-left: 58.33333333%;
}
.container-fluid .row-fluid .w-col-offset-8 {
  margin-left: 66.66666667%;
}
.container-fluid .row-fluid .w-col-offset-9 {
  margin-left: 75%;
}
.container-fluid .row-fluid .w-col-offset-10 {
  margin-left: 83.33333333%;
}
.container-fluid .row-fluid .w-col-offset-11 {
  margin-left: 91.66666667%;
}
.container-fluid .row-fluid .w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .container-fluid .row-fluid .w-container {
    max-width: 728px;
  }
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-medium {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col-medium-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-medium-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}



@media screen and (max-width: 767px) {
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }

  .container-fluid .row-fluid .w-hidden-small {
    display: block !important;
    margin-top:50px;
  }
  .container-fluid .row-fluid .w-row,
  .container-fluid .row-fluid .w-container .container-fluid .row-fluid .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-fluid .row-fluid .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .container-fluid .row-fluid .w-col-small-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-small-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-small-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-small-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-small-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-small-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-small-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-small-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-small-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-small-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-small-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-small-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-small-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-small-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-small-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-small-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (max-width: 479px) {
  .container-fluid .row-fluid .w-container {
    max-width: none;
  }
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }

  .container-fluid .row-fluid .w-hidden-small {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-tiny {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
}



@media screen and (max-width: 479px) {
  .container-fluid .row-fluid .w-container {
    max-width: none;
  }
  .container-fluid .row-fluid .w-hidden-main {
    display: inherit !important;
  }

  .container-fluid .row-fluid .w-hidden-small {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-tiny {
    display: none !important;
  }
  .container-fluid .row-fluid .w-col {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-3 {
    width: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-6 {
    width: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-9 {
    width: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-12 {
    width: 100%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-1 {
    left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-2 {
    left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-3 {
    left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-4 {
    left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-5 {
    left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-6 {
    left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-7 {
    left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-8 {
    left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-9 {
    left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-10 {
    left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-push-11 {
    left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-3 {
    right: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-6 {
    right: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-9 {
    right: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-3 {
    margin-left: 25%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-6 {
    margin-left: 50%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-9 {
    margin-left: 75%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }
  .container-fluid .row-fluid .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
  .container-fluid .row-fluid .w-col {
      padding-left: 0;
      padding-right: 0;
  }
}

/* ================================================================================================
   ===== WORKABLE==
   ============================================================================================= */

#whr_embed_hook  ul, ol {
    margin-top: 0;
    padding-top:0;
    margin-bottom: 0;
    padding-left: 0px;
}

.whr-item {
    display: table;
    width: 29%;
    float: left;
    margin-right: 3.5%;
    margin-top:15px;
}

.whr-item ul{
    padding-left: 0px;
}

.whr-item li{
    padding-left: 0px;
}

.whr-group {
    width: 100%;
    overflow:auto;
    padding-top: 20px;
font-family: 'Open Sans',sans-serif !important;
color: #444;
font-size: 34px;
line-height: 50px;
font-weight: 300;
text-align: left;
}

.whr-title {
    font-size: 1em;
    font-weight: normal;
    display: table-footer-group;
}
   
.whr-dept {
    display: table-header-group;
    font-size: 1em;
text-transform: uppercase;
font-weight:bold;
}

.whr-date {
    display: none;
}

.whr-title a {
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    margin: 10px 0 30px;
    display: block;
    font-size: large;
    color: #309ed6;
}


.whr-dept span {display: none;}
.whr-location {display: none;}

@media screen and (max-width: 767px) {
  
  .whr-item {
    display: table;
    width: 44%;
    margin-right: 3.5%;
    float: left;
    margin-top:5px;
}

}

@media screen and (max-width: 479px) {
  
  .whr-item {
    display: table;
    width: 90%;
    float: left;
    margin-top:5px;
}

}


/* ================================================================================================
   ===== Skeleton BoilerPlate Start ==== Skeleton BoilerPlate Start ===== Skeleton BoilerPlate Start==
   ============================================================================================= */

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none; /* mobile firefox too! */
}
input[value="SK Submit Hide"] {
    display: none !important;
}

ul.hs-error-msgs li label{
    color:red !important;
    font-size: 0.9em !important;
}

.nav-bar {
    position: fixed;
    width: 100%;
    border-bottom: 1px none #e4e4e4;
    background-color: #242424;
    box-shadow: none;
}
.nav-bar.blue {
    background-color: #242424;
}
.nav-bar-logo {
    width: 200px;
    height: 60px;
    background-color: transparent;
    background-image: url('../images/skeleton-technologies-logo.png');
    background-size: 190px;
    opacity: 0.9;
}
.nav-bar-logo.w--current {
    width: 190px;
    background-color: #242424;
    background-image: url('../images/skeleton-technologies-logo.png');
    background-position: 0px 50%;
    background-size: 190px;
}
.nav-bar-link {
    border-left: 1px none #f0f0f0;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family:'Open Sans', sans-serif;
    color: #e2e2e2;
}
.nav-bar-link:hover {
    border-left: 1px none #f0f0f0;
    background-color: #f7f7f7;
    color: #309ed6;
}
.nav-bar-link.w--current {
    background-color: #24729a;
    color: white;
    font-weight: 500;
}
.nav-bar-link.feature {
    background-color: #309ed6;
    color: white;
    font-weight: 300;
}
.nav-bar-link.feature:hover {
    background-color: #24729a;
}
.nav-bar-link.feature._4 {
    background-color: transparent;
}
.nav-bar-link.dark {
    color: #8d8d8d;
    font-weight: 300;
}
.nav-bar-link.dark.w--current {
    background-color: whitesmoke;
    color: #309ed6;
    font-weight: 300;
}
.nav-bar-link._4 {
    color: white;
}
.nav-bar-dropdown-text {
    width: 100%;
    color: #e2e2e2;
    font-size: 14px;
}
.nav-bar-dropdown-text:hover {
    color: #309ed6;
}
.nav-bar-dropdown-text.dark {
    color: #8d8d8d;
    font-weight: 300;
}
.nav-bar-dropdown-text._4 {
    color: white;
}
.nav-bar-drop-down-icon {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #8b8b8b;
}
.nav-bar-drop-down-icon._4 {
    color: #d5d5d5;
}
.nav-bar-drop-down-toggle {
    min-height: 60px;
    padding-right: 20px;
    padding-bottom: 0px;
}
.nav-bar-drop-down-toggle:hover {
    color: white;
}
.nav-bar-drop-down-link {
    position: static;
    width: auto;
    min-width: 202px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #309ed6;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    color: white;
    text-align: center;
}
.nav-bar-drop-down-link:hover {
    background-color: #24729a;
    color: white;
}
.nav-bar-drop-down-link.w--current {
    /*color: white;*/
}
.nav-bar-drop-down-list {
    width: 300px;
    margin-left: -206px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.nav-bar-drop-down-list.w--open {
    width: auto;
    min-width: 200px;
    margin-left: -125px;
    border-left-width: 1px;
    border-left-color: black;
}
.social-media-icons {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-left-width: 1px;
    border-left-color: black;
    border-radius: 200px;
    background-color: white;
    text-decoration: none;
}
.social-media-icons:hover {
    background-color: #f6f6f6;
}
.social-media-icons.footer {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: right;
    background-color: #309ed6;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/facebook-icon-2.png');
    background-position: 0px 0px;
    background-size: 50px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.leadinModal {
    z-index: 99999 !important;
}

.blog-text-form {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto;
}

.skelstart-form .input input {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    padding: 5px 12px !important;
    font-size: 16px;
    margin-bottom: 0px !important;
    border-radius:4px !important;
}

.blog-text-form .input input {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    padding: 5px 12px !important;
    font-size: 16px;
    margin-bottom: 0px !important;
    border-radius:4px !important;
}

.blog-text-form li.hs-form-checkbox {
    list-style: none;
    margin-left: 20px !important;
    text-indent: -20px !important;
}

.blog-text-form li.hs-form-checkbox input {
    margin-right: 5px;
}

.blog-text-form label, .skelstart-form label {
    font-weight: normal;
    margin-top: 10px;
}

.blog-text-form input, .skelstart-form input {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    line-height: 1.42857;
    padding: 5px 12px;
    font-weight: normal;
    height: auto !important;
}

.blog-text-form input.hs-button {
    background-color: #309ed6;
    border: 2px none #309ed6;
    border-radius: 4px;
    color: white;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto;
    margin-top: 15px;
    padding: 12px 40px 15px !important;
    transition: all 200ms ease 0s;
    width: auto;
}

.skelstart-form input.hs-button {
    background-color: #309ed6;
    border: 2px none #309ed6;
    border-radius: 4px;
    color: white;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin-top: 15px;
    padding: 12px 40px 15px !important;
    transition: all 200ms ease 0s;
    width: auto;
}

.blog-text-form input.hs-button:hover, .skelstart-form input.hs-button:hover {
     background-color: #24729a;
    border: 2px none #309ed6;
    border-radius: 4px;
    color: white;
    display: block;
    margin-left: 0;
    margin-right: auto;
    transform: translate(0px, -3px);
}

.blog-text-form h3, .skelstart-form h3{
    display:none;
}



@media screen and (min-width: 700px) {
    .social-media-icons.footer {
        margin-right: 200px;
    }
}

.social-media-icons.footer:hover {
    background-color: #24729a;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/facebook-icon-2.png');
    background-size: 50px;
}
.social-media-icons.footer._2 {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #309ed6;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/linkedin-icon-2.png');
    background-position: 50% 50%;
    background-size: 50px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}


.social-media-icons.footer._2:hover {
    background-color: #24729a;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/linkedin-icon-2.png');
    background-size: 50px;
}
.social-media-icons.footer._3 {
    margin-right: 0px;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/twitter-icon.png');
    background-position: 50% 50%;
    background-size: 45px 45px;
}
.social-media-icons.team {
    margin-right: 5px;
    margin-left: 5px;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/twitter-icon.png');
    background-position: 0px 0px;
    background-size: 125px;
}
.social-media-icons.team.link {
    background-color: transparent;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/linkedin-icon-2.png');
    background-size: 50px;
}
.social-media-icons.team.link:hover {
    background-color: transparent;
    opacity: 0.8;
}
.social-media-icons.team.face {
    background-color: transparent;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/facebook-icon-2.png');
    background-size: 50px;
}
.social-media-icons.team.face:hover {
    opacity: 0.8;
}
.social-media-icons.team.twitter {
    background-color: transparent;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/twitter-icon.png');
    background-position: 50% 50%;
    background-size: 45px;
}
.social-media-icons.team.twitter:hover {
    opacity: 0.8;
}
.hp-section {
    display: block;
    height: 70%;
    min-height: 600px;
    background-color: white;
   
    background-position: 50% 100%;
    background-size: 1920px;
}
.hp-section.internal {
    min-height: auto;
}
.hp-section._2 {
    display: none;
}
.hp-body {
    height: 100%;
}
.hp-feature-column {
    height: 100%;
    min-height: 650px;
    padding-top: 90px;
    padding-right: 30px;
    padding-left: 140px;
    background-image: none;
    opacity: 1;
}
.hp-top-description-column {
    height: 100%;
    min-height: 650px;
    padding-top: 110px;
    padding-right: 30px;
    padding-left: 30px;
    
    background-position: 0px 0px;
    background-size: 125px;
}
.hp-top-description-column.hp {
    background-position: 0px 100%;
    background-size: auto;
    background-repeat: no-repeat;
}
.hp-top-description-column.hp._2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}
.h1, 
.h1 h1{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family:'Open Sans', sans-serif;
    color: #4d4d4d;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
}
.h1.internal,
.h1.internal h1{
    margin-bottom: 5px;
}
.h1.hp,
.h1.hp h1{
    margin-bottom: 30px;
}
.h1.home,
.h1.home h1{
    max-width: 750px;
    margin-bottom: 0px;
    color: #444;
    font-size: 52px;
    line-height: 60px;
    font-weight: 300;
}

 @media screen and (min-width: 500px) {
    .h1.gerhome,
    .h1.gerhome h1{
            margin-top:90px !important;
            font-size: 40px !important;
    }
}

.h1.gerhome,
.h1.gerhome h1{
    max-width: 450px;
    margin-top:10px;
    margin-bottom: 0px;
    color: #444;
    font-size: 27px;
    line-height: 44px;
    font-weight: 300;
}

.h1.home,
.h1.home h1{
    max-width: 750px;
}
.h1.home._4,
.h1.home._4 h1{
    font-size: 47px;
}
.h1.home.white,
.h1.home.white h1{
    max-width: 100%;
    background-color: transparent;
    box-shadow: none;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 3px;
}
.h1.home.blue,
.h1.home.blue h1{
    color: #309ed6;
    text-shadow: rgba(35, 114, 153, 0) -1px 1px 1px;
}
.h3, 
.h3 h3{
    margin-top: 5px !important;
    font-family:'Open Sans', sans-serif;
    color: #444;
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
}
.h3.white,
.h3.white h3{
    background-color: transparent;
    box-shadow: none;
    font-family:'Open Sans', sans-serif;
    color: white;
}
.h3.internal,
.h3.internal h3{
    margin-top: 20px;
    font-size: 28px;
    line-height: 34px;
}
.p-big,
.p-big p{
    max-width: 600px;
    margin-top: 5px;
    font-family:'Open Sans', sans-serif;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 24px;
}
.p-big.home,
.p-big.home p{
    max-width: 650px;
    margin-top: 20px;
    color: gray;
    font-size: 18px;
    font-weight: 300;
}
.p-big.home._2,
.p-big.home._2 p{
    max-width: 500px;
    color: #444;
    font-size: 16px;
    font-weight: 400;
}
.featured-products-row {
    margin-bottom: 0px;
    border-top: 1px solid #dadada;
    border-bottom: 1px none #d2d2d2;
}
.featured-products-row.team {
    margin-bottom: 0px;
    border-top-width: 1px;
    border-top-color: #e9e9e9;
}
.featured-products-row.cta {
    margin-bottom: 0px;
    border-top: 1px solid lightgrey;
}
.featured-products-row.hp {
    padding-right: 60px;
    padding-left: 60px;
    border-top: 1px none black;
}
.featured-products-row.none {
    display: none;
}
.featured-product-column {
    height: 350px;
    padding-right: 20px !important;
    padding-left: 40px !important;
    border-right: 1px solid #c1c1c1;
    background-color: #e7e7e7;
}
.featured-product-column._2 {
    height: 255px;
    padding-left: 20px !important;
    border-right-width: 1px;
    border-right-color: lightgrey;
    background-color: whitesmoke;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 35px;
    padding-bottom: 35px;
}
.featured-product-column._2.about {
    height: 350px;
    border-right: 1px none #f1f1f1;
    background-color: #f5f3f3;
    background-image: -webkit-linear-gradient(bottom, #f5f3f3, #fafafa 97%);
    background-image: linear-gradient(to top, #f5f3f3, #fafafa 97%);
}
.featured-product-column._2.about.investor {
    border-left: 1px none #e9e9e9;
    background-color: #24729a;
    background-image: none;
}
.featured-product-column._2.investor {
    height: 350px;
    background-color: #242424;
}
.featured-product-column._2.grid {
    height: 500px;
    padding: 20px 5px 20px 20px !important;
    border-right: 1px none black;
    background-color: white;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.featured-product-column._2.grid:hover {
    height: 500px;
}
.featured-product-column._2.grid.about {
    padding-top: 20px !important;
    padding-left: 5px;
    background-image: none;
}
.featured-product-column._2.grid._3 {
    padding-right: 20px !important;
    padding-left: 5px;
}
.featured-product-column._2.cta {
    height: 255px;
    background-color: whitesmoke;
}
.featured-product-column._2.feature {
    border-right: 1px none black;
    background-color: #309ed6;
}
.featured-product-column._2.contact {
    height: 350px;
    border-left: 1px solid #e9e9e9;
    background-color: transparent;
}
.featured-product-column.about {
    height: 450px;
}
.h2,
.h2 h2{
    margin-top: 0px;
    font-family:'Open Sans', sans-serif !important;
    color: #444;
    font-weight: 300;
    text-align: left;
}
.h2.no-margin-top,
.h2.no-margin-top h2{
    margin-top: 5px;
    font-family:'Open Sans', sans-serif !important;
    color: #444;
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
    text-align: left;
}
.h2._2,
.h2._2 h2{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #444;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
}
.h2._2.white-2,
.h2._2.white-2 h2{
    color: white;
}
.h2._2.team,
.h2._2.team h2{
    margin-bottom: 0px;
    font-weight: 300;
}
.h2._2.hp:hover,
.h2._2.hp h2:hover{
    color: #309ed6;
}
.h2.white,
.h2.white h2{
    margin-bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: transparent;
    color: white;
    line-height: 38px;
    text-align: center;
}
.h2.investors,
.h2.investors h2{
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.h2.hp-products,
.h2.hp-products h2{
    color: #444;
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
    text-align: center;
}

.h2.centre h2{
    padding-right: 80px;
    padding-left: 80px;
    text-align: center;
}
.h2.center,
.h2.center h2{
    text-align: center;
}


    
    
.sk-tech-intro .p-big-auto h2,
.h2.center.image-title,
.h2.center.image-title h2{
    margin-bottom: 0px;
    text-align: left;
}
.p-small,
.p-small p{
    margin-bottom: 5px;
    font-family:'Open Sans', sans-serif !important;
    color: #6d6d6d;
}
.p-small.white,
.p-small.white p{
    background-color: transparent;
    box-shadow: none;
    color: white;
}
.p-small.white.cta,
.p-small.white.cta p{
    box-shadow: none;
}
.p-small.team,
.p-small.team p{
    color: #8b8b8b;
    font-size: 13px;
    line-height: 18px;
}
.p-small._2,
.p-small._2 p{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 30px;
    margin-bottom: 70px;
    margin-left: 40px;
    font-size: 13px;
}
.p-small._2._1,
.p-small._2._1 p{
    margin-left: 40px;
}
.p-small.investors,
.p-small.investors p{
    font-size: 13px;
    line-height: 17px;
}
.p-small.cta,
.p-small.cta p{
    font-size: 13px;
}
.p-small.center,
.p-small.center p{
    margin-bottom: 10px;
    text-align: center;
}
.secondary-cta {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
    border-radius: 4px;
    background-color: #309ed6;
    font-family:'Open Sans', sans-serif !important;
}
.secondary-cta.absolute {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: 50px;
    margin-left: 40px;
    padding: 12px 40px 15px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
}
.secondary-cta.absolute:hover {
    background-color: #0082f3;
}
.secondary-cta.absolute._2 {
    margin-bottom: 25px;
    margin-left: 20px;
    border: 2px solid #309ed6;
    background-color: transparent;
    background-image: none;
    color: #309ed6;
}
.secondary-cta.absolute._2:hover {
    background-color: #309ed6;
    background-image: none;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
    color: white;
}
.secondary-cta.absolute._2.invert {
    border-color: #309ed6;
    background-color: #309ed6;
    color: white;
}
.secondary-cta.absolute._2.invert:hover {
    border-color: #24729a;
    background-color: #24729a;
    color: white;
}
.secondary-cta.non-active {
    border: 1px solid #309ed6;
    background-color: white;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #309ed6;
}
.secondary-cta.non-active:hover {
    background-color: #309ed6;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
    color: white;
}
.secondary-cta.block {
    display: block;
    width: 140px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #309ed6;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: white;
    text-align: center;
}
.secondary-cta.block:hover {
    background-color: #24729a;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}
.secondary-cta._2 {
    padding-top: 12px;
    padding-bottom: 15px;
    border: 2px solid #309ed6;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #309ed6;
}
.secondary-cta._2:hover {
    background-color: #309ed6;
    color: white;
}
.secondary-cta._2.product {
    background-color: white;
    font-size: 16px;
}
.secondary-cta._2.product:hover {
    background-color: #309ed6;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}
.hp-application-row {
    border-top: 1px solid #e9e9e9;
}

.hp-application-column {
    height: 140px;
    padding-top: 15px;
    padding-left: 20px;
    background-color: #309ed6;
    background-image: none;
}
.hp-application-heading {
    margin-bottom: 5px;
    margin-left: 0px;
    font-family:'Open Sans', sans-serif !important;
    color: white;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}
.hp-application-column-image {
    height: 140px;
    padding-top: 15px;
    border-right: 1px solid #676767;
    background-color: #5d5d5d;
}
.hp-application-column-image:hover {
    background-color: #454545;
}
.hp-application-column-image._2:hover {
    background-color: #5d5d5d;
}
.hp-application-column-image.colour {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px none #309ed6;
    background-color: #f5f3f3;
}
.hp-application-column-image.colour:hover {
    border-right-width: 1px;
    border-right-color: #de4144;
}
.hp-application-column-image.colour._1 {
    background-image: url('../images/arrow.png');
    background-position: 0px 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}
.appllication-p,
.appllication-p p,
.appllication-p p a{
    margin-left: 0px;
    font-family:'Open Sans', sans-serif !important;
    color: white;
    line-height: 16px;
    font-weight: 300;
}
.appllication-p.heading,
.appllication-p.heading p,
.appllication-p.heading p a{
    color: #309ed6;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}
.appllication-p.heading p a{
    text-decoration:none;
}
.appllication-p.heading p a:hover{
    color: #24729a;
}
.appllication-p.heading:hover,
.appllication-p.heading p:hover{
    color: #24729a;
}
.appllication-p.heading.about,
.appllication-p.heading p:hover
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.appllication-p.heading._2,
.appllication-p.heading._2 p{
    color: white;
}
.application-link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    font-family:'Open Sans', sans-serif !important;
    color: white;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.applications-read-more {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #fb484b;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
}
.footer {
    background-color: white;
}
.footer-section {
    min-height: auto;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-top: 5px none #24729a;
    background-color: #1b323d;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 6px 9px 0px inset;
}
.footer-column {
    padding-top: 35px;
    padding-left: 20px !important;
}
.footer-newsletter-form .form-title,
.footer-heading {
    margin-top: 0px;
    font-family:'Open Sans', sans-serif !important;
    color: #dadada;
    font-size: 20px;
    font-weight: 300;
}
.footer-links {
    display: block;
    margin-bottom: 5px;
    font-family:'Open Sans', sans-serif !important;
    color: #9c9c9c;
    text-decoration: none;
}
.footer-links:hover {
    color: #309ed6;
}
.footer-list {
    padding-left: 0px;
    color: #9c9c9c;
}
.footer-smart-link {
    color: rgb(47, 159, 214);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    font-family: "Open Sans",sans-serif !important;
}
.footer-smart-link:hover, .footer-smart-link.-wfp-hover {
    color: rgb(36, 114, 154);
}
.list-item {
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family:'Open Sans', sans-serif !important;
    color: #bbb;
    font-size: 13px;
}
.list-item:hover {
    color: #309ed6;
}
.footer-column-normal {
    padding-top: 35px;
}
.footer-column-normal.last {
    padding-right: 20px !important;
}
.footer-links-internal {
    display: inline-block;
    margin-top: 22px;
    margin-right: 10px;
    margin-left: 20px;
    float: left;
    clear: left;
    font-family:'Open Sans', sans-serif !important;
    color: #727272;
    font-size: 11px;
    text-decoration: none;
}
.footer-links-internal._2 {
    margin-left: 0px;
    clear: none;
}
.footer-links-internal._2:hover {
    color: #0082f3;
}
.footer-social-div {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #309ed6;
    box-shadow: none;
}
.footer-copyright {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: left;
    font-family:'Open Sans', sans-serif !important;
    color: white;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}
.footer-testimonail {
    width: auto;
    max-width: 350px;
    font-family:'Open Sans', sans-serif !important;
    color: #bbb;
    font-size: 13px;
}
.nav-bar-standard-drop-down.w--open {
    margin-left: -38px;
}
.section-body {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-body._2 {
    display: none;
}
.copyright-section {
    display: block;
    border-top: 1px none #525252;
    background-color: #f5f3f3;
    background-image: none;
}
.newsletter-text-field {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid whitesmoke;
    border-radius: 2px;
    background-color: white;
    font-family:'Open Sans', sans-serif !important;
    color: white;
    font-size: 13px;
}
.newsletter-button {
    margin-top: 5px;
    padding-top: 8px;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family:'Open Sans', sans-serif !important;
    color: whitesmoke;
    font-size: 13px;
}
.newsletter-button:hover {
    border-color: white;
    background-color: #309ed6;
    color: white;
}
.testimonial-image {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 200px;
}
.testimonial-text-block {
    display: inline-block;
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 0px;
    float: left;
    font-family:'Open Sans', sans-serif !important;
    color: #bbb;
    font-size: 13px;
}
.downloads-row {
    margin-bottom: 20px;
}
.downloads-row._2 {
    margin-bottom: 10px;
}
.downloads-row._2._3 {
    margin-bottom: 20px;
}
.downloads-row._2._4 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
.downloads-row._2.product {
    margin-bottom: 0px;
}
.download-text-column.product {
    padding-top: 25px;
}
.download-text-column.product._2 {
    padding-top: 4px;
}
.download-text-column.investor {
    padding-top: 0px;
}
.download-text-column.app {
    padding-top: 13px;
}
.download-image {
    width: 250px;
    height: 160px;
    background-color: #e0e0e0;
}
.sk-filter-template img.download-image {
    width: 250px;
    height: 160px;
}
/*
.sk-filter-template .w-col.w-col-3.downloads-image-column,
.sk-filter-template .w-col.w-col-9.download-text-column{
    width:auto !important;
}
*/
.sk-filter-template .w-col.w-col-9.download-text-column {
    max-width: 70%;
}
@media (max-width:991px){
    .sk-filter-template .w-col.w-col-9.download-text-column {
        max-width: 55%;
    }
}
@media (max-width:767px){
    #skFilter .downloads-image-column.w-col-3 {
        min-width: 170px;
        width: 25% !important;
    }
    .sk-filter-template img.download-image {
        width: auto;
        height: auto;
    }
}
@media (max-width:660px){
    .sk-filter-template .w-col.w-col-9.download-text-column {
        max-width: 50%;
    }
}
@media (max-width:550px){
    .sk-filter-template .w-col.w-col-9.download-text-column {
        max-width: 100%;
    }
}
@media (max-width:479px){
    #skFilter .downloads-image-column.w-col-3 {
        min-width: none;
        width: auto !important;
    }
    .sk-filter-template img.download-image {
        width: 250px;
        height: 160px;
    }
    .sk-filter-template .w-col.w-col-9.download-text-column {
        width: 100%;
        max-width:none;
    }
}
.download-image.investors {
    width: 200px;
    height: 80px;
    margin-top: 5px;
    padding-top: 26px;
    border: 1px solid white;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
    color: #969696;
    text-align: center;
}
.download-image.investors.tech {
    width: 60px;
    height: 60px;
    padding-top: 0px;
    font-size: 12px;
}
.line {
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #d2d2d2;
}
.line._2 {
    margin-top: 0px;
}
.downloads-heading {
    margin-bottom: 5px;
    font-family:'Open Sans', sans-serif !important;
    color: #444;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.downloads-heading.team {
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    clear: none;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.downloads-heading.white {
    background-color: transparent;
    color: white;
}
.downloads-heading.white._2 {
    background-color: transparent;
    font-size: 18px;
    line-height: 24px;
}
.downloads-heading.white.app {
    margin-bottom: 20px;
    box-shadow: none;
}
.downloads-heading.center {
    margin-bottom: 10px;
    color: white;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
}
.downloads-heading._2 {
    font-size: 18px;
    line-height: 24px;
}
.downloads-heading.investors {
    font-size: 20px;
    line-height: 26px;
}
.downloads-filter {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 10px;
    font-family:'Open Sans', sans-serif !important;
    font-size: 14px;
    max-width: 88%;
}
.downloads-tag-icon {
    width: 20px;
    height: 20px;
}
.logo-text {
    padding-top: 17px;
    color: white;
    text-align: center;
}
.primary-cta {
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 15px;
    border: 2px solid #309ed6;
    border-radius: 4px;
    background-color: #309ed6;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family:'Open Sans', sans-serif !important;
    color: white;
    font-size: 16px;
}
.primary-cta:hover {
    border-color: #24729a;
    background-color: #24729a;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
    color: white;
}
.primary-cta._2 {
    display: none;
    border-color: #309ed6;
    background-color: #309ed6;
    color: white;
}
.primary-cta._2:hover {
    background-color: #0082f3;
    color: white;
}
.primary-cta._2._3 {
    border-width: 1px;
    border-color: white;
    background-color: #309ed6;
}
.primary-cta._2._3:hover {
    background-color: #24729a;
}
.primary-cta._2.none {
    display: none;
}
.primary-cta._2.internal {
    border-color: white;
}
.primary-cta._3 {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.primary-cta.hp {
    margin-top: 20px;
    border-color: #309ed6;
    background-color: transparent;
    color: #309ed6;
}
.primary-cta.hp:hover {
    background-color: #24729a;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: white;
}
.social-placeholder {
    padding-top: 15px;
    text-align: center;
}
.footer-read-more {
    font-family:'Open Sans', sans-serif !important;
    color: #9c9c9c;
    font-weight: 600;
}
.footer-read-more:hover {
    color: #309ed6;
}
.p-big-auto,
.p-big-auto p{
    font-family:'Open Sans', sans-serif !important;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 24px;
}
.p-big-auto.careers,
.p-big-auto.careers p{
    margin-bottom: 20px;
}
.p-big-auto.white,
.p-big-auto.white p{
    background-color: transparent !important;
    box-shadow: none;
    color: white;
}
.p-big-auto.white.center,
.p-big-auto.white.center p{
    box-shadow: none;
    text-align: center;
}
.p-big-auto.buy,
.p-big-auto.buy p{
    margin-bottom: 30px;
}
.p-big-auto._2,
.p-big-auto._2 p{
    margin-bottom: 40px;
}
.about-timeline-image {
    width: 940px;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 97px;
    border: 1px solid #eaeaea;
    background-color: whitesmoke;
    background-image: none;
    background-position: center center !important;
    background-size: cover !important;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 50px -4px inset;
    font-family:'Open Sans', sans-serif !important;
    font-size: 20px;
    text-align: center;
}
.about-timeline-image.ultra {
    width: auto;
    min-height: auto;
    margin-bottom: 10px;
    padding-top: 0px;
    background-color: #f3f3f3;
    background-image: none;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 50px -1px inset;
}
.about-timeline-image.graph {
    min-height: 400px;
    padding-top: 173px;
    background-color: #24729a;
}
.internal-banner {
    display: block;
    padding-top: 240px;
    padding-bottom: 0px;
    background-image: url('../images/banner-about-us.jpg');
    background-position: 50% 0px;
    background-size: 1920px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 39px 0px inset;
    background-position: center center;
    background-size: cover;
}
.internal-banner.hp {
    display: block;
    height: 70%;
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #f9f9f9;
    background-image: url('../images/banner-3.jpg');
    background-position: 50% 100%;
    background-size: 1920px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    box-shadow: none;
    opacity: 1;
}

.newhome .banner-section {
    padding-top: 100px;
    max-width: 1400px;
    margin: 0 auto !important;
    float: none !important;
}


.newhome .big-post-group {
    padding: 30px;
    position: relative;
}

@media (min-width: 768px) {
.newhome .big-post-group:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #309ed6;
    height: 92%;
    position: absolute;
    right: 0;
    top: 30px;
}
}


 
.newhome .big-post-text {

}

.newhome .big-post-text h1 {
    font-size: 36px;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 100;
}

.newhome .big-post-image {
    text-align: center;
}

.newhome .banner-right-group {
    padding: 30px;
}

.newhome .banner-right-top-group {
    background-image: url("//cdn2.hubspot.net/hubfs/1188159/2018%20images/Skoda-Electric-front-page-top-right.jpg");
    background-position: center; 
    padding: 30px;
    position: relative;
    max-width: 600px;
}

.bluebox-bg-image {
    position: relative;
    text-align: right;
}

.bluebox-bg-image img {
    position: absolute;
    right: -20px;
    bottom: -30px;
}

.newhome .banner-right-top-group p {
    max-width: 500px;
    margin-top: 10px;
    color: #000;
}


@media (max-width: 1260px) and (min-width: 768px) {
    .right-top-text {
        margin-bottom: 10%;
    }
}

@media (max-width: 1085px) and (min-width: 768px) {
     .newhome .big-post-image {
         display: none !important;
     }
     .newhome .big-post-text {
        width: 100% !important;
        display: block !important;
}
}

@media (max-width: 767px) {
    .newhome .big-post-text {
        width: 60% !important;
        display: inline-block !important;
        float: left !important;
    }
    .newhome .big-post-image {
        width: 40% !important;
        display: inline-block !important;
        float: left !important;
    }
    .newhome .banner-right-top-group, .newhome .banner-right-bottom-group {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
}
    .newhome .banner-right-bottom-group:after {
        background: none !important;
    }
    .newhome .banner-right-bottom-text {
        width: 60% !important;
        display: inline-block !important;
        float: left !important;
    }
    .newhome .banner-right-bottom-image {
        width: 40% !important;
        display: inline-block !important;
        float: left !important;
    }
}

@media (max-width: 620px) {
    .right-top-text {
        margin-bottom: 15%;
    }
}

@media (max-width: 500px) {
     .newhome .big-post-image {
         display: none !important;
}
    .newhome .big-post-text {
        width: 100% !important;
        display: block !important;
}
}

.newhome .banner-right-top-image {
    max-width: 600px;
}

.newhome .banner-right-top-image img {
       width: 100%;
       height: auto;
}

.newhome .banner-right-bottom-group {
    padding-top: 20px;
    padding-left: 30px;
    max-width: 600px;
    position: relative;
}

.newhome .banner-right-bottom-group:after {
    content: "";
    display: block;
    width: 0px;
    background-color: #309ed6;
    height: 87%;
    position: absolute;
    right: 0;
    top: 20px;
}

.newhome .banner-right-bottom-text h2 {
    font-weight: 100;
    margin-top: 0;
}

.newhome .banner-right-bottom-text h4 {
    color: #309ed6;
    font-size: 16px;
    line-height: 1em;
    margin: 0 0 5px 0;
}

.newhome .banner-right-bottom-image {
    padding: 5px;
}


















.internal-banner.hp._2 {
    display: block;
    background-color: #f9f9f9;
    background-image: url('../images/banner-3.jpg');
    background-position: 50% 100%;
    background-size: 1920px;
    background-repeat: no-repeat;
}
.team-section {
    min-height: 600px;
    background-color: #838383;
}
.team-profile {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 0px;
    border: 3px none white;
    border-radius: 200px;
}
.team-profile.overlay {
    display: block;
    width: 180px;
    height: 180px;
    margin: 40px auto 20px;
}
.team-learn-more {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-family:'Open Sans', sans-serif !important;
    font-size: 14px;
    text-decoration: none;
}
.team-learn-more._2 {
    margin-left: 0px;
    color: #309ed6;
    text-transform: uppercase;
}
.team-learn-more._2:hover {
    color: #24729a;
}
.about-location-section {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #f5f3f3;
}
.about-location-section._2 {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #f5f3f3;
}
.about-location-section._2.investors {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: white;
}
.about-location-section._2.hp {
    background-color: white;
}
.about-location-section._3 {
    background-color: white;
}
.about-location-section._3._4 {
    background-color: #c9c9c9;
}
.about-location-section.product {
    background-color: #f5f3f3;
}
.about-location-section.blue {
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #309ed6;
}
.cta-section {
    padding-top: 65px;
    padding-bottom: 80px;
    background-color: #626262;
}
.cta-section._2 {
    display: block;
    padding-top: 60px;
    background-color: #4d4d4d;
    background-image: url('../images/skeleton-application-strip.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: scroll;
}
.cta-section._2.aerospace {
    background-image: url('../images/skeleton-application-aerospace.jpg');
    background-size: cover;
}
.table-image {
    width: 940px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #309ed6;
    background-color: #e2e2e2;
}
.team-overlay {
    position: fixed;
    z-index: 1001;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 900px;
    background-image: -webkit-linear-gradient(#f5f3f3, #fafafa 98%);
    background-image: linear-gradient(#f5f3f3, #fafafa 98%);
}
.team-overlay.video {
    display: none;
    background-color: rgba(89, 89, 89, 0.95);
}
.team-overlay-employee-name {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-family:'Open Sans', sans-serif !important;
    color: #309ed6;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    text-align: center;
}
.team-overlay-position {
    margin-top: 5px;
    font-family:'Open Sans', sans-serif !important;
    color: #8b8b8b;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.team-overlay-paragraph {
    display: block;
    max-width: 800px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-family:'Open Sans', sans-serif !important;
    color: #8b8b8b;
    text-align: center;
}
.team0overlay-email {
    display: block;
    max-width: 400px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    font-family:'Open Sans', sans-serif !important;
    color: #309ed6;
    text-align: center;
}
.team0overlay-email:hover {
    color: #24729a;
}
.team-overlay-pagination-div-wrap {
    display: block;
    width: 298px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
.pagination-button {
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 12px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family:'Open Sans', sans-serif !important;
    color: white;
}
.pagination-button:hover {
    background-color: #24729a;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
    color: white;
}
.pagination-button.linkedin {
    padding-left: 50px;
    background-color: white;
    background-image: url('../images/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
    color: #0082f3;
}
.team-overlay-exit {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1001;
    width: 80px;
    height: 80px;
    float: right;
    background-color: white;
    text-decoration: none;
}
.team-overlay-exit-x {
    height: 100%;
    padding-top: 28px;
    background-color: #309ed6;
    font-family:'Open Sans', sans-serif !important;
    color: white;
    font-size: 37px;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}
.team-overlay-exit-x:hover {
    color: #24729a;
}
.where-to-buy-form-wrapper {
    margin-top: 0px;
    margin-bottom: 20px;
}
.where-to-buy-field-label {
    font-family:'Open Sans', sans-serif !important;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 600;
}
.where-to-buy-text-field {
    margin-bottom: 0px;
    border-radius: 4px;
    font-family:'Open Sans', sans-serif !important;
    color: #7c7c7c;
}
.where-to-buy-text-field._2 {
    min-height: 100px;
}
.where-to-buy-selector {
    background-color: white;
    font-family:'Open Sans', sans-serif !important;
}
.where-to-buy-submit-button {
    margin-top: 20px;
    padding: 12px 40px 15px;
    border-radius: 4px;
    background-color: #309ed6;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family:'Open Sans', sans-serif !important;
    font-size: 16px;
}
.where-to-buy-submit-button:hover {
    background-color: #24729a;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}
.technology-video {
    width: auto;
    height: 300px;
    max-height: 300px;
}
.technology-video-div-wrap {
    position: relative;
    top: 10%;
    display: block;
    width: 650px;
    margin-right: auto;
    margin-left: auto;
}
.team-profile-email {
    position: static;
    top: 3px;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 0px;
    font-family:'Open Sans', sans-serif !important;
    color: #309ed6;
    text-decoration: none;
}
.team-profile-email:hover {
    color: #309ed6;
}
.team-profile-linkedin {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 5px 0px 2px;
    float: none;
    border-radius: 0px;
}
.team-profile-linkedin:hover {
    opacity: 0.8;
}
.team-profile-linkedin.twitter {
    margin-left: 10px;
}
.email-and-linkedin {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.team-contact {
    margin-top: 90px;
    margin-bottom: 20px;
    font-family:'Open Sans', sans-serif;
    color: white;
    font-size: 18px;
    text-align: center;
}
.team-social-media-div-wrap {
    display: block;
    width: 188px;
    margin-right: auto;
    margin-left: auto;
}
.locations-google-maps {
    max-height: 300px;
}
.tech {
    width: 200px;
    height: 200px;
    border-radius: 0px;
}
.product-image {
    width: 450px;
    border: 2px none white;
    border-radius: 0px;
    background-color: white;
}
.applications-image {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 100px;
    background-color: white;
}
.technology-image {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 100px;
    background-color: white;
}
.grey-div-wrap {
    width: 100%;
    height: 100%;
    min-height: 400px;
    padding: 10px 20px;
    background-color: #f3f3f3;
    text-decoration: none;
}
.grey-div-wrap.prismatic {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #f5f3f3;
    background-image: url('../images/skeleton-prismatic-cells.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 30px 0px inset;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.grey-div-wrap.prismatic:hover {
    border-color: #309ed6;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}
.grey-div-wrap.prismatic._2 {
    background-size: contain;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 30px 0px inset;
}
.grey-div-wrap.prismatic._2:hover {
    box-shadow: none;
}
.grey-div-wrap.cylindrical {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #f5f3f3;
    background-image: url('../images/skeleton-cylindrical-cells.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 30px 0px inset;
}
.grey-div-wrap.cylindrical:hover {
    border-color: #309ed6;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}
.grey-div-wrap.cylindrical._2 {
    background-size: contain;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 30px 0px inset;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.grey-div-wrap.cylindrical._2:hover {
    box-shadow: none;
}
.grey-div-wrap.modules {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #f5f3f3;
    background-image: url('../images/skeleton-modules.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 30px 0px inset;
}
.grey-div-wrap.modules:hover {
    border-color: #309ed6;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
}
.grey-div-wrap.modules._2 {
    background-size: contain;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 30px 0px inset;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.grey-div-wrap.modules._2:hover {
    box-shadow: none;
}
.primary-link {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 30px;
    margin-bottom: 40px;
    margin-left: 40px;
    font-family:'Open Sans', sans-serif;
    color: #309ed6;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-link:hover {
    color: #24729a;
    font-style: normal;
}
.primary-link._1 {
    margin-left: 30px;
}
.primary-link.internal {
    margin-left: 20px;
}
.aplication-image {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0px auto 5px;
}
.appllication-link-wrap {
    width: 100%;
    height: 100%;
    padding-top: 22px;
    border-top: 1px none #c7c7c7;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: white;
    text-decoration: none;
}
/*
.appllication-link-wrap:hover {
    border-bottom: 8px solid #309ed6;
}
*/
.sk-highlight:hover {
    border-bottom: 8px solid #309ed6;
}

.appllication-link-wrap.arrow {
    border-top: 1px none #c7c7c7;
    -webkit-transition: all 200ms ease, all 200ms ease;
    transition: all 200ms ease, all 200ms ease;
}
.appllication-link-wrap.arrow:hover {
    border-top: 1px none #309ed6;
    border-bottom: 8px solid #309ed6;
    background-color: transparent;
}
.appllication-link-wrap._2:hover {
    border-bottom: 1px none black;
}
.appllication-link-wrap.active {
    border-bottom: 8px solid #309ed6;
}
.banner-link {
    display: block;
    margin-top: 15px;
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.banner-link:hover {
    color: #24729a;
}
.banner-link._2 {
    display: block;
}
.hp-arrow-image {
    display: block;
    width: 20px;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
.footer-newsletter-form {
    color: white;
}
.white {
    display: block;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 3px 0px;
}
.downloads-heading.white{
    box-shadow: none;
}
.white._2 {
    background-color: white;
}
.white._2.blue {
    background-color: #309ed6;
    box-shadow: rgba(0, 0, 0, 0.09) 0px -2px 7px 0px inset;
}
.hp-app-column {
    height: 140px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: #f5f3f3;
}
.hp-application-column,
.hp-application-column-image{
    padding-right: 0px !important;
    padding-left: 0px !important;    
}
.hp-application-column.first{
    padding-left: 20px !important;
    padding-top: 15px !important;   
}
.hp-app-column.arrow {
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/arrow.png');
    background-position: 0px 50%;
    background-size: 14px;
    background-repeat: no-repeat;
        padding-right: 0px !important;
    padding-left: 0px !important;
}
.hp-app-column.arrow._2 {
    background-color: #24729a;
}
.hp-app-column._2 {
    background-color: #24729a;
}
.about-us-timeline {
    margin-top: 20px;
    margin-bottom: 0px;
}
.applications-important {
    font-size: 18px;
    font-weight: 400;
}
.applications-link {
    font-family:'Open Sans', sans-serif;
    color: #309ed6;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.buy-important {
    color: #309ed6;
}
.link:hover {
    color: #24729a;
}
.banner-overlay-div {
    padding-bottom: 60px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.93) 72%, rgba(255, 255, 255, 0.9) 96%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.93) 72%, rgba(255, 255, 255, 0.9) 96%);
}

.grey-div-wrap.modules._2 .p-small, 
.grey-div-wrap.cylindrical._2 .p-small,
.grey-div-wrap.prismatic._2 .p-small { 
    min-height: 100px;
}

.grey-div-wrap.modules._2, 
.grey-div-wrap.cylindrical._2,
.grey-div-wrap.prismatic._2 { 
    background-position: 50% 30%;
}

@media (max-width: 991px) {
    .nav-bar-link {
        border-bottom: 1px solid white;
        border-left: 1px none black;
        background-color: #309ed6;
        text-align: center;
    }
    .nav-bar-link:hover {
        border-left: 1px none black;
        background-color: #24729a;
    }
    .nav-bar-link.dark {
        height: 50px;
        padding-top: 11px;
        color: white;
        font-size: 13px;
    }
    .nav-bar-dropdown-text {
        text-align: center;
    }
    .nav-bar-dropdown-text.dark {
        color: white;
        font-size: 13px;
    }
    .nav-bar-drop-down-icon {
        color: white;
    }
    .nav-bar-drop-down-toggle {
        min-height: 50px;
        padding-top: 11px;
        border-bottom: 1px none #858585;
    }
    .nav-bar-drop-down-link {
        width: 100%;
        min-width: auto;
        background-color: #242424;
        font-size: 13px;
        text-align: center;
    }
    .nav-bar-drop-down-link:hover {
        border-left: 1px none black;
        background-color: #242424;
    }
    .nav-bar-drop-down-list.w--open {
        margin-left: 0px;
    }
    .hp-feature-column {
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .h1,
    .h1 h1{
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 44px;
    }
    .h1.internal,
    .h1.internal h1{
        margin-bottom: 0px;
    }
    .h1.home,
    .h1.home h1{
        max-width: 650px;
        margin-top: 0px;
        font-size: 46px;
        line-height: 54px;
    }
    .h3,
    .h3 h3{
        margin-top: 0px;
        font-size: 28px;
        line-height: 34px;
    }
    .p-big.home._2,
    .p-big.home._2 p{
        max-width: 400px;
    }
    .featured-products-row.hp {
        padding-right: 0px;
        padding-left: 0px;
    }
    .featured-product-column {
        height: 380px;
        padding-left: 20px !important;
    }
    .featured-product-column._2 {
        height: 220px;
    }
    .featured-product-column._2.investor {
        height: auto;
    }
    .featured-product-column._2.grid {
        height: 380px;
        padding-left: 0px !important;
    }
    .featured-product-column._2.grid:hover {
        height: 380px;
    }
    .featured-product-column._2.grid.about {
        border-bottom: 1px none black;
    }
    .featured-product-column._2.grid._3 {
        padding-right: 0px !important;
    }
    .featured-product-column._2.cta {
        height: 220px;
    }
    .featured-product-column.about {
        height: 380px;
        padding-right: 30px !important;
        padding-left: 30px !important;
        border-bottom: 1px solid #d6d6d6;
    }
    .h2,
    .h2 h2{
        margin-top: 20px;
    }
    .h2.no-margin-top,
    .h2.no-margin-top h2{
        font-size: 32px;
    }
    .h2._2.hp,
    .h2._2.hp h2{
        margin-top: 0px;
        font-size: 22px;
    }
    .h2.white,
    .h2.white h2{
        margin-top: 0px;
    }
    .h2.hp-products,
    .h2.hp-products h2{
        margin-top: 0px;
    }
    .h2.centre,
    .h2.centre h2{
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }
    .sk-tech-intro .p-big-auto h2,
    .h2.center.image-title,
    .h2.center.image-title h2{
        font-size: 28px;
    }
    .p-small._2,
    .p-small._2 p{
        margin-right: 10px;
        margin-bottom: 60px;
        margin-left: 11px;
        line-height: 18px;
    }
    .p-small._2._1,
    .p-small._2._1 p{
        margin-left: 15px;
    }
    .secondary-cta.absolute {
        margin-left: 20px;
    }
    .secondary-cta.absolute._2 {
        margin-bottom: 30px;
    }
    .hp-application-row {
        box-shadow: none;
    }
    
    .footer-6-col-content{
        height: 90px;
    }
    .hp-application-column.first,
    .hp-application-column {
        height: 90px !important;
        padding-top: 13px;
        padding-right: 40px;
        padding-left: 15px;
    }
    .hp-application-heading {
        margin-left: 0px;
        font-size: 24px;
        line-height: 30px;
    }
    .hp-application-column-image {
        height: 80px;
        padding-left: 20px;
        border-bottom: 1px solid #757575;
    }
    .hp-application-column-image.colour {
        background-position: 100% 50%;
        background-repeat: no-repeat;
    }
    .hp-application-column-image.colour:hover {
        background-position: 0px 0px, 100% 50%;
    }
    .hp-application-column-image.colour._1 {
        height: 90px !important;
        border-right: 1px none #309ed6;
        border-bottom: 1px none #309ed6;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }
    .appllication-p,
    .appllication-p p{
        margin-left: 0px;
    }
    .appllication-p.heading,
    .appllication-p.heading p{
        margin-top: 12px;
        margin-left: 5px;
        float: left;
        font-size: 15px;
    }
    .applications-read-more {
        margin-left: 20px;
    }
    .footer-section {
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }
    .footer-column {
        padding-top: 20px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .footer-newsletter-form .form-title,
    .footer-heading {
        font-size: 18px;
    }
    .footer-links {
        font-size: 13px;
        line-height: 18px;
    }
    .list-item {
        font-size: 12px;
    }
    .footer-column-normal {
        padding-top: 20px;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .footer-column-normal.last {
        padding-right: 20px !important;
    }
    .footer-social-div {
        padding-left: 20px;
    }
    .footer-testimonail {
        font-size: 12px;
        line-height: 18px;
    }
    .nav-bar-standard-drop-down.w--open {
        margin-left: 0px;
    }
    .section-body {
        padding-right: 30px;
        padding-left: 30px;
    }
    .testimonial-image {
        display: block;
    }
    .testimonial-text-block {
        margin-top: 5px;
        margin-left: 0px;
        font-size: 11px;
        line-height: 15px;
    }
    .download-text-column.product {
        padding-top: 0px;
    }
    .download-text-column.product._2 {
        padding-left: 10px;
    }
    .download-text-column.investor {
        padding-top: 9px;
    }
    .download-image.investors {
        width: 150px;
        height: 150px;
        padding-top: 34px;
    }
    .internal-banner {
        padding: 180px 0px 0px;
        background-position: 50% 0px;
        background-size: cover;
    }
    .internal-banner.hp {
        padding-right: 40px;
        padding-left: 40px;
        background-size: 1920px;
        background-repeat: no-repeat;
    }
    .internal-banner.hp._2 {
        background-size: auto;
    }
    .about-location-section {
        padding-right: 30px;
        padding-left: 30px;
    }
    .about-location-section._2 {
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
    .cta-section._2 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .team-overlay {
        display: none;
        padding-right: 30px;
        padding-left: 30px;
    }
    .email-and-linkedin {
        margin-left: 30px;
    }
    .team-contact {
        margin-top: 34px;
    }
    .team-social-media-div-wrap {
        margin-bottom: 30px;
    }
    .menu-button {
        height: 60px;
        background-color: #309ed6;
    }
    .menu-button:hover {
        background-color: #24729a;
    }
    .menu-button.w--open {
        background-color: #24729a;
    }
    .menu-icon {
        display: inline-block;
        margin-top: 0px;
        padding-top: 0px;
        color: white;
    }
    .menu-text {
        position: relative;
        bottom: 6px;
        display: inline-block;
        font-family:'Open Sans', sans-serif;
        color: white;
        font-size: 14px;
    }
    .tech {
        width: 160px;
        height: 160px;
    }
    .product-image {
        width: auto;
        height: auto;
    }
    .applications-image {
        width: auto;
        height: auto;
    }
    .grey-div-wrap.prismatic._2 {
        min-height: 300px;
        padding-right: 10px;
        padding-left: 10px;
        /* background-position: 50% 45%; */
        background-position: 50% 12%;
        background-size: 220px;
    }
    .grey-div-wrap.cylindrical._2 {
        min-height: 300px;
        padding-right: 10px;
        padding-left: 10px;
        /* background-position: 51% 45%; */
        background-position: 50% 12%;
        background-size: 220px;
    }
    .grey-div-wrap.modules._2 {
        min-height: 300px;
                /* background-position: 49% 45%; */
        background-position: 50% 25%;
        background-size: 220px;
    }
    .grey-div-wrap.modules._2 .p-small, 
    .grey-div-wrap.cylindrical._2 .p-small,
    .grey-div-wrap.prismatic._2 .p-small { 
        min-height: 89px;
    }
    .primary-link {
        margin-right: 10px;
        margin-bottom: 30px;
        margin-left: 10px;
        font-size: 14px;
    }
    .primary-link._1 {
        margin-left: 15px;
    }
    .aplication-image {
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-left: 15px;
        float: left;
    }
    .appllication-link-wrap {
        padding-top: 17px;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }
    .appllication-link-wrap.arrow {
        height: 90px;
        padding-top: 18px;
        border-right: 1px solid #e9e9e9;
    }
    .appllication-link-wrap.arrow:hover {
        border-bottom: 1px none black;
    }
    .white {
        background-color: #242424;
    }
    .hp-app-column {
        height: 90px;
    }
    .hp-app-column.arrow {
        background-size: 8px;
    }
    .banner-overlay-div {
        padding: 20px 40px 40px;
    }
}

@media (max-width: 767px) {
    .social-media-icons.footer {
        margin-right: 0px;
        margin-left: 20px;
        float: left;
        clear: left;
    }
    .social-media-icons.footer._2 {
        margin-left: 10px;
        float: left;
        clear: none;
    }
    .social-media-icons.footer._3 {
        margin-left: 10px;
        clear: none;
    }
    .hp-section {
        min-height: auto;
    }
    .hp-feature-column {
        min-height: auto;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }
    .hp-top-description-column {
        min-height: 200px;
    }
    .hp-top-description-column.hp._2 {
        background-size: cover;
    }
    .h1,
    .h1 h1{
        font-size: 36px;
    }
    .h1.hp,
    .h1.hp h1{
        margin-bottom: 10px;
    }
    .h1.home,
    .h1.home h1{
        font-size: 34px;
        line-height: 40px;
    }
    .h3,
    .h3 h3{
        font-size: 24px;
        line-height: 30px;
    }
    .p-big,
    .p-big p{
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .p-big.home._2,
    .p-big.home._2 p{
        margin-top: 10px;
        font-size: 14px;
    }
    .featured-product-column {
        height: 300px;
        padding-right: 30px !important;
        padding-left: 30px !important;
        border-bottom: 1px solid #bababa;
    }
    .featured-product-column._2 {
        height: auto;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .featured-product-column._2.about {
        height: auto;
        padding-bottom: 60px;
    }
    .featured-product-column._2.about.investor {
        height: auto;
        padding-bottom: 0px;
    }
    .featured-product-column._2.investor {
        border-right: 1px none black;
    }
    .featured-product-column._2.grid {
        height: 400px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px none black;
    }
    .featured-product-column._2.grid:hover {
        height: 400px;
    }
    .featured-product-column._2.grid.about {
        padding-top: 10px;
    }
    .featured-product-column._2.cta {
        height: auto;
    }
    .featured-product-column.about {
        height: 400px;
    }
    .h2,
    .h2 h2{
        font-size: 30px;
    }
    .h2.white,
    .h2.white h2{
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }
    .h2.hp-products,
    .h2.hp-products h2{
        font-size: 34px;
    }
    .secondary-cta {
        padding-right: 10px;
        padding-left: 10px;
    }
    .secondary-cta.absolute {
        margin-left: 30px;
    }
    .secondary-cta.absolute._2 {
        position: relative;
        margin-bottom: 30px;
        margin-left: 0px;
    }
    .hp-application-column {
        padding-top: 6px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .hp-application-heading {
        font-size: 22px;
    }
    .hp-application-column-image {
        height: 60px;
        padding-top: 8px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .hp-application-column-image.colour {
        background-position: 100% 50%;
        background-size: cover;
    }
    .hp-application-column-image.colour:hover {
        background-size: auto, cover;
    }
    .appllication-p.heading {
        margin-top: 9px;
        margin-left: 10px;
    }
    .applications-read-more {
        margin-left: 30px;
    }
    .footer-section {
        padding-bottom: 0px;
    }
    .footer-column {
        padding: 20px 30px !important;
        border-bottom: 1px solid #545454;
    }
    .footer-column-normal {
        padding: 20px 30px !important;
        border-bottom: 1px solid #545454;
    }
    .footer-column-normal.last {
        padding-right: 30px !important;
    }
    .section-body {
        padding-right: 30px;
        padding-left: 30px;
    }
    .copyright-section {
        padding-bottom: 10px;
    }
    .testimonial-text-block {
        margin-left: 10px;
    }
    .downloads-row._3 {
        margin-bottom: 0px;
    }
    .downloads-image-column {
        padding-right: 0px;
        padding-left: 0px;
    }
    .download-text-column {
        padding-right: 0px;
        padding-left: 0px;
    }
    .download-text-column.product._2 {
        padding-left: 0px;
    }
    .download-text-column.investor {
        padding-right: 0px;
        padding-left: 0px;
    }
    .download-image {
        margin-bottom: 10px;
    }
    .downloads-heading {
        font-size: 20px;
    }
    .primary-cta.hp {
        margin-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .about-timeline-image {
        display: block;
        width: 400px;
        min-height: 500px;
        margin-right: auto;
        margin-left: auto;
    }
    .about-timeline-image.ultra {
        margin-left: 0px;
    }
    .internal-banner {
        background-position: 22% 33%;
        background-size: auto;
    }
    .internal-banner.hp {
        height: 550px;
        min-height: 400px;
        padding-top: 80px;
        padding-right: 30px;
        padding-left: 30px;
        background-image: url('../images/banner-3.jpg');
        background-position: 50% 100%;
        background-size: 1000px;
    }
    .team-profile.overlay {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    .about-location-section._2 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .cta-section._2 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .team-overlay {
        display: none;
        padding-right: 30px;
        padding-left: 30px;
    }
    .team-overlay-employee-name {
        margin-left: 0px;
        text-align: left;
    }
    .team-overlay-position {
        text-align: left;
    }
    .team-overlay-paragraph {
        text-align: left;
    }
    .team0overlay-email {
        margin-left: 0px;
        text-align: left;
    }
    .team-overlay-pagination-div-wrap {
        margin-left: 0px;
    }
    .team-overlay-exit {
        width: 60px;
        height: 60px;
    }
    .team-overlay-exit-x {
        padding-top: 18px;
    }
    .where-to-buy-column {
        padding-right: 0px;
        padding-left: 0px;
    }
    .team-contact {
        line-height: 24px;
    }
    .menu-button {
        background-color: #309ed6;
    }
    .tech {
        margin-bottom: 10px;
    }
    .product-image {
        margin-bottom: 10px;
    }
    .applications-image {
        max-width: 100px;
    }
    .applications-image._2 {
        margin-bottom: 10px;
    }
    .grey-div-wrap.prismatic._2 {
        min-height: auto;
        background-size: 320px;
    }
    .grey-div-wrap.cylindrical._2 {
        background-size: 320px;
    }
    .grey-div-wrap.modules._2 {
        background-size: 320px;
    }
    .aplication-image {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    .appllication-link-wrap {
        padding-top: 22px;
    }
    .white {
        background-color: #242424;
    }
    .hp-app-column.arrow {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }
    .banner-overlay-div {
        padding-right: 30px;
        padding-left: 30px;
    }
    .grey-div-wrap.modules._2 {
        background-size: 280px auto;
    }
}
@media (max-width: 479px) {
    .nav-bar-link {
        border-bottom-width: 1px;
        border-bottom-color: white;
        background-color: #309ed6;
    }
    .nav-bar-link:hover {
        background-color: #24729a;
    }
    .nav-bar-link.dark {
        color: white;
    }
    .nav-bar-dropdown-text.dark {
        color: white;
    }
    .nav-bar-drop-down-icon {
        color: white;
    }
    .nav-bar-drop-down-link {
        background-color: #242424;
    }
    .social-media-icons.footer {
        margin-right: 0px;
        margin-left: 0px;
        float: left;
    }
    .hp-feature-column {
        padding-right: 20px;
        padding-left: 20px;
    }
    .h1.home.blue,
    .h1.home.blue h1{
        margin-bottom: 10px;
    }
    .h3,
    .h3 h3{
        font-size: 24px;
        line-height: 30px;
    }
    .featured-product-column {
        height: 300px;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .featured-product-column._2 {
        height: auto;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .featured-product-column._2.about {
        height: auto;
    }
    .featured-product-column._2.grid {
        height: 370px;
    }
    .featured-product-column._2.grid:hover {
        height: 370px;
    }
    .featured-product-column.about {
        height: 450px;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .secondary-cta.absolute._2 {
        margin-left: 0px;
    }
    .hp-application-column {
        height: 80px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .hp-application-column-image {
        padding-right: 20px;
        padding-left: 20px;
    }
    .applications-read-more {
        margin-left: 20px;
    }
    .footer-column {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .footer-column-normal {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .footer-links-internal {
        margin-top: 0px;
        margin-left: 0px;
    }
    .footer-social-div {
        padding-bottom: 20px;
    }
    .footer-copyright {
        margin-top: 5px;
    }
    .nav-bar-standard-drop-down.w--open {
        margin-left: 0px;
    }
    .section-body {
        padding-right: 20px;
        padding-left: 20px;
    }
    .copyright-section {
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .downloads-heading {
        font-weight: 400;
    }
    .primary-cta {
        text-align: center;
    }
    .about-timeline-image {
        width: 280px;
    }
    .internal-banner {
        padding-top: 160px;
        padding-right: 0px;
        padding-left: 0px;
        background-position: 27% 50%;
        background-size: cover;
    }
    .internal-banner.hp {
        height: 500px;
        padding-right: 20px;
        padding-left: 20px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }
    .about-location-section {
        padding-right: 20px;
        padding-left: 20px;
    }
    .about-location-section._2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .cta-section._2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .table-image {
        height: 400px;
    }
    .team-profile-email {
        font-size: 13px;
    }
    .email-and-linkedin {
        margin-left: 20px;
    }
    .menu-button {
        padding-left: 15px;
    }
    .menu-button.w--open {
        background-color: #24729a;
    }
    .grey-div-wrap.prismatic._2 {
        background-size: 260px;
    }
    .grey-div-wrap.cylindrical._2 {
        background-size: 260px;
    }
    .grey-div-wrap.modules._2 {
        background-size: 260px;
    }
    .aplication-image {
        margin-left: 20px;
    }
    .white {
        background-color: #242424;
    }
    .banner-overlay-div {
        padding-right: 20px;
        padding-left: 20px;
    }
    .grey-div-wrap.modules._2 {
        background-size: 230px auto;
    }
}




/* ================================================================================================
   ===== Custom Classes Start ==== Custom Classes Start ===== Custom Classes Start==
   ============================================================================================= */
   
   
/* Home Page - Highlight strip*/   



@media(min-width: 1400px) {
    .grey-div-wrap.modules._2, 
    .grey-div-wrap.cylindrical._2,
    .grey-div-wrap.prismatic._2 { 
        background-size: 320px;
    }
}


/*
.about-location-section.blue.high {
    margin-top: 20px;
}

.highlights-link-block {
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    width: 100%;
}

.highlights-image {
    border-radius: 200px;
    display: block;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.highlights-image:hover {
    transform: scale(1.05);
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.highlights-text {
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

@media(max-width: 991px){
    .container-fluid .row-fluid .high .w-col.w-col-small-6 {
        width: 25% !important;
    }    
}

@media(max-width: 767px){
    .container-fluid .row-fluid .high .w-col.w-col-small-6 {
        width: 50% !important;
    }
    
    .highlights-link-block {
        margin-bottom: 20px;
    }    
}

@media(max-width: 479px){
    .container-fluid .row-fluid .high .w-col.w-col-small-6 {
        width: 100% !important;
    }    
}
*/
.highlights-image {
    border-radius: 0;
    display: block;
    float: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-top: -30px;    
}


.highlights-image.elon-musk {
  height: 149px;
}

.highlights-image.battery {
  margin-top: -32px;
}

.highlights-link-block {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
  vertical-align: bottom;
}

.highlights-text {
  margin-top: -14px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
}

.highlights-text:hover {
  color: #f5f5f5;
}

.read-more-link {
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    left: 0;
    position: absolute;
}

.high-strip-link {
    min-height: 119px;
}
a.wraplink {
    text-decoration: none;
}

.about-location-section.blue.high {
    background-color: #309ed6;
    padding-bottom: 0;
    padding-top: 20px;
}

@media(max-width: 991px){
    .high-main .w-row {
        margin: 0 !important;
    }
    .about-location-section.blue.high.high-main {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .highlights-text {
        margin-top: auto;
    }
    .container-fluid .row-fluid .w-col.highlight-mod {
        height: auto !important;
        margin-bottom: 10px !important;
        max-height: 95px !important;
    }
    .read-more-link {
        display: block;
        font-size: 12px;
        margin-top: 10px;
        position: relative;
        font-family: "Open Sans",sans-serif;
    }
    a.wrap-link {
        display:block;
    }
    .high-strip-link {
        min-height: 20px;
    }
}



.low-weight{
  font-weight: 300;
}

@media(max-width: 479px){
    .about-location-section.blue.high.high-main {
        padding-bottom: 30px;
        padding-top: 40px;
    }
}

@media(max-width: 379px){
    .about-location-section.blue.high.w-section.high-main {
        margin-top: 50px;
    }
}

@media(max-width: 320px){
    .about-location-section.blue.high.w-section.high-main {
        margin-top: 100px;
    }
}
/* ***************MENU FIXES********************* */
.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    height: auto;
    min-height: 50px;
}




.sk-first{
    padding: 15px 10px 0 20px !important;
}
.sk-functions p{
    color:#fff !important;
}
 .sk-tech-comp .downloads-image-column {
    margin-top: 12px;
}
.downloads-image-column.sk-tech-row{
    padding:0 20px !important;
}
.sk-tech-template .p-big-auto._2 {
    margin-bottom: 20px;
}

/* ******* Footer Smart Module ********** */
@media (max-width: 1024px) and (min-width: 768px) {
    .footer-newsletter-form img.skelstart {
        display: none !important;
    }
    .footer-newsletter-form p {
        width: 100% !important;
    }
}
/******************Where to buy form********************/
.wtb-form {
    width: 940px !important;
    height: auto !important;
    float: none !important;
    margin: 20px auto !important;
}

.wtb-form fieldset {
    max-width: 940px !important;
}

.wtb-form label {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
}

.wtb-form input {
    width: 460px !important;
    height: 38px !important;
    padding: 8px 12px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(124, 124, 124);
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
}

.wtb-form select {
    width: 460px !important;
    height: 38px !important;
    padding: 8px 12px;
    vertical-align: middle;
    background-image: -webkit-linear-gradient(#fff 0,#f3f3f3 100%);
    background-image: linear-gradient(#fff 0,#f3f3f3 100%);
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(124, 124, 124);
    font-size: 14px;
    line-height: 1.428571429;
}

.wtb-form textarea {
    width: 940px !important;
    min-height: 100px !important;
    padding: 8px 12px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(124, 124, 124);
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
}

.wtb-form .hs-button {
    width: 210px !important;
    height: 47px !important;
    margin-top: 20px;
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
}


.sk-app-strip a.cta_button {
    display: inline-block !important;
    width:auto !important;
    padding: 12px 15px 15px !important;
    margin-right: 5px !important;
}

/******************New Home Strip********************/
.cta-section.skel {
    background-color: #fafafa;
    background-size:cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 3px none #309ed6;
    border-top: 1px solid #e9e9e9;
}
.downloads-heading.skel {
    font-size: 28px;
}
.p-big.skel {
    max-width: 400px;
}
.product-image.skel {
    height: auto;
}

/* Home Products Mod */
.product-img-mod {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75%;
}
.product-text-mod p.p-small {
    margin-bottom: 50px;
}

@media(max-width: 991px) {
    .cta-section.skel {
        background-size: cover;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 35px;
    }
    .skel-four .featured-product-column._2 {
        border-bottom: 1px solid lightgrey;
        height: 165px;
    }
    .skel-four.featured-products-row .w-col-3.featured-product-column {
        height: 220px;
        width: 25% !important;
    }
    .skel-four.featured-products-row .w-col-3.featured-product-column a{
        padding: 12px 20px 15px !important;
    }
    .skel-video .downloads-image-column, .skel-video .download-text-column {
        width: 50% !important;
    }

}
@media(max-width: 767px) {
    .cta-section.skel {
        background-size: auto auto;
        min-height: 300px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 35px;
    }
    .skel-four.featured-products-row .w-col-3.featured-product-column {
        height: auto;
        width: 100% !important;
    }
    .skel-four.featured-products-row .w-col-3.featured-product-column a{
        max-width: 100px !important;
    }  
    .skel-video .downloads-image-column, .skel-video .download-text-column {
        width: 100% !important;
    }
}
@media(max-width: 479px) {
    .cta-section.skel {
        background-position: 100% 100%;
        background-size: cover;
        min-height: 400px;
    }
    .cta-section.skel {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 35px;
    }
    .product-text-mod p.p-small {
        margin-bottom: 60px;
    }
}






@media (max-width: 1024px) and (min-width: 768px) {
    .wtb-form {
        width: 708px !important;
    }

    .wtb-form fieldset {
        max-width: 708px !important;
    }

    .wtb-form input {
        width: 344px !important;
    }

    .wtb-form select {
        width: 344px !important;
    }

    .wtb-form textarea {
        width: 708px !important;
    }

}

@media (max-width: 767px) and (min-width: 481px) {
    .wtb-form {
        width: 470px !important;
    }

    .wtb-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
    }

    .wtb-form fieldset {
        max-width: 470px !important;
    }

    .wtb-form input {
        width: 470px !important;
    }

    .wtb-form select {
        width: 470px !important;
    }

    .wtb-form textarea {
        width: 470px !important;
    }

}

@media (max-width: 480px) {
    .wtb-form {
        width: 280px !important;
    }

    .wtb-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
    }

    .wtb-form fieldset {
        max-width: 280px !important;
    }

    .wtb-form input {
        width: 280px !important;
    }

    .wtb-form select {
        width: 280px !important;
    }

    .wtb-form textarea {
        width: 280px !important;
    }

}



/****************End Where to buy form******************/




/***********CONTACT GOOGLE MAP****************/

.contact-gmaps-outer {
    width: 100% !important;
    max-height: 300px !important;
    height: 100% !important;
    overflow: hidden;
}

.contact-gmaps-map iframe {
    width: 100% !important;
    max-height: 300px !important;
    pointer-events: none;
}

#contact-gmaps-map-uk {

}



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

    .contact-gmaps-outer {
        min-height: 300px !important;
        max-height: 300px !important;
        height: 100% !important;
    }

    .contact-gmaps-map iframe {
        min-height:300px !important;
        max-height: 300px !important;
    }


}

@media (max-width: 767px) and (min-width: 481px) {

    .contact-gmaps-outer {
        min-height: 300px !important;
        max-height: 300px !important;
        height: 100% !important;
    }

    .contact-gmaps-map iframe {
        min-height:300px !important;
        max-height: 300px !important;
    }

}

@media (max-width: 480px) {

    .contact-gmaps-outer {
        min-height: 300px !important;
        max-height: 300px !important;
        height: 100% !important;
    }

    .contact-gmaps-map iframe {
        min-height:300px !important;
        max-height: 300px !important;
    }

}


/***********END CONTACT GOOGLE MAP************/


/*************PRODUCT TABLE**************/


.sk-table-outer {
    width: 100% !important;
    height: auto !important;
    padding: 40px 20px !important;
}

.sk-table-table {
    max-width: 940px !important;
    height: auto !important;
    float: none !important;
    margin: 0 auto !important;
}

.table>thead>tr>th {
    text-transform: uppercase;
    background: #f1f5f7;
    color: #62b4dd;
    border-right: 2px solid #fff;
}

tbody tr:nth-child(odd) td {
    background: #e3ebee;
    border-right: 2px solid #fff;
}

tbody tr:nth-child(even) td {
    background: #f1f5f7;
    border-right: 2px solid #fff;
}

.footer-6-col-content {
    margin-left: 0 !important;
    min-width: 16.66666667%;
}

.footer-6-col-content-1 {
    margin-left: 0 !important;
    min-width: 16.66666667%;
    background-image: url(//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/arrow.png);
    background-position: 0px 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

/* UPDATED: table styles*/
.table {
    color: #6d6d6d;
    font-family: "Open Sans",sans-serif !important;
    font-size: 10px;
    font-weight: 600 !important;
}

.table thead th {
    background-color: #009fd6 !important;
    border: medium none !important;
    color: #fff !important;
    font-size: 11px;
}

.table td {
    border-bottom: 1px solid #1caadb !important;
    border-right: 1px solid #1caadb !important;
}
.table tbody {
    border-left: 2px solid #1caadb !important;
}

/*Light Row*/
tbody tr:nth-child(2n+1) td {
    background: #ffffff none repeat scroll 0 0;
    border-right: 2px solid #fff;
}

/*Dark Row*/
tbody tr:nth-child(2n) td {
    background: #F7F7F7 none repeat scroll 0 0;
    border-right: 2px solid #fff;
}



/***********END PRODUCT TABLE************/


/***********6 Bottom Footer Blocks************/


.container-fluid .row-fluid .w-col-2N {
    width: 100%;
}


.w-row.hp-application-row.sk-highlight-switch .sk-highlight:first-child{
    padding-left: 20px !important;
    padding-right: 10px !important;
}



@media (max-width: 991px) {

    .footer-6-col-content {
        min-width: 33%;
        
    }

    .hp-application-column-imageN.colour {
        border-bottom: 1px solid #757575;
    }

    .footer-6-col-content-1 {
        min-width: 33%;
        min-height: 140px !important;
    }

    .hp-application-column {
        height: 90px !important;
    }

    .container-fluid .row-fluid .w-col {
        width: 100%;
    }

    
    
    .container-fluid .row-fluid .w-col.sk-highlight {
        width: 33.3%;
    }
    
    .footer-6-col-content,
    .footer-6-col-content-1,
    .hp-application-column-image.colour {
        height: 90px !important;
    }
    
    

}

@media (max-width: 767px) and (min-width: 481px) {
  .container-fluid .row-fluid .w-col.sk-highlight {
        width: 50% !important;
    }
    
    .sk-highlight .hp-application-heading,
    .sk-highlight .appllication-p{
        text-align:left;
    }

    .hp-application-column-imageN.colour {
        border-bottom: 1px solid #757575;
        background-image: none;
    }
    
    .sk-highlight .appllication-p.heading, 
    .sk-highlight .appllication-p.heading p {
        margin-top: 5px;
    }

    .footer-6-col-content-1 {
        min-width: 100%;
        max-height: 140px !important;
    }

    .hp-application-column {
        max-height: 100px !important;
    }

    .container-fluid .row-fluid .w-col {
        width: 100% !important;
    }

    .hp-application-column-image.colour {
        height: 140px !important;
    }

    .hp-application-heading {
        text-align: center;
    }

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

}

@media (max-width: 480px) {

    .footer-6-col-content {
        min-width: 100%;
        max-height: 140px !important;
    }


    .hp-application-column-imageN.colour {
        border-bottom: 1px solid #757575;
        background-image: none;
    }

    .footer-6-col-content-1 {
        min-width: 100%;
        max-height: 140px !important;
    }

    .hp-application-column {
        max-height: 140px !important;
    }

    .container-fluid .row-fluid .w-col {
        width: 100% !important;
    }

    .hp-application-column-image.colour {
        height: 140px !important;
    }

    .hp-application-heading {
        text-align: center;
    }

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

}






/*********End 6 Bottom Footer Blocks**********/

/*********404 page**********/

.sk-404-outer {
    width: 100% !important;
    height: auto;
    min-height: 950px !important;
    padding: 100px 0 80px;
    background-color: #eee;
}

.sk-404-inner {
    float: none !important;
    height: auto;
    margin: 0 auto !important;
    max-width: 940px !important;
}

@media (max-width:991px){
    .sk-404-inner {
        float: none !important;
        height: auto;
        margin: 0 auto !important;
        max-width: 740px !important;
    }
}
@media (max-width:767px){
    .sk-404-inner {
        float: none !important;
        height: auto;
        margin: 0 auto !important;
        max-width: none !important;
        padding: 0 40px;
        width: 100% !important;
    }    
    .sk-404-img {
        height: 150px !important;
        margin-bottom: 0 !important;
        width: 150px !important;
    }
}




.sk-404-img {
    display: block;
    width: 200px !important;
    height: 200px !important;
    margin-right: auto !important;
    margin-bottom: 40px;
    margin-left: auto !important;
    border: 1px solid rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 200px;
    background-color: white;
    float: none !important;
}

.sk-404-txt h2 {
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(68, 68, 68);
    font-size: 38px;
    line-height: 46px;
    font-weight: 300;
    text-align: center;
}

.sk-404-txt p {
    margin-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(109, 109, 109);
    line-height: 26px;
    text-align: center;
    font-size: 18px;
}

.sk-404-g_search-heading h2 {
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(48, 158, 214);
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    float: none !important;
    margin: 0 auto 20px !important;
}

.sk-404-g_search {
    display: block !important;
    width: 450px !important;
    min-height: 60px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
    position: relative;
}

.sk-404-g_search input {
    display: block !important;
    width: 300px !important;
    min-height: 60px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 0px;
    padding-left: 0px;
    border: 1px solid rgb(218, 218, 218);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 4px 0 0 4px;
    background-color: white;
    color: rgb(117, 117, 117);
    font-style: italic;
}

.sk-404-g_search .hs-button {
    width: 130px !important;
    min-height: 59px !important;
    padding-top: 18px;
    padding-left: 10px;
    color: #fff;
    border-radius: 0px 4px 4px 0;
    background-color: rgb(48, 158, 214);
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    position: absolute;
    right: 23px;
    top: 1px;
}
.sk-404-g_search .hs-button:hover {
    background-color: #24729a;
    transition: all 200ms ease, all 200ms ease;
    cursor:pointer;
}


/* 404 search responsive fix*/
@media (max-width:767px){
    .sk-404-g_search {
        width: 390px !important;
    }
}
@media (max-width:550px){
    .sk-404-g_search input {    
        width: 250px !important;
    }
}
@media (max-width:479px){
    .sk-404-g_search {
        width: 320px !important;
    }    
    .sk-404-txt p{
        padding:0;
    }

}



@media (max-width:360px){   
    .sk-404-g_search input {    
        width: 120px !important;
    }
    .sk-404-g_search {
        width: 250px !important;
    }    
}


/*******End 404 Page********/


/* ***************Footer*************** */
.footer-section [data-reactid=".0.1:$2.$email.0"] {
    color:transparent;
    height:0;
}
#hsForm_66b877bb-03c6-40c9-84cf-edea54fcbe62_9783.hs-form.stacked.hs-custom-form div div.hs_email.field.hs-form-field label{
    color:transparent;
    height:0;
}
.w-list-unstyled h3{
  display:none;
}
.newsletter-form-wrapper input:-moz-placeholder{
    color: #999999;
}
.newsletter-form-wrapper label{
    font-weight:300;
    line-height: 1.42857;
    font-family: "Open Sans",sans-serif;
}
.newsletter-form-wrapper input[type="email"] {
    margin-bottom: 5px;
    background-color: white;
    border: 1px solid whitesmoke;
    border-radius: 2px;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.42857;
    vertical-align: middle;
    width: 100%;
    height: 38px;
}

.newsletter-form-wrapper .hs-fieldtype-booleancheckbox span {
    margin-top: -15px;
}
.newsletter-form-wrapper input.hs-button {
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 2px;
    color: whitesmoke;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-top: 5px;
    padding: 7px 30px 10px;
    transition: all 200ms ease 0s;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    width:auto;
}
.newsletter-form-wrapper input.hs-button:hover {
 background-color: #309ed6;
    border-color: white;
    color: white;
}

.sk-rss a {
    color: #bbb;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    transition: all 200ms ease 0s;
    text-decoration: none;
}

.sk-rss a:hover {
    color: #309ed6;
}
.hs-rss-item {
    margin-bottom: 10px;
}


/* ***************About Us Page*************** */
.sk-tech-icons h2{
    text-align:center !important;
}
.sk-tech-icons .sk-tech-row:nth-child(2) {
    padding-left: 20px;
}
.sk-tech-icons .h2{
    margin-top:0 !important;
}

.sk-tech-intro .p-big-auto h2{
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    margin-top: 0;
}
/*Temp fix*/
div#hs_cos_wrapper_widget_3486935151 .sk-app-icons{
    margin-top:20px;
}

/* About us slider */
.w-section.slide-wrap {
    background-color: #f5f3f3;
}

.slide-wrap img {
    height: 0 !important;
    width: 0 !important;
}

.slide-wrap ul.hs_cos_flex-slides {
    background-color: #f5f3f3;
}

.slide-wrap .caption img {
    border: 1px solid #cccccc;
    border-radius: 200px !important;
    max-height: 80px;
    max-width: 80px;
    height: 80px !important;
    width: 80px !important;
    margin-top: 10px;
}

.slide-wrap .hs_cos_flex-slider .caption {
    background-color: #f5f3f3;
    font-family: "Open Sans",sans-serif;
    bottom: 0;
    color: #6d6d6d;
    font-size: 16px;
    line-height: 24px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 100%;
}

.slide-wrap h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #444 !important;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    margin-top: 0;
}

.slide-wrap .hs_cos_flex-control-paging a{
    background-color: transparent;
    border: 1px solid #309ed6;
    box-shadow: none;
}

.slide-wrap .hs_cos_flex-control-paging a:hover {
    background-color: #309ed6;    
}

.slide-wrap .hs_cos_flex-control-paging a.hs_cos_flex-active{
    background-color: #309ed6;
    border-color: #309ed6;
}


@media(max-width: 767px) {
    .hs_cos_flex-direction-nav{
        display: none;
    }
}



/* *************************************Career/Downloads Filter************************************* */
.mix.all-filter {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 25px;
}

.w-row.mix {
    width: 100%;
}
.sk-filter-container div.sk-filter-btn{
    display:inline-block;
}
#skFilter {
    overflow: hidden;
}
.sk-filter-btn button{
    background-color: white;
    border: 1px solid #309ed6;
    color: #309ed6;
    transition: all 200ms ease 0s;
    border-radius: 4px;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 10px 20px 11px;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
}
.sk-filter-btn button:hover{
    background-color: #309ed6;
    color: white;
    transform: translate(0px, -3px);
}
.sk-filter-btn button:focus{
    outline:none !important;
}
.sk-filter-btn button.selected{
    background-color: #309ed6;
    color:#fff;
}
.sk-filter-btn button.selected:hover{
    transform: translate(0, 0);    
}
.all-filter a{
    background-color: white;
    border: 1px solid #309ed6;
    color: #309ed6;
    transition: all 200ms ease 0s;
    border-radius: 4px;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.all-filter a:hover{
    border: 1px solid #309ed6;
}

/*Careers Social Share*/
.career-social a {
    border: medium none;
    margin: 0;
    padding: 0;
}
.career-social img {
    background-color: #4faddc;
    border-radius: 50px;
    height: 30px;
    margin: -5px 0 0 3px;
    padding: 0;
}
.career-social {
    float: right;
    margin-right: 20px;
    margin-top: -35px;
}
.career-social a:hover {
    border: medium none;
    opacity: 0.85;
}
.career-social .share-word{
    color: #6d6d6d;
    display: inline-block;
    font-size: 16px;
}

@media(max-width: 767px){
    .career-social {
        float: left;
        margin-right: 20px;
        margin-top: 10px;
    }
}
/* *************************************Sales************************************* */
.sk-sales-template .p-big-auto p strong{
    color: #309ed6;
}
.sk-sales-template .sk-sales-form h3{
    display:none;
    height:0;
}
.sk-sales-template .line {
    margin-bottom: -10px;
}
.sk-sales-form {
    width: 940px !important;
    height: auto !important;
    float: none !important;
    margin: 20px auto !important;
}
.sk-sales-form fieldset {
    max-width: 940px !important;
}
.sk-sales-form label {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    color: #6d6d6d;
    margin-top: 15px;
}
.sk-sales-form input {
 /*   width: 460px !important;
    height: 38px !important; */
    padding: 8px 12px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(124, 124, 124);
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
}
.sk-sales-form select {
    width: 460px !important;
    height: 38px !important;
    padding: 8px 12px;
    vertical-align: middle;
    background-image: -webkit-linear-gradient(#fff 0,#f3f3f3 100%);
    background-image: linear-gradient(#fff 0,#f3f3f3 100%);
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(124, 124, 124);
    font-size: 14px;
    line-height: 1.428571429;
    appearance: listbox !important;
    -webkist-appearance: listbox !important;
    -moz-appearance: listbox !important;
}
.sk-sales-form textarea {
    width: 940px !important;
    min-height: 100px !important;
    padding: 8px 12px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif !important;
    color: rgb(124, 124, 124);
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
}
.sk-sales-form .hs-button {
    display: inline-block;
    min-width: 210px !important;
    min-height: 47px !important;
    background-color: #309ed6;
    border: 2px solid #309ed6;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin-top: 20px;
    max-width: 170px;
    padding: 9px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 200ms ease 0s;
    width: auto;
}

.sk-sales-form .hs-button:hover {
    background-color: #24729a;
    border-color: #24729a;
    color: white;
    transform: translate(0px, -3px);
}

/*ADDED: New Representatives Custom Module Strip*/
.section-body.sales {
    padding-bottom: 50px;
}

.sales h2 {
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    margin-top: 5px;
    text-align: left;
}

.line-divide {
    background-color: #d2d2d2;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sales-people {
    margin-bottom: 10px;
}
.sales-body{
    padding-left: 10px;
}

.sales-form-wrap{
    background-color: whitesmoke;
    border: 1px solid lightgrey;
    padding-bottom: 70px;
}

@media(max-width: 991px){
    .container-fluid .row-fluid .people-column.w-col-4 {
        width: 25.333% !important;
    }
    .container-fluid .row-fluid .people-column.w-col-8 {
        width: 66.6667% !important;
    }

}

@media(max-width: 767px){
    .container-fluid .row-fluid .people-column.w-col-4 {
        margin-right: 10px;
        width: 23.333% !important;
    }
    .container-fluid .row-fluid .people-column.w-col-8 {
        width: 72.667% !important;
    }
    .sales-column{
        padding: 0 !important;
    }
    .sales-body{
        padding-left: 0;
    }
}

@media(max-width: 380px){
    .container-fluid .row-fluid .people-column.w-col-4 {
        margin-right: 0;
        width: 100% !important;
    }
    .container-fluid .row-fluid .people-column.w-col-8 {
        width: 100% !important;
    }
    .sales-column{
        padding: 0 !important;
    }
}



.sk-internal-template .line {
    margin: 20px 0 0;
}
.sk-internal-template .p-big-auto {
    margin-bottom: 20px;
}
.about-timeline-image{
    background-size:cover;
    background-position: center center;
}
.sk-tech-intro h2.center.image-title {
    margin-top: 30px;
}

.st-about-employee-pop-up{
    overflow-y:scroll !important;
}

.about-employee-p {
    width: 700px !important;
}
.text-center {
    text-align: center;
}
.about-employee-pagination-div-wrap {
    width: 272px !important;
}


.button.about-employee-pagination-next, 
.button.about-employee-pagination-back{
    background-color: #309ed6 !important;
    border: 2px solid #309ed6 !important;
    border-radius: 4px;
    color: white !important;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",sans-serif !important;
    font-size: 16px !important;
    line-height: inherit;
    margin: 5px 10px 25px 20px;
    max-width: 170px;
    padding: 12px 40px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 200ms ease 0s;
    width: auto;
}

.button.about-employee-pagination-next:hover, 
.button.about-employee-pagination-back:hover{
    background-color: #24729a !important;
    border-color: #24729a !important;
    transform: translate(0px, -3px);
}
.about-employee-image-div {
     border: 3px solid #24729a !important;
     background-size:cover;
}
.about-employee-position {
    color: #309ed6 !important;
    margin-top: 10px;
}
.about-text-block {
    color: #309ed6 !important;
}

.about-employee-overlay-exit-icon {
    color: #309ed6 !important;
}
.about-employee-overlay-exit-icon:hover {
    color: #fff !important;
    background-color:#24729a !important;
}
.about-employee-image-div {
    height: 190px !important;
    width: 190px !important;
}
.about-employee-image-div {
    background-position: center center !important;
    background-size: inherit;
}
#timelineImg{
    height:100%;
    width:100%;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/skeletons-timeline.png');
    background-size: contain;
    background-position:50% 50%;
    min-height: 196px;
}
#timelineImgGer{
    height:100%;
    width:100%;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/skeletons-timeline-ger.png');
    background-size: contain;
    background-position:50% 50%;
    min-height: 196px;
}

.sk-app-template .p-small {
    margin-bottom: 10px;
}
@media (max-width:767px){
    #timelineImg{
        background-image: url("//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/skeletons-timeline-mobile-1.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        float: none;
        height: 1000px !important;
        margin: 0 auto 0 0;
        max-width: 400px;
        width: 100%;
    }
}
@media (max-width:479px){
    #timelineImg {
        background-image: url("//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/skeletons-timeline-mobile-1.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        float: none;
        height: 750px !important;
        margin: 0 auto 0 0;
        max-width: 300px;
        width: 100%;
    }
}


@media (max-width:1024px){
    /*Investor Icon/Text*/
    .sk-invest-icons div.w-col.w-col-3.downloads-image-column{
        width: 25% !important;
    }
    .sk-invest-icons div.w-col.w-col-9.download-text-column.investor{
        width: 75% !important;
    }
    /*Application Icon/Text*/
    .sk-app-icons div.w-col.w-col-2.downloads-image-column{
         width: 16.6667% !important;
    }
    .sk-app-icons div.w-col.w-col-10.download-text-column.app{
        width: 83.3333% !important;
    }
    /*Footer 3 Columns*/
    .featured-products-row .w-col-4.featured-product-column {
        width: 33.3333% !important;
    }


    .container-fluid .row-fluid .w-col-3.footer-column, .container-fluid .row-fluid .w-col-3.footer-column-normal {
        width: 25% !important;
    }
    .newsletter-form-wrapper input {
        font-size:12px !important;
    }
    .footer-column-normal.last {
        padding-right: 30px !important; 
    }    
}

@media (max-width:991px){
    .w-col-6.sk-tech-row{
        width:50% !important;
    }
    .sk-tech-row .w-col-2 {
        width: 16.6667% !important;       
    }
    .sk-tech-row .w-col-10 {
        width: 83.3333% !important;
        padding-left: 10px !important;
    }
    .sk-functions .w-col-medium-4{
        width: 33.3333% !important;
    }
    .sk-functions .w-col-medium-4 .appllication-link-wrap:hover {
        border-bottom: 1px solid #e9e9e9 !important;        
    }
    .sk-functions .appllication-p p {
        margin-top: 0 !important;
    }
    #skFilter .downloads-image-column.w-col-3 {
        width: 25%;
    }
    #skFilter .download-text-column.w-col-9 {
        width: 75%;
    }
        .sk-sales-form {
        width: 708px !important;
    }
    .sk-sales-form fieldset {
        max-width: 708px !important;
    }
    .sk-sales-form input {
        width: 344px !important;
    }
    .sk-sales-form select {
        width: 344px !important;
    }
    .sk-sales-form textarea {
        width: 708px !important;
    }
    .about-timeline-image{
        width: 720px;
    }
    .sk-product-template .downloads-heading {
        margin-top: 20px;
    }
    .testimonial-image {
        margin-right: 5px;
    }
    .about-employee-p {
        width: 500px !important;
    }
    .sk-about-template .appllication-p.heading p{
        width:100%
    }
    .sk-about-template .appllication-p.heading, 
    .sk-about-template .appllication-p.heading p{
        margin-top:0;
    }
}


@media (max-width:767px){
    /*Investor Icon/Text && Application Icon/Text && Footer 3 Columns*/
    .featured-products-row a.cta_button{
        padding: 12px 0 15px !important;
        margin: 10px 10px 25px 0 !important;
        max-width: 165px !important;
    }
    .featured-product-column._2 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    .sk-invest-icons div.w-col.w-col-3.downloads-image-column,
    .sk-app-icons div.w-col.w-col-2.downloads-image-column,
    .featured-products-row .w-col-4.featured-product-column {
        width: 100% !important;
    }
    .sk-invest-icons div.w-col.w-col-9.download-text-column.investor,
    .sk-app-icons div.w-col.w-col-10.download-text-column.app{
        width: 100% !important;
    }

    .container-fluid .row-fluid .w-col-3.footer-column, .container-fluid .row-fluid .w-col-3.footer-column-normal {
        width: 100% !important;
    }
    .hs-rss-item {
        margin-bottom: 5px;
    }
    .sk-tech-row .w-col-2.w-col-small-2 {
        width: 16.6667% !important;       
    }
    .sk-tech-row .w-col-10.w-col-small-10 {
        width: 83.3333% !important;
        padding-left: 0 !important;
    }
    .downloads-image-column.sk-tech-row {
        padding: 0 !important;
    }
    .sk-tech-icons .sk-tech-row:nth-child(2) {
        padding: 0;
    }
    .sk-functions .w-col-medium-4.w-col-small-6{
        width: 50% !important;
    }
    .sk-filter-btn button {
        margin-right: 5px;
        padding: 10px 10px 11px;
    }
    .sk-sales-form .hs-form-field,
    .sk-sales-form input,
    .sk-sales-form textarea,
    .sk-sales-form fieldset,
    .sk-sales-form select,
    .sk-sales-form {
        width: 100% !important;
    }
    .about-timeline-image{
        width: 440px;
    }
    .sk-home-template .featured-product-column._2.grid {
        margin-bottom: -20px;
    }
    .sk-home-template .featured-product-column._2.grid._3 {
        margin-bottom: 10px;
    }
    .testimonial-image {
        margin-right: 0;
    }
    .about-employee-p {
        width: 400px !important;
    }
    .st-about-employee-pop-up{
        overflow-y:scroll !important;
    }
   .sk-about-template .appllication-p.heading{
        width:100%
    }
}

@media (max-width:500px){
    .sk-highlight .appllication-p.heading{
        margin-left:-2px !important;
    }
}

@media (max-width:479px){
    .sk-tech-row .w-col-2.w-col-small-2,        
    .sk-tech-row .w-col-10.w-col-small-10 {
        width:100% !important;
    }
    .sk-functions .w-col-medium-4.w-col-small-6{
        width: 100% !important;
    }
    .sk-first .hp-application-heading,
    .sk-first p{
        text-align:left !important;
    }
    .sk-filter-btn button {
        margin-right: 5px;
        padding: 10px 5px 11px;
    }
    .about-timeline-image{
        width: 300px;
    }
    .about-employee-p {
        width: auto !important;
        padding: 0 30px;
        
    }
    
}



/* *************************************Newsletter Signup************************************* */
.newsletter-signup{
    background-color: #f8f8f8;
    background-image: url("//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/skeleton-sign-up-background-2.jpg");
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    height: 80%;
    min-height: 730px !important;
    padding-top: 140px;    
    font-family: 'Open Sans', sans-serif !important;
}

.newsletter-signup .w-container {
    padding: 0 30px;
}

.news-form-head{    
    margin-bottom: 10px;
    text-align: center;
    margin: 0; 
}

.news-form-head h1{
    font-family: 'Open Sans', sans-serif !important;
    color: #444;
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 30px;
}

.news-form-wrapper {
    background-color: white;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    margin: 0 0 15px !important;    
    padding: 30px 30px 40px;
}
    
.news-form-wrapper h3 {
    display: inline;
}

.news-form-wrapper input[type="text"], .news-form-wrapper input[type="email"]{
    font-family: "Open Sans",sans-serif;
    margin-bottom: 15px;
    min-height: 45px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}

.news-form-wrapper input[type="submit"]{
    border-radius: 4px;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin-top: 15px;
    padding: 12px 25px 15px;
    background-color: #3898ec;
    border: 0 none;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
}

.news-form-wrapper input[type="submit"]:hover{
    opacity: 0.9;
}

.news-form-wrapper  label {
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

ul.hs-error-msgs{
    padding: 0;
    list-style: none;
}

ul.hs-error-msgs label{
    font-size: 14px;
}


/*******This is the current version 12:02 20/01/2016 ********/ 


/*********************pj new about page************************/
/*********************blue strip below bios***********************/

.about-contact {
    padding: 30px 0 35px;
    text-align: center;
    background-color: #309ed6 !important;
    color: white !important;
    /*font-family: 'Open Sans',sans-serif;*/
}
.about-contact-header{
    font-size:18px;
    font-family:'Open Sans', sans-serif;
    padding-bottom: 20px;
    padding-top: 10px;
}
.social-about {
    padding-top: 15px;
    width: 180px;
    margin: 0 auto !important;
    float: none !important;
}
/*.social-about a{
    padding:0 10px;
}*/
.linkedin-contact{
    background-size: 50px auto;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.facebook-contact{
    background-size: 50px auto;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.twitter-contact{
    background-size: 50px auto;
    width: 50px;
    height: 50px;
    display: inline-block;
}
@media(max-width:991px){
    .about-contact-header{
        padding-left: 30px;
        padding-right: 30px;
    }
    }
@media(max-width:480px){
    .about-contact-header{
        padding-left: 20px;
        padding-right: 20px;
    }
    }

/******************pj css************************/
/********************footer testimonial slider********************/
.testimonial-slider .caption{
    font-size:13px !important;
    top: 4px !important;
    text-align: left !important;
    padding-left: 0 !important;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    line-height:1.5 !important;
    padding-right:10px !important;
    position:relative !important;
    background-color:rgb(27, 50, 61) !important;
    padding:0 !important;
}
.testimonial-slider .caption p{
    color: #bbb !important;
    font-size: 13px;
}
.testimonial-slider .caption img{
    width:40px !important;
    height:40px !important;
    display: inline-block !important;
    border-radius: 100% !important;
}
.testimonial-header h3{
    margin-top: 0;
    font-family: 'Open Sans',sans-serif !important;
    color: #dadada;
    font-size: 20px;
    font-weight: 300;
}
.testimonial-slider .hs_cos_flex-direction-nav{
    display:none;
}
.testimonial-slider .superimpose .hs_cos_flex-slide-main img{
    display:none;
}
.testimonial-slider .caption p:nth-child(3){
    /*display:inline-block;*/
    top: -43px;
    position: relative;
    padding-left:10px;
    padding-bottom:5px;
    left:43px;
}
.testimonial-slider .caption p:nth-child(4){
    position: relative;
    left: 43px;
    top: -56px;
    padding-left:10px;
    padding-right:20px;
}
.testimonial-slider .hs_cos_flex-viewport{
    height:135px !important;
}
.testimonial-slider #hs_cos_flex_slider_module_14549384356081507{
    margin-bottom:0 !important;
    background-color:rgb(27, 50, 61);
}
.container-fluid .row-fluid .w-col-3.footer-column, .container-fluid .row-fluid .w-col-3.footer-column-normal{
    padding-left:25px !important;
}
.testimonial-read-more{
    color: #0082f3;
    text-decoration: underline;
}
@media (max-width:991px){
    .testimonial-slider .caption{
        font-size:12px;
    }
    .testimonial-header h3{
        font-size: 18px;
    }
    .testimonial-slider .caption p:nth-child(3){
    padding-left:5px;
}
.testimonial-slider .caption p:nth-child(4){
    padding-left:5px;
    padding-right:23px;
}
}
@media(max-width:797px){
    .testimonial-slider .caption img{
        position:absolute;
    }
    .testimonial-slider .caption p:nth-child(3){
        top:-3px;
}
    .testimonial-slider .caption p:nth-child(4){
        top:-18px;
}
    }
    
/*******************testimonial page**********************/
.testimonial-border .w-row.downloads-row._2._3.sk-app-icons{
    border-bottom:1px solid #d2d2d2;
    padding:20px 0;
}
.testimonial-wrapper{
    background-color:white !important;
}
ul.hs_cos_flex-slides.hs_cos_flex-slides-main.superimpose{
background-image:url('//cdn2.hubspot.net/hubfs/1188159/SK_2015/Screenshot_1.png');
height:50px;
}
/*.testimonial-slider{
    height:200px;
}*/
.read-more-testimonial a{
    color: #2f9fd6;
    font-family: "Open Sans",sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}
.read-more-testimonial a:hover{
    color:#24729a;
}
/***************cta firefox target only css******************/
@-moz-document url-prefix(){
#cta_button_1188159_bffdc62d-d125-4f15-95b3-ac17c15138f3{
    font-family:'Open Sans',sans-serif !important;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
    #cta_button_1188159_bffdc62d-d125-4f15-95b3-ac17c15138f3{
    font-family:'Open Sans',sans-serif !important;
}
    }


/* GDD UPDATES  05/27/2016 ***************************************************************
   >Product Tagging System
/* *************************************************************************************** */

/* Small CTA strip */
.cta-section._2.cta-section-size {
    background-attachment: scroll;
    background-color: #4d4d4d;
    background-position: 0 0;
    background-size: cover;
    display: block;
    padding-bottom: 50px;
    padding-top: 60px;
}
.p-small.white {
    background-color: transparent;
    box-shadow: none;
    color: white;
}

.applications-important {
    clear: none;
    color: white;
    display: block;
    float: none;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    width: auto;
}

.cta-section._2.cta-section-size a{
    display: inline-block !important;
    float: right;
    margin-left: 10px !important;
    margin-top: 10px !important;
    padding: 12px 10px 15px !important;
    width: auto !important;
}
.container-fluid .row-fluid .cta-section .w-col-medium-6 {
    float: left;
}

.small-cta-box {
    margin-top: -3px;
}

/* Tag RSS strip */
.primary-cta.hp-cta {
    background-color: #309ed6;
    border: 2px solid #309ed6;
    border-radius: 4px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-top: 12px;
    transition: all 200ms ease 0s;
}

.related-content h3 { 
    display:none;
}
.cta-section._2.related-content {
    padding-bottom: 30px;
    padding-top: 30px;
}
.cta-section._2.related-content {
    background-attachment: scroll;
    background-color: #4d4d4d;
    background-image: url("//cdn2.hubspot.net/hubfs/1188159/SK_2015/images/skeleton-application-strip.jpg");
    background-position: 0 0;
    background-size: cover;
    display: block;
}
.h2.related-content h2{
    color: white;
    margin-bottom: 20px;
    text-align: center;
}
/*
.related-content-div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
*/
.related-content .hs-rss-description p {
    color: transparent;
}
.related-content .hs-rss-description {
    margin-top: -20px;
}
.related-content .hs-rss-item-text a.hs-rss-title {
    color: #fff;
    text-decoration: none;
    clear: none;
    color: white;
    display: block;
    float: none;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    width: auto;
    max-width: 84%;
    -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.related-content .hs-rss-item-text a.hs-rss-title:hover {
    color: #309ed6;
    -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.related-content .hs-rss-description a {
    background-color: #309ed6;
    color: white;
    float: right;
   
    padding: 7px 10px 9px;
    border-color: #309ed6;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    margin-top: 30px;
    margin-right: 40px;
    margin-bottom: 30px;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: ease;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.related-content .hs-rss-description a:hover {
    background-color: #24729a;
    border-color: #24729a;
    transform: translate(0px, -3px);
    -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/*
.tagline {
    color: #fff;   
    margin-top: -20px;    
    margin-bottom: 20px;
}
*/
.related-content-div {
    margin-bottom: 15px;
}
.related-content-div.blog-rss .hs-rss-item-text  a.hs-rss-title:after,
.related-content-div.news-rss .hs-rss-item-text  a.hs-rss-title:after {    
    font-size: 12px;
    line-height: 20px;
    white-space: pre;
    color: #fff !important;
}

.related-content-div.blog-rss .hs-rss-item-text  a.hs-rss-title:after {
    content:"\a Blog Posts";
}
.related-content-div.news-rss .hs-rss-item-text  a.hs-rss-title:after {
    content:"\a News";
}



@media(max-width: 991px) {
    /* RSS Strip */
    .related-content .hs-rss-item-text a.hs-rss-title {
        margin-bottom: 20px;
        max-width: none;
    }
    .related-content,
    .related-content .hs-rss-item-text a.hs-rss-title { 
        text-align: center;
    }
    .related-content .hs-rss-description a {
        float: none;
    }
    .related-content .hs-rss-description {
        margin-top: 10px;
    }
    .tagline {
        margin-top: -10px;        
    }

}
@media(max-width: 767px) {
    /* small cta strip */
    .small-cta-box {
        margin-top: 0;
    }
    .cta-section._2.cta-section-size a {
        float: left;
        margin: 10px 10px 0 0 !important;
    }
    .cta-section._2.cta-section-size {
        padding-bottom: 40px;
        padding-top: 30px;
    }
    /* RSS Strip */
    .h2.related-content h2,
    .related-content,
    .related-content .hs-rss-item-text a.hs-rss-title { 
        text-align: left;
    }
    .related-content .hs-rss-description a {
        float: left;
    }
    .related-content .hs-rss-item-text a.hs-rss-title {
        margin-bottom: 30px;
    }
    .related-content .hs-rss-description {
        margin-bottom: 20px;
    }
    .cta-section._2.related-content {
        padding-bottom: 30px;
        padding-top: 10px;
    }

}

/*** Plugin Modal ***/
.row-fluid .st-blog-modal-subscription-content-wrapper {
   display: none;
   position: relative;
}
.st-blog-modal-subscription-content {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(27, 27, 27, 0.56);
    width: 100% !important;
    height: 100%;
    display: block;
    margin: 0 auto;
    margin-left: 0 !important;
    cursor: pointer;
    z-index: 99999999;
    padding-top: 100px;
}
.st-blog-modal-subscription-content > div {
    position: relative;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    max-width: 550px !important;
    padding: 0 20px;
}

/*** Modal for map ***/
.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		display: none;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: white url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 


/* products cutsom mod, buttons styles*/
.button-link {
    background-color: #fff;
    border: 2px solid #309ed6;
    border-radius: 4px;
    bottom: 30px;
    color: #309ed6;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    left: 40px;
    line-height: inherit;
    margin: 0 auto 10px;
    max-width: 260px;
    padding: 5px 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all 200ms ease 0s;
    width: auto;
}

.button-link.link-one {
        left:38px;    
}

@media(max-width: 1200px){
    .product-text-mod p.p-small {
        margin-bottom: 75px;
    }
}
@media(max-width: 991px){
    .button-link,
    .button-link.link-one {
	    left: 15px;
	}
    .product-text-mod p.p-small {
        margin-bottom: 60px;
    }
}



/***New Footer CSS***/



.hs-rss-item.hs-with-featured-image {
    position: relative;
    min-height: 60px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    position: absolute;
    left: 65px;    
}

.sk-footer-contact strong {
    color: #bbb;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    text-decoration: none;    
    font-weight: 700;
}

.sk-footer-contact span {
    color: #bbb;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    text-decoration: none;    
    font-weight: 400;
}

.sk-footer-contact a {
    color: #bbb;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    transition: all 200ms ease 0;
    text-decoration: none;
}

.sk-footer-contact a:hover {
    color: #309ed6;
}

.sk-footer-rss .hs-rss-item-text {
    width: 80%;
    float: right !important;
    padding-right: 0px !important;
    box-sizing: border-box;    
}

.sk-footer-rss .hs-rss-item-image-wrapper {
    /* display: inline-block; */
    width: 20%;
    float: left !important;
    /* border-radius: 200px; */
    /* overflow: hidden; */
    max-width: 50px !important;    
}

.sk-footer-rss .hs-rss-featured-image {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px !important;    
}

.sk-footer-form-heading {
    padding-left: 15px;
}

.sk-footer-form-heading h4 {
    color: #bbb;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: none;    
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
}

.sk-footer-form-image-outer {
    padding-right: 10px !important;
    padding-top: 5px;
}

.sk-footer-learn a {
    color: #bbb;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    transition: all 200ms ease 0;
    text-decoration: none;    
}

.sk-footer-form-image {
    min-width: 60px !important;
    width: 100% !important;
}

.sk-footer-form-image img {
    width: 60px !important;
}

.pop-close {
   display: block;
   width: 50px !important;
   height: 50px !important;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 43px;
}

.test-subs-form h3 {
    margin-top: 0;
    font-family: 'Open Sans',sans-serif !important;
    color: #dadada;
    font-size: 20px;
    font-weight: 300;
}

.test-subs-form input[type="email"] {
    max-width: 260px !important;
    /*float: left !important;*/
    width: 90% !important;
    margin-left: 60px !important;
}

.test-subs-form input[type=checkbox] {
    width: auto !important;
}
.test-subs-form .hs-fieldtype-booleancheckbox span {
    float: none !important;
}

.test-subs-form .hs-button {
    max-width: 110px !important;
}

.test-subs-form .hs-form-required {
    display: none !important;
}

.h3-span {
    display: inline-block;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2016/Images/skeleton-footer-letter.png?t=1471274874650');
    background-size: 60px;
    background-repeat: no-repeat;
    padding-left: 60px;
    min-height: 65px !important;
}

.smart-outer {
    width: 100% !important;
    height: auto;
    min-height: 150px !important;
    background-image: url('//cdn2.hubspot.net/hubfs/1188159/SK_2016/Images/cylinricals_600.png');
    background-size: 250px;
    background-repeat: no-repeat;    
    background-position: -18px 0;
    padding: 10px 0 0;
    
}

.smart-outer a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 15px 12px;
    background-color: #00b5e2;
    border-radius: 4px;
    float: none;    
    font-size: 14px;
    font-family: 'Open Sans',sans-serif !important;
    display: inline-block;
    margin-left: 150px;
}

.smart-outer a:hover {
    color: #fff;
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);    
    cursor: pointer;
}

.smart-outer a:active,
.smart-outer a:visited {
    color: #fff;   
}


@media (max-width: 2025px) {
    
    .smart-outer a {
        margin-left: 120px;
    }    
}

@media (max-width: 1875px) {
    
    .smart-outer a {
        margin-left: 80px;
    }    
}

@media (max-width: 1675px) {
    
    .smart-outer a {
        margin-left: 50px;
    }    
}

@media (max-width: 1525px) {
    
    .smart-outer a {
        margin-left: 0px;
    }    
}

@media (max-width: 1720px) and (min-width: 1025px) {
    
   /* .h3-span {
        padding-left: 0px;
        padding-top: 65px;
    }
    
    .test-subs-form input {
        margin-left: 0px !important;
        margin-top: 10px;
    }*/
    
}


@media (max-width: 1500px) {
    
    .sk-footer-form-heading h4 {
        font-size: 16px;
        padding-left: 10px;
    }
    
    .test-subs-form input {
        width: 80% !important;
    }    
    
}

@media (max-width: 1300px) {
    
    .sk-footer-form-heading-outer {
        width: 100% !important;
    }
    
    .sk-footer-form-heading {
        padding-left: 0px;
    }
    
    .sk-footer-rss .hs-rss-item-text {
        padding-right: 10px !important;
        padding-left: 10px;
    }
    

    
}


@media (max-width: 1024px) {
    
    .footer-newsletter-form input[type="email"] {
        max-width: 400px;
    }
    
    .sk-footer-col5 {
        width: 100% !important;
        border-top: 1px solid rgb(84, 84, 84);
        margin-top: 20px;
        padding-left: 30px !important;
    }
    
    .sk-footer-form-image-outer {
        width: 60px !important;
    }
    
    .sk-footer-form-heading-outer {
        width: 80% !important;
        max-width: 300px;
    }
    
    .sk-footer-col1,
    .sk-footer-col2,
    .sk-footer-col3,
    .sk-footer-col4 {
        width: 25% !important;
    }
    
    .sk-footer-rss .hs-rss-featured-image {
        width: 35px !important;
        height: 35px !important;
    }
    
    .sk-rss a {
        font-size: 12px;
    }
    
    .sk-footer-learn {
        padding-left: 40px;
    }
    
    .sk-footer-col5-inner {
        max-width: 400px;
        float: none !important;
        margin: 0 auto !important;
    }
    
    .hs-rss-item.hs-with-featured-image {
        min-height: 80px;
    }
    
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        left: 40px;    
        width: 100%;
    }    
    
    .hs-rss-item.hs-with-featured-image {
        overflow: visible;
    }
    
    .smart-outer a {
        margin-left: 150px;
    }     
    
    .test-subs-form input {
        width: 100% !important;
    }     
    
}

@media (max-width: 767px) {
    
    .sk-rss a {
        font-size: 13px;
    }    
    
    .sk-footer-col5-inner {
        max-width: 100%;
        float: none !important;
        margin: 0 !important;
    }    
    
    .sk-footer-col5 {
        border-top: 0px solid rgb(84, 84, 84);    
    }
    
    .sk-footer-rss .hs-rss-item-text {
        width: 70% !important;
        margin-top: 0px;
    }
    
    .sk-footer-rss .hs-rss-item {
        margin-bottom: 10px !important;
    }    
    
    .sk-footer-row-outer {
        padding: 0px 20px !important;
    }
    
    .sk-footer-learn {
        padding-left: 0px;
    }
    
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        left: 50px;    
    }
    
}

@media (max-width: 570px) {
    
    .sk-footer-rss .hs-rss-item {
        margin-bottom: 10px !important;
    }
    
    .sk-footer-rss .hs-rss-item-text {
        width: 80% !important;
        margin-top: 0px;
    }      
    
}


@media (max-width: 480px) {
    
    .sk-footer-col5-inner {
        padding-left: 30px !important;
    }    
    
    .sk-footer-rss .hs-rss-item-text {
        width: 80% !important;
        margin-top: 0px;
    }    
    
    .sk-footer-rss .hs-rss-item-image-wrapper {
        margin-top: 0px;
    }
    
    .sk-footer-col5 {
        padding: 0px !important;
    }
    
    .test-subs-form input {
        width: 80% !important;
    }
    
    .smart-outer a {
        margin-left: 100px;
    }     
    
}

@media (max-width: 380px) {
    
    .smart-outer a {
        margin-left: 40px;
    }     
    
}





.language-options.show {
    display: block !important;
}


.top-narrow-menu ul {
    list-style: none;
    float: right;
    margin:0;
    font-size:14px;
    line-height:20px;
}

.top-narrow-menu ul li {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    white-space: nowrap;
}


.top-narrow-menu ul li a {
text-decoration: none;
font-weight: 600;
color: #2f9fd6;
}

.top-narrow-menu ul li a:hover {
    color: #24729a;
}

a.language {
    cursor: pointer;
}

.language-options.show {
    position: absolute;
    padding: 0;
    background-color: #FFF;
    top: 25px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 999999;
}

.top-narrow-menu {
    background: rgba(255, 255, 255, 0.8);
}

ul.language-options.show li {
    display: block !important;
    float: none !important;
}


@media (max-width: 767px) {
    li.top-contact-button {
        display: none !important;
    }
    .top-narrow-menu {
        position: absolute;
        right: 35px;
        top: 8px;
    }
    .language-options.show {
        top: 35px;
        left: 32px;
}
}


/* 2017 DOWNLOADS PAGE */
@media (min-width: 768px) {
.downloads-page .left-main-column {
    padding-right: 30px;
}
}

@media (max-width: 991px) {
.downloads-page .sk-filter-template .w-col.w-col-9.download-text-column {
     max-width: 70%; 
}
.downloads-page .container-fluid .row-fluid .w-container {
    max-width: 900px;
}
}


.downloads-page .downloads-heading a {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif !important;
    color: #444;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    text-decoration: none;
}

.downloads-page .downloads-heading a:hover {
    border: none;
    color: #309ed6;
}

.downloads-page .all-filter a {
    padding: 0;
    border: none;
}

.downloads-page .container-fluid .row-fluid .w-col-9 {
    width: 70%;
}

.downloads-page .download-headers {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.downloads-page .download-headers h3 {
    color: #309ed6;
}

.downloads-page .sk-filter-container div.sk-filter-btn {
    display: block;
}

.downloads-page .subscribe-text h3, .subscribe-text {
    color: #309ed6;
    margin: 0;
    font-size: 20px;
    line-height: 1.3em;
}

.downloads-page .subscribe-form label {
    display: none !important;
}

.downloads-page .subscribe-form input[type="email"] {
    border: 1px solid #d2d2d2;
    display: inline-block;
    width: -webkit-calc(100% - 80px);
    width:    -moz-calc(100% - 80px);
    width:         calc(100% - 80px);
    float: left;
    padding: 7.225px;
}

.downloads-page .subscribe-form .hs-button.primary.large {
    background-color: #309ed6;
    color: white;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    width: 80px;
    padding: 6px 10px 9px;
    border: none;
    float: left;
}


.downloads-page .filter-sidebar {
    margin-top: 20px;
    padding: 20px;
    background-color: #309ed6;
}

.downloads-page .filter-sidebar h2 {
    color: #FFF;
    font-size: 26px;
    line-height: 1.4em;
}

.downloads-page .filter-sidebar .line {
    display: none;
}

.downloads-page .sk-filter-btn button {
    border-radius: 0;
}

.downloads-page .sk-filter-btn button.selected, .downloads-page .sk-filter-btn button:hover {
    border: 1px solid #FFF;
}


@media (max-width: 767px) {
    .downloads-page .download-headers {
        display: none;
    }
         .flex {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1); 
    }
    .downloads-page .subscribe-text {
        text-align: center;
    }
    .downloads-page .subscribe-image {
        text-align: center;
        margin-bottom: 20px;
    }
    .downloads-page .filter-sidebar {
        margin: 20px 0 30px 0;
    }
    .downloads-page .sk-filter-template .w-col.w-col-9.download-text-column, .downloads-page .container-fluid .row-fluid .w-col-3 {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 930px) and (min-width: 768px) {
    .downloads-page .subscribe-form input[type="email"], .downloads-page .subscribe-text {
        width: 100%;
    }
     .downloads-page .subscribe-form .hs-button.primary.large {
         width: 100%;
         margin-top: 10px;
     }
     .downloads-page .subscribe-image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
}




.hs-fieldtype-booleancheckbox ul { padding-left: 0; }
.hs-fieldtype-booleancheckbox ul li { width: 100%; overflow: hidden; margin-top: 10px; margin-bottom: 10px; }
.hs-fieldtype-booleancheckbox span { width: 90%; float: left; margin-left: 20px; }
.hs-fieldtype-booleancheckbox input { float: left; height: auto !important; }

.contactpage .about-location-section.blue a, .about_page .about-location-section.blue a { text-decoration: none; color: #FFF;  }