/* ==========================================================================



	BOOTSTRAP OVERRIDES
	========================================================================== */
.btn,.contentbox .capta-pw-wrap input[type=submit]{
	-webkit-border-radius:0;
	font-size:16px;
	font-weight:400;
	display:inline-block; 
	text-transform:uppercase;
}
.btn,h1,h2,h3,h4,h5,h6,label{
	font-weight:400
}
.search {
	margin: 0;
}




/* button.less */

.btn13 {
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #19a664 url(../gfx/texture.png) right -150px top -13px;
	padding: 10px;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;align-content;	
}

.btn12 {
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #2188b5 url(../gfx/texture.png) right -150px top -13px;
	padding: 10px;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;align-content;	
}

.btn11 {
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #f26e23 url(../gfx/texture.png) right -150px top -13px;
	padding: 10px;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;align-content;	
}
.btn {
	display: inline-block;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #f9c734 url(../gfx/texture.png) right -150px top -13px no-repeat;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.btn.alt1 {
	background-color: #19a664;
}
.btn.alt2 {
	background-color: #f26e23;
}
.btn.alt3 {
	background-color: #2188b5;
}

.btn:hover,
.btn:active,
.btn:focus {
	background-color: #595651;
	color: #fff;
}
.btn.alt1:hover,
.btn.alt1:active,
.btn.alt1:focus,
.btn.alt2:hover,
.btn.alt2:active,
.btn.alt2:focus,
.btn.alt3:hover,
.btn.alt3:active,
.btn.alt3:focus {
	background-color: #f9c734;
	color: #fff;
}



/* forms.less */
label {
	font-weight: normal;
	cursor: pointer;
}

.sidenavSignup input[type=checkbox] + label:before {
	content: "\f111";
	color: #f0f0f0;
}
.sidenavSignup input[type=checkbox]:checked + label:before {
	color: #f26e23;
}

/* app.less */
p strong,
ol li {
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
}

.contentbox {
	margin-right: 5px;
	margin-left: 5px;
}

.contentbox .capta-pw-wrap {
	padding: 20px;
	padding-right: 3.2%;
	padding-left: 3.2%;
}
.contentbox .capta-pw-wrap input[type=submit] {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	background: #f9c734 url(../gfx/texture.png) right -150px top -13px no-repeat;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}


.contentbox .hentry {
	padding-top: 15px;
}
.contentbox .hentry header h1 {
	margin-top: 40px;
}
.contentbox .hentry header .parenturl + h1,
.contentbox .hentry header .spanishurl + h1 {
	margin-top: 13px;
}





/* ==========================================================================



	CAPTA V2
	========================================================================== */

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ptacol {
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

a:hover,
a:active,
a:focus {
	color: #f26e23;
	outline: 0;
	text-decoration: none;
}

.subnav a,
.left a,
.right a,
.left a.bannertext p em,
#resourceshighlights .cta,
.captapagination .page a:after,
.btn,
input,
button,
.sidenavSignup input[type=checkbox]:checked + label:before {
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

body {
	font-size: 18px;
	line-height: 140%;
	-webkit-font-smoothing: antialiased;
}
/*body.admin-bar {
	padding-top: 32px;
}*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

li {
	margin-bottom: 5px;
}
ol > li > ul {
	/*margin-top: ;*/
	padding-left: 25px;
	list-style-type: disc;
}

p {
	line-height: 140%;
}

input,
textarea,
select {
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	border-radius: 0;
	webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius:         0;
}

.visuallyhidden,
.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}*/
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

@-webkit-keyframes fade-in {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fade-in {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fade-in {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fade-in {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes fade-out {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}
@-moz-keyframes fade-out {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}
@-o-keyframes fade-out {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes fade-out {
	0%   { opacity: 1; }
	100% { opacity: 0; }
}


#globalfooter {
	margin-top: 30px;
}

.socialboxwrap + #globalfooter {
	margin-top: 0;
}
.captainfo {
	height: auto;
	line-height: 100%;
	padding: 15px 25px 25px;
	font-weight: bold;
	letter-spacing: 1px;
}
.captainfo address,
.captainfo address p {
	line-height: 140%;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
/*.captainfo address p,*/
.captainfo address a {
	padding: 0 10px;
	border-right: 1px solid #366496;
}
.captainfo address .fax {
	border-right: none;
}
.captainfo .tel:before,
.captainfo .fax:before {
	margin-right: 5px;
	color: #f9c734;
}
.captainfo .tel:before {
	content: "T";
}
.captainfo .fax:before {
	content: "F";
}
.footerlinks {
	margin-top: 30px;
}
.footerlinks ul {
	height: 52px;
	line-height: 100%;
	margin-bottom: 0;
	list-style-type: none;
	letter-spacing: 0;
}
.footerlinks li {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.footerlinks li a {
	width: 68px;
	height: 52px;
/*	padding-left: 82px;*/
	padding-left: 0;
/*	padding-top: 20px;*/
	line-height: 52px;
	display: block;
	position: relative;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
}
.footerlinks li a > span,
.footerlinks button > span {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	vertical-align: top;
}

.footerlinks .donate button,
.footerlinks li a {
	-webkit-transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition:    width 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition:     width 0.3s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition:      width 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition:         width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/*.footerlinks li a > span > em {*/
.footerlinks em {
	width: 100%;
	height: 100%;
	line-height: 54px;
	position: absolute;
	left: 68px;
	top: 0;
	font-style: normal;
	text-align: left;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition:    opacity 0.3s ease-in-out;
	-ms-transition:     opacity 0.3s ease-in-out;
	-o-transition:      opacity 0.3s ease-in-out;
	transition:         opacity 0.3s ease-in-out;
	opacity: 1;
}
.footerlinks li.statelogin em {
	left: 82px;
	opacity: 1;
}
.footerlinks li i {
	width: 82px;
	height: 100%;
	line-height: 52px;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.footerlinks li a.statelogin {
	width: 258px;
/*	padding: 0;*/
}
.footerlinks li.sitemap em {
	left: 68px;
	opacity: 1;
}
.footerlinks a.statelogin i {
	text-align: right;
	padding-right: 14px;
}
.touch .footerlinks li a em
/*.footerlinks li a:hover em,
.footerlinks li a:active em,
.footerlinks li a:focus em,
.touch .footerlinks button em,
.footerlinks button:hover em,
.footerlinks button:active em,
.footerlinks button:focus em */{
	opacity: 1;
}
.footerlinks .statelogin a {
	width: 258px;
	padding-right: 0;
	padding-left: 0;
}
/*.footerlinks .statelogin a:hover,
.footerlinks .statelogin a:active,*/
.footerlinks .statelogin a:focus {
	background-color: #2188b5;
}
.footerlinks .contact a {
	background-color: #f9c734;
}
/*.footerlinks .contact a:hover,
.footerlinks .contact a:active,*/
.footerlinks .contact a:focus {
	width: 161px;
}
.footerlinks .sitemap a {
	background-color: #2188b5;
}
/*.footerlinks .sitemap a:hover,
.footerlinks .sitemap a:active,*/
.footerlinks .sitemap a:focus {
	width: 161px;
}
.footerlinks .spanish a {
	background-color: #f26e23;
}
/*.footerlinks .spanish a:hover,
.footerlinks .spanish a:active,*/
.footerlinks .spanish a:focus {
	width: 155px;
}
.footerlinks .elefint a {
	background-color: #0d2238;
}
.footerlinks .elefint a > span {
	background: url(../gfx/elefint.png) 30px center no-repeat;
}
/*.footerlinks .elefint a:hover,
.footerlinks .elefint a:active,*/
.footerlinks .elefint a:focus {
	width: 215px;
}
.footerlinks .donateform {
	float: left;
}
.footerlinks .donate button {
	width: 82px;
	height: 52px;
	padding: 0;
/*	padding-left: 82px;*/
/*	padding-top: 20px;*/
	line-height: 52px;
	display: block;
	position: relative;
	background-color: #19a664;
/*	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	margin: 0;
/*	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition:    width 0.3s ease-in-out;
	-ms-transition:     width 0.3s ease-in-out;
	-o-transition:      width 0.3s ease-in-out;
	transition:         width 0.3s ease-in-out;*/
}
/*.footerlinks .donate span {
	margin-left: 82px;
	display: inline-block;
}*/
/*.footerlinks .donate button:hover,
.footerlinks .donate button:active,*/
.footerlinks .donate button:focus {
	width: 158px;
	color: #fff;
	outline: 0;
}
.footerlinks .statelogin i:before {
	content: "\f109";
}
.footerlinks .contact i:before {
	content: "\f0e0";
}
.footerlinks .sitemap i:before {
	content: "\f0e8";
}
.footerlinks .donate i:before {
	content: "\f08a";
}
.footerlinks .spanish i:before {
	content: "\f1ab";
}



footer,
.footerlinks {
	margin: 0;
	padding: 0;
}


.captalogo {
	width: 164px;
	height: 0;
	line-height: 120%;
	margin: 0;
	padding-top: 90px;
	display: block;
	overflow: hidden;
	background: url('../gfx/captalogo-328.png') 0 0 no-repeat;
	background-size: 164px auto;
}

.owl-carousel {
	z-index: 1;
}
.owl-carousel .owl-wrapper-outer {
	z-index: 1;
}
.owl-dots {
	position: absolute;
	right: 95px;
	bottom: 27px;
}
.owl-dot,
.owl-nav .owl-next,
.owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-dot span {
	width: 14px;
	height: 14px;
	margin: 5px;
	background: #c5c3c1;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out;
	-moz-transition:    opacity 0.2s ease-in-out, background-color 0.3s ease-in-out;
	-ms-transition:     opacity 0.2s ease-in-out, background-color 0.3s ease-in-out;
	-o-transition:      opacity 0.2s ease-in-out, background-color 0.3s ease-in-out;
	transition:         opacity 0.2s ease-in-out, background-color 0.3s ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-dot.active span,
.owl-dot:hover span {
	background: #f9c734;
}

.owl-prev,
.owl-next {
	width: 52px;
	height: 0;
	line-height: 120%;
	padding-top: 92px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -46px;
	background: url(../gfx/sprite.png) no-repeat 0 -648px;
}

.owl-prev {
	left: 40px;
}
.owl-prev:hover,
.owl-prev:active {
	background-position: 0 -742px;
}
.owl-next {
	background-position: right -648px;
	right: 40px;
}
.owl-next:hover,
.owl-next:active {
	background-position: right -742px;
}

.togglebtn {
	width: 30px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	display: block;
	position: relative;
	border: none;
	background: none;
	outline: 0;
}
.togglebtn:before {
	content: "\f067";
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.togglebox.opened .togglebtn:before {
	content: "\f068";
}
.togglebtn:hover {
	color: #f9c734;
}






#globalheader {
	position: relative;
	z-index: 1000;
/*	background-color: #fff;*/
}
#globalheader h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 17px;
	left: 35px;
	z-index: 1;
}

#globalheader .searchbar,
#globalheader .navbar {
/*	width: 1130px;*/
	margin: 0 auto;
}

#globalheader .container {
/*	width: 1210px;*/
/*	width: 1130px;*/
	width: auto;
	padding: 0;
	background-color: #fff;
}
form.search input[type="text"] {
	width: 289px;
	height: 41px;
	line-height: 41px;
	padding: 0 15px;
	margin: 3px;
	float: left;
	border: 1px solid #fff;
	font-size: 20px;
}
form.search input[type="text"]:hover,
form.search input[type="text"]:active,
form.search input[type="text"]:focus {
	border-color: #f9c734;
	outline: 0;
}

form.search button {
	width: 38px;
	height: 47px;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: none;
}
form.search button:before {
	width: 38px;
	height: 47px;
	line-height: 47px;
	content: "\f002";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1f4268;
	color: #fff;
	text-align: center;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition:    border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-ms-transition:     border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition:      border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition:         border-color 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;

}
form.search button:hover:before,
form.search button:active:before,
form.search button:focus:before {
	background-color: #f9c734;
}

#globalheader form.search {
	width: 38px;
/*	margin-right: 1px;*/
	float: right;
	overflow: hidden;
	position: relative;

	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition:    width 0.3s ease-in-out;
	-ms-transition:     width 0.3s ease-in-out;
	-o-transition:      width 0.3s ease-in-out;
	transition:         width 0.3s ease-in-out;
}

#globalheader form.search input[type="text"] {
	margin: 0;
	position: absolute;
	top: 3px;
	right: 41px;

/*
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition:    opacity 0.3s ease-in;
	-ms-transition:     opacity 0.3s ease-in;
	-o-transition:      opacity 0.3s ease-in;
	transition:         opacity 0.3s ease-in;

	opacity: 0;*/

}
#globalheader form.search:hover,
#globalheader form.search:active,
#globalheader form.search:focus {
	width: 330px;
}
#globalheader form.search button {
	float: right;
}
#globalheader form.search:hover button:before {
	background-color: #f9c734;
}

/*
#maincontainer {
	margin-top: 60px;
}*/
#mainwrap {
	margin-top: 50px;
}
.subnav + #mainwrap {
	margin-top: 0;
}

#navbar {
	margin: 0;
	position: relative;
	background-color: #fff;
}

.captamenu,
.captamenu.fa,
.nav .togglebtn.fa {
	display: none;
}


/* ==========================================================================



	MODULES
	========================================================================== */

.dummyheight {
	margin-top: 97%;
	display: inline-block;
}

.subnav {
	line-height: 30px;
}
.subnav ul {
	margin-bottom: 0;
}
.subnav li {
	display: inline-block;
}
.subnav li.current_page_item a,
.subnav li.current_page_ancestor a {
	color: #2188b5;
	font-weight: bold;
}

.sidenav {
	margin-bottom: 45px;
}

