/*
Theme Name: Divi Child Theme
Version: 1.0
Description: A customized version of Divi
Author: Full Spectrum Marketing
Author URI: http://www.fullspectrummarketing.com
Template: Divi
*/


/* hide Divi branding in footer */

#footer-info {
    display: none;
}

#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2em;
}

#footer-widgets .footer-widget li:before {
    border: none;
}

@media only screen and ( min-width:981px) {
    /* set the slider height for hero images */
    .et_pb_slider,
    .et_pb_slider .et_pb_container {
        /*height: 600px !important;*/
    }
    .et_pb_slider,
    .et_pb_slider .et_pb_slide {
        /*max-height: 600px;*/
    }
    .home-hero .et_pb_slide_description {
        padding: 8% 40% 24% 0;
    }
    .home-hero .et_pb_bg_layout_dark .et_pb_slide_description {
        text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    }
    .home-hero .et_pb_slide {
        height: calc(100vh) !important;
    }
    #top-menu {
        text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    }
    #logo {
        -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
    }
}

#copyright {
    color: #fff;
    line-height: 5em;
    text-align: center;
    font-size: 14px;
}

#page-container {
    overflow: hidden;
}


/* material design shadows */

body {
    background: #e2e1e0;
    text-align: center;
}

.depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.depth-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.depth-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.depth-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.depth-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.depth-hover {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover,
.page-blurb .et_pb_blurb_content:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
    background-color: #fafafb !important;
}

.depth-hover:hover .et_pb_testimonial_portrait {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: saturate(5);
}

.depth-hover .et_pb_testimonial_portrait,
.page-blurb .et_pb_blurb_content {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* material design button click ripple */

.ripple {
    overflow: hidden;
}

.ripple:active {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(100);
        opacity: 0;
    }
}

body .et_pb_contact_submit,
body .et_password_protected_form .et_submit_button,
body .et_pb_bg_layout_light .et_pb_newsletter_button,
body .form-submit .et_pb_button,
body .et_pb_bg_layout_light .et_pb_promo_button,
body .et_pb_bg_layout_light .et_pb_more_button,
body .et_pb_bg_layout_light.et_pb_module.et_pb_button {
    color: #fff;
}


/* custom css below */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.et_pb_button {
    padding: .75em 3em .75em 1.7em !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
}

.et_header_style_left .logo_container {
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 980px) {
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

#top-menu li li a {
    padding: 6px 0 !important;
}

#top-menu li ul.sub-menu .current-menu-item a {
    color: #323e48 !important;
}

@media only screen and (min-width: 981px) {
    .alt-header #main-header {
        background-image: radial-gradient(circle at top right, #323e48 0, #3a4d75 100%) !important;
    }
    .alt-header.et_header_style_left .logo_container {
        border-bottom: 0;
    }
    #top-menu {
        display: flex;
        width: 100%;
        flex: 100%;
    }
    #top-menu li {
        flex-grow: 1;
        text-align: center;
    }
    #top-menu li a {
        font-weight: 900 !important;
    }
    #top-menu-nav {
        width: 100%;
    }
    #et-top-navigation {
        padding-left: 0 !important;
        width: calc(100% - 300px);
    }
    .et_pb_fullwidth_section .header-content {
        width: 100% !important;
        max-width: 1000px !important;
        margin: 0 auto !important;
    }
    #menu-item-205 a {
        background: #882338;
        padding: 1em 1.75em 1em 1.75em !important;
        letter-spacing: 1px;
        font-weight: 600 !important;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 14px !important;
        width: auto;
        display: inline;
    }
    .menu-item-205 a {
        white-space: nowrap;
    }
    .split-rows .et_pb_row.et_pb_equal_columns {
        display: flex;
        align-items: center;
    }
    .split-rows .et_pb_row.et_pb_equal_columns img {
        width: 100%;
    }
    .et_pb_row.et_pb_equal_columns>.et_pb_column {
        order: 1;
    }
    .split-rows .et_pb_text {
        margin: 0 !important;
    }
    .see-all-button {
        float: right;
    }
    #main-header .nav li ul a {
        color: #323e48;
        text-shadow: none;
        text-align: left;
        font-weight: 600 !important;
    }
    #top-menu li li a {
        font-size: 14px;
    }
}

