@media only screen and (min-width: 1px) and (max-width: 659px) {

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: 1.8em auto;
	position: relative;
	z-index: 10003
}

header .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 8.974em;
	height: 2.4em;
	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.8em;
	height: 2.4em;
	width: 1.2em;
	background-image: url('//www.eqca.org/imagesnew/menu.svg');
	background-size: cover;
	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: 6em;
	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('//www.eqca.org/imagesnew/cross.svg');
}

nav .nav_item {
	margin-bottom: 1.8em;
}

nav .nav_item b {
	font-size: 2em;
	font-weight: 900;
	color: #E04E39;
	text-transform: uppercase;
}

nav .nav_item a {
	display: block;
	color: #2C2A29;
	text-decoration: none;
	margin: .9em 0;
}

/** 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;
	padding: 2.4em;
}

footer .connect .right {
	width: 100%;
	border-top: 1px 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: #E04E39;
	background-image: url('//www.eqca.org/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: 1em;
}

footer .connect .social a {
	display: block;
	float: left;
	height: 1em;
	margin-right: 1.2em;
	width: auto;
}

footer .connect .social a .social_icon {
	display: block;
	height: 1em;
	width: auto;
}

footer .connect .social a .social_icon path {
	fill: #E04E39
}

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: #E04E39
}

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: #E04E39;
    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: #E04E39;
}

.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('//www.eqca.org/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 **/

.content .header {
	font-size: .8em;
}

.content .headline {
	font-size: 2em;
}

.content .headline.alt {
	font-size: 2em;
}

.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: #E04E39 }
.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: #E04E39;
	text-decoration: none;
}

.content a:hover {
	color: #FF8200;
	text-decoration: none;
}

.content blockquote {
	font-size: 1em;
	border-top: 1px solid #E04E39;
	border-bottom: 1px solid #E04E39;
	margin: 2.4em 1.2em;
	padding: 1.2em;
}

.content .button.no_hover:hover {
	background-color: #E04E39 !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: #E04E39
}

.content .button.grey.alt {
	color: #fff;
}

.content .button.grey.alt:hover {
	background-color: #fff;
	color: #2C2A29;
	background-image: url('//www.eqca.org/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: #E04E39;
	color: #fff;
	font-weight: 700;
	padding: .6em .8em;
	display: inline-block;
	text-transform: uppercase;
}

a.prev {
	background-image: url('//www.eqca.org/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('//www.eqca.org/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;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.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: 33.33%;
}

.awards .banner {
	padding: 2.4em;
	background-color: #E04E39;
	margin: 2.4em 0;
	color: #fff;
	display: block;
	text-decoration: none
}


.awards .captain {
	padding: 2.4em;
	background-color: #E04E39;
	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: #E04E39
}

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

}