/*****************************
********** GLOBAL *************
******************************/
html {
    scroll-padding-top: 70px;
}
html, body {
	overflow-x:hidden;
}
/*@font-face {
  font-family: helvetica-500;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdMd.otf);
}
@font-face {
  font-family: helvetica-700;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdBd.otf);
}
@font-face {
  font-family: helvetica-400;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdLt.otf);
}
@font-face {
  font-family: helvetica-300;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdTh.otf);
}
@font-face {
  font-family: helvetica-900;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdBlk.otf);
}
@font-face {
  font-family: HelveticaNeueLTStdRoman;
  src: url(fonts/HelveticaNeueLTStd/HelveticaNeueLTStdRoman.otf);
}*/
table {
	width:100%;
	margin-top:15px;
	min-width:400px;
}
table th {
	background-color:#003660;
	color:#fff;
	padding:10px 15px;
}
table tr td, table tr th {
	padding:10px 15px;
	text-align:right;
	font-size:14px;
	width:25%;
}
table tr td:nth-of-type(1), table tr th:nth-of-type(1) {
	text-align:left;
	width:50%;
}
table tr:nth-of-type(odd) {
	background:#E4E4E4;
}
table tr:nth-of-type(even) {
	background:#F7F7F7;
}
table tr:last-of-type {
	background:#0075B7;
	color:#fff;
	font-weight:700;
}
img {
	max-width:100%;
}
body {
	padding-top:65px;
}
body, p, span, h1, h2, h3, h4, h5, h6, ul, ul li {
	font-family: "montserrat", sans-serif;
}
a {
	text-decoration:none;
}
a:hover {
	cursor:pointer !important;
	color:#007DB4;
	transition:.4s;
}
.large-text {
	font-size:22px;
	line-height:33px;
	font-weight:700;
}
p {
	font-size:18px;
	line-height:28px;
}
.ptb {
	/*padding-top:70px;
	padding-bottom:70px;*/
	padding-top:85px;
	padding-bottom:85px;
}
.pb {
/*	padding-bottom:70px;*/
padding-bottom:85px;
}
.pt {
/*	padding-top:70px;*/
	padding-top:85px;

}
.section-title {
	font-size:48px;
	line-height:48px;
	padding-bottom:30px;
	font-weight:300;
	color:#003660;
}
.btn-blue {
	background:#00A9EB;
	color:#fff;
	font-weight:700;
	border-radius:30px;
	padding:13px 20px;
	font-size:14px;
	letter-spacing: .5px;
}
.btn-blue i {
	margin-left:10px;
	font-size:18px;
}
.btn-blue:hover {
	background:#007AC2;
	color:#fff;
}
.link-text {
	color: #00A9EB;
	font-size:13px;
	font-weight:700;
}
.link-text i {
	margin-left: 7px;
  font-size: 20px;
  border: 1px solid #003660;
  padding: 8px 10px;
	border-radius: 50%;
}
.image-overlay-wrap {
	background-size:cover;
	position:relative;
	background-position:center center;
}
.image-overlay-wrap .hero-left {
	min-height:100px;
	padding-top:100px;
	padding-bottom:100px;
}
.read-more-blue {
	font-weight:600;
	font-size:14px;
	color:#00A9EB;
	text-transform: uppercase;
}
.read-more-blue i {
	margin-left:5px;
	color:#00A9EB;
	font-weight:600;
}
.read-more-white {
	font-weight:800;
	font-size:13px;
	color:#fff;
	display:block;
}
.read-more-blue:hover {
	transition:.4s !important;
	color: #003660;
}
.read-more-blue:hover i {
	color:#003660 !important;
	transition:.4s;
	background:transparent !important;
}
.read-more-white i {
	margin-left:5px;
	color:#fff;
	font-weight:600;
}
.read-more-white:hover {
	transition:.4s !important;
	color: #007DB4;
}
.read-more-white:hover i {
	color:#007DB4;
	transition:.4s;
}
@media screen and (max-width:991px) {
	.section-title {
		font-size:36px;
		line-height:36px;
	}
}
@media screen and (max-width:767px) {
	.large-text {
	    font-size: 20px;
	    line-height: 28px;
	}
}
@media screen and (max-width:575px) {
	.section-title {
		font-size:32px;
		line-height:32px;
	}
}
/*****************************
********** HOME ANIMATION *************
******************************/
/*@-webkit-keyframes leftLineBody {
  0%   { height:0px;}
  100% { height:150px;}
}
@-moz-keyframes leftLineBody {
  0%   { height:0px;}
  100% { height:150px;}
}
@-o-keyframes leftLineBody {
  0%   { height:0px;}
  100% { height:150px;}
}*/
@keyframes slideOneHeader {
  0% { 
  	margin-left:-150px;
  	opacity:0;
  }
  100% { 
  	margin-left:0px;
  	opacity:1;
  }
}
@keyframes slideTwoHeader {
  0% { 
  	margin-left:-150px;
  	opacity:0;
  }
  50% { 
  	margin-left:0px;
  	opacity:1;
  }
  60% {
  	opacity:0;
  }
  61% {
  	width:0px;
  	height:0px;
  }
}
@keyframes slideOneText {
  0% { 
  	margin-left:-150px;
  	opacity:0;
  }
  100% { 
  	margin-left:0px;
  	opacity:1;
  }
}
@keyframes slideOneBorder {
  0% { 
  	margin-top:-150px;
  	opacity:0;
  }
  100% { 
  	margin-top:0px;
  	opacity:1;
  }
}
@keyframes slideOnePager {
  0% { 
  	opacity:0;
  }
  100% { 
  	opacity:1;
  }
}
.carousel-inner, .carousel-item {
	position:static;
}
.slide-one-header {
	-webkit-animation: slideOneHeader 1s forwards;
    -moz-animation: slideOneHeader 1s forwards;
    -o-animation: slideOneHeader 1s forwards;
    animation: slideOneHeader 1s forwards;
    animation-delay:.8s;
    opacity:0;
}
.carousel {
	margin-top:0px !important;
}
.home-animation {
	align-items: center;
	height: calc(100vh - 70px);
	display:table-cell;
	vertical-align:middle;
	padding-top:50px;
	padding-bottom:50px;
}
.home-animation h1 {
	font-size:40px;
	line-height:128px;
	font-weight:700;
	color:#fff;
}
.home-animation p {
	font-size:48px;
	line-height:45px;
	color:#fff;
	margin-bottom:0px;
}
.slide-one-pager {
	opacity:0;
	max-width:80px;
}
.slide-one-wrap {
	align-items: center;
}
.slide-one-text {
	-webkit-animation: slideOneText 1s forwards;
    -moz-animation: slideOneText 1s forwards;
    -o-animation: slideOneText 1s forwards;
    animation: slideOneText 1s forwards;
    animation-delay:1.4s;
    opacity:0;
}
.slide-one-border {
	-webkit-animation: slideOneBorder 1s forwards;
    -moz-animation: slideOneBorder 1s forwards;
    -o-animation: slideOneBorder 1s forwards;
    animation: slideOneBorder 1s forwards;
    animation-delay:.9s;
	display:flex;
	border-left: 6px solid #00A8EA;
	opacity:0;
}
.slide-one-pager {
	-webkit-animation: slideOnePager 1s forwards;
    -moz-animation: slideOnePager 1s forwards;
    -o-animation: slideOnePager 1s forwards;
    animation: slideOnePager 1s forwards;
    animation-delay:1.9s;
}
.carousel-table {
	display:table;
	margin:0 auto;
	max-width:1320px;
	width:100%;
}
/*****************************
********** HEADER *************
******************************/
header {
	position: fixed;
    top: 0;
    z-index:999;
    width:100%;
}
header ul {
	margin:0px;
	height: 100%;
	padding-left:0px;
}
header ul li {
	color:#003660;
	display:inline-block;
	padding-left:10px;
	font-size:20px;
	padding-bottom: 20px;
    padding-top: 20px;
}
header ul a {
	text-decoration:none;
	color:inherit;
	display:inline-block;
}
header ul a:hover li {
	color:#007DB4;
	transition:.4s;
}
header ul a:after {
	content:'|';
	color:#00A9EB;
	padding-left:10px;
}
header ul a:last-of-type::after {
	content:'';
	padding-left:0px;
}
header .row {
	align-items: center;
}
.menu-col {
	text-align:right;
}
.sub-menu {
	background: rgba(0,0,0,.6);
	position:relative;
/*	padding-top:70px;
	padding-bottom:70px;*/
}
.sub-menu .row {
	display:table;
	min-height:350px;
}
.submenu-col-left p {
	color:#fff;
}
.submenu-col-left p {
	font-size:24px;
	line-height:30px;
	font-weight:300;
	max-width:100%;
	width:350px;
	padding-right:20px;
}
.submenu-col-left p:first-of-type {
	font-size:34px;
	font-weight:700;
}
.sub-menu .row .col-4, .sub-menu .row .col-3 {
	display:table-cell;
	padding-top:50px;
	padding-bottom:50px;
	vertical-align: top;
}
/*.sub-menu .row .col-4 {
	background-color:rgba(0,0,0,.6);
}*/
.submenu-col-left:before {
	    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    left: 0;
    z-index: -1;
    top: 0;
}
@media screen and (min-width:2100px) {
	.submenu-col-left:before {
		width: 45%;
	}
}
.sub-menu .row .col-5, .sub-menu .row .col-8 {
	display:table-cell;
	background-size:cover;
	position:absolute;
	height:100%;
}
.submenu-middle {
	background:#fff;
	padding-left: 30px;
	padding-right: 30px;
}
.submenu-middle p, .submenu-middle a {
	font-size:18px;
	line-height:25px;
	color:#003660;
	font-weight:500;
	position:relative;
}
.submenu-middle a:hover p {
	color:#00A9EB;
	transition:.4s;
}
.submenu-middle a:hover p:after {
	content:'';
	width:100px;
	background-color:#00A9EB;
	height:2px;
	position:absolute;
	bottom:-10px;
	left:0px;
	transition:.4s;
}
/*.community-menu .col-5 {
	background-image:url('img/community.jpg');
}*/
/*.overview-menu .col-8 {
	background-image:url('img/overview.jpg');
}*/
/*.collaboration-menu .col-5 {
	background-image:url('img/collaboration.jpg');
}*/
/*.challenge-menu .col-5 {
	background-image:url('img/challenge.jpg');
}*/
/*.resources-menu .col-5 {
	background-image:url('img/resources.jpg');
}*/
.header-wrap {
	background:#fff;
}
.menu-btn {
	color:#fff;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	text-decoration:none;
	padding-top: 20px;
  display: block;
}
.menu-btn i {
	color:#00A9EB;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 8px;
  margin-left:5px;
  font-size:16px;
}
.menu-btn:hover i { 
 	color:#fff;
 	transition:.4s;
 }
 .menu-btn:hover {
 	color:#E9C645;
}
.modal-arrow i {
	color:#00A9EB;
  border: 1px solid #003660;
  border-radius: 50%;
  padding: 10px 11px;
  margin-left:5px;
  font-size:20px;
}
.modal-arrow:hover i { 
 	color:#003660;
 	transition:.4s;
 }
