/* Custom CSS
------------------------------------------------------------ */

.site-header .title-area {
	background: url('https://www.lenawee.org/wp-content/uploads/2020/11/LCS-Homepage-Logo.png') 50% 50%;
	background-size: contain;
	overflow: hidden;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-indent: -9999px;
	padding: 0 !important;
}

.site-header .title-area .site-title a,
.site-header .title-area .site-title{
	width: 400px !important;
	height: 80px !important;
	padding: 0 !important;
    float: left !important;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.site-header .title-area .site-description {
	overflow: hidden;
	display: block;
}


.zero-height {
	line-height: 0% !important;
}


.inner-limit.complex-title.pad-row {
	background:#eee;
}


/* === CALENDAR */

.dt-duration span {
	display: none;
}

/* === HEADER */

.title-area {
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:2em;
	padding:0.5em 1em;
	flex:1;
}


.site-header .title-area .site-title {
	font-size:0.7em !important;
}

.site-header .title-area .site-description {
	color:#555;
	font-size:0.5em !important;
	font-weight:400;
	font-style:italic;
}


.logo {
	display: flex;
	justify-content: center;
}

.logo img {
	width:80px;
	padding:1em;
	height:auto;
}


.site-header {
	border-bottom:3px solid;
	width: 100%;
}

.site-header > .wrap {
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	padding-left: 20px;
	padding-right: 20px;
}

.nav-primary .wrap {
	height:100%;
}





/* === NAVIGATION */
/* Main Menu */

.nav-primary {
	display: flex;
	flex-direction: column;
	flex:3;
}

.nav-primary > .wrap ,
.nav-primary > .wrap > .menu {
    display: flex;
	flex:1;
	margin:0 1em;
}



.menu-primary li {
	flex:1;
	display:inline-block;
    position: relative;
	padding:0 0.5rem;
	font-size:0.9rem;
	text-align: center;
	display:flex;
}

.menu-primary .menu-item a {
	position: absolute;
	height: 100%;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu-primary li:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 10px;
    opacity: 0;
    transition: 0.3s all;
    border-radius: 8px 8px 0 0;
}

.menu-primary li:hover:after,
.menu-primary li.current-menu-item:after {
    opacity: 1;
    width: 90%;
    transition: 0.3s all;
}

.menu-primary li:hover a {
    color: #A11A1C;
}

.menu-primary .description {
	display: block;
	left:50%; 
    font-size: 0.7em;
    color: #555;
    line-height: 120%;
}






/* Pre-header menu */
.pv-pre-header-menu {
	display:flex;
	justify-content:center;
	font-size:0.8em;
}

.pv-pre-header-menu ul.menu {
	display:flex;
}

.pv-pre-header-menu .menu-item {
	padding:1em;
	position:relative;
	transition:0.3s all;
}

.pv-pre-header-menu .menu-item:hover a {
	color:#fff;
}

.pv-pre-header-menu .menu-item a {
	color:#ddd;
	position:relative;
}

.pv-pre-header-menu .menu-item a:after {
	content:'';
	position:absolute;
	bottom:-3px;
	left:50%;
	transform:translateX(-50%);
	width:0%;
	height:3px;
	background:#ddd;
	opacity:0;
	transition:0.3s all;
	border-radius:5px;
}

.pv-pre-header-menu .menu-item:hover a:after  {
	opacity:1;
	width:100%;
	transition:0.3s all
}



/* === Mobile Menu */

.nav-mobile {
	display: none;
	align-items: center;
	padding: 0 1em;
	background: #eee;
	cursor:pointer;
}

.nav-mobile .trigger {
	height:25px;
	width:35px;
	position: relative;
}

.nav-mobile .trigger .line {
	display:block;
	height:3px;
	width:35px;
	border-radius:5px;
	right:0;
	transition: 0.5s all;
	opacity: 1;
	position: absolute;
}

.nav-mobile .line:first-child {
	top:0;
}

.nav-mobile .line:nth-child(2) {
	top:10px;
}

.nav-mobile .line:last-child {
	top:20px;
}

.active-menu {
	overflow: hidden;
}

.active-menu .nav-mobile .line:nth-child(2) {
	opacity: 0;
}

.active-menu .nav-mobile .line:first-child {
	transform: translateY(10px) rotateZ(45deg);
}

.active-menu .nav-mobile .line:last-child {
	transform: translateY(-10px) rotateZ(-45deg);
}

.nav-mobile #mobile_menu {
	display: none;
	position:absolute;
}

