/*
	Theme Name: Education First
	Theme URI: http://education-first.com
	Description: Custom WordPress theme for Education First
	Version: 1.0
	Author: Ross Hogin
	Author URI: http://hogin.com
	Tags: HTML5, CSS3, jQuery

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "Whitney SSm A", "Whitney SSm B", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #56595c;
	font-size: 17px;
	line-height: 1.48em;
	letter-spacing: -.36px;
	overflow-x: hidden;
}

p, div, ul, ol, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Whitney SSm A", "Whitney SSm B", Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2em;
}
h1,
.page-title, 
.post-title, 
.archive-title,
.section-head-large {
	color: #3b325e;
	font-size: 38px;
	letter-spacing: -1.5px;
	line-height: 1em;
	margin-top: 0;
} 

.page-title, 
.post-title, 
.archive-title { margin-top: 7rem; }

.archive-title {
	border-bottom: 1px solid #c6c6c6; 
	padding-bottom: 12px;
	margin-bottom: 50px; 
}
.section-head-large {}
h2,
.section-head-med  { 
	font-size: 24px; 
	color: #3b325e; 
	letter-spacing: -1px; 
	padding-bottom: 12px;  
}
h2 {
	margin-bottom: 6px;
	padding-bottom: 0; 
}
.section-head-med { margin-bottom: 12px; }
h3 {}
h4 { margin-bottom: 0; }
h5 {}
h6 {}

h2 a,
h3 a { color: #3b325e;  }

h2 a:hover,
h3 a:hover { color: #91a226; }

main p { margin-bottom: 25px; }

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#ab0833;
	text-decoration:none;
	transition: all 0.4s ease;
	font-weight: 600;
}
a:hover {
	color:#91a226;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

.backlink { text-align: right; }

b, strong {
	font-weight: 600;
}

hr.border-line {
	margin: 60px 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #b2b3b4;
}

.accessible {
	position: absolute;
	text-indent: -9999px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.larger {
    font-size: 1.0625em;
    letter-spacing: 0;
    line-height: 1.4em;
}

/*------------------------------------*\
    FORM STYLING
\*------------------------------------*/


input:not([type=checkbox]),
textarea {
	padding: 20px 15px;
	color: #91a226;
	font-size: 18px;
	border: 1px solid #6c7073;
	border-radius: 4px; 
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.button, button,
input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit button {
	background: #FFF;
	color: #e7982e;
	border: 1px solid #e7982e;
	box-shadow: 0px 0px 7px #e7982e;
	padding: 20px;
	margin: 7px;
	text-align: center;
	line-height: 1em;
	border-radius: 4px;
	font-size: 17px;
	display: inline-block;
	cursor: pointer;
	min-width: 170px;
}

.button.red, button.red,
input[type="submit"].red,
.frm_style_formidable-style.with_frm_style .frm_submit button.red {
	color: #ab0833;
	border: 1px solid #ab0833;
	box-shadow: 0px 0px 7px #ab0833;
}

.button:hover, button:hover,
input[type="submit"]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:active {
	color: #91a226;
	border: 1px solid #91a226;
	box-shadow: 0px 0px 7px #91a226;
	background: #FFF;
}

input[type="submit"],
.frm_style_formidable-style.with_frm_style .frm_submit button {
    font-weight: 600;
    padding: 20px 50px;
    width: auto;
}

input:focus, 
textarea:focus {
	outline:0;
	border:1px solid #91a226 !important;
}

.searchform input:focus {
	border: 0 none !important;
}

.searchform #searchsubmit {
	min-width: auto;
}

select { 
	padding: 0;
	height: 43px;
	text-indent: 5px; 
	border: 1px solid #324b8b;
	color: #324b8b;
	border-radius: 3px; 
	font-size: 15px;
	font-weight: 500;
	line-height: 43px;
	box-shadow: 0 0 7px #91a226;
	-webkit-box-shadow: 0 0 7px #91a226;
}

textarea {}

input[type="text"],
.acf-form .acf-field input[type="text"], 
input[type="password"],
.acf-form .acf-field input[type="password"], 
input[type="number"],
.acf-form .acf-field input[type="number"], 
input[type="search"],
.acf-form .acf-field input[type="search"],
input[type="email"], 
.acf-form .acf-field input[type="email"], 
input[type="url"],
.acf-form .acf-field input[type="url"], 
textarea,
.acf-form .acf-field textarea, 
select,
.acf-form .acf-field select,
.frm_style_formidable-style.with_frm_style input[type="text"], 
.frm_style_formidable-style.with_frm_style input[type="password"], 
.frm_style_formidable-style.with_frm_style input[type="email"], 
.frm_style_formidable-style.with_frm_style input[type="number"], 
.frm_style_formidable-style.with_frm_style input[type="url"], 
.frm_style_formidable-style.with_frm_style input[type="tel"], 
.frm_style_formidable-style.with_frm_style input[type="file"], 
.frm_style_formidable-style.with_frm_style input[type="search"], 
.frm_style_formidable-style.with_frm_style select, 
.frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement {
    font-size: inherit;
    line-height: 1em;
    padding: 20px 15px;
	height: auto;
	border: 1px solid #6c7073;
	border-radius: 4px; 
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.2) !important;
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.2) !important;
}
.acf-input-wrap input {
	height: auto;
}

.acf-form .acf-field .acf-label {
	margin-bottom: 0;
}

.acf-form .acf-field .acf-label label {
	font-weight: 500;
}

#sgpb-popup-dialog-main-div .frm_style_formidable-style.with_frm_style .frm_primary_label {
	font-size: 26px;
	color: #3b325e;
	font-weight: 600;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
	font-size: 20px;
}

.searchform ::-webkit-input-placeholder {
  color: white !important;
  font-size: 17px;
}
.searchform  ::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
  font-size: 17px;
}
.searchform  :-ms-input-placeholder {
  color: white !important;
  font-size: 17px;
}
.searchform  :-moz-placeholder { /* Firefox 18- */
  color: white !important;
  font-size: 17px;
}

/*------------------------------------*\
    POPUP BUILDER/LIGHTBOX
\*------------------------------------*/

#sgpb-popup-dialog-main-div {
	border-radius: 0 !important;
	box-shadow: 0 0 5rem 3rem rgb(229, 233, 204) !important;
	font-size: 19px;
	line-height: 1.8em;
}

#sgpb-popup-dialog-main-div.sgpb-content-7255 {
	box-shadow: 0 0 18px #888 !important;
}

#sgpb-popup-dialog-main-div.sgpb-content-7255 .frm_submit {
	text-align: right;
}

#sgpb-popup-dialog-main-div p:last-of-type {
	margin-bottom: 0;
}

#sgpb-popup-dialog-main-div .button {
	margin-top: 3rem;
}

.sgpb-theme-6-overlay {
	background: #FFF !important;
}

#sgpb-popup-dialog-main-div h2 {
	font-size: 38px;
	letter-spacing: -2px;
	line-height: 1.15em;
	color: #ab0833;
	margin: 0 0 3rem;
}

/*------------------------------------*\
    TABLE STYLING
\*------------------------------------*/
article table {
	margin-bottom: 60px;
}
article table tr {
	background: #f1f1f1;
}
article table tr:nth-child(odd){
	background: #e4e5e6;
}
article table th,
article table td {
	padding-left: 18px;
	padding-right: 18px;
	border: 2px solid #FFF;
}
article table th {
	background: #e7982e;
	color: #FFF;
	text-transform: uppercase;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	letter-spacing: .5px;
}
article table td {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.35em;
}
article table td:nth-child(odd){

}

article table td:nth-child(even){

}
article table td p {
	margin-bottom: 18px;
}
article table td p:last-of-type {
	margin-bottom: 0; 
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:970px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
	margin-top: 30px; 
}
.logo-img {
	max-width: 322px;
}
/* nav */
.nav {

}
.nav ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	padding-top: 100px;
	background: #FFF; 
}


/* columns */

.row { clear: both; display: block;  }

.col {
	position: relative;
	float: left;	
	padding: 0 2%;
}

.col.first { padding-left: 0; }
.col.last { padding-right: 0; }

.one-half,
.one-half-md,
.one-half-xs { width: 50%;}
.one-third { width: 33.5%; }
.one-third.first, 
.one-third.last { width: 32%; }
.two-third { width: 66.25%; }
.two-third.first,
.two-third.last { width: 67.75%; }
.one-fourth { width: 25%; }
.three-fourth { width: 75%; }
.one-fifth { width: 20.75%; }
.two-fifth { width: 40%; }
.three-fifth { width: 60%; }
.four-fifth { width: 80%}
.full-width { width: 100%; }

.one-fifth.first,
.one-fifth.last { width: 18.75%; }


/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header { 
	padding-bottom: 15px; 
	background: #fff;
	position: fixed;
	opacity: .90;
	width: 100%;
	z-index: 8000;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}
#header.opaque { 
	opacity: 1.0; 
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.33);

}
#header .nav { text-align: right; }
#header .header-nav { margin-top: 15px; }
#header .nav > ul > li {
	display: inline-block;
	position: relative;	
	margin-left: 22px; 
}
#header .nav > ul > li:first-child {
	margin-left: 0; 
}
#header .nav li a {
	font-size: 16px;
	color: #3b325e;
	font-style: normal;
	font-weight: 500;
}
#header .nav li a:hover,
#header .nav li.current_page_item a,
#header .nav li.current-page-ancestor a {
	color: #e7982e;
}
#header .nav li.current_page_item a,
#header .nav li.current-page-ancestor a {
	font-weight: bold;
}

#header .nav ul li ul {
	position: absolute;
	width: 290px;
	top: 36px;
	left: -15px;
	display: none;
}

#header .nav ul li:hover ul { display: none; }

#header .nav ul li ul li {
	display: block;
	float: none;
	z-index: 9999;
}

#header .nav ul li ul li a {
	background: #000;
	display: block;
	text-align: left;
	margin: 0;
	padding: 12px 15px 7px;
	border-bottom: 1px solid #333;
	line-height: 1.5em;	
	color: #FFF;
}
#header .nav ul li ul li a:hover {
	background: #333;
	color: #FFF;
}

#header #menu-upper-right-menu,
#header .open-search { float: right; margin-left: 15px; }
#header .close-search { 
	display: none; 
	position: absolute;
	z-index: 5;
	cursor: pointer;
	right: 0;
	color: #FFF;
	font-size: 30px;
	margin: 1px 10px 0 0;
}

#header #menu-upper-right-menu { margin-top: 5px; }
#header #menu-upper-right-menu a { font-size: 14px; }

#header .open-search i { 
	color: #FFF; 
	background: #e7982e;
	cursor: pointer;
	padding: 4px 8px 9px;
	font-size: 20px;
}

#header .searchform { 
	position: absolute; 
	top: -37px; 
	z-index: 2;
	width: 97%;
}

#header .searchform input[type="text"]{
	width: 85%;
	display: block;
	background: #e7982e;
	color: #FFF;
	border: 0;
	box-shadow: none !important;
	padding: 10px;
	float: right;
	font-size: 13px;
	border-radius: 0 0 4px 4px;
}
#header .searchform input[type="submit"]{
	display: none; 
}

/*------------------------------------*\
    BANNERS 
\*------------------------------------*/

.banner-section { 
	background-size: cover;
	background-position: center;
	padding-top: 150px;
	position: relative;
}
.banner-section .wrapper {	min-height: 400px; position: relative;  }
.banner-section.featured-img-exists .inner-wrapper { max-width: 490px; height: 100%; }
.page-id-13 .banner-section.featured-img-exists .inner-wrapper,
.single-publication .banner-section.featured-img-exists .inner-wrapper { max-width: 500px;  }
.page-id-15 .banner-section.featured-img-exists .inner-wrapper,
.single-post .banner-section.featured-img-exists .inner-wrapper { max-width: 550px; }

.banner-section.no-featured-img .inner-wrapper { max-width: 800px; }

.banner-heading {
	font-size: 66px;
	color: #324b8b;
	font-weight: 600;
	letter-spacing: -4px;
	margin-bottom: 13px;
	padding: 0; 
	line-height: 1em;
}
.banner-subhead {
	font-size: 23px;
	color: #56595c;
	font-weight: 500;
	line-height: 1.2em;
}

