﻿/* Pagination */
.pagination {
	margin-bottom: 0;
	margin-top: 30px;
	font-size: .888em;
}

	.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
		background-color: #e0dede;
		color: #222222;
	}

	.pagination > li {
		padding-right: 4px;
		display: block;
		float: left;
	}

		.pagination > li > a, .pagination > li > span {
			color: #9e9e9e;
			border: 0;
			border-radius: 0 !important;
			background-color: #efeeee;
			font-weight: 700;
			width: 42px;
			text-align: center;
			display: block;
			float: none;
		}

/* Breadcrumbs */
.bread {
	background-color: #1d518c;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: none;
	font-size: 16px;
}

	.bread ol {
		margin: 0 -5px;
		list-style: none;
		padding: 0;
	}

	.bread li {
		display: inline;
	}

		.bread li:after {
			content: '/';
			margin-left: 3px;
			display: inline-block;
			color: #fff;
		}

		.bread li:last-child:after {
			content: normal;
		}

	.bread a, .bread span {
		color: #fff;
		padding: 0 5px;
	}

		.bread a:hover, .bread a:focus {
			text-decoration: none;
			color: #fff;
			opacity: .7;
		}

/* Side Bar + Menu*/
.side-bar {
	font-size: .9em;
	margin: 45px 0 0;
}

.side-menu {
	margin: 0;
}

	.side-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

		.side-menu ul ul {
			margin-bottom: 35px;
		}

	.side-menu a, .side-menu span {
		color: #222;
		display: block;
		padding: 5px 0;
		position: relative;
	}

		.side-menu a:hover, .side-menu a:focus {
			color: #1d518c;
			text-decoration: none;
		}

	.side-menu > ul > li > a, .side-menu > ul > li > span {
		font-family: 'proxima-nova';
		font-size: .888888em;
		font-weight: 700;
		margin-top: 0;
		letter-spacing: 1.5px;
		text-transform: uppercase;
	}

	.side-menu .active > a {
		color: #d13138
	}

		.side-menu .active > a:after {
			content: '';
			position: absolute;
			top: 50%;
			transform: translate(0, -50%);
			left: -20px;
			width: 12px;
			height: 12px;
			margin-top: 1px;
			border-top: 6px solid transparent;
			border-left: 6px solid transparent;
			border-bottom: 6px solid #d13138;
			border-right: 6px solid #d13138;
		}

@media(min-width: 768px) {
	.side-bar {
		margin: 60px 0 0;
	}
}

@media(min-width: 992px) {
	.side-bar {
		margin: 0;
	}
}

@media(max-width: 991px) {
	.side-menu {
		display: none;
	}
}

/* Landing Banner */
#landing-banner {
	position: relative;
	padding-top: 4em;
	padding-bottom: 4em;
	background-color: #164477;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background-image: url('/Areas/CMS/assets/img/BannerBG.jpg');
	background-size: cover;
	background-position: center;
}

	#landing-banner h1 {
		margin: 0;
	}

@media(min-width: 1200px) {
	#landing-banner {
		padding-top: 6.5em;
		padding-bottom: 6.5em;
	}
}

/*#filter-bar {
	text-align: center;
	padding: 45px 15px 45px;
}

	#filter-bar .expand-button {
		margin: 0 auto;
	}*/

.nav-list {
	background-color: #222;
}

.load-more {
	display: block;
	text-align: center;
	padding: 45px 15px 45px;
	line-height: 1;
	background-color: #d13138;
	color: #fff;
	font-weight: 700;
	font-size: 1.222em;
	text-decoration: none;
	opacity: 1;
	overflow: hidden;
	position: relative;
}

	.load-more:hover, .load-more:focus {
		color: #fff;
		text-decoration: none;
	}

.tiny-article {
	font-size: 1.1em;
}

	.tiny-article h2, .tiny-article .h2 {
		font-size: 1em;
		margin-bottom: 1em;
		font-family: 'proxima-nova';
	}

.featured-article {
	border-bottom: 2px solid rgba(255, 255, 255, .25);
	margin-bottom: 1em;
}

	.featured-article a {
		color: inherit;
		text-decoration: none;
		display: block;
		overflow: hidden;
		position: relative;
	}

		.featured-article a:after {
			display: block;
			content: '';
			position: absolute;
			bottom: 0;
			right: 0;
			width: 30px;
			height: 30px;
			padding: 10px;
			background-color: rgba(255, 255, 255, .25);
			display: inline-block;
			font: normal normal normal 14px/1 FontAwesome;
			font-size: inherit;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			font-size: .65rem;
			line-height: 1;
			content: "\f054";
			opacity: 0;
			transition: all .15s;
		}

		.featured-article a:hover:after, .featured-article a:focus:after {
			opacity: 1;
		}

@media(max-width: 767px) {
	.article-with-figure {
		display: block;
	}

		.article-with-figure.flex-row:before, .article-with-figure.flex-row:after {
			content: '';
			display: table;
			clear: both;
		}

		.article-with-figure > figure.image-fit {
			padding-left: 0;
			padding-right: 0;
		}

		.article-with-figure > figure img {
			position: relative;
			width: 100% !important;
			height: auto !important;
			transform: translate(0);
			top: 0;
			left: 0;
		}
}

@media(min-width: 992px) {
	.article-cid-893 ~ .image-fit > img, .article-cid-766 ~ .image-fit > img {
		top: 0;
		transform: translate(-50%, 0);
	}
}


.big-fig {
	font-size: 3.333333em;
	line-height: 1.2;
	font-family: 'Factoria';
	font-weight: 700;
	margin-bottom: .25em;
}

	.big-fig figcaption {
		font-size: .333333em;
		font-family: 'proxima-nova';
		font-weight: 400;
	}


.link {
	font-size: .888888em;
	font-weight: 700;
}

	.link .fa {
		margin-right: 10px;
	}

.link-white {
	color: #fff;
}

	.link-white:hover, .link-white:focus {
		color: #aaa;
		text-decoration: none;
		/*opacity: .75;*/
	}

/* Buttons */
.btn {
	display: inline-block;
	width: auto;
	font-size: .888888em;
	padding: .57em 2.25em;
	border-radius: 3.125em;
	color: #fff;
	background-color: #d13138;
	font-weight: 700;
	letter-spacing: 0;
	transition: .15s ease-in;
	overflow: hidden;
	position: relative;
	outline: 0;
	border: 0;
	text-transform: none;
	line-height: 1.4;
}

	.btn:hover, .btn:focus {
		outline: 0;
		text-decoration: none;
		color: #fff;
		background-color: #be252b;
	}

	.btn:after {
		background: #fff;
		content: "";
		height: 155px;
		left: -75px;
		opacity: 0.12;
		position: absolute;
		top: -50px;
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg);
		-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		width: 50px;
	}

	.btn:hover:after, .btn:focus:after {
		left: 120%;
		-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	}

.btn-blue {
	background-color: #1d518c;
}

	.btn-blue:hover {
		background-color: #154377;
	}

