/*
	Theme Name: Santiam Canyon School District
	Theme URI: http://santiam.k12.or.us/
	Description: Santiam Canyon School District Theme
	Version: 1.0.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* 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 {
    height: 100%;
}

body {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 100%;
	color: #333;
	position: relative;
	background-color: #fff;
}

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

/* clear */
.clear::before, .clear::after {
	content: ' ';
	display: table;
}

.clear::after {
	clear: both;
}

.clear {
 *zoom:1;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p:last-child {
	margin-bottom: 0;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #bf1e2e;
}

a:hover {
	color: #666;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

iframe {
	max-width: 100%;
	margin: 0 auto;
}

iframe.wp-embedded-content {
	vertical-align: bottom;
	width: 100%;
}

.embed-content {
	margin-bottom: 1.5em;
}

.embed-content:last-child {
	margin-bottom: 0;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 1.5em;
}

.video-container:last-child {
	margin-bottom: 0;
}

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

strong, b, strong *, b * {
	font-weight: bold !important;
}

em, em * {
	font-style: italic !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;
}

.upgrade-message {
	text-align: center;
	padding: 15px;
	font-size: 18px;
	background-color: #FFFF00;
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #000;
}














@font-face {
  font-family: 'fontello';
  src: url('fonts/fontellocc27.eot?50742407');
  src: url('fonts/fontellocc27.eot?50742407#iefix') format('embedded-opentype'),
       url('fonts/fontellocc27.woff2?50742407') format('woff2'),
       url('fonts/fontellocc27.woff?50742407') format('woff'),
       url('fonts/fontellocc27.ttf?50742407') format('truetype'),
       url('fonts/fontellocc27.svg?50742407#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontello' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-20:before { content: '\e800'; } /* '' */
.icon-2:before { content: '\e801'; } /* '' */
.icon-1:before { content: '\e802'; } /* '' */
.icon-4:before { content: '\e803'; } /* '' */
.icon-6:before { content: '\e804'; } /* '' */
.icon-3:before { content: '\e805'; } /* '' */
.icon-19:before { content: '\e806'; } /* '' */
.icon-5:before { content: '\e807'; } /* '' */
.icon-7:before { content: '\e808'; } /* '' */
.icon-8:before { content: '\e809'; } /* '' */
.icon-9:before { content: '\e80a'; } /* '' */
.icon-10:before { content: '\e80b'; } /* '' */
.icon-11:before { content: '\e80c'; } /* '' */
.icon-12:before { content: '\e80d'; } /* '' */
.icon-13:before { content: '\e80e'; } /* '' */
.icon-14:before { content: '\e80f'; } /* '' */
.icon-15:before { content: '\e810'; } /* '' */
.icon-16:before { content: '\e811'; } /* '' */
.icon-17:before { content: '\e812'; } /* '' */
.icon-18:before { content: '\e813'; } /* '' */

/*------------------------------------*\
    CLEAR FLOATS
\*------------------------------------*/

.container::after, #top-bar ul::after, #header::after, #header-contact ul::after, #main-nav ul::after, #footer::after, .footer-left::after, article.post::after, .posts-wrap::after, .share-wrap ul::after, .tabs-content::after {
	content: "";
	display: block;
	clear: both;	
}

/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/

#breadcrumbs {
    padding: 12px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
}

#breadcrumbs a {
	color: #999;	
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
	text-decoration: underline;
	color: #fff;
}

/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: 900;	
}

#page-content .entry-content h1,
#page-content .entry-content h2,
#page-content .entry-content h3,
#page-content .entry-content h4,
#page-content .entry-content h5,
#page-content .entry-content h6,
.onscreen-alert-message .entry-content h1,
.onscreen-alert-message .entry-content h2,
.onscreen-alert-message .entry-content h3,
.onscreen-alert-message .entry-content h4,
.onscreen-alert-message .entry-content h5,
.onscreen-alert-message .entry-content h6 {
	margin: 25px 0;	
}

#page-content .entry-content h1:first-child,
#page-content .entry-content h2:first-child,
#page-content .entry-content h3:first-child,
#page-content .entry-content h4:first-child,
#page-content .entry-content h5:first-child,
#page-content .entry-content h6:first-child,
.onscreen-alert-message .entry-content h1:first-child,
.onscreen-alert-message .entry-content h2:first-child,
.onscreen-alert-message .entry-content h3:first-child,
.onscreen-alert-message .entry-content h4:first-child,
.onscreen-alert-message .entry-content h5:first-child,
.onscreen-alert-message .entry-content h6:first-child {
    margin-top: 0;
}

#page-content .entry-content h1,
.onscreen-alert-message .entry-content h1 {
	font-size: 40px;
}

#page-content .entry-content h2,
.onscreen-alert-message .entry-content h2 {
	font-size: 34px;
}

#page-content .entry-content h3,
.onscreen-alert-message .entry-content h3 {
	font-size: 28px;
}

#page-content .entry-content h4,
.onscreen-alert-message .entry-content h4 {
	font-size: 22px;
}

#page-content .entry-content h5,
.onscreen-alert-message .entry-content h5 {
	font-size: 20px;
}

#page-content .entry-content h6,
.onscreen-alert-message .entry-content h6 {
	font-size: 18px;
}

h2.section-title {
	font-size: 38px;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}

h2.section-title::after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    width: 100px;
    margin-left: -50px;
    background: #bf1e2e;
}

h2.news:before {
    content: "\e80e";
    font-family: "fontello";
    display: block;
    font-weight: bold;
    font-size: 40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #bf1e2e;
    color: #fff;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px;
    text-shadow: none;
}

#home-about h1,
#home-about h2,
#home-about h3,
#home-about h4,
#home-about h5,
#home-about h6 {
	color: #fff;	
}

h2.mission:before {
    content: "\f024";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: normal;
    font-size: 42px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: #bf1e2e;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px;
    text-shadow: none;
}

h2.events {
	color: #fff;	
}

h2.events:before {
    content: "\e801";
    font-family: "fontello";
    display: block;
    font-weight: normal;
    font-size: 40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #fff;
    color: #bf1e2e;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px;
    text-shadow: none;
}

h2.section-title.events::after,
h2.section-title.mission::after {
    background: #fff;
}

h2.post-preview-title,
h3.post-preview-title {
    font-weight: bold;
    font-size: 30px;
}

h2.post-preview-title a:hover,
h3.post-preview-title a:hover,
h2.post-preview-title a:focus,
h3.post-preview-title a:focus {
	background-color: #bf1e2e;
    color: #fff;
}

