/*
	Theme Name: Education Strategy Group website
	Theme URI: http://edstrategy.org
	Description: Custom Wordpress theme for Education Strategy Group
	Version: 1.1
	Author: Ross Hogin
	Author URI: http://hogin.com
	Tags: HTML5, CSS3, jQuery, custom, mobile, responsive

	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:400 16px/1.8 'Merriweather', Georgia, serif;
	color:#484f58;
	overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 4px;
	line-height: 1.15em;
	color: #002555;
}
h1, .h1 {
	font-size: 42px;
}
h2, .h2 {
	font-size: 28px;
}
h3, .h3 {
	font-size: 24px;
}
h4 {}
h5 {}
h6 {}

p, ul, ol {
	margin-bottom: 3rem;
}

/* 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:#d90f03;
	text-decoration:none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
a:hover {
	color:#002555;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

.button,
button,
input[type="submit"] {
	font-family: 'Raleway', Arial, sans-serif;
	padding: 1rem 3rem;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
	background: #3870b5;
	display: inline-block;
	cursor: pointer;
	border: 0 none;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.button:hover,
button:hover {
	background: #d90f03;
	color: #FFF;
}

.button.red,
button.red,
input[type="submit"] {
	background: #d90f03;
}

.button.red:hover,
button.red:hover,
input[type="submit"]:hover {
	background: #3870b5;
}

.button.orange-hover:hover,
button.orange-hover:hover {
	background: #ff554d !important;
}

.button.orange,
button.orange {
	background: #ff554d;
}

.button.orange:hover,
button.orange:hover {
	background: #fff;
	color: #ff554d;
}

hr {
	border: 0 none;
	border-top: 1px solid #484f58;
	margin: 4rem 0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.content-highlight {
	color: #3870b5;
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 3rem;
}

.zoom-box {
	display: block;
	height: 100%;
	position: relative;
}

.zoom-box,
.zoom-box:hover {
	color: #FFF;
}

.zoom-box span {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.zoom-wrapper {
	overflow: hidden;
}

img.zoom-hover {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.zoom-box:hover img.zoom-hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.circle-image,
.circle-image:hover,
.circle-image img {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.sans-serif {
	font-family: 'Raleway', Arial, sans-serif;
}

.lnum {
	font-family: 'Rawline', Arial, sans-serif;
}

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

.clearit {
	clear: both;
	}	
.big-video {
	width: 98%;
	margin: 0 1% 30px 1%;
	}
.text-video {
	padding: 2% 0 2% 0;
	float: left;
	width: 48%;
	max-height: 315px;
	margin: 0 1% 8px 1%;
	}
	.text-video img {
		width: 100%;
		height: auto;
		max-height: 315px;
		overflow: hidden;
		padding: 0 !important;
		margin: -23px 0 0 0 !important;
		}
.small-video {
	float: left;
	width: 48%;
	margin: 0 1% 8px 1%;
	}
.videowrap {
	margin: 0 0 22px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}
.videowrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}		

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

.small-video {
	float: none;
	width: 98%;
	margin: 0 1% 30px 1%;
	}

.text-video {
	float: none;
	width: 98%;
	margin: 0 1% 8px 1%;
	}
	.text-video img {
		margin: -13px 0 10px 0 !important;
		}

}


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

/* wrapper */
.wrapper {
	max-width:1170px;
	width: 97%;
	margin:0 auto;
	position:relative;
}

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

/* columns */

.row {
	clear: both;
	display: block;
	margin: 0 -1.7%;
}

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

.one-half { width: 50%;}
.one-third { width: 33.33%; }
.two-third { width: 66.66%; }
.one-fourth { width: 25%; }
.three-fourth { width: 75%; }
.one-fifth { width: 20%; }
.two-fifth { width: 40%; }
.three-fifth { width: 60%; }
.four-fifth { width: 80%}

.css-table {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}

.css-table-row {
	display: table-row;
}

.css-table .col {
	display: table-cell;
	float: none;
	padding: 0;
}



/*------------------------------------*\
    FORMS
\*------------------------------------*/

input, select, textarea,
#newsletter-form p[data-id] input {
	padding: 15px;
	border: 1px solid #2e5c95;
	color: #484f58;
	border-radius: 0;
	background: #ebe8e8;
	font-size: 16px;
	font-family: 'Merriweather', Georgia, serif;
}

input, textarea,
#newsletter-form p[data-id] input {
	box-shadow: 0 2px 8px rgba(0,0,0, .3) inset;
}

input:focus, textarea:focus,
#newsletter-form p[data-id] input:focus {
	border: 1px solid #3870b5;
	outline: none;
}

select {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #d5e1ef;
	background-image: url('img/select-arrow.png');
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 35px 19px;
	cursor: pointer;
	padding-right: 5rem;
}

select::-ms-expand { /* Hide arrow in IE11 */
    display: none;
}

select:focus {
	background-color: #FFF;
}

option {
	width: 100%;
	color: #484f58;
}

#search-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFF;
}
#search-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #FFF;
   opacity: 1;
}
#search-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #FFF;
   opacity: 1;
}
#search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #FFF;
}
#search-form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #FFF;
}

/*------------------------------------*\
    CAPTIONS
\*------------------------------------*/
/* This was for flyout banner captions which have been removed */
/*
.captionable {
	position: relative;
	overflow: hidden;
}

.captionable .caption {
	padding: 2.2rem 2rem;
	background-color: rgba(0,0,0, 0.8);
	width: 100%;
	position: absolute;
	bottom: -100px;
	opacity: 1;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	z-index: 10;
}

.captionable:hover .caption {
	bottom: 0;
}

.captionable .caption p {
	margin: 0;
	padding: 0;
	color: #FFF;
}
*/

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

#mobile-menu,
#close-menu {
	display: none;
}

#header {
	background: #002555;
	padding: 0;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}

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

#header .header-wrap {
	position: relative;
	padding: 2.5rem 0;
}

#header,
#search-form {
	height: 110px;
}

#header .logo {
	float: left;
	margin-right: 1%;
	width: 37%;
}

#header .logo img.main-logo {
	display: block;
}

#header .logo img.mobile-logo {
	display: none;
}


#header .header-nav {
	float: right;
	margin-left: 2%;
	width: 60%;
}

#header .header-nav nav,
#search-icon {
	float: right;
}

#header .nav > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 20px 10px;
}

#header .nav li a {
	color: #FFF;
	font-family: 'Raleway', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 3px solid #002555;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
}

#header .nav > ul > li > a {
	display: block;
	height: 100%;
	width: 100%;
}

#header .nav li a:hover,
#header .nav li.current_page_item > a,
#header .nav li.current_page_parent > a,
#header .nav li.current-page-ancestor > a {
	border-color: #ff554d;
}

#header .nav > ul > li.menu-item-has-children {
	margin: 2px 1px 0 0;
}

#header .nav > ul > li.menu-item-has-children > a {
	padding-top: 14px;
	transition: none;
	-webkit-transition: none;
}

#header .nav > ul > li.menu-item-has-children:hover {
	background: #ff554d;
}

#header .nav > ul > li.menu-item-has-children:hover > a,
#header .nav li.current_page_item.menu-item-has-children > a,
#header .nav li.current-page-ancestor.menu-item-has-children > a {
	border-color: #ff554d;
}

#header .nav ul li ul {
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	text-align: center;
	z-index: 100;
	display: none;
	padding-top: 10px;
}

#header .nav ul li:hover ul {}

#header .nav ul li ul li {
	display: block;
	background: #ff554d;
	float: none;
	z-index: 9999;
	padding: 0 4px;

}

#header .nav ul li ul li:last-child {
	padding-bottom: 10px;
}

#header .nav ul li ul li a {
	background: #ff554d;
	display: inline-block;
	margin: 0;
	padding: 6px 0 1px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1em;
	color: #FFF;
	border-bottom: 0 none;
}

#header .nav ul li ul li a:hover,
#header .nav ul li ul li.current_page_item a {
	border-bottom: 1px solid #FFF;
}

#search-icon {
	width: 25px;
	height: 25px;
	background-image: url('img/search-icon-sprite.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 15px;
}

#search-icon:hover {
	background-position: 0 -25px;
}


#search-form {
	position: absolute;
	top: 0;
	width: 60%;
	background: #1f3e64;
	padding: 2.8rem 0;
	opacity: 0;
	transition: 0.5s right ease, 0.2s opacity ease;
	-webkit-transition: 0.5s right ease, 0.2s opacity ease;
	z-index: -1;
}

#search-form.open {
	right: 0 !important;
	opacity: 1 !important;
	z-index: 10;
}

.search-form-wrapper {
	width: 100%;
	position: relative;
	margin-left: 5rem;
}

#search-form form {
	position: absolute;
	left: 0;
	width: 100%;
}

#search-form input.search-input {
	float: left;
	background: #6785aa;
	color: #FFF;
	box-shadow: none;
	padding: 1.5rem;
	width: 86%;
	min-width: 400px;
}

