/* hide Divi branding in footer */

#footer-info {
    display: 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;*/
    }
}

#page-container {
    overflow: hidden;
}

#copyright {
    color: #999;
    line-height: 5em;
    text-align: center;
}

body #main-content ul li {
    line-height: 1.4em;
}

.more-link {
    text-align: right;
}

.more-link:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 13px;
    padding-left: 8px;
    top: -2px;
    position: relative;
}


/* button-row */

.button-row .et_pb_button {
    padding: .75em 1em;
    height: 5em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* noto body font declaration */

body {
    font-family: 'Muli', sans-serif;
}

.mobile_menu_bar:before {
    font-size: 42px;
    color: #111 !important;
}


/* material design shadows */

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

body a:hover {
    color: #a4031194;
}

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

.et_pb_button {
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

#page-container .et_pb_button {
    padding: 1em 1.5em !important;
    font-weight: 600;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);

}

.et_pb_button:hover {
    color: #ff4136 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


/* custom css below */

p:last-of-type {
    padding-bottom: 1em !important;
}

p:last-child {
    padding-bottom: 0 !important;
}

/*
.et_pb_blurb_container h4,
.underline {
	border-bottom: 1px solid #666;
}
*/

.external-button-row .et_pb_button {
    width: 100% !important;
}

#event-table {
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5em;
}

#event-table td:nth-child(4) {
    white-space: nowrap;
}


/* header */

/*
@media only screen and (min-width: 981px) {
	.et_header_style_centered #top-menu>li>a {
		padding-top: 23px;
		padding-bottom: 0 !important;
	}
	body.et_header_style_slide #et-top-navigation {
		width: 100%;
		float: none;
		text-align: center;
		padding: 24px 0 8px 0 !important;
	}
	#et-top-navigation #top-menu {
		float: none;
		display: flex;
	}
	#et-top-navigation #top-menu li {
		padding-right: 70px;
	}
	#et-top-navigation #top-menu li a {
		font-size: 20px;
	}
	.logo_container {
		position: static;
		padding-bottom: 10px;
	}
	#et-top-navigation .mobile_menu_bar {
		float: right;
		display: inline-block;
		top: -14px;
	}
	#et-top-navigation .mobile_menu_bar:before,
	#et-top-navigation .mobile_menu_bar:after {
		color: #727d7d !important;
		font-size: 48px !important;
	}
	#et-top-navigation .mobile_menu_bar:after {
		left: -46px !important;
	}
	#top-menu li {
		line-height: 2em;
	}
	.logo_container {
		position: static !important;
		text-align: center;
	}
	.blue-row h2 {
		font-size: 48px;
		line-height: 54px;
	}
	.home-hero .et_pb_slide_description,
	.home-hero .et_pb_slider_fullwidth_off .et_pb_slide_description {
		min-height: 560px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: left !important;
	}
	.home-hero .et_pb_slider_fullwidth_off .et_pb_slide_description {
		padding: 34% 8% 6% 8%;
	}
	.home-hero .et_pb_slider_fullwidth_off .et_pb_slide_description .et_pb_slide_title {
		text-align: left !important;
	}
	.et_pb_slide_menu_opened:before {}
}

*/

/* et-info */

/*
#et-info {
	float: none !important;
	text-align: center;
	font-size: 13px;
	background: #890007;
	color: #fff;
	padding: 0 20px;
}

#et-info strong {
	font-family: 'Merriweather', Georgia, "Times New Roman", serif !important;
	padding-right: 1em;
	font-size: 16px;
}

#et-info .container {
	display: flex;
}

#et-info .info-container {
	flex: 100%;
	position: relative;
}

#et-info .info-container * {
	font-size: 12px;
}

#et-info .info-container.second-container {
	text-align: right;
}

#et-info a {
	font-weight: bold;
	color: #fff !important;
}

#page-container {
	overflow-x: hidden;
}

@media only screen and (max-width: 980px) {
	#et-info {
		display: none;
	}
	#logo {
		max-height: 100%;
	}
	#et-top-navigation {
		z-index: 99999;
	}
	.logo_container {
		z-index: 1;
	}
}

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

#custom_html-2 {
	text-align: center;
	width: 100%;
}

#et-info .application {
	text-align: right;
	min-width: 170px;
}

#top-menu-nav {
    position: relative;
    top: 20px;
    right: 20px;
}


 home-hero 

body #main-content .home-hero .et_pb_button {
	text-align: center;
    padding: .2em 1.5em !important;
    min-width: inherit;
    position: relative;
    bottom: 15px;
}

.home-hero .et_pb_column:nth-child(2) {
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 1fr;
	display: grid;
}

.home-hero .et_pb_column:nth-child(2) .et_pb_text,
.home-hero .et_pb_column:nth-child(2) .et_pb_posts {
	padding: 20px;
}

.home-hero .ecs-event-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

body .home-hero .ecs-event-list,
body .home-hero .et_pb_post {
	position: relative;
	padding-top: 30px;
}

body .home-hero .ecs-event-list h4,
body .home-hero .et_pb_post h2 a {
	font-size: 30px;
}

body .home-hero .et_pb_post h2 {
	margin-top: 0;
}

body .home-hero .et_pb_post {
	margin-bottom: 0;
}

body .home-hero .ecs-event-list .time,
body .home-hero .et_pb_post .post-meta {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
}


/* inside header */