.btn-grey {
	background-color: #222;
}

	.btn-grey:hover {
		background-color: #191919;
	}

.btn-red {
	background-color: #d13138;
}

	.btn-red:hover {
		background-color: #be252b;
	}

@media(min-width: 772px) {
	.btn {
		padding: .57em 3em;
	}
}


/* Header Styling */
#header {
	padding: 15px 25px;
	font-size: 18px;
	position: fixed;
	width: 100%;
	z-index: 1500;
	background-color: #fff;
	top: 0;
}

	#header.scrolled {
		box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.23);
	}

	#header .flex-row {
		flex-wrap: nowrap;
	}

	#header .logo-container a {
		display: block;
	}

@media(min-width: 992px) {
	#header.home-header {
		height: 160px;
	}

		#header.home-header.active {
			height: 59px;
		}

			#header.home-header.active .logo-container img {
				width: 138px;
				height: 27px;
			}

			#header.home-header.active .solution-table {
				opacity: 0;
				transition: all .15s;
			}

			#header.home-header.active .logo-container {
				margin-top: -46px;
			}

	#header .solution-table {
		transition: all .15s .3s;
	}

	#header, .logo-container, #header.home-header .logo-container img {
		transition: all .3s;
	}

		#header.active, #header.active .logo-container, #header.home-header.active .logo-container img {
			transition: all .3s .15s;
		}
}

@media(min-width: 992px) {
	#header.home-header.active {
		height: 62px;
	}

	#header.home-header .logo-container img {
		width: 220px;
		height: 43px;
		display: block;
	}

	#header.home-header.active .logo-container {
		margin-top: -46px;
	}
}

#top-nav {
	position: relative;
	color: #959595;
	font-size: .888888em;
	padding-right: 35px;
	margin-bottom: 21px;
}

	#top-nav .logo-container {
		float: left;
	}

.logo-container img {
	width: 138px;
	height: 27px;
}

#top-nav:before, #top-nav:after {
	content: '';
	display: table;
	clear: both;
}

.inner-header #top-nav {
	margin-bottom: 0;
}

.search-toggle {
	position: absolute;
	padding: 6px;
	border: 0;
	background-color: transparent;
	outline: 0;
	right: 0;
	top: 0;
}

	.search-toggle.active:before {
		content: "\f00d";
	}

	.search-toggle:hover, .search-toggle:focus {
		color: #164477;
	}

.search-toggle-mobile {
	right: 55px;
	padding: 15px 18px 14px;
	color: #000;
	border-left: 2px solid #ccc;
}

@media(max-width: 991px) {
	button.search-toggle {
		display: none;
	}
}

#searchForm {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: right;
	display: none;
	z-index: -1;
}

	#searchForm .strike-container {
		max-width: none;
	}

	#searchForm.active {
		display: block;
		animation: dropdown 0.3s forwards;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background: #333;
	}

	#searchForm input {
		padding-top: 13px;
		padding-bottom: 11px;
		border: 0;
		background-color: transparent;
		color: #fff;
		outline: 0;
		font-size: 20px;
		flex: 1;
		text-align: right;
	}

	/*#searchForm input:-webkit-autofill {
			-webkit-box-shadow: 0 0 0px 1000px #333 inset;
			color: #ffff00;
		}*/

	#searchForm button {
		width: 60px;
		border: 0;
		background-color: transparent;
		color: #fff;
		height: 100%;
		outline: 0;
		transition: all .15s;
		float: right;
		padding: 13px 0;
		height: 100%;
		text-align: right;
		opacity: .6;
	}

		#searchForm button:hover, #searchForm button:focus {
			opacity: 1;
		}

@keyframes dropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.search-bar {
	margin-bottom: 60px;
}

	.search-bar button {
		position: absolute;
		top: 0;
		right: 0;
		color: #164477;
		border: 0;
		background: transparent;
		padding: 21px;
		outline: 0;
		border-left: 3px solid #fff;
		transition: all .15s;
	}

		.search-bar button:hover, .search-bar button:focus {
			background-color: #164477;
			color: #fff;
		}

#navigation {
	text-align: right;
	float: right;
	display: table;
	margin-left: auto;
	position: relative;
	z-index: 10;
	opacity: 1;
	transition: all .15s .15s;
	font-size: 0;
	margin: 7px 0 3px;
}

	#navigation > ul > li {
		border-right: 2px solid #e4e4e4;
		font-size: 14px;
		position: relative;
		padding: 0;
	}

	#navigation.hide {
		opacity: 0;
		transition: all .15s;
	}

	#navigation a {
		color: inherit;
		font-weight: 600;
		text-transform: uppercase;
		display: block;
		line-height: 1;
		padding: 0 10px;
		outline: 0;
		letter-spacing: 1px;
	}

		#navigation a:hover, #navigation a:focus {
			color: #1d518c;
			text-decoration: none;
		}

	#navigation > ul > li.dropdown-open .dropdown-menu {
		display: block;
		animation: dropdownOpen 0.2s forwards;
	}

	#navigation .dropdown-menu {
		position: absolute;
		top: calc(100% + 5px);
		left: -20px;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		text-align: left;
		list-style: none;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		padding: 10px 0 13px;
		margin: 10px 0 0;
		background: #306095;
		border-top: 5px solid #164477;
	}

		#navigation .dropdown-menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			#navigation .dropdown-menu ul li {
				font-size: .9em;
			}

		#navigation .dropdown-menu > li:first-child:before,
		#navigation .dropdown-menu > li:first-child:before {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-left: 14px solid transparent;
			border-right: 14px solid transparent;
			border-bottom: 14px solid #164477;
			transition: all .15s;
			bottom: 100%;
			left: 50px;
		}

		#navigation .dropdown-menu span {
			display: block;
			clear: both;
			font-weight: 700;
			font-family: 'Factoria';
			line-height: 1.42857143;
			white-space: nowrap;
			padding: 10px 25px 5px;
			background: #306095;
			border-bottom: none;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 1.5;
			margin-top: 10px;
		}

		#navigation .dropdown-menu li:first-child span {
			border-top: 0;
			margin-top: 0;
		}

		#navigation .dropdown-menu a {
			display: block;
			clear: both;
			font-weight: 400;
			font-family: "Open Sans", Arial, Helvetica, sans-serif;
			line-height: 1.42857143;
			white-space: nowrap;
			padding: 8px 25px;
			background: #306095;
			border-bottom: none;
			color: #fff;
			text-transform: none;
		}

			#navigation .dropdown-menu a:hover,
			#navigation .dropdown-menu a:focus,
			#navigation .dropdown-menu a.active {
				background: #164477;
				text-decoration: none;
			}

		#navigation .dropdown-menu ul a {
			background-color: #306095;
		}

