/*
	Theme Name: Education First
	Theme URI: http://education-first.com
	Description: Custom WordPress theme for Education First
	Version: 2.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: 6rem; }

.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:#91a226;
	text-decoration:none;
	transition: all 0.4s ease;
	font-weight: 600;
}
a:hover {
	color:#e7982e;
}
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: 368px;
	margin: -9px 0 0 0;
}
/* nav */
.nav {

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

}
/* footer */

.back-to-top {
	margin: 91px auto 60px auto;
  max-width: 970px;
	font-size: 14px;
	color:#91a226;
	font-weight: 600;
	cursor: pointer;
	height: 14px;
}

.back-to-top:hover {
	color:#e7982e;
}


.footer {
	margin: 0;
	padding-top: 0px;
	background: #bcc680;
}


/* 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: 1;
	width: 100%;
	z-index: 8000;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	background: url(/wp-content/themes/ed-first/img/header-circle-element.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 99px;
	top: 0;
}

.admin-bar #header {
  top: 31px;
}

#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: list-item;
	position: relative;
	margin-left: 22px;
}
#header .nav > ul > li:first-child {
	margin-left: 0;
}
#header .nav li a {
	font-size: 16px;
	color: #ffffff;
	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 .main-nav {
	position: absolute;
	z-index: 100;
	padding: 20px 35px 30px 35px;
	width: 46px;
	right: -11px;
	margin:0 !important;
}

#header .main-nav.main-nav-open {
	background: #3b325e;
}

.main-menu-dropdown {
	background: transparent;
	color: unset;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	min-width: auto;
	outline: none;
	background: url(/wp-content/themes/ed-first/img/menu-icon-btn.png);
	background-position: 0 0;
	width: 45px;
	height: 41px;
	position: absolute;
	right:20px;
	top: 28px;
	cursor: pointer;
}

.main-menu-dropdown:hover {
	background-position: -90px 0;
}

.main-menu-dropdown-content {
	display: none;
	margin: 85px 0 0 0;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

#header .main-nav.main-nav-open {
	width: 250px;
}


#header .main-nav.main-nav-open .main-menu-dropdown {
	background-position: -45px 0;
}

#header .main-nav.main-nav-open .main-menu-dropdown-content {
	display: block;
	position: relative;
	right: -3px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

#header #menu-upper-right-menu,
#header .open-search {
	position: absolute;
	top: 30px;
	right: 79px;
}

#header .close-search {
	display: none;
  position: absolute;
  z-index: 5;
  cursor: pointer;
  right: 79px;
  color: #FFF;
  font-size: 30px;
  top: 30px;
  background: #ab0833;
  padding: 0 10px 10px 10px;
	height: 35.1px;
}

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

#header .open-search {
	z-index: 100;
}

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

#header .searchform {
	position: absolute;
	z-index: 0;
  top: 30px;
  width: 80%;
  /* width: 0%; */
  right: 93px;
}

#header .searchform input[type="text"]{
	width: 80%;
  display: none;
  background: #91a226;
  color: #FFF;
  border: 0;
  box-shadow: none !important;
  padding: 9px;
  float: right;
  font-size: 13px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
	height: 35px;
}

#header .searchform input[type="submit"]{
	display: block;
	width: 73px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 23px;
	font-size: 16px;
	background: #e7982e;
	border: none;
	outline: none;
	color: #fff;
	padding: 10px 9px 9px 9px;
	border-radius: 0;
	box-shadow: none;
	height: 35.1px;
}

#header .main-nav-contact {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 600;
  float: left;
  margin: 6px 17px 0 0;
  z-index: 0;
}

#header .mobile-nav-contact {
	font-size: 16px;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
	margin: 0 -9px 0 0;
}

#header .mobile-search {
	display: none;
}

#header .mobile-search .fa-search {
	color: #ffffff;
	float: right;
	margin: 28px -9px 0 10px;
}

#header .mobile-search .searchform {
	position: relative;
  width: 100%;
  /* border: 1px dotted orange; */
  right: 0;
  margin: 0;
  top: unset;
}

#header .mobile-search .searchform input[type="text"] {
	width: 90%;
  background: #ffffff;
  float: left;
  margin: 20px 0 0 0;
	background: #91a226;
}

