/* SMARTPHONES PORTRAIT */
@media only screen and (max-width: 614px) {
	
body { font-size: .8em }

.hide { display: none !important }

.show { display: block !important }

header {
	width: 100%;
	box-shadow: 0 0 .5em rgba(0,0,0,0.1);
}

.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	box-shadow: 0 0 1em rgba(0,0,0,0.25);
	overflow: auto;
}

.footer_offset {
	margin-bottom: 90px;
}

#jump {
	margin-top: -5em;
	margin-bottom: 5em;
	display: block;
}

/* MASTHEAD - LOGO */

.header_logo {
	height: 1.3em;
	margin: .4em auto !important;
	display: block;
	float: none;
}


/* MASTHEAD - SOCIAL MEDIA */

.header_social { display: none }


/* MASTHEAD - GET UPDATES */

.header_updates {
	display: none;
	margin-left: 35px;
	margin: 0px auto;
	float: none;
}


/* NAVIGATION */

.nav_container {
		width: 100%;
		border-top: 0px solid #eaeaea;
		border-bottom: 0px;
		padding: 0px;
		overflow: auto;
}

.nav {
	display: none;
	width: 540px;
	font-size: .6em;
}

.nav ul li {
	display: inline;
	padding: 0px 8px;
}

.nav_social { display: inline !important }
.nav_social img { height: 10px; width: auto; margin-bottom: -1px }

.nav_mobile {
	display: block;
	position: absolute;
	z-index: 999;
	
}

#nav_mobile_buffer {
	display: block;
	height: 64px;
	width: 100%;
	z-index: 1 
}

/* SLIDER */

.slider {
	width: 100%;
	margin: 0;
}

.slidernew_inside {
	padding-top: 0%;
	overflow: auto;
}

.slider_post {
	width: 100%;
	padding-top: 60%;
	height: auto;
	position: relative;
	float: left;
	border-right: 0;
	border-bottom: 1px solid #272727;
}

.slider_post:nth-child(2) {
	width: 50%;
	padding-top: 30%;
	position: relative;
	border-bottom: none;
	border-right: 1px solid #272727;
}

.slider_post:nth-child(3) {
	width: 50%;
	padding-top: 30%;
	right: 0;
	bottom: 0;
	top: auto;
	left: auto;
	border-right: none;
	border-bottom: none;
}

.slidernew:hover .slider_post {
	opacity: .5
}

.slidernew:hover .slider_post:hover {
	box-shadow: inset 0 0 5em rgba(0,0,0,0.25);
	opacity: 1;
}

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

/* COVER */

.cover { padding-top: 80% }

.cover_sub { font-size: 1em }

.cover_logo {
	max-width: 300px !important;
	width: 80% !important;
	display: block;
	margin: 0 auto;
}

.alt .cover { padding: 3em 2em }


/* ACTION BAR */

.actionbar_container {
	display: none;
	margin: 2em 2em 0;
	background: #31377e !important;
}

.actionbar {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	display: block;
}

.actionbar a {
	font-family: "CenturyGothicStd";
	display: block;
	background-color: #484e95;
	border: .5em solid #31377e
}

.actionbar a:first-child {
	background-color: #ac2a38 !important;
	font-family: "CenturyGothicStd-Bold";
	padding: .625em;
	font-size: 1.6em;
	background-image: none;
	border: 0
}

.actionbar a:nth-child(3) {
	border-top: 0;
	border-bottom: 0;
}

.actionbar a span {
	text-align: center;
}

