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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




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





/*********march 15 2016********/
.avatarPic img {
    max-width: 100px !important;
    height:auto;
}

.span6.widget-span.widget-type-rich_text.ebookDownload {
    text-align: right;
}

.ebookDownload{
    float: right;
    max-width: 350px;
}

a#cta_button_406365_0e29e3ec-f70a-4908-8ccc-3f2daa92b249 {
    cursor: pointer;
    max-width: 427px;
    
   
}
.span12.widget-span.widget-type-rich_text.downloadButton {
    margin-top: -65px;
}




.whiteBg.roundedCorner.pad30 {
    /*display: flex !important;*/
    align-items: center !important;
    padding: 30px;
    
}







.grayBg.darkerShade{
    background-color: #f6f6f6;
    
}



.easyIntegration h2 {
    color: #00798d;
    font-weight: 600;
}




.leftText {
    color: white;
}

.leftText.darkText {
    margin: 0;
    padding: 0 20px;
}


.rightText {
    /*display:in-line !important;*/
    color: white;
    text-align: left !important;
}



.leftFigure {
    font-weight: 400;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.rightFigure {
    font-weight: 400;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px
}


.contentHeight {
    min-height: 400px !important;
}




.hugeText span#hs_cos_wrapper_module_1458092679221179716{
    display: flex;
    align-items: center;
    justify-content: center;
}









.hugeText span#hs_cos_wrapper_module_1458092673243178416{
    display: flex;
    align-items: center;
    justify-content: center;
}





.hugeText span#hs_cos_wrapper_module_1458090197320141995{
    display: flex;
    align-items: center;
    justify-content: center;
}



.hugeText span#hs_cos_wrapper_module_1458090187689140719{
    display: flex;
    align-items: center;
    justify-content: center;
}





.hugeText span#hs_cos_wrapper_module_145808472730899797{
    display: flex;
    align-items: center;
    justify-content: center;
}


.hugeText span#hs_cos_wrapper_module_1458084736076101045{
    display: flex;
    align-items: center;
    justify-content: center;
}





.hugeText span#hs_cos_wrapper_module_145805845607755262{
    display: flex;
    align-items: center;
    justify-content: center;
}



.hugeText span#hs_cos_wrapper_module_145805847058756522{
    display: flex;
    align-items: center;
    justify-content: center;
}


.hugeText span#hs_cos_wrapper_module_144683512112472900 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hugeText span#hs_cos_wrapper_module_144683512476673896{
    display: flex;
    align-items: center;
    justify-content: center;
    
}



/*

a#cta_button_406365_c9200558-cdf6-40c3-a0f1-3eb3dbbf407b {
    display: flex;
    text-align:center;
    align-items: center;
    justify-content: center;
}
*/


.downList {
    text-align: center !important;
}






.ctaLearnMore .cell-wrapper.layout-widget-wrapper {
    text-align: center;
}





/*********march 15 2016********/














/* ============= RESETTING OLD STYLES ============== */

.newBody .newSolution2018-container1 {
    background-color: #4ca9c4;
    padding: 0.01em 10px;
    margin: 20px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    border-radius: 10px;
}

	  
.newBody .newSolution2018-container2 {
    background-color: #62b6c9;
    padding: 0.01em 10px;
    margin: 30px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    border-radius: 10px;
}
    
.newBody .newSolution2018-container3 {
    background-color: #8ac8d5;
    padding: 0.01em 10px;
    margin: 40px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    border-radius: 10px;
}

.newBody .newSolution2018-container4 {
    background-color: #c6dde2;
    padding: 0.01em 10px;
    margin: 50px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    border-radius: 10px;
}
        
.newBody .newSolution2018-container5 {
    background-color: #ffffff;
    padding: 0.01em 10px;
    margin: 60px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    border-radius: 10px;
}
  .newBody .newSolution2018-container6 {
    background-color: #f1f1f1;
    padding: 0.01em 10px;
    margin: 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    border-radius: 10px;
}
.newBody .newSolution2018-container8 {
    background-color: #ffffff;
    padding: 0.01em 10px;
    margin: 60px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  	height:220px;
    border-radius: 10px;
}
.newBody .newSolution2018-container9 {
    background-color: #c6dde2;
    padding: 0.01em 10px;
    margin: 60px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  	height:230px;
    border-radius: 10px;
}
.newBody .newSolution2018-container10 {
    background-color: #8ac8d5;
    padding: 0.01em 10px;
    margin: 60px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  	height:240px;
    border-radius: 10px;
}
.newBody .newSolution2018-container11 {
    background-color: #62b6c9;
    padding: 0.01em 10px;
    margin: 60px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
		height:250px;
    border-radius: 10px;
}
.newBody .newSolution2018-container12 {
    background-color: #4ca9c4;
    padding: 0.01em 10px;
    margin: 60px 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  	height:260px;
    border-radius: 10px;
}


.newBody form.hs-form {
    margin-bottom: 0;
    background-color: transparent;
}

.newBody .header-container-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    background-color: #fff;
    margin-bottom: 0;
}

.newBody .hs_cos_wrapper_type_google_search a.hs-button.primary {
    -moz-user-select: none;
    background-color: transparent;
    background-image: none;
    border-width: 0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    line-height: 30px;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    width: auto;
}

.newBody .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block;
    max-width: 240px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    /*color: #222;*/
    font-style: normal;
}

.newBody .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
    background:transparent;
}


.newBody .body-container {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
}


.newBody a {
    text-decoration: none;
    font-style: normal;
}


.newBody .ghost-button-semi-transparent {
    display: block;
    width: auto;
    padding: .5em;
    color: #fff;
    background-color: #A938AB;
    font-size: 1em;
    border: 1px solid #A938AB;
    border-radius: 5px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color .2s ease-out,border-color .2s ease-out;
    font-style: normal;
    max-width: 250px;
}

.newBody .resource-cta {
    position: absolute;
    width: 100%;
    bottom: 0;
}




/*---- VÄlIAIKINEN MENU -------*/

.top-nav .hs-menu-item 
{
    background-color: transparent !important;
    max-height: 40px !important; 
    color: #ffffff;
    font-style: normal;
}

.top-nav
{
    text-align: center;
    margin:0 auto;
    display: inline-block;  
    text-transform: uppercase;
    color: #ffffff !important;
    float: none;
    background-color: none !important;
    max-height: 40px;
    font-style: normal;
    
}



.top-nav ul
{
    
    background-color: transparent;
    color: #ffffff;
    font-size: 1.1em;
    text-align: center;
    display: inline-block;  
    float: none;
     color: #fff !important;
     font-style: normal;
}

.top-nav ul li
{
   
    display: inline;
    margin-left: auto;
    margin-right: auto;
     color: #ffffff;
   
} 

.top-nav ul li a {
   display: inline-block;
   padding-bottom: 0px;
   margin-bottom: 0px;
  text-decoration: none;
  max-width: 240px;
  font-style: normal;
  padding: 10px 20px 5px 20px !important;

}

.top-nav ul li a:hover
{

background-color: #333 !important;
color: #d19700;

}





/* ====== TYPOGRAPHY & COLORS ========================================================= */

/* COLORS */
  
 

 
 

/* FONTS */
 /*  */
 /*  */


/* CONTAINERS */
 /*  */


.newBody h1, .newBody h2, .newBody h3, {
    font-weight:600;
}


.centeredText {
    text-align:center;
    margin-bottom:1em;
}
.centeredText2 {
    text-align:center;
    margin-bottom:1em;
}

.centeredText h2 {
    font-size:2em;
    font-weight:600;
}

.centeredText p {
    max-width: 750px;
    margin:0 auto !important;
    float:none !important;
}

.centeredText h3, .rightText h3, .leftText h3 {
    font-size:1.7em;
    font-weight:600;
}

.rightText {
    text-align:right;
}

.leftText {
    text-align:left;
}

.darkText h2 {
    color:#00798D;
    font-weight:600;
}

.darkText h3 {
    color:#00798D;
    font-weight:600;
}

.darkText p {
    color:#474a4c;
}

.whiteText h2, .whiteText h3, .whiteText h1, .whiteText p, .whiteText h4 {
    color:#fff;
}