#search-form button {
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	background-image: url('img/search-icon-sprite.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -25px;
	background-color: transparent;
	padding: 0;
	border: 0 none;
	cursor: pointer;
	margin-top: 1.2rem;
	margin-left: 1.5rem;
	float: left;
	transition: none;
	-webkit-transition: none;
}

#search-form button:hover {
	background-position: 0 0;
}

/*------------------------------------*\
    BANNER SECTION
\*------------------------------------*/

.banner-image {
	position: relative;
}

.banner-image img {
	width: 100%;
}

.banner-text {
	position: absolute;
	bottom: 4rem;
	width: 100%;
}

.banner-text h2 {
	color: #FFF;
	font-size: 46px;
	margin: 0 auto;
	text-align: center;
	padding: 0 4rem;
}

/*------------------------------------*\
    BREADCRUMBS SECTION
\*------------------------------------*/

.breadcrumbs {
	margin: 1.5rem 0 3rem;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 13px;
}

.breadcrumbs > span {
	color: #ff554d;
	font-weight: 600;
}

.breadcrumbs span a {
	color: #002555;
	font-weight: 600;
}

.breadcrumbs span a:hover {
	color: #ff554d;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#main {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding-top: 110px;
}

.page-title, .post-title, .archive-title {
	margin-top: 0;
	color: #002555;
	line-height: 1.15em;
	margin-bottom: 2rem;
}

.post-label {
	color: #ff554d;
}

.body-content h2 {
	margin-top: 4rem;
}

		
#main ol,
#main ul {
	list-style-position: outside;
	margin: 0 0 0 1em;
	padding: 0;
}

#main li {
	margin: 0 0 .5em 1em;
}

/*------------------------------------*\
    FLEXIBLE CONTENT
\*------------------------------------*/

.flexible-content-row {
	margin: 0 0 6rem;
}

.two-box-links .row {
	margin: 0 -1.25%;
}

.two-box-links .col {
	padding: 0 1.25%;
}

.two-box-links a,
.two-box-links a:hover {
	color: #FFF;
}

.two-box-links .box-link-text {
	display: block;
	line-height: 1em;
	padding: 2.6rem 0;
	text-align: center;
	color: #FFF;
	background: #003e7b;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;

}

.two-box-links .col:nth-child(2) .box-link-text {
	background-color: #596c83;
}

.two-box-links .col:hover .box-link-text {
	background-color: #d90f03 !important;
}

.image-row {}

.image-row .row {
	margin: 0 -.7%;
}

.image-row .row .col {
	padding: 0 .7%;
}

.image-row .row .col img {
	width: 100%;
}

.tab-section {}

.tab-wrapper {}

.tab-item {
	margin: 0 0 20px;
	position: relative;
}

.tab-content .row {
	margin: 0 -1%;
}

.tab-content .col {
	padding: 0 1%;
}

.tab-content-wrapper {
	position: relative;
	cursor: pointer;
}

.tab-item .tab-content-wrapper {}

.tab-item .tab-content-wrapper.opened {
	height: auto;
	background: #d5e1ef;
}

.tab-title {
	padding: 2.5rem 3rem;
	background: #003e7b;
	cursor: pointer;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.tab-title:hover {
	background: #ff554d !important;
}

.tab-title h3 {
	color: #FFF;
	line-height: 1em;
	margin: 0;
	text-transform: uppercase;
	font-size: 32px;
	width: 93%;
}

.tab-content {
	display: none;
	padding: 4.2rem 12rem 4.2rem 3rem;
	background: #d5e1ef;
	color: #1f3e64;
	position: relative;
	z-index: 10;
}

.tab-item:nth-child(2) {
	border-color: #365c91;
}

.tab-item:nth-child(2) .tab-title {
	background: #365c91;
}

.tab-item:nth-child(3) {
	border-color: #679fc7;
}

.tab-item:nth-child(3) .tab-title {
	background: #679fc7;
}

.tab-item:nth-child(4) {
	border-color: #596c83;
}

.tab-item:nth-child(4) .tab-title {
	background: #596c83;
}

.tab-item:nth-child(5) {
	border-color: #7c899a;
}

.tab-item:nth-child(5) .tab-title {
	background: #7c899a;
}

.tab-item:nth-child(6) {
	border-color: #9aa5b3;
}

.tab-item:nth-child(6) .tab-title {
	background: #9aa5b3;
}

.learn-more {
	text-transform: uppercase;
	font-weight: bold;
}

.learn-more:hover {
	color: #3870b5;
}

.learn-more span,
.learn-more img {
	display: inline-block;
	vertical-align: middle;
}

.learn-more span {
	margin: 0 4px 0 0;
}

.tab-arrow {
	height: 60px;
	width: 60px;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
}

.tab-arrow.closed {}

.tab-item:hover .tab-arrow.closed {}

.tab-arrow.opened {
	background: #3870b5;
}

.tab-item:hover .tab-arrow.opened {}

.tab-arrow img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.tile-section {
	clear: both;
	position: relative;
}

.tile-content-wrapper {
	padding: 0;
	margin: 0 10px 20px 0;
	overflow: hidden;
	width:32.4%;
}

.tile-item {
	width: 100%;
	margin: 0;
	padding: 0;
}

.tile-image {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:0;
}

.tile-image img {
	width: 100%;
}

.tile-text {
	background:#002249;
	height: 100%;
	width:100%;
	min-height: 130px;
	margin: 0 10px 0 0;
}

.tile-title {
	padding: 23px 0 30px 0;
	height: 90px;
}

.tile-title h3 {
	color:#ffffff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
}

.tile-link-btn {
	height: 60px;
	text-align: center;
}

.tile-content-wrapper a img {
	transform: scale(1);
	transition: all .5s;
}


.tile-content-wrapper a:hover img {
	transform: scale(1.1);
	transition: all .5s;
}

.tile-content-wrapper a span.button.orange {
	background: #ff554d;
	color:#ffffff;
	transition: all .5s;
}


.tile-content-wrapper a:hover span.button.orange {
	background: #ffffff;
	color:#ff554d;
	transition: all .5s;
}

.tile-image {
	width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

.featured-work-section {
	border: none !important;
	padding: 0 !important;
}
.featured-work-section h2 {
	margin-bottom: 2rem;
}

.featured-work-wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;

}

.featured-work-section-title {
	padding:20px 0 0 0;
}

.featured-work-content-wrapper {
	padding: 0;
	margin: 20px 0 20px 0;
}

.featured-work-image {
	width: 260px;
	height: 165px;
}

.featured-work-title {
	width: 100%;
	max-width:260px;
	padding: 15px 0 5px 0;
}

.featured-work-desc {
	width: 100%;
	max-width: 260px;
	font: 600 12px/1.6 'Merriweather', Georgia, serif;
}

.featured-work-desc p {
	margin:0 0 20px 0;
}



.full-width-section {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #dfe3f0;
}

.clear-all {
	width:100%;
	height:1px;
	clear:both;
}


/*------------------------------------*\
    FLEXSLIDER
\*------------------------------------*/

.flexslider {
	margin: 0;
	border: 0 none;
}

#main .flexslider ul,
#main .flexslider li {
	margin: 0;
	list-style: none;
}

.slide {
	position: relative;
}

.slide-text {}

.flexslider a.slide-link,
.flexslider a.slide-link:hover {
	color: #FFF;
}

.flex-direction-nav {
    left: 50%;
    max-width: 1170px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 95%;
    z-index: 10;
}


.flex-direction-nav a {
    margin: 0;
    opacity: 1;
    height: 82px;
    width: 45px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transition: none;
	-webkit-transition: none;
}