#header .mobile-search #searchsubmit {
	display:none;
}

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

.banner-section {
	background-size: cover;
	background-position: center;
	/*padding-top: 150px;*/
	padding-top: 189px;
	position: relative;
}

/*.banner-section .wrapper {	min-height: 400px; position: relative;  } */
.banner-section .wrapper {	min-height: 360px; 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; }

.microsite-bug { position: relative; margin: -50px 0 25px 0; }


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

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

.single-post .banner-section .featured-student {
	position: absolute;
	bottom: -40px;
	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: 180px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.20);
	overflow: hidden;
}

.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: 10px;
}

.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;
	min-height: 86px;
}
.subnav { margin: 0; padding: 0; }
.subnav li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	border-left: none;
}
.subnav li:first-child { border-left: 0 none; padding-left: 0; }
.subnav li:last-child { padding-right: 0; }
.subnav li a {
	color: #91a226;
	font-size: 18px;
	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; }

.subnav-toggle {
	font-weight: 600;
	font-size: 20px;
	color: #e7982e;
	clear: both;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #aaaaaa;
	padding: 0 0 10px 0;
	cursor: pointer;
}

.toggle-icon {
	width: 26px;
	height: 26px;
	background: url('img/subnav-open-icon.png');
	background-position:0 0;
	margin:0 10px 0 0;
	float: left;
}

.subnav-toggle.closed {
	color: #91a226;
}

.subnav-toggle.closed .toggle-icon {
	background: url('img/subnav-closed-icon.png');
}

.subnav-toggle.closed ul.subnav {
	display: none;
}


/*------------------------------------*\
    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: #324b8b;
}

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

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

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

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

/* 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'); }

.link-right {
	text-align: right;
	margin: 15px 0 0 0;
}


/*------------------------------------*\
    HOME PAGE TEMPLATE
\*------------------------------------*/
.home .flexslider {
	background: url('img/education-first-home-background.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 150px;
	border: 0 none;
	height: 565px;
	overflow: hidden;
}

.home-banner .flexslider {
	margin: 98px 0 60px 0;
	border-radius:0;
}

.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;
	top: -80px;
}

.home .slider-textarea h2 {
	color: #ffffff;
	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;
	color: #ffffff;
}
.home .slider-textarea .slider-desc a {
	font-size: 18px;
	font-weight: 500;
	transition: none;
	-webkit-transition: none;
	color: #ffffff;
}
.home .slider-textarea .slider-desc a:hover {
	color: #e7982e;
}

