/*
Theme Name: Equality Texas
Theme URI: http://www.equalitytexas.org

Version: 2.0
Description: Original responsive design for Equality Texas.

Author: Olive Digital
Author URI: http://www.olive.digital

*************************************************************************************/

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 .5s ease,
		border .5s ease,
		background-color .5s ease,
		background-size .5s ease,
		opacity .5s ease,
		box-shadow .5s ease,
		padding .5s ease,
		margin .5s ease,
		height .5s ease,
		top .5s ease,
		bottom .5s ease,
		right .5s ease,
		left .5s ease,
		transform .5s ease,
		width .5s ease;
	-webkit-transition:
		color .5s ease,
		border .5s ease,
		background-color .5s ease,
		background-size .5s ease,
		opacity .5s ease,
		box-shadow .5s ease,
		padding .5s ease,
		margin .5s ease,
		height .5s ease,
		top .5s ease,
		bottom .5s ease,
		right .5s ease,
		left .5s ease,
		transform .5s ease,
		width .5s ease;
	-moz-transition:
		color .5s ease,
		border .5s ease,
		background-color .5s ease,
		background-size .5s ease,
		opacity .5s ease,
		box-shadow .5s ease,
		padding .5s ease,
		margin .5s ease,
		height .5s ease,
		top .5s ease,
		bottom .5s ease,
		right .5s ease,
		left .5s ease,
		transform .5s ease,
		width .5s ease;
	-ms-transition:
		color .5s ease,
		border .5s ease,
		background-color .5s ease,
		background-size .5s ease,
		opacity .5s ease,
		box-shadow .5s ease,
		padding .5s ease,
		margin .5s ease,
		height .5s ease,
		top .5s ease,
		bottom .5s ease,
		right .5s ease,
		left .5s ease,
		transform .5s ease,
		width .5s ease;
}

body {
	padding: 0 0 0 0;
	margin: 0 auto -1px;
	font-family: "Gotham SSm A", "Gotham SSm B";
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	font-size: 1em;
	color: #333;
}

body * {
	font-family: "Gotham SSm A", "Gotham SSm B";
}

.preload *:not(.fade) {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
}

b, strong { font-weight: bold }

::-moz-selection {
	background-color: #99ca3b;
	color: #fff;
}

::selection {
	background-color: #99ca3b;
	color: #fff;
}

.show { display: none !important }

/** ASSETS **/