/*.sidebar > .contentBox {
	margin: 0 5px;
	padding-top: 60px;
}*/

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	margin: 0 0 4px;
	position: relative;
	display: block;
}
.sidenav li a {
	margin: 0;
	padding: 5px 10.2%;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.sidenav li > a:hover,
.sidenav li > a:active,
.sidenav li > a:focus,
.sidenav .active > a {
	background: #f9c734 url(../gfx/texture0.png) 0 0 no-repeat;
	text-decoration: none;
}
.sidenav li > ul {
	max-height: 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	-moz-transition:    max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	-ms-transition:     max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	-o-transition:      max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	transition:         max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
}
.sidenav li.opened > ul {
	max-height: 9999px;
	-webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
	-moz-transition:    max-height 0.5s cubic-bezier(1, 0, 1, 0);
	-ms-transition:     max-height 0.5s cubic-bezier(1, 0, 1, 0);
	-o-transition:      max-height 0.5s cubic-bezier(1, 0, 1, 0);
	transition:         max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
.sidenav li.opened > a,
.sidenav li.opened .active > a {
	background-color: #eab42d;
}

.sidenav li > ul li {
	margin: 0;
}
.sidenav li > ul li a {
	padding-left: 15.3%;
	background-color: #ccc;
	background-color: #f9c734;
}
.sidenav .togglebtn {
	position: absolute;
	right: 3px;
	top: 3px;
	color: #fff;
	font-size: 14px;
}
.sidenav .togglebtn:hover,
.sidenav .togglebtn:active,
.sidenav .togglebtn:focus {
	color: #f26e23;
	color: #1f4268;
/*	color: #19a664;*/
}
.sidenav li.opened > .togglebtn:before {
	content: '\f068';
}

.left .contentbox,
.right .contentbox {
	min-height: 100%;
	height: 100%;
	background-color: #fff;
}

#mainwrapleft,
#mainwrapright {
	height: auto;
}

/*
.contentBox .contentBoxBody h3 {
	background: none;
	padding: inherit;
	color: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	margin: inherit;
}*/


.parenturl,
.spanishurl {
	color: #366496;
	font-size: 16px;
	text-decoration: underline;
}
.parenturl:before {
	content: "\f104 ";
	margin-right: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hentry {
	padding-bottom: 30px;
}

.hentry header {
	margin-bottom: 5px;
	padding-right: 3.2%;
	padding-left: 3.2%;
	border-bottom: none;
}

.hentry a.parenturl {
	margin-right: 10px;
}

.hentry h2 {
	margin: 10px 0px 20px;
	padding: 10px 15px;
	clear: both;
	background: #19a664;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.125em;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.hentry h3 {
	text-transform: none;
	font-size: 20px;
}
.hentry h4,
.hentry h5,
.hentry h6 {
	font-size: 18px;
}
.hentry p + h2,
.hentry ul + h2,
.hentry ol + h2 {
	margin-top: 30px;
}
.hentry header img {
	width: 100%;
	display: block;
}

.hentry .entry-content,
.hentry > .module {
	padding-right: 3.2%;
	padding-left: 3.2%;
}

.hentry .entry-content iframe {
	width: 100%;
	height: 444px;
}

.entry-content .btn {
	background-repeat: repeat;
}
.entry-content ul,
.entry-content ol {
	padding-left: 25px;
}
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 5px 20px;
}

.entry-content table {
	width: 100%;
	border: 0px solid #ccc;
}
.entry-content table th,
.entry-content table td {
	padding: 10px;
}

.entry-content img {
	margin-bottom: 45px;
	display: inline-block;
}
.entry-content img.alignnone {
	margin-bottom: 0;
}
.entry-content img.aligncenter {
	margin: 0 auto;
	display: block;
}
.entry-content img.alignleft {
/*	width: 400px;
	width: 50%;*/
	width: auto;
	height: auto;
	margin-right: 3.2%;
	float: left;
}
.entry-content img.alignright {
/*	width: 400px;
	width: 50%;*/
	width: auto;
	margin-left: 3.2%;
	float: right;
}

/*.entry-content .alignleftparent + ul {
	padding-left: 455px;;
}*/
.hentry .entry-content .module {
	margin-top: 30px;
/*	margin-bottom: 30px;*/
	margin-bottom: 10px;
	position: relative;
}
.hentry .entry-content .module h2 {
	margin-top: 0;
}
.hentry .entry-content .module.img-left > .ulwrap {
	padding-left: 50%;
}
.hentry .entry-content .module.img-left > .ulwrap ul {
	padding-left: 40px;
}

.togglebox {
/*	height: 37px;*/
	max-height: 37px;
	position: relative;
	overflow: hidden;
	-webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	-moz-transition:    max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	-ms-transition:     max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	-o-transition:      max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	transition:         max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
}
.togglebox .togglebtn {
	width: 100%;
	padding-top: 37px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
.togglebox .togglebtn:before {
	width: 100%;
	height: 37px;
	line-height: 37px;
	padding-right: 10px;
	text-align: right;
}
.togglebox + .togglebox,
.hentry .entry-content .module.togglebox + .togglebox {
	margin-top: 10px;
	margin-bottom: 10px;
}
.togglebox.opened {
	max-height: 9999px;
	-webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
	-moz-transition:    max-height 0.5s cubic-bezier(1, 0, 1, 0);
	-ms-transition:     max-height 0.5s cubic-bezier(1, 0, 1, 0);
	-o-transition:      max-height 0.5s cubic-bezier(1, 0, 1, 0);
	transition:         max-height 0.5s cubic-bezier(1, 0, 1, 0);
}
.togglebox h2 {
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out;
}
.togglebox h2 > span {
	width: 92%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.togglebox.opened h2 > span {
	white-space: normal;
}


.togglebox .togglebtn:hover + h2 {
	background-color: #f9c734;
}

.content-block.togglebox h2 {
	margin-top: 0;
}
.content-block.togglebox .togglebtn {
	right: 20px;
}

.module-post {
	margin-top: 0;
	padding: 40px 0;
	background: none;
}
.module-post h3 {
/*	margin: 0 0 30px;*/
	margin: 0 3.2% 30px;
	color: #366496;
	font-size: 30px;
}
.postwrap {
	margin: 0 1.6%;
}
.module-post ul {
	margin: 0 1.6%;
	padding: 0;
}
.module-post .post {
	width: 21.8%;
/*	float: left;*/
	display: inline-block;
	vertical-align: top;
/*	position: relative;*/
	margin-left: 1.6%;
	margin-right: 1.6%;
	margin-bottom: 30px;
	list-style-type: none;
}
.module-post .post > article header {
	margin: 0;
	padding: 0;
}
.module-post .post > article > a {
	display: block;
	color: #322222;
	font-size: 20px;
	text-transform: none;
}
.module-post .post > article > a:hover,
.module-post .post > article > a:active,
.module-post .post > article > a:focus {
	text-decoration: none;
}
.module-post .post img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.module-post .post h3 {
/*	margin-top: 0;
	margin-bottom: 10px;*/
	margin: 0 0 10px;
	background: none;
	color: #2188b5;
	font-size: 20px;
	text-transform: none;
}

.module-post .post h3,
.module-post .post p {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}

.module-post .post a:hover h3,
.module-post .post a:active h3,
.module-post .post a:focus h3,
.module-post .post a:hover p,
.module-post .post a:active p,
.module-post .post a:focus p {
	color: #155774;
}
.module-post .postfiltertag {
	color: #366496;
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;
}
.module-post .postfiltertag:hover,
.module-post .postfiltertag:active,
.module-post .postfiltertag:focus {
	color: #f26e23;
/*	text-decoration: none;*/
}

.module-post .captapagination,
.captapagination {
	list-style-type: none;
	text-align: center;
}
.captapagination li {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.captapagination .arrow {
	margin: 0 25px;
}
.captapagination .arrow a {
	width: 26px;
	height: 36px;
	display: block;
}
.captapagination .arrow a:after/*
,
.captapagination .arrow.prev.off a:hover:after,
.captapagination .arrow.prev.off a:active:after,
.captapagination .arrow.prev.off a:focus:after*/
 {
	content: "";
	width: 26px;
	height: 36px;
	display: inline-block;
	background: url(../gfx/sprite.png) no-repeat 0 -2320px;
}
.captapagination .arrow a:hover:after,
.captapagination .arrow a:active:after,
.captapagination .arrow a:focus:after {
	background-position: 0 -2370px;
}
.captapagination .arrow.next a:after/*
,
.captapagination .arrow.next.off a:hover:after,
.captapagination .arrow.next.off a:active:after,
.captapagination .arrow.next.off a:focus:after*/
 {
	background-position: right -2320px;
}
.captapagination .arrow.next a:hover:after,
.captapagination .arrow.next a:active:after,
.captapagination .arrow.next a:focus:after {
	background-position: right -2370px;
}
.captapagination .page a {
	width: 20px;
	height: 36px;
	display: block;
}
.captapagination .page a:after {
	content: "";
	width: 14px;
	height: 14px;
	margin: 11px 3px;
	display: inline-block;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #eaebed;
}
.captapagination .page a:hover:after,
.captapagination .page a:active:after,
.captapagination .page a:focus:after,
.captapagination .page.active a:after {
	background-color: #f9c734;
}

.takeaction {
	margin-top: 40px;
	margin-bottom: 0;
	background: #eff9fe;
}


.content-blocks {
	padding: 0 1.6% 1.6%;
}
.content-block {
	width: 50%;
	padding: 0 1.6%;
	display: inline-block;
	vertical-align: top;
}
.content-block h2 {
	margin: 10px 0px 20px;
	padding: 10px 15px;
	clear: both;
	background: #19a664;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.125em;
}
.content-block ul {
	padding-left: 25px;
}
.content-block li {
	list-style-type: none;
	position: relative;
}
.content-block li:before {
	content: '\2022';
	display: block;
	position: relative;
	top: 0;
	left: -15px;
	max-width: 0;
	max-height: 0;
	color: #f9c734;
	font-size: 20px;
}

.entry-carousel {
	margin-bottom: 20px;
	padding: 0 3.2%;
	position: relative;
	z-index: 1;
}
.entry-carousel img {
	width: 100%;
	height: auto;
}

ul.whypta {
	margin: 0 -1.6%;
	padding: 0;
}
ul.whypta li {
	width: 33.33333333%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 1.6% 30px;
	text-align: center;
}
ul.whypta li a {
	display: block;
	color: #322222;
}
ul.whypta li a:before {
	content: "";
	width: 174px;
	height: 174px;
	display: inline-block;
	-webkit-border-radius: 137px;
	border-radius: 137px;
	background-color: #eaebed;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out, color 0.3s ease-in-out;

}
ul.whypta li a:after {
	content: "";
	width: 120px;
	height: 120px;
	position: absolute;
	top: 27px;
	left: 50%;
	margin-left: -60px;
	background: url(../gfx/sprite.png) 0 -860px no-repeat;
}

ul.whypta li a:hover,
ul.whypta li a:active,
ul.whypta li a:focus {
	text-decoration: none;
}
ul.whypta li a:hover:before,
ul.whypta li a:active:before,
ul.whypta li a:focus:before {
	background-color: #f9c734;
}
ul.whypta li.i-0 a:hover:after,
ul.whypta li.i-0 a:active:after,
ul.whypta li.i-0 a:focus:after {
	background-position: 0 -980px;
}
ul.whypta li.i-1 a:after {
	background-position: 0 -1100px;
}
ul.whypta li.i-1 a:hover:after,
ul.whypta li.i-1 a:active:after,
ul.whypta li.i-1 a:focus:after {
	background-position: 0 -1220px;
}
ul.whypta li.i-2 a:after {
	background-position: 0 -1340px;
}
ul.whypta li.i-2 a:hover:after,
ul.whypta li.i-2 a:active:after,
ul.whypta li.i-2 a:focus:after {
	background-position: 0 -1460px;
}
ul.whypta li.i-3 a:after {
	background-position: 0 -1580px;
}
ul.whypta li.i-3 a:hover:after,
ul.whypta li.i-3 a:active:after,
ul.whypta li.i-3 a:focus:after {
	background-position: 0 -1700px;
}
ul.whypta li.i-4 a:after {
	background-position: 0 -1820px;
}
ul.whypta li.i-4 a:hover:after,
ul.whypta li.i-4 a:active:after,
ul.whypta li.i-4 a:focus:after {
	background-position: 0 -1940px;
}
ul.whypta li.i-5 a:after {
	background-position: 0 -2060px;
}
ul.whypta li.i-5 a:hover:after,
ul.whypta li.i-5 a:active:after,
ul.whypta li.i-5 a:focus:after {
	background-position: 0 -2180px;
}
ul.whypta .dummyheight {
	display: none;
}
ul.whypta h3 {
	margin: 20px 0 5px;
	color: #595651;
	font-size: 16px;
	text-decoration: underline;
}

.hentry footer {
	padding: 0;
	background: none;
	color: #322222;
	font-size: 20px;
	letter-spacing: 0;
	text-transform: none;
}


.roll ul {
	padding: 0 40px;
	list-style-type: none;
}
.roll ul li {
	margin: 0 0 25px;
}
.roll ul .body {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.roll h3 {
	line-height: 140%;
	margin: 0;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}

.socialbox {
	margin: 10px 5px;
}
.socialbox .dummyheight {
	margin-top: 53%;
}
.socialbox ul {
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	font-size: 40px;
}
.socialbox li {
	width: 16.66666667%;
	float: left;
	position: relative;
	min-height: 1px;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.socialbox a {
	position: relative;
	display: block;
}
.socialbox a > span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.socialbox li span {
	width: 100%;
	height: 0;
	padding-top: 56%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #f0f0f0;
	color: #f0f0f0;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out;
}
.socialbox li span:before {
	width: 100%;
	line-height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	color: #2188b5;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}
.socialbox li.fb span:before {
	content: "\f09a";
}
.socialbox li.tw span:before {
	content: "\f099";
}
.socialbox li.ig span:before {
	content: "\f16d";
}
.socialbox li.pi span:before {
	content: "\f0d2";
}
.socialbox li.li span:before {
	content: "\f0e1";
}
.socialbox li.yt span:before {
	content: "\f16a";
}
.socialbox a:hover span,
.socialbox a:active span,
.socialbox a:focus span {
	background-color: #f9c734;
	color: #f9c734;
}
.socialbox a:hover span:before,
.socialbox a:active span:before,
.socialbox a:focus span:before {
	color: #fff;
}


.left .contentbox {
	padding: 60px 0;
}
.left .module h3 {
	margin: 0 0 15px;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
}
.left .module p {
	line-height: 140%;
	margin: 0;
	padding: 0 0 15px;
	font-size: 16px;
}
.left .module p:first-child {
	padding-top: 200px;
}
.left a.bannertext {
	position: relative;
	display: block;
	overflow: hidden;
}
.left a.bannertext img {
	width: 100%;
	height: auto;
}
.left a.bannertext > div {
	width: 100%;
/*	padding: 20px 12px 35px;*/
	padding-bottom: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.customcta a.bannertext > div {
	-webkit-box-shadow: inset 8px -85px 98px -42px rgba(0,0,0,0.75);
	box-shadow: inset 8px -85px 98px -42px rgba(0,0,0,0.75);
}
.left a.bannertext strong,
.left a.bannertext .bodytext p {
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 46px;
	font-weight: normal;
	text-transform: uppercase;
}
.left a.bannertext strong span,
.left a.bannertext .bodytext p {
/*	margin-bottom: 10px;*/
	display: block;
	font-size: 29px;
}
.customcta a.bannertext .bodytext p {
	line-height: 100%;
	text-shadow: 0 0 5px rgba(150, 150, 150, 0.75);
}
.left a.bannertext p em {
/*	margin-top: 5px;*/
	display: inline-block;
	border-bottom: 5px solid #f9c734;
	color: #f9c734;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
}
.custompta a.bannertext p em {
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
}

.left .module.promo p,
.left .module.promo strong
.left .module.custompromo p,
.left a.bannertext strong,
.left a.bannertext p {
	padding: 0 6.4% 5px;
	display: block;
}
.left .module.donate p {
	line-height: 140%;
	padding: 0 0 15px;
}

.left a.bannertext:hover p em,
.left a.bannertext:active p em,
.left a.bannertext:focus p em {
	border-color: #f26e23;
	color: #f26e23;
}

.left .module {
	margin: 0 15px 45px;
	margin: 0 10.2% 45px;
}
.left .module h3 {
	padding-top: 40px;
	border-top: 1px solid #1c3c5f;
}
.left .module:first-child h3 {
	padding-top: 0;
	border-top: none;
}
.left .btn {
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.mailer li {
	margin: 0;
}
.mailer li label {
	margin: 0;
	font-size: 16px;
}
.sidenavSignup ul.mailer {
	margin: 0 0 20px;
}
.sidenavSignup input[type=text],
.sidenavSignup input[type=email] {
	margin: 0 0 10px;
	padding: 3px 5px;
	border: 1px solid #f0f0f0;
}
.sidenavSignup input[type=text]:hover,
.sidenavSignup input[type=text]:active,
.sidenavSignup input[type=text]:focus,
.sidenavSignup input[type=email]:hover,
.sidenavSignup input[type=email]:active,
.sidenavSignup input[type=email]:focus {
	border-color: #f9c734;
	outline: 0;
}

#navbar li.content-manager-guidelines {
	display: none !important;
}


/* ==========================================================================



	TEAM
	========================================================================== */
/*.contentBox + .staffmembers {
	padding-top: 0;
}*/
.staffmembers {
	background-color: #fff;
}
.staffmembers ul {
	padding-bottom: 45px;
}
.staffmembers .post {
	height: 272px;
	margin-top: 30px;
	margin-bottom: 0;
	overflow: hidden;
/*	background-color: #eaebed;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out;*/
}
.staffmembers .post .dummyheight {
/*	display: none;*/
	width: 100%;
	height: 365px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eaebed;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out;
}

.staffmembers .post img,
.staffmembers .post h2,
.staffmembers .post h3 {
	position: relative;
}


.staffmembers .membercontent {
	position: relative;
}
.staffmembers .nodemask {
	padding-top: 272px;
}
.staffmembers .post h2 {
	margin: 0 15px 5px;
	font-size: 18px;
	text-transform: none;
}
.staffmembers .post h3 {
	margin: 0 15px;
	color: #322222;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}


.staffmembers .post h2,
.staffmembers .post h3 {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}

.staffmembers .summary {
	width: 100%;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 0;
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	visibility: hidden;
/*	border-bottom: 10px solid #366496;*/

	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition:    height 0.5s ease-in-out;
	-ms-transition:     height 0.5s ease-in-out;
	-o-transition:      height 0.5s ease-in-out;
	transition:         height 0.5s ease-in-out;
}
.staffmembers .summarycontent {
	padding: 30px 0;
	border-top: 10px solid #366496;
	border-bottom: 10px solid #366496;
}
.staffmembers .summarycontent h2,
.staffmembers .summarycontent h3 {
	display: none;
}

.staffmembers .summary.preactive {
	width: 103.2%;
	height: auto;
	visibility: visible;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.staffmembers .summary.active {
	width: 103.2%;
/*	margin-top: -30px;*/
	margin-left: -1.6%;
	visibility: visible;
	display: block;
	float: left;
	position: relative;
}
.staffmembers .summary p {
	margin: 0 25px 15px;
	font-size: 17px;
}
.staffmembers .summary ul {
	margin: 0 18px;
}
.staffmembers .summary li {
	margin: 0 5px;
	display: inline-block;
	list-style-type: none;
}
.staffmembers .summary .btn {
	width: 186px;
	height: 36px;
	line-height: 36px;
	padding: 0;
}
.staffmembers .post button:hover + .dummyheight,
.staffmembers .post button:active + .dummyheight,
.staffmembers .post button:focus + .dummyheight,
.staffmembers .post.on .dummyheight {
	background-color: #366496;
	cursor: pointer;
}
.staffmembers .post button:hover ~ h2,
.staffmembers .post button:active ~ h2,
.staffmembers .post button:focus ~ h2,
.staffmembers .post button:hover ~ h3,
.staffmembers .post button:active ~ h3,
.staffmembers .post button:focus ~ h3,
.staffmembers .post.on h2,
.staffmembers .post.on h3 {
	color: #fff;
}
.staffmembers .post.on:hover,
.staffmembers .post.on:active,
.staffmembers .post.on:focus {
	cursor: default;
}
button.closesummary {
	background: none;
	border: none;
	position: absolute;
	bottom: 22px;
	right: 15px;
	font-size: 25px;
	outline: 0;
}
button.closesummary:before {
	content: "\f077";
	color: #2188b5;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}
button.closesummary:hover:before,
button.closesummary:active:before,
button.closesummary:focus:before {
	color: #f26e23;
}




/* ==========================================================================



	VIDEOS
	========================================================================== */

.videolist ul {
	padding: 0 30px;
}
.videolist .posts li {
	margin: 0 0 30px;
	list-style-type: none;
}
.videolist .posts li iframe {
	width: 407px;
	height: 203px;
	margin-right: 20px;
	float: left;
}
.videolist .posts li h3 {
	line-height: 140%;
	margin: 0 0 5px;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #366496;
	text-transform: uppercase;
}
.videolist .posts li h3 a {
	margin-right: 5px;
	display: inline-block;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	text-decoration: underline;
}
.videolist .posts li h2 {
	margin: 0;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
}

.cta {
	color: #f26e23;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}
.cta:hover,
.cta:active,
.cta:focus {
	color: #19a664;
	text-decoration: none;
}

a:hover .cta,
a:active .cta,
a:focus .cta {
	color: #19a664;
}

.post-navigation,
.paging-navigation {
	margin: 0 30px;
	padding-bottom: 30px;
}
.nav-links a {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	position: relative;
}
.nav-links .nav-previous {
	float: left;
}
.nav-links .nav-next {
	float: right;
}
.nav-links .meta-nav {
	position: absolute;
	top: 0;
	left: 0;
}
.nav-links .nav-next .meta-nav {
	left: auto;
	right: 0;
}
.nav-links .nav-previous a {
	padding-left: 30px;
}
.nav-links .nav-next a {
	padding-right: 30px;
}
.nav-links .meta-nav:before {
	content: "\f104  ";
	height: 50px;
	line-height: 50px;
	font-size: 50px;
	display: block;
}
.nav-links .nav-previous .meta-nav:before {
	content: "\f104  ";
}
.nav-links .nav-next .meta-nav:before {
	content: "\f105  ";
}

iframe.post-video {
	width: 100%;
	height: 400px;
}




/* ==========================================================================



	HOME
	========================================================================== */

#homecarousel {
/*	width: 1210px;*/
/*	min-width: 1210px;*/
	width: 100%;
	margin: 0 auto;
/*	padding: 0 5px;*/
}
#homecarousel img {
	width: 100%;
	height: auto;
}
#homecarousel article {
/*	width: 1210px;*/
	width: 100%;
	height: 392px;
	display: table;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 3px rgba(130, 130, 130, 1);
}
#homecarousel article h2 {
	width: 50%;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-transform: none;
}
#homecarousel article p {
	width: 50%;
	line-height: 130%;
	margin: 15px 0 10px;
	font-size: 26px;
	text-transform: uppercase;
}
#homecarousel article a {
	width: auto;
	line-height: 180%;
	display: inline-block;
	border-bottom: 5px solid #f9c734;
	color: #f9c734;
	font-size: 19px;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
#homecarousel article a:hover,
#homecarousel article a:active,
#homecarousel article a:focus {
	border-color: #f26e23;
	color: #f26e23;
}
#homecarousel .container {
	height: 100%;
}
#homecarousel .meta {
	width: 100%;
	padding: 30px 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}


#homecarousel .owl-controls {
/*	position: relative;
	margin: 0 auto;*/
}

#homecarousel .owl-prev {
	display: none !important;
}
#homecarousel .owl-next {
	width: 64px;
	height: 0;
	line-height: 120%;
	padding-top: 116px;
	overflow: hidden;
	position: absolute;
/*	right: 110px;*/
	right: 50%;
	top: 50%;
	margin-top: -75px;
	margin-right: -488px;
	background: url(../gfx/sprite.png) no-repeat 0 0;
}
#homecarousel .owl-next:hover,
#homecarousel .owl-next:active {
	background-position: 0 -120px;
}
#homecarousel .owl-dots {
	position: absolute;
	right: 50%;
	margin-right: -490px;
	bottom: 27px;
}