.whiteText h2, .whiteText h3, .whiteText h1, .whiteText h4 {
    font-weight:600;
}

.halfDarkContainer .leftText, .halfDarkContainer .rightText {
    max-width: 450px;
    float: none !important;
    margin: 0 auto !important;
}

.halfDarkContainer .leftText {
    float: left !important;
}

.halfDarkContainer .rightText {
    float: right !important;
}










.hugeText span {
    font-size: 3.5em;
    line-height: 1em;
    text-align: center;
    color: #00798D;
    font-weight: 600;
    display: flex;
    align-items: center;
    
}

.hugeText p {
    margin:.4em 0;
}

.hugeText span {
    line-height:1em;
}







.basicBtn {
    background-color: #888;
    padding: .5em 1em .6em 1em;
    color: #fff;
    display: inline-block;
    max-width: 200px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 5px;
    float: none !important;
    margin: 2em auto !important;
}

.basicBtn:hover {
    color:#DADADA;
    font-style:normal;
}

.largeBtn {
    max-width: 400px;
}

.purpleBtn {
    background-color:#A938AB;
    color:#fff;
}

.purpleBtn:hover {
    
}

.arrowBtn span:after {
    content: '';
    background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-arrow.png?t=1445599456987')no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    font-weight: 100;
    display: inline-block;
    position: relative;
    left: 0;
    margin-left: .5em;
    top: .22em;
    overflow: visible;
    color: #fff;
}
.whiteBtn {
    background-color:#fff;
    color:#00798D;
}

.whiteBtn:hover {
    
}

.arrowLinks a h3:after {
    content: '';
    background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-arrow.png?t=1445603865801')no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    font-weight: 100;
    display: inline-block;
    position: relative;
    left: 0;
    margin-left: .5em;
    top: 0.1em;
    overflow: visible;
    color: #fff;
}


.contactBtn {
  display: inline-block;
  float: none !Important;
  margin: 1em auto !important;
  margin-right: 2em !important;
  padding-left: 2em;
  padding-right: 2em;
}


.textLink {
    color: #00798D;
    font-weight: 600;
    display: inline-block;
    transition: all .2s;
    text-transform: uppercase;
    padding: .5em 2em;
}

.textLink:hover {
    color:#888;
}




/* ========= MAIN BACKGROUNDS =============== */

video#bgvid {
position: relative; right: 0; top:0;
width: 100% !important; 
min-height: 700px !important;  
/*z-index: -100;*/
background: url('//www.goodsignsolutions.com/hubfs/2015_Website_assets/shutterstock_v3893504_vide_good_sign.mp4') no-repeat;
background-size: cover;
transform: scale(1.5);
-webkit-transform: scale(1.5);
    z-index: -1;
}  

.overlay {
background: transparent url('//www.goodsignsolutions.com/hubfs/2015_Website_assets/filter.png') top left repeat;
background-color: rgba(0,0,0,0.2);
position: relative;
right: 0;
/* top: -800px; */
min-width: 100%;
min-height: 100%;
height: 742px;
overflow: hidden;

}


.whiteBg {
    background-color:#fff;
}

.grayBg {
    background-color:#FBFBFB;
}

.blueBg {
    background-color:#00798D;
}

.lightBlueBg {
    background-color:#46a9c6;
}



.imageBgOne {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-frontpage-section1.jpg')no-repeat center center;
    background-size:cover;
}

.imageBgTwo {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-frontpage-section2.jpg')no-repeat center center;
    background-size:cover;
}

.imageBgThree {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-services-section1.jpg')no-repeat center center;
    background-size:cover;
}

.imageBgFour {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-serve1.jpg')no-repeat center center;
    background-size:cover;
}

.imageBgFive {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-services-section1.jpg')no-repeat center center;
    background-size:cover;
}

.imageBgSix {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-serve2.jpg')no-repeat center center;
    background-size:cover;
}

.imageBgSeven {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-serve3.jpg')no-repeat center center;
    background-size:cover;
}

.imageBgEight {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-serve1.jpg')no-repeat center center;
    background-size:cover;
}

.imageBgNine {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-serve-5.jpg')no-repeat center center;
    background-size:cover;
}



.imageBgTen {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-serve4.jpg')no-repeat center center;
    background-size:cover;
}