/*
.et_pb_fullwidth_header {
	min-height: 60vh;
	justify-content: center;
	display: flex;
}

.et_pb_fullwidth_header.alt-header {
	min-height: 450px;
}

@media only screen and (max-width:980px) {
	.et_pb_fullwidth_header.alt-header {
		min-height: auto;
	}
}

.et_pb_fullwidth_header .header-content {
	margin-right: 0 !important;
}

.et_pb_fullwidth_header .header-content * {
	text-shadow: 0px 0px 25px rgba(0, 0, 0, .4);
    line-height: 1em;
}
*/


/* marquee */

.marquee {
    padding: 0 !important;
    overflow: hidden;
    overflow: hidden;
    position: relative;
}

.marquee ul {
    line-height: 60px;
}

.marquee .et_pb_row {
    height: 60px;
    padding: 0 !important;
}

.marquee ul {
    list-style: none;
    display: block;
    width: 200%;
    height: 60px;
    position: absolute;
    overflow: hidden;
    animation: marquee 5s linear infinite;
}

.marquee ul li {
    display: inline;
    padding-right: 2em;
    width: 50%;
    line-height: 60px;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.images {
    background: url(slideshow.jpg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: slideshow 10s linear infinite;
}

@keyframes slideshow {
    0% {
        left: 0;
    }

    100% {
        left: -200%;
    }
}


/* latest-section */

/*
.latest-section .latest-news .see-all a,
.latest-section .latest-events .see-all a {
	color: #999 !important;
}

.latest-section .latest-events {
	border-top: 15px solid #ff681d;
}

.latest-section .latest-news {
	border-top: 15px solid #81bd00;
}

.latest-section .latest-events .et_pb_text h2,
.latest-section .latest-news .et_pb_text h2 {
	font-size: 36px;
}

.latest-events .ecs-event {
	display: flex;
	margin-bottom: 20px;
}

.latest-events .ecs-event-list {
	padding: 0;
}

.latest-events .ecs-event .duration.time {
	order: 1;
	flex: 0 0 100px;
	height: 100px;
}

.latest-news .et_pb_post .post-meta {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

.latest-events .ecs-event .entry-title.summary {
	order: 2;
	flex-grow: 1;
	padding: 0 20px;
	margin: 0;
}

.latest-news .et_pb_post .post-content {
	order: 3;
}

.latest-news .et_pb_post .post-content p,
.latest-blog .et_pb_post .post-content p {
	font-size: 16px !important;
	text-align: left;
	line-height: 1.2em !important;
}

.latest-events .ecs-event .entry-title.summary a,
.latest-news .et_pb_post .entry-title a {
	font-size: 26px;
	line-height: 1.2em;
	display: block;
}

.latest-events .duration.time {
	border: 1px solid #ff681d;
}

.latest-events .duration.time .tribe-event-date-start {
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	display: block;
	color: #ff681d;
	padding-top: 26px;
	font-family: 'Merriweather', Georgia, "Times New Roman", serif;
}

.latest-events .duration.time .tribe-event-time {
	display: none;
}

.latest-news .et_pb_post .post-meta {
	border: 1px solid #81bd00;
}

.latest-news .et_pb_post .post-meta span {
	text-align: center;
	font-size: 1.8em;
	line-height: 1em;
	display: block;
	color: #81bd00;
	padding-top: 14px;
	font-family: 'Merriweather', Georgia, "Times New Roman", serif;
}

.latest-news .et_pb_post {
	padding-left: 120px;
	margin-bottom: 20px;
	min-height: 100px;
}

.latest-news .et_pb_post .entry-title {
	margin: 0;
	padding: 0;
}

.latest-blog .et_pb_post {
	border: none !important;
	background: transparent !important;
}

.latest-blog .et_pb_post h2 a,
.latest-blog .et_pb_post .post-content p {
	color: #fff;
}

.latest-blog .et_pb_post {
	display: none;
}

.latest-blog .et_pb_post:first-of-type {
	display: block;
}
*/


/* blue-row */

.blue-row .et_pb_button_module_wrapper {
    text-align: left;
    margin-top: 2em !important;
}

.blue-row .et_pb_button {
    text-align: center;
}

.blue-row .et_pb_button {
    background: transparent;
    border: 1px solid #fff;
}

.blue-row .et_pb_button:hover {
    color: #fff !important;
}


/* button-row */

.button-row .et_pb_button {
    width: 100%;
}


/* dot-overlay */

/*
.dot-overlay:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: transparent url(/wp-content/themes/Divi-child/images/dot-overlay.png) repeat top left;
}
*/


/* in-page menu */

/*
.et_section_specialty #nav_menu-2 .menu-item-397,
.et_section_specialty #nav_menu-2 .menu-item-398,
.et_section_specialty #nav_menu-2 .menu-item-399,
.et_section_specialty #nav_menu-2 .menu-item-400 {
	display: none;
}

#mobile_menu_slide .menu-item-397 a,
#mobile_menu_slide .menu-item-398 a,
#mobile_menu_slide .menu-item-399 a,
#mobile_menu_slide .menu-item-400 a {
	border-bottom: 0px !important;
}

#mobile_menu_slide .menu-item-400 {
	margin-bottom: 4em !important;
}

.et_slide_in_menu_container span.et_mobile_menu_arrow {
	top: 7px;
}

#mobile_menu_slide li {
	margin: 0 !important;
}

#mobile_menu_slide li a {
	text-align: left;
}

#mobile_menu_slide .sub-menu {
	margin-bottom: 2em;
}

.et_slide_in_menu_container ul#mobile_menu_slide {
	padding: 28px 40px 28px 60px;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1>li>a,
#mobile_menu_slide>li>a {
	text-transform: uppercase;
	border-bottom: 4px solid #fff !important;
	display: block;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1 li a,
#mobile_menu_slide li a {
	line-height: 1.75em;
	padding: 0 !important;
	margin: 0 !important;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1 li a {
	font-size: 18px;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1 li li a {
	font-size: 16px;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1>li:before,
#mobile_menu_slide li:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 8px;
	left: -28px;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1>li:hover a {
	color: #fff !important;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1>li:hover:before {
	background: #890007;
}

#mobile_menu_slide li:hover:before {
	background: #ff681d;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1 li,
#mobile_menu_slide li {
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1>li,
#mobile_menu_slide>li {
	border-bottom: none;
	position: relative;
	margin-bottom: 1em;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1 .sub-menu {
	display: none;
}

.et_section_specialty #nav_menu-2>li>li>a,
#mobile_menu_slide li>li>a {
	text-transform: capitalize;
}

.et_slide_in_menu_container #mobile_menu_slide li li a {
	opacity: 1 !important;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1>li.current_page_ancestor:before,
#mobile_menu_slide>li.current_page_ancestor:before {
	background-color: #890007 !important;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1>li.current_page_ancestor li {
	display: block;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1 li.current_page_ancestor .sub-menu,
.et_section_specialty #nav_menu-2 #menu-flyout-menu-1 .current-menu-item .sub-menu {
	display: block !important;
}

.et_section_specialty #nav_menu-2 #menu-flyout-menu-1 .current-menu-item a,
#mobile_menu_slide .current-menu-item a {
	font-weight: bold;
}

@media only screen and (max-width: 980px) {
	.logo_container {
		width: auto !important;
	}
	.et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a {
		font-size: 14px !important;
	}
	.et_section_specialty #nav_menu-2 #menu-flyout-menu-1>li:before,
	#mobile_menu_slide li:before {
		width: 12px !important;
		height: 12px !important;
		top: 6px !important;
		left: -22px !important;
	}
	.et_slide_in_menu_container ul#mobile_menu_slide {
		padding: 28px 24px 28px 44px !important;
	}
	.et_slide_in_menu_container span.et_mobile_menu_arrow {
		top: 0;
	}
	.et_pb_text h3 {
		font-size: 26px;
	}
}
*/


/* inside-top */

@media only screen and (min-width: 981px) {
    #inside-top {
        padding-bottom: 0;
    }

    #inside-top .main-col {
        position: relative;
        top: -125px;
    }

    #inside-top .main-col:before {
        display: block;
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        max-width: 810px;
        padding: 100px;
        left: -7.4%;
    }

    #inside-top .sidebar-col:before {
        content: '';
        background: rgb(255, 104, 29);
        width: 2000%;
        left: -2000%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0px;
    }

    #inside-top .sidebar-col {
        background-color: rgb(255, 104, 29);
    }
}