h1.page-title {
	font-size: 52px;
	line-height: 56px;
	margin-bottom: 40px;
	margin-top: 0;
	position: relative;
	padding-bottom: 20px;
	font-weight: 900;
}

h1.page-title::after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100px;
    background: #bf1e2e;
}

/*------------------------------------*\
    CONTAINERS
\*------------------------------------*/

.container {
    max-width: 1580px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
	position: relative;
}

.container.single .single-content {
    max-width: 920px;
	margin: 0 auto;
}

#page-content,
#archive-content {
	padding: 80px 0;
}

/*------------------------------------*\
	SKIPNAV
\*------------------------------------*/

.skipnav a {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: -40px;
    left: 0px;
    color: #fff;
    border-right: 1px solid #861313;
    border-bottom: 1px solid #861313;
    background-color: #b20e0e;
    -webkit-transition: top .1s ease-out, background .2s linear;
    transition: top .1s ease-out, background .2s linear;
    z-index: 100;
}

.skipnav a:focus {
	left: 0px;
	top: 0px;
	background: #BF1722;
	outline: 0;	
	-webkit-transition: top .1s ease-in, background .2s linear;
    transition: top .1s ease-in, background .2s linear;
}

/*------------------------------------*\
    TOP BAR
\*------------------------------------*/


#top-bar {
    background-color: #fff;
    padding-bottom: 5px;
    border-bottom: 3px solid #bf1e2e;
	width: 100%;
}

#top-bar ul {
    float: right;
}

#top-bar ul li {
    float: left;
    margin-left: 10px;
	margin-top: 5px;
}

#top-bar ul li:first-child {
    margin-left: 0;
}

#top-bar ul li a {
    display: inline-block;
	position: relative;
	padding: 5px 8px 5px 38px;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	margin: 0;
}

#top-bar ul li a.translate {
	background-color: #008500;
}

#top-bar ul li a.translate:hover,
#top-bar ul li a.translate:focus {
    background-color: #fff;
    color: #008500;
}

#top-bar ul li a.translate:before {
    content: "\f1ab";
    font-family: 'Font Awesome 5 Free';
    left: 10px;
    position: absolute;
    top: 50%;
    font-weight: bold;
    font-size: 18px;
    margin-top: -10px;
    line-height: 18px;
}

#top-bar ul li a.facebook {
    background-color: #3b5999;
}

#top-bar ul li a.facebook:hover,
#top-bar ul li a.facebook:focus {
    background-color: #fff;
    color: #3b5999;
}

#top-bar ul li a.facebook:before {
    content: "\f09a";
    font-family: 'Font Awesome 5 Brands';
    left: 10px;
    position: absolute;
    top: 50%;
    font-weight: normal;
    font-size: 18px;
    margin-top: -10px;
    line-height: 18px;
}

#top-bar ul li a.search {
    background-color: #000;
}

#top-bar ul li a.search:hover,
#top-bar ul li a.search:focus {
    background-color: #fff;
    color: #000;
}

#top-bar ul li a.search:before {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    left: 10px;
    position: absolute;
    top: 50%;
    font-weight: bold;
    font-size: 18px;
    margin-top: -10px;
    line-height: 18px;
}

#top-bar ul li a.qlinks {
    background-color: #bf1e2e;
}

#top-bar ul li a.qlinks:hover,
#top-bar ul li a.qlinks:focus {
    background-color: #fff;
    color: #bf1e2e;
}

#top-bar ul li a.qlinks:before {
    content: "\f0c1";
    font-family: 'Font Awesome 5 Free';
    left: 10px;
    position: absolute;
    top: 50%;
    font-weight: bold;
    font-size: 18px;
    margin-top: -10px;
    line-height: 18px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header {
    background-color: #000;
    color: #fff;
}

#logo img {
    max-width: 160px;
    height: auto;
	margin-top: -34px;
}

#logo-wrap {
    float: left;
	display: table;
}

#logo { 
	display: table-cell;
}

#logo-text {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	line-height: 46px;
}

#logo-text span {
	display: block;
}

#header-contact {
    float: right;
	margin-top: 45px;
}

#header-contact li {
    float: left;
    margin-left: 10px;
}

#header-contact a {
    background-color: #bf1e2e;
    border-radius: 3px;
    padding: 8px 18px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

#header-contact a:hover,
#header-contact a:focus {
    background-color: #fff;
    color: #bf1e2e;
}

#header-contact li.phone i {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	margin-right: 4px;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

#navigation {
	background-color: #bf1e2e;
	margin-top: 10px;
	padding-bottom: 10px;
}

#main-nav > ul > li {
    list-style: none;
    float: left;
    position: relative;
	padding-top: 10px;
	margin-right: 10px;
}

#main-nav > ul > li > a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 8px 18px;
    height: 100%;
    position: relative;
    border-radius: 3px;
    background-color: #000;
	font-size: 20px;
}

#main-nav > ul > li > a:hover,
#main-nav > ul > li > a:focus {
	color: #bf1e2e;
	background-color: #fff;
}

#main-nav > ul > li:hover > a {
	color: #bf1e2e;
	background-color: #fff;
}

#main-nav 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: 98;
    background-color: #f7f7f7;
    width: 280px;
    padding: 18px;
    border-radius: 3px;
	border-top: 10px solid #bf1e2e;
	border-bottom: 3px solid #cdcdcd;
}

#main-nav ul.sub-menu.off-right {
    right: 0;
	left: inherit !important;
}

#main-nav ul li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
}

#main-nav ul li:focus-within > ul.sub-menu {
	visibility: visible;
	opacity: 1;
}

#main-nav ul.sub-menu li {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px dotted #ccc;
	position: relative;	
}

#main-nav ul.sub-menu li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;	
}

#main-nav ul.sub-menu li a {
	display: block;
	font-weight: bold;
}

#main-nav ul.sub-menu li a:hover,
#main-nav ul.sub-menu li a:focus {
	text-decoration: underline;
}

#main-nav ul.sub-menu ul {
    left: 100%;
    top: -12px;
    border-top: 0;
    margin-left: 0;
}

#main-nav ul.sub-menu ul.sub-menu.off-right,
#main-nav ul.sub-menu ul.sub-menu.off-right ul {
    right: 100%;
	left: inherit !important;
	margin-left: 0;
	margin-right: -18px;
}

#main-nav ul.sub-menu ul ul {
	display: none;	
}

/*------------------------------------*\
    MAIN NAV STICKY ON SCROLL
\*------------------------------------*/

body.down {
	padding-top: 63px;	
}

#navigation.fixed {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	margin-top: 0;
	z-index: 99;
	box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
}

