@import url('/wp-content/themes/pacer_2014/teens_against_bullying/htdocs/css/fonts.css');
@import url('/wp-content/themes/pacer_2014/teens_against_bullying/htdocs/css/wp_pro_quiz.css');
@import url('/wp-content/themes/pacer_2014/teens_against_bullying/htdocs/css/wp_polls.css');
@import url('/wp-content/themes/pacer_2014/teens_against_bullying/htdocs/css/forms.css');

/* Structure */

#wpadminbar {
	display: none;
}

html, body {
	color: #282828;
	font-family: 'ProximaNovaCondensed', sans-serif;
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 22px;
}
#container {
	width:auto;
	max-width:none;
	padding:0;
}
#container:before {
	content:' ';
	display:block;
	width:100%;
	height:8px;
	background:#00a0b2;
}
/* Overriding "responsive" CSS */
#wrapper {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border: 0;
	border-radius: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
/* Overriding "responsive" CSS */
.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 0 auto;
	padding: 0;
}


.wrapper { 
	max-width:960px;
	margin:0 auto;
	position: relative;
}

.wrapper:after,
.wrapper:before {
	content: ' ';
	display: table;
}

.wrapper:after {
	clear: both;
}

.ie7 .wrapper {
	zoom: 1;
}
/* Overriding "responsive" CSS */
.skip-container {
	padding: 0;
}


/* Text */
p, hr, dl, pre, form, table, address, blockquote {
	line-height: 1.4em; 
	margin: 0 0 1em;
}
h1,
h2,
h4 {
	font-family:'Aleo';
}
h1 {
	color: #009eb0;
	font-size: 2.22em;
	margin: 0.8em 0 0.5em;
}
h2 {
	color: #009eb0;
	font-size: 1.6em;
	margin: 0.8em 0 0.5em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	margin-bottom: 0.8em;
}
a, a:hover, a:focus, a:active {
	color: #ea6828;
}
a span.external-link,
a.external-link {
	display: inline-block;
	padding-right: 1em;
	position: relative;
}
a:hover span.external-link {
	text-decoration: underline;
}
a span.external-link:before,
a.external-link:before {
	content: "\65";
	font-family: "Pacer-Icons";
	font-size: 0.6em;
	position: absolute;
	top: 0;
	right: 0;
}
blockquote {
	background: transparent;
	border-left: 2px solid #cdcdcd;
	margin: 20px;
	padding: 0 0 0 12px;
}
blockquote p{
	color: #008e9e;
	font-family: "ProximaNovaCondensed", sans-serif;
	font-style: normal;
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0;
}

/* Utility Classes */
.text-center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.inline {
	display: inline-block;
}
a:hover {
	text-decoration: underline;
}
.display-none {
	display:none;
}
hr {
	height: 1px;
	margin: 20px auto;
	max-width: 960px;
}


/* TEXT WRAP section backgrounds */
.palegray,
.full-width-lightgray {
	background-color: #ededed;
}
.shadow-inset-bottom {
	box-shadow: inset 0 -20px 30px -20px rgba(0,0,0,0.15);
}

/* Gradients */
.gradient.pacer_teal,
.sub-nav .menu .btn-pill {
	background: #00a0b2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTBiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg5OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #00a0b2 0%, #008998 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a0b2), color-stop(100%,#008998)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00a0b2 0%,#008998 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00a0b2 0%,#008998 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00a0b2 0%,#008998 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00a0b2 0%,#008998 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0b2', endColorstr='#008998',GradientType=0 ); /* IE6-8 */
}
.gradient.pacer_teal:hover,
.sub-nav .menu .btn-pill:hover,
.sub-nav .menu .btn-pill.current {
	background: #02b3c7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYjNjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTliYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #02b3c7 0%, #019bac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02b3c7), color-stop(100%,#019bac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #02b3c7 0%,#019bac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #02b3c7 0%,#019bac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #02b3c7 0%,#019bac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #02b3c7 0%,#019bac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b3c7', endColorstr='#019bac',GradientType=0 ); /* IE6-8 */
}
.gradient.pacer_orange {
	background: #ff7c19; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2MxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTZhMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ff7c19 0%, #da6a15 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7c19), color-stop(100%,#da6a15)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff7c19 0%,#da6a15 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff7c19 0%,#da6a15 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff7c19 0%,#da6a15 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff7c19 0%,#da6a15 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c19', endColorstr='#da6a15',GradientType=0 ); /* IE6-8 */
}
.gradient.pacer_orange:hover {
	background: #fd9241; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTI0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODcyMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fd9241 0%, #e87219 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9241), color-stop(100%,#e87219)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd9241 0%,#e87219 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd9241 0%,#e87219 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd9241 0%,#e87219 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd9241 0%,#e87219 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9241', endColorstr='#e87219',GradientType=0 ); /* IE6-8 */
}
.gradient.pacer_gray {
	background: #ededed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededed 0%, #cbcbcb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#cbcbcb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#cbcbcb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#cbcbcb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-8 */
}
.gradient.pacer_gray:hover {
	background: #e0e0e0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e0 0%,#c4c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#c4c4c4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e0 0%,#c4c4c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-8 */
}