#missionstatement {
	height: 392px;
	margin-top: 10px;
}
#missionstatement a {
	height: 100%;
	display: block;
	background: #2188b5 url(../gfx/texture_mission.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
}
#missionstatement a h2 {
	margin: 0 0 25px;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: normal;
	text-transform: none;
}
#missionstatement a:hover,
#missionstatement a:active,
#missionstatement a:focus {
	text-decoration: none;
}
#missionstatement .cta {
	display: inline-block;
	border-bottom: 4px solid #f9c734;
	color: #f9c734;
	font-size: 16px;
}
#missionstatement a:hover .cta,
#missionstatement a:active .cta,
#missionstatement a:focus .cta {
	border-color: #f26e23;
	color: #f26e23;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#contentblocks ul {
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	margin-top:5px;
}
/*#contentblocks article {
	margin: 10px 5px 0;
}*/
#contentblocks li {
	margin: 0;
	padding: 5px;
}
#contentblocks a {
	height: 191px;
	padding: 25px;
	display: block;
	position: relative;
	background-color: #fff;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out;
}
#contentblocks a:hover,
#contentblocks a:active,
#contentblocks a:focus {
	text-decoration: none;
}
#contentblocks h2 {
	margin: 0;
	color: #322222;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}
#contentblocks h3 {
	margin: 0 0 15px;
	font-size: 16px;
}
#contentblocks h2,
#contentblocks h3 {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}

#contentblocks p.more {
	margin: 0;
	position: absolute;
	bottom: 25px;
	left: 25px;
}
#contentblocks p.more em {
	height: 36px;
	line-height: 36px;
	padding: 0 18px;
	display: inline-block;
	border-bottom: 4px solid transparent;
	background-color: #366496;
	background-image: url(../gfx/texture.png);
	background-position: right -115px top -13px;
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	-webkit-transition: padding 0.3s ease-in-out, background 0.1s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-moz-transition:    padding 0.3s ease-in-out, background 0.1s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-ms-transition:     padding 0.3s ease-in-out, background 0.1s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-o-transition:      padding 0.3s ease-in-out, background 0.1s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition:         padding 0.3s ease-in-out, background 0.1s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#contentblocks a .thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

/*	display: none;*/
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition:    opacity 0.3s ease-in-out;
	-ms-transition:     opacity 0.3s ease-in-out;
	-o-transition:      opacity 0.3s ease-in-out;
	transition:         opacity 0.3s ease-in-out;

	opacity: 0;
}
#contentblocks a .thumb:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(25,166,100,0.7) url(../gfx/btn_play.png) center center no-repeat;
}
#contentblocks a:hover .thumb,
#contentblocks a:active .thumb,
#contentblocks a:focus .thumb {
/*	display: block;*/
	opacity: 1;
}


#contentblocks a:hover,
#contentblocks a:active,
#contentblocks a:focus {
	background-image: url(../gfx/texture.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#contentblocks a:hover,
#contentblocks a:active,
#contentblocks a:focus,
#contentblocks a:hover h2,
#contentblocks a:active h2,
#contentblocks a:focus h2,
#contentblocks a:hover h3,
#contentblocks a:active h3,
#contentblocks a:focus h3 {
	color: #fff;
}
#contentblocks a:hover p.more em,
#contentblocks a:active p.more em,
#contentblocks a:focus p.more em {
	background: none;
	padding: 0;
	border-bottom-color: #f9c734;
	color: #f9c734;
}

#contentblocks .i-0 a {
	color: #19a664;
}
#contentblocks .i-0 p.more em {
	background-color: #19a664;
}
#contentblocks .i-0 a:hover,
#contentblocks .i-0 a:active,
#contentblocks .i-0 a:focus {
	background-color: #19a664;
}
#contentblocks .i-1 a {
	color: #366496;
}
#contentblocks .i-1 p.more em {
	background-color: #366496;
}
#contentblocks .i-1 a:hover,
#contentblocks .i-1 a:active,
#contentblocks .i-1 a:focus {
	background-color: #366496;
}

#contentblocks .i-2 a {
	color: #f26e23;
}
#contentblocks .i-2 p.more em {
	background-color: #f26e23;
}
#contentblocks .i-2 a:hover,
#contentblocks .i-2 a:active,
#contentblocks .i-2 a:focus {
	background-color: #f26e23;
}

#contentblocks .i-3 a {
	color: #e34b34;
}
#contentblocks .i-3 p.more em {
	background-color: #e34b34;
}
#contentblocks .i-3 a:hover,
#contentblocks .i-3 a:active,
#contentblocks .i-3 a:focus {
	background-color: #e34b34;
}

.module.alt2 {
	background-color: #fff;
}
.module.alt2 h2 {
	height: 64px;
	line-height: 64px;
	margin: 0 0 30px;
	padding: 0 40px;
	background-color: #366496;
	color: #fff;
	font-family: 'brandon_grotesque_regularRg', Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-transform: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bottomblocks .module.alt2 {
	height: 356px;
}

#partnerscoalitions ul {
	list-style-type: none;
	padding: 0;
}
#partnerscoalitions li a {
	display: inline-block;
    width: 33%
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition:    opacity 0.3s ease-in-out;
	-ms-transition:     opacity 0.3s ease-in-out;
	-o-transition:      opacity 0.3s ease-in-out;
	transition:         opacity 0.3s ease-in-out;
}
#partnerscoalitions figure {
	height: 100px;
	margin:10px;
	
	padding: 0 5px;
	position: relative;
}
#partnerscoalitions figure img {
	max-height: 100px;
	height:100px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}
#partnerscoalitions figcaption {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#partnerscoalitions li a:hover,
#partnerscoalitions li a:active,
#partnerscoalitions li a:focus {
	opacity: 0.6;
}

/* ==========================================================================



	TAX FILING
	========================================================================== */

#taxtabwrap {
	margin: 40px 30px;
}
#taxtabwrap .nav-tabs {
	border: none;
}
#taxtabwrap .nav-tabs li {
	width: 20%;
	margin: 0;
	border: none;
}
#taxtabwrap .nav-tabs li a {
	height: 160px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	border-radius: 0;
	border: none;
	border-bottom: 5px solid #fff;
	background-color: #d7d8da;
}
#taxtabwrap .nav-tabs li:first-child a {
	margin-left: 0;
}
#taxtabwrap .nav-tabs li.active a,
#taxtabwrap .nav-tabs li a:hover,
#taxtabwrap .nav-tabs li a:active,
#taxtabwrap .nav-tabs li a:focus {
	border-color: #19a664;
	background-color: #19a664;
}
#taxtabwrap .nav-tabs li a:before {
	content: "";
	width: 100px;
	height: 74px;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -50px;
	background: url(../gfx/sprite.png) center -250px no-repeat;
}
#taxtabwrap .nav-tabs li.forms a:before {
	background-position: center -330px;
}
#taxtabwrap .nav-tabs li.tools a:before {
	top: 26px;
	background-position: center -410px;
}
#taxtabwrap .nav-tabs li.electronic_filing a:before {
	top: 28px;
	background-position: center -486px;
}
#taxtabwrap .nav-tabs li.news a:before {
	top: 32px;
	background-position: center -560px;
}
#taxtabwrap .nav-tabs li a span {
	width: 100%;
	padding: 3px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(234,235,237,0.4);
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#taxtabwrap .tab-pane {
	min-height: 500px;
	padding: 30px 25px;
	border: 8px solid #19a664;
	background-color: #f4fef9;
}
#taxtabwrap .tab-pane h2 {
	display: none;
}
#taxtabwrap .tab-pane p {
	margin: 0 0 10px;
}
#taxtabwrap .tab-pane ul {
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none;
}
#taxtabwrap .tab-pane ul li {
	margin-bottom: 0;
}
#taxtabwrap .tab-pane ul a {
	color: #366496;
	text-decoration: underline;
}
#taxtabwrap .tab-pane ul a:hover,
#taxtabwrap .tab-pane ul a:focus,
#taxtabwrap .tab-pane ul a:active {
	text-decoration: none;
}




