/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(68,28): run-time error CSS1039: Token not allowed after unary operator: '-color_invert_bg_shade_light'
(182,28): run-time error CSS1039: Token not allowed after unary operator: '-theme-dark-color'
(186,28): run-time error CSS1039: Token not allowed after unary operator: '-color_invert_bg_shade_light'
 */
:root {
    --color_invert_bg_shade_light: #e9ecef;
    --theme-medium-color: #e6e6e6;
}
body {
    color: #767676;
}
.grey-module {
    background-color: #f8f8f8;
    border: 0 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, .video figcaption, h1, h2, h3, h4, h5, h6 {    
    font-weight: 700;
    line-height: 1.1;
    color: #2e6da4;    
}

h1 {    
    text-align: left;
}

@media only screen and (min-width: 600px) {
    h1 {
        font-size: xx-large;
        text-align: left;
    }
}

.form-section {
    padding-top: 18px;
    padding-bottom: 18px;
}
@media only screen and (min-width: 600px) {
    .form-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.form-section h3, .form-section h4, .form-section h5, .form-section h6 {
    margin-top: 12px;
    margin-bottom: 27px;
}

.col-md-offset-1 {
    margin-left: 8.33333%;
}

.col-md-4 {
    width: 33.33333%;
}

.col-md-5 {
    width: 41.66667%;
}

.validation-summary-errors {
    color: #495057;
}

.btn-expanded {
    width: 100%;
}

/* BK template changes */

#content {
    background-color: var(--color_invert_bg_shade_light);
}

#main {
    padding-bottom: 0px;
}

#headerrightsmall {
    display: none;
}

/* fp style */

.angle {
    
}

@media only screen and (min-width: 600px) {
    .angle {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: -35%;
        left: 0;
        transform-origin: 30%;
    }
}

.angle_right {
    
}

@media only screen and (min-width: 600px) {
    .angle_right {
        transform: skewY( 355deg );
    }
}

.home-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(auto,1128px);
    justify-content: center;
    padding: 20px 36px;
}

@media only screen and (min-width: 600px) {
    .home-section {
        position: relative;
        display: grid;
        grid-template-columns: minmax(auto,1128px);
        justify-content: center;
        padding: 80px 36px;
    }
}

.cards-home-container {        
    z-index: 1;
}

.card-home {
    display: flex;
    flex-direction: column;
    justify-self: center;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.card-home-title {
    margin: 8px auto;    
}

.card-home-content > * {
    font-weight: 500;
}

.card-home-description {
    margin-bottom: 16px;
    color: #475f72;
    font-size: 14px;
    line-height: 2;
    font-family: Adelle Sans,sans-serif;
}

.card-home-icon {
    text-align: center;
    margin-bottom: 20px;
}

.card-home-scale-img {
    height: 115px;
}

.link_blue {
    color: #00bffe;
    font-size: 14px;
}

.header-bg-wrapper, .header-content {
    position: relative;
}

[data-background-color=color_bg] {
    background-color: #fff;
}

[data-background-color=color_invert_bg_shade2] {
    background-color: #111a22;
}

[data-background-color=color_invert_bg_shade] {
    background-color: var(--theme-dark-color);
}

[data-background-color=color_invert_bg_shade_light] {
    background-color: var(--color_invert_bg_shade_light);
}

.footer {
    padding: 10px;
}

.section-title_center {
    text-align: center;
}

.section-title_center:before {
    margin-right: auto;
    margin-left: auto;
}

.caseStudy h3:before, .section-title:before {
    display: block;
    width: 104px;
    height: 4px;
    margin-bottom: 24px;
    background-color: #00bffe;
    content: "";
}

.caseStudy h3, .section-title {
    font-weight: 200;
    padding: 3px 0 1px;
    font-size: 22px;
    line-height: 1.18182;
    margin-bottom: 16px;
    background: none;
}

@media only screen and (min-width: 600px) {
    .caseStudy h3, .section-title {        
        font-weight: 400;
        padding: 3px 0 1px;
        font-size: 44px;
        line-height: 1.18182;
        margin-bottom: 16px;
        background: none;
    }    
}

.caseStudy h3[data-color=color_invert_fg], .section-title[data-color=color_invert_fg] {
    color: #fafafa;
}
