/*
Theme Name: dpps
Theme URI: http://democracyprep.org
Author: Proof Branding
Author URI: http://proofbranding.com
Description: Custom WordPress theme for Democracy Prep, by the Proof Branding team.
Version: 1.0.0
Text Domain: dpps
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/*--------------------------------------------------------------
# Base Typography
--------------------------------------------------------------*/
body,button,input,select,textarea{color:#404040;font-family:sans-serif;font-size:16px;font-size:1rem;line-height:1.5}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}cite,dfn,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:15px;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:15px;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}

/*--------------------------------------------------------------
# Base Elements
--------------------------------------------------------------*/
html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background:#fff}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}

/*--------------------------------------------------------------
# Base Forms
--------------------------------------------------------------*/
button,input[type=button],input[type=reset],input[type=submit]{border:1px solid #ccc;border-radius:3px;background:#e6e6e6;color:rgba(0,0,0,.8);font-size:12px;font-size:.75rem;line-height:1;padding:.6em 1em .4em}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#ccc}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa}input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],textarea{color:#666;border:1px solid #ccc;padding:3px}select{border:1px solid #ccc}input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,textarea:focus{color:#111}textarea{width:100%}

ul.gform_fields,
ul.gform_fields li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

ul.gform_fields .nolabel .gfield_label {
	display: none;
}

.gform_wrapper input.large {
	width: 100%;
}

input[type=range], 
input[type=date], 
input[type=month], 
input[type=week], 
input[type=time], 
input[type=datetime], 
input[type=datetime-local], 
input[type=color], 
input[type=text], 
input[type=email], 
input[type=url], 
input[type=password], 
input[type=search], 
input[type=number], 
input[type=tel], 
textarea {
	background: #eef0f2;
	border: 2px solid #eef0f2;
	outline: none;
	padding: 15px;
	color: #1d1e1f;
	font-size: 14px;
	font-family: inherit;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

input[type=range]:focus, 
input[type=date]:focus, 
input[type=month]:focus, 
input[type=week]:focus, 
input[type=time]:focus, 
input[type=datetime]:focus, 
input[type=datetime-local]:focus, 
input[type=color]:focus, 
input[type=text]:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=number]:focus, 
input[type=tel]:focus, 
textarea:focus {
	-webkit-box-shadow: 0 0 5px 1px rgba(0,59,112,0.3);
box-shadow: 0 0 5px 1px rgba(0,59,112,0.3);
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a7aa;
  font-size: 14px;
  font-family: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a3a7aa;
  font-size: 14px;
  font-family: inherit;

}
:-ms-input-placeholder { /* IE 10+ */
  color: #a3a7aa;
  font-size: 14px;
  font-family: inherit;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a3a7aa;
  font-size: 14px;
  font-family: inherit;
}

input[type=submit] {
	background: #fff;
	color: #003b70;
	border: 2px solid #003b70;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	text-decoration: none;
	padding: 15px 50px;
	text-align: center;
	font-family: inherit;
	-webkit-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

input[type=submit]:hover {
	background: #003b70;
	color: #fff;
	border: 2px solid #003b70;
}

.gfield_error input[type=range], 
.gfield_error input[type=date], 
.gfield_error input[type=month], 
.gfield_error input[type=week], 
.gfield_error input[type=time], 
.gfield_error input[type=datetime], 
.gfield_error input[type=datetime-local], 
.gfield_error input[type=color], 
.gfield_error input[type=text], 
.gfield_error input[type=email], 
.gfield_error input[type=url], 
.gfield_error input[type=password], 
.gfield_error input[type=search], 
.gfield_error input[type=number], 
.gfield_error input[type=tel], 
.gfield_error textarea {
	border-color: #ff0000;
}

.validation_message,
.validation_error {
	color: #ff0000;
	font-size: 12px;
	font-size: 0.75rem;
}

@media (min-width: 992px) {
	ul.gform_fields li.gf_left_half {
		float: left;
		width: 48%;
	}

	ul.gform_fields li.gf_right_half {
		clear: none;
		float: left;
		width: 48%;
		margin-left: 4%;
	}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}

/*--------------------------------------------------------------
# Base WP Styles
--------------------------------------------------------------*/
.wp-caption,embed,iframe,object{max-width:100%}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter,.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.aligncenter{clear:both}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption{margin-bottom:1.5em}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}


.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }


/*--------------------------------------------------------------
### Custom CSS #################################################
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	color: #5e6163;
	font-size: 1em;
	line-height: 1.5em;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.container {
	width: 100%;
	max-width: 1164px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	overflow: hidden;
}
.container-wide {
	max-width: 1400px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1 {

}

h2 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 36px;
	line-height: 2.25rem;
	font-weight: 700;
	color: #003b70;
	margin: 0 0 1em 0;
}

.bg-color-yellow h2,
.blocks h2 {
	color: #fff;
}

h3 {
	color: #003b70;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin: 0 0 1em 0;
}

hr {
	background: #d7dadc;
	height: 1px;
	border: none;
}

p {
	margin: 0 0 30px;
}

p.intro {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 36px;
	line-height: 2.25rem;
	font-weight: 700;
	color: #003b70;
	margin: 0 0 1em 0;
}

.emphasis {
	color: #003b70;
	font-style: italic;
	font-weight: 600;
}

ul {
	list-style: disc;
	margin: 0 0 24px 1em;
	padding: 0;
}

ul li {
	margin: 0 0 10px;
}

ol {
	margin: 0 0 24px 1em;
	padding: 0;
}

ol li {
	margin: 0 0 10px;
}

blockquote {
	color: #003b70;
	border-left: 13px solid #eef0f2;
	padding-left: 30px;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 38px;
	line-height: 2.375rem;
	margin-left: 0;
}


/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.span_12 { display: block; float: left; margin-right: 3.3391915641%; width: 100%; }
.span_12:last-child { margin-right: 0; }

.span_11 { display: block; float: left; margin-right: 3.3391915641%; width: 91.388400703%; }
.span_11:last-child { margin-right: 0; }

.span_10 { display: block; float: left; margin-right: 3.3391915641%; width: 82.776801406%; }
.span_10:last-child { margin-right: 0; }

.span_9 { display: block; float: left; margin-right: 3.3391915641%; width: 74.165202109%; }
.span_9:last-child { margin-right: 0; }

.span_8 { display: block; float: left; margin-right: 3.3391915641%; width: 65.553602812%; }
.span_8:last-child { margin-right: 0; }

.span_7 { display: block; float: left; margin-right: 3.3391915641%; width: 56.9420035149%; }
.span_7:last-child { margin-right: 0; }

.span_6 { display: block; float: left; margin-right: 3.3391915641%; width: 48.3304042179%; }
.span_6:last-child { margin-right: 0; }

.span_5 { display: block; float: left; margin-right: 3.3391915641%; width: 39.7188049209%; }
.span_5:last-child { margin-right: 0; }

.span_4 { display: block; float: left; margin-right: 3.3391915641%; width: 31.1072056239%; }
.span_4:last-child { margin-right: 0; }

.span_3 { display: block; float: left; margin-right: 3.3391915641%; width: 22.4956063269%; }
.span_3:last-child { margin-right: 0; }

.span_2 { display: block; float: left; margin-right: 3.3391915641%; width: 13.8840070299%; }
.span_2:last-child { margin-right: 0; }

.span_1 { display: block; float: left; margin-right: 3.3391915641%; width: 5.2724077329%; }
.span_1:last-child { margin-right: 0; }

.shift_1 { margin-left: 8.611599297%; }

.shift_2 { margin-left: 17.223198594%; }

.shift_3 { margin-left: 25.834797891%; }

.shift_4 { margin-left: 34.446397188%; }

.shift_5 { margin-left: 43.0579964851%; }

.shift_6 { margin-left: 51.6695957821%; }

.shift_7 { margin-left: 404.7451669596%; }

.shift_8 { margin-left: 68.8927943761%; }

.shift_9 { margin-left: 77.5043936731%; }

.shift_10 { margin-left: 86.1159929701%; }

.shift_11 { margin-left: 94.7275922671%; }

.shift_12 { margin-left: 103.3391915641%; }

.omega, .last { margin-right: 0; }

@media screen and (max-width: 568px) { *[class*='span'], *[class^=' span'] { display: block; float: left; margin-right: 3.3391915641%; width: 100%; margin-right: 0; }
  *[class*='span']:last-child, *[class^=' span']:last-child { margin-right: 0; }
  *[class*='shift'], *[class^=' shift'] { margin-left: 0; } }
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #ffc627;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
		    transition: all 0.15s ease-in-out;
}
/*
a:visited {
	color: purple;
}
*/
a:visited {
	color: #ffc627;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a.btn {
	background: #fff;
	color: #003b70;
	border: 2px solid #003b70;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 20px;
	line-height: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	text-decoration: none;
	padding: 19px 25px;
	text-align: center;
}

a.btn.wide {
	padding-left: 50px;
	padding-right: 50px;
}

a.btn:hover {
	background: #003b70;
	color: #fff;
}

.bg-color-yellow a.btn,
.blocks .bd a.btn {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.bg-color-yellow a.btn:hover,
.blocks .bd a.btn:hover {
	background: #fff;
	color: #ffc627;
}

.slider-panel a.btn {
	background: transparent;
	border-color: #fff;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-transition: all 0.15s ease-in-out !important;
	   -moz-transition: all 0.15s ease-in-out !important;
		    transition: all 0.15s ease-in-out !important;
}

.slider-panel a.btn:hover {
	background: #fff;
	color: #003b70;
}

@media (max-width: 767px) {
	a.btn {
		padding-left: 10px;
		padding-right: 10px;
		display: block;
	}

	.slider-panel a.btn {
		display: inline-block !important;
	}
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
/* Logo/Navbar
---------------------------------------- */
.site-header {
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 0 0;
	height: 80px;
	background: #fff;
	position: fixed;
	z-index: 999;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
}

.admin-bar .site-header{
	top: 32px;
}

#kanga {
	height: 80px;
}

.site-branding a {
	outline: none;
	display: block;
	margin-bottom: 10px;
}

@media (min-width: 1025px) {
	.site-header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	/* .menu-wrapper {
		flex-grow: 1;
	} */
}

/* Main Navigation
---------------------------------------- */
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #003b70;
	content: "\f0c9";
	display: block;
	font: normal 30px/1 'fontAwesome';
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

.openwide .responsive-menu-icon::before {
	content: "\f00d";
}

#nav .menu {
	clear: both;
	float: right;
	width: auto;
	font-size: 14px;
	line-height: 19px;
	color: #4A4A4A;
}

#nav .menu-item {
	display: inline-block;
	text-align: left;
}