.active-menu .nav-mobile #mobile_menu {
	display: block;
}

@media (max-width:1140px) {
	#mobile_menu {
		display:none;
	}
}


#mobile_menu {
    position: absolute;
    left: 0;
    top: 63px;
    width: 100%;
    height:100vh;
    transition: 0.3s all ease-in-out;
    display: flex;
    justify-content: center;
    transform-origin: 50% 0%;
    transform: scale(1.2);
    opacity: 0;
	visibility: hidden;
    z-index: 100;
}


.active-menu #mobile_menu {
    opacity: 1;
    visibility: visible;
	transform: scale(1);
}


@media (min-width:839px) {
	#mobile_menu {
		display:none;
	}
}

#mobile_menu .menu-item {
    margin-bottom: 1em;
}

#mobile_menu section {
    padding: 2rem 1em 1em 1em;
}

#mobile_menu section a {
    color: #eee;
}

#mobile_menu section:first-child {
    background: rgba(30, 128, 187, 1);
    flex: 1.5;
    font-size: 1.2em;
}

#mobile_menu section:nth-child(2) {
    background: rgba(34, 113, 161, 1);
    flex: 1;
}

#mobile_menu .description {
    display: block;
    font-size: 0.7em;
	line-height:110%;
    color: #d1d1d1;
    text-transform: uppercase;
}







/* ============================= */
/* =========== PAGES =========== */
/* ============================= */

/* GENERAL PAGES */

.breadcrumb-wrap {
	background:#555;
}

.breadcrumb {
	color: #eee;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8em;
	padding: 0.3em 1.5em;
}

.breadcrumb a{
	color:#eee !important;
}


.entry-content {
	margin-bottom:3em;
}

.page-no-bottom-space .entry-content {
	margin-bottom:0;
}



/* =============================== */
/* Default page header and title */

.entry-header {
	padding:1rem 0 1.5rem 0;
	background:#eee;
}

.title-wrap {
	display:flex;
	flex-wrap:wrap;
	align-items:baseline;
}

.entry-title {
	margin-right:1rem;
}

h3.subtitle {
	color:#617498;
}



/* =============================== */
/* Themify header layout part with menu below header */

.complex-title .entry-title {
	padding-left:0;
}
.complex-title .row_inner {
	padding:1em 0;

}

.complex-title .tb-column-inner {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}


/* =============================== */
/* CUSTOM HEADER - A BIG IMAGE */

div.gch-header-image {
	height:30em;
}

div.gch-header-image-inner {
	position: relative;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

  /* ===================================== */
 /* =========== GLOBAL ELEMENTS ========= */
/* ===================================== */


/* ===  FOOTER */

#footer_content {
	text-align: center;
}


#footer_content .menu .menu-item,
#footer_content i.fa {
	display: inline-block;
}

#footer_content i.fa,
#footer_content .menu a {
	color:#ffffff;
}

#footer_content .menu a {
	padding:0.5em;
	margin:0 0.5em;
}

#footer_content .menu a:hover,
#footer_content .social-icons a:hover i.fa {
	color:#EE3E41;
}

#footer_content i.fa {
	padding:0.5em;
	font-size: 1.7em;
	vertical-align: -0.2em;
}

.site-footer {
	text-align:center;
	padding:3em;
	color:#c0c0c0;
	font-weight:100;
	letter-spacing:1px;
}

.site-footer p {
	font-size:0.8em;
}

.essgrid-filter span {
	font-size:1rem;
}

.essgrid-filter .esg-filterbutton {
	width:100%;
	box-sizing:border-box;
}

#eModal-1 {
	left:50% !important;
	transform: translateX(-50%);
	width:100%;
	box-sizing: border-box;
	max-width: 500px;
	padding: 4em;
}