body #page-container #main-content .et_pb_bg_layout_dark.et_pb_promo .et_pb_button {
    background: transparent;
    border: 1px solid #fff !important;
    color: #fff;
}

body #page-container #main-content .et_pb_bg_layout_dark.et_pb_promo .et_pb_button:hover {
    background: rgba(255, 255, 255, .25);
    border: 1px solid #fff !important;
    color: #fff !important;
}


/* page-list-buttons */

.page-list-buttons .et_pb_button {
    width: 100%;
}

/*
body #main-content .et_pb_button {
	padding: .75em 1em !important;
	min-width: 150px;
}
*/


/*.blurb-row  */

.blurb-row .et_pb_button_module_wrapper {
    text-align: left;
}

.blurb-row .et_pb_button {
    text-align: center;
}

.blurb-row .et_pb_blurb {
    margin-bottom: 1em;
}


/* archive */

.archive #main-content > .container:before {
    background: none !important;
}

.archive #main-content #left-area {
    width: 100% !important;
    padding-right: 0 !important;
}

.tribe-theme-parent-Divi * {
    font-family: 'Muli', sans-serif !important;
}

.tribe-events-calendar th {
    color: #fff !important;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: #ff681d;
}

.tribe-events-notices ul {
    padding: 0 !important;
}