#navigation.fixed + #main {
  padding-top: 102px;
}

/*------------------------------------*\
    MOBILE MENU TOGGLE
\*------------------------------------*/

#mobile-toggle {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 8px 18px;
    height: 100%;
    position: relative;
    border-radius: 3px;
    background-color: #000;
    font-size: 20px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#mobile-toggle:hover,
#mobile-toggle:focus {
    background-color: #fff;
	color: #bf1e2e;
}

#mobile-toggle i {
	margin-right: 10px;	
}

/*------------------------------------*\
    MOBILE NAV / SEARCH
\*------------------------------------*/

#mobile-nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 115;
    overflow: hidden;
    background: rgba(255, 255, 255,.6);
    opacity: 0;
	visibility: hidden;
    transition: visibility 0s .2s, opacity .2s linear;
}

#mobile-nav-bg.active {
    transition: opacity .2s linear;
    opacity: 1;
	visibility: visible;
}

#mobile-nav-wrap {
    background-color: #000;
    height: 100%;
    position: fixed;
    left: -500px;
    z-index: 116;
    max-width: 500px;
    overflow: auto;
    width: 85%;
    top: 0;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: transform .2s ease;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
	overflow-x: hidden;
	padding: 20px;
	visibility: hidden;
}

#mobile-nav-wrap.active,
#mobile-search.active,
#mobile-nav.active {
    -ms-transform: translateX(500px) !important;
    transform: translateX(500px) !important;
}

#mobile-nav,
#mobile-search {
    left: -500px;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: transform .2s ease;
	position: relative;
}

#mobile-nav-wrap ul li a {
    color: #fff;
}

#mobile-nav-wrap li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1a1a1a;
}

#mobile-nav-wrap li:first-child {
    border-top: none;
}

#mobile-nav-wrap li a {
    padding: 14px 4px;
    display: block;
	font-weight: bold;
}

#mobile-nav-wrap li ul li {
    border-top: none;
	margin-left: 8px;
}

#mobile-nav-wrap li ul ul ul {
    display: none;
}

#mobile-nav-wrap li ul li a {
    padding: 14px 4px;
    display: block;
	font-weight: normal;
}

#mobile-nav-wrap li a:hover,
#mobile-nav-wrap li a:focus {
    color: #ff0;
}

.mobile-menu-title {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
	margin-bottom: 20px;
}

#mobile-nav-wrap .button-close {
    text-align: right;
}

#mobile-nav-wrap button.close {
    border: none;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #000;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
}

#mobile-nav-wrap button.close:hover,
#mobile-nav-wrap button.close:focus {
    color: #000;
    background-color: #fff;
}

#mobile-search {
    margin-bottom: 15px;
    position: relative;
}

form#mobile-search input[type="text"] {
    width: 100%;
    font-size: 20px;
    background-color: #111;
    color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border-radius: 3px;
    border: 2px solid #222;
    padding-left: 15px;
    height: 50px;
    padding-right: 60px;
}

form#mobile-search input[type="submit"] {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    position: absolute;
    background: none;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    cursor: pointer;
    right: 0;
    top: 0;
    border: none;
    font-weight: bold;
    border-radius: 3px;
	padding: 0;
}

/*------------------------------------*\
    ALERT MESSAGE - HOME PAGE
\*------------------------------------*/

.alert-wrap {
	padding: 20px 0;
	text-align: center;
	background-color: #bf1e2e;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	color: #fff;
}

.alert-wrap i {
    font-size: 40px;
    margin-bottom: 15px;
}

h2.alert-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
}

.alert-wrap a {
	color: #FF0;
}

.alert-wrap a:hover,
.alert-wrap a:focus {
	background-color: #fff;
	color: #bf1e2e;
}

/*------------------------------------*\
    SLIDER - HOME PAGE
\*------------------------------------*/

#home-slider {
}

/*------------------------------------*\
    SLIDER - ARTICLE CONTENT
\*------------------------------------*/

.entry-content .master-slider-parent {
    margin-bottom: 1.5em;
}

.entry-content .master-slider-parent:last-child {
    margin-bottom: 0;
}

/*------------------------------------*\
    FEATURED BUTTONS - HOME PAGE
\*------------------------------------*/

#featured-buttons {
    display: table;
    width: 100%;
	height: 100%;
	background-color: #A01926;
}

.button-box {
	display: table-cell;
	width: 25%;
	color: #fff;
	background-color: #A01926;
	text-align: center;
	height: 100%;
}

.button-box a {
	color: #fff;
	padding: 30px;
	height: 100%;
	width: 100%;
	font-weight: bold;
	font-size: 28px;
	vertical-align: middle;
	display: inline-block;
}

.button-box a:hover,
.button-box a:focus {
	color: #bf1e2e;
	background-color: #fff;
}

.button-box:nth-child(even) {
	background-color: #bf1e2e;
}

.button-box a .icon {
    font-size: 40px;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-box a:hover .icon,
.button-box a:focus .icon {
	background-color: #bf1e2e;
}

/*------------------------------------*\
    NEWS - HOME PAGE
\*------------------------------------*/

#home-news {
	padding: 80px 0;
    background-color: #fff;
}

.posts-wrap {
	margin: 0 -15px;	
}

article.post {
	width: 50%;
	transition: all .1s ease-out;
	position: relative;
	margin-bottom: 40px;
	float: left;
	padding: 0 15px;
}

article.post:nth-child(2n+1) {
	clear: left;
}

article.post:hover {
	transform: scale(1.02);
	z-index: 10;
}

article.post:before {
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 40px);
    content: "";
    position: absolute;
    left: -5px;
    top: -20px;
    background-color: transparent;
    padding: 20px;
	transition: background-color .1s ease-in-out;
	z-index: -1;
}

article.post:hover:before {
	background-color:#fff;
	box-shadow:0 0 40px rgba(0,0,0,.15);
}

.preview-img {
    float: left;
    width: 35%;
}

.preview-img a {
    display: block;
}

.preview-img-element {
    padding-top: 180px;
    -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;
}

.preview-img-element span.preview-img-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    left: 0;
    bottom: 0;
    z-index: 2;
    -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%;
	position: relative;
	transform: translateY(30px);
	background-color: #fff;
	color: #2a2a2a;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	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;
}

.preview-img-element:hover span.preview-img-overlay i {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50%);
}

.post-preview-content {
    float: left;
    width: 65%;
    padding-left: 20px;
}

.post-preview-content.no-thumbnail {
    width: 100%;
    padding-left: 0;
}

