nav.navigation--header {
display: none !important;
}
.contact-name {
	display: block;
	margin-top: 5px;
}
.internal .main-content-container {
	margin-top: 25px;
	float: right;
}
.internal-single-column .main-content-container {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.internal .auxiliary-content-container {
	padding-left: 0;
	padding-right: 5%;
}
.internal .main-content-container h1, .internal .main-content-container h2 {
	color: #008040;
}

.image-background h1 {
	color: #fff !important;
}
.internal .main-content-container #contact h1 {
	float: left;
}
.internal .main-content-container #contact .contact-card {
	float: right;
}
.internal .main-content-container #headline {
	clear: both;
}


.internal .auxiliary-content-container.events-sidebar {
	width: 40%;
}
.internal .main-content-container.events-sidebar{
	width: 60%;
}

@media screen and (max-width: 768px) {
	.internal .auxiliary-content-container {
		clear: both;
		margin-bottom: 25px;
	}
}

.internal .auxiliary-content-container.events-sidebar .resource-links:nth-of-type(1){
	float: left;
	width: 49%;
	margin-right: 1%;
}

.internal .auxiliary-content-container.events-sidebar .resource-links:nth-of-type(2) {
	float: left;
	width: 49%;
	margin-left: 1%;
}


.sponsor-logos {
	padding-top: 15px;
	padding-bottom: 0;
}
.sponsor-logos > .internal {
	max-width: 1024px;
}
.sponsor-logos > .internal .logo-container {
	width: 100px;
	margin: 0 0 15px 0;
}
.sponsor-logos > .internal h1 {
	margin-bottom: 15px;
}
.sponsor-logos > .internal .logo-container img {
	width: 100px;
}
.internal .main-content-container.main-full-width {
	width: 100%;
}
.internal .main-content-container.main-full-width table#member-list th {
	padding: 0;
	font-size: .7em;
}
.internal .main-content-container.main-full-width table#member-list td {
	font-size: .7em;
	padding: 0;
	text-align: center;
}
.internal .main-content-container.main-full-width table#member-list td.greenbg {
	text-align: center;
	vertical-align: middle;
	background: #07C503;
}
.internal .main-content-container.main-full-width table#member-list td.redbg {
	text-align: center;
	vertical-align: middle;
	background: #E51839;
}

.internal .main-content-container.l-no-sidebar {
	width: 70%;
}

.loading {
	width: 50%;
	margin: 5% auto;
	text-align: center;
	color: #00a4e4;
}
.loading p {
	font-size: 2em;
	line-height: 2em;
}
.loading p .ss-loading {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-animation: spin 5s infinite;
	-moz-animation: spin 5s infinite;
	-o-animation: spin 5s infinite;
	animation: spin 5s infinite;
}
.loading p .ss-loading:before {
	font-size: 24px;
}

.spotlight {
	margin-top: 30px;
	line-height: 20px;
}

.blog {
	min-height: 1000px;
}

.blog .title {
	padding: 0;
}

.blog .title:hover {
	background: #008cba;
}

.blog .title h1 {
	margin-bottom: 0;
	max-width: 100%;
}

.blog .title a {
	color: white;
	display: block;
	padding: 0 30px;
	line-height: 30px;
}

@media only screen and (min-width: 40.063em) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2em;
	}
}

p {
	line-height: 1.4em;
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);

	}
	100% {
		transform: rotate(360deg);

	}
}

@-moz-keyframes spin {
	0% {
		transform: rotate(0deg);

	}
	100% {
		transform: rotate(360deg);

	}
}

@-o-keyframes spin {
	0% {
		transform: rotate(0deg);

	}
	100% {
		transform: rotate(360deg);

	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);

	}
	100% {
		transform: rotate(360deg);

	}
}