.tribe-events-notices {
    border-color: #81bd00;
    color: #5c8502;
    text-shadow: none;
    background: rgb(235, 244, 217);
}

.events-single .tribe-events-before-html,
.events-single .tribe-events-after-html {
    display: none;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #890106;
}


/* sitemap */

@media only screen and (min-width: 981px) {
    .simple-sitemap-page > li {
        display: inline-block;
        width: 32%;
        vertical-align: top;
    }
}

.simple-sitemap-page > li .children li {
    display: block;
}


/* news page */

.et_pb_posts.et_pb_module * {
    text-align: left;
}

.single-post #main-content > .container:before {
    background: none;
}

.single-post.et_right_sidebar #left-area {
    width: 100%;
    padding-right: 0;
}

@media only screen and (min-width: 981px) {
    .single-post .et_pb_text_inner {
        font-size: 20px !important;
        line-height: 1.7em !important;
    }
}


/* cn-entry */

.cn-entry .cn-meta,
.cn-entry .cn-clear {
    display: none !important;
}


/* logo slider */

.owl-item {
    text-align: center;
}


/* forms */

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button,
body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    background-color: transparent;
    /*	color: #ff681d;*/
    border-width: 1px;
    border-color: #890208;
    border-radius: 0;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'inherit', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
}


/* Staff Directory */

#cn-list-body .cn-entry {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

#cn-list-body .individual {
    display: inline-block;
    vertical-align: top;
}

#cn-list .cn-entry .email-name,
#cn-list .cn-entry .cn-separator,
#cn-list .cn-list-section-head {
    display: none;
}

#cn-list .cn-entry .cn-right {
    text-align: left;
}

#cn-list-body .cn-entry .cn-left {
    float: none !important;
}

#cn-cmap .cn-entry span.cn-image-style {
    border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

#cn-list-body .email-address a {
    font-weight: bold;
    color: #ad040f !important;
}