@keyframes dropdownOpen {
	0% {
		opacity: 0;
		transform: translate(0, 20px);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.hamburger {
	width: 55px;
	margin-right: 0;
	float: right;
	margin-left: auto;
	padding: 14px;
	background-color: #1d518c
}

	.hamburger i {
		width: 100%;
		height: 3px;
		margin-bottom: 5px;
		display: block;
		background-color: #fff;
		border-radius: 3px;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

		.hamburger i:last-child {
			margin: 0;
		}

	.hamburger.active i:nth-child(2) {
		width: 0;
	}

.mobile-nav_toggle {
	display: none;
	margin-left: auto;
	margin-right: -25px;
}

@media(max-width: 991px) {
	.mobile-nav_toggle {
		display: block;
	}
}

.solution-table {
	display: table;
	font-size: 12px;
}

	.solution-table .tiny-article {
		display: table-cell;
		max-width: 33.3333334%;
		padding: 0 20px;
		border-right: 2px solid #e4e4e4;
		font-size: 1em;
	}

		.solution-table .tiny-article:first-child {
			padding-left: 0;
		}

		.solution-table .tiny-article:last-child {
			border: 0;
			padding-right: 0;
		}

	.solution-table a {
		color: #222222;
		display: block;
		text-decoration: none;
	}

		.solution-table a:hover h3, .solution-table a:focus h3 {
			color: #d13138;
			text-decoration: none;
		}

	.solution-table h3 {
		font-size: 1.1em;
		color: #306095;
		transition: all .15s;
		font-family: 'proxima-nova';
	}

@media(min-width: 992px) {
	#navigation li {
		font-size: 14px;
	}
}

@media(min-width: 1200px) {
	#header {
		padding: 18px 50px 22px;
	}

	.solution-table {
		font-size: .7em;
	}

		.solution-table h3 {
			margin: 0 0 .3em;
		}
}

@media(min-width: 1800px) {
	#header {
		padding: 18px 90px 22px;
	}

	.solution-table {
		display: table;
		font-size: .777777777em;
	}


		.solution-table .tiny-article {
			padding: 0 50px;
		}
}

@media(max-width: 991px) {
	#top-nav {
		padding: 0;
	}

	#header {
		padding-top: 0;
		padding-bottom: 0;
		height: 47px;
	}

	.logo-container {
		padding: 10px 0;
	}

	.home-header .row {
		margin: 0;
	}

	#navigation, #top-nav .search, .solution-table, .home-header #top-nav {
		display: none;
	}
}

#footer {
	font-size: 16px;
}

	#footer, #footer a {
		color: #fff;
	}

		#footer h4 {
			font-size: 18px;
		}

		#footer a:hover, #footer a:focus {
			text-decoration: none;
			color: #959595;
		}

		#footer a.btn:hover, #footer a.btn:focus {
			color: #fff;
		}

		#footer .footer_contact {
			border-bottom: solid 1px #ffffff;
		}

			#footer .footer_contact:hover, #footer .footer_contact:focus {
				border-bottom-color: #959595;
			}

		#footer .btn {
			float: right;
		}

#mega-footer {
	background-color: #164477;
	padding: 25px 0;
	position: relative;
}

	#mega-footer nav ul {
		margin: 0;
	}

	#mega-footer nav a {
		font-size: 18px;
		display: block;
		margin: 0 0 10px 0;
	}

	#mega-footer ul {
		margin-top: 0;
		margin-bottom: 15px;
	}


#modest-footer {
	background-color: #222222;
	padding: 10px 35px 10px 0;
	min-height: 75px;
    font-size: 14px !important;
}

	#modest-footer a {
		display: inline;
	}

	#modest-footer .btn {
		display: inline-block;
		margin-top: -4px;
	}

@media(max-width: 991px) {
	#modest-footer {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.footer-nav {
	margin: 6px -15px 2px;
	line-height: 1;
	font-size: 0;
	display: inline-block
}

	.footer-nav li {
		border-right: 1px solid #fff;
		font-size: 14px !important;
	}

		.footer-nav li:last-child {
			border: 0;
		}

	.footer-nav a {
		padding: 0 10px;
		display: block;
	}

#modest-footer .footer-logo {
	width: 130px;
	display: inline-block;
}

	#modest-footer .footer-logo img {
		max-width: 100%;
	}

.footer_social-media {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.375em;
}

	.footer_social-media li {
		display: inline-block;
		padding-right: 15px;
	}

	.footer_social-media a:hover, .footer_social-media a:focus {
		opacity: .75;
		text-decoration: none;
	}

.footer-right .btn {
	margin-left: 10px;
}

@media(max-width:1379px) {
	#footer h4 {
		font-size: 16px;
	}

	#modest-footer .btn {
		margin-top: 0;
		padding: 5px 15px;
		margin-left: 5px;
	}
}

@media(max-width:991px) {
	#modest-footer .btn {
		margin-top: -13px;
		margin-right: 20px;
	}

	#footer .btn {
		float: none;
		display: inline-block;
		margin: 0;
	}

	.footer-nav {
		display: block;
		padding: 10px 0 25px;
	}
}


@media(max-width: 991px) {
	#modest-footer .footer-logo {
		display: block;
		margin-bottom: 25px;
	}
}

@media(max-width: 576px) {
	.footer-nav {
		display: block;
		margin-bottom: 25px;
	}
}

@media(min-width: 768px) {

	/*#footer .footer-bar-left {
		padding-top: 30px;
	}*/

	#mega-footer {
		padding: 45px 0;
	}
}


@media(min-width: 1380px) {
	#footer {
		font-size: 18px;
	}
}

.footer-contact {
	line-height: 1.4;
}

@media(min-width: 992px) {
	#footer .footer-bar-left {
		padding-top: 0;
	}

	.footer-right {
		float: right;
		text-align: right;
	}

	.footer-nav {
		margin: 7px -15px;
	}

		.footer-nav li {
			font-size: 18px;
		}

    #footer .footer-bar-left {
        border-left: 2px solid #fff;
        padding-left: 30px;
        line-height: 1.6;
    }

	#modest-footer {
		padding: 21px 55px 18px 0;
	}
}

@media(max-width:1199px) {
    #footer .footer-bar-left {
       margin-left: -30px;
    }
}
@media(max-width:991px) {
    #footer .footer-bar-left {
        margin-left: 0;
    }
}


#slide-down {
	position: absolute;
	bottom: 0;
	right: 0;
}

	#slide-down:after {
		content: "\f078";
	}

	#slide-down:hover, #slide-down:focus {
		text-decoration: none;
	}

.c780 .logo-slider-container {
    background-color: #eee;
}
    .c780 .logo-slider-container .meta {
        margin-bottom: 1.2em;
    }