@keyframes fadein {
  from {opacity:0;}
  to {opacity:1;}
}
.fadein {
	animation: fadein .4s linear forwards;
}
/*@keyframes example {
  from {opacity:1;}
  to {opacity:1;}
}*/
.dis-none {
	display:none;
}
/*.overview-menu {
	opacity:0;
}*/
/*.opacity {
	animation: example .4s linear forwards;
}*/
.close-menu {
	display:none;
}
@media screen and (min-width:992px) {
	.mobile-nav {
		display:none !important;
	}
}
@media screen and (max-width:991px) {
	.header-wrap {
		padding-top:12px;
		padding-bottom:12px;
	}
	header ul li {
		color:#fff;
	}
	#mobile-nav{
		background: #003660;
		height: calc(100vh - 70px);
		overflow-y:scroll;
	}
	#mobile-nav ul {
		margin-top:20px;
	}
	#mobile-nav ul li {
		display:block !important;
		border-bottom:1px solid #fff;
	}
	#mobile-nav ul li:last-of-type {
		border-bottom:none !important;
	}
	.comm-sub-menu, .collab-sub-menu, .challenge-sub-menu, .resources-sub-menu {
		display:none;
	}
	.menu-col:hover {
		cursor:pointer;
	}
	#mobile-nav ul a {
		display:block;
	}
	#mobile-nav ul a i {
		float:right;
	}
	#mobile-nav ul ul li {
		font-size:16px;
		padding-top:11px;
		padding-bottom:11px;
		border-bottom:none;
		padding-left:0px;
	}
}
/*****************************
********** HERO MODULE *************
******************************/
.hero {
	padding-top:70px;
	background-size:cover;
	min-height:550px;
	display:table;
	width:100%;
}
.hero-wrap {
	position:relative;
}
.hero-left p {
	color:#fff;
}
.hero-left p:first-of-type {
	font-weight:500;
	font-size:20px;
	letter-spacing:1px;
}
.hero-left p:last-of-type {
	font-weight: 300;
	font-size:32px;
	width:335px;
	max-width:100%;
	line-height:40px;
}
.hero-left h1 {
	color:#fff;
	font-weight:800;
	font-size:65px;
	margin-top:25px;
	margin-bottom:25px;
}
.hero-left {
/*	background: rgba(0,0,0,.6);*/
	min-height:550px;
	padding-top:70px;
	padding-bottom:70px;
}
.hero-left::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
/*.hero-left::before {
	content:'';
	background: rgba(0,0,0,.6);
	height:100%;
	width:calc((100vw - 1320px) / 2);
	position:absolute;
	left:0px;
	top:0px;
}*/
/*@media screen and (max-width:1399px) {
	.hero-left::before {
		width:calc((100vw - 1140px) / 2);
	}
}
@media screen and (max-width:1199px) {
	.hero-left::before {
		width:calc((100vw - 960px) / 2);
	}
}*/
@media screen and (max-width:991px) {
	/*.hero-left::before {
		width:calc((100vw - 720px) / 2);
	}*/
	.hero-left::before {
		width:100%;
	}
}
@media screen and (max-width:767px) {
	/*.hero-left::before {
		width:calc((100vw - 540px) / 2);
	}*/
	/*.hero-left::after {
		width:calc((100vw - 540px) / 2);
	}*/
}
/*@media screen and (max-width:575px) {
	.hero-left::before {
		width:0px;
	}
}*/
.hero h1 {
	color:#fff;
	font-size:120px;
	line-height:124px;
	font-weight:700;
	margin-bottom:-14px;
}
.subtitle {
	color:#E9C645;
	font-size:22px;
	font-weight:700;
	margin-bottom:0px;
}
.hero-overlay {
	background:rgba(0,0,0,.75);
	padding-top:30px;
	padding-bottom:30px;
}
.hero-overlay h2 {
	position:relative;
	padding-left:25px;
	max-width:500px;
	color:#fff;
	font-size:48px;
	line-height:48px;
	margin-left:135px;
}
.hero-overlay h2:before {
	content:'';
	position:absolute;
	height:100%;
	width:4px;
	background:#00A9EB;
	left:0px;
}
.table-cell {
	display: table-cell;
    vertical-align: bottom;
}
@media screen and (max-width:991px) {
	.hero-overlay h2 {
		margin-left:0px;
		font-size:36px;
		line-height:36px;
	}
	.hero h1 {
		font-size:78px;
		line-height:78px;
		margin-bottom:-8px;
	}
	.hero {
		min-height:500px;
	}
}
@media screen and (max-width:767px) {
	.hero-overlay h2 {
		margin-left:0px;
		font-size:30px;
		line-height:30px;
	}
	.hero {
		min-height:400px;
	}
	.hero h1 {
		font-size:66px;
		line-height:66px;
	}
	.hero-left h1 {
		font-size:40px;
	}
	.hero-left p:last-of-type {
		font-size:28px;
		line-height:34px;
	}
}
@media screen and (max-width:500px) {
	.hero-overlay h2 {
		margin-left:0px;
		font-size:24px;
		line-height:24px;
	}
	.hero {
		min-height:400px;
	}
	.hero h1 {
		font-size:44px;
		line-height:44px;
		margin-bottom:-5px;
	}
}
/*****************************
********** STAT MODULE *************
******************************/
/*.stat-wrap i {
	color:#00A9EB;
	border:1px solid #fff;
	padding:10px 11px;
	border-radius:50%;
	font-size:20px;
	position:absolute;
	bottom:0px;
}*/
.first-stat {
	margin-left:159px;
}
@media screen and (max-width:1399px) {
	.first-stat {
		margin-left:136px;
	}
}
@media screen and (max-width:1199px) {
	.first-stat {
		margin-left:114px;
	}
}
@media screen and (max-width:991px) {
	.first-stat {
		margin-left:0px;
	}
}
.stat-wrap a:hover i {
	color:#fff;
	background:#00A9EB;
	transition:.4s;
}
.stat-wrap {
	background-size:cover;
	min-height:500px;
	margin-top:50px;
	background-position: center center;
	display:flex;
}
.stat-wrap .row {
/*	background:rgba(0,0,0,.75);*/
/*	padding:40px 20px 30px 20px;*/
	margin-top:-50px;
	margin-bottom:50px;
	/*margin-left:0px;
	margin-right:0px;
*/}
.stat-wrap p {
	color:#fff;
}
.stat-wrap div p:first-of-type {
	color:#00A9EB;
	font-size:64px;
	line-height:64px;
	font-weight:700;
}
.stat-wrap div p.large-stat {
	color:#00A9EB;
	font-size:40px;
	line-height:64px;
	font-weight:700;
}
/*.stat-wrap .row div {
	border-right:1px solid #444343;
	padding-left:25px;
	padding-right:25px;
}*/
.stat-wrap .row div:last-of-type {
	border-right:none;
}
.stat-wrap span {
	font-weight:700;
	font-size:20px;
}
.new-stat-wrap {
	background:#fff;
	padding-right:0px !important;
	padding-left:0px !important;
	height:100%;
	padding-bottom:50px;
}
.new-stat-title {
	font-size:20px !important;
	line-height:26px !important;
	color:#003660 !important; 
	font-weight:500 !important;
	padding:20px;
}
.stat-read-more {
	color:#00A9EB !important;
	font-size:14px;
	font-weight:600;
	padding:20px;
	padding-bottom:0px;
	position:absolute;
	bottom:10px;
}
.stat-read-more:hover {
	cursor:pointer !important;
	color:#003660 !important;
	transition:.4s;
}
.modal-dialog {
	max-width: 90%;
	width: 1140px;
}
.modal-header {
	border-bottom:none;
}
.modal-content {
	padding:40px;
}
.modal-title {
	max-width:800px;
	padding-right:20px;
	color:#003660;
	font-size:30px !important;
	line-height:36px;
}
.btn-close {
	position: absolute;
	right: 40px;
	top: 40px;
	background-image:url('img/blue-x.png');
	opacity:1;
	font-size:22px;
}
.modal-content .inner-content {
	margin-left:0px;
	margin-right:0px;
	max-width:800px;
}
.modal ul li {
	font-size:18px;
	line-height:28px;
	padding-bottom:10px;
}
@media screen and (min-width:992px) {
	.stat-3 {
		border-right:none !important;
	}
}
@media screen and (max-width:1399px) {
	.stat-wrap div p.large-stat {
		font-size:34px !important;
	}
}
@media screen and (max-width:1199px) {
	.stat-wrap div p.large-stat {
		font-size:28px !important;
	}
}
@media screen and (max-width:991px) {
	.stat-wrap .row div:nth-of-type(even) {
		border-right:none;
	}
	.stat-wrap .row div:nth-of-type(1), .stat-wrap .row div:nth-of-type(2) {
		margin-bottom:25px;
	}
}
@media screen and (max-width:575px) {
	/*.stat-wrap .row div {
		border-right:none;
		border-bottom:1px solid #444343;
		padding-top:15px;
	}
	.stat-wrap .row div:last-of-type {
		border-bottom:none;
	}
	.stat-wrap .row div:first-of-type {
		padding-top:0px;
	}
	.stat-wrap div p:first-of-type {
		font-size:40px;
		line-height:50px;
	}*/
	.modal-dialog {
		max-width: 100%;
		margin:0px;
	}
	.modal-title {
    font-size: 24px !important;
    line-height: 30px;
    padding-right:30px;
	}
	.modal-content {
		padding:14px;
	}
	.stat-read-more {
		font-size:12px;
	}
	.new-stat-title {
		font-size:16px !important;
		line-height:21px !important;
		padding:12px 6px 12px 6px;
	}
	.btn-close {
		right:15px;
		top:15px;
	}
}
/*****************************
********** FOOTER *************
******************************/
footer {
	background-color:#003660;
	padding-top:20px;
	padding-bottom:20px;
}
footer, footer p {
	color:#fff;
	margin-bottom:0px;
	font-size:12px;
	letter-spacing:1px;
}
footer a {
	color:#fff;
}
footer .col-lg-5 {
	text-align:center;
}
footer .col-lg-3 {
	text-align:right;
}
.social {
	margin-bottom:0px;
	display:inline-block;
	position:relative;
	margin-right: 24px;
    padding-right: 10px;
    padding-left:0px;
}
.social:after {
	content: '';
    height: 100%;
    width: 1px;
    background-color: #045F93;
    position: absolute;
    right:-10px;
}
.social li {
	display: inline-block;
    border: 1px solid #007AC2;
    border-radius: 50%;
    margin-left: 5px;
    color:#fff;
    background:#007AC2;
    height:33px;
    width:33px;
    text-align:center;
}
.social li:first-of-type {
	margin-left:0px;
}
.social li:hover {
	background:#E9C645;
	border:1px solid #E9C645;
	transition:.4s;
	color:#003660;
}
.social li:hover i {
	color:#003660;
}
.social li a {
	color:#fff;
}
.social li i {
	font-size: 16px;
    line-height: 1;
    padding: 7px;
}
@media screen and (min-width:992px) and (max-width:1199px) {
	footer .col-lg-4 {
		width:35.33333% !important;
	}
	footer .col-lg-3 {
		width:23% !important;
	}
}
@media screen and (max-width:991px) {
	footer .col-lg-5 {
		text-align:left;
	}
	footer .col-lg-3 {
		text-align:left;
	}
	.social {
		margin-top: 12px;
    	margin-bottom: 12px;
	}
}
/*****************************
********** HOME PAGE *************
******************************/
/* video background */
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
/*.carousel-indicators [data-bs-target] {
	opacity:0;
	width:83px;
	height:78px;
	position:absolute;
	left:0px;
}*/
/*.carousel-indicators .active {
	opacity:1;
}*/
#carouselExampleIndicators h1, #carouselExampleIndicators p {
	color:#fff;
}
#carouselExampleIndicators h1 {
	font-size:120px;
	line-height:100px;
	font-weight:700;
	padding-bottom:12px;
}
#carouselExampleIndicators p {
	font-size:48px;
	line-height:45px;
}
/*.item {
    display: none;
    position: relative;
    .transition(.1s ease-in-out left);
}*/
@media screen and (max-width:1399px) {
	.carousel-table {
		max-width:1140px;
	}
	#carouselExampleIndicators h1 {
	    font-size: 90px;
	    line-height: 90px;
	    font-weight: 700;
	    padding-bottom: 12px;
   	}
   	#carouselExampleIndicators p {
   		font-size:40px;
   		line-height:40px;
   	}
}
@media screen and (max-width:1199px) {
	.carousel-table {
		max-width: 960px;
	}
	#carouselExampleIndicators h1 {
	    font-size: 68px;
	    line-height: 68px;
	    font-weight: 700;
	    padding-bottom: 12px;
   	}
   	#carouselExampleIndicators p {
   		font-size:34px;
   		line-height:34px;
   	}
}
@media screen and (max-width:991px) {
	.carousel-table {
		max-width: 720px;
	}
	#carouselExampleIndicators h1 {
	    font-size: 54px;
	    line-height: 54px;
	    font-weight: 700;
	    padding-bottom: 12px;
   	}
   	#carouselExampleIndicators p {
   		font-size:30px;
   		line-height:30px;
   	}
}
@media screen and (max-width:767px) {
	.carousel-table {
		max-width: 540px;
	}
}
@media screen and (max-width:575px) {
	.carousel-table {
		max-width: 100%;
	}
	#carouselExampleIndicators h1 {
	    font-size: 40px;
	    line-height: 40px;
	    font-weight: 700;
	    padding-bottom: 12px;
   	}
   	#carouselExampleIndicators p {
   		font-size:25px;
   		line-height:25px;
   	}
   	.slide-one-pager {
		max-width:60px;
	}
}
/*****************************
********** OVERVIEW PAGE *************
******************************/
.overview-sub-menu {
	background-image:url(img/overview.jpg);
	background-position: center center;
	background-size: cover;
	position:absolute;
	width:100%;
}
.adapt-sub-menu {
	background-image:url(img/community.jpg);
	background-position: center center;
	background-size: cover;
	position:absolute;
	width:100%;
}
.engage-sub-menu {
	background-image:url(img/14.jpg);
	background-position: center center;
	background-size: cover;
	position:absolute;
	width:100%;
}
.transform-sub-menu {
	background-image:url(img/0101.jpg);
	background-position: center center;
	background-size: cover;
	position:absolute;
	width:100%;
}
.resource-sub-menu {
	background-image:url(img/1ab.jpg);
	background-position: center center;
	background-size: cover;
	position:absolute;
	width:100%;
}
.overview-hero {
	background-image:url(img/overview-hero.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.adapt-hero {
	background-image:url(img/adapt-hero.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.engage-hero {
	background-image:url(img/engage-hero.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.transform-hero {
	background-image:url(img/00.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.resource-hero {
	background-image:url(img/1ab.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.inner-content {
	margin-left:135px;
	margin-right:135px;
	position:relative;
	padding-left:25px;
}
.inner-content:before {
	content:'';
	position:absolute;
	height:100%;
	width:4px;
	background:#00A9EB;
	left:0px;
}
.team-wrap {
	background-image:url(img/overview-bod.jpg);
	background-size:cover;
	min-height:600px;
	margin-top:50px;
	background-position: center center;
}
.team {
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	display:flex;
	padding:17px 25px;
	margin-top:-50px;
	margin-bottom:80px;
	align-items:flex-start;
	padding-right:0px;
}
.team-text {
	display:block;
	width:35.5%;
	padding-right:50px;
	line-height:28px !important;
/*	padding-top:35px;*/
	align-self:center;
}
.team p {
	line-height:24px;
}
.team-member {
	width:16%;
	padding-left:0px;
	padding-right:10px;
}
/*.team-member:last-of-type {
	margin-right:-10px;
	padding-left:10px;
}*/
/*.team-member:nth-of-type(3) {
	padding-right:0px;
}*/
.team-member p {
	font-size:16px;
	line-height:20px;
}
.employee-name {
	font-weight:700;
	margin-bottom:0px;
	padding-top:15px;
	text-transform: uppercase;
}
@media screen and (max-width:991px) {
	.inner-content {
		margin-left:0px;
		margin-right:0px;
	}
	.team-text {
		display:block;
		width:100%;
		padding-right:0px;
	}
	.team {
		display:block;
		padding-right:15px;
	}
	.team-member {
		width: 25%;
    display: inline-block;
    padding-left:5px;
    padding-right:5px;
	}

	/*.team-member:nth-of-type(3) {
		padding-right:0px;
		padding-left:10px;
	}*/
	/*.team-member:nth-of-type(2), .team-member:nth-of-type(5) {
		padding-right:5px;
		padding-left:5px;
	}*/
}
@media screen and (max-width:767px) {
	.team-member {
		width:50%;
	}
}
@media screen and (max-width:575px) {
	/*.team-member {
		width:50%;
	}*/
	/*.team-member:nth-of-type(odd) {
		padding-right:5px !important;
		padding-left:0px;
	}
	.team-member:nth-of-type(even) {
		padding-right:0px !important;
		padding-left:5px !important;
	}*/
}
@media screen and (max-width:374px) {
	.team-member p {
		font-size:13px;
		line-height:18px;
	}
}
/*****************************
********** COMMUNITY PAGE *************
******************************/
@media screen and (min-width:768px) and (max-width:991px) {
	#myCarousel2 .new-stat-title {
		font-size: 17px !important;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px !important;
	}
 	.stat-wrap #myCarousel2 .row div:nth-of-type(1), .stat-wrap #myCarousel2 .row div:nth-of-type(2) {
		margin-bottom:0px;
	}
	.engage-stat-two {
		min-height:400px;
	}
}
@media screen and (max-width:767px) {
	#myCarouselMobile2 .col-md-12 {
		width:405px;
		margin:0 auto;
	}
	#myCarouselMobile2 .new-stat-wrap {
		position:relative;
	}
	#myCarouselMobile2 {
		margin-top:-50px !important;
	}
	.stat-wrap #myCarouselMobile2 .row {
		margin-top:0px !important;
	}
}
#myCarousel, #myCarouselMobile, #myCarousel2,#myCarouselMobile2 {
	padding-left:25px;
	padding-right:25px;
}
.carousel-control-next, .carousel-control-prev {
	opacity:1;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
	opacity:.5;
}

.carousel-item-wrap {
	background:#fff;
	height:100%;
}
.carousel-item-wrap p {
	padding:20px;
	margin-bottom:0px;
	font-size:14px;
	line-height:20px;
}
.carousel-control-next-icon {
	background-image:url('img/right-arrow.png');
}
.carousel-control-prev-icon {
	background-image:url('img/left-arrow.png');
}
.carousel-control-prev {
	left: -25px;
  width: 20px;
}
.carousel-control-next {
	right: -25px;
  width: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-size:contain;
}
@media screen and (max-width:767px) {
	.carousel-control-prev {
		left: 0px;
	  width: 20px;
	}
	.carousel-control-next {
		right: 0px;
	  width: 20px;
	}
}
.community-hero {
	background-image:url(img/community-hero.jpg);
	background-position:center top;
}
.community-hero h2 {
	max-width:800px;
}
.comm-title {
	max-width:600px;
}
.comm-stat {
	background-image:url(img/adapt-2.jpg);
}
.engage-stat {
	background-image:url(img/400.jpg);
}
.engage-stat-two {
	background-image:url(img/4020.jpg);
}
.engage-stat-3 {
	background-image:url(img/22.jpg);
}
.engage-stat-4 {
	background-image:url(img/469.jpg);
}
.engage-stat-6 {
	background-image:url(img/502.jpg);
}
.engage-stat p:first-of-type, .engage-stat p, .engage-stat-6 p:first-of-type, .engage-stat-6 p, .engage-stat-3 p:first-of-type, .engage-stat-3 p, .engage-stat-4 p:first-of-type, .engage-stat-4 p {
	color:#000 !important;
	font-size:18px !important;
	line-height:28px !important;
	font-weight:400 !important;
}
.comm-stat-2 {
	background-image:url(img/comm-bg-2.jpg) !important;
	margin-bottom:70px;
}
.comm-stat-3 {
	background-image:url(img/faces.jpg) !important;
}
.comm-stat-4 {
	background-image:url(img/100.jpg) !important;
}
.comm-stat-5 {
	background-image:url(img/711.jpg) !important;
}
#community-accordion-one .accordion-header, #community-accordion-two .accordion-header  {
	font-weight:700;
}
#community-accordion-one img {
	display: block;
    margin-left: auto;
    margin-right:auto;
	margin-bottom: 40px;
	min-width:600px;
}
#community-accordion-one .accordion-body, #community-accordion-two .accordion-body {
	overflow-x:scroll;
}
.accordion-item {
	border-top: 1px solid #D9D9D9 !important;
	border-bottom: none !important;
}
.accordion-button {
	font-size:24px;
	line-height:32px;
	font-weight:300;
}
.accordion-button:hover {
	color:inherit;
}
.accordion .accordion-item:last-of-type {
	border-bottom: 1px solid #D9D9D9 !important;
}
.accordion-button::after {
	background-image:url('img/plus.png');
}
.accordion-button:hover::after {
	background-image:url('img/plus-hover.png');
}
.accordion-button:not(.collapsed)::after {
	background-image:url('img/minus.png');
	background-position: right center;
}
.accordion-button:not(.collapsed) {
	background:inherit;
	box-shadow:none;
	color:inherit;
}
.carousel-indicators {
	bottom:-60px;
}
.carousel-indicators [data-bs-target] {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: #00A9EB;
  border:none !important;
}
.comm-title-one {
	max-width:420px;
}
.comm-title-2 {
	max-width:725px;
}
.rt-col {
	padding-left:30px;
	padding-right:30px;
}
@media screen and (max-width:991px) {
	.comm-stat-2 .row div:nth-of-type(4) {
		padding-top:15px;
	}
}
@media screen and (max-width:767px) {
	.comm-stat-2 .container .row div {
		border-bottom:1px solid #444343 !important;
	}
	.rt-col {
		padding-left:12px;
		padding-right:12px;
	}
}
/*****************************
********** COLLABORATION PAGE *************
******************************/
.collaboration-hero {
	background-image:url(img/collaboration-hero.jpg);
	background-position:center top;
}
.collaboration-hero h2 {
	max-width:800px;
}
.collab-title {
	max-width:500px;
}
.collab-title-two {
	max-width:660px;
}
.collab-stat {
	background-image:url(img/collab-bg.jpg);
	align-items:end;
	margin-top:0px;
}
.collab-stat-two {
	background-image:url(img/collab-bg-2.jpg);
}
.collab-stat .row {
	margin-top: 50px;
    margin-bottom: -50px;
}
.collab-stat div p:last-of-type, .collab-stat-two div p:last-of-type {
	padding-bottom:45px;
}
.collab-text-two {
	padding-top:125px;
	padding-bottom:85px;
}
.collab-stat-two .row div:nth-of-type(4), .collab-stat-two .row div:nth-of-type(5) {
	margin-top:30px;
}
@media screen and (min-width: 992px) {
	.collab-stat-two .row {
		max-width:80%;
	}
}
@media screen and (max-width:1399px) {
	.collab-stat div p:first-of-type, .collab-stat-two div p:first-of-type {
		font-size:40px;
		line-height:50px;
	}
}
@media screen and (max-width:1199px) {
	.collaboration-hero h1 {
		font-size:100px;
		line-height:100px;
		margin-bottom:-10px;
	}
	.collab-stat div p:first-of-type, .collab-stat-two div p:first-of-type {
		font-size:40px;
		line-height:50px;
	}
}
@media screen and (max-width:991px) {
	.collaboration-hero h1 {
		font-size:75px;
		line-height:75px;
		margin-bottom:-7px;
	}
	.collab-stat div p:last-of-type, .collab-stat-two div p:last-of-type {
		padding-bottom:60px;
	}
	.collab-stat i, .collab-stat-two i {
		bottom:15px;
	}
	.collab-stat .row div:nth-of-type(3), .collab-stat-two .row div:nth-of-type(3) {
		padding-top:15px;
		border-right:1px solid #444343;
	}
	.collab-stat-two .row div:nth-of-type(4), .collab-stat-two .row div:nth-of-type(5) {
		padding-top:15px;
		margin-top:0px;
	}
	.collab-stat-two .row div:nth-of-type(4), .collab-stat-two .row div:nth-of-type(3) {
		border-bottom:1px solid #444343;
	}
}
@media screen and (max-width:767px) {
	.collaboration-hero h1 {
		font-size:50px;
		line-height:50px;
		margin-bottom:-5px;
	}
	.collab-stat .row div, .collab-stat-two .row div {
		border-right:none !important;
	}
	.collab-stat .row div:nth-of-type(2) {
		padding-top:15px;
	}
}
@media screen and (max-width:575px) {
	.collaboration-hero h1 {
		font-size:30px;
		line-height:30px;
		margin-bottom:-3px;
	}
}
/*****************************
********** CHALLENGE PAGE *************
******************************/
.challenge-hero {
	background-image:url(img/challenge-hero.jpg);
	background-position:center top;
}
.challenge-hero h2 {
	max-width:800px;
}
.challenge-stat {
	background-image:url(img/challenge-bg.jpg);
}
.challenge-stat-2 {
	background-image:url(img/challenge-bg-2.jpg);
}
.challenge-stat-3 {
	background-image:url(img/challenge-bg-3.jpg);
}
.challenge-stat div p:last-of-type {
	padding-bottom:45px;
}
.challenge-stat-2 .row {
	background:transparent;
	padding:inherit;
	margin-top:-50px;
	margin-bottom:50px;
}
.challenge-stat-2 .row div {
	background:rgba(0,0,0,.75);
	padding:40px 30px;
	border-bottom:none !important;
}
.challenge-stat-2 div p:last-of-type {
	padding-bottom:50px;
}
.challenge-stat-2 i {
	bottom:40px;
}
.challenge-title-3 {
	max-width:600px;
}
@media screen and (max-width:991px) {
	.challenge-stat .row div:nth-of-type(3) {
		padding-top:15px;
		border-right:1px solid #444343;
	}
	.challenge-stat div p:last-of-type {
		padding-bottom:60px;
	}
	.challenge-stat i {
		bottom:15px;
	}
	.challenge-stat-3 .row div {
    	border-bottom: none !important;
	}
}
@media screen and (max-width:767px) {
	.challenge-stat .row div {
		border-right:none !important;
	}
	.stat-wrap .row div {
    	border-bottom: none !important;
	}
	.challenge-stat-3 .row div:first-of-type {
    	border-bottom:1px solid #444343 !important;
	}
	.challenge-stat-3 .row div:nth-of-type(2) {
    	padding-top:15px;
	}
}
@media screen and (max-width:575px) {
	.challenge-stat-2 .row div:first-of-type {
		padding-top:40px !important;
	}
}
/*****************************
********** RESOURCES PAGE *************
******************************/
.resources-hero {
	background-image:url(img/resources-hero.jpg);
	background-position:center top;
}
#resource-accordion .accordion-header  {
	font-weight:700;
}
.resource-link {
	color:#007DB4;
	text-decoration: underline;
}
.sitemap {
	padding-left:0px;
	list-style:none;
}
.sitemap a {
	color:inherit;
}
.sitemap a:hover {
	color:#E9C645;
	transition:.4s;
}
input, textarea {
	width:100%;
	background:#ECECEC;
	border:none;
	padding:10px;
}
::placeholder {
	color:#000;
}
label {
	display:block;
}
input[type="radio"] {
	width: 15px;
    height: 15px;
    padding: 0;
	border: 1px solid #00A9EB;
    -moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	background:transparent;
	border-radius:20px;
}
input[type=radio]:checked {
	border: 2px solid #fff;
    background-size: 5px 5px;
    background-color: #007AC2;
    outline: 1px solid black;
}
input[type="checkbox"] {
	width: 15px;
    height: 15px;
    padding: 0;
	border: 1px solid #00A9EB;
    -moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	background:transparent;
	border-radius:20px;
}
input[type=checkbox]:checked {
	border: 2px solid #fff;
    background-size: 5px 5px;
    background-color: #007AC2;
    outline: 1px solid black;
}
form .btn-blue {
	margin-top:30px;
	width:auto;
	border:none;
	padding:10px 30px;
}
#agencyMapWrapper {
	overflow-x:scroll !important;
}
#agencyMapWrapper svg, #agencyMapWrapper ul {
	min-width:600px;
}
#resource-accordion .accordion-body {
	overflow-x:scroll;
}
.feedback-form .my-col {
	padding-left:40px;
	position:relative;
}
.left-abs {
	position:absolute;
	left:12px;
}
/*****************************
********** RESOURCES - MAP *************
******************************/
.c-site-map-links {
  font-size: 20px;
  font-size: 2rem;
}
.c-site-map-links li {
  margin-bottom: 8px;
}
.c-site-map-links li a {
  color: #00355f;
}
@media screen and (min-width: 768px) {
  .c-story {
    margin-bottom: 38px;
  }
  .c-story__content {
    padding: 20px 32px 32px;
    font: 16px/25px 'Lato';
  }
  .c-story__content__inner {
    max-width: 90%;
  }
  .c-story__title {
    margin-bottom: 24px;
    max-width: 90%;
  }
  .c-story__image {
    min-height: 650px;
    height: auto;
  }
  .c-story__image__caption {
    padding: 14px 0;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .c-story__gallery > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 15px);
    -ms-flex: 0 0 calc(33.33333% - 15px);
    flex: 0 0 calc(33.33333% - 15px);
    -webkit-flex: 0 1 calc(33.33333% - 15px);
    -ms-flex: 0 1 calc(33.33333% - 15px);
    flex: 0 1 calc(33.33333% - 15px);
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc(33.33333% - 15px);
    -ms-flex-preferred-size: calc(33.33333% - 15px);
    flex-basis: calc(33.33333% - 15px);
    max-width: calc(33.33333% - 15px);
  }
  .c-story__gallery > div:nth-child(3n) {
    -webkit-box-flex: -webkit-calc(33.33333% + 0.02px);
    -webkit-flex: -webkit-calc(33.33333% + 0.02px);
    -ms-flex: calc(33.33333% + 0.02px);
    flex: calc(33.33333% + 0.02px);
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: -webkit-calc(33.33333% + 0.02px);
    -ms-flex-preferred-size: calc(33.33333% + 0.02px);
    flex-basis: calc(33.33333% + 0.02px);
    max-width: -webkit-calc(33.33333% + 0.02px);
    max-width: calc(33.33333% + 0.02px);
  }
  .c-story__gallery > div.double {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 66.6666667%;
    -ms-flex: 0 1 66.6666667%;
    flex: 0 1 66.6666667%;
  }
  .c-story__gallery > div.double > div {
    top: 0;
    left: -5%;
    width: 106%;
  }
  .c-story__gallery__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font: 400 1.8rem/2.4rem 'Lato';
    min-height: 300px;
    position: relative;
  }

  .c-story__gallery__text.-with-connector.-below:after {
    bottom: -25px;
    top: auto;
  }

  .c-story__gallery__text.-with-connector.-above:after {
    top: -25px;
  }

  .c-story__gallery__image {
    height: auto;
    min-height: 300px;
    position: relative;
  }
  .c-story__gallery__image.fixed-height {
    min-height: 300px;
  }

  .c-story__footer {
    margin-bottom: 31px;
  }
}
.c-timeline {
  padding: 0 55px;
  margin-bottom: 30px;
}
.c-timeline h3 {
  margin-bottom: 14px;
}
.c-timeline__progress {
  position: relative;
  margin-bottom: 19px;
}
.c-timeline__progress__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.c-timeline__progress__bar {
  position: absolute;
  top: 12px;
  bottom: 0;
  margin: auto;
  height: 4px;
  width: 100%;
}
.c-timeline__progress.step-1 .c-timeline__progress__bar {
  background: -o-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 0,
    #28a5de 13%,
    #e0e0e0 13%
  );
  background: linear-gradient(45deg, rgba(0, 0, 0, 0), #28a5de 13%, #e0e0e0 0);
}
.c-timeline__progress.step-2 .c-timeline__progress__bar {
  background: -o-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 0,
    #28a5de 13%,
    #28a5de 38%,
    #e0e0e0 13%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    #28a5de 13%,
    #28a5de 38%,
    #e0e0e0 0
  );
}
.c-timeline__progress.step-3 .c-timeline__progress__bar {
  background: -o-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 0,
    #28a5de 13%,
    #28a5de 62%,
    #e0e0e0 13%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    #28a5de 13%,
    #28a5de 62%,
    #e0e0e0 0
  );
}
.c-timeline__progress.step-4 .c-timeline__progress__bar {
  background: -o-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0) 0,
    #28a5de 13%,
    #28a5de 88%,
    #e0e0e0 13%
  );
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    #28a5de 13%,
    #28a5de 88%,
    #e0e0e0 0
  );
}
.c-timeline__progress__point {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 5;
}
.c-timeline__progress__point__label {
  font: 700 12px/15px Montserrat;
  font: 700 1.2rem/1.5rem Montserrat;
  letter-spacing: 0.1em;
  color: #aeaeae;
  margin-bottom: 2px;
}
.c-timeline__progress__point__indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
}
.c-timeline__progress__point.is-active .c-timeline__progress__point__label {
  color: #00355f;
}
.c-timeline__progress__point.is-active .c-timeline__progress__point__indicator {
  border-color: #28a5de;
  background: #28a5de;
}
.c-timeline__progress__point.is-past .c-timeline__progress__point__label {
  color: #aeaeae;
}
.c-timeline__progress__point.is-past .c-timeline__progress__point__indicator {
  border-color: #28a5de;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-timeline__progress__bar {
    top: 0;
    background: -o-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0) 0,
      #28a5de 50%,
      #e0e0e0 50%
    ) !important;
    background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0),
      #28a5de 50%,
      #e0e0e0 0
    ) !important;
  }
  .c-timeline__progress__point {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    visibility: hidden;
    width: 0;
  }
  .c-timeline__progress__point.is-active {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    width: 100%;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .c-timeline {
    margin-bottom: 120px;
  }
  .c-timeline__progress {
    margin-bottom: 37px;
  }
}
#agencyMapWrapper,
.c-card {
  overflow: hidden;
}
.c-card {
  background: #fff;
  position: relative;
  display: block;
  border-radius:25px;
}
.c-card__header {
  position: relative;
  height: 34px;
  font: 900 18px/34px Montserrat;
  font: 900 1.8rem/3.4rem Montserrat;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--blue);

  padding-left: 20px;
  padding-top: 3px;
  box-sizing: border-box;
}