@media only screen and (max-width:980px) {
    .home-hero .et_pb_slide_content p {
        line-height: 1.25em;
    }
    .home-hero .et_pb_container {
        width: 100%;
    }
    .see-all-button {
        margin-bottom: 6px !important;
    }
}


/* .split-rows */

.split-rows,
.split-rows .et_pb_row {
    padding: 0 !important;
}

.menu-item-462 a:after {
    content: 'Claims & Benefit Information';
    display: block;
    font-weight: 600;
    font-size: 12px;
}

body .gform_wrapper .gform_footer input.button {
    background: #872136;
    padding: 1em 1.75em 1em 1.75em !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px !important;
    width: auto;
    display: inline;
    letter-spacing: 1px !important;
}

.z-top {
    z-index: 999;
}

#media_image-2 {
    margin-bottom: 0 !important;
}

.point-25 .percent-value:after {
    content: '.25';
}

.et_pb_fullwidth_header:header {
    background: inherit;
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: -1;
}


/* angles */

.outer-angle-before:before {
    border-bottom: 150px solid #ffffff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    width: 0;
    height: 0;
    top: -150px;
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.outer-angle-before:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 50px #fff;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
    z-index: 99999;
}

.outer-angle-before {
    padding-top: 100px;
}

.inner-angle-after:after {
    border-top: 150px solid transparent;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    width: 0;
    height: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

@media only screen and (max-width: 980px) {
    .inner-angle-after:after,
    .outer-angle-after:after {
        border: none !important;
    }
    body .et_pb_fullwidth_header {
        padding-bottom: 2em !important;
    }
    .et_pb_testimonial_description_inner {
        padding: 0 !important;
    }
    .et_pb_testimonial_description_inner:before {
        left: 0px !important;
        top: -80px !important;
    }
    .et_pb_testimonial_description_inner:after {
        display: none !important;
        visibility: hidden;
    }
}

.inner-angle-after.border-lgray:after {
    border-left: 50vw solid #e6e9ed;
    border-right: 50vw solid #e6e9ed;
}

.outer-angle-before-inside {
    padding-top: 0 !important;
}

.outer-angle-before-inside:before {
    border-bottom: 150px solid #e6e9ed;
    border-left: 50vw solid white;
    border-right: 50vw solid white;
    width: 0;
    height: 0;
    top: 0;
    content: "";
    display: block;
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.outer-angle-before-inside:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 50px;
    border-top-color: #edeeef;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
    z-index: 99;
}

.outer-angle-after:after {
    border-top: 150px solid transparent;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    width: 0;
    height: 0;
    bottom: 0;
    content: "";
    display: block;
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.outer-angle-after {
    padding-bottom: 0 !important;
}

@media only screen and (max-width:980px) {
    .outer-angle-before:before {
        border-bottom: 40px solid #fff;
        top: -40px;
    }
}


/* home-hero */

.home-hero .et_pb_slide {}

.home-hero .header-content {
    padding-top: 6vh;
    padding-bottom: 14vh;
}

.home-hero.short-header .header-content {
    padding-top: 5vh;
    padding-bottom: 10vh;
}


/* testimonials */

.et_pb_testimonial_description:before {
    content: 'it works...';
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: 600;
}

.et_pb_testimonial_description_inner {
    padding: 20px 160px 0 160px;
}

.et_pb_testimonial_description_inner:before {
    display: inline-block;
    font: normal normal normal 14px/1 Arial, Helvetica;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\201C";
    position: absolute;
    left: 50px;
    top: 0;
    line-height: .5em;
    font-size: 10em;
}

.et_pb_testimonial_description_inner:after {
    display: inline-block;
    font: normal normal normal 14px/1 Arial, Helvetica;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\201D";
    position: absolute;
    right: 50px;
    bottom: 0;
    line-height: .5em;
    font-size: 10em;
}

body .et_pb_testimonial .et_pb_testimonial_author,
body .et_pb_testimonial .et_pb_testimonial_meta {
    font-size: 20px;
    font-weight: 400;
    text-align: right;
}

body .et_pb_testimonial .et_pb_testimonial_meta {
    font-style: italic;
}


/* get started */

#get-started h2 {
    color: #323e48;
    font-weight: 600;
}

#get-started h3 {
    font-weight: 900;
}

#get-started .et_pb_button {
    width: 100%;
}

