/*
	Theme Name: STEM-CTE Hub
	Theme URI: http://midvalleystem.org/
	Version: 1.0.0
*/

/* global box-sizing */
*, *::after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html {
}
body {
	margin: 0;
	background-color: #fff;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #333;
}
.js body {
	opacity: 0;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}
.js body.fade {
	opacity: 1;
}
a:link, a:visited {
	color: #CD4637;
	text-decoration: none;
}
a:hover, a:focus {
	color: #666;
	text-decoration: underline;
}
.overflow-hidden {
	overflow: hidden;
}
p {
	margin-bottom: 25px;
	line-height: 1.7em;
}
p:last-child, ul:last-child, ol:last-child, pre:last-child, table:last-child, blockquote:last-child {
	margin-bottom: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.hide {
	display: none !important;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.shadow {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
button span {
    position: relative;
}
/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 25px 0;
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
	margin-top: 0;
}
.entry-content h1 {
	font-size: 44px;
	line-height: 50px !important;
}
.entry-content h2 {
	font-size: 38px;
	line-height: 44px !important;
}
.entry-content h3 {
	font-size: 30px;
	line-height: 36px !important;
}
.entry-content h4 {
	font-size: 24px;
	line-height: 30px !important;
}
.entry-content h5 {
	font-size: 20px;
	line-height: 26px !important;
}
.entry-content h6 {
	font-size: 18px;
	line-height: 24px !important;
}
h2.preview-title, h3.preview-title {
	margin: 0;
	font-size: 30px;
	line-height: 36px;
}
.entry-header h1 {
	font-size: 50px;
	line-height: 56px;
	margin-bottom: 0;
	color: #fff;
}
.menu-title {
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 0;
	background-color: #0081ae;
	color: #fff;
}
/*------------------------------------*\
    PAGE FORMATTING
\*------------------------------------*/

.entry-content ul li {
	margin-top: 8px;
	list-style-type: disc;
}
.entry-content ol li {
	margin-top: 8px;
	padding-left: 6px;
}
.entry-content ol li ul {
	margin-top: 6px !important;
}
.entry-content ul li:first-child {
	margin-top: 0px;
}
.entry-content ul:last-child, .entry-content ol:last-child {
	margin-bottom: 0px;
}
.entry-content ol, .entry-content ul {
	margin-left: 20px;
	margin-bottom: 1.2em;
	line-height: 1.7em;
}
.entry-content ul li ol li {
	list-style-type: decimal;
}
.entry-content ul li ul li, .entry-content ul li ul li ul li ul li {
	list-style-type: circle;
}
.entry-content ul li ul li ul li, .entry-content ul li ul li ul li ul li ul li {
	list-style-type: disc;
}
.entry-content ul li ol, .entry-content ul li ol:first-child, .entry-content ul li ul, .entry-content ul li ul:first-child {
	margin-top: 6px;
}
.entry-content ol li, .entry-content ul li ol li {
	list-style-type: decimal;
}
.entry-content ol li ul li {
	list-style-type: disc;
}
code {
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
ins {
	background-color: #fff9c0;
	text-decoration: none;
}
cite {
	font-style: italic;
}
abbr[title] {
	border-bottom: none;
	cursor: help;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}
pre {
	font-size: 15px;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #f2f2f2;
	border-radius: 3px;
	position: relative;
	color: #000;
	line-height: 1.7em;
}
hr {
	height: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 40px;
	margin-bottom: 40px;
}
blockquote {
	margin-left: 7%;
	border-left: 3px solid #555;
	margin-bottom: 25px;
	font-style: italic;
	padding-left: 20px;
	color: #555;
}
#main {
	padding: 80px 0;
}
.row {
	margin: 0 -15px;
}
#site-wrapper {
	position: relative;
}
#top-bar {
    background: #000;
    color: #fff;
    padding: 6px 0;
}
.utility-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.utility-menu li a {
	color: #fff;
	font-size: 16px;
}
.utility-menu li:not(:first-child) {
	margin-left: 15px;
}
#main-nav > ul > li.mobile-only {
	display: none;	
}
#header {
	z-index: 10;
	width: 100%;
	position: relative;
	background-color: #007AA3;
	background: #008bbb;
	padding: 15px 0;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 60px;
	max-width: 1580px;
	width: 100%;
}
.container.single {
	max-width: 1020px;
	z-index: 1;
}
.container::after, .clearfix::after, .row::after {
	content: "";
	clear: both;
	display: table;
}
#logo-wrapper {
	position: relative;
}
#logo-img img {
	max-width: 180px;
	height: 60px;
}
#header-nav {
    width: 100%;
}
#main-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#main-nav > ul > li {
	float: left;
	display: flex;
	height: 100%;
	margin-left: 20px;
	position: relative;
}
#main-nav > ul > li > a {
	align-items: center;
	color: #fff;
	height: 60px;
	display: flex;
	font-weight: bold;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	position: relative;
}
#main-nav > ul > li > a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 17px;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #fff;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: color 0.1s, transform 0.2s ease-out;
}
#main-nav > ul > li > a:active:before {
	background-color: #fff;
}
#main-nav > ul > li > a:hover:before, #main-nav > ul > li > a:focus:before, #main-nav > ul > li:hover > a:before {
	transform-origin: left top;
	transform: scale(1, 1);
}
#main-nav > ul > li > ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.1s ease-in 0s;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	left: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	display: block;
	z-index: 999;
	background-color: #0081ae;
	width: 270px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #00739b;
	-webkit-box-shadow: 0 1px 8px 0px rgba(0,139,187,0.2);
	-moz-box-shadow: 0 1px 8px 0px rgba(0,139,187,0.2);
	box-shadow: 0 1px 8px 0px rgba(0,139,187,0.2);
}
#main-nav .sub-menu .sub-menu {
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.1s ease-in 0s;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	position: absolute;
	top: -11px;
	right: 259px;
	width: 270px;
	background-color: #0081ae;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #00739b;
	-webkit-box-shadow: 0 1px 8px 0px rgba(0,139,187,0.2);
	-moz-box-shadow: 0 1px 8px 0px rgba(0,139,187,0.2);
	box-shadow: 0 1px 8px 0px rgba(0,139,187,0.2);
}
#main-nav .sub-menu .sub-menu::after {
	position: absolute;
	height: 100%;
	width: 20px;
	background: transparent;
	content: "";
	top: 0;
	right: -20px;
}
#main-nav ul li:hover > ul.sub-menu, #main-nav ul li ul li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
}
 #main-nav ul li:focus-within > ul.sub-menu, #main-nav ul li ul li:focus-within > ul.sub-menu {
 visibility: visible;
 opacity: 1;
}
#main-nav ul li {
	position: relative;
}
#main-nav ul li ul li a {
	padding: 10px 10px;
	display: block;
	color: #fff;
}
#main-nav ul li ul li a:hover, #main-nav ul li ul li a:focus {
	background-color: #fff;
	color: #008bbb;
	text-decoration: none;
	border-radius: 3px;
}
.hamburger {
	position: absolute;
	top: 5px;
	z-index: 1;
	display: none;
}
#mobile-toggle {
	font-size: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #008bbb;
	border-radius: 3px;
	border: 1px solid #fff;
	cursor: pointer;
}
#mobile-toggle:hover, #mobile-toggle:focus {
	background-color: #fff;
	color: #008bbb;
}
.search-button {
	display: none;
}
.main-search {
	font-size: 20px;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 20px;
	height: 60px;
}
#search-curtain {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	overflow: hidden;
	transform: scale(.95);
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
#search-curtain.open {
	transform: none;
	opacity: .95;
}
#search-form-wrapper {
	max-width: 700px;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