.flex-direction-nav a::before,
.flex-direction-nav a.flex-next::before {
    content: none;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flex-direction-nav a.flex-prev {
    background-image: url("img/slider-arrow-left.png");
}

.flex-direction-nav a.flex-next {
    background-image: url("img/slider-arrow-right.png");
}

.flex-direction-nav a:hover {
    background-position: 0 -82px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
}

/*-----------------------------------------*\
    RESOURCE/PUBLICATION LISTING SECTION
\*-----------------------------------------*/

.resource-listing {
	padding: 6.6rem 0 0;
	border-top: 1px solid #484f58;
}

.resource-listing.related-resource {
	padding-bottom: 6.6rem;
}

.resource-listing .post-thumbnail {
	margin-bottom: 2rem;
}

.resource-listing img.zoom-hover {
	margin: 0;
}

.resource-section-title {
	margin: 0 0 2.6rem;
}

.resource-listing .publication-title {
	font-size: 20px;
}

.resource-listing .post-excerpt {
	color: #484f58;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 4rem;
}

.resource-listing .post-excerpt p {
	margin-bottom: 2rem;
}

.resource-listing .readmore-button {
	bottom: 0;
	left: 0;
	transform: none;
	-webkit-transform: none;
	width: auto;
}

.resource-listing .readmore-button span.button {
	width: auto;
}

.resource-listing a.box-link:hover .button {
	background: #ff554d;
}


/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

.home-slider .slide-text h2 {
	max-width: 700px;
}

.three-circles {
	background: #484f58;
	padding: 3rem 3rem 4rem;
	text-align: center;
}

.three-circles .three-circle-wrapper {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.three-circles .row {
	margin: 0 -4%;
}

.three-circles .col {
	padding: 0 4%;
}

.three-circles .col a,
.three-circles .col a:hover {
	color: #FFF;
}

.three-circles .circle-title {
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 2rem;
}

.three-circles .circle-image,
.three-circles .circle-image img {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}

.three-circles .circle-hover,
.three-circles .circle-hover-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #FFF;
	opacity: 0;
	text-align: center;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.three-circles .circle-hover {
	width: 100%;
	height: 100%;
	background-color: #d90f03;
	z-index: 10;
	border-radius: 50%;
}

.three-circles .circle-hover-text {
	z-index: 20;
	width: 70%;
	font-weight: 500;
}

.three-circles a:hover .circle-hover {
	opacity: .6;
}

.three-circles a:hover .circle-hover-text {
	opacity: 1;
}

.featured-resource {
	padding: 34px 2rem;
	border-bottom: 1px solid #484f58;
}

.callout-circle,
.featured-resource .resource-title,
.featured-resource .resource-title img {
	display: inline-block;
	vertical-align: middle;
}

.callout-circle {
	margin: 0 2rem 0 0;
	width: 12%;
}

.callout-circle a {
	display: block;
	width: 100%;
	height: 100%;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	position: relative;
	background: #ff554d;
	color: #FFF;
}

.callout-circle a:hover {
	background: #d90f03;
	color: #FFF;
}

.callout-circle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.featured-resource .resource-title {
	width: 85%;
	line-height: 1.35em;
}

.featured-resource .resource-title,
.featured-resource .resource-title a {
	color: #707070;
	font-size: 24px;
}

.featured-resource .resource-title a:hover {
	color: #d90f03;
}

.resource-callout {
	font-weight: 700;
}

.resource-text {
	font-style: italic;
}

.audience-specific {
	padding: 40px 0 5rem;
}

.home-section-title {
	text-align: center;
	color: #002555;
	text-transform: uppercase;
}

.audience-specific .home-section-title {
	margin-bottom: 4rem;
}

.audience-specific .row {
	margin: 0 -.7%;
}

.audience-specific .col {
	padding: 0 .7%;
}

.audience-specific .button {
	width: 100%;
	padding: 2.6rem .5rem;
}

.audience-specific .col:nth-child(1) .button {
	background: #1f3e64;
}

.audience-specific .col:nth-child(2) .button {
	background: #3870b5;
}

.audience-specific .col:nth-child(3) .button {
	background: #484f58;
}

.blog-feed {
	background: #e2e2e2;
	padding: 4.5rem 3rem 4rem;
}

.blog-feed .home-section-title {
	font-size: 34px;
	margin-bottom: 4.5rem;
}

.blog-feed .row {
	margin: 0 -2.5% 6rem;
}

.blog-feed .col {
	padding: 0 2.5%;
}

.blog-feed .blog-item {
	text-align: center;
}

.blog-feed .blog-item a,
.blog-feed .blog-item a:hover {
	color: #002555;
}


.blog-feed .blog-item:nth-child(2) {
	border-left: 1px solid #b9b8b9;
	border-right: 1px solid #b9b8b9;
}

.blog-feed .post-thumbnail {
	margin: 0 0 3rem;
}

.blog-feed .post-excerpt {
	color: #484f58;
	font-weight: 600;
	margin-bottom: 4rem;
}

.blog-feed .readmore-button {
	bottom: 0;
}

.blog-feed a.box-link:hover .readmore-button .button {
	background: #d90f03;
}

.view-all a {
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 700;
}

.view-all a:hover {
	color: #3870b5;
}

.view-all a span,
.view-all a img {
	display: inline-block;
	vertical-align: middle;
}

.twitter-feed {
	background: #e2e2e2;
	padding: 4rem 3rem 8rem;
	margin: 0 0 9rem;
}

.feed-wrapper {
	width: 100%;
	max-width: 640px;
	padding: 2.6rem;
	background: #FFF;
	border-radius: 10px;
	margin: 0 auto 6rem;
	border: 1px solid #b5b5b5;
	position: relative;
}

.feed-wrapper .twitter-img {
	background-image: url('img/twitter-bubble-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 51px;
	height: 28px;
	position: absolute;
	bottom: -28px;
	left: 12px;
	z-index: 10;
}

.photo-credit {
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 2rem;
}


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

.bio-listing {
	margin: 4.6rem 0;
}

.bio-item {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}

.bio-item:nth-child(4n+1) {
	clear: both;
}

.bio-listing .bio-thumbnail {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}


.bio-listing h2.bio-name {
	font-size: 22px;
}

.bio-listing h3.bio-title {
	font-size: 17px;
	font-style: italic;
	margin: 0;
}


/*------------------------------------*\
    BIO SINGLE
\*------------------------------------*/

.bio-heading {
	margin-bottom: 4.5rem;
}

.bio-name {
	margin-bottom: 2px;
}

.bio-title {
	font-size: 26px;
	color: #d90f03;
	font-weight: 500;
	font-style: italic;
}

.bio-portrait {
	float: left;
	margin: 0 2rem 0 0;
	max-width: 325px;
	width: 100%;
}

.single-bios .body-content {
	margin-bottom: 6rem;
}

.bio-connect {
	padding: 6rem 0 0;
	border-top: 1px solid #484f58;
	margin-bottom: 6rem;
}

.bio-connect a {
	font-weight: 700;
}

.connect-buttons {
	margin: 3rem 0;
}

.connect-buttons a {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.twitter-button {
	background: #5786c4;
}

.linkedin-button {
	background: #2e5282;
}

.connect-buttons a:hover {
	background: #d90f03;
}

.mail-button {
	background: #366097;
}

/*------------------------------------*\
    FEATURED WORK TEMPLATE
\*------------------------------------*/

.featured_work-listing .row {
	margin: 0 -.7%;
}

.featured_work-listing .col {
	padding: 1.2% .7%;
}

.featured_work-listing a.box-item {
	padding-bottom: 12rem;
	min-height: 565px;
}

.featured_work-listing a.box-item,
.featured_work-listing a.box-item:hover {
	background: #002555;
	color: #FFF;
}

.featured_work-listing .featured_work-name {
	color: #FFF;
	font-family: 'Raleway', Arial, sans-serif;
	text-align: center;
	margin: 3rem 2rem 0;
}

.readmore-button {
	position: absolute;
	bottom: 4rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.featured_work-listing .box-item:hover .button.orange {
	background: #fff;
	color: #ff554d;
}

/*------------------------------------*\
    NETWORK WORK TEMPLATE
\*------------------------------------*/

.network_work-item a.box-item {
	padding-bottom: 12rem;
	min-height: 460px;
	max-height: 460px;
	overflow: hidden;
	border: 1px solid #003e7b;
}

.network_work-item a.box-item .readmore-button,
.network_work-item a.box-item .readmore-button .button {
	background: #fff !important;
	color: #ff554d !important;
	}
.network_work-item a.box-item:hover .readmore-button .button,
.network_work-item a.box-item:hover .readmore-button {
	background: #ff554d !important;
	color: #fff !important;
	}
.quote h2 {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 42px;
	line-height: 44px;
	padding: 125px 0 25px 0;
	text-align: center;
	color: #d90f03;
	font-style: italic;
	font-weight: 600;
	}
.quote h3 {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 32px;
	line-height: 34px;
	padding: 0 0 125px 0;
	text-align: center;
	color: #d90f03;
	font-style: italic;
	font-weight: 600;
	}	
.thetitle h2 {
	padding-bottom: 10px !important;
	margin-bottom: 0 !important;
	}
.the-color:nth-child(3n+1) {
	background-color: #9aa5b3;
	}
.the-color:nth-child(3n+2) {
	background-color: #596c83;
	}
.the-color:nth-child(3n+3) {
	background-color: #679fc7;
	}



/*------------------------------------*\
    CLIENTS TEMPLATE
\*------------------------------------*/

.client-grouping {}

.client-cat-group {
	margin: 0 0 6rem;
}

.client-cat-group:first-of-type .bottom-line {
	display: none;
}

.client-cat-group h2 {
	background: #484f58;
	color: #fff;
	line-height: 1em;
	padding: 1.4rem 0;
	text-align: center;
	margin: 0 0 1.4rem;
}

.client-list.row {
	margin: 0;
}

.client-list .col {
	padding: 0;
}

.client-item-wrapper {
	width: 100%;
	height: 95%;
	display: block;
	top: 5%;
	position: relative;
	border-right: 1px solid #484f58;

}

.client-item:nth-child(5n+1) .client-item-wrapper {
	border-left: 1px solid #484f58;
}

.bottom-line {
	display: block;
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: 0;
	border-bottom: 1px solid #484f58;
}


.client-item {
	font-size: 20px;
	line-height: 1.25em;
	color: #ff554d;
	text-align: center;
	margin: 0;
	height: 235px;
	position: relative;
	padding:0 10px 0 0 !important;
}

.client-item:nth-child(even) {
	color: #3870b5;
}

.client-item:nth-child(5n+1) {
/*	clear: both; */
}

.client-link {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	color: #ff554d;
}

/*
.client-item:hover {
	background: #ff554d;
	color: #FFF;
}

.client-item:hover .client-link,
.client-item:nth-child(2n):hover .client-link {
	color: #FFF;
}

.client-item:nth-child(even) .client-link {
	color: #3870b5;
}

.client-item:nth-child(even):hover {
	background: #3870b5;
	color: #FFF;
}

*/
.client-name {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/* Client grid page */

.client-item-wrapper {
	border: none !important;
}

.client-grid-item {
	min-height:220px;
	width: 91%;
	color: #ffffff;
  text-align: center;
	position: relative;
}

.client-grid-wrapper {
	margin: 0 0 20px 0;
}

.client-organization-name {
	position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	color:#ffffff;
}

.client-organizations {
	background-color: #2F67AA;
}

.has-popup .client-organizations:hover {
	background-color: #FB4647;
	cursor: pointer;
}

.client-foundations {
	background-color: #5E96BF;
}

.has-popup .client-foundations:hover {
	background-color: #FB4647;
	cursor: pointer;
}

.client-districts {
	background-color: #00386E;
}

.has-popup .client-districts:hover {
	background-color: #FB4647;
	cursor: pointer;
}

.client-states {
	background-color: #506278;
}

.has-popup .client-states:hover {
	background-color: #FB4647;
	cursor: pointer;
}

.client-foundations-filter {
	transition: width 2s linear 1s;
}

.popup-overlay {
	display: none;
	background-color: #00386E;
  opacity: 0.8;
  z-index: 100;
  position: absolute;
  top: 0;
	width:100%;
	height:100%;
	transition: 0.3s all ease;
}

.popup-content {
	min-height: 440px;
	background-color: #fff;
	position: absolute;
	width: 60vw;
	font: 400 14px/1.8 'Merriweather', Georgia, serif;
	color: #484f58;
	z-index: 102;
	padding: 60px;
	margin: 0vh 5vw;
	box-shadow: 0px 0px 20px #333;
}

.popup-close-btn {
    position: absolute;
    top: -18px;
    right: -18px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 5px #666;
    background: #fff;
}

.popup-close-btn-inner {
	border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-weight: 900;
  font-size: 36px;
  line-height: 30px;
  transform: rotate(45deg);
}

.popup-close-btn-inner a {
	color: #fff;
}

.popup-close-btn-inner a:hover {
	color: #FB4647;
}

.client-filter-wrapper {
	padding: 20px 0;
}

.client-filter-item {
	padding: 0 20px 1px 20px;
	background: #3F464E;
	float:left;
	margin: 0 10px 0 0;
}

.client-filter-item:hover	 {
	background: #F73841;
}

.client-filter-item a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Raleway', Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
}

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

.resource-item {
	margin-bottom: 2rem;
}

.resource-item {
	background: #002555;
}

.resource-item .resource-thumbnail {
	float: right;
	width: 45%;
}

.resource-item .resource-content {
	float: left;
	width: 55%;
	height: 100%;
	padding: 2.6rem 3rem;
	position: relative;
}

.resource-item .resource-title {
	color: #FFF;
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 1.4rem;
}

.resource-item .resource-excerpt {
	color: #FFF;
	line-height: 1.6em;
	margin-bottom: 60px;
}

.resource-item .resource-excerpt p {
	margin: 0;
}

.resource-item .readmore-button {
	left: 3rem;
	bottom: 2.8rem;
	transform: none;
}

.resource-item:hover .button {
	background: #fff;
	color: #ff554d;
}

.resource-item .zoom-wrapper {
	height: 100%;
}

/*------------------------------------*\
    RESOURCES SINGLE
\*------------------------------------*/
.document-download-section {
	margin-bottom: 60px;
}

.document-download-box {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}


.document-download-box h3 {
	color: #002555;
	line-height: 1.05em;
	text-align: left;
	padding: 4.5rem 0 1.0rem 0;
	margin: 0;
}

.downloads-listing {
	padding: 0;
	margin: 20px 12px 0 -12px;
}

.download-item-wrapper {
	margin: 10px;
	background: #3870b5;
	min-height: 256px;
	padding: 20px;
}

.download-item {
	padding: 0;
}

.document-title-block {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 10px 0;
	margin: 0 0 16px 0;
	height: 53px;
}

.document-icon {
	position: absolute;
	top: 24px;
	left: 18px;
}

.download-title {
	color: #ffffff;
	font-weight: 400;
	font-size:12px;
	font-style: italic;
	text-align: right;
	position: absolute;
	right: 34px;
	margin: 21px 0 0 0;
}

.document-title-divider {
	display: block;
	width: 100%;
	border: 0 none;
	margin: 18px 0 18px 0;
}

.download-desc {
	font-size: 14px;
	line-height: 1.6em;
	color:#ffffff;
}
.bottom-desc {
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.6em;
	height: 65px;
	color:#002555;
	max-width: 95%;
}
.download-desc p {
	margin: 0 0 0 0;
}

.download-link {
	display: block;
}

.download-link:hover .download-item-wrapper {
	background: #ff554d;
}


.download-link span,
.download-link img {
	display: inline-block;
	vertical-align: middle;
}

	

	
@media screen and (max-width: 925px) and (min-width: 661px) {

	div.download-item.one-fifth {
		width: 33% !important;
    float: left;
	}

}

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

	div.download-item.one-fifth {
		width: 50% !important;
    float: left;
	}

	.document-icon {
	    position: absolute;
	    top: 19px;
	    left: 18px;
	}

}

.single-resources .social-share-buttons {
	margin-bottom: 7rem;
}

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

.category-filter {
	margin: 6rem 0 2rem;
}

.form-label,
#category-select {
	display: inline-block;
	vertical-align: middle;
}

.form-label {
	line-height: 1em;
	margin-right: 5px;
}

.post-listing .row {
	margin: 0 -1.5%
}

.post-listing .col {
	padding: 1.5%;
}

.post-listing a.box-link {
	color: inherit;
	display: block;
	cursor: pointer;
	padding: 3rem;
	border: 1px solid #3870b5;
	height: 100%;
	position: relative;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	min-height: 920px;
}

.post-listing a.box-link span {
	display: inline-block;
	width: 100%;
}

.post-listing .post-thumbnail {
	margin-bottom: 12px;
}

.post-listing .post-thumbnail img {}

.post-listing .post-title {
	font-size: 32px;
	line-height: 1.25em;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}


.post-listing .date {
	margin-bottom: 2rem;
}

.post-listing .post-excerpt {
	margin: 0 0 7rem;
}

.post-listing .view-article {
	display: none;
}

.post-listing .readmore-button {
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.post-listing a.box-link:hover img {}

.post-listing a.box-link:hover .post-title {
	color: #ff554d;
}

.post-listing a.box-link:hover .button {
	background: #ff554d;
}

/*------------------------------------*\
    BLOG SINGLE
\*------------------------------------*/
.single .wp-post-image {
	margin-bottom: 2rem;
}

.date {
	color: #ff554d;
	font-size: 14px;
	margin-bottom: 4rem;
}

.author {
	color: #484f58;
	font-size: 18px;
	line-height: 1.25em;
	margin-bottom: 2rem;
}

.author-name {
	font-weight: 700;
}

.author-title {
	font-style: italic;
}

.cat-listing {
	margin-bottom: 3rem;
}

.cat-title {
	margin-bottom: 1.5rem;
}

.cat-listing a {
	font-style: italic;
}

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

.ctct-form {
	margin: 0 0 7rem;
	padding: 0 0 3rem;
	border-bottom: 1px solid #484f58;
}

.ctct-form label {
	display: none;
}

.ctct-form .ctct-form-field {
	float: left;
	position: relative;
	width: 21%;
	margin-right: 1%;
}

.ctct-form .ctct-form-field:nth-of-type(4) {
	width: 34%;
	margin-right: 0;
}

.ctct-form .ctct-form-field:nth-of-type(6) {
	width: 78%;
	margin-right: 0;
}

.ctct-form .ctct-form-field input,
.ctct-form .ctct-form-field textarea {
	width: 100%;
	height: 54px;
	color: #7c899a;
}

.ctct-form .ctct-input-container {
	clear: both;
}

.ctct-form .ctct-form-field.ctct-form-field-checkbox {
	width: auto;
	margin: 3rem 0 0;
	clear: both;
}

.ctct-form .ctct-checkbox {
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
    height: auto !important;
}

.ctct-form .ctct-input-container label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .6rem;
	color: #484f58;
	font-size: 16px;
}

.ctct-form .ctct-input-container p {
	margin: 0;
}

.ctct-form .ctct-form-field.ctct-form-field-submit {
	width: auto;
	height: auto;
	float: right;
	clear: both;
	margin: 3rem 0;
}

.ctct-form .ctct-form-field.ctct-form-field-submit input {
	background: #3870b5;
	box-shadow: none;
	font-size: 22px;
	padding-left: 6rem;
	padding-right: 6rem;
	color: #FFF;
}

.ctct-form .ctct-form-field.ctct-form-field-submit input:hover {
	background: #ff554d;
}

.ctct-form .ctct-disclosure {
	clear: both;
	line-height: 1.4em;
	font-weight: 400;
	color: #484f58;
	margin-left: 19px;
}

.ctct-form .ctct-disclosure hr {
	display: none;
}

.ctct-form a.ctct-button {
	display: none;
}

.ctct-form-3137 .ctct-optin-hide {
	display: block !important;
}

.ctct-form-3137 .ctct-checkbox.ctct-opt-in {
	display:none;
}

.ctct-form-3137 p.ctct-form-field-submit {
    float: unset !important;
    width: 34% !important;
    padding: 30px 0 0px 0px;
    margin: 3rem auto !important;
}

.ctct-form-3137 {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.ctct-form-3137 .ctct-form-field {
	 float: left;
	 position: relative;
	 width: 32%;
	 margin-right: 1%;
}

.ctct-form-3137 .ctct-form-field.ctct-form-field-checkbox {
    width: auto;
    margin: 0;
    clear: both;
}

.ctct-form-3137 .ctct-form-field-checkbox label {
	display:none;
}

.ctct-form-3137 .ctct-form-field.ctct-form-field-submit input {
    background: #d90f03;
}

.ctct-form-3137 .ctct-form-field.ctct-form-field-submit input:hover {
    background: #3870b5;
}

.ctct-disclosure:nth-of-type(2) {
	display:none;
}

/*------------------------------------*\
    SEARCH RESULTS
\*------------------------------------*/

.search-no-results #main {
	background-image: none !important;
}

.search-result-item {
	margin: 6rem 0;
	padding: 0 0 6rem;
	border-bottom: 1px solid #484f58;
}

.search-result-item .post-excerpt p {
	margin-bottom: 1rem;
}

.search-result-item .search-result-link {
	text-align: left;
}

/*------------------------------------*\
    404 PAGE
\*------------------------------------*/

.error404 #main {
	background-image: none !important;
}
.error404 .page-quote {
	display: none;
}
.page-header {
	color: #d90f03;
	text-align: center;
	font-weight: 700;
}
.error404 .main-content {
	background-image: url('img/404-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35rem 0 30rem;
}

.content-404 {
	margin: 12rem 0 0;
}

.content-404 .button {
	margin: 3rem 0 0;
}

/*------------------------------------*\
    ULTIMATE SOCIAL DEUX
\*------------------------------------*/

.social-share-buttons {
	margin: 4rem 0;
	clear: both;
}

.social-share-buttons .us_wrapper .us_button {
	width: 30px;
	margin: 0 4px 0 0;
}

/*------------------------------------*\
    ADJACENT POST LINKS
\*------------------------------------*/

.next-prev-links {
	padding: 3rem 0;
	border-top: 1px solid #484f58;
}

.next-prev-links a {
	font-family: 'Rawline', Arial, sans-serif;
	text-transform: uppercase;
	color: #484f58;
	font-weight: 700;
}

.next-prev-links a:hover {
	color: #d90f03;
}

.prev-link {
	float: left;
}

.next-link {
	float: right;
}

.next-prev-links a img,
.next-prev-links a span {
	display: inline-block;
	vertical-align: middle;
}

.prev-link img {
	margin-right: 3px;
}

.next-link img {
	margin-left: 3px;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.loadmore {
	text-align: center;
}
.loadmore a,
.loadmore .loader {
	font-family: 'Rawline', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	color: #484f58;
	margin: 7rem 0;
	display: inline-block;
}

.loadmore a:hover {
	color: #d90f03;
}

/*------------------------------------*\
    PRE-FOOTER
\*------------------------------------*/

#pre-footer {
	margin-top: 6rem;
}

.page-quote {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 32px;
	line-height: 1.05em;
	color: #d90f03;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	padding: 12rem 4rem 20rem;
	margin: 0;
}

.page-quote footer {
	margin: 4rem 0 0;
	font-size: 25px;
}

.learn-more-section {
	width: 100%;
	max-width: 575px;
	margin: 0 auto;
	padding-bottom: 6rem;
	text-align: center;
}

.learn-more-section h3 {
	text-transform: uppercase;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 34px;
	margin-bottom: 1.2rem;
}

.learn-more-text {
	line-height: 1.6em;
}

.footer-boxes {
	width: 100%;
	max-width: 450px;
	margin: 3.2rem auto 0;
}

.footer-box a {
	display: block;
	text-transform: uppercase;
	font-family: 'Raleway', Arial, sans-serif;
	background: #d90f03;
	color: #FFF;
	font-size: 22px;
	line-height: 1.05em;
	font-weight: 700;
	height: 130px;
	position: relative;
}

.footer-box a:hover {
	background: #3870b5;
}

.footer-box a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: block;
	width: 100%;
}

#newsletter-form {
	width: 90%;
	max-width: 920px;
	background: #FFF;
	padding: 7rem;
	overflow: visible;
}

#newsletter-form h2 {
	display: none;
}