.imageBgEleven {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-serve2.jpg')no-repeat center center;
    background-size:cover;
}
.imageBgTwelve {
    background:url('https://www.goodsignsolutions.com/hubfs/industry-finance.jpeg')no-repeat center center;
    background-size:cover;
}
.imageBgThirteen {
    background:url('https://www.goodsignsolutions.com/hubfs/IT_services_photo_2.jpg')no-repeat center center;
    background-size:cover;
}
.imageBgFourteen {
    background:url('https://www.goodsignsolutions.com/hubfs/it_services_photo_3.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgFifteen {
    background:url('https://www.goodsignsolutions.com/hubfs/healthcare_1.jpeg')no-repeat center center;
    background-size:cover;
}
.ImageBgSixteen {
    background:url('https://www.goodsignsolutions.com/hubfs/utilities_transportation_photo%20copy.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgSeventeen {
    background:url('https://www.goodsignsolutions.com/hubfs/industrial_case_photo-1.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgEighteen {
    background:url('https://www.goodsignsolutions.com/hubfs/architecture-1853529_1920.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgNineteen {
    background:url('https://www.goodsignsolutions.com/hubfs/aerial-2178705_1920.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgTwenty {
    background:url('https://www.goodsignsolutions.com/hubfs/service-now-bg-2.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgSolutionOne {
    background:url('https://www.goodsignsolutions.com/hubfs/GS_solution_bg_image_2.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgSolutionTwo {
    background:url('https://www.goodsignsolutions.com/hubfs/GS_solution_bg_image.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgSolutionThree {
    background:url('https://www.goodsignsolutions.com/hubfs/GS_solution_bg_image.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgSolutionThree3 {
    background:url('//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-frontpage-section2.jpg')no-repeat center center;
    background-size:cover;
}
.ImageBgSolutionTwo2 {
    background-color: rgb(177, 224, 237);
    background-size:cover;
}

.darkHalfContainer {
    
}
.solutionlighttext{
 
}

.darkHalfContainer .row-fluid {
    
}

.darkHalfContainer .row-fluid [class*="span"] {
    margin-left: 0 !important;
}

.darkHalf {
    background-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.darkHalf2 {
    background-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0);;
}
.darkHalf5 {
    background-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.lightHalf5{
  	
}

.lightHalf{
  
}

.lightHalf2 {
   background-color: rgba(0,0,0,0);
 	background: rgba(0,0,0,0);
}

.darkHalf, .lightHalf {
    width: 50% !important;
    min-height: 600px !important;
    margin-left: 0!important;
    padding: 2em;
}
.darkHalf2, .lightHalf2 {
    width: 50% !important;
    min-height: 600px !important;
    margin-left: 0!important;
    padding: 2em;
  	
}
.darkHalf5, .lightHalf5 {
    width: 50% !important;
    min-height: 600px !important;
    margin-left: 0!important;
    padding: 2em;
  	
}

.smallerHeight {
    min-height:450px !important;
}

.height400 {
min-height: 400px!important;
}


.height500 {
    min-height:500px !important;
}


.height650 {
    min-height:650px !important;
}

.height700 {
min-height: 700px!important;
}

.height800 {
min-height: 800px!important;
}


.imageBgTwo .darkHalf, .imageBgTwo .lightHalf {
    min-height: 500px !important;
}


.fujiBg {
    background:url('http://placehold.it/320x320')no-repeat center center;
    background-size:cover;
}

.ainaBg {
    background:url('http://placehold.it/320x320')no-repeat center center;
    background-size:cover;
}

.footerBg {
    
}

.roundedCorner {
    border-radius:5px;
}

.whiteBg.roundedCorner .row-fluid {
    display: flex !important;
    align-items: center !important;
    padding: 30px !important;
    
}


/* ========= HEADER BEGINS ================== */

.newBody {
    color:#474a4c;
}

.headerWrapper {
    max-width: 1200px;
    float: none!important;
    margin: 0 auto!important;
    padding: 1.5em .5em 0 .5em;
}

.logoWrapper {
    
}

.logoWrapper img {
    max-width: 250px;
}

.mainNav {
    font-size: 1em;
    font-weight: 100;
    text-transform:uppercase;
    text-align: right;
}

.mainNav ul {
    padding: .5em 0;
}

.mainNav ul li {
    
}

.mainNav ul li a {
    
}


.headSearch {
    position:relative;
}


.headSearch .hs-button {
    color: #222;
    background: transparent;
    position: absolute;
    right: 5px;
    top: 1.4em;
}


/* ========= PAGE CONTENT BEGINS ================== */

.smallNavWrapper .cell-wrapper {
    top: .5em;
    display: block;
    position: relative;
}


.fullWidthContainer {
    max-width: 1000px;
    float: none !important;
    margin: 50px auto !important;
}

.widerWidthContainer {
    max-width: 1300px;
}

.homeFullWidthContainer {
    max-width: 1000px;
    float: none !important;
    margin: 50px auto !important;
}

.logoHtmlContainer {
    margin-top:50px;
}
.spacerContainer{
 		padding-top:100px; 
}


.homeHeadingBgContainer {
    position:relative;
}

.homeHeadingBg {
    background:url('http://placehold.it/1900x650')no-repeat center center;
    background-size:cover;
    min-height: 650px !important;
}
.readmorebutton{
 		height:20px;
  	width:130px;
}

.automateBg {
    background:url('//www.goodsignsolutions.com/hubfs/Landing_page_photos/gs-biling-automation-bg.jpg')no-repeat center center;
}

.servicesBg {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-services-header.jpg')no-repeat center center;
}

.usecaseEnergyBg {
    background:url('https://www.goodsignsolutions.com/hubfs/energy_utilities_image.jpg')no-repeat center center;
    background-size:cover;
}

.usecaseFinanceBg {
    background:url('https://www.goodsignsolutions.com/hubfs/industry-finance-1.jpeg')no-repeat center center;
    background-size:cover;
}
.usecaseITServicesBg {
    background:url('https://www.goodsignsolutions.com/hubfs/IT_services_photo.jpeg')no-repeat center center;
    background-size:cover;
}
.usecaseHealthBg {
    background:url('https://www.goodsignsolutions.com/hubfs/healthcare_2.jpeg')no-repeat center center;
    background-size:cover;
}
.usecaseIndustrialBg {
    background:url('https://www.goodsignsolutions.com/hubfs/transportation_logistics_photo.jpeg')no-repeat center center;
    background-size:cover;
}
.usecaseIndustryBg {
    background:url('https://www.goodsignsolutions.com/hubfs/solutions_bg_image_front.jpg')no-repeat center center;
    background-size:cover;
}

.usecaseServiceNowBg {
    background:url('https://www.goodsignsolutions.com/hubfs/gs_servicenow_bg.jpg')no-repeat center center;
    background-size:cover;
}

.whoweserveBg {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/who-we-serve-header.jpg')no-repeat center center;
}

.whatwesolveBg {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/what-we-solve-header.jpg')no-repeat center center;
}

.heroText {
    text-align:center;
    color:#fff;
    padding-top: 4em;
}

.heroText h1 {
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
}

.heroText p {
    font-size: 1.6em;
    max-width: 700px;
    float: none !important;
    margin: 1.6em auto 0 auto !Important;
}

.homeHeroText {
    text-align: center;
    color: #fff;
    padding-top: 4em;
    top: 30%;
    margin: 0 auto !important;
    position: absolute;
    left: 0;
    padding-bottom: 4em;
    padding-top: 1em;
}

.homeHeroText h1 {
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 2em;
}

.homeHeroText h2 {
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    max-width: 600px;
    float: none !important;
    margin: 0 auto !important;
}

.homeHeroText p {
    font-size: 1.6em;
    max-width: 700px;
    float: none !important;
    margin: 1.6em auto 0 auto !Important;
}


.paddingTopTwenty {
    padding-top: 20%;
}

.paddingTopTen {
    padding-top: 10%;
}

.paddingTopFive {
    padding-top: 5%;
}

.smallTopBottomMargins {
    margin: 10px auto !important;
}


.quoteImg img {
    border-radius: 50%;
    border: 8px solid #00798D;
    float: right;
    margin-right: 3.5em;
}

.someImg img {
    border-radius: 50%
}


.someImg .fa {
    font-size: 2.5em;
    background-color: #00798D;
    color: #fff;
    height: 65px;
    width: 65px;
    text-align: center;
    top: 1em;
    line-height: 68px;
    border-radius: 50%;
    border: 5px solid #00798D;
    transition: all .2s;
    cursor: pointer;
}

.someImg .fa:hover {
    background-color:#fff;
    color: #00798D;
}

.nomarginBox {
    margin-left:0 !important;
    padding:2em;
    min-height:320px !important;
}

.nomarginBox h3 {
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
}


.noTopMargin {
    margin-top:0 !important;
}

.noTopBottomMargin {
    margin: 0 auto !important;
}

.oneThirdContent {
    margin-left:0 !important;
    padding:1.5em;
    background:#fff;
    min-height: 210px !important;
    transition:all 0.2s;
}

.oneThirdContent h4 {
    color:#00798D;
    font-weight:600;
    font-size: 1.2em;
}

.oneThirdContent p {
    color:#00798D;
}


.lightBlock {
    background-color:#fff;
}

.darkerBlock {
    background-color:#FBFBFB;
}

.darkestBlock {
    background-color:#F5F5F5;
}


.oneThirdContent:hover {
    color:#fff;
    background-color:#65d3e2;
}

.hoverBoxes .row-fluid-wrapper:last-child  {
    background-color:#fff !important;
}

.hoverBoxes .row-fluid-wrapper:last-child .oneThirdContent:last-child h4 {
    color: #00798D!important;
    padding-top: 1.6em;
    padding-left: 2em;
    font-size: 1.4em;
    text-transform:uppercase;
}

.oneThirdContent:hover h4, .oneThirdContent:hover p {
    color:#fff;
}


.paddingSmall {
    padding:.8em 1em;
}

/* WITH IMAGE .checkMarkText:before {
    content: '';
    background: url('http://placehold.it/15x15') no-repeat center center;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: -1.5em;
    top: .2em;
}*/

.checkMarkText:before {
    font-family: FontAwesome;
    content: '\f00c';
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: -1.5em;
    top: .2em;
    color:#00798D;
}

.checkMarkText {
    position:relative;
    margin-left:1.5em;
}

/* =========== February 2017 ================ */

.newHomepage2017 .homeHeadingBgContainer {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://www.goodsignsolutions.com/hubfs/GS_webpage_frontpage_image_6-809148-edited.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 60vh;
    position: relative;
   
}
.newHomepage2017 .homeHeadingBgContainer3 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://www.goodsignsolutions.com/hubfs/GS_webpage_frontpage_image_6-809148-edited.jpg);
   	background-size: cover;
    background-position: center;
    width: 100%;
    height: 60vh;
    position: relative;
   
}
.homeHeadingBgContainer2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/GS-frontpage-image-1920.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 85vh;
    position: relative;
   
}

.newHomepage2017 .homeHeroText {
    text-align: center;
    color: #fff;
    padding-top: 4em;
    top: 3%;
    margin: 0 auto !important;
    position: absolute;
    left: 0;
    right: 0;
    /* padding-bottom: 4em; */
    padding-top: 1em;
}

.newHomepage2017 .homeHeroText h1 {
    font-size: 3.4em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 2em;
    margin-top: 0.2em;
}

.newHomepage2017 .homeHeroText h2 {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1em;
    max-width: 600px;
    float: none !important;
    margin: 0 auto !important;
}

.newHomepage2017 .homeHeroText p {
    font-size: 2.4em;
    max-width: 900px;
    float: none !important;
    margin: 1.6em auto 0 auto !Important;
    font-weight: bold;
}

.newHomepage2017 .homeHeroText2 {
    text-align: center;
    color: #fff;
   /* padding-top: 4em; */
    top: 40%; 
    margin: 0 auto !important;
   position: absolute; 
    left: 0;
    right: 0;
    /* padding-bottom: 4em; */
    padding-top: 1em;
}

.newHomepage2017 .homeHeroText2 h1 {
    font-size: 3.4em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 2em;
}

.newHomepage2017 .homeHeroText2 h2 {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1em;
    max-width: 600px;
    float: none !important;
    margin: 0 auto !important;
}

.newHomepage2017 .homeHeroText2 p {
    color: #00b6c7;
    font-size: 2.4em;
    max-width: 700px;
    float: none !important;
    margin: 1em auto 0 auto !Important;
    font-weight: bold;
}

.newHomepage2017 .homeHeroText3 {
    text-align: center;
    color: #fff;
   /* padding-top: 4em; */
    top: 60%;
    margin: 0 auto !important;
   position: absolute; 
    left: 0;
    right: 0;
   padding-bottom: 1em; 
    padding-top: 1em;
}

div.homeHeroText3 {
    width: 100%;
    background-color: rgba(169, 56, 171, 0.6);;
}

.homeHeroText3 > .layout-widget-wrapper {
    opacity: 1;
}

.newHomepage2017 .homeHeroText3 h1 {
    font-size: 3.4em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 2em;
}
.calltocss{
  align-self:right;

}

.newHomepage2017 .homeHeroText3 h2 {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1em;
    max-width: 600px;
    float: none !important;
    margin: 0 auto !important;
}

.newHomepage2017 .homeHeroText3 p {
    font-size: 2.4em;
    max-width: 700px;
    float: none !important;
    margin: 0 auto 0 auto !Important;
    font-weight: bold;
}

.newHomepage2017 .Section2-Element-Container {
    width: 100%;
    text-align: center;
}

.newHomepage2017 .Section2-Element-Container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3em 0;
}

.newHomepage2017 .Section2-Left-Element-Bg {
    background-color: #00b6c7;
    position: relative;
    width: 320px;
    margin-top: 100px;
}

.Section2 .centeredText.darkText {
}

.newHomepage2017 .Section2-Right-Element-Bg {
    background-color: #00b6c7;
    position: relative;
    width: 320px;
    margin-top: 100px;
}

.newHomepage2017 .Section2-Right-Element-Bg:before,
.newHomepage2017 .Section2-Left-Element-Bg:before {
  border-bottom: 100px solid #00b6c7;
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -100px;
  width: 0;
}

.newHomepage2017 .Section2-Left-Element-Text,
.newHomepage2017 .Section2-Right-Element-Text {
    top: -2em;
    position: relative;
}

.newHomepage2017 .Section2-Left-Element-Text p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.newHomepage2017 .Section2-Right-Element-Text p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.newHomepage2017 .Section3-Bg {
    background: url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-frontpage-section2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.newHomepage2017 .Section3-cta {
    padding-top: 20px;
}

.newHomepage2017 .quoteContainer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.newHomepage2017 .Section5 .darkHalf {
    background-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);

}

.newHomepage2017 .Section6-TitleText {
    padding-bottom: 80px;
}

.newHomepage2017 .Section6-Img {
    padding-bottom: 80px;
}


.newHomepage2017 .Section5-Bg {
    background: url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-frontpage-section1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.newHomepage2017 .Section7-Bg {
    background: url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-frontpage-section4.jpg);
    background-size: cover;
    background-position: center;
    width: 100%
    height: auto;
}

.newHomepage2017 .Section12-Bg {
    background: url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-frontpage-section2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    
    
}

.newHomepage2017 .Section9-Bg {
    background: url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-frontpage-section3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%
    height: auto;
}

.newHomepage2017 .Section9-TitleText h2 {
    margin-bottom: 5px;
}

.newHomepage2017 .arrowBtn span:after {
    content: '';
    background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-arrow.png?t=1445599456987')no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    font-weight: 100;
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    margin-left: .5em;
    top: .22em;
    overflow: visible;
    color: #fff;
}

.newHomepage2017 a.arrowBtn  {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.newHomepage2017 .Section12-Img {
    padding-top: 200px;
}

.newHomepage2017 .BlogPostContainer {
    padding-left: 10%;
    padding-right: 10%;
}

.newHomepage2017 .blogFeedBox {
    width: 43%;
    margin-right: 60px;
}

.newHomepage2017 .Section13-form {
    width: 43%;
}

.newHomepage2017 .Section13-form span {
    color: #000;
}

.newHomepage2017 .Section13-form p {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
}

.newHomepage2017 .Section13-form h3 {
    margin-top: 0px;
}

.gsblue-text {
    color: #00b6c7;
}

.Section9-ElementContainer > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3em 0;
}

.newHomepage2017 .Section9-Bg h1,
.newHomepage2017 .Section9-Bg h2,
.newHomepage2017 .Section9-Bg h3 {
    text-align: center;
}

.newHomepage2017 .Section9-leftElement {
    background: rgba(237, 237, 237, 0.46);
    padding: 20px;
    
}
.newHomepage2017 .Section9-rightElement {
    background: rgba(237, 237, 237, 0.46);
    padding: 20px;
    margin-left: 0px;
}

.newHomepage2017 .Section9-ElementContainer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    padding-bottom 10%;
    margin-bottom: 30px;

}

.newHomepage2017 .Section10-TitleText {
    padding-top: 80px;
    padding-bottom: 10px;
}

.newHomepage2017 .Section10-FlipContainer {
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

.newHomepage2017 .Section11-TitleText {
    padding-top: 40px;
    padding-bottom: 50px;
}

.newHomepage2017 .Section11-TitleText p {
    font-size: 2em;
}

.newHomepage2017 .Section11-SocialContainer {
    padding-bottom: 20px;
}

.newHomepage2017 .Section13-TitleText {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.newHomepage2017 .Section13-BlogFeedBox {
    margin-top: 30px;
}

.newHomepage2017 .cityBg {
    background: url('//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-frontpage-pieces.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.newHomepage2017 .sixPieceGrid > .hs_cos_wrapper_type_widget_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.newHomepage2017 .sixPieceGrid > .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_widget {
    border: 6px solid #fff;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 29%;
            flex: 1 0 29%;
    padding: 4% 1.5%;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
}


.newHomepage2017 .cityBg.tintBg {
  position: relative;
  cursor: pointer;
}

.newHomepage2017 .cityBg.tintBg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 18, 51, 0.64);
  transition: all .3s linear;
}

.newHomepage2017 .flipper .basicBtn {
    margin: .5em auto !important;
}


/* Business Challenge page */

.businessChallenge .homeHeroText3 {
    top: 50%;
}

.businessChallenge .homeHeroText h1 {
    margin-top: 1.6em;
}


.businessChallenge .Section2-TitleText h3 {
    color: #00b6c7;
    margin-bottom: 0px;
}

.businessChallenge .Section2-TitleText h2 {
    margin-top: 0px;
}

.businessChallenge .section1-left-element {
   padding-right: 3%; 
   padding-left: 10%;
}

.businessChallenge .section1-left-top {
    margin-bottom: 15px;
    padding: 10%;
}

.businessChallenge .section1-left-bottom {
    
}

.businessChallenge .section1-left-top p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.businessChallenge .section1-left-bottom p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    position: relative;
    border-bottom: 12px solid #fff;
    padding: 1em;
}

.businessChallenge .section1-right {
    /* padding-left: 5%; */
    padding-right: 15%;
}


.businessChallenge .section1-right p {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
}

.businessChallenge .cityBg {

 background: url('//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-frontpage-pieces.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.businessChallenge .cityBg.tintBg {
  position: relative;
  cursor: pointer;
}

.businessChallenge .cityBg.tintBg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 18, 51, 0.64);
  transition: all .3s linear;
  color: #fff !important;
}


.businessChallenge .Section3-Bg {
    background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_section_2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.businessChallenge .Section3-Container {
    
}


.businessChallenge p.section3-title {
 color: #00b6c7 !important;   
 padding-top: 60px;
}

.businessChallenge .Section3-image {
    padding-top: 90px;
    padding-right: 5%;
    padding-left: 5%;
}

.businessChallenge .darkHalf {
    padding-right: 10%;
}

.businessChallenge .Section3-top-text p {
    color: #fff;
}

.businessChallenge .Section3-top-text h2 {
    color: #fff;
}

.businessChallenge .section3-bottom-text p {
    color: #fff;
}

.businessChallenge .Section5-left-element {
    padding-right: 5%;
    text-align: right;
}

.businessChallenge .darkHalf1 {
    background-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);

}

.businessChallenge .Section5-right-top-text {
    margin-bottom: 15px;
    padding: 3%;
    width: 60%;
    margin-left: 10% !important;
    text-align: center;
    color: #fff;
}

.businessChallenge .Section5-right-bottom-text {
    margin-top: 15px;
    padding: 3%;
    width: 60%;  
    margin-left: 10% !important;
    color: #fff;
    text-align: center;
}

.businessChallenge .Section5-left-text {
    padding-top: 5%;
}

.businessChallenge .Section5-left-text p {
    color: #fff;
    padding-left: 50%;
}

.businessChallenge .Section5-left-text h3 {
    color: #00b6c7;
}

.businessChallenge .Section5-left-text h2 {
    color: #fff;
}

.businessChallenge .Section5-Bg {
    background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_section_3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.businessChallenge .Section6-right-text {
 text-align: left;   
 padding-left: 3%;
}

.businessChallenge .Section6-right-text h3 {
    color: #00b6c7;
}

.businessChallenge p.Section6-text-bottom {
    padding-right: 20%;
}

.businessChallenge span.Section6-title {
    color: #00798d;
}

.businessChallenge .Section6-image img {
    padding-top: 7%;
}

.businessChallenge .Section7-Bg {
    background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_section_4.jpg);
    background-size: cover;
    background-position: center;
    width: 100%
    height: auto;
}

.businessChallenge .Section7-Container {
    text-align: center;
}

.businessChallenge .Section7-Top-Title {
    margin-top: 60px;
    margin-bottom: 40px;
}

.businessChallenge .Section7-Top-Title h3 {
    color: #00b6c7;
    margin-bottom: 0px;
}

.businessChallenge .Section7-Top-Title h2 {
 color: #fff;   
 margin-top: 0px;
}

.businessChallenge .Section7-Middle-Text h3 {
    color: #fff;
    margin-bottom: 0px;
}

.businessChallenge .Section7-Middle-Text h2 {
    color: #fff;
    margin-top: 0px;
}

.businessChallenge .Section7-Bottom-Text h3 {
    color: #fff;
    margin-bottom: 0px;
}

.businessChallenge .Section7-Bottom-Text h2 {
    color: #fff;
    margin-top: 0px;
}


.businessChallenge .Section7-Bottom-Text {
    margin-top: 40px;
    margin-bottom: 150px;
}

.businessChallenge .Section-Middle-Text {
    margin-bottom: 40px;
}

.businessChallenge div.homeHeroText4 {
    width: 100%;
    background-color: rgba(169, 56, 171, 0.6);;
}

.businessChallenge .homeHeroText4 > .layout-widget-wrapper {
    opacity: 1;
}


.businessChallenge .Section8-TitleText h3 {
    color: #00b6c7;
    margin-bottom: 0px;
}

.businessChallenge .Section8-TitleText h2 {
    color: #00798d;
    margin-top: 0px;
}

.businessChallenge .Section10-TitleText {
    padding-top: 5px;
    background-color: #00b6c7;
    position: relative;
}

.businessChallenge .Section10-Bottom-Element {
    background-color:#00b6c7;
    margin-top: 30px;
    text-align: center;
    padding-left: 14%;
    padding-right: 14%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.businessChallenge .Section10-Bottom-Element h2 {
    color: #fff;
}

.businessChallenge .Section10-Bottom-Element p {
    color: #fff;
}

.businessChallenge .Section10-Bottom-Inner-Element {
    background-color: #00798d;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 3%;
    padding-bottom: 3%;
}

.businessChallenge .Section9-TitleText h2 {
    color: #00b6C7;
    margin-top: 60px;
    margin-bottom: 0px;
}

.businessChallenge .Section9-TitleText h3 {
    color: #00798d;
    margin-top: 0px;
}

.businessChallenge .Section11-video-element {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.businessChallenge .Section12-Bg {
    background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_section_5.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    
    
}


.businessChallenge .Section12-text {
    text-align: center;
    margin-top: 125px;
    margin-bottom: 125px;
}

.businessChallenge .Section12-text h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}

.businessChallenge span.Section12-text-color {
    color: #00b6C7;
}

.businessChallenge .Section10-FlipContainer {
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}



.businessChallenge {
    
}



/* QUOTE PARALLAX */

.quotePersonBg {
    background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_element_shade.png?t=1488273365871);
    background-repeat: no-repeat !important;
    background-size: 30em;
    background-position-y: 8em;
    background-position-x: 18em;
}

.quoteBg {
   /* background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_all_bubbles_w_text.png?t=1488273365871); */
   background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/Uudet%20kuvat/bus_challenge_all_bubbles_w_text.png);
    background-repeat: no-repeat !important;
    background-size: 55em;
    background-position-x: 14em;
    background-position-y: 11em;
    background-attachment: fixed;
}

.quoteBg .widget-type-linked_image {
    min-height: 450px !important;
}

.quoteBg .hs_cos_wrapper_type_linked_image img {
    display: none;
}


/* FLIP OVERLAY */

.row-fluid .flipOverlay {
    display: none;
    background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/parallax-image.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #00798d;
}

.businessChallenge .Section10-Bottom-Element {
    
}

.businessChallenge .Section6-Img {
    padding-bottom: 0;
}


/* VIDEO OSIO */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ========= FOOTER BEGINS ================== */

.footerContent {
    
}

.footerContent h4 {
    font-weight:600;
}

.blogSubFooter {
    
}

.footerFeed {
    
}

.footerFeed a {
    font-weight:100;
}

.footerContent p a {
    font-weight:100;
}

.blogSubFooter {
    
}

.blogSubFooter .actions .hs-button {
      background-color: #00798D;
      border: 0;
      display: block;
      margin: 2em auto .5em auto;
      float: none !important;
      padding: .8em 3em;
      min-width: 230px;
}

.blogSubFooter .hs-form {
  padding: 0;
  font-weight:100;
}

.blogSubFooter .hs-form-field>label {
  font-weight: 100;
  color: #fff!important;
}

.footerSome {
    
}

.footerSome .fa {
    color: #fff;
    background: #888;
    font-size: 1em;
    height: 30px;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
    margin-right: .4em;
    text-align: center;
    transition: all .2s;
    border-radius: 50%;
}

.footerSome .fa:hover {
    color:#fff;
    background:#46a9c6;
}

.someIcon {
    
}

.someIcon img {
    margin-right:.3em;
}



  /* flip the pane when hovered */

.flip-container:hover .flipper, .flip-container.hover .flipper {

transform: rotateY(180deg);

       -ms-transform: rotateY(180deg);

       -webkit-transform: rotateY(180deg);

}

 

.flip-container, .front, .front2, .front3, .front4, .front5, .back {

width: 100%;

height: 320px;

}

.newHomepage2017 .flip-container, .newHomepage2017 .front, .newHomepage2017 .front2, .newHomepage2017 .front3, .newHomepage2017 .front4, .newHomepage2017 .front5, .newHomepage2017 .back {
    width: 100%;
    height: 285px;
}

/* Business Challenge page Flip */

.businessChallenge .flip-container, .businessChallenge .front1, .businessChallenge .front3-1, .businessChallenge .back1 {
    width: 95%;
    min-height: 300px !important;
}

.businessChallenge .flip-container, .businessChallenge .front2-1 {
    width: 95%;
    min-height: 300px !important;
}

 
.businessChallenge .front1, .businessChallenge .front2-1, .businessChallenge .front3-1, .businessChallenge .back1 {



backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

position: absolute;

top: 0;

left: 0;

}
 
 
.businessChallenge .front1 {



z-index: 2;

/* for firefox 31 */

transform: rotateY(0deg);

  /* background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-frontpage-case1.jpg')no-repeat center center; 
    background-size: cover; */

   border-radius:15px;
   background-color: #00798d;

}


.businessChallenge .back1-1 {



z-index: 2;

/* for firefox 31 */

transform: rotateY(180deg);

  background: url('https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_flip_1.png')no-repeat center center; 
    background-size: cover;

   border-radius:15px;
   background-color: #00798d;

}


.businessChallenge .front2-1 {

z-index: 2;

/* for firefox 31 */

transform: rotateY(0deg);

   /* background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-frontpage-case2.jpg')no-repeat center center; 
    background-size: cover; */

   border-radius:15px; 
    background-color: #00798d;
}

.businessChallenge .back1-2 {

z-index: 2;

/* for firefox 31 */

transform: rotateY(180deg);

   background: url('https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_flip_2.png')no-repeat center center; 
    background-size: cover;

   border-radius:15px; 
    background-color: #00798d;
}

.businessChallenge .front3-1 {

z-index: 2;

/* for firefox 31 */

transform: rotateY(0deg);

  /* background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-front-page-case3.jpg')no-repeat center center; 
    background-size: cover; */

   border-radius:15px; 

background-color: #00798d;

}
 
.businessChallenge .back1-3 {

z-index: 2;

/* for firefox 31 */

transform: rotateY(180deg);

  background: url('https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_flip_3.png')no-repeat center center; 
    background-size: cover;

   border-radius:15px; 

background-color: #00798d;

}
 
 
 .businessChallenge .flip-container h3, .businessChallenge .front1 h3, .businessChallenge .front2-1 h3, .businessChallenge .front3-1 h3 {
        padding-top: 4%;
        margin-top: 0px;
        text-align: center;
        font-size: 16px !important;
        
}
 
  .businessChallenge .front1 p, .businessChallenge .front2-1 p, .businessChallenge .front3-1 p {
     padding-left: 10%;
     padding-right: 10%;
        text-align: center;
}
 
 
 /* Business Challenge page Flip - End */
 
 
 .flip-container h3 {
    text-transform:uppercase;
    text-align:center;
}

/* flip speed goes here */

.flipper {

transition: 0.9s;

transform-style: preserve-3d;

   -webkit-transform-style: preserve-3d;

   -ms-transform-style:preserve-3d;

position: relative;

}

 

/* hide back of pane during swap */

.front, .front2, .front3, .front4, .front5, .back {

backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

position: absolute;

top: 0;

left: 0;

}

 

/* front pane, placed above back */


.front {

z-index: 2;

/* for firefox 31 */

transform: rotateY(0deg);

   background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-frontpage-case1.jpg')no-repeat center center;
    background-size: cover;

   border-radius:3px;

}


.front2 {

z-index: 2;

/* for firefox 31 */

transform: rotateY(0deg);

   background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-frontpage-case2.jpg')no-repeat center center;
    background-size: cover;

   border-radius:3px;

}

.front3 {

z-index: 2;

/* for firefox 31 */

transform: rotateY(0deg);

   background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-front-page-case3.jpg')no-repeat center center;
    background-size: cover;

   border-radius:3px;

}

.front4 {

z-index: 2;

/* for firefox 31 */

transform: rotateY(0deg);

   background: url('//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/gs-front-page-case4%20%281%29.jpg')no-repeat center center;
    background-size: cover;

   border-radius:3px;

}

.front5 {

z-index: 2;

/* for firefox 31 */

transform: rotateY(0deg);

   background: url('https://www.goodsignsolutions.com/hubfs/technopolis_square.jpg')no-repeat center center;
    background-size: cover;

   border-radius:3px;

}

.front h3, .front2 h3, .front3 h3, .front4 h3, .front5 h3 {
        padding-top: 30%;
}

 

/* back, initially hidden pane */

.back {

transform: rotateY(180deg);

   -ms-transform: rotateY(180deg);

   -webkit-transform: rotateY(180deg);

   background-color:#00798D;

   border-radius:3px;
   text-align: center;
    left: -6%;

}

 

.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {

   transform: rotateY(180deg);

   -ms-transform: rotateY(180deg);

   -webkit-transform: rotateY(180deg);

}
.calltobtn{
 margin-left:auto; 
}
.calltotext{
  color:white;
  font-size:0.7vw;
}


 

/*Service flippers end*/



/* ======================== QUOTE CAROUSEL ============================== */

/* carousel */
.col-sm-12 {
    text-align: center;
    border-bottom: 0;
    border-top: 0;
    margin-top: 50px;
    color: #fff;
    padding: 1em 0 3em 0;
}

.col-sm-12 p {
    margin: 2em 0;
    font-size: 1.2em;
    color: #fff;
    font-weight: 100;
    font-style: normal;
    line-height: 1.2em;
}

.col-sm-12 h4 {
    position: relative;
    top: -70px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-weight: 100;
    margin: 0 auto 0 auto;
}

/*.col-sm-12 h4 {
    position: relative;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-weight: 100;
    height: 0;
    margin: 0 auto 0 auto;
    /*top: -60px;*/
}*/

/* EI TOIMI ??? WEIRD #quote-carousel h4 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -65px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Lato',sans-serif;
    font-weight: 100;
}*/


.col-sm-12 small {
  margin: 20px 0;
}

.quoteLink a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    border: solid 4px #fff;
    padding: 10px 25px;
    border-radius: 10px;
    position: relative;
    display: block;
    max-width: 200px;
    transition: all .2s;
    float: none !important;
    margin: 0 auto !important;
}

.quoteLink a:hover {
    background: #fff;
    color: #3d5774;
}



#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

#quote-carousel  .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    float: none !important;
    margin: 0 auto !important;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #fff;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 3em;
  opacity: 1;
}

        /* Previous button  */
    #quote-carousel .carousel-control.left 
    {
      left: -62px;
    }
    /* Next button  */
    #quote-carousel .carousel-control.right 
    {
      right: -62px !important;
    }

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px;
  display: none; /* PALLOT PIILOON */
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #fff;
  border: 0px solid #fff;
}
#quote-carousel .carousel-indicators .active 
{
  background: #ffab19;
}
#quote-carousel img {
    max-width: 150px;
    height: auto;
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 50px;
}