.actionbar a:hover { background-color: #7179d6 }

/* SOCIAL */

.social {
	display: block;
}

.social_twitter {
	width: 100%;
	display: block;
	background-color: #ac2a38;
	background-image: url('http://www.freedomforallamericans.org/images/twitter_bg2.svg') !important;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.social_twitter:hover { background-size: 100% auto; right: 0px }

.social_twitter_bird { display: none }

.social_twitter_container {
	width: 100%;
	display: block;
	text-align: center;
	padding: 0;
}

.social_twitter .button { margin: 1em auto 0 }

.social_facebook .button { margin-bottom: 0 }

.social_facebook {
	width: 100%;
	display: block;
	background-color: #31377e;
	background-image: url('http://www.freedomforallamericans.org/images/facebook_bg.svg');
	background-size: 75% auto;
	background-position: center center;
}

.social_twitter .title {
	display: block;
	margin: 0 auto .25em auto;
	padding: 0;
}

/* FOOTER */

.scrollup {
	visibility: visible;
    width: 3em;
    height: 3em;
	display: block;    
    margin: 0 auto 1.5em;
    background: url('http://www.freedomforallamericans.org/images/jump.svg') no-repeat #fff center center;
    background-size: 3em 3em;
}

.footer_logo { display: none }
.private .footer_logo { display: block }

.footer_nav { display: none }

.footer_nav_social img { height: 10px; margin-bottom: -1px; width: auto; }

.footer_links { font-size: 1em; }

.footer_links ul li {
	display: inline;
	padding: 0px 8px 0px;
	color: #ccc;
	text-transform: none;
	font-size: .7em
}

.footer_links ul li:first-child {
	display: block;
	padding-bottom: 5px;
	font-family: "CenturyGothicStd-Bold";
	text-transform: uppercase;
	color: #fff;
	font-size: 1em
}

.footer_social { 
	display: inline;
	width: auto;
	height: 30px;
	padding: 20px 10px 0px }

/* PAGE WRAPPER */

.page {
	width: 100%;
	padding: 1.5em 0;
	overflow: hidden
}

.breakout .page {
	padding: 1.65em 0;
}

.main_column,.main_column_wide {
	display: block;
	width: 100%;
	padding: 0 1.5em;
	border: 0;
}

.side_column { display: none }


/* SIDEBAR */

.sidebar_action {
	font-size: 1em;
	padding: 8px 0px;
	margin-bottom: 5px;
}

.sidebar_connect {
	margin-top: 20px;
	padding: 8px 0px;
	font-size: 1em;
}

.sidebar_connect img {
	display: inline-block;
	height: 12px;
	width: auto;
	padding-left: 15px;
}


/* POST STYLES */

.post_text {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.post_text img {
	margin: 0px auto !important;
	max-width: 90% !important;
	min-width: 70% !important;
	height: auto !important;
	display: block !important;
	float: none !important;
	padding: 10px 0px !important;
}

.post_share {
	font-size: 1em;
	line-height: 100%;
}


.post_comments {
	font-size: 1em;
	line-height: 100%;
}

blockquote {
	width: -moz-calc(100% - 2em);
	width: -webkit-calc(100% - 2em);
	width: calc(100% - 2em);
}


/* HOMEPAGE */

.home_row { display: block }

.home_pledge {
	background-color: #ac2a38;
	display: block;
	width: 100%;
	padding: 2em;
	border-right: 0;
}

.home_pledge_title { display: none }

.home_pledge_title2 {
	display: block;
	width: 70%;
	max-width: 300px;
	margin: 0 auto;
}

.home_pledge h2 {
	color: #f2a6ae;
	font-size: 1.6em;
	text-transform: uppercase;
}

.home_pledge p {
	font-family: CenturyGothicStd;
	color: #fff;
}

.home_pledge input {
    height: auto;
    padding: .65em;
    max-width: 350px; 
    width: 100%;
    border: 0;
    background-color: #fff;
    font-family: "CenturyGothicStd";
    font-size: 1.2em;
}

.home_pledge input[type=submit] {
	margin: 1em auto 0;
	height: auto;
	padding: .75em 1em;
	text-align: center;
	border: 0;
	background-color: #31377e;
	line-height: 1;
	font-family: "CenturyGothicStd-Bold";
	font-size: 1em;
	color: #fff;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	display: block;
	-webkit-appearance: none;
	border-radius: 0px;
}

.home_map {
	width: 100%;
	display: block;
	padding: .5em 2em 2em;
}

.home_map h1 {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2 !important;
	text-transform: uppercase
}

.home_map .map_cover {
	max-width: 100%;
	margin-bottom: -1.5em;
}

.home_map .map_key li.map_key_line {
	width: 100%;
	float: none;
}

.home_roadmap_container {
	margin-top: -2em;
}

.home_roadmap {
	width: 100%;
	padding: 3em;
}

.home_news_container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 2em;
	border-bottom: 1px solid #eee;
}

.home_news ul li {
	float: none;
	width: 100%;
	text-align: justify;
	padding: 0;
	border-right: 0;
}

.home_news .category_text {
	width: 80%;
	padding-left: 1.5em;
	float: left;	
}

.home_news ul li a {
	text-decoration: none;
	display: block;
	overflow: auto;
	opacity: 1;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #eee;
}

.home_news ul li:last-child a {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: .5em;
}

.home_news ul li a:hover { opacity: .7 }

.home_news_thumb {
	display: block;
	float: left;
	width: 20%;
	padding-top: 18%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #eee;
}

.home_news h2 { font-size: 1.6em }
.home_news h3 { margin-top: 0 }

.home_news .excerpt {
	text-align: left;
	color: #555;
	line-height: 1.4;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.home_resources {
	width: 100%;
	padding: 2em 2em .5em 2em;
	display: block;
	border-right: 0;
}

.home_resources .sidebar_resources_title {
	width: 60%;
	height: auto;
	margin: 0 auto 1em;
	display: block;
}

.home_featured {
	width: 100%;
	padding: 2em;
	display: block;
	background-color: #31377e;
	text-align: center;
}

.home_featured h3 {
	display: none;
}

.home_featured h2 {
	text-align: center;
	color: #a1a8f2;
	font-size: 1.6em;
	margin-bottom: .5em;
}

.home_featured .featured_text {
	width: 100%;
	padding-right: 0;
}

.home_featured .featured_text .excerpt {
	font-family: CenturyGothicStd;
	color: #ffffff;
}

.home_featured .featured_thumb {
	float: none;
	width: 100%;
	padding-top: 60%;
	margin-bottom: 2em;
	border: 0;
}

.programs {
	margin-bottom: -2em
}

.home_program {
	width: 20%;
	padding: 0 1em;
	border-right: none;
}

.home_program:hover {
	opacity: 1
}

.programs_details {
	margin: 0;
	background-color: #eee;
}

.sliding_arrow_container {
	height: 1.5em;
}

.sliding_arrow {
	width: 3em;
	height: 1.5em;
}


/* CATEGORY */

.category_description {
	display: block;
	margin: 0px auto 30px;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}

.category_description p { text-align: justify !important }

.category_item { width: 100%; float: none; margin: 0px }
	
.category_item_a { width: 90%; margin: 0px auto 30px auto; display: block; float: none }

.category_item_a:nth-child(3n+1) {
	margin: 0px auto 30px auto !important;
}

.category_resource_thumb {
	float: left;
	width: 80px;
	padding-top: 66px; 
	margin-right: 20px;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center center;
	background-color: #eee;
}

.category_resource_item {
	width: 100%;
	text-align: left;
	overflow: auto;
	margin: 10px 0px;
	display: inline-block;
	border-bottom: 1px solid #eaeaea;
	}

.category_resource_a {
	margin-right: 0px;
	float: none;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.category_resource_a:hover { opacity: .8 }

.category_resource_text {
	width: -moz-calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
	border-bottom: 0px;
	display: block;
	float: left;
	padding: 0px 0px 10px 0px;
}

.category_resouce_text span {
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}


/** LGBT UNIVERSITY **/

.lgbtu .title {
	display: block;
	width: 100%;
	padding: .25em 0;
	text-align: center;
	font-size: .8em;
	font-family: CenturyGothicStd;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #ac2a38;
}

.lgbtu table { padding: 0; margin: 0; border: 0;  }

.lgbtu table td {
	width: 90%;
	padding: 5%;
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #ac2a38 !important;
	font-size: 1em;
	line-height: 135%;
}

.lgbtu table td h2 { margin-top: 0 !important; color: #31377e; font-size: 1em; }


.lgbtu table td img { display: none !important; }

.lgbtu table td span { padding-top: .25em; display: block; }

.lgbtu2 table { display: block }

.lgbtu2 table tbody { display: block }

.lgbtu2 table tr { display: block }

.lgbtu2 table td {
	width: 100%;
	display: block;
	padding: 1.5em;
	background-color: #fafafa;
	vertical-align: top;
	text-align: center;
	font-size: 1em;
	line-height: 1.4;
}

.lgbtu2 table td:nth-child(2n) {
	background-color: #eee;
}

.lgbtu2 table td h2 {
	margin: 1em 0;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2
}

.lgbtu2 table td img {
	min-width: 1px !important;
	width: 15%;
	height: auto;
	padding: 0 !important;
	margin: 0 auto;
}

.lgbtu2 table td span {
	display: block;
	font-size: 1em;
	line-height: 1.4;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/** FADA ACTION CENTER **/

.fada h1 {
	max-width: 100%;
	margin: 0 auto;
}

/** STATE PAGE CATEGORY **/

.states_page { padding-top: 0; padding-bottom: 0; }

#states.side_column {
	display: block;
	width: 100%;
	float: none;
	padding: 0;
	border-left: none;
}

.states .state_icon {
	padding-top: 60%;
	background-size: 40%;
	overflow: hidden;
}

.states .state_icon img {
	width: 40%;
	height: auto;
	top: 8%;
	left: 30%;
	z-index: 2;
}

.states .state_icon div {
	bottom: 0;
	left: 0;
	box-shadow: 0 0 2em #ccc;
}

.states .state_icon div span {
	margin: 0;
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	padding: 1em .5em;
}

.states .side_list {
	padding: 0;
	margin: 0;
}

.states .side_list li a {
	padding: 2em;
	font-size: 1em;
}

.states .side_list li a:hover { background-color: #4b529b }

.states .side_list li:last-child a {
	border-bottom: none !important;
}

.states .side_list li:first-child {
	display: block;
	padding: 1em .5em;
	font-size: 1em;
	text-transform: uppercase;
	font-family: CenturyGothicStd-Bold;
	font-weight: 100;
	background-color: #ad2a38;
	color: #fff;
	border-bottom: none;
	text-align: center;
}

.states .side_list li:nth-child(5),
.states .side_list li:nth-child(6),
.states .side_list li:nth-child(7),
.states .side_list li:nth-child(8),
.states .side_list li:nth-child(9) { display: none }

.states .side_list li:nth-child(4) a { border-bottom: 0 !important }

.states .side_list li a .title {
	display: block;
}

.states .side_list li a .date {
	display: block;
	text-transform: uppercase;
	font-family: CenturyGothicStd-Bold;
	margin-top: .25em;
	color: #a4a9ec;
	font-size: .8em;
}

.states .side_voice li:nth-child(2) a .voice_overlay {
	padding: 2em;
}

.main_column .states {
	font-size: .9em;
	padding-top: 2em;
}

.main_column .states a { color: #30377d; text-decoration: underline }
.main_column .states a:hover { color: #7179d6; text-decoration: none }

.states .side_campaign a img {
	max-width: 75%;
	margin: 0 auto;
}

.states .side_campaign li a {
	background: none !important;
	padding: 2em 0 0 !important;
}

.states .side_campaign li:last-child a {
	padding-bottom: 2em !important;
}

.side_summary {
	width: 100%;
	padding: 2em 1.5em;
	font-size: 1em;
	font-family: CenturyGothicStd;
	font-weight: 100;
	background-color: #ae2835;
	color: #fff;
	line-height: 135%;
	text-align: center;
	text-decoration: none;
	position: relative;
	background-image: url('http://www.freedomforallamericans.org/images/arrow_down_blue.png');
	background-size: 5%;
	background-position: center top;
	background-repeat: no-repeat;
}

#states .post_text h1,#states .post_text h2,#states .post_text h3,#states .post_text h4,#states .post_date,#states .post_author { text-align: left }

/** STATEHOME PAGE **/

.state_list {
	padding: 0;
	margin-top: 0;
}

.stateshome { width: 100% }

.stateshome .state_container {
	width: 100%;
	overflow: auto;
	float: none;
	display: table;
	padding: 0;
}

.stateshome .state_icon {
	width: 15%;
	display: table-cell;
	padding-top: 15%;
	background-color: #d0d0d0 !important;
	position: relative;
	box-shadow: none;
	-webkit-transition: box-shadow .5s ease, background-color .5s ease;
	-moz-transition: box-shadow .5s ease, background-color .5s ease;
	-o-transition: box-shadow .5s ease, background-color .5s ease;
	transition: box-shadow .5s ease, background-color .5s ease;
}

.stateshome .state_icon img {
	position: absolute;
	display: block;
	width: 70%;
	height: auto;
	top: 15%;
	left: 15%;
	padding: 0 !important;
	max-width: 100%;
	z-index: 2;
	-webkit-transition: width .5s ease, top .5s ease, left .5s ease;
	-moz-transition: width .5s ease, top .5s ease, left .5s ease;
	-o-transition: width .5s ease, top .5s ease, left .5s ease;
	transition: width .5s ease, top .5s ease, left .5s ease;
}

.stateshome .state_container:hover .state_icon {
	box-shadow: none;
}

.stateshome .state_label {
	width: 85%;
	font-size: 1.2em;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

.stateshome .state_list a {
	display: block;
}

.stateshome .state_list a:nth-child(2n) .state_label {
	background-color: #4b529b !important
}

.stateshome .state_list a:nth-child(2n) .state_icon {
	background-color: #eee !important
}

.stateshome h2 {
	color: #fff;
	line-height: 1.2;
	padding: 1em;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	background-color: #ac2937;
}

.stateshome .state_description p {
	margin: 0;
	text-align: left;
	font-family: 'CenturyGothicStd';
	line-height: 1.4;
}

.stateshome .state_description p b,.stateshome .state_description p strong {
	font-family: 'CenturyGothicStd-Bold';
	font-weight: 100;
}

.stateshome .state_description {
	display: block;
	background-color: #b83a48;
	padding: 1em;
	color: #fff;
}

.map_cover_inside {
	display: block;
}

.map_key {
	max-width: 100%;
	margin: -1em auto 1.5em;
}

.map_key li.map_key_line {
	padding: 0;
	vertical-align: top;
	margin: 0;
	display: table;
	font-size: .8em;
	font-family: CenturyGothicStd;
	color: #555;
}

.map_key li.map_key_line span {
	display: table-cell;
	padding: 0;
}

.map_key li.map_key_line div {
	display: table-cell;
}

.map_key li.map_key_line div div {
	width: 1em;
	height: 1em;
	margin-right: .25em;
	display: block;
}

/** STAFF PAGE **/

.staff h4 { margin-top: .15em }

.staff_table img {
	margin: none !important;
	display: inline-block !important;
	padding: 0 !important;
	margin: 0 0 0 .25em !important;
	min-width: 1px !important;
	height: .75em !important;
}

.about_table li {
	width: 100%;
	float: none;
}

/** PRIVATE RESOURCES **/

#private header.private h1 {
   width: auto;
    padding: 30px 30px;
	font-size: .8em;
}

#private .footer_logo { display: block; margin: 0 auto }

#private .footer_container span { padding: 1em 0 }

/** NEW CATEGORY PAGE **/

.category_nav { font-size: .8em }

/* PAGE WRAPPER WIDE */

.wide { font-size: 1em }

.wide .post_text > p:first-child {
	margin-top: 0
}

.full .main_column {
	width: 100%;
	padding: 0 2em;
	margin: 0;
	border: 0;
}

/** NEW VOICES **/

.voices .main_column {
	padding: 0 1.5em;
}

.voices_set {
	overflow: auto;
	border: 0;
	margin-bottom: 0;
}

.voices .description {
	max-width: 100%;
	margin: 0 auto 1.5em;
	text-align: justify;
}

.voices .description p { margin: 0 }

.voices_set a.voices_category {
	width: 100%;
	float: none;
    overflow: auto;
    margin-bottom: 1.5em;
    padding: 0 0 1.5em 0;
    border: 0;
    border-bottom: 1px solid #eee;
}

.home_voices {
	padding: 0 0 2em 0;
}

.home_voices img {
	display: block;
	width: 70%;
	max-width: 300px;
	margin: 0 auto 2em;
}

.home_voices .voices_set a.voices_category {
	border-bottom: 1px solid #eee;
	overflow: auto;
	width: 100%;
	float: left;
	padding: 0em 5em;
	border: none;
	margin: 0
}

.home_voices .voices_set a.voices_category:hover {
	opacity: 1
}

.home_voices .voices_set a.voices_category:last-child {
	padding: 0 2em .5em;
}

.voices_set a.voices_category .voices_category_thumb {
    display: block;
    float: left;
    width: 20%;
    padding-top: 18%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #eee;
}

.voices_set a.voices_category:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home_voices .voices_set a.voices_category .voices_category_thumb {
	background-size: cover;
	background-position: center center;
	padding-top: 70%;
	width: 100%;
	box-shadow: inset 0 0 3em rgba(0,0,0,0.25);	
}

.home_voices .voices_set a.voices_category .voices_category_text {
	padding: 1em 0 0;
	width: 100%;
	line-height: 1.2
}

.home_voices .voices_set a.voices_category .voices_category_text h3 {
	margin: 0 0 .5em 0;
	font-size: 1em;
	line-height: 1.2
}

.voices_set a.voices_category .voices_category_text .excerpt {
	font-family: 'CenturyGothicStd';
	font-size: .8em;
	color: #ac2938;
	line-height: 1 !important;
}

.voices_set a.voices_category .voices_category_text {
    width: 80%;
    padding: 0 0 0 1.5em;
    float: left;
}

.voices_set a.voices_category .voices_category_text h3 {
	margin: 0 0 .5em 0;
	font-size: 1em;
	line-height: 1.4;
	text-align: left;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.voices_set a.voices_category .voices_category_text .excerpt,
.voices_set a.voices_category .voices_category_text .subheading {
	font-family: 'CenturyGothicStd-Bold';
	font-size: .8em;
	color: #ac2938;
	line-height: 1.2;
	text-align: left;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.voices_set a.voices_category .voices_category_text .button { display: none }

.tabs li { font-size: .8em }

/** LEGISLATIVE TRACKER **/

.leg_table {
	width: 100%;
	background-color: #31377e;
}

.leg_table_title {
	background-color: #ac2a38;
	padding: .75em 0 .65em;
}

.leg_table li {
	padding: .75em 0 .65em;
	background-color: #444a95;
	border: .15em solid #31377e;
	text-transform: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.leg_table li:hover {
	background-color: #7179d6
}

.leg_table li.tab_active {
	background-color: #7179d6
}

/** STATES ORGANIZER CENTER **/

.states_campaigns li {
	display: block;
	float: left;
	width: 50%;
	padding: 1.5em 2.5em;
}

.state_action_leg_container {
	margin: 2em 0;
}

.states_action .legislation li:first-child span {
	width: auto;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/** VOICES SLIDER **/

.slick-arrow {
	top: 35%;
	width: 3em;
	height: 3em;
	left: 1em
}

.slick-next {
	right: 1em;
	left: auto;
}

.slick-arrow::before {
	width: 3em;
	height: 3em;
}

/** NEW HOME NEWS **/

.home_news_container {
	padding: 2em 0;
}

.new_home_news {
	padding: 2em 0 0;
	border-bottom: none
}

.new_home_news .main_column {
	border-right: none;
	float: none;
	margin-bottom: 2em;
}

.new_home_news .side_column {
	float: none;
	display: block !important;
	background-color: #31377e;
	width: 100%;
	padding: 0;
}

.new_home_news h2 {
	text-align: center;
	font-size: 1.6em;
	text-transform: uppercase;
	padding-bottom: .5em
}

.new_home_news .main_column .excerpt {
	text-align: justify;
}

.new_home_news .side_column h2 {
	text-align: center;
	font-size: 1.6em;
	color: #fff;
	background-color: #ac2937;
	line-height: 1;
	text-transform: uppercase;
	padding: 1em 0;
	margin: 0;

}

.new_home_news .button {
	margin-left: auto;
	margin-right: auto
}

.trending {
	display: block;
	padding: 0;
	font-size: 1em;
	background-color: #31377e;
	font-family: CenturyGothicStd;
	font-weight: 100;
	color: #fff;
	text-decoration: none;
}

.trending a h3 {
	font-size: 1.2em;
	text-align: center
}

.trending a .excerpt {
	font-size: 1.1em;
	text-align: center
}

.trending .button { font-size: 1em }
.trending .red:hover { background-color: #ac2a38 }

/** TRANS STUDENTS **/

.trans {
	padding: 0;
}

.trans h1 {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.4;
	text-transform: uppercase;
	display: inline;
	text-transform: none;
}

.trans .sub1 {
	font-size: 1.4em;
	padding: 0;
	display: inline;
	max-width: 100%;
	line-height: 1.4;
	white-space: normal;
	background-color: transparent;
	text-transform: none;
}

.trans .sub2 {
	display: inline;
	color: #fff;
	font-family: "CenturyGothicStd-Bold";
	font-size: 1.4em;
	line-height: 1.4;
	text-transform: none;
}

.wide_callout {
	background-color: #32397c;
	padding: 2em;
	margin: 2em -2em;
	width: -moz-calc(100% + 4em);
	width: -webkit-calc(100% + 4em);
	width: calc(100% + 4em);
	text-align: center;
}

.columns {
	margin: 1em 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	text-align: center;
}

.trans_page .tag_tag {
	line-height: 1.2;
	text-align: center
}

.trans_page h2 {
	text-align: center
}

.coalition img {
	display: inline-block !important;
	width: 32% !important;
	height: auto !important;
	padding: 0 1em 1em 1em !important;
	min-width: 1px !important
}

}