/*
Theme Name: Divi Child
Template: Divi
Version: 1.0.1456518594
Updated: 2016-02-26 15:29:54
*/

#top-header a{
    color: #ff0;
font-weight: 900;
font-size: 1.2em !important;
}
span#et-info-phone{
text-shadow: 0px 0px 4px #000;
}
span#et-info-email{
display: none;
}
.shadow {
-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);
box-shadow: 0 0 10px 3px rgba(0,0,0,.4);
}
.et-fixed-header #et-top-navigation {
    float: none;
padding-left: 50px !important;
}
.et-fixed-header nav#top-menu-nav, .et-fixed-header #top-menu {
    float: none;
    text-align: center;
}
#et-info {
    float: none;
    text-align: center;
}
#logo {
max-width: 100%;
max-height: 74% !important;
}
#top-menu > li:last-child a {
color: #fff !important;
    background-color: #21A0C9;
    padding: 0.8em 1em !important;
    display: inline;
    opacity: 1;
    border-radius: 100px;
}
#top-menu > li:last-child a:hover
{
opacity: .9;
color: #fff;
background-color: #0382B9;
}
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
    padding: 1.2em 0 0 !important;
    line-height: 1.7em;
}
.et_pb_fullwidth_menu_0 .fullwidth-menu-nav li a {
    padding-bottom: 1.2em;
}
.et_pb_bg_layout_light .et_pb_post {
    margin-bottom: 0;
}
.et_parallax_bg {
    background-position: 50% 90%;
}
.nav li ul {
    width: 290px;
}
#top-menu li li a {
    width: 250px;
}
.et_pb_fullwidth_post_title_0 .et_pb_title_container h1.entry-title {
    text-shadow: 2px 2px 0px #16314c;
    font-weight: 900;
}
#footer-bottom {
border-top: 1px solid #ddd;
}
.et_pb_blog_0 .et_pb_post a.more-link {
    color: #ffffff !important;
}

.request-more-info {
	display: none;
}
#top-header {
    padding: 8px 8px 5px;
}

.covid19-notice label {
    background-color: yellow;
    display: block;
    width: 100%;
    padding: 8px 40px 8px;
    cursor: pointer;
	position: relative;
	color: #333;
	font-size: 15px;
	font-weight: 600;
}

.covid19-notice label::before {
    content: '!';
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 16px;
    text-align: center;
    padding: 3px;
    line-height: 1;
}

.covid19-notice label .close::after {
    content: 'x';
    border: 1px solid #333;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    text-align: center;
    padding: 3px;
    line-height: 1;
}


.covid19-notice .text {
    display: none;
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 15px;
    font-size: 15px;
    line-height: 1.5;
}
.covid19-notice .text p {
    margin-bottom: 1.5rem;
	color: #333;
}
.covid19-notice .text ul {
    padding-left: 45px;
    margin-top: -20px;
    margin-bottom: 2.5rem;
}
.covid19-notice .text ul li {
    list-style: disc;
    margin-bottom: 4px;
}
.staff-member .et_pb_row{
    width: 100%;
}
@media only screen and (max-width: 767px){
	.covid19-notice .text h5{
		font-size: 16px;
	}
	.covid19-notice .text ul {
    	padding-left: 30px;
	}
}