/* Buttons */
.btn {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family:'Aleo';
	font-size: 0.85em;
	font-weight: bold;
	min-height: 45px;
	letter-spacing: 0.05em;
	vertical-align: middle;
	padding: 12px 25px;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-transform: uppercase;
	white-space: normal;
}
.btn:hover {
	color: #ededed;
	text-decoration: none;
}
.btn-cta,
.btn {
	color: #fff;
	padding-left: 20px;
	padding-right:40px;
}
.btn-cta.pacer_gray,
.btn.pacer_gray {
	color: #282828;
	font-family: "Aleo";
	font-size: 0.75em;
	font-weight: bold;
	text-shadow: none;
}
.btn-cta:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #008695;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	content: "\3e";
	display: block;
	font-family: "Pacer-Icons";
	font-size: 0.75em;
	height: 100%;
	line-height: 46px;
	margin-left: 8px;
	padding-right: 8px;
	padding-left:10px;
	position: absolute;
	top: 0;
	right: 0;
}
.btn-cta.pacer_teal:hover:before {
	background-color: #0094a5;
}
.btn-cta.pacer_orange:before {
	background-color: #db5818;
}
.btn-cta.pacer_orange:hover:before {
	background-color: #ef611c;
}
.btn-cta.pacer_gray:before {
	background-color: #cdcdcd;
}
.btn-cta.pacer_gray:hover:before {
	background-color: #bbb;
}
.sub-nav .menu .exclude_nav {
	display:none;
}
#back-button {
	margin-top: 30px;
	padding-right: 20px;
}

/* Text Expander (jQuery Expanding Box)
http://wordpress.org/plugins/jquery-expanding-box/ */
.dropdown_box {
	max-width: 960px;
	margin: 10px auto;
}
a.showmore {
	color: #008e9e!important;
	font-family: "Aleo";
	font-size: 0.9em!important;
	font-weight: bold!important;
	text-transform: uppercase!important;
}
a.showmore:hover {
	color: #01707c;
	text-decoration: none;
}
a.showmore>span.view_modifier,
a.showmore>span.view_modifier.show {
	background-image: none!important;
	background-color: #008e9e!important;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 2px;
	position: relative;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
}
a.showmore>span.view_modifier:before,
a.showmore>span.view_modifier.show:before {
	color: #fff;
	content: "+";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 4px;
	top: 0;
}
a.showmore>span.view_modifier.show:before {
	content: "-";
	left: 6px;
	top: -1px;
}
.inner_text {
	margin-left: 25px;
	margin-top: 10px;
}
/*.inner_text p {
	margin-bottom: 0;
}*/

/* Header 
***********************************************/
#logo {
	text-indent:-100000px;
	font-size:0;
	background: url('../images/logo-240x98.png') no-repeat bottom;
	height:98px;
	width:240px;
	margin: 20px 0 0 0;
}
#logo .site-name a {
	height: 98px;
	width: 240px;
	display: block;
}
/* Overriding "responsive" CSS */
.site-name {
	padding-top: 0;
}
.content-header {
	background-color: #ededed;
	min-height: 138px;
	box-shadow: inset 0 -2px 3px rgb(230,230,230);
}
.content-header .wrapper {
	position:relative;
}

/* Main Navigation 
*********************************************************/
.menu {
	background-color: transparent!important;
}
.ie8 .tab .menu,
.ie9 .tab .menu {
	filter:none!important;
}
.menu a {
	white-space: normal;
}
.menu a:hover {
	text-decoration: none;
}
.top-menu {
	font-weight: bold;
	position: absolute;
	right: 216px;
	top: 45px;
}
.top-menu span.icon-external_link {
	color: #ff7c19;
}
.top-menu li a {
	color:#464646;
	font-size: 0.9em;
}
.tab-header-widget {
	margin-top: 42px;
}
.social {
	color: #ff7c19;
	font-family: 'Pacer-Icons';
	font-size: 1.5em;
	margin: 0 0.1em 0;
	position: relative;
	top: 0.2em;
}
.social:hover {
	color: #ea6928;
	text-decoration: none;
}
.socialButton {
  margin: 0 0.1em;
  position: relative;
  top: 0.2em;
}