/* ==========================================================================



	LOCAL PTA
	========================================================================== */

#findyourlocalptas {
	margin-top: 10px;
}
.localptas {
	margin: 0 -5px;
	padding: 0;
}
.localptas .localptaletter {
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
}
.localptas > .localptaletter {
	width: 23.8%;
	margin: 1.2% 0.6% 0;
	padding: 0;
/*	position: relative;*/
}
.localptas .lettercontent {
	position: relative;
	display: block;
}
.nodemask {
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background: none;
	border: none;
	outline: 0;
}
.localptas > .localptaletter h3 {
	width: 100%;
/*	height: 170px;
	line-height: 170px;*/
	line-height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eaebed;
	color: #fff;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out;
}
.localptas > .localptaletter h3 span {
	width: 100%;
	line-height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 160px;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
}
.localptas > .localptaletter.on h3,
.localptas > .localptaletter button:hover + h3,
.localptas > .localptaletter button:active + h3,
.localptas > .localptaletter button:focus + h3 {
	background-color: #f9c734;
}
.localptas a {
	color: #2188b5;
}
.localptas a:hover,
.localptas a:active,
.localptas a:focus {
	color: #f26e23;
}
.localptas .ptalist {
	width: 100%;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	height: 0;
	margin: 0 40px;
	padding: 0;
/*	position: absolute;
	left: 0;
	z-index: 1;*/
	overflow: hidden;
	visibility: hidden;
	background-color: #fff;
	font-size: 17px;

	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition:    height 0.5s ease-in-out;
	-ms-transition:     height 0.5s ease-in-out;
	-o-transition:      height 0.5s ease-in-out;
	transition:         height 0.5s ease-in-out;


}
.localptas .ptalistcontent:before {
	content: "These links will take you to external websites that are not under control of the California State PTA.";
	padding: 0 10px 25px;
	display: block;
	font-style: italic;
}

.localptas .ptalistcontent {
	padding: 30px 20px;
	border-top: 10px solid #f9c734;
	border-bottom: 10px solid #f9c734;
	list-style-type: none;
}
.localptas .ptalist.preactive {
	width: 103.2%;
	height: auto;
	visibility: visible;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.localptas .ptalist.active {
	width: 105.4%;
	margin-right: 0;
	margin-left: -2.7%;
/*	margin-bottom: 20px;*/
	visibility: visible;
	display: block;
	float: left;
	position: relative;
/*	border-top: 10px solid #f9c734;*/
}

.localptas .ptalist ul {
/*	padding: 0;*/
}
.localptas .ptalist li {
	width: 33.33333333%;
	line-height: 120%;
	padding: 0 10px 10px;
	vertical-align: top;
	display: inline-block;
}
.localptas .ptalist li span {
	display: block;
}
button.closelist {
	background: none;
	border: none;
	position: absolute;
	bottom: 32px;
	right: 15px;
	font-size: 25px;
	outline: 0;
}
button.closelist:before {
	content: "\f077";
	color: #2188b5;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition:    color 0.3s ease-in-out;
	-ms-transition:     color 0.3s ease-in-out;
	-o-transition:      color 0.3s ease-in-out;
	transition:         color 0.3s ease-in-out;
}
button.closelist:hover:before,
button.closelist:active:before,
button.closelist:focus:before {
	color: #f26e23;
}

#findyourlocalptas .contact h3 {
	margin: 20px 0 10px;
	color: #595651;
	font-size: 16px;
	text-transform: uppercase;
}
#findyourlocalptas .contact a {
	color: #366496;
	text-decoration: underline;
}
#findyourlocalptas .contact a:hover,
#findyourlocalptas .contact a:active,
#findyourlocalptas .contact a:focus {
/*	text-decoration: none;*/
	color: #f26e23;
}




/* ==========================================================================



	TRAINING CENTER
	========================================================================== */

#resourcesinterests .interests {
	min-height: 95px;
}
#resourcesinterests .interests li {
	display: none;
}
#resourcesinterests .interests li.vis {
	display: inline-block;
}
#resourcesinterests .pages ul {
	list-style-type: none;
	float: right;
}
#resourcesinterests .pages li {
	width: auto;
	display: inline-block;
	border-left: 1px solid #bdbbb9;
}
#resourcesinterests .pages li:first-child {
	border-left: none;
}
#resourcesinterests .pages a {
	height: 18px;
	line-height: 18px;
	padding: 0 8px;
	display: block;
	color: #bdbbb9;
	font-size: 16px;
	text-transform: capitalize;
}
#resourcesinterests .pages .active a,
#resourcesinterests .pages .active a:hover,
#resourcesinterests .pages .active a:active,
#resourcesinterests .pages .active a:focus {
	color: #595651;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
}
#resourcesinterests .pages a:hover,
#resourcesinterests .pages a:active,
#resourcesinterests .pages a:focus {
	color: #f26e23;
	text-decoration: none;
}





/* ==========================================================================



	RESOURCES
	========================================================================== */

#resourceshighlights > h2,
#resourcesinterests > h2 {
	margin: 0 3.2%;
	padding: 0;
	background: none;
	color: #595651;
	font-size: 16px;
	font-weight: normal;
}
#resourceshighlights > h2 {
	margin-bottom: 10px;
}
#resourceshighlights .module-post {
	padding: 20px 0 10px;
}
#resourceshighlights .post {
	position: relative;
}
#resourceshighlights .post a {
	padding: 20px 15px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 5px solid #f9c734;
	background: #366496 url(../gfx/texture.png) center center no-repeat;
	background-size: cover;
}
#resourceshighlights .post:nth-child(even) a {
	background-color: #2188b5;
	background-position: left top;
}
#resourceshighlights .post h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: uppercase;
}

#resourceshighlights .cta {
	margin: 0;
	display: inline-block;
	position: absolute;
	left: 15px;
	bottom: 20px;
	border-bottom: 4px solid #f9c734;
	color: #f9c734;
	font-size: 16px;
}
#resourceshighlights a:hover,
#resourceshighlights a:active,
#resourceshighlights a:focus {
	border-color: #f26e23;
}
#resourceshighlights a:hover .cta,
#resourceshighlights a:active .cta,
#resourceshighlights a:focus .cta {
	color: #f26e23;
	border-color: #f26e23;
}

#resourcesinterests li {
	margin-top: 10px;
	margin-bottom: 0;
}
#resourcesinterests .postfiltertag {
	padding: 6px 12px;
	display: block;
	background-color: #eaebed;
	color: #595651;
	font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
}
#resourcesinterests .on .postfiltertag,
#resourcesinterests .postfiltertag:hover,
#resourcesinterests .postfiltertag:active,
#resourcesinterests .postfiltertag:focus {
	background-color: #f9c734;
	color: #fff;
}
#resourcesinterests .off .postfiltertag {
	background-color: #eaebed;
	color: #595651;
}

#resourceswrap {
	position: relative;
}
#resourceswrap:before {
	content: "";
	width: 93.6%;
	margin: 0 3.2% 30px;
	display: block;
	border-top: 1px solid #1c3c5f;
}
#resourceswrap .videos .post,
#resourceswrap .publications .post {
	width: 46.8%;
	position: relative;
	overflow: hidden;
}
#resourceswrap .dummyheight {
	margin-top: 0;
	padding-top: 84%;
	display: none;
}
#resourceswrap .videos .dummyheight,
#resourceswrap .publications .dummyheight {
	display: block;
}
#resourceswrap .videos article img,
#resourceswrap .publications article img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}
#resourceswrap .videos article header,
#resourceswrap .publications article header {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 15;
	text-align: center;
}
#resourceswrap .videos p,
#resourceswrap .publications p {
	display: none;
}
#resourceswrap .videos h3,
#resourceswrap .publications h3 {
	color: #fff;
}
#resourceswrap .videos h4,
#resourceswrap .publications h4 {
	margin-top: 0;
}
#resourceswrap .videos .shadow,
#resourceswrap .publications .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-box-shadow: inset 8px -138px 98px -42px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 8px -138px 98px -42px rgba(0,0,0,0.75);
	box-shadow: inset 8px -138px 98px -42px rgba(0,0,0,0.75);
}
#resourceswrap .videos p.more {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}
#resourceswrap .videos p.more a.cta {
	width: 100%;
	height: 0;
	padding-top: 84%;
	display: block;
	background: url(../gfx/btn_play.png) center center no-repeat;
}
#resourceswrap .videos p.more a.cta:hover,
#resourceswrap .videos p.more a.cta:active,
#resourceswrap .videos p.more a.cta:focus {
	background-color: rgba(25,166,100,0.7);
}

#resourceswrap .publications .post .content {
	width: 100%;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	z-index: 12;
	top: 15px;
	left: 15px;
/*	background-color: rgba(255,255,255,0.8);*/
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition:    background-color 0.3s ease-in-out;
	-ms-transition:     background-color 0.3s ease-in-out;
	-o-transition:      background-color 0.3s ease-in-out;
	transition:         background-color 0.3s ease-in-out;
}
#resourceswrap .publications .post:hover .content {
	background-color: rgba(255,255,255,0.8);
}

#resourceswrap .publications .post:hover header {
	position: static;
}
#resourceswrap .publications .post:hover h3 {
	color: #2188b5;
}
#resourceswrap .publications .post:hover h3:before {
	content: "";
	width: 74px;
	height: 74px;
	display: block;
	margin: 10% auto 10px;
	background: url(../gfx/sprite.png) center -2424px no-repeat;
}
#resourceswrap .publications .post:hover .postfiltertag {
	display: none;
}
#resourceswrap .publications .post:hover p {
	padding: 0 10%;
	display: block;
	text-align: center;
}

#resourceswrap .posts,
#videoswrap .posts {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition:    opacity 0.3s ease-in-out;
	-ms-transition:     opacity 0.3s ease-in-out;
	-o-transition:      opacity 0.3s ease-in-out;
	transition:         opacity 0.3s ease-in-out;
}

#resourceswrap.loading .posts,
#videoswrap.loading .posts {
	opacity: 0;
}
#resourceswrap.loading:after,
#videoswrap.loading:after {
	content: "";
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../gfx/loading-64.png) no-repeat right center;
	background-size: 32px 32px;

	-webkit-animation-name: spin, fade-in;
	-webkit-animation-duration: 1200ms, 500ms;
	-webkit-animation-iteration-count: infinite, 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin, fade-in;
	-moz-animation-duration: 1200ms, 500ms;
	-moz-animation-iteration-count: infinite, 1;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin, fade-in;
	-ms-animation-duration: 1200ms, 500ms;
	-ms-animation-iteration-count: infinite, 1;
	-ms-animation-timing-function: linear;
	animation-name: spin, fade-in;
	animation-duration: 1200ms, 500ms;
	animation-iteration-count: infinite, 1;
	animation-timing-function: linear;
}

#resourceshighlights .module-post,
#resourcesinterests,
#resourceswrap {
	margin: 0 0 30px;
	padding: 0;
}



/* ==========================================================================



	SEARCH
	========================================================================== */

#nocontent form.search input[type="text"] {
	background-color: #f0f0f0;
}

.module-post.search {
	padding-right: 0;
	padding-left: 0;
}
.module-post.search .post {
	width: 100%;
	display: block;
}
.module-post.search .post img {
	width: 160px;
	margin-right: 20px;
	float: left;
}
.module-post.search .post img + .content {
	padding-left: 180px;
}






/* ==========================================================================



	MEDIA QUERIES
	========================================================================== */

