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

.medium {
	font-weight: bold;
    font-size: 3.3rem;
}
.large {
	font-weight: bold;
	font-size: 5rem;
}
.green {
	color: rgb(41,93,78);
}

.single-shadow-bottom {
    background: url(/wp-content/uploads/2018/09/shadow-bottom-single.png) top center repeat-x;
    width: 100%;
    position: absolute;
    z-index: 100;
    height: 21px;
}
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button {
	background-color: rgb(41,93,78);
    text-transform: uppercase;
    border-radius: 5px;
}
button:focus, 
button:hover, 
input[type="button"]:focus, 
input[type="button"]:hover, 
input[type="reset"]:focus, 
input[type="reset"]:hover, 
input[type="submit"]:focus, 
input[type="submit"]:hover, 
.button:focus, .button:hover {
	background-color: #bbb;
}

blockquote {
	border: 1px solid rgba(146,153,114,.3);
    padding: 30px;
    border-radius: 37px;
    background: rgba(32,79,134,.1);
}
blockquote::before {
	font-size: 15rem;
	left: -75px;
	top: -80px;
	color: #777;
}
.author {
	font-weight: 100;
	text-align: right;
}

.flex-direction-nav li a {
	background: url(/wp-content/uploads/2019/01/bg_direction_nav_thin.png) no-repeat 0 0;
}
.flex-direction-nav li .prev {
    left: 10px !important;
}
.flex-direction-nav li .next {
	right: 10px !important;
}


/* SITE HEADER STYLE CHANGES */
.site-header > .wrap {
	padding: 0;
}
.header-image .title-area {
	padding: 15px 0;
	max-width: 170px;
}
.header-image .site-title > a {
	background-position: left !important;
}
.site-header .widget-area {
	position: relative;
	top: 17px;
}
.site-header .widget-area a {
	text-decoration: none;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: block;
}

/* HEADER NAVIGATION STYLE CHANGES */
.nav-primary {
	background-color: rgb(41,93,78);
}
.genesis-nav-menu a {
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
}
.genesis-nav-menu a:focus, 
.genesis-nav-menu a:hover, 
.genesis-nav-menu .current-menu-item > a, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: rgba(250,250,250,.3);
	text-decoration: none;
	color: #fff;
}
.genesis-nav-menu .menu-item {
	width: 20%;
    text-align: center;
    float: left;
}
.genesis-nav-menu .sub-menu {
	background-color: #bbb;
	z-index: 1000;
}
.genesis-nav-menu .sub-menu .menu-item {
	width: auto;
    text-align: left;
}
.genesis-nav-menu .sub-menu a {
	background-color: #bbb;
}
#menu-social-media-links.genesis-nav-menu a {
	color: #bbb;
	padding: 15px 20px;
}
#menu-social-media-links.genesis-nav-menu .menu-item {
	width: 5%;
}
#menu-item-249 {
	margin-left: 25px;
    border-left: 1px solid #eee;
}

/* SLIDER STYLE CHANGES */
#genesis-responsive-slider {
    border: none !important;
    padding: 0 !important;
}
.genesis_responsive_slider {
	margin-bottom: 0;
}
.flexslider .slides {
    max-height: 900px;
    overflow: hidden;
    margin-bottom: 0;
}
.flexslider .slides img {
    width: 100%;
}

#custom_html-2 {
	margin-bottom: 0;
}
.home h1.entry-title {
	text-align: center;
	display: none;
}
.home .entry {
	padding: 0px 80px;
}
.home .widget ul > li, 
.home .widget ul > li:last-of-type {
	padding-bottom: 0;
    margin-bottom: 0;
}

/* ADDITIONAL INFO STYLE CHANGES - BELOW SLIDER */
.add-info-section a img,
.home-promo-area a img,
.services-promo-section a img {
	width: 32%;
	margin: 0.66%;
}
.add-info-section a img:hover,
.home-promo-area a img:hover,
.services-promo-section a img:hover {
	opacity: .7;
	-moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.add-info-inner {
	text-align: center;
    padding: 30px 0;
    background: #ddd;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.banner_image {
	max-height: 350px;
    overflow: hidden;
}
.banner_image img {
	width: 100%;
}

/* SITE INNER STYLE CHANGES */
.site-inner {
	padding-top: 80px;
}


/* SIDEBAR STYLE CHANGES */
.sidebar .widget-title {
	padding: 20px;
    background: rgb(41,93,78);
    color: #fff;
    text-align: left;
    font-size: 2.5rem;
}
.sidebar ul {
	padding: 20px 40px 40px;
}
.sidebar .widget_nav_menu {
	padding: 0px;
	text-transform: uppercase;
	line-height: 1.1;
}
.sidebar .widget_nav_menu a {
	color: #888;
    font-weight: 600;
    text-decoration: none;
    font-size: 2rem;
}
.sidebar .widget_nav_menu a:hover {
	color: rgb(32,79,134);
}

/* FOOTER STYLE CHANGES */
.footer-widgets {
	background-color: #dedede;
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 58px 0;
    color: #777;
    margin-top: 80px;
}
.footer-widgets .widget {
	margin-bottom: 30px;
}
.footer-widgets h3 {
	font-size: 2.3rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(41,93,78);
}
.footer-widgets .menu-social-media-links-container li {
	display: inline;
    padding-right: 20px;
}
.footer-widgets .widget ul > li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer-widgets li a {
	color: #333;
	text-decoration: none;
}
.footer-widgets li a .fa {
	color: rgb(41,93,78);
}
.footer-widgets #media_image-2 {
	max-width: 380px;
}
.footer-widgets #media_image-2 img {
	width: 100%;
}
.site-footer {
	background-color: #333;
	color: #fff;
}
.site-footer a {
	color: #fff;
}


/* MEDIA QUERIES */
@media only screen and (max-width: 1023px) {
	.genesis-nav-menu .menu-item {
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item.menu-item-444,
	.genesis-responsive-menu .genesis-nav-menu .menu-item.menu-item-246,
	.genesis-responsive-menu .genesis-nav-menu .menu-item.menu-item-248,
	.genesis-responsive-menu .genesis-nav-menu .menu-item.menu-item-249 {
		display: inline;
	    float: left;
	    width: 50px;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus {
		color: rgb(32,79,134);
	}
	.sub-menu-toggle {
		background-color: transparent;
		color: #fff;
	}
	.sub-menu-toggle:focus, 
	.sub-menu-toggle:hover {
		background-color: transparent;
		color: #fff;
	}
}
@media only screen and (max-width: 860px) {
	.home .entry {
		padding: 30px;
	}
	.add-info-section a img, 
	.home-promo-area a img, 
	.services-promo-section a img {
		width: 75%;
	    position: relative;
	    left: 14%;
	    margin-right: -14%;
	}
	blockquote {
	    margin: 10px;
	}
	td {
		font-size: 1.5rem;
		word-break: break-word;
	}
}
@media only screen and (max-width: 640px) {
	img.staff-img {
		width: 100%;
	}
}