/* EI QUOTE IKONIA.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}*/


.aboutGrid a {
margin: 0 auto !important;
float: none !important;
}

.someImg 

{
   text-align: center;
   margin-bottom: 2em;
}


.blogFeedBox {
    background: #fff;
    padding: 0 .7em;
    border: 1px solid #E8E8E8;
    border-right: 30px solid #f7f7f7;
    border-bottom: 15px solid #f7f7f7;
    border-left: 15px solid #f7f7f7;
}


/*========= LÄNDÄRIPOHJA ============*/

.newForm {
    background-color: #fbfbfb;
    border-radius: 7px;
    padding: 15px;
}

.newForm input.hs-input {
    border: none;
}

.newForm .hs-form-field>label {
    color: #474a4c !important;
}



.newForm a.hs-button.large.primary, input.hs-button.primary.large {
    background-color: #A938AB;
    font-weight: normal;
    font-size: 16px;
    max-width: 200px;
    border-radius: 7px;
    margin-top: 15px;
    border:0;
}

.newForm a.hs-button.large.primary:after {
    
    content: '';
    background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-arrow.png?t=1445599456987')no-repeat center center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    font-weight: 100;
    display: inline-block;
    position: relative;
    left: 0;
    margin-left: .5em;
    top: .22em;
    overflow: visible;
    color: #fff;
}