.custom-mobile-menu-title {
	display: none;
}
.main-nav {
	border-bottom:1px solid #cdcdcd;
	font-family: 'Aleo';
	font-weight:bold;
	background:#fff;
	z-index:20;
	position:relative;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.main-nav .menu {
	background:#fff;
}
.main-nav .menu li {
	width: 24.99%;
}
.main-nav .menu li a {
	background-color: white;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #666666;
	padding: 0.8em 1.5em;
	font-size: 1.4em;
	height: auto;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-align: center;
	text-shadow: none;
}
.main-nav .menu li a:hover {
	background-color: white;
}
.ie8 .main-nav .menu li a:hover {
	filter:none!important;
}
.main-nav .menu li:nth-child(4n) a {
	padding: 0.8em 2em;
}
.ie8 .main-nav .menu li a {
	padding: 0.8em 2em;
}
.menu > li > a {
	border-left:none;
	border-right:1px solid #cdcdcd;
}
.menu > li:first-child > a {
	border-left:1px solid #cdcdcd;
}
ul.menu > li:hover, .menu a:hover {
	background:#ffffff;
}
ul.menu > li:hover a {
	color:#ff7c19;
}
.main-nav .menu li.current-menu-item a,
.main-nav .menu li.current-page-ancestor a {
	background-color: #ff7c19;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
li.nav-hidden, .nav-hidden ul, .nav-hidden ul li {
	display:none;
}

/* Subnav 
******************************************************/
.sub-nav {
	padding: 0 0 10px;
}
.sub-nav h5 {
	font-family: "Aleo";
	color: #999;
	letter-spacing: 0.02em;
	margin-bottom: 0.75em;
}
.sub-nav .menu {
	background-color: transparent!important;
	background-image: none!important;
}
.sub-nav .menu li {
	margin-right: 12px;
	margin-bottom: 20px;
}
.sub-nav .menu a {
	border: none;
	border-radius: 3px;
	font-family: "ProximaNovaCondensed", sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	letter-spacing: 0;
	text-shadow: none;
	text-transform: uppercase;
}
.sub-nav .menu a:hover,
.sub-nav .menu a:active {
	color: #ffffff;
}
.sub-nav .menu .btn-activity {
	background: #006874; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjg3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU5NjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #006874 0%, #005963 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006874), color-stop(100%,#005963)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006874 0%,#005963 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006874 0%,#005963 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006874 0%,#005963 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006874 0%,#005963 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006874', endColorstr='#005963',GradientType=0 ); /* IE6-8 */
	padding-left: 40px;
}
.sub-nav .menu .btn-activity:hover,
.sub-nav .menu .btn-activity.current {
	background: #017886; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNzg4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY4NzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #017886 0%, #006874 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017886), color-stop(100%,#006874)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #017886 0%,#006874 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #017886 0%,#006874 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #017886 0%,#006874 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #017886 0%,#006874 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017886', endColorstr='#006874',GradientType=0 ); /* IE6-8 */
}
.btn-activity:before {
	background-color: #fff;
	color: #bbb;
	content: "\221a";
	display: inline-block;
	font-family: "Pacer-Icons";
	font-size: 0.83em;
	line-height: 14px;
	margin-right: 10px;
	padding: 0 0 2px 2px;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	position: absolute;
	left: 4px;
	top: 12px;
}
.btn-activity:hover:before,
.btn-activity.current:before {
	color: #999;
}
.btn-pill.current:after,
.btn-activity.current:after {
	background-image: url('../images/current_teen.svg');
	background-repeat: no-repeat;
	background-position: center 0;
	content: " ";
	display: block;
	height: 10px;
	width: 100%;
	position: relative;
	top: 0;
}
.btn-pill.current:after{
	background-image: url('../images/current_teen_teal.svg');
}
.btn-activity.current:after {
	left: -16px;
}

/* Footer
*******************************************************/

/* Footer top */
footer {
	margin-top: 20px;
}
.footer-top .wrapper > div {
	width:30.5%;
	float:left;
	padding-left:2%;
}
.footer-top {
	color:#464646;
	background: #ededed;
	text-align:center;
	box-shadow: inset 0 3px 14px rgba(0,0,0,0.1);
}
.footer-top h4 {
	margin-bottom: 0.5em;
}
.footer-top p{
	font-size: 0.9em;
	line-height: 1.4em;
}
.footer-top .small,
.footer-top .outline {
	color: #999;
	font-family: "Aleo";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.75em;
}
.footer-top .outline {
	font-size: 1.6em;
	margin: 0;
}
.footer-top a {
	color: white;
}
.footer-top .btn {
	margin-bottom: 40px;
}
/* Newsletter sign-up form in footer-top */
.footer-top .wrapper > div.nf-form-cont {
	width:100%;
	float:none;
	padding-left:0;
}

.footer-top .ninja-forms-req-symbol,
.footer-top .nf-before-form-content {
	display: none;
}
.footer-top .nf-after-form-content {
	margin-bottom: 25px;
}
.footer-top .email-wrap input {
	margin-bottom: 5px;
	height: 59px;
}
.footer-top .email-field-wrap.text-wrap.label-above label {
	display: none; /* Hides the 'email' label */
}
.footer-top .field-wrap {
	display: inline;
	float: left;
}
.footer-top input[type="text"] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer-top nf-field:first-of-type {
	width: 87%;
	display: block;
	float: left;
}
.footer-top nf-field:first-of-type .email-wrap {
	width: 100%;
}
.footer-top nf-field:nth-of-type(2) {
	width: 12%;
	position: relative;
	display: block;
	float: left;
}
.footer-top .checkbox-wrap {
	display: block;
	float: none;
	text-align: center;
}
.footer-top .checkbox-container .nf-field-label,
.footer-top .checkbox-container .nf-field-element
{
	display: inline-block;
	vertical-align: middle;
}
.footer-top .checkbox-container .nf-field-label {
	margin-top: 3px;
	margin-right: 10px;
}
.footer-top .submit-wrap {
	width: 100%;
}
.footer-top [type="button"] {
	background-color: #008695;
	color: white;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-family: "Pacer-Icons";
	font-size: 0.6em;
	height: 59px;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	width: calc(100% + 5px)!important;
	margin-top: -10px;
	margin-left: -5px
}
.footer-top [type="button"][disabled] {
	background-color:#464646;
	font-size:0;
}
.footer-top input[type="button"]:hover {
	background-color: #0094a5;
	color: #ededed;
}

/* Footer bottom */
.footer-bottom .wrapper > div {
	width:20%;
	float:left;
	padding-left:5%;
}
#footer_logo {
	background: url('../images/footer_logo-240x98.png') no-repeat;
	font-size:0;
	text-indent:-100000px;
}
#footer_logo .site-name a {
	height: 98px;
	width: 240px;
	display: block;
}
.footer-bottom {
	padding-top: 45px;
	padding-bottom: 20px;
	background: #f0952a;
	color: #753e00;
}
.footer-bottom h4 {
	color: #282828;
	font-family: 'ProximaNovaCondensed', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}
