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




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

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

/* Initial breaks IE*/
.row-fluid [class*="span"] {
   /* min-height: initial; */
      min-height: auto;
}



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

li{
    color: #6e6e6e;
    font-size: 16px;
    line-height: 24px;
}



@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;
    }    
    
    li {
        font-size: 15px;
        line-height: 23px;
    }
}

@media screen and (max-width: 479px) {
    .container-fluid .row-fluid .w-container {
        max-width: none;
    }
    li {
        font-size: 14px;
        line-height: 22px;
    }
    ul, ol {    
        padding-left: 30px;
    }
}
  
.container-fluid .row-fluid .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  /* NOTE: initial breaks IE*/
  /* margin-left: initial; */
   margin-left: auto;
}
.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-3 {
  width: 25%;
}
.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-medium {
    display: inherit !important;
  }
  .container-fluid .row-fluid .w-hidden-small {
    display: none !important;
  }
  .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-medium {
    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-medium {
    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;
  }
}



/* ================================================================================================
   ===== Eclipse BoilerPlate Start ==== Eclipse BoilerPlate Start ===== Eclipse BoilerPlate Start==
   ============================================================================================= */
body p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px 18px;
  border: 2px solid #1c6b99;
  border-radius: 3px;
  background-color: #248cc7;
  background-image: -webkit-linear-gradient(#248cc7, #1c6b99 98%);
  background-image: linear-gradient(#248cc7, #1c6b99 98%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #262626;
  background-image: -webkit-linear-gradient(#248cc7, #248cc7 98%);
  background-image: linear-gradient(#248cc7, #248cc7 98%);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.button.banner-register {
  display: block;
  width: 260px;
  height: 55px;
  margin: 42px auto 1px;
  padding-top: 16px;
  padding-bottom: 5px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #05875b;
  background-image: -webkit-linear-gradient(#05875b, #036544);
  background-image: linear-gradient(#05875b, #036544);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
}
.button.banner-register:hover {
  background-color: #c4c4c4;
  background-image: -webkit-linear-gradient(260deg, #05875b, #036544);
  background-image: linear-gradient(190deg, #05875b, #036544);
}
.button.banner-register.intro {
  margin-top: 20px;
}
.button.get-directions-button {
  width: 450px;
  height: 60px;
  margin-top: 20px;
  padding-top: 18px;
  border: 1px solid white;
  border-radius: 4px;
  background-color: #248cc7;
  font-size: 18px;
}
.button.hp-solution {
  width: 100%;
  margin-top: 5px;
}
.button.bottom-cta {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  border: 2px solid #1c6b99;
  background-color: #248cc7;
  background-image: -webkit-linear-gradient(#248cc7, #1c6b99);
  background-image: linear-gradient(#248cc7, #1c6b99);
  color: white;
}
.button.bottom-cta:hover {
  background-color: #248cc7;
  background-image: none;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.button.bottom-cta.green {
  background-color: #00885a;
  background-image: -webkit-linear-gradient(#00885a, #005b3d 98%);
  background-image: linear-gradient(#00885a, #005b3d 98%);
}
.button.bottom-cta.green:hover {
  background-image: -webkit-linear-gradient(#00885a, #00885a 98%);
  background-image: linear-gradient(#00885a, #00885a 98%);
}
.button.bottom-cta.green.white-border {
  border-width: 1px;
  border-color: white;
}
.button.careers {
  margin-right: 10px;
  border: 2px solid #1c6b99;
  background-image: -webkit-linear-gradient(#248cc7, #1c6b99);
  background-image: linear-gradient(#248cc7, #1c6b99);
}
.button.careers:hover {
  background-image: -webkit-linear-gradient(#248cc7, #248cc7);
  background-image: linear-gradient(#248cc7, #248cc7);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.button.contact {
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.button._2 {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button._2.green {
  border-width: 1px;
  border-color: white;
  background-image: -webkit-linear-gradient(#00885a, #006040);
  background-image: linear-gradient(#00885a, #006040);
}
.button._2.green:hover {
  background-image: -webkit-linear-gradient(#00885a, #00885a);
  background-image: linear-gradient(#00885a, #00885a);
}
.button._2.white-border {
  border-width: 1px;
  border-color: white;
}
.button.hp-solutions {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
  border: 2px solid #1c6b99;
  background-color: transparent;
  background-image: -webkit-linear-gradient(#248cc7, #1c6b99 98%);
  background-image: linear-gradient(#248cc7, #1c6b99 98%);
  box-shadow: rgba(0, 0, 0, 0.29) -1px 1px 3px 0px;
}
.button.hp-solutions:hover {
  background-image: -webkit-linear-gradient(#248cc7, #0089d0);
  background-image: linear-gradient(#248cc7, #0089d0);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.button.hp-solutions.relative {
  position: static;
  margin-left: 0px;
  background-image: -webkit-linear-gradient(#248cc7, #1c6b99 97%);
  background-image: linear-gradient(#248cc7, #1c6b99 97%);
}
.button.landing-page {
  margin-bottom: 0px;
}
.top-support-strip {
  height: 99px;
  margin-bottom: 15px;
}
.top-support-container {
  height: 23px;
}
.top-support-text-block {
  float: right;
  color: #248cc7;
  font-size: 11px;
}
.support-portal-link {
  color: #248cc7;
  text-decoration: none;
}
.assist-link {
  color: #248cc7;
  text-decoration: none;
}
.assist-us-link {
  color: #248cc7;
  text-decoration: none;
}
.microsoft-link {
  color: #248cc7;
  text-decoration: none;
}
.nav-bar {
  background-color: white;
}
.eclipse-logo {
  width: 165px;
  height: 60px;
  min-height: 61px;
  margin-top: 14px;
  margin-bottom: 15px;
  background-image: url('../images/eclipse-logo.png');
}
.nav-link {
  height: 70px;
  min-height: 60px;
  padding-top: 24px;
  padding-right: 13px;
  padding-left: 13px;
  border-left: 1px solid whitesmoke;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #248cc7;
  font-size: 14px;
  font-weight: 400;
}
.nav-link:hover {
  background-color: #f6f6f6;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 6px 0px inset;
  color: #1c6b99;
}
.nav-link.contact {
  background-color: #ffcb00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1c6b99;
  text-shadow: none;
}
.nav-link.contact:hover {
  background-color: #ddb000;
  background-image: none;
  color: white;
}
.banner-section {
  height: 415px;
  background-image: url('../images/eclipse-banner-background-image.jpg');
  background-size: cover;
}
.banner-section-container {
  padding-top: 75px;
}
.banner-sub-heading {
  margin-bottom: 10px;
  color: white;
  font-size: 22px;
  text-align: center;
}
.banner-p p,
.banner-p {
  max-width: 750px;
  color: white;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}
.intro-section {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 70px;
}
.intro-container {
  margin-top: 0px;
}
.intro-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #6e6e6e;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
}
.intro-p {
  color: #6e6e6e;
  text-align: justify;
}
.first-image-section {
  height: 440px;
  background-color: #787878;
  background-image: url('../images/eclipse-client-conference-fullwidth-image-1.jpg');
  background-size: cover;
}
.agenda-section {
  background-color: #828282;
  background-image: url('../images/eclipse-client-conference-fullwidth-image-2.jpg');
  background-size: cover;
}
.agenda-section.venue {
  background-image: url('../images/eclipse-client-conference-fullwidth-image-3.2-1.jpg');
}
.agenda-column-1 {
  height: 0px;
}
.agenda-column-2 {
  height: 440px;
  padding-top: 45px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.agenda-column-2.venue {
  height: 470px;
  padding-top: 30px;
}
.agenda-heading {
  color: white;
  font-size: 24px;
  font-weight: 400;
}
.agenda-p {
  color: white;
  font-size: 16px;
  line-height: 24px;
}
.agenda-p.venue-description {
  font-size: 14px;
}
.blue-bold-agenda-text {
  color: #248cc7;
  font-weight: 700;
}
.register-section {
  padding-top: 60px;
  padding-bottom: 70px;
}
.register {
  padding-right: 20px;
  color: #6e6e6e;
  text-align: justify;
}
.register-column-1 {
  padding-top: 15px;
}
.register-column-2 {
  padding-top: 10px;
  border: 1px solid rgba(36, 140, 199, 0.27);
  background-color: rgba(36, 140, 199, 0.09);
}
.register-now-heading {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #4d4d4d;
  font-size: 20px;
}
.register-now-text-field {
  height: 45px;
  margin-top: 20px;
}
.register-now-text-area {
  margin-top: 20px;
  margin-bottom: 25px;
}
.register-now-form-button {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background-color: #248cc7;
  font-size: 24px;
}
.register-now-form-button:hover {
  background-color: #1c7ab0;
}
.contact-details-section {
  padding-top: 30px;
  padding-bottom: 55px;
  background-color: #248cc7;
}
.contact-details {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
}
.contact-details-text-block {
  margin-top: 5px;
  color: white;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
.email-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
.nav-support-top-section {
  background-color: #626262;
  background-image: -webkit-linear-gradient(bottom, #1c6b99 3%, #007dbc 96%);
  background-image: linear-gradient(to top, #1c6b99 3%, #007dbc 96%);
}
.nav-support-links {
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 10px;
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e9e9e9;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}
.nav-support-links:hover {
  background-color: #ffcb00;
  color: white;
}
.nav-support-links.consult {
  background-color: #248cc7;
}
.nav {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  background-color: white;
}
.nav-logo {
  width: 135px;
  height: 60px;
  max-width: 165px;
  min-height: 60px;
  min-width: 135px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 15px;
  padding-top: 18px;
  background-image: url('../images/eclipse-logo_1.png');
  background-position: 0px 0px;
  background-size: 135px;
}
.nav-logo.w--current {
  margin-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-logo.w--current:hover {
  background-image: url('../images/eclipse-logo-hover.png');
  background-position: 0px 0px;
  background-size: 135px;
}
.nav-link-div-wrap {
  height: 100%;
  min-height: 60px;
}
.hp-banner {
  min-height: 500px;
  padding-top: 160px;
  padding-bottom: 100px;
  background-color: #dbdbdb;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(28, 107, 153, 0.49) 98%), url('../images/eclipse-concept-banner.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(28, 107, 153, 0.49) 98%), url('../images/eclipse-concept-banner.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}
.hp-banner.internal {
  min-height: 400px;
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(28, 107, 153, 0.49) 98%), url('../images/eclipse-banner-sample.png');
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(28, 107, 153, 0.49) 98%), url('../images/eclipse-banner-sample.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}
.hp-banner.landing {
  min-height: 0px;
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(28, 107, 153, 0.49) 98%), url('../images/eclipse-banner-sample.png');
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(28, 107, 153, 0.49) 98%), url('../images/eclipse-banner-sample.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}
.hp-banner.landing.wireframe {
  background-color: #a0a0a0;
  background-image: none;
}
.logo-text-placeholder {
  text-align: center;
}
.hp-about-section {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px none #d4d4d4;
  background-color: white;
}
.hp-about-section._2 {
  background-color: #00885a;
  background-image: -webkit-linear-gradient(#00885a, #005b3d 97%);
  background-image: linear-gradient(#00885a, #005b3d 97%);
}
.hp-about-section._3 {
  background-color: #d4d4d4;
}
.hp-about-column {
  padding-top: 30px;
  padding-bottom: 35px;
  border-right: 1px none #d4d4d4;
}
.hp-about-column.testimonial {
  height: 260px;
  padding-top: 30px;
  padding-bottom: 45px;
  border-right: 1px solid #096;
}
.hp-about-column.left {
  border-right: 1px solid #d4d4d4;
}
.hp-about-column-2 {
  height: auto;
  min-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-right: 1px none black;
  border-left: 1px none #d4d4d4;
}
.hp-about-column-2.testimonial {
  height: 260px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-left-width: 1px;
  border-left-color: #008c5d;
}
.hp-about-column-2.right {
  border-left: 1px solid #d4d4d4;
}
.hp-approach-section {
  padding-top: 50px;
  padding-bottom: 60px;
  border-top: 1px solid #d4d4d4;
  background-color: whitesmoke;
}
.hp-approach-section._2 {
  border-top: 1px solid #d4d4d4;
  background-color: #ebebeb;
}
.hp-approach-section._3 {
  background-color: white;
  background-image: none;
  box-shadow: none;
}
.hp-approach-section.resource {
  background-color: white;
}
.big p,
.big {
  margin-bottom: 20px;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.hp-approach-row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hp-approach-div {
  width: 120px;
  height: 120px;
  padding-top: 45px;
  border: 1px solid #d6d6d6;
  border-radius: 200px;
  background-color: white;
}
.hp-approach-div.cta {
  padding-top: 37px;
  border-style: none;
  border-color: transparent;
  background-color: #00885a;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
  font-size: 18px;
  text-align: center;
}
.hp-approach-div-text-block {
  color: #636363;
  font-size: 18px;
  text-align: center;
}
.approach-number-span {
  font-size: 18px;
  font-weight: 700;
}
.hp-solutions-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hp-solutions-row._2 {
  margin-top: 0px;
}
.hp-solutions-row.landing {
  margin-top: 0px;
}
.hp-solutions-column {
  height: 355px;
}
.hp-solutions-column.form {
  padding-left: 20px;
}
.hp-solutions-column._2 {
  height: auto;
}
.hp-solutions-column.contact {
  height: 250px;
}
.hp-solutions-column.contact.empty {
  height: auto;
}
.hp-solution-column-row.ty {
  margin-top: 10px;
  margin-bottom: 15px;
}
.hp-solution-column-row-text {
  padding-left: 0px;
}
.hp-solution-image {
  display: block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 0px none #1c6b99;
  border-radius: 200px;
  background-color: #c2c2c2;
}
.hp-solution-image.thank-you {
  width: 40px;
  height: 40px;
}
.small p,
.small {
  padding-left: 0px;
  color: #6e6e6e;
  font-size: 15px;
  line-height: 22px;
}
.small.solutions {
  padding-left: 0px;
}
.small._14 p,
.small._14 {
  font-size: 14px;
  line-height: 18px;
}
.small.approach-cta-text {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 20px;
  text-align: center;
}
.small.testimonial p,
.small.testimonial {
  color: white;
}
.hp-testimonial-section {
  padding-top: 50px;
  padding-bottom: 60px;
}
.testimonial-profile p,
.testimonial-profile {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-bottom: 50px;
  margin-left: 60px;
  padding-left: 10px;
  color: white;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
.testimonial-profile {
    /* width: 88%; */
    width: 390px;
}
.testimonial-profile._2 p,
.testimonial-profile._2 {
  margin-bottom: 50px;
  padding-left: 30px;
}
.partner-section {
  border-top: 1px solid #d4d4d4;
  background-color: #f7f7f7;
}
.partner-row {
  height: auto;
}
.container-fluid .row-fluid .w-row.partner-row {
    margin-left: -5px;
    margin-right: 5px;
}
.partner-row._2 {
  margin-bottom: 30px;
}
.partner-row._2.end {
  margin-bottom: 0px;
}
.partner-column {
  height: 100px;
}
.partner-image-div {
  width: auto;
  height: 80px;
  margin: 10px 0px;
  padding-top: 27px;
  border: 1px solid #bfbfbf !important;
  /*background-color: #f2f2f2;*/
  background-color: #fff !important;
  /* background-image: url('../images/eclipse-client-logo-sample.png'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
.partner-image-div:hover {
  /* background-color: #e8e8e8; */
  background-color: #fff;
}
.partner-image-div.infor {
  border-style: none;
  /* background-image: url('../images/infor-silver-channels-partner.png'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}


.partner-image-div.proactis {
  border-style: none;
  /* background-image: url('../images/proactis-partner.png'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.partner-image-div.sharperlight {
  border-style: none;
  /* background-image: url('../images/sharperlight-partner.png'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.partner-image-div.blackline {
  border-style: none;
  /* background-image: url('../images/blackline-partner.png'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.partner-image-div.v1 {
  border-style: none;
  /* background-image: url('../images/V1-partner.png'); */
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.partner-image-div.microsoft {
  border-style: none;
  /* background-image: url('../images/systems@work.png'); */
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bottom-cta-1 {
  display: none;
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #5c5c5c;
  font-weight: 400;
}
.bottom-cta-1.internal {
  display: block;
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid #d4d4d4;
  background-color: white;
  background-image: -webkit-linear-gradient(rgba(212, 212, 212, 0.49), white);
  background-image: linear-gradient(rgba(212, 212, 212, 0.49), white);
}
.bottom-cta-1.internal.contact {
  background-image: -webkit-linear-gradient(#248cc7, #1c6b99 98%);
  background-image: linear-gradient(#248cc7, #1c6b99 98%);
}
.bottom-cta-heading {
  margin-bottom: 5px;
  color: #1c6b99;
  font-size: 32px;
  text-align: left;
}
.bottom-cta-heading.contact {
  color: white;
}
.bottom-cta-1-sub-heading {
  padding-left: 0px;
  color: white;
  text-align: center;
}
.bottom-cta-1-sub-heading.date {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.bottom-cta-p p,
.bottom-cta-p {
  margin-bottom: 15px;
  color: #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.bottom-cta-p.video p,
.bottom-cta-p.video {
  margin-bottom: 20px;
  color: #6e6e6e;
  text-align: left;
}
.bottom-cta-p.video.contact p,
.bottom-cta-p.video.contact {
  color: #d0d0d0;
}
.footer-section {
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 1px none #838383;
  background-color: #2d2d2d;
}
.footer {
  padding-left: 0px;
  color: white;
}
.footer-link {
  display: block;
  margin-bottom: 5px;
  padding-right: 5px;
  color: #d0d0d0;
  font-size: 14px;
  text-decoration: none;
}
.footer-link:hover {
  color: #248cc7;
}
.footer-blog-read-more {
  color: #248cc7;
  font-style: italic;
}
.footer-contact-p {
  color: #d0d0d0;
  font-size: 14px;
}
.footer-social-media {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 20px;
  margin-right: 10px;
  float: right;
  border-radius: 200px;
  background-color: white;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer-social-media:hover {
  opacity: 0.8;
}
.footer-social-media._2 {
  float: left;
}
.footer-social-media._2.twitter {
  float: left;
  border: 1px solid #1c6b99;
  background-position: 50% 50%;
}
.footer-social-media._2.facebook {
  border: 1px solid #1c6b99;
}
.footer-social-media._2.linkedin {
  border: 1px solid #1c6b99;
}
.footer-social-media._2.youtube {
  border: 1px solid #1c6b99;
}
.footer-social-media._2.flickr {
  border: 1px solid #1c6b99;
}
.footer-social-media._2.flickr.end {
  float: left;
}
.footer-social-media.twitter {
  float: right;
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-twitter.png');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}
.footer-social-media.facebook {
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-facebook.png');
  background-position: 50% 50%;
  background-size: 48px;
}
.footer-social-media.linkedin {
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-linkedin.png');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
}
.footer-social-media.youtube {
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-youtube.png');
  background-position: 50% 50%;
  background-size: 48px;
}
.footer-social-media.flickr {
  float: right;
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-flickr.png');
  background-position: 50% 50%;
  background-size: 48px;
}
.footer-copyright {
  display: inline-block;
  margin-top: 20px;
  float: left;
  color: dimgray;
  font-size: 12px;
  line-height: 15px;
}
.footer-admin-links {
  display: inline-block;
  float: none;
  color: #248cc7;
  font-size: 12px;
}
.nav-dropdown-text {
  color: #248cc7;
}
.nav-dropdown-text:hover {
  color: #1c6b99;
}
.nav-dropdown-toggle {
  height: 100%;
  padding-top: 24px;
  padding-right: 15px;
  padding-left: 15px;
}
.nav-dropdown {
  height: 70px;
  min-height: 60px;
  border-left: 1px solid whitesmoke;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-dropdown:hover {
  background-color: #f6f6f6;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 6px 0px inset;
}
.nav-dropdown-link {
  border-right: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  border-left: 1px solid whitesmoke;
  background-color: white;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #248cc7;
}
.nav-dropdown-link:hover {
  background-color: #f6f6f6;
  color: #1c6b99;
}
.internal-body-section {
  padding-top: 50px;
  padding-bottom: 60px;
}
.internal-body-section._1 {
  padding-bottom: 0px;
  background-color: transparent;
}
.solutions-row {
  margin-top: 10px;
  margin-bottom: 30px;
}
.solutions-column._2 {
  padding-top: 5px;
}
.internal-line-div {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #d4d4d4;
}
.internal-line-div._2 {
  background-color: #a8a8a8;
}
.internal-line-div._3 {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #d4d4d4;
}
.internal-line-div.landing-page {
  margin-bottom: 15px;
}
.challenges-image {
  display: block;
  width: 140px;
  height:140px;
  margin-right: auto;
  margin-left: 0px;
  border-radius: 200px;
  background-color: transparent;
  
}
.challenges-image.homepage {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.solution-what-we-do {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: whitesmoke;
}
.solution-download-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.solution-download-section._2 {
  border-top: 1px solid #d4d4d4;
  background-image: -webkit-linear-gradient(rgba(212, 212, 212, 0.49) 1%, white);
  background-image: linear-gradient(rgba(212, 212, 212, 0.49) 1%, white);
}
.solution-download-row {
  height: 250px;
}
.solution-download-column {
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
.solution-download-column.no-border {
  border-right: 1px none black;
  border-left: 1px none black;
}
.centre-white {
  padding-left: 0px;
  color: #00885a;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}
.white {
  color: #6e6e6e;
}
.white.italics {
  color: #1c6b99;
  font-size: 16px;
  font-style: italic;
}
.solution-download-case-study-link {
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.solution-download-case-study-link:hover {
  color: #248cc7;
}
.internal-image-section {
  min-height: 300px;
  background-image: url('../images/eclipse-banner-sample.png');
  background-position: 50% 50%;
  background-size: cover;
}
.internal-image-section.hp {
  min-height: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  /* background-image: url('../images/eclipse-homepage-quote.jpg'), url('../images/example-bg.png'); */
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
  min-height:300px;
}
.team-image-div {
  width: auto;
  height: 210px;
  border: 1px none white;
  background-color: #ccc;
  /* background-image: url('../images/eclipse-team-sample.png'); */
  background-position: 0px 0px;
  background-size: cover;
}
/*
.team-image-div:hover {
  background-image: -webkit-linear-gradient(transparent 1%, rgba(0, 136, 90, 0.6) 98%), url('../images/eclipse-team-sample.png');
  background-image: linear-gradient(transparent 1%, rgba(0, 136, 90, 0.6) 98%), url('../images/eclipse-team-sample.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: rgba(0, 0, 0, 0.09) -1px 1px 3px 0px;
}
*/
.team-image-div._2 {
  height: 200px;
  border-color: #919191;
}
.team-names {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  border: 1px solid #d4d4d4;
  background-color: #f1f1f1;
}
.team-names._2 {
  height: 127px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  background-color: #f1f1f1;
}
.team {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.team._2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
}
.team-about-link {
  display: block;
}
.team-plus {
  width: 35px;
  height: 35px;
  padding-top: 7px;
  float: right;
  /* background-color: #248cc7; */
  background-color: #ffcb00;
  color: white;
  font-size: 28px;
  text-align: center;
}
.team-plus:hover {
  background-color: #00885a;
}

.contact-form fieldset{max-width:100% !important;}
.contact-form-field-label {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.contact-form-text-field {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
}
.contact-form-div-wrap {
  margin-top: 20px;
}
.office {
  font-size: 24px;
  line-height: 30px;
}
.contact-form-email-span {
  font-size: 15px;
}
.contact-map-section {
  min-height: 450px;
}
.contact-map-container {
  height: 100%;
  min-height: 450px;
}
.contact-map {
  display: block;
  width: 800px;
  height: 350px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.contact-map-description {
  text-align: center;
}
.team-overlay {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  background-color: rgba(71, 71, 71, 0.94);
}
.team-member-profile {
  display: block;
  width: 200px;
  height: 200px;
  margin: 40px auto 20px;
  border-radius: 200px;
}
.team-member-description-div-wrap {
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.white-centred {
  color: white;
  text-align: center;
}
.team-member-position-text-block {
  margin-bottom: 20px;
  color: white;
  font-size: 18px;
  text-align: center;
}
.team-member-linked-in {
  display: block;
  width: auto;
  margin: 10px auto;
  border-radius: 0px;
  color: #ffcb00;
  font-size: 18px;
  text-align: center;
}
.team-member-linked-in:hover {
  color: #248cc7;
}
.team-member-profile-pagination {
  display: block;
  width: 216px;
  margin-right: auto;
  margin-left: auto;
}
.team-member-profile-exit {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65px;
  height: 65px;
  padding-top: 23px;
  float: right;
  background-color: #1c6b99;
  color: white;
  font-size: 32px;
  text-align: center;
}
.team-member-profile-exit:hover {
  background-color: #248cc7;
}
.testimonial-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
.video-testimonial-1 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.video-testimonial-2 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.video-testimonial-3 {
  margin-top: 0px;
  margin-bottom: 15px;
}
.landing-h3 {
  margin-bottom: 15px;
  text-align: left;
}
.landing-page-list {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 16px;
}
.landing-page-list-item {
  margin-bottom: 5px;
  color: #6e6e6e;
  font-weight: 400;
}
.landing-paragraph {
  margin-bottom: 10px;
}
.landing-page-field-label {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
}
.landing-page-form-wrapper {
  padding: 20px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background-color: #ededed;
}
.landing-page-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 60px;
  background-color: white;
  background-image: url('../images/eclipse-logo_1.png');
  background-position: 50% 50%;
  background-size: 135px;
  background-repeat: no-repeat;
}
.landing-page-copyright {
  text-align: center;
}
.thank-you-next-links {
  display: block;
  padding-left: 10px;
  color: #248cc7;
  font-size: 16px;
  text-decoration: none;
}
.thank-you-next-links:hover {
  color: #1c6b99;
}
.thank-you-social-icons {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 200px;
  background-color: #248cc7;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}
.thank-you-social-icons:hover {
  background-color: #1c6b99;
}
.thank-you-social-icons.last {
  margin-right: 0px;
}
.thank-you-social-icons.twitter {
  background-color: #248cc7;
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-twitter-w.png');
  background-position: 0px 0px;
  background-size: cover;
}
.thank-you-social-icons.twitter:hover {
  background-color: #1c6b99;
}
.thank-you-social-icons.facebook {
  background-color: #248cc7;
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-facebook-w.png');
  background-size: 50px;
}
.thank-you-social-icons.facebook:hover {
  background-color: #1c6b99;
}
.thank-you-social-icons.linkedin {
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-linkedin-w.png');
  background-size: 50px;
}
.thank-you-social-icons.linkedin:hover {
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-linkedin-w.png');
  background-size: 50px;
}
.thank-you-social-icons.youtube {
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-youtube-w.png');
  background-size: 50px;
}
.thank-you-social-icons.flicker {
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-flickr-w.png');
  background-size: 50px;
}
.ty-latest-blog-posts {
  display: inline-block;
  margin-bottom: 10px;
  color: #6e6e6e;
  font-size: 16px;
  text-decoration: none;
}
.ty-latest-blog-posts:hover {
  color: #1c6b99;
}
.ty-latest-blogs {
  color: #248cc7;
}
.ty {
  margin-bottom: 20px;
}
.approach {
  margin-top: 20px;
  text-align: left;
}
.approach-links {
  display: inline-block;
  margin-top: 15px;
  color: #0089d0;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.approach-links:hover {
  color: #1c6b99;
}
.approach-row {
  margin-top: 20px;
}
.approach-row._2 {
  margin-bottom: 40px;
}
.approach-column._2 {
  padding-top: 52px;
}
.approach-column._2.approach-page p,
.approach-column._2.approach-page {
  padding-top: 0px;
}
.approach-cta {
  width: 100%;
  height: 230px;
  padding-top: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background-color: #f2f2f2;
  text-decoration: none;
}
.centred {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.approach-cta-div-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 10px 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #1c6b99;
  border-radius: 3px;
  background-color: #248cc7;
  background-image: -webkit-linear-gradient(#248cc7, #1c6b99);
  background-image: linear-gradient(#248cc7, #1c6b99);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 16px;
  text-align: center;
}
.approach-cta-div-button:hover {
  background-color: #1c6b99;
  background-image: -webkit-linear-gradient(#248cc7, #248cc7);
  background-image: linear-gradient(#248cc7, #248cc7);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.approach-cta-div-button.green {
  border-color: #005b3d;
  background-color: #00885a;
  background-image: -webkit-linear-gradient(#00885a, #005b3d);
  background-image: linear-gradient(#00885a, #005b3d);
}
.approach-cta-div-button.green:hover {
  background-image: none;
}
.event-secondary {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.event-secondary:hover {
  text-decoration: underline;
}
.approach-bottom-heading {
  text-align: center;
}
.landing-page-image {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  background-color: #d1d1d1;
}
.contact-us {
  margin-top: 10px;
}
.placeholder {
  margin-top: 96px;
  color: white;
}
.banner {
  color: white;
  text-shadow: black 1px 1px 3px;
}
.banner.thank-you {
  font-size: 42px;
  line-height: 50px;
}
.hp-testimonial-profile {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 40px;
  margin-left: 10px;
  border-radius: 200px;
}
.hp-testimonial-profile._2 {
  margin-left: 30px;
}
.core-appraoch {
  display: inline;
  width: 350px;
}
.core-appraoch.approach-page {
  display: block;
  margin: 15px auto;
}
.approach-p p,
.approach-p {
  display: inline-block;
}
.quote-container {
  padding-top: 0px;
}
.hp-quote p,
.hp-quote {
  color: white;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.hp-quote-name {
  color: #ffcb00;
  font-size: 16px;
}
.ty-recommended-blogs {
  padding-left: 20px;
  color: #248cc7;
  font-size: 16px;
}
.ty-recommended-blog-item {
  margin-bottom: 10px;
  color: #248cc7;
}
.ty-recommended-blog-item:hover {
  color: #1c6b99;
}
@media (max-width: 991px) {
  h4 {
    position: static;
    display: block;
    height: auto;
  }
  .button.get-directions-button {
    width: 100%;
  }
  .button._2 {
    width: auto;
  }
  .button.hp-solutions {
    position: absolute;
    display: block;
    margin-left: 10px;
    float: left;
    clear: none;
  }
  .nav-link {
    height: 50px;
    min-height: 50px;
    padding-top: 14px;
    padding-left: 15px;
    border-top: 1px solid #1b9eea;
    border-left: 1px none black;
    background-color: #0089d0;
    color: white;
    text-align: center;
  }
  .nav-link.contact {
    border-top: 1px solid #d4d4d4;
    border-left: 0px none black;
  }
  .intro-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .agenda-column-2.venue {
    height: 500px;
  }
  .register-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-support-top-section {
    display: none;
  }
  .nav {
    height: 60px;
  }
  .nav-logo {
    height: 50px;
    min-height: 50px;
    margin-left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-logo.w--current {
    height: 50px;
    min-height: 50px;
    margin-left: 15px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-logo.w--current:hover {
    background-size: contain;
  }
  .nav-link-div-wrap {
    min-height: 0px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(black, transparent);
    background-image: linear-gradient(black, transparent);
  }
  .hp-banner {
    min-height: auto;
    padding: 130px 40px 100px;
    background-position: 0px 0px, 100% 50%;
  }
  .hp-banner.internal {
    padding-left: 40px;
  }
  .hp-about-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hp-about-column {
    padding-right: 30px;
  }
  .hp-about-column.testimonial {
    height: 300px;
    padding-right: 30px;
    padding-left: 0px;
  }
  .hp-about-column.left {
    border-right: 1px solid #d4d4d4;
  }
  .hp-about-column-2 {
    border-left: 1px none black;
  }
  .hp-about-column-2.testimonial {
    height: 300px;
    padding-right: 0px;
  }
  .hp-approach-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hp-approach-section._2 {
    padding-left: 40px;
  }
  .hp-approach-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .hp-approach-div {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 37px;
  }
  .hp-approach-div.cta {
    display: block;
    width: 98px;
    height: 98px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
   .hp-contact-us-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hp-solutions-row {
    margin-bottom: 0px;
  }
  .hp-solutions-column {
    overflow-x: visible;
    overflow-y: visible;
    height: 340px;
  }
  .hp-solutions-column._2 {
    min-height: 0px;
    padding-left: 10px;
  }
  .hp-solutions-column.contact {
    height: auto;
  }
  .hp-solutions-column.contact.empty {
    height: auto;
  }
  .hp-solution-column-row-text {
    position: static;
    padding-left: 0px;
  }
  .hp-solution-image {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .small.solutions {
    position: static;
    display: block;
    float: none;
  }
  .small._14 p,
  .small._14 {
    font-size: 12px;
  }
  .testimonial-profile p,
  .testimonial-profile {
    padding-left: 0px;
  }
    .testimonial-profile {
        width: 260px;
    }
  .partner-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .partner-column.left {
    padding-right: 5px;
    padding-left: 5px;
  }
  .partner-column.right {
    padding-right: 5px;
    padding-left: 5px;
  }
  .partner-image-div.infor {
    background-color: transparent;
  }
  .partner-image-div.proactis {
    background-color: transparent;
  }
  .partner-image-div.sharperlight {
    background-color: transparent;
  }
  .partner-image-div.blackline {
    background-color: transparent;
  }
  .partner-image-div.v1 {
    background-color: transparent;
  }
  .partner-image-div.microsoft {
    background-color: transparent;
  }
  .bottom-cta-1.internal {
    padding: 80px 40px 90px;
  }
  .footer-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .nav-dropdown-text {
    height: 50px;
    padding-top: 14px;
    float: none;
    color: white;
    text-align: center;
  }
  .nav-dropdown-toggle {
    padding: 0px;
    border-top: 1px solid #1b9eea;
    background-color: #0089d0;
  }
  .nav-dropdown-toggle:hover {
    background-color: #f6f6f6;
  }
  .nav-dropdown {
    height: 50px;
    min-height: 50px;
    border-left: 1px none black;
  }
  .internal-body-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .solutions-row.end {
    margin-bottom: 0px;
  }
  .solution-what-we-do {
    padding-right: 40px;
    padding-left: 40px;
  }
  .solution-download-row {
    height: auto;
  }
  .solution-download-column {
    padding-bottom: 20px;
  }
  .internal-image-section.hp {
    padding-right: 40px;
    padding-left: 40px;
  }
  .team-image-div {
    width: auto;
  }
  .team-names._2 {
    height: 155px;
  }
  .team-overlay {
    padding-right: 40px;
    padding-left: 40px;
  }
  .landing-page-form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .thank-you-next-links {
    padding-left: 20px;
  }
  .approach-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .approach-column._2 {
    padding-top: 0px;
  }
  .approach-column._2.approach-page p,
  .approach-column._2.approach-page {
    padding-right: 10px;
    padding-left: 10px;
  }
  .approach-cta {
    height: 260px;
  }
  .approach-cta-div-button {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
  }
  .landing-page-image {
    width: 300px;
    height: auto;
  }
  .bottom-cta-video {
    margin-top: 10px;
  }
  .hp-testimonial-profile {
    margin-left: 0px;
  }
  .menu-button {
    margin-top: 0px;
    margin-right: 0px;
    background-color: #0089d0;
    color: white;
  }
  .menu-button.w--open {
    background-color: #1c6b99;
  }
  .menu-icon {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    float: left;
  }
  .menu-text {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding-top: 2px;
    float: left;
    clear: none;
    font-size: 13px;
  }
  .challenges-image {
    height: 100px;
    width: 100px;
  }
  .client-we-help.w-row {
      margin-left:-10px;
      margin-right:-10px;
  }
}
@media (max-width: 767px) {
    .ec-event-header a.more-link,
    .ec-events-wrapper .post-listing .post-item .blog-list-content .post-header h1 {
        text-align: center !important;
    }
  .button {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .button.hp-solution {
    margin-bottom: 5px;
  }
  .button.careers {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .button.contact {
    padding-bottom: 10px;
  }
  .button._2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .button.hp-solutions {
    position: static;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    font-size: 16px;
  }
  .banner-section-container {
    padding-top: 50px;
  }
  .banner-sub-heading {
    padding-right: 55px;
    padding-left: 55px;
    font-size: 24px;
    line-height: 28px;
  }
  .banner-p p,
  .banner-p {
    padding-right: 55px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .intro-heading {
    padding-left: 0px;
  }
  .intro-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-p {
    margin-top: 10px;
  }
  .first-image-section {
    background-position: 45% 0%;
  }
  .agenda-column-2 {
    padding-left: 30px;
  }
  .agenda-column-2.venue {
    height: 450px;
    padding-right: 30px;
  }
  .register-column-2 {
    margin-top: 15px;
  }
  .hp-banner {
    padding: 100px 30px 45px;
    background-color: #1c6b99;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2) 3%, rgba(28, 107, 153, 0.8) 99%), url('../images/eclipse-concept-banner.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 3%, rgba(28, 107, 153, 0.8) 99%), url('../images/eclipse-concept-banner.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    opacity: 1;
  }
  .hp-banner.internal {
    padding-top: 100px;
    padding-bottom: 45px;
    padding-left: 30px;
  }
  .hp-banner-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hp-about-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hp-about-column {
    padding: 20px 0px 25px;
    border-right: 0px none black;
    border-bottom: 1px solid #d4d4d4;
  }
  .hp-about-column.testimonial {
    height: 230px;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-right: 0px none black;
    border-bottom-width: 1px;
    border-bottom-color: #096;
  }
  .hp-about-column.left {
    border-right: 1px none black;
  }
  .hp-about-column-2 {
    padding: 20px 0px 25px;
    border-left: 1px none black;
  }
  .hp-about-column-2.testimonial {
    height: 230px;
    padding-bottom: 35px;
  }
  .hp-about-column-2.right {
    border-left: 1px none black;
  }
  .hp-approach-section {
    padding: 40px 30px 50px;
  }
  .hp-approach-section._2 {
    padding-left: 30px;
  }
  .hp-approach-section._3 {
    padding-bottom: 50px;
  }
  .big p,
  .big {
    font-size: 16px;
    line-height: 24px;
  }
  .hp-approach-column {
    margin-bottom: 10px;
  }
  .hp-solutions-column {
    height: auto;
    min-height: 0px;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hp-solutions-column._2 {
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .hp-solutions-column._2.resources {
    margin-bottom: 5px;
  }
  .hp-solutions-column._2.testimonials {
    margin-bottom: 20px;
  }
  .hp-solutions-column.end {
    margin-bottom: 0px;
  }
  .hp-solutions-column.contact.empty {
    display: none;
  }
  .hp-solution-image {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    float: none;
  }
  .small p,
  .small {
    font-size: 14px;
    line-height: 21px;
  }
  .small.solutions {
    font-size: 14px;
  }
  .testimonial-profile p,
  .testimonial-profile {
    margin-bottom: 40px;
  }
  .testimonial-profile._2 p,
  .testimonial-profile._2 {
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .partner-section {
    padding: 10px 30px;
  }
  .partner-container {
    padding-left: 0px;
  }
  .partner-column {
    display: block;
    height: auto;
    padding-right: 10px;
    padding-left: 0px;
  }
  .partner-column.empty {
    display: none;
  }
  .partner-column.left {
    padding-right: 5px;
    padding-left: 0px;
  }
  .partner-column.right {
    padding-right: 0px;
    padding-left: 5px;
  }
  .partner-image-div {
    width: auto;
    height: 60px;
    padding-top: 20px;
  }
  .partner-image-div.infor {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .partner-image-div.proactis {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .partner-image-div.sharperlight {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .partner-image-div.blackline {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .partner-image-div.v1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .partner-image-div.microsoft {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bottom-cta-1.internal {
    padding: 40px 30px 50px;
  }
  .bottom-cta-heading {
    font-size: 28px;
    line-height: 38px;
  }
  .bottom-cta-p.video p,
  .bottom-cta-p.video {
    font-size: 15px;
    line-height: 23px;
  }
  .footer-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-column {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .footer-social-media._2.flickr.end {
    float: none;
  }
  .footer-social-media.twitter {
    float: none;
  }
  .footer-social-media.facebook {
    float: none;
  }
  .footer-social-media.linkedin {
    float: none;
  }
  .footer-social-media.youtube {
    float: none;
  }
  .footer-social-media.flickr {
    float: none;
  }
  .internal-body-section {
    padding: 40px 30px 50px;
  }
  .solutions-row.end {
    margin-bottom: 0px;
  }
  .solutions-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .solutions-column._2 {
    padding-left: 10px;
  }
  .challenges-image {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .solution-what-we-do {
    padding-right: 30px;
    padding-left: 30px;
  }
  .solution-download-column {
    padding-right: 30px;
    padding-left: 30px;
  }
  .centre-white {
    font-size: 16px;
  }
  .solution-download-case-study-link {
    font-size: 15px;
  }
  .internal-image-section {
    min-height: 200px;
  }
  .internal-image-section.hp {
    height: auto;
    min-height: auto;
    padding: 60px 30px 65px;
  }
  .team-image-div {
    width: auto;
    height: 210px;
  }
  .team-names {
    height: 88px;
    margin-right: 0px;
    margin-left: 0px;
    border-right: 1px solid #dedede;
  }
  .team-names._2 {
    height: 137px;
  }
  .team {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 17px;
  }
  .team._2 {
    position: static;
    padding-left: 0px;
  }
  .team.heading {
    font-size: 16px;
    line-height: 22px;
  }
  .team-overlay {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team-member-description-div-wrap {
    width: auto;
  }
  .team-member-linked-in {
    font-size: 16px;
  }
  .video-testimonial-1 {
    width: 340px;
    height: auto;
  }
  .video-testimonial-2 {
    width: 340px;
  }
  .video-testimonial-3 {
    width: 340px;
  }
  .landing-page-text-field {
    border-radius: 4px;
  }
  .landing-page-form-wrapper {
    padding: 10px 10px 15px;
  }
  .approach-links {
    font-size: 16px;
    line-height: 22px;
  }
  .approach-column {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .approach-column._2 {
    margin-bottom: 0px;
  }
  .approach-column._2.approach-page p,
  .approach-column._2.approach-page {
    padding-right: 0px;
    padding-left: 0px;
  }
  .approach-cta {
    height: auto;
  }
  .centred {
    font-size: 20px;
    line-height: 24px;
  }
  .approach-cta-div-button {
    position: static;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .landing-page-image {
    width: 300px;
    margin-bottom: 10px;
  }
  .bottom-cta-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bottom-cta-video {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .placeholder {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .banner {
    font-size: 38px;
    line-height: 44px;
  }
  .hp-testimonial-profile {
    margin-bottom: 35px;
    margin-left: 0px;
  }
  .hp-testimonial-profile._2 {
    margin-left: 0px;
  }
  .core-appraoch {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: 0px;
  }
  .approach-p p,
  .approach-p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 479px) {
  .button.banner-register {
    margin-top: 20px;
  }
  .button.careers {
    width: 100%;
  }
  .button.hp-solutions.relative {
    text-align: center;
  }
  .banner-section {
    background-position: -188px 50%;
  }
  .banner-section-container {
    padding-top: 30px;
  }
  .banner-sub-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .banner-p p,
  .banner-p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-section {
    padding-top: 40px;
  }
  .intro-heading {
    margin-bottom: 0px;
  }
  .first-image-section {
    background-position: 38% 50%;
  }
  .agenda-column-2 {
    padding-top: 35px;
  }
  .agenda-column-2.venue {
    height: 610px;
  }
  .register-section {
    padding: 20px 20px 50px;
  }
  .register {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .hp-banner {
    padding: 100px 20px 45px;
    background-position: 0px 0px, 71% 50%;
  }
  .hp-banner.internal {
    padding-top: 100px;
    padding-bottom: 45px;
    padding-left: 20px;
  }
  .hp-about-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hp-about-column.testimonial {
    height: 290px;
  }
  .hp-about-column-2.testimonial {
    height: 290px;
  }
  .hp-approach-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hp-approach-section._2 {
    padding-left: 20px;
  }
  .big p,
  .big {
    font-size: 16px;
    line-height: 24px;
  }
  .hp-approach-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hp-solutions-row.end {
    margin-bottom: 0px;
  }
  .hp-solutions-row.continue {
    margin-top: 10px;
  }
  .hp-solutions-column._2 {
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .hp-solutions-column._2.resources {
    margin-bottom: 0px;
  }
  .hp-solutions-column._2.testimonials {
    margin-bottom: 20px;
  }
  .hp-solutions-column.end {
    margin-bottom: 0px;
  }
  .hp-solution-column-row-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hp-solution-image {
    margin-left: 0px;
  }
  .small p,
  .small {
    font-size: 14px;
  }
  .testimonial-profile p,
  .testimonial-profile {
    margin-bottom: 40px;
    font-size: 12px;
  }
  .testimonial-profile._2 p,
  .testimonial-profile._2 {
    margin-bottom: 40px;
  }
  .testimonial-profile {
    width: 80%;
   }
  .bottom-cta-1.internal {
    padding: 40px 20px 50px;
  }
  .bottom-cta-p.video p,
  .bottom-cta-p.video {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-link {
    margin-bottom: 10px;
  }
  .footer-social-media._2.twitter {
    margin-right: 10px;
  }
  .footer-social-media._2.flickr.end {
    margin-right: 0px;
  }
  .footer-social-media.twitter {
    margin-right: 0px;
    float: none;
    clear: none;
  }
  .internal-body-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .solution-what-we-do {
    padding-right: 20px;
    padding-left: 20px;
  }
  .solution-download-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .solution-download-case-study-link {
    font-size: 14px;
  }
  .internal-image-section.hp {
    padding: 50px 20px 55px;
  }
  .team-image-div {
    width: auto;
  }
  .team-names._2 {
    height: auto;
  }
  .team-overlay {
    padding-right: 20px;
    padding-left: 20px;
  }
  .video-testimonial-1 {
    width: auto;
  }
  .video-testimonial-2 {
    width: auto;
  }
  .video-testimonial-3 {
    width: auto;
  }
  .landing-h3 {
    margin-bottom: 10px;
  }
  .landing-page-text-field {
    border-radius: 4px;
  }
  .landing-page-form-wrapper {
    padding: 10px 10px 15px;
  }
  .thank-you-next-links {
    padding-left: 30px;
  }
  .thank-you-social-icons {
    margin-right: 5px;
  }
  .thank-you-social-icons.twitter {
    margin-right: 10px;
  }
  .thank-you-social-icons.facebook {
    margin-right: 10px;
  }
  .thank-you-social-icons.linkedin {
    margin-right: 10px;
  }
  .thank-you-social-icons.youtube {
    margin-right: 10px;
  }
  .thank-you-social-icons.flicker {
    margin-right: 0px;
  }
  .approach-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .approach-column._2 {
    margin-bottom: 0px;
  }
  .landing-page-image {
    width: auto;
  }
  .bottom-cta-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bottom-cta-video {
    margin-bottom: 20px;
  }
  .banner {
    font-size: 38px;
    line-height: 44px;
  }
  .banner.thank-you {
    font-size: 28px;
    line-height: 34px;
  }
  .core-appraoch {
    width: auto;
  }
  .approach-p p,
  .approach-p {
    font-size: 14px;
  }
  .hp-quote p,
  .hp-quote {
    font-size: 18px;
  }
  .hp-quote-name {
    font-size: 14px;
  }
}

/* =================================================================
   EC Custom Class 
===================================================================*/

/* EC Two Column Testimonial************************** */
.ec-testimonial-wrapper .testimonial {
    height: auto;
    min-height: 160px !important;
}
.ec-testimonial-details img,
.ec-testimonial-details .testimonial-profile{
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    position: relative !important;
}
.ec-testimonial-details .testimonial-profile p {
    margin: 10px 0 0;
    padding-left: 0;
    position: relative;
}

#ec-two-col-testimonial .hp-about-column-2 {
  padding-left: 30px;
}
.challenges-image {
    border: 1px solid #d4d4d4;
}

a.footer-link:hover,
a.approach-cta:hover{
    text-decoration:none;
}

/*About Us Banner customize*/
.ec-about-template .hp-banner.internal {
    background-position: 50% 9%;
}
@media (max-width:991px){
    .ec-about-template .hp-banner.internal {
        background-position: 0 0px, 50% 50%;
    }
}

.ec-home-template .partner-image-div{
    background-color:transparent !important;
    border: medium none !important;
}

.light-banner h2{
    color:#1c6b99 !important; 
}
.light-banner p{
    color:#6e6e6e !important;    
}


/* EC Two Column Text Middle************************** */
.ec-approach-row .ec-cell{
    vertical-align:middle;
}

/* EC Three Column Footer***************************** */
.solution-download-column.ec-cell {
    padding-top: 20px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 20px;
}

/* EC Resources/Filter ***************************** */
/* Link Div Wrapper */
.resource-link {
    text-decoration: none;
}

.hp-solutions-column.mix {
    padding-bottom: 20px;
}
.resource .w-container .w-row.hp-solutions-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.w-col.w-col-4.hp-solutions-column._2.resources {
    height: auto !important;
    min-height: auto !important;
}
.resource .hp-solutions-row._2{
    margin-bottom: 0;
}
 .hp-approach-section .hp-approach-container .hp-solutions-row .ec-resource-blocks .hp-solutions-column{
    min-height: auto !important;
}
.resource h4.team {
    min-height: 90px !important;
}
.ec-outer-resource .team-image-div._2 {
    border: medium none !important;
}
.ec-inner-resource {
    overflow: hidden;
}

.ec-outer-resource .team-image-div._2{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1 );
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: all 200ms ease-in-out 0s;
    overflow: hidden;
    z-index: 0;
}
.ec-outer-resource .team-image-div._2:hover{
    -webkit-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -webkit-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;    
     overflow: hidden;
}

.team-plus{
    z-index:99;
    position: absolute;
    right: 10px;
    
}
.ec-outer-resource .team-names._2 {
    border-bottom: medium none !important;
    border-left: medium none !important;
    border-right: medium none !important;
}

.ec-inner-resource{
    border:1px solid #d6d6d6;
    overflow:hidden;
}

.team-names {
    overflow: hidden;
    position: relative;
}
/*.bottom-cta-1.internal.contact {
    background-position: 220px 30%;
}*/
.bottom-cta-1.internal.contact {
    background-position: 200px 0;
    background-size: cover;
}
.bottom-cta-1.internal {
    padding-bottom: 100px;
    padding-top: 90px;
}


@media (max-width:1500px){
    .bottom-cta-1.internal.contact {
        background-position: 0 35%;
    }
}
@media (max-width:1300px){
    .bottom-cta-1.internal.contact {
        background-position: 20% 35%;
    }
}
@media (max-width:991px){
    .bottom-cta-1.internal.contact {
        background-position: 25% 35%;
    }
}
@media (max-width:767px){
    .bottom-cta-1.internal.contact {
        background-position: 170% 0;
        background-image: none !important;
    }
    body .bottom-cta-1.internal.contact {
        background-color: #248cc7 !important;
    }
     body .bottom-cta-1.internal.contact.light-banner {
        background-color: #9e2e2e !important;
    }
}
@media (max-width:479px){
    .bottom-cta-1.internal.contact {
        background-position: 150% 0;
    }
}


.footer-column .hs-rss-item-text a{
    color: #d0d0d0;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding-right: 5px;
    text-decoration: none;
}
.footer-column .hs-rss-item-text a:hover{
     color: #248cc7;
}
/* Banner Height/Global Fixes ***************************** */
.hp-banner {
    background-position: 0 0px, 50% 0;
    min-height: 530px;
    padding-top: 190px;
}
.hp-banner.internal {
    padding-top: 150px;
}
.ec-thanks-template .hp-solution-column-row.ty {
    padding-left: 10px;
}
.ec-thanks-template .thank-you-social-icons {
    margin-top: -10px;
}
.hp-banner.internal{
    padding-top:145px;
}
.ec-plus-hover .team-plus{
    background-color: #00885a !important;
}

.about-employee-p{
    width:600px !important;
}
.st-about-employee-pop-up, .about-employee-pop-up{
    overflow-y:scroll;
}
.team-image-div:hover{
    cursor:pointer;
}
.about-employee-p {
    color: #fff !important;
    font-size: 15px !important;
}
.partner-image-div{
    background-color:#fff;
}

/* EC RTable Sizing ***************************** */
.ec-table {
    display: table;
    height: auto;
}
.ec-cell {
    display: table-cell;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.ec-border {
    border-right: 1px solid #d4d4d4;
}
.ec-pad-30 {
    padding-left: 30px;
}
.ec-center * {
    text-align: center;
}

/* EC Form Styles ***************************** */

/* Form Globals Settings*/
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;
}
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form input[type="text"]:-moz-placeholder,
.w-form select:-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.w-form input[type="text"]:focus,
.w-form select:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-form textarea {
  height: auto;
}
.w-form select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.w-form input[type="radio"],
.w-form input[type="checkbox"] {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-form input[type="checkbox"]:before,
.w-form input[type="radio"]:before,
.w-form input[type="checkbox"]:after,
.w-form input[type="radio"]:after {
  content: " ";
  display: table;
}
.w-form input[type="checkbox"]:after,
.w-form input[type="radio"]:after {
  clear: both;
}
.w-form input[type="checkbox"],
.w-form input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-form input[type="radio"] {
  margin-top: 3px;
}

/* Form Element Styling*/
.w-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 5px;
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
input, select, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}


.w-form input[type="text"],
.w-form input[type="email"],
.w-form input[type="tel"],
.w-form select {
  display: block;
  width: 100% !important;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.w-form textarea{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100% !important;
}

.w-form textarea:focus:focus,
.w-form input[type="text"]:focus,
.w-form input[type="email"]:focus,
.w-form input[type="tel"]:focus,
.w-form select:focus {
    border-color: #3898ec;
    outline: 0 none;
}

.w-form input[type="submit"] {
    margin-bottom: 0;
    padding: 15px 20px;
    background-color: #248cc7;
    background-image: linear-gradient(#248cc7, #1c6b99 98%);
    border: 2px solid #1c6b99;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease 0s;
}
.w-form input[type="submit"]:hover {
    background-color: #262626;
    background-image: linear-gradient(#248cc7, #248cc7 98%);
    transform: translate(0px, -3px);
}
.hs-error-msgs li label {
    font-size: 14px;
}
.small.approach-cta-text{
    font-size:15px !important;
}
.w-inline-block.approach-cta {
    min-height: 240px;
}
.w-inline-block .small.approach-cta-text {
    min-height: 110px;
}
.w-col.hp-approach-column {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

/* EC 404 Page ***************************** */

/*Icon Rows*/
.ec-iconrow{
    margin-bottom:15px;
}
.ec-iconrow, .ec-iconrow-txt {
  overflow: hidden;
}
.ec-iconrow:first-child {
    margin-top: 0;
}
.ec-iconrow-txt, .ec-iconrow-img {
    display: table-cell;
    vertical-align: top;
    width: 50px !important;
}
.ec-iconrow-img {
    padding-right: 10px;
}

.ec-iconrow-obj {
    display: block;
    height: 40px !important;
    width: 40px !important;
}
.ec-iconrow-img img {
    vertical-align: middle;
    border-radius:200px;
}

.ec-iconrow-txt, .ec-iconrow-img{
    display: table-cell;
    vertical-align: top;
}
.ec-iconrow-txt {
    width: 10000px;
    min-width: 399px;
}
.ec-iconrow, .ec-iconrow-txt {
    overflow: hidden;
}
.ec-iconrow-txt a {
  color: #248cc7;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 1px;
    text-decoration: none;
}
.hp-about-column.left h3 {
    margin-bottom: 20px;
}
.hp-about-column-2 h3 {
    margin-bottom: 20px;
}
.hp-about-section .hp-about-column-2 h3 {
    margin-bottom: 5px;
}
.ec-thanks-template .hp-about-column-2,
.ec-404-template .hp-about-column-2{
    padding-left:30px !important;
}
.hp-about-column-2 .thank-you-next-links {
    padding-left: 5px;
}
.ec-contactus-template .hp-banner.internal,
.ec-thanks-template .hp-banner.internal,
.ec-404-template .hp-banner.internal{
    padding-top:145px;
}

.ec-404-template .ty-recommended-blog-item{
    margin-bottom:10px;
}
.ec-errm-social .thank-you-social-icons,
.ec-thanks-template .thank-you-social-icons,
.ec-404-template .thank-you-social-icons {
    background-color: #fff;
    border: 1px solid #1c6b99;
}
.ec-errm-social .thank-you-social-icons:hover,
.ec-thanks-template .thank-you-social-icons:hover,
.ec-404-template .thank-you-social-icons:hover {
    background-color: #fff;
    opacity: 0.8;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.ec-errm-social .thank-you-social-icons.twitter,
.ec-thanks-template .thank-you-social-icons.twitter,
.ec-404-template .thank-you-social-icons.twitter {
    background-color: #fff;
    background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-twitter.png');
    background-position: 50% 50%;
    background-size: 50px auto;
}
.ec-errm-social .thank-you-social-icons.facebook,
.ec-thanks-template .thank-you-social-icons.facebook,
.ec-404-template .thank-you-social-icons.facebook {
    background-color: #fff;
    background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-facebook.png');
    background-position: 50% 50%;
    background-size: 50px auto;
}

.ec-errm-social .thank-you-social-icons.linkedin,
.ec-thanks-template .thank-you-social-icons.linkedin,
.ec-404-template .thank-you-social-icons.linkedin {
    background-color: #fff;
    background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-linkedin.png');
    background-position: 50% 50%;
    background-size: 50px auto;
}
.ec-errm-social .thank-you-social-icons.youtube,
.ec-thanks-template .thank-you-social-icons.youtube,
.ec-404-template .thank-you-social-icons.youtube {
    background-color: #fff;
    background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-youtube.png');
    background-position: 50% 50%;
    background-size: 50px auto;
}
.ec-errm-social .thank-you-social-icons.flicker,
.ec-thanks-template .thank-you-social-icons.flicker,
.ec-404-template .thank-you-social-icons.flicker {
    background-color: #fff;
    background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-flickr.png');
    background-position: 50% 50%;
    background-size: 50px auto;
}
.ec-errm-social a {
    margin:10px 20px 0 -15px;
}
p.small.white{
    font-size:15px;
}

/* EC Thanks Page ***************************** */
.ec-thanks-template .widget-type-form h3{
    display:none;
}
/* EC Contact Us Page ***************************** */
.ec-contactus-template .hp-about-section h3 {
    margin-bottom: 0;
}
.ec-contactus-template .widget-type-form h3{
    display:none;
}
.hp-approach-section.contactus .big {
    margin-bottom: 20px;
    padding: 0 10px;
}
.hp-approach-section.contactus h2 {
    margin-left:10px;
    margin-right:10px;
}

.placeholder {
   /* background-image: url("//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/EC_2015_Image/eclipse-banner-sample.png?t=1444140799360"); */
    color: white;
    height: 100% !important;
    margin-top: 0;
    min-height: 260px;
    width: 100% !important;
}

/* EC Home Page ***************************** */
.hp-approach-section.ec-home-solutions .hp-approach-container .hp-solutions-row .hp-solutions-column {
    min-height: 360px !important;
}
.w-col-medium-6.hp-solutions-column.ec-cell .cta_button.button.bottom-cta {
    bottom: 0;
    position: absolute !important;
}
.hp-approach-section .hp-approach-container .hp-solutions-row{
    margin-top:0 !important;
}
.ec-home-approach .internal-line-div,
.ec-home-solutions .internal-line-div{
    margin-top:20px;
}

.ec-hp-partner .partner-image-div{
    border:medium none !important;
}



@media (max-width:991px){
    .ec-testimonial-details .testimonial-profile p{
        padding-left:10px;   
    }
    .hp-about-column.testimonial{
        padding-left:0 !important;   
    }
    .ec-iconrow-txt {
        min-width: 280px;
    }
    .hp-approach-section.ec-home-solutions .hp-approach-container .hp-solutions-row .hp-solutions-column {
        min-height: 320px !important;
    }
    .resource h4.team {
        min-height: 110px !important;
    }
    .hp-solutions-column.ec-cell {
        margin-bottom: 30px;
    }
    .ec-testimonial-details .testimonial-profile p {
        padding-left: 5px;    
    }
    body h4 {
        font-size: 20px;
    }
}

@media (max-width:767px){
    #ec-two-col-testimonial .hp-about-column-2 {
        padding-left: 0;
    }
    #ec-two-col-testimonial .hp-about-column {
        padding-bottom: 30px;
    }
    .ec-testimonial-wrapper .testimonial {
        height: auto !important;
        min-height: auto !important;
    }
    .ec-testimonial-details .testimonial-profile p {
        padding-left:10px;
    }
    .ec-testimonial-details {
        margin-top: 20px;
    }
    .ec-outer-resource .team-image-div._2 {
        background-size: contain!important;
    }
    .solution-download-column {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .solutions-column{
        padding-left:0 !important;
        padding-right:0 !important;
    }    
    .ec-cell{
        display: block;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .ec-cell img {
        max-width: 300px;
    }
    .ec-pad-30 {
        padding-left: 0;
    }
    .ec-border {
        border-right: medium none;
        border-bottom: 1px solid #d4d4d4;
    }
    .solutions-column._2 {
        padding-left: 10px !important;
    }
    .solution-download-column {
        border-top: 1px solid rgb(212, 212, 212);
        border-bottom: 1px solid rgb(212, 212, 212);
        border-right: medium none !important;
        border-left: medium none !important;
    }
    .solution-download-column.no-border {
        border: medium none;
    }    
    .video-testimonial-1,
    .video-testimonial-2,
    .video-testimonial-3{
        height: auto;
        width: 340px !important;
    }
    .ec-iconrow-txt {
        min-width: none !important;
        width:100% !important;
    }
    .ec-thanks-template .hp-about-column-2,
    .ec-thanks-template .hp-about-column.left{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .ec-404-template .hp-about-column-2{
        padding-left:10px !important;
    }
    .ec-404-template h1 {
        font-size: 38px;
        line-height: 44px;
    }
    .ec-contactus-template .hp-banner.internal,
    .ec-thanks-template .hp-banner.internal,
    .ec-404-template .hp-banner.internal {
        padding-top: 100px;
    }
    .hp-approach-section.contactus .big,
    .contactus .hp-solutions-column.contact{
        padding:0 !important;
    }
    .hp-approach-section.contactus h2 {
        margin-left:0;
        margin-right:0;
    }
    .ec-testimonials-template .hp-solutions-column.end,
    .ec-testimonials-template .hp-solutions-column._2.testimonials {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .w-form input[type="submit"] {
        font-size: 16px;
        padding: 10px 20px;
    }
    p.small.white{
        font-size:14px;
    }
    .hp-approach-section.ec-home-solutions .hp-approach-container .hp-solutions-row .hp-solutions-column {
        min-height: auto !important;
        height:auto;
        padding: 0 !important;
    }
    .w-col-medium-6.hp-solutions-column.ec-cell .cta_button.button.bottom-cta{
        position:relative !important;
        bottom: 0;
    }
    .ec-where-to .w-inline-block.approach-cta {
        min-height: 235px;
        position:relative;
    }
    .ec-where-to .approach-cta-div-button {
        position: absolute;
    }
     .hp-approach-section .hp-approach-container .hp-solutions-row .ec-resource-blocks .hp-solutions-column{
        margin-bottom:20px;
    }
    .resource .team-names._2 {
        height: 150px;
    }
    .about-employee-p {
        width:400px !important;
    }
    .partner-column {
        margin-bottom: 20px;
    }

}
@media (max-width:479px){
    .footer-social-media {
        margin-right: 6px;
    }
    .solution-download-column {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .video-testimonial-1,
    .video-testimonial-2,
    .video-testimonial-3{
        width: auto !important;
    }
    .w-inline-block.approach-cta,
    .w-inline-block .small.approach-cta-text {
        min-height: none;
        height: auto;
    }
    .ec-thanks-template .hp-about-column-2,
    .ec-404-template .hp-about-column-2{
        padding-left:0px !important;
    }
    .ec-iconrow-txt {
        min-width: 220px;
    }
    .w-inline-block .small.approach-cta-text,
    .ec-where-to .w-inline-block.approach-cta {
        min-height: auto;
    }
    .ec-where-to .approach-cta-div-button {
        position: relative;
    }
    .resource .team-names._2,
    .resource h4.team{
        height: auto !important;
        min-height: auto !important;
    }
    .about-employee-p {
        width:100% !important;
    }
}

@media (max-width:340px){
    .thank-you-social-icons{
        margin-right:0px !important;
    }
}
   
/* =================================================================
3. MAIN NAVIGATION
===================================================================*/

   
.testimonial-profile p {
    width: auto !important;
}

.ec-testimonial-details .testimonial-profile p {
    display: inline-block;
    margin: auto;
    padding-left: 0;
    position: relative;
}

@media (max-width:991px){
    .ec-testimonial-details .testimonial-profile p {
        padding-left: 5px;    
    }
}

.footer-column a {
    color: #d0d0d0;
    text-decoration: none;
}
.footer-column a:hover {
    color: #248cc7;
    text-decoration: none;
}





/****************EVENTS PAGE**********************/

.banner-section-ev {
  height: 415px;
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Events_Landing_Page/Images/eclipse-banner-background-image.jpg');
  background-size: cover;
  margin-top: 80px;
}

@media (max-width: 479px) {
  .banner-section-ev {
    background-position: -188px 50%;
  }

}

@media (max-width: 768px) and (min-width: 481px) {
  .banner-section-ev {
    margin-top: 68px;
  }

}

@media (max-width: 480px) {
  .banner-section-ev {
    margin-top: 58px;
  }

}

.w-container-ev {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 940px;
  width: 100%;
}
.w-container-ev:before,
.w-container-ev:after {
  content: " ";
  display: table;
}
.w-container-ev:after {
  clear: both;
}
.w-container-ev .w-row-ev {
  margin-left: -10px;
  margin-right: -10px;
}

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

@media screen and (max-width: 767px) {
  .w-row-ev,
  .w-container-ev .w-row-ev {
    margin-left: 0;
    margin-right: 0;
  }

}

@media screen and (max-width: 479px) {
  .w-container-ev {
    max-width: none;
  }

}

.banner-section-container-ev {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .banner-section-container-ev {
    padding-top: 50px;
  }
}

@media (max-width: 479px) {
  .banner-section-container-ev {
    padding-top: 30px;
  }

}

.showcase-h3-ev h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: white;
  font-size: 35px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;    
}

.showcase-p-ev p {
  color: white;
  font-size: 18px;
  text-align: center;
}

.intro-section-ev {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .intro-section-ev {
    padding-right: 30px;
    padding-left: 30px;
  }

}

@media (max-width: 479px) {
  .intro-section-ev {
    padding-top: 40px;
  }

}

.intro-container-ev {
  margin-top: 0px;
}

.first-image-section-ev {
  height: 440px;
  background-color: #787878;
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Events_Landing_Page/Images/eclipse-client-conference-fullwidth-image-1.jpg');
  background-size: cover;
}

@media (max-width: 767px) {
  .first-image-section-ev {
    background-position: 45% 0%;
  }

}

@media (max-width: 479px) {
  .first-image-section-ev {
    background-position: 38% 50%;
  }

}

.agenda-section-ev {
  background-color: #828282;
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Events_Landing_Page/Images/eclipse-client-conference-fullwidth-image-2.jpg');
  background-size: cover;
}
.agenda-section-ev.venue-ev {
  background-image: url('//cdn2.hubspot.net/hubfs/181151/Eclipse_2015_New_Site/Banners/eclipse-banner-utrecht-seminar.jpg');
  background-position: center center;
}

.agenda-container-ev {
  float: none !important;  
}

.w-row-ev:before,
.w-row-ev:after {
  content: " ";
  display: table;
}
.w-row-ev:after {
  clear: both;
}
.w-row-ev .w-row-ev {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .w-row-ev,
  .w-container-ev .w-row-ev {
    margin-left: 0;
    margin-right: 0;
  }


}

.w-col-ev {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col-ev .w-col-ev {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .w-col-ev {
    width: 100%;
    left: auto;
    right: auto;
  }

}

@media screen and (max-width: 479px) {
  .w-col-ev {
    width: 100%;
  }

}

.w-col-6-ev {
  width: 50%;
}

.agenda-column-1-ev {
  height: 0px;
}

@media screen and (max-width: 758px) {
    .agenda-column-1-ev {
        display:none !important;
    }
}

.agenda-column-2-ev {
  height: 440px;
  padding-top: 45px;
  padding-left: 20px !important;
  background-color: rgba(0, 0, 0, 0.70);
    float: right !important;
}

.agenda-column-2-ev.venue-ev {
  height: 470px;
  padding-top: 30px;
  padding-left: 14px;
  padding-right: 14px;
}

@media (max-width: 991px) {
  .agenda-column-2-ev.venue-ev {
    min-height: 540px;
  }

}

@media (max-width: 767px) {
  .agenda-column-2-ev {
    padding-left: 30px;
  }
  .agenda-column-2-ev.venue-ev {
    height: 450px;
    padding-right: 30px;
  }

}

@media (max-width: 479px) {
  .agenda-column-2-ev {
    padding-top: 20px;
  }

  .agenda-column-2-ev.venue-ev {
    height: 610px;
  }

}

.button-ev {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}

.button-ev.banner-register-ev {
  display: block;
  width: 260px;
  height: 55px;
  margin: 17px auto 1px;
  padding-top: 16px;
  padding-bottom: 5px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #05875b;
  background-image: -webkit-linear-gradient(#05875b, #036544);
  background-image: linear-gradient(#05875b, #036544);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #fff !important;
}

.button-ev.banner-register2-ev {
  display: block;
  width: 260px;
  height: 55px;
  margin: 10px auto 1px;
  padding-top: 16px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #05875b;
  background-image: -webkit-linear-gradient(#05875b, #036544);
  background-image: linear-gradient(#05875b, #036544);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;    
  color: #fff !important;
}

.button-ev.banner-register-ev:hover {
  background-color: #c4c4c4;
  background-image: -webkit-linear-gradient(260deg, #05875b, #036544);
  background-image: linear-gradient(190deg, #05875b, #036544);
  color: #fff !important;
}

.button-ev.banner-register2-ev:hover {
  background-color: #c4c4c4;
  background-image: -webkit-linear-gradient(260deg, #05875b, #036544);
  background-image: linear-gradient(190deg, #05875b, #036544);
  color: #fff !important;
}

.button.banner-register-ev.intro-ev {
  margin-top: 20px;
}
.button-ev.get-directions-button-ev {
  width: 420px;
  height: 60px;
  margin-top: 20px;
  padding-top: 18px;
  border: 1px solid white;
  border-radius: 4px;
  background-color: #248cc7;
  font-size: 18px;
  color: #fff !important;
}

.register-column-2-ev .hs-form fieldset {
    max-width: 100% !important;
}

.button-ev.get-directions-button-ev:hover {
  background-color: #1c7ab0;    
  color: #fff !important;
}

.button-ev.agenda-button-ev {
  width: 220px;
  height: 45px;
  margin-top: 20px;
  padding-top: 13px;
  border: 1px solid white;
  border-radius: 4px;
  background-color: #248cc7;
  font-size: 16px;
  color: #fff !important;
}

.button-ev.agenda-button-ev:hover {
  background-color: #1c7ab0;    
  color: #fff !important;
}

@media (max-width: 991px) {
  .button-ev.get-directions-button-ev {
    width: 100%;
  }

}

@media (max-width: 479px) {
  .button-ev.banner-register-ev {
    margin-top: 20px;
  }

  .button-ev.agenda-button-ev {
        margin-top: 0px;
  }
}

.register-section-ev {
  padding-top: 60px;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .register-section-ev {
    padding-right: 30px;
    padding-left: 30px;
  }

}

@media (max-width: 479px) {
  .register-section-ev {
    padding: 20px 20px 50px;
  }

}

.register-container-ev {
  float: none !important;  
}

.register-column-1-ev {
  padding-top: 15px;
}

.register-column-2-ev input[type="submit"]:hover {
  background-color: #1c7ab0;      
}

.register-column-2-ev {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(36, 140, 199, 0.27);
  background-color: rgba(36, 140, 199, 0.12);
}

.register-column-2-ev h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 700;
    text-align: center !important;
}

.register-column-2-ev input, select {
    min-height: 40px;
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
}

.register-column-2-ev select {
    -webkit-appearance: menulist;
   -moz-appearance: menulist;
   appearance: menulist;
}

.register-column-2-ev textarea {
    border: 1px solid #E5E5E5;
}

.register-column-2-ev .actions {
    text-align: center;
}

.register-column-2-ev input[type="submit"] {
    width: 30%;
    height: 60px;
    border-radius: 4px;
    background-color: #248cc7;
    font-size: 24px;
    color: #fff;
    border: 0 !important;
    margin-top: 10px;
}

@media (max-width: 767px) {
  .register-column-2-ev {
    margin-top: 15px;
  }

}

@media screen and (max-width: 479px) {
   .register-column-2-ev input[type="submit"] {
    width: 61%;
   } 

}

.contact-details-section-ev {
  padding-top: 30px;
  padding-bottom: 55px;
  background-color: #248cc7;
}

.banner-sub-heading-ev {
  margin-top: 0px;    
  margin-bottom: 0px;
  color: white;
  font-size: 22px !important;
  text-align: center;
}
.banner-p-ev {
  color: white;
  font-size: 18px;
  text-align: center;
}

.intro-p-ev {
    color: #6e6e6e;
    text-align: justify;
}

.contact-details-section-ev {
  padding-top: 30px;
  padding-bottom: 55px;
  background-color: #248cc7;
}
.contact-details-ev {
  margin-bottom: 10px !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center;
}
.contact-details-text-block-ev {
  margin-top: 5px;
  color: white;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
.email-link-ev {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
}

.email-link-ev:hover {
  color: #fcbf1e !important;
}

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

.inputs-list.multi-container, 
.hs_blog_eclipse_blog_subscription{
    display: none !important;
}


/*Events Page Updates*/
.register-column-2-ev .inputs-list.multi-container, .hs_blog_eclipse_blog_subscription {
    display: block !important;
}

.register-column-2-ev .inputs-list.multi-container, .hs_blog_eclipse_blog_subscription ul {
    list-style: outside none none;
    padding: 5px;
}

.register-column-2-ev label.hs-form-radio-display span {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 300;
}

.register-column-2-ev input[type="radio"] {
    height: 10px;
    margin-right: 5px;
    min-height: 0 !important;
    width: auto;
}

.register-column-2-ev label {
    font-weight: 300;
    font-size: 15px;
}

.register-column-2-ev input[type="text"], 
.register-column-2-ev select,
.register-column-2-ev input[type="email"],
.register-column-2-ev input[type="tel"]{
    color: #6e6e6e !important;
}

input[type="radio"] {
   -webkit-appearance: radio;
   -moz-appearance:    radio;
   appearance:         radio;
}


/* EC Resources Updates ***************************** */
/* All link styling*/
.row-fluid [class*="span"].show-wrapper {
    display:none;
}
.show-wrapper.show {
    display: inline;
}
/* PJ css for Emma - about us career anchor button*/
.ecl-btn{
    background-color:rgb(0,136,90);
    color:white;
    text-decoration:none;
    padding: 20px 70px;
    border-radius: 4px;
    display: inline-block;
}
.ecl-btn:hover{
    color:white;
    opacity:.8;
    transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
}
.ecl-btn:focus{
    color:white;
}


.sunsystems h2{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 52px;
    line-height: 60px;
    font-weight: 400;
}

.sunsystems p{
    margin-bottom: 30px;
    font-size: 20px;
}

.cloud-form{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.cloud-form {
    padding: 10px !important;
    background-color: rgba(255,255,255,0.5);
    width: 100% !important;
}


.blue-bg{
background-image: linear-gradient(rgba(28,107,153,0.49), rgba(0,0,0,0.2) 98%), url(../images/eclipse-banner-sample.png);
}

.green-bg{
background-image: linear-gradient(#00885a, #005b3d 97%);
background-color:#00885a;
}

.green-bg .cloud-form{
background-color:#005b3d;
}

.green-bg .cloud-form a{
color:rgb(255, 203, 0);
}

.green-bg .w-form label, .green-bg legend, .green-bg li{
color:#ffffff}

.blue-bg h1, .green-bg h1{
color: white;
text-shadow: black 1px 1px 3px;
}

.blue-bg p, .green-bg p{
color: #ffffff;
margin-bottom: 30px;
font-size: 20px;
}

.grey-bg{
background-image: none;
background-color:whitesmoke;
}

.grey-bg .cloud-form, .white-bg .cloud-form {
    background-color: rgba(255,255,255,0.0);
}

.white-bg{
background-image: none;
background-color:#ffffff;
}

.white-bg h1, .grey-bg h1{
color: #00885C;

}

.white-bg p, .grey-bg p{
color: #6e6e6e;
margin-bottom: 30px;
font-size: 20px;
}

.cloud-form .hs_gdpr_consent.hs-gdpr_consent.hs-fieldtype-booleancheckbox.field.hs-form-field .hs-input{
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0px 10px 0px 0px;
    line-height: normal;
    background: white;
    border: 1px solid #ababab;
    cursor: pointer;
    -webkit-appearance:checkbox;
}

.cloud-form .hs_gdpr_consent.hs-gdpr_consent.hs-fieldtype-booleancheckbox.field.hs-form-field li{
    list-style-type: none;
}

.cloud-form .hs_gdpr_consent.hs-gdpr_consent.hs-fieldtype-booleancheckbox.field.hs-form-field ul{
    padding-left:0;
    float: left;
}

.cloud-form .hs_gdpr_consent.hs-gdpr_consent.hs-fieldtype-booleancheckbox.field.hs-form-field .hs-field-desc{
    float: right;
    width: 97%;
    font-size: 14px;
}

.cloud-form .form-columns-1 .hs-richtext{
    margin-bottom: 20px;
    font-size: 14px;
}