.newForm h2,.newFormText h2 {
    font-weight: 600;
    color: #00798D;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.newForm h2 {
    margin-top: 0;
}

.newFormText h2 {
    margin-bottom: 27px;
}

.newFormText {
    padding-right: 30px;
}


.lpHeadingBg {
    background:url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/gs-lp-img.jpg')no-repeat center center;
    background-size:cover;
    min-height: 400px !important;
}

.lpHeadingBg2 {
    background:url('//www.goodsignsolutions.com/hubfs/Landing_page_photos/gs-biling-automation-bg2.jpg')no-repeat center center;
    background-size:cover;
    min-height: 400px !important;
}


.lpHeadingBg .heroText, .lpHeadingBg2 .heroText {
    text-align: center;
    color: #fff;
    padding-top: 10em;
}


.newForm h3#hs_cos_wrapper_module_144560053486817814_title {
    display: none;
}


.logoCont {
    padding: 20px 40px 10px 40px;
}

.logoCont img {
    max-width: 300px;
}

.newFormSocial {
    text-align: right;
    margin-top: 20px;
}

.newForm input.hs-button.primary.large {
    max-width: 100%;
}

.ghostButtonForm input.hs-button.primary.large {
    background-color: #fff;
    background-color: #fff2;
    border: 2px solid #46a9c6;
    border-color: #46a9c6;
    border-color: #46a9c6;
    transition: background-color .3s ease-in,border-color .3s ease-in;
    font-style: normal;
    color: #46a9c6;
}