.footer-bottom ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.footer-bottom li {
	line-height: 1.2em;
	margin-bottom: 0.8em;
}
.footer-bottom ul a {
	color: #753e00;
}
.footer-bottom ul a:hover {
	color: #753e00;
}
.footer-bottom .center {
	margin-top: 1.55em;
	text-align: left;
}
.footer-bottom .social {
	color: white;
}
.footer-bottom .social:hover {
	color: #eee;
}
.legal {
	background:#dc7e10;
	color: #282828;
	font-size: 0.7em;
	letter-spacing: 0.5px;
	padding: 8px 0;
}


/* Main Slideshow 
***************************************************************/

/* Main Slides */
.main_slides {
	background-color: #464646;
	position:relative;
}
.poster h1 {
	color: #fff;
	font-size: 2.25em;
	line-height: 1.2em;
	margin-bottom: 0.25em;
}
.slide .content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.image {
	width: 100%;
	height:400px;
	background-size: cover;
	background-position: center;
}

.main_slides .slide .slidecontent {
	height: 483px;
	width: 960px;
	padding: 20px 40px;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.main_slides .slide .poster,
.main_slides .slide .poster.posterleft {
	color:#fff;
	height: auto;
	width: 550px;
	position:absolute;
	left: 50px;
	top: 150px;
	text-shadow: #000 0 1px 1px;
}
.main_slides .slide .poster.postercenter {
	left: 205px;
}
.main_slides .slide .poster.posterright {
	left: 35%;
}


.slide .image img{
	margin: 0 auto;
}
.thumb {
		width: 285px; 
	}
.thumb-content h4 {
	color: #464646;
	margin: 0 0 0.2em 0;
	font-size: 1.15em;
	line-height: 1.1em;
	font-weight: normal;
}
.thumb-content,
.thumb-content p {
	color: #272727;
	font-size: 1em;
	line-height: 1.2em;
}
ul.flex-direction-nav {
	position: absolute;
	top: 40%;
	width:95%;
	left:2.5%;
	height:32px;
	margin-top:-27px;
	margin: 0 auto;
	visibility: hidden;
/*	pointer-events:none;
*/}
ul.flex-direction-nav a {
	color: white;
	margin: 0;
	opacity:1;
	padding-top: 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
/*	pointer-events:auto;
*/}
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
	width: 32px;
	height: 32px;
	font-size:0;
	visibility: visible;
}
.flex-direction-nav a.flex-next {
	right: 0px;
}
.flex-direction-nav a.flex-prev {
	left: 0;
}
.flex-direction-nav a:before {
	content: "\3c"!important;
	font-family: "Pacer-Icons"!important;
	font-size: 32px!important;
}
.flex-direction-nav a.flex-next:before {
	content: "\3e"!important;
}
.flex-direction-nav .flex-disabled {
	display:none;
}
/* Slideshow Navigation */