.c-card__header:before {
  content: '';
  background-color: var(--yellow);
  position: absolute;
  left: 20px;
  top: 0;
  width: 66px;
  height: 10px;
}

.c-card__header.-full:before {
  width: calc(100% - 40px);
}

.c-card__image {
  height: 180px;
  background-position: 50%;
  margin-bottom: 28px;
  border-radius:25px 25px 0 0;
}
.c-card__content {
  padding: 0 20px 60px 20px;
  background: #fff;
}
.c-card__button {
  position: absolute;
  left: 18px;
  bottom: 14px;
}
@media screen and (min-width: 768px) {
  .c-card__header {
    height: 54px;
    font-size: 2rem;
    line-height: 54px;
    padding-left: 32px;
  }

  .c-card__header:before {
    left: 32px;
  }

  .c-card__header.-full:before {
    width: calc(100% - 64px);
  }
  .c-card__image {
    height: 200px;
  }
  .c-card__image--large {
    height: 260px;
  }
  .c-card__content {
    padding: 0 32px 106px 32px;
  }
  .c-card__button {
    left: 30px;
    bottom: 30px;
  }
}
.c-photo-info {
  position: absolute;
  right: 0;
  bottom: 30px;
  top: auto;
  z-index: 7;
  width: 100%;
  font-family: 'Lato';
}
.c-photo-info__icon {
  cursor: pointer;
  background: var(--blue--vlight);
  color: var(--blue);
  border-radius: 50px;

  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
}
.c-photo-info__icon i {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.c-photo-info__flyout {
  position: absolute;
  right: 0;
  bottom: -webkit-calc(100% + 25px);
  bottom: calc(100% + 25px);
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.c-photo-info__flyout:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #fff;
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-left: 12px solid rgba(0, 0, 0, 0);
  bottom: -11px;
  right: 5px;
}
.c-photo-info__flyout__image {
  height: 427px;
  border-top-left-radius: 10px;
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: 10px;
  border-top-right-radius: var(--borderRadius);
}
.c-photo-info__flyout__content {
  font: 16px/19px 'Lato';
  font: 1.6rem/1.9rem 'Lato';
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 21px 19px 28px;
}
.c-photo-info.is-open .c-photo-info__flyout {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .c-photo-info {
    width: auto;
    bottom: 30px;
    top: auto;
  }
  .c-photo-info.home {
    top: 0;
    bottom: auto;
    right: -25px;
  }
  .c-photo-info__icon {
    width: 45px;
    height: 45px;
    position: relative;
    right: auto;
  }
  .c-photo-info__flyout {
    width: 600px;
    height: 300px;
    right: 73px;
    bottom: auto;
    -webkit-transform: translateY(-webkit-calc(-50% - 22px));
    -ms-transform: translateY(calc(-50% - 22px));
    transform: translateY(calc(-50% - 22px));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-photo-info__flyout:before {
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 18px solid rgba(0, 0, 0, 0);
    border-right: none;
    border-left: 18px solid #fff;
  }
  .c-photo-info__flyout__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 282px;
    -ms-flex: 0 0 282px;
    flex: 0 0 282px;
    height: 300px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: var(--borderRadius);
  }
  .c-photo-info__flyout__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 72px 29px 72px 24px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .c-photo-info.home {
    top: 57px;
    bottom: auto;
    right: -125px;
  }
}
.c-text-toggle {
  width: 53px;
  height: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 12px;
  background: var(--blue);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  display:none;
}
.c-text-toggle__label {
  font: 9px/10px Montserrat;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
}
.c-text-toggle__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-text-toggle__divider {
  height: 15px;
  width: 1px;
  margin: 0 5px;
  background: var(--blue);
}
.c-text-toggle__control {
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.02em;
  color: var(--blue);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-text-toggle {
    padding-top: 6px;
    top: 22px;
    height: 60px;
    display:none;
  }
  .c-text-toggle__label {
    font: 10px/12px Montserrat;

    font-weight: 700;
  }
}
.c-tile {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  position: relative;
}

.c-tile:before {
  content: '';
  background-color: var(--yellow);
  position: absolute;
  left: 20px;
  top: 0;
  width: 66px;
  height: 10px;
}

.c-tile__content {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  font: 16px/19px 'Lato';
  font: 1.6rem/1.9rem 'Lato';
  letter-spacing: 0.05em;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  color: #000;
}

.c-tile__content .c-button {
  left: 0;
}
.c-tile__heading {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font: 900 20px/22px Montserrat;
  font: 900 2rem/2.2rem Montserrat;
  color: #003660;
  margin-bottom: 18px;
  color:#003660;
}
.c-tile__photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-position: center 24%;
  border-radius:0 25px 25px 0;
}
@media (min-width: 640px) {
  .c-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 32px;
  }

  .c-tile:before {
    left: 32px;
  }
  .c-tile__content {
    padding-top: 0;
    padding-left: 36px;
    font-size: 1.6rem;
    line-height: 2rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 60px;
  }

  .c-tile__content .c-button {
    left: auto;
  }
  .c-tile__heading {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  .c-tile__photo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    background-position: 50%;
  }
}