.post-preview-content .meta {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.preview-excerpt {
	margin-top: 15px;	
}


.more-news {
    display: block;
    text-align: center;
}





#home-events {
	padding: 80px 0;
    background-color: #000;
	color: #fff;
}

#home-events .container {
	max-width: 1920px;	
}

#home-about {
	padding: 80px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	background-color: #000;
	position: relative;
}

#home-about .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home-about .backdrop-mobile {
	display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.browser-ios #home-about .backdrop-mobile {
	display: block;
}

#home-about::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: none;
    background-color: rgba(0,0,0,0.7);
}

#home-about .container {
	max-width: 1200px;
}

#home-about .entry-content {
	position: relative;
	z-index: 2;	
}

#home-about a.btn {
	text-shadow: none;	
}













/*------------------------------------*\
    PAGE STRUCTURE
\*------------------------------------*/

.content-bg {
    background-color: #f7f7f7;
	background-image: url('img/page_bg.jpg');
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
}

.content-bg:before {
    content: "";
    position: absolute;
    top: 0;
    height: 40px;
    background-image: url('img/bg_shadow.png');
    background-repeat: repeat-x;
    width: 100%;
}

.content-bg::after {
    background: repeating-linear-gradient( -55deg, rgba(0,0,0,0.12), transparent 1px, transparent 1px, transparent 4px );
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.browser-ios .content-bg::after {
    background: none;
}

#home-news .container,
.container.single {
    background-color: #fff;
	z-index: 1;
}

.featured-image-wrapper {
    margin-bottom: 1.6em;
	text-align: center;
}

.meta-single {
    color: #666;
	font-size: 14px;
    margin-bottom: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
}

.tags {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.flex-container {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
 }

#sidebar {
    width: 28%;
    padding-right: 40px;
    order: 1;
	-webkit-box-shadow: 15px 0px 16px -24px rgba(0,0,0,0.7);
	-moz-box-shadow: 15px 0px 16px -24px rgba(0,0,0,0.7);
	box-shadow: 15px 0px 16px -24px rgba(0,0,0,0.7);	
}

.page-sidebar #content-column {
    width: 72%;
    padding-left: 40px;
    order: 2;
}

a.btn {
    color: #fff;
	border-bottom: none !important;
    font-weight: bold;
    padding: 8px 18px;
    height: 100%;
    position: relative;
    border-radius: 3px;
    background-color: #bf1e2e;
	display: inline-block;
}

a.btn:hover,
a.btn:focus {
    color: #bf1e2e;
    background-color: #fff;
}

#page-content .entry-content a,
.sidebar-widget a {
	border-bottom: 1px dotted #bf1e2e;
	position: relative;
}

#page-content .entry-content a.img,
#page-content .entry-content a.image-link,
.sidebar-widget a.img,
.sidebar-widget a.image-link {
	border-bottom: none;
}

#page-content .entry-content a:hover,
#page-content .entry-content a:focus,
.sidebar-widget a:hover,
.sidebar-widget a:focus {
	border-bottom: none;
	background-color: #bf1e2e;
	color: #fff;
}

#page-content .entry-content a.img:hover,
#page-content .entry-content a.img:focus,
#page-content .entry-content a.image-link:hover,
#page-content .entry-content a.image-link:focus,
.sidebar-widget a.img:hover,
.sidebar-widget a.img:focus,
.sidebar-widget a.image-link:hover,
.sidebar-widget a.image-link:focus {
	border-bottom: none;
	background-color: transparent;
}

.entry-content ul li {
	margin-top: 6px;
	list-style-type: disc;
}

.entry-content ol li {
	margin-top: 6px;
	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.6em;
}

.entry-content ul li ol li {
	list-style-type: decimal;
}

.entry-content ul li ul li {
	list-style-type: circle;
}

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

blockquote {
    padding: 20px;
    margin: 25px 20px 25px 20px;
    font-style: italic;
	background-color: #f7f7f7;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}

blockquote:before {
    content: "\f10e";
    position: absolute;
    top: -15px;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #ddd;
    font-size: 30px;
}

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

.entry-content pre {
    padding: 15px;
    margin: 1.2em 0 1.2em 0;
    background-color: #000;
    border-radius: 3px;
    position: relative;
    color: #fff;
    line-height: 1.6em;
}

.container .small-width {
    max-width: 920px;
    margin: 0 auto;
}

.search-item {
    margin-top: 20px;
}

.search-item:first-child {
    margin-top: 0;
}

/*------------------------------------*\
	FILE ICONS - AUTOMATIC JQUERY
\*------------------------------------*/

#main-nav i,
#mobile-nav i,
#ql-select i {
	margin-left: 6px;
}

#page-content .entry-content a.img i,
.sidebar-widget a.img i {
	display: none;	
}

#page-content .entry-content i.fa-file-pdf,
.sidebar-widget i.fa-file-pdf {
	color: #A80004;
	margin-left: 6px;
}

#page-content .entry-content i.fa-file-powerpoint,
.sidebar-widget i.fa-file-powerpoint {
	color: #ffbbbb;
	margin-left: 6px;
}

#page-content .entry-content i.fa-file-word,
.sidebar-widget i.fa-file-word {
	color: #0033CC;
	margin-left: 6px;
}

#page-content .entry-content i.fa-file-excel,
.sidebar-widget i.fa-file-excel {
	color: #006633;
	margin-left: 6px;
}

#page-content .entry-content a:hover i,
#page-content .entry-content a:focus i,
#page-content .entry-content a:active i,
.sidebar-widget a:hover i,
.sidebar-widget a:focus i,
.sidebar-widget a:active i {
	color: #fff;	
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer {
    background-color: #000;
    color: #fff;
    padding: 80px 0 120px 0;
    line-height: 1.6em;
    font-size: 16px;
    border-top: 3px solid #bf1e2e;
    background-image: url('img/footer-bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

.footer-left {
	float: left;
	width: 50%;
	display: table;
}

.footer-right {
	float: right;
	width: 50%;
	padding-left: 60px;
}

.footer-logo {
	display: table-cell;
	width: 160px;
}

.footer-contact {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.footer-contact ul li {
    margin-top: 2px;
}

.footer-contact ul li:first-child {
    margin-top: 0;
}

.footer-contact-title {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 8px;	
}

.footer-contact span {
    display: inline-block;
}

.footer-logo img {
    max-width: 160px;
    height: auto;
}

.footer-right ul {
	margin-top: -10px;
	float: right;
	text-align: right;
}


.footer-right ul li {
    list-style: none;
    position: relative;
	padding-top: 10px;
	margin-left: 10px;
	display: inline-block;
}

.footer-right ul li a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 6px 16px;
    height: 100%;
    position: relative;
    border-radius: 3px;
    background-color: #bf1e2e;
}

.footer-right ul li a:hover,
.footer-right ul li a:focus,
.footer-right ul li a.facebook:hover,
.footer-right ul li a.facebook:focus,
.footer-right ul li a.rss:hover,
.footer-right ul li a.rss:focus {
	color: #bf1e2e;
	background-color: #fff;
}

.footer-right ul li a.facebook {
    background-color: #3b5999;
}

.footer-right ul li a.rss {
    background-color: #EE802F;
	color: #000;
}

.footer-right ul li a i {
    margin-right: 8px;
}

#signup-wrap {
	margin-top: 40px;
    float: right;
    width: 100%;
    display: block;
    text-align: right;
}

#email-notify {
	position: relative;
	display: inline-block;
}

#email-notify #email {
    height: 36px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    padding-left: 16px;
    padding-right: 108px;
    color: #000;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	width: 100%;
	max-width: 320px;
	font-size: 16px;
	margin-right: 3px;
}

