/*
Theme Name: sseq
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.3.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: sseq
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("https://hello.myfonts.net/count/340030");


@font-face {
	font-family: 'Geogrotesque';
	font-weight: 100;
	font-style: normal;
	src: url('/fonts/340030_8_0.eot');
	src: url('/fonts/340030_8_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_8_0.woff2') format('woff2'),url('/fonts/340030_8_0.woff') format('woff'),url('/fonts/340030_8_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Geogrotesque';
	font-weight: 100;
	font-style: italic;
	src: url('/fonts/340030_9_0.eot');
	src: url('/fonts/340030_9_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_9_0.woff2') format('woff2'),url('/fonts/340030_9_0.woff') format('woff'),url('/fonts/340030_9_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Geogrotesque';
	font-weight: 300;
	font-style: normal;
	src: url('/fonts/340030_1_0.eot');
	src: url('/fonts/340030_1_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_1_0.woff2') format('woff2'),url('/fonts/340030_1_0.woff') format('woff'),url('/fonts/340030_1_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Geogrotesque';
	font-weight: 300;
	font-style: italic;
	src: url('/fonts/340030_2_0.eot');
	src: url('/fonts/340030_2_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_2_0.woff2') format('woff2'),url('/fonts/340030_2_0.woff') format('woff'),url('/fonts/340030_2_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Geogrotesque';
	font-weight: 500;
	font-style: normal;
	src: url('/fonts/340030_4_0.eot');
	src: url('/fonts/340030_4_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_4_0.woff2') format('woff2'),url('/fonts/340030_4_0.woff') format('woff'),url('/fonts/340030_4_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Geogrotesque';
	font-weight: 500;
	font-style: italic;
	src: url('/fonts/340030_5_0.eot');
	src: url('/fonts/340030_5_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_5_0.woff2') format('woff2'),url('/fonts/340030_5_0.woff') format('woff'),url('/fonts/340030_5_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Geogrotesque';
	font-weight: 700;
	font-style: normal;
	src: url('/fonts/340030_7_0.eot');
	src: url('/fonts/340030_7_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_7_0.woff2') format('woff2'),url('/fonts/340030_7_0.woff') format('woff'),url('/fonts/340030_7_0.ttf') format('truetype');
	}
	
@font-face {
	font-family: 'Geogrotesque';
	font-weight: 700;
	font-style: italic;
	src: url('/fonts/340030_6_0.eot');
	src: url('/fonts/340030_6_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_6_0.woff2') format('woff2'),url('/fonts/340030_6_0.woff') format('woff'),url('/fonts/340030_6_0.ttf') format('truetype');
	}
  
@font-face {
	font-family: 'Geogrotesque';
	font-weight: 900;
	font-style: normal;
	src: url('/fonts/340030_3_0.eot');
	src: url('/fonts/340030_3_0.eot?#iefix') format('embedded-opentype'),url('/fonts/340030_3_0.woff2') format('woff2'),url('/fonts/340030_3_0.woff') format('woff'),url('/fonts/340030_3_0.ttf') format('truetype');
	}

@font-face {
	font-family: 'Univers';
	font-weight: 300;
	font-style: normal;
	src: url('https://eqca.org/fonts/Unive.ttf');
	}
	
@font-face {
	font-family: 'UniversBlack';
	font-weight: 900;
	font-style: normal;
	src: url('https://eqca.org/fonts/UniveBla.ttf');
	}
	
/*************************************************************************************/

html {
    -webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	transition:
		color .15s ease,
		border-bottom .15s ease,
		background-color .15s ease,
		fill .15s ease,
		background-size .15s ease,
		background-position .15s ease,
		opacity .15s ease,
		box-shadow .15s ease,
		padding .15s ease,
		margin .15s ease,
		height .15s ease,
		top .15s ease,
		left .15s ease,
		width .15s ease,
		transform .15s ease;
	-webkit-transition:
		color .15s ease,
		border-bottom .15s ease,
		background-color .15s ease,
		fill .15s ease,
		background-size .15s ease,
		background-position .15s ease,
		opacity .15s ease,
		box-shadow .15s ease,
		padding .15s ease,
		margin .15s ease,
		height .15s ease,
		top .15s ease,
		left .15s ease,
		width .15s ease,
		transform .15s ease;
	-moz-transition:
		color .15s ease,
		border-bottom .15s ease,
		background-color .15s ease,
		fill .15s ease,
		background-size .15s ease,
		background-position .15s ease,
		opacity .15s ease,
		box-shadow .15s ease,
		padding .15s ease,
		margin .15s ease,
		height .15s ease,
		top .15s ease,
		left .15s ease,
		width .15s ease,
		transform .15s ease;
	-ms-transition:
		color .15s ease,
		border-bottom .15s ease,
		background-color .15s ease,
		fill .15s ease,
		background-size .15s ease,
		background-position .15s ease,
		opacity .15s ease,
		box-shadow .15s ease,
		padding .15s ease,
		margin .15s ease,
		height .15s ease,
		top .15s ease,
		left .15s ease,
		width .15s ease,
		transform .15s ease;
}

body {
	padding: 0;
	margin: 0 auto -1px;
	font-family: 'Geogrotesque', 'Calibri', 'Arial', sans-serif !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 1.25em;
	color: #2C2A29;
}

body * {
	font-family: 'Geogrotesque', 'Calibri', 'Arial', sans-serif !important;
}

.preload *:not(.fade) {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
}

.show {
	display: none !important
}

/** ASSETS **/

.container {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	overflow: hidden;
	padding: 2.4em;
}

.rounded, .rounded a {
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	overflow: hidden;
}

hr {
	width: 100%;
	height: 1px;
	margin: 2.4em auto !important;
	background: #E9E7E6;
	border: none;
}

.shaded-bg {
    background-color: rgba(44,42,41,0.76);
    padding: 8px 8px 4px 8px;
    display: inline;
    line-height: 32px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
h2.shaded-bg {padding:0 8px;}


/** HEADER **/

header {
	background-color: transparent;
	position: relative;
	z-index: 10001
}

header .container {
	padding: 0;
}

header .logo_holder {
	display: block;
	height: 3.2em;
	width: 9.8em;
	margin: 2.4em 0;
	position: relative;
}

header .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 9.8em;
	height: auto;
	pointer-events: none;
}

header .logo_tag {
	position: absolute;
	top: 3.2em;
	right: 0;
	display: block;
	width: 8em;
	height: auto;
	opacity: 0;
	pointer-events: none;
}

header .logo_holder:hover .logo {
	top: -0.652em;
}

header .logo_holder:hover .logo_tag {
	top: 2.548em;
	opacity: 1
}

header .connect {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.4em;
}

header .connect .top,
header .connect .bottom {
	display: table;
	float: right;
	clear: both;
	position: relative;
}

header .connect .top {
	padding: .8em 0;
}

header .connect .top .email_title {
	display: table-cell;
	vertical-align: middle;
	color: #2C2A29;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	padding-right: 1em;
	line-height:1;
}

header .connect .top .email_form {
	display: table-cell;
	vertical-align: middle;
	overflow: auto
}

header .connect .top .email_form input {
	font-size: 1em;
	-webkit-appearance: none;
	display: block;
	float: left;
	height: 1.75em;
	padding: 0 .5em;
	color: #2C2A29;
	margin: 0;
	border-radius: 4px 0 0 4px;
	width: calc(100% - 32px);
}

header .connect .top .email_form input.submit {
	padding: 0;
	height: 1.75em;
	width: 1.75em;
	background-color: #085f99;
	background-image: url('/imagesnew/submit.png');
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border-radius:  0 4px 4px 0;
}

header .connect .top .email_form input.submit:hover {
	background-color: #FF8200
}

header .connect .social {
	display: table-cell;
	vertical-align: middle;
	padding: .8em 1.6em;
	position: relative;
}

header .connect .social .line {
	position: absolute;
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background-color: rgba(255,255,255,.25);
	-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

header .connect .social .social_title {
	display: block;
	float: left;
	color: #2C2A29;
	font-weight: 700;
	font-size: 1em;
	line-height:1em;
	text-transform: uppercase;
	margin-right: 1em;
}

header .connect .social a {
	display: block;
	float: left;
	height: 1em;
	margin-right: 1.2em;
	width: auto;
}

header .connect .social a .social_icon {
	display: block;
	height: 1em;
	width: auto;
}

header .connect .social a .social_icon path {
	fill: #085f99;
}

header .connect .social a .social_icon:hover path {
	fill: #FF8200;
}

header .connect .social a .svg-inline--fa {
    margin-top:-.35em;
    display: block;
    height: 1.5em;
    width: auto;
}

header .connect .search {
	display: table-cell;
	vertical-align: middle;
	padding: .8em 0 .8em 1.6em;
}

header .connect .search .search_title {
	display: block;
	float: left;
	color: #2C2A29;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	margin-right: 1em;
}

header .connect .search:hover .search_title {
	color: #0070b8;
}

header .connect .search .search_icon {
	display: block;
	height: 1em;
	width: auto;
	float: left;
}

header .connect .search .search_icon path {
	fill: #085f99;
}

header .connect .search:hover .search_icon path {
	fill: #FF8200;
}

/** NAVIGATION **/

nav#mobile {
	display: none
}

nav#buffer {
	display: none;
	visibility: hidden
}

nav#buffer.stick {
	display: block;
	visibility: hidden;
	position: relative
}

.stick {
	position: fixed !important;
	width:100% !important;
	top:0;
}

.nav-primary .nav_logo_container {
	display: block;
	float: left;
	height: 3.5em;
	width: 0;
	padding: 1em 0;
	position: relative;
}

.stick .nav_logo_container {
	width: 3.5em;
	padding: 1em 1.5em 1em 0;
}

.nav_logo_container a {
	z-index: 1000;
    position: absolute;
}

.nav-primary .nav_logo_container .nav_logo {
	display: block;
	height: 1.5em;
	width: 2em;
	opacity: 0;
}

.stick .nav_logo_container .nav_logo {
	opacity: 1;
}