#nav .menu a {
    color: #003b70;
    display: block;
    padding: 15px;
    position: relative;
    text-decoration: none;
    outline: none !important;
    font-weight: 400;
}

/* Level 1 */
#nav .menu > li > a {
	text-transform: uppercase;
	padding: 20px 15px 31px;
}

#nav .menu > li.highlight-menu-item > a {
	font-weight: 700;
}

#nav .menu > li > a:hover,
#nav .menu > li.current-menu-item > a,
#nav .menu > li.current-page-parent > a {
	color: #ffc627;
}

#nav .menu > li.menu-item-has-children:hover > a {
	color: #ffc627;
	position: relative;
}

/* Level 2 */
#nav .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 280px;
	z-index: 99;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

#nav .sub-menu a {
    background: #fff;
    color: #1b1b1b;
    position: relative;
    width: 280px;
    padding: 5px 20px;
}

#nav .sub-menu a:hover {
	color: #ffc627;
}

#nav .sub-menu li:last-child a {
	border-bottom: none;
}

#nav .sub-menu li.current-menu-item a {
	font-weight: 700;
}

#nav .menu-item:hover {
	position: static;
}

#nav .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Level 2+ */
#nav .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

/* Custom Menu classes */
#nav .menu > li.bold > a {
	font-weight: 700;
}