#email-notify #submit {
    height: 36px;
    padding: 0 16px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background-color: #bf1e2e;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
}

#email-notify #submit:hover,
#email-notify #submit:focus {
	background-color: #fff;
	color: #bf1e2e;
}

#email-notify-header {
    font-size: 22px;
	line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

#footer .non-discrimination {
	padding: 20px 0;
	margin-top: 30px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	float: left;
	display: block;
	width: 100%;
}

#footer .non-discrimination a {
	color: #fff;
	text-decoration: underline;
}

#footer .non-discrimination a:hover,
#footer .non-discrimination a:focus {
	color: #fff;
	text-decoration: none;
}

.copyright {
	float: left;
	text-align: center;	
	margin-top: 30px;
	display: block;
	width: 100%;
}

/*------------------------------------*\
    EVENT LIST
\*------------------------------------*/

.simcal-events-list-container ul::after {
	content: "";
	display: block;
	clear: both;	
}

.js #home-events .simcal-calendar {
	display: none;	
}

.entry-content .simcal-default-calendar-list {
    min-height: 0;
    padding: 0;
}

.entry-content .event-list-description a {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #bf1e2e;
    color: #fff;
	line-height: 1.6em;
}

.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 {
    color: #bf1e2e;
	background-color: #fff;
	border-bottom: none;
}

.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 {
    line-height: normal;
    padding: 20px;
    background-color: #1a1a1a;
    display: table;
    border-radius: 3px;
    position: relative;
}

.entry-content .event-list-date {
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    display: table-cell;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    min-width: 64px;
    background-color: #bf1e2e;
}

.entry-content .event-list-date .month {
	font-size: 20px;
	line-height: 30px;
	display: block;
}

.entry-content .event-list-date .day {
    font-size: 38px;
    line-height: 34px;
    display: block;
}

.entry-content .event-list-description {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: left;
	color: #aaa;
}

.entry-content .event-list-description .time {
    display: block;
}

.entry-content .event-list-location {
	margin-top: 10px;
	text-transform: none;
	font-size: 14px;
	display: none;
}

.js .entry-content li.simcal-event {
    width: 33.33%;
}

.no-js .entry-content li.simcal-event {
    width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}

.entry-content li.simcal-event {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
	margin-top: 10px;
	list-style: none;
}

.js .entry-content li.simcal-event:first-child {
    margin-top: 10px;
}

.entry-content .events-block {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
}

.entry-content .multi-day, .entry-content .time {
    display: block;
}

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

.js .entry-content li.simcal-event:nth-child(3n+4) {
	clear: left;
}

/*------------------------------------*\
    RIGHT MENU SLIDE-OUT
\*------------------------------------*/

#right-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 115;
    overflow: hidden;
    background: rgba(255, 255, 255,.6);
    opacity: 0;
	visibility: hidden;
    transition: visibility 0s .2s, opacity .2s linear;
}

#right-menu-bg.active {
    transition: opacity .2s linear;
    opacity: 1;
	visibility: visible;
}

#right-menu-wrap {
    background-color: #bf1e2e;
    height: 100%;
    position: fixed;
    right: -500px;
    z-index: 116;
    max-width: 500px;
    overflow: auto;
    width: 85%;
    top: 0;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: transform .2s ease;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
	overflow-x: hidden;
	padding: 20px;
	visibility: hidden;
}

#right-menu-wrap.active,
#right-menu-wrap ul.active {
    -ms-transform: translateX(-500px) !important;
    transform: translateX(-500px) !important;
}

#right-menu-wrap ul {
    right: -500px;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: transform .2s ease;
	position: relative;
}

#right-menu-wrap ul li a {
    color: #fff;
}

#translate-select,
#ql-select {
	display: none;	
}

#right-menu-wrap li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E03849;
}

#right-menu-wrap li:first-child {
    border-top: none;
}

#right-menu-wrap li a {
    padding: 14px 4px;
    display: block;
	font-weight: bold;
}

#right-menu-wrap li a:hover,
#right-menu-wrap li a:focus {
    color: #ff0;
}

.slide-menu-title {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
	margin-bottom: 20px;
}

#right-menu-wrap button.close {
    border: none;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #000;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
}

#right-menu-wrap button.close:hover,
#right-menu-wrap button.close:focus {
    color: #bf1e2e;
    background-color: #fff;
}

#ql-select ul li ul li a {
    margin-left: 10px;
	font-weight: normal;
}

#ql-select ul li ul li {
    border-top: none;
}

/*------------------------------------*\
	PAGE SIDEBAR
\*------------------------------------*/

.sidebar-widget {
    margin-top: 40px;
}

.sidebar-widget p {
	line-height: 1.6em;
}

.sidebar-widget:first-child {
    margin-top: 0;
}

.widget-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 8px 12px;
    background-color: #f7f7f7;
    border-radius: 3px;
	-webkit-box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
}

.sidebar-widget ul li {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #ccc;
	padding-left: 20px;
	position: relative;
}

.sidebar-widget ul li a:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    left: -18px;
    position: absolute;
    top: 5px;
    font-size: 12px;
    color: #ccc;
}

.sidebar-widget ul li:first-child:before {
    margin-top: -6px;
}

.sidebar-widget ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.sidebar-widget ul.sub-menu li:first-child {
    padding-top: 12px;
    border-top: 1px solid #ccc;
    margin-top: 12px;
}

.sidebar-widget ul.sub-menu li {
    padding-left: 15px;
}