#newsletter-form .newsletter-heading {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 4rem;
	font-size: 32px;
	text-align: center;
}

#newsletter-form .ctct-custom-form {
	padding: 0;
}

#newsletter-form p[data-id] {
	display: inline-block;
	width: 32%;
	vertical-align: middle;
	margin: 0 .4% 4rem;
}

#newsletter-form p[data-id] label {
	display: none;
}

#newsletter-form p[data-id] input {}

#newsletter-form .ctct-custom-form .ctct-button {
	background: #d90f03;
	color: #FFF;
	width: auto;
	font-size: 22px;
	line-height: 1em;
	border-radius: 0;
	margin: 0 auto 5rem;
	padding: 1.5rem 4rem 1.3rem;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

#newsletter-form .ctct-custom-form .ctct-button:hover {
	background: #3870b5;
}

#newsletter-form .ctct-form-footer {
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.fancybox-bg {
	background: #1f3e64;
}

.fancybox-close-small {
	height: 63px;
	width: 63px;
	z-index: 9999;
	top: -25px;
	right: -25px;
}

.fancybox-close-small:hover {
	background: none;
}

.fancybox-close-small::after {
	font: 60px/57px Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	color: #FFF;
	background: #000;
	border: 4px solid #FFF;
	height: 63px;
	width: 63px;
	top: 0;
	right: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	z-index: 9999;
}