#nav .menu > li.first > a {
	padding-left: 0;
}

#nav .menu > li.last > a {
	padding-right: 0;
}

@media only screen and (max-width: 1370px) {
	#nav .menu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1090px) {
	.menu-wrapper {
		clear: both;
		float: none;
		width: 100%;
		padding-top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
	}

	#nav .menu {
		float: none;
	}
	
	#nav .menu > li > a {
		font-size: 13px;
		padding: 10px 10px 20px;
	}
	
	#nav .sub-menu {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#nav .sub-menu a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 900px) {
	.menu-wrapper {
		clear: both;
		float: none;
		width: 100%;
		padding-top: 0;
	}
	
	#nav .menu {
		float: none;
	}
	
	#nav .menu > li > a {
		font-size: 14px;
		padding: 10px 5px;
	}
	
	#nav .sub-menu {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#nav .sub-menu a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	.site-header .container {
		padding-left: 0;
		padding-right: 0;
	}

	.site-branding {
		float: left;
		max-width: 200px;
		margin-left: 15px;
		margin-top: 10px;
	}

	.menu-wrapper {
		width: 100%;
		padding-top: 1px;
	}
	
	.responsive-menu-icon {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	#mobile-switcher {
		position: absolute;
		top: 0; 
		right: 50px;
	}
	
	#nav .menu.responsive-menu > .menu-item > .sub-menu,
	#nav .menu.responsive-menu {
		display: none;
		float: none;
		width: 100%;
	}
	
	#nav .menu.responsive-menu {
		background: #003870;
		color: #fff;
		height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
	}
	
	#nav .menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	#nav .menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	#nav .menu.responsive-menu li a,
	#nav .menu.responsive-menu li a:hover {
		display: block;
		line-height: 1;
		padding: 15px;
		color: #fff;
		border: 0;
		letter-spacing: 1px;
	}
	
	
	#nav .menu.responsive-menu > li {
		border-bottom: 1px solid #fff;
		margin-bottom: 0;
	}
	
	#nav .menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	#nav .menu.responsive-menu > li.menu-item-has-children:hover > a {
		background-color: transparent;
	}
	
	#nav .menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	#nav .menu.responsive-menu > .menu-item-has-children:before {
		content: "";
		float: right;
		font: normal 30px/1 'dashicons';
		width: 30px;
		height: 40px;
		padding: 15px 30px;
		right: 0;
		text-align: right;
		z-index: 9999;
		background: url(images/arrow-down.png) center center no-repeat;
	}
	
	#nav .menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "";
	}
	
	#nav .menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		background-color: #183e76;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		margin: 0;
	}
	
	#nav .menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	#nav .menu.responsive-menu .sub-menu li {
		border-top: 1px solid #fff;
		margin-bottom: 0;
	}
	
	#nav .menu.responsive-menu .sub-menu li a,
	#nav .menu.responsive-menu .sub-menu li a:hover {
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	#nav .menu.responsive-menu .current-menu-item > a,
	#nav .menu.responsive-menu .sub-menu a,
	#nav .menu.responsive-menu .sub-menu a:hover,
	#nav .menu.responsive-menu a:hover,
	#nav .menu.responsive-menu li:hover {
		background: none;
		color: #fff;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.responsive-menu-icon {
		top: 20px;
	}

	.site-header.nav-toggle {
		overflow-y: auto;
		height: 100%;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.site-header.nav-toggle {
		overflow-y: auto;
		height: 100%;
	}
}