.search-input {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 10px;
    box-sizing: border-box !important;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fafafa;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-submit {
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 3px;
    padding: 8px 12px;
    margin-top: 10px;
    font-weight: bold;
}

.search-submit:hover,
.search-submit:focus {
    color: #000;
    background-color: #f7f7f7;
}

/* calendar widget */
.widget_calendar {}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; font-size: 12px; margin-bottom: 10px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f7f7f7; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

.widget_recent_entries .post-date {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

/*------------------------------------*\
	POST SHARE
\*------------------------------------*/

.share-wrap {
    margin-top: 20px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.share-wrap ul {
	margin-left: -5px;
	margin-right: -5px;
}

.share-wrap li {
    margin-top: 10px;
    font-size: 18px;
	width: 33.33%;
	padding: 0 5px;
	float: left;
}

.share-facebook a {
    background-color: #3b5999;
	border-radius: 3px;
}

.share-twitter a {
    background-color: #55acee;
	border-radius: 3px;
}

.share-email a {
    background-color: #666;
	border-radius: 3px;
}

.share-wrap a {
    color: #fff;
    padding: 8px 16px;
    font-weight: bold;
    text-decoration: none;
	display: block;
	border-bottom: none;
}

.share-wrap i {
    margin-right: 10px;
}

/*------------------------------------*\
	TABLES
\*------------------------------------*/

.table-scroll {
	overflow: auto;
	position: relative;
}

.entry-content table {
	border-collapse: collapse;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FCFCFC;
	line-height: 1.6em;
}

.entry-content table, .table-scroll {
	width: 100%;
	margin-bottom: 1.6em;
}

.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(even) {
	background-color: #f7f7f7;
}

.entry-content table td, .entry-content table th {
	padding: 12px;
}

.entry-content table th {
	font-weight: bold;
	background-color: #000;
	color: #fff;
	line-height: normal;
}

.entry-content table tr:hover {
	background-color: #fff !important;
}

/*------------------------------------*\
    WP-PAGENAVI
\*------------------------------------*/

.wp-pagenavi {
	margin-top: 30px;
	padding-top: 26px;
	border-top: 1px solid #ccc;
}

.wp-pagenavi span {
	background-color: #000;
	border: medium none;
	color: #fff;
	display: inline-block;
	margin-top: 4px;
	margin-right: 4px;
	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: #bf1e2e;
	border: medium none;
	color: #fff;
	display: inline-block;
	margin-top: 4px;
	margin-right: 4px;
	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;
}

/*------------------------------------*\
    GALLERY - STANDARD
\*------------------------------------*/

.gallery {
	margin-bottom: 1.6em !important;
}

#page-content .entry-content .gallery a {
	border-bottom: none;	
}

.gallery:last-child {
	margin-bottom: 0 !important;
}

.gallery .gallery-item {
	margin-bottom: 10px;
	text-align: center;
}

.gallery .gallery-item:last-of-type {
    margin-bottom: 0 !important;
}

.gallery-columns-1 {
	column-count: 1;
}

.gallery-columns-2 {
	column-count: 2;
	column-gap: 10px;
}

.gallery-columns-3 {
	column-count: 3;
	column-gap: 10px;
}

.gallery-columns-4 {
	column-count: 4;
	column-gap: 10px;
}

.gallery-columns-5 {
	column-count: 5;
	column-gap: 10px;
}

.gallery-columns-6 {
	column-count: 6;
	column-gap: 10px;
}

.gallery-columns-7 {
	column-count: 7;
	column-gap: 10px;
}

.gallery-columns-8 {
	column-count: 8;
	column-gap: 10px;
}

.gallery-columns-9 {
	column-count: 9;
	column-gap: 10px;
}

.gallery a img {
	border: none !important;
	background-color: #000;
}

.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 all and (max-width: 780px) {
	
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
	column-count: 2;
}
	
}

@media all and (max-width: 420px) {
	
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
	column-count: 1;
}
	
}

/*------------------------------------*\
    MAIN SEARCH
\*------------------------------------*/

#search-curtain.open {
    transform: translate(0);
    opacity: .95;
}

#search-curtain {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    transform: translate(-100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#search-form-wrapper {
    max-width: 700px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

form#main-search {
    max-width: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}

form#main-search input[type="text"] {
    width: 100%;
	max-width: 100%;
    font-size: 28px;
    height: 70px;
    padding-right: 70px;
    padding-left: 20px;
    background: none;
    float: left;
    color: #fff;
    border-radius: 3px;
    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: #fff;
    outline: none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

form#main-search input[type="submit"] {
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-left: -70px;
    border: none;
    background-color: #fff;
    width: 70px;
    position: relative;
    background: none;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    cursor: pointer;
    font-weight: bold;
	padding: 0;
}

#search-curtain button.close-search {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    display: inline-block;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 8px 18px;
    position: relative;
    text-decoration: none;
    background: none;
    font-size: 20px;
	cursor: pointer;
}

#search-curtain button.close-search:hover,
#search-curtain button.close-search:focus {
    color: #000;
	background-color: #fff;
}


/*------------------------------------*\
    CONTENT FORMS
\*------------------------------------*/

input[type="text"],
input[type="email"],
textarea {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
	border: none;
	width: 100%;
	-webkit-box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
}

input[type="text"],
input[type="email"] {
	max-width: 520px;	
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    background-color: #fff;
}

input[type="submit"] {
	color: #fff;
	font-weight: bold;
	padding: 6px 16px;
	position: relative;
	border-radius: 3px;
	background-color: #bf1e2e;
	border: none;
	display: inline-block;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #bf1e2e;
    background-color: #fff;
}

