/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");

.home-page-h2-white {
    color: #fff;
    font-size: 24px!important;
    text-transform: uppercase;
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}

.home-page-h2-blue-dark {
    color: #2a458c;
    font-size: 24px!important;
    text-transform: uppercase;
}

.home-page-h2-blue-dark-news-header {
    color: #2a458c;
    font-size: 24px!important;
}

.home-page-h2-blue-dark-bold {
    color: #2a458c;
    font-size: 32px !important;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 900;
}

.home-page-h2-white-bold {
    color: #fff;
    font-size: 32px !important;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 900;
}

.home-page-h2-blue-light {
    color: #97b1d6;
    font-size: 28px!important;
    text-transform: uppercase;
    font-weight:900;
}

.home-page-p-blue-light {
    font-size: 16px;
    color: #97b1d6;
    font-weight:600;
}


.home-page-p {
    font-size: 18px;
    color: #fff;
}

.home-page-p-blue-dark {
    font-size: 18px;
    color: #2a458c;
}

.home-page-p-black {
    font-size: 16px;
    color: #000;
}


/* Padding for h2 header */
div.et_pb_code.et_pb_module.et_pb_code_1, div.et_pb_code.et_pb_module.et_pb_code_4, div.et_pb_code.et_pb_module.et_pb_code_7 {
    margin-bottom: 29px!important;
}

/* Padding for News h2 header */
div.et_pb_code.et_pb_module.et_pb_code_14, div.et_pb_code.et_pb_module.et_pb_code_18 {
    margin-bottom: 49px!important;
}

/* Padding (top/bottom) for sections */
div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_4.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_5.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_6.et_section_regular {
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Container - Border Bottom */
div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_2.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular {
    border-bottom: 10px solid #97b1d6;
}

/* Container - Border Top */

div.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_5.et_pb_with_background.et_section_regular, div.et_pb_section.et_pb_section_6.et_section_regular {
    border-top: 10px solid #97b1d6;
}

/* Member Spotlight - No Padding bottom*/
div.et_pb_section.et_pb_section_4.et_pb_with_background.et_section_regular {
    padding-bottom: 0!important;
}

/* News Boxes

div.et_pb_column.et_pb_column_1_3.et_pb_column_7 {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
 
  */

/* Homepage Dark Button*/
a.et_pb_button.et_pb_button_3.et_pb_module.et_pb_bg_layout_light, a.et_pb_button.et_pb_button_4.et_pb_module.et_pb_bg_layout_light, a.et_pb_button.et_pb_button_5.et_pb_module.et_pb_bg_layout_light, a.et_pb_button.et_pb_button_6.et_pb_module.et_pb_bg_layout_light, a.et_pb_button.et_pb_button_7.et_pb_module.et_pb_bg_layout_light, a.et_pb_button.et_pb_button_3.et_pb_module.et_pb_bg_layout_light {
    color: #2a458c!important;
}

a.et_pb_button.et_pb_button_3.et_pb_module.et_pb_bg_layout_light:hover, a.et_pb_button.et_pb_button_4.et_pb_module.et_pb_bg_layout_light:hover, a.et_pb_button.et_pb_button_5.et_pb_module.et_pb_bg_layout_light:hover, a.et_pb_button.et_pb_button_6.et_pb_module.et_pb_bg_layout_light:hover, a.et_pb_button.et_pb_button_7.et_pb_module.et_pb_bg_layout_light:hover {
    color: #2a458c!important;
    background: #fff!important;
    border-color: #2a458c!important;
}

/* Homepage Video Border

div.et_pb_code.et_pb_module.et_pb_code_10 {
    border: 10px solid #97b1d6;
}
 */
/* Homepage Icon Styles */
.home-page-icons::before {
    display: inline-block;
    margin-right: .5em;
    padding-top:25px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 7em;
    height: 52px;
    line-height: 44px;
    width: 52px;
    text-rendering: auto;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color:#fff;
}

/* Homepage Icon Large Styles */
.home-page-icons-large::before {
    display: inline-block;
    margin-right: .5em;
    padding-top: 100px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10em;
    height: 52px;
    line-height: 44px;
    width: 52px;
    text-rendering: auto;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color:#fff;
}

.logo_showcase .slick-dots li button {
    border: 1px solid #97b1d6;
}

.logo_showcase .slick-dots li.slick-active button {
    background:#97b1d6 !important;
}

/* Footer Menu Style */

.footer-widget li::before, blockquote {
    display: none;
}

/* Main Nav Style */

#logo {
    display: inline-block;
    float: none;
    max-height: 84%;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.nav li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: -100px;
}

nav#top-menu-nav,
#top-menu,
nav.fullwidth-menu-nav,
.fullwidth-menu {
    float: left;
    padding-right: 30px;
}

.nav li ul {
    width: 280px!important;
}

#top-menu li li a {
    width: 240px!important;
}


/* Member Image Wrapper Style */

#imageWrapper { position: relative; height: 380px; }
#bottomImage { position: absolute; bottom: 0; }

ul.contact {
    list-style-type: none;
    color: #2a458c;
    font-size: 16px;
    padding-left:0!important;
}

.contact a {
    display: inline-block;
}

#footer-info {
float: none!important;
padding-bottom: 10px;
color: #666;
text-align: center!important;
}