.ghostButtonForm input.hs-button.primary.large:hover {
    color: #fff;
    background-color: #46a9c6;
    font-size: 18px;
    border: 2px solid #46a9c6;
    border-radius: 5px;
    text-align: center;
    outline: 0;
    text-decoration: none;
    transition: background-color .2s ease-out,border-color .2s ease-out;
    font-style: normal;
}








/*--------- TOMIN LP -----------*/

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


.lpSubscribe #hs_cos_wrapper_module_1446560187809974 {
    background: none !important;
}


/* ========= MEDIA QUERIES ================================================================================================================================================ */

@media screen and (max-width: 1024px){
 
 .newHomepage2017 .Section9-ElementContainer .row-fluid .span6 {
    width: 45% !important;
}
 
}    



@media screen and (max-width: 990px) {
 .newHomepage2017 .Section9-leftElement {
    
}
.newHomepage2017 .Section9-rightElement {
}
 
 
}

@media screen and (max-width: 900px) {
    video#bgvid {
    display:none;
    }  
    
    .overlay {
    background: url('//www.goodsignsolutions.com/hubfs/New_Webpage_Images/nc-home-mobile-img.jpg')no-repeat center center;
    position: relative;
    right: 0;
    /* top: -800px; */
    min-width: 100%;
    min-height: 100%;
    height: 650px;
    overflow: hidden;
    
    }
}