#page-container #cn-list-body .individual {
    width: 30%;
    display: inline-block;
    margin-right: 2%;
}

#page-container #cn-list-body {
    text-align: center;
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
    /*
    #cn-list-body .individual {
        width: 48%;
        display: inline-block;
        margin-right: 2%;
    }
*/

    #cn-cmap .cn-entry span.cn-image-style {
        width: 100%;
    }

    .cn-image-style span,
    .cn-image-style span img {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1101px) {

    /*
    #cn-list-body .individual {
        width: 31%;
        display: inline-block;
        margin-right: 2%;
    }
*/
    #cn-cmap .cn-entry span.cn-image-style {
        width: 100%;
    }

    .cn-image-style span,
    .cn-image-style span img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 700px) {
    #page-container #cn-list-body .individual {
        width: 45%;
    }
}

body .et_pb_row_inner_0 {
    background-color: #fff;
}


/* cr-container */

#cr-container {
    display: flex;
}

#cr-container p {
    flex-grow: 1;
    padding: 10px
}

#cr-container .et_pb_button {
    width: 100%;
    display: block;
    text-align: center;
}

/*
#cr-container .alt-button {
	border: 1px solid #81bd00 !important;
	color: #81bd00 !important;
	background: #fff !important;
}
*/

.alt-header {}

/*Bryan's CSS*/

/* Homepage */

.et_pb_row_fullwidth strong {
    color: #7e000b;
}

.et_pb_row_fullwidth li a {
    color: #b3b7b9;
}

#top-menu-nav {
    padding-top: 9%;
}

#logo {
    max-height: 70% !important;
}

@media only screen and (max-width: 1344px) {
    #logo {
        max-height: 68% !important;
    }
}

.et_header_style_left #et-top-navigation {
    padding: 0 0 0 300px !important;
}

@media only screen and (max-width: 1250px) {
    .et_header_style_left #et-top-navigation {
        padding: 0 0 0 250px !important;
    }
}

@media only screen and (max-width: 1186px) {
    .et_header_style_left #et-top-navigation {
        padding: 0 0 0 125px !important;
    }
}

@media only screen and (max-width: 1116px) {
    #top-menu li {
        padding-right: 10px;
        max-height: 50% !important;
    }
}

@media only screen and (max-width: 1040px) {
    .nav li {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 980px) {
    #logo {
        max-height: 100% !important;
    }
}

body #main-content .home-hero .et_pb_button {
    text-align: center;
    padding: .2em 1.5em !important;
    min-width: inherit;
    position: relative;
    bottom: 15px;
}

.home-hero .et_pb_module_header {
    line-height: 1em;
}

.home-hero .header-content h1 {
    text-shadow: 0em 0.07em 1em #000000, 0em 0.02em 0em #000000 !important;
}

@media only screen and (max-width: 980px) {
    .header-content-container h1 {
        font-size: 4em !important;
    }
}

@media only screen and (max-width: 770px) {
    .header-content-container h1 {
        font-size: 3em !important;
    }
}

@media only screen and (max-width: 550px) {
    .header-content-container h1 {
        font-size: 2em !important;
    }
}

/* icons section*/

.red-icon-row-two img {
    max-width: 85%;
}

.red-icon-section .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}

.red-icon-section .et_pb_blurb_description p {
    line-height: 1.2em;
}

@media only screen and (max-width: 980px) {
    .red-icon-section .et_pb_column {
        padding-right: 2% !important;
        margin: 0 !important;
    }

    .red-icon-row-one img,
    .red-icon-row-two img {
        max-width: 70% !important;
    }

    .red-icon-row-one,
    .red-icon-row-two {
        display: flex;
        flex-wrap: nowrap !important;
    }
}

@media only screen and (max-width: 870px) {
    .red-icon-section .et_pb_blurb_description p {
        font-size: 12px;
    }

}

@media only screen and (max-width: 690px) {

    .red-icon-row-one,
    .red-icon-row-two {
        flex-wrap: wrap !important;
    }

    .red-icon-row-one img {
        max-width: 50% !important;
        padding-top: 4%;
    }

    .red-icon-section {
        display: flex;
        flex-direction: column-reverse;
    }

    #page-container .red-icon-section .red-icon-row-two {
        padding: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .red-icon-row-two .et_pb_blurb_content {
        width: 70%;
        padding-top: 3%;
    }

    .red-icon-row-two {
        width: 70%;
    }

    .red-icon-row-one {
        padding-top: 2%;
    }

    #page-container .red-icon-row-one .et-last-child {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .red-icon-row-one .et-last-child .et_pb_blurb_content {
        width: 50%;
        padding-right: 5%;
    }
}

