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

.single .et_pb_post {
    margin-bottom: 0;
}

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

#copyright a {
    color: #fff;
    text-decoration: underline;
}

#footer-boards {
    font-size: 14px;
    color: #fff;
    display: flex;
}

#footer-boards ul {
    list-style: none;
    float: left;
    padding-right: 20px;
    flex-grow: 1;
    width: 260px;
    display: flex;
}

#footer-boards ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#footer-boards ul li img {
    max-width: 100%;
}

#footer-boards p {
    line-height: 20px;
    flex-grow: 1;
    width: 40%;
    align-self: center;
}

body {
    font-weight: 400;
}


/* basic forms */

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: 1em;
    border: none;
    font-size: 14px;
}

body #page-container .et_pb_button,
body #page-container .gform_button {
    cursor: pointer;
}

#page-container h1 {
    color: #fdda21 !important;
}




/* 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,
.hover-blurb-row .et_pb_column,
#services .et_pb_portfolio_item {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover,
.hover-blurb-row .et_pb_column:hover,
#services .et_pb_portfolio_item: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;
}

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

.depth-hover .et_pb_testimonial_portrait {
    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;
    }
}


/* custom css below */


/* #main-header */

#page-container .hotline {
    padding-left: 30px;
    border: none;
}

#page-container .hotline a {
    padding-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.hotline:after {
    content: '';
    background-color: #ff6900;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 1.25em);
    margin-top: -1.25em;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}

.hotline:before {
    content: '\f095';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

@media only screen and (min-width: 981px) {
    #top-menu li li a {
        width: 200px;
        padding: 6px 10px;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 600;
    }

    .et_header_style_left #et-top-navigation nav > ul > li > a,
    .et_header_style_split #et-top-navigation nav > ul > li > a {
        padding-bottom: 40px;
        font-weight: 600;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
    }

    /*#logo {
		filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, .5));
	}*/

    #et-info,
    #et-secondary-menu > ul > li a {
        display: block;
        padding-bottom: 1.25em;
        font-weight: 400;
    }

    #top-header .container {
        padding-top: 1.25em;
        width: 100%;
        max-width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }



    #main-header {
        z-index: 9999999;
    }

    #main-header .logo_container {
        margin-top: -30px;
        width: auto;
    }

    #inside-hero .et_pb_fullwidth_header_container.right .header-content-container {
        width: 60%;
    }
}



/* buttons */

#page-container .et_pb_button,
body #page-container .gform_button {
    font-weight: 500;
    padding: .85em 5em .85em 1em;
    color: #fff;
}

#page-container .et_pb_button.orange-btn,
body #page-container .gform_button {
    background: #ff6900;
    border: none;
    text-align: center;
    padding: .85em 3em .85em 3em;
}



.btn-left-text {
    text-align: left !important;
    padding: .85em 5em .85em 1em !important;
}

#page-container .et_pb_button.orange-btn:hover,
body #page-container .gform_button:hover {
    background: #ff8632;
}


#page-container .et_pb_button:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 600;
    position: absolute;
    right: 1em;
}

#page-container .hero-btn .et_pb_button {
    text-transform: none;
    border: 1px solid #fff !important;
    background: rgba(255, 255, 255, .15);
}

#page-container .hero-btn .et_pb_button:after {
    color: #fdda21;
}

#page-container #main-content .hero-btn .et_pb_button:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f095';
    display: inline-block;
    position: static;
    font-weight: 600;
    opacity: 1;
    font-size: inherit;
    padding-right: 10px;
    color: #fdda21;
    margin-left: 0;
}


/* #home-hero */

#home-hero .et_pb_fullwidth_header_subhead {
    padding: 1.5em 0;
}

#home-hero .et_pb_header_content_wrapper strong {
    color: #fdda21;
    display: block;
}

#inside-hero .et_pb_header_content_wrapper strong {
    color: #fdda21;
}

/* leaf */

.leaf:before {
    content: '';
    display: block;
    height: 80%;
    width: 50%;
    background: url(/wp-content/themes/Divi-child/images/leaf-bg.png) no-repeat top left;
    position: absolute;
    background-size: contain;
    top: 10%;
    left: 5%;
}


/* hover-blurb-row */