@media screen and (min-width: 769px){
    
     .newHomepage2017 .Section9-leftElement {
        min-width: 320px;
        max-width: 450px;
        
    }
    .newHomepage2017 .Section9-rightElement {
        min-width: 320px;
        max-width: 450px;
    }
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){ 
    .quoteBg .hs_cos_wrapper_type_linked_image img {
        display: block;
    }
    
    .quoteBg {
        background: transparent;
        background-repeat: no-repeat !important;
        background-size: contain;
        background-position-x: initial;
        background-position-y: initial;
        background-position: center;
        background-attachment: initial;
    }
    
    .quotePersonBg {
        background: #fff;
    }
    
    .businessChallenge .darkHalf, 
    .businessChallenge .lightHalf {
        min-height: initial !important;
    }
    
}


@media screen and (max-width: 768px) {
    
    .newHomepage2017 .homeHeadingBgContainer {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/GS-frontpage-image-1920.jpg?t=1489057942361);
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: 60vh;
        height: auto;
    }
    
    .businessChallenge .darkHalf, 
    .businessChallenge .lightHalf {
        min-height: initial !important;
    }
    
    .businessChallenge .Section5-left-text {
        padding-top: 0;
    }
    
    .quoteBg .hs_cos_wrapper_type_linked_image img {
        display: block;
    }
    
    .newHomepage2017 .quoteContainer {
        padding-top: 40px;
        padding-bottom: 40px;
        background: transparent;
    }
    
    .businessChallenge .Section10-Bottom-Inner-Element {
        background-color: #00798d;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    
    .businessChallenge .Section10-Bottom-Element {
        background-color: #00b6c7;
        margin-top: 30px;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    
    .businessChallenge .back {
        margin-top: 0;
        background-size: contain;
    }
    
    .businessChallenge .flip-container, 
    .businessChallenge .front1, 
    .businessChallenge .front2-1, 
    .businessChallenge .front3-1, 
    .businessChallenge .front4-1,
    .businessChallenge .front5-1,
    .businessChallenge .back {
        width: 100%;
    }
    
    .newHomepage2017 .Section2-Element-Container > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 3em 0;
    }
    
    .businessChallenge .Section5-left-element {
        padding-right: 0;
        text-align: left;
        padding: 3em 2em;
    }
    
    .businessChallenge .Section5-left-text p {
        color: #fff;
        padding-left: 0;
    }
    
    .imageBgTwo .darkHalf, .imageBgTwo .lightHalf {
        min-height: 200px !important;
    }
    
    .businessChallenge .Section5-right-top-text, .businessChallenge .Section5-right-bottom-text {
        margin-bottom: 15px;
        padding: 3%;
        width: 60%;
        margin: 1em auto !important;
        float: none !important;
        text-align: center;
        color: #fff;
        padding-bottom: 0;
    }
    
    .businessChallenge .Section10-TitleText {
        padding-top: 20px;
        background-color: #00b6c7;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .businessChallenge .fullWidthContainer.Section10-FlipContainer {
        margin-top: 0;
    }
    
    .businessChallenge .Section10-TitleText {
        padding-top: 20px;
        background-color: #00b6c7;
        position: relative;
        margin-bottom: 0;
    }
    
    .businessChallenge .Section5-Bg {
        background-position: left;
    }

    .businessChallenge .section1-left-element {
        padding-right: 0;
        padding-left: 0;
    }
    
    .businessChallenge .section1-left-bottom p {
        padding: 3em 1em;
    }
    
    .businessChallenge .section1-right {
        /* padding-left: 5%; */
        padding-right: 0;
    }
    
    /* FLIP OVERLAY */

    .row-fluid .flipOverlay {
        display: none !important;
    }
    
    .businessChallenge .Section10-Bottom-Element {
        display: block;
    }
    
    .quoteBg {
        /* background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/bus_challenge_all_bubbles_w_text.png?t=1488887280878); */
        background: url(https://www.goodsignsolutions.com/hubfs/2017_Website/Business%20Challenge/Uudet%20kuvat/bus_challenge_all_bubbles_w_text.png);
        background-repeat: no-repeat !important;
        background-size: contain;
        background-position-x: initial;
        background-position-y: initial;
        background-position: center;
        background-attachment: initial;
    }
    
    .quotePersonBg {
        background: #fff;
    }
    
    .newHomepage2017 .Section2-Left-Element-Bg {
        background-color: #00b6c7;
        position: relative;
        width: 320px;
        margin: 2em 2em 5em;
        margin-top: 100px;
        
    }
    
    .Section2 .centeredText.darkText {
    }
    
    .newHomepage2017 .Section2-Right-Element-Bg {
        background-color: #00b6c7;
        position: relative;
        width: 320px;
        margin: 2em 2em 5em;
        margin-top: 100px;
    }
    
 .newHomepage2017 .Section9-leftElement {
    margin-bottom: 40px;
    
}
.newHomepage2017 .Section9-rightElement {
    margin-bottom: 40px;
    margin-left: 0px;
}

.newHomepage2017 .Section9-ElementContainer {
    padding-left: 2%;
    padding-right: 2%;
}

.newHomepage2017 .Section9-ElementContainer .row-fluid .span6 {
    width: 100% !important;
}


.hugeText span#hs_cos_wrapper_module_1458092679221179716{
    display: flex;
    align-items: center;
    justify-content: center;
}









.hugeText span#hs_cos_wrapper_module_1458092673243178416{
    padding-bottom: 22px;
}





.hugeText span#hs_cos_wrapper_module_1458090197320141995{
    padding-bottom: 22px;
}



.hugeText span#hs_cos_wrapper_module_1458090187689140719{
   padding-bottom: 22px;
}





.hugeText span#hs_cos_wrapper_module_145808472730899797{
   padding-bottom: 22px;
}


.hugeText span#hs_cos_wrapper_module_1458084736076101045{
  padding-bottom: 22px;
}





.hugeText span#hs_cos_wrapper_module_145805845607755262{
    padding-bottom: 22px;
}



.hugeText span#hs_cos_wrapper_module_145805847058756522{
    padding-bottom: 22px;
}


.hugeText span#hs_cos_wrapper_module_144683512112472900 {
  padding-bottom: 22px;
}