@media (min-width: 641px) {

	.togglebox .togglebtn {
		display: none !important;
	}

	body {
		font-size: 16px;
	}

	h1 {
		font-size: 24px;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-right: 5px;
		padding-left: 5px;
	}

	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-2{
		width:16.2%
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-12 {
		width: 100%;
	}

	.module.alt2 h2 {
		height: 56px;
		line-height: 56px;
		padding: 0 6.4%;
		font-size: 22px;
	}

	.roll ul {
		padding: 0 6.4%;
	}
	.roll h3 {
		font-size: 16px;
	}
/*footer ********************************************************************************************************************************************/
	.footerlinks ul {
		/*height: 38px;*/
		height:auto;
		padding: 0;
	}
	.footerlinks li a {
		width: 150px;
		height: 38px;
		line-height: 38px;
		font-size:12px;
	}
	.footerlinks li i {
		width: 62px;
		height: 100%;
		line-height: 38px;
		font-size: 18px;
	}
	.footerlinks em {
		line-height: 38px;
		left: 62px;
	}

	.footerlinks li.statelogin em {
		left: 47px;
	}
	.footerlinks .statelogin a {
		width: 185px;
	}
	.footerlinks li.statelogin i {
		width: 52px;
	}

	.footerlinks .donate button {
		width: 1120px;
		height: 38px;
		line-height: 38px;
		font-size: 12px;
	}
	.touch .footerlinks .donate button,
	/*.footerlinks .donate button:hover,
	.footerlinks .donate button:active,*/
	.footerlinks .donate button:focus {
		width: 128px;
	}
	.touch .footerlinks .blog a{
		width:115px;
	}
	.footerlinks .elefint a > span {
		background-position: 20px center;
	}

	.touch .footerlinks .contact a,
	/*.footerlinks .contact a:hover,
	.footerlinks .contact a:active,*/
	.footerlinks .contact a:focus {
		width: 131px;
	}
	.touch .footerlinks .spanish a,
	/*.footerlinks .spanish a:hover,
	.footerlinks .spanish a:active,*/
	.footerlinks .spanish a:focus {
		width: 125px;
	}
	.touch .footerlinks .elefint a,
	/*.footerlinks .elefint a:hover,
	.footerlinks .elefint a:active,*/
	.footerlinks .elefint a:focus {
		width: 175px;
	}
	.footerlinks .blog{
		width:82px;
	}

	/*.touch .footerlinks .donate button:hover,
	.touch .footerlinks .donate button:active,
	.touch .footerlinks .donate button:focus,
	.touch .footerlinks .contact a:hover,
	.touch .footerlinks .contact a:active,
	.touch .footerlinks .contact a:focus,
	.touch .footerlinks .spanish a:hover,
	.touch .footerlinks .spanish a:active,
	.touch .footerlinks .spanish a:focus,
	.touch .footerlinks .elefint a:hover,
	.touch .footerlinks .elefint a:active,
	.touch .footerlinks .elefint a:focus {
		background-color: #2188b5;
	}*/

	.captainfo {
		font-size: 10px;
		padding-right: 1.6%;
		padding-left: 1.6%;
	}
	.captainfo address p, .captainfo address a {
		padding: 0 5px;
	}

	.captalogo {
		width: 82px;
		padding-top: 45px;
		background-size: 82px auto;
	}

	#globalfooter {
		margin-top: 20px;
		
	}

	#globalheader form.search {
		width: 30px;
	}
	#globalheader form.search:hover,
	#globalheader form.search:active,
	#globalheader form.search:focus {
		width: 330px;
	}
	form.search input[type="text"] {
		width: 249px;
		height: 34px;
		line-height: 34px;
		padding: 0 10px;
		font-size: 20px;
	}
	form.search button {
		width: 30px;
		height: 40px;
	}
	form.search button:before {
		width: 30px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	#globalheader form.search input[type="text"] {
		right: 33px;
	}

	#globalheader .container,
	#globalheader .searchbar,
	#globalheader .navbar {
		width: 100%;
	}

	#globalheader h1 {
		top: 18px;
		left: 17px;
	}



	/* navbar.less */
	.navbar {
		margin-bottom: 0;
		background: none;
		text-transform: none;
		border: none;
		z-index: 1;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-nav {
		margin-left: 215px;
		float: none;
	}
	.navbar-nav > li {
		width: 13.5%;
		height: 120px;
		margin-bottom: 0;
		padding: 0 0 0 2px;
	}
	.navbar-nav > li:last-child {
		width: 19%;
		float: right;
	}
	.navbar-nav > li.dropdown .dropdown-menu {
		display: block;
	}

	.navbar-nav a {
		-webkit-transition: none;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		transition:         none;
	}

	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li:hover .submenu.l-4 {
		display: none;
	}

	.navbar-default .navbar-nav > li > a {
		width: 100%;
		height: 100%;
		padding: 0;
		display: block;
		color: #366496;
		font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
		font-size: 17px;
		text-align: center;
		text-transform: uppercase;
		-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		-moz-transition:    background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		-ms-transition:     background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		-o-transition:      background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		transition:         background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.navbar-nav > li:last-child > a {
/*		margin-left: 1px;*/
		background-color: #2188b5;
		color: #fff;
	}

	.navbar-default .navbar-nav a:hover,
	.navbar-default .navbar-nav a:active,
	.navbar-default .navbar-nav a:focus {
		text-decoration: none;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li:hover > a:hover,
	.navbar-default .navbar-nav > li:hover > a:active,
	.navbar-default .navbar-nav > li:hover > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus
	/*.single-resource .navbar-nav .resources > a,
	.page-id-2708 .navbar-nav .resources > a,
	.page-id-2500 .navbar-nav .about > a,
	.parent-pageid-2548 .navbar-nav .about > a,
	.parent-pageid-2500 .navbar-nav .about > a,
	.page-id-2587 .navbar-nav .pta-leaders > a,
	.parent-pageid-2587 .navbar-nav .pta-leaders > a,
	.parent-pageid-2595 .navbar-nav .pta-leaders > a,
	.page-id-2696 .navbar-nav .programs-events > a,
	.parent-pageid-2696 .navbar-nav .programs-events > a*/ {
		background-color: #1f4268;
		color: #fff;
		text-decoration: none;
	}
	.navbar-default .navbar-nav > li > a > span {
		line-height: 110%;
		display: block;
		vertical-align: middle;
		letter-spacing: 1px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform:    translate(-50%, -50%);
		-ms-transform:     translate(-50%, -50%);
		-o-transform:      translate(-50%, -50%);
		transform:         translate(-50%, -50%);
	}

	.navbar-default .navbar-nav > .active > a > span > span/*,
	.single-resource .navbar-nav .resources > a > span > span,
	.page-id-2708 .navbar-nav .resources > a > span > span,
	.page-id-2500 .navbar-nav .about > a > span > span,
	.parent-pageid-2548 .navbar-nav .about > a > span > span,
	.parent-pageid-2500 .navbar-nav .about > a > span > span,
	.page-id-2587 .navbar-nav .pta-leaders > a > span > span,
	.parent-pageid-2587 .navbar-nav .pta-leaders > a > span > span,
	.parent-pageid-2595 .navbar-nav .pta-leaders > a > span > span,
	.page-id-2696 .navbar-nav .programs-events > a > span > span,
	.parent-pageid-2696 .navbar-nav .programs-events > a > span > span*/ {
		padding-bottom: 3px;
		display: inline-block;
		border-bottom: 5px solid #366496;
	}

	.navbar-nav > li:hover .dropdown-menu {
		width: 200px;
		min-width: inherit;
		height: auto;
		min-height: 310px;
		padding-top: 20px;
		padding-bottom: 20px;
		z-index: 10;
		position: absolute;
		left: 2px;
		background-color: #1c3c5f;
	}
	.navbar-nav > li:hover .dropdown-menu > ul {
		padding-left: 0;
		list-style-type: none;
	}
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li {
		margin: 0;
		position: static;
	}
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a,
	.navbar-default .navbar-nav > li:hover .submenu li > a {
		line-height: 120%;
		padding: 14px 20px;
		display: block;
		color: #fff;
		font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		white-space: normal;
	}
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li:hover > a,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li:active > a,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li:focus > a,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a:hover,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a:active,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a:focus {
		background-color: #0d2238;
		color: #f9c734;
	}

	.search input {
		display: block;
	}

	.dropdown-menu {
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.dropdown-menu ul {
		max-width: inherit;
		float: none;
	}

	.dropdown-menu li a {
		max-width: inherit;
		padding: inherit;
		font-size: inherit;
/*
		-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		-moz-transition:    background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		-ms-transition:     background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		-o-transition:      background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		transition:         background-color 0.3s ease-in-out, color 0.3s ease-in-out;*/

	}


	.navbar-nav .submenu {
		width: 360px;
		min-height: 100%;
		padding: 20px 30px;
		position: absolute;
		top: 0;
		left: 100%;
		background-color: #0d2238;
		list-style-type: none;
		display: none;
/*
		-webkit-animation-name: fade-in;
		-webkit-animation-duration: 300ms;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-name: fade-in;
		-moz-animation-duration: 300ms;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-name: fade-in;
		-ms-animation-duration: 300ms;
		-ms-animation-iteration-count: 1;
		-ms-animation-timing-function: ease-in-out;
		animation-name: fade-in;
		animation-duration: 300ms;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;*/

	}

	.navbar-nav > li:hover .dropdown-menu > .submenu {
		display: block;
		background-color: #1c3c5f;
	}

	.navbar-nav .submenu > a {
		height: 100%;
		padding: 0;
		display: block;
	}
	.navbar-nav .submenu > a > p {
		margin-top: 8px;
		color: #fff;
		font-size: 17px;
	}
	.navbar-nav .submenu > a > img {
	/*	width: 300px;*/
		width: 100%;
		height: auto;
	}
	.navbar-nav .submenu li {
		margin-bottom: 0;
		border-top: 1px solid #1c3c5f;
	}
	.navbar-nav .submenu li:first-child {
		border-top: none;
	}
	.navbar-default .navbar-nav > li:hover .submenu li > a {
		padding-right: 3px;
		padding-left: 3px;
	}
	.navbar-default .navbar-nav > li:hover .dropdown-menu .submenu > a:hover p,
	.navbar-default .navbar-nav > li:hover .dropdown-menu .submenu > a:active p,
	.navbar-default .navbar-nav > li:hover .dropdown-menu .submenu > a:focus p,
	.navbar-default .navbar-nav > li:hover .dropdown-menu .submenu a:hover,
	.navbar-default .navbar-nav > li:hover .dropdown-menu .submenu a:active,
	.navbar-default .navbar-nav > li:hover .dropdown-menu .submenu a:focus {
		color: #f9c734;
		text-decoration: none;
	}

	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li:hover .submenu,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li:active .submenu,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li:focus .submenu {
		display: block;
	}

	.navbar .active {
		background: inherit;
		color: inherit;
	}

	.navbar-nav > li.focus-areas .dropdown-menu,
	.navbar-nav > li.resources .dropdown-menu,
	.navbar-nav > li.join .dropdown-menu {
		position: absolute;
		left: auto;
	/*	right: 1px;*/
		right: 0;
	}
	/*.navbar-nav > li.join .dropdown-menu {
		right: 1px;
	}*/
	.navbar-nav > li.focus-areas .submenu,
	.navbar-nav > li.resources .submenu,
	.navbar-nav > li.join .submenu {
		left: auto;
		right: 100%;
	}


	.navbar-nav {
		margin: 0;
		margin-left: 107px;
	}
	.navbar-nav > li {
		height: 80px;
		float: left;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 10px;
	}
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a,
	.navbar-default .navbar-nav > li:hover .submenu li > a {
		padding: 10px 15px;
		font-size: 11px;
	}

	.navbar-nav > li.dropdown .dropdown-menu {
		display: none;
	}
	.navbar-nav > li:hover .dropdown-menu {
		width: 150px;
		min-height: 250px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav > li.dropdown:hover .dropdown-menu {

		display: block;

		-webkit-animation-name: fade-in;
		-webkit-animation-duration: 300ms;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-name: fade-in;
		-moz-animation-duration: 300ms;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-name: fade-in;
		-ms-animation-duration: 300ms;
		-ms-animation-iteration-count: 1;
		-ms-animation-timing-function: ease-in-out;
		animation-name: fade-in;
		animation-duration: 300ms;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;

	}

	.navbar-nav .submenu {
		width: 280px;
		padding: 15px 20px;
	}
	.navbar-nav .submenu > a > p {
		font-size: 14px;
	}

	.subnav {
		line-height: 25px;
		font-size: 13px;
	}

	.sidenav li a {
		font-size: 12px;
	}

	.socialbox ul {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 30px;
	}

	#homecarousel article h2,
	#homecarousel article p {
		width: 50%;
	}
	#homecarousel article h2 {
		font-size: 38px;
	}
	#homecarousel article p {
		font-size: 23px;
	}

	#homecarousel .owl-dots {
		margin-right: 0;
		right: 60px;
	}

	#homecarousel .owl-next {
		width: 32px;
		height: 0;
		padding-top: 58px;
		margin-top: -37px;
		margin-right: 0;
		right: 60px;
		background-size: 60px auto;
	}
	#homecarousel .owl-next:hover,
	#homecarousel .owl-next:active {
		background-position: 0 -60px;
	}

	#missionstatement a > div {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform:    translateY(-50%);
		-ms-transform:     translateY(-50%);
		-o-transform:      translateY(-50%);
		transform:         translateY(-50%);
	}
	#missionstatement .cta {
		font-size: 12px;
	}
	#missionstatement a {
		padding: 14% 10%;
	}
	#missionstatement a h2 {
		font-size: 20px;
	}

	#contentblocks a {
		padding: 6.4%;
	}
	#contentblocks h3 {
		font-size: 14px;
	}
	#contentblocks h2 {
		line-height: 140%;
		font-size: 16px;
	}
	#contentblocks p.more {
		bottom: 9.6%;
		left: 6.4%;
	}
	#contentblocks p.more em {
		height: 30px;
		line-height: 30px;
		padding: 0 14px;
		font-size: 14px;
	}

	.module-post h3 {
		font-size: 20px;
	}
	.module-post .post h3 {
		font-size: 16px;
	}
	.module-post .post > article > a {
		font-size: 14px;
	}
	.cta {
		font-size: 13px;
	}

	.owl-prev,
	.owl-next {
		width: 26px;
		padding-top: 46px;
		margin-top: -23px;
		background-position: 0 -324px;
		background-size: 60px auto;
	}
	.owl-prev {
		left: 20px;
	}
	.owl-next {
		right: 20px;
		background-position: right -324px;
	}
	.owl-prev:hover,
	.owl-prev:active {
		background-position: 0 -371px;
	}
	.owl-next:hover,
	.owl-next:active {
		background-position: right -371px;
	}
	.owl-dots {
		right: 47px;
		bottom: 14px;
	}
	.owl-dot span {
		width: 10px;
		height: 10px;
		margin: 4px;
	}


	.left .module h3 {
		padding-top: 20px;
		font-size: 16px;
	}

	.left a.bannertext p em {
		line-height: 140%;
		border-bottom-width: 2px;
		font-size: 12px;
	}
	.left a.bannertext strong,
	.left a.bannertext .bodytext p {
		font-size: 24px;
	}
	.left a.bannertext strong span,
	.left a.bannertext .bodytext p {
		line-height: 140%;
		font-size: 13px;
	}

	.mailer li label {
		font-size: 11px;
	}

	.staffmembers .post {
		height: 210px;
	}
	.staffmembers .post h2 {
		font-size: 10px;
	}
	.staffmembers .post h3 {
		font-size: 14px;
	}

	.videolist .posts li iframe {
		width: 100%;
		margin: 0 0 20px;
	}

	#resourceshighlights .post a {
		padding: 10px;
		border-width: 3px;
	}
	#resourceshighlights .post h3 {
		font-size: 12px;
	}
	#resourceshighlights .cta {
		left: 10px;
		bottom: 10px;
		font-size: 10px;
		border-bottom-width: 2px;
	}

	#resourcesinterests li {
		width: 30.13333333%;
	}
	#resourcesinterests .postfiltertag {
		padding: 4px 6px;
		font-size: 12px;
	}

	ul.whypta li a:before {
		width: 132px;
		height: 132px;
		margin: 0 auto;
	}

	ul.whypta li a:after {
		width: 60px;
		height: 60px;
		top: 36px;
		margin-top: 0;
		margin-left: -30px;
		background-position: 0 -430px;
		background-size: 60px auto;
	}
	ul.whypta li.i-0 a:hover:after,
	ul.whypta li.i-0 a:active:after,
	ul.whypta li.i-0 a:focus:after {
		background-position: 0 -490px;
	}
	ul.whypta li.i-1 a:after {
		background-position: 0 -550px;
	}
	ul.whypta li.i-1 a:hover:after,
	ul.whypta li.i-1 a:active:after,
	ul.whypta li.i-1 a:focus:after {
		background-position: 0 -610px;
	}
	ul.whypta li.i-2 a:after {
		background-position: 0 -670px;
	}
	ul.whypta li.i-2 a:hover:after,
	ul.whypta li.i-2 a:active:after,
	ul.whypta li.i-2 a:focus:after {
		background-position: 0 -730px;
	}
	ul.whypta li.i-3 a:after {
		background-position: 0 -790px;
	}
	ul.whypta li.i-3 a:hover:after,
	ul.whypta li.i-3 a:active:after,
	ul.whypta li.i-3 a:focus:after {
		background-position: 0 -850px;
	}
	ul.whypta li.i-4 a:after {
		background-position: 0 -910px;
	}
	ul.whypta li.i-4 a:hover:after,
	ul.whypta li.i-4 a:active:after,
	ul.whypta li.i-4 a:focus:after {
		background-position: 0 -970px;
	}
	ul.whypta li.i-5 a:after {
		background-position: 0 -1030px;
	}
	ul.whypta li.i-5 a:hover:after,
	ul.whypta li.i-5 a:active:after,
	ul.whypta li.i-5 a:focus:after {
		background-position: 0 -1090px;
	}

	.localptas > .localptaletter h3 span {
		font-size: 80px;
	}
	/*.BlogIMG{
		 max-width: 100%;
    	width: auto;
    	height: auto;
	}*/
	Blog-font{
		font-size:10px;
	}
	#partnerscoalitions figure{
		height:100px;
		/*width: 100%;*/
		margin-left:5.5%
	}
	#partnerscoalitions figure img{
		height: 100%;
		
	}
	

}