.et_pb_button.btn-alt {
    color: #58595b !important;
    background-color: #fff;
    border: 1px solid #58595b !important;
}

.et_pb_button.btn-alt:hover {
    background-color: rgba(255, 255, 255, .5) !important;
}


/* footer newsletter form */

#gform_2 label {
    display: none;
}

#gform_2 #input_2_1 {
    padding: 10px !important;
    background: #fff !important;
    border-radius: 4px !important;
    height: 40px !important;
}

#gform_2 #gform_submit_button_2:after,
body .et_pb_button:after,
.more-link:After,
a.more:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a9" !important;
}

a.more:after,
.more-link:after {
    padding-left: .5em;
}

@media (min-width: 641px) {
    body .gform_wrapper #gform_2 .gform_body {
        width: 100%;
    }
}

#gform_2 {
    position: relative;
}

#gform_2 #gform_submit_button_2:after {
    font-size: 20px;
}

#gform_2 #gform_submit_button_2 {
    font-size: 0px;
    background-color: #872337;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    height: 39px;
}

#gform_2 .gform_footer {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    cursor: pointer;
}

#main-footer {
    box-shadow: inset 0px 5px 20px rgba(0, 0, 0, .5);
    background-image: radial-gradient(circle at top right, #19468c 0, #0d2750 100%) !important;
}

@media only screen and (min-width:981px) {
    #main-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 0;
    }
    #main-content {
        background-color: #fff !important;
        margin-bottom: 670px;
        z-index: 1;
        position: relative;
    }
    .service-row .et_pb_blurb .et_pb_blurb_description {
        padding: 0 25px;
    }
}


/* .page-blurb */

.page-blurb .et-pb-icon {
    font-size: 32px !important;
}

.page-blurb .et_pb_blurb_content {
    font-size: 13px !important;
}

.page-blurb .et_pb_main_blurb_image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-blurb .et_pb_blurb_content {
    padding: 4em 2em 3em 2em;
    border: 1px solid #333f49;
    border-radius: 5px;
    min-height: 340px;
}

.page-blurb .et_pb_module_header:after {
    content: '';
    height: 3px;
    width: 50px;
    background-color: #323e48;
    display: block;
    text-align: center;
    margin: 15px auto 10px auto;
}


/* short-blog-list */

.short-blog-list .post-content p,
.short-blog-list .post-content a {
    font-size: 13px !important;
    line-height: 1.75em;
}

.short-blog-list .post-content a {
    text-transform: uppercase;
    position: absolute;
    bottom: 1.5em;
}

.short-blog-list .et_pb_blog_grid .et_pb_post {
    border: 1px solid #333f49;
    border-radius: 5px;
    min-height: 320px;
}

.short-blog-list .et_pb_post {
    position: relative;
    margin-bottom: 0 !important;
}


.short-blog-list .et_pb_post {
    position: relative;
    margin-bottom: 0 !important;
}


/* .big-blog */

.big-blog article {
    position: relative;
}

.big-blog article .entry-title {
    text-align: left;
}


/* .list-text */

.list-text {
    margin-bottom: 2em;
}

.list-text h3 {
    font-size: 20px;
    color: #ea7600;
    font-weight: bold;
}

.list-text h3 em {
    font-style: normal;
    padding-right: 1em;
}


/* video 
.mejs-mediaelement:before {
    content: '';
    background: #323e48;
    mix-blend-mode: overlay;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/


/* .gform_wrapper */

.gform_wrapper {}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    padding: 8px !important;
    font-size: 16px !important;
    background: transparent !important;
    padding-left: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .87);
    height: 36px !important;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    color: rgba(0, 0, 0, .87) !important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper textarea.textarea:focus,
body div.form_saved_message div.form_saved_message_emailform form input[type=text]:focus {
    border-bottom: 3px solid #ea7600;
    padding-bottom: 6px !important;
}

body .gform_wrapper .top_label .gfield_label {
    font-size: .8em;
    font-weight: normal;
    color: rgba(0, 0, 0, .87);
    display: block;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

body .gform_footer.top_label {
    padding-right: 16px;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: none !important;
    border-bottom: 1px solid #ee3912 !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper li.gfield_error textarea.textarea:focus,
body div.form_saved_message div.form_saved_message_emailform form input[type=text]:focus {
    border-bottom: 3px solid #ee3912 !important;
    padding-bottom: 6px !important;
}

body .gform_title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.gfield_description.validation_message {
    display: none !important;
}

.gform_wrapper select {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, .87) !important;
    border-radius: 0 !important;
    padding: 8px 8px 8px 0 !important;
    -webkit-appearance: none !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, .87) !important;
    height: 36px !important;
    line-height: initial !important;
}