.c-tile__content .c-card__button {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-tile__content {
    padding: 0 36px 80px 0px;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .c-tile__heading {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .c-tile__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
.overflow {
  position: relative;
  padding: 0 120px;
  overflow: auto;
}
#agencyMapWrapper {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1em;
  overflow: visible;
}
.svgWrapper svg {
  width: 100%;
  height: auto !important;
}
#agencyMapWrapper svg,
#agencyMapWrapper ul {
  max-width: 100%;
  width: 100% !important;
}
#agencyMapWrapper ul {
  position: absolute;
  top: 0;
  height: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1em;
}
#agencyMapWrapper li {
  position: absolute;
  padding-right: 30px;
  font-size: 12px;
  font-size: 0.75em;
  list-style: none;
}
#agencyMapWrapper li .circle {
  width: 1.917em;
  height: 1.917em;
  position: absolute;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #agencyMapWrapper li .circle {
    width: 12px;
    height: 12px;
    font-size: 9px;
  }
}
#agencyMapWrapper li .circle span {
  position: absolute;
  top: 50%;
  left: -webkit-calc(50% + 1px);
  left: calc(50% + 1px);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#agencyMapWrapper li a.circle {
  background: #000;
  top: 0;
  right: 0;
  z-index: 99;
}
#agencyMapWrapper li a + .mapContent {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
}
#agencyMapWrapper li .mapContent.active,
#agencyMapWrapper li .mapContent:hover,
#agencyMapWrapper li a:focus + .mapContent,
#agencyMapWrapper li a:hover + .mapContent {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s linear;
  -o-transition: opacity 0.2s ease-in-out, visibility 0s linear;
  transition: opacity 0.2s ease-in-out, visibility 0s linear;
  z-index: 100;
}
.mapContent {
  background: #f1f4f6;
  padding: 20px 15px 20px 50px;
  position: absolute;
  right: 100%;
  line-height: 1.3;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
  -webkit-box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 11px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .mapContent {
    width: 180px;
    word-wrap: break-word;
  }
}
@media (max-width: 1100px) {
  .mapContent {
    width: 150px;
  }
}
@media (max-width: 769px) {
  .mapContent {
    width: 240px;
    position: fixed;
    top: 52%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
  }
  .mapContent:after {
    display: none !important;
  }
}
.mapContent.lowMapContent {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-top: 40px;
}
.mapContent:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #f1f4f6;
}
.mapContent.lowMapContent:after {
  top: auto;
  bottom: 20px;
}
.mapContent .circle {
  left: 15px;
  top: 20px;
}
.mapContent address {
  font-style: normal;
  margin-bottom: 0;
}
.mapContent span {
  display: block;
}
.mapFootnote {
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125em;
}
.mapFootnote h4 {
  font-weight: 900;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1em;
}
address {
  font-style: normal;
}
.mapFootnote address {
  margin: 0;
}
.mapFootnote span {
  display: block;
}
.mapFootnote .small {
  margin-top: 1em;
  font-size: 14px;
  font-size: 0.875em;
}