.logo-slider, .logo-slider-alt {
    padding: 0 90px;
}

    .logo-slider .slick-slide,
    .logo-slider-alt .slick-slide {
        padding: 0 15px;
    }

    .logo-slider img,
    .logo-slider-alt img {
        max-width: 100%;
        height: auto;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    @media(min-width:992px) {
        .logo-slider-alt img {
            max-width: 80%;
        }
    }

    .logo-slider .slick-track,
    .logo-slider-alt .slick-track {
        display: flex;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        clear: both;
        align-items: center;
    }

@media(min-width: 767px) {
    .logo-slider .slick-slide,
    .logo-slider-alt .slick-slide {
        padding: 0 30px;
    }
}

.case-study-slider {
	position: relative;
}

.case-study-banner {
	background-size: cover;
	background-position: center;
	color: #fff;
	background-color: #252525;
	position: relative;
	height: auto;
}

	.case-study-banner .block-article {
		z-index: 20;
	}

.case-study-slider .slick-track {
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	clear: both;
}

.case-study-figure {
	font-weight: 700;
	padding: .8em 10px;
	border-bottom: 2px solid rgba(255, 255, 255, .8);
	max-width: 100%;
	text-align: center;
}

@media(max-width: 767px) {
	.case-study-figure {
		font-size: 16px;
	}
}

@media(min-width: 992px) {
	.case-study-figure {
		margin: 0;
	}
}

@media(min-width: 1200px) {
	.case-study-figure {
		font-size: 1.222222em;
	}
}

.case-study-figure:last-of-type {
	border: 0;
}

.case-study-figure span, .case-study-figure strong {
	font-size: 1.454545em;
	text-transform: uppercase;
	letter-spacing: 0;
	letter-spacing: -1px;
	font-family: 'Factoria';
}

.slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

	.slider-bg video {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}


.banner-slider {
	position: relative;
}

	.banner-slider .slide {
		text-align: center;
		padding: 90px 25px;
		display: flex;
		align-items: center;
		background-size: cover;
		color: #fff;
		font-size: 1.11111em;
		text-align: left;
	}

		.banner-slider .slide .inner {
			max-width: 35em;
			margin: 0 auto;
			position: relative;
			z-index: 10;
		}
        @media(max-width:1299px) {
            .banner-slider .slide .inner {
                padding-top: 5em;
            }
        }

		.banner-slider .slide .slide-fg {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.banner-slider .slide .draw-vector {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			opacity: .65;
			mix-blend-mode: overlay;
		}

		.banner-slider .slide p {
			margin: 0 0 30px;
		}


@media(min-width: 768px) {
	.banner-slider .slide {
		text-align: center;
		padding: 120px 50px;
		text-align: center;
	}

		.banner-slider .slide p {
			margin: 0 2em 2em;
		}
}

@media(min-width: 992px) {
	.banner-slider .slide {
		height: 100vh;
		padding-top: 235px;
	}
}

/*ack cr for google maps*/
.map-caption {
	max-width: 600px;
	position: relative;
	z-index: 20;
}

.map-popup {
	padding: 15px;
}

	.map-popup h3 {
		margin-bottom: 15px;
	}

	.map-popup span {
		color: #333;
		line-height: 1.2;
		font-size: 16px;
		white-space: normal;
		display: block;
		max-width: 350px;
		margin-bottom: 10px;
	}

	.map-popup a {
		font-weight: bold;
	}

		.map-popup a:hover {
			text-decoration: none;
			color: #959595;
		}

.gm-style .gm-style-iw {
	font-size: 16px;
}

@media (min-width: 480px) {
	.map-caption {
		padding-left: 1.111rem;
		padding-right: 1.111rem;
	}
}

@media (min-width: 1400px) {
	.map-caption {
		padding: 2.222rem;
	}
}

.map-caption__stat {
	margin-top: 2.222rem;
	font-size: 2.222rem;
	font-family: 'AvantGardeGothicITC W08 Bold', Arial, sans-serif;
	line-height: 0.7;
}

	.map-caption__stat small {
		font-family: 'AvantGardeGothicITC W08 Book', Arial, sans-serif;
		font-size: 1.111rem;
	}

.map-caption .btn--outlined {
	margin-top: 3.056rem;
}

.map-caption h2 {
	color: #ffffff;
	margin-top: 0.556rem;
}

#map {
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
	z-index: 10;
	position: relative;
	display: block;
}

@media (max-width: 991px) {
	#map {
		min-height: 300px;
	}
}

@media (min-width: 992px) {
	#map {
		height: 100%;
		position: absolute !important;
	}
}

#map img {
	max-width: none;
}

.interior-map {
	width: auto;
	height: 550px;
	min-height: 50vh;
	position: relative;
	overflow: hidden;
}

@media(max-width: 1500px) {
	.interior-map {
		height: 425px;
	}
}

.gallery-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	.gallery-slider .slick-dots, .gallery-slider .slick-arrow {
		z-index: 15;
	}

	.gallery-slider .slick-list,
	.gallery-slider .slick-track,
	.gallery-slider_image {
		height: 100%;
	}

.contact-banner {
	background-color: #fafafa;
	background-image: url('/Areas/CMS/Assets/img/ContactBG.jpg');
	background-size: cover;
	background-position: center;
	text-align: center;
	border-top: 1px solid #fafafa;
	background-blend-mode: multiply;
}

	.contact-banner .h1 {
		font-size: 2.333em;
	}

.column-contact:after {
	background-color: rgba(10, 10, 10, .9);
}

.header-image {
	max-width: 100%;
}

.grey-bg_transparent {
	background-color: rgba(34,34,34,0.8);
	color: #ffffff;
}

.blue-bg_transparent {
	background-color: rgba(22,68,119,0.8);
	color: #ffffff;
}

.banner-padding_top {
	padding-top: 4em;
}

.community-content {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

	.community-content p {
		margin: 0;
	}

.community-figure {
	z-index: -1;
}

.community-figure-right img {
	right: 0;
	text-align: right;
	float: right;
}


@media(min-width: 992px) {
	.community-content .block-row {
		display: flex;
	}

	.block-article.community-figure {
		overflow: visible;
	}

		.block-article.community-figure > img {
			position: relative;
			top: 0;
			left: 0;
			transform: translate(0, 0);
			height: auto !important;
			width: auto !important;
		}
}

@media(min-width: 1200px) {
	.community-content .block-row {
		align-items: center;
	}

	#community-figure-bottom {
		margin-top: -200px;
		padding-top: 0;
		padding-bottom: 0;
	}

		#community-figure-bottom .block-article {
			padding-top: 0;
			padding-bottom: 0;
		}
}

@media(max-width: 1199px) {
	.block-article.community-figure {
		padding: 0;
		display: block;
	}

		.block-article.community-figure img {
			max-width: 100%;
		}

	.community-figure-right {
		align-self: flex-end;
	}

	#community-figure-bottom {
		padding: 0;
	}

		#community-figure-bottom .block-article {
			padding: 0;
		}
}

@media(max-width: 991px) {
	.community-content .row {
		position: relative;
	}

	.block-article.community-figure {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
	}

		.block-article.community-figure img {
			min-width: 100%;
			min-height: 100%;
			max-width: none;
		}
}

#interior-banner.interior-banner_wide .image-container {
	height: 18.75em;
}

#interior-banner.banner-case-study {
	height: auto;
	padding: 0;
	width: 100%;
}

#interior-banner, .banner-headline, .image-container {
	height: 15em;
	position: relative;
}