.breadcrumbs { background: #fff; font-size: 13px; font-size: 0.8125rem; line-height: 16px; line-height: 1rem; color: #5e6163; border-bottom: 1px solid #d7dadc; }
.breadcrumbs .container { padding-top: 18px; padding-bottom: 18px; }
.breadcrumbs a { color: #003b70; text-decoration: none; }
.breadcrumbs a:hover { color: #5e6163; }


/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
.footer-widgets {
	background: #003b70;
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #fff;
	padding-top: 36px;
	padding-bottom: 0;
}

.footer-widgets .widget-area {
	padding-bottom: 36px;
	display: none;
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-widgets ul li {
	line-height: 2em;
}

.footer-widgets ul li a {
	display: block;
}

.footer-widgets h2.widget-title {
	font-size: 1.384em;
	line-height: 1.5em;
	color: #ffc627;
	font-weight: 700;
	margin: 0 0 1.5em 0;
}

.footer-widgets a {
	text-decoration: none;
	color: #fff;
}

.footer-widgets a:hover {
	color: rgba(255,255,255,0.6);
}

.footer-widgets .social-wrap {
	text-align: center;
	padding-bottom: 40px;
}

.footer-widgets .logo-wrap {
	text-align: center;
	margin-bottom: 30px;
}

.widget-area-1 h3 {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0;
}

.widget-area-1 p {
	margin-top: 10px;
	margin-bottom: 15px;
}

.footer-widgets .fields {
	overflow: hidden;
	margin-bottom: 10px;
	max-width: 310px;
}

.footer-widgets .fields input[type=text] {
	float: left;
	width: 48.5%;
	margin-left: 3%;
	height: 42px;
}

.footer-widgets .fields input[type=text]:first-child {
	margin-left: 0;
}

.footer-widgets .fields input[type=email] {
	float: left;
	width: 60%;
	height: 42px;
}

.footer-widgets .fields button {
	float: left;
	width: 40%;
	background: #003667;
	color: #fff;
	border: 1px solid #fff;
	-webkit-appearance: none;
	height: 42px;
	border-radius: 0;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.footer-widgets .fields button:hover {
	color: #ffc627;
}

.footer-widgets .fields input[type=text],
.footer-widgets .fields input[type=email] {
	background: #fff;
	padding: 9px 10px;
	border: 1px solid #fff;
	
}

@media (min-width: 992px) {
	.footer-widgets .show-on-mobile {
		display: none;
	}

	.footer-widgets .widget-area {
		display: block;
		float: left;
		width: 14.5%;
		margin-left: 2.5%;
	}
	
	.footer-widgets .widget-area-1 {
		width: 31%;
		margin-left: 0;
	}
}

.socialmedia {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.socialmedia li {
	display: inline-block;
	margin: 0 6px;
}

.socialmedia li:first-child {
	margin-left: 0;
}

.socialmedia li:last-child {
	margin-right: 0;
}

.socialmedia a {
	display: block;
	background: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #003b70;
}

.socialmedia a:hover {
	background: rgba(255,255,255,0.6);
	color: #003b70;
}

.social-wrap .socialmedia a {
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
}

@media (max-width: 1024px) {
	.socialmedia li {
		margin-left: 3px;
		margin-right: 3px;
	}
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	background: #003667;
	color: #fff;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 29px;
	padding-bottom: 29px;
}

.site-footer .container {
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover {
	color: rgba(255,255,255,0.6);
}

@media (max-width: 992px) {
	.contact-info .break {
		clear: both;
		display: block;
		margin: 15px 0;
	}

	.contact-info .break .sep {
		display: none;
	}

	.contact-info .address-2 {
		clear: both;
		display: block;
	}
}

@media (min-width: 993px) {
	.site-footer .container {
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	
	.site-footer .flex-grow {
		flex-grow: 1;
	}
}

/*--------------------------------------------------------------
# Page - Home
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Page - Builder
--------------------------------------------------------------*/
.builder-panel .container {
	width: 100%;
	max-width: 1164px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.compact .container {
	max-width: 990px;
}

.bg-color-yellow {
	background: #ffc627;
	color: #fff;
}

.bg-color-white {
	background: #fff;
}

.bg-color-blue {
	background: #003b70;
	color: #fff;
}

.bg-color-blue a {
	color: #ffc627;
}

.bg-color-blue a:hover {
	color: #fff;
}

.padding-top {
	padding-top: 60px;
}

.padding-bottom {
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	img.flush-bottom,
	p.flush-bottom {
		margin-bottom: 0;
	}
	
	.post-9 .editor-panel.padding-bottom {
		padding-bottom: 30px;
	}
}


/* Banner */
.banner-panel {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 350px;
	position: relative;
}

.banner-panel .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0);
	z-index: 2;
}

.banner-panel .inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
}

.banner-panel h1 {
	color: #fff;
	text-align: center;
	font-size: 2.5em;
	line-height: 1.4;
	display: block;
	padding: 20px;
	background: rgba(0,59,112,0.7);
}

.banner-panel img {
	display: none;
}

@media (min-width: 1025px) {
	.parallax {
		background-position: 50% 50%;
		background-attachment: fixed;
	}
}

@media (max-width: 767px) {
	.banner-panel {
		background-image: none !important;
		height: auto !important;
	}

	.banner-panel img {
		display: block;
		width: 100%;
		height: auto;
	}

}

/* Programs */
.programs-panel .container {
	overflow: hidden;
}

a.program {
	background: #fff url(images/program-arrow.png) right 20px top 51% no-repeat;
	background-size: 11px 19px;
	border: 1px solid #d7dadc;
	border-radius: 3px;
	display: flex;
	align-items: center;
	float: left;
	width: 48%;
	margin-left: 4%;
	margin-bottom: 27px;
	text-decoration: none;
	color: #003b70;
}

a.program:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

a.program .img {
	overflow: hidden;
}

a.program .img img {
	float: left;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all 0.25s ease-in-out;
}

a.program .bd {
	padding: 30px 20px;
}

a.program h3 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 36px;
	line-height: 2.25rem;
	font-weight: bold;
	margin: 0;
}

a.program:hover {
	border-color: #003b70;
}

a.program:hover .img img {
	transform: scale(1.05);
}

@media (max-width: 992px) {
	.programs {
		padding-left: 20px;
		padding-right: 20px;
	}

	a.program {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}

	a.program:nth-child(2n+1) {
		margin: 0 0 15px;
	}

	a.program .img {
		max-width: 130px;
		display: none;
	}

	a.program h3 {
		margin: 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 24px;
		line-height: 1.5rem;
	}

	a.program .bd {
		width: 100%;
		padding: 20px;
	}
}

/* Blocks */
.blocks-panel {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.blocks {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blocks-panel .bd {
	width: 50%;
	flex-grow: 1;
	padding: 80px 48px 60px;
}

.blocks .bd .inner {
	max-width: 540px;
}

.blocks-panel .img {
	width: 50%;
}

.blocks-panel .img img {
	display: none;
}

.blocks-panel .bd {
	background: rgba(255,198,39,0.9);
	color: #fff;
}

@media (max-width: 767px) {
	.blocks-panel {
		background-image: none !important;
	}

	.blocks {
		display: block;
	}

	.blocks-panel .img {
		width: 100%;
	}

	.blocks-panel .img img {
		display: block;
		width: 100%;
		height: auto;
	}

	.blocks-panel .bd {
		width: 100%;
		background: rgba(255,198,39,1.0);
		padding: 60px 15px;

	}

	.blocks .bd .inner {
		max-width: 100%;
	}
}

/* Slider */
.slider-panel {

}

.slider-panel h2 {
	font-family: "Reem Kufi", sans-serif;
	font-size: 72px;
	font-size: 4.5rem;
	line-height: 82px;
	line-height: 5.125rem;
	color: #fff;
	font-weight: bold;
	margin: 0;
	letter-spacing: 1px;
	position: relative;
}

.slider-panel h2:after {
	content: "";
	width: 120px;
	height: 1px;
	background: #fff;
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
}

.slider-panel h2.right:after {
	float: right;
}

.slider-panel p {
	clear: both;
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 46px;
	line-height: 2.875rem;
	color: #fff;
	white-space: normal !important;
}

.slider-panel .tparrows {
	width: 60px;
	height: 60px;
	background: rgba(255,198,39,1.0);
	-webkit-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.slider-panel .tparrows:hover {
	background: rgba(255,198,39, 0.9);
}

.slider-panel .tparrows:before {
	line-height: 60px;
}

/* Staff Grid */
.row-wrapper:last-child {
	margin-bottom: 60px;
}

.staff h3 {
	font-size: 1.5em;
}
.member .img {
	max-width: 120px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.member .img img {
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}

.member .bd {
	text-align: center;
}

.member h4 {
	color: #003b70;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin: 0;
}

.member p {
	font-size: 14px;
	font-size: 0.875rem;
}

@media (max-width: 767px) {
	.staff-panel .member.span_2 {
		float: left;
		width: 48%;
		margin-left: 4%;
	}
	
	.staff-panel .member.span_2:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}
}

/* Image Gallery */
.image-gallery a {
	display: block;
}

.image-gallery .img {
	margin-bottom: 20px;
	overflow: hidden;
	background: #000;
}

.image-gallery .img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 0.25s ease-in-out;
}

.image-gallery a:hover img {
	opacity: 0.9;
}

/* Video Gallery */
.video-gallery a {
	display: block;
}

.video-gallery .img {
	overflow: hidden;
	position: relative;
}

.video-gallery .img img {
	float: left;
	width: 100%;
}

.video-gallery a .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	transition: all ease-in-out 0.25s;
}

.video-gallery a:hover .overlay {
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	line-height: 70px;
	background: rgba(0,0,0,0.3);
}

.video-gallery .overlay .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
}

.video-gallery .bd {
	margin-top: 20px;
}

.video-gallery h3 {
	margin-bottom: 0;
}

/* Highlights */
.highlights {
	text-align: center;
}

a.highlight {
	border: 1px solid #d7dadc;
	border-radius: 3px;
	padding: 28px;
	color: #bfbfbf;
	text-decoration: none;
	text-align: left;
	margin-bottom: 30px;
}

a.highlight:hover {
	border-color: #003b70;
}

a.highlight span {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 16px;
	line-height: 1rem;
	margin: 0 0 30px;
}

a.highlight h4 {
	color: #003b70;
	font-weight: 700;
	margin: 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
}

.highlights .btn {
	width: 31.1072056239%;
}

@media (max-width: 992px) {
	a.highlight {
		height: auto;
		min-height: 140px;
		margin-bottom: 15px;
		padding: 15px;
	}

	a.highlight span {
		margin-bottom: 15px;
	}

	a.highlight.last {
		margin-bottom: 30px;
	}

	.highlights .btn {
		width: auto;
	}


}

@media (max-width: 767px) {

	.highlights .btn {
		width: 100%;
	}

	
}

/*--------------------------------------------------------------
# Homepage Specific
--------------------------------------------------------------*/
@media (max-width: 767px) {
	.home .blocks .inner {
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Miscellaneous
--------------------------------------------------------------*/
.page-links {
	font-size: 14px;
}
.page-links span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #003b70;
	border: 1px solid #003b70;
	color: #fff;
	margin: 0 3px;
	text-align: center;
	position: relative;
	top: -3px;
	padding-top: 3px;
}

.page-links span.page-links-title {
	border: none;
	width: auto;
	height: auto;
	background: transparent;
	color: #000;
}

.page-links a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	margin: 0 3px;
	display: inline-block;
	text-decoration: none;
	background: #fff;
}

.page-links a span {
	width: auto;
	height: auto;
	background: transparent;
	color: #000;
	border: none;
}

@media (max-width: 767px) {
	.page-links {
		text-align: center;
	}
	
	.page-links span.page-links-title {
		display: block;
		text-align: center;
	}
	
	.page-links a {
		margin-bottom: 10px;
	}
}

/* Tweets */
.tweetbox {
	text-align: center;
}
.tweetbox h2 {
	color: #fff;
}

.tweetbox a {
	text-decoration: none;
}

#content .rotatingtweets, 
#content .norotatingtweets {
	border: none;
}

.tweetbox a.follow-us {
	font-weight: bold;
	padding-top: 20px;
	color: #fff;
	display: block;
}

.tweetbox a.follow-us:hover {
	color: #ffc627;
}

.tweetbox a.follow-us .fa {
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	color: #003b70;
	border-radius: 50%;
	margin-bottom: 10px;
}

.fetch-tweets {
	padding-bottom: 10px;
}

.fetch-tweets > .fetch-tweets-item {
	float: left; 
	margin-right: 3.3391915641%; 
	width: 31.1072056239%;
	padding: 20px;
	border: 2px solid #003b70;
	background: rgba(255,255,255,0.8);
	border-radius: 4px;
	color: #003b70;
	-webkit-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
	-webkit-box-shadow: 0 0 5px 1px #001932;
box-shadow: 0 0 5px 1px #001932;
}

.fetch-tweets > .fetch-tweets-item:hover {
	background: rgba(255,255,255,1.0);
	
}

.fetch-tweets > .fetch-tweets-item:last-of-type {
	margin-right: 0;
}

.fetch-tweets-item a {
	color: #003b70;
}

.fetch-tweets-item a:hover {
	color: #003b70;
}

.fetch-tweets > .fetch-tweets-item + p,
.fetch-tweets > .fetch-tweets-item br {
	display: none;
}

.fetch-tweets-user-name {
	display: none;
}

.fetch-tweets-body > .fetch-tweets-intent-buttons {
    float: none;
    font-size: smaller;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fetch-tweets-tweet-created-at {
	font-size: smaller;
}

@media (max-width: 767px) {
	.fetch-tweets > .fetch-tweets-item {
		float: none;
		width: 100%;
		margin: 0 0 20px 0 !important;
	}	
}

/* -------------------------------------------------------------------------------- */
/*	Results / Schools
/* -------------------------------------------------------------------------------- */
.full-wide-buttons a.btn {
	display: block;
	width: 100%;
}

.sticky-wrapper {
	width: 100%;
	max-width: 1164px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.nav-subnav-horizontal {
	overflow: hidden;
	width: 100%;
	z-index: 900;
	display: none;
}

.list-subnav {
	list-style: none;
	padding: 0;
	width: 100%;	
	background: #003b70;
	max-width: 1134px;
	margin: 0 auto;
	overflow: hidden;
}

.list-subnav li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.list-subnav a {
	display: block;
	background: #003b70;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 15px 10px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

.list-subnav a:hover,
.list-subnav a.mPS2id-highlight {
	background: #ffc627;
	color: #003b70;
}

/* Why Democracy Prep */
#why-democracy-prep .inner {
	padding: 15px;
}

.has-ribbon .inner {
	padding: 100px 15px 15px;
}

#why-democracy-prep .text-block {
	background: rgba(255,255,255,0.8);
	padding: 25px 15px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #003b70;
}

#why-democracy-prep h2,
#demographics h2 {
	font-size: 20px;
	line-height: 28px;
	color: #003b70;
}

/* Demographics */
.m-header-divider {
    width: 100%;
    height: 30px;
    display: block;
    margin: 0 0 105px 0;
    background: #fbb701;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.m-header-divider .ribbon {
    width: 141px;
    height: 122px;
    padding-top: 15px;
    display: block;
    margin: 0 auto;
    background: url('images/results/icon-header-ribbon.png') no-repeat center -10px;
    text-align: center;
}

.has-ribbon .inner {
	margin-top: -105px;
}

.has-ribbon .text-block {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #003b70;
	padding: 100px 15px 25px;
}

#demographics .text-block,
#talent .text-block,
#call-to-action .text-block {
	background: rgba(255,255,255,0.8);
}

#demographics .bgblue {
	background: #003b70;
	padding: 10px;
	font-size: 20px;
    line-height: 30px;
    color: #fbb701;
    font-weight: 700;
}

p.stat {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #003f77;
    margin: 10px 0 15px 0;
    position: relative;
}

p.stat:after {
    content: '';
    width: 130px;
    height: 1px;
    display: block;
    margin: 8px auto 0 auto;
    background-color: #fbb701;
}

/* College Acceptance */
#college-acceptance .inner {
	padding-top: 30px;
}

/* Blank */
#blank .inner {
	height: 300px;
}