@media (min-width:768px) {

	h1 {
		font-size: 30px;
	}

	#globalheader h1 {
		top: 18px;
		left: 18px;
	}

	.captalogo {
		width: 82px;
		padding-top: 45px;
		background-size: 82px auto;
	}

	#globalheader form.search {
		width: 38px;
	}
	#globalheader form.search:hover,
	#globalheader form.search:active,
	#globalheader form.search:focus,
	.touch #globalheader form.search {
		width: 330px;
	}
	form.search input[type="text"] {
		width: 289px;
		height: 41px;
		line-height: 41px;
		padding: 0 15px;
		font-size: 20px;
	}
	form.search button {
		width: 38px;
		height: 47px;
	}
	form.search button:before {
		width: 38px;
		height: 47px;
		line-height: 47px;
	}
	#globalheader form.search input[type="text"] {
		right: 41px;
	}

	.navbar-nav {
		margin-left: 115px;
	}

	.mailer li label {
		font-size: 15px;
	}

	.left a.bannertext > div {
		padding-bottom: 10px;
	}
	.left a.bannertext strong,
	.left a.bannertext .bodytext p {
		font-size: 28px;
	}
	.left a.bannertext strong span,
	.left a.bannertext .bodytext p {
		font-size: 16px;
	}
	.left a.bannertext strong {
		padding-bottom: 10px;
	}
	.left a.bannertext p em {
		font-size: 14px;
	}

	.videolist .posts li iframe {
		width: 50%;
		height: 150px;
		margin: 0 20px 0 0;
	}

	#missionstatement a {
		padding: 0;
	}
	#missionstatement a > div {
/*		width: 70%;*/
		width: 65%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform:    translate(-50%, -50%);
		-ms-transform:     translate(-50%, -50%);
		-o-transform:      translate(-50%, -50%);
		transform:         translate(-50%, -50%);
	}
	#missionstatement a h2 {
		font-size: 22px;
	}

	#resourceshighlights .post h3 {
		font-size: 10px;
	}
	#resourceshighlights .cta {
		font-size: 11px;
	}

	.localptas > .localptaletter h3 span {
		font-size: 100px;
	}
	/*#partnerscoalitions figure img{
		height: 80%;
		
	}*/

}


@media (min-width: 992px) {

/*	#globalheader .searchbar,
	#globalheader .navbar {
		width: 930px;
	}*/

	body {
		font-size: 18px;
	}

	#globalheader h1 {
		top: 17px;
		left: 35px;
	}

	.footerlinks ul {
		height:auto;
		/*height: 52px;*/
	}
	.footerlinks li a {
		width: 161px;
		height: 52px;
		line-height: 52px;
		font-size: 14px;
	}
	.footerlinks li i {
		width: 82px;
		height: 100%;
		line-height: 52px;
		font-size: 24px;
	}
	.footerlinks em {
		line-height: 54px;
		left: 68px;
	}

	.footerlinks li.statelogin i {
		left: 20px;
	}
	.footerlinks li.statelogin em {
		left: 82px;
	}
	.footerlinks .statelogin a {
		width: 258px;
	}

	.footerlinks .donate button {
		width: 161px;
		height: 52px;
		line-height: 52px;
		font-size: 14px;
	}
	.touch .footerlinks .donate button,
	/*.footerlinks .donate button:hover,
	.footerlinks .donate button:active,*/
	.footerlinks .donate button:focus {
		width: 158px;
	}
	.footerlinks .elefint a > span {
		background-position: 30px center;
	}

	.touch .footerlinks .contact a,
	/*.footerlinks .contact a:hover,
	.footerlinks .contact a:active,*/
	.footerlinks .contact a:focus {
		width: 161px;
	}
	.touch .footerlinks .spanish a,
	/*.footerlinks .spanish a:hover,
	.footerlinks .spanish a:active,*/
	.footerlinks .spanish a:focus {
		width: 155px;
	}
	.touch .footerlinks .blog a,
    .footerlinks .blog a:focus {
		width:161px;
	}
	.touch .footerlinks .elefint a,
	/*.footerlinks .elefint a:hover,
	.footerlinks .elefint a:active,*/
	.footerlinks .elefint a:focus {
		width: 215px;
	}

	#homecarousel .owl-next {
		width: 64px;
		height: 0;
		padding-top: 116px;
		margin-top: -75px;
		background-size: 120px auto;
	}
	#homecarousel .owl-next:hover,
	#homecarousel .owl-next:active {
		background-position: 0 -120px;
	}
	.owl-dot span {
		width: 14px;
		height: 14px;
		margin: 5px;
	}

	.captalogo {
		width: 164px;
		padding-top: 90px;
		background-size: 164px auto;
	}


	.navbar-nav {
		margin: 0;
		margin-left: 219px;
	}
	.navbar-nav > li {
		height: 120px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a, .navbar-default .navbar-nav > li:hover .submenu li > a {
		padding: 14px 20px;
		font-size: 14px;
	}

	.navbar-nav > li:hover .dropdown-menu {
		width: 200px;
		min-height: 310px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-nav .submenu {
		width: 360px;
		padding: 20px 30px;
	}
	.navbar-nav .submenu > a > p {
		font-size: 17px;
	}

	.subnav {
		line-height: 30px;
		font-size: 16px;
	}

	.sidenav li a {
		font-size: 16px;
	}

	.owl-dots {
		bottom: 27px;
	}

	.module-post h3 {
		font-size: 30px;
	}
	.module-post .post h3,
	.module-post .post > article > a {
		font-size: 20px;
	}

	.cta {
		font-size: 15px;
	}

	.left a.bannertext > div {
/*		padding: 200px 12px 35px;*/
	}
	.left .customcta p {
		margin: 0;
	}
	.left .customcta a.bannertext > div {
/*		padding-bottom: 15px;*/
	}
	.left .customcta a.bannertext strong span,
	.left .customcta a.bannertext .bodytext p {
		font-size: 16px;
	}
	.left a.bannertext p em {
		border-bottom-width: 5px;
		font-size: 16px;
	}

	.left .module h3 {
		padding-top: 40px;
		font-size: 20px;
	}

	.left a.bannertext > div {
		padding-bottom: 30px;
	}
	.left a.bannertext strong,
	.left a.bannertext .bodytext p {
		font-size: 28px;
	}
	.left a.bannertext strong span,
	.left a.bannertext .bodytext p {
		font-size: 18px;
	}
	.left a.bannertext strong {
		padding-bottom: 15px;
	}

	.staffmembers .post {
		height: 365px;
	}
	.staffmembers .post h2 {
		font-size: 18px;
	}
	.staffmembers .post h3 {
		font-size: 18px;
	}

	.videolist .posts li iframe {
		width: 50%;
		height: 203px;
/*		margin: 0 20px 0 0;*/
	}

	#contentblocks h2 {
		font-size: 18px;
	}

	#missionstatement a h2 {
		font-size: 26px;
	}
	#missionstatement .cta {
		font-size: 14px;
	}

	#resourceshighlights .post a {
		padding: 15px 10px;
		border-width: 5px;
	}
	#resourceshighlights .post h3 {
		font-size: 14px;
	}
	#resourceshighlights .cta {
		left: 10px;
		bottom: 15px;
		font-size: 14px;
		border-bottom-width: 3px;
	}

	#resourcesinterests li {
		width: 21.8%;
	}
	#resourcesinterests .postfiltertag {
		padding: 6px 10px;
		font-size: 14px;
	}

	ul.whypta li a:before {
		width: 174px;
		height: 174px;
	}
	ul.whypta li a:after {
		width: 120px;
		height: 120px;
		top: 27px;
		margin-left: -60px;
		background: url(../gfx/sprite.png) 0 -860px no-repeat;
		background-size: 120px auto;
	}
	ul.whypta li.i-0 a:hover:after,
	ul.whypta li.i-0 a:active:after,
	ul.whypta li.i-0 a:focus:after {
		background-position: 0 -980px;
	}
	ul.whypta li.i-1 a:after {
		background-position: 0 -1100px;
	}
	ul.whypta li.i-1 a:hover:after,
	ul.whypta li.i-1 a:active:after,
	ul.whypta li.i-1 a:focus:after {
		background-position: 0 -1220px;
	}
	ul.whypta li.i-2 a:after {
		background-position: 0 -1340px;
	}
	ul.whypta li.i-2 a:hover:after,
	ul.whypta li.i-2 a:active:after,
	ul.whypta li.i-2 a:focus:after {
		background-position: 0 -1460px;
	}
	ul.whypta li.i-3 a:after {
		background-position: 0 -1580px;
	}
	ul.whypta li.i-3 a:hover:after,
	ul.whypta li.i-3 a:active:after,
	ul.whypta li.i-3 a:focus:after {
		background-position: 0 -1700px;
	}
	ul.whypta li.i-4 a:after {
		background-position: 0 -1820px;
	}
	ul.whypta li.i-4 a:hover:after,
	ul.whypta li.i-4 a:active:after,
	ul.whypta li.i-4 a:focus:after {
		background-position: 0 -1940px;
	}
	ul.whypta li.i-5 a:after {
		background-position: 0 -2060px;
	}
	ul.whypta li.i-5 a:hover:after,
	ul.whypta li.i-5 a:active:after,
	ul.whypta li.i-5 a:focus:after {
		background-position: 0 -2180px;
	}

	.localptas > .localptaletter h3 span {
		font-size: 120px;
	}
	


}


@media (min-width: 1200px) {

	.container {
		/*width: 1150px;*//*expands footer*/
	}

	#globalheader .searchbar
	/*#globalheader .navbar*//*expands header*/ {
		width: 1130px;
	}

	#homecarousel article h2,
	#homecarousel article p {
		width: 40%;
	}
	#homecarousel article h2 {
		font-size: 50px;
	}
	#homecarousel article p {
		font-size: 26px;
	}
	#homecarousel .owl-next {
		right: 50%;
		margin-right: -488px;
	}
	#homecarousel .owl-dots {
		right: 50%;
		margin-right: -490px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 17px;
	}

	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a, .navbar-default .navbar-nav > li:hover .submenu li > a {
		font-size: 14px;
	}

	.navbar-nav .submenu {
		width: 360px;
	}

	.sidenav li a {
		font-size: 18px;
	}

	.owl-dot span {
		width: 14px;
		height: 14px;
		margin: 5px;
	}

	#missionstatement a h2 {
		font-size: 28px;
	}

	#resourceshighlights .post a {
		padding: 15px;
		border-width: 5px;
	}
	#resourceshighlights .post h3 {
		font-size: 16px;
	}
	#resourceshighlights .cta {
		left: 15px;
		bottom: 20px;
		font-size: 16px;
		border-bottom-width: 4px;
	}

	#resourcesinterests .postfiltertag {
		padding: 6px 12px;
		font-size: 16px;
	}


	.localptas > .localptaletter h3 span {
		font-size: 160px;
	}
	#partnerscoalitions figure img{
		height: 100px;
		
	}
}







/* ==========================================================================



	MOBILE
	========================================================================== */

@media all and (max-width: 640px) {

	/* ==========================================================================



		MOBILE GENERIC
		========================================================================== */

	body {
		font-size: 14px;
	}
	p {
		margin-bottom: 7px;
	}

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 0;
		padding-right: 0;
	}

	#partnerscoalitions .col-md-2 {
		
		margin-bottom: 10px;
		float:left;
		padding-left:5%;
	}

	.socialbox {
		margin: 0;
	}
	.socialbox ul {
		font-size: 20px;
	}

	.module.alt2 h2 {
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.cta {
		font-size: 14px;
	}

	#globalheader .searchbar {
		display: none;
	}

	#globalheader .navbar {
		height: 60px;
		border: none;
		border-bottom: 1px solid #eee;
	}
	#globalheader h1 {
		top: 8px;
		left: 20px;
	}

	#globalfooter,
	#mainwrap {
		margin-top: 0;
	}

	.captalogo {
		width: 82px;
		padding-top: 45px;
		background-size: 82px auto;
	}

	.navbar-nav {
		width: 100%;
		margin: 0;
		position: absolute;
		top: 60px;
		left: 0;
		overflow: hidden;
		-webkit-box-shadow: 0px 19px 49px -25px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 19px 49px -25px rgba(0,0,0,0.75);
		box-shadow: 0px 19px 49px -25px rgba(0,0,0,0.75);
	}

	.dropdown-menu,
	.submenu,
	.navbar-nav {
		max-height: 0;
		display: block;
		-webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
		-moz-transition:    max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
		-ms-transition:     max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
		-o-transition:      max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
		transition:         max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	}
	.opened > .dropdown-menu,
	.opened > .submenu,
	.opened > .navbar-nav {
		display: block;
		max-height: 9999px;
		-webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
		-moz-transition:    max-height 0.5s cubic-bezier(1, 0, 1, 0);
		-ms-transition:     max-height 0.5s cubic-bezier(1, 0, 1, 0);
		-o-transition:      max-height 0.5s cubic-bezier(1, 0, 1, 0);
		transition:         max-height 0.5s cubic-bezier(1, 0, 1, 0);
	}

/*
	.navbar-nav {
		height: 0;
		display: block;
		overflow: hidden;
		-webkit-transition: height 0.5s ease-in-out;
		-moz-transition:    height 0.5s ease-in-out;
		-ms-transition:     height 0.5s ease-in-out;
		-o-transition:      height 0.5s ease-in-out;
		transition:         height 0.5s ease-in-out;
	}
	#navbar.opened > .navbar-nav {
		height: 270px;
	}*/



/*	.navbar-default .navbar-nav,*/
	.navbar-default .navbar-nav li > a span {
		display: block;
	}