@media(min-width: 1600px) {
	#interior-banner, .banner-headline, .image-container {
		height: 20em;
		position: relative;
	}
}

#interior-banner .image-container {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#interior-banner.interior-banner-2, .interior-banner-2 .banner-headline, .interior-banner-2 .image-container {
	/*height: 12em;*/
	position: relative;
}

.banner-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

@media(min-width: 992px) {
	.banner-headline {
		padding-right: 35px;
	}
}

.banner-headline h1 {
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	margin: 0;
	color: #fff;
	font-size: 1.5em;
}

@media(min-width: 1600px) {
	.banner-headline h1 {
		font-size: 2em;
	}
}

@media(min-width: 2000px) {
	.banner-headline h1 {
		font-size: 1.5em;
	}
}

.headline-bg {
	float: left;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.header-slider {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

@media(min-width: 768px) {
	.headline-bg, .header-slider {
		width: 50%;
		height: 100%;
	}
}

@media(min-width: 992px) {
	.headline-bg {
		width: calc((50% - (955px / 2)) + (955px * .3333333334) + 15px);
	}

	.header-slider {
		width: calc((50% - (955px / 2)) + (955px * .6666666667) - 15px);
	}

	#interior-banner .banner-headline {
		width: calc(25% + 15px);
		z-index: 50;
	}
}

@media(min-width: 1200px) {
	.headline-bg {
		width: calc(25% + 30px);
	}

	.header-slider {
		width: calc(75% - 30px);
	}
}

@media(min-width: 1800px) {
	.headline-bg {
		width: calc(25% + 50px);
	}

	.header-slider {
		width: calc(75% - 50px);
	}
}

@media(min-width: 1920px) {
	.headline-bg {
		width: calc((50% - (1820px / 2)) + (1820px * .25) + 30px);
	}

	.header-slider {
		width: calc((50% - (1820px / 2)) + (1820px * .75) - 30px);
	}
}

@media(max-width: 767px) {
	.banner-headline {
		height: 10em;
	}

	#interior-banner, #interior-banner.interior-banner-2 {
		height: 20em;
		padding-bottom: 10em;
	}

	.headline-bg, .header-slider {
		height: 50%;
	}
}

#interior-banner .image-container.case-study-stats {
	background-image: url('/Areas/CMS/assets/img/Case-Study-Stats-BG.png');
}