/* Give some space to anchor links */
.site-container a[name] {
	position: absolute;
    height: 2em;
	top:-1em;
}


/* =============================== */



/* ============================= */
/* ============ FORMS ========== */
/* ============================= */

.gf_progressbar_wrapper {
	margin-top:30px !important;
}

.gfield[data-repeater-repeatid][data-repeater-childid="1"] {
    margin-top: 2rem !important;
    padding-top: 2rem;
    border-top: 1px solid grey;
}

.ginput_container_radio li {
    display: inline-block;
    margin-right: 1em !important;
}

.ginput_complex span {
    display: inline-block;
    margin: 0;
    width: auto !important;
}

.ginput_complex span {
    margin-right: 1em !important;
}

.ginput_container_address span {
    margin: 0 1em 0 0 !important;
    padding: 0 !important;
}

.gfield > label {
	margin-top: 1rem;
}

.gfield input,
.gfield textarea {
	padding:5px 10px !important;
	border:2px solid #ccc !important;
	color:#777;
}

.gform_button {
    padding: 0.5em 3em;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    color: white;
}

.gform_button:hover {
    background: #0662B2;
    cursor: pointer;
}

.gform_button[type="submit"]{
    margin-top: 3rem;
	border-radius:8px;
    padding: 0.8rem 4.2rem;
    font-weight: bold;
	font-size: 1.3rem !important;
	text-transform:uppercase;
	line-height:130%;
}

.gform_next_button,
.gform_previous_button {
    margin-top: 3rem;
	border-style:solid;
	border-radius:8px;
    padding: 0.8rem 2rem;
    font-weight: bold;
	font-size: 1rem !important;
	text-transform:uppercase;
	line-height:100%;
}

.gform_wrapper {
	max-width:800px !important;
	margin:0 auto !important;
}

.transportForm_wrapper  {
	max-width: 100% !important;
}









/* MODIFIER CLASSES */

.lg-space {
	margin-top:3rem;
	margin-bottom:3rem;
}


.section {
	margin-bottom:2rem;
	border-bottom:4px solid #eee;
	padding-bottom:2rem !important;
}

.tb-column.section {
	margin-bottom:0rem;
}



.pad.sides {
	padding-left:1em;
	padding-right:1em;
}

.pad.topbottom {
	padding-top:1em;
	padding-bottom:1em;
}

.pad.top {
	padding-top:1em;
}

.pad.bottom {
	padding-bottom:1em;
}

.pad.all {
	padding:1em;
}

@media (min-width:680px) {
	.pad.2x.all {
		padding:4em !important;
	}
}

/* For a sub-column with no content-only a bg-img acting as an image. */
.inner-col-bg {
	padding:5rem;
}

.text-right {
	text-align:right;
}

.hero {
	padding:12%;
	border-bottom:5px solid #555;
}

.hero.bottom {
	margin-bottom:3rem;
}

.video-hero {
	padding:3em 25% !important;
}

@media (min-width:680px) {
	.is-fixed {
		position: fixed !important;
		top:0;
		background-color:inherit;
	}

}


body.default-title .entry-header,
.title-space.entry-header,
.title-space {
	margin-bottom:1.5rem;
}


/* Make a callout clickable with no button */
.block-link .callout-button > a {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: transparent;
	b*0;
	color: transparent;
	text-indent:-9999px;
	font-size:0;
}

.block-link .callout-button > a:hover {
	background: transparent !important;
}

.block-button.panel a.builder_button {
    padding:2em 0;
    font-size: 1.2em;
	box-shadow:-8px -8px 0px #efefef;
}

.block-button.panel {
    transition: 0.2s all;
	margin-top:1rem;
	margin-bottom:1rem;
}

.panel span {
	line-height:100%;
}

@media (max-width: 680px) {
	.block-button.panel {
		margin-bottom: 0;
	}
	
	.block-button.panel a.builder_button {
  		padding:1em 0;
 		font-size: 1.2em;
	}
}



/* ------ ------ ------ ------ */