.home .slider-textarea .slider-desc a span {
	background: url('img/arrow-white-orange.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: -12px 0;

}

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

.home .flex-control-nav {
	top: 41%;
	z-index: 10;
	width: 100%;
	position: absolute;
	text-align: left;

}
.home .flex-control-nav li {
	display: inline-block;
	margin: 0 12px 0 0;
}

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

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

.home-subsection .two-third h3 { margin: 0 0 15px 0; }
.home-subsection .one-third { margin: 15px 0 0 0; text-align: right;}

.homepage-boxes.box-grid {
	position: relative;
	width: 100%;
	z-index: 100;
}

.homepage-box {
	width: 310px;
	display: inline-block;
  opacity: 1;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  border: 1px solid #FFF;
  vertical-align: top;
  text-align: left;
	margin: 0 5px 40px 0;
}

.homepage-box img {
  height: 225px;
  width: 315px;
	max-width: 100%;
  vertical-align: bottom;
}

.homepage-box.box-left {
	background-color: #e7982e;
}

.homepage-box.box-center {
	background-color: #91a226;
}

.homepage-box.box-right {
	background-color: #324b8b;
}

.homepage-box .text-box {
	padding: 18px 10px 30px 21px;
	min-height:235px;
}

.homepage-box h2 {
	color:#fff;
	line-height: 1em;
  padding: 0;
  margin-bottom: 9px;
	font-size: 29px;
}

.homepage-box a {
	color: #fff;
  font-size: 19px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.2em;
}

.homepage-box a:hover {
	color:#fff;
}

.home-blog-list h4 {
	margin: 0 0 30px 0;
}


/* thought leader boxes */

.tl-homepage-boxes.box-grid {
	position: relative;
	width: 100%;
	z-index: 100;
}

.tl-homepage-box {
	width: 310px;
	display: inline-block;
  opacity: 1;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  vertical-align: top;
  text-align: left;
	margin: 0 10px 10px 0;
	background-color: #ffffff;
	cursor: pointer;
}

.tl-image-container {
    height: 207px;
    width: 310px;
    overflow: hidden;
    display: block;
}

.tl-homepage-box img {
  height: 225px;
  width: 315px;
	max-width: 100%;
  vertical-align: bottom;
}

.blue {
	color: #324b8b;
}

.green {
	color: #738e40;
}

.gold {
	color: #e7982e;
}

.indigo {
	color: #3b325e;
}

.teal {
	color: #1b696d;
}

.dark-gray {
	color: #56595c;
}

.light-gray {
	color: #929191;
}

.dark-green {
	color:#567e0c;
}

.light-blue {
	color: #0654b6;
}


.tl-homepage-box .text-box {
	padding: 18px 10px 30px 21px;
	min-height:175px;
}

.tl-homepage-box h2 {
	line-height: 1em;
  padding: 0;
  margin-bottom: 9px;
	font-size: 29px;
}

.tl-homepage-box a {
  font-size: 19px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.2em;
}

.tl-homepage-box a:hover img {
	transform: scale(1.05);
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}

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

.our-latest-thinking { background: #ffffff !important; }

.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-excerpt h4 { color:#324b8b; margin-bottom: 12px; }
.home .featured-person .person-name span { color:#324b8b; font-weight: 400; }
.home .featured-person .person-excerpt { margin-bottom: 60px; }
.home .featured-person .publications-list h4 { color:#324b8b; margin-bottom: 12px; }

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #eeeeee;
		padding: 92px 0 27px 0;
}

.full-width-section .one-third.col.last {
	margin: 13px 0 0 0;
	text-align: right;
}

.full-width-section h3 {
	text-align: left;
}

.featured-person.wrapper .section-head-large {
	margin:0 0 15px 0;
}

.testimonial.full-width-section {
	background: url(img/testimonial-slider-background.jpg) no-repeat;
  height: 581px;
  background-position: center right;
	background-size: cover;
}

.testimonial-content h3 {
	color: #ffffff;
	margin: 0 0 15px 0;
}

.testimonial-text {
	color: #ffffff;
  font-size: 23px;
  line-height: 32px;
  font-style: italic;
  margin: 0 0 26px 0;
	}

.testimonial-author {
	color: #ffffff;
	font-size: 23px;
	line-height: 32px;
	font-style: italic;
}

.testimonial .flexslider {
	background: transparent;
	background-size: cover;
	background-position: center center;
	padding-top: 120px;
	border: 0 none;
	height: 565px;
	overflow: hidden;
}

.testimonial .flexslider .testimonials {
	margin: 0 auto;
  max-width: 970px;
  width: 100%;
	position: relative;
}

.testimonial .flexslider li {
	height: 100% !important;
	position: relative;
}

.testimonial .flex-control-paging li a {
	background: #e7982e;
}

.testimonial .flex-control-paging li a.flex-active {
	background: #ffffff;
}

.testimonial .slide-nav {
    position: absolute;
    width: 100%;
    bottom: 20px;
}


.service-item {
	width: 19.75%;
}

.service-item.col {
	float: left;
	margin: 0 0 20px 0;
}

.service-item img {
	width: 146px;
	height: auto;
	margin: 0 auto 6px auto;
	display: block;
}

.service-item a:hover img {
	opacity: 0.8;
}

.service-item a:hover p {
	opacity: 0.8;
}

.service-item p {
	font-size: 19px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
}

.service-item .blue {
	color:#324b8b;
}

.service-item a:hover .blue {
	opacity: 0.8;
}

.focus-areas-content {
	margin: 60px auto 60px auto;
}

.focus-area-item {
	width: 19.75%;
}

.focus-area-item.col {
	float: left;
	margin: 0 0 20px 0;
	min-height: 265px;
}

.focus-area-item img {
    width: 146px;
    height: auto;
    margin: 0 auto 6px auto;
		display: block;
}

.focus-area-item p {
	font-size: 19px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
}

.focus-area-item a:hover img {
	opacity: 0.8;
}

.focus-area-item a:hover p {
	opacity: 0.8;
}

.thought-leadership {
	padding: 92px 0 63px 0 !important;
  background: url(img/tl-block-bg.jpg) no-repeat;
  height: 100%;
  background-position: center right;
  background-size: cover;
}

.divider-b20 {
	height: 1px;
	border-bottom:1px solid #aaaaaa;
	width:100%;
	margin: 0 0 20px 0;
	padding:0;
	clear: both;
}

.divider-b35 {
	height: 1px;
	border-bottom:1px solid #aaaaaa;
	width:100%;
	margin: 0 0 35px 0;
	padding:0;
	clear: both;
}

.divider-b35.twitter-link {
	margin: 15px 0 35px 0;
}

.divider-white-b0 {
	height: 1px;
	border-bottom:1px solid #ffffff;
	width:100%;
	margin: 0;
	padding:0;
	clear: both;
}

.entry-list {
	border-left: 1px solid #aaa;
	margin-bottom: 30px;
}

.entry-list-2s {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin: 0 0 30px 0;
}

.work-example-section {
    padding: 0 0 50px 0;
    /*border-top: 1px solid #b2b3b4;*/
}

.work-example-item {
	width: 32%;
	border-right: 1px solid #aaaaaa;
	min-height: 150px
}

.work-example-item.no-border {
	border-right: none;
}

.work-example-item .icon-container {
	float: left;
	width: 34%;
	text-align: center;
}

.work-example-item .icon-container p {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
	margin: 10px 0 0 0;
}
.work-example-item .text-container {
	float: right;
	width: 63%;
	padding: 0 0 0 20px;
}


/*------------------------------------*\
    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;
	line-height: 30px;
}
.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: 314px;
	text-align: left;
	vertical-align: top;
}

.grid-box .inner-box { border-radius: 3px; }
.grid-box:nth-child(7n+1) .inner-box { background: #91a226; }
.grid-box:nth-child(7n+2) .inner-box { background: #362e57; }
.grid-box:nth-child(7n+3) .inner-box { background: #e7982e; }
.grid-box:nth-child(7n+4) .inner-box { background: #324b8b; }
.grid-box:nth-child(7n+5) .inner-box { background: #1b696d; }
.grid-box:nth-child(7n+6) .inner-box { background: #552b61; }
.grid-box:nth-child(7n+7) .inner-box { background: #56595c; }

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


/*------------------------------------*\
    WINDOWSHADE - COMMON STYLING
\*------------------------------------*/

.windowshade-container {
	border-bottom: 1px solid #b2b3b4;
	padding: 0 0 10px 0;
}

.windowshade-header h3 {
	font-size: 28px;
	line-height: 28px;
	cursor: pointer;
}

.windowshade-header-left {
  float: left;
  display: flex;
  align-items: center;
  height: 115px;
	padding: 40px 0 0 0;
}

.windowshade-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 117px;
	padding: 10px 0 0 0;
}

.windowshade-toggle {
  background: url(img/featured-client-toggle.png);
  background-position: 0 0;
  width: 52px;
  height: 54px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.windowshade-toggle.closed {
  background-position: -52px 0;
}
.windowshade-content {
  width: 100%;
  clear: both;
  display: none;
	padding: 0 0 40px 0;
}


/*------------------------------------*\
    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: 45px;
	height: 45px;
	border-radius: 50%;

}

.flyout-control i {
	color: #54575a;
	font-size: 35px;
	height: 37px;
	display: inline-block;
	position: absolute;
	top: 53%;
	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;
}

.representative-client-list {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.social-media-buttons { margin-bottom: 40px; }

#st-1 .st-btn {
    padding: 0 8px !important;
}


.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;

}

.featured-client-container {
	/*border-top: 1px solid #b2b3b4;*/
	border-bottom: 1px solid #b2b3b4;
	width: 100%;
}

.featured-client-header {
	width: 100%;
}

.featured-client-header-left {
	/* width: calc(100% - 54px); */
	float: left;
	display: flex;
	/* flex-direction: row; */
	/* align-content: center; */
	/* justify-content: flex-start; */
	align-items: center;
	height: 225px;
}

.featured-client-header-right {
	/* width: 54px; */
	/* float: right; */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* align-content: center; */
	height: 227px;
}

.featured-client-content {
	width: 100%;
  clear: both;
	display: none;
}

.featured-client-content h3 {
	font-size: 28px;
	color: #324b8b;
	margin: -10px 0 4px 0;
}

.featured-client-toggle {
    background: url(img/featured-client-toggle.png);
    background-position: 0 0;
    width: 52px;
    height: 54px;
		cursor: pointer;
    background-repeat: no-repeat;
}

.featured-client-toggle.closed {
	background-position: -52px 0;
}

.client-logo-toggle {
	cursor: pointer;
}


/*------------------------------------*\
    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; /* pear */
}

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


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

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

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

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

.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; }



/*------------------------------------*\
    THE ED DIFFERENCE
\*------------------------------------*/

.ed-first.box-grid {
	position: relative;
	width: 100%;
	z-index: 100;
}
.ed-first-box {
	float: left;
}

.ed-first-box.one-third {
	width: 32.5%;
	text-align: center;
}

.ed-first-box.one-third .text-container {
	text-align: center;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 29px;
}

.ed-first-box.one-third .circle {
	display: inline-block;
  font-size: 26px;
  font-weight: 600;
  padding: 100px 60px;
  border-radius: 50%;
  margin: 30px auto 10px auto;
  color: #ffffff;
}

.ed-first.block-container {
	width: 100%;
}


.ed-first.block-container .block-title {
    background: orange;
    color: #ffffff;
    font-size: 32px;
		line-height: 34px;
    font-weight: 600;
    padding: 18px;
    margin: 20px 0 0 0;
}

.ed-first.block-container.blue .block-title {
	 background: #eaecf3;
	 background-image: url(/wp-content/themes/ed-first/img/the-difference-title-bg-blue.png);
}

.ed-first.block-container.green .block-title {
	 background: #eaecf3;
	 background-image: url(/wp-content/themes/ed-first/img/the-difference-title-bg-green.png);
}

.ed-first.block-container.indigo .block-title {
	 background: #eaecf3;
	 background-image: url(/wp-content/themes/ed-first/img/the-difference-title-bg-indigo.png);
}

.ed-first.block-container .block-text {
    color: #56595c;
    font-size: 20px;
		line-height: 20px;
    font-weight: 400;
    padding: 18px;
    margin: 0;
}

.ed-first.block-container.blue .block-text {
	 background: #eaecf3;
	 background-image: url(/wp-content/themes/ed-first/img/the-difference-text-bg-blue.png);
}

.ed-first.block-container.green .block-text {
	 background: #eaecf3;
	 background-image: url(/wp-content/themes/ed-first/img/the-difference-text-bg-green.png);
}

.ed-first.block-container.indigo .block-text {
	 background: #eaecf3;
	 background-image: url(/wp-content/themes/ed-first/img/the-difference-text-bg-indigo.png);
}


.ed-first.block-container .block-text li {
	margin: 6px 0;
	list-style-image: url(img/bullet-gray.png);
}

.ed-first.block-container .block-text li:before {
	/*content:url(img/bullet-gray.png);*/
}

.homepage-box {
	width: 310px;
	display: inline-block;
  opacity: 1;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  border: 1px solid #FFF;
  vertical-align: top;
  text-align: left;
	margin: 0 5px 40px 0;
}

.homepage-box img {
  height: 225px;
  width: 315px;
	max-width: 100%;
  vertical-align: bottom;
}

.homepage-box.box-left {
	background-color: #e7982e;
}

.homepage-box.box-center {
	background-color: #91a226;
}

.homepage-box.box-right {
	background-color: #324b8b;
}

.homepage-box .text-box {
	padding: 18px 10px 30px 21px;
	min-height:235px;
}

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

.lightbox-gallery { margin: 60px 0; padding: 0; }
.lightbox-gallery > li {
	list-style: none;
	margin: 0 0 0 -5px;
	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, .our-teams { 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: 60px 0 100px; }

.pre-footer a {
	color: #ffffff;
}

.pre-footer a:hover {
	color: #e7982e;
}

.pre-footer h3 {
	color: #324b8b;
	margin-bottom: 5px;
}

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

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

#mc_embed_signup .submit-btn .col.last {
	padding-left: 5px;
	float: right;
	margin: -14px 0 0 0;
}

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

.main-footer {
	padding: 40px 0 140px;
	background: url('img/footer-background.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 10px;
	border-left: 1px solid #ffffff;
}
.footer-nav ul li:first-child { border: 0 none; }
.footer-nav ul li a {
	font-weight: 500;
	color: #ffffff;

}
.footer-nav ul li a:hover { color: #e7982e; 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: #91a226;
	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: #e7982e; }


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

/*------------------------------------*\
    MAILCHIMP FORM
\*------------------------------------*/
.signup-form {}
.signup-form .subhead { margin-bottom: 30px; }
.form-inputs.row { margin-bottom: 30px; }
.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: 480px;
	}
/*	.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: 6px 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 {
    height: 440px;
	}

	.home .flexslider .slides > li { height: 300px; }

	.home .slider-image {
		height: 440px;
		margin-right: 6%;
		background-size: auto 440px;
	}
	.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%;
	}

	.home .flex-control-nav {
    left: 3%;
    top: 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 */

}

@media only screen and (min-width:960px) and (max-width:1029px) {

	.home .slider-textarea {
    left: 40px;
	}

	.home .flex-control-nav {
    left: 40px;
	}
}

@media only screen and (max-width:930px) {
	#header .searchform input[type="text"] {
	    width: 60%;
		}
}