form#quick-search {
	max-width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
form#quick-search input[type="text"] {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	height: 70px;
	padding-right: 70px;
	padding-left: 20px;
	background: none;
	float: left;
	color: #000;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	outline: none;
}
form#quick-search #qs-submit {
    position: absolute;
    right: 0;
    height: 70px;
    width: 70px;
    background: none;
    border: none;
    font-size: 30px;
}
form#quick-search .message {
	color: #aaa;
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.4em;
}
button.close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	color: #fff;
	height: 40px;
	width: 40px;
	background-color: #CD4637;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}
button.close:hover, button.close:focus {
	color: #CD4637;
	background-color: #fff;
}
article.search-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
article.search-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#menu-curtain {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 998;
	overflow: hidden;
	background: rgba(0, 0, 0,.8);
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s .2s, opacity .2s linear;
}
#menu-curtain.open {
	transition: opacity .2s linear;
	opacity: 1;
	visibility: visible;
}
#mobile-nav-wrap {
	position: fixed;
	top: 0;
	left: -500px;
	background: #008bbb;
	height: 100%;
	width: 78%;
	max-width: 500px;
	z-index: 999;
	overflow-y: auto;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition: transform .2s ease;
}
#mobile-nav-wrap.open {
	-ms-transform: translateX(500px) !important;
	transform: translateX(500px) !important;
}
#mobile-nav-wrap button.close {
	background-color: #fff;
	color: #0081ae;
}
#mobile-nav-wrap button.close:hover, #mobile-nav-wrap button.close:focus {
	color: #CD4637;
}
#mobile-nav > ul > li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00A8DF;
}
#mobile-nav > ul > li > a {
	font-weight: bold;
}
#mobile-nav li a {
	padding: 14px 20px;
	display: block;
	color: #fff;
	min-height: 50px;
}
#mobile-nav li a:hover, #mobile-nav li a:focus {
	background-color: #0081ae;
}
#mobile-nav li ul li a {
    padding: 14px 30px;
}
#mobile-nav ul li {
	position: relative;	
}
.mobile-home-link {
    margin-top: 50px;
    display: block;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
.mobile-home-link img {
    max-width: 280px;
    margin: 0 auto;
}
button.child-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #01749c;
    color: #fff;
    border: none;
}
button.child-dropdown:hover,
button.child-dropdown:focus {
    background: #015775;
}
#mobile-nav > ul > li.menu-item-has-children > a {
	position: relative;
	padding-right: 64px;	
}
.entry-header {
	padding: 110px 0 80px 0;
	background: #008bbb;
	position: relative;
	text-align: center;
}
.entry-header.bg {
	padding: 320px 0 160px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.header-overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
}
.no-breadcrumbs .breadcrumbs-wrap {
	display: none;
}
.breadcrumbs-wrap {
	position: absolute;
	z-index: 1;
	width: 100%;
}
.breadcrumbs {
	padding: 30px 0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
.breadcrumbs a {
	color: #ffe800;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
	color: #fff;
}
 @media only screen and (max-width: 640px) {
.entry-header.bg {
	padding: 110px 0 80px 0;
}
.breadcrumbs {
	text-align: center;
}
}
.header-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 0;
	z-index: 1;
}
.header-shape svg {
	height: 50px;
	display: block;
	width: 100%;
	position: relative;
	left: 50%;
	bottom: -1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header-shape .fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.custom-archive .header-shape .fill {
    fill: #f6f6f6;
}
.content-container {
	background-color: #fff;
	position: relative;
}
.js .content-container img {
	display: none;
}
/*------------------------------------*\
    PREVIEW NEWS CAROUSEL
\*------------------------------------*/

.js .carousel {
	display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .home-events .owl-theme .owl-dots .owl-dot.active span, .home-events .owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}
.home-events .owl-theme .owl-dots .owl-dot span {
	background: #fff;
}
.owl-item .content-item {
	width: 100%;
	padding: 15px;
}
.owl-carousel .owl-item {
	display: flex;
}
.js .row.carousel {
	margin: 0;
}
.owl-carousel {
	overflow-x: hidden;
}
.owl-carousel .owl-stage {
	margin-top: -15px;
	display: flex;
}
.owl-prev {
	position: absolute;
	left: -120px;
	top: 50%;
	font-size: 34px !important;
	height: 70px;
	width: 70px;
	line-height: 70px !important;
	background-color: #000 !important;
	color: #fff !important;
	margin: -70px 0 0 0 !important;
	border-radius: 50% !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
.owl-next {
	position: absolute;
	right: -120px;
	top: 50%;
	font-size: 34px !important;
	height: 70px;
	width: 70px;
	line-height: 70px !important;
	background-color: #000 !important;
	color: #fff !important;
	margin: -70px 0 0 0 !important;
	border-radius: 50% !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
 @media only screen and (max-width: 640px) {
.owl-prev {
	position: relative;
	left: 0;
	font-size: 33px !important;
	height: 60px;
	width: 60px;
	line-height: 60px !important;
	margin: 0 10px !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.owl-next {
	position: relative;
	right: 0;
	font-size: 33px !important;
	height: 60px;
	width: 60px;
	line-height: 60px !important;
	margin: 0 10px !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.owl-dots {
	display: none;
}
.owl-theme .owl-nav {
	margin-top: 0 !important;
}
}
.owl-carousel:hover .owl-prev {
	visibility: visible !important;
	left: 0 !important;
	opacity: 0.9;
}
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
	opacity: 0.5 !important;
}
.owl-carousel:hover .owl-next {
	visibility: visible !important;
	right: 0 !important;
	opacity: 0.9;
}
.no-js .loop-wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.content-item {
	width: 33.33%;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	height: auto;
}
.no-js .content-item {
	display: flex;
}
.no-js .content-item {
	margin-top: 30px;
}
.preview-wrap {
	background: #fff;
	border-radius: 3px;
	height: 100%;
	width: 100%;
}
.preview-img {
	position: relative;
}
.preview-img a {
	border-bottom: none;
	display: block;
}
.preview-img-element {
	padding: 30%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
	min-height: 240px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.preview-img-element span.preview-img-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0,.4);
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	text-align: center;
}
.preview-img-element:hover span.preview-img-overlay {
	opacity: 1;
}
.preview-img-element span.preview-img-overlay i {
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	transform: translateY(30px);
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	opacity: 1;
	visibility: visible;
	-moz-transition: all 0.1s ease-in 0s;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
.preview-img-element:hover span.preview-img-overlay i {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
.post-preview-content {
	padding: 30px;
}
.post-preview-content .date {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.preview-title {
	margin-bottom: 0;
}
/*------------------------------------*\
    HOME EVENT LIST
\*------------------------------------*/


.js .simcal-calendar {
	display: none;
}
.entry-content .simcal-default-calendar-list {
	min-height: 0;
	padding: 0;
}
.entry-content .event-list-description a {
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
}
.entry-content .simcal-default-calendar-list .simcal-event-details {
	font-size: inherit;
}
.entry-content .event-list-description a:hover, .entry-content .event-list-description a:focus {
}
.entry-content .simcal-default-calendar-list ul.simcal-events {
	margin: 0;
}
.entry-content .simcal-align-right {
	display: none;
}
.entry-content .simcal-default-calendar-list ul.simcal-events li.simcal-event {
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.entry-content .simcal-default-calendar-list .simcal-event-details {
	background-color: rgba(255,255,255,.15);
	border-radius: 3px;
	position: relative;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
.entry-content .event-list-date {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding: 10px;
	border-radius: 3px;
	width: 90px;
	background-color: #fff;
	height: 90px;
	border: 4px solid #de6e28;
	position: relative;
	margin-top: 26px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.entry-content .event-list-date::before {
	position: absolute;
	content: "";
	height: 20px;
	width: 12px;
	background-color: #fff;
	top: -10px;
	left: 15%;
	border-radius: 3px;
	border: 4px solid #de6e28;
}
.entry-content .event-list-date::after {
	content: "";
	position: absolute;
	height: 20px;
	width: 12px;
	background-color: #fff;
	top: -10px;
	right: 15%;
	border-radius: 3px;
	border: 4px solid #de6e28;
}
.entry-content .event-list-date .month {
	font-size: 24px;
	display: block;
}
.entry-content .event-list-date .day {
	font-size: 30px;
	display: block;
	margin-top: 10px;
	line-height: 1;
}
.entry-content .event-list-description {
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 20px;
}
.entry-content .event-list-description .multi-day, .entry-content .event-list-description .time {
	display: block;
	margin-top: 10px;
}
.entry-content .event-list-location {
	margin-top: 10px;
	text-transform: none;
	display: none;
}
.js .entry-content li.simcal-event {
	width: 100%;
	padding: 0;
}
.no-js .entry-content li.simcal-event {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}
.no-js .entry-content .simcal-day li {
	padding: 0 !important;
}
.no-js .entry-content .simcal-day:last-child li:last-child {
	margin-bottom: 0 !important;
}
.event-details-wrap {
	padding: 15px;
}
/*------------------------------------*\
    SINGLE CALENDAR
\*------------------------------------*/

.single-calendar .header-shape .fill {
	fill: #f6f6f6;
}
.single-calendar .content-container {
	background-color: #f6f6f6;
}
.single-calendar .entry-content .simcal-default-calendar-list .simcal-event-details {
	background-color: #fff;
}
.single-calendar .entry-content .event-list-date {
	margin-bottom: 0;
}
.single-calendar .entry-content .event-list-date, .single-calendar .entry-content .event-list-date::before, .single-calendar .entry-content .event-list-date::after {
	border: 4px solid #000;
}
.single-calendar .meta-single, .single-calendar .share-wrap {
	display: none;
}
.single-calendar .event-details-wrap {
	padding: 0;
	margin-top: 15px;
}
.single-calendar .event-details-wrap:first-child {
	margin-top: 0;
}
/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/

.title-scroll-wrap {
	font-family: 'Poppins', sans-serif;
	padding: 0 6%;
	height: 60px;
	width: 100%;
	align-items: center;
	display: flex;
	position: fixed;
	top: -60px;
	color: #fff;
	background: #000;
	visibility: hidden;
	z-index: 100;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
 @media only screen and (max-width:640px) {
.title-scroll-wrap {
	display: none;
}
}
.title-scroll-wrap.active {
	visibility: visible;
	top: 0;
}
.title-scroll-wrap .title {
	font-weight: bold;
	font-size: 24px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title-scroll-wrap .share {
	position: absolute;
	right: 6%;
}
.title-scroll-wrap .share ul li {
	float: left;
	margin-left: 10px;
}
.title-scroll-wrap .share ul li a {
	border-radius: 50%;
	height: 34px;
	width: 34px;
	display: block;
	line-height: 34px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.title-scroll-wrap .share-facebook a:hover, .title-scroll-wrap .share-facebook a:focus {
	background-color: #fff;
	color: #3b5999;
}
.title-scroll-wrap .share-twitter a:hover, .title-scroll-wrap .share-twitter a:focus {
	background-color: #fff;
	color: #55acee;
}
.title-scroll-wrap .share-email a:hover, .title-scroll-wrap .share-email a:focus {
	background-color: #fff;
	color: #258004;
}
.share-wrap {
	margin-bottom: 40px;
	text-align: center;
}
.share-wrap li {
	display: inline-block;
	margin: 0 2px;
}
.share-wrap a {
	height: 50px;
	width: 50px;
	display: block;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.share-facebook a {
	background-color: #3b5999;
}
.share-facebook a:hover, .share-facebook a:focus {
	background-color: #fff;
	color: #3b5999;
}
.share-twitter a {
	background-color: #55acee;
}
.share-twitter a:hover, .share-twitter a:focus {
	background-color: #fff;
	color: #55acee;
}
.share-email a {
	background-color: #258004;
}
.share-email a:hover, .share-email a:focus {
	background-color: #fff;
	color: #258004;
}
.meta-single {
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}
.featured-image-wrapper {
	margin-left: -150px;
	margin-right: -150px;
	margin-bottom: 25px;
	width: auto;
	text-align: center;
}
.post-tags a {
	text-transform: uppercase;
	font-weight: bold;
}
/*------------------------------------*\
    ARCHIVES
\*------------------------------------*/

.content-container.archive {
	background-color: #f6f6f6;
	text-align: center;
}
.header-shape .fill.archive {
	fill: #f6f6f6;
}
article.archive {
	width: 50%;
	padding: 0 15px;
	margin-top: 30px;
	display: flex;
}
.posts-wrap {
	margin-top: -30px;
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
	flex-wrap: wrap;
}
/*------------------------------------*\
    WP-PAGENAVI
\*------------------------------------*/

.wp-pagenavi {
	display: block;
	float: left;
	width: 100%;
	margin-top: 26px;
}
.wp-pagenavi span {
	background-color: #000;
	border: medium none;
	color: #fff;
	display: inline-block;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
}
.wp-pagenavi a {
	background-color: #cd4637;
	border: medium none;
	color: #fff;
	display: inline-block;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 3px;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus {
	background-color: #f7f7f7;
	color: #000;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer {
	background-color: #963025;
	color: #fff;
	position: relative;
}
.back-to-top {
	position: absolute;
	top: -30px;
	font-size: 36px;
	text-align: center;
	right: 20px;
	color: #111;
	left: 50%;
	margin-left: -30px;
	z-index: 1;
}
.back-to-top a {
	height: 60px;
	width: 60px;
	display: block;
	border-radius: 50%;
	background-color: #963025;
	border: 3px solid #963025;
	line-height: 56px;
}
.back-to-top a:hover, .back-to-top a:focus {
	background-color: #fff;
	color: #963025 !important;
}
#footer-main {
	padding: 40px 0;
}
#footer-secondary {
	text-align: center;
	background-color: #000;
	padding: 20px 0;
	font-size: 14px;
}
/*------------------------------------*\
    WIDGETS
\*------------------------------------*/

.col-4 {
	width: 25%
}
.col-2 {
	width: 50%
}
.footer-widget {
	float: left;
	padding: 20px 15px;
}
.footer-widget.last {
	text-align: right;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #fff;
	text-decoration: underline;
}
.footer-widget ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFF;
	font-weight: 300;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer-contact ul li {
	padding-left: 30px;
}
.footer-contact li:before {
	line-height: normal;
	left: 0;
	position: absolute;
	top: 2px;
}
.footer-contact li.phone:before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: rgba(255, 255, 255, 0.4);
}
.footer-contact li.email:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: rgba(255, 255, 255, 0.4);
}
.goog-te-gadget-simple a {
	color: #963025 !important;
}
.goog-te-gadget-simple .goog-te-menu-value span:last-child {
	color: #963025 !important;
}
.goog-te-gadget-simple {
	border-radius: 5px !important;
	padding: 5px 15px !important;
	border-color: #6F241C !important;
}
#footer .social-icons {
	margin-top: 20px;
}
#footer .social-icons a {
	font-size: 18px;
	margin-left: 6px;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #cd4637;
	text-align: center;
	border-radius: 50%;
}
#footer .social-icons a:hover, #footer .social-icons a:focus {
	background-color: #000;
	color: #fff;
}

/*------------------------------------*\
    LANGUAGE SELECT POPUP
\*------------------------------------*/

.no-js .init-language-wrap {
	display: none;	
}
.init-language-wrap {
	z-index: 102;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: fixed;
}
.init-language-overlay {
	animation: fadeIn .2s ease both;
	background: rgba(0,0,0,.8);
	position: absolute;
	z-index: 25;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	padding: .88888889rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.init-language-box {
	border-radius: 6px;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	min-height: 100px;
	z-index: 25;
	background: #008bbb;
	display: flex;
	max-height: 100%;
	max-width: 900px;
	overflow: auto;
	position: relative;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-ms-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
}
.init-language-left {
	background: url('https://www.midvalleystem.org/media/2019/06/feat-05.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40%;
}
.init-language-right {
	width: 60%;
	padding: 30px;
}
.init-language-right .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.init-language-right .logo img {
	width: 100%;
	height: auto;
	max-width: 180px;
}
.init-language-right h1 {
	font-size: 32px;
	line-height: 1;
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}
.init-language-right .text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 30px;
}
.init-language-right .buttons {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}
.init-language-right .buttons > button:first-child {
	margin-bottom: 20px;	
}
.init-language-right .buttons button {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	max-width: 250px;
	border: none;
	color: #000;
	border-radius: 6px;
	padding: 10px 12px;
	background: #fde503;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-ms-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	transition: opacity .1s linear;
}
.init-language-right .buttons button:hover, .init-language-right .buttons button:focus {
	color: #fff;
	background: #000;
}
.init-language-box .close_btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	border: none;
	color: #fff;
	background: none;
	cursor: pointer;
}
@media only screen and (max-width: 600px) {
.init-language-box {
	flex-direction: column;
}
.init-language-left, .init-language-right {
	width: 100%;
}
.init-language-left {
	padding: 20%;
}
}

/*------------------------------------*\
    SHORTCODES
\*------------------------------------*/

.one-half {
	width: 50%;
}
.one-half.first {
	float: left;
	padding-right: 15px;
}
.one-half.last {
	float: right;
	padding-left: 15px;
}
.clear-column {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}
.clear-column + p, .clear-column + table, .clear-column + .table-scroll, .clear-column + blockquote, .clear-column + pre, .clear-column + a, .clear-column + ul, .clear-column + ol, .clear-column + img, .clear-column + div, .clear-column + img, .clear-column + iframe, .clear-column + object {
	margin-top: 1.6em;
}
 @media only screen and (max-width: 780px) {
.one-half {
	width: 100%;
}
.one-half.first {
	padding-right: 0;
	margin-bottom: 1.6em;
}
.one-half.last {
	float: left;
	padding-left: 0;
}
}
/*------------------------------------*\
	EMBEDS
\*------------------------------------*/


iframe {
	max-width: 100%;
	margin: 0 auto;
}
iframe.twitter-tweet {
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}
iframe.twitter-tweet:last-child {
	margin-bottom: 0 !important;
}
iframe.wp-embedded-content {
	vertical-align: bottom;
	width: 100%;
}
.embed-content {
	margin-bottom: 25px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.embed-content:last-child {
	margin-bottom: 0;
}
.item-stretch .embed-content:last-child {
	margin-bottom: 25px;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*------------------------------------*\
    GALLERY - STANDARD
\*------------------------------------*/

.gallery {
	margin-left: -150px;
	margin-right: -150px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: auto;
	text-align: center;
}
.gallery:first-child {
	margin-top: 0;
}
.single-post .gallery {
	margin-left: -150px;
	margin-right: -150px;
}
.entry-content .gallery a {
	border-bottom: none;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery .gallery-item {
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
.gallery .gallery-item:last-of-type {
	margin-bottom: 0 !important;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-top: 20px;
}
.gallery-columns-2 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 11.11%;
}
.gallery a {
	display: block;
}
.gallery a img {
	border: none !important;
}
.gallery .gallery-caption {
	font-size: 16px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.gallery dl, .gallery dt {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.gallery br {
	display: none;
}
.gallery:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.gallery-item a:hover, .gallery-item a:focus {
	background: none;
}
 @media only screen and (min-width: 781px) {
.gallery-columns-2 .gallery-item:nth-of-type(2n+1), .gallery-columns-3 .gallery-item:nth-of-type(3n+1), .gallery-columns-4 .gallery-item:nth-of-type(4n+1), .gallery-columns-5 .gallery-item:nth-of-type(5n+1), .gallery-columns-6 .gallery-item:nth-of-type(6n+1), .gallery-columns-7 .gallery-item:nth-of-type(7n+1), .gallery-columns-8 .gallery-item:nth-of-type(8n+1), .gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
	clear: left;
}
}
 @media only screen and (min-width: 421px) and (max-width: 780px) {
.gallery-columns-3 .gallery-item:nth-of-type(2n+1), .gallery-columns-4 .gallery-item:nth-of-type(2n+1), .gallery-columns-5 .gallery-item:nth-of-type(2n+1), .gallery-columns-6 .gallery-item:nth-of-type(2n+1), .gallery-columns-7 .gallery-item:nth-of-type(2n+1), .gallery-columns-8 .gallery-item:nth-of-type(2n+1), .gallery-columns-9 .gallery-item:nth-of-type(2n+1) {
	clear: left;
}
.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
	width: 50%;
}
}
 @media only screen and (max-width: 420px) {
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
	width: 100%;
}
}
/*------------------------------------*\
	TABLES
\*------------------------------------*/

.table-scroll {
	overflow: auto;
	position: relative;
}
.entry-content table {
	border-collapse: collapse;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FCFCFC;
	line-height: 1.7em;
}
.entry-content table, .table-scroll {
	width: 100%;
	margin-bottom: 1em;
}
.entry-content table:last-child, .table-scroll:last-child {
	margin-bottom: 0;
}
.entry-content table:first-child, .table-scroll:first-child {
	margin-top: 0;
}
.entry-content table tr:nth-child(odd) {
	background-color: #f7f7f7;
}
.entry-content table td, .entry-content table th {
	padding: 16px 18px;
}
.entry-content table th {
	font-weight: bold;
	background-color: #ddd;
	color: #000;
}
.entry-content table tr:hover {
	background-color: #fff !important;
}
/*------------------------------------*\
    RESET
\*------------------------------------*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, form, label, fieldset, input, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
caption, th {
	text-align: left
}
ol, ul, li {
	list-style: none
}
q:before, q::after {
	content: ''
}
/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
	font-weight: bold
}
em {
	font-style: italic
}
a img {
	border: none
} /* Gets rid of IE's blue borders */
button {
	outline: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.item-stretch {
	margin-left: -150px;
	margin-right: -150px;
	width: auto;
}
.item-stretch-left {
	margin-left: -150px;
	width: auto;
}
.item-stretch-right {
	margin-right: -150px;
	width: auto;
}
.js .wp-caption.alignnone {
	width: 100% !important;
}
img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
img.alignnone {
	margin: 0;
}
img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.alignnone {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}
.wp-caption:first-child {
	margin-top: 0;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
	text-align: center;
}
.sticky {
}
.bypostauthor {
}
 @media only screen and (max-width: 1250px) {
.featured-image-wrapper, .single-post .gallery, .item-stretch {
	margin-left: 0;
	margin-right: 0;
}
.item-stretch-left {
	margin-left: 0;
}
.item-stretch-right {
	margin-right: 0;
}
}
 @media only screen and (max-width: 1100px) {
#header {
	text-align: center;
}
#header-nav {
	display: none;
}
#logo-wrapper {
	margin: 0 auto;
}
#logo-img img {
	height: 50px;
}
.hamburger, #main-nav > ul > li.mobile-only.mobile-only {
	display: block;
}
.search-button {
	margin-left: 0;
	height: 40px;
	display: block;
	position: absolute;
	top: 5px;
	right: 6%;
}
.main-search {
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #008bbb;
	border-radius: 3px;
	border: 1px solid #fff;
	z-index: 1;
}
.main-search:hover, .main-search:focus {
	background-color: #fff;
	color: #008bbb;
}
.no-js .content-item {
	width: 50%;
}
.footer-widget {
	width: 50%;
}
.footer-widget:nth-child(2n+3) {
	clear: both;
}
.footer-widget.last {
	text-align: left;
}
}
 @media only screen and (max-width: 980px) {
article.archive {
	width: 100%;
}
}
 @media only screen and (max-width: 780px) {
.container {
	padding: 0 6%;
}
#header-nav {
	right: 6%;
}
.no-js .content-item {
	width: 100%;
}
.footer-widget {
	width: 100%;
}
.footer-widget:nth-child(2n+3) {
	clear: none;
}
#footer .social-icons a {
	margin-left: 0;
	margin-right: 6px;
}
.header-shape svg {
	height: 30px;
}
}
 @media only screen and (max-width: 460px) {
body {
	font-size: 17px;
}
.entry-header h1 {
    font-size: 40px;
    line-height: 46px;
}
.entry-content h1 {
	font-size: 40px;
	line-height: 46px;
}
.entry-content h2 {
	font-size: 32px;
	line-height: 38px;
}
.entry-content h3 {
	font-size: 28px;
	line-height: 34px;
}
.entry-content h4 {
	font-size: 22px;
	line-height: 28px;
}
.entry-content h5 {
	font-size: 19px;
	line-height: 25px;
}
.entry-content h6 {
	font-size: 17px;
	line-height: 23px;
}
a img.alignleft, img.alignleft, a img.alignright, img.alignright, .wp-caption.alignleft, .wp-caption.alignright {
	float: none;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.item-stretch, .item-stretch-left, .item-stretch-right {
	text-align: center;
}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
}