.fancybox-close-small:hover::after {
	background: #d90f03;
	color: #FFF;
}

#success_message {
	font-size: 26px;
	color: #002555;
	font-family: 'Merriweather', Georgia, serif;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer {
	background: #002555;
	padding: 5rem 0 6rem;
	color: #FFF;
	text-align: center;
}

.site-social-buttons {
	margin-bottom: 2rem;
}

.site-social-buttons a,
.site-social-buttons a:hover {
	color: #FFF;
}

.site-social-buttons i {
	color: #FFF;
	font-size: 50px;
	margin: 0 4px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.site-social-buttons i:hover {
	color: #3870b5;
}

#footer-menu {
	margin: 0 0 1.5rem;
}

#footer-menu ul {
	padding: 0;
	margin: 0;
}

#footer-menu li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}

#footer-menu li a {
	color: #FFF;
	font-weight: 700;
	font-family: 'Raleway', Arial, sans-serif;
	text-transform: uppercase;
}

#footer-menu li a:hover {
	color: #ff554d;
}

.copyright {
	font-size: 11px;
}

/*------------------------------------*\
    INDIVIDUAL OVERRIDES
\*------------------------------------*/

/* Menu - Featured Work Width */

#menu-item-283 > a {
	width: 70px;
}

/* Impact Box Links */
.page-id-181 .two-box-links .col:nth-child(1) .box-link-text {
	background-color: #7c899a;
}

.page-id-181 .two-box-links .col:nth-child(2) .box-link-text {
	background-color: #4884b2;
}

/* Our Work Box Links */
.page-id-178 .two-box-links .col:nth-child(1) .box-link-text {
	background-color: #679fc7;
}

.page-id-178 .two-box-links .col:nth-child(2) .box-link-text {
	background-color: #596c83;
}

/* Focus Area Main */
.page-id-199 .tab-item:nth-child(1) {
    border-color: #002555;
}

.page-id-199 .tab-item:nth-child(1) .tab-title {
    background: #002555;
}
.page-id-199 .tab-item:nth-child(2) {
    border-color: #3870b5;
}