@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: 1%;
		background-size: auto 440px;
	}

	/* 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; }

}
@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%;
	}

	.home-subsection .one-third {
		text-align: left;
		margin: -5px 0 15px 0;
	}

	.full-width-section .one-third.col.last {
			margin: -10px 0 0 0;
			text-align: left;
	}

	.featured-person.wrapper .two-third {
		margin: 0 0 -5px 0;
	}

	.service-item {
    width: 32.75% !important;
    float: left !important;
	 }

	.service-item img {
    margin: 0 auto 6px auto;
	}

	 .focus-area-item {
     width: 32.75% !important;
     float: left !important;
		 min-height: 285px;
 	 }

	.focus-area-item img {
     margin: 0 auto 6px auto;
 	}

	.work-example-item {
    width: 50%;
    border-right: 1px solid #aaaaaa;
    min-height: 150px;
    float: left !important;
		margin: 0 0 40px 0;
	}

	/* windowshade */
	.windowshade-header-left {
		width: 80%;
	}

	.windowshade-header h3 {
		font-size: 20px;
		line-height: 26px;
	}



	.divider-white-b0 {
		margin: 10px 0 0 0;
	}

	.divider-b35 {
    margin: 10px 0 35px 0;
	}

	.divider-b35.twitter-link {
		margin: 0 0 35px 0;
	}

	.entry-list {
		border: none;
	}

	.entry-list-2s {
		border: none;
	}

	.thinking-icon {
		margin: 0 0 15px 0;
	}

	#mlens_wrapper_0 {
		width: 100% !important;
	}

	/* 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 30px 0 30px; margin: 0; }
	.helpful-resources .box > .row > .one-half.last { margin: -60px 0 0 0; }
	.helpful-resources .box > .row > .one-half:first-child { border-right: 0 none; }
	.helpful-resources .box .story-excerpt { margin-bottom: 50px; }

	.main-nav-container {
		width: 37% !important;
    float: right;
    position: absolute;
    top: 0px;
    right: 0;
	}

	#header .mobile-search {
		display: block;
	}

	#header .mobile-search .searchform {
		display: block;
	}

	.logo-img {
    max-width: 368px;
    margin: 20px 0 0 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: 2px; width: 190px;  }
	.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; }

	.searchform {
		display: none;
	}

	#header .mobile-nav .searchform {
		display: block;
	}

	.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: block; }

	.page-subnav .subnav li a {
		white-space: break-spaces;
	}

	.page-subnav .subnav li:first-child {
    border-left: 0 none;
    padding: 6px 7px;
	}

	.back-to-top {
		margin: -25px 0 -52px 20px;
	}

	.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 380px;
		margin-right: 1%;
		height: 410px;
	}

	.home .flex-control-nav {
    left: 3%;
    top: 55%;
	}

	.home .flexslider {
    height: 390px;
	}

	/* 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%;
	}

	.representative-client-list {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}


	/* 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;
	}

	/* ed first difference */
	.ed-first-box.one-third .circle {
    padding: 83px 40px;
  }

	/* 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 */

}
@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 */


	#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: #91a226 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;
	}

	.logo-img {
    max-width: 240px;
    margin: 30px 0 0 10px;
	}

	.main-menu-dropdown {
    width: 40px;
		right: 10px;
	}

	.main-nav-container {
    right: 16px;
	}

	#header .mobile-search {
	    display: block;
	    right: -12px;
	    position: relative;
	}

	.back-to-top {
		margin: -25px 0 -52px 10px;
	}


	/* 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%;
	}

	.mobile-search {
		display: block;
	}

	.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; }

	#header .main-nav {
    right: -26px;
	}


	/* Pages Common */
	.banner-section { padding-top: 100px; overflow: hidden;}
	.banner-section .wrapper { min-height: 280px; }
	.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: absolute;
	 	/*text-align: center;*/
		max-width: 240px;
		right: -33px;
	}
	.banner-section .featured-student img {
	    max-height: 240px;
	}

	.banner-subhead {
    font-size: 19px;
    text-shadow: 1px 1px 2px #999;
	}

	.banner-section.featured-img-exists .inner-wrapper { max-width: 65%; margin: 20px 0 0 0; }
	.page-id-15 .banner-section.featured-img-exists .inner-wrapper,
	.single-post .banner-section.featured-img-exists .inner-wrapper {
		max-width: 60%;
		margin: 30px 0 0 0;
		padding-top: 0;
		position: absolute;
		z-index: 100
	}
	.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; }

	.pre-footer { padding: 0 0 100px 0; }

	.form-inputs.row {
    margin-bottom: 0px;
	}

	#mc_embed_signup .submit-btn .col.last {
    margin: 10px 0 0 0;
	}

	.submit-btn .col.first {
    padding-right: 0;
    width: 100%;
    margin: 0 0 0 10px;
	}

	.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; }

	.homepage-box {
    width: 100%;
	}

	.homepage-box img {
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
	}

	.full-width-section {
    padding: 60px 0 27px 0;
	}

	.testimonial.full-width-section {
    height: 760px;
	}

	.testimonial .slide-nav {
    bottom: 45px;
	}

	/* 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 { top:9%; right: -17%; }
	.home .slider-textarea .slider-desc { }
	.home .slider-textarea {
    top: -70px;
	}
	.home .flex-control-nav {
    top: 20%;
	}
	.home .intro-content { font-size: 18px; }

	.home .flexslider {
    height: 584px;
	}

	/* focus areas */
	.focus-area-item {
    width: 49.75% !important;
    float: left !important;
    min-height: 290px !important;
    margin: 0 16px;
	}

	.work-example-item {
    width: 100%;
    border-right: none;
    min-height: 150px;
		border-bottom: 1px solid #aaa;
	}

	.work-example-item.no-border {
		border-bottom: none;
	}


	/* services */

	.service-item {
    width: 49.75% !important;
    float: left !important;
    min-height: 245px !important;
    margin: 0 16px;
	}

	/* Ed First Difference */
	.ed-first-box.one-third {
    width: 100%;
    text-align: center;
	}

	.ed-first-box.one-third .circle {
		padding: 100px 60px;
	}

	.ed-first.block-container .block-title {
    font-size: 26px;
    line-height: 31px;
	}

	.featured-client-header-left {
    width: calc(80% - 54px);
	}

	/* home page testimonial */
	.testimonial-text {
    font-size: 20px;
    line-height: 29px;
	}

	.testimonial-author {
		font-size: 20px;
		line-height: 29px;
	}


	/* home page thought leadership */
	.tl-homepage-box {
    display: block;
    margin: 10px auto;
	}

	.home .footer {
		margin: 0px;
	}

	/* Client list */

	.representative-client-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	/* 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; }
}