/* Assessments */
.bggray {
	padding: 20px;
	background: #696969;
	color: #fff;
	text-align: left;
}

/* Turnaround */
#turnaround .inner,
#civic-engagement .inner {
	background: #003f77;
}

#turnaround .text-block,
#civic-engagement .text-block {
	color: #fff;
}

#turnaround h2,
#civic-engagement h2 {
	color: #fff;
}

/* Call to action */
#call-to-action .inner {
	padding: 15px;
}

#call-to-action .text-block {
	padding: 15px;
	text-align: center;
	color: #003b70;
}


@media (min-width: 768px) {
	
	#why-democracy-prep .inner {
		padding: 50px;
		height: 650px;
	}
	
	#why-democracy-prep .text-block,
	#demographics .text-block {
		padding: 30px;
		max-width: 400px;
		font-size: 18px;
		line-height: 28px;
	}
	
	#why-democracy-prep h2 {
		font-size: 24px;
		line-height: 34px;
	}
	
	.has-ribbon .inner {
		padding: 50px;
		height: 750px;
	}
	
	#demographics h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.has-ribbon .inner {
		padding-top: 130px;
	}
	
	.has-ribbon .text-block {
		max-width: 100% !important;
	}
	
	.has-ribbon .text-block h2 + p {
		max-width: 650px;
		margin: 0 auto 1.5em;
	}
	
	p.stat {
	    font-size: 72px;
	    line-height: 80px;
	    margin: 20px 0 15px 0;
	}
	
	#demographics .bgblue {
		padding: 20px;
		font-size: 72px;
	    line-height: 80px;
	}
	
	#college-acceptance .inner {
		height: 600px;
	}
	
	#blank .inner {
		height: 542px;
	}
	
	#assessments .inner {
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	#assessments .text-block,
	#turnaround .text-block,
	#civic-engagement .text-block {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	
	#turnaround .inner,
	#civic-engagement .inner {
		height: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	#turnaround .inner,
	#turnaround .text-block,
	#turnaround .text-block img {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#talent .text-block {
		padding-top: 30px;
	}
	
	#civic-engagement .text-block {
		padding-top: 0;
	}
	
	#call-to-action .inner {
		height: 750px;
		padding: 50px;
		position: relative;
	}
	
	#call-to-action .text-block {
		padding: 30px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 20px;
		line-height: 30px;
	}
	
	#call-to-action a.btn {
		background: #fbb701;
		border-color: #fbb701;
		color: #003b70;
	}
	
	#call-to-action a.btn:hover {
		background: #003b70;
		border-color: #003b70;
		color: #fff;
	}
	
}