.stick .nav_logo_container .line {
	position: absolute;
	top: 30%;
	right: 0;
	width: 1px;
	height: 40%;
	background-color: rgba(255,255,255,.25);
	-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.nav-primary:not(.stick) a {
	color: inherit;
	text-decoration: none;
}

.nav,
.nav-primary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-primary .genesis-nav-menu {
	position: relative;
	clear:none;
}

.nav-primary .container {
	overflow: visible;
	padding: 0 1.2em;
}

.nav-primary .nav_links {
	display: table;
	overflow: visible;
}

.nav-primary .nav_links .nav_item {
	display: table-cell;
	position: relative;
}

.nav-primary .nav_links .nav_item .nav_link {
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	padding: 1.25em;
	display: block;
	position: relative;
	white-space: nowrap
}

.nav-primary .nav_links .nav_item:hover .nav_link {
	color: #0070B8;
}

.nav-primary .nav_links .nav_item .nav_link .line {
	position: absolute;
	top: 30%;
	right: 0;
	width: 1px;
	height: 40%;
	background-color: rgba(255,255,255,.25);
	-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.nav-primary .nav_links .nav_item:last-child .nav_link .line {
	display: none
}

.nav-primary .nav_links .nav_item .nav_drop {
	position: absolute;
	top: 100%;
	left: 0;
	padding: .4em .8em;
	background-color: #2C2A29;
	border-top: .2em solid #0070B8;
	opacity: 0;
	pointer-events: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-primary .menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: .4em .8em;
	background-color: #2C2A29;
	border-top: .2em solid #ff8200;
	opacity: 0;
	pointer-events: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-primary .nav_links .nav_item:hover .nav_drop {
	opacity: 1;
	pointer-events: auto;
}
.nav-primary .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
	display: block !important;
}

.nav-primary .nav_links .nav_item .nav_drop .nav_drop_link {
	display: block;
	white-space: nowrap;
	font-size: .8em;
	color: #fff;
	padding: 1em;
	line-height: 1;
	border-bottom: 1px solid rgba(255,255,255,.25);
	position: relative;
	font-weight: 500;
}
.nav-primary .menu-item-has-children .sub-menu .menu-item {
	display: block;
	white-space: nowrap;
	font-size: .8em;
	color: #fff;
	line-height: 1;
	border-bottom: 1px solid rgba(255,255,255,.25);
	position: relative;
	font-weight: 500;
}
.nav-primary .menu-item-has-children .sub-menu .menu-item:last-child {
	border-bottom: none
}


.nav-primary .nav_links .nav_item .nav_drop .nav_drop_link .nav_arrow {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	float: left;
	height: 1em;
	width: auto;
	transform: translate(-.5em,-50%);
	opacity: 0;
}

.nav-primary .nav_links .nav_item .nav_drop .nav_drop_link:hover .nav_arrow {
	transform: translate(.5em,-50%);
	opacity: 1
}

.nav-primary .nav_links .nav_item .nav_drop .nav_drop_link:hover span {
	color: #8F8C8A;
}

.nav-primary .nav_links .nav_item .nav_drop .nav_drop_link span {
	display: block;
}

.nav-primary .nav_links .nav_item .nav_drop .nav_drop_link:hover span {
	transform: translateX(.5em);
}

.nav-primary .nav_links .nav_item .nav_drop .nav_drop_link:last-child {
	border-bottom: none
}

.nav-primary .callout {
	position: absolute !important;
	top: 50%;
	/*transform: translateY(-50%);*/
	right: 2.4em;
	background-color: #fff;
	color: #0070B8;
	font-size: 1em;
	font-weight: 700;
	padding: .75em 1em;
	display: block;
	text-transform: uppercase;
}

.nav-primary .callout:hover {
	background-color: #FF8200;
}

.nav-primary .callout a {
	font-weight: 700 !important;
	color: #0070B8 !important;
	padding: 0;
}
.nav-primary .callout:hover > a {
	font-weight: 700 !important;
	color: #fff !important;
}
.nav-primary .wrap {
	padding: 0 calc(2.4em - 22px);
    margin: 0 auto;
    max-width: 1500px;
}

.nav-primary .menu-highlight {
	position: absolute !important;
    right: 0;
    top: 0;
    padding: 0;
}
.nav-primary .menu-highlight:hover {
	position: absolute;
}
.nav-primary .menu-highlight a {
	padding:.7em 1em !important;
	text-transform: uppercase;
}

/** FOOTER **/

footer {
	background-color: #2C2A29;
}

footer .container {
	padding: 0;
}

footer .nav {
	display: table;
	width: 100%;
	padding: 2.4em 1.2em;
}

footer .nav .nav_column {
	display: table-cell;
	padding: 0 1.2em;
	width: 20%;
}

footer .nav .nav_column b {
	font-weight: 700;
	color: #fff;
	font-size: .8em;
	display: block;
	text-transform: uppercase;
	margin: 2em 0 0;
	padding-bottom: .25em;
}

footer .nav .nav_column b:first-child {
	margin-top: 0
}

footer .nav .nav_column .nav_arrow {
	display: block;
	position: relative;
	float: left;
	height: .8em;
	width: auto;
	margin-right: .4em;
	margin-left: -1em;
}

footer .nav .nav_column a,
footer .nav .nav_column span {
	font-weight: 500;
	color: #8F8C8A;
	font-size: .72em;
	display: block;
	text-decoration: none;
	margin-top: .75em;
	line-height: 1.2
}

footer .nav .nav_column a:hover {
	color: #fff;
}

/*
footer .connect {
	display: table;
	padding: 2.4em;
	border-top: 1px solid rgba(255,255,255,.25);
	width: 100%;
}

footer .connect .left,
footer .connect .right {
	display: table-cell;
	vertical-align: middle;
	position: relative;
    white-space: nowrap;
}

footer .connect .right {
	text-align: right;
}
*/

footer .connect .email_title {
	display: inline;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 1em;
}

footer .connect .email_form {
	display: inline-block;
	vertical-align: middle;
	overflow: auto
}

footer .connect .email_form input {
	font-size: 1em;
	border: 0;
	-webkit-appearance: none;
	display: block;
	float: left;
	height: 1.75em;
	padding: 0 .5em;
	color: #2C2A29;
	width: calc(100% - 32px);
    border-radius: 2px 0 0 2px;
}

footer .connect .email_form input.submit {
	padding: 0;
	height: 1.75em;
	width: 1.75em;
	background-color: #0070B8;
	background-image: url('/imagesnew/submit.png');
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
    border-radius: 0 2px 2px 0;

}

footer .connect .email_form input.submit:hover {
	background-color: #FF8200
}

/*
footer .connect .line {
	position: absolute;
	top: -10%;
	right: 0;
	width: 1px;
	height: 120%;
	background-color: rgba(255,255,255,.25);
	-ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.nav-primary .callout:hover {
	background-color: #FF8200;
}


footer .connect .search {
	display: block;
	float: left;
	padding-right: 1.6em;
	position: relative;
}

footer .connect .social {
	display: block;
	float: left;
	padding-left: 1.6em;
}

*/
footer .connect .social_title {
	display: block;
/*
	float: left;
*/
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	margin-right: 1em;
}

footer .connect p {
	text-align:left;
}
footer .connect p:not(.email) {
	margin-bottom:40px;
}
footer .connect p.email {
	text-align:center;
}
footer .connect p.right {
	text-align:right;
}
footer .connect p a {
	display: inline-block;
}
footer .connect .social a {
/*
	display: block;
	float: left;
*/
	height: 1em;
	margin-right: 1.2em;
	width: auto;
}

footer .connect .social a .social_icon, footer .connect .social a .svg-inline--fa {
	display: block;
	height: 1.5em;
	width: auto;
}

footer .connect .social a .social_icon path {
	fill: #0070B8
}

footer .connect .social a .social_icon:hover path {
	fill: #FF8200
}

footer .connect .search_title {
/*	display: block; */
	float: left;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 1em;
}

footer .connect .search:hover .search_title {
	color: #8F8C8A
}

footer .connect .search_icon {
	height: 1em;
/*
	display: block;
	width: auto;
	float: left;
*/
}

footer .connect .search_icon path {
	fill: #0070B8
}

footer .connect .search:hover .search_icon path {
	fill: #FF8200
}

footer .copyright {
	display: table;
	border-top: 1px solid rgba(255,255,255,.25);
	padding: 2.4em;
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

footer .copyright .left {
	display: table-cell;
	width: 33.33%;
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
}

footer .copyright .middle {
	display: table-cell;
	width: 33.33%;
	vertical-align: middle;
	text-align: center;
}

footer .copyright .right {
	display: table-cell;
	width: 33.33%;
	vertical-align: middle;
	text-align: right;
	font-size: 1em;
}

footer .copyright a {
	text-decoration: none;
	color: inherit
}

footer .copyright a:hover {
	color: #8F8C8A
}

footer .copyright .middle .logo_holder {
	display: block;
	margin: 0 auto;
	position: relative;
	height: 2.4em;
	width: 8.5em;
}

footer .copyright .middle .logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 2.4em;
	width: auto;
	opacity: 1;
	pointer-events: none
}

footer .copyright .middle .logo_holder:hover .logo {
	top: -100%;
	opacity: 0;
}

footer .copyright .middle .arrow_up {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	height: 2.4em;
	width: auto;
	opacity: 0;
	pointer-events: none
}

footer .copyright .middle .logo_holder:hover .arrow_up {
	top: 0;
	opacity: 1;
}

.donate {
	background-color: #0070B8;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	position: relative;
}

.donate:hover {
	background-color: #FF8200
}

.donate .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0070B8;
	background: -moz-linear-gradient(left, #0070B8 0%, #ff8200 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #0070B8), color-stop(100%, #ff8200));
	background: -webkit-linear-gradient(left, #0070B8 0%, #ff8200 100%);
	background: -o-linear-gradient(left, #0070B8 0%, #ff8200 100%);
	background: -ms-linear-gradient(left, #0070B8 0%, #ff8200 100%);
	background: linear-gradient(to right, #0070B8 0%, #ff8200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070B8', endColorstr='#ff8200', GradientType=1 );
	z-index: 1;
	opacity: 0;
}

.donate:hover .overlay {
	opacity: 1
}
	
.donate:hover .container {
	transform: scale(1.1)
}

/*
.home .donate:hover {
	background-color: #0070B8;
}

.home .donate:hover .container {
	transform: scale(1)
}
*/

.donate .container {
	padding: 2.4em;
	position: relative;
	z-index: 2;
}

.donate h1 {
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 300;
	margin: 0 0 .6em;
	line-height: 1.3;
	color:#fff;
}

.content .donate h1 {
	margin-top: 0;
	font-weight: 700;
}

.content .donate .highlight {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.donate .donate_button {
	background-color: #2C2A29;
	color: #fff;
	font-weight: 700;
	padding: .75em 1em;
	margin: 0 .75em;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
}

.donate .donate_button:hover {
	background-color: #FFF;
	color: #2C2A29
}

/** HOME **/

.slider {
	background-color: #8F8C8A;
	overflow: auto;
	position: relative;
}

.slider .container {
	padding: 0;
	overflow: hidden;
}

.slider .easingsliderpro-arrows {
	transition: all .15s ease !important;
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute;
    width: 3.2em;
    height: 2.4em;
    background-size: .8em auto !important;
    background-repeat: no-repeat;
    background-color: #0070B8;
    box-shadow: 0 0 1.2em rgba(0,0,0,.5);
}

.easingsliderpro-arrows:hover {
	background-color: #FF8200
}

.easingsliderpro-next.inside { right: 0em !important }
.easingsliderpro-prev.inside { left: 0em !important }

.slider .easingsliderpro-arrows.easingsliderpro-prev {
    background-image: url('/imagesnew/arrow_prev.svg') !important;
	-webkit-border-top-right-radius: .2em;
	-webkit-border-bottom-right-radius: .2em;
	-moz-border-radius-topright: .2em;
	-moz-border-radius-bottomright: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
    background-position: left 1.6em center !important;
}

.slider .easingsliderpro-arrows.easingsliderpro-prev:hover {
    background-position: center center !important;
}

.slider .easingsliderpro-arrows.easingsliderpro-prev:active {
    background-position: left .8em center !important;
}

.slider .easingsliderpro-arrows.easingsliderpro-next {
    background-image: url('/imagesnew/arrow_next.svg') !important;
	-webkit-border-top-left-radius: .2em;
	-webkit-border-bottom-left-radius: .2em;
	-moz-border-radius-topleft: .2em;
	-moz-border-radius-bottomleft: .2em;
	border-top-left-radius: .2em;
	border-bottom-left-radius: .2em;
    background-position: right 1.6em center !important;
}

.slider .easingsliderpro-arrows.easingsliderpro-next:hover {
    background-position: center center !important;
}

.slider .easingsliderpro-arrows.easingsliderpro-next:active {
    background-position: right .8em center !important;
}

/** HOME INTRO **/

.intro .column_side {
	float: left;
}

.intro .column_side h1 {
	margin-top: 0;
}

.intro .column_side form {
	background-color: #E9E7E6;
	padding: 1.2em;
}

.intro .column_side form .form {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.intro .column_side form .form tr td:first-child {
	vertical-align: middle;
	padding-right: .6em;
	padding-bottom: 1.2em;
	text-align: right
}

.intro .column_side form .form tr td:last-child {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 1.2em;
}

.intro .column_side form label {
	display: block;
	white-space: nowrap;
	font-weight: 700;
	font-size: .8em;
	text-transform: uppercase;
}

.intro .column_side form .form input {
	display: block;
	border: none;
	width: 100%;
	font-size: 1em;
	-webkit-appearance: none;
	height: 1.75em;
	padding: 0 .4em;
	color: #2C2A29;
}

.intro .column_side form .submit {
	font-size: .8em;
	
}

/** HOME PROGRAMS **/

.home .programs {
	background-color: #2C2A29;
	position: relative;
	color: #fff;
	overflow: auto;
}

.home .programs .container {
	padding: 0;
	overflow: auto;
}

.home .programs .programs_array {
	position: relative;
	overflow: auto;
}

.home .programs .programs_array * {
	transition: none;
}

.home .programs .slick-list {
	overflow: hidden;
}

.home .programs .programs_array .slick-arrow {
	transition: all .15s ease !important;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1em;
	width: 3.2em;
	height: 2.4em;
	visibility: hidden;
	transform: translateY(-50%);
	box-shadow: 0 0 1.2em rgba(0,0,0,.5);
}

.home .programs .programs_array .slick-next {
	right: 0;
	left: auto;
}

.home .programs .programs_array .slick-arrow::before {
	content: "";
	display: block;
	visibility: visible;
	background-color: #be3430;
	width: 3.2em;
	height: 2.4em;
	cursor: pointer;
	background-image: url('/imagesnew/arrow_prev.svg') !important;
	background-size: .8em auto !important;
	background-repeat: no-repeat;
	background-color: #0070B8;
}

.home .programs .programs_array .slick-prev.slick-arrow::before {
	background-image: url('/imagesnew/arrow_prev.svg') !important;
	-webkit-border-top-right-radius: .2em;
	-webkit-border-bottom-right-radius: .2em;
	-moz-border-radius-topright: .2em;
	-moz-border-radius-bottomright: .2em;
	border-top-right-radius: .2em;
	border-bottom-right-radius: .2em;
	background-position: left 1.6em center !important;
}

.home .programs .programs_array .slick-prev.slick-arrow:hover::before {
	background-position: center center !important;
}

.home .programs .programs_array .slick-prev.slick-arrow:active::before {
	background-position: left .8em center !important;
}

.home .programs .programs_array .slick-next.slick-arrow::before {
	background-image: url('/imagesnew/arrow_next.svg') !important;
	-webkit-border-top-left-radius: .2em;
	-webkit-border-bottom-left-radius: .2em;
	-moz-border-radius-topleft: .2em;
	-moz-border-radius-bottomleft: .2em;
	border-top-left-radius: .2em;
	border-bottom-left-radius: .2em;
	background-position: right 1.6em center !important;
}

.home .programs .programs_array .slick-next.slick-arrow:hover::before {
	background-position: center center !important;
}

.home .programs .programs_array .slick-next.slick-arrow:active::before {
	background-position: right .8em center !important;
}

.home .programs .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(44,42,41,.75);
	z-index: 1;
	box-shadow: inset 0 0 4em rgba(44,42,41,1);
}

.home .programs .program_item {
	padding: 2.4em;
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
}

.home .programs .left {
	display: table-cell;
	width: 30%;
	padding: 0 3.2em;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 2;
}

.home .programs .right {
	display: table-cell;
	width: 70%;
	padding: 0 3.2em 0 0;
	vertical-align: middle;	
	text-align: left;
	position: relative;
	z-index: 2;
}

.home .programs .header {
	color: #fff;
}

.home .programs h1 {
	margin-top: 0
}

.home .programs .programs_logo {
	width: 100%;
	height: auto;
	display: block;
}

/** HOME NEWS **/

.column_side .side_container {
	padding: 1.2em;
	background-color: #E9E7E6;
}

.column_side .list .list_item {
	padding: 2.4em 0;
	border-bottom: 1px solid #E9E7E6;
	display: block;
	color: inherit;
	text-decoration: none;
}

.column_side .list .list_item h3 {
	font-weight: 500;
}

.column_side .list .list_item:first-child {
	padding-top: 0;
}

.column_side .list .list_item:last-child {
	padding-bottom: 0;
	border-bottom: none
}

.column_side .list a.list_item:hover .highlight {
	color: #FF8200
}

/** HOME ACTION **/

.home .action {
	background-color: #0070B8;
}

.home .action .container {
	display: table;
	width: 100%;
}

.home .action .left {
	display: table-cell;
	width: 30%;
	padding: 0 2.4em 0 0;
	vertical-align: top;
}

.home .action .left .action_thumb {
	width: 100%;
	padding-top: 75%;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
}

.home .action .right {
	display: table-cell;
	width: 70%;
	vertical-align: middle;	
	text-align: left;
	color: #fff;
}

.home .action .right h1 {
	margin-top: 0
}

.home .action .button.grey:hover {
	background-color: #FF8200
}


/** HOME AWARDS **/

.home .awards {
	background-color: #2C2A29;
	text-align: center;
	background-image: url('/imagesnew/awards_home_bg.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	color: #fff;
}

.home .awards .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(44,42,41,.5);
	z-index: 1;
}

.home .awards .container {
	padding: 2.4em;
	position: relative;
	z-index: 2;
}

.home .awards .awards_logo {
	margin: 0 auto;
	height: 6.4em;
	width: auto;
	display: block;
}

/** HOME STATEWIDE SPONSORS **/

.home .sponsors {
	text-align: center
}

.home .sponsors .statewide_sponsors img {
	display: inline-block;
	width: 20%;
}

.home .sponsors h1 {
	margin-top: 0
}

/** PAGE CONTENTS **/

.masthead {
	clear: both;
	position: relative;
}

/*
.content .header {
	font-size: .6em;
	text-transform: uppercase;
	color: #2C2A29
}
*/

.content .header .category a {
	font-weight: 700;
}

.content .header a {
	color: #2C2A29;
	text-decoration: none;
}

.content .header a:hover {
	color: #FF8200
}

.content .headline {
	font-size: 3.6em;
	text-transform: uppercase;
	color: #0070B8;
	font-weight: 600;
	line-height: 1;
}

.container.awards .main.content .headline {
	font-size:calc(2vw + 50px);
}

.content .headline.alt {
	font-size: 1.8em;
	margin-bottom: .8em;
	font-weight: 700;
}

.content .headline.alt.black {
	color: #2C2A29
}

.content .subheadline {
	font-size: 1.8em;
	margin: .4em 0;
	font-weight: 300;
}

.content .highlight {
	font-size: 1em;
	margin: .8em 0 1.2em;
}

.share {
	overflow: auto;
}

.share a {
	display: table;
	float: left;
	padding: .75em 1em;
	margin-right: .5em;
	font-size: .8em;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

.share a.facebook { background-color: #3b5998 }
.share a.facebook:hover { background-color: #5473b5 }

.share a.twitter { background-color: #55acee }
.share a.twitter:hover { background-color: #6fc0fd }

.share a.email { background-color: #0070B8 }
.share a.email:hover { background-color: #FF8200 }

.share a span {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.share a img {
	display: block;
	height: 1.25em !important;
	width: auto;
	margin-right: 1em;
}

.column_side {
	width: 30%;
	float: right;
}

.column_side .sidebar_logo {
	display: block;
	width: 80%;
	margin: 0 auto 2.4em !important;
}

.column_side .side_menu {
	background-color: #2C2A29;
	padding: .4em .8em;
}

.column_side .side_menu .side_menu_top {
	display: block;
	color: #0070B8;
	line-height: 1;
	padding: 1em .8em;
	border-bottom: 1px solid rgba(255,255,255,.25);
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.column_side .side_menu .side_menu_link {
	display: block;
	color: #fff;
	font-size: .8em;
	padding: 1.25em 1em;
	line-height: 1;
	border-bottom: 1px solid rgba(255,255,255,.25);
	position: relative;
	font-weight: 500;
	text-decoration: none;
}

.column_side .side_menu .side_menu_link .nav_arrow {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	float: left;
	height: 1em;
	width: auto;
	transform: translate(-.5em,-50%);
	opacity: 0;
}

.column_side .side_menu .side_menu_link:hover .nav_arrow {
	transform: translate(.5em,-50%);
	opacity: 1
}

.column_side .side_menu .side_menu_link:hover span {
	color: #8F8C8A;
}

.column_side .side_menu .side_menu_link span {
	display: block;
}

.column_side .side_menu .side_menu_link:hover span {
	transform: translateX(.5em);
}

.column_side .side_menu .side_menu_link:last-child {
	border-bottom: none
}

.column_side .social {
	text-align: center
}

.column_side .social a {
	display: block;
	float: left;
	margin-right: 2.4em;
	height: 1.6em;
	width: auto;
}

.column_side .social a:last-child {
	margin-right: 0
}

.column_side .social a .social_icon {
	display: block;
	height: 1.6em;
	width: auto;
}

.column_side .social a .social_icon path {
	fill: #0070B8
}

.column_side .social a .social_icon:hover path {
	fill: #FF8200
}

.column_main {
	float: left;
	width: -moz-calc(70% - 2.4em - 1px) !important;
    width: -webkit-calc(70% - 2.4em - 1px) !important;
    width: calc(70% - 2.4em - 1px) !important;
    padding-right: 2.4em;
    margin-right: 2.4em;
    border-right: 1px solid #E9E7E6;
}

.wide .column_side {
	display: none
}

.column_main *:first-child,
.column_side *:first-child {
	margin-top: 0
}

.column_main *:last-child,
.column_side *:last-child {
	margin-bottom: 0
}

.wide .masthead {
	text-align: left;
	max-width: 1500px;
    margin: 0 auto;
    padding: 0 2.4em;
}

.wide .column_main {
	float: none;
	margin: 0 auto;
	padding: 0 2.4em;
    border-left: 1px solid #E9E7E6;
	width: -moz-calc(70%) !important;
    width: -webkit-calc(70%) !important;
    width: calc(70%) !important;
}

.content {
	line-height: 1.5;
}

/*
.content p {
	margin: 1.25em 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-size: 1.8em;
	font-weight: 300;
	margin: .75em 0;
	line-height: 1.3
}

.content h3,
.content h4,
.content h5,
.content h6 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 1em 0;
}
*/

.content b,
.content strong {
	font-weight: 700
}

.content a {
	color: #0070B8;
	text-decoration: none;
}

.content a:hover {
	color: #FF8200;
	text-decoration: none;
}

.content blockquote {
	font-size: 1em;
	border-top: 1px solid #0070B8;
	border-bottom: 1px solid #0070B8;
	margin: 2.4em 1.2em;
	padding: 1.2em;
}

.content .button {
/*
	font-size: .8em;
	background-color: #0070B8;
	font-weight: 700;
	padding: .75em 2.5em .75em 1em;
	display: inline-block;
	margin-right: .25em;
	margin-top: .25em;
	text-transform: uppercase;
*/
	padding: .75em 2.5em .75em 1em;
	color: #fff !important;
	background-image: url('/imagesnew/arrow_next.svg');
	background-size: auto 1em;
	background-position: right 1em center !important;
	background-repeat: no-repeat;
	transition: all .15s ease !important;
	border: 1px solid #fff;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 1;
	margin:5px 0;
}

.content .button.no_hover:hover {
	background-color: #0070B8 !important
}

.content .button.no_arrow {
	padding: .75em 1em;
	background-image: none;
}

.content .button.grey {
	background-color: #2C2A29
}

.content .button:hover {
	color: #fff;
	background-color: #FF8200;
	background-position: right .6em center !important;
	border: 1px solid #fff;
}

.content a.category_item:hover .button {
	color: #fff;
	background-color: #FF8200;
	background-position: right .6em center;
}

.content .button.grey:hover {
	background-color: #0070B8
}

.content .button.grey.alt {
	color: #fff;
}

.content .button.grey.alt:hover {
	background-color: #fff;
	color: #2C2A29;
	background-image: url('/imagesnew/arrow_next_grey.svg');
}

.content .button .bullet {
	display: inline-block;
	padding: 0 .5em;
	font-weight: 500;
}

.content.masthead .bullet {
	display: inline-block;
	padding: 0 .5em;
	font-weight: 100;
	color: #E9E7E6
}

.content .text img {
	display: block;
	padding: 0;
	margin: 1.2em;
	max-width: 80%;
	height: auto !important;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}

.content .text img.alignnone {
	margin: 0px auto;
	display: block;
}

.content .text .alignleft,
.content .text img.alignleft {
	margin-top: 0;
	margin-left: 0;
	display: inline;
	float: left;
}

.content .text img.alignleft {
	margin-right: 1.6em;
}

.content .text .alignright,
.content .text img.alignright {
	margin-top: 0;
	margin-right: 0;
	display: inline;
	float: right;
}
.content .text img.alignright {
	margin-left: 1.6em;
}

.content .text .aligncenter,
.content .text img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content .text .aligncenter img,
.content .text .alignright img,
.content .text .alignleft img {
	margin: 1.2em auto;
}

.content .text img.alignleft,
.content .text img.alignright {
	max-width: 40%;
	margin-bottom: 1.2em;
}

.content .text .attachment img {
	display: block;
	margin: 0 auto;
}

/** CUSTOM PAGES **/

/** OUR STATEWIDE SPONSORS **/

.statewide_sponsors {
	text-align: center
}

.statewide_sponsors img {
	display: inline-block;
	width: 50%;
}

/** STAFF **/

.staff {
	overflow: auto;
	padding: 2.4em 0;
	/*border-bottom: 1px solid #E9E7E6;*/
}

.staff_array .staff:first-child {
	padding-top: 0
}

.staff_array .staff:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.staff_thumb {
	float: left;
	width: 20%;
	padding-top: 25%;
	background-color: #E9E7E6;
	background-size: cover;
	background-position: center center;
}

.staff_text {
	width: 80%;
	float: left;
	padding-left: 2.4em;
}

.staff_text h1 {
	margin-top: 0
}

/** CATEGORY **/

.category_item {
	display: block;
	text-decoration: none;
	color: inherit !important;
	padding: 2.4em 0;
	border-bottom: 1px solid #E9E7E6;
	overflow: auto;
}

.category .category_item:first-child {
	border-top: 0;
	padding-top: 0;
}

.category .category_item:last-child {
	border-bottom: 0;
	padding-bottom: 1px;
}

.category_thumb {
	width: 20%;
	padding-top: 15%;
	float: left;
	background-image: url('/wp-content/uploads/2019/08/Silver-State-Logo-Card.png');
	background-size: auto 33.33%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.category_thumb_logo {
	width: 20%;
	padding-top: 15%;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.category_thumb .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	z-index: 1
}

.category_thumb .arrow_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	background-color: rgba(255,130,0,.85);
}

.category_thumb .arrow_overlay .arrow {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	height: 33.33%;
	width: auto;
}

.category_item:hover .category_thumb .arrow_overlay {
	opacity: 1;
	z-index: 2;
}

.category_item:hover .category_thumb .arrow_overlay .arrow {
	left: 50%;
}

.category_text {
	width: 80%;
	float: left;
	padding-left: 2.4em;	
}

.category_text.category_wide {
	width: 100%;
	float: none;
	padding: 0
}

.category_text h1 {
	margin-top: 0
}

a.category_item:hover h1 {
	color: #FF8200
}

.category_text h3 {
	font-weight: 500;
	margin-bottom: 0
}

.category_nav {
	margin-top: 2.4em;
	border-top: 1px solid #E9E7E6;
	padding-top: 2.4em;
	text-align: center;
	overflow: auto;
}

.category_nav_container {
	display: inline-block;
}

.prev,.next,.page-numbers {
	display: block;
	float: left;
	width: auto;
	font-size: 1em;
	padding: .6em .8em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #2C2A29;
}

a.page-numbers {
	color: #fff
}

a.page-numbers:hover {
	color: #fff;
	background-color: #FF8200
}

.current {
	font-weight: 700;
}

.category_nav_container *:last-child {
	border-right: none
}

a.prev,a.next {
	background-color: #0070B8;
	color: #fff;
	font-weight: 700;
	padding: .6em .8em;
	display: inline-block;
	text-transform: uppercase;
}

a.prev {
	background-image: url('/imagesnew/arrow_prev.svg');
	background-size: auto .8em;
	background-position: .8em center;
	background-repeat: no-repeat;
	padding-left: 2.5em;
}

a.next {
	background-image: url('/imagesnew/arrow_next.svg');
	background-size: auto .8em;
	background-position: right .8em center;
	background-repeat: no-repeat;
	padding-right: 2.5em;
}

a.prev:hover {
	background-position: .6em center;
}

a.next:hover {
	background-position: right .6em center;
}

a.prev:hover,a.next:hover {
	color: #fff;
	background-color: #FF8200
}

/** PRESS RELEASE SINGLE POST **/

.press .nobreak {
	white-space: nowrap;
	display: inline-block
}

.press .bullet {
	display: inline-block;
	padding: 0 .4em;
	color: #E9E7E6
}

.boilerplate_hash {
	text-align: center
}

.boilerplate {
	font-style: italic
}

/** LEGISLATION **/

.legislation {
	margin-top: 2.4em;
	border-top: 1px solid #E9E7E6;
}

.legislation .legislation_item {
	display: block;
	padding: 2.4em 0;
	border-bottom: 1px solid #E9E7E6;
	position: relative;
}

.legislation .legislation_item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.legislation .leg_title {
	display: block;
}

.legislation .leg_title h1 {
	margin: 0;
	display: inline-block;
	max-width: -moz-calc(100% - 1.6em) !important;
	max-width: -webkit-calc(100% - 1.6em) !important;
	max-width: calc(100% - 1.6em) !important;
}

.legislation .legislation_item:hover .leg_title h1 {
	color: #FF8200
}

.legislation .expand_content {
	max-height: 0;
	overflow: hidden;
	transition: all 1s ease;
}

.legislation .expand_content .leg_subtitle {
	margin-top: 1.2em !important;
}

.legislation .leg_buttons {
	margin-top: 1.2em;
}

.legislation .buttons .button {
	display: inline-block;
}

.expand_arrow {
	transition: all .15s ease !important;
	width: 1em !important;
	height: auto;
	padding: .2em 0 0 0 !important;
	display: block;
	min-width: 1px !important;	
	max-width: 1em !important;
	position: absolute;
	top: 2.4em;
	right: 0;
}

.expand:hover .expand_arrow {
	animation-name: expand_arrow;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0;
	animation-play-state: running;
	animation-fill-mode: forwards;
}

@-webkit-keyframes expand_arrow {
    0% { top: 2.4em }
    50% { top: 3.2em }
    100% { top: 2.4em }
} 

@keyframes expand_arrow {
    0% { top: 2.4em }
    50% { top: 3.2em }
    100% { top: 2.4em }
}

/** EVENTS **/

.event_item {
	display: block;
	color: inherit !important;
	text-decoration: none;
	padding: 2.4em 0;
	overflow: auto;
	border-bottom: 1px solid #E9E7E6
}

.events .event_item:first-child {
	padding-top: 0;
}

.events .event_item:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

.event_date {
	display: block;
	float: left;
	background-color: #2C2A29;
	color: #fff;
	width: 20%;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 20%;
	position: relative;
	font-weight: 700;
	color: #0070B8
}

.event_date .date {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.event_date b {
	display: block;
	font-size: 2.4em;
	line-height: 1;
	font-weight: 100;
	color: #fff

}

.event_info {
	display: block;
	width: 80%;
	float: left;
	padding-left: 2.4em;
	line-height: 1.5;
}

.event_info h1 {
	margin-top: 0
}

.event_info .bullet {
	display: inline-block;
	padding: 0 .4em;
	color: #E9E7E6
}

/** SEARCH **/

.search_form {
	font-size: 1em;
	text-align: center;
}

.search_form .search_field {
	display: block;
	font-size: 1em;
	border: 1px solid #8F8C8A;
	width: 100%;
	-webkit-appearance: none;
	height: 1.75em;
	padding: 0 .4em;
	color: #2C2A29;
	margin-bottom: .8em;
}

.search_form .search_submit {
	font-size: .8em;
	margin: 0 auto;
}

/** EQUALITY AWARDS **/

.awards .cover {
	background-size: cover;
	background-position: center center;
	padding: 2.4em;
	position: relative;
	margin: 2.4em 0;
	background-color: #0070B8;
}

.awards .cover * {
	color: #fff;
	z-index: 2;
	position: relative;
}

.awards .cover .subheadline,
.awards .cover .highlight {
	text-shadow: 0 0 1em rgba(44,42,41,1)
}

.awards .cover *:first-child {
	margin-top: 0;
}

.awards .cover *:last-child {
	margin-bottom: 0;
}

.awards .cover .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1 !important;
	background: rgba(44,42,41,0.85);
	background: -moz-linear-gradient(left, rgba(44,42,41,0.85) 0%, rgba(44,42,41,0.85) 25%, rgba(44,42,41,0) 75%, rgba(44,42,41,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,42,41,0.85)), color-stop(25%, rgba(44,42,41,0.85)), color-stop(75%, rgba(44,42,41,0)), color-stop(100%, rgba(44,42,41,0)));
	background: -webkit-linear-gradient(left, rgba(44,42,41,0.85) 0%, rgba(44,42,41,0.85) 25%, rgba(44,42,41,0) 75%, rgba(44,42,41,0) 100%);
	background: -o-linear-gradient(left, rgba(44,42,41,0.85) 0%, rgba(44,42,41,0.85) 25%, rgba(44,42,41,0) 75%, rgba(44,42,41,0) 100%);
	background: -ms-linear-gradient(left, rgba(44,42,41,0.85) 0%, rgba(44,42,41,0.85) 25%, rgba(44,42,41,0) 75%, rgba(44,42,41,0) 100%);
	background: linear-gradient(to right, rgba(44,42,41,0.85) 0%, rgba(44,42,41,0.85) 25%, rgba(44,42,41,0) 75%, rgba(44,42,41,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2a29', endColorstr='#2c2a29', GradientType=1 );
}

.awards .masthead img {
	display: block;
	height: 6em;
	margin: 0 auto
}

.awards .masthead .button.callout {
/*
 	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
*/
	font-size: 1em;
	width:max-content;
}

.awards .masthead .interior {
	display: table;
}

.awards .masthead .interior .left {
	display: table-cell;
	padding-right: 2.4em;
	border-right: 1px solid #E9E7E6;
	vertical-align: middle;
	line-height: 1
}

.awards .masthead .interior img {
	display: inline-block;
	height: 2.5em;
}

.awards .masthead .interior .right {
	display: table-cell;
	padding-left: 2.4em;
	vertical-align: middle;
}

.awards .column_main.wide {
	float: none;
	width: 100% !important;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.awards .awards_cities_array {
	position: relative;
	overflow: auto;
}

.awards .awards_cities_array .box {
	width: -moz-calc(50% - 1.2em);
    width: -webkit-calc(50% - 1.2em);
    width: calc(50% - 1.2em);
	float: left;
	position: relative;
	padding-top: 30%;
	background-size: cover;
	background-color: #E9E7E6
}

.awards .awards_cities_array .box:nth-child(1) {
	margin-right: 1.2em;
	margin-bottom: 2.4em;
}

.awards .awards_cities_array .box:nth-child(2) {
	margin-left: 1.2em;
	margin-bottom: 2.4em;
}

.awards .awards_cities_array .box:nth-child(3),
.awards .awards_cities_array .box:nth-child(4),
.awards .awards_cities_array .box:nth-child(5) {
	width: -moz-calc(33.33% - 1.6em);
    width: -webkit-calc(33.33% - 1.6em);
    width: calc(33.33% - 1.6em);
    padding-top: 20%;
}

.awards .awards_cities_array .box:nth-child(3) {
	margin-right: 1.2em;
}

.awards .awards_cities_array .box:nth-child(4) {
	margin-left: 1.2em;
	margin-right: 1.2em;
}

.awards .awards_cities_array .box:nth-child(5) {
	margin-left: 1.2em;
}

.awards .awards_cities_array .box a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	top: 0;
	left: 0;
}

.awards .awards_cities_array .box a:hover .button {
	background-color: #2C2A29
}

.awards .awards_cities_array .box a:hover {
	background-color: rgba(224,78,57,.85)
}

.awards .awards_cities_array .box a .inside {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.awards .awards_cities_array .box a .inside .headline.alt {
	color: #fff;
	margin-bottom: .4em
}

.awards .awards_cities_array .box:nth-child(1) a .inside .headline.alt,
.awards .awards_cities_array .box:nth-child(2) a .inside .headline.alt {
	font-size: 2.4em;
	line-height: 1;
	margin-bottom: .4em
}

.awards .awards_cities_array .box:nth-child(1) a .inside .button,
.awards .awards_cities_array .box:nth-child(2) a .inside .button {
	font-size: 1em
}

.awards .award_people_container {
	margin: 0 -1.2em;
}

.awards .award_people {
	overflow: hidden;
	text-align: center;
	margin: -2.4em auto 0;
	width: 100%;
}

.awards .award_people .people {
	float: left;
	text-align: left;
	width: 33.33%;
	margin-top: 2.4em;
	overflow: auto;
	display: table;
}

.awards .award_people .people:nth-child(3n+1) {
	clear: left;
}

.awards .award_people .people .left {
	display: table-cell;
	width: 30%;
	padding-left: 1.2em;
	vertical-align: top;
}

.awards .award_people .people .right {
	display: table-cell;
	width: 70%;
	padding: 0 1.2em;
	vertical-align: middle;
}

.awards .award_people .people .people_photo {
	display: block;
	width: 100%;
}

.awards .award_people .people p {
	margin: 0;
}

.awards .host_committee {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 2.4em;
	-moz-column-gap: 2.4em;
	column-gap: 2.4em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.awards .host_committee p {
	margin:0 0 15px;
	line-height:1.2;
}

.awards .statewide_sponsors {
	text-align: left;
	margin: 0 -1%;
}

.awards .statewide_sponsors img {
	display: inline-block;
	width: 25%;
	padding: .5% 1%;
}

.awards .banner {
	padding: 2.4em;
	background-color: #0070B8;
	margin: 2.4em 0;
	color: #fff;
	display: block;
	text-decoration: none
}


.awards .captain {
	padding: 2.4em;
	background-color: #0070B8;
	margin: 2.4em 0;
	color: #fff;
	display: block;
	text-decoration: none
}

.awards .captain .headline.alt {
	color: #fff
}

.awards .sponsors {
	text-align: center
}

.awards .sponsors .statewide_sponsors {
	text-align: center
}

.awards .quote .quote_insert {
	padding: 2.4em;
	background-color: rgba(224,78,57,.85);
	color: #fff;
	width: 50%;
	float: right;
}

.awards .quote .quote_insert .subheadline {
	text-shadow: none
}

.awards .awards_body {
	max-width: 70%;
	margin: 0 auto
}

.awards .upcoming_array {
	display: table;
	margin: 0 -2em;
	width: -moz-calc(100% + 4em) !important;
    width: -webkit-calc(100% + 4em) !important;
    width: calc(100% + 4em) !important;
}

.awards .upcoming_array .upcoming {
	display: table-cell;
	border-right: 1px solid #E9E7E6;
	padding: 0 2em;
	width: 20%;
	vertical-align: top;
}

.awards .upcoming_array .upcoming:last-child {
	border-right: none
}

.awards .upcoming_array .upcoming b {
	display: block
}

.awards .upcoming_array .upcoming span {
	display: block;
	font-size: .8em;
}

/** URGENT **/

.urgent {
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	line-height: 1;
	background-color: #0070B8
}

.urgent .container {
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
	overflow: hidden;
	padding: .6em;
}

.urgent .urgent_text {
	display: inline-block;	
	padding: .75em 0;
	text-transform: uppercase
}

.urgent .button {
	background-color: #0070B8;
	color: #fff;
	font-weight: 700;
	padding: .75em 2.5em .75em 1em;
	margin-left: 1em;
	display: inline-block;
	text-transform: uppercase;
	background-image: url('/imagesnew/arrow_next.svg');
	background-size: auto 1em;
	background-position: right 1em center;
	background-repeat: no-repeat;
	transition: all .15s ease !important;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 1;
	background-color: #2C2A29;
	overflow: visible;
}

.urgent .button:hover {
	background-position: right .6em center;
	background-color: #FF8200
}

/** Captiol Club **/

.capitolclub {
	width: 100%;
	font-size: .8em;
	overflow-x: scroll
}

.capitolclub td {
	padding: 1em .5em;
	text-align: center
}

.capitolclub tr:first-child td {
	vertical-align: top;
}

.capitolclub tr:first-child td strong {
	font-weight: 600;
	color: #0070B8;
	text-transform: uppercase
}

.capitolclub tr td:first-child {
	text-align: right;
	width: 24%;
	font-weight: 600;	
	color: #0070B8
}

/*** CT ADDITIONS ***/
.hidden {display:none !important;}
.desktop-only {display:inherit;}
.mobile-only {display:none;}


.gallery-icon img {margin:0 !important;}

ol li {
	display: list-item;
    list-style-type: decimal;
    -webkit-margin-after: .5em;
    -webkit-padding-start: 10px;
}

.collapseomatic_excerpt, .collapseomatic_content {margin-left:0 !important;margin-bottom:60px;}
h2.collapseomatic {
    padding: 10px 40px 10px 0;
    background-position: calc(100% - 20px) 20px;
    text-decoration:underline;
}
.collapseomatic_content.voter-guide h3 {background-color: #efefef;padding: 10px 40px 5px 20px;}
h3.collapseomatic {
    padding: 10px 40px 10px 20px;
    background-position: calc(100% - 20px) 15px;
    text-decoration: none;
    background-color: #efefef;
}

.colomat-hover, .colomat-close {text-decoration:none !important;}

.collapseomatic_content ul {padding-left:20px;}

.resp-container {
    position: relative;
    overflow: hidden;
    padding: 600px 0;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#_vit.vit-modal {width:100% !important; height:auto !important;}

#bp-eol label {display:block;margin:10px 20px 10px 0;width:100%;}
#bp-eol input, #bp-eol button {
    border: 1px solid #999;
    font-size: 16px;
    border-radius: 5px;
	width:100%;
}
#bp-eol button {margin:10px 20px 10px 0;}
#bp-eol .ballotpedia-logo {text-align:right;}
#bp-eol .ballotpedia-logo img {
	display: inline-block;
    margin: 0;
}

form.bsd-signup-5 {
	background-color: #E9E7E6;
	padding: 1.2em;
}

form.bsd-signup-5 .form {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

form.bsd-signup-5 .form tr td:first-child {
	vertical-align: middle;
	padding-right: .6em;
	padding-bottom: 1.2em;
	text-align: right
}

form.bsd-signup-5 .form tr td:last-child {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 1.2em;
}

form.bsd-signup-5 label {
	white-space: nowrap;
}

form.bsd-signup-5 .form input {
	display: block;
	border: none;
	width: 100%;
	font-size: 1em;
	-webkit-appearance: none;
	height: 1.75em;
	padding: 0 .4em;
	color: #2C2A29;
}

.container.wide {
	max-width: 100% !important;
	padding: 2.4em 0 !important;
	width:100% !important;
}

/********** EVERYACTION CSS **********/
.at-inner {background: #E9E7E6 !important;}
.at-title, .HeaderHtml {background:transparent;}
.at-title {font-size:2.3em !important;text-align:left !important;padding-bottom:0 !important;}
.at fieldset legend {font-size:1.5rem !important;}

/*
.at-row label {font-size: 20px !important;line-height: 30px !important;}
.at-row>[class^="at-"]:not(.LegalHeaderHtml) {min-width:300px !important;margin-top:25px;}
*/

.at input[type="text"], .at input[type="password"], .at input[type="date"], 
.at input[type="datetime"], .at input[type="datetime-local"], 
.at input[type="month"], .at input[type="week"], .at input[type="email"], 
.at input[type="number"], .at input[type="search"], .at input[type="tel"], 
.at input[type="time"], .at input[type="url"], .at input[type="color"], .at textarea {
    background: #fff !important;
    display: block !important;
    border: none !important;
    font-size: 1em !important;
    height: 2.5em !important;
    line-height: normal !important;
    padding: 0 .75em !important;
    color: #2C2A29 !important;
    -webkit-border-radius: .2em !important;
    -moz-border-radius: .2em !important;
    border-radius: .2em !important;
    margin: 0 .5em 0 0 !important;
}
.at input[type="file"], .at input[type="checkbox"], .at input[type="radio"], .at select {height:20px;}
.at .select2-container--default .select2-selection--multiple {border-radius: .2em;border: 0;}
.at select, .at .select2-selection--single {
    height: 2.5em !important;
    font-size: 1em !important;
    border-radius: .2em !important;
    border-width: 0 !important;
    color: #a2abb4 !important;
}
.at input[type="checkbox"]+span:before {background:#fff !important;}

.AdditionalInformation .checkbox-list-label {margin-top:25px;}
.AdditionalInformation .at-check {margin-top:0 !important;}

.at textarea {min-height: 150px !important;padding: .75em !important;}

.at-form-submit {text-align:center;margin-top:25px;}
.at input[type="submit"] {
font-size: .8em;
    background-color: #0070B9;
    color: #fff;
    font-weight: 700;
    padding: .75em 2.5em .75em 1em;
    display: inline-block;
    margin-right: .25em;
    margin-top: .25em;
    text-transform: uppercase;
    background-image: url(/imagesnew/arrow_next.svg);
    background-size: auto 1em;
    background-position: right 1em center;
    background-repeat: no-repeat;
    transition: all .15s ease !important;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    float:none !important;
}
.at input[type="submit"]:hover {
    color: #fff;
    background-color: #FF8200;
    background-position: right .6em center;
}

.wide .vc_row:first-child {padding-bottom:40px;}
.wide .vc_row:not(.vc_inner):not(:first-child) {padding:40px 0;}
.wide .vc_row.vc_inner {padding-bottom:40px;}

.wide .column_main {
	border:0;
	width:100% !important;
	max-width:1500px;
	margin:0 auto;
}
.wide .category .category_thumb .arrow_overlay .arrow {
	top: 32%;
	max-width: 12%;
	margin: 1.2em 0;
}
.wide .category .category_thumb {
	width: 15%;
	padding-top: 10%;
}

.vc_row.hp_header {background-position: top center !important;}

/*.vc_column-inner {padding-top:0 !important;}*/

.events_array .wpb_column {
	overflow: auto;
	border-radius: .2em;
	padding: 10px !important;
}

.events_array .box {
	padding-top: 75%;
	background-size: cover;
	background-color: transparent;
}
.events_array .box a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	top: 0;
	left: 0;
}

.events_array .box a:hover .button {
	background-color: #2C2A29
}

.events_array .box a:hover {
	background-color: rgba(0,112,184,.85);
}

.events_array .box a .inside {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.events_array .box a .inside .headline.alt {
    color: #fff;
    margin-bottom: .4em;
    background-color: rgba(0,112,184,.65);
    margin: 10px;
    padding: 5px 0;
}
.events_array .box a:hover .inside .headline.alt {
    background-color: transparent;
}

.action_array .wpb_column {
	overflow: auto;
	border-radius: .2em;
	padding: 30px;
}

.action_array .wpb_wrapper {position: relative;}

.action_array .box {
	background-size: cover;
	background-color: transparent;
	height: 250px;
}
.action_array .box a {
	display: block;
	position: absolute;
	width: 100%;
    height: 250px;
    color: inherit;
    text-decoration: none;
	border-radius:.2em;
	overflow: hidden;
}

.action_array .box a:hover .button {
	background-color: #2C2A29
}

.action_array .box a .inside {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	color: #fff;
	background-color: rgba(0,112,184,.65);
}

.action_array .box a:hover .inside {
	background-color: rgba(0,112,184,.95);
}

.action_array .box a .inside .headline.alt {
	color: #fff;
	margin-bottom: .4em;
	margin-top: .4em;
	padding: 0 10px;
}

.news_array .news_item_container {text-align:center;}
.news_array .news_item .button {
	background-image: none;
	padding:0;
}
.news_array .news_item .button a {
	font-size: .8em;
	background-color: #0070B8;
	color: #fff;
	font-weight: 700;
	padding: .75em 2.5em .75em 1em;
	display: inline-block;
	margin-right: .25em;
	margin-top: .25em;
	text-transform: uppercase;
	background-image: url('/imagesnew/arrow_next.svg');
	background-size: auto 1em;
	background-position: right 1em center;
	background-repeat: no-repeat;
	transition: all .15s ease !important;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 1;
}

.news_array .news_item .button.no_hover a:hover {
	background-color: #0070B8 !important
}

.news_array .news_item .button.no_arrow a {
	padding: .75em 1em;
	background-image: none;
}

.news_array .news_item .button a:hover {
	color: #fff;
	background-color: #FF8200;
	background-position: right .6em center;
}

.news_array .news_item .vc_gitem-link:hover {color:#FF8200;}

.news_array .vc_row:first-child {padding-bottom: 0;}

.blue_bg_row {color:#fff; padding:40px 0;margin-top: -2.4em !important;}

.blue_bg_row a {
	color:#fff !important;
	font-size:1.2em;
	font-weight:700;
	text-transform: uppercase;
/*	border-bottom:2px solid #fff;*/
	padding:8px 16px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #fff 50%);
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
	transition: all .15s ease !important;
	display:block;
}

.blue_bg_row a:hover {
	color:#0070B8 !important;
    background-position: 0 100%;
}

.blue_bg_row a.button {
	font-size: 1em;
	background-color: #0070B8;
	color: #fff !important;
	font-weight: 700;
	padding: .75em 2.5em .75em 1em;
	display: inline-block;
	margin-right: .25em;
	margin-top: .25em;
	text-transform: uppercase;
	background-image: url('/imagesnew/arrow_white.svg');
	background-size: auto 1em;
	background-position: right 1em center;
	background-repeat: no-repeat;
	transition: all .15s ease !important;
	border: 1px solid #fff;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 1;
}

.blue_bg_row a.button.no_hover:hover {
	background-color: #FF8200 !important
}

.blue_bg_row a.button.no_arrow {
	padding: .75em 1em;
	background-image: none;
}

.blue_bg_row a.button:hover {
	color: #fff !important;
	background-color: #FF8200;
	background-position: right .6em center;
	background-image: url('/imagesnew/arrow_white.svg');
}

.footer_share {text-align:center;}
.footer_share .share {display:inline-block;}
.footer_share .share a img {height:1.25em !important;}

.ninja_column_1, .ninja_column_2, .ninja_column_3, .ninja_column_4 {text-align:center !important;}

.wide .content .text img, .wide .content .text img.alignleft, .wide .content .text img.alignright {
	max-width:100%;
	margin-bottom: 1.2em;
}


/** BSD **/

#bsd {
    padding-left: 20px;
    padding-right: 20px;
}

#bsd header .logo_holder {
	margin-left: auto;
	margin-right: auto;
}

#bsd .wide .column_main {
	border: none;
	width: 75% !important
}

#bsd .content h1,
#bsd .content h2,
#bsd .content h3,
#bsd .content h4 {
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.3;
	text-transform: uppercase;
	color: #0070B8;
	font-weight: 900;
	line-height: 1;
}

#bsd form {
	background-color: #E9E7E6;
	padding: 20px;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	margin-top: 2.4em;
	width: 100%;
}

#bsd form > table {
  width: 100%
}

#contribution td.contribheader,
#contribution #pa_status {
	font-size: 1.8em !important;
	line-height: 1.3 !important;
	text-transform: uppercase;
	color: #0070B8;
	font-weight: 900 !important;
	line-height: 1 !important;
	border-bottom: 1px solid #fff !important;
	padding-bottom: .5em !important;
}

/* CT ADDITIONS TO FIX CONTRIBUTION FORM ON MOBILE */
#contribution td.contribcolumn {
    width: 100% !important;
}
#contribution table {
    table-layout: fixed;
}

#bsd .field label {
  display: block;
}

#bsd form .required,
.bsd-required-asterisk {
  color: #0070B8;
  font-weight: bold;
}

#bsd input[type=text],
#bsd input[type=email],
#bsd input[type=zip],
#bsd input[type=tel],
#bsd textarea,
#bsd select {
  background: #fff;
  display: block;
  border: none;
  width: 100%;
  font-size: 1em;
  -webkit-appearance: none;
  height: 2.5em;
  line-height: normal;
  padding: 0 .75em;
  color: #2C2A29;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  margin: .5em 0
}

#bsd select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2860, 60, 60%29'></polygon></svg>");
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: right -10px top 50%;
  background-size: 0.5625rem 0.375rem;
  padding-right: 20px;
}

.main-content .inner-content .tweet-btn > button.active {
  background-color: #0070B8;
  opacity: 0.7;
}

#bsd-field-submit-btn {
	text-align: center;
}

#bsd input[type=submit],
#bsd input[type=button],
#bsd button,
.main-content .inner-content .tweet-btn a,
.main-content .inner-content .tweet-btn > button,
#bsd .ui.form .skip-btn-grey,
#bsd .ui.form .skip-btn > button {
	font-size: .8em !important;
	background-color: #0070B8;
	color: #fff;
	font-weight: 700;
	padding: .75em 2.5em .75em 1em !important;
	display: inline-block;
	margin: .5em 0;
	text-transform: uppercase;
	background-image: url('/imagesnew/arrow_next.svg');
	background-size: auto 1em;
	background-position: right 1em center;
	background-repeat: no-repeat;
	transition: all .15s ease !important;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	overflow: hidden;
}

#bsd .ui.form .skip-btn-grey,
.main-content .inner-content .skip-btn > button {
  background-color: #c8c8c8;
}

#bsd input[type=submit]:hover,
#bsd input[type=button]:hover,
#bsd button:hover,
.main-content .inner-content .tweet-btn a:hover,
.main-content .inner-content .tweet-btn > button:hover,
#bsd .ui.form .skip-btn-grey:hover,
.main-content .inner-content .skip-btn > button:hover {
	color: #fff;
	background-color: #FF8200;
	background-position: right .6em center;
}


textarea {
  min-height: 80px;
  padding: .75em;
  width: 100%;
}

#bsd #cc_expir_month {
  margin-bottom: 0;
}

#bsd #cc_expir_year {
  margin-top: -20px;
}

#bsd #contribution table.amounts td {
  vertical-align: top;
}

#contribution table.amounts .fieldlabel {
  display: none;
}

#bsd input[type=radio] + label,
#bsd input[type=checkbox] + label {
  padding-left: 5px;
}

.column_main img {
  max-width: 100%;
  height: auto !important;
}

#signup label,
#signup .label,
#signup .fieldlabel,
#invitationpage label,
#invitationpage .label,
#invitationpage .fieldlabel,
#contribution label, #contribution .fieldlabel {
	font-weight: normal !important
}

/* BattleBorn BSD CSS */
body.battleborn header {background-color:#e9e7e6;}
body.battleborn .content h2 {color:#0033a0 !important;}
body.battleborn footer {background:#0033a0;}
body.battleborn footer .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#0071bb;}

@media all and (max-width:350px) {
	
	#drawer-toggle:checked ~ #drawer-toggle-label {
		height: 100%;
		width: 50px;
	}
	
	#drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
		left: calc(100% - 50px);
	}
	
	#drawer {
	    width:calc(100% - 50px);
	    left: -100%;
	}
	
	#drawer-toggle:checked ~ #page-content {
		margin-left: calc(100% - 50px);
	}
	
}

@media only screen and (max-width: 959px) {
	
	.desktop-only {display:none;}
	.mobile-only {display:inherit;}
	
	button.menu-toggle {display:none;}
	
	.entry-content {margin-top:60px;}


	  /** BSD **/
	
	  #bsd .wide .column_main {
	    padding: 0;
	    width: 100% !important;
	  }
	  
	  .wide #bsd form {
	    padding: 20px;
	    margin: 0 -2.4em;
	    width: -moz-calc(100% + 4.8em) !important;
	    width: -webkit-calc(100% + 4.8em) !important;
	    width: calc(100% + 4.8em) !important;
	    margin-bottom: -2.4em;
	  }
	
	  #bsd form {
	    background-color: #E9E7E6;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	  }
	
	  #bsd form .required {
	    color: #0070B8
	  }

/*	.content .headline {padding: 0 15px;} */
	.blue_bg_row p {text-align:left !important;}
	.blue_bg_row a {margin-bottom:20px !important; display:inline-block;padding:0 8px;}
	.wide .masthead {padding: 2.4em 15px 0;}

	body {
		font-size: 1em;
		padding-top: 6em;
	}
	
	.hide {
		display: none !important
	}
	
	.show {
		display: inherit !important
	}
	
	/** ASSETS **/
	
	.norounded {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		overflow: hidden;
	}
	
/*
	.extend {
		margin-left: -2.4em !important;
		margin-right: -2.4em !important;
		width: -moz-calc(100% + 4.8em) !important;
		width: -webkit-calc(100% + 4.8em) !important;
		width: calc(100% + 4.8em) !important;	
	}
*/
	
	/** HEADER **/
	
	header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	
	header .container {
		padding: 0 1.8em;
		border-bottom: none;
	}
	
	header .logo_holder {
		display: block;
		width: 8.974em;
		height: 2.4em;
		margin: .85em auto;
		position: relative;
		z-index: 10003
	}
	
	header .logo {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 8.974em;
		height: auto;
		pointer-events: none;
	}
	
	header .logo_tag {
		display: none
	}
	
	header .logo_holder:hover .logo {
		top: 0;
	}
	
	header .connect {
		display: none;
	}
	
	/** NAVIGATION **/
	
	.stick {
		display: none !important
	}
	
	nav#mobile {
		display: block !important;
	}
	
	nav#sticky {
		display: none !important;
	}
	
	header nav {
		position: absolute;
		top: 0;
		left: 0;
		background-color: transparent !important;
		height: 6em;
		z-index: 10002
	}
	
	header nav .nav_menu_icon {
		display: block;
		position: absolute;
		z-index: 999;
		cursor: pointer;
		top: 0;
		left: 0;
		margin: 1.1em 1.5em;
		height: 1em;
		width: 1em;
		background-image: url('/wp-content/uploads/2020/08/sseq-mobile-menu-open.png');
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.expand {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	header nav .nav_menu {
		position: fixed;
		top: 7.5em;
		right: auto;
		left: -100%;
		display: block;
		width: 100%;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
		height: -moz-calc(100% - 6em) !important;
	    height: -webkit-calc(100% - 6em) !important;
	    height: calc(100% - 6em) !important;
		z-index: -1;
	    padding: 2.4em;
	    background-color: #E9E7E6;
	    transform: translateY(0);
	}
	
	#expand:checked + label.expand > .nav_menu {
		left: 0%;
	}
	
	#expand:checked + label.expand > .nav_menu_icon {
		background-image: url('/wp-content/uploads/2020/08/sseq-mobile-menu-close.png');
	}
	
	nav .menu-item {
		margin-bottom: 0;
	}
	
	nav .menu-item a {
		font-size: 2em !important;
		font-weight: 900;
		color: #0070B8 !important;
		text-transform: uppercase;
	}
	
	button.sub-menu-toggle {
		display:none;
	}

	nav .menu-item .sub-menu {
		display: block !important;
	    opacity: 1 !important;
	    position: relative !important;
	    background-color: transparent !important;
		border-top: 0 !important;
	}
	nav .menu-item .sub-menu a {
		display: block;
		color: #2C2A29 !important;
		text-decoration: none;
		margin: 0 0 1em;
		background: transparent;
		font-size: 1em !important;
		text-transform: capitalize;
		padding: 0;
	}
	
	.nav-primary .menu-highlight {
		display: none !important;
	}
	
	/** FOOTER **/
	
	footer {
		background-color: #2C2A29;
	}
	
	footer .container {
		padding: 0;
	}
	
	footer .nav {
		display: none;
	}
	
	footer .connect {
		display: block;
		padding: 0;
		border-top: none;
		width: 100%;
	}
	
	footer .connect .left,
	footer .connect .right {
		display: table;
		margin: 0 auto;
		position: relative;
		text-align: center !important;
		padding: 2.4em;
	}
	
	footer .connect .right {
		width: 100%;
		border-top: 0px solid rgba(255,255,255,.25);
	}
	
	footer .connect .email_title {
		display:  block;
		text-align: center;
		padding-right: 0;
		padding-bottom: 1em
	}
	
	footer .connect .email_form {
		display: inline-block;
		vertical-align: middle;
		overflow: auto
	}
	
	footer .connect .email_form input {
		font-size: 1em;
		border: 0;
		-webkit-appearance: none;
		display: block;
		float: left;
		height: 1.75em;
		padding: 0 .5em;
		color: #2C2A29;
		width: 12em;
	}
	
	footer .connect .email_form input.submit {
		padding: 0;
		height: 1.75em;
		width: 1.75em;
		background-color: #0070B8;
		background-image: url('/imagesnew/submit.png');
		background-size: auto 50%;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
	
	footer .connect .email_form input.submit:hover {
		background-color: #FF8200
	}
	
	footer .connect .line {
		position: absolute;
		top: -10%;
		right: 0;
		width: 1px;
		height: 120%;
		background-color: rgba(255,255,255,.25);
		-ms-transform: skewX(-10deg);
	    -webkit-transform: skewX(-10deg);
	    transform: skewX(-10deg);
	}
	
	nav .callout:hover {
		background-color: #FF8200;
	}
	
	footer .connect .search {
		display: none;
	}
	
	footer .connect .social {
		display: block;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	
	footer .connect .social_title {
		display: block;
		/*float: left;*/
		color: #fff;
		font-weight: 700;
		font-size: 1em;
		text-transform: uppercase;
		margin-right: 0;
	}
	
	footer .connect .social a {
		display: inline-block;
		/*float: left;*/
		height: 1em;
		margin: 20px;
		width: auto;
	}
	
	footer .connect .social a .social_icon {
		display: block;
		height: 1.5em;
		width: auto;
	}
	
	footer .connect .social a .social_icon path {
		fill: #0070B8
	}
	
	footer .connect .social a .social_icon:hover path {
		fill: #FF8200
	}
	
	footer .connect .search_title {
		display: block;
		float: left;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		margin-right: 1em;
	}
	
	footer .connect .search:hover .search_title {
		color: #8F8C8A
	}
	
	footer .connect .search_icon {
		display: block;
		height: 1em;
		width: auto;
		float: left;
	}
	
	footer .connect .search_icon path {
		fill: #0070B8
	}
	
	footer .connect .search:hover .search_icon path {
		fill: #FF8200
	}
	
	footer .copyright {
		display: block;
		border-top: 1px solid rgba(255,255,255,.25);
		width: 100%;
	}
	
	footer .copyright .left {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	footer .copyright .middle {
		display: block;
		width: 100%;
		text-align: center;
		padding: 2.4em 0;
	}
	
	footer .copyright .right {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	footer .copyright .middle .logo_holder {
		font-size: 1.25em;
	}
	
	.content .donate .highlight {
		width: 100%;
	}
	
	
	/** HOME **/
	
	.slider .easingsliderpro-arrows {
	    width: 2.4em;
	    height: 2.4em;
	    background-size: .8em auto !important;
	    background-position: center center !important;
	}
	
	
	
	.slider .easingsliderpro-arrows {
	    width: 2.4em;
	}
	
	.slider .easingsliderpro-arrows.easingsliderpro-prev,
	.slider .easingsliderpro-arrows.easingsliderpro-prev:hover,
	.slider .easingsliderpro-arrows.easingsliderpro-prev:active,
	.slider .easingsliderpro-arrows.easingsliderpro-next,
	.slider .easingsliderpro-arrows.easingsliderpro-next:hover,
	.slider .easingsliderpro-arrows.easingsliderpro-next:active {
		background-position: center center !important;
	}
	
	/** HOME INTRO **/
	
	.intro .column_side {
		display: block;
		float: none;
		width: 100%;
		margin-top: 2.4em;
		padding-top: 2.4em;
	    border-top: 1px solid #E9E7E6;
	}
	
	.intro .column_side h1 {
		font-size: 2em;
	    text-transform: uppercase;
	    color: #0070B8;
	    font-weight: 900;
	    line-height: 1;
	}
	
	.intro .column_side form {
		background-color: #E9E7E6;
		padding: 1.2em;
	}
	
	.intro .column_side form .form {
		width: 100%;
		border: 0;
		border-collapse: collapse;
	}
	
	.intro .column_side form .form tr td:first-child {
		vertical-align: middle;
		padding-right: .6em;
		padding-bottom: 1.2em;
		text-align: right
	}
	
	.intro .column_side form .form tr td:last-child {
		width: 100%;
		text-align: left;
		vertical-align: middle;
		padding-bottom: 1.2em;
	}
	
	.intro .column_side form label {
		display: block;
		white-space: nowrap;
		font-weight: 700;
		font-size: .8em;
		text-transform: uppercase;
	}
	
	.intro .column_side form .form input {
		display: block;
		border: none;
		width: 100%;
		font-size: 1em;
		-webkit-appearance: none;
		height: 1.75em;
		padding: 0 .4em;
		color: #2C2A29;
	}
	
	.intro .column_side form .submit {
		font-size: .8em;
		
	}
	
	/** HOME PROGRAMS **/
	
	.home .programs .programs_array .slick-arrow {
		width: 2.4em;
		height: 2.4em;
	}
	
	.home .programs .programs_array .slick-arrow::before {
		width: 2.4em;
		height: 2.4em;
	}
	
	.home .programs .programs_array .slick-prev.slick-arrow::before,
	.home .programs .programs_array .slick-prev.slick-arrow:hover::before,
	.home .programs .programs_array .slick-prev.slick-arrow:active::before,
	.home .programs .programs_array .slick-next.slick-arrow::before,
	.home .programs .programs_array .slick-next.slick-arrow:hover::before,
	.home .programs .programs_array .slick-next.slick-arrow:active::before {
		background-position: center center !important;
	}
	
	.home .programs .program_item {
		padding: 2.4em;
		display: block;
	}
	
	.home .programs .left {
		display: block;
		width: 100%;
		padding: 0 2.4em;
		text-align: center;
	}
	
	.home .programs .right {
		display: block;
		width: 100%;
		padding: 0 1.2em;
	    border-left: none;
	    text-align: center;
	}
	
	.home .programs .header {
		color: #fff;
	}
	
	.home .programs h1 {
		margin-top: 0
	}
	
	.home .programs .programs_logo {
		margin: 0 auto;
		max-width: 250px;
		max-height: 125px;
		height: auto;
		width: auto;
		display: block;
	}
	
	/** HOME NEWS **/
	
	.column_side .side_container {
		display: block;
		padding: 1.2em;
		background-color: #E9E7E6;
	}
	
	.column_side .list .list_item {
		padding: 2.4em 0;
		border-bottom: 1px solid #E9E7E6;
		display: block;
		color: inherit;
		text-decoration: none;
	}
	
	.column_side .list .list_item h3 {
		font-weight: 500;
	}
	
	.column_side .list .list_item:first-child {
		padding-top: 0;
	}
	
	.column_side .list .list_item:last-child {
		padding-bottom: 0;
		border-bottom: none
	}
	
	.column_side .list a.list_item:hover .highlight {
		color: #FF8200
	}
	
	/** HOME ACTION **/
	
	.home .action {
		background-color: #0070B8;
	}
	
	.home .action .container {
		display: table;
		width: 100%;
	}
	
	.home .action .left {
		display: block;
		width: 100%;
		max-width: 400px;
		padding: 0;
		margin: 0 auto 2.4em auto;
	}
	
	.home .action .left .action_thumb {
		width: 100%;
		padding-top: 75%;
		background-size: cover;
		background-position: center center;
		background-color: #fff;
	}
	
	.home .action .right {
		display: block;
		width: 100%;
		text-align: center
	}
	
	.home .action .right h1 {
		margin-top: 0
	}
	
	.home .action .button.grey:hover {
		background-color: #FF8200
	}
	
	
	/** HOME AWARDS **/
	
	.home .awards {
		background-color: #2C2A29;
		text-align: center;
		background-image: url('/imagesnew/awards_home_bg.jpg');
		background-size: cover;
		background-position: center center;
		position: relative;
		color: #fff;
	}
	
	.home .awards .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(44,42,41,.5);
		z-index: 1;
	}
	
	.home .awards .container {
		padding: 2.4em;
		position: relative;
		z-index: 2;
	}
	
	.home .awards .awards_logo {
		display: block;
		width: 15em;
		max-width: 100%;
		height: auto;
	}
	
	/** HOME STATEWIDE SPONSORS **/
	
	.home .sponsors {
		text-align: center
	}
	
	.home .sponsors .statewide_sponsors img {
		display: inline-block;
		width: 33.33%;
	}
	
	.home .sponsors h1 {
		margin-top: 0
	}
	
	/** PAGE CONTENTS **/
	
	.container {padding: 3em 0;}
	
/*
		.content .header {
		font-size: .8em;
	}
*/
	
	.content .headline {
		font-size: 2em;
	}
	
	.content .headline.alt {
		font-size: 2em;
	}
	
	.content .subheadline {
		font-size: calc(2vw + 20px);
		margin: .4em 0;
		font-weight: 300;
	}
	
	.content .highlight {
		font-size: 1em;
		margin: .8em 0 1.2em;
	}
	
	.share {
		overflow: auto;
	}
	
	.share a {
		display: table;
		float: left;
		padding: .75em 1em;
		margin-right: .5em;
		margin-bottom: .5em;
		font-size: .8em;
		color: inherit;
		text-decoration: none;
		text-transform: uppercase;
		width:120px;
	}
	
	.share a.facebook { background-color: #3b5998 }
	.share a.facebook:hover { background-color: #5473b5 }
	
	.share a.twitter { background-color: #55acee }
	.share a.twitter:hover { background-color: #6fc0fd }
	
	.share a.email { background-color: #0070B8 }
	.share a.email:hover { background-color: #FF8200 }
	
	.share a span {
		display: table-cell;
		vertical-align: middle;
		text-transform: uppercase;
		font-weight: bold;
		color: #fff;
	}
	
	.share a img {
		display: block;
		height: 1.25em;
		width: auto;
		margin-right: 1em;
	}
	
	.column_side {
		display: none;
	}
	
	.column_main {
		float: none;
		width: 100% !important;
	    padding: 0;
	    margin: 0;
	    border-right: none;
	}
	
	.wide .masthead {
		text-align: left;
	}
	
	.wide .column_main {
		padding: 0;
	    border-left: none;
		width: 100% !important
	}
	
	.content {
		line-height: 1.5;
	}
	
	.content p {
		margin: 1.25em 0;
	}
	
	.content h1,
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		font-size: 1.6em;
		font-weight: 300;
		margin: .75em 0;
		line-height: 1.3
	}
	
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		font-size: 1.2em;
		font-weight: 700;
		margin: 1em 0;
	}
	
	.content b,
	.content strong {
		font-weight: 700
	}
	
	.content a {
		color: #0070B8;
		text-decoration: none;
	}
	
	.content a:hover {
		color: #FF8200;
		text-decoration: none;
	}
	
	.content blockquote {
		font-size: 1em;
		border-top: 1px solid #0070B8;
		border-bottom: 1px solid #0070B8;
		margin: 2.4em 1.2em;
		padding: 1.2em;
	}
	
	.content .button.no_hover:hover {
		background-color: #0070B8 !important
	}
	
	.content .button.no_arrow {
		padding: .75em 1em;
		background-image: none;
	}
	
	.content .button.grey {
		background-color: #2C2A29
	}
	
	.content .button:hover {
		color: #fff;
		background-color: #FF8200;
		background-position: right .6em center;
	}
	
	.content a.category_item:hover .button {
		color: #fff;
		background-color: #FF8200;
		background-position: right .6em center;
	}
	
	.content .button.grey:hover {
		background-color: #0070B8
	}
	
	.content .button.grey.alt {
		color: #fff;
	}
	
	.content .button.grey.alt:hover {
		background-color: #fff;
		color: #2C2A29;
		background-image: url('/imagesnew/arrow_next_grey.svg');
	}
	
	.content .button .bullet {
		display: inline-block;
		padding: 0 .5em;
		font-weight: 500;
	}
	
	.content.masthead .bullet {
		display: inline-block;
		padding: 0 .5em;
		font-weight: 100;
		color: #E9E7E6
	}
	
	.content .text img {
		display: block;
		padding: 0;
		margin: 1.2em;
		max-width: 80%;
		height: auto !important;
		-webkit-border-radius: .2em;
		-moz-border-radius: .2em;
		border-radius: .2em;
	}
	
	.content .text img.alignnone {
		margin: 0px auto;
		display: block;
	}
	
	.content .text .alignleft,
	.content .text img.alignleft {
		margin-top: 0;
		margin-left: 0;
		display: inline;
		float: left;
	}
	
	.content .text img.alignleft {
		margin-right: 1.6em;
	}
	
	.content .text .alignright,
	.content .text img.alignright {
		margin-top: 0;
		margin-right: 0;
		display: inline;
		float: right;
	}
	.content .text img.alignright {
		margin-left: 1.6em;
	}
	
	.content .text .aligncenter,
	.content .text img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content .text .aligncenter img,
	.content .text .alignright img,
	.content .text .alignleft img {
		margin: 1.2em auto;
	}
	
	.content .text img.alignleft,
	.content .text img.alignright {
		max-width: 40%;
		margin-bottom: 1.2em;
	}
	
	.content .text .attachment img {
		display: block;
		margin: 0 auto;
	}
	
	/** CUSTOM PAGES **/
	
	/** OUR STATEWIDE SPONSORS **/
	
	.statewide_sponsors {
		text-align: center;
	}
	
	.statewide_sponsors img {
		display: inline-block;
		width: 33.33%;
	}
	
	/** STAFF **/
	
	.staff_thumb {
		float: right;
		margin: 0 0 2.4em 2.4em;
	}
	
	.staff_text {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	
	/** CATEGORY **/
	
	.category_item {
		display: block;
		text-decoration: none;
		color: inherit !important;
		padding: 2.4em 0;
		border-bottom: 1px solid #E9E7E6;
		overflow: auto;
	}
	
	.category .category_item:first-child {
		border-top: 0;
		padding-top: 0;
	}
	
	.category .category_item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
	
	.category_thumb_logo {
		display: none;
	}
	
	.category_thumb .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: center center;
		z-index: 1
	}
	
	.category_thumb .arrow_overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		background-size: cover;
		background-position: center center;
		z-index: 1;
		background-color: rgba(224,78,57,.85);
	}
	
	.category_thumb .arrow_overlay .arrow {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%,-50%);
		height: 33.33%;
		width: auto;
	}
	
	.category_item:hover .category_thumb .arrow_overlay {
		opacity: 1;
		z-index: 2;
	}
	
	.category_item:hover .category_thumb .arrow_overlay .arrow {
		left: 50%;
	}
	
	.category_text {
		padding-left: 1.2em;
	}
	
	.program_item .category_text {
		width: 100%;
		float: none;
		padding: 0
	}
	
	.category_text h1 {
		margin-top: 0
	}
	
	a.category_item:hover h1 {
		color: #FF8200
	}
	
	.category_text h3 {
		font-weight: 500;
		margin-bottom: 0
	}
	
	.category_nav {
		margin-top: 2.4em;
		border-top: 1px solid #E9E7E6;
		padding-top: 2.4em;
		text-align: center;
		overflow: auto;
	}
	
	.category_nav_container {
		display: inline-block;
	}
	
	.prev,.next,.page-numbers {
		display: block;
		float: left;
		width: auto;
		font-size: 1em;
		padding: .6em .8em;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		background-color: #2C2A29;
	}
	
	a.page-numbers {
		color: #fff
	}
	
	a.page-numbers:hover {
		color: #fff;
		background-color: #FF8200
	}
	
	.current {
		font-weight: 700;
	}
	
	.category_nav_container *:last-child {
		border-right: none
	}
	
	a.prev,a.next {
		background-color: #0070B8;
		color: #fff;
		font-weight: 700;
		padding: .6em .8em;
		display: inline-block;
		text-transform: uppercase;
	}
	
	a.prev {
		background-image: url('/imagesnew/arrow_prev.svg');
		background-size: auto .8em;
		background-position: .8em center;
		background-repeat: no-repeat;
		padding-left: 2.5em;
	}
	
	a.next {
		background-image: url('/imagesnew/arrow_next.svg');
		background-size: auto .8em;
		background-position: right .8em center;
		background-repeat: no-repeat;
		padding-right: 2.5em;
	}
	
	a.prev:hover {
		background-position: .6em center;
	}
	
	a.next:hover {
		background-position: right .6em center;
	}
	
	a.prev:hover,a.next:hover {
		color: #fff;
		background-color: #FF8200
	}
	
	/** PRESS RELEASE SINGLE POST **/
	
	.press .nobreak {
		white-space: nowrap;
		display: inline-block
	}
	
	.press .bullet {
		display: inline-block;
		padding: 0 .4em;
		color: #E9E7E6
	}
	
	.boilerplate_hash {
		text-align: center
	}
	
	.boilerplate {
		font-style: italic
	}
	
	/** LEGISLATION **/
	
	.legislation {
		margin-top: 2.4em;
		border-top: 1px solid #E9E7E6;
	}
	
	.legislation .legislation_item {
		display: block;
		padding: 2.4em 0;
		border-bottom: 1px solid #E9E7E6;
		position: relative;
	}
	
	.legislation .legislation_item:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	
	.legislation .leg_title {
		display: block;
	}
	
	.legislation .leg_title h1 {
		margin: 0;
		display: inline-block;
		max-width: -moz-calc(100% - 1.6em) !important;
		max-width: -webkit-calc(100% - 1.6em) !important;
		max-width: calc(100% - 1.6em) !important;
	}
	
	.legislation .legislation_item:hover .leg_title h1 {
		color: #FF8200
	}
	
	.legislation .expand_content {
		max-height: 0;
		overflow: hidden;
		transition: all 1s ease;
	}
	
	.legislation .expand_content .leg_subtitle {
		margin-top: 1.2em !important;
	}
	
	.legislation .leg_buttons {
		margin-top: 1.2em;
	}
	
	.legislation .buttons .button {
		display: inline-block;
	}
	
	.expand_arrow {
		transition: all .15s ease !important;
		width: 1em !important;
		height: auto;
		padding: .2em 0 0 0 !important;
		display: block;
		min-width: 1px !important;	
		max-width: 1em !important;
		position: absolute;
		top: 2.4em;
		right: 0;
	}
	
	.expand:hover .expand_arrow {
		animation-name: expand_arrow;
		animation-duration: .5s;
		animation-timing-function: ease;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-delay: 0;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}
	
	@-webkit-keyframes expand_arrow {
	    0% { top: 2.4em }
	    50% { top: 3.2em }
	    100% { top: 2.4em }
	} 
	
	@keyframes expand_arrow {
	    0% { top: 2.4em }
	    50% { top: 3.2em }
	    100% { top: 2.4em }
	}
	
	/** EVENTS **/
	
	.event_date b {
		font-size: 1.8em;
		font-weight: 100;
		line-height: 1
	}
	
	.event_info {
		padding-left: 1.2em;
	}
	
	/** SEARCH **/
	
	.search_form {
		font-size: 1em;
		text-align: center;
	}
	
	.search_form .search_field {
		display: block;
		font-size: 1em;
		border: 1px solid #8F8C8A;
		width: 100%;
		-webkit-appearance: none;
		height: 1.75em;
		padding: 0 .4em;
		color: #2C2A29;
		margin-bottom: .8em;
	}
	
	.search_form .search_submit {
		font-size: .8em;
		margin: 0 auto;
	}
	
	/** EQUALITY AWARDS **/
	
	.awards .masthead.glitter_container {
		margin-top: 0;
		padding-top: 0;
		background-image: none;
	}
	
	.awards .cover * {
		color: #fff;
		z-index: 2;
		position: relative;
	}
	
	.awards .cover .overlay {
		background: rgba(44,42,41,0.85) !important;
	}
	
	.awards .masthead img {
		display: block;
		width: 15em;
		max-width: 100%;
		height: auto;
	}
	
	.awards .masthead .button.callout {
		display: none;
	}
	
	.awards .masthead .interior {
		display: block;
	}
	
	.awards .masthead .interior .left {
		display: block;
		padding-right: 0;
		padding-bottom: 1.2em;
		border-right: none;
		text-align: center;
	}
	
	.awards .masthead .interior img {
		display: block;
		margin: 0 auto;
		height: 2.5em;
	}
	
	.awards .masthead .interior .right {
		display: block;
		padding-left: 0;
	}
	
	.awards .column_main.wide {
		float: none;
		width: 100% !important;
	    margin-right: 0;
	    border-right: none;
	    padding:0 15px;
	}
	
	.awards .awards_cities_array {
		position: relative;
		overflow: auto;
	}
	
	.awards .awards_cities_array .box {
		width: 100%;
		float: none;
		padding-top: 60%;
		margin-bottom: 2.4em !important;
	}
	
	.awards .awards_cities_array .box:nth-child(1) {
		margin: 0;
	}
	
	.awards .awards_cities_array .box:nth-child(2) {
		margin: 0;
	}
	
	.awards .awards_cities_array .box:nth-child(3),
	.awards .awards_cities_array .box:nth-child(4),
	.awards .awards_cities_array .box:nth-child(5) {
		width: 100%;
	    padding-top: 60%;
	}
	
	.awards .awards_cities_array .box:nth-child(3) {
		margin: 0;
	}
	
	.awards .awards_cities_array .box:nth-child(4) {
		margin: 0;
	}
	
	.awards .awards_cities_array .box:nth-child(5) {
		margin: 0 !important;
	}
	
	.awards .award_people_container {
		margin: 0 -1.2em;
	}
	
	.awards .award_people {
		margin: -2.4em auto 0;
		width: 100%;
	}
	
	.awards .award_people .people {
		float: none;
		width: 100%;
	}
	
	.awards .host_committee {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.awards .statewide_sponsors img {
		width: 50%;
	}
	
	.awards .banner {
		padding: 2.4em;
		background-color: #0070B8;
		margin: 2.4em 0;
		color: #fff;
		display: block;
		text-decoration: none
	}
	
	
	.awards .captain {
		padding: 2.4em;
		background-color: #0070B8;
		margin: 2.4em 0;
		color: #fff;
		display: block;
		text-decoration: none
	}
	
	.awards .captain .headline.alt {
		color: #fff
	}
	
	.awards .sponsors {
		text-align: center
	}
	
	.awards .sponsors .statewide_sponsors {
		text-align: center
	}
	
	.awards .cover.quote {
		background-size: cover;
		background-position: center center;
		padding: 0;
		position: relative;
		margin: 2.4em 0;
		background-color: #2C2A29
	}
	
	.awards .quote .quote_insert {
		padding: 2.4em;
		background-color: rgba(224,78,57,1);
		color: #fff;
		width: 100%;
		float: none;
	}
	
	.awards .quote .quote_insert .subheadline {
		text-shadow: none;
		font-size: 1.2em;
	}
	
	.awards .awards_body {
		max-width: 100%;
		margin: 0 auto;
	}
	
	.awards .upcoming_array {
		display: block;
		margin: 0 0;
		width: 100% !important;
	}
	
	.awards .upcoming_array .upcoming {
		display: block;
		border-right: none;
		border-bottom: 1px solid #E9E7E6;
		padding: 2em 0;
		width: 100%;
		text-align: center
	}
	
	.awards .upcoming_array .upcoming:first-child {
		padding-top: 0
	}
	
	.awards .upcoming_array .upcoming:last-child {
		border-bottom: none;
		padding-bottom: 0
	}
	
	.awards .upcoming_array .upcoming span {
		font-size: 1em;
	}
	
	/** BSD **/
	
	#bsd .wide .column_main {
		padding: 0;
		width: 100% !important;
	}
	
	#bsd .form_container {
		background-color: #E9E7E6;
		padding: 2.4em;
		margin: 0 -2.4em;
		width: -moz-calc(100% + 4.8em) !important;
		width: -webkit-calc(100% + 4.8em) !important;
		width: calc(100% + 4.8em) !important;
		margin-bottom: -2.4em;
	}
	
	#bsd .form_container .required {
		color: #0070B8
	}
	
	#bsd .form_container input[type=text],
	#bsd .form_container input[type=email],
	#bsd .form_container input[type=zip] {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 9;
	}
		
	/** CT ADDITIONS **/
	header .connect {
		display: block;
		position: inherit;
		right: 0;
	}
		
	header .connect .top {
	    padding: 0 0 15px;
		float: left;
	}
	
	header .connect .top .email_title {
		font-size: .7em;
		padding-right: 10px;
	}
	header .connect .top .email_form input {
	    font-size: .75em;
	    height: 1.75em;
	}
	
	header .connect .bottom {
	    display: none;
	}
	
/*
	.content {
		margin-top: 36px;
	}
*/

	.nav_mobile { display: block }
	
	.nav_mobile hr {
		width: 100%;
		height: 1px;
		margin: 1em 0 1em 0;
		display: block;
		background: #c8d7ec;
		border: 0 
	}
	
	.mobile_logo { 
		width: 100px;
		margin: -.25em auto 0;
		float: none;
	}
	
	.nav_mobile * {
		-webkit-transition: all .25s ease-in-out !important;
		-moz-transition: all .25s ease-in-out !important;
		-o-transition: all .25s ease-in-out !important;
		transition: all .25s ease-in-out !important;
		margin: 0;
		padding: 0;
	}
	
	.nav_mobile { display: block; z-index: 2000; position: relative }
	
	/* Makes sure that everything is 100% height */
	
	html,body {
	}
	
	/* gets the actual input out of the way; we're going to style the label instead */
	
	#drawer-toggle {
		position: absolute;
		opacity: 0;
	}
	
	#drawer-toggle-label {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		left: 0px;
		height:50px;
		width: 50px;
		display: block;
		position: fixed;
		background: rgba(255,255,255,.0);
		z-index: 1001;
	}
	
	/* adds our "hamburger" menu icon */
	
	#drawer-toggle-label:before {
		content: '';
		display: block;
		position: absolute;
		height: .15em;
		width: 1.5em;
		background: #fff;
		left: 1em;
		top: 1.25em;
		box-shadow: 0 .45em 0 #fff, 0 .9em 0 #fff;
	}
	
	header {
		width: 100%;
		position: fixed;
		left: 0px;
		text-align: center;
		z-index: 1000;
		box-shadow: 0 0 4px #004088;
	}
	
	
	/* drawer menu pane - note the 0px width */
	
	#drawer {
		position: fixed;
		top: 0;
		left:-300px;
		height: 100%;
		width: 300px;
		background: #112e56;
		overflow-x: hidden;
		overflow-y: scroll;
		padding: 20px;
		-webkit-overflow-scrolling: touch;
		z-index: 999;
	}
	
	
	/* checked styles (menu open state) */
	
	#drawer-toggle:checked ~ #drawer-toggle-label {
		height: 100%;
		width: calc(100% - 300px);
		background: rgba(255,255,255,.8);
	}
	
	#drawer-toggle:checked ~ #drawer {
	    left:0;
	}
	
	#drawer-toggle:checked ~ #drawer-toggle-label, #drawer-toggle:checked ~ header {
		left: 300px;
	}
	
	#drawer-toggle:checked ~ #page-content {
		margin-left: 300px;
	}
	
	/* Menu item styles */
	#drawer ul {
	    list-style-type:none;
	}
	
	#drawer ul a {
	    display:block;
		font-size: 1em;
		line-height: 1.5;
	    padding: 5px;
	    font-weight: 600;
	    color:#ffffff;
	    text-decoration:none;
	}
	
	#drawer ul a b { text-transform: uppercase }
	
	#drawer ul a:hover { color: #fff }
	
	
	#drawer ul ul li {
		clear: both
	}
	
	#drawer ul ul li {
		padding-left: .75em !important;
		display: block;
	}
	
	#drawer ul ul li a {
		font-weight: 100;
	}
	
	
	
	#drawer ul li ul { display: none; opacity: 0 }
	#drawer ul li ul:target { display: block; opacity: 1 }
	
	/* Responsive MQ */
	
}

/*
     FILE ARCHIVED ON 15:03:15 Jul 18, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:20:21 Aug 22, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 24.295 (3)
  esindex: 0.015
  PetaboxLoader3.datanode: 1206.961 (4)
  exclusion.robots: 0.218
  exclusion.robots.policy: 0.202
  load_resource: 1186.255
  LoadShardBlock: 450.723 (3)
  RedisCDXSource: 11.256
  PetaboxLoader3.resolve: 226.498
  captures_list: 491.91
*/