/* Themes */
.o-theme--teal, .o-bg--teal {
	background: #44677a;
}
.o-theme--teal h2, .o-bg--teal h2, .o-theme--purple h2, .o-bg--puple h2{
	color: #fff;
}

/* Header */
header {background:#3b3747}

.nav{
	height:auto!important;
	display: block;
	position:relative;
	min-height:111px;
}
.nav__inner {
	position:relative;
}
.breadcrumb {
    padding: 20px 0;
}

.title-bar {
	font-size: 28px;
	font-family: parisine-std-clair, 'Open Sans', Arial, sans-serif;
	padding: 0 200px 0 102px;
	margin: -72px auto 0;
	text-align:left;
	color: #fff;
	max-width: 1273px;
	line-height: 28px;
}

.title-bar span {
	font-family: parisine-std, 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	display: inline-block;
}
.title-bar span.title {
	font-family: parisine-std-clair, 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	line-height:19px;
	color: #73e3da;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1.5px;
}
.header {
	background: transparent;
}
.header--shallow {
	padding: 0 0 50px;
	height: auto;
	color:#fff;
}

.header--teal {
	background-image: linear-gradient(to bottom, #3b3747, #0c626b, #44677a);
}

.header--shallow .header__text {max-width: 100%;}
.nav-search__btn, .utility-nav__link {background-color: #d5d5d5;}

.header-search__inner {
	position: relative;
}
.header__inner {
	max-width: 847px;
    margin-right: auto;
    margin-left: auto;
}
/*Nav */
.section-nav ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	align-items: stretch;
	color: #fff;
}
.section-nav ul div {
	width: 50%;
	display: flex;
	align-items: stretch;
}

.section-nav ul li {
	padding:0;
	margin: 0;
	width: 100%;
}
.section-nav ul img {
	display: block;
	margin: 0 auto 2px auto;
	height: 20px;
	width: auto;
}
.section-nav ul a {
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	display: block;
	width: 100%;
	white-space: nowrap;
}
.section-nav ul a.selected {
	background: #0c626b;
}
.section-nav ul a:hover {
	background: rgba(255,255,255,.1);
}
.section-nav ul a.selected:hover {
	background: #0c626b;
}
/* Typography */

.t-mega, h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: .0;
}
.t-bigger, h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
}
.t-big, h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:300;
	color:#242c30;
}
.t-big, h4 {
	font-size: 21px;
}
.t-big, h5 {
	font-size: 18px;
}

/* Section settings */
section.o-bg--teal:not(.o-spacing--no-pull) + section.o-bg--teal:not(.o-spacing--no-pull), 
section.o-bg--purple:not(.o-spacing--no-pull) + section.o-bg--purple:not(.o-spacing--no-pull), 
section.o-bg--white:not(.o-spacing--no-pull) + section.o-bg--white:not(.o-spacing--no-pull),
section.o-bg--grey:not(.o-spacing--no-pull) + section.o-bg--grey:not(.o-spacing--no-pull){
	margin-top: -60px;
}
.o-container__inner {
    padding: 60px 0;
}


/* Tasks  */
.c-tasks-show-hide-all, .c-accordian-show-hide-all {
    background-position: 10px 10px;
    background-color: #18626C;
	background-image: none;
	color:#fff;
	padding:8px 16px;
	font-size: 14px;
}



.c-task-sequence__button {
    font-size: 22px;
}
.c-task-sequence__toggle-link {
    font-size: 14px;
    margin-top: 8px;
}
.c-large-quote--has-image .c-large-quote__text-col {
	min-height: 410px;
}
.c-accordian-copy-section__title--is-clicked {
    background-color: #18626C;
	color:#fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M10 4.25v1.5H0v-1.5z' fill='%23fff'/%3E%3C/svg%3E");
}

/* Photo gallery  */
.c-gallery {
    margin-top: 20px;
}

/* Youtube external embed  */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom:40px;
}

@media screen and (max-width: 1294px) {
	.header__inner {padding:0;}
	.breadcrumb {padding:30px 0 30px 0}
	.header--shallow .header__text {padding-right: 0;padding-left: 0;}
}
@media screen and (max-width: 1038px) {
	.t-bigger, h2 {font-size: 36px;}
	.header__title {font-size: 48px;}
}
@media screen and (max-width: 959px) {
	.breadcrumb {display: block;}
	.o-container__inner {padding: 40px 20px;}
	.header__inner {padding-left:20px; padding-right:20px}
	section.o-bg--teal:not(.o-spacing--no-pull) + section.o-bg--teal:not(.o-spacing--no-pull), 
	section.o-bg--purple:not(.o-spacing--no-pull) + section.o-bg--purple:not(.o-spacing--no-pull), 
	section.o-bg--white:not(.o-spacing--no-pull) + section.o-bg--white:not(.o-spacing--no-pull),
	section.o-bg--grey:not(.o-spacing--no-pull) + section.o-bg--grey:not(.o-spacing--no-pull){
		margin-top: -40px;
	}
}

@media screen and (max-width: 767px) {
	.title-bar {font-size: 20px; line-height: 21px; padding: 0 160px 0 82px; margin: -80px auto 0;}
	.title-bar span.title {font-size: 13px; line-height: 13px; letter-spacing: 1px}
	.breadcrumb {padding:40px 40px 30px 40px}
	.header--shallow {padding: 0 0 50px;}
	.header__title {font-size: 40px;}
	.t-bigger, h2 {font-size: 30px;}
	.t-big, h4 {font-size: 20px;}
	.c-task-sequence__button {font-size: 20px;}
	.breadcrumb {margin-left:-7px;}
	.section-nav ul {flex-direction: column; font-size:13px;}
	.section-nav ul div {width:100%}
	.section-nav ul img {height:16px;}
}

@media screen and (max-width: 640px) { 	
	p:not(:last-child) {margin-bottom: 16px;}
}
@media screen and (max-width: 560px) { 	
	.breadcrumb {padding:40px 0 30px 0}
}

@media screen and (max-width: 440px) { 	
	.breadcrumb {padding:30px 0 20px 0}
	.header--shallow {padding: 0 0 40px;}
	.header__title {font-size: 36px;}
}