.google-recaptcha-info {
    font-size: 13px;
    margin-top: -10px;
    color: #666;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f00;
	background-color: #FFF0F0;
	color: #f00;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
    background-color: #f1ffeb;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 20px;
    border-radius: 3px;
	margin-top: 1.6em;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

div.wpcf7 {
	margin-bottom: 1.6em;	
}

div.wpcf7:last-child {
	margin-bottom: 0;	
}

/*------------------------------------*\
    GOOGLE reCAPTCHA v3
\*------------------------------------*/

.grecaptcha-badge {
	width: 0 !important;	
}

.google-recaptcha-info {
    font-size: 13px;
    margin-top: -10px;
    color: #666;
}

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

.one-half {
	width: 50%;
}

.one-half.first {
	float: left;
	padding-right: 15px;	
}

.one-half.last {
	float: right;
	padding-left: 15px;	
}

.one-third {
	width: 33.33%;
}

.one-third {
	float: left;
	padding-right: 26px;	
}

.one-third.last {
	float: right;
	padding-left: 0;
	padding-right: 0;
}

.clear-column {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 780px) {
.one-third {
	width: 100%;
	padding-right: 0;
}

.one-third {
	margin-top: 1.6em;	
}
.entry-content > *:not(.one-third) + .one-third {
	margin-top: 0;	
}
}

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

.one-half h1:first-child,
.one-half h2:first-child,
.one-half h3:first-child,
.one-half h4:first-child,
.one-half h5:first-child,
.one-half h6:first-child {
    margin-top: 0 !important;
}

.tabs-container {
    margin-bottom: 1.6em;
}

.tabs-container:last-child {
    margin-bottom: 0;
}

.js .tabs-container .tab {
    display: none;
}

.no-js .tabs-container .tab {
    margin-top: 25px;
}

.no-js .tabs-container .tab:first-child {
    margin-top: 0;
}

.tabs-container .tab.active {
    display: block;
}

.tabs-nav > ul {
    margin-left: 0;
    margin-bottom: 0;
}

.tabs-nav > ul > li {
	list-style: none;
	margin-top: 0;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}

.tabs-nav > ul > li:last-child {
	margin-left: 0;
}

.tabs-nav > ul > li > a {
	list-style: none;
	margin-top: 0;
	padding: 8px 20px;
	background-color: #f3f3f3;
	border-bottom: none !important;
	border-radius: 3px;
	display: block;
}

.tabs-nav > ul > li > a.active {
    background-color: #fafafa;
}

.tabs-content {
    padding: 20px;
    background-color: #fafafa;
    border-radius: 3px;
}

.js .tabs-nav select {
	display: none;	
}

@media only screen and (max-width: 600px) {
		
.js .tabs-nav > ul {
	display: none;	
}

.js .tabs-nav select {
	display: block;
	margin-bottom: 6px;
	width: 100%;
	padding: 8px;
}
	
}

a.toggle-box:last-of-type {
	margin-bottom: 0;
}

a.toggle-box:last-of-type + p {
	margin-top: 1.2em;
}

a.toggle-box {
	display: block;
	background-color: #f7f7f7;
	position: relative;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 20px;
	border-radius: 3px;
	border: 1px solid #ddd !important;
	margin-bottom: 10px;
}

.toggle-container {
	margin-bottom: 1.2em;
	margin-top: 1.2em;
	padding-left: 15px;
	padding-right: 15px;	
}

.js .toggle-container {
	display: none;	
}

a.toggle-box:hover,
a.toggle-box:active,
a.toggle-box:focus {
	background-color: #bf1e2e;
	color: #fff;
	border: 1px solid #bf1e2e !important;
	border-radius: 3px;
}

.toggle-indicator {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -12px;
}

/*------------------------------------*\
    IMPORTANT POPUP
\*------------------------------------*/

.onscreen-alert,
.onscreen-alert-curtain,
.onscreen-alert-toggle {
	display: none;	
}

.onscreen-alert {
    left: 50%;
    position: fixed;
    right: 50%;
    top: 5%;
    bottom: 100%;
    width: 100%;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: auto;
    max-width: 700px;
    opacity: 0;
    visibility: hidden;
}

.onscreen-alert.active {
    top: 5%;
    transition: all .3s linear;
    opacity: 1;
    visibility: visible;
}

.onscreen-alert.inactive {
    top: -100%;
    transition: all .3s linear;
}

.onscreen-alert-content {
    background-color: #fff;
	padding: 20px;
	margin: 0 10px;
}

#onscreen-alert-header {
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
    color: #bf1e2e;
    border-radius: 3px;
}

#onscreen-alert-header i {
    font-size: 28px;
    height: 60px;
    width: 60px;
    line-height: 56px;
    border-radius: 50%;
    border: 3px solid #bf1e2e;
}

#onscreen-alert-header span {
	display: block;	
}
	
.alert-title {
	margin-top: 6px;
}

.onscreen-alert .close-alert {
	text-align: center;
	display: block;
	margin-top: 20px;
}

.onscreen-alert-message {
    max-height: 50vh;
    overflow-y: auto;
    text-align: center;
}

.onscreen-alert-message .entry-content {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.onscreen-alert-message .entry-content:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.onscreen-alert .close-alert button {
    color: #fff;
    font-weight: bold;
    padding: 8px 18px;
    height: 100%;
    position: relative;
    border-radius: 3px;
    background-color: #bf1e2e;
    display: inline-block;
	border: none;
}

.onscreen-alert .close-alert button:hover,
.onscreen-alert .close-alert button:focus {
    color: #bf1e2e;
    background-color: #fff;
}

.onscreen-alert-curtain {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .2s, opacity .2s linear;
}

.onscreen-alert-curtain.active {
    transition: opacity .3s linear;
    opacity: 1;
    visibility: visible;
}

.onscreen-alert-toggle {
    font-size: 28px;
    height: 70px;
    width: 70px;
    background-color: #bf1e2e;
    display: block;
    z-index: 101;
    position: fixed;
    right: 4%;
    bottom: 6%;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
}

.onscreen-alert-toggle.active {
    right: 4%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;	
}

.onscreen-alert-toggle.inactive {
    right: -70px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;	
}

/*------------------------------------*\
    RESET
\*------------------------------------*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, 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;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a 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: 20px;
	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-item {
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -25px;
    color: #fff;
    background-color: #000;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    z-index: 3;
}
.sticky-item i {
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari 3-8 */
    transform: rotate(20deg);}
.bypostauthor {
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Main Menu Break Point */

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

#mobile-nav-bg,
#mobile-nav-wrap {
	display: none;
}

}

@media only screen and (max-width: 1220px) {
	
#navigation {
	padding-top: 10px;	
}
	
#main-nav, #top-bar ul li.search-top {
	display: none;	
}

#mobile-toggle {
	display: block;	
}
	
}

/*------------------------------------*/

/* Home Page Featured Boxes */

@media only screen and (min-width: 601px) and (max-width: 1220px) {
	
#featured-buttons {
    display: block;
	padding: 4px;
}

#featured-buttons::after {
    display: block;
	content: "";
	clear: both;
}

.button-box,
.button-box:nth-child(2n) {
    display: block;
    width: 50%;
    color: #fff;
	float: left;
	padding: 4px;
	background: none;
}

.button-box a {
	background-color: #bf1e2e;
	border-radius: 3px;
	padding: 20px;
}

.button-box:nth-child(2n+1) {
	clear: left;	
}

}

@media only screen and (max-width: 600px) {
	
.button-box {
    display: block;
    width: 100%;
}

.button-box a {
    padding: 20px;
}
	
}