.case-study-stats_content {
	color: #ffffff;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.interior2-headline {
	padding: 0 17%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media(max-width:991px) {
	.interior2-headline {
		top: initial;
		transform: none;
		width: 750px;
		padding: 50px 15px 0 15px;
		margin: 0 auto;
	}

	/*.interior .flex-row {
		display: block;
	}

		.interior .flex-row.row:before,
		.interior .flex-row.row:after {
			content: "";
		}*/
}

@media(max-width:767px) {
	.interior2-headline {
		width: 100%;
	}
}

.main-content h2.h3, .main-content .h2.h3, .main-content h1.h3, .main-content .h1.h3 {
	margin-bottom: 1em;
}

.main-content img {
	max-width: 100%;
}

.the-proof h2 span {
	background-color: #d13138;
	padding-left: 5px;
	padding-right: 5px;
}

.related-projects, .related-testimonial, .body-widget {
	margin-top: 35px;
}

	.body-widget > .block-article {
		height: 100%;
		width: 100%;
	}

@media(min-width: 992px) {
	.body-widget .block-article {
		padding: 50px;
	}

		.body-widget .block-article .article-actions {
			bottom: 50px;
			left: 50px;
		}
}

@media(min-width: 768px) and (max-width: 1199px) {
	.video-tile {
		padding: 30px !important;
	}

		.video-tile h2 {
			font-size: 1.25em;
		}

		.video-tile .article-actions {
			bottom: 30px;
		}
}

.related-projects-slider h4,
.related-testimonial h4,
.related-resources h4,
.service-provided-by h4 {
	margin-bottom: 30px;
}

.service-company {
	background-color: #f4f2f2;
	width: 100%;
	padding: 40px;
	margin-bottom: 25px;
	display: block;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

	.service-company img {
		max-width: 100%;
		max-height: 100%;
		display: block;
		margin: 0 auto;
	}

@media(min-width: 992px) {
	.service-company {
		width: calc(100% - 45px);
	}
}

.related-projects-slider {
	height: 100%;
	background-color: #252525;
	position: relative;
}

	.related-projects-slider .slider, .related-projects-slider .slick-list {
		height: 100%;
	}

	.related-projects-slider .slick-track {
		height: 100%;
		display: flex;
	}

	.related-projects-slider .block-article {
		height: auto;
	}

/*.related-projects-slider .block-article .fill{
		opacity: .2;
	}*/

.related-projects-slider_content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}

.related-projects-slider_inner {
	padding: 60px 50px;
	position: relative;
	height: calc(100% - 60px);
}

	.related-projects-slider_inner .slick-slider,
	.related-projects-slider_inner .slick-list,
	.related-projects-slider_inner .slick-track {
		height: 100%;
	}

.related-testimonial_inner {
	background-color: #222222;
	color: #ffffff;
	padding: 60px 50px;
	height: 100%;
}

	.related-testimonial_inner blockquote {
		font-size: 30px;
		line-height: 1.2;
	}

	.related-testimonial_inner footer {
		margin-bottom: 50px;
	}

@media(max-width: 767px) {
	.testimonial-image-container {
		width: 100px;
		float: left;
	}

	.testimonial-content {
		width: calc(100% - 100px);
		float: left;
	}
}

.related-resources {
	margin-top: 60px;
}

.related-resources_container {
	float: left;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1.1;
}

	.related-resources_container a {
		display: block;
		color: #fff;
		width: 100%;
	}

		.related-resources_container a:hover .related-resources_title, .related-resources_container a:focus .related-resources_title {
			background-color: #d13138;
		}

.related-resources_icon {
	float: left;
	width: 80px;
	min-height: 80px;
	background-color: #d13138;
	position: relative;
}

	.related-resources_icon img {
		max-width: 32px;
		max-height: 32px;
		margin: 30% auto;
		display: block;
	}

.related-resources_title {
	float: left;
	width: calc(100% - 80px);
	min-height: 80px;
	background-color: #164477;
	padding: 15px 25px;
	position: relative;
	transition: all .15s;
}

.leadership-featured {
	margin-top: 40px;
}

	.leadership-featured .article-with-figure {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #f4f4f4;
	}

	.leadership-featured .article-actions {
		position: static;
	}

@media(max-width: 767px) {
	.img-leadership-featured {
		margin-bottom: 20px;
	}
}

@media(min-width: 992px) {
	.leadership-featured .article-with-figure {
		margin-bottom: 90px;
		padding: 0;
		border: 0;
	}

	.leader-image-left figure {
		padding-right: 75px;
	}

	.leader-image-right figure {
		padding-left: 75px;
	}
}

.img-leadership-featured {
	display: block;
	max-width: 100%;
	height: auto;
}

.image-right .img-leadership-featured {
	float: right;
}

/*.leadership-grid {
	padding: 80px;
}*/

.leadership-grid_menu {
	margin-bottom: 80px;
}

	.leadership-grid_menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		.leadership-grid_menu ul li {
			display: inline-block;
			padding: 15px;
		}

			.leadership-grid_menu ul li a.is-active {
				border-bottom: 8px solid #d13138;
			}

			.leadership-grid_menu ul li a {
				font-family: 'proxima-nova';
				font-size: .888888em;
				font-weight: 700;
				margin-top: 0;
				margin-bottom: .5em;
				letter-spacing: 1.5px;
				text-transform: uppercase;
				color: #333333;
				padding-bottom: 10px;
			}

				.leadership-grid_menu ul li a:hover,
				.leadership-grid_menu ul li a:focus,
				.leadership-grid_menu ul li a:active {
					text-decoration: none;
					border-bottom: 8px solid #d13138;
				}

.leadership-grid_container {
	/*padding: 10px;*/
	font-size: .75em;
	margin-bottom: 50px;
}

	.leadership-grid_container h3 {
		margin-top: 15px;
	}

.leadership-grid_image {
	position: relative;
}

	.leadership-grid_image img {
		display: block;
		max-width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.leadership-grid_image:after {
		content: '\A';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(29,81,140,0.8);
		opacity: 0;
		-moz-transition: all .2s;
		-o-transition: all .2s;
		-webkit-transition: all .2s;
		transition: all .2s;
	}

.leadership-grid_bio {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap;
}

.leadership-grid_links {
	position: absolute;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	top: 50%;
	left: 50%;
	font-size: 24px;
	transform: translate(-50%, -50%);
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	text-align: center;
}

	.leadership-grid_links li {
		display: inline-block;
		width: 22px;
		margin: 0 auto;
	}

		.leadership-grid_links li a {
			margin: 0 auto;
			display: block;
			width: 20px;
		}

			.leadership-grid_links li a img {
				max-width: 100%;
			}

			.leadership-grid_links li a:hover, .leadership-grid_links li a:focus {
				color: #fff;
				text-decoration: none;
				opacity: .5;
			}

@media(min-width: 768px) {
	.leadership-grid_links {
		font-size: 30px;
	}

		.leadership-grid_links li {
			width: 40px;
		}

			.leadership-grid_links li a {
				width: 26px;
			}

	.leadership-grid_container {
		font-size: 1em;
	}

		.leadership-grid_container h3 {
			margin-top: 30px;
		}
}

@media(max-width: 767px) {
	.leadership-grid .row {
		margin: 0 -5px;
	}

		.leadership-grid .row > [class*=col] {
			padding-left: 5px;
			padding-right: 5px;
		}
}

.leadership-grid_image.hover-state:hover:after {
	opacity: 1;
}


.leadership-grid_image.hover-state:hover .leadership-grid_links {
	visibility: visible;
	opacity: 1;
}


.leadership-grid_image.hover-state:hover .leadership-grid_bio {
    visibility: visible;
    opacity: 1;
}

/*Bio*/
.bio-image {
	float: left;
	max-width: 30%;
	margin-right: 25px;
	margin-bottom: 25px;
}

	.bio-image img {
		display: block;
		max-width: 100%;
		height: auto;
	}

.bio_links {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	font-size: 30px;
	font-weight: 800;
}

	.bio_links li {
		display: inline-block;
		padding-right: 20px;
	}

	.bio_links img {
		margin-top: -5px;
	}

	.bio_links a:hover, .bio_links a:focus {
		opacity: .5;
		text-decoration: none;
		color: #d13138;
	}

@media(max-width:1599px) {
	.img-leadership-featured {
		max-width: 100%;
	}
}

@media(max-width:991px) {
	.bio-container {
		margin-top: 50px;
	}
}

@media(max-width:767px) {
	.bio-image {
		float: none;
		max-width: initial;
		width: 100%;
	}
}

.c-tab {
	display: none;
}

	.c-tab.is-active {
		display: block;
	}

/* Video Modal */
.video-modal_open {
	overflow: hidden;
}

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90001;
	height: 100vh;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(33, 33, 33, .95);
}

	.video-modal.active {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.video-modal .top {
		height: 100px;
		width: 100%;
		position: relative;
	}

		.video-modal .top a.close-modal {
			position: absolute;
			right: 0;
			top: 30px;
			padding: 0;
			display: block;
			z-index: 50;
			height: 40px;
			width: 50px;
		}

	.video-modal #video-container {
		margin: 0 auto;
		width: 100%;
		padding-top: 50px;
	}

	.video-modal iframe {
		width: 854px;
		height: 480px;
		margin: 0 auto;
		display: block;
	}

.close-modal:before, .close-modal:after {
	width: 50px;
	height: 2px;
	background-color: #fff;
	content: '';
	display: block;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-left: -36px;
	margin-top: 0;
}

.close-modal:after {
	transform: rotate(-45deg);
}

.video-modal_open .header.headroom--not-top {
	display: none;
}


/*Our Unique Value*/
.accordion-section {
	padding: 30px 0;
	position: relative;
	border-top: solid 2px #ebebeb;
}

.accordion-toggle h4 {
	color: #194575;
	margin-bottom: 0;
}

.accordion-toggle.active {
}


.accordion-toggle:hover,
.accordion-toggle:focus,
.accordion-toggle:active {
	text-decoration: none;
}

.accordion-toggle > i {
	position: absolute;
	top: 32px;
	right: 32px;
	transition: all ease 0.3s;
	color: #d13138;
}

.accordion-toggle.active > i {
	transform: rotate(45deg);
}

.accordion-section-content {
	display: none;
	margin-top: 30px;
}

.proof-point_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.proof-point_list li {
		padding: 5px 0;
		font-family: 'Factoria';
		font-size: 1.2em;
		font-weight: 700;
		color: #403d3d;
	}

		.proof-point_list li span {
			color: #ffffff;
			background-color: #cf333d;
			padding: 0 5px;
		}

.pdf-table {
	display: table;
	width: 100%;
	max-width: 750px;
	border-collapse: collapse;
}

	.pdf-table .table-row {
		color: #000;
	}

	.pdf-table .table-cell {
		padding: 8px 15px;
		border: 1px solid #eee;
		vertical-align: middle;
	}

	.pdf-table h2 {
		margin: 0;
		text-transform: none;
	}


	.pdf-table .download-cell {
		text-align: center;
		white-space: nowrap;
	}

	.pdf-table a.table-row:hover, .pdf-table a.table-row:focus {
		background-color: #eee;
		text-decoration: none;
	}

		.pdf-table a.table-row:hover .table-cell, .pdf-table a.table-row:focus .table-cell {
			border-left-color: #fff;
			border-right-color: #fff;
		}

			.pdf-table a.table-row:hover .table-cell:first-child, .pdf-table a.table-row:focus .table-cell:first-child {
				border-left-color: #eee;
			}

			.pdf-table a.table-row:hover .table-cell:last-child, .pdf-table a.table-row:focus .table-cell:last-child {
				border-right-color: #eee;
			}

@media(max-width: 767px) {


	.pdf-table, .pdf-table .table-row, .pdf-table .table-cell {
		display: block;
	}

		.pdf-table .table-row {
			margin: 0 0 20px;
			padding: 10px;
			border: 1px solid #ccc;
		}

		.pdf-table .table-cell {
			border: 0;
			text-align: left;
			padding: 0;
		}
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.download-link {
	text-transform: uppercase;
	font-size: .88888em;
	color: #d13138
}


.newsroom-img {
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}

	.newsroom-img img {
		display: block;
		max-width: 400px;
		height: auto;
	}

.newsroom h1 {
	font-family: 'proxima-nova';
	font-size: 24px;
	text-transform: uppercase;
}

.list-article {
	border-top: solid 1px #ebebeb;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0;
}

	.list-article:first-of-type {
		border-top: none;
		padding-top: 0;
	}

	.list-article.has-image a:before, .list-article.has-image a:after {
		content: '';
		clear: both;
		display: table;
	}

	.list-article.has-image .article-content {
		padding-top: 25px;
	}

	.list-article.has-image .article-image {
		padding-bottom: 35%;
		position: relative;
		overflow: hidden;
	}

		.list-article.has-image .article-image img {
			max-width: unset;
		}

@media(min-width: 768px) {

	.list-article.has-image .article-content, .list-article.has-image .article-image {
		float: left;
	}

	.list-article.has-image .article-content {
		width: 80%;
		padding-left: 30px;
		padding-top: 0;
	}

	.list-article.has-image .article-image {
		width: 20%;
		min-height: 100%;
		padding-bottom: 15%;
		
	}
}

@media(min-width: 1200px) {
	.list-article.has-image a {
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		clear: both;
	}
}

@media(max-width:1199px) {
	.newsroom-img {
		max-width: 40%;
	}

		.newsroom-img img {
			max-width: 100%;
		}
}

@media(max-width:991px) {
	.newsroom {
		padding-top: 50px;
	}
}

@media(max-width:479px) {
	.newsroom-img {
		float: none;
		width: 100%;
		max-width: 100%;
	}

		.newsroom-img img {
			display: block;
			max-width: 100%;
			height: auto;
			margin: 0 auto;
		}
}

.project-listing {
	display: none;
}

.block-link:after {
	background-color: rgba(0,0,0,.7);
}

#filter-bar {
	padding: 15px 0;
	background-color: #f2f2f2;
}

.jumptarget::before {
	content: "";
	display: block;
	height: 67px; /* fixed header height*/
	margin: -67px 0 0; /* negative fixed header height */
	background-color: #ffffff;
}

#filter-bar .form-group {
	margin-bottom: 15px;
}

	#filter-bar .form-group select {
		background-color: #ffffff;
	}