.orange-cover-right, .orange-cover-left {
	background-image: url('../images/orange_gradient_teen_left.png');
	background-repeat: no-repeat;
	height: 144px;
	width: 144px;
	position: absolute;
	left: -144px;
	z-index: 100;
	pointer-events:none;
}
.orange-cover-left {
	left: -12px;
}
.orange-cover-right {
	background-image: url('../images/orange_gradient_teen_right.png');
	left: 960px;
}
.orange-solid-left,
.orange-solid-right {
	background-color: #ef952a;
	height: 144px;
	width: 1000px;
	position: absolute;
	left: -1011px;
	z-index: 110;
}
.orange-solid-right {
	left: 1104px;
}

.nav_slides ul.flex-direction-nav {
	display: none;
}
.nav_slides {
	background: #f0952a;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	padding-top: 0;
	position: relative;
	z-index: 10;
}
.nav_slides li.thumb {
	cursor: pointer;
}
.nav_slides .flex-viewport {
	max-height: 145px;
	width: 980px;
	margin: 0 auto;
	overflow: visible!important;
}
.nav_slides li .thumb-image {
	background: #f0952a;
	float: left;
	padding: 20px;
}

.thumb-image img {
	width: 100%;
	height: auto;
}

.thumb-image {
	height:auto;
	width: 98px;
}