.page-id-199 .tab-item:nth-child(2) .tab-title {
    background: #3870b5;
}

.page-id-199 .tab-item:nth-child(3) {
    border-color: #1f3e64;
}

.page-id-199 .tab-item:nth-child(3) .tab-title {
    background: #1f3e64;
}

.map-filters-wrapper {
	padding: 20px 0;
	margin: -5px 0 0 0;
}
.map-filters {
	padding: 1px 20px 0 20px;
  background: #3F464E;
  float: left;
  margin: 0 7px 10px 0;
	color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
	cursor: pointer;
}

.active-filter {
	background: #F73841;
}

.map-filters:hover {
	background: #F73841;
}

.wpgmp_map_container {
	z-index: 1;
}

.wpgmp_filter_wrappers {
	display: none;
}

.wpgmp_listing_list {
	display: none;
}

.wpgmp_pagination {
	display: none;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Rawline';
	src:url('css/fonts/rawline/rawline-400.eot');
	src:url('css/fonts/rawline/rawline-400.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/rawline/rawline-400.woff') format('woff'),
		url('css/fonts/rawline/rawline-400.ttf') format('truetype'),
		url('css/fonts/rawline/rawline-400.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

::selection {
	background:#3870b5;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#3870b5;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#3870b5;
	color:#FFF;
	text-shadow:none;
}

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

.alignnone {
	margin:0 20px 10px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto 5px auto;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
a img.alignright {
	float:right;
	margin:0 0 10px 20px;
}
a img.alignnone {
	margin:0 20px 10px 0;
}
a img.alignleft {
	float:left;
	margin:0 20px 10px 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:1200px) {

	/* HEADER */
	#header .nav > ul > li {
		padding: 0 18px 10px;
	}

	/* HOME PAGE */
	.blog-feed .readmore-button {
		width: 66%;
	}

}

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

	/* HEADER */
	#header, #search-form {
	    height: 106px;
	}

	#header .logo {
		margin-top: 3px;
	}

	#header .nav > ul > li {
		padding: 0 15px 10px;
	}
	#header .nav > ul > li > a {
		font-size: 15px;
	}

	#header .nav ul li ul {
		top: 42px;
	}

	/* BANNER */

	.banner-image.wrapper,
	.banner-slider.wrapper,
	.three-circles.wrapper {
		width: 100%;
	}

	.banner-text h2 {
		font-size: 40px;
	}

	/* PAGES */
	#main {
		padding-top: 106px;
	}

	/* BIO MAIN */
	.bio-listing h2.bio-name {
	    font-size: 19px;
	}
	.bio-listing h3.bio-title {
		font-size: 16px;
	}

	/* BLOG MAIN/ARCHIVE */
	.post-listing .post-title {
		font-size: 26px;
	}

	/* RESOURCES MAIN */
	.resource-item .resource-title {
		font-size: 25px;
	}

}

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

	/* SITEWIDE */
	h1, .h1 {
	    font-size: 36px;
	}
	h2, .h2 {
	    font-size: 24px;
	}
	h3, .h3 {
		font-size: 20px;
	}


	/* HEADER */
	#header, #search-form {
	    height: 102px;
	}

	#search-form {
		padding: 2.5rem 0;
	}

	#search-form input.search-input {
		width: 80%;
	}

	#search-icon {
		width: 22px;
		height: 22px;
		margin-top: 14px;
	}

	#search-icon:hover {
		background-position: 0 -22px;
	}

	#header .logo {
		margin-top: 3px;
	}

	#header .nav > ul > li {
		padding: 0 14px 10px;
	}

	#header .nav > ul > li.menu-item-has-children {
		margin-top: 0;
	}

	#header .nav > ul > li > a {
		font-size: 14px;
	}

	#header .nav ul li ul {
		top: 42px;
	}

	/* BANNERS */
	.banner-text {
		bottom: 3rem;
	}

	.banner-text h2 {
		font-size: 36px;
	}

	/* FLEXSLIDER */
	.flex-direction-nav a {
		width: 35px;
		height: 64px;
	}

	.flex-direction-nav a:hover {
		background-position: 0 -64px;
	}

	/* PAGES */
	#main {
		padding-top: 102px;
	}

	.page-title, .post-title, .archive-title {
		margin-bottom: 1rem;
	}

	.content-highlight {
		font-size: 19px;
	}

	/* FLEXIBLE CONTENT */

	.tab-title {
		padding: 2rem 2.5rem;
	}

	.tab-title h3 {
		font-size: 28px;
	}

	.tab-content {
		padding: 3.4rem 12rem 4rem 2.5rem;
	}

	/* HOME PAGE */

	.blog-feed .post-excerpt {
		font-weight: 500;
	}

	/* CLIENT PAGE */
	.client-item {
		font-size: 19px;
		height: 200px;
	}


	/* FEATURED WORK */

	.featured_work-item .readmore-button {
		width: 60%;
	}

	/* RESOURCES MAIN */
	.resource-item .resource-thumbnail {
		width: 48%;
	}

	.resource-item .resource-content {
		width: 52%;
	}

	.resource-item .resource-title {
		font-size: 24px;
	}

	.resource-item .resource-excerpt {
		font-size: 15px;
	}
}

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

	/* STRUCTURE */

	/* html element 50% font-size for REM use - 8px */
	html {
		font-size:50%;
	}
	h1, .h1 {
	    font-size: 32px;
	}
	h2, .h2 {
		font-size: 22px;
	}

	h3, .h3 {
	    font-size: 19px;
	}

	/* HEADER - MOBILE MENU */

	#header, #search-form {
	    height: 94px;
	}

	#search-form {
	    padding: 2.9rem 0;
	}

	.search-form-wrapper {
		margin-left: 4rem;
	}

	#search-form input.search-input {
	    width: 77%;
		min-width: 250px;
	}

	#mobile-menu {
		display: block;
		cursor: pointer;
		float: right;
		background-image: url('img/mobile_menu.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 0;
		width: 42px;
		height: 30px;
		margin: 10px 0 0 15px;
	}

	#mobile-menu:hover {
		background-position: 0 -30px;
	}

	#close-menu {
		cursor: pointer;
		display: block;
		float: right;
		margin: 24px 15px 40px 0;
		background-image: url('img/close-menu.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 0;
		width: 32px;
		height: 32px;
	}

	#close-menu:hover {
		background-position: 0 -32px;
	}

	#header .wrapper {
		position: static;
	}

	#header .logo {
		width: 49%;
		margin-right: 1%;
	}

	#header .header-nav {
		width: 50%;
		margin-left: 0;
	}

	#header .header-nav nav {
		position: absolute;
		top: 0;
		right: -185px;
		background: #1f3e64;
		padding: 0 0 4rem;
		opacity: 0;
		transition: 0.3s all ease;
		-webkit-transition: 0.3s all ease;
	}

	#header .nav > ul {
		clear: both;
	}

	#header .nav ul li,
	#header .nav > ul > li,
	#header .nav ul li ul li:last-child,
	#header .nav ul li ul li,
	#header .nav > ul > li.menu-item-has-children {
		background: transparent;
		padding: 0;
		margin-top: 3px;
		margin-bottom: 3px;
		display: block;
		text-align: right;
	}

	#header .nav > ul > li,
	#header .nav > ul > li.menu-item-has-children {
		padding: 15px 0 10px;
		border-top: 1px solid #4984b2;
	}

	#header .nav > ul > li:first-child {
		border-top: 0 none;
	}

	#header .nav > ul > li.menu-item-has-children:hover {
		background: transparent;
	}

	#header .nav li a,
	#header .nav ul li ul li a,
	#header .nav > ul > li.menu-item-has-children > a {
		display: block;
		background: transparent;
		border-bottom: 0 none;
		padding: 0 15px 0 50px;
		line-height: 1em;
	}

	#header .nav > ul > li > a {
		font-size: 17px;
	}

	#header .nav > ul > li > a:hover {
		color: #c5dfed;
	}

	#header .nav ul li ul {
		position: relative;
		top: auto;
		left: auto;
		display: block !important;
		padding: 0;
		margin: 0;
	}

	#header .nav ul li ul li a {
		color: #c5dfed;
		font-size: 14px;
		line-height: 1.15em;
	}

	#header .nav > ul > li.menu-item-has-children > a:hover,
	#header .nav li.current_page_item.menu-item-has-children > a,
	#header .nav li.current_page_item > a,
	#header .nav ul li ul li.current_page_item a,
	#header .nav ul li a:hover,
	#header .nav ul li ul li a:hover {
		color: #ff554d;
		border: 0 none;
	}

	/* PAGES */
	#main {
		padding-top: 94px;
	}

	.content-highlight {
	    line-height: 1.6em;
	    font-weight: 500;
	}

	/* FLEXIBLE CONTENT */

	.two-box-links .box-link-text {
		font-size: 22px;
	}

	.tab-title h3 {
	    font-size: 25px;
	}

	/* HOME PAGE */
	.callout-circle a {
		height: 100px;
		width: 100px;
	}

	.callout-circle span {
		font-size: 24px;
	}

	.featured-resource .resource-title,
	.featured-resource .resource-title a {
		font-size: 22px;
	}

	.blog-feed .home-section-title,
	.learn-more-section h3 {
		font-size: 28px;
	}

	/* BLOG MAIN */
	.post-listing a.box-link {
		padding: 2rem;
		min-height: 680px;
	}
	.post-listing .post-title {
	    font-size: 23px;
	}
	.post-listing .post-excerpt {
		line-height: 1.6em;
	}
	.post-listing .readmore-button {
		left: 2rem;
	}

	/* CLIENT PAGE */
	.client-item {
		font-size: 17px;
	}

	/* FEATURED WORK */
	.featured_work-listing .featured_work-name {
		font-weight: 500;
	}

	/* RESOURCES MAIN */
	.resource-item .resource-title {
	    font-size: 22px;
	    line-height: 1.25em;
	}

	.resource-item .resource-excerpt {
		line-height: 1.5em;
	}

	.resource-item .zoom-wrapper img {
		height: 100%;
	}

	/* PRE-FOOTER */
	.page-quote {
		font-size: 26px;
	}

	.page-quote footer {
		font-size: 20px;
	}

	/* INDIVIDUAL OVERRIDES */
	#menu-item-283 > a {
	    width: auto;
	}

}

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

	/* HEADER */
	.admin-bar #header {
		top: 46px;
	}
}

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

	/* STRUCTURE */

	body {
		line-height: 1.6em;
	}
	.admin-bar #header {
		top: 46px;
	}
	.admin-bar #main {}

	h2, .h2 {
	    font-size: 19px;
	}

	h3, .h3 {
		font-size: 16px;
	}

	/* HEADER */
	#search-form input.search-input {
	    width: 73%;
		min-width: 200px;
	}

	/* BANNERS */
	.banner-text h2 {
	    font-size: 32px;
	}

	/* PAGES */
	.content-highlight {
    	line-height: 1.5em;
	}

	/* FLEXIBLE CONTENT */

	.tab-arrow {
		height: 46px;
		width: 46px;
	}

	.tab-arrow img {
		width: 30px;
	}

	.tab-title h3 {
	    font-size: 23px;
	}

	.quote h2 {
		font-size: 24px;
		line-height: 27px;
		padding: 45px 0 15px 0;
		}
	.quote h3 {
		font-size: 18px;
		line-height: 21px;
		padding: 0 0 75px 0;
		}	
	.thetitle h2 {
		padding-bottom: 10px !important;
		margin-bottom: 0 !important;
		}
		


	/* HOME PAGE */

	.callout-circle {
	    margin: 0 1.2rem 0 0;
	}
	.callout-circle a {
	    height: 80px;
	    width: 80px;
	}
	.callout-circle span {
	    font-size: 22px;
	}

	.featured-resource .resource-title,
	.featured-resource .resource-title a {
	    font-size: 20px;
	}

	.audience-specific .home-section-title {
	    margin-bottom: 2.5rem;
	}

	.blog-feed .home-section-title {
		margin: 0 0 3rem;
	}

	.blog-feed .home-section-title, .learn-more-section h3 {
	    font-size: 26px;
	}

	.blog-feed .readmore-button {
	    width: 82%;
	}

	/* FEATURED WORK */

	.featured_work-item .readmore-button {
	    width: 70%;
	}

	/* BLOG MAIN */

	.post-listing .post-title {
	    font-size: 21px;
	}

	.post-listing .post-excerpt {
	    line-height: 1.5em;
	}

	/* BIO MAIN */

	.bio-item.col {
		width: 33%;
	}

	.bio-item:nth-child(4n+1) {
		clear: none;
	}

	.bio-item:nth-child(3n+1) {
		clear: both;
	}

	/* CLIENT TEMPLATE */
	.client-list .col {
		width: 33%;
	}

	.client-item {
		margin: 0;
	}

	.client-item:nth-child(5n+1) {
	    clear: none;
	}

	.client-item:nth-child(3n+1) {
		clear: both;
	}

	.client-item:nth-child(5n+1) .client-item-wrapper {
		border-left: 0 none;
	}

	.client-item:nth-child(3n+1) .client-item-wrapper {
		border-left: 1px solid #484f58;
	}

	.client-cat-group:first-of-type .bottom-line {
	    display: block;
	}

	/* RESOURCES MAIN */

	.resource-item .resource-thumbnail,
	.resource-item .resource-content {
		float: none;
		width: 100%;
	}

	/* PRE-FOOTER */

	.page-quote {
	    font-size: 24px;
	}
	.page-quote footer {
	    font-size: 19px;
	}

	#newsletter-form {
		padding: 6rem 3rem;
	}

	#newsletter-form .newsletter-heading {
		font-size: 26px;
	}

	.fancybox-close-small::after {
		font-size: 55px;
		line-height: 52px;
		height: 55px;
		width: 55px;
		border-width: 3px;
	}

	.fancybox-close-small {
		width: 55px;
		height: 55px;
	}

	/* FOOTER */

	#footer-menu li a {
		font-size: 15px;
	}

}

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

	/* STRUCTURE */

	/* html element 37.5% font-size for REM use - 6px */
	html {
		font-size:37.5%;
	}

	h1, .h1 {
		font-size: 30px;
	}

	/* Columns */
	.row { margin: 0;}
	.col {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		border-left: 0 none;
		border-right: 0 none;
	}
	.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%; }

	/* FORMS */
	input,
	select,
	textarea,
	#newsletter-form p[data-id] input {
		padding: 12px;
	}

	.ctct-form .ctct-form-field,
	.ctct-form .ctct-form-field:nth-of-type(4),
	.ctct-form .ctct-form-field:nth-of-type(6) {
	    float: none;
	    position: relative;
	    width: 100%;
	    margin-right: 0;
	}

	.ctct-form .ctct-form-field input,
	.ctct-form .ctct-form-field textarea {
		height: 48px;
	}

	.ctct-form .ctct-form-field.ctct-form-field-submit {
		float: none;
		font-size: 20px;
		height: 44px;
	}

	.ctct-form .ctct-disclosure {
		margin-left: 0;
	}

	/* HEADER */
	#header, #search-form {
		height: 84px;
	}
	#header .logo {
		width: 25%;
	}

	#header .header-nav {
		width: 74%;
	}

	#header .logo img.main-logo {
		display: none;
	}
	#header .logo img.mobile-logo {
		display: block;
	}

	#search-form {
	    padding: 21px 0 0;
	}

	/* BANNER */

	.banner-text {}
	.banner-text h2 {
	    font-size: 26px;
	}

	/* PAGES */
	#main {
		padding-top: 84px;
	}

	.content-highlight {
	    font-size: 18px;
	}
	.resource-listing.related-resource .col {
		margin-bottom: 50px;
	}

	.resource-listing.related-resource .readmore-button {
		position: relative;
	}

	.resource-listing.related-resource  .post-excerpt {
		margin-bottom: 8px;
	}

	/* FLEXIBLE CONTENT */

	.tab-content {
	    padding: 3.4rem 2.5rem 70px 2.5rem;
	}

	.tab-title h3 {
	    font-size: 21px;
	}

	.tab-arrow.opened {
		top: auto;
		bottom: 3rem;
		transform: none;
		-webkit-transform: none;
	}

	/* HOME PAGE */

	.flex-direction-nav a {
	    width: 27px;
	    height: 50px;
	}

	.flex-direction-nav a:hover {
		background-position: 0 -50px;
	}

	.three-circles {
		padding-top: 30px
	}

	.three-circles .three-circle-wrapper {
		max-width: 300px;
	}

	.three-circles .circle-image {
		border-radius: 0;
	}

	.three-circles .circle-hover-text {
		font-size: 20px;
		position: relative;
		left: auto;
		top: auto;
		width: 90%;
		margin: 12px auto 20px;
		transform: none;
		-webkit-transform: none;
		opacity: 1;
	}

	.three-circles a:hover .circle-hover {
		opacity: 0;
	}

	.audience-specific .col {
		margin: 0 0 10px;
	}

	.callout-circle {
		width: 70px;
		margin-right: 12px;
	}

	.callout-circle a {
	    height: 70px;
	    width: 70px;
	}

	.callout-circle span {
	    font-size: 18px;
	}

	.featured-resource .resource-title {
    	width: 80%;
	}

	.featured-resource .resource-title,
	.featured-resource .resource-title a {
	    font-size: 17px;
	}

	.blog-feed .row {
		margin-bottom: 0;
	}

	.blog-feed .home-section-title,
	.learn-more-section h3 {
	    font-size: 24px;
	}

	.blog-feed .col {
		max-width: 515px;
		padding-bottom: 25px;
		border-bottom: 1px solid #b9b8b9;
		margin: 0 auto 25px;
	}

	.blog-feed .blog-item:nth-child(2) {
		border-left: 0 none;
		border-right: 0 none;
	}

	/* BIO MAIN */

	.bio-listing .row {
		margin: 0 -1.2%;
	}

	.bio-item.col {
		width: 50%;
		float: left;
		padding: 1.2%;
	}

	.bio-item:nth-child(3n+1) {
		clear: none;
	}

	.bio-item:nth-child(2n+1) {
		clear: both;
	}

	/* BIO SINGLE */

	.bio-title {
		font-size: 22px;
	}

	.bio-portrait {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	/* CLIENT TEMPLATE */
	.client-list .col {
		width: 50%;
		float: left;
	}

	.client-item {
		height: 150px;
		margin-bottom: 0;
	}

	.client-item:nth-child(3n+1) {
	    clear: none;
	}

	.client-item:nth-child(2n+1) {
	    clear: both;
	}

	.client-item:nth-child(3n+1) .client-item-wrapper {
		border-left: 0 none;
	}

	.client-item:nth-child(2n+1) .client-item-wrapper {
		border-left: 1px solid #484f58;
	}

	.client-cat-group:first-of-type .bottom-line {
	    display: block;
	}

	/* FEATURED WORK MAIN */
	.featured_work-listing a.box-item {
		padding-bottom: 15px;
	}

	.featured_work-listing .featured_work-name {
		margin-bottom: 6rem;
	}

	.featured_work-item .readmore-button  {
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
		-webkit-transform: none;
		width: auto;
		margin: 0 auto 4rem;
		display: block;
		text-align: center;
	}

	.featured_work-item .readmore-button span.button {
		width: auto;
	}

	/* RESOURCES SINGLE */
	.document-download-box {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	/* PRE-FOOTER */

	.page-quote {
	    font-size: 22px;
	}

	.learn-more-section {
		padding-bottom: 4rem;
	}

	.footer-boxes {
		width: 390px;
	}

	.footer-boxes .row {
		margin: 0 -1%;
	}

	.footer-box.col {
		width: 50%;
		float: left;
		padding: 0 1%;
		margin: 0;
	}

	.footer-box a {
		font-size: 19px;
		height: 100px;
	}

	.footer-box a span {
		width: 95%;
	}

	#newsletter-form .newsletter-heading {
	    font-size: 22px;
	}

	.fancybox-close-small::after {
		font-size: 42px;
		line-height: 38px;
		height: 42px;
		width: 42px;
		border-width: 3px;
	}

	.fancybox-close-small {
		width: 42px;
		height: 42px;
		top: -20px;
		right: -20px;
	}

	#newsletter-form .ctct-custom-form .ctct-button {
		font-size: 18px;
	}

	#newsletter-form p[data-id] {
	    display: block;
	    width: 100%;
	    margin: 0 0 15px;
	}


	/* FOOTER */

	.site-social-buttons i {
		font-size: 42px;
	}

	#footer-menu li {
		display: block;
		text-align: center;
	}

	#footer-menu li a {
		display: block;
		padding: 5px 0;
		border-bottom: 1px solid #7c899a;
	}

	#footer-menu li:last-child a {
		border-bottom: 0 none;
	}

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

	/* STRUCTURE */

	h1, .h1 {
	    font-size: 29px;
	}

	h2, .h2 {
	    font-size: 20px;
	}

	/* FORMS */
	.form-label {
		margin-bottom: 5px;
	}

	/* HEADER */

	#header, #search-form {
		height: 75px;
	}

	#header .wrapper {
		width: 100%;
	}

	#header .logo {
		position: absolute;
		top: 13px;
		left: 1.5%;
		width: auto;
	}

	#header .header-nav {
		width: 100%;
	}

	#mobile-menu {
		margin-top: 7px;
		margin-right: 1.5%;
	}

	#search-form {
	    padding: 2.8rem 0;
	}

	.search-form-wrapper {
		margin-left: 3rem;
	}

	#search-form input.search-input {
		width: 78%;
	}

	#search-form button {
		margin-right: 1rem;
	}

	#search-icon {
		margin-top: 12px;
	}

	/* BANNER */


	.banner-text h2 {
		font-size: 20px;
	}

	/* PAGES */
	#main {
	    padding-top: 75px;
	}
	#main.background-img-exists {
		padding-bottom: 300px;
	}
	.content-highlight {
	    font-size: 16px;
	}

	/* HOME PAGE */

	.flex-direction-nav a {
	    width: 21px;
	    height: 38px;
	}

	.flex-direction-nav a:hover {
		background-position: 0 -38px;
	}

	.three-circles .circle-image img {
	    max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}

	.three-circles .circle-hover-text {
		font-size: 18px;
	}

	.callout-circle {
		width: auto;
		margin: 0 auto 12px;
		text-align: center;
		display: block;
	}

	.callout-circle a {
		margin-left: auto;
		margin-right: auto;
	}

	.featured-resource .resource-title,
	.featured-resource .resource-title a {
	    width: 100%;
		text-align: center;
	}

	.blog-feed .post-excerpt {
		line-height: 1.4em;
		margin-bottom: 46px;
	}

	/* RESOURCES MAIN */
	.resource-listing {
		margin-top: 5rem;
		padding-top: 5rem;
	}
	.resource-item .resource-title {
		font-weight: 600;
	}

	.post-listing a.box-link {
    min-height: unset;
	}

}

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

	/* html element 25% font-size for REM use - 4px */
	html {
		font-size: 25%;
	}

	h1, .h1 {
	    font-size: 28px;
	}

	.button, button, input[type="submit"],
	#newsletter-form .ctct-custom-form .ctct-button {
		padding: 8px 16px;
		font-size: 15px;
	}

	/* HEADER */

	#mobile-menu {
		margin-top: 12px;
	}

	#search-icon {
	    margin-top: 16px;
	}

	#search-form {
		padding: 19px 0 0;
	}

	#search-form input.search-input {
		width: 75%;
	}

	/* BANNERS */
	.banner-text h2 {}

	/* PAGES */

	#main.background-img-exists {
	    padding-bottom: 270px;
	}
	.content-highlight {
	    font-size: 16px;
	}

	/* FLEXIBLE CONTENT */
	.tab-title {
		padding: 10px;
	}
	.tab-title h3 {
	    font-size: 19px;
		width: 90%;
	}
	.tab-arrow {
		height: 40px;
		width: 40px;
	}
	.tab-arrow img {
	    width: 26px;
	}

	/* RESOURCES MAIN */
	.resource-item .resource-content {
		padding: 15px;
	}
	.resource-item .resource-title {
		font-size: 21px;
	}
	.resource-item .readmore-button {
		padding-bottom: 4px;
	}

	/* BLOG MAIN */
	.post-listing .post-excerpt {
		margin-bottom: 45px;
	}

	/* PRE-FOOTER */

	.footer-boxes {
		width: 100%;
	}

	.footer-boxes .row {
	    margin: 0;
	}

	.footer-box.col {
		width: 65%;
		float: none;
		padding: 0;
		margin: 0 auto 10px;
	}

	.footer-box a {
	    font-size: 18px;
	}
	#newsletter-form .ctct-custom-form {
		min-width: 50px;
	}

	#newsletter-form .newsletter-heading {
	    font-size: 19px;
	}

	#newsletter-form p[data-id] {
		margin-bottom: 8px;
	}

	#newsletter-form .ctct-custom-form .ctct-button {
		margin-top: 20px;
	}

	.fancybox-close-small {
	    top: -20px;
	    right: -14px;
	}

}

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

	/* STRUCTURE */
	body {
		font-size: 15px;
	}
	h1, .h1 {
	    font-size: 26px;
	}

	h2, .h2 {
	    font-size: 18px;
	}

	/* HEADER */

	#search-form input.search-input {
		width: 70%;
	}

	/* FORMS AND CONTACT FORM */
	.ctct-form .ctct-input-container label {
		font-size: 14px;
	}

	/* PAGES */

	.content-highlight {
	    line-height: 1.4em;
	}

	/* HOME PAGE */

	.flex-direction-nav a {
	    width: 16px;
	    height: 30px;
	}

	.flex-direction-nav a:hover {
		background-position: 0 -30px;
	}

	.three-circles .circle-image img {
    	max-width: 165px;
	}

	.blog-feed .home-section-title, .learn-more-section h3 {
	    font-size: 22px;
	}

	/* BLOG MAIN */
	.post-listing .post-title {
	    font-size: 20px;
	}

	/* BIO MAIN */

	.bio-listing .row {
		margin: 0;
	}

	.bio-item.col {
		width: 100%;
		float: none;
		padding: 0 0 10px;
	}


}

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

	/* FLEXIBLE CONTENT */
	.tab-title h3 {
	    font-size: 18px;
	}

	/* RESOURCES MAIN */
	.resource-item .resource-title {
		font-size: 19px;
	}

}

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