/*------------------------------------*/

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

.content-bg {
	background-image: none;
}

}

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

.preview-img {
    width: 100%;
	margin-bottom: 20px;
}

.post-preview-content {
    width: 100%;
    padding-left: 0;
}

.preview-img-element {
    padding-top: 60%;
}

.js .entry-content li.simcal-event {
    width: 50%;
}

.js .entry-content li.simcal-event:nth-of-type(n+9) {
    display: none;
}

.js .entry-content li.simcal-event:nth-child(3n+4) {
	clear: none;
}

.js .entry-content li.simcal-event:nth-child(2n+1) {
	clear: left;
}

}

@media only screen and (max-width: 1220px) {
	
.footer-left {
    width: 100%;
}

.footer-right {
    float: left;
    width: 100%;
    padding-left: 0;
}

.footer-right ul {
    margin-top: 30px;
    float: left;
    text-align: left;
}

.footer-right ul li {
    margin-right: 10px;
    margin-left: 0;
    float: left;
}

#signup-wrap {
    float: left;
    text-align: left;
}

}

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

.container {
    padding-left: 40px;
    padding-right: 40px;
}

#logo-text {
    font-size: 30px;
    line-height: 36px;
}

.phone span {
	display: none;	
}

.flex-container {
    display: block;
}

.page-sidebar #content-column {
    width: 100%;
    padding-left: 0;
    order: unset;
}

#sidebar {
    width: 100%;
    padding-right: 0;
    order: unset;
	margin-top: 60px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
	
}

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

article.post {
    width: 100%;
	max-width: 700px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.js .entry-content li.simcal-event {
    width: 100%;
}

.js .entry-content li.simcal-event:nth-child(2n+1) {
	clear: none;
}

}

@media only screen and (max-width: 700px) {
	
#logo img {
    max-width: 110px;
    margin-top: 10px;
}

#logo-text {
    font-size: 24px;
    line-height: 30px;
}

#top-bar ul {
    float: none;
	text-align: center;
}

#top-bar ul li {
    margin-left: 3px;
	margin-right: 3px;
}

#top-bar ul li:first-child {
    margin-left: 3px;
}

#top-bar ul li {
    float: none;
	display: inline-block;
}

.one-half {
	width: 100%;	
}

.one-half.first {
	padding-right: 0;
	margin-bottom: 1.6em;	
}

.one-half.last {
	float: left;
	padding-left: 0;	
}
	
}

@media only screen and (max-width: 600px) {
	
#logo-wrap {
    float: none;
    margin: 0 auto;
	padding: 10px 0;
}

#header-contact {
    float: none;
    margin-top: 10px;
	padding-bottom: 10px;
    width: 100%;
	text-align: center;
}

#header-contact ul {
    max-width: 300px;
    margin: 0 auto;
}

#header-contact li {
    margin-left: 0;
    padding: 0 5px;
    width: 50%;
}

#header-contact a {
    display: block;
}
	
#footer-left {
	display: block;	
}

.footer-logo {
    display: block;
	margin-bottom: 20px;
}

.footer-contact {
    display: block;
    padding-left: 0;
}

.share-wrap a {
    text-align: center;
}

.share-wrap span {
    display: none;
}

.share-wrap i {
    margin-right: 0;
}

}

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

#top-bar ul li.facebook-top {
	display: none;	
}
	
}

@media only screen and (max-width: 480px) {
	
body {
    font-size: 17px;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

h1.page-title {
    font-size: 42px;
	line-height: 46px;
}

.tabs-nav > ul > li {
    display: block;
    margin-right: 0;
}
	
}

@media only screen and (max-width: 460px) {
	
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-bottom: 20px;
	margin-left: auto;
}

}

@media only screen and (max-width: 380px) {
	
#logo-wrap {
    display: block;
}

#logo {
    display: block;
    text-align: center;
}

#logo-text {
    display: block;
    padding-left: 0;
    text-align: center;
}

#logo img {
    max-width: 130px;
}
	
}

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

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

thead {
	display:table-header-group;
}

tr,img,.box {
	page-break-inside:avoid;
}

img {
	max-width:100% !important;
}
	
body {
    font-size: 13px;
}

body.down {
    padding-top: 0;
}
	
#top-bar, #header-contact, #navigation, #home-slider, #featured-buttons, #home-about, .footer-left, .footer-right, #footer .non-discrimination, #breadcrumbs, h1.page-title::after, .share-wrap, #sidebar, .content-bg::after, .skipnav {
	display: none;	
}

#header {
    color: #000;
}

.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#logo img {
    margin-top: 0;
	width: 90px;
	height: 90px;
}

#logo-text {
    font-size: 24px;
    line-height: 28px;
	padding-left: 10px;
	padding-top: 0;
}

#footer {
    color: #000;
    padding: 0;
    font-size: 11px;
    border-top: none;
}

#home-news, #home-events, #page-content, #archive-content {
    padding: 20px 0;
}

.js .entry-content li.simcal-event {
    width: 100%;
}

h1.page-title {
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 0;
	margin-bottom: 25px;
}

#page-content .entry-content h1 {
	font-size: 34px;
}

#page-content .entry-content h2 {
	font-size: 28px;
}

#page-content .entry-content h3 {
	font-size: 22px;
}

#page-content .entry-content h4 {
	font-size: 20px;
}

#page-content .entry-content h5 {
	font-size: 18px;
}

#page-content .entry-content h6 {
	font-size: 16px;
}

.page-sidebar #content-column {
    width: 100%;
    padding-left: 0;
    order: 1;
}

#page-content, #archive-content {
    padding: 40px 0;
}
	
}

#page-wrap .mu_register {
    max-width: 1580px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
	width: 100%;
}

@media only screen and (max-width: 1020px) {
#page-wrap .mu_register {
    padding-left: 40px;
    padding-right: 40px;
}
}

@media only screen and (max-width: 480px) {
#page-wrap .mu_register {
    padding-left: 20px;
    padding-right: 20px;
}
}



/*
 * Registration Page
 */
.boxes-wrap {
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
.boxes-wrap:last-child {
    margin-bottom: 0;
}
.boxes-wrap-item {
	padding: 15px;
    width: 50%;
}
.boxes-wrap-item h2 {
	margin-top: 0 !important;
}
.boxes-wrap-item .inner {
    display: flex;
    padding: 20px;
    border-radius: 3px;
    flex-direction: column;
    background: #f7f7f7;
    height: 100%;
    box-shadow: 0 3px 1px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width:720px) {
.boxes-wrap-item {
    width: 100%;
}
}