/*
	.navbar-default .navbar-nav > li > a span {
		line-height: 120%;
		display: block;
	}
	.navbar-default .navbar-nav > li > a span > span {
		line-height: 120%;
	}*/

	.navbar-default .navbar-nav > li > a span br {
		display: none;
	}

	.navbar-default .navbar-nav > li {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
/*		border-top: 1px solid #0d2238;*/
	}
	.navbar-default .navbar-nav li:first-child {
/*		border-top: none;*/
	}
	.navbar-default .navbar-nav li > a,
	.navbar-default .navbar-nav > li .dropdown-menu > ul > li > a,
	.navbar-default .navbar-nav > li .submenu li > a {
		line-height: 120%;
		padding: 0 48px 0 20px;
		display: block;
		background-color: #1c3c5f;
		color: #fff;
		font-family: 'brandon_grotesquebold', Helvetica, Arial, sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		white-space: normal;
		-webkit-transition: background-color 0.3s ease-in-out;
		-moz-transition:    background-color 0.3s ease-in-out;
		-ms-transition:     background-color 0.3s ease-in-out;
		-o-transition:      background-color 0.3s ease-in-out;
		transition:         background-color 0.3s ease-in-out;
	}
	.navbar-default .navbar-nav li > a:hover {
		background-color: #0d2238;
	}
	.navbar-nav > li:last-child > a {
		margin-left: 0;
		background-color: #2188b5;
	}

	.navbar-default .navbar-nav li > a > span {
		padding: 14px 0;
		border-top: 1px solid #0d2238;
		-webkit-transition: border-color 0.3s ease-in-out;
		-moz-transition:    border-color 0.3s ease-in-out;
		-ms-transition:     border-color 0.3s ease-in-out;
		-o-transition:      border-color 0.3s ease-in-out;
		transition:         border-color 0.3s ease-in-out;
	}
	.navbar-default .navbar-nav li:first-child > a > span,
	.navbar-default .navbar-nav li.join > a > span,
	.navbar-default .navbar-nav li.opened > a > span {
		border-top-color: transparent;
	}
	.navbar-default .navbar-nav li.active + li > a > span,
	.navbar-default .navbar-nav li:hover + li > a > span {
		border-top-color: transparent;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #fff;
	}

	.navbar-nav .submenu {
		display: block;
	}
	.navbar-nav .join .submenu {
		display: none;
	}

	.dropdown-menu,
	.navbar-default li:hover .dropdown-menu,
	.navbar-nav > li.dropdown:hover .dropdown-menu,
	.navbar-nav > li.focus-areas .dropdown-menu,
	.navbar-nav > li.resources .dropdown-menu,
	.navbar-nav > li.join .dropdown-menu,
	.navbar-nav ul.submenu {
		width: 100%;
		height: auto;
		min-width: inherit;
		min-height: inherit;
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		overflow: hidden;
		-webkit-border-radius: 0;
		border-radius: 0;
/*		display: none;*/
	}

/*
	.navbar-nav ul.submenu {
		-webkit-animation-name: fade-in;
		-webkit-animation-duration: 300ms;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-name: fade-in;
		-moz-animation-duration: 300ms;
		-moz-animation-iteration-count: 1;
		-moz-animation-timing-function: ease-in-out;
		-ms-animation-name: fade-in;
		-ms-animation-duration: 300ms;
		-ms-animation-iteration-count: 1;
		-ms-animation-timing-function: ease-in-out;
		animation-name: fade-in;
		animation-duration: 300ms;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}*/



	.dropdown-menu ul {
		max-width: inherit;
		float: none;
		padding: 0;
	}
	.navbar-default .dropdown-menu li,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li {
		margin: 0;
		position: relative;
		display: block;
/*		border-top: 1px solid #fff;*/
	}
	.navbar-default .dropdown-menu li > a {
		max-width: inherit;
		background-color: #0d2238;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:active,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li:hover > a:hover,
	.navbar-default .navbar-nav > li:hover > a:active,
	.navbar-default .navbar-nav > li:hover > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		background-color: #0d2238;
/*		border-bottom: 1px solid #1c3c5f;*/
	}
	.navbar-default .navbar-nav > li.opened > a {
/*		background-color: #f9c734;*/
		background-color: #eab42d;
	}
	.navbar-default .navbar-nav > li.opened > .togglebtn {
		color: #fff;
	}
	.navbar-default .navbar-nav > li.opened > .togglebtn:before {
		content: '\f068';
	}
	.navbar-default .navbar-nav > li.opened .dropdown-menu li > a {
		background-color: #f9c734;
	}
	.navbar-default .navbar-nav > li.opened .dropdown-menu li > .togglebtn:hover + a,
	.navbar-default .navbar-nav > li.opened .dropdown-menu li > a:hover {
		background-color: #0d2238;
	}
	.navbar-default .navbar-nav > .active > a > span > span {
		border: none;
	}

/*	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li:hover > a,
	.navbar-default .navbar-nav > li:hover > a:hover {
		background-color: #1c3c5f;
		color: #fff;
	}*/

/*	.touch .navbar-default .navbar-nav > li:hover > a {
		background-color: #1f4268;
		color: #fff;
	}*/

	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a,
	.navbar-default .navbar-nav > li:hover .submenu li > a {
		padding: 0 48px 0 20px;
	}
	.navbar-default .navbar-nav li .dropdown-menu > ul > li > a:hover,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li:hover > a,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li > a:hover {
		color: #fff;
	}
	.navbar-default .navbar-nav li.opened .dropdown-menu > ul > li > a:hover span {
		border-color: #0d2238;
	}
	.navbar-default .navbar-nav li.opened .dropdown-menu > ul > li > a > span {
		border-color: #eab42d;
	}
	.navbar-default .navbar-nav li.opened .dropdown-menu > ul > li.opened > a > span,
	.navbar-default .navbar-nav li.opened .dropdown-menu > ul > li:first-child > a > span,
	.navbar-default .navbar-nav li .dropdown-menu > ul > li:hover + li > a > span {
		border-top-color: transparent;
	}

	.navbar-default .navbar-nav li .dropdown-menu .togglebtn {
		position: absolute;
		top: 0;
		right: 30px;
	}
	.navbar-default .navbar-nav li .dropdown-menu .togglebtn:hover {
		color: #eab42d;
	}
	.navbar-default .navbar-nav li .dropdown-menu .togglebtn:before {
		content: '\f054';
	}
	.navbar-default .navbar-nav li .dropdown-menu .opened > .togglebtn:before {
		content: '\f078';
	}
	.navbar-default .navbar-nav li .dropdown-menu .togglebtn:hover + a span {
		border-color: transparent;
	}

	.navbar-default .navbar-nav li .dropdown-menu > ul > li.opened > a {
		background-color: #102238;
	}
	.navbar-default .navbar-nav li .dropdown-menu > ul > li.opened a {
		background-color: #0b1723;
	}
	.navbar-default .navbar-nav li .dropdown-menu > ul > li.opened > .togglebtn:before {
		content: '\f078';
	}
	.navbar-default .navbar-nav li.opened > ul.submenu,
	.navbar-default .navbar-nav > li .dropdown-menu > ul > li.opened .submenu.l-4,
	.navbar-default .navbar-nav > li:hover .dropdown-menu > ul > li.opened .submenu.l-4 {
		padding: 5px 0;
		display: block;
		background-color: #0b1723;
	}
	.navbar-default .navbar-nav > li .submenu li {
		border-color: transparent;
	}
	.navbar-default .navbar-nav > li .submenu li > a,
	.navbar-default .navbar-nav > li:hover .submenu li > a {
		padding-left: 40px;
	}
	.navbar-default .navbar-nav > li .submenu li > a > span {
		padding: 9px 0;
		border-color: transparent;
	}
	.navbar-default .navbar-nav > li .submenu li .togglebtn {
		width: 35px;
		padding-top: 35px;
		top: 0;
	}
	.navbar-default .navbar-nav > li .submenu li .togglebtn:before {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.navbar-default ul.submenu.l-4 {
		background-color: #0b1723;
		display: block;
	}
	.navbar-default .navbar-nav li.opened > ul.submenu.l-4 {
		padding: 0 0 5px;
	}
	.navbar-default ul.submenu.l-4 li a,
	.navbar-default .navbar-nav > li:hover .submenu.l-4 li > a {
		padding-left: 60px;
		text-transform: capitalize;
	}

	.captamenu.fa {
		width: 80px;
		height: 60px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
		background: none;
		border: none;
		outline: 0;
	}
	.captamenu:before {
		content: "\f0c9";
		width: 80px;
		height: 60px;
		line-height: 60px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #1f4268;
		color: #fff;
		font-size: 30px;
		text-align: center;
		-webkit-transition: background-color 0.3s ease-in-out;
		-moz-transition:    background-color 0.3s ease-in-out;
		-ms-transition:     background-color 0.3s ease-in-out;
		-o-transition:      background-color 0.3s ease-in-out;
		transition:         background-color 0.3s ease-in-out;
	}
	.captamenu.fa:hover:before {
		background-color: #0d2238;
	}

	.nav .togglebtn {
		width: 45px;
		padding-top: 45px;
	}
	.nav .togglebtn.fa {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0;
		display: block;
		color: #fff;
	}
	.nav .togglebtn:before {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.nav .togglebtn.fa:hover,
	.nav .togglebtn.fa:active,
	.nav .togglebtn.fa:focus {
		color: #f9c734;
	}

	.container {
		padding-right: 0;
		padding-left: 0;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	.roll h3 {
		font-size: 14px;
	}

	#mainwrapleft,
	.subnav,
/*	.hentry a.parenturl,*/
	.hentry a.spanishurl {
		display: none;
	}

	.parenturl,
	.spanishurl {
		margin: 20px 3.2% 0;
		display: inline-block;
	}

	.contentbox {
		margin-right: 0;
		margin-left: 0;
	}

	h1 {
		margin-bottom: 7px;
		font-size: 18px;
	}
	.hentry {
		padding-bottom: 15px;
	}
	.contentbox .hentry {
		padding-top: 7px;
	}
	.contentbox .hentry header h1,
	#resourceshighlights > h2,
	#resourcesinterests > h2 {
		margin-top: 20px;
		margin-right: 3.2%;
		margin-left: 3.2%;
	}
	#resourceshighlights > h2,
	#resourcesinterests > h2 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.hentry header {
		margin-bottom: 10px;
		padding-right: 0;
		padding-left: 0;
	}
	.hentry h2,
	.content-block h2 {
		font-size: 14px;
		margin: 5px 0 10px;
		padding: 10px 8px;
	}
	.hentry p + h2, .hentry ul + h2, .hentry ol + h2 {
		margin-top: 15px;
	}
	.hentry .entry-content {
		padding-right: 3.2%;
		padding-left: 3.2%;
	}
	.hentry ul, .hentry ol {
		padding-left: 20px;
	}
	.hentry footer {
		font-size: 14px;
	}
	.hentry .entry-content iframe {
		height: 344px;
	}

	.takeaction {
		margin-top: 20px;
	}
	.module-post {
		margin: 10px 0 0;
		padding: 20px 0;
	}
	.module-post ul {
		margin: 0;
	}
	.module-post h3 {
		line-height: 140%;
		margin: 0 3.2% 15px;
		font-size: 20px;
	}
	.module-post .post {
		width: 100%;
		margin: 0;
		padding: 0 3.2% 15px;
	}
	.module-post .post h3 {
		margin-right: 0;
		margin-bottom: 5px;
		margin-left: 0;
		font-size: 16px;
	}
	.module-post .post > article > a {
		font-size: 14px;
	}

	.module-post .postfiltertag {
		font-size: 12px;
	}

	.content-blocks {
		padding: 0 0 20px;
	}
	.content-block {
		width: 100%;
		padding: 0 3.2%;
		display: block;
	}

	.content-block.togglebox .togglebtn {
		right: 8px;
	}

	.entry-carousel {
		padding: 0 3.2%;
	}

	.owl-prev,
	.owl-next {
		width: 26px;
		padding-top: 46px;
		margin-top: -23px;
		background-position: 0 -324px;
		background-size: 60px auto;
	}
	.owl-prev {
		left: 20px;
	}
	.owl-next {
		right: 20px;
		background-position: right -324px;
	}
	.owl-prev:hover,
	.owl-prev:active {
		background-position: 0 -371px;
	}
	.owl-next:hover,
	.owl-next:active {
		background-position: right -371px;
	}
	.owl-dots {
		right: 47px;
		bottom: 14px;
	}
	.owl-dot span {
		width: 10px;
		height: 10px;
		margin: 4px;
	}


	.footerlinks ul {
		height: auto;
		padding: 0;
	}
	.footerlinks li a,
	/*.footerlinks li a:hover,*/
	.footerlinks li a:active,
	.footerlinks li a:focus,
	.footerlinks .statelogin a,
	/*.footerlinks .statelogin a:hover,*/
	.footerlinks .statelogin a:active,
	.footerlinks .statelogin a:focus,
	.footerlinks .donate button,
	/*.footerlinks .donate button:hover,*/
	.footerlinks .donate button:active,
	.footerlinks .donate button:focus,
	/*.footerlinks .contact a:hover,*/
	.footerlinks .contact a:active,
	.footerlinks .contact a:focus,
	/*.footerlinks .sitemap a:hover,*/
	.footerlinks .sitemap a:active,
	.footerlinks .sitemap a:focus,
	/*.footerlinks .spanish a:hover,*/
	.footerlinks .spanish a:active,
	.footerlinks .spanish a:focus,
	.footerlinks .blog a:active,
	.footerlinks .blog a:focus,
	/*.footerlinks .elefint a:hover,*/
	.footerlinks .elefint a:active,
	.footerlinks .elefint a:focus {
		width: auto;
		height: 38px;
		padding: 0 8px;
		line-height: 38px;
		font-size: 10px;
	}
	.footerlinks li i {
		width: auto;
		line-height: 36px;
		margin-right: 5px;
		position: static;
		vertical-align: top;
		font-size: 14px;
	}

	.footerlinks em {
		width: auto;
		line-height: 38px;
		position: static;
		display: inline-block;
		opacity: 1;
	}
	

	.footerlinks .statelogin a {
		background-color: #366496;
	}
	.footerlinks .elefint a > span {
		padding-left: 22px;
		background-position: 4px center;
		background-size: 12px 12px;
	}

	.captainfo {
		height: auto;
		line-height: 100%;
/*		padding: 1.6% 1.6% 3.2%;*/
		padding: 6.4% 1.6%;
		font-size: 11px;
		letter-spacing: 0;
	}
	.captainfo address p, .captainfo address a {
		padding: 0 5px;
	}

	.videolist .posts li iframe {
		width: 100%;
		margin: 0 auto 10px;
	}
	.videolist .posts li h2 {
		font-size: 16px;
	}
	.videolist .posts li h3 {
		font-size: 13px;
	}

	/* ==========================================================================



		HOME
		========================================================================== */

	#homecarousel article {
		height: 200px;
	}
	#homecarousel article h2 {
		width: 100%;
		line-height: 120%;
		margin: 0 0 10px;
		font-size: 22px;
	}
	#homecarousel article p {
		width: 100%;
		line-height: 120%;
		margin: 0 0 10px;
		font-size: 13px;
	}
	#homecarousel article p.more {
		margin-bottom: 0;
	}
	#homecarousel article a {
		line-height: 140%;
		border-width: 4px;
		font-size: 15px;
	}
	#homecarousel .meta {
		padding: 10px 50% 10px 5%;
	}
	#homecarousel .owl-dots {
		right: 5%;
		margin-right: 0;
		bottom: 10px;
	}
	#homecarousel .owl-next {
		width: 32px;
		height: 0;
		padding-top: 58px;
		margin-top: -35px;
		right: 5%;
		margin-right: 0;
		background-size: 60px auto;
	}
	#homecarousel .owl-next:hover,
	#homecarousel .owl-next:active {
		background-position: 0 -60px;
	}

	#missionstatement,
	#contentblocks article {
		margin: 0;
	}

	#bottomblocks .module.alt2 {
		height: auto;
	}

	#bottomblocks ul {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	#partnerscoalitions figure {
		padding: 0 20px;
	}

	#missionstatement {
		height: auto;
	}
	#missionstatement a {