.hover-blurb-row .et_pb_column {
    padding: 4%;
}

.hover-blurb-row .et_pb_column:hover {
    background: #87c13a;
    z-index: 9999;
}

.hover-blurb-row .et_pb_blurb_description {
    margin: 1em 0 2em 0;
}

/* arrow-link */

.arrow-link,
.project_category-success-stories .et_pb_module_header a {
    color: #00a9e0;
    border-bottom: 8px solid #004b87;
    padding-bottom: .5em;
    transition: .2s ease;
}

.et_pb_bg_layout_dark .arrow-link {
    color: #fff;
}

.arrow-link:after,
.project_category-success-stories .et_pb_module_header a:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 600;
    padding-left: .5em;
}

#success-story-list .project_category-services {
    display: none !important;
}

.arrow-link:hover {
    border-color: #0f7bd2;
}

/* stat-blurb */

.stat-blurb .et_pb_column .et_pb_blurb a {
    font-weight: 900;
}

.stat-blurb .et_pb_column .et_pb_blurb em {
    font-size: .8em;
}

.stat-blurb .et_pb_column .et_pb_module_header {
    opacity: 0;
    font-size: 0;
    line-height: 0;
}

.stat-blurb .et_pb_column:nth-child(n+1) .et_pb_blurb a {
    color: #60a511;
}

.stat-blurb .et_pb_column:nth-child(n+2) .et_pb_blurb a {
    color: #ff6802;
}

.stat-blurb .et_pb_column:nth-child(n+3) .et_pb_blurb a {
    color: #00a9e0;
}

.stat-blurb .et_pb_column:nth-child(n+4) .et_pb_blurb a {
    color: #f1b434;
}


/*Careers Page*/

/*#main-content h1.entry-title {
    color: #ffffff !important;
}*/


.fwpl-layout.el-wdlu9 {
    column-gap: 40px !important;
    row-gap: 41px !important;
}



.fwpl-row.el-5oxkr.careeres-list {
    height: 100%;
    min-height: 100%;
}

.fwpl-col {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    border-bottom: 4px solid #00a9e0;

}

@media only screen and (max-width:980px) and (min-width: 600px) {
    .fwpl-layout.el-wdlu9 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media only screen and (max-width: 601px) {
    .fwpl-layout.el-wdlu9 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


.fwpl-item.el-bv3vjm.job-title {
    font-weight: 600;
    font-size: 18px;
    color: #004b87 !important;
    min-width: 100%;

}

a.et_pb_button.apply-button.et_pb_bg_layout_light {
    border-radius: 3px;

}

a.et_pb_button.apply-button.et_pb_bg_layout_light:hover {
    background-color: #2ea3f2;
}

.fwpl-item.el-4jt7jp.career-button a {
    font-size: 16px;
    color: #00a9e0 !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;

}


.fwpl-item.el-4jt7jp.career-button a:hover {
    color: #ff6900 !important;
    text-transform: uppercase;
    font-weight: 600;

}


/* narrow-gutters */

@media only screen and (min-width:981px) {
    #page-container .narrow-gutters .et_pb_column {
        width: 24.75%;
        margin-right: 1%;
    }
}

.p-wide-space p {
    padding: 1em 0 1.5em 0 !important;
}


/* #main-footer */

#main-footer .et_pb_widget {
    width: 100%;
}

#main-footer .footer-widget:first-child .et_pb_widget {
    text-align: right;
    margin-bottom: 6%;
}

#main-footer .footer-widget .et_pb_widget {

    margin-bottom: 6%;
}


#main-footer #menu-social-links {
    margin: 0;
    padding: 0;

}

#main-footer #menu-social-links li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;

}

#main-footer #menu-social-links li a:after {
    content: '';
    display: inline-block;
    font-family: 'Font Awesome 6 Brands';
    font-size: 20px;
    line-height: 30px;
    color: #fdda21;
}

#menu-item-227 a:after {
    content: '\f082' !important;
}

#menu-item-228 a:after {
    content: '\f16d' !important;
}

#menu-item-4050 a:after {
	content: '\e61a' !important;
}

#menu-item-4051 a:after {
	content: '\f08c' !important;
}

#main-footer li:before {
    content: none !important;
}

