/* primary-color: #0099a8; */


.ns-h1, .ns-h2, .ns-h3, .ns-h4, .ns-h5, .ns-h6 {
	line-height: 1;
	text-transform: none;
}

.ns-h1 {
	font-size: 34px;
}
.ns-h2 {
	font-size: 30px;
}
.ns-h3 {
	font-size: 26px;
}
.ns-h4 {
	font-size: 22px;
}
.ns-h5 {
	font-size: 18px;
}
.ns-h6 {
	font-size: 14px;
}

.layout-container .header.header-override {
    display: block;
}

@media screen and (min-width: 992px) {
	.ns-h1 {
		font-size: 46px;
	}
	.ns-h2 {
		font-size: 35px;
	}
	.ns-h3 {
		font-size: 32px;
	}
	.ns-h4 {
		font-size: 26px;
	}
	.ns-h5 {
		font-size: 20px;
	}
	.ns-h6 {
		font-size: 16px;
	}
}

.ns-font--size-sm {
	font-size: 12px;
}

.ns-font--size-lg {
	font-size: 20px;
}

.ns-container--t-padding-md {
	padding-top: 50px;
}

.ns-container--b-padding-md {
	padding-bottom: 50px;
}

.ns-container--tb-padding-md {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ns-container--t-padding-lg {
	padding-top: 70px;
}

.ns-container--b-padding-lg {
	padding-bottom: 70px;
}

.ns-container--tb-padding-lg {
	padding-top: 70px;
	padding-bottom: 70px;
}

.layout-container {
	padding-top: 0;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
	word-wrap: normal;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.button.button--big {
	height: 50px;
	line-height: 50px;
	padding: 0 37px;
	background: #0099a8;
	border: 1px solid #0099a8;
}

.button.button--big:hover,
.button.button--big:focus {
	color: #0099a8;
	border: 1px solid #0099a8;
	background: #fff;
}


/* Header */
.header-compact {
	padding: 0;
	height: 60px;
	position: relative;
}

.header-compact .header__logo {
	width: 100%;
	margin: 18px 0 0;
}

.header-compact .header__logo a img {
	width: 190px;
	height: auto;
}

@media(min-width: 768px) {
	.header-compact {
		height: 90px;
	}

	.header-compact .header__logo {
		margin: 27px 0 0;
	}
}


/* Banner */
.banner {
	position: relative;
	padding: 30px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

@media(min-width: 768px) {
	.banner__text {
		padding-left: 37%;
	}
}

/*
.banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1C3E4C;
	opacity: .8;
}

.banner > .container {
	position: relative;
}
*/

/* Tabs */
.tabs-box {
	box-shadow: 0px 2px 74px 0px rgba(0,0,0,0.15);
	margin-top: 50px;
}

.tabs-nav li {
	float: left;
	width: 33.333%;
	border-left: 1px solid #fff;
}

.tabs-nav__link {
	display: block;
	background-color: #0099a8;
	padding: 20px 0;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	transition: background-color .3s ease,
				color .3s ease;
}

.tabs-nav__link:hover,
.tabs-nav__link:focus,
.tabs-nav__link.active {
	background-color: #fff;
	color: #000;
}

.tab-content {
	padding: 30px 40px 10px;
	display: none;
}

.tab-content.active {
	display: block;
}

.tab-content__col {
	margin-bottom: 30px;
}

.tab-content__title {
	margin-bottom: 40px;
}

.tab-content__title mark {
	background-color: transparent;
	color: #0099a8;
}

.tab-content__desc {
	font-size: 18px;
	margin-bottom: 30px;
}

.tab-content__list-title {
	margin-bottom: 30px;
}

.tab-content__list {
	list-style: initial;
}

.tab-content__list li {
	margin-bottom: 20px;
	font-size: 16px;
}

.tab-content__link {
	font-size: 12px;
    color: #000;
    font-weight: 800;
	margin-right: 35px;
	margin-bottom: 10px;
    text-decoration: underline;
    display: inline-block;
}

.tabs-quote {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 31% 50%;
	position: relative;
	padding: 30px 20px;
}

.tabs-quote__col {
	padding-left: 45%;
}

.tabs-quote__quote {
	font-size: 18px;
}

.tabs-quote__client {
	font-weight: 700;
}

/*
.tabs-quote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #152730;
	opacity: .7;
}

.tabs-quote > div {
	position: relative;
}

*/

.tabs-quote__col img {
	width: auto;
	max-width: 100%;
	margin-top: 25px;
}

@media(min-width: 768px) {
	.tab-content {
		padding: 50px 60px 10px;
	}

	.tab-content__col--left {
		float: left;
		width: 47%;
	}

	.tab-content__col--right {
		float: right;
		width: 43%;
	}

	.tabs-quote {
		display: flex;
		padding: 30px 60px;
	}

	.tabs-quote__quote {
		font-size: 20px;
		font-style: italic;
	}
}


/* Featured PDF */
.featured-pdf {
	background-size: cover;
	background-repeat: no-repeat;
}

.featured-pdf__box {
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 0px 2px 74px 0px rgba(0,0,0,0.15);
}

@media(min-width: 768px) {
	.featured-pdf__box {
		padding: 50px 35px;
	}

	.featured-pdf__box {
		display: flex;
	}

	.featured-pdf__desc {
		padding: 25px 50px 30px 65px;
	}
}

.featured-pdf__img {
	min-width: 250px;
	position: relative;
	margin-bottom: 20px;
}

.featured-pdf__desc p {
	margin: 30px 0;
	font-size: 16px;
}

.featured-pdf__title mark {
	background-color: transparent;
	color: #0099a8;
}

.footer-cta {
	background-color: #F6F6F6;
}

.footer-cta__title {
	margin-bottom: 30px;
}


/* Footer */
.footer-compact {
	background: #53565A;
	padding: 20px 0;
	text-align: center;
    color: #fff;
}
.footer-compact .footer-logo {
	text-align: center;
}
.footer-compact .footer-logo img {
	display: inline-block;
	width: 40px;
	opacity: .5;
}

.footer-compact .footer-menu {
	margin-bottom: 2em;
}
.footer-compact .footer-menu li {
	margin-bottom: 0.5em;
}
.footer-compact .footer-social .menu {
	display: flex;
	flex-wrap:nowrap;
	justify-content: center;
}
.footer-compact .footer-social .menu li {
	margin: 0;
}
.footer-compact .footer-social .social {
	display: block;
	padding: 0.5em;
}
.footer-compact .footer-social .social:before {
	display: block;
	width: 16px;
	height: 16px;
	background-size: 16px;
	margin: 0;
	opacity: .5;
}
.footer-compact .footer-social .social:hover:before {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	.footer-compact .footer-wrapper {
		display: flex;
		align-items: center;
	}
	.footer-compact .footer-logo,
	.footer-compact .footer-breadcrumb,
	.footer-compact .footer-menu,
	.footer-compact .footer-social {
		height: inherit;
	}
	.footer-push {
		display: flex;
		flex-grow: 1;
		justify-content: flex-end;
	}
	.footer-compact .footer__links__list {
		width: inherit;
		padding: inherit;
		float: none;
	}
	.footer-compact .footer-logo img {
		display: block;
	}

	.footer-compact .footer-menu {
		margin: 0;
	}
	.footer-compact .footer-menu .menu {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-compact .footer-menu li {
		margin: 0.5em 1em;
		font-size: 12px;
		color: #bbb;
	}
	.footer-compact .footer-menu a:hover {
		color: #fff;
	}
	.footer-compact .footer-social {
		margin-left: 1em;
	}
}