.hugeText span#hs_cos_wrapper_module_144683512476673896{
   padding-bottom: 22px;
    
}

    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
    
    
    
    
    
    
    /*.hugeText span#hs_cos_wrapper_module_144683512476673896{
    display: inline-block !important;
    width: 100%;
    max-width: 650px;
    vertical-align: top;
}*/
    
    
   .span6.widget-span.widget-type-rich_text.hugeText {
    display: block !important;
    width: 100%;
    max-width: 650px;

    
} 




    .downList {
   float: none;
    margin-right:0;
    width:auto;
    border:0;
}

    
    
 
    
    
    
  /*  
    .hugeText {
    font-size: 3.5em;
    line-height: 1em;
    text-align: center;
    color: #00798D;
    font-weight: 600;
    display:block;
    
}*/

.halfDarkContainer .rightText {
    float: left !important;
}
    
    
    
    #quote-carousel .carousel-control.right {
        right: -2% !important;
    }
    
    #quote-carousel .carousel-control.left {
        left: -2% !important;
    }
    
    #quote-carousel .carousel-inner {
        position: relative;
        width: 85%;
        overflow: hidden;
        float: none!important;
        margin: 0 auto!important;
    }
    
    .resource-text {
        min-height: 100%;
    }
    
    .newBody .ghost-button-semi-transparent {
        max-width: 250px;
        display: block;
        float: none !important;
        margin: 0 auto !important;
    }
    
    .single-resource {
        max-width: 480px;
        margin: 2em auto;
        display: block;
        position: relative;
        margin-bottom: 4em!important;
        text-align: center;
        min-height: 100%;
        padding-bottom: 4em;
    }
    
    .newBody .resource-cta {
        position: relative;
        width: 100%;
        bottom: 0;
    }
    
    
    .vidContainer .textLeft {
        text-align:center;
    }
    
    .vidContainer h2 {
        max-width:100% !important;
    }
    
    .singleSomeWrap {
        margin:1em 0;
    }
    
    .singleSomeWrap .textLeft {
        text-align:center;
    }
    
    .singleSomeWrap .someImg {
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
    }
    
    
    
    .flip-container, .front, .front2, .front3, .front4, .front5, .back {
        width: 97%;
        height: 320px;
        margin-top: 3em;
    }
        
    .back {
        transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        background-color: #00798D;
        border-radius: 3px;
        text-align: center;
        left: -3%;
    }
    
    
    .darkHalf, .lightHalf {
        width: 100%!important;
        min-height: 600px!important;
        margin-left: 0!important;
        padding: 2em;
    }
    
    .quoteImg img {
        border-radius: 50%;
        border: 8px solid #00798D;
        float: none!important;
        margin: 0 auto !important;
        display: block;
    }
    
    .quoteContainer .textLeft {
        text-align:center;
    }
    
    .fullWidthContainer {
        max-width: 1000px;
        float: none!important;
        margin: 50px auto!important;
        padding: 0 1em;
    }
  .fullWidthContainer2 {
        max-width: 1300px;
        float: none!important;
        margin: 50px auto!important;
        padding: 0 1em;
    }
    
    .newHomepage2017 .homeHeadingBgContainer {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/GS-frontpage-image-1920.jpg?t=1489057942361);
        background-size: cover;
        background-position: center;
        width: 100%;
        min-height: 100vh;
        height: auto;
    }
    
    
      
}

@media screen and (max-width: 480px) {
    
    .newHomepage2017 .homeHeadingBgContainer {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/GS-frontpage-image-1920.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 85vh;
   
}
    .newHomepage2017 .homeHeroText p {
        margin-top: 0em !important;
        font-size: 1.5em;
    }
    
    .newHomepage2017 .homeHeroText h1 {
        font-size: 2.4em;
    }
    
    .newHomepage2017 .homeHeroText2 p {
        font-size: 1.5em;
    }
    
    .newHomepage2017 .homeHeroText3 p {
        font-size: 1.8em;
    }
    
    .newHomepage2017 .Section2-Left-Element-Bg {
        background-color: #00b6c7;
        position: relative;
        width: 320px;
        margin: 2em 0em 5em;
        margin-top: 100px;
        
    }
    
    .Section2 .centeredText.darkText {
    }
    
    .newHomepage2017 .Section2-Right-Element-Bg {
        background-color: #00b6c7;
        position: relative;
        width: 320px;
        margin: 2em 0em 5em;
        margin-top: 100px;
    }

.newHomepage2017 .Section2-Element-Container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0em 0;
}

.newHomepage2017 .Section2-TitleText h2 {
    font-size: 1.5em;
}

.newHomepage2017 .Section2 .fullWidthContainer {
    margin-bottom: 5px !important;
    margin-top: 20px !important;
}

.newHomepage2017 .Section9-ElementContainer {
    padding-top: 0px;
}

.newHomepage2017 .Section10-TitleText {
    padding-top: 20px;
    padding-bottom: 0px;
}

.newHomepage2017 .Section10-TitleText h2 {
    font-size: 1.5em;
    margin-bottom: 0px;
}

.businessChallenge .Section5-right-top-text, .businessChallenge .Section5-right-bottom-text {
    margin-bottom: 15px;
    padding: 3%;
    width: 95%;
    margin: 1em auto !important;
    text-align: center;
    color: #fff;
}

.newHomepage2017 .Section10-FlipContainer .flip-container {
    margin-top: 0px !important;
}

.businessChallenge .Section10-FlipContainer .flip-container {
    margin-top: 3em !important;
}

.newHomepage2017 .Section10-FlipContainer .flip-container .front {
    margin-top: 0% !important;
}

.newHomepage2017 .Section10-FlipContainer .flip-container .back {
    margin-top: 0% !important;
}

.newHomepage2017 .Section10-FlipContainer {
    margin-bottom: 10px !important;
}

.newHomepage2017 .Section11-TitleText p {
    font-size: 1.5em;
}

.newHomepage2017 .Section11-TitleText {
    padding-top: 20px;
}

.newHomepage2017 .Section12-Img {
    padding-top: 0px;
}

.newHomepage2017 .Section13-TitleText h2 {
    font-size: 1.5em;
}

.newHomepage2017 .Section13-BlogFeedBox {
    margin-right: 0px;
    width: 100%;
}

.newHomepage2017 .Section13-form {
    margin-right: 0px;
    width: 100%;
}

.newHomepage2017 .Section14-TitleText h2 {
    font-size: 1.5em;
}

.newHomepage2017 .Section6-TitleText h2 {
    font-size: 1.5em;
}

.newHomepage2017 .Section9-TitleText h2 {
    font-size: 1.5em;
}

.newHomepage2017 .Section8-TitleText h2 {
    font-size: 1.5em;
}


.newHomepage2017 .Section9-ElementContainer {
    padding-left: 2%;
    padding-right: 2%;
}

    .newHomepage2017 .homeHeadingBgContainer {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(//www.goodsignsolutions.com/hubfs/2017_Website/Homepage/GS-frontpage-image-1920.jpg?t=1489057942361);
            background-size: cover;
            background-position: center;
            width: 100%;
            min-height: 60vh;
            height: auto;
    }
    
    
    .newHomepage2017 .homeHeroText3 p {
        font-size: 1.5em;
        padding: 0 .5em;
    }
}
@media screen and (max-width: 374px) {
  .newHomepage2017 .Section2-Left-Element-Bg {
        background-color: #00b6c7;
        position: relative;
        width: 240px;
        margin: 2em 0em 5em;
        margin-top: 100px;
        
    }
    
    .Section2 .centeredText.darkText {
    }
    
    .newHomepage2017 .Section2-Right-Element-Bg {
        background-color: #00b6c7;
        position: relative;
        width: 240px;
        margin: 2em 0em 5em;
        margin-top: 100px;
    }

.newHomepage2017 .Section2-Right-Element-Bg:before,
.newHomepage2017 .Section2-Left-Element-Bg:before {
  border-bottom: 100px solid #00b6c7;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -100px;
  width: 0;
}

.newHomepage2017 .Section9-Bg h1 {
    font-size: 1.8em;
}

}