/*		padding-top: 20px;
		padding-bottom: 20px;*/
		padding: 25px;
		background-size: cover;
		text-align: left;
	}
	#missionstatement a > div {
		margin: 0 auto;
		display: inline-block;
		text-align: left;
	}
	#missionstatement a h2 {
		font-size: 20px;
	}
	#missionstatement .cta {
		font-size: 12px;
	}

	#contentblocks h2 {
		font-size: 17px;
	}
	#contentblocks h3 {
		margin-bottom: 10px;
		font-size: 13px;
	}
	#contentblocks a {
		height: auto;
		background-size: cover;
	}
	#contentblocks p.more {
		margin-top: 25px;
		position: static;
	}
	#contentblocks p.more em {
		height: 28px;
		line-height: 28px;
		padding: 0 10px;
		font-size: 13px;
	}
	/*.col-md-2{
		width:100%;
		
	}*/
	/*#partnerscoalitions figure{
		width:100%;
		
		
	}*/
	/*#partnerscoalitions figure img{
		height:30%;
	}*/
	

	/* ==========================================================================



		TEAM
		========================================================================== */
        /*

	.module-post.staffmembers .post {
		width: 25%;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		background: none;
		line-height: 100%;
	}
	.staffmembers .membercontent {
		width: 100%;
		position: relative;
		display: inline-block;
	}
	.staffmembers .post .dummyheight,
	.staffmembers .post button:hover + .dummyheight,
	.staffmembers .post button:active + .dummyheight,
	.staffmembers .post button:focus + .dummyheight,
	.staffmembers .post.on .dummyheight {
		width: auto;
		height: auto;
		display: inline-block;
		position: static;
		margin-top: 97%;
		background: none;
	}
	.staffmembers .membercontent > h2,
	.staffmembers .membercontent > h3 {
		display: none;
	}
	
	.staffmembers .post img {
		width: 100%;
		width: -moz-calc(100% - 8px);
		width: -webkit-calc(100% - 8px);
		width: calc(100% - 8px);
		margin: 0;
		position: absolute;
		top: 4px;
		right: 4px;
		bottom: 4px;
		left: 4px;
	}
	.staffmembers .summary {
		border-bottom: none;
	}
	.staffmembers .summary p {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.staffmembers .summary ul {
		margin: 15px 90px;
	}
	.staffmembers .summary li {
		margin: 0 0 5px;
		display: block;
	}
	.staffmembers .summary .btn {
		width: 100%;
		height: 25px;
		line-height: 25px;
		background-size: cover;
		background-image: none;
		font-size: 12px;
	}
	.staffmembers .summarycontent {
		padding: 0 0 15px;
		border-top: 0;
		border-bottom: 5px solid #366496;
	}
	.staffmembers .summarycontent h2,
	.staffmembers .summarycontent h3 {
		margin: 0;
		display: block;
		background-color: #366496;
		color: #fff;
		text-transform: none;
	}
	.staffmembers .summarycontent h2 {
		padding: 10px 25px 5px;
		font-size: 15px;
	}
	.staffmembers .summarycontent h3 {
		margin-bottom: 10px;
		padding: 0 25px 10px;
		font-size: 13px;
	}
	.staffmembers .post:hover,
	.staffmembers .post:active,
	.staffmembers .post:focus,
	.staffmembers .post.on {
		background: none;
		background-color: #366496;
	}
*/

	/* ==========================================================================



		TAX FILING
		========================================================================== */

	#taxtabwrap {
		margin: 10px 15px;
	}
	#taxtabwrap .nav-tabs {
		display: none;
	}

	#taxtabwrap .tab-content > .tab-pane {
		display: block;
		visibility: visible;
	}
	#taxtabwrap .tab-pane {
		min-height: inherit;
		height: auto;
		margin-bottom: 10px;
		padding: 0;
		border: none;
		background: none;
	}
	#taxtabwrap .tab-pane h2 {
		display: block;
	}
	#taxtabwrap .tab-pane ul {
		margin-top: 10px;
	}



	/* ==========================================================================



		RESOURCES
		========================================================================== */

	#resourceshighlights ul {
		padding: 1.6%;
	}
	#resourceshighlights .post {
		width: 46.8%;
		margin: 1.6%;
	}
	#resourceshighlights .post a {
		border-width: 4px;
	}
	#resourceshighlights .post h3 {
		font-size: 14px;
	}
	#resourceshighlights .cta {
		left: 10px;
		bottom: 10px;
		font-size: 12px;
		border-bottom-width: 2px;
	}

	#resourcesinterests {
		max-height: 32px;
		position: relative;
		overflow: hidden;
		-webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
		-moz-transition:    max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
		-ms-transition:     max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
		-o-transition:      max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
		transition:         max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
	}
	#resourcesinterests.opened {
		max-height: 1000px;
		-webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
		-moz-transition:    max-height 0.5s cubic-bezier(1, 0, 1, 0);
		-ms-transition:     max-height 0.5s cubic-bezier(1, 0, 1, 0);
		-o-transition:      max-height 0.5s cubic-bezier(1, 0, 1, 0);
		transition:         max-height 0.5s cubic-bezier(1, 0, 1, 0);
	}
	#resourcesinterests .interests {
		margin: 0 3.2%;
	}
	#resourcesinterests > h2 {
		margin-top: 0;
		display: block;
	}
	#resourcesinterests > h2 a {
		width: 100%;
		line-height: 140%;
		padding: 6px 12px;
		position: relative;
		display: block;
		border-bottom: 1px solid #fff;
		background-color: #eaebed;
		color: #595651;
	}
	#resourcesinterests > h2 a:before,
	#resourcesinterests .interests li.on:before {
		content: "\f067";
		width: 30px;
		height: 20px;
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 10px;
		text-align: center;

		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 20px;
	}
	#resourcesinterests.opened > h2 a:before {
		content: "\f068";
	}
	#resourcesinterests > h2 a:hover,
	#resourcesinterests > h2 a:active,
	#resourcesinterests > h2 a:focus {
		background-color: #f9c734;
		color: #fff;
	}
	#interestpages {
		display: none;
	}
	#resourcesinterests .interests li {
		display: block !important;
	}
	#resourcesinterests .interests li.on {
		width: 93.6%;
		margin: 0 3.2%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#resourcesinterests .interests li.on:before {
		color: #fff;
	}

	#resourcesinterests ul {
		margin: 3.2%;
		padding: 0;
	}
	#resourcesinterests .post {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.module-post ul {
		padding: 0;
	}
	.module-post .post {
		width: 50%;
		margin: 0 0 20px;
		padding: 0 3.2% 15px;
		margin-bottom: 20px;
	}

	#resourceswrap .videos .post,
	#resourceswrap .publications .post {
		width: 100%;
	}
	#resourceswrap .videos article header,
	#resourceswrap .publications article header {
		bottom: 20px;
	}
	#resourceswrap .publications .post .content {
		opacity: 1;
	}
	#resourceswrap .publications .post header {
		position: static;
	}
	#resourceswrap .publications .post h3 {
		color: #2188b5;
	}
	#resourceswrap .publications .post h3:before {
		content: "";
		width: 74px;
		height: 74px;
		display: block;
		margin: 10% auto 10px;
		background: url(../gfx/sprite.png) center -2424px no-repeat;
	}
	#resourceswrap .publications .post .postfiltertag,
	#resourceswrap .publications .post p,
	#resourceswrap .publications .post:hover p,
	#resourceswrap .post p {
		display: none;
	}
	#resourceswrap .post p.more {
		margin-top: 10px;
		display: block;
	}
	#resourceswrap .videos p.more a.cta {
		background-size: 34px auto;
	}
	#resourceswrap .post h3 {
		margin: 0;
	}
	#resourceswrap .post h4 {
		margin: 5px 0 0;
	}

	#resourceswrap .module-post .post p.more {
		display: block
	}

	#resourceswrap .publications .post p.more,
	#resourceswrap .publications .post:hover p.more {
		padding: 10px 10%;
		display: block;
		text-align: center;
	}

	/* ==========================================================================



		JOIN
		========================================================================== */

	ul.whypta {
		margin-top: 20px;
		padding: 0;
	}
	ul.whypta li {
		width: 41%;
		padding: 0;
/*		padding-bottom: 0;*/
		margin: 0 4.5% 14%;
	}
	ul.whypta h3 {
		width: 100%;
		margin: 0;
		position: absolute;
/*		bottom: 15px;*/
		top: 100%;
		left: 0;
		margin-top: 5px;
		text-decoration: none;
	}
	ul.whypta p {
		display: none;
	}
	ul.whypta .dummyheight {
		display: block;
	}
	ul.whypta li a:before {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
/*		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform:    translateX(-50%);
		-ms-transform:     translateX(-50%);
		-o-transform:      translateX(-50%);
		transform:         translateX(-50%);*/

	}
	ul.whypta li a:after {
		width: 60px;
		height: 60px;
		top: 50%;
		margin-top: -30px;
		margin-left: -30px;
		background-position: 0 -430px;
		background-size: 60px auto;
	}
	ul.whypta li.i-0 a:hover:after,
	ul.whypta li.i-0 a:active:after,
	ul.whypta li.i-0 a:focus:after {
		background-position: 0 -490px;
	}
	ul.whypta li.i-1 a:after {
		background-position: 0 -550px;
	}
	ul.whypta li.i-1 a:hover:after,
	ul.whypta li.i-1 a:active:after,
	ul.whypta li.i-1 a:focus:after {
		background-position: 0 -610px;
	}
	ul.whypta li.i-2 a:after {
		background-position: 0 -670px;
	}
	ul.whypta li.i-2 a:hover:after,
	ul.whypta li.i-2 a:active:after,
	ul.whypta li.i-2 a:focus:after {
		background-position: 0 -730px;
	}
	ul.whypta li.i-3 a:after {
		background-position: 0 -790px;
	}
	ul.whypta li.i-3 a:hover:after,
	ul.whypta li.i-3 a:active:after,
	ul.whypta li.i-3 a:focus:after {
		background-position: 0 -850px;
	}
	ul.whypta li.i-4 a:after {
		background-position: 0 -910px;
	}
	ul.whypta li.i-4 a:hover:after,
	ul.whypta li.i-4 a:active:after,
	ul.whypta li.i-4 a:focus:after {
		background-position: 0 -970px;
	}
	ul.whypta li.i-5 a:after {
		background-position: 0 -1030px;
	}
	ul.whypta li.i-5 a:hover:after,
	ul.whypta li.i-5 a:active:after,
	ul.whypta li.i-5 a:focus:after {
		background-position: 0 -1090px;
	}

	#findyourlocalptas .contact h3 {
		font-size: 13px;
	}
	.localptas .ptalistcontent:before {
		line-height: 100%;
		font-size: 11px;
	}
	.localptas > .localptaletter h3 span {
		font-size: 80px;
	}
	.localptas .ptalist li {
		font-size: 13px;
	}

}


@media all and (max-width: 480px) {

	#partnerscoalitions figure {
		height: 100px;
	}
	/*#partnerscoalitions figure img{
		height:100%;
		width:87%;
		margin-top:0;
		margin-bottom:0;
	}
	#partnerscoalitions .col-md-2 {
		width:100%;
		
		
	}*/
	
	.localptas > .localptaletter h3 span {
		font-size: 40px;
	}

	.hentry .entry-content iframe {
		height: 244px;
	}

	.socialbox li {
		width: 33.33333333%;
	}

	.footerlinks ul {
		width: auto;
	}
	.footerlinks li {
		display: block;
	}
	.footerlinks li a,
	.footerlinks li a:hover,
	.footerlinks li a:active,
	.footerlinks li a:focus,
	.footerlinks .statelogin a,
	.footerlinks .statelogin a:hover,
	.footerlinks .statelogin a:active,
	.footerlinks .statelogin a:focus,
	.footerlinks .donate button,
	.footerlinks .donate button:hover,
	.footerlinks .donate button:active,
	.footerlinks .donate button:focus,
	.footerlinks .contact a:hover,
	.footerlinks .contact a:active,
	.footerlinks .contact a:focus,
	.footerlinks .sitemap a:hover,
	.footerlinks .sitemap a:active,
	.footerlinks .sitemap a:focus,
	.footerlinks .spanish a:hover,
	.footerlinks .spanish a:active,
	.footerlinks .spanish a:focus,
	.footerlinks .elefint a:hover,
	.footerlinks .elefint a:active,
	.footerlinks .elefint a:focus {
		width: 100%;
		padding-left: 15%;
	}

	.footerlinks .donateform {
		width: 100%;
		float: none;
		display: block;
	}
	.footerlinks .donateform button {
		text-align: left;
	}
	.footerlinks .elefint a > span {
		padding-left: 15px;
		background-position: left center;
	}
	.footerlinks .statelogin a {
		background-color: #1f4268;
	}
	.footerlinks .blog a{
		background-color: #1f4268;
}
	.captainfo address {
		display: block;
	}
	.captainfo address p,
	.captainfo address a {
		line-height: 180%;
		padding-left: 15%;
		display: block;
		border: none;
	}
	.captainfo address p a {
		padding-left: 0;
		display: inline-block;
	}


/*	#resourcesinterests ul,*/
	#resourceswrap ul {
		margin: 3.2%;
		padding: 0;
	}
/*	#resourcesinterests .post,*/
	#resourceswrap .post {
		margin: 0;
		padding: 0;
	}
	#resourceswrap .post {
		width: 100%;
		margin-bottom: 20px;
	}

/*	#resourceswrap .videos .post,
	#resourceswrap .publications .post {
		width: 100%;
	}*/

}


@media all and (max-width: 320px) {

	.btn {
		height: 30px;
		line-height: 30px;
		padding: 0 8px;
		font-size: 14px;
	}

	#partnerscoalitions figure {
		height: 50px;
	}

	.localptas > .localptaletter h3 span {
		font-size: 40px;
	}

	.hentry .entry-content iframe {
		height: 184px;
	}

	.entry-content img.alignleft,
	.entry-content img.alignright {
		width: 100%;
		width: auto;
		height: auto;
		float: none;
		margin: 0 0 20px;
	}
	.imgalignleftparent + .textbody {
		padding-left: 430px;
		padding-left: 0;
	}
	.imgalignrightparent + .textbody {
		padding-right: 430px;
		padding-right: 0;
	}

	#homecarousel .meta {
		padding-right: 60px;
	}

	#partnerscoalitions .col-md-2 {
		width: 100%;
		margin-bottom: 5px;
	}
	#partnerscoalitions figure {
		height: 75px;
	}
	#partnerscoalitions figure img{
		height:75px;
		margin-top:0;
		margin-bottom:0;
	}
	

}

/*BLOG 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.blogMonth{
	height:35%;
	text-align:center;
	padding:20px;
	width:100%;

	
}
.blogTable{
	
	margin:25px;
	
}
.blogTable tr {
	min-height:inherit;

	padding:5px;
	height:50px;
	table-layout:fixed;
	float:center;
}
.blogTable td{
	min-height:inherit;
	height:50px;
	padding:10px;
	text-align:center;
	float:center;
	table-layout:fixed;
}
/*BLOG footer*/
/*.footerlinks .blog a{
	width:120px;
}*/
.footerlinks .blog i::before{
	content:"\f03a";
}
.footerlinks .blog {
	width:130px;
	
}

.footerlinks .totemlogin {
	width:240px;
	background-color:#2188b5;
}
.footerlinks .totemlogin i::before{
	content:"\f108";
}