body {
	font-family: 'HelveticaNeue';
	font-size: 14px;
	color: #4e4f4f;
}
a {
	color: #0069aa;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	color: #383b63;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.bold {
	font-weight: 700;
}
.form-control {
	background-color: #222222;
	border: 0;
	border-radius: 0px;
	color: #7f8283;
	font-weight: 300;
	text-transform: uppercase;
	padding: 8px 12px;
	height: 40px
}
.form-control:focus {
	background-color: #003e7d;
}
.btn {
	white-space: normal;
	border-radius: 0;
}
.btn:hover,
.btn:active,
.btn:focus {
	background-color: #b10432;
	color: #ffffff;
}
.custom-font-btn {
	font-family: 'MuseoSans500';
}
.common-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.common-top-margin {
	margin-top: 40px;
}
.header {
	margin-top: 20px;
	position: relative;
}
.header-row {
	text-align: right;
	padding-bottom: 15px;
}
.header-row-last {
	text-align: right;
	padding-bottom: 25px;
}
.header-row .btn {
	float: right;
	min-width: 180px;
}
.top-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	display: inline-block;
}
.top-links > li {
	position: relative;
	display: inline;
}
.top-links > li:before {
	border-left: 2px solid #d31346;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 3px;
}
.top-links > li:first-child:before {
	display: none;
}
.top-links > li > a {
	padding: 0 5px 0 9px;
	text-transform: uppercase;
}
.top-social {
	margin-left: 20px;
}
.top-social a {
	border-radius: 100px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 28px;
	line-height: 26px;
	margin-left: 2px;
	text-align: center;
	width: 28px;
	background-color: #006aaa;
}
.top-social .gmail:hover,
.top-social .gmail:focus,
.top-social .gmail:active {
	background: #00acef;
}
.top-social .twitter:hover,
.top-social .twitter:focus,
.top-social .twitter:active {
	background: #00acef;
}
.top-social .facebook:hover,
.top-social .facebook:focus,
.top-social .facebook:active {
	background: #3d5a91;
}
.top-social .google-plus:hover,
.top-social .google-plus:focus,
.top-social .google-plus:active {
	background: #c9412f;
}
.tag-line {
	font-size: 28px;
	line-height: 43px;
	display: inline-block;
	padding-right: 20px;
}
.btn-primary {
	background-color: #0069aa;
	border-color: #0069aa;
}
.btn-primary-deep,
.bg-primary-deep {
	background-color: #00446d;
	border-color: #00446d;
}
.btn-danger {
	background-color: #d31346;
	border-color: #d31346;
}
.btn-lg {
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	border: 0;
}
/* Start Custom button Styles */
.white-btn {
	color: #d31346;
	background-color: #ffffff;
}
/* End Custom button Styles*/
.text-primary {
	color: #0069aa;
}
.text-primary-deep {
	color: #00446d;
}
.text-danger {
	color: #d31346;
}
.bg-light-blue {
	background-color: #d9e9f2;
}
.bg-deep-red {
	background-color: #710a26;
}
.negative-margin {
	margin-top: -80px;
}
.paralax-bg {
	background: url(../images/paralax.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
}
.paralax-bg .content {
	background: rgba(211, 0, 70, .8);
	padding: 40px 0;
	color: #ffffff;
	text-align: center;
}
.paralax-bg .content p {
	font-size: 24px;
}
.paralax-bg .content .btn {
	margin-top: 10px;
	min-width: 220px;
	border: 1px solid #ffffff;
}
.paralax-bg .content .btn:hover,
.paralax-bg .content .btn:active,
.paralax-bg .content .btn:focus {
	border: 1px solid #fff
}
.newsletter-section {
	background-color: #d31346;
	padding: 20px;
	margin-top: 20px;
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
}
.newsletter-section .form-group {
	position: relative;
	margin-bottom: 0;
}
.newsletter-section .form-control {
	background-color: #ffffff;
	border: 0;
	padding-right: 80px;
	font-size: 20px;
	height: 52px;
}
.newsletter-section .btn {
	border-radius: 0;
	color: #ffffff;
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	text-transform: uppercase;
	border: none;
}
.footer {
	color: #d9e9f2;
	text-transform: uppercase;
	padding: 20px 0 40px;
}
.footer h3 {
	font-size: 18px;
	font-weight: normal;
}
.ft-supporters-partners {
	border-top: 1px solid #d9e9f2;
	border-bottom: 1px solid #d9e9f2;
	padding: 20px 0;
	text-align: center;
}
.ft-supporters-partners .inner {
	background-color: #ffffff;
	padding: 15px;
}
.ft-supporters-partners ul {
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.ft-supporters-partners ul > li {
	display: inline-block;
	padding-right: 1%;
	padding-left: 1%;
	width: 23%;
}
.bottom-footer-logos img {
	background-color: #fff;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
	color: #d31346;
}
.footer-nav {
	padding-left: 0;
	list-style: none;
	font-size: 18px;
	margin-top: 20px;
}
.footer .footer-nav > li {
	display: inline-block;
}
.footer .footer-nav > li + li:before {
	content: "|";
}
.footer .footer-nav > li > a {
	color: #d9e9f2;
	padding: 10px 6px;
}
.footer .footer-nav > li > a:hover,
.footer .footer-nav > li > a:focus {
	color: #fff;
}
.copyright {
	padding: 10px 0 20px;
}
.inner-page-wrapper {
	background-color: #d9e9f2;
	padding: 80px 0 20px;
}
.side-panel {
	font-size: 17px;
	color: #fff;
}
.side-panel .inner {
	background-color: #0069aa;
}
.side-panel h2 {
	font-size: 17px;
	font-weight: 700;
	background-color: #d31346;
	padding: 8px 20px;
	line-height: 40px;
	margin: 0;
	color: #ffffff;
}
.side-panel .menu {
	list-style-type: none;
	padding: 0;
}
.side-panel .menu > li > a {
	line-height: 1.6;
	padding: 10px 20px;
	color: #ffffff;
	font-weight: 300;
	position: relative;
	display: block;
	border-bottom: 1px solid #5b9fc8;
}
.side-panel .menu > li > a:before {
	background-color: #d31346;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 100%;
	top: 0;
	-webkit-transition: right 0.3s ease 0s;
	-moz-transition: right 0.3s ease 0s;
	-ms-transition: right 0.3s ease 0s;
	transition: right 0.3s ease 0s;
}
.side-panel .menu > li > a:hover:before {
	right: 0;
}
.side-panel .menu > li.current-menu-item > a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.sp-block {
	margin-top: 40px;
	border-top: 1px solid #5b9fc8;
	padding: 20px;
	text-align: center;
}
.sp-block h3 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
}
.sp-block h3 span {
	font-size: 26px;
	font-weight: 700;
}
.top-margin-sp-block {
	margin-top: 350px;
}
#content article{
	margin-bottom: 10px;
}
#content article .btn{
	margin: 5px;
}
#content article header h2{
	margin-top: 5px;
}
.common-container .content-section {
	background: #ffffff;
	padding: 20px;
	margin-top: 40px;
}
.common-container .content-section h1,
.common-container .content-section h2,
.common-container .content-section h3,
.common-container .content-section h4 {
	font-weight: 700;
}
.common-container .content-section h1 {
	font-size: 24px;
	color: #d31346;
	margin-bottom: 16px;
}
.common-container .content-section h2 {
	font-size: 17px;
	color: #0069aa;
}
.common-container .content-section h3 {
	font-size: 16px;
}
.common-container .content-section h4 {
	font-size: 14px;
	color: #00446d;
}
.common-container .content-section p {
	line-height: 1.8;
	margin-bottom: 20px;
}
.common-container .staff-header-no-mt {
	margin-top: 0;
}
.list-item {
	list-style-type: none;
	padding: 0;
}
.list-item li {
	padding: 5px 0;
	position: relative;
}
.list-item li:before {
	content: "\f067";
	font-family: 'FontAwesome';
	font-size: 12px;
	padding-left: 10px;
	margin-left: -10px;
	position: absolute;
	left: 0;
	top: 7px;
	color: #0069aa
}
.list-item li a {
	padding-left: 20px;
	display: block;
}
.header-menu .mega-menu-wrap {
	z-index: 1000;
}
.header-menu .mega-menu-wrap:after {
	content: "";
	border-bottom: 6px solid #00446d;
	display: block !important;
	margin-top: -6px;
}
.menu-breaker {
	margin-top: -60px;
}
.carousel-container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img{
	width: 100%;
}
.carousel-caption {
	right: auto;
	bottom: 16%;
	margin: 0 auto;
	max-width: 1151px;
	left: 15px;
	text-align: left;
}
.carousel-control {
	bottom: 0;
	color: rgba(255, 255, 255, 0.6);
	font-size: 30px;
	height: 50px;
	left: 5%;
	border-radius: 100px;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: 40%;
	width: 50px;
	margin-top: -22px;
	background: rgba(255, 255, 255, .4);
	line-height: 48px;
	opacity: 1;
}
.carousel-control.right {
	background-image: none;
	left: auto;
	right: 5%;
}
.carousel-control.left {
	background-image: none;
	right: auto;
}
.carousel-control:hover,
.carousel-control:focus {
	background: #fff;
	color: #86878c;
}
.carousel-indicators {
	bottom: -30px;
	margin-bottom: 0;
	left: auto;
	padding-left: 0;
	position: absolute;
	right: 0;
	width: auto;
}
.carousel-indicators li {
	background-color: #9ba6ad;
	height: 15px;
	width: 15px;
	border: 0;
}
.carousel-indicators li.active {
	background-color: #464b4e;
	height: 17px;
	width: 17px;
}
/* Animation delays */
.carousel-caption h1 {
	font-size: 30px;
	color: #ffffff;
	display: inline-block;
	background: #00446d;
	padding: 20px 20px;
	text-shadow: none;
	font-weight: normal;
	margin-bottom: 0;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.carousel-caption h2 {
	font-size: 18px;
	color: #ffffff;
	max-width: 917px;
	background: #0069aa;
	padding: 10px 20px;
	text-shadow: none;
	line-height: 30px;
	font-weight: normal;
	margin-top: 6px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.carousel-caption .btn-default:hover,
.carousel-caption .btn-default:active,
.carousel-caption .btn-default:focus {
	background-color: #2d73bb;
	border-color: #2d73bb;
	color: #ffffff;
}
.thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
	background: none;
}
.thumbnail a {
	display: block;
	color: #ffffff;
}
.thumbnail .img-wrap {
	overflow: hidden;
}
.thumbnail h2 {
	font-weight: 700;
	font-size: 18px;
	background-color: #d31346;
	position: relative;
	margin: 0;
	line-height: 49px;
	text-transform: uppercase;
}
.thumbnail h2:after {
	content: "";
	background: url(../images/tri-pattern.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	height: 22px;
	left: 0;
	right: 0;
	bottom: -22px;
	z-index: 1;
}
.thumbnail .caption {
	padding: 10px 10px 20px;
	min-height: 132px;
}
.thumbnail p {
	color: rgb(214, 212, 213);
}
.thumbnail p span {
	color: #ffffff;
	font-weight: 700;
}
.thumbnail img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.thumbnail:hover img,
.thumbnail:active img,
.thumbnail:focus img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.thumbnail .fa {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.thumbnail:hover .fa {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.thumbnail .btn {
	position: relative;
	top: -20px;
}
.well {
	background-color: #d9e9f2;
	border: 0;
	border-radius: 0;
	padding-bottom: 70px;
}
.well .text {
	font-size: 18px;
	line-height: 1.6;
}
.well .more {
	padding-top: 20px;
}
#content header {
	margin-top: 0;
}
#content img.wp-post-image {
	display: block;
	margin: 10px auto;
}
.sidebar section.sidebar-infographic {
	background: #e8f5fe;
	text-align: center;
	margin: 0 10px 0;
	padding: 10px 0;
}
.display-table {
	display: table;
	table-layout: fixed;
	margin-bottom: 25px;
}
.display-cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
@media (min-width: 1200px) {
	.container {
		width: 1151px;
	}
}
@media (max-width: 1199px) {
	.carousel-caption {
		bottom: 10%;
		left: 70px;
		right: 70px;
	}
	.carousel-caption h1 {
		font-size: 18px;
	}
	.carousel-caption h2 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.sp-block {
		margin-top: 294px;
	}
	.header-menu .mega-menu-wrap:after {
		margin-top: 0;
	}
	.menu-breaker {
		margin-top: 0;
	}
	.inner-page-wrapper {
		padding: 20px 0 20px;
	}
	.display-table {
	text-align: center;
	display: block;
	table-layout: fixed;
	margin-bottom: 15px;
	}
	.display-cell {
	display: block;
	vertical-align: middle;
	float: none;
	margin-top: 25px;
	}
}
@media (max-width: 991px) {
	.negative-margin {
		margin-top: 20px
	}
	.sp-block h3 {
		font-size: 20px;
	}
	.sp-block h3 span {
		font-size: 16px;
	}
	.btn-lg {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.header,
	.header-row,
	.header-row-last {
		text-align: center;
	}
	.top-links {
		font-size: 14px;
		margin-top: 20px;
	}
	.top-links > li:before {
		height: 13px;
	}
	.top-social {
		margin-left: 10px;
	}
	.header-row .btn {
		float: none;
	}
	.tag-line {
		display: block;
		font-size: 18px;
	}
	.form-group .col-xs-12 {
		margin-bottom: 10px;
	}
	.carousel-caption {
		left: 60px;
		right: 60px;
		bottom: 1%;
		padding-bottom: 0;
	}
	.carousel-caption h1 {
		font-size: 14px;
	}
	.carousel-caption h2 {
		line-height: 1.2;
	}
	.carousel-control {
		font-size: 20px;
		height: 30px;
		width: 30px;
		line-height: 28px;
	}
	.newsletter-section {
		font-size: 16px;
	}
	.newsletter-section .form-group {
		margin-top: 10px;
	}
	.newsletter-section .form-control {
		font-size: 14px;
	}
	.newsletter-section .btn {
		font-size: 14px;
	}
	.paralax-bg .content p,
	.well .text,
	.footer h3,
	.footer-nav {
		font-size: 14px;
	}
	.well .more {
		padding: 5px 0 20px;
	}
	.footer {
		font-size: 12px;
	}
	.footer .footer-nav > li:before {
		height: 10px;
		top: 15px
	}
	.sp-block {
		margin-top: 20px;
	}
	#sidebar {
		width: 100%;
	}
	.thumbnail {
		max-width: 50%;
		margin: 0 auto;
	}
	.ft-supporters-partners .inner img {
		margin-bottom: 10px;
	}
	.display-table {
		text-align: center;
	}
	.display-cell {
		float: left;
	}
	.twitter-block {
		margin-top: 15px;
	}
}
@media (max-width: 600px) {
	.thumbnail {
		max-width: 75%;
	}
}
@media (max-width: 480px) {
	.bottom-footer-logos img {
		margin-bottom: 10px;
	}
}
@media (max-width: 420px) {
	#carousel-main h2 {
		display: none;
	}
	.thumbnail {
		max-width: 90%;
	}
}
@media (max-width: 280px) {
	#carousel-main h1 {
		display: none;
	}
}
@media (max-width: 240px) {
	#carousel-main {
		display: none;
	}
}