/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family: 'source-sans-pro';
	src: url('/site_assets/fonts/source-sans-pro/sourcesanspro-blackit-webfont.woff2') format('woff2'),
		url('/site_assets/fonts/source-sans-pro/sourcesanspro-blackit-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'source-sans-pro';
	src: url('/site_assets/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2') format('woff2'),
		url('/site_assets/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'source-sans-pro-semibold';
	src: url('/site_assets/fonts/source-sans-pro/sourcesanspro-semibold-webfont.woff2') format('woff2'),
		url('/site_assets/fonts/source-sans-pro/sourcesanspro-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'source-sans-pro';
	src: url('/site_assets/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2') format('woff2'),
		url('/site_assets/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'source-sans-pro-semibold-italic';
	src: url('/site_assets/fonts/source-sans-pro/sourcesanspro-semiboldit-webfont.woff2') format('woff2'),
		url('/site_assets/fonts/source-sans-pro/sourcesanspro-semiboldit-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/* ------------------------------------------------------------ *\
	Carousel
\* ------------------------------------------------------------ */

.carousel-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 25px 6% 35px 11.7%;
	background: #0f2a3b;
}

.carousel-caption__title {
	flex: 0 0 70%;
	font-size: 27px;
	font-weight: normal;
	font-family: 'source-sans-pro', sans-serif;
}

.carousel-caption__title em {
	display: inline-block;
	margin-right: 5px;
	background: #24bde0;

	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 8px;
}

.carousel-caption__desc-wrapper {
	flex: 0 0 70%;
	padding-right: 20px;
}

.carousel-caption__btn {
	width: max-content;
	flex: 0 0 auto;
	font-size: 25px;
}

.carousel-caption__btn a {
	padding: 4px 32px;
}

.carousel-indicators {
	display: none;
}

.carousel-control-prev,
.carousel-control-next {
	background: transparent;
	display: block;
	width: auto;
}

.carousel-control-prev {
	text-align: left;
}

.carousel-control-next {
	text-align: right;
}

.carousel-control-prev img,
.carousel-control-next img {
	width: auto;
	height: 100%;
	max-width: initial;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	background: rgba(255, 255, 255, .27);
}

@media(max-width: 1024px){
	.carousel-control-prev,
	.carousel-control-next {
		/*width: 10%;*/
	}
}

@media(max-width: 767px) {
	.carousel-caption {
		padding-bottom: 20px;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}
}

/* ------------------------------------------------------------ *\
	Btn white
\* ------------------------------------------------------------ */

.btn-white {
	display: block;
	background: #fff;
	color: #a94900;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .14);
	font-family: 'source-sans-pro-semibold', sans-serif;
	font-style: normal;
	font-size: 24px;
	text-align: center;
	border-radius: 4px;
	padding: 11px 20px;
}

.btn-white:after {
	content: '';
	display: inline-block;
	margin-left: 7px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid currentColor;
	border-bottom: 3px solid transparent;
}

@media(max-width: 767px){
	.btn-white {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */

.link {
	position: relative;
	color: inherit;
	white-space: nowrap;
}

.link:before {
	content: '';
	display: block;
	width: 95%;
	margin: 0 auto;
	height: 1px;
	background: currentColor;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: opacity .3s;
}

.link:after {
	content: '';
	display: inline-block;
	margin-left: 7px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid currentColor;
	border-bottom: 3px solid transparent;
}

.link:hover:before {
	opacity: 0;
}

/* ------------------------------------------------------------ *\
	Container Alt
\* ------------------------------------------------------------ */

.container--alt {
	padding: 0 5rem;
}

@media(max-width: 767px) {
	.container--alt {
		padding: 0 15px;
	}
}

/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */

.section-articles {
	display: flex;
	margin: 0 -8px;
	padding: 60px 0 75px;
}

.section-articles h2 {
	margin:0 0 22px 13px;
	font-family: 'source-sans-pro', sans-serif;
	font-size: 36px;
	color: #464b4c;
}

.section-articles .section__content {
	flex: 0 0 75%;
	padding: 0 8px;
}

.section-articles .section__aside {
	flex: 0 0 25%;
	padding: 0 8px;
}

@media(max-width: 1200px) {
	.section-articles h2 {
		font-size: 33px;
	}
}

@media(max-width: 1024px) {
	.section-articles {
		display: block;
	}

	.section-articles h2 {
		font-size: 28px;
	}

	.section-articles .section__content {
		margin-bottom: 50px;
	}
}

@media(max-width: 900px) {
	.article .article__content ul {
		font-size: 10px;
	}

	.section-articles h2 {
		font-size: 22px;
	}
}

@media(max-width: 767px) {
	.section-articles {
		display: block;
	}

	.section-articles h2 {
		font-size: 26px;
	}

	.section-articles .section__content {
		margin-bottom: 50px;
	}
}

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

.articles {
	margin-bottom: 30px;
}

.articles > ul {
	margin: 0;
	padding: 0;
}

.articles li {
	list-style-type: none;
}

.articles > ul > li + li {
	margin-top: 17px;
}

.articles--flex > ul > li + li {
	margin-top: 14px;
}

@media(max-width: 1024px) {
	.articles--flex > ul {
		display: flex;
		margin: 0 -10px;
	}

	.articles--flex > ul > li {
		flex: 0 0 calc(100% / 3);
		padding: 0 10px;
		display: flex;
	}

	.articles--flex > ul > li + li {
		margin: 0;
	}
}

@media(max-width: 767px) {
	.articles--flex > ul {
		display: block;
	}

	.articles--flex > ul > li {
		display: block;
	}
}

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article {
	font-family: 'source-sans-pro', sans-serif;
	font-size: 16px;
	border-radius: 5px;
	overflow: hidden;
}

.article h3 {
	margin: 0 0 10px;
	font-family: inherit;
	font-size: 18px;
	color: inherit;
	line-height: 1.3;
}

.article--flex h3 {
	margin-bottom: 4px;
	font-size: 30px;
	color: #ff5d00;
	line-height: 1.17;
}

.article h3 a {
	color: inherit;
}

.article ul li + li:before {
	content: '';
	display: inline-block;
	margin: 0 5px 2px 5px;
	width: 1px;
	height: 12px;
	vertical-align: middle;
	background: currentColor;
}

.article ul a {
	color: inherit;
}

.article p {
	margin: 0 0 7px;
	line-height: 1.35;
}

.article .article__image {
	flex: 0 0 50%;
	margin: 0;
	max-width: 472px;
}

.article .article__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article .article__content {
	padding: 15px 16px;
	background: #fff;
	position: relative;
}

.article .article__content ul {
	margin-bottom: 7px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.article .article__meta {
	margin-bottom: 6px;
}

.article .article__meta p {
	margin: 0;
}

.article .article__meta a {
	font-family: 'source-sans-pro-semibold';
}

.article--flex {
	display: flex;
}

.article--flex .article__content {
	padding-left: 24px;
}

.article--flex .article__content ul {
	margin-bottom: 9px;
}

.article--flex .article__meta {
	margin-bottom: 18px;
}

.article .article__link-more {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.article .article__link-more:hover {
	text-decoration: none;
}

@media(max-width: 1024px){
	.article {
		font-size: 14px;
		display: flex;
	}

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

	.article--flex h3 {
		font-size: 26px;
	}

	.article .article__content {
		padding: 10px;
	}
}

@media(max-width: 767px) {
	.article {
		display: block;
	}

	.articles > ul > li + li {
		margin-top: 30px;
	}

	.article--flex h3 {
		font-size: 20px;
	}

	.article--flex {
		display: block;
	}

	.article--flex .article__image {
		max-width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Mission statments
\* ------------------------------------------------------------ */

.mission-statement--alt {
	max-width: 1035px;
	padding: 15px 77px 28px;
	font-family: 'source-sans-pro', sans-serif;
	font-size: 24px;
	color: #0f5e75;
	position: relative;
}

.mission-statement--alt p {
	font-style: italic;
}

.mission-statement--alt strong {
	font-family: 'source-sans-pro-semibold-italic', sans-serif;
}

.mission-statement--alt .btn-white {
	padding: 7px 35px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	border-radius: 1.25em;
}

@media(max-width: 767px) {
	.mission-statement--alt .btn-white {
		font-size: 20px;
		white-space: nowrap;
	}
}

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */

.callout {
	display: flex;
	text-align: center;
	color: #fff;
}

.callout .callout__action {
	padding: 22px 0;
	flex: 1;
	color: inherit;
	background: #ff6e00;
	font-family: 'source-sans-pro-semibold-italic', sans-serif;
	font-size: 20px;
	transition: opacity .3s;
}

.callout .callout__action--blue {
	background: #24bde0;
}

.callout .callout__action--dark-blue {
	background: #0f2a3b;
}

.callout .callout__action img {
	display: block;
	margin: 0 auto 16px;
	height: 59px;
	width: auto;
}

@media(max-width: 767px) {
	.callout {
		display: block;
	}

	.callout .callout__action {
		display: block;
	}
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer .row {
	overflow-x: hidden;
	padding: 18px 0;
}

.footer .footer-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -10px -15px -10px -19px;
}

.footer .footer-columns--alt {
	justify-content: space-between;
}

.footer .footer-column {
	margin: 0;
	padding: 10px 24px;
}

.footer .footer-column--main {
	margin: 0;
	padding-right: 63px;
}

.footer .footer-list li + li {
	margin-top: 4px;
}

.footer .footer__logo {
	width: 105px;
	height: 70px;
}

@media(max-width: 767px) {
	.footer .footer-columns {
		margin: -10px;
	}

	.footer .footer-column {
		padding: 10px;
	}

	.footer .footer-column--main {
		padding-right: 	10px;
	}
}

/* ------------------------------------------------------------ *\
	OM CC
\* ------------------------------------------------------------ */

.om-cc {
	width: 96px;
	height: 35px;
}

/* ------------------------------------------------------------ *\
	Social Icon
\* ------------------------------------------------------------ */

.social-icon {
	width: 38px;
	height: 38px;
}