.p-officer__names {
  font: 800 10px/14px Montserrat;
  font: 800 1rem/1.4rem Montserrat;
  color: #153762;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #bacad0;
}
.p-officer__names > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 11px 0 7px;
}
.p-officer__sidebar__image {
  background-size: cover;
  background-position: 50% 20%;
  height: 160px;
}
.p-officer__sidebar__content {
  padding: 28px 20px;
  letter-spacing: 0.05em;
  font: 500 16px/19px Montserrat;
  font: 500 1.6rem/1.9rem Montserrat;
}
.p-officer__sidebar__heading {
  letter-spacing: 0.05em;
  font: 700 14px/16px Montserrat;
  font: 700 1.4rem/1.6rem Montserrat;
  margin-bottom: 6px;
}
.p-officer__names img {
  margin-top:20px;
}
@media screen and (min-width: 768px) {
  .p-officer__names {
    font: 800 1.2rem/1.8rem Montserrat;
    margin-bottom:-4px;
  }
  .p-officer__sidebar__content {
    padding: 40px 37px 52px 33px;
    font: 500 1.6rem/2.4rem Montserrat;
  }
  .p-officer__sidebar__heading {
    font: 700 2rem/2.8rem Montserrat;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-officer__names {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-officer__names > div {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 11px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-officer__names > div:not(:first-child) {
    padding-left: 8px;
    border-left: 1px solid #bacad0;
  }
  .p-officer__names > div:not(:last-child) {
    padding-left:8px;
    padding-right:8px;
  }
}
.p-resources__content {
  padding-top: 0;
}
.p-resources__map-details {
  padding-top: 45px;
}
.p-resources__rep-note {
  font: 12px/18px Montserrat;
  font: 1.2rem/1.8rem Montserrat;
  letter-spacing: 0.02em;
}
.u-text-color-white {
  color: #fff;
}