@media only screen and (max-width: 480px) {
    #page-container .red-icon-row-two .et_pb_column {
        width: 100% !important;
    }

    .red-icon-row-one .et_pb_column {
        padding-right: 0 !important;
        width: 100% !important;
    }

    .red-icon-row-two .et_pb_image_wrap {
        width: 78%;
    }

    .red-icon-row-one .et-last-child .et_pb_blurb_content {
        width: 100%;
        padding-right: 0;
    }
}

/* social feeds */
.facebook-icon .et_pb_main_blurb_image,
.twitter-icon .et_pb_main_blurb_image {
    width: 3em;
    position: relative;
    bottom: 10px;
}

/*events settings*/
.ecs-event-list {
    list-style-type: none !important;
    padding: 0 !important;
}

.tribe-event-date-end {
    display: none;
}

.tribe-event-date-start {
    color: white;
    font-size: 22px;
    background-image: url(images/red-circle.png);
    /* padding: 33% 7%; */
    height: 80px;
    display: block;
    text-align: center;
    padding: 14px 8px 0;
    font-weight: 700;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    flex-wrap: nowrap;
    background-size: contain;
}

#post-71 .tribe-event-date-start {
    position: relative;
    bottom: 21px;
    right: 5px;
}
}

@media only screen and (max-width: 980px) {
    .tribe-event-date-start {
        padding: 37% 15%;
    }
}

@media only screen and (max-width: 768px) {
    .tribe-event-date-start {
        background-size: 75px 75px;
    }
}


.ecs-event {
    display: inline-flex;
    flex-direction: row-reverse;
}

.ecs-event h4 a {
    font-size: .9em;
}

@media only screen and (max-width: 980px) {
    .ecs-event h4 a {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 460px) {

    /*
    .ecs-event h4 a {
    font-size: .7em;
    }
*/
    .homepage-blog h2 {
        font-size: 1em;
    }
}

/*
@media only screen and (max-width: 375px) {
    .ecs-event span {
        width: 140px;
    }
}
*/
@media only screen and (max-width: 278px) {
    .ecs-event span {
        width: 150px;
    }
}

/* blog settings*/

.homepage-blog h2 {
    font-size: 1.2em;

    line-height: 1.2em;
}

.homepage-blog h2 a:hover {
    color: #890108 !important;
}

.homepage-blog .post-meta {
    display: none;
}

.homepage-blog .et_pb_post {
    margin-bottom: 3%
}

.see-all a {
    color: #000;
}

/* Footer */
#main-footer {
    background-image: url("images/chalkboard-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#footer-widgets p,
#footer-widgets p a {
    color: #fff !important;
}

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

#footer-widgets .footer-widget li a {
    color: #fff !important;
}

#footer-widgets .footer-widget li {
    line-height: 1em
}

.custom-social-icons a {
    color: #fff !important;
}

.footer-widget {
    margin-bottom: 0 !important;
}

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

#custom_html-2 {
    margin-left: 6%;
    position: relative;
    top: 57px;
    width: 100%;
    font-size: 1.8em;
}

.facebook {
    padding-right;
    5%;
}

@media only screen and (max-width: 767px) {
    #main-footer .container {
        width: 100%;
        margin-left: 10%;
        padding-right: 10%;
    }

    #main-footer #footer-widgets {
        display: flex;
        flex-wrap: wrap;
    }

    #main-footer #footer-widgets .footer-widget {
        width: 50% !important;
    }

    #main-footer #footer-widgets .footer-widget #media_image-2 {
        width: 72%;
        padding-right: 2%;
    }
}

@media only screen and (max-width: 532px) {

    #main-footer #footer-widgets .footer-widget p,
    #main-footer #footer-widgets .footer-widget ul li,
    #copyright {
        font-size: .7em;
    }
}

/* preschool page*/

.resource-button-column .et_pb_promo_description {
    padding-bottom: 0;
}

/*accordian close button*/

.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\e04f";
}