.nav_slides .flex-active-slide {
	width:140px !important;
}
.nav_slides .flex-active-slide .thumb-content {
	width: 0;
	display: none;
}
.nav_slides .flex-active-slide .thumb-image {
	width: auto;
	background: #b76300;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
.nav_slides li .thumb-content {
	border-right: 1px solid #fa7a19;
	float: left;
	height: 124px;
	overflow: hidden;
	padding-right: 12px;
	padding-top: 20px;
	max-width: 134px;
}
.nav_slides .thumb img {
	margin:0;
}
.nav_slides .thumb .indicator {
	background-image: url('../images/notch.svg');
	background-repeat: no-repeat;
	width: 20px;
	height: 10px;
	position: relative;
	top: 131px;
	left: 59px;
}
.ie8 .nav_slides .thumb .indicator {
	background-image: url('../images/notch.png');
}

/* I Care Because section */
.accent_quote {
	background-color: #00e4ff;
	border-radius: 42px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 90px;
	font-weight: bold;
	line-height: 84px;
	padding: 20px;
	position: absolute;
	width: 84px;
	height: 84px;
	z-index: 100;
	left: -15px;
	top: -15px;
}
.ie8 .accent_quote {
	display: none;
}
.care-because-background {
	position: absolute;
	bottom: -20px;
	right: -400px;
	z-index: 0;
}
.care-because-credit {
	font-size: 0.9em;
}
.care_because {
	background-color:#00a0b2;
	border-radius:12px;
	color:#fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	float:left;
	list-style:none;
	margin-bottom:15px;
	padding: 35px 2.5% 25px 2.5%;
	position: relative;
}
.care_because_statements {
	font-size: 1em;
	list-style:none;
	max-width:910px;
	margin:0 auto;
	padding:25px;
	position: relative;
	z-index: 10;
}
.care_because_statements:after,
.care_because_statements:before {
	content: ' ';
	display: table;
}
.care_because_statements:after {
	clear: both;
}
.ie7 .care_because_statements {
	zoom: 1;
}
.spacer {
	width:3%;
}
.care_because blockquote {
	background:transparent;
}
.care_because.last {
	display:none;
}
.st-1 {
	width: 16%;
	font-size:100%;
}
.st-2 {
	width:41%;
	font-size:110%;
}
.st-3 {
	width:66%;
	font-size:125%;
}
.care_because.red {
	background-color: #e34f27;
}
.care_because.orange {
	background-color: #e46e15;
}
.care_because.blue {
	background-color: #0b6e7a;
}
.care_because.purple {
	background-color: #ea6828;
}
.care_because.green {	
	background-color: #00a0b2;
}
.care_because.green:before,
.care_because.red:before,
.care_because.blue:before,
.care_because.blue:after {
	color: #fff;
	content: "\201D";
	font-size: 84px;
	position: absolute;
	bottom: 0;
	right: 15px;
	z-index: 100;
}
.care_because.red:before {
	color: #ff9342;
}
.care_because.purple:before,
.care_because.orange:before {
	color: #fff;
	content: "\201C";
	font-size: 52px;
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 100;
}
.care_because.blue:before,
.care_because.blue:after {
	content: "\201C";
	color: #00a0b2;
	font-size: 72px;
	top: 30px;
	left: 10px;
}
.care_because.blue:after {
	content: "\201D";
	top: auto;
	left: auto;
	bottom: 0;
	right: 10px;
}

/* I Care Because FULL LIST (on internal page) */
.care-because-full-list {
	max-width: 960px;
	margin: 0 auto;
}
.care-because-full-list .care_because {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	float: none;
}
.care-because-full-list p {
	margin-bottom: 0;
}
.care-because-full-list ul {
	margin: 0;
	padding-left: 0;
}



/* Stories, Story */
.story, .story-read-more-links {
	max-width:960px;
	margin:0 auto;
	position: relative;
}
.story-read-more-links {
	min-height: 10px;
	padding-top: 10px;
    text-align: right;
}
.story-read-more-links .read_more,
.story-read-more-links .read_less {
	color: #008e9e;
	float: left;
	font-family: "Aleo";
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 0;
	text-transform: uppercase;
}
.story-read-more-links .read_more:hover,
.story-read-more-links .read_less:hover {
	color: #01707c;
	text-decoration: none;
}
.story-read-more-links .read_more:before,
.story-read-more-links .read_less:before {
	background-color: #008e9e;
	border-radius: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	content: "+";
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-right: 5px;
	padding-left: 4px;
	position: relative;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
}
.story-read-more-links .read_less:before {
	content: "-";
	padding-left: 6px;
	vertical-align: top;
	line-height: 16px;
}
.story-read-more-links .all {
	float: right;
}
.story img.alignleft {
	margin: 0 40px 25px 0;
}
.story .story-full img.alignleft {
	margin-top: 5px;
}
.story-read-more-links .read_less {
	display: none;
}
.story-excerpt h5,
.story-full h5 {
	margin-bottom: 0.5em;
}
.story-full-post-date {
        font-size: 16px;
}
.story-full-author,
.story-full-author-age {
        font-size: 18px;
}

/* Pagination */
.wpv-filter-form {
	overflow: hidden;
}
.wpv-filter-next-link {
	padding: 25px;
	font-size: 1.2em;
}
.wpv-filter-previous-link {
	padding: 25px;
	font-size: 1.2em;
}

/* Petition */
.petition  {
	margin-bottom:.5em;
	padding-bottom:.5em;
	border-bottom:1px solid #eee;
}
.petition .name {
	display:block;
}
.petition .location {
	margin-right:20px;
	
	font-size:70%;
}
.petition .age {
	font-size:70%;
}


/* Callouts */
.callout {
	background-color: #fff;
	padding: 40px 0 20px;
	position: relative;
	margin-bottom:10px;
}

.callout .wrapper {
	background-color: #e85f04;
	background-image: url("../images/tab_callout_checkbox.png");
	background-repeat: no-repeat;
	background-position: 15px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	color: #ededed;
	padding: 2px 40px 20px 65px;
	margin-bottom:10px;
}
.callout .wrapper:last-child {
	margin-bottom:0;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6{
	color: #ededed;
}
.callout h2 {
	font-size: 1.7em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.callout p {
	font-size: 1.2em;
}
.callout img {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	float: right;
	margin-left: 10px;
	max-width: 300px;
	max-height: 200px;
	position: relative;
	top: 50px;
}
.callout .btn {
	margin-top: 20px;
}

/* Events Listing */
.event {
	margin-bottom: 1em;
}
.event h5 {
	margin: 0 0 0.5em;
}
.event h4 {
	margin: 0.5em 0;
}
.date_start, .date_end {
	font-weight: bold;
	font-size: 0.8em;
}
.event .location,
.event .date_end,
.event .more_information,
.event .contact,
.event .event_short_description {
margin-bottom: 1em;
}

/* News Listing */
.news {
	max-width:960px;
	margin:0 auto;
	position: relative;
}
.news .date {
	font-weight: bold;
	font-size: 0.8em;
}
.news h4 {
	margin: 0.5em 0;
}

/* Video Player */
.pacer-video {
	max-width:960px;
	margin:0 auto;
	position: relative;
}
/* AddThis */
.addthis_wrapper {
	position: absolute;
	right: 0;
	z-index: 300;
}
.addthis_default_style .at300b {
	display: inline-block!important;
}
.addthis_toolbox {
	margin-top: 15px;
	margin-bottom: 10px;
}


/* Filters */

.wpv-filter-form ul {
	list-style-type:none;
	padding-left:0;
}
.wpv-filter-form li {
	display:inline-block;
	margin-right:1em;
}
.wpv-filter-form .fancy-select-wrap {
	vertical-align: middle;
	line-height: 45px;
	position: relative;
	top: 0;
}
.wpv-filter-form .fancy-select-visible {
	margin-bottom:0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.filter select {
	height: 45px;
	min-width: 105px;
}
.wpv-filter-form [type="submit"] {
	display:none;
}
.wpv-filter-form [type="submit"].display {
	display:block;
	margin-top: 15px;
}
.wpv-filter-form .fancy-select-wrap:before {
	height: 45px;
	width: 1.8em;
	text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-left: 0;
}

/* Tag Checkboxes (Filtering) */
.selectit input[type="checkbox"] {
	width: 24px !important;
	height: 24px !important;
}
.ie9 .selectit input[type="checkbox"]{
	width: 12px!important;
	height: 16px!important;
}
.popular-category label.selectit {
	font-weight: normal;
	white-space: nowrap;
}
.wpv-filter-next-link {
	float:right;
}
.wpv-filter-previous-link {
	float:left;
}
/* Class Project */
.class_project h4 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.class_project p {
	margin-bottom: 0;
}

/* "Meet Pete" feature (AKA Reasons Teens Don't Tell, Inside Story) 
"Advice Gone Wrong" */
.meet_pete h5 {
	margin-bottom: 0.5em;
}
.meet_pete img.alignright,
.meet_pete img.alignleft,
.advice_gone_wrong img.alignright,
.advice_gone_wrong img.alignleft {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.advice_gone_wrong li {
	list-style: none;
	line-height: 1.5em;
}
.advice_gone_wrong li a {
	font-weight: bold;
}
.advice_gone_wrong .mejs-container {
	max-width: 350px;
	display:inline-block;
}

/* Media Queries Start 
***********************************************************************/

.slide_container {
	max-width: 960px;
}

.orange-cover-right {
	left:820px !important;
}

.orange-solid-right {
	left:960px !important;
}

.orange-cover-left {
	display: none;
}

/* 1030px - Mainly for the slideshow */
@media screen and (max-width: 1030px) {

	.main_slides .slide .poster.posterright {
		left: 25%;
	}

	.image {
		height:300px;
	}

	.thumb-content h4 {
		font-size: .95em;
	}

	.poster h1 {
		font-size:1.75em;
	}

	.pacer_contents, .single-story-excerpt {
		padding:0 20px;
	}

	.flex-direction-nav a.flex-next {
		right:20px;
	}

	.flex-direction-nav a.flex-prev {
		left:20px;
	}

	.care-because-background {
		right: -200px;
	}
}

/* 960px - Mainly for the I Care Statements */
@media screen and (max-width: 960px) {
	.care_because_statements, .pic-frame-horizontal, .pic-frame-horizontal-bottom {
		width:92%;
	}
	.care_because_statements:after {
		left:auto;
		right:0;
	}
	.tab-header-widget {
		margin-right: 20px;
	}
	.care-because-background {
		right: -200px;
	}

}

@media screen and (max-width: 875px) {
	#footer_logo {
 		display:none;	
 	}
 	
 	.footer-bottom .wrapper > div {
 		width:28%;
 	}

 	.slide .poster {
 		top: 0;
 	}
 	.main_slides .slide .poster.postercenter {
 		left:150px;
 	}

 	.poster h1 {
 		font-size: 1.75em;
 	}  
}

@media screen and (max-width: 800px) {
	.top-menu {
		position:static;
		margin-top:22px;
		margin-right:16px;
		padding-bottom:.5em;
	}
	.tab-header-widget {
		margin-top:0px;
	}
	.top-menu li {
		line-height:1.2em;
	}
	.top-menu li a {
		border:none;
		font-size:80%;
	}
	/*.main_slides .image {
		display:none;
	}*/
	.main_slides .slide .content, .image {
		min-height:350px;
		position: absolute;
	}
	.image {
		background-position: 100%;
	}
	.slide .content {
		z-index: 10;
	}
	.content p {
		width: 400px;
	}
	.slidecontent {
		margin-left:20px;
	}
	.main_slides .flex-viewport ul li {
		min-height: 350px;
		position: relative;
	}
	.main_slides .flex-viewport {
		background:#009eb0;
	}
	.main_slides .poster.poster {
		background-image:none;
		height:auto;
		position: static !important;
		margin-left: 0px !important;
	}
	.main_slides .slidecontent.slidecontent {
		width:90%;
		height:350px;
		padding-left: 5%;
		padding-right: 5%;
		max-height:800px;
	}
	.orange-cover-left {
		display:none;
	}
	ul.flex-direction-nav {
		width:100%;
		left:0;
	}
	.flex-direction-nav a.flex-next:before, .flext-direction-nav a.flex-prev:before {
		color:#ffffff;
	}
	.js .main-nav .menu li a {
		font-size:110%;
	}
	.nav_slides {
 		display:none;
 	}
 	.main_slides .slide .slidecontent {
 		position:static;
 	}
}

/* <= 650px 
	This is where the responsive nav kicks in. 
*/
@media screen and (max-width: 650px) {
	.wrapper,
	.dropdown_box,
	.care-because-full-list,
	.story,
	.story-read-more-links,
	.news,
	.pacer-video,
	.wpProQuiz_content,
	.wp-polls,
	.wp-polls-form,
	input[type="hidden"] + strong,
	.tab .cred-form {
		width:95%;
		padding-right:2.5%;
		padding-left:2.5%;
	}
	#logo {
		width: auto;
		background-size: contain;
	}
	.tab-header-widget {
		display: none;
	}
 	.content-header {
 		width:50%;
 		float:left;
 		box-shadow: none;
 	}
 	.top-menu {
 		display:none;
 	}
 	.top-menu li {
 		font-size:14px;
 	}
 	.top-menu li a {
 		
 		font-size:100%;
 	}
 	.js .main-nav #responsive_current_menu_item {
 		margin-top:55px;
 		padding-right:55px;
 		padding-left:35px;
 		font-size:173%;
 		color:#555555;
 	}
 	.js .main-nav a#responsive_menu_button {
 		color:#555555;
 		margin-top:60px;
 		background:none;
 		left:80%;
 	}
 	.js .main-nav a#responsive_menu_button:hover {
 		text-decoration:none;
 	}
 	.js .main-nav a#responsive_menu_button:after {
 		content: "\e600";
 		font-family:'Pacer-Icons';
 		color:#555555;
 		font-size:200%;
 	}
 	.main-nav .menu li {
 		width:auto;
 	}
 	li.nav-hidden, .nav-hidden ul, .nav-hidden ul li {
 		display:block;
 	}
 	.nav-hidden ul li {
 		list-style-type:none;
 	}
 	.js .main-nav .menu li li a {
 		padding-left:15px;
 	}
 	.main-nav .menu li:nth-child(4n) a {
 		padding: 0 15px;
 	}
 	/*Utility Nav Items*/
 	.main-nav .menu .utility .menu-item a {
 		font-size: 0.8em;
 		color: #009eb0;
 		text-transform: uppercase;
 		font-weight: bold;
 	}
 	.main-nav .menu .utility .menu-item .external-link:before {
 		content: " ";
 	}
 	.js .main-nav .menu li li a:before {
 		display:none;
 	}
 	.js .main-nav {
 		background-image:none;
 		background-color: #ededed;
 		width:50%;
 		min-height:108px;
 		float:left;
 		clear:none;
 		border-bottom:0;
 		box-shadow: none;
 	}
 	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background-image: none!important;
	}
 	.js .main-nav .menu {
 		left:-100%;
 		top: 51px;
 		width:200%;
 		z-index: 9999;
 	}
 	.sub-nav {
 		border-top: 3px solid #ccc;
 	}
 	.sub-nav .menu li {
 		margin-right: 0;
 	}
 	.main_slides .slide {
 		min-height: 320px;
 	}