.module-callout h3 {
	line-height:100%;
}


 .callout-content {
	margin:1.2rem 0 1.2em 0 !important;
}

.video-wrap video,
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
	border:0;
	box-sizing:border-box;
}

/* REMOVE SPACE BELOW MODULE */
.no-space div.module,
.no-space div.module > * > * {
	margin-bottom: 0;
}


/* CREATE LIST WITH RED DOTS */
.fancy-list li,
.fancy-list-menu li {
	list-style-type: none;
  	border:none !important;
    position: relative !important;
    padding-left: 1.2em !important;
    margin-bottom: 1em !important;
}

.fancy-list > ul > li:before,
.fancy-list-menu ul li:before {
    content: '\f0da';
font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
	font-size:1.5em;
    transform: translateY(-50%);
   	color: #E70033;
}

.fancy-list-menu .ui.nav.vertical {
	width:auto !important;
	margin-left: 2em !important;
}

.fancy-list-menu ul a {
	font-weight: 700;
	padding:0 !important;
	line-height: 130% !important;
	font-size: 1.7em !important;
}

.list.no-style li {
	list-style-type:none;
}

/* Style a basic button */
.button a.builder_button {
	text-transform: uppercase;
	font-weight: 700;
}

.button a.builder_button:hover {
	color:none !important;
}




/* Create Large flat button */
.block-button a.builder_button {
	width: 100%;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
	box-sizing: border-box;
	overflow:hidden;
	border-radius:5px;
}

.block-button .callout-button a.builder_button {
	width:auto !important;
}

.block-button .module-buttons-item {
	width: 100%;
}

.block-button.arrow a.builder_button:after {
	font-family:'FontAwesome';
	content: '\f0da';
	font-size:1.3em;
	position:absolute;
	top:50%;
	right:-2em;
	transform:translateY(-46%);
	transition:0.2s all;
}

.block-button a.builder_button:hover:after {
	right:2em;
}


/* Sub-page menu from themify menu module */
.menu-small-wide ul {
	margin:0 !important;
	width:100%;
	font-size:1em;
	font-weight:700;
	box-sizing: border-box;
}

.menu-small-wide ul.menu-bar > li.menu-item a {
	color:#888;
}

.menu-small-wide ul.menu-bar > li.menu-item a {
	padding-left:0;
}


/* Fixed background */
.background-fixed {
	background-size:cover;
	background-attachment:fixed;
}

/* Diagonal background pattern */
.diag-back {
	background-image: url('/wp-content/uploads/2016/12/pattern-diag.png');						
}



/* Sidebar Table of Contents */
.contents-list {
	background:#eee;
	overflow:hidden;
	transition:0.2s all;
}

.contents-list .module-title:after {
	content:'';
	position:absolute;
	background:#003E74;
	top:100%;
	left:50%;
	width:0;
	z-index:0;
	transform:translateX(-50%) rotateZ(0.001deg);
	border-top:30px solid transparent;
	border-left:250px solid #eee;
	border-right:250px solid #eee;
}

.contents-list .module-title {
	text-align:center;
	color:white;
	position:relative;
	padding:0.5rem;
	margin-bottom:2em !important;
}

.contents-list a {
	font-weight:700;
	color:#555 !important;
	text-transform:uppercase;
	padding:0 1rem 0.1em 1rem;
	display:block;
	position:relative;
	z-index:100;
	font-size:0.85rem;
}

.contents-list a:before {
	content:'\f0da';
	font-family:'FontAwesome';
	font-size:1em;
	margin-right:0.5em;
}

.contents-list a[href="#top"]:before {
	content:'';
}


.contents-list a[href="#top"] {
	color:#888 !important;
	text-align:center;
	font-weight:400;
}

.stats-table table {
    font-size: 1.2rem;
	color: white;
}

.stats-table table tr {
    background:rgba(231, 0, 51, 0.68);
}

.stats-table table td {
    padding: 0.5rem;
    vertical-align: top;
}

.stats-table table tr td:first-child {
    font-weight: 700;
    padding-right: 2rem;
    font-size: 1.2em;
    white-space: nowrap;
}