.no-projects-found {
	color: #ffffff;
	padding: 50px 0;
	text-align: center;
}

	.no-projects-found p {
		margin-bottom: 0;
	}

.community-story {
	border-top: solid 1px #ebebeb;
	padding-top: 30px;
	padding-bottom: 30px;
}

	.community-story:first-of-type {
		border-top: none;
		padding-top: 0;
	}

	.community-story .image-left {
		padding-bottom: 30px;
	}

	.community-story .image-right {
		padding-bottom: 30px;
	}

@media(min-width: 768px) {
	.community-story .image-left {
		float: left;
		padding-right: 30px;
	}

	.community-story .image-right {
		float: right;
		padding-left: 30px;
	}

	.community-story {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.recent-stories h2 {
	font-family: 'proxima-nova';
	font-size: 1.33333em;
	margin-bottom: .75em;
}

.recent-stories_heading h2 {
	font-family: 'Factoria';
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 30px;
}

@media(min-width: 992px) {
	.recent-stories .col-md-6 {
		width: 60%;
	}
}


@media(min-width: 1200px) {

	.recent-stories .case-study-banner {
		margin-bottom: 45px;
	}

		.recent-stories .case-study-banner:last-of-type {
			margin-bottom: 0;
		}
}

.c898 .block-row-contained .block-article {
	margin-top: 0;
	border-top: 0;
}

.strike-company_listing {
	margin-bottom: 50px;
}

.strike-company {
	border-top: solid 2px #fff;
	display: flex;
}

	.strike-company:first-of-type {
		border-top: none;
		padding-top: 0;
	}

		.strike-company:first-of-type .strike-company_content {
			margin-top: 0;
		}

	.strike-company p:last-child {
		margin: 0;
	}

	.strike-company:nth-child(2n+1) .strike-company_image {
		background-color: #eee;
	}

.strike-company_image {
	float: left;
	text-align: center;
	background-color: #f4f4f4;
	padding: 60px;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

	.strike-company_image img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

.strike-company_content {
	float: left;
	padding: 45px 0 45px 45px;
	border-top: solid 2px #f4f4f4;
	margin-top: -2px;
}

@media(min-width: 1200px) {
	.strike-company_content {
		padding: 60px 0 60px 60px;
	}
}

@media(max-width:767px) {
	.strike-company_content {
		padding: 30px;
		border: solid 2px #f4f4f4;
		margin-bottom: 15px;
	}

	.strike-company_image {
		padding: 30px;
	}
}

.recent-job-posting {
	margin-top: 100px;
}

.recent-job-posting_container {
	padding: 30px;
	transition-timing-function: ease;
	transition: all 0.25s;
	position: relative;
	-webkit-box-shadow: 10px 10px 25px 0px rgba(187,187,187,1);
	-moz-box-shadow: 10px 10px 25px 0px rgba(187,187,187,1);
	box-shadow: 7px 7px 25px 0px rgba(187, 187, 187, 0.74);
	border: 1px solid #f4f4f4;
	background-image: url(/Areas/CMS/assets/img/lightning_white.jpg);
	height: 100%;
	background-position: center;
	background-size: cover;
}

	.recent-job-posting_container:hover {
		-webkit-box-shadow: 13px 13px 25px 0px rgba(187,187,187,1);
		-moz-box-shadow: 13px 13px 25px 0px rgba(187,187,187,1);
		box-shadow: 13px 13px 25px 0px rgba(187, 187, 187, 0.74);
		transform: translate(-6px, -6px);
	}


.recent-job-posting-row .col-md-4 {
	margin-bottom: 10px;
}

a.recent-job-posting_link {
	text-decoration: none;
	display: block;
	height: 100%;
	margin-bottom: 10px;
}

	.recent-job-posting_title,
	a.recent-job-posting_link .recent-job-posting_title {
		color: #306095;
		font-size: 24px;
		font-weight: bold;
	}

	.recent-job-posting_headline,
	a.recent-job-posting_link .recent-job-posting_headline {
		color: #222222;
		font-size: 18px;
	}

time {
	opacity: 1;
	font-weight: 700;
	letter-spacing: 1px;
}

.list-article time {
	color: #1d518c;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

	.row.no-gutter [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
	}

.image-gallery-fit {
	overflow: hidden;
}

.landing-content-container {
	max-width: 900px;
	margin: 0 auto;
}

@media(max-width: 1800px) {
	.landing-content-container {
		max-width: 800px;
		margin: 0 auto;
	}
}

@media(max-width: 1600px) {
	.landing-content-container {
		max-width: 750px;
		margin: 0 auto;
	}
}

.alert {
	padding: 15px;
	border-left: 4px solid #2e7de1;
	color: #222;
	background-color: #97bef0;
	position: relative;
	margin: 20px 0;
	color: #000;
}

	.alert button {
		position: absolute;
		top: 0;
		right: 0;
		border: 0;
		outline: 0;
		background-color: transparent;
		height: 30px;
		width: 28px;
		font-size: 0;
	}

		.alert button:before, .alert button:after {
			content: '';
			display: block;
			width: 14px;
			border-bottom: 2px solid #000;
			position: absolute;
			transform: rotate(45deg);
		}

		.alert button:after {
			transform: rotate(-45deg);
		}

	.alert strong {
		color: #000;
		font-weight: 700;
	}

.alert-danger {
	border-color: #e31b23;
	background-color: rgba(236, 98, 103, 0.76);
}

.alert-success {
	border-color: #005295;
	background-color: rgba(0, 82, 149, 0.49);
}

.moncur-bug {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

	.moncur-bug img {
		height: 25px;
		opacity: 0.5;
	}

	.moncur-bug:after {
		content: "Website by Moncur";
		opacity: 0;
		-moz-transition: all .4s;
		-o-transition: all .4s;
		-webkit-transition: all .4s;
		transition: all .4s;
		position: absolute;
		top: 5px;
		right: 36px;
		color: rgba(255,255,255,0.5);
		font-size: 14px;
		white-space: nowrap;
	}

	.moncur-bug:hover:after,
	.moncur-bug:focus:after {
		opacity: 1;
		-moz-transform: translate3d(15px, 0, 0);
		-ms-transform: translate3d(15px, 0, 0);
		-o-transform: translate3d(15px, 0, 0);
		-webkit-transform: translate3d(15px, 0, 0);
		transform: translate3d(15px, 0, 0);
		outline: 0;
	}


.jumptarget2::before {
	content: "";
	display: block;
	height: 150px;
	margin: -150px 0 0;
	background-color: #ffffff;
}

.meet-your-expert {
	margin-bottom: 60px;
	width: calc(100% - 45px);
}

	.meet-your-expert h4 {
		margin-bottom: 30px;
	}

.meet-your-expert_content {
	background-color: #f4f2f2;
	padding: 40px;
}

.meet-your-expert_name {
	font-weight: bold;
}

.meet-your-expert_title {
	margin-bottom: 30px;
}

#interactive-map {
	position: relative;
	border-bottom: 0;
}

	#interactive-map img {
		position: absolute;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all .15s;
	}

		#interactive-map img.active {
			opacity: 1;
		}

	#interactive-map #base-map {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

#interactive-map_buttons button {
	flex: 1;
	border: 0;
	margin: 15px 0;
	width: 100%;
	background-color: #164477;
	color: #fff;
	outline: 0;
	padding: 10px 15px;
	font-size: .888888em;
	text-align: left;
	font-weight: 700;
	font-size: 18px;
}

	#interactive-map_buttons button .name {
		float: left;
		display: block;
		margin-bottom: -2px;
	}

