@charset "utf-8";

body {
	font-size: 16px;
}


/* Global Nav --------------------------------------------------------------- */

#header_inner ul {
	font-size: 13px;
}

#gNav {
	font-size: 12px;
}


/* Slider ------------------------------------------------------------------- */

.home .metaslider_container_8 {
	overflow: hidden;
}

.home .flex-viewport {
	overflow: visible !important;
}

.flexslider {
	margin: auto;
	margin-bottom: 0px !important;
}

.ms-youtube {
	background-color: black;
}

.flex-viewport::before {
	content: '';
	display: block;
	position: absolute;
	width: 50vw;
	height: 100%;
	top: 0;
	left: -50vw;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.flex-viewport::after {
	content: '';
	display: block;
	position: absolute;
	width: 50vw;
	height: 100%;
	top: 0;
	right: -50vw;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.flex-control-nav {
	bottom: 30px !important;
}

.flex-control-paging li a {
	border: 2px solid rgba(255, 255, 255, 0.5);
}

#pnl_bottom {
	background-color: white;
	height: 20px;
}


/* Left Sidebar ------------------------------------------------------------- */

#sideL > div {
	margin-bottom: 40px;
}

.home #sideL .futured dt {
	font-size: 14px;
	float: none;
	margin: 0 0 0.5em 0;
	width: 100%;
	font-family: inherit;
	text-align: left;
	line-height: 1.15;
}
.home #sideL .futured dt span {
	font-size: 14px !important;
}
.home #sideL .futured dd {
	float: none;
	width: 100%;
	line-height: 1.6;
}

.futured dl dt span a {
	font-size: 14px;
	color: #007F2D;
	text-decoration: none;
}

.home #sideL .widget_simpleimage h2 {
	font-size: 18.4px;
}

.simple-image {
	margin: 10px 0 0 0;
}


/* Right Sidebar ------------------------------------------------------------ */

.youtube_widget h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.youtube_widget {
	margin-bottom: 30px;
}

.widget.widget_youtube_responsive .widget-title {
	font-size: 13px;
	padding-bottom: 4px;
	color: #808080;
}

.youtube_widget a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	color: #007F2D;
}

.widget.widget_youtube_responsive {
	cursor: pointer;
}

.widget.widget_youtube_responsive > object {
	pointer-events: none;
}


/* News Card ---------------------------------------------------------------- */

.news-cards {
	margin: 0 0px 20px 0px;
	border-bottom: #808080 dotted 1px;
}

.news-cards-inner {
	margin: 0 -10px 0px -10px;
	display: flex;
	flex-wrap: wrap;
}

.news-card {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	flex-grow: 1;
	flex-basis: 40%;
	min-height: 100px;
	display: flex;
	flex-direction: column;
}

.news-card > div:last-of-type {
	margin-top: 10px;
	flex-grow: 1;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #808080;
}

.news-card > div div a {
	color: #007F2D;
	text-decoration: none;
}

.news-card-image {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;

	background-size: 6px 6px;
	background-color: hsl(141, 50%, 95%);
	background-image: linear-gradient(-45deg,
		white 25%, transparent 25%,
		transparent 50%, white 50%, white 75%,
		transparent 75%, transparent
	);
}

.news-card-image::before {
	content:"";
	display: block;
	padding-top: 50%;
}

.news-card-image > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* Footer Banners ----------------------------------------------------------- */

#banner-links {
	margin-top: 40px;
	background: rgb(240, 240, 240);
	padding-top: 30px;
	padding-bottom: 20px;
	padding: 30px 20px 20px 20px;
}

@media screen and (max-width: 800px) {
	#banner-links {
		padding: 20px 5px 20px 5px;
	}
}

#banner-links h2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

	max-width: 960px;
	padding: 6px;
}

#banner-links ul {
	display        : flex;
	flex-wrap      : wrap;
	justify-content: center;
	width          : 100%;
	padding        : 0;
}

@media screen and (max-width: 800px) {
	#banner-links ul {
		justify-content: space-between;
	}
}

#banner-links ul#banners {
	max-width   : 56rem;
	margin-left : auto;
	margin-right: auto;
}

#banner-links ul li {
	padding: 7px;
}

#banner-links ul li a {
	display: flex;
}

#banner-links ul li img {
	width: 100%;
}

#banner-links ul li.dummy {
	visibility: hidden;
	height: 0px;
}


#banner-links #discover {
	margin-bottom: 0;
}

#banner-links #discover li {
	margin: 0;
	flex-grow: 1;
	flex-basis: calc(33% - 12px);
}

@media screen and (max-width: 800px) {
	#banner-links #discover li {
		flex-grow: 0;
		flex-basis: calc( 100% / 2 - 14px );
	}
}

@media screen and (max-width: 580px) {
	#banner-links #discover > li,
	#banner-links #banners > li {
		flex-basis: calc(100% - 14px);
	}
}

.banner-links-items-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