.banner-section .featured-student {
	position: absolute;
	bottom: 0;
	right: 0; 
	max-width: 500px;
}

.no-banner { padding-top: 80px; }


/*----------------------------------------------------------*\
    BLOG & LIBRARY BANNER HEADINGS - Shortened in ver 1.1
\*----------------------------------------------------------*/

.single-publication #header,
.single-post #header {
	opacity: 1;
}

.single-publication .banner-section,
.single-post .banner-section {
	padding-top: 93px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.20);
}

.single-publication .banner-section .wrapper,
.single-post .banner-section .wrapper {
	min-height: 280px;
}

.single-publication .banner-section.featured-img-exists .inner-wrapper,
.single-post .banner-section.featured-img-exists .inner-wrapper {
	padding-top: 50px;
}

.single-post .banner-section .featured-student {
	max-width: 290px;
}

.single-publication .banner-section .featured-student {
	max-width: 310px;
}

.single-publication .page-subnav,
.single-post .page-subnav {
	display: none;
}

/*------------------------------------*\
    SUBNAV - below banners
\*------------------------------------*/
.page-subnav {
	padding: 20px 0; 
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.33);
	min-height: 86px;
}
.subnav { margin: 0; padding: 0; }
.subnav li { 
	list-style: none; 
	display: inline-block;
	padding: 10px; 
	margin: 0;
	border-left: 1px solid #6c7073; 
}
.subnav li:first-child { border-left: 0 none; padding-left: 0; }
.subnav li:last-child { padding-right: 0; }
.subnav li a { 
	color: #3b325e; 
	font-size: 15px; 
	font-weight: 500;
	white-space: nowrap;
}
.subnav li a:hover,
.subnav li.current_page_item a,
.subnav li.current-menu-item a { color: #e7982e; }
.subnav li.current_page_item a,
.subnav li.current-menu-item a { font-weight: 600; }

/*------------------------------------*\
    PAGES COMMON STYLING
\*------------------------------------*/

.flex-content { 
	margin-bottom: 5rem; 
}

.flex-content p:last-of-type {
	margin-bottom: 0;
}

/* Box Grid */

.box-grid { 
	text-align: left; 
}

.box-grid .box {
	width: 465px;
	display: inline-block;
	opacity: 1;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	margin-bottom: 2%;
	border: 1px solid #FFF;
	vertical-align: top;
	text-align: left;
}

.box-grid .box:nth-child(odd) { 
	margin-right: 2%; 
}

.box-grid .box:hover { 
	opacity: .85; 
}

.box-grid .box a { 
	display: block; 
}

.box-grid .box img { 
	float: left; 
	margin-right: 15px; 
	height: 134px; 
	width: auto; 
}

.box-grid .box .text-box { 
	padding: 15px; 
	height: 134px; 
}
.box-grid .box .text-box h2 { 
	color: #FFF;
	line-height: 1em;
	padding: 0; 
	margin-bottom: 6px; 
}
.box-grid .box .text-box .box-desc {
	color: #FFF;
	font-size: 14px; 
	margin: 0;
	padding: 0; 
	font-weight: 400;
	line-height: 1.3em;
}

.box-grid .box:nth-child(5n+1) {
	background: #92a226;
}

.box-grid .box:nth-child(5n+2) {
	background: #ab0833;
}

.box-grid .box:nth-child(5n+3) {
	background: #e7982f;
}

.box-grid .box:nth-child(5n+4) {
	background: #3b325f;
}

.box-grid .box:nth-child(5n+5) {
	background: #334b8b;
}

/* PDF Download Section */
.file-download-section { margin-top: 60px; }
.file-download-section h2 { color: #ab0833; }

/* Helpful Resources Section */
.helpful-resources {
	background: #f1f1f1;
	padding: 80px 0; 
}
.helpful-resources .box {
	border: 1px solid #d7d8d9;
	background: #FFF;
}
.helpful-resources .box h3 {
	background: #e7982e;
	color: #FFF;
	padding: 30px 35px;
	margin-bottom: 0; 
	border-bottom: 1px solid #d7d8d9;
}
.helpful-resources .box > .row { display: flex; }
.helpful-resources .box > .row > .one-half { 
	padding: 30px 30px 100px; 
	flex: 1;
}

.helpful-resources .box > .row > .one-half:first-child { border-right: 1px solid #d7d8d9; }

.helpful-resources .box h4 {}

.helpful-resources .box .resource-excerpt { margin-bottom: 30px;}
.helpful-resources .box .col .resource2,
.helpful-resources .box .col .resource4 { margin-bottom: 70px; }
.helpful-resources .box .resource-excerpt p { margin-bottom: 0; }
.helpful-resources .box .resource-excerpt .view-article { display: none; }

/* CTA Box */
.cta-box {
	background: #f1f1f1;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.43);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.43);
	margin-bottom: 70px;
}

.cta-box .col {}

.cta-box .first { padding-right: 1%; }
.cta-box .last { text-align: right; padding-left: 1%;  }

.cta-box p { 
	font-weight: 600;
	color: #ab0833;
	font-size: 20px;
	margin: 0;
	padding: 20px 0;
}

.cta-box a.button {
	font-weight: 600;
	padding: 15px 35px;
	white-space: nowrap;
	float: right;
}

main ul,
main ol { 
	padding-left: 13px; 
}

main li {
	margin-bottom: 2.5rem;
}

main .nospace li {
	margin-bottom: 0;
}

main ul li { list-style-image: url('img/bullet.png'); }


/*------------------------------------*\
    HOME PAGE TEMPLATE
\*------------------------------------*/
.home .flexslider {
	background: url('img/home-slider-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	padding-top: 150px;
	border: 0 none;
}
.home .flexslider .slides {
	margin: 0 auto;
    max-width: 970px;
    width: 100%;
	position: relative;
}
.home .flexslider .slides > li { 
	height: 720px; 
	position: relative;
}


.home .slider-textarea { position: relative; z-index: 15; }

.home .slider-textarea h2 {
	color: #324b8b;
	font-size: 70px;
	font-weight: 600;
	margin-bottom: 0; 
	letter-spacing: -4px;
	max-width: 515px;
}

.home .slider-textarea .slider-desc {
	font-size: 24px; 
	line-height: 1.2em;
	font-weight: 500;
	max-width: 515px;
}
.home .slider-textarea .slider-desc p {
	margin-bottom: 18px;
	letter-spacing: -0.5px;
}
.home .slider-textarea .slider-desc a {
	font-size: 18px; 
	font-weight: 500;
	transition: none;
	-webkit-transition: none; 
	
}

.home .slider-textarea .slider-desc a span {
	background: url('img/triangle-sprite.png') no-repeat;
	background-position: 0 0;
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
    width: 12px;
}
.home .slider-textarea .slider-desc a:hover span { 
	background-position: 0 -14px;

}

.home .slider-image {
    background-position: right bottom;
    background-repeat: no-repeat;
    bottom: 0;
    height: 720px;
    max-width: 970px;
    position: absolute;
    right: 8%;
    width: 100%;
    z-index: 10;
}

.home .flex-control-nav {
	top: 7%;
	width: 23px;
	right: 0;
	z-index: 10;
	
}
.home .flex-control-nav li {
	display: block;
	margin: 0 0 15px;
}

.home .flex-control-paging li a {
	width: 23px;
	height: 23px;
	background: #91a226;
	border-radius: 50%;
	box-shadow: none;
}

.home .flex-control-paging li a.flex-active {
	background: #ab0833;
}

.homepage-boxes.box-grid {
	position: absolute;
	top: -470px;
	width: 100%;
	z-index: 100;
}


.home .intro-content {
	text-align: center;
	color: #3b325e;
	font-size: 21px;
	line-height: 1.3em;
	margin-bottom: 60px;
}

.home .mid-boxes { background: #f4f3f7; padding: 60px 0; margin-bottom: 60px;  }
.home .mid-boxes .row { display: flex; }
.home .mid-boxes .one-half { flex: 1; }
.home .mid-boxes .box {
	background: #FFF;
	border: 1px solid #d7d8d9;
	height: 100%;
}
.home .mid-boxes .box h3 {
	padding: 30px 35px;
	color: #FFF;
	margin-bottom: 0; 
}
.home .mid-boxes .twitter-box h3 { background-color: #324b8b; }
.home .mid-boxes .blog-box h3 { background-color: #1b696d; }

.home .mid-boxes .box-content { padding: 30px 35px 50px; }

.home .featured-person { margin-bottom: 70px; }
.home .featured-person .first { text-align: center; }
.home .featured-person .bio-photo { margin-bottom: 15px; }
.home .featured-person .person-name span { font-weight: 400; }
.home .featured-person .person-excerpt { margin-bottom: 60px; }
.home .featured-person .publications-list h4 { border-bottom: 1px solid #b2b3b4; margin-bottom: 12px;  }

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.pagination { clear: both; }
.wp-pagenavi {
	border-top: 1px solid #b2b3b4; 
	padding-top: 30px; 
	text-align: right; 
}

.wp-pagenavi a, 
.wp-pagenavi span { 
	border: 0 none; 
	color: #324b8b; 
	font-weight: 400;    
	height: 32px;
    text-align: center;
    width: 32px;
	display: inline-block;
	padding: 2px;
	margin: 1px;
	vertical-align: middle;
}
.wp-pagenavi a:hover { color: #91a226; }
.wp-pagenavi span.current {
	font-weight: 500;
	color: #FFF;
	background: #324b8b;
	border-radius: 50%; 
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
	width: auto;
}
.wp-pagenavi .larger { font-size: 1em; }
.wp-pagenavi .pages { display: none; }

/*------------------------------------*\
    COMMON SINGLE STYLING
\*------------------------------------*/

.single-footer-links { 
	margin-top: 75px;
	padding: 30px 0 0; 
	border-top: 1px solid #b2b3b4; 
}
.post-meta {
	font-size: 13px;
	color: #324b8b;
	margin-bottom: 20px;
}
.post-meta span {
	padding-right: 10px;
	border-right: 1px solid #b2b3b4;
	margin-right: 10px;
	letter-spacing: -0.36px; 
}
.post-meta span:last-of-type {
	padding-right: 0;
	border-right: 0; 
	margin-right: 0; 
}

.post-meta span a { font-weight: 500; }

/*------------------------------------*\
    PEOPLE - LIST VIEW
\*------------------------------------*/

.people-section { margin-top: 30px; border-top: 1px solid #b2b3b4; padding-top: 60px; }

.people-section:first-of-type { margin-top: 70px; }

.people-listing { margin: 0; padding: 0; }

.people-listing li { 
	list-style: none; 
	display: inline-block; 
	text-align: center;  
	margin-bottom: 40px;
	margin-right: 40px;
	vertical-align: top;
}

.people-listing li:nth-child(5n){ margin-right: 0; }

.people-listing .bio-photo,
.people-listing img { 
	max-width: 157px; 
	width: 100%; 
	height: auto; 
	overflow: hidden; 
	border-radius: 50%; 
}

.people-listing .bio-photo { margin: 0 auto 12px; display: block; }

.people-listing img { 
	transition: 0.4s all ease; 
	-webkit-transition: 0.4s all ease; 
	display: block;  
}
.people-listing img:hover { 

}
.people-listing .person-name,
.people-listing .bio-title { font-size: 14px; line-height: 1.2em; margin-bottom: 0; max-width: 157px;  }
.people-listing .bio-title { font-weight: 500; }

/*------------------------------------*\
    PEOPLE - SINGLE VIEW
\*------------------------------------*/

.bio-name { line-height: 1.15em; }
.bio-name .bio-title { font-weight: 400; }
.single-people .bio-photo { margin-bottom: 35px; }
.bio-photo img { border-radius: 50%; }

.single-people .bio-description { margin-bottom: 50px; }
.single-people .bio-description .first { text-align: center; }
.single-people .bio-description .button { display: inline-block; min-width: 200px; }

.single-people .section-head-med {
	border-bottom: 1px solid #b2b3b4;
}

.expertise-clients { 
	margin-bottom: 70px; 
}

.expertise-clients .one-half.first {}
.expertise-clients .one-half.last {}

.expertise-clients h2 {
	border-bottom: 1px solid #b2b3b4;
	margin-bottom: 12px;
}
.expertise-clients  ul { margin: 0; padding: 0; }
.expertise-clients  ul li { margin: 0 0 6px; padding: 0; list-style: none; }

.additional-bio-info { margin-bottom: 70px; }

.additional-bio-info ul {
	margin: 0;
	padding: 0;
}

.additional-bio-info ul li {
	list-style: none;
	margin-bottom: 6px;
}

.publications-list { margin: 0 0 30px; padding: 0; }
.publications-list ul { margin: 0; padding: 0; }
.publications-list ul li { 
	list-style-image: none; 
	list-style: none;
}
.single-people .publications-list li a { font-weight: 400; }
.people-likes {
	margin-bottom: 70px;
}
.people-likes.four-col {
	margin: 0 -2% 70px;
}
.people-likes ul.interests-list { 
	margin: 0; 
	padding: 0; 
}
.people-likes ul.interests-list li { 
	list-style: none; 
	margin-bottom: 30px;  
}

.people-likes .description {
	margin-top: 6px;
	line-height: 1.25em;
}

.twitter-list { }
.twitter-list h2 {}

.twitter-list .first { 
	border-right: 1px solid #b2b3b4; 
}
.twitter-list ul {}
.twitter-list ul li {}
	
.twitter-list a { font-weight: normal; }
.twitter-list p { margin-bottom: 6px; }

/*------------------------------------*\
    JOB OPENING - LIST VIEW TEMPLATE
\*------------------------------------*/
.job-listings{
	margin: 60px 0 0;
	padding-top: 60px;
	border-top: 1px solid #b2b3b4;
}
.job-list { margin: 40px 0 0; padding: 0; }
.job-list li { margin: 0 0 50px; padding: 0; list-style-type: none; list-style-image: none;  }
.job-list h3 { margin: 0 0 3px; padding: 0;  }
.job-list h3 a {}
.job-list h3 a:hover {}
.job-list .job-excerpt {}

/*------------------------------------*\
    JOB OPENING - SINGLE VIEW
\*------------------------------------*/

.single-job-opening article { margin-bottom: 100px; }

.apply-email.cta-box p { 
	font-size: 24px;
}


/*------------------------------------*\
    IN THE NEWS - Form Filter
\*------------------------------------*/
.news-results-listings { margin: 0; padding: 0; }
.news-results-listings li {
	list-style: none; 
	padding: 70px 0 0; 
	border-top: 1px solid #b2b3b4; 
	margin: 70px 0;  
}
.news-detail {
	color: #324b8b;
	font-size: 13px;
	margin-bottom: 30px;
	letter-spacing: -0.36px;
}
.news-listing h2 { margin-bottom: 4px; padding-bottom: 0; }
.news-desc p:last-of-type { margin-bottom: 0; }

.article-link {}

.searchandfilter { 
	margin-bottom: 6rem;
}

.searchandfilter ul { 
	margin: 0 -1.5%; 
	padding: 0; 
}
.searchandfilter ul li { 
	display: inline-block; 
	margin: 0 1.75% 10px;
    width: 21.5%;
	
}

.searchandfilter label {
	display: block;
}

.searchandfilter ul li h4 { text-align: left;}

.searchandfilter select { width: 100%; }

.tax-list.news, 
.tax-list.posts {
	font-size: 14px;
	margin-top: 16px; 
}
.tax-list.news span,
.tax-list.posts span {
	padding-right: 10px;
	border-right: 1px solid #b2b3b4;
	margin-right: 10px;
}

.tax-list.news span:last-of-type,
.tax-list.posts span:last-of-type {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}


/*------------------------------------*\
    SINGLE IN THE NEWS
\*------------------------------------*/
.single-news article { margin-bottom: 60px; }


/*------------------------------------*\
    GRID - SHARED STYLING
\*------------------------------------*/
.grid-box { 
	margin: 0 4px 30px; 
	padding: 0; 
	list-style: none;
	display: inline-block;
	width: 230px;
	text-align: left;
	vertical-align: top;
}
.grid-box .inner-box { border-radius: 3px; }
.grid-box:nth-child(8n+1) .inner-box { background: #ab0833; }
.grid-box:nth-child(8n+2) .inner-box { background: #91a226; }
.grid-box:nth-child(8n+3) .inner-box { background: #362e57; }
.grid-box:nth-child(8n+4) .inner-box { background: #e7982e; }
.grid-box:nth-child(8n+5) .inner-box { background: #324b8b; }
.grid-box:nth-child(8n+6) .inner-box { background: #1b696d; }
.grid-box:nth-child(8n+7) .inner-box { background: #552b61; }
.grid-box:nth-child(8n+8) .inner-box { background: #56595c; }

.grid-box .title-section h2 {
	color: #FFF;
	font-size: 17px;
	line-height: 1.4em;
}

/*------------------------------------*\
    PUBLICATION - LIST VIEW
\*------------------------------------*/

.publication-results-listings { margin: 0 -4px; padding:0; text-align: center; }
.publication-results-listings li {}

.publication-results-listings li .publication-box {	position: relative; }

.publication-results-listings li .title-section h2 {}
.publication-results-listings li h2 .publication-subhead { font-weight: 400; display: block; }

.title-section { 
	padding: 15px 20px; 
	position: relative; 
	height: 250px; 
}

.flyout-control {
	position: absolute;
	right: 10px;
	bottom: 10px; 
	cursor: pointer;
	background: #d7d8d9;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	
}

.flyout-control i {
	color: #54575a;
	font-size: 40px;
	height: 37px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.flyout-control.closed {
	background: #FFF;
}

.pub-flyout { 
	position: absolute; 
	background: #FFF;
	padding: 40px;
	left: 253px;
	top: 60%;
	width: 460px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.82);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.82);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.82);
	z-index: 100;
	display: none;
}

.pub-flyout.left {
	left: -325px;
}

.pub-flyout .triangle {
	width: 100px;
	height: 65px;
	position: absolute;
	left: -42px;
	top: 0;
}

.pub-flyout.left .triangle {
	right: -57px;
	top: 54px;
	left: auto;
}

.pub-flyout .triangle:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.475em;
    bottom: -2em;
    left: 50%;
    box-sizing: border-box;
    
    border: 20px solid black;
    border-color: transparent transparent #FFF #FFF;
    transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    box-shadow: -6px 7px 8px 0 rgba(0, 0, 0, 0.4);	
	-webkit-box-shadow: -6px 7px 8px 0 rgba(0, 0, 0, 0.4);	
}

.pub-flyout.left .triangle:after {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

.pub-flyout h2 .publication-subhead {
	margin-top: 8px;
	line-height: 1.1em;
}

.pub-flyout .pub-excerpt { margin-bottom: 60px; }

.pub-flyout .view-article { display: none; }


/*------------------------------------*\
    PUBLICATION - SINGLE VIEW
\*------------------------------------*/

.title-box {
	padding: 30px 40px 90px; 
	background: #ab0833;
	margin: 70px 0 60px;
}
.title-box.pub-series {
	padding-top: 80px;
}
.title-box .publication-title,
.title-box .publication-subhead  { color: #FFF; line-height: 1.2em; }
.title-box .publication-title { margin: 0; }
.title-box .publication-subhead { 
	font-weight: 400;
	margin-top: 20px;
	display: block;
	line-height: 1.1em;
}



.client-relationship {
	color: #3b325e;
	font-weight: bold;
	margin-top: -20px;
	margin-bottom: 15px;
}

.single-post .client-relationship {
	margin-top: 0;
}

.publication-desc { margin-bottom: 60px; }
.publication-desc .wp-post-image { float: left; margin: 0 20px 10px 0; }
.publication-desc p:last-of-type { margin-bottom: 0; }

.publication-links { 
	padding: 40px 0;
	border-top: 1px solid #b2b3b4;
}
.project-document {
	display: inline-block;
	max-width: 226px;
	margin: 0 25px 25px 0; 
	vertical-align: top;
}

.additional-client-pubs .grid-box:nth-child(4n+1) .inner-box { background: #ab0833; }
.additional-client-pubs .grid-box:nth-child(4n+2) .inner-box { background: #91a226; }
.additional-client-pubs .grid-box:nth-child(4n+3) .inner-box { background: #362e57; }
.additional-client-pubs .grid-box:nth-child(4n+4) .inner-box { background: #e7982e; }


.additional-client-pubs .publication-results-listings { 
 	text-align: left;
}


.additional-client-pubs {
	clear: both;
	padding: 60px 0 40px;
	border-top: 1px solid #b2b3b4;
}

.author-list {
	padding: 60px 0 20px;
	border-top: 1px solid #b2b3b4;
}

.publication-resources {
	padding-top: 50px;
	border-top: 1px solid #b2b3b4;
	margin-bottom: 70px;
}
.publication-resources.row {
	display: flex;
}
.publication-resources > .one-half {
	flex: 1;
	padding-bottom: 30px;
}
.publication-resources > .last {
	border-left: 1px solid #b2b3b4;
}

.publication-resources .tax-list { margin-bottom: 30px; }
.publication-resources .tax-list-more { color: #3b325e; font-weight: 600; line-height: 1.5em; }
.publication-resources h4, 
.publication-resources h4 a { color: #3b325e; margin-bottom: 4px;  }
.publication-resources h4 a:hover { color: #91a226; }

.publication-resources .view-article {}


.publication-thumbnail { margin-bottom: 15px; }

.publication-download .pdf-icon img,
.file-download-section .pdf-icon img,
.project-document .file-icon { float: left; margin: 0 15px 15px 0; }
.publication-download .file-icon h4,
.file-download-section h4,
.project-document h4,
.project_document h4{ 
	float: left; 
	max-width: 135px; 
	font-weight: 400; 
	color: #56595c; 
	line-height: 1.2em; 
}


.publication-files .project-document:nth-child(4n+4){ margin-right: 0; }

.publication-collection {}
.publication-collection .publication-item {
	padding-bottom: 60px; 
	border-bottom: 1px solid #b2b3b4;
	margin-top: 60px; 
}
.publication-collection p:last-of-type { margin: 0; }

.publication-collection .view-article { display: none; }

.publication-collection .publication-documents { 
	padding-top: 40px; 
	margin-bottom: 35px; 
	border-top: 1px solid #b2b3b4;
}

.pub-flag {
	background: #FFF;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    line-height: 1em;
    margin: 0;
    padding: 8px;
    position: absolute;
    text-transform: uppercase;
	color: #56595c;
	bottom: 22px;
}

.single-publication .title-box .pub-flag {
    top: 12px;
	bottom: auto;
}

.prev-next-pagination.pub-series {
	margin-bottom: 30px;
}

.assessments-template {
	text-align: center;
	margin: 0 -10px 100px;
}

.assessments-template .publication-box {
	display: inline-block;
	width: 307px;
	margin: 10px;
	vertical-align: top;
	text-align: left;
	position: relative;
}

.assessments-template .publication-box .head-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 30px;
	height: 178px;
}
.assessments-template .publication-box.red .head-section {
	background-image: url('img/top-half-red.jpg');
	
}
.assessments-template .publication-box.orange .head-section {
	background-image: url('img/top-half-orange.jpg');
}
.assessments-template .publication-box.green .head-section {
	background-image: url('img/top-half-green.jpg');
}

.assessments-template .publication-box .head-section h2 {
	color: #FFF;
	font-size: 35px;
    line-height: 1.1em;
}

.assessments-template .publication-box .subhead-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 30px;
	background-image: url('img/bottom-half-purp.jpg');
	height: 230px;
}
.assessments-template .publication-box .subhead-section h3 {
	color: #fff;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: -0.75px;
    line-height: 1.2em;
}

.assessments-template .pub-flyout {
	left: 330px;
	top: 70%;
	width: 500px;
}
.assessments-template .pub-flyout .triangle {
	left: -41px;
}
.assessments-template .pub-flyout.left {
	left: -285px;
}
.assessments-template .pub-flyout.left .triangle {
	left: auto;
}


/*------------------------------------*\
    CLIENT LISTING TEMPLATE
\*------------------------------------*/

.client-listing {}
#isotope-container { clear: both; }
.client-listing .title-section h2 { font-size: 23px; line-height: 1.15em; }
.client-box.grid-box .title-section { height: 300px; padding: 20px 22px 15px 20px}
.client-box .featured-story-flag {
    left: 0;
	bottom: 80px;
    padding: 0;
    position: absolute;
    width: 100%;
	background: url('img/white-semitrans-bg.png') repeat;
}
.featured-story-flag span { display: inline-block; vertical-align: middle; }
.featured-story-flag .triangle-inner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #ffffff;
}
.featured-story-flag .label-text { 
	padding-left: 10px; 
	color: #fff;
    font-size: 19px;
	font-weight: 600;
}
.client-lightbox,
.employee-lightbox {
	display: none; 
	min-width: 650px;
	margin: 0 auto;
	width: 71%;
	padding: 40px;
}
.client-lightbox h2 { margin-bottom: 20px; }
.client-lightbox .client-content p:last-of-type { margin-bottom: 0; }
.client-lightbox .client-buttons { padding: 40px 0 0;}
.client-lightbox .client-buttons .last { text-align: right; }
.lightbox-footer,
.client-lightbox .additional-pubs {
	margin-top: 40px; 
	border-top: 1px solid #b2b3b4;
	padding-top: 30px;
}

.client-lightbox .additional-pubs h2 {
	margin-bottom: 6px;
}

.client-lightbox .additional-pubs ul {
	margin: 0;
	padding: 0;
}

.client-lightbox .additional-pubs ul li {
	list-style: none;
	margin-bottom: 12px;
}	

.client-lightbox .additional-pubs ul li a {
	font-weight: normal;
}
.social-media-buttons { margin-bottom: 40px; }
.lightbox-nav {}
.lightbox-nav .first { text-align: left; }
.lightbox-nav .last { text-align: right; }
.lightbox-nav a { cursor: pointer; }
.fancybox-close {
	background: url('img/lightbox-close.png') no-repeat;
	background-size: contain;
	top: 20px;
	right: 20px; 
	width: 52px;
	height: 52px;
}

.sort-heading {
	color: #324b8b;
	font-weight: 600;
	margin: 0; 
}
.filter-buttons { margin-bottom: 55px; }
.filter-buttons .button {
    color: #324b8b;
    font-size: 14.5px;
    font-weight: 500;
    margin: 1.3% 2.25% 1.3% 0.25%;
    padding: 12px 8px 12px 10px;
    text-align: left;
    width: 213px;
	border-radius: 2px; 
}
.filter-buttons .button.selected {
	border: 1px solid #91a226;
	box-shadow: 0px 0px 7px #91a226;

}

/*------------------------------------*\
    PAGE LISTINGS TEMPLATE
\*------------------------------------*/

.box-link-item {
	margin-bottom: 4%;
	min-height: 650px;
	max-width: 500px;
}

.box-link-item a {
	display: block;
	position: relative;
	height: 100%;
}

.featured-resources-row:nth-child(3n+1) .box-link-item a {
	background: #91a226;
}

.featured-resources-row:nth-child(3n+1) .box-link-item:nth-child(even) a {
	background: #3b325e;
}


.featured-resources-row:nth-child(3n+2) .box-link-item a {
	background: #e7982e;
}

.featured-resources-row:nth-child(3n+2) .box-link-item:nth-child(even) a {
	background: #ab0833;
}

.featured-resources-row:nth-child(3n+3) .box-link-item a {
	background: #324d89;
}

.featured-resources-row:nth-child(3n+3) .box-link-item:nth-child(even) a {
	background: #20696c;
}

.box-link-item img {
	width: 100%;
}

.page-box-text-wrapper {
	padding: 36px 20px 40px;
	color: #FFF;
}

.page-box-text-wrapper .featured-resource-title {
	color: #FFF;
}

.page-box-text-wrapper .page-box-desc {
	font-weight: 300;
	font-size: 25px;
	line-height: 1.05em;
}

/*------------------------------------*\
    FEATURED STORY LISTINGS
\*------------------------------------*/

.page-template-template-featured-stories .featured-stories-row {
	margin: 75px 0;
}

.page-template-template-featured-stories .featured-story-content {
	padding: 30px 40px;
	font-size: 22px;
}

.page-template-template-featured-stories .featured-story-title {
	color: #FFF;
	margin: 0 0 10px 0;
	font-size: 40px;
}

.page-template-template-featured-stories .featured-story-subhead {
	color: #FFF;
	font-size: 26px;
	font-weight: 400;
}

.page-template-template-featured-stories .featured-story-summary {
	color: #FFF;
	font-size: 18px;
}

.page-template-template-featured-stories .featured-story-image {
	width: 100%;
	height: 375px;
	background: center center no-repeat;
	display: block;
}
		
.featured-stories-row a {
    word-break: break-word;
}

/*------------------------------------*\
    FEATURED STORY SINGLE
\*------------------------------------*/


.single-featured-story .the_issue p br {
	display: none;
}


.single-featured-story .subhead {
	font-size: 26px;
	margin-bottom: 40px;
}

.single-featured-story .box {
	margin-bottom: 80px;
}

.single-featured-story .box-head {
	background: #d7d8d9;
	color: #3b325e;
	font-size: 18px;
	padding: 18px 35px;
}

.single-featured-story .issues-outcomes {
	color: #FFF;
}

.single-featured-story .issues-outcomes ul {

}

.single-featured-story .issues-outcomes ul li {
	list-style-image: none;
	margin-bottom: 20px; 
}

.single-featured-story .issues-bg {
	background: #818386;
	padding: 30px 40px;
	font-size: 22px;
}

.single-featured-story .outcomes-bg {
	padding: 30px 40px;
	font-size: 22px;
}

.single-featured-story .issues-outcomes-heading {
	font-size: 38px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 30px;
}

.single-featured-story .issues-outcomes-col-left {
	padding-right: 0;
}

.single-featured-story .issues-outcomes-col-right {
	padding-left: 0;
}

.single-featured-story .color-bg {
	background:#91a226;
	color: #FFF;
	padding: 40px;
}

.single-featured-story .color-bg {
	margin-bottom: 30px;
}

.single-featured-story .color-bg .common-header {
	color: #FFF;
}

.single-featured-story .color-bg a {
	color: #FFF;
	text-decoration: underline;
}

.single-featured-story .color-bg p:last-child {
	margin-bottom: 0;
}

.single-featured-story .stat {
	text-align: center;
}

.single-featured-story .author-list { 
	border-top: 0; 
	padding: 20px 0;
}

.single-featured-story .team-members {
	border-bottom: 1px solid #ccc;
}

.single-featured-story .team-member {
	text-align: center;
	margin: 30px 0 60px 0;
}

.single-featured-story .team-member-name, .single-featured-story .team-member-position {
	color: #ab0833;
	font-size: 15px;
}

.single-featured-story .section-head-med {
	margin: 0 0 30px;
}

.single-featured-story .project_document_thumb_download_link {
	margin: 15px 0;
	display: inline-block;
}

.single-featured-story .project-document {
	margin: 0 15px 30px 0;
	display: inline-block;
}
.single-featured-story .project-document .file-icon { max-width: 60px; }

.single-featured-story .project_document_nothumb_download_link {
	margin-top: 30px;
	display: inline-block;
	color: #56595c;
	font-weight: 400;
}


.single-featured-story .view-article {
	font-size: 16px;
}

.single-featured-story .interesting-story-title-row {
	margin: 0 0 70px;
	padding: 50px 0 0;
	border-top: 1px solid #b2b3b4;
	
}

.single-featured-story .interesting-story-title-row > .first { border-right: 1px solid #b2b3b4; }

.single-featured-story .back-to-featured-stories {
	float: right;
}
		
.single-featured-story .issues-outcomes a {
    word-break: break-word;
}

.single-featured-story .featured-quote {
	padding: 50px 0;
	border-top: 1px solid #b2b3b4;
	border-bottom: 1px solid #b2b3b4;
	margin: 50px 0; 
}
.single-featured-story .featured-quote blockquote {
	color: #ab0833;
	font-size: 24px; 
	margin: 0; 
	font-style: italic;
	font-weight: 500;
	line-height: 1.29em;
}

.single-featured-story .featured-quote blockquote span {
	color: #3b325e;
	font-size: 19px; 
	display: block;
	margin-top: 30px; 
}

/*------------------------------------*\
    BLOG POSTS - Form 931
\*------------------------------------*/

.news-results-listings .people-listing { text-align: center; }
.news-results-listings .people-listing .bio-photo { margin-left: auto; margin-right: auto; margin-top: 48px; }
.news-results-listings .view-article { display: none; }
.news-results-listings .post-desc p:last-of-type { margin-bottom: 0; }
.post-client .client-list {
	font-weight: 600;
}

/*------------------------------------*\
    SINGLE BLOG POST
\*------------------------------------*/

.single-post .post-title h1 { line-height: 1.15em; }

.prev-next-pagination { text-align: right; }
.prev-next-pagination a {
	margin-right: 20px;
}
.prev-next-pagination a:last-of-type {
	margin-right: 0;
}
.single-post .author-list { border-top: 0; }

.related-posts { 
	border-top: 1px solid #b2b3b4; 
	padding-top: 45px; 
	margin-bottom: 60px; 
}
.related-posts h2 { margin-bottom: 45px; }
.related-posts h3 {
	font-size: 1em;
	margin-bottom: 3px; 
}

/*------------------------------------*\
    ARCHIVE & SEARCH
\*------------------------------------*/

.archive {}
.archive article,
.search article { margin-bottom: 50px; }



/*------------------------------------*\
    OUR CULTURE TEMPLATE
\*------------------------------------*/

.lightbox-gallery { margin: 60px 0; padding: 0; }
.lightbox-gallery > li { 
	list-style: none; 
	margin: 0 0 0 -4px; 
	padding: 0; 
	display: inline-block; 
	vertical-align: top;
	width: 25%;
}
.example-week {}
.example-week img { margin: 10px 0 60px; }
.employee-lightbox .lightbox-content { text-align: center; }
.employee-lightbox .lightbox-content img { 
	max-height: 400px; 
	width: auto; 
	margin: 0 auto 15px; 
	display: block; 
}

.edfirst-day,
.staying-connected,
.employee-slider,
.culture-infographic { padding-top: 60px; border-top: 1px solid #b2b3b4; }

.column-list li { margin-bottom: 30px; }

.flexslider li { list-style-image: none; }

.employee-slider .employee-image { 
	width: 40%; 
	padding-left: 4%; 
	padding-right: 1%; 
}
.employee-slider .slider-text { 
	padding-right: 4%; 
	padding-left: 0; 
	font-size: 22px;
	color: #3b325e;
	line-height: 1.15em;
}
.page-template-template-contact #acf-field_562c6f8ecc978 {
    padding: 0 !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 20px !important;
    height: 20px !important;
    vertical-align: sub;
}
.employee-slider .slider-text h4 { margin-bottom: 30px; }
.employee-slider .flexslider .slides img { 
	width: auto; 
	display: block; 
	margin: 20px auto 0; 
	max-width: 275px;   
}
.flex-direction-nav a {
	transition: none;
	-webkit-transition: none;
	opacity: 1;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px; 
}

.employee-slider .flex-direction-nav a {
	height: 63px;
	width: 36px;
	text-indent: -9999px;
}
.employee-slider .flex-direction-nav a::before { content: none; }
.employee-slider .flex-direction-nav a.flex-next::before {}

.employee-slider .flex-direction-nav .flex-prev { background: url('img/arrow-left.png') no-repeat; background-size: contain;  }
.employee-slider .flex-direction-nav .flex-next { background: url('img/arrow-right.png') no-repeat; background-size: contain;  }

/*------------------------------------*\
    CONTACT
\*------------------------------------*/


.page-template-template-contact .contact_section p {
    margin-bottom: 0;
    font-weight:500;
}
        
.page-template-template-contact .contact-info {
    border-top: 1px solid #CCC;
    padding-top: 40px;
}
        
.page-template-template-contact #the-form {
    margin-bottom: 100px;
}
        
.page-template-template-contact .form-row {
    margin: 25px 0;
}

::-webkit-input-placeholder,        
.page-template-template-contact .acf-form ::-webkit-input-placeholder {
   color: #91a226 !important; 
   font-size: 18px;
   opacity: .8;
}

:-moz-placeholder,        
.page-template-template-contact .acf-form :-moz-placeholder { /* Firefox 18- */
   color: #91a226 !important;  
   font-size: 18px;
   opacity: .8;
}

::-moz-placeholder,        
.page-template-template-contact .acf-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #91a226 !important;  
   font-size: 18px;
   opacity: .8;
}

:-ms-input-placeholder,        
.page-template-template-contact .acf-form :-ms-input-placeholder {  
   color: #91a226 !important;  
   font-size: 18px;
   opacity: .8;
}

::-webkit-input-placeholder {      
   font-size: 20px;
   letter-spacing: -.5px;
}
:-moz-placeholder {
   font-size: 20px;
   letter-spacing: -.5px;
}
::-moz-placeholder {     
   font-size: 20px;
   letter-spacing: -.5px;
}
:-ms-input-placeholder {      
   font-size: 20px;
   letter-spacing: -.5px;
}

        
.page-template-template-contact .upload-label-parent {
    text-align: right;
    padding-top: 18px;
}
        
.page-template-template-contact #upload-label {    
    font-size: 24px;
    font-weight: 600;
    color: #ab0833;
}
        
.page-template-template-contact #submit {
    background: transparent;
    border: 1px solid #e7982e;
    color: #e7982e;
    box-shadow: 0 0 7px #e7982e;
}
        
.page-template-template-contact #upload-label2 {
    display: block;
    background: transparent;
    border: 1px solid #56595c;
    color: #56595c;
    box-shadow: 0 0 7px #56595c;
    font-weight: 600;
    min-width: 160px;
    width: 160px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}
        
.page-template-template-contact .acf-form-submit input {
    float: right;
    margin-top: 29px;
    margin-right: 22px;
	font-weight: 600;
    padding: 0 50px;
    width: auto;
    height: 60px;
    box-sizing: border-box;
}
        
.page-template-template-contact #upload-label {
    font-size: 24px;
    font-weight: 600;
    color: #ab0833;
    margin-top: 35px;
}
        
.page-template-template-contact .acf-field-562c6fb9cc979 .acf-input {
    float: right;
    width: 50%;
}
        
.page-template-template-contact .acf-fields > .acf-field, .page-template-template-contact .acf-field[data-width] + .acf-field[data-width] {
    border: none;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
        
.page-template-template-contact # {
    margin-bottom: 15px;
}
        
.page-template-template-contact .acf-form {
    margin-bottom: 100px;
}
        
.page-template-template-contact #message {
    background-color: #91A125;
    color: #FFF;
    font-size: 22px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 50px;
}
        
.page-template-template-contact #message p {
    margin: 0
}
        
.page-template-template-contact #invisible-upload {
    opacity: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
        
.page-template-template-contact #invisible-upload-parent {
    display: block;
    background: transparent;
    border: 1px solid #56595c;
    color: #56595c;
    box-shadow: 0 0 7px #56595c;
    font-weight: 600;
    min-width: 160px;
    width: 160px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    margin-top: 25px;
	border-radius: 4px;
}

.acf-field-562c6fb9cc979 {
	display: none !important;
}
        
/* message or comment */
.page-template-template-contact #acf-field_563789e972665 {
    padding-top:20px;
}
        
#acf-field_562c6ed2cc971 {
    padding: 0 !important;
    margin-bottom: 25px;
    height: 55px !important;
}
        
.page-template-template-contact .acf-error-message {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -25px;
}
        
.page-template-template-contact .file-alert-container {
    width: 100%;
    margin-top: -60px;
    margin-right: 25px;
    background-color: #91A125;
    display: none;
    min-height: 35px;
    padding: 15px 5px;
    margin-bottom: 35px;
}
        
.page-template-template-contact .success-message {
    text-align: left;
    width: 90%;
    float: left;
    color: #FFF;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
        
.page-template-template-contact .file-extension {
    text-align: right;
    width: 10%;
    float: right;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
        
.cf:before,
.cf:after {
    content: " ";
    display: table; 
}
        
.cf:after {
    clear: both;
}
        
.cf {
    *zoom: 1;
}
        


/*------------------------------------*\
    SOCIAL MEDIA BUTTONS:
	ULTIMATE SOCIAL DEUX PLUGIN
\*------------------------------------*/

.us_shortcode .us_tac { text-align: left !important; }

.us_wrapper.us_skin_default .us_button {
	height: 35px;
	width: 35px; 
	border-radius: 50%; 
}

/*------------------------------------*\
    MLENS - MAP MAGNIFIER
\*------------------------------------*/
#mlens-wrapper {
position: relative;
	width: 100%;
	height: auto;
}

/*------------------------------------*\
    ASSESSMENT TOOLKIT TEMPLATES
\*------------------------------------*/

.assessment-template {}

.assessment-template .assessment-head {
	margin: 70px 0 40px;
}
.assessment-template .head-item {
	display: block;
	float: left;
	padding: 30px 4%;
	min-height: 255px;
}
.assessment-template .one-third-head {
	width: 35%;
}
.assessment-template.orange .one-third-head {
	background: url('img/one-third-orange.jpg') no-repeat center center / cover;

}
.assessment-template.green .one-third-head {
	background: url('img/one-third-green.jpg') no-repeat center center / cover;

}
.assessment-template.red .one-third-head {
	background: url('img/one-third-red.jpg') no-repeat center center / cover;

}
.assessment-template .head-item h1,
.assessment-template .head-item h2 {
	color: #FFF;
	margin: 0;
	line-height: 1.1em;
	font-size: 38px;
}
.assessment-template .one-third-head h1 {}
.assessment-template .two-third-head {
	width: 64.75%;
}
.assessment-template .two-third-head.purple {
	background: url('img/two-third-purp.jpg') no-repeat center center / cover;

}

.assessment-template .two-third-head h2 {
	font-weight: 400;
}

.assessment-template article ul {}
.assessment-template article ul li {
	margin-bottom: 8px;
}

.assessment-table {
	width: 100%;
}
.assessment-template.green .assessment-table th {
	background: #91a226;
}

.assessment-table td { 
	width: 50%;
}
.assessment-table td.link-only a {
	text-decoration: underline;
}

.assessment-table .project-document {
	margin: 10px 0; 
	position: relative;
	width: 225px;
}
.assessment-table .project-document img {
	margin-bottom: 0;
}
.assessment-table .project-document h4 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.conclusion-content {
	margin-bottom: 60px;
}

.assessment-template .main-bubbles {
	margin-bottom: 60px;
}

.assessment-template .bubble.row {
	padding: 30px 0;
	border-bottom: 1px solid #b2b3b4;
}

.assessment-template .bubble.row li {
	margin-bottom: 10px;
}

.assessment-template .bubble-img,
.assessment-template .bubble-description {
	display: inline-block;
	vertical-align: middle;
}
.assessment-template .bubble-img {
	margin-right: 3%; 
	width: 24%;
	max-width: 237px;
}
.assessment-template .bubble-description {
	max-width: 690px;
	width: 72%;
}
.assessment-template .bubble-description p:last-of-type {
	margin-bottom: 0; 
}
.assessment-template .file-download {
	padding: 40px 0;
}
.assessment-template .file-download h2 {
	margin-bottom: 40px;
}
.assessment-template .file-download img {
	margin-bottom: 12px;
}

.postid-2280 .title-box {
	margin: 70px 0 25px !important;
	padding: 0 !important;
	background: none !important;
}

.postid-2280 .title-box .publication-title, 
.postid-2280 .title-box .publication-subhead {
 	color: #3b325e;
}

.postid-2280 .title-box .publication-subhead {
	margin: 0;
	font-weight: 600;
}

/*------------------------------------*\
    PASSWORD PAGE
\*------------------------------------*/

.pw-form {}

.pw-form input[type="submit"] {
	margin-top: 3rem;
	float: right;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.pre-footer { padding: 40px 0 100px; border-top: 1px solid #6c7073;}

.pre-footer h3 {
	color: #91a226;
	margin-bottom: 5px;
}

.pre-footer .subhead { font-size: 24px; margin-bottom: 70px;  }

#mc_embed_signup .submit-btn .col.first {
	padding-right: 2px;
	width: 81%;
}

#mc_embed_signup .submit-btn .col.last {
	padding-left: 12px;
	float: right;
}

#mc_embed_signup .submit-btn .one-fifth input {
	padding-left: 0;
	padding-right: 0;
}

.main-footer { 
	padding: 40px 0 140px; 
	background: url('img/footer-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
	 text-align: center;
}

.footer-nav { margin-bottom: 40px; }
.footer-nav ul { }
.footer-nav ul li { 
	display: inline-block; 
	padding: 0 12px;
	border-left: 1px solid #3b325e;
}
.footer-nav ul li:first-child { border: 0 none; }
.footer-nav ul li a {
	font-weight: 500;
	color: #3b325e;
	
}
.footer-nav ul li a:hover { color: #3b325e; font-weight: bold; }

.social-links { margin-bottom: 30px; }
.social-links a {
	width: 65px;
	height: 65px;
	background: #FFF;
	border-radius: 50%; 
	display: inline-block;
	margin: 0 5px; 
	position: relative;
}

.social-links a i { 
	font-size: 40px; 
	color: #3b325e; 
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}
.social-links a:hover i { color: #91a226; }


.copyright { color: #3b325e; font-size: 12px; font-weight: 500; }

/*------------------------------------*\
    MAILCHIMP FORM
\*------------------------------------*/
.signup-form {}
.signup-form .subhead { margin-bottom: 30px; }
.form-inputs.row { margin-bottom: 40px; }
.mc-field-group.one-fourth { padding: 0 1%; }
.mc-field-group.one-fourth.first { padding-left: 0; }
.mc-field-group.one-fourth.last { padding-right: 0; }

.submit-btn.row {}
.submit-btn.row .last { text-align: right; }


/*------------------------------------*\
	INDIVIDUAL PAGE STYLE OVERRIDES
\*------------------------------------*/

.page-template-template-contact article section:first-of-type { margin-bottom: 10px; }
.page-template-template-contact .flex-content .social-links {}
.page-template-template-contact .flex-content .social-links a {
	background: #3b325e
}
.page-template-template-contact .flex-content .social-links a i {
	color: #FFF; 
}
.page-template-template-contact .flex-content .social-links a:hover {
	background: #91a226;
}

.page-id-7183 .banner-section.no-featured-img .inner-wrapper {
    max-width: 850px;
}

.page-id-8467 .pre-footer {
	display: none;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#91a226;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#91a226;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#91a226;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin: 7px auto 5px auto;
}
.alignright {
	float:right;
	margin: 7px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 7px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin: 7px 0 20px 20px;
}
a img.alignnone {
	margin: 7px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 7px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:1028px) {
	
	/* Sitewide */
	.box-grid .box,
	.box-grid .box:nth-child(2n+1) { width: 100%; margin: 0 0 10px; }

	/* Home */
	.home .flexslider .slides > li { 
		height: 360px; 
	}
	.home .slider-image { 
		background-position: right 0;
	    background-size: auto auto;
	    height: 400px;
	    margin-right: 4%;
	    right: 0;
	    width: 96%;
	}
	.home .slider-textarea { padding-left: 2%; }
	.home .slider-textarea h2 { font-size: 55px; }
	.home .slider-textarea .slider-desc { 
		font-size: 22px; 
		width: 500px; 
	}
	.homepage-boxes.box-grid {
	    position: relative;
	    top: 0;
		margin-bottom: 30px;
	}
	.home .flex-control-nav {
		top: 0;
		right: 2%;
	}
	
	/* People List */
	.people-listing { text-align: center; }
	.people-listing li,
	.people-listing li:nth-child(5n) { margin: 0 10px 30px; }
}
@media only screen and (max-width:960px) {

	/* SITEWIDE */
	
	html {
		font-size: 50%;
	}

	/* Pages Common */
	.banner-section { padding-top: 135px; }
	.banner-section .wrapper { min-height: 340px; }
	.banner-section.featured-img-exists .inner-wrapper,
	.page-id-13 .banner-section.featured-img-exists .inner-wrapper,
	.single-publication .banner-section.featured-img-exists .inner-wrapper { 
		max-width: 450px; 
	}
	.banner-section .featured-student {}
	.page-id-13 .banner-section .featured-student,
	.page-id-15 .banner-section .featured-student {
		max-width: 400px;
	}
	.banner-section .featured-student img { max-height: 360px; }
	.banner-heading { font-size: 58px; letter-spacing: -3px; }
	
	
	.subnav li { padding: 10px 7px; }
	
	.cta-box p { font-size: 18px; }
	.cta-box a.button { padding: 15px 25px; }
	
	/* Main Nav */
	#header .header-nav { margin-top: 10px; }
	#header .logo.first { width: 37%; }
	#header .last { width: 63%; }
	#header .nav > ul > li { margin-left: 16px; }
	
	/* Home */
	.home .flexslider .slides > li { height: 300px; }
	.home .slider-image { 
		height: 345px; 
		margin-right: 6%;
		background-size: auto 600px;
	}
	.home .slider-textarea { padding-left: 3%; }
	.home .slider-textarea h2 { 
		font-size: 46px; 
		width: 50%;
		letter-spacing: -3px;
	}
	.home .slider-textarea .slider-desc { 
		font-size: 19px; 
		line-height: 1.4em; 
		width: 50%;
	}

	/* Our Culture */
	
	.employee-slider .flexslider .slides img { max-width: 275px; }
	.employee-slider .slider-text { font-size: 20px; }
	.employee-slider .slider-text h4 { margin: 20px 0; }
	
	/* Job Opening Single */
	.apply-email.cta-box p { font-size: 22px; }
	
	/* Publications - Shared */
	.pub-flag {
		padding: 6px 5px 6px 4px;
		font-size: 12px;
	}
	
	/* Publication Single */
	.prev-next-pagination.pub-series {
		text-align: center;
	}
	
	.additional-client-pubs:not(.full-width) .publication-results-listings li {
		width: 31.5%
	}
		
	/* Footer */
	.footer-nav ul li { padding: 0 8px; }
	
	/* Individual Page Overrides */
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper,
	.single-people .banner-section.featured-img-exists .inner-wrapper,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper {
		max-width: 350px;
	}

}

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

	/* Main Nav */
	
	#header .header-nav { margin-top: 7px; }
	#header .nav li a { font-size: 15px; }
	
	/* Forms/Formidable */
	
	.frm_style_formidable-style.with_frm_style .frm_radio label, 
	.frm_style_formidable-style.with_frm_style .frm_checkbox label,
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
		font-size: 17px;
	}
	
	/* Popup Builder/Lightbox*/
	
	#sgpb-popup-dialog-main-div {
		font-size: 17px;
	}
	
	#sgpb-popup-dialog-main-div h2 {
		font-size: 28px;
		letter-spacing: -1px;
	}
	
	#sgpb-popup-dialog-main-div .frm_style_formidable-style.with_frm_style .frm_primary_label {
		font-size: 21px;
	}
	
	/* Pages Common */
	
	.banner-section.featured-img-exists .inner-wrapper,
	.page-id-13 .banner-section.featured-img-exists .inner-wrapper,
	.single-publication .banner-section.featured-img-exists .inner-wrapper { 
		max-width: 415px; 
	}
	.banner-heading { font-size: 54px; }
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper, 
	.single-post .banner-section.featured-img-exists .inner-wrapper { max-width: 460px; }
	
	
	/* Home */
	.home .slider-image { 
		margin-right: 4%; 
		background-size: auto 560px;
	}
	
	/* Publication Single */
	.col.publication-files,
	.col.additional-client-pubs {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	
	/* Footer */
	.footer-nav ul li { padding: 0 5px; }

	/* Individual Page Overrides */
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper,
	.single-people .banner-section.featured-img-exists .inner-wrapper,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper  {
		max-width: 290px;
	}
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-people .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper .banner-heading {
		font-size: 50px;
	}
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-people .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper .banner-subhead {
		font-size: 20px;
	}
}
@media only screen and (max-width:768px) {

	/* Columns */
	.row { display: block !important; }
	.col,
	.col.first,
	.col.last { float: none; margin: 0; padding-left: 0; padding-right: 0;  }
	.col.one-half,
	.col.one-third,
	.col.two-third,
	.col.one-fourth,
	.col.three-fourth,
	.col.one-fifth,
	.col.two-fifth,
	.col.three-fifth,
	.col.four-fifth { width: 100%; margin-bottom: 20px;  }
	
	.col.one-half-md,
	.col.one-half-xs {
		width: 50%;
		margin: 0;
		float: left;	
		padding: 0 2%;
	}
	
	/* Sitewide */
	h1, 
	.page-title, .post-title, .archive-title, 
	.section-head-large { 
		font-size: 30px; 
	}
	
	input[type="submit"] { width: 95%; }
	.bio-photo { text-align: center; }
	.bio-photo img { max-width: 300px; }
	
	.helpful-resources .box > .row > .one-half { padding: 30px; margin: 0; }
	.helpful-resources .box > .row > .one-half:first-child { border-right: 0 none; }
	.helpful-resources .box .story-excerpt { margin-bottom: 50px; }
	
	/* Main Nav - Switch to Mobile */
	#header { 
		padding-top: 15px; 
		position: absolute;
	}
	#header .logo.first { 
		width: 80%; 
		margin: 0;
		float: left;
		
	}
	#header .last { 
		float: right; 
		width: 20%; 
		margin: 0;  
	}
	#header .nav { display: none; }
	
	body { 
		background-image: none;
		background-color: #3b325e !important; 
	}
	.page-wrap { background: #FFF; }
	.header { position: static; }
	#main { position: relative; z-index: 100; }
	.main-content { padding-top: 0; }
	.page-wrap { position: relative; z-index: 200; }
	.page-wrap.open-menu {}
	.page-wrap .header-nav {}
	.page-wrap.open-menu .header-nav { }
	.header-nav { 
		display: block; 
		position: absolute; 
		right: 0;
		padding: 100px 30px 0; 
	}
	.header-nav ul {}
	.header-nav ul li { margin-bottom: 10px; width: 250px;  }
	.header-nav ul li a { 
		color: #FFF; 
		display: block; 
		padding: 4px 0; 
		font-weight: 500;
		font-size: 23px;
		text-align: right;
	}
	
	.header-nav ul li a:hover,
	.header-nav ul li.current-menu-item > a,
	.header-nav ul li.current-page-ancestor > a { color: #e7982e; font-weight: 600; }
	
	.header-nav .subnav{ 
		margin-top: 10px;
		padding-bottom: 20px; 
		border-bottom: 1px solid #FFF; 
		
	}
	.header-nav .subnav li {
		display: block;
		border: 0 none;
		padding: 0; 
		margin-bottom: 0; 
	}
	.header-nav .subnav li a {
		font-size: 19px;
		font-weight: 500;
	}
	
	
	#mobile-nav-button,
	#close-btn { 
	    background-image: url("img/mobile_menu.png");
	    background-repeat: no-repeat;
		background-size: 32px auto;
		background-position: 0 0;
		cursor: pointer;
	    display: block;
		float: right;
		cursor: pointer;
	    height: 32px;
	    width: 32px;
		text-indent: -9999px;
		margin-top: 8px;
		transition: none; 
		-webkit-transition: none;
	}
	#close-btn { 
		background-position: 0 -32px;
	    position: absolute;
	    right: 30px;
	    top: 15px; 
	}
	
	.open-search { display: none; }
	.page-wrap .header-nav .searchform { 
		visibility: hidden; 
	}
	.page-wrap.open-menu .header-nav .searchform { 
		visibility: visible; 
	}
	
	.header-nav #searchform { margin-top: 50px; }
	.header-nav .searchform input{
		background: #e7982e;
		color: #FFF;
		border: 0;
		box-shadow: none !important;
		display: block;
		font-size: 13px;
		border-radius: 0;
		float: left;		
	}
	.header-nav .searchform input[type="text"]{
		width: 84%;
		padding: 10px; 
		height: 33px;
	}

	.header-nav #searchsubmit {
		width: 15%;
		padding: 10px 0; 
		margin: 0;
		text-indent: -9999px;
		background: url('img/mag-glass.png') no-repeat; 
		background-position: center center;
		background-color: #e7982e;
		height: 33px;
	}

	
	/* Pages Common */
	.banner-section { padding-top: 120px; }
	.banner-section .wrapper { min-height: 290px; }
	.banner-section.featured-img-exists .inner-wrapper { max-width: 53%; }
	
	.page-id-13 .banner-section.featured-img-exists .inner-wrapper {
		max-width: 49%;
		padding-top: 0;
	}
	.single-publication .banner-section.featured-img-exists .inner-wrapper { 
		max-width: 56%; 
		padding-top: 20px;
	}
	.banner-heading { font-size: 46px; letter-spacing: -2px; }
	.banner-subhead { font-size: 20px; line-height: 1.4em; }
	.banner-section .featured-student {}
	.banner-section .featured-student img { max-height: 300px; }
	
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper, 
	.single-post .banner-section.featured-img-exists .inner-wrapper { 
		max-width: 385px; 
	}
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-post .banner-section.featured-img-exists .inner-wrapper .banner-heading { 
		font-size: 43px; 
	}
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-post .banner-section.featured-img-exists .inner-wrapper .banner-subhead { 
		font-size: 19px; 
	}
	
	.single-publication .banner-section .featured-student {
		max-width: 270px;
	} 
	
	.page-subnav { display: none; }
	
	.cta-box,
	.cta-box .last { text-align: center; }
	.cta-box { padding: 40px 25px; }
	.cta-box .first { margin-bottom: 25px; }
	.cta-box .last { margin-bottom: 0; }
	.cta-box p { padding: 0; }
	.cta-box a.button {
		float: none;
		white-space: unset;
	}
	
	/* Filters */
	.searchandfilter ul li { width: 46.5%; }
		
	/* Single Page Common Styling */
	.single-footer-links .col.one-half {
		float: left;
		width: 50%;
	}
	
	/* Home */
	
	.home .flexslider { padding-top: 130px; }

	.home .slider-textarea h2 {
	    font-size: 42px;
	    letter-spacing: -2px;
	}
	.home .slider-textarea .slider-desc { font-size: 18px; }
	.home .slider-image { 
		background-size: auto 530px;
		margin-right: 2%;
		height: 330px;
	}
	
	/* People Single View */
	.expertise-clients .one-half.first,
	.expertise-clients .one-half.last,
	.twitter-list .first { border: 0 none; }
	.additional-bio-info ul.interests-list li { width: 50%; float: left; padding: 0 2%; }


	/* Lightbox */
	.lightbox-nav .one-half { float: left; width: 50%; margin-bottom: 0;   }
	.employee-slider .slider-text { font-size: 18px; text-align: center;  }
	.client-lightbox, 
	.employee-lightbox { 
		padding: 15px 0 0; 
		min-width: auto;
	}
	.lightbox-content { font-size: 14px; line-height: 1.5em; }
	.lightbox-footer { margin-top: 30px; padding-top: 20px; }
	.lightbox-footer .social-media-buttons { margin-bottom: 20px; }
	.lightbox-footer .lightbox-nav { font-size: 16px; }
	.fancybox-close { 
		top: 12px; 
		right: 12px; 
		height: 35px;
		width: 35px; 
	}
	
	/* Clients Page Template */
	.client-lightbox .client-buttons .last {
		text-align: left;
	}
	
	.client-lightbox .button {
		width: 100%;
	}
	
	/* News Listing */
	.people-listing .bio-photo { max-height: none; max-width: 200px; }
	.news-results-listings .first .bio-photo img,
	.people-listing .person-name, 
	.people-listing .bio-title { max-width: 100%; }
	.news-results-listings .people-listing .bio-photo { margin-top: 0; }
	
	/* Publication Listing */
	.pub-flyout,
	.pub-flyout.left {
	    display: none;
	    margin: 0 auto;
	    min-width: auto;
	    padding: 30px;
	    width: 100%;
		position: relative;
		left: 0; 
		top: 0;
		box-shadow: none;
		background: transparent;
	}
	.pub-flyout .triangle { display: none; }
	
	/* Publication Single */
	.publication-resources > .last { border-left: 0 none; }
	
	
	/* PAGE LISTING TEMPLATE */
	.featured-resources-row {
		margin-bottom: 0;
	}
	
	.col.box-link-item {
		min-height: initial;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-box-text-wrapper .page-box-desc {
		font-size: 22px;
	}
	
	/* Featured Story Listing*/
	
	.featured-stories .featured-stories-row {
		margin: 0; 
	}
	
	/* Featured Story Single */
	.single-featured-story .interesting-story-title-row > .first {
		border-right: 0 none; 
	}
	
	/* Contact Page */
	.page-template-template-contact .acf-form {}
	.page-template-template-contact .acf-form .acf-field {
		width: 100% !important;
		float: none !important;
	}
	.page-template-template-contact .acf-form #suscribe {
		min-height: initial;  
	}
	.page-template-template-contact .acf-form .acf-field-file .acf-label {
		width: auto !important;
		margin-right: 20px;
	}
	.acf-field-562c6fb9cc979 .acf-input {
		float: left !important;
	}
	.page-template-template-contact .acf-form .acf-form-submit { 
		text-align: center; 
		padding: 0 12px;
	}
	.page-template-template-contact .acf-form .acf-form-submit input {
		display: block !important;
	    float: none !important;
	    margin: 20px auto !important;
	    max-width: none !important;
	    width: 100% !important;
		height: 50px;
	}
	
	/* Assessments Templates */
	.assessment-template .head-item h1, 
	.assessment-template .head-item h2 {
		font-size: 32px;
	}
	
	/* Footer */
	
	#mc_embed_signup .submit-btn .col.first {
		padding-right: 0;
		width: 100%;
	}

	#mc_embed_signup .submit-btn .col.last {
		padding-left: 0;
		float: none;
	}

	#mc_embed_signup .submit-btn .one-fifth input {
		padding-left: 0;
		padding-right: 0;
	}
	.main-footer { 
		text-align: right; 
		padding: 40px 0; 
	}
	.footer-nav ul li {
		display: block;
		border: 0 none;
		padding: 5px 0;
	}
	.mc-field-group.one-fourth { padding: 0; }
	.submit-btn.row .last { text-align: center; }
	
	/* Templates */
	.assessment-template .head-item {
		min-height: initial;
	}
	.assessment-template .one-third-head,
	.assessment-template .two-third-head {
		display: block;
		width: 100%;
	}
	
	.assessment-template .small-bubbles { 
		text-align: center; 
		margin-left: -5px;
		margin-right: -5px;
	}
	.assessment-template .small-bubbles .one-fifth,
	.assessment-template .small-bubbles .one-fifth.first,
	.assessment-template .small-bubbles .one-fifth.last {
		width: 125px;
		float: none;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	/* Individual Page Overrides */
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper,
	.single-people .banner-section.featured-img-exists .inner-wrapper,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper {
		max-width: 255px;
	}
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-people .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper .banner-heading {
		font-size: 43px;
	}
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-people .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper .banner-subhead {}	
	
	.page-id-5 .banner-section.featured-img-exists .featured-student img,
	.parent-pageid-5 .banner-section.featured-img-exists .featured-student img,
	.single-people .banner-section.featured-img-exists .featured-student img,
	.single-job-opening .banner-section.featured-img-exists .featured-student img {
		max-height: 270px; 
	}
}
@media only screen and (max-width:621px) {

	/* Pages Common */
	
	.alignright,
	.alignleft {
		float: none;
		clear: both;
		margin: 0 0 20px;
		display: block;
	}
	
	.banner-section .wrapper,
	.single-publication .banner-section .wrapper, 
	.single-post .banner-section .wrapper { min-height: 225px;  }
	.banner-heading { font-size: 37px; letter-spacing: -2px; }
	.banner-subhead { font-size: 19px; }
	.banner-section .featured-student img { max-height: 230px; }
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper, 
	.single-post .banner-section.featured-img-exists .inner-wrapper { 
		max-width: 295px; 
	}
	
	.page-id-13 .banner-section.featured-img-exists .inner-wrapper {
		padding-top: 0;
	}
	
	.single-publication .banner-section.featured-img-exists .inner-wrapper,
	.single-post .banner-section.featured-img-exists .inner-wrapper { 
		padding-top: 20px;
	}
	
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-post .banner-section.featured-img-exists .inner-wrapper .banner-heading { 
		font-size: 35px; 
	}
	
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-post .banner-section.featured-img-exists .inner-wrapper .banner-subhead { 
		font-size: 17px; 
	} 
	
	/* Popup Builder/Lightbox */
	
	#sgpb-popup-dialog-main-div {
		padding: 40px 35px 30px !important;
	}
	
	#sgpb-popup-dialog-main-div {
		font-size: 16px;
	}
	
	#sgpb-popup-dialog-main-div h2 {
		font-size: 24px;
		letter-spacing: -1px;
		margin-bottom: 12px;
	}
	
	#sgpb-popup-dialog-main-div .frm_style_formidable-style.with_frm_style .frm_primary_label {
		font-size: 19px;
	}
	
	/* Forms/Formidable */
	
	input[type="text"],
	.acf-form .acf-field input[type="text"], 
	input[type="password"],
	.acf-form .acf-field input[type="password"], 
	input[type="number"],
	.acf-form .acf-field input[type="number"], 
	input[type="search"],
	.acf-form .acf-field input[type="search"],
	input[type="email"], 
	.acf-form .acf-field input[type="email"], 
	input[type="url"],
	.acf-form .acf-field input[type="url"], 
	textarea,
	.acf-form .acf-field textarea, 
	select,
	.acf-form .acf-field select,
	.frm_style_formidable-style.with_frm_style input[type="text"], 
	.frm_style_formidable-style.with_frm_style input[type="password"], 
	.frm_style_formidable-style.with_frm_style input[type="email"], 
	.frm_style_formidable-style.with_frm_style input[type="number"], 
	.frm_style_formidable-style.with_frm_style input[type="url"], 
	.frm_style_formidable-style.with_frm_style input[type="tel"], 
	.frm_style_formidable-style.with_frm_style input[type="file"], 
	.frm_style_formidable-style.with_frm_style input[type="search"], 
	.frm_style_formidable-style.with_frm_style select, 
	.frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement {
		padding: 15px;
	}
	
	.frm_style_formidable-style.with_frm_style .frm_radio label, 
	.frm_style_formidable-style.with_frm_style .frm_checkbox label,
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
		font-size: 16px;
		line-height: 1.3em;
		margin-bottom: 6px;
	}
	
	input[type="submit"], 
	.frm_style_formidable-style.with_frm_style .frm_submit button {
		padding: 17px 40px;
	}
	
	::-webkit-input-placeholder,        
	.page-template-template-contact .acf-form ::-webkit-input-placeholder {
	   font-size: 17px;
	}

	:-moz-placeholder,        
	.page-template-template-contact .acf-form :-moz-placeholder { /* Firefox 18- */
	   font-size: 17px;
	}

	::-moz-placeholder,        
	.page-template-template-contact .acf-form ::-moz-placeholder {  /* Firefox 19+ */
	   font-size: 17px;
	}

	:-ms-input-placeholder,        
	.page-template-template-contact .acf-form :-ms-input-placeholder {  
	   font-size: 17px;
	}

	/* Filters */
	.searchandfilter ul li { width: 95%; }
	
	/* Home */
	.home .slider-image { right: 0; }
	.home .slider-textarea h2 { 
		font-size: 32px; 
		letter-spacing: -1.5px;
	}
	.home .slider-textarea .slider-desc,
	.home .slider-textarea .slider-desc a { font-size: 16px; }
	
	/* News Listing */
	.news-results-listings .col { 
		float: none;  
		width: 100%; 
	}
	
	/* Client Listing */
	.filter-buttons .button {
	    display: block;
	    float: left;
	    line-height: 1.2em;
	    margin: 10px 1.5%;
	    min-height: 62px;
	    width: 46%;
	}
	
	/* Lightboxes */
	
	.client-lightbox, 
	.employee-lightbox {
		width: 90%; 
	}
	
	/* Publication Single */
	.additional-client-pubs .publication-results-listings,
	.publication-files {
		text-align: center;
	}
	
	.publication-files h2 {
		text-align: left;
	}
	.additional-client-pubs:not(.full-width) .publication-results-listings li {
		width: 230px;
	}	
	
	.project-document {
		margin-right: 0;
		margin-left: 0;
		text-align: left;
		display: inline-block;
		max-width: 230px;
	}
		
	/* Assessment Templates */
	.assessment-table td,
	.assessment-table th {
		padding: 10px;
	}
	.assessment-table td .project-document {
		width: auto;
	}
	.assessment-table td .file-icon {
		width: 50px;
	}
	.assessment-table td .project-document h4 {
		position: relative;
		width: auto;
	}
	
	.assessment-template .bubble-description,
	.assessment-template .bubble-img {
		width: 100%;
	}
	.assessment-template .bubble-img {
		margin: 0 0 30px;
		max-width: none;
		text-align: center;
	}
	
	/* Individual Page Overrides */
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper,
	.single-people .banner-section.featured-img-exists .inner-wrapper,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper {
		max-width: none;
	}
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-people .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper .banner-heading {
		font-size: 37px;
	}
	
	.page-id-5 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.parent-pageid-5 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-people .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-job-opening .banner-section.featured-img-exists .inner-wrapper .banner-subhead {
		font-size: 17px;
	}	
	
	.page-id-5 .banner-section.featured-img-exists .featured-student,
	.parent-pageid-5 .banner-section.featured-img-exists .featured-student,
	.single-people .banner-section.featured-img-exists .featured-student,
	.single-job-opening .banner-section.featured-img-exists .featured-student {
		position: relative;
		max-width: none;
		width: 100%;
		text-align: center; 
	}
	
	.page-id-5 .banner-section.featured-img-exists .featured-student img,
	.parent-pageid-5 .banner-section.featured-img-exists .featured-student img,
	.single-people .banner-section.featured-img-exists .featured-student img,
	.single-job-opening .banner-section.featured-img-exists .featured-student img {
		max-height: 270px; 
	}
	
	#acf-field_562c6ed2cc971 {
		height: 50px !important;
	}

}

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

	/* Banners */
	.single-publication .banner-section, 
	.single-post .banner-section { 
		padding-top: 100px; 
	}
	.page-id-13 .banner-section.featured-img-exists .inner-wrapper,
	.single-publication .banner-section.featured-img-exists .inner-wrapper { 
		max-width: none; 
		padding-top: 0;
	}
	
	.page-id-13 .banner-section .wrapper,
	.single-publication .banner-section .wrapper { min-height: 150px; }
	.page-id-13 .banner-section .featured-student,
	.single-publication .banner-section .featured-student {
		position: relative;
	    text-align: center;
	}
	.page-id-13 .banner-section .featured-student img,
	.single-publication .banner-section .featured-student img {
	    max-height: 300px;
	}

	/* Home */
	.home .flexslider { padding-top: 100px; }
	.home .slider-textarea h2,
	.home .slider-textarea .slider-desc { width: 94%; }
	.home .flexslider .slides > li { height: 485px; }
	.home .slider-image { background-position: center 0; }
	
	.home .flex-control-nav { top: 30%; }
	.home .flexslider .slider-link {
		background: #ab0833 none repeat scroll 0 0;
		bottom: 0;
		display: block;
		margin: 0;
		position: absolute;
		width: 100%;
		z-index: 100;
	}
	.home .flexslider .slider-link a {
		color: #FFF; 
		display: block;
		padding: 20px 3%;
		
	}
	.home .flexslider .slider-link a span {
		background: url('img/triangle-white.png') no-repeat;
	    display: inline-block;
	    height: 14px;
	    margin-left: 5px;
	    vertical-align: middle;
	    width: 12px;
		margin-bottom: 2px; 
	}
		
	/* Publication Single */
	.prev-next-pagination.pub-series a {
		display: block;
		margin: 10px 0;
	}

}

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

	/* Structure */
	.col.one-half-md {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}

	/* SITEWIDE */
	
	html {
		font-size: 37.5%;
	}
	
	body {
		font-size: 16px;
	}	
	
	h1, 
	.page-title, 
	.post-title, 
	.archive-title, 
	.section-head-large { 
		font-size: 24px; 
	}
	
	h2, .section-head-med {
    	font-size: 21px;
	}

	/* Popup Builder/Lightbox */
	
	#sgpb-popup-dialog-main-div {
		padding: 35px 30px 25px !important;
	}
	
	#sgpb-popup-dialog-main-div {
		font-size: 15px;
	}
	
	#sgpb-popup-dialog-main-div h2 {
		font-size: 20px;
		letter-spacing: -.5px;
		margin-bottom: 6px;
	}
	
	#sgpb-popup-dialog-main-div .frm_style_formidable-style.with_frm_style .frm_primary_label {
		font-size: 17px;
	}
	
	#sgpb-popup-dialog-main-div .button {
		margin-top: 5px;
	}
	
	.sgpb-popup-close-button-6 {
		top: 12px !important;
		right: 9px !important;
		width: 15px !important;
		height: auto !important;
	}
	
	/* Forms/Formidable */
	
	.button, button, 
	input[type="submit"], 
	.frm_style_formidable-style.with_frm_style .frm_submit button {
		font-size: 15px;
		line-height: 1.3em;
		margin-bottom: 5px;
		padding: 15px 22px !important;
	}
	
	.filter-buttons .button {
		padding: 12px !important;
		min-width: auto;
		font-size: 14px;
		min-height: 60px;
		width: 47%;
	}
	
	.searchform input[type="submit"] {
		padding: 8px 0 !important;
	}
	
	.frm_style_formidable-style.with_frm_style .form-field {
		margin-bottom: 12px;
	}
	
	input[type="text"],
	.acf-form .acf-field input[type="text"], 
	input[type="password"],
	.acf-form .acf-field input[type="password"], 
	input[type="number"],
	.acf-form .acf-field input[type="number"], 
	input[type="search"],
	.acf-form .acf-field input[type="search"],
	input[type="email"], 
	.acf-form .acf-field input[type="email"], 
	input[type="url"],
	.acf-form .acf-field input[type="url"], 
	textarea,
	.acf-form .acf-field textarea, 
	select,
	.acf-form .acf-field select,
	.frm_style_formidable-style.with_frm_style input[type="text"], 
	.frm_style_formidable-style.with_frm_style input[type="password"], 
	.frm_style_formidable-style.with_frm_style input[type="email"], 
	.frm_style_formidable-style.with_frm_style input[type="number"], 
	.frm_style_formidable-style.with_frm_style input[type="url"], 
	.frm_style_formidable-style.with_frm_style input[type="tel"], 
	.frm_style_formidable-style.with_frm_style input[type="file"], 
	.frm_style_formidable-style.with_frm_style input[type="search"], 
	.frm_style_formidable-style.with_frm_style select, 
	.frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement {
		padding: 12px;
	}
	
	.frm_style_formidable-style.with_frm_style .frm_radio label, 
	.frm_style_formidable-style.with_frm_style .frm_checkbox label,
	.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
		font-size: 15px;
	}
	
	.acf-form .acf-field .acf-label label {
		font-size: 15px;
	}
	
	::-webkit-input-placeholder,        
	.page-template-template-contact .acf-form ::-webkit-input-placeholder {
	   font-size: 15px;
	}

	:-moz-placeholder,        
	.page-template-template-contact .acf-form :-moz-placeholder { /* Firefox 18- */
	   font-size: 15px;
	}

	::-moz-placeholder,        
	.page-template-template-contact .acf-form ::-moz-placeholder {  /* Firefox 19+ */
	   font-size: 15px;
	}

	:-ms-input-placeholder,        
	.page-template-template-contact .acf-form :-ms-input-placeholder {  
	   font-size: 15px;
	}
	
	
	/* Main Nav */
	#mobile-nav-button, #close-btn { margin-top: 6px; }
	.header-nav { padding-top: 80px; }
	.header-nav .subnav { margin-top: 0; padding-bottom: 12px;}
	.header-nav ul li { margin-bottom: 6px; width: 200px; }
	.header-nav ul li a { font-size: 20px; padding: 3px 0;  }
	.header-nav .subnav li a { font-size: 17px; }


	/* Pages Common */
	.banner-section { padding-top: 100px; }
	.banner-section .wrapper { min-height: 150px; }
	.banner-heading { font-size: 32px; }
	.banner-section .featured-student,
	.single-post .banner-section .featured-student,
	.page-id-13 .banner-section .featured-student, 
	.single-publication .banner-section .featured-student {
		position: relative;
	    text-align: center;
		max-width: none;
	}
	.banner-section .featured-student img {
	    max-height: 300px;
	}
	.banner-section.featured-img-exists .inner-wrapper { max-width: none; }
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper, 
	.single-post .banner-section.featured-img-exists .inner-wrapper { 
		max-width: none;
		padding-top: 0; 
	}
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper .banner-heading,
	.single-post .banner-section.featured-img-exists .inner-wrapper .banner-heading { font-size: 35px; }
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-post .banner-section.featured-img-exists .inner-wrapper .banner-subhead { font-size: 19px; } 
	
	.box-grid .box .text-box h2 { 
		font-size: 22px; 
		margin-bottom: 4px; 
	}
	.box-grid .box img { margin-right: 12px; }
	.box-grid .box .text-box { padding: 12px; }

	/* Single Page Common */
	.single-footer-links .col.one-half {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.us_shortcode .us_tac {
	    text-align: center !important;
	}
	.backlink { text-align: center; }
	.single-featured-story .project-document .file-icon,
	.publication-download .pdf-icon img, 
	.file-download-section .pdf-icon img, 
	.project-document .file-icon {
		max-width: 20%;
		margin: 0 5% 30px 0;
	}
	
	.publication-download .file-icon h4, 
	.file-download-section h4, 
	.project-document h4, 
	.project_document h4 {
		max-width: 74.75%;
	}
	
	
	/* Home */
	.home .flexslider .slides > li {}
	.home .slider-image {}
	.home .slider-textarea .slider-desc { }
	.home .intro-content { font-size: 18px; }
	
	/* People Listing */
	.people-listing li, 
	.people-listing li:nth-child(5n) { width: 44%; margin: 0 2.5% 30px; }
	
	.people-listing li a { display: block; }
	.people-listing .bio-photo, .people-listing img { max-width: 130px; max-height: 130px; }
	
	/* People Single View */
	.bio-photo img { max-width: 90%; }
	.additional-bio-info ul.interests-list li img { margin-bottom: 4px; }
	.additional-bio-info ul.interests-list li .description { font-size: 14px; line-height: 1.3em; }

	/* Our Culture */
	.employee-slider .flex-direction-nav a {
		height: 45px;
		width: 25px; 
	}
	.employee-slider .flexslider .slides img { max-width: 66%; }

	/* PAGE LISTING TEMPLATE */
	
	.page-box-text-wrapper .page-box-desc {
	    font-size: 20px;
	}
	
	/* Featured Story Listing */
	.featured-stories .featured-story-image {
		background-size: cover;
	}
	.featured-stories .featured-story-content {
		padding: 30px; 
	}
	.featured-stories .featured-story-title {
		font-size: 32px;
		letter-spacing: -1px;
		margin: 0;
		line-height: 1.1em;
	}


	/* Featured Story Single */
	.single-featured-story .outcomes-bg {
		font-size: 18px;
	}
	
	/* Lightbox */
	.fancybox-close{
	    height: 30px;
	    right: 8px;
	    top: 8px;
	    width: 30px;
	}
	.client-lightbox h2 {
		font-size: 26px;
		margin-bottom: 10px;
		line-height: 1.1em;
	}
	.client-lightbox .client-content p,
	.client-lightbox .client-website a {
		font-size: 16px;
		line-height: 1.4em;
	}
	
	.client-lightbox .additional-pubs {
	
	}
	
	.lightbox-footer {
		margin-top: 20px;
		padding-top: 10px; 
	}
	.lightbox-footer .lightbox-nav { font-size: 12px; }
	
	/* Publication Single */
	.title-box {
		padding: 25px 25px 50px;
		margin: 50px 0 40px;
	}
	
	/* Assessments Templates */
	.assessment-table td.link-only a {
		font-size: 15px;
		font-weight: 500;
	}
	
	/* Footer */
	.footer {
	    padding-top: 60px;
	}
	
	/* Individual Overrides */
	
	.page-id-7183 .banner-heading {
		font-size: 26px;
		letter-spacing: -1.2px;
	}
	
	#acf-field_562c6ed2cc971 {
	    height: 44px !important;
	}

}

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

	/* Popup Builder/Lightbox */
	
	#sgpb-popup-dialog-main-div {
		padding: 35px 26px 20px !important;
	}
	
	#sgpb-popup-dialog-main-div {
		font-size: 14px;
		line-height: 1.5em;
	}
	
	#sgpb-popup-dialog-main-div h2 {
		font-size: 17px;
		letter-spacing: -.3px;
		margin-bottom: 4px;
	}
	
	#sgpb-popup-dialog-main-div .frm_style_formidable-style.with_frm_style .frm_primary_label {
		font-size: 15px;
	}


	/* Pages Common */
	
	.box-grid .box img {
		float: none;
	    height: auto;
	    margin: 0;
	    width: 100%;
	}
	.box-grid .box .text-box {
		height: auto; 
		padding: 15px; 
	}
}

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

	#sgpb-popup-dialog-main-div {
		padding: 35px 18px 18px !important;
	}
	
	/* Main Nav */
	#mobile-nav-button, #close-btn { margin-top: 4px; }
	.header-nav ul li { width: auto; }
		
	/* Featured Story Listing */
	.featured-stories .featured-story-content {
		padding: 20px;
	}
	.featured-stories .featured-story-title {
		font-size: 26px;
		letter-spacing: -.5px;
	}
	
	/* Lightbox */
	.lightbox-content {
		line-height: 1.4em;
	}
	.employee-lightbox .lightbox-content img {
		max-width: 90%;
		margin-bottom: 5px;
	}
	.client-lightbox h2 {
		font-size: 20px;
		line-height: 1.2em;
	}
	.client-lightbox .client-content p, 
	.client-lightbox .client-website a {
		font-size: 14px;
	}
	.fancybox-opened .us_wrapper.us_skin_default .us_button {
		height: 30px;
		width: 30px; 
	}
	
	/* Assessments Templates */
		
	.assessments-template .publication-box {
		width: auto;
		height: auto;
	}
	.assessment-template .head-item h1, 
	.assessment-template .head-item h2 {
		font-size: 28px;
	}
		
	.assessment-table td {
		font-size: 15px;
	}
	.assessment-table td.link-only a {
		font-size: 14px;
	}
	
	/* Individual Overrides */
	
	.page-id-7183 .banner-heading {
		font-size: 22px;
		letter-spacing: -1px;
	}
	
	
}
@media only screen and (max-width:340px) {

	/* Sitewide */
	body {
	    font-size: 15px;
	}
	
	h1, 
	.page-title, .post-title, .archive-title, 
	.section-head-large { 
		font-size: 22px; 
	}
	
	h2, .section-head-med {
	    font-size: 18px;
	}
	
	/* Forms / Formidable */
	
	.button, button, 
	input[type="submit"], 
	.frm_style_formidable-style.with_frm_style .frm_submit button {
		font-size: 14px;
		padding: 13px 20px !important;
		min-width: auto;
	}
	
	/* Pages Common */
	
	.banner-heading { font-size: 32px; }
	.banner-subhead { font-size: 17px; }
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper .banner-heading, 
	.single-post .banner-section.featured-img-exists .inner-wrapper .banner-heading {
		font-size: 31px;
		letter-spacing: -1.5px;
	}
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper .banner-subhead,
	.single-post .banner-section.featured-img-exists .inner-wrapper .banner-subhead { font-size: 17px; } 
	
	
	/* Home */
	.home .flexslider {
		padding-top: 75px; 
	}

	/* People Listing */
	.people-listing .bio-photo, .people-listing img { max-width: 115px; max-height: 115px; }

	/* Our Culture */
	.flex-direction-nav a { top: 45%; }
	.flex-direction-nav .flex-prev { left: 0; }
	.flex-direction-nav .flex-next { right: 0; }
	
	/* PAGE LISTING TEMPLATE */
	
	.page-box-text-wrapper .page-box-desc {
	    font-size: 17px;
	}
	
	/* Assessments Templates */
	
	.assessment-template .head-item h1, 
	.assessment-template .head-item h2 {
		font-size: 26px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@media only screen and (min-width:769px) {
	#mobile-nav-button,
	#close-btn { display: none !important; }
}