@media (min-width: 820px) {
	.nav-subnav-horizontal {
		display: block;
	}
}

@media (min-width: 925px) {
	.list-subnav a {
		font-size: 14px;
	}
}

@media (min-width: 1085px) {
	.list-subnav a {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* -------------------------------------------------------------------------------- */
/*	Enroll
/* -------------------------------------------------------------------------------- */
.responsive-tabs dt {
	padding: 10px 20px;
	border-top: 1px solid #003b70;
	cursor: pointer;
	font-weight: 400;
	color: #003b70;
	-webkit-transition: all ease-in-out 0.1s;
	-moz-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;

	width: 20%;
}

.responsive-tabs dt:hover {
	background: rgba(0,59,112,0.8);
	color: #fff;
}

.responsive-tabs dt:first-child {
	border-top: 0;
}

.responsive-tabs .active {
	background-color: #003b70;
	color: #fff;
}

.responsive-tabs .active + dd {
	display: block;
}

.responsive-tabs dd {
	display: none;
	padding: 20px 0;
	overflow: hidden;
}

.responsive-tabs-placeholder {
	display: none;
}

.rsvp-form .input {
	margin-bottom: 20px;
}

.rsvp-form .label label {
	font-weight: bold;
}

.rsvp-form input[type=email],
.rsvp-form input[type=text] {
	width: 100%;
	max-width: 400px;
}
 


	.responsive-tabs dt:first-child {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	
	.responsive-tabs dt {
		float: left;
		border: 1px solid #ccc;
		border-bottom: none;
		border-left: none;
	}
	
	.responsive-tabs dt.active {
		border-color: #003b70;
	}
	
	.responsive-tabs .active + dd {
		display: none;
	}
	
	.responsive-tabs dd {
		padding: 40px 0;
	}
		
	.responsive-tabs-placeholder {
		clear: both;
		display: block;
		padding: 1em;
		border-top: 1px solid #003b70;
	}
@media (max-width: 767px) {
	.responsive-tabs dt {
		width: 50%;
		font-size: 12px;
		text-align: center;
		border-left: 1px solid #ccc;
	}

}

#highschools-map,
#middleschools-map,
#elementaryschools-map {
	height: 100%;
	min-height: 600px;
}

@media (max-width: 767px) {
	#highschools-map,
	#middleschools-map,
	#elementaryschools-map {
		display: none;
	}
}

/*greenhouse job listings */
.location-section, dept-section>div {
	display: none;
  }
  .location-tab-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 32px 0;
	margin: 2rem 0;
  }
  .location-tab{
	cursor: pointer;
	background: #fff;
	color: #003b70;
	border: 2px solid #003b70;
	display: block;
	font-size: 16px;
	font-size: .9rem;
	line-height: 20px;
	line-height: 1.25rem;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	text-decoration: none;
	padding: 19px 25px;
	text-align: center;
	width: 200px;
	margin: 10px 0;
  }
  .location-tab:hover,
  .location-tab.active{
	  background: #003b70;
	  color: #fff;
  }
  .dept-tab>div{
	cursor: pointer;
	padding: 15px;
	   
  }
  .dept-tab>div.active {
	 border-bottom: 2px solid #003b70;
	color: #003b70;
  }
  .dept-tab {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7dadc;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	display: flex;
	justify-content: center;
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; 
  }
  .job-listing>ul {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
  }
  @media (max-width: 768px){
  	.job-listing>ul {
  		justify-content: center;
  		margin-left: 0;
  	}
  	.dept-tab {
  		justify-content: flex-start;
  	}
  }
  .job-listing>ul>li{
	padding: 0 16px;
  }
  .job-listing>ul>li>a{
	border: 1px solid #d7dadc;
	border-radius: 3px;
	padding: 28px;
	color: #003b70;
	text-decoration: none;
	text-align: left;
	margin-bottom: 30px;
	width: 340px;
	display: block;
	font-weight: bold;
  }
  .job-listing>ul>li>a>.job-location {
  	color: grey;
  	font-weight: normal;
  	font-size: 14px;
  	}
  @media (max-width: 375px){
  	.job-listing>ul>li {
  		padding: 0;
  	}
  	.job-listing>ul>li>a {
  		width: 300px;
  	}
  }

/* new tour table format */

table.tour-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 24px auto;
  padding: 0;
  width: 100%;
  max-width: 928px;
}

table.tour-table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.tour-table th, table.tour-table td {
  padding: .625em;
  text-align: left;
}

table.tour-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
table.tour-table td span.day {
  min-width: 95px; 
  display: inline-block;
}

@media screen and (max-width: 639px) {

table.tour-table { border: 0; }

table.tour-table thead { display: none; }

table.tour-table tr {
  border-bottom: 3px solid #ddd;
  display: block;
  margin-bottom: .625em;
}

table.tour-table td {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: .8em;
  text-align: left;
}

table.tour-table td:before {
  content: attr(data-label);
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  min-width: 100px;
  font-size: 11px;
}

table.tour-table td:last-child { border-bottom: 0; }
}

/* enrollment accordion */
button.accordion {
    background-color: #eee;
    color: #5e6163;
    cursor: pointer;
    padding: 24px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
div.panel > p {
	margin: 0;
	margin: 1em 0;
}

.enroll-accordion-wrapper>p {
    margin: 0;
}

.enroll-accordion-wrapper>button,
.enroll-accordion-wrapper>p>button {
	border-radius: 0px;
}