@media only screen and (min-width: 1px) and (max-width: 649px) {
	
body {
	font-size: .8em;
}

.hide {
	display: none !important
}

.show {
	display: inherit !important
}
	
/** HEADER **/

.mobile_buffer {
	height: 70px;
}

header {
	margin: 0 auto;
	position: fixed;
	top: 0
}

header .sub {
	display: none;
}

header .main .container {
	padding: .75em;	
    border-bottom: 0;
    box-shadow: 0 0 1em rgba(0,0,0,.25)
}

header .logo {
	width: 85px;
	margin: 0 auto
}

/** MOBILE NAV **/

header nav .nav_menu_icon {
	display: block;
	position: absolute;
	z-index: 99999;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	height: 1.25em;
	width: 1.75em;
	margin: 0 .5em;
	background-image: url('/images/menu.png');
	background-size: 100% 100%;
	background-position: center center
}

.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: 70px;
	right: auto;
	left: -100%;
	display: block;
	width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	height: -moz-calc(100% - 70px) !important;
    height: -webkit-calc(100% - 70px) !important;
    height: calc(100% - 70px) !important;
	z-index: 1;
    padding: 2em 3em 2.5em;
    background-color: #18398a;
    transform: translateY(0);
}

#expand:checked + label.expand > .nav_menu {
	left: 0;
}

#expand:checked + label.expand > .nav_menu_icon {
	background-image: url('/images/cross.png');
}

header nav .nav_menu div.nav_item {
	display: block;
}

header nav .nav_menu div.nav_item div.nav_link {
	display: block;
	color: #99ca3b;
	padding: 1em 0;
	cursor: default;
	font-size: 1em;
}

header nav .nav_menu div.nav_item:hover .nav_link {
	color: #99ca3b
}

header nav .nav_menu div.nav_item.callout {
	display: none
}

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

header nav .nav_menu div.nav_item .line {
	display: none
}

header nav .nav_menu div.nav_drop {
	position: relative;
	opacity: 1;
	pointer-events: inherit;
	border-top: none;
	left: auto;
	transform: none
}

header nav .nav_menu div.nav_drop a:before {
    content: "- ";
}

header nav .nav_menu div.nav_drop .nav_drop_inside {
	background-color: transparent;
	padding: 0;
	border: none;
}

header nav .nav_menu div.nav_item:hover div.nav_drop a {
	color: #fff !important
}

header nav .nav_menu div.nav_item:hover div.nav_drop a:hover {
	color: #fff !important
}

header nav .nav_menu div.nav_drop a {
	color: #fff !important;
	display: block;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	padding: .5em 0;
	cursor: pointer;
}

/** FOOTER **/

footer nav {
	display: none
}

footer .sub {
	display: block;
}

footer .sub div {
	display: block;
	width: 100%;
}

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

footer .copy {
	display: block;
	border-top: 1px solid #777;
	padding: 2em;
	text-align: center;
	color: #fff;
}

footer .copy b {
	display: block;
	text-transform: uppercase;
	margin-bottom: 1em
}

/** SOCIAL FOOTER **/

.social_footer {
	background: none
}

.social_footer .container {
	display: block;
}

.social_footer .twitter {
	display: block;
	width: 100%;
}

.social_footer .facebook {
	display: block;
	width: 100%;
}

.social_footer .facebook .thumb {
	width: 15%;
}

/** PAGE **/

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

.page .column_main {
	width: 100%;
	padding-right: 0;
	border-right: none;
}

.page .column_main.wide {
	width: 100%;
	border-left: none;
	margin: 0 auto;
	padding: 0 ;
}

.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 .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 .title_alt {
	font-size: 1em;
}

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

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

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

.page .column_main .text .content p {
	margin: 1.5em 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;
}

.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 {
	display: none;
}

.column_side b {
	display: block;
	color: #fff;
	background-color: #99ca3b;
	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;
}

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

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

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

.column_side .social {
	text-align: center;
	padding: 2em 0;
}

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

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

/** 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%;
	background-size: cover;
	background-position: center center;
	float: left;
	border: 1px solid #eee;
}

.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 {
	font-size: 1.4em;
}

.home .text {
	font-size: 1.2em;
	margin: 1em 0;
}

.home .container {
	margin: 3em auto;
	padding: 0 2em;
}

/** SLIDER **/

.container.feature {
	margin: 0 auto;
	padding: 0;
}

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

.feature .array .array_container {
	width: 100%;
	padding-top: 0%;
	overflow: auto;
	border-bottom: 1px solid #fff;
}

.feature .array .item {
	width: 100%;
	padding-top: 60%;
	position: relative;
	float: left;
	top: auto;
	left: auto;
	border-right: 0;
	display: block;
	background-size: cover;
	background-position: center center;
	border-bottom: 1px solid #fff;
}

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

.feature .array .item:nth-child(3) {
	width: 50%;
	padding-top: 30%;
	top: auto;
	right: auto;
	left: auto;
	border: none;
}

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

/** ABOUT **/

.about .text {
	max-width: 100%;
}


/** 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;
	padding: 0 2em;
	margin: 2em 0;
}

.action .action_thumb {
	width: 100%;
	padding-top: 60%;
	display: block;
	margin-bottom: 2em
}

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

/** NEWS **/

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

.news_array {
	display: block;
	width: 100%;
	padding: 0;
}

.news .news_link {
	width: 100%;
	display: block;
	border-right: none;
	border-bottom: 1px solid #eee;
	padding: 2em;
	overflow: auto;
}

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

.news .news_link .category_thumb {
	width: 20%;
	padding-top: 16%;
	float: left;
}

.news .news_link .category_thumb .button {
	display: none;
}

.news .news_link .category_thumb .overlay {
	display: none;
}

.news .news_link .category_text {
	width: 80%;
	float: left;
	margin-top: 0;
	padding-left: 2em;
}

/** PROGRAMS **/

.programs_array .program_link {
	border-right: none;
}

.programs .program_link .program_image .button {
	display: none;
}

.programs .program_link .program_image .overlay {
	display: none;
}

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

/** LEGISLATION **/

.legislation_array {
	font-size: .7em;
}

/** SPONSORS **/

.sponsors .sponsors_array .sponsor {
	width: 32%;
}

.column_main .sponsors_array .sponsor {
	width: 49%;
}

/** STORIES **/

.story_cover_container .cover {
	padding-top: 50%;
}

.story_cover_container .cover .cover_overlay {
	display: none
}

/** FLEX CONTENT **/

.flex .highlight {
	font-size: .9em;
}

.flex .columns .columns_array {
	margin: 2em 0 0;
    font-size: .6em;
    text-align: left;
}

/** VIDEOS **/

.videos .video_item {
	display: block;
	width: 100%;
	padding: 1em 0;
	float: none;
}

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

}