.tray .tray-nav .tray--nested {
	margin-left: 0;
}
.navigation-container.is-expanded .primary-navigation .has-children {
	display: none;
}
.navigation-container.is-expanded .primary-navigation .has-children.is-active {
	display: list-item;
}
.navigation-container.is-expanded .primary-navigation .has-children.is-active .back-button {
	position: initial;
}
.navigation-container.is-expanded .primary-navigation .has-children.is-active .has-children {
	display: list-item;
}
.sponsor-logos {
	background-color: #fff;
}
.sponsor-logos h1 {
	color: #00a4e4;
}
.slick-dots {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	margin-top: 10px;
	float: right;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border: 1px solid #00a4e4;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	overflow: hidden
}
.slick-dots li.slick-active {
	background-color: #00a4e4;
}
.slick-dots li button {
	background: white;
}
.slick-dots li.slick-active button {
	background-color: #00a4e4;
}
@media screen and (min-width: 768px) {
	.tray .tray-nav {
		margin-left: 150px;
	}
	.is-slidden>.tray-image-container {
		display: none;
	}
	.tray .tray-nav .tray--nested {
		margin-left: 100%;
	}
	.navigation-container.is-expanded .primary-navigation .has-children {
		display: inline-block;
	}
	.navigation-container.is-expanded .primary-navigation .has-children.is-active {
		display: inline-block;
	}
	.navigation-container.is-expanded .primary-navigation .has-children.is-active .back-button {
		position: absolute;
	}
	.navigation-container.is-expanded .primary-navigation .has-children.is-active .has-children {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.card--advocacy.card {
		width: 100%;
		height: 160px;
	}
	.card--advocacy.card:first-child {
		display: block;
	}
	.cards--advocacy.cards .nav-button, .cards--advocacy.cards .nav-button a {
		height: 230px;
	}

	.cards--advocacy.cards .card-container {
		height: 230px !important;
	}
}
@media screen and (min-width: 768px) {
	.card--advocacy.card {
		width: 100%;
		height: 160px;
	}
	.cards--advocacy.cards .nav-button a {
		display: none;
	}
	.cards--advocacy.cards .bullet-nav {
		display: none;
	}
	.card--advocacy.card {
		width: 30%;
		margin: 1.5%;
		height: 160px;
	}
	.cards--advocacy.cards .card-container {
		width: 100%;
	}
}
@media screen and (min-width: 1024px) {
	.card--advocacy.card {
		height: 140px;
	}
}

// Events styles

.headerDarkBlueLarge {
	font-size: 13px;
	font-weight: bold;
	background-color: #ADADAD;
	padding-left: 4px;
}
.headerRedLarge {
	color: #FFFFFF;
	background-color: #FF1A1A;
	font-weight: bold;
	padding-left: 4px;
}

.SubjectHeadingBox {
	color: #FFFFFF;
	background-color: #f8981d;
	font-weight: bold;
	font-size: 13px;
}

.SubjectHeading {
	color: #FFFFFF;
	background-color: #e51937;
	font-weight: bold;
	/* [disabled]font-size: 13px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.SubjectHeadingBoxGreen {
	color: #FFFFFF;
	background-color: #7BB02D;
	font-weight: bold;
	font-size: 13px;
}

.SubjectHeadingBoxYellow {
	color: #FFFFFF;
	background-color: #f0cc01;
	font-weight: bold;
	font-size: 13px;
}



.font13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.background {
	background-color: #FFECEC;
}

.background2 {
	background-color: #FEE8CD;
}

.SubjectHeadingBoxPurple {
	color: #FFFFFF;
	background-color:#000066;
	font-weight: bold;
	font-size: 13px;
}

.SubjectHeadingBoxBlue {
	color: #FFFFFF;
	background-color:#00A4E4;
	font-weight: bold;
	font-size: 13px;
}
.sponsor {
	color: #940197;
	font-style: italic;
	font-weight: bold;
}
.greenbackground {
	background-color: #A8FFA8;
}

.purplebackground {
	background-color: #5161ac;
	color: #FFF;
}

.smalltext {
	font-size: 12px;
}
.redtext {
	color: #E5173E;
}
.bluetext {
	color: #0000B3;
}
.font15 {
	font-size: 15px;
}
.orange {
	color: #f0cc01;
}
#highlight a{
	color: #FFF;
}
.text9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.text10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.font11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.SubjectHeadingBox-Green {
	color: #FFFFFF;
	background-color: #4fb257;
	font-weight: bold;
	font-size: 13px;
}
.SubjectHeadingBox-LightGreen {
	color: #333333;
	background-color: #BFE3C2;
	font-size: 13px;
}
.SubjectHeadingBox-DarkGreen {
	color: #333333;
	background-color: #A2CB43;
	font-size: 13px;
	font-weight: bold;
}
.SubjectHeadingBox-LightBlue {
	color: #000000;
	background-color: #ECF8FF;
	font-size: 13px;
}

/* clear resources icons */
.resource-links h3:after {
	content: "";
}
.padding-left {
	padding-left: 10px;
}

/* legislative scorecard */
.Republican {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #790000;
	text-align: center;
}
.democrat {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00005B;
	text-align: center;
}
.redbg {
	background-color:#E51937;
	color:#FFFFFF;
	text-align: center;
	font-size: 12px;
}

.greenbg {
	background-color: #06C431;
	color:#FFFFFF;
	text-align: center;
	font-size: 12px;
}
.name {
	text-align: left;
	font-size: 11px;
}

@media print { 
	a[href]:after { content: "" };
}

.test {
	color: #F00;
}
.top-bar-section ul li>a {
	display: block;
	width: 100%;
	color: #ffffff;
	padding: 12px 0 12px 0;
	padding-left: 15px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: none;
	background-color: #e7e7e7;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	color: #C60000;
	background-color: #FFFFFF;	
}

.top-bar .top-bar-section .right li a {
	background-color: #e7e7e7;
	color: #C60000;
}

.top-bar {
	background-color: #e7e7e7;
}

#about {
	padding-top: 60px;
	padding-bottom: 60px;
}
.reports .row .large-12.columns h1 {
	color: #94352F;
	font-size: 36px;
	text-align: center;
}
.reports {
	background-color: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 60px;
}
#contribute-box {
	padding-top: 60px;
}
.footer-custom {
	background-color: #999;
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
}
.sticky .top-bar {
}
.top-bar .title-area .name {
	color: #666;
}
#search {

	float: right;
}
  input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
background-image: inherit;
box-sizing: content-box;
}
	
/* 
header .header-wrapper .nav-wrapper .actions-container .search {
 display: none;
}*/
#content ul li {
	padding-bottom: 15px;
}