/* 	.main_slides .slide .content {
 		width:auto;
 	}
 	.main_slides .slidecontent.slidecontent {
 		height:auto;
 	}
 	.main_slides .slide .poster {
 		background-color: #009eb0;
 		background-image: none;
 		box-sizing: border-box;
 		margin: 5%;
 		overflow: hidden;
 		padding: 10px;
 		position: static;
 		
 		width: 90%;
 	}
 	.poster h1 {
 		margin-top: 0;
 	}


 	ul.flex-direction-nav a {
 		color:#fff;
 	}
 	.main_slides .image {
 		display: none;
 	}*/
	
	/* I Care Because */
 	.care_because_statements .st-1,
 	.care_because_statements .st-2,
 	.care_because_statements .st-3{
 		width:76%;
 	}
 	.accent_quote {
 		line-height:40px;
 		height:40px;
 		width:40px;
 		font-size:40px;
 		left:18px;
		top:15px;
		padding:10px;
 	}
 	.story, .story-read-more-links {
 		width:90%;
 	}
 	.footer-top .wrapper > div {
 		float:none;
 		width:99%;
 		padding-left: 0;
 	}
 	.footer-top {
 		padding-bottom:20px;
 	}
 	.footer-bottom .wrapper > div {
 		float: none;
 		width: 99%;
 		text-align: center;
 		padding-left: 0;
 		padding-right: 0;
 		margin-right: 0;
 	}
 	.footer-bottom ul {
 		margin-right: 0;
 	}
 	.footer-bottom h4 {
 		font-weight: bold;
 	}
 	.care-because-background{
 		display: none;
 	}
 	.advice_gone_wrong img,
 	.meet_pete img,
 	.callout img {
 		display: none;
 	}
 	.addthis_wrapper {
 		position: relative;
 	}
 	.addthis_toolbox {
 		margin-bottom: 0;
 	}
}


/* < 420 */
@media (max-width: 420px) {
 	.js .main-nav #responsive_current_menu_item {
 		display: none;
 	}

 	.js .main-nav .menu {
 		top:138px;
 	}
}

/* < 320 */
@media (max-width: 480px) {
	#logo {
		margin-top:5px;
	}
	.main_slides .slide .slidecontent {
		width: 100%;
		max-width: 260px;
		margin:0 auto;
		padding:20px;
	}
	.slidecontent > div {
		margin:0 !important;
		padding:0 !important;
	}
 	.slidecontent h1 {
 		font-size: 1.35em
 	}
 	.slidecontent h1, .slidecontent p {
 		width: 100%;
 		text-align: center;
 		padding-left:0 !important;
 	}
 	.poster, .postercenter {
		position: relative !important;
		margin: 0 !important;
		width: 100% !important;
		text-align: center
 	}
 	.main_slides .slide .content {
 		width: 100%;
 	}
 	.content {
 		background-color:#555555;
 	}
}
.honeypot-wrap {
	display:none !important;
}