.button {
	display: inline-block;
	background-color: #99ca3b;
	color: #fff !important;
	margin: .25em;
	padding: 1em 1.25em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	line-height: 1 !important;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.content .button {
	margin: .25em 0;
	font-size: .8em;
}

.button:hover { background-color: #18398a }

.blue {
	background-color: #18398a
}

.blue:hover {
	background-color: #99ca3b
}

hr {
	height: 1px !important;
	border: 0;
	padding: 0;
	background-color: #eee;
	margin: 1.5em 0;
}

blockquote {
	width: -moz-calc(100% - 4em);
	width: -webkit-calc(100% - 4em);
	width: calc(100% - 4em);
	padding: .5em 1em;
	margin: 2em auto;
	border-left: 2px solid #99ca3b;
	font-style: italic !important;
	display: block;
	overflow: visible;
}

blockquote p {
	padding: 0 0 0 1em;
	margin: 0 !important;
	color: #18398a
}

.page .column_main .text .content img {
	display: block;
	padding: 0;
	margin: 2em;
	max-width: 80%;
	height: auto !important;
	border: 1px solid #eee;
}

.page .column_main .text .content img.alignnone {
	margin: 0 auto;
	display: block;
}

.page .column_main .text .content .alignleft,
.page .column_main .text .content img.alignleft {
	margin-top: 0;
	margin-left: 0;
	display: inline;
	float: left;
}

.page .column_main .text .content img.alignleft {
	margin-right: 2em;
}

.page .column_main .text .content .alignright,
.page .column_main .text .content img.alignright {
	margin-top: 0;
	margin-right: 0;
	display: inline;
	float: right;
}
.page .column_main .text .content img.alignright {
	margin-left: 2em;
}

.page .column_main .text .content .aligncenter,
.page .column_main .text .content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page .column_main .text .content .aligncenter img,
.page .column_main .text .content .alignright img,
.page .column_main .text .content .alignleft img {
	margin: 1.5em auto;
}

.page .column_main .text .content img.alignleft,
.page .column_main .text .content img.alignright {
	max-width: 40%;
	margin-bottom: 1.5em;
}

.page .column_main .text .content .attachment img {
	display: block;
	margin: 0 auto;
}

/** HEADER **/

header {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	z-index: 1000;
	position: relative;
}

header .sub {
	background-color: #555;
	z-index: 1000;
	height: 3.25em;
	position: relative
}

header .sub .container {
	max-width: 1500px;
	margin: 0 auto;
	text-align: right;
}

header .sub a {
	display: block;
	float: right;
	padding: 1em;
}

header .sub a:hover {
	background-color:#777;
}

header .sub a:active {
	background-color: #999
}

header .sub .search {
	display: block;
	margin-left: 3em;
	text-decoration: none;
	position: relative;
	float: right;
}

header .sub .search .search_label {
	position: relative;
	display: block;
}

header .sub .search .search_button {
	display: table;
	padding: 1em;
	cursor: pointer;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header .sub .search:hover .search_button {
	background-color:#777;
}

header .sub .search:active .search_button {
	background-color:#999;
}

header .sub .search .search_button img {
	display: table-cell;
}

header .sub .search .search_button span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	margin-right: 1em;
	font-weight: bold;
	font-size: .9em;
	top: 50%;
	padding-right: 1em;
}

header .sub .search .search_popout {
	position: absolute;
	top: 100%;
	right: 0;
	opacity: 0;
	pointer-events: none;
	background-color: #777;
	padding: 1em;
	width: 21.5em;
	overflow: auto;
	font-size: .9em;
}

header .sub .search .search_popout input[type=text] {
	height: 2.5em;
	float: left;
	width: 16em;
	margin-right: 1em;
	color: #555;
	padding: 0 .75em;
	border: 0;
	background-color: #fff;
	display: block;
	font-size: 1em;
}

header .sub .search .search_popout input[type=submit] {
	width: 2.5em;
	height: 2.5em;
	float: left;
	display: block;
	border: 0;
	font-size: 1em;
	background-color: #555;
	background-image: url('/images/search_submit.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

#search_nav:checked + label.search_label > .search_button {
	background-color: #777
}

#search_nav:checked + label.search_label > .search_button:active {
	background-color: #999
}

#search_nav:checked + label.search_label > .search_popout {
	opacity: 1;
	pointer-events: auto;
}

header .sub a:last-child {
	margin: 0
}

header .sub img {
	display: block;
	height: 1.25em;
	width: auto;
}

header .main {
	z-index: 999;
	position: relative;
	background-color: #fff;
}

header .main .container {
	max-width: 1500px;
	padding: 2em;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	position: relative;
}

header .logo {
	display: block;
	width: 10em;
}

header .logo img {
	display: block;
}

header .logo .icon {
	z-index: 2;
	position: relative;
}

header .logo .text {
	z-index: 1;
	position: relative;
}

header nav .nav_menu {
	display: table;
	position: absolute;
	right: 2em;
	top: 50%;
	transform: translateY(-50%);
}

header nav .nav_menu div.nav_item {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

header nav .nav_menu div.nav_item .nav_link {
	display: block;
	text-decoration: none;
	color:#555;
	padding: 1em 1.5em;
	line-height: 1;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	cursor: default;
	font-size: .9em;
}

header nav .nav_menu div.nav_item:hover .nav_link {
	color: #18398a
}

header nav .nav_menu div.nav_item.callout a {
	background-color: #99ca3b;
	color: #fff !important;
	padding: 1em 1.25em;
	text-transform: uppercase;
	margin-left: 1em;
	font-weight: bold;
	text-decoration: none;
    font-size: .9em;
}

header nav .nav_menu div.nav_item.callout:hover a {
	background-color: #18398a;
}

header nav .nav_menu div.nav_item .line {
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #99ca3b;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

header nav .nav_menu div.nav_item:hover .line {
	width: 3em
}

header nav .nav_menu div.nav_drop {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	border-top: 1em solid #fff;
	left: 50%;
	transform: translateX(-50%);
	font-size: .9em;
}

header nav .nav_menu div.nav_drop .nav_drop_inside {
	background-color: #fff;
	padding: .75em 0;
	border: 1px solid #eee;
}

header nav .nav_menu div.nav_item:hover div.nav_drop {
	opacity: 1;
	pointer-events: inherit
}

header nav .nav_menu div.nav_item div.nav_drop a {
	color:#555;
}

header nav .nav_menu div.nav_item:hover div.nav_drop a:hover {
	color: #18398a
}

header nav .nav_menu div.nav_drop a {
	display: block;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	padding: .75em 1.5em;
	cursor: pointer;
	text-decoration: none;
}

header.offset {
	z-index: 999;
	top: 0;
	position: fixed;
	transform: translateY(-100%);
	box-shadow: 0 0 1em rgba(0,0,0,.15);
	pointer-events: none;
}

header.offset.stick {
	transform: translateY(0%);
	pointer-events: auto;
}

header.offset .main .container {
	max-width: 1500px;
	padding: 1em;
	border: 0
}

header.offset .logo {
	display: block;
	width: 6.5em;
}

header.offset nav .nav_menu {
	right: 1em;
}

/** FOOTER **/

.footer_buffer {
	padding: 0 2em;
	border-top: 1px solid #eee;
	margin: 0 auto 2em;
	max-width: 1500px;
}

footer {
	background-color: #555;
}

footer a {
	color: #fff;
	text-decoration: none
}

footer a:hover {
	text-decoration: underline
}

footer nav {
	max-width: 1500px;
	padding: 2em 1em;
	margin: 0 auto;
	display: table;
	color: #fff;
	width: 100%;
}

footer nav .footer_column {
	display: table-cell;
	padding: 0 1em;
	vertical-align: top;
}

footer nav .footer_column b {
	display: block;
	font-size: .9em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

footer nav .footer_column .footer_list a {
	display: block;
	font-size: .8em;
	margin-top: .5em;
	line-height: 1.4;
	font-weight: 300;
}

footer .mid {
	max-width: 1500px;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	display: table;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 2em;
}

footer .mid .social {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

footer .mid .social a {
	display: block;
	float: left;
	margin-right: 2em;
}

footer .mid a {
	display: block;
}

footer .mid .search {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

footer .mid .search a {
	float: right;
	position: relative;
	display: table;
	text-decoration: none;
}

footer .mid .search a img {
	display: table-cell;
}

footer .mid .search a span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	margin-right: 1em;
	font-weight: bold;
	font-size: .9em;
	top: 50%;
	padding-right: 1em;
}

footer .mid img {
	display: block;
	height: 1.25em;
	width: auto;
}

footer .sub {
	display: table;
	max-width: 1500px;
	padding: 2em;
	width: 100%;
	margin: 0 auto;
}

footer .sub div {
	display: table-cell;
	width: 33.33%;
	vertical-align: middle;
	color: #fff;
	font-size: .9em;
}

footer .sub div:nth-child(2) {
	text-align: center;
}

footer .sub div:last-child {
	text-align: right;
}

footer .logo {
	display: inline-block;
	margin: 0 2em;
	height: 3.5em;
}

footer .copy {
	display: none
}

/** SOCIAL FOOTER **/

.social_footer {
	width: 100%;
	color: #fff;
	background: #18398a;
	background: -moz-linear-gradient(left, #18398a 0%, #18398a 49%, #99ca3b 51%, #99ca3b 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #18398a), color-stop(49%, #18398a), color-stop(51%, #99ca3b), color-stop(100%, #99ca3b));
	background: -webkit-linear-gradient(left, #18398a 0%, #18398a 49%, #99ca3b 51%, #99ca3b 100%);
	background: -o-linear-gradient(left, #18398a 0%, #18398a 49%, #99ca3b 51%, #99ca3b 100%);
	background: -ms-linear-gradient(left, #18398a 0%, #18398a 49%, #99ca3b 51%, #99ca3b 100%);
	background: linear-gradient(to right, #18398a 0%, #18398a 49%, #99ca3b 51%, #99ca3b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18398a', endColorstr='#99ca3b', GradientType=1 );
}

.social_footer .container {
	width: 100%;
	max-width: 1500px;
	display: table;
	margin: 0 auto;
}

.social_footer b {
	font-size: 1.4em;
}

.social_footer p {
	margin: 0;
}

.social_footer .button {
	font-size: .9em
}

.social_footer .twitter {
	display: table-cell;
	vertical-align: middle;
	background-color: #18398a;
	padding: 2em;
	width: 70%;
	background-image: url('/images/twitter_bg.svg');
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: auto;
	position: relative;
}

.social_footer .twitter .bird {
	display: block;
	position: absolute;
	right: 2em;
	top: 50%;
	transform: translateY(-50%);
	width: 15%;
	height: auto;
}

.social_footer .twitter .twitter_content {
	width: 85%;
	padding-right: 2em;
}

.social_footer .twitter ul {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.6;
	margin-top: 1em;
}

.social_footer .twitter li {
	display: block;
	padding: 0;
	margin: 0;
}

.social_footer .twitter a {
	color: #99ca3b;
}

.social_footer .twitter a:hover {
	text-decoration: none
}

.social_footer .twitter .inline_tweets_timestamp {
	display: block;
	margin: .5em 0 1em;
	font-weight: bold
}

.social_footer .twitter .inline_tweets_timestamp::before {
	content: "Posted on ";
}

.social_footer .facebook {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	background-color: #99ca3b;
	padding: 2em;
	position: relative;
	overflow: auto;
	vertical-align: middle;
	text-align: center;
}

.social_footer .facebook .thumb {
	display: block;
	width: 20%;
	margin: 0 auto;
	transform: rotate(-15deg)
}

.social_footer .facebook b {
	margin: 1em 0;
	line-height: 1.2;
	display: block;
}

/** URGENT **/

.urgent {
	padding: 1.5em;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	line-height: 1.2
}

.urgent.Red {
	background-color: #c00000;
}

.urgent.Yellow {
	background-color: #ffd800;
	color: #000;
}

.urgent.Green {
	background-color: #99ca3b;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,.25)
}

.urgent.Blue {
	background-color: #18398a;
}

/** PAGE **/

.page {
	max-width: 1500px;
	padding: 2em;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

.page .column_main {
	width: 70%;
	padding-right: 2em;
	border-right: 1px solid #eee;
}

.page .column_main.wide {
	width: 72%;
	border-left: 1px solid #eee;
	margin: 0 auto;
	padding: 0 2em;
}

.page .column_main.full {
	width: 100%;
	border-left: 1px solid #eee;
	margin: 0 auto;
	padding: 0 2em;
}

.page .column_main .text {
	display: block;
	color: #555;
	line-height: 1.6;
	font-size: 1.2em;
	font-weight: 300;
}

.page .column_main .title,
.page .column_main h1 {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #18398a;
	line-height: 1.4;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.page .column_main .title_alt {
	display: block;
	margin: 1.5em 0;
	font-size: 1.2em;
	padding: .5em;
	font-weight: bold;
	background-color: #18398a;
	color: #fff;
	line-height: 1.4;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
	text-transform: uppercase;
	text-align: center;
}

.page .column_main .title span {
	color: #99ca3b;
	font-weight: normal;
}

.page .column_main .subtitle {
	margin: 1em 0;
	display: block;
	font-weight: bold;
	color: #99ca3b;
	line-height: 1.4;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
	font-size: .9em;
}

.page .column_main h2,
.page .column_main h3,
.page .column_main h4 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #99ca3b;
	line-height: 1.4;
	margin: 1.5em 0;
	font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

.page .column_main .text .content a {
	color: #18398a;
}

.page .column_main .text .content a:hover {
	color: #99ca3b;
	text-decoration: none;
}

.page .column_main .text .content {
	font-family: Georgia;
	overflow: auto
}

.page .column_main .text .content * {
	font-family: Georgia
}

.page .column_main .text .content p {
	margin: 1.5em 0;
}

.page .column_main .text .content ul {
	margin: 1.5em 0;
}

.page .column_main .text .content li {
	margin: 1em 0;
}

.post_tags {
	font-weight: 300;
	padding: 1.5em;
	margin: 2em 0 0;
	background-color: #fafafa;
	border: 1px solid #eee;
	color: #999;
	line-height: 1.6;
	font-size: .8em;
}

.post_tags b {
	font-weight: bold;
	color: #99ca3b
}

.post_tags a {
	color: #18398a;
	text-decoration: none;
}

.post_tags a:hover {
	color: #99ca3b;
}

.share {
	margin-top: 1em;
	overflow: auto;
}

.wide .share {
	margin: 0 auto;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
}

.share a {
	display: table;
	float: left;
	padding: .75em 1em;
	margin-right: 8px;
	font-size: .6em;
	color: inherit;
	text-decoration: none;
}

.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: #99ca3b }
.share a.email:hover { background-color: #add959 }

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

/** SIDEBAR **/

.page .column_side {
	width: 30%;
	padding-left: 2em;
	float: right;
}

.column_side .title {
	display: block;
	color: #fff;
	background-color: #18398a;
	font-weight: bold;
	padding: 1em 1.25em;
	text-align: center;
	font-size: .9em;
	text-transform: uppercase
}

.column_side .box {
	background-color: #fafafa;
	border: 1px solid #eee;
	border-top: 0;
	margin-bottom: 2em;
}

.column_side .box.headlines a {
	padding: 1.25em;
	border-bottom: 1px solid #eee;
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 1.6;
	font-size: .9em;
}

.column_side .box.headlines a span {
	color: #555;
}

.column_side .box.headlines a b {
	display: block;
	font-size: .8em;
	font-weight: bold;
	color: #555;
	margin-top: .75em;
	text-transform: uppercase
}

.column_side .box.headlines a:hover {
	background-color: #fff;
}

.column_side .box.headlines a:hover span {
	color: #18398a
}

.column_side .box.headlines a:hover b {
	color: #99ca3b
}

.column_side .box.headlines a:last-child {
	border: none
}

.column_side .social {
	text-align: center;
	margin-top: 2em;
}

.column_side .social a {
	display: inline-block;
	margin: 0 .5em;
}

.column_side .social a img {
	display: block;
	height: 2em;
	width: auto;
}

.column_side .box.spotlight {
	border: 0;
}

.column_side .box.spotlight a {
	display: none;
	border: 0;
	border-top: 1px solid #fff;
}

.column_side .box.spotlight a:first-child {
	display: block;
	width: 100%;
	padding-top: 60%;
	background-size: cover;
	background-position: center center;
}

/** SEARCH **/

.inline_search .search {
	position: relative;
	display: table;
	text-decoration: none;
}

.inline_search .search img {
	display: block;
	width: 1.2em;
	margin-right: .5em;
}

.inline_search .search span {
	display: table-cell;
	vertical-align: middle;
	color: #18398a;
	font-weight: bold;
	font-size: 1.2em;
}

.inline_search label {
	display: none;
}

.inline_search input[type=text] {
	display: block;
	padding: 1em 1.25em;
	border: 1px solid #ddd;
	width: 30em;
	margin: .5em 0 1em;
	font-size: 1em;
	max-width: 100%;
	background-color: #fafafa;
	line-height: 1;
	color: #555;
}

.inline_search input[type=submit] {
	display: inline-block;
	padding: 1em 1.25em;
	text-transform: uppercase;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	background-color: #99ca3b;
	line-height: 1;
	text-decoration: none;
	border: 0;
}

.inline_search input[type=submit]:hover {
	background-color: #18398a;
}

.inline_search.center_search {
	text-align: center;
}

.inline_search.center_search .search,
.inline_search.center_search input {
	margin-left: auto;
	margin-right: auto;
}

/** CATEGORY **/

.category_nav {
	text-align: center;
	line-height: 1;
}

.prev,.next,.page-numbers {
	display: inline-block;
	font-size: .8em;
	width: auto;
	font-weight: bold;
	padding: .75em 1em;
	color: #555 !important;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fafafa;
	border: 1px solid #eee;
}

.current {
	background-color: #555 !important;
	border: 1px solid #555;
	color: #fff !important
}

.prev:hover,.next:hover,.page-numbers:hover:not(.dots) {
	background-color: #555 !important;
	border: 1px solid #555;
	color: #fff !important
}

.category_link {
	display: block;
	border-bottom: 1px solid #eee;
	margin: 2em 0;
	padding-bottom: 2em;
	overflow: auto;
	color: inherit;
	text-decoration: none;
	position: relative;
}

.category_set .category_link:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

.category_link .category_thumb {
	width: 20%;
	padding-top: 16%;
	float: left;
	border: 1px solid #eee;
	position: relative;
	background-image: url('/images/category_thumb.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
	)
}

.category_link .category_thumb .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.category_link .category_side {
	width: 80%;
	float: left;
	padding-left: 2em
}

.category_link .category_title {
	font-size: 1em;
	color: #18398a;
	display: block;
	font-weight: bold;
}

.category_link .category_subtitle {
	margin: 1em 0;
	display: block;
	font-weight: bold;
	color: #99ca3b;
	line-height: 1;
	font-size: .8em;
}

.category_link .category_excerpt {
	display: block;
	line-height: 1.6;
	font-family: Georgia;
	color: #555;
	font-size: .9em;
}

/** HOME **/

.home .title {
	display: inline-block;
	font-size: 1.6em;
	line-height: 1.2;
	font-weight: bold;
	color: #18398a;
	border-bottom: 2px solid #99ca3b;
	padding: 0 .25em .15em .25em;
}

.home .text {
	display: block;
	line-height: 1.6;
	font-size: 1.2em;
	margin: 1em 0;
}

.home .container {
	width: 100%;
	max-width: 1500px;
	margin: 3em auto;
	padding: 0 2em;
}

.home .buffer {
    padding: 0 2em;
    border-top: 1px solid #eee;
    margin: 2em auto;
	width: -moz-calc(100% - 4em);
	width: -webkit-calc(100% - 4em);
	width: calc(100% - 4em);
    max-width: 1500px;
}

/** SLIDER **/

.container.feature {
	margin: 2em auto;
}

.feature .array {
	padding: 0 2em;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.feature .array .array_container {
	width: 100%;
	padding-top: 40%;
}

.feature .array .item {
	width: 66.66%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-right: 1px solid #fff;
	background-size: cover;
	background-position: center center;
	background-color: #555;
}

.feature .array .item:nth-child(2) {
	width: 33.33%;
	height: 50%;
	top: 0;
	right: 0;
	left: auto;
	border-right: none;
	border-bottom: 1px solid #fff;
}

.feature .array .item:nth-child(3) {
	width: 33.33%;
	height: 50%;
	right: 0;
	bottom: 0;
	top: auto;
	left: auto;
	border-right: none;
}

.feature .array .item:nth-child(4),
.feature .array .item:nth-child(5),
.feature .array .item:nth-child(6) {
	display: none !important
}

.feature .array .item .overlay {
	background-color: #18398a;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}

.feature .array:hover .item:hover .overlay {
	opacity: .75
}

/** ABOUT **/

.about {
	text-align: center;
	background-color: #18398a;
	overflow: auto;
	background-image: url('/images/about2.png');
	background-size: cover;
	background-position: center top;
	text-shadow: 0 0 1em #18398a;
}

.about .title {
	color: #fff;
}

.about .text {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
	color: #fff;
}


/** TAKE ACTION BAR **/

.takeaction {
	background-color: #99ca3b;
	overflow: auto;
}

.takeaction .container {
	margin: 0 auto;
	display: table;
}

.takeaction .takeaction_title {
	display: table-cell;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}

.takeaction .takeaction_item {
	display: table-cell;
	color: inherit;
	text-decoration: none;
	padding: 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.takeaction .takeaction_item div {
	display: table;
	width: 100%;
}

.takeaction .takeaction_item span {
	display: table-cell;
	vertical-align: middle;
}

.takeaction .takeaction_item span:first-child {
	width: 3em;
}

.takeaction .takeaction_item img {
	display: block;
	height: 2em;
	width: auto;
}

/** ACTION **/

.action {
	background-color: #18398a;
	background-image: url('/images/action.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: auto;
}

.action .container {
	overflow: auto;
	position: relative;
	display: table;
}

.action .action_thumb {
	width: 20%;
	padding-top: 16%;
	background-size: cover;
	background-position: center center;
	border: 1px solid #eee;
	display: table-cell;
}

.action .action_side {
	width: 80%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 2em;
}

.action .action_title {
	font-size: 1.4em;
	margin: .75em 0;
	color: #fff;
	display: block;
	font-weight: bold;
}

.action .action_subtitle {
	display: block;
	font-weight: bold;
	color: #99ca3b;
	line-height: 1;
	font-size: .9em;
}

.action .action_excerpt {
	margin: 1em 0;
	display: block;
	line-height: 1.6;
	color: #fff;
	font-size: 1.2em;
}

/** NEWS **/

.container.news {
	padding: 0;
	text-align: center;
}

.news_array {
	display: table;
	width: 100%;
	padding: 2em 0;
}

.news .news_link {
	width: 33%;
	display: table-cell;
	border-right: 1px solid #eee;
	padding: 0 2em;
	color: inherit;
	text-decoration: none;
}

.news .news_link:last-child {
	border-right: none;
}

.news .news_link .category_thumb {
	width: 100%;
	padding-top: 80%;
	background-size: cover;
	background-position: center center;
	border: 1px solid #eee;
	position: relative;
	background-color: #fafafa;
	background-image: url('/images/category_thumb.png');
}

.news .news_link .category_thumb .bg_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.news .news_link .category_thumb .button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2
}

.news .news_link .category_thumb .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #18398a;
	z-index: 1;
}

.news .news_link:hover .category_thumb .button {
	opacity: 1;
}

.news .news_link:hover .category_thumb .button:hover {
	background-color: #99ca3b
}

.news .news_link:hover .category_thumb .overlay {
	opacity: .75
}

.news .news_link .category_text {
	margin-top: 2em;
	line-height: 1.4;
	text-align: left;
}

.news .news_link .category_title {
	font-size: 1.2em;
	color: #18398a;
	display: block;
	font-weight: bold;
}

.news .news_link .category_subtitle {
	margin: 1em 0;
	display: block;
	color: #99ca3b;
	line-height: 1;
	font-size: .9em;
	font-weight: bold;
}

.news .news_link .category_excerpt {
	line-height: 1.6;
	font-family: Georgia;
	color: #555;
}

/** PROGRAMS **/

.container.programs {
	padding: 0 1em;
	text-align: center;
}

.programs_array {
	padding: 2em 0 0;
	display: block;
	overflow: hidden;
	position: relative;
}

.programs_array *:not(.button):not(.overlay) {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none
}

.programs_array .program_link {
	display: block;
	float: left;
	padding: 0 2em;
	color: inherit;
	text-decoration: none;
	border-right: 1px solid #eee;
}

.programs_array .program_link:focus {
    outline: none;
}

.programs .program_link .program_image {
	display: block;
	margin: 0 auto;
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #fff;
	padding-top: 71%;
	position: relative;
	text-align: center;
}

.programs .program_link .program_image .button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2
}

.programs .program_link .program_image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #18398a;
	z-index: 1;
}

.programs .program_link:hover .program_image .button {
	opacity: 1;
}

.programs .program_link:hover .program_image .button:hover {
	background-color: #99ca3b
}

.programs .program_link:hover .program_image .overlay {
	opacity: .75
}

.programs .program_link .program_text {
	margin-top: 2em;
	line-height: 1.4;
}

.programs .program_link .program_title {
	font-size: 1.2em;
	color: #18398a;
	display: block;
	font-weight: bold;
	line-height: 1.4;
}

.programs .program_link .program_description {
	margin: 1em 0 0;
	display: block;
	line-height: 1.6;
	font-family: Georgia;
	color: #555;
}

.slick-list {
	overflow: hidden;
	margin: 0 1.5em;
}

.slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 1em;
	width: 2.5em;
	height: 2.5em;
	visibility: hidden;
	)
}

.slick-next {
	right: 0;
	left: auto;
}

.slick-arrow::before {
	content: "";
	display: block;
	visibility: visible;
	background-color: #18398a;
	width: 2.5em;
	height: 2.5em;
	cursor: pointer;
	background-image: url('/images/slideshow_arrow_prev.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.slick-next.slick-arrow::before {
	background-image: url('/images/slideshow_arrow_next.png');
}

.slick_arrow:hover:before {
	background-color: #18398a !important
}

/** SPONSORS **/

.sponsors {
	text-align: center;
}

.sponsors .sponsors_array {
	text-align: center;
	margin-top: 2em;
}

.sponsors .sponsors_array .sponsor {
	display: inline-block;
	width: 19%;
	padding: 0 1em;
}

.sponsors .sponsors_array .sponsor img {
	display: block;
	width: 100%;
}

.column_main .sponsors_array {
	text-align: center;
	margin: 2em 0;
}

.column_main .sponsors_array .sponsor {
	display: inline-block;
	width: 32%;
	padding: 0 1em;
}

.column_main .sponsors_array .sponsor img {
	display: block;
	width: 100%;
}

/** COVER PHOTO **/

.cover_container {
	max-width: 1500px;
	margin: 0 auto;
}

.cover_container .cover {
	max-width: 1500px;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-top: 25%;
	background-color: #18398a;
}

.cover_container .cover .cover_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(24,57,138,.65);
}

.cover_container .cover .cover_overlay .cover_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.cover_container .cover .cover_text .title {
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-transform: uppercase;
	padding: .1em .5em;
	border-bottom: .1em solid #99ca3b;
	margin-bottom: .5em;
	text-shadow: 0 0 1em #18398a, 1px 1px 0 rgba(24,57,138,.5);
}

.cover_container .cover .cover_text .subtitle {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1.4;
	color: #fff;
	text-shadow: 0 0 1em #18398a, 1px 1px 0 rgba(24,57,138,.5);
}

/** LEGISLATION **/

.legislation_array {
	display: block;
	border: 1px solid #eee;
	background-color: #fafafa;
	font-size: .8em;
}

.legislation_item {
	padding: 2em;
	border-bottom: 1px solid #eee;
}

.legislation_item:nth-child(2n) {
	background-color: #fff;
}

.legislation_item:last-child {
	border-bottom: 0
}

.legislation_item .legislation_title {
	display: block;
	font-size: 1.4em;
	color: #18398a;
	font-weight: bold;
}

.legislation_item b {
	color: #18398a;
	font-weight: 500;
}

.legislation_item .legislation_info {
	border-left: 2px solid #99ca3b;
	padding-left: 1em;
	margin: 1em 0;
	font-weight: 500;
}

.legislation_item .legislation_description {
	display: block;
	font-family: Georgia;
	font-size: 1.2em;
}

.legislation_item .button {
	margin-top: 1.5em;
	font-size: .8em;
}

/** STAFF & BOARD **/

.staff_array {
	font-size: .8em;
}

.staff_array .staff {
	margin: 3em 0;
	overflow: auto;
}

.staff_array .staff:last-child {
	margin: 3em 0 0;
}

.staff .staff_photo {
	display: block;
	width: 20%;
	padding-top: 20%;
	border: 1px solid #eee;
	background-color: #fafafa;
	float: left;
	background-image: url('/images/staff.png');
	background-size: cover;
	background-position: center bottom;
	position: relative;
}

.staff .staff_photo_inside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.staff .staff_content {
	float: left;
	padding-left: 2em;
	width: 80%;
}

.staff .staff_title {
	display: block;
	font-size: 1.4em;
	line-height: 1;
	color: #18398a;
	font-weight: bold;
}

.staff .staff_subtitle {
	display: block;
	border-bottom: 1px solid #99ca3b;
	margin: .5em 0 1em;
	padding-bottom: 1em;
	font-weight: 500;
	color: #18398a;
	font-weight: 500;
}

.staff .staff_subtitle a {
	color: #18398a;
}

.staff .staff_subtitle a:hover {
	text-decoration: none
}

.staff .staff_bio {
	display: block;
	font-family: Georgia;
	font-size: 1.2em;
}

/** JOBS **/

.jobs .jobs_sub {
	border-left: 2px solid #99ca3b;
	padding-left: 1em;
	margin: 1em 0;
	font-weight: 500;
	font-size: .8em;
}

.jobs .jobs_sub b {
	color: #18398a;
	font-weight: 500;
}

.jobs .button {
	font-size: .65em;
	margin-top: 1.5em;
}

/** STORIES **/

.page .column_main.story .title {
	text-align: center
}

.page .column_main.story .subtitle {
	text-align: center;
	font-size: 1em;
}

.page .column_main.story .text .content p:first-child {
	margin-top: 0;
}

.story .content > p:first-child:first-letter {
	float: left;
	display: block;
	font-family: "Gotham SSm A", "Gotham SSm B";
	color: #18398a;
	font-weight: bold;
	text-align: center;
	font-size: 5em;
	line-height: .9;
	margin-bottom: -.1em;
	margin-right: .2em;
	text-shadow: .025em .025em 0 #fff, .05em .05em 0 #99ca3b
}

.story_cover_container {
	max-width: 1500px;
	margin: 0 auto;
}

.story_cover_container .cover {
	max-width: 1500px;
	margin: 0 auto;
	background-size: cover;
	background-position: center top;
	position: relative;
	padding-top: 40%;
	background-color: #18398a;
}

.story_cover_container .cover .cover_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	box-shadow: inset 0 0 5em rgba(0,0,0,.25)
}

.story_cover_container .cover .cover_overlay .cover_text {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 4em;
}

.story_cover_container .cover .cover_text .title {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-shadow: 0 0 1em #000, 1px 1px 0 rgba(0,0,0,.5);
}

.story_cover_container .cover .cover_text .line {
	display: block;
	width: 10%;
	height: .15em;
	background-color: #99ca3b;
	margin: 1em auto 1.5em;
}

.story_cover_container .cover .cover_text .subtitle {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-shadow: 0 0 1em #000, 1px 1px 0 rgba(0,0,0,.5);
}

/** FLEX CONTENT **/

.flex .title {
	text-align: center;
}

.flex .flex_node {
	margin: 2em 0;
}

.flex .flex_node:first-child {
	margin-top: 0;
}

.flex .title hr {
	margin: 2em 0;
}

.flex .highlight {
	padding: 2em;
	background-color: #18398a;
	color: #fff;
}

.flex .highlight .title {
	color: #99ca3b !important;
}

.flex .highlight a {
	color: #99ca3b;
}

.flex .highlight a:hover {
	text-decoration: none;
}

.flex .buttons {
	text-align: center;
}

.flex .buttons a {
	font-size: .8em;
}

.flex .gallery .gallery_array {
	margin: 2em auto 0;
	text-align: center;
}

.flex .gallery .gallery_array img {
	display: inline-block;
	width: -moz-calc(18% - 2em);
	width: -webkit-calc(18% - 2em);
	width: calc(18% - 2em);
	margin: 1em
}

.flex .columns .columns_array {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
	margin: 2em 0 0;
    font-size: .7em;
    text-align: center;
}

.flex .columns .columns_array p {
	margin: 0;
	line-height: 1.5
}

.flex .columns .columns_array p br {
   display: block;
   content: " ";
   margin: 1em 0;
}

.home .container.videos {
	overflow: auto;
	margin: 0 auto;
	text-align: center
}

.videos_array {
	overflow: auto
}

.videos .video_item {
	display: block;
	width: 33.33%;
	padding: 2em;
	float: left;
}

.videos .video_item:nth-child(3n+1) {
	clear: left;
}

.videos_wrapper {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	background-color: #eee;
}
.videos_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videos .videos_text {
	margin-top: 1em;
	line-height: 1.4;
	text-align: left;
}

.videos .videos_text .videos_title {
	font-size: 1.2em;
	color: #18398a;
	display: block;
	font-weight: bold;
}