.stats-table table tr td:last-child {
    background:rgba(231, 0, 51, 0.65);
    line-height: 120%;
	position: relative;
	border-radius: 0 10px 10px 0;
}


/* ============================= */
/* === CONFIGURATION SETTINGS ===*/
/* ============================= */



/* ==== GLOBAL */
body,
body * {
	margin:0;
	padding:0;
}

body,
.site-container {
	position:relative;
	overflow-x:hidden;
}

*:active,*:focus {
	outline:none;
}

img {
	box-sizing:border-box;
	max-width:100%;
	height:auto;
}

/* ======== WIDTH CONSTRAINT RULES ======== */
/* Apply inner-limit class to row to constrain it's content */
.inner-limit .row_inner,
.self-limit,
body.single-post .entry-content {
    max-width:92.5rem;
	max-width:1200px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.site-header > .wrap {
	max-width:92.5rem;
}



/* ======== Default wordpress cases ======== */

body.single .entry-content {
	padding-top:3rem;
	padding-bottom:3rem;
}

.backlink {
	display:block;
	margin-bottom:2rem;
}

.read-more {
	display:block;
	margin-top:0.5rem;
}

.single-post article.type-post img {
	margin:1rem 0;
}

.aligncenter, img.aligncenter {
	margin-right: auto !important;
	margin-left: auto !important;
	display: block;
	clear: both;
}

.single-post figure {
	margin:1rem 0 !important;
}

figcaption {
	background: #eee;
	padding: 1rem;
}

.alignleft {
	float:left;
	margin-right:1rem !important;
}

.alignright {
	float:right;
	margin-left:1rem !important;
}


/* ========================================== */

.sidebar .row_inner {
	max-width: 100%;
	padding-left: 0rem;
    padding-right: 0rem;
}


.half-limit {
	max-width:44%;
}


.limit-width .row_inner,
body.single .entry-content,
.error404 .site-inner {
	max-width:1100px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.error404 .site-inner {
	margin-top:3rem;
}

@media (min-width: 1921px) {
    .inner-limit .row_inner,
	.self-limit {
        max-width: 1690px;
    }
}
/* ========================================= */




.themify_builder_front > .themify_builder_row > .row_inner,
.pad-row .row_inner {
    padding-left: 2em;
    padding-right: 2em;
}

.themify_builder_front > .themify_builder_row.wide > .row_inner {
    padding-left: 0;
    padding-right: 0;
}



/* ============================================ */
/* ============ Themify defaults ============== */
/* ============================================ */

.module-post .post {
	margin-top:1rem;
}

.module-post .has-post-thumbnail .post-image {
	float:left;
	width:200px;
	margin:0 !important;
	padding-right:1rem;
}

.module-post .has-post-thumbnail .post-image img {
	margin:0;
}


.module-fancy-heading .sub-head:before {
	padding-bottom:0.5em;
}

.module-fancy-heading .sub-head {
	padding-top:0;
}

.even .builder-posts-wrap {
	display: flex;
}


.module-title {
	margin-bottom:0.5rem !important;
}

.site-container a,
.site-container a > * {
	transition:0.2s all;
}

.ui.nav.vertical {
	width:auto;
	background:transparent;
}


/* Basic menu setup */
ul.menu {
	margin:0;
	padding:0;
}

ul.menu li {
	list-style-type:none;
}

/* Basic List Setup */
.entry-content ul,
.entry-content ol {
	margin-top:0.5rem;
	margin-bottom:1rem;
	margin-left:2rem;
}

.entry-content li {
	margin-bottom:0.3em;
}



/* ==== COLORS */

/* Red       : #E70033 */
/* Blue      : #003E74 */
/* Grey-blue : #617498 */




/* BRAND RED */
.menu-primary li:after,
.nav-mobile .trigger .line 
{
	background:#E70033;
}


.site-header {
	border-color:#E70033;
}




/* BRAND BLUE */
.title-area a,
.fancy-list-menu ul.ui.nav a,
h1, h2, h3, h4 {
	color:#003E74;
}

.pv-pre-header-menu,
.site-footer,
.contents-list .module-title,
.gform_button {
	background-color:#003E74;
}


.contents-list a:hover, {
	color:#E70033 !important;
}



/* BRAND WHITE */
.site-container a {
	color:#E70033;
}



/* === TYPOGRAPHY */
body {
	font-size:16px;
}


.site-container,
.site-container p,
.site-container li,
.essgrid-filter span,
input,
textarea,
input[type=submit]
{
	font-family:'Open Sans', sans-serif;
	line-height:150% !important;
}

.title-area .site-title,
.site-description,
h1, h2, h3, h4,
.fancy-list-menu ul a,
.stats-table table tr td:first-child  {
	font-family:'Lusitana',serif !important;
	line-height:130%;
}

.site-container h1 {
	font-size:3em;
}

.site-container h2 {
	font-size:2.5em
}

.site-container h3 {
	font-size:1.7em;
}

.site-container h4 {
	font-size:1.5em;
}

a {
	text-decoration:none;
}

.huge-heading h1 {
	font-size:5em;
}

.huge-heading .sub-head {
	font-size:40% !important;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {
body {
	font-size:14px;
}

.inner-limit .row_inner_wrapper,
div.breadcrumb,
.entry-header >.entry-title,
.self-limit {
	max-width:100%;
}

.nav-primary {
	min-height: 4rem;
	flex:1 100%;
}

.menu-primary .menu-item span {
	padding:0 0.5rem;
}

.site-header >.wrap {
	justify-content: center;
}

.title-area {
flex:initial;
}

.menu-primary li {
	flex-grow:1;
}

.menu-primary .menu-item a {
	 margin-top: 0;
        text-align: center;
	padding:0;
}

.pv-pre-header-menu {
	justify-content:center;
}

.logo {
	background:transparent;
}

.title-area {
	background:transparent;
}

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {
.site-header {
	position:fixed;
	width:100%;
	z-index:100000;
	background:white;
}

.header-spacer {
	height:63px;
}

.site-header .wrap {
	justify-content:space-between;
}


.nav-primary, #menu_above_header {
	display:none;
}

.nav-mobile {
	display:flex;
}

.logo {
	justify-content: flex-start;
	max-height: 60px;
	z-index: 100;
}

.logo img {
	padding: 0.5em 0 0 0.5em;
	width:80px;
}

.hero {
	padding:5%;
}

.breadcrumb {
text-align:right;
}

.video-hero {
	padding:3rem 10% !important;
}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {

}

@media only screen and (max-width: 680px) {
.stats-table {
	margin-top:100%;
}

.stats-table tr {
	display: block;
}

.stats-table tr td {
	white-space:normal !important;
	display: block;
	border-radius:initial !important;
}

.sidebar {
	margin-bottom:1rem;
}

.builder-posts-wrap {
	display: initial !important;
}

.title-area {
	flex:1;
	font-size:5vw;
	padding:0.9em;
	margin-right: 10px !important;
}

.site-container h1 {
    font-size: 2.5em;
}

.site-container h2 {
    font-size: 2em
}

.site-container h3 {
    font-size: 1.5em;
}

.site-container h4 {
    font-size: 1.3em;
}

#mobile_menu {

}

.mobile-no-space div.module {
	margin-bottom: 0;
}

.huge-heading h1 {
	font-size:3em;
}

#footer_content section,
ul#menu-footer-menu .menu-item {
	width:100%;
	margin-bottom:1em;
}

.menu-small-wide ul {
	padding-left: 0;
}

.hero {
	padding:1rem;
}
	
.text-right {
	text-align:left !important;
}

/* Default Sidebar */
.sidebar.default {
	margin-top:3em;
	padding:2em;
	background: #333;
	color:white;
	margin-left: -2em;
	margin-right: -2em;
	margin-bottom:-3em;
}
.sidebar  h3 {
	color:white !important;
}

.hero.bottom {
    margin-bottom: 0 !important; 
}


.re-order-cols .row_inner {
	display: flex;
	flex-direction: column;
}

.re-order-cols .row_inner .first {
	order:2;
}

.video-hero {
	padding:0.5em !important;
}
}