/* dropdown menu */
.nav li.et-reverse-direction-nav li ul {
    left: 240px;
    right: 0;
}

#top-menu .sub-menu .sub-menu .sub-menu {
    left: 0;
    top: 100%;
}

@media only screen and (min-width:981px) {
    #top-menu li li a {
        padding: 10px 0;
        width: 200px;
        line-height: 1.15em;
    }
}

#page-container #cff .cff-item {
    border-bottom: none !important;
}


.sa_hover_container p:first-of-type {
    height: 120px;
    display: block;
    align-items: center;
    padding-bottom: 0;
}

.sa_hover_container p {
    font-size: 14px;
    line-height: 20px;
}

/* departments and services */
/*
    .department-button-row a{
        width: 100%
    }
*/
.dark-red {
    color: #7e020b;
}

.even-blurbs .et_pb_blurb_content {
    min-height: 150px;
}

/* homepage slider*/

.home-hero-slider .et_pb_slide_description .et_pb_slide_title {

    line-height: 1em;
    text-align: right;
    text-shadow: 0em 0.07em 1em #000000, 0em 0.02em 0em #000000 !important;
}

.home-hero-slider .et_pb_slide_description .et_pb_button_wrapper {
    text-align: right;
}


/*
.home-hero-slider .et_pb_slide_description .et_pb_slide_title {
    width: 61%;
    margin-left: 43%;
    line-height: 1em;
    text-align: right;
    text-shadow: 0em 0.07em 1em #000000, 0em 0.02em 0em #000000 !important;
}

.home-hero-slider .et_pb_button_wrapper {
    width: 50%;
    text-align: right;
    margin-left: 54%;
}

@media only screen and (max-width: 767px) {

    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 3em;
    }
}

*/

#main-header .et_menu_container {
    width: 90% !important;
}

/*
@media only screen and (max-width: 1012px) {
    .et_pb_slide_1 .et_pb_slide_description {
        position: absolute;
        right: 80px;
        bottom: 30px;
        padding: 0;
        width: 100%;
    }
}

.et_pb_slide_1 .et_pb_slide_description {
    position: absolute;
    right: 80px;
    bottom: 50px;
    padding: 0;
    width: 100%;0
}*/


/* apple-button */

#page-container #main-content .et_pb_button.apple-button {
    background-image: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.ovesc.org/wp-content/themes/Divi-child/images/apple-bg.png) !important;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 15px 25px 0 !important;
    width: 256px !important;
    height: 282px !important;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.25em !important;
    margin: 0 auto;
}

#page-container #main-content .et_pb_button.apple-button:hover {
    filter: contrast(2);
}

.fsm_homepage_schools--button {
    padding: .5em 1em !important;
    font-size: 18px;
    background-color: #7e000b;
    border-width: 0 !important;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    color: #fff !important;
    line-height: 1.7em !important;
    width: 100%;
    text-align: center;
    display: block;
}

.fsm_homepage_schools--links {
    background: #fff;
    color: #000;
    border: 2px solid #ad040f;
    display: none;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    height: 100px;
    padding-top: 10px;
}

.fsm_homepage_schools--links.hover {
    display: block;
}

.fsm_homepage_schools--links li {
    list-style: none;
    font-size: .8em;
    padding: 3px 0;
}

.grid{
	display:grid;
}

.four-col{
	grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 2vh !important;
}

div#schools .et_pb_main_blurb_image img {
    height: 150px!important;
	max-height:150px!important;
    object-fit: contain;
    object-position: center;
}

div#schools .et_pb_main_blurb_image{
	margin-bottom:10px!important;
}


div#schools .four-col{
    grid-gap:4vh !important;
}

div#schools .et_pb_blurb{
	transition:ease all 0.3s;
	border-radius:3px;
}

div#schools .et_pb_blurb:hover{
	transition:ease all 0.3s;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.slick-arrow {
    transition: all 0.3s ease;
	font-size:20px;
}

.slick-arrow::before {
	font-size:20px!important;
}

.slick-arrow:hover {
    transform: scale(1.15);
}

@media only screen and (max-width:980px) {
	
.four-col{
	grid-template-columns: repeat(2, 1fr) !important;
}
}

@media only screen and (max-width:700px) {
	
.four-col{
	grid-template-columns: repeat(1, 1fr) !important;
}
}