.gfield_description {
    padding-top: 0 !important;
}

.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
    display: inline-block;
    vertical-align: top;
    width: 180px;
}


/* schedule form */

#gform_3 .gform_title,
#gform_3 .gform_footer,
#gform_1 .gform_title,
#gform_1 .gform_footer {
    text-align: center;
}

.gform_wrapper .gform_footer input.button {
    color: #fff !important;
}


/* .single-post / .page-id-79 */

.post-content {
    text-align: left;
}

.page-id-79 .et_pb_post {
    padding: 4%;
    background: #fff;
    overflow: hidden;
}

.page-id-79 .et_pb_post .post-content,
.page-id-79 .et_pb_post .entry-title,
.page-id-79 .et_pb_post .post-meta {
    position: relative;
}

.page-id-79 .et_pb_post .post-meta {
    padding-bottom: 25px;
    text-align: left;
}

.page-id-79 .et_pb_post .post-content {
    background: #fff;
    padding: 4%;
}

.page-id-79 .et_pb_post .post-content p {
    font-size: 16px !important;
}

.page-id-79 .et_pb_post:before {
    width: 100%;
    overflow: hidden;
    transform: skewY(-7deg);
    transform-origin: 0 0;
    background: linear-gradient(150deg, #0a254e 15%, #19468c 70.75%, #c3c6c9 70.75%);
    position: absolute;
    content: '';
    left: 0;
    height: 350px;
    top: 0px;
    z-index: 0;
}

.page-id-79 article .more-link {
    padding-top: 1.5em;
    text-transform: uppercase;
    clear: both;
    display: inline-block;
}

.single-post #main-content .container:before {
    position: absolute;
    top: 0;
    width: 0px;
    height: 100%;
    background-color: transparent;
    content: "";
    display: none;
}

@media only screen and (min-width: 981px) {
    .single-post #main-header,
    .category #main-header {
        background-image: radial-gradient(circle at top right, #19468c 0, #0d2750 100%) !important;
    }
    .single-post.et_header_style_left .logo_container,
    .category.et_header_style_left .logo_container {
        border-bottom: 0;
    }
    .single-post .entry-title,
    .category .entry-title {
        font-size: 30px;
        text-align: left;
    }
}


/* bios */

.et_pb_team_member_image {
    margin: 0 auto 1em auto !important;
}

.et_pb_team_member_description {
    text-align: left;
}

p.et_pb_member_position,
.et_pb_team_member_description .et_pb_module_header {
    text-align: center;
}


/* .sub-menu */

.sub-menu {
    background: #fff;
    border-color: #882439 !important;
}

.sub-menu a {
    color: #2e2e30;
}


/* .report-row */

.report-row * {
    font-size: 14px;
}

.report-row h5 {
    font-size: 18px;
    text-transform: uppercase;
}

.report-row p:last-of-type {
    padding-bottom: 1em;
}

#mobile_menu {
    background: #fff !important;
}

#mobile_menu a {
    color: #666 !important;
}


/* Savings table */

#savings-table {
    margin-top: 1em;
}

#savings-table td {
    text-align: center;
}

#savings-table .header-col {
    font-weight: 900;
    color: #0a254e;
    background: #c0d6f9;
}

#savings-table .list-col {
    background: #872136;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

#savings-table .cost-col {
    background: #ea7600;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

#savings-table .save-col {
    background: #0a254e;
    color: #fff;
}

/* leave a public review page  */

#post-4883 .et_pb_fullwidth_header_0,
#post-4855 .et_pb_fullwidth_header_0,
#post-4879 .et_pb_fullwidth_header_0{
background-color: #19468c;
}

/* leave feedback page */


@media only screen and (max-width: 600px) {
.page-id-4879 .et_pb_module.et_pb_text.et_pb_text_1{
	max-width: 300px !important;
}
	.page-id-4879 div.et_pb_row_0 {
    min-width: 0 !important;
}
}