/*
Theme Name: FSB
Author: Imaginuity
Description: The theme for the FSB-AE site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: fsb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
	font-family: "museo-sans-condensed", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select{
	border-radius: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * Global styles
 */
.right {
    right: 0;
    float: right;
}
.left {
    left: 0;
    float: left;
}

.nowrap{
	white-space: nowrap;
}

.standard-content{
	text-align: left;
}

/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #44443d;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

select{
	line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "museo-sans-condensed", "Trebuchet MS", sans-serif;
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 1.1rem 0 1.1rem 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: "museo-sans-condensed", monospace, san-serif;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

.related-projects-containers hr{
	margin: 1rem 0 1rem 0;
}

ul,
ol {
	margin: 0 0 1.25em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: "museo-sans-condensed", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: "museo-sans-condensed", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: "museo-sans-condensed", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: "museo-sans-condensed", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: "museo-sans-condensed", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #ffffff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 0px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.menu-search-icon,
.menu-search-icon:hover,
.menu-search-icon:focus,
.search-open,
.search-open:hover,
.search-open:focus {
	background: transparent url(images/svg/Icon-SearchIcon2.svg) no-repeat 0 0;
	display: block;
	background-size: 100%;
	margin: 0 0 0 1.250rem;
	height: 25px;
	width: 25px;
}


.search-form {
	position: relative;
}

/*input[type="search"].search-field {
	border-radius: 0;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}*/

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */


/**
 * 6.1 - Links
 */

a {
	color: #0071BC;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

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

/*.entry-content a,*/
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

.contact-us-links a{
		color: #44443d;
}

.breadcrumbs a {
	padding-left: 0px;	
}

/**
 * 6.2 - Menus
 */
.insight-header, .career-header{
	width: 100%; 
	height: 5.80rem;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;	
	background-color: #cccccc;
}

.career-header{
	height: 6.750rem;
}

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
	width: 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: "museo-sans-condensed", sans-serif;
}


.site-footer {
	width: 100%;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.footer-info{
	padding-left:0px !important;
	padding-right:0px !important;	
}

#menu-footer-left, #menu-footer-right, .social-navigation, .footer-info {
	list-style: none outside none;
	text-align: center;
	width:100%;
}

.footer-left-menu li a {
	text-decoration: underline;
	font-weight: 300;
	color: #5C5C60;
}

.copyright, footer .main-right-navigation {
	width: 100%;
	text-align: center;
	font-weight: 300;
	color: #5C5C60;
}

footer a {
	color: #5C5C60;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	font-size: .875rem;
}

.main-navigation a:hover,
.main-navigation a:focus {
	text-decoration: underline;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin: 0.875rem 0 0.438rem;
}

.social-navigation ul {
	list-style: none;
	text-align: center;
}

.social-navigation li {
	float: none;
	margin: 0 0.250rem;
	display: inline-block;
}

.social-navigation a {
	display: block;
	height: 32px;
	position: relative;
	width: 32px;
}

.social-facebook a {
	background: transparent url(images/svg/Icon-Facebook.svg) no-repeat center center;
	background-size: 300% 300%;
}

.social-email a {
	background: transparent url(images/svg/Icon-Email.svg) no-repeat center center;
	background-size: 300% 300%;
}

.social-twitter a {
	background: transparent url(images/svg/Icon-Twitter.svg) no-repeat center center;
	background-size: 300% 300% ;
}

.social-linkedin a {
	background: transparent url(images/svg/Icon-LinkedIn.svg) no-repeat center center;
	background-size: 300% 300%;
}

.social-phone span:first-child a{
	background:url(images/svg/Icon-Phone.svg) no-repeat center center;
	background-size: 300% 300%;
	height: 36px;
  width: 29px;
  margin-right: 0.5rem;
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: "museo-sans-condensed", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 0 1em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "";
	background: transparent url(images/svg/pagination-arrow.svg) no-repeat 0 0;
	transform: rotate(-90deg);
	right: -27px;
	height: 6rem;
	width: 6rem;
	top: -24px;
}

.pagination .nav-links:after {
	content: "";
	background: transparent url(images/svg/pagination-arrow.svg) no-repeat 0 0;
	transform: rotate(90deg);
	right: 37px;
	width: 6rem;
	height: 6rem;
	height: 6rem;
	top: -21px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 0em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "";
	background: transparent url(images/svg/pagination-arrow.svg) no-repeat 0 0;
	transform: rotate(90deg);
	left: -27px;
	top: -20px;
	height: 6rem;
	width: 6rem;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "";
	background: transparent url(images/svg/pagination-arrow.svg) no-repeat 0 0;
	transform: rotate(-90deg);
	right: 16px;
	top: -24px;
	height: 6rem;
	width: 6rem;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "museo-sans-condensed", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.primary-mobile-menu:before,
.primary-mobile-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after,
.factoid-title:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.primary-mobile-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: "museo-sans-condensed", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.page-template-template-about-us .hero-image{
	position: relative;
	overflow: hidden;
}

.fullwidth {
  width: 100%;
  margin-left: auto;
	margin-right: auto;
	max-width: initial;
	overflow: hidden;
}

.home .fullwidth{
	max-height: 711px;
}
.slider {
	margin: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	height: 14rem;
}

.slick-slide{
	height:14rem;
	width: 100%;	
}

.slider .slide {
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.intro-text-grid {
    color: #0071BC;
    display: inline-grid;
    font-weight: 300;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 150px);
    max-height: 370px;
    max-width: 450px;
}

.intro-text-grid div {
    display: flex;
    align-items:center;
    justify-content:left;
}

.intro-text-grid .a1 {
    font-size: 125px;
}

@media screen and (max-width: 40em) {
    .intro-text-grid .a1 {
        font-size: 100px;
    }
}

.intro-text-grid .a2 {
    color: #888;
    font-size: 52px;
}

.intro-text-grid .b1 {
    color: #5C5C60;
    font-size: 28px;
    line-height: 35px;
}

.intro-text-grid .b2 {
    font-size: 180px;
    line-height: 150px;
}

.gray-text {
	color: #a1a19d;	
	font-size: 1.750em;
	line-height: 1.3;
	font-weight: 300;
}

.site-inner {
	margin: 0 auto;
	max-width: 1260px;
	position: relative;
	width: 100%;
}

.site-inner-row{
	position: absolute;
	width: 100%;
	bottom: 1.15rem;
	margin-top: 108px;
	left: 0;
}

.site-content {
	word-wrap: break-word;
	overflow:hidden;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 1.0rem;
}

.site-main > :last-child {
	margin-bottom: 0;
}

.columns {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}

.row.expanded,
.row .row {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

/**
 * 11.1 - Header
 */

.site-header {
	max-width:100%;
	padding: 0;
	z-index: 2;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;

	background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#007db9e8',GradientType=0 );
}

/* .single-project .site-header{
	position:absolute;	
} */

.single-project .white-title {
	display: none;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	height: 110px;
	width: 69px;
	padding: 0;
	position: relative;
	z-index: 9;
	margin-right: 20px;
}

.site-branding a{
	text-decoration:none;
}

.site-navigation {
	padding: 0;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background: transparent url(images/svg/Icon-HamburgerNav3.svg) no-repeat 0 0;
	border: 0;
	color: #ffffff;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	background-size: 100%;
	font-size: 1rem;
}

.main-menu-open .menu-toggle,
.main-menu-open .menu-toggle:hover,
.main-menu-open .menu-toggle:focus {
	background: transparent url(images/Icon-Hamburger-close-white.png) no-repeat 0 0;
	border: 0;
	color: #ffffff;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 54px;
	background-size: 100%;
	font-size: 1rem;
}

.menu-toggle:hover {
	background-color: transparent;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: transparent url(images/svg/Icon-HamburgerNav3.svg) no-repeat 0 0;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: 0;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

.heads-up-size .main-navigation a{
	color:#0071BC;
	filter: none; /* CWL Modified */
}

.fsb-logo {
	background: transparent url(images/FSB-AE-min.png) no-repeat 0 0;
	display: block;
	background-size: 100%;
	float: right;
	height: 100%;
	width: 100%;
	margin-top:20px;
}
.social-posts > div{
	padding-left:0px;
	padding-right:0px;
}

.social-posts .row{
	margin-bottom: 1rem;	
}

/**
 * 11.2 - Posts and pages
 */

.child-blocks > div{
	margin-bottom: 0.3rem;	
}

.child-blocks > .rem-21, .child-blocks > .rem-12{
	padding-left: 0px;
	padding-right: 0px;	
}
	
.rem-21{
	height: 21rem;	
	padding-left: 0px;
	position: relative;
}

.rem-24{
	height: 24.5rem;	
	padding-left: 0px;
	position: relative;
	margin-bottom: 1rem;
}

.row.two-column-cta .small-12.medium-6.large-12.columns.rem-12 {
    margin-bottom: 1rem;
}

.rem-12{
	height: 16rem;	
	padding-left: 0px;
	position: relative;
}

.home-stats-gradient.rem-12, .home-stats-gradient .rem-12{
	height: 9rem;	
}

.row.four-column-cta.social-posts{
	padding-top: 0px;	
	padding-left: 0rem;
	padding-right: 0rem;
}

.row.four-column-cta.social-posts a {
	text-decoration: none;
}

.child-links-about{
	position: absolute;
	bottom: -1rem;
	left: 1rem;
	right: 1rem;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
.child-links-about h2, .year-title h2{
	font-size: 1.25rem;
	line-height: 2rem;
}

.year-title h2{
	text-transform: none;
}
.child-links-about a{
	color: #fff;
	text-decoration: none;
}

.child-links-about p{
	font-size: 1rem;	
}

.child-links-text{
	height: 12rem;
	overflow: hidden;
	line-height: 1.6;
}

.child-links-about-image{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;	
	background-color: #999;
	background-position: center;
}

.site-main > article,
.search-results .site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.search-results .site-main .insight-header {
	margin-bottom: 2rem;	
}

.project-text-container, .child-links-text-container{
	display: none;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(32,143,229,0.43) 0%, rgba(29,142,229,0.69) 72%, rgba(4,75,163,0.79) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32,143,229,0.43) 0%,rgba(29,142,229,0.69) 72%,rgba(4,75,163,0.79) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(32,143,229,0.43) 0%,rgba(29,142,229,0.69) 72%,rgba(4,75,163,0.79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e208fe5', endColorstr='#c9044ba3',GradientType=0 ); /* IE6-9 */
}

.project-text {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	color: #fff;
	font-weight: 700;
	text-align: left;
	max-width:75%;
}

.project-text p{
	margin-bottom: 0px;	
}

.timeline-text {
	top: 2.25rem;
	padding-right: 1rem;
}

.timeline-title {
	position: absolute;
	bottom: 3.35rem;
}

.project-image:hover .project-text-container, 
.rem-21:hover .child-links-text-container, 
.rem-12:hover .child-links-text-container,
.rem-24:hover .child-links-text-container {
    display: block;
}
.project-image:hover .project-text.timeline-title,
.rem-21:hover .child-links-about h2, 
.rem-12:hover .child-links-about h2,
.rem-24:hover .child-links-about h2 {
    display: none;
}

.page-template-template-services .rem-21:hover .child-links-about h2,
.page-template-template-services .rem-12:hover .child-links-about h2,
.page-template-template-services .rem-24:hover .child-links-about h2 {
	display: block;
}

.page-template-template-services .rem-21 svg,
.page-template-template-services .rem-12 svg,
.page-template-template-services .rem-24 svg {
	opacity: 0;
}

.page-template-template-services .rem-21:hover svg,
.page-template-template-services .rem-12:hover svg,
.page-template-template-services .rem-24:hover svg {
	opacity: 1;
}

.child-links-text-container{
	padding: 1rem;
	color: #fff;
}

.read-more {
	display: none;
}
/*
.read-more{
	text-transform: uppercase;
	width: 110px;
	text-align: center;
	cursor: pointer;
	font-size: 1.180rem;
	color: #44443d;
	position: relative;
	left: 33%;
}
*/
.arrow-selector{
	display:none;	
}

.arrow-blue{
	fill: #0071BC;	
	margin-top: 0.875rem;
	width: 50px;
	height: 50px;
	display:none;
}

.arrow-white{
	fill: #fff;	
	margin-top: 0.875rem;
	width: 50px;
	height: 50px;
	display:none;
}

.gray-blue{
	fill: #44443d;	
	margin-top: 0.875rem;
	width: 50px;
	height: 50px;
	display:none;
}

.view-original-insight{
	padding-top:	2.250rem;
}

.view-original-insight div{
	padding-bottom: .5rem;	
}
.view-original-insight > a{
	text-decoration: none;
	color: #44443d;	
}

.show-more{
	height:auto !important;
	overflow:hidden;
	position: relative;
	max-height: 100% !important;
}
.show-more:after{
	display:none;
}

.project-awards-read-more{
	cursor: pointer;	
}

.project-awards-details{
	font-weight: 300 !important;
}
.project-awards-details p{
	border-bottom: 1px solid #a1a19d;
}

.entry-content p:first-child strong, blockquote p {
  font-size: 28px;
  font-size: 1.750rem;
  font-weight: 300;
  line-height: 1.1;
}
/*
.single-project .entry-content, .read-more-cover{
	max-height:250px;
	overflow:hidden;
	position: relative;
}

.single-insights .read-more-cover{
	max-height:750px;
	overflow:hidden;
	position: relative;
}
*/
.page-template-manage_projects .button.list-type.active{
	background-color: #1c6277;
}

.single-insights .white-title{
	display: none;
}

.page-template-template-markets .featured-group-title{
	text-decoration: none;
}
/*
.single-project .entry-content:after, .read-more-cover:after {
  position: absolute;
  bottom: 0;  
  height: 44%;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(255,255,255, 1) 10%, 
     rgba(255,255,255, 0) 90%
  );
  pointer-events: none; /* so the text is still selectable */
}
*/
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 0;
	margin-left: 0;
}

.entry-header {
	margin: 0;
}

.adobe-link{
	position:absolute;
	bottom:0;
}

.search-results .entry-header {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
}

.search-results .entry-header.search-result-section {
	padding-top: 0;
}

.entry-title {
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.results-title a{
	text-decoration: none;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

.search-results .page-header {
	margin-top: 3.5rem;
	padding-bottom: 1.75rem;
	border-bottom: 4px solid #000000;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "museo-sans-condensed", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}

.accordion li a{
	text-decoration: none;
	color: #0071BC;	
}

.accordion-title::before{
	font-size: 1.5rem;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 1.5000rem 0 1.75em;
	border-top: 1px solid #969696;
	max-width:1080px;
    font-size: 16px;
}

.site-footer a {
    font-size: 16px;
}

.site-info {
	color: #686868;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

footer ul {
	margin: 0;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: "museo-sans-condensed", sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: "museo-sans-condensed", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

/* Orbit Slider */
.orbit span {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding: 1rem;
    font-size: 1.2rem;
}
.orbit-container li,
.hero-image {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 10.63rem;
	background-color: #cccccc;
}

.hero-image {
	margin-bottom: 1.5rem;
    /*height: 34.38rem;*/
    position:relative;
	/*background-size: 100% auto;*/
	background-position: center;
}

.project-image {
    height: 20rem;
    position:relative;
    -webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center;
}

.standard-flex-image {
    height: 17rem;
    position:relative;
    -webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: center;
}

.info-graphic .project-image{
	background-size: contain;

}

.project-image .timeline-text > p {
	text-transform: none;
	margin: 0;
}

#search-menu {
	display: none;
}

.search-box-content{
	width: 300px;
}

.search-box-content .search-field{
	border: 1px solid #969696;
}

.main-menu-open .site-header-menu {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	background: #ffffff;
	top: 3rem;
	margin-top: 0;
	z-index: 1;
	padding-top: 2rem;
}

.main-menu-open .main-navigation ul {
	padding: 0 1rem 0rem;
}

.main-menu-open .main-navigation a {
	color: #0071BC;
	text-transform: uppercase;
	font-size: 1rem;
}

.main-menu-open .main-navigation .menu-item-has-children > a:before {
	content: '+';
	float: left;
	margin-right: .500rem;
	font-size: .875rem;
	color: #0071BC;
}

.main-menu-open .main-navigation .menu-item-has-children.active > a:before {
	content: '-';
	float: left;
	margin-right: .688rem;
	font-size: .875rem;
	color: #0071BC;
}

.main-menu-open .main-navigation ul ul {
	padding-bottom: 0;
}

.site-header.main-menu-open {
	background: #ffffff;
}

.search-menu-open .menu-search-icon {
	background: transparent url(images/Icon-Hamburger-close-white.png) no-repeat 0 0;
	border: 0;
	color: #ffffff;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	background-size: 100%;
	position: absolute;
	z-index: 11;
	left: 1.250rem;
	top:18px;
}

.search-menu-open #search-menu {
	display: block;
	width: 100%;
	height: 115px;
	left: 0;
	top: 0;
	position: absolute;
	background: #0071BC;
	padding: 3.125rem 1.250rem 1.750rem;
	z-index: 10;
}

.search-menu-open .search-form {
	height: 2.250rem;
}

.search-menu-open .search-form label {
	height: 100%;
}

.search-menu-open .search-form input[type="search"].search-field {
	height: 100%;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: 100%;
	background: #FFFFFF;
	background-image: none;
	border: 1px solid #969696;
	padding: 0.5em 2.25em 0.5em 0.5em;
	box-shadow: none;
	transition: initial;
}

.search-submit {
	border-radius: 0;
	width: 29px;
	height: 100%;
	border: 1px solid #969696;
	border-left: 0 none;
	border-right: 0 none;
	margin-right: .4375rem;
}

.search-submit:before {
	content: '';
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 29px;
	height: 29px;
	background: transparent url(images/search-icon-blue.png) no-repeat 0 0;
}

.search-form button, .search-form button:hover {
	background: #ffffff;
}

.page-template-template-markets .search-submit:before, .page-template-template-insights .search-submit:before {
	background:url(images/search-icon-gray.png) no-repeat 0 0;
}
.page-template-template-markets .search-submit, .page-template-template-insights .search-submit{
	border-radius: 0;
	width: 29px;
	height: 100%;
	border: 1px solid #d1d1d1;
	border-left: 0 none;
	border-right: 0 none;
	margin-right: .4375rem;
}

.related-projects-containers input[type="search"]:focus {
    background-color: #fff;
    border-color: #d1d1d1;
    color: #1a1a1a;
    outline: 0;
    box-shadow: none;
}

.menu-toggle:focus, .menu-search-icon:focus, .search-open:focus {
	outline: 0 none;
}

input {
	border-radius: 0;
}

/**
 * SLICK STYLINGS
  */

#hero-slider ul {
	width: 100%;
	margin: 0;
}

.project-hero-image {
	width: 100%;
	height: auto;
}

#primary{
	max-width: 100%;	
}

#hero-slider button {
}

.slick-dots {
	position: absolute;
	margin: 0;
	bottom: 1.500rem;
	left: 0;
	width: 100%;
	text-align: center;
}

ul.slick-dots li {
	list-style: none outside none !important;
	display: inline-block;
}

.slick-dots li button {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	opacity: 1;
	display: inline-block;
	float: left;
	width: 15px;
	height: 15px;
	position: relative;
	text-indent: -9999px;
	padding: 0;
	margin: 0 3px;
}

.slick-dots li.slick-active button {
	background-color: #0071bc;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
	background: transparent url(images/svg/Slider-Arrows.svg) no-repeat;
	position: absolute;
	top: 50%;
	border: 0;
	border-radius: 0;
	text-indent: -9999px;
	z-index: 1;
	outline: none;
	outline-offset: 0;
	height: 73px;
	width: 73px;
	padding: 0;
	background-size: 115px;
	background-position: center;
}

.slick-next {
	right: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.slick-prev {
	left: 0;
}

.slick-arrow{
	display: none !important;
}

.breadcrumb-container{
	clear:both;
	/*position: absolute;*/
	bottom: 0px;
	color:#fff;
	z-index: 0;
	display:none;
}

.breadcrumb-container p{
	margin-bottom: 0;
}

.breadcrumb-container a {
	padding: 0 .4rem;
	text-decoration: none;
	color: #fff;
	font-family: 'museo-sans-condensed', sans-serif;
	font-weight: 500;
	line-height: 1;
}

#breadcrumbs > span > span > a {
	padding-left: 0;
}

.breadcrumb_last{
	display: none;	
}

.single-project .breadcrumb_last, .page-template-template-about-us .breadcrumb_last, .single-insights .breadcrumb_last, .single-leadership .breadcrumb_last, .page-template-default .breadcrumb_last{
	display: none !important;	
}

.project-cta p{
	margin-bottom: 1em;	
}

.blue-cta p{
	margin-bottom: 0.5rem;	
}

.row.four-column-cta {
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    padding-top: 2rem;
}

.single-leadership .row.four-column-cta{
	padding-top: 0px;	
}

.page-template-template-career .entry-content, .title-in-header .entry-content{
	padding-top: 1.0rem;	
}

.project-cta li{
	list-style: none;	
}

div.sub-cats{
	display:flex;
	flex-direction:column;
}

.sub-cats a {
	font-weight:300;
}

.project-cta, .blue-cta {
	border-top: 1px solid #a1a19d;
	padding-top: 1.5em;
	padding-bottom: 0rem;
	padding-left:0px;	
}

.insights-cta {
	border-top: 0px solid #a1a19d;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left:0px;	
}

.insights-cta > a{
	text-decoration: none;	
}

.page-template-template-insights .blue-cta{
	border-top: 0px;
	padding-top:0px;
	padding-left:1rem;
}

.page-template-template-career .blue-cta > div{
	text-transform: uppercase;	
}

.blue-cta{	
	padding-left: 0px;
	position: relative;
}

.entry-content{
	/*padding-bottom: 1.5em;	*/
}

.project-quote, .bio-quote{
	border-top: 0px solid #000;		
}

.page-template-template-career .two-row-cta .columns{
	padding:0px;	
}

.page-template-template-career .two-row-cta{
	padding-bottom:0.5rem;	
}

.row.four-column-cta .blue-cta:nth-child(n+2){
	border:0px;
	padding-top: 0px;
}

.row.four-column-cta .blue-cta:last-child{
	border:0px;
	border-bottom: 1px solid #a1a19d;
	padding-top: 0px;
	margin-bottom: 1.7rem;
	padding-bottom: 0.5rem;
}

.view-links {
	text-transform: uppercase;
}

.home .view-links span, .home .view-links svg{
	display: inline-block;
	vertical-align: middle;	
}

.home .view-links span{
	padding-right: 0.5rem;
}

.insight-selectors{
	padding-bottom: 1rem;	
}

.insight-selectors > div{
	margin-bottom: 4px;	
}

.bios-education, .bios-affiliations, .bios-registrations{
	text-align: left;	
	font-size: 1.5rem;
}

.bios-affiliations .project-awards-read-more, .bios-education .project-awards-read-more,  .bios-registrations .project-awards-read-more{
	text-transform: uppercase;	
}
	
.bios-image-container{
	padding-left:0px !important;
	overflow: hidden;	
}

.bios-column .social-linkedin a, .bios-column .social-email a{
	width:50px;
	height:50px;
}
.bios-column .social-navigation{
	padding-top:0px;
}
.bios-column{
	margin-top: 0.7rem;	
}

.single-service .project-content{
	padding-top: 1rem;
}

.carousel-link-section{
	position: relative;
	bottom: 0rem;
	padding-left: 0.875rem;
	padding-right: 3.875rem;
	background-color:#262626;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.carousel-text-section{
	position: relative;
	bottom: 3rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	
}

.home .view-links span{
	text-transform: none;	
	font-size: 1.5rem;
}

.home .view-links .arrow-white{
	display:block;	
}

.home .view-links{
	color: #fff;	
}

.content-section.child-blocks.row{
	padding-top: 2.5rem;	
}

.acf-map{
	width: 100%;
	height: 168px;
	border: #ccc solid 1px;
}

.market-sector-leader .market-leader-name a {
	text-decoration: none;
}
.market-sector-leader a span.suffix,
.market-sector-leader a span.bio-market-name {
	padding-right: 0;
	display: inline-block;
}

.market-sector-leader p {
	margin:.25rem auto;
	line-height:1rem;
}

.market-sector-leader .market-sector-title{
	position: relative;
	padding-right: 1rem;
}

.market-sector-leader{
	position: relative;
	min-height: 120px;
}
.padding-right-1rem{
	padding-right: 1rem !important;
}

.secondary-bio{
	margin-top: 1rem;
}

.single-market .inner-blue-cta, .single-service .inner-blue-cta {
	display: none;
}

.single-market .blue-cta a, .single-service .blue-cta a, .single-leadership .blue-cta a {
	text-decoration: none;
}

.single-leadership .blue-cta a{
	text-transform: uppercase;	
}

.blue-cta > div.market-category-insight > p {
	text-transform: uppercase;
	font-weight: bold;
}

.image-gradient-add-on:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(76,76,76,0.1) 0%,rgba(19,19,19,0.25) 65%,rgba(19,19,19,0.45) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,0.1) 0%,rgba(19,19,19,0.25) 65%,rgba(19,19,19,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(76,76,76,0.1) 0%,rgba(19,19,19,0.25) 65%,rgba(19,19,19,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	/*background-image: url(images/fsb_image_overlay_2.png);*/
	background-size: cover;
}

.image-gradient-add-on:hover:before{
	background-image: url(images/fsb_image_overlay_2.png);
}

.insight-selectors form select {
	line-height: 1.6;
	padding: 0.25rem 0.5rem;
	background-image: url(images/drop-down-arrow.png);
	background-size: 27px 14px;
	background-position: center right;
}

.insight-selectors form select.insight-select > option {
	text-transform: uppercase;
}

.contact-markets a {
	color: #44443d;
	text-transform: none;
	font-weight: normal;
	font-size: 1.125rem;
}

.social-read-more{
	display: none;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

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

.fsb-logo-blue{
	background: transparent url(images/svg/FSB-Logo-Blue.svg) no-repeat 0 0;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.js-videoPoster{
	background-size: cover !important;
}
/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 14.1 - >= 640px
 */

@media screen and (min-width: 40em) {
	
	.left-13 .standard-content, .left-23 .standard-content, .center-13 .standard-content, .left-50 .standard-content{
		margin-right: 1rem;
	}

	.related-projects-containers hr{
		margin: 1.75rem 0 1.75rem 0;
	}
		
	.insight-selectors div:nth-child(-n+2){
			padding-right:4px;
	}
	
	.insight-selectors div:nth-last-child(-n+2){
			padding-left:4px;
	}
	
	.page-template-template-insights .blue-cta{
		border-top: 0px;
		padding-top:0px;
		padding-left:1rem;
		border-left:0px;
	}
	
	.page-template-template-insights .padding-horizontal-zero .rem-12{
		height: 11rem;	
	}
	
	.child-links-about{
		bottom: 1rem;
		left: 1.250rem;
		right: 1.250rem
	}
	.arrow-selector{
		display:block;
		position: relative;
		bottom:0px;	
	}
	.arrow-blue, .arrow-white, .gray-blue{
		display:block;	
	}
	.row.two-column-cta {
    padding-top: 1.25rem;
	}
	.row.four-column-cta {
    padding-left: 1.250rem;
    padding-right: 1.250rem;
    margin-top: 0.2rem;
	}
	.rem-12{
		height: 14.375rem;
	}
	.rem-12, .rem-21, .rem-21{
		padding-right: auto;	
	}
	.rem-24{
		margin-bottom: 0.3rem;	
	}

	.child-blocks > .rem-12 {
		padding-right: 0px;
		padding-left: .5rem;
	}

	/* .child-blocks > .rem-21:nth-child(2){	
		padding-right: 0px;
	}
	
	.child-blocks > .rem-12:nth-child(n+4){ 
		padding-left: .5rem;
	}
	
	.child-blocks > .rem-12:nth-child(5){
		padding-right: 0px;
		padding-left: 0px;
	} */

	.child-blocks a {
		text-decoration: none;
	}
	
	.read-more{
		left: 42%;	
	}
	
	.insight-header, .career-header{
		height: 9.55rem;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.columns {
		padding-left: 1.250rem;
		padding-right: 1.250rem;
	}

	.site-top-nav-section{
		padding-right: 0px;
	}

	.row.expanded,
	.row .row {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	
	/* .single-project .site-header{
		position:fixed;	
	} */
	
	.hero-image{
		height: 21rem;
	}

	.page-template-template-about-us .hero-image{
		height: 20rem; /*Special Height for About Us page*/
	}

	.site-header {
		padding: 1.500rem 1.250rem 1.250rem;
		height: 153px;
		position: absolute;
		left: 0;
		right: 0;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	#masthead .site-navigation,
	#masthead .site-branding {
		padding: 0;
		/*height: 100%;*/
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}
	/*
	.single-project .entry-content, .read-more-cover{
		height:450px;
	}
*/
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
	}

	.entry-header {
		margin: 1.8rem 0 1.8rem;
	}
	
	.page-template-template-career .entry-content{
		margin-top: 1.3rem;	
	}
	.page-template-template-career .entry-header, .title-in-header .entry-header{
		position: absolute;
		top: -5rem;
		color: #fff;
		z-index: 100;
		left: 1rem;	
	}
	
	.page-template-template-career .media-container{
		margin-top: 0.5rem;	
	}
	
	.page-template-template-career .entry-header h1, .title-in-header .entry-header h1, .breadcrumb_last{
		color:#fff !important;	
	}
	
	.page-template-template-career article > .site-inner,
	.title-in-header article > .site-inner,
	.page-template-default article > .site-inner{
		padding-top: 1.2rem;	
	}
	
	.page-template-template-career .two-row-cta{
		padding-bottom: 0;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}

	#content.site-content.project {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.main-navigation li {
		display: inline-block;
		padding-bottom: 0;
	}

	.main-navigation li a {
		padding: 0 .625rem;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		font-family: 'museo-sans-condensed', sans-serif;
		font-weight: 500;
		line-height: 1;
		font-size: 1rem;
		filter: drop-shadow(0 0 0.1rem #000); 
	}

	.main-navigation li:last-child {
		padding-bottom: 0;
	}

	.main-navigation li:last-child a {
		padding-right: 0;
		padding-left: .625rem;
	}

	.main-navigation .menu-item-has-children > a {
		margin-right: 0;
	}

	.main-navigation ul ul li {
		display: block;
		width:100%;
	}

	.main-navigation ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 240px;
		margin: 0;
		padding: 1.25rem 1.25rem 2rem;
		background: #ffffff;
	}

	.main-navigation ul ul li a {
		line-height: 1.7;
	}

	.orbit-container li {
		height: 22rem;
	}
	.orbit span {
        font-size: 2rem;
    }

	#menu-footer-left, #menu-footer-right, .social-navigation, .footer-info {
		list-style: none outside none;
		text-align: left;
		width:auto;
	}

	.footer-info .copyright {
		margin-right: 1rem;
	}

	.footer-left-menu li a,
	.footer-right-menu li a {
		text-decoration: none;
		font-weight: 300;
		color: #5C5C60;
	}

	.copyright, footer .main-right-navigation {
		width: auto;
		text-align: left;
		font-weight: 300;
		color: #5C5C60;
	}

	#search-menu {
		display: none;
		width: 212px;
		height: 36px;
		left: 40%;
		top: 1.125rem;
		position: absolute;
		background: transparent;
		padding: 0;
	}

	.search-page-open #search-menu {
		display: block;
	}

	#search-menu input[type="search"].search-field {
		width: 100%;
		margin: 0;
		border: 1px solid #969696;
		background-color: #ffffff;
		box-shadow: none;
		transition: initial;
		padding: 0.625rem 2.5rem 0.625rem 0.4375rem;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-color: #ffffff transparent;
		border-width: 0 15px 15px 0;
		left: 0;
		bottom: 100%;
		border-style: solid;
		position: absolute;
		content: "";
	}

	.main-navigation ul ul:after {
		border: 0;
		left: 0;
		bottom: 0;
	}

	.site-footer .social-navigation {
		margin: 0;
	}

	.social-navigation ul {
		text-align: left;
	}

	.social-navigation li {
		float: left;
	}

	.main-left-navigation {
		float: left;
		margin-right: 1.5rem;
	}

	.social-navigation {
		float: left;
	}

	.site-footer {
		margin-top: 1.5rem;
	}

	.slick-dots {
		bottom: 1.250rem;
	}
	
	.project-cta, .insights-cta, .blue-cta{
		border-top: 0px;
		border-left: 1px solid #a1a19d;
		padding-left:1.250rem;
	}
	
	
	.project-quote, .bio-quote{
		border-top:0px;	
	}
	.bios-column{
		padding-top: 0.5rem;	
	}

	.single-market .blue-cta > div:nth-of-type(2), .single-service .blue-cta > div:nth-of-type(2) {
		margin-bottom: .5rem;
	}
}

/**
 * 14.2 - >= 992px
 */

@media screen and (min-width: 62em) {
/*
	.heads-up-size .fsb-logo{
		background: transparent url(images/svg/FSB-Logo-Blue.svg) no-repeat 0 0;
	}
*/
	.heads-up-size .menu-search-icon,
	.heads-up-size .menu-search-icon:hover,
	.heads-up-size .menu-search-icon:focus,
	.heads-up-size .search-open,
	.heads-up-size .search-open:hover,
	.heads-up-size .search-open:focus {
		background: transparent url(images/svg/Icon-SearchIcon-Blue.svg) no-repeat 0 0;
	}

	.slick-arrow{
		display: inline-block !important;
	}
	.rem-24.career-child-page-cta-large {
		height: 29.000rem;
		margin-bottom: 0;
	}
	p, .page-template-default li, .insights-template-default li {
		font-size: 1.125rem;
	}

	.hero-image{
		margin-bottom: 0;
		height: 21.88rem;
	}

	.page-template-template-about-us .hero-image{
		height: 34.38rem;
	}
	
	.social-read-more a{
		text-decoration: none;
	}
	.social-phone a{
		height: 21px;
		width: 19px;	
	}
	.bios-column .social-linkedin a, .bios-column .social-email a{
		width:32px;
		height:32px;
	}
	.page-template-template-career .media-container {
    margin-top: 1.2rem;
	}
	.page-template-template-career .entry-content {
    margin-top: 0rem;
	}
	
	.page-template-template-insights .padding-horizontal-zero .rem-12{	
		height: 12rem;
	}

	.row.four-column-cta{
		padding-left: 1.875rem;
		padding-top: 1.875rem;
		margin-top: 0.4rem;
	}
	
	.home .row.four-column-cta.social-posts{
		margin-top:0rem;
	}

	.row.four-column-cta.social-posts {
		margin-top: 3.000rem;
		margin-bottom: 0.375rem;
	}

	.row.two-column-cta{
		padding-top: 1.875rem;	
		padding-right: 1.875rem;
	}
	
	.row.two-column-cta > div{
		padding-right: 0px;	
	}
	
	.row.two-column-cta > div:nth-child(2){
		padding-left: 0.5rem;	
	}
	
	.row.two-column-cta .small-12.medium-6.large-12.columns.rem-12 {
	  margin-bottom: 0.5rem;
	}

	.the-career-child-page {
		margin-bottom: 0 !important;
	}

	.the-career-child-page:nth-of-type(1) {
		padding-right: 0 !important;
		margin-bottom: 4px !important;
	}
	
	.insight-header, .career-header{
		height:  21.88rem;
	}
	
	.child-blocks > .rem-21{
		padding-right: 0.875rem;	
	}
	
	.child-blocks > .rem-12:nth-child(5){
		padding-left: 0.5rem;
	}

	.read-more{
		left: 33%;
		margin-top: 1.7rem;
	}

	.small-12.medium-8.large-9.columns .read-more {
	    left: 45%;
	}

	.fifty-wide{
		left: 45%;
	}

	.columns {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}

	.row.expanded,
	.row .row {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}

	.site-header {
		padding: 2.250rem 0 1.250rem;
		height: 245px;
	}

	.site-header.heads-up-size{
		height: 6.65rem;
	}
	.site-header.heads-up-size.expanded{
		height:14rem;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: 135px;
	}
	
	.show-small-medium-only {
		display:none;
	}
	
	.site-main {
		margin-bottom: 0.700rem;
	}

	.main-navigation ul ul li {
		width:36%;
	}

	.project-title, .insight-title {
		font-size: 2.250rem;
		color: #5C5C60;
		text-transform: uppercase;
	}
	
	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		margin: 0 0 1.3125em 0;
		width: auto;
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0;
	}
	
	.main-navigation.hide-for-small-only.hide-for-medium-only
	{
		display: block !important;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.nav-bottom-border:after{
		content:"";
		background:white;
		position: absolute;
		top:28px;
		left:0;
		height:1px;
		width:95%;
	}

	.heads-up-size .nav-bottom-border:after{
		background: #0071BC;
	}

	.main-navigation .primary-menu > li {
		float: left;
		margin: 0 0.625rem;
		padding-bottom: 10px;
	}

	.main-navigation .primary-menu > li:first-child {
		margin-left: 0;
	}

	.main-navigation li a {
		outline-offset: -8px;
		padding: 0;
		white-space: nowrap;
		margin: 0;
		line-height: 1.4;
	}

	.main-navigation li a:hover,
	.main-navigation li a:focus {
		text-decoration: underline;
	}

	.main-navigation ul ul {
		border-bottom: 0 none;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0 none;
	}

	.main-navigation ul ul li {
		background-color: transparent;
		border: 0 none;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 100%;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: 0;
		right: auto;
		top: 40px;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 0;
	}

	.main-navigation li:first-child a,
	.main-navigation li:last-child a {
		padding-left: 0;
		padding-right: 0;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 0; /*2.0625em;*/
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.search-open,
	.search-open:hover,
	.search-open:focus {
		margin-top: -3px;
		background-size: 80%;
		margin-left: 0.625rem
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.entry-header {
		margin: 2.3rem 0 1.5rem;
	}
	
	.page-template-template-career .entry-header, .title-in-header .entry-header{
		position: absolute;
		top: -7rem;
		color: #fff;
		z-index: 2;
		left: 1.875rem;	
	}
	
	.page-template-template-career article > .site-inner,
	.title-in-header article > .site-inner,
	.page-template-default article > .site-inner,  .page-template-template-timeline article .site-inner{
		padding-top: 2.750rem;
	}

	.insight-top-content {
		margin-bottom: .625rem;
	}
	/*
	.single-project .entry-content, .read-more-cover{
		height:540px;
	}
*/
	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1rem 0 1rem;
		margin-top: 1.5rem;
	}

	.site-footer .social-navigation {
		margin-top: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}

	.site-header {
		padding: 2.2500rem 1.875rem 1.250rem;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 0;
		margin-bottom: 0
	}

	.site-branding {
		width: 109px;
		height: 142px;
		margin-right: 40px;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 1em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
	.orbit-container li {
		height: 35rem;
	}

	#search-menu {
		display: none;
		width: 212px;
		height: 36px;
		left: 1rem;
		top: 0.2rem;
		position: relative;
		background: transparent;
		padding: 0;
		float: left;
	}

	#search-menu input[type="search"].search-field {
		width: 100%;
		margin: 0;
		border: 1px solid #969696;
		background-color: #ffffff;
		box-shadow: none;
		transition: initial;
		padding: 0.625rem 2.5rem 0.625rem 0.4375rem;
	}

	.slick-dots {
		bottom: 1rem;
	}

	.single-market .blue-cta > div:nth-of-type(2), single-service .blue-cta > div:nth-of-type(2) {
		margin-bottom: 1rem;
	}

	/*.child-links-about-image:hover .child-links-about h2 {
		display: none;
	}*/

	.title-desktop {
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 700;
		font-size: 2.875rem;
		color: #fff;
		text-transform: uppercase;
	}
	.nav-desktop {
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		color: #fff;
		text-transform: uppercase;
	}
	.client-login-desktop {
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		color: #fff;
		text-transform: none;
	}
	.copyright-desktop {
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 300;
		color: #fff;
		text-transform: uppercase;
	}
	.insight-cta-title-desktop {
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 700;
		font-size: 1.500rem;
		color: #fff;
		text-transform: uppercase;
	}
	.insight-cta-body-desktop {
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 300;
		font-size: 1rem;
		color: #fff;
		text-transform: none;
	}
	.social-desktop {
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 300;
		font-size: 1.250rem;
		color: #444444;
		text-transform: none;
	}
	.discover-desktop {
		font-family: "museo-sans-condensed", sans-serif;
		font-weight: 300;
		font-size: 2.375rem;
		color: #fff;
		text-transform: none;
	}

	.about-body-copy p {
		font-size: 1.250rem;
		line-height:1.4;
		font-weight: 300;
	}

	.entry-header {
		margin: 3.125rem 0 1.125rem;
	}
	
	.single-insights .entry-header{
		margin-top: 2.6rem;	
	}
	
	.single-insights .entry-content{
		padding-top: 0.5rem;	
	}
	
	.child-blocks > .rem-21 {
		margin-bottom: 1.075rem;
	}

	.intro-text {
		padding-right: 0;
	}

	.about-body-copy {
		padding-left: 0;
	}

	.the-insight-children {
		position: relative;
	}

	.the-insight-children .blue-cta {
		padding-right: 1.250rem;
	}

	.the-insight-children .blue-cta .arrow-selector {
		margin-top: 0.250rem;
	}

	.blue-cta.career-child-page-container {
		padding-right: 1.250rem !important;
	}

	p.contact-page-markets {
		line-height: 1.3;
		text-transform: uppercase;
		font-weight: 700;
		padding-bottom: 0px;
		font-size: 1.25rem;
	}

	.insight-landing {
		/*height: 17.250rem;*/
	}

	/*.page-template-template-insights .breadcrumb-container,*/
	.page-template-template-contact-us .breadcrumb-container,
	.page-template-template-career .breadcrumb-container {
		bottom: -4.125rem;
	}

	.contact-page-markets {
		position: relative;
		display: table;
		line-height: 1.3;
		margin-bottom: 0.625rem;
	}

	.contact-page-markets .suffix{
		font-weight:normal;
	}

	.contact-page-markets span.contact-market, .contact-page-markets span.contact-market a {
		text-transform: uppercase;
		font-weight: 700;
		padding-bottom: 0px;
		font-size: 1.25rem;
		line-height: 1.3;
		display: table-cell;
		vertical-align: bottom;
		margin-bottom: 0;
	}

}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	.social-read-more{
		display: block;
	}
	.child-blocks > div{
		margin-bottom: 1.15rem;	
	}

	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}

	.orbit-container li {
		height: 42.56rem;
	}

	/*.page-template-template-insights .breadcrumb-container,*/
	.page-template-template-contact-us .breadcrumb-container,
	.page-template-template-career .breadcrumb-container {
		bottom: -4.625rem;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

/**
 * TYPOGRAPHY TEXT STYLES
 * PLUS THEIR MEDIA QUERIES
 */

/*
body { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:300; font-size:0.875rem; color:#444444; }

p { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:300; font-size:1.125rem; color:#969696; }

.title { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:700; font-size:1.750rem; color:#444444; text-transform:uppercase; }

.breadcrumb { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:300; font-size:0.875rem; color:#FFFFFF; }

.copyright { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:300; font-size:0.750rem; color:#5C5C60; }

.client-login { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:300; font-size:1.750rem; color:#5C5C60; text-decoration:underline; }

.cta-title { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:300; font-size:1rem; color:#0071BC; text-transform:uppercase; text-decoration:underline; }

.cta-body { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:300; font-size:1rem; color:#0071BC; }

.insight-cta-title {
	font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
	font-weight:700;
	font-size:1.250rem;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:underline;
}

.insight-cta-body {
	font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
	font-weight:700;
	font-size:0.875rem;
	color:#FFFFFF;
}

.filter-dropdown {
	font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
	font-weight:300;
	font-size:0.875rem;
	color:#969696;
	text-transform:uppercase;
}
*/


h1.project-title, h1.standard-title, h1.insight-title, h1.career-title, .breadcrumb_last {
	font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
	font-weight:700;
	font-size:2.125rem;
	color:#5C5C60;
	text-transform:uppercase;
	display:block;
}

.project-quote, .bio-quote {
	font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
	font-weight:300;
	font-size:1.125rem;
	color:#0071BC;
	margin-bottom: 1.5em;
}
.project-quote p{
	margin-top:1.5em;	
	margin-bottom: .875rem;
}

.bio-quote p {
	margin-top:0.5em;	
	margin-bottom: .875rem;
}

.insights-cta{
	min-height: 5.5rem;	
}

.project-cta div, .insights-cta div, .blue-cta div {
	font-weight: 500;
	padding-bottom: .5rem;	
}

.single-project .project-cta div{
	padding-bottom: 0rem;
	line-height: 1.75rem;
}

.single-project .project-awards-details p{
	margin-bottom: 0rem;
}

.single-project .breadcrumb-container{
	position: absolute;
	top:1%;
}

.single-project .breadcrumb-container a,.single-project .breadcrumb-container span{
	color:#a1a19d;
}

.blue-cta > div > p{
	font-weight: 300;
}

.blue-cta .inner-blue-cta{
	max-height: 12rem;
	overflow: hidden;
}

.single-leadership .blue-cta .inner-blue-cta{
	max-height: 6rem;	
}

.project-cta div{
	font-weight: 700;	
}

.blue-cta .arrow-blue{
	position: relative;
	bottom: 0.5rem;	
}

.home-stats{
	background: #1498cb; /* Old browsers */
	background: -moz-linear-gradient(top, #0073bd 0%, #1498cb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0073bd 0%,#1498cb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0073bd 0%,#1498cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073bd', endColorstr='#1498cb',GradientType=0 ); /* IE6-9 */ 
	text-align:center;
	padding-left:0px;
	padding-right:0px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.home-stats-gradient{
	background: #0071BC; /* Old browsers */
	background: -moz-linear-gradient(left, #0071BC 0%, #006cba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0071BC 0%,#006cba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0071BC 0%,#006cba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071BC', endColorstr='#006cba',GradientType=1 ); /* IE6-9 */	
	padding: 0px;
}

.home-stats-gradient:nth-child(even){
	background: #0073bd; /* Old browsers */
	background: -moz-linear-gradient(left, #0073bd 2%, #1498cb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0073bd 2%,#1498cb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0073bd 2%,#1498cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073bd', endColorstr='#1498cb',GradientType=1 ); /* IE6-9 */
	padding: 0px;
}

.home .child-links-about-image{
	background-color: rgb(20,150,203);
	background-blend-mode: overlay;	
}

.home .image-odd{
	background-color: rgb(13,110,149);
	background-blend-mode: overlay;	
}

.home .child-links-about-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20,111,181,0.69);
}

.home .child-links-about p{
	margin-bottom: .625rem;
	text-align: left;
	overflow: hidden;
	text-transform: none;
	font-weight: 300;
	font-size: 1.125rem;
}

.home .child-links-text-container{
	position: absolute;
	top: 0;	
}

.project-cta, .insights-cta, .blue-cta {
	font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
	font-weight:300;
	font-size:1.125rem;
	color:#0071BC;
}

.project-stats{
	background: #1498cb; /* Old browsers */
	background: -moz-linear-gradient(top, #1498cb 0%, #0073bd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1498cb 0%,#0073bd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1498cb 0%,#0073bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1498cb', endColorstr='#0073bd',GradientType=0 ); /* IE6-9 */ 
	text-align:center;
	padding-left:0px;
	padding-right:0px;
}

.project-stats-gradient{
	background: #0d4ea2;
	background: -moz-linear-gradient(45deg, #0d4ea2 0%, #1071b9 100%);
	background: -webkit-linear-gradient(45deg, #0d4ea2 0%,#1071b9 100%);
	background: linear-gradient(45deg, #0d4ea2 0%,#1071b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d4ea2', endColorstr='#1071b9',GradientType=1 );
	padding-bottom:2.5rem;
}

.project-stats-gradient:nth-child(even){
	background: #1276bb;
	background: -moz-linear-gradient(left, #1276bb 0%, #2195c8 100%);
	background: -webkit-linear-gradient(left, #1276bb 0%,#2195c8 100%);
	background: linear-gradient(to right, #1276bb 0%,#2195c8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1276bb', endColorstr='#2195c8',GradientType=1 );
}

.project-stats-gradient:last-child{
	background: #1071b9;
	background: -moz-linear-gradient(45deg, #1071b9 0%, #0d4ea2 100%);
	background: -webkit-linear-gradient(45deg, #1071b9 0%,#0d4ea2 100%);
	background: linear-gradient(45deg, #1071b9 0%,#0d4ea2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1071b9', endColorstr='#0d4ea2',GradientType=1 );	
}

/*
.related-projects { font-family:'museo-sans-condensed','Trebuchet MS',sans-serif; font-weight:300; font-size:1.125rem; color:#0071BC; text-transform:uppercase; }
*/
.factoid-title { font-family:'museo-sans-condensed', sans-serif; font-weight:300; font-size:5.000rem; color:#FFFFFF; text-transform:uppercase;}

.factoid-title sup{ top: -2.5rem; font-size: 1.5rem; }

.factoid-about-title { font-family:'museo-sans-condensed', sans-serif; font-weight:300; font-size:3.000rem; color:#FFFFFF; line-height:1; text-transform:uppercase; padding-top:1.75rem; padding-bottom:1.75rem;}

.factoid-body { font-family:'museo-sans-condensed', sans-serif; font-weight:300; font-size:1.188rem; color:#FFFFFF; }

.factoid-section { padding-left: 0px; padding-right: 0px;}

.related-projects{
	font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
	font-weight:300;
	font-size:1.500rem;
	color:#0071BC;
	text-align:center;
	margin: 1.500rem 0 1.250rem;
	text-transform:uppercase;
}

.single-leadership .related-projects{
	margin-top: 0px;	
}

.related-projects-containers{
	text-align: center;
	padding-bottom: 6px;
	padding-left:0px;
	padding-right: 0px;
}


blockquote {
	border: none;
	padding: 0;
	
}
blockquote p {
	font-style: normal;
	color: #0071BC;
}
blockquote cite {
	color: #0071BC;
	font-size: 1.125rem;
}
blockquote cite:before {
	display: none;
}

.expanded-inner-bottom{
	position: absolute;
	bottom: 0;	
}

/* CWL Changes */

.white-title {
	color:#ffffff;

	/* CWL modified */
	filter: drop-shadow(0 0 0.5rem #000); 
	margin-top: 90px;
}

/* Tablet */
@media screen and (min-width: 40em) and (max-width: 62em) {
	.white-title {
		display: block;
		margin-top: 0px;
	}

	.site-branding {
		height: 90px;
	}

	h1 {
		font-size: 2rem;
	}

	.insight-header, .career-header {
		height: 160px;
	}
}

/* Mobile */
@media screen and (max-width: 40em) {
	.white-title {
		display: none;
	}

	.insight-header, .career-header {
		height: 120px;
	}
}

.heads-up-size .white-title {
	display: none;
}

.career-child-page-title a {
	text-decoration: none;
	font-weight: 700;
	font-size: 2rem;
}

.blue-cta .career-child-page.inner-blue-cta p {
	text-transform: none;
	font-size: 1.250rem;
}

/* TEXT STYLES => 640px */

@media screen and (min-width: 40em) {

	.breadcrumb_last{
		position: absolute;	
		z-index: -1;
		bottom: -2rem;
		width: 600px;
	}

	h1.career-title, h1.insight-title{
		width: 1px;
		height:1px;
		overflow:hidden;
	}
	
	.factoid-section { 
		padding-left: 1.275rem;
		padding-right: 1.275rem;
	}
	
	.row.four-column-cta .blue-cta{
		padding-top: 1.2rem !important;
		padding-bottom: 1.2rem !important;
		margin-bottom: 1rem !important;
	}
	
	.project-cta, .insights-cta, .blue-cta {
		padding-top:0px;
		padding-bottom:0px;
	}
	
	.row.four-column-cta .blue-cta{
		margin-bottom: auto;
		border-top: 0px;
		border: 0px;
		border-left: 1px solid #a1a19d !important;
		padding-left:1.250rem;
		border-bottom: 0px !important;
		margin-bottom: 1rem;
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
	
	.row.two-column-cta .small-12.medium-6.large-12.columns.rem-12:nth-child(1) {
    padding-right: 0.3rem;
	}
	
	.project-stats{
		margin-top:2.375em;
	}
	
	.related-projects-containers{
		text-align: center;
		padding: 0px 2px 4px 2px;
	}

	.standard-flex-image {
	    height: 12rem;
	}
	
	.project-image {
		height: 13rem;	
	}
	
	.single-market .project-image, .single-service .project-image{
		height: 18rem;
	}
	
	.slider {
		height: 100vh;
		max-height: 680px;
	}
	
	.slick-slide{
		height:100vh;	
		max-height: 680px;
	}
	.single-project .slider, .single-project .slick-slide{
		max-height: 780px;
	}

}

.padding-horizontal-zero{
	padding-left:0px;
	padding-right:4px	
}

/* TEXT STYLES => 992px */

@media screen and (min-width: 62em) {
	
	.child-links-about h2, .year-title h2, .rem-12 h2 {
		font-size: 1.500rem;
		line-height: 2.5rem;
	}

	/*.market-sector-leader .market-sector-detail{*/
		/*position: absolute;*/
		/*bottom: 0px;*/
		/*right: 0rem;*/
		/*padding-bottom: 0px !important;*/
	/*}*/
	.breadcrumb_last{
		position:relative;	
		bottom: auto;
	}

	.single-project .breadcrumb-container{
		margin-top:1%;
	}
	
	.factoid-section { 
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	
	.row.four-column-cta .blue-cta{
		padding-top: 1.6rem !important;
		padding-bottom: 1.6rem !important;
		margin-bottom: 1rem !important;
	}

	.row.four-column-cta .blue-cta{
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.row.four-column-cta .blue-cta.career-child-page-container {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	h1.project-title, h1.insight-title {
		font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
		font-weight:700;
		font-size:2.250rem;
		color:#5C5C60;
		text-transform:uppercase;
	}
	
	.project-cta, .insights-cta, .blue-cta {
		border-top: 0px !important;
		border-left: 1px solid #a1a19d;
		padding-left:1.250rem !important;
	}
	
	.page-template-template-insights .padding-horizontal-zero .blue-cta {
		border-top: 0px !important;
		border-left: 1px solid #a1a19d !important;
		padding-left:1.250rem !important;
		margin-bottom: 2rem !important;
		margin-top: 1rem !important;
		
	}
	
	.page-template-template-insights .padding-horizontal-zero {
		padding-bottom: 0rem;
		margin-bottom: 0rem;
	}
	
	.page-template-template-insights .padding-horizontal-zero:nth-child(4n+5) {
		padding-right:0px;
		padding-left:0px;
	}
	
	.insights-cta {
		border-top: 0px;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	
	.project-stats{
		padding-left: 1.875rem;
		padding-right: 1.875rem;	
	}
	.related-projects-containers{
		padding: 0px 2px 10px 2px;
	}
	
	.single-market .related-projects-containers, .single-service .related-projects-containers{
		padding: 0px 2px 4px 2px;
	}
	
	.related-projects{
		/*margin: 0rem 0 2.3rem;*/
	}
	
	.site-header{
	  left: 0;
	  top: 0;
	  width: 100%;
	  transform: translateY(0);
	  transform: translate3d(0,0,0);
	  transition: .25s transform;
	  backface-visibility: hidden;
	}
/* CWL remove mouse nav
	.heads-up-size{
		height: 6.65rem;
	  line-height: 6rem;
	  position: fixed;
	  padding-top: 1rem;
	  -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s
            animation: fadein 2s;
		background:rgba(255,255,255,1);
		-moz-box-shadow: 3px 3px 4px #d2d2d2;
		-webkit-box-shadow: 3px 3px 4px #d2d2d2;
		box-shadow: 3px 3px 4px #d2d2d2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d2d2d2')";
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#d2d2d2');
	}

	.heads-up-size-hover{
		height:14rem;
		background:rgba(255,255,255,1);
	}

	.heads-up-size .site-branding{
		height: auto;
		width: 5rem;	
	}
	
	.heads-up-size .breadcrumb-container{
		display:none !important;
	}
	
	.heads-up {
	  transform: translateY(-6rem);
	  transform: translate3d(0,-6rem,0);
	}
	
	/*.page-template-template-contact-us .heads-up-size,*/
	/*.page-template-template-insights .heads-up-size,*/
	/*.page-template-template-career .heads-up-size,*/
	/*.page-template-template-about-us .heads-up-size {*/
		/*height: 6rem;*/
	/*}*/
	
	@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	}
	
	/* Firefox < 16 */
	@-moz-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	
	/* Internet Explorer */
	@-ms-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
	/*
	.site-header.fixed {
		position: fixed;
	}

	.site-header.nav-up {
		position: relative;
	}
	
	.nav-down {
	  transform: translateY(-6rem);
	  transform: translate3d(0,-6rem,0);
	  
	}
	.nav-up {
	  transform: translateY(0,0,0);
	  transform: translate3d(0,0,0);
	}*/
}


.hero-image:before,.insight-header:before,.career-header:before{
	content: '\A';
	position: absolute;
	width: 100%;
	/*background:rgba(0,0,0,0.2);*/
	height: inherit;
}

/* CWL modified
.page-template-template-leadership .insight-header:before{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 70%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 70%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
*/
/* Slider Arror Styles >= 992 */
@media screen and (min-width: 62em) {


	.slick-prev {
    left: 1em;
  }
	.slick-next{
		right: 1em;
	}
	.social-posts p {
		font-size: 1.250rem;
		color: #444;
		font-weight: 300;
	}
	.social-posts .row{
		margin-bottom: inherit;	
	}
}

/* Slider Arror Styles >= 1200 */
@media screen and (min-width: 75em) {
	
	.row.four-column-cta .blue-cta{
		padding-top: 0.5rem !important;
	}
	
	.factoid-section { 
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
	
	.slick-prev {
   	right:50%; /* Positions 50% from right (right edge will be at center) */
    margin-right:477px; /* Positions 200px to the left of center */
    left:auto;
  }
	.slick-next{
		left:50%; /* Positions 50% from right (right edge will be at center) */
    margin-left:484px; /* Positions 200px to the left of center */
    right:auto;
	}
}


.admin-bar .sticky-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.paddingLeft0{
	padding-left: 0px	
}

.black-cta {
    border-top: 0px;
    border: 0px;
    border-bottom: 0px;
    /*margin-bottom: 1rem;*/
    padding-top: 1.7rem;
    /*padding-bottom: 1.2rem;*/
}

.black-cta > div {
    text-transform: uppercase;
    font-weight: 700;
	padding-bottom: 0px;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.contact-markets{
	margin-top: 1.25rem;
}

.contact-markets .gray-text{
		border-top: 2px solid #a1a19d;	
		padding-top: 1.25rem;
}

@media screen and (min-width: 40em) {
	.contact-markets {
    margin-top: 2.25rem;
	}
	
	.acf-map{
		height:400px;
	}
}
.bios-column{
	overflow: hidden;	
}

.bios-column .social-linkedin, .bios-column .social-email{
	padding-left: 1rem;
}

.bios-column .bios-education, .bios-column .bios-affiliations, .bios-column .bios-registrations{
	padding-left: 0px;
}

.bios-column .social-linkedin, .bios-column .social-email{
	min-width: 50px;
	padding: 0px;
	padding-left: 1rem;	
}

.bios-underline{
	border-bottom: 1px solid #a1a19d;	
}

.bios-column .social-phone{
	padding-top: 0.3rem;	
	padding-left: 1rem;
	padding-bottom: 1rem;
}

.bios-column .social-phone span:last-child{
	padding-top: 0;
}

.bios-image{
	
	height: 17rem;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;	
	background-color: #cccccc;
	max-width: 21rem;
}

.single-leadership .bios-image{
	height: 9rem;
}
.single-leadership .bios-contact-info{
	padding-left: 0px;
	padding-right: 0px;
}
.single-leadership .social-phone {
	padding-right: 0px;
}

/* .single-leadership .entry-content{
	height: 21rem;	
} */

.single-leadership .read-more-cover p:first-child{
	margin-bottom: 0px;	
}

.single-leadership .entry-content p{
	padding-bottom: 1rem;
	margin-bottom: 0rem;
}

.experience-years{
	font-family:'museo-sans-condensed','Trebuchet MS',sans-serif;
	font-weight:300;
	font-size:13rem;
	color:#0071BC;	
	float: left;
	line-height: 17rem;
	padding-left: 4.5rem;
}

.experience-years-text{
	color: #a1a19d;	
	font-size: 1.750em;
	line-height: 1.3;
	text-transform: uppercase;
	float:left;
	padding-top: 5rem;
}

.single-market .black-cta, .single-service .black-cta{
	padding-right: 0px;
	overflow: hidden;	
}

.single-market .black-cta .bios-image, .single-service .black-cta .bios-image{
	height:200px;
	width: 235px;	
}

.single-market .black-cta > div > div, .single-service .black-cta > div > div{
	padding: 0px;	
	line-height: 1rem;
}
.single-market .black-cta > div > div > div, .single-service .black-cta > div > div > div{
	line-height: 1rem;
	padding-bottom: 1rem;
}
.single-market .black-cta > div p, .single-service .black-cta > div p{
	text-transform: none;	
	font-size: 1rem;
	font-weight: 300;
	text-decoration: none;
	line-height: 1.25rem;
}
.single-market .black-cta .small-4.medium-8.columns, .single-service .black-cta .small-4.medium-8.columns{
	padding-left: 1rem;	
}

.insight-link-section{
	padding-bottom: 0.6rem;	
}

.single-market .entry-content, .single-service .entry-content{
	padding-top: 0px;	
}

.single-market .view-links, .single-service .view-links, .home .view-links{
	text-align: center;
	vertical-align: middle;	
}

.single-market .view-links, .single-service .view-links, .home .view-links{
	text-decoration: none;	
}

.single-market .market-insight-arrow span, .single-service .market-insight-arrow span, .single-market .market-insight-arrow svg, .single-service .market-insight-arrow svg{
	display: inline-block;
	vertical-align: middle;
}

.single-market span, .single-service span{
	/*padding-right: 0.5rem;	*/
}
.project-link-section{
	padding-top: 0.4rem;	
}

.single-insights .breadcrumb-container{
	padding-bottom: 0.750rem;	
}

@media screen and (min-width: 40em) {
	
	.single-leadership .bios-image{
		height: 17rem;
	}
	.single-leadership .bios-contact-info{
		padding-left: inherit;
		padding-right: inherit;
	}

	.single-leadship .social-phone {
		padding-right: inherit;
	}

	.insight-link-section {
	  margin-top: 1rem;
	}

	.single-service .black-cta > div > div{
		text-align: right;
		padding-right: 1rem;	
	}

	.single-market .black-cta > div > div, .single-service .black-cta > div > div {
		/*padding-right: 1rem;*/
		text-align: right;
	}

	.single-market .black-cta > div > div.market-sector-lead-image, .single-service .black-cta > div > div.market-sector-lead-image {
		/*padding-left: 1rem;*/
	}

	.market-sector-leader p.vertical-space {
		margin-bottom: 1rem;
	}
	
	.bios-column .social-linkedin, .bios-column .social-email {
		padding-left: 0px;	
		min-width: 60px;
	}

	.fsb-logo{
		margin-top:0;
	}
	
	.bios-column{
		padding-right: 0px;
		padding-top: 1.8rem;
	}
	
	.bios-column .social-navigation > div:nth-child(1n){
		padding-left: 0;	
	}
	
	.bios-column .social-linkedin a, .bios-column .social-email a {
    width: 60px;
    height: 60px;
	}
	
	.bios-image-container{
		padding-right: 0;
		margin-bottom: 1rem;	
	}
	
	.bios-education, .bios-affiliations, .bios-registrations{
		font-size: 1rem;	
	}
	.bio-quote p{
		margin-top:1.5rem;	
		margin-bottom: .875rem;
	}
	.bio-quote blockquote{
		margin-bottom: 2rem;	
	}

	.single-leadership .bios-column > div {
		width: 100%;
	}
	
	.single-leadership .project-content{
		padding-top: 1rem;	
	}
	.single-leadership .related-projects{
		margin-bottom: 2rem;	
	}
	
	.home .view-links span{
		font-size: 2rem;
	}
	
	.bios-education, .bios-affiliations{
		margin-bottom: 0.5rem;
		padding-bottom: 0.5rem;	
	}
	

}

@media screen and (min-width: 62em) {

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		display:none;
	}

	.site-navigation{
		position:relative;
	}

	.main-navigation ul ul.sub-menu{
		padding: 8px 0 0 0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: initial;
		-webkit-justify-content: center;
		justify-content: flex-start;
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-align-content: stretch;
		align-content: stretch;
		background: none;
		width: 275px;
		height: 170px;
		margin-top: -12px;
	}

	.main-navigation ul li.three-column ul.sub-menu{
		width: 450px;
		height: 175px;
	}

	.main-navigation ul li.two-column ul.sub-menu{
		width: 310px;
		height: 175px;
	}

	.acf-map{
		margin-top: 0.7rem;	
	}
	.bio-quote{
		margin-bottom: 3rem;
	}
	.single-leadership .project-content {
    padding-top: 2rem;
	}
	.single-leadership .related-projects {
	    margin-bottom: 3rem;
	}
	.bios-column .social-linkedin a, .bios-column .social-email a {
    width: 32px;
    height: 32px;
	}

	.single-market .black-cta, .single-service .black-cta{
		padding-top: 5.25rem;
	}
	
	.bios-column .social-phone{
		padding-left: 0;
	}
	
	.bios-column .social-linkedin, .bios-column .social-email{
		min-width: 32px;
		padding: 0px;	
		max-width: 40px;
	}
	
	.insight-link-section {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
	}
	
	.project-link-section {
    padding-top: 0.4rem;
    margin-top: 1rem;
	}

}

.slider-home .slider-left{	
	position: absolute;
	bottom: 0px;
	z-index: 100;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	left: 0px;
	line-height: 1.5rem;
}

.slider-home .slider-right{
	position: absolute;
	bottom: 0px;
	z-index: 100;
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	right: 0px;
	line-height: 1.5rem;
}

.slider-gradient-fill{
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}

.slider-home .slide{
	position: relative;	
}

.slider-home .slick-dots{
	display: none !important;	
}

.social-post-twitter{
	background: transparent url(/wp-content/themes/fsb/images/svg/Icon-Twitter.svg) no-repeat center center;
	background-size: 300% 300%; 
	width: 60px;
	height: 60px;	
}

.social-post-facebook{
	background: transparent url(/wp-content/themes/fsb/images/svg/Icon-Facebook.svg) no-repeat center center;
	background-size: 300% 300%; 
	width: 60px;
	height: 60px;	
}

#videoModal{
	top: 50% !important;
	margin-top: -175px !important;
}

.play-container{
	position: absolute;
	top: 33%;
	left: 40%;
	height: 100px;
	width: 100px;
	background: transparent url(/wp-content/themes/fsb/images/svg/Icon-VideoPlay.svg) no-repeat center center;
}

@media screen and (min-width: 40em) {
	.carousel-text-section {
    	bottom: 5.75rem;
	}
	.page-template-template-insights-php .content-section.child-blocks.row{
		padding-top: 0rem;	
	}
	.content-section.child-blocks.row{
		padding-top: 1.5rem;	
	}
	.child-insights-divider{
		margin-top: 0.5rem;	
	}
	.carousel-link-section{
		position: relative;
		bottom: 4.250rem;
		height: 4.250rem;
		padding-left: 0.875rem;
		padding-right: 3.875rem;
		background-color: #262626;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.slider-home .slider-left, .slider-home .slider-right{
		font-size: 2rem;
		max-width: 50%;
		line-height: 2rem;
	}
	
	.social-post-twitter, .social-post-facebook{
		width:2rem; 
		height:2rem;
		margin-bottom: 1rem;
	}
	
	.home-stats{
		margin-top: 0px;
		margin-bottom: 0rem;	
	}
	.home-stats-gradient.rem-12, .home-stats-gradient .rem-12 {
    height: 17.5rem;
	}
}

@media screen and (min-width: 62em){
	.carousel-link-section{
		padding-left: 3.875rem;
		padding-right: 3.875rem;
		padding-top: inherit;
		padding-bottom: inherit;
	}	

	.child-insights-divider{
		margin-top: 0.50rem;
	}

	.slider-home .slider-left span, .slider-home .slider-right span {
		font-size: 2.875rem;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1.2;
	}
	ul.tabs {
		padding-left: 6rem;
	}
}

.tabs-container{
	width: 100%;
}
.tabs{
	border: 0px;
	border-bottom: 1px solid #cecece;
	position: relative;	
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #0071BC;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #fff;
	color: #000;
	position: relative;
	top: 1px;
	margin-top: 2px;
	padding-bottom: 10px;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

.tab-content{
	display: none;
	background: #fff;
}

.tab-content.current{
	display: inherit;
}

.page-template-template-leadership .padding-horizontal-zero{
	margin-top: 2rem;	
}

.page-template-template-leadership .blue-cta{
	padding-top: 1rem;
	margin-top: 0;
	margin-bottom: 0;	
	border-top: 0px;
}

.page-template-template-leadership .blue-cta > div > a{
	text-transform: uppercase;
	text-decoration: none;
}

.page-template-template-leadership .blue-cta > div {
    padding-bottom: 0;
}

@media screen and (min-width: 40em){
	.page-template-template-leadership .blue-cta{
		padding-top: 0rem;
		margin-top: 1rem;
		margin-bottom: 0rem;	
	}

	ul.tabs {
		padding-left: 6.000rem;
	}
}

/* CWL Top Nav
@media screen and (min-width: 1137px) {
	#masthead .site-top-nav-section {
		max-width: 100%;
	}

	.home .carousel-link-section .site-inner{
		max-width: 100%;
		position: absolute;
		top:50%;
		transform: translateY(-50%);
	}

	.slick-prev {
		left: 3%;
		margin-right: 0;
		right: auto;
	}

	.slick-next {
		right: 3%;
		left: auto;
		margin-left: 0;
	}

	.rem-24.career-child-page-cta-large {
		height: 29.000rem;
		margin-bottom: 0;
	}

	.rem-12.career-child-page-cta-small {
		height: 14.375rem;
		margin-bottom: 0;
	}

	.rem-12.career-child-page-cta-small:first-child {
		margin-bottom: 4px;
	}

	.career-child-page-cta-container {
		padding-bottom: 0;
	}
}
*/

/* Tweaks for Everest Timeline */
.et-hor-timeline-template-4 .bx-controls .bx-controls-direction a.bx-next, .et-hor-timeline-template-4 .bx-controls .bx-controls-direction a.bx-prev {
  text-align: center;
}

.et-hor-timeline-template-4 .et-timeline-date-one, .et-hor-timeline-template-4 .et-icon-block, .et-horizontal-timeline .gallery-caption {
  display: none;
}

.bx-viewport, .bx-wrapper, .et-main-blog-wrapper, .et-content-block-wrap {
    background: #efefef !important;
}

@media screen and (max-width: 660px) {
	#mwl-target .mwl-fullpage-container .image-info-container {
		display: block !important;
	}
}

@media screen and (min-width: 660px) {
	.et-hor-timeline-template-4 ul.et-timeline-one li {
		padding-top: 70px;
		padding-bottom: 0;
	}

	.et-main-blog-wrapper {
		padding: 20px 0;
	}

	.bx-wrapper {
		padding-bottom: 0 !important;
	}

	.bx-next, .bx-prev {
		height: 36px !important;
		line-height: 32px !important;
		position: absolute;
		top: 50% !important;
		width: 36px !important;
	}

	.bx-prev {
		left: -38px !important;
	}

	.bx-next {
		left: 100% !important;
	}
}

.accordion {
	padding-top: 0.9rem;
}

.accordion-title {
	background-color: #0071BC;
	color: #fff !important;
	font-size: 1.125rem;
	text-transform: uppercase;
}

.accordion-title:hover, .accordion-title:focus, .accordion-item.is-active > .accordion-title {
	background-color: rgb(0,174,239) !important;
}