.check-box {
	width: 1em;
	height: 1em;
	display: block;
	border: 2px solid #fff;
	border-radius: 3px;
	margin-right: 10px;
	position: relative;
	float: left;
}

	.check-box:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -.2727em;
		margin-left: -.1364em;
		display: block;
		transform: rotate(45deg) skewX(8deg) scale(.5);
		width: .2525em;
		height: .4545em;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		opacity: 0;
		transition: all .1s;
	}

#interactive-map_buttons button.active .check-box:after {
	opacity: 1;
	transform: rotate(45deg) skewX(8deg) scale(1);
}

@media(max-width: 1199px) {
	.who-is-strike {
		width: 100%;
	}
}


.file-upload input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.file-upload .upload-btn {
	font-size: 1em;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

	.file-upload .upload-btn .btn {
		border-radius: 0;
		text-align: left;
		padding: .5em 1em;
		cursor: pointer;
		margin-right: 10px;
	}

.file-upload input:focus + .upload-btn .btn {
	background-color: #154377;
	outline: 0;
	text-decoration: none;
	color: #fff;
}

	.file-upload input:focus + .upload-btn .btn:after {
		left: 120%;
		-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	}


.sub-banner {
    position:absolute;
    top:160px;
    right:0;
    z-index:1499;
    background-color: #164477;
    padding:40px 40px 35px 40px;
    width:375px;
    height:auto;
    text-align:left;
    color:#fff;
}

.sub-banner h3 {
    font-size:18px;
    margin-bottom:10px;
}

.sub-banner p {
    font-size:14px;
    margin:0 0 5px 0;
}

    .sub-banner a {
        display: block;
        color: #fff;
    }
        .sub-banner a:hover {
            text-decoration: none;
            opacity: 0.5;
        }


.close-sub-banner {
    position:absolute;
    top:0;
    right:0;
    background-color:#e0dede;
    width:36px;
    height:36px;
    cursor:pointer;
}

.close-sub-banner i {
    color:#333333;
    position:relative;
    top:40%;
    left:50%;
    transform:translate(-50%, -50%);
}

@media(max-width:1299px) {
    .sub-banner {
        padding: 30px;
        width: 50vw;
    }
}

@media(max-width:991px) {
    .sub-banner {
        top:47px;
        width:100%;
        padding:10px 50px 10px 25px;
    }

    .sub-banner h3 {
        margin-bottom:0;
    }
}

#modal-secure {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 30px;
    z-index: 90001;
    height: 100vh !important;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(33,33,33,.95);
}

    #modal-secure #AccessItemsForm {
        margin: 0 auto;
        width: 50%;
        padding: 40px 40px 20px;
        background: #fff;
    }
        @media(max-width:991px) {
            #modal-secure #AccessItemsForm {
                width: 65%;
            }
        }
        @media(max-width:767px) {
            #modal-secure #AccessItemsForm {
                margin-top: 60px;
                width: calc(100% - 40px);
            }
        }

    #modal-secure .top a {
        display: block;
        width: 60px;
        height: 60px;
        overflow: hidden;
        position: absolute;
        top: 10px;
        right: 15px;
    }
    #modal-secure .top a:hover {
        cursor: pointer;
    }

@media(max-width:1199px) {
    .clear-md {
        clear: both;
    }
}
@media(min-width:768px) {
    .two-col {
        columns: 2;
    }
}
i.LinkedIn {
    font-style: normal;
    font-family: 'proxima-nova';
    font-size: 16px;
    margin-left: 10px;
    font-weight: bold;
}