#nav_menu-2 {
    border-top: 1px solid rgba(255, 255, 255, .25);
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    width: auto !important;
    float: right;
}

#nav_menu-2 h4 {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    padding-right: 1em;
}

#nav_menu-2 {
    display: flex;
    justify-content: flex-end;
}

#main-footer #menu-footer-menu li {
    display: inline-block;
    padding: 0;
    padding-right: .75em;
    border-right: 2px solid #fff;
    margin-right: .5em;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
}

#main-footer #menu-footer-menu li:last-child {
    border-right: none;
}

#menu-support-hotline #menu-item-241 {
    margin: 0;
    padding: 0;
}

#menu-support-hotline #menu-item-241 a:after {
    content: '330-434-9144';
    color: #ff6900;
    font-weight: 600;
    padding-left: .5em;
}

#menu-support-hotline #menu-item-241 a:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f095';
    display: inline-block;
    position: static;
    font-weight: 600;
    opacity: 1;
    font-size: inherit;
    color: #fff;
    margin: 0;
    background-color: #ff6900;
    text-align: center;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    margin-right: .5em;

}

#menu-make-a-referral .hotline:before,
#page-container .referral-btn .et_pb_button:before {
    content: '\f65c' !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}


#page-container #sidebar-nav .bill-btn:before {
    content: '\f570' !important;
}

#page-container #sidebar-nav .appointment-btn:before {
    content: '\f783' !important;
}

#menu-support-hotline #menu-item-241 a {
    background-color: #fdda21;
    padding: 0.5em 1em;
    color: #004b87;
    display: inline-block;
}

#gform_2 {
    border: 1px solid #2f2e2e;
    padding: .5em 1em;
    display: flex;
}

#menu-item-957 {
    margin: 1em 0 0 0;
    padding: 0 !important;
}

#menu-item-957 a {
    color: #2f2e2e !important;
    border: 1px solid #2f2e2e;
    padding: .5em 1em;
    font-size: 14px;
    display: inline-block;
}

#menu-item-957 a:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f1ea';
    display: inline-block;
    color: #fff;
    padding-right: .75em;
    font-size: 24px;
    line-height: 24px;
    top: 3px;
    position: relative;
}

#page-container #gform_2 .gform_title {
    color: #2f2e2e;
    font-size: 16px;
    line-height: 24px;
}

#page-container #gform_2 h3.gform_title {
    letter-spacing: normal !important;
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #2f2e2e;
}

#gform_2 .gform_title:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f1ea';
    display: inline-block;
    color: #fff;
    padding-right: .75em;
    font-size: 24px;
    line-height: 24px;
    top: 3px;
    position: relative;
}

#gform_2 .gform_heading,
#gform_2 .gform_body,
#gform_2 .gform_footer {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}

#gform_2 .gform_body {
    flex-grow: 1;
}

#gform_2 #field_2_1 {
    position: relative;
    margin: 0;
    padding: 0;
}

#gform_2 .ginput_container {
    margin: 0;
    padding-left: .5em;
}

#gform_2 #input_2_1 {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
}

#gform_2 .gform_title {
    margin: 0;
    padding: 0;
}

#gform_2 #field_2_1 .gfield_label {
    display: none;
}

#gform_2 #field_2_1 input::placeholder {
    color: #fff;
}

#gform_2 #gform_submit_button_2 {
    cursor: pointer;
    color: #fff;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

/* mobile */

@media only screen and (min-width:981px) and (max-width: 1150px) {


    #top-menu li a {
        font-size: 14px !important;
    }

    #logo {
        max-width: 300px;
    }

    #et-top-navigation {
        padding-left: 325px;
    }
}


.logo_container a {
    font-size: 0;
    line-height: 0;
}


@media only screen and (max-width:980px) {
    #main-footer #footer-widgets .footer-widget {
        width: 100% !important;
    }

    #main-footer .footer-widget:first-child {
        margin-bottom: 6% !important;
    }

    #main-footer .footer-widget:first-child .et_pb_widget {
        text-align: center;
        margin-bottom: 6%;
    }

    #main-footer #nav_menu-2 {
        display: block;
        float: none;
        clear: both;
    }

    #page-container #logo {
        max-width: 100%;
        max-height: 90%;
    }

    #page-container .hover-blurb-row .et_pb_blurb_description {
        min-height: auto;
    }

    #page-container .hover-blurb-row .et_pb_blurb_content {
        max-width: 400px;
    }

    #page-container .header-content {
        margin: 0;
        padding: 0;
    }

    #page-container .et_pb_button {
        padding: 1em 1em 1em 1em;
    }
	
	#page-container .hero-btn .et_pb_button {
		text-align: center !important;
	}
	
	#page-container .et_pb_button:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 600;
    position: absolute;
    right: 7em;
    bottom: -4px;
	}

    #page-container .mobile-light-bg {
        background-blend-mode: overlay;
        background-color: rgba(255, 255, 255, .75);
        background-size: cover;
    }

    #menu-support-hotline #menu-item-241 a {
        display: block;
        font-size: 16px;
    }

    #gform_2 {
        display: block !important;
    }

    .hover-blurb-row .et_pb_column {
        padding: 8%;
    }

    #page-container #mobile_menu {
        background: #fff;
    }

    #page-container .mobile_menu_bar {
        background: #fff;
        padding-bottom: 0;

    }
}

.vh100 {
    min-height: 100vh !important;
    display: flex;
}

.vh80 {
    min-height: 80vh !important;
    display: flex;
}

.vh60 {
    min-height: 60vh !important;
    display: flex;
}

/* forms */

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] {
    border: 1px solid #bbb;
    border-radius: 2px;
    font-size: 14px;
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select,
.gform_wrapper .top_label select,
.gform_wrapper .top_label select.large {
    font-size: 14px;
    height: 46px;
    border-radius: 2px;
}

#page-container .gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 6px;
    font-size: 2em;
    text-align: center;
    color: #004b87;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 3em !important;
}

#page-container #field_3_11 {
    padding: 2em;
    background: #eaeff3;
}

#page-container #field_3_13 {
    padding: 1em;
    background: #d5dade;
    font-size: 24px;
    text-align: center;

}

#page-container #field_3_13 .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.5em;
    clear: both;
    vertical-align: middle;
}

#page-container #field_3_13 .ginput_container_total {
    padding-left: 10px;
    display: inline-block;
    line-height: 1.5em;
    vertical-align: middle;
    margin-top: 0;
}

body #page-container .gform_button {
    width: 100%;
}

/* #sidebar-nav */

#sidebar-nav {
    padding: 0;
}

#sidebar-nav .et_pb_widget.widget_nav_menu {
    padding: 1.5em;
    background-color: #004b87;
    line-height: 1.1em;
    font-size: 14px;

}

#page-container #sidebar-nav .et_pb_widget.widget_nav_menu .widgettitle {
    color: #feda21 !important;
    font-size: 18px;
    font-weight: 500;
}

#sidebar-nav .et_pb_widget.widget_nav_menu {
    margin-bottom: 10%;
}

#sidebar-nav .et_pb_widget.widget_nav_menu ul li {
    padding: .75em 0;
    margin: 0;
    border-bottom: 1px solid #60a511;
}

#sidebar-nav .et_pb_widget.widget_nav_menu ul.sub-menu li {
    border-bottom: none;
    padding-left: 2em;
    padding-bottom: .375em;
}

#sidebar-nav #nav_menu-6,
#sidebar-nav #nav_menu-8,
#sidebar-nav #nav_menu-11,
#sidebar-nav #nav_menu-14,
#sidebar-nav #nav_menu-17 {
    padding: 0;
    background-color: transparent;
}

#page-container #sidebar-nav .hotline {
    padding-left: 0;
    border: none !important;
    position: relative;
    background-color: #ff6900;
    text-align: center;
    padding: 1.5em 0;
}

#page-container #sidebar-nav .hotline:after {
    content: none;
}

#page-container #sidebar-nav .hotline a:hover {
    color: #fff !important;
}

.et_section_specialty .et_pb_column.et_pb_column_1_4.et_pb_column_1.et_pb_column_single {
    padding-top: 0;
}

#page-container #sidebar-nav .current-menu-item {
    font-weight: bold;
    color: #feda21;
    border-bottom: 3px solid #ff6900;
}



/* #breadcrumbs */

#breadcrumbs i {
    font-weight: 600;
    font-size: 14px;
    padding: 0 .5em;
}


#breadcrumbs .et_pb_code {
    border-bottom: 1px solid #ccc;
}

#breadcrumbs .et_pb_code .et_pb_code_inner > span {
    display: inline-block;
    padding: .25em .75em 0 .75em;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    margin-left: 0em;
    background: #fff;
    margin-bottom: -1px;
}

/* services */

#services .et_pb_portfolio_item {
    min-height: 75px;
    background: rgba(0, 0, 0, .15);
    padding: 2em;
    display: flex;
    align-items: center;
    text-align: left;
}

#services .et_pb_portfolio_item .et_pb_module_header {
    border-bottom: 4px solid #ff6801;
    padding-bottom: 5px;
}

@media only screen and (min-width:981px) {
    #services .et_pb_portfolio_item {
        min-height: 300px;
    }
}

.et_pb_text_inner h3 {
    color: #004b87;
}

/* hamburger icon */

@media only screen and (max-width: 980px) {
    #page-container .mobile_menu_bar {
        background-color: #FFFFFF19;
    }
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 5px;
}

/*footer revisions*/
#main-footer #menu-social-links li {
    padding: 0 8px 0 0;
}

.page-id-71 #text-3 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
}

.page-id-71 #media_image-3,
.page-id-71 #media_image-4 {
    width: 100px;
    /*    padding: 10px;*/
}

.page-id-71 #media_image-4 {
    margin: 17px 0 0 15px;
}

.page-id-71 #media_image-3 {
    margin-left: 10%;
}

@media only screen and (max-width: 980px) {
    .page-id-71 #media_image-3 {
        margin-left: 35%;
    }
}

@media only screen and (max-width: 475px) {
    .page-id-71 #media_image-3 {
        margin-left: 0;
    }
}

/*remove phone icon */
#post-263 .hotline:before,
#post-264 .hotline:before,
#post-176 .hotline:before,
#post-265 .hotline:before {
    content: '';
}

/*changing trustee photos to all be the same */

#trustee-images img {
    width: 230px;
    height: 280px;
}

#post-221 .entry-content ul {
    line-height: 1.3em;
}

#trustee-images #carla-chapman img,
#trustee-images #linda-subich img,
#trustee-images #heather-barnes img,
#trustee-images #row-3-trustee img,
#trustee-images #row-4-trustee img {
    box-shadow: 3px 3px 7px rgba(31, 19, 19, 1.0);
    width: 220px;
    height: 260px;
    margin-top: 13px;
}

/*changing leadership photos to be all the same */
#row-2-leadership img {
    max-width: 290px;
    height: 345px;
}

#row-2-leadership #sean-blake img {
    box-shadow: 3px 3px 7px rgba(31, 19, 19, 1.0);
    max-width: 245px;
    height: 310px;
    margin-top: 18px;
    margin-left: 5px;
}

#row-2-leadership #sean-blake .et_pb_team_member_description {
    margin-top: 29px;
}

/*changes to department head images*/
#jessica-bahry img {
    box-shadow: 3px 3px 7px rgba(31, 19, 19, 1.0);
    max-width: 90%;
    margin-top: 10px;
}

/*homepage blurb edit*/
#mbhs-blurb-content .et_pb_blurb_description {
    padding-bottom: 16%;
}

#in-house-blurb-content .et_pb_blurb_description {
    padding-bottom: 8%;
}

#kj-5k-heading strong {
    font-size: 1.9em;
}

/*clinical professional page*/
#melissa-elbert {
    margin-top: 10px;
}

#post-401 #inside-hero .et_parallax_bg {
    background-position: center;
}


#post-273 .et_pb_column .et_pb_module .et_pb_blurb_content img {
    max-width: 100%;
    height: 142px;
    width: auto;
}

#akron-office img {
    width: 800px;
    min-height: auto;
}

#barberton-office img,
#north-summit-office img {
    width: 1000px;
    max-height: 500px;
    min-height: auto;
}

/*newsletter page*/
#post-1100 .et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
    padding-top: 10px;
    vertical-align: middle;
}

#newsletter-top-row {
    padding: 2% 0 0 0;
}

#adm-logo {
    max-width: 35%;
    margin-left: 20px !important;
    margin-top: 24px !important;
}


