/* ------------------------------------------------------------ *\
  Fonts
\* ------------------------------------------------------------ */
/*
Fonts included in parent CSS
*/

/* ------------------------------------------------------------ *\
	sticky-wrapper overwrites
\* ------------------------------------------------------------ */

@media screen and (max-width: 1023px) {
	.wrapper--alt .sticky-wrapper {
		height: 60px !important;
		position: relative;
	}
}

/* ------------------------------------------------------------ *\
	shell alt
\* ------------------------------------------------------------ */

.shell--alt {
	padding: 0 15px;
}

@media screen and (max-width: 1023px) {
	.shell--alt {
		padding: 0 25px;
	}
}

/* ------------------------------------------------------------ *\
	nav
\* ------------------------------------------------------------ */

/*  nav test  */

.nav--education {
	background: #4F758B;
}

.nav--education.relative {
	position: relative;
}

.nav--education .nav__inner {
	padding-right: 0;
	justify-content: flex-start;
}

.nav--education .nav__title {
	font-size: 18px;
	margin-right: 0;
	position: relative;
	padding-right: 40px;
	margin-right: 42px;
}

.nav--education ul {
	flex-grow: 1;
	margin: 0;
}

/* a11y #82: Increased contrast */
.nav--education ul li a, .nav--education ul li button {
	color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    padding-right: 16px;
    cursor: pointer;
    transition: opacity .3s, background-color .3s;
	background: none;
	border: none;
}

.nav--education ul li a:after {
	display: none;
}

.nav--education ul li.menu-item-has-children > a:after, .nav--education ul li.menu-item-has-children > button:after {
	content: '';
	display: block;
    background-image: url(../images/arrow-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform .3s;
}

.nav--education ul li.menu-item-has-children:hover > a:after, .nav--education ul li.menu-item-has-children:hover > button:after {
	transform: rotate(180deg) translateY(50%);
}

/* Rotate chevron when dropdown is clicked */
.nav--education ul li.menu-item-has-children.dropdown-clicked > a:after, 
.nav--education ul li.menu-item-has-children.dropdown-clicked > button:after {
	transform: rotate(180deg) translateY(50%);
}

/* Rotate chevron when dropdown is hovered */
.nav--education ul li.menu-item-has-children.dropdown-hovered > a:after, 
.nav--education ul li.menu-item-has-children.dropdown-hovered > button:after {
	transform: rotate(180deg) translateY(50%);
}

.nav--education .nav__title:after {
	content: '';
	width: 1px;
	height: 42px;
	background-color: #A7BAC5;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}


.nav--education .shell {
	padding: 0 15px;
}

.nav--education .nav__search {
	margin-left: auto;
}

.nav--education ul li ul {
	display: block;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: calc(100%);
    left: -25px;
    background-color: #4F758B;
    z-index: 1;
    padding: 0;
    padding-top: 12px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
    border-bottom: 4px solid #005C7A;
    transition: .2s opacity;
    z-index: 99;
}

.nav--education ul li:hover ul {
    width: 280px;
    height: auto;
    opacity: 1;
    visibility: visible;
}

/* Show dropdowns on click (new behavior) */
.nav--education ul li.dropdown-clicked > ul,
.nav--education ul li.dropdown-hovered > ul {
    width: 280px;
    height: auto;
    opacity: 1;
    visibility: visible;
}

/* Ensure clicked dropdowns stay visible even when not hovering */
.nav--education ul li.dropdown-clicked > ul {
    width: 280px;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.nav--education ul li ul li a {
	height: auto;
    line-height: 1.1;
    color: #fff;
    padding: 10px 10px 10px 20px;
    font-size: 18px;
    font-weight: 500;
}

.nav--education ul li ul li ul {
	font-size: 16px;
    font-family: 'futura-pt', sans-serif;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

.nav--education ul li ul li:hover a{
	opacity: 1;
}

.nav--education ul li ul a:hover {
	color: #4F758B;
}

.nav--education ul li + li {
	margin-top: 0;
}

.nav--education ul li ul li ul li a {
	font-weight: 400;
	padding-left: 40px;
}

.nav--education ul li {
	margin-bottom: 0;
}

.nav--education ul li ul li {
	margin-bottom: 0;
}

.nav--education ul li ul li:hover > a {
	background-color: #F2F2F0;
}

.nav--education .search__btn {
	color:#fff
}



@media screen and (max-width: 1199px) {
	.nav--education .nav__title {
		margin-right: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.nav--education .shell {
		padding: 0 10px;
	}

	.nav--education .nav__inner {
		padding-bottom: 10px;
	}

	.nav--education .nav__title:after {
		display: none;
	}

	.nav--education .nav__title {
		margin-right: 0;
		padding-right: 0;
		padding: 13px 84px 13px 15px;
		border: 1px solid #A7BAC5;
	}

	.nav--education .nav__btn {
		right: 20px;
		top: 15px;
	}

	.nav--education .nav__search {
		position: absolute;
		top: 16px;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 40px)
	}

	.nav--education .nav__inner > ul {
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
	}

	.nav--education .nav__inner > ul.active {
		pointer-events: all;
		opacity: 1;
		visibility: visible;
		border: 1px solid #A7BAC5;
		border-top: none;
		padding-top: 85px;
		position: relative;
	}

	.nav--education ul.active {
		top: 0;
		left: 0;
		opacity: 1;
		visibility: visible;
		width: 100%;
		height: auto;
		padding-top: 0;
	}

	.nav--education ul li ul {
		position: relative;
		top: 0;
		left: 0;
		padding-top: 0;
		border-bottom: none;
	}

	.nav--education ul li ul li a {
		padding: 10px 25px;
	}

	.nav--education ul a ul a {
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav--education ul li ul.active ul {
		opacity: 1;
		visibility: visible;
		height: auto;
		max-height: calc(100vh - 130px);
	}

	.nav--education ul li:hover ul {
		width: 100%;
	}

	.nav--education ul li.active a {
		background-color: #416173;
	}

	.nav--education ul li ul li a {
		color: #fff;
	}

	.nav--education ul li ul {
		border-radius: 0;
	}

	.nav--education ul li a {
		font-size: 18px;
	}

	.nav--education ul li ul {
		border: none;
		width: 100%;
		background-color: #4F758B;
		transition: all .3s;
	}

	.nav--education ul li ul.active {
		border-top: 1px solid rgba(250, 250, 250 , .3);
		background-color: #416173;
	}

	.nav--education ul li~li {
		border-top: 1px solid #A7BAC5;
	}

	.nav--education ul li ul li~li {
		border-top: none;
	}

	.nav--education ul li ul a:hover {
		color: #adced9;
	}

	.nav--education ul li ul li:hover > a {
		background-color: #416173;
	}

	.nav--education ul li.menu-item-has-children:hover > a:after {
		transform: translateY(-50%);
	}

	.nav--education ul li.menu-item-has-children.active > a:after {
		transform: rotate(180deg) translateY(50%);
	}

	.nav--education .nav__inner > ul > li > a:after {
		right: 20px;
	}
}


/* ------------------------------------------------------------ *\
	search-videos
\* ------------------------------------------------------------ */

.search-videos  .search__field {
	background-color: rgba(45, 67, 79, .6);;
	border-radius: 4px;
	color: rgba(250, 250, 250, .8);
	width: 670px;
	height: 68px;
	line-height: 68px;
	display: block;
	font-size: 20px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	padding: 0 20px;
	padding-right: 50px;
	transition: background-color .3s, border .3s;
	-webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.search-videos .search__field:focus {
	width: 670px;
	background-color: rgba(45, 67, 79, .6);;
	-webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.search-videos .search__button {
	position: absolute;
	top: 0;
	width: 68px;
	height: 100%;
	top: 0;
	right: 0;
	border: none;
	background: transparent;

}

.search-videos .search__button:before {
    content: "\f1c3";
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 20px;
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
 }

 .search-videos .search__btn {
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 }

@media screen and (max-width: 1023px) {

	.search-videos {
		opacity: 1;
		visibility: visible;
		border: none;
		background: transparent;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.search-videos .search__field:focus {
		width: 100%;
	}

	.search-videos {
		width: 100%;
	}

	.search-videos .search__field {
		width: 100%;
		flex: 0 0 100%;
	}
}

@media screen and (max-width: 575px) {

	.search-videos .search__field {
		height: 46px;
		line-height: 46px;
	}
}

 /*  search-videos--alt  */

.search-videos--alt {
	height: 46px;
}

.search-videos--alt form {
	height: 100%;
	position: relative;
}

 .search-videos--alt .search__field {
	height: 46px;
	line-height: 46px;
	max-width: 430px;
	width: 430px;
	font-size: 16px;
	background-color: rgba(0, 0, 0, .25);
	color: rgba(250, 250, 250, .7);
	box-shadow: none;
	border: solid 1px rgba(0, 0, 0, .0);
	transition: border-color .3s, box-shadow .3s;
 }

 .search-videos--alt .search__button {
 	width: 46px;
 }

 .search-videos--alt .search__button:before {
 	font-size: 20px;
 	font-weight: 400;
 	left: 45%;
 }

 .search-videos--alt .search__field:focus {
 	width: 430px;
 	max-width: 430px;
 	transition: border-color .3s;
 }

@media screen and (max-width: 1199px) {
	.search-videos--alt .search__field {
		width: 370px;
 		max-width: 370px;
	}

	.search-videos--alt .search__field:focus {
		width: 370px;
		max-width: 370px;
	}
}

@media screen and (max-width: 1023px) {
	.search-videos--alt .search__field {
		width: 100%;
 		max-width: 100%;
	}

	.search-videos--alt .search__field:focus {
		width: 100%;
		max-width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Section Intro
\* ------------------------------------------------------------ */

.section-intro {
	background-color: #F2F2F0;
	position: relative;
}

.section-intro .section__inner {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.section-intro .section__content,
.section-intro .section__aside {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
}

.section-intro .section__content {
	padding-top: 82px;
	padding-bottom: 85px;
}

.section-intro .section__image {
	position: absolute;
	z-index: 1;
	bottom: -47px;
	right: -90px;
}

.section-intro .section__image-background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	left: 6px;
	bottom: 6px;
	right: 6px;
	border-radius: 50%;
}

.section-intro .section__image--small {
	width: 272px;
	height: 272px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 2;
	bottom: -72px;
	left: 75px;
	right: auto;
	top: auto;
}

.section-intro .section__figure {
	position: absolute;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
}

.section-intro h3 {
	margin-bottom: 7px;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	color: #005C7A
}

.section-intro h2 {
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	padding-right: 30px;
}

.section-intro .section__select {
	background-color: #0099CC;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	transform: translateY(50%);
	left: 0;
	width: 925px;
	height: 92px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 15px;
	z-index: 2;
}

@media screen and (max-width: 1023px) {
	.section-intro {
		padding-top: 40px;
		padding-bottom: 86px;
	}

	.section-intro .section__content,
	.section-intro .section__aside {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
	}

	.section-intro .section__select {
		width: 100%;
	}

	.section-intro .section__content {
		order: 2;
		padding: 0;
	}

	.section-intro .section__aside {
		order: 1;
		display: none;
		position: relative;
	}

	.section-intro .section__figure {
		transform: none;
		bottom: 50px;
		top: auto;
	}

	.section-intro .section__image {
		position: relative;
		text-align: center;
		right: auto;
		top: 0;
		bottom: auto;
	}

	.section-intro .section__image--small {
		position: absolute;
		bottom: -25px;
		left: 45%;
		transform: translateX(-50%);
		top: auto;
	}
}

@media screen and (max-width: 768px) {
	.section-intro .section__image--small {
		width: 250px;
		height: 250px;
	}

	.section-intro {
		padding-top: 38px;
		padding-bottom: 84px;
	}
}

@media screen and (max-width: 575px) {
	.section-intro {
		padding-top: 38px;
		padding-bottom: 68px;
	}

	.section-intro .section__image--small {
		width: 200px;
		height: 200px;
	}

	.section-intro .section__select {
		height: 60px;
	}

	.section-intro .section__figure {
		bottom: 0;
		width: 133px;
		height: 133px;
	}

	.section-intro h3 {
		font-size: 18px;
	}

	.section-intro h2 {
		padding-right: 0;
		font-size: 32px;
	}

	.section-intro .section__content {
		padding: 0;
	}
}

@media screen and (max-width: 450px) {
	.section-intro .section__image--small {
		width: 173px;
		height: 173px;
		bottom: -35px;
	}
}

@media screen and (max-width: 375px) {
	.section-intro .section__image--small {
		width: 150px;
		height: 150px;
		bottom: -35px;
	}
}


/* ------------------------------------------------------------ *\
	Select topic
\* ------------------------------------------------------------ */

.select-topic {
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	font-family: 'futura-pt', sans-serif;
	color: #54585A;
	display: block;
	max-width: 690px;
	width: 690px;
	border-radius: 4px;
	position: relative;
}

.select-topic__icon {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	color: #005C7A;
	font-size: 32px;
}

.select-topic select {
	background-color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 25px;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: none;
}

.select-topic select::-ms-expand {
    display: none;
}

@media screen and (max-width: 575px) {
	.select-topic {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}

	.select-topic select {
		padding: 0 15px;
	}

	.select-topic__icon {
		right: 15px;
	}
}

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */

.section-features {
	padding-top: 128px;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.section-features {
	padding-top: 80px;
	}
}

@media screen and (max-width: 575px) {
	.section-features {
	padding-top: 60px;
	}
}

/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */


.features .features__items {
	display: flex;
	position: relative;
	z-index: 2;
	flex-flow: row wrap;
	justify-content: center;
	align-self: flex-start;
	margin: 0 -15px;
	/* a11y #154: Changed div to ul and removed list-style */
	list-style: none;
}

.features .features__item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 0 15px;
}

@media screen and (max-width: 1024px) {
	.features .features__item {
		padding: 0 10px;
	}

	.features .features__items {
		margin: 0 -10px;
	}
}

@media screen and (max-width: 768px) {
	.features .features__item {
		padding: 10px 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.features .features__items {
		margin: -10px 0;
	}
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.feature {
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px rgba(84, 88, 90, 0.15);
	display: flex;
	flex-direction: column;
}

.feature .feature__image {
	padding-top: 56%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity .3s;
}

.feature .feature__image:hover {
	opacity: .7;
}

.feature .feature__meta {
	text-transform: uppercase;
	color: #C8102E;
	font-weight: 600;
	font-family: "futura-pt", sans-serif;
	margin-bottom: 5px;
}

.feature .feature__content {
	flex-grow: 1;
	padding: 32px;
	display: flex;
	flex-direction: column;
}


/* a11y Education Training #142 */
.feature .feature__title:hover h3 {
	color: #005C7A;
}

.feature h3 {
	transition: color .3s;
	margin-left: -3px;
	font-size: 24px;
	font-weight: 600;
	color: #262626;
	margin-bottom: 8px;
}

.feature p {
	margin-left: -1px;
	color: #54585A;
	font-size: 15px;
	line-height: 19px;
}

.feature .feature__btn {
	min-width: 180px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	font-weight: 500;
}

.feature .feature__btn--small {
	min-width: 155px;
}

.feature .feature__actions {
	margin-top: auto;
	margin-left: -3px;
}

@media screen and (max-width: 1024px) {
	.feature .feature__content {
		padding: 20px;
	}
}

/* ------------------------------------------------------------ *\
	Section events
\* ------------------------------------------------------------ */
.section-events {
	position: relative;
	padding: 75px 0 80px;
	z-index: 1;
}

.section-events .section__background {
	background-color: #F2F2F0;
	position: absolute;
	top: -65px;
	left: -160%;
	bottom: 0;
	right: -160%;
	border-top-left-radius:100%;
    border-top-right-radius:100%;
}

.section-events .section__figure {
	position: absolute;
	left: 15px;
	top: -40px;
}

.section-events .section__inner {
	position: relative;
}

.section-events h2 {
	letter-spacing: 0;
	font-size: 42px;
	font-weight: 500;
	color: #262626;
	margin-bottom: 12px;
}

@media screen and (max-width: 768px)  {
	.section-events h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.section-events .section__figure {
		width: 133px;
		height: 133px;
		top: -20px;
	}

	.section-events .section__background {
		left: -200%;
		right: -200%;
	}

}


/*  section-events--alt  */

.section-events--alt {
	background-color: #fff;
	padding-top: 0;
	position: relative;
	padding-bottom: 0;
	z-index: initial;
}

.section-events--alt .section__head {
	display: flex;
	justify-content: space-between;
	align-self: center;
}

.section-events--alt h2 {
	font-size: 32px;
	margin-bottom: 0;
}

.section-events--alt .section__inner {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}


.section-events--alt .section__sidebar {
	flex: 0 0 269px;
	max-width: 269px;
}

.section-events--alt .section__content {
	flex: 1 0;
	flex-shrink: 1;
	padding: 58px 43px 100px 49px;
}

.section-events--alt .section__actions {
	margin-top: 60px;
	margin-left: 10px;
}

@media screen and (max-width: 1199px) {
	.section-events--alt .section__inner {
		padding-right: 0px;
	}
}

@media screen and (max-width: 1023px) {
	.section-events--alt .section__content {
		padding: 40px 0px 80px;
	}

	.section-events--alt .section__actions {
		padding: 60px 25px 0;
		margin: 0;
	}

	.section-events--alt .section__sidebar {
		z-index: 1;
	}
}

@media screen and (max-width: 768px) {
	.section-events--alt .section__sidebar {
		z-index: initial;
	}

	.section-events--alt .section__content {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-events--alt .section__sidebar {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.section-events--alt .section__background {
		left: 50%;
		transform: translateX(-50%);
	}


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

@media screen and (max-width: 575px) {
	.section-events--alt h2 {
		font-size: 26px;
	}

	.section-events--alt .section__actions {
		padding:40px 15px 0;
	}
}

/* ------------------------------------------------------------ *\
	tabs
\* ------------------------------------------------------------ */

/*  Tabs events  */

.tabs--events .tabs__head {
	border-bottom: solid 2px #C7C9C7;
	padding-bottom: 10px;
}

.tabs--events .tabs__head ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tabs--events .tabs__head ul li {
	list-style-type: none;
	position: relative;
}


.tabs--events .tabs__head ul li a:before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0099CC;
	display: block;
	transform: scaleX(0);
	transition: transform .3s;
}

.tabs--events .tabs__head ul li.is-current a:before {
	transform: none;
}

.tabs--events .tabs__head ul li + li {
	margin-left: 35px;
}

.tabs--events .tabs__head ul li a {
	position: relative;
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #54585A;
	transition: color .3s;
}

.tabs--events .tabs__head ul li.is-current a {
	color: #005C7A;
}

.tabs--events .tabs__head ul li:hover a {
	color: #005C7A;
}

.tabs--events .tabs__body {
	padding-top: 30px;
}

.tabs--events .tab__actions {
	text-align: center;
	margin-top: 45px;
}

.tabs--events .tab__btn {
	min-width: 170px;
	background: #fff;
	border: solid 2px #005C7A;
	border-radius: 27px;
	color: #005C7A;
	height: 46px;
	line-height: 44px;
	transition: background-color .3s, color .3s;
	padding: 0 15px;
}

.tabs--events .tab__btn:hover {
	background-color: #0099CC;
	color: #fff;
}

.tabs--events .tab {
	display: none;
}

.tabs--events .tab.is-current {
	display: block;
}

@media screen and (max-width: 768px) {
	.tabs--events .tabs__head ul {
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 12px;
	}

	.tabs--events .tabs__head {
		padding-bottom: 0;
	}
}


/* ------------------------------------------------------------ *\
	Events
\* ------------------------------------------------------------ */

.events .events__items {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	margin: -10px 0;
}

.events .events__item {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 10px 0;
}

.events .events__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 11px;
	border-bottom: solid 2px #C7C9C7;
}

.events .events__results strong {
	font-weight: 700;
}

@media screen and (max-width: 575px) {
	.events .events__results {
		font-size: 14px;
	}
}

@media screen and (max-width: 375px) {
	.events .events__results {
		font-size: 12px;
	}
}

/*  events--alt  */

.events--alt .events__items {
	margin: 0;
	padding-top: 37px;
}

.events--alt .events__item {
	padding: 0;
}

.events--alt .events__item + .events__item {
	border-top: none;
	margin-top: 3px;
}

@media screen and (max-width: 1024px) {
	.events .events__head {
		padding-left: 25px;
		padding-right: 25px;
	}
}



/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */

.event {
	padding: 30px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}

.event .event__content {
	flex: 0 0 65%;
	max-width: 65%;
	padding-right: 10px;
	line-height: 1.375em;
}

.event .event__aside {
	flex: 0 0 35%;
	max-width: 35%;
	padding-left: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.event .event__meta {
	text-transform: uppercase;
	color: #C8102E;
	font-weight: 400;
	font-size: 16px;
	font-family: "futura-pt", sans-serif;
	margin-bottom: 5px;
}

.event .event__meta strong {
	font-weight: 600;
}

.event .event__title {
	text-decoration: none;
	font-weight: 600;
	font-size: 26px;
	color: #262626;
	font-family: "futura-pt", sans-serif;
	display: block;
	margin-bottom: 12px;
	transition: color .3s;
}

.event .event__title:hover {
	color: #005C7A;
}

.event .event__btn {
	min-width: 180px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	font-weight: 500;
}

.event .event__utilities {
	font-size: 16px;
	color: #262626;
	font-family: 'futura-pt', sans-serif;
	padding-right: 35px;
	flex: 0 0 50%;
	max-width: 50%;
}

.event .event__utilities-item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.event .event__utilities-item + .event__utilities-item {
	margin-top: 5px;
}

.event .event__utilities-item img {
	margin-right: 10px;
}

.event .event__utilities-item + .event__topics {
	margin-top: 15px;
}

.event .event__topics {
	display: block;
	padding-left: 2px;
}

.event .event__topics h6 {
	display: block;
	color: #707372;
	margin-bottom: 5px;
}

.event .event__topics p {
	display: block;
	position: relative;
	padding-left: 22px;
}

.event .event__topics p:before {
	content: url(../images/topics-label.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.event .event__topics a {
	color: #262626;
	transition: color .3s;
}

.event .event__topics a:hover {
	color: #005C7A;
}

.event .event__utilities-item + .event__price {
	margin-top: 15px;
}

.event .event__price {
	display: block;
	padding-left: 2px;
}

.event .event__price h6 {
	display: block;
	color: #707372;
	margin-bottom: 5px;
}

.event .event__price p {
	display: block;
	position: relative;
	padding-left: 22px;
}

.event .event__price p:before {
	content: "$";
	position: absolute;
	left: 0;
	top: 0;
	color: #39617A;
	font-weight: 700;
}

.event .event__price a {
	color: #262626;
	transition: color .3s;
}

.event .event__price a:hover {
	color: #005C7A;
}

.event .event__actions {
	padding-left: 5px;
	flex: 0 0 50%;
	max-width: 50%;
}

@media screen and (max-width: 1024px) {
	.event .event__content {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
	}

	.event .event__aside {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
		flex-flow: row wrap;
	}

	.event .event__utilities {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 787px) {
	.event {
		padding: 20px;
	}
}

@media screen and (max-width: 575px) {
	.event {
		padding: 15px;
	}

	.event .event__title {
		font-size: 24px;
		line-height: 1.0833333333333333em;
	}
}

/*  event--alt  */

.event--alt {
	box-shadow: none;
	border-radius: 0;
	padding: 0px 25px 0px 25px;
}

.events--alt .event__inner {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #C7C9C7;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-flow: row wrap;
}

.event--alt .event__title {
	line-height: 1.0769em;
	margin-bottom: 11px;
}

.event--alt .event__content {
	flex: 0 0 57%;
	max-width: 57%;
	padding-right: 15px;
	line-height: 1.333em;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}

.event--alt .event__aside {
	flex: 0 0 43%;
	max-width: 43%;
	padding-left: 7px;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.event--alt .event__utilities {
	padding-right: 25px;
}

.event--alt .event__utilities-item img {
	margin-right: 8px;
}

.event--alt .event__actions {
	margin-top: -3px;
}

.event--alt .event__utilities-item + .event__topics {
	margin-left: 0;
}

.event--alt .event__meta {
	margin-bottom: 8px;
}

.event--alt .event__actions {
	text-align: right;
}

.event--alt .event__btn {
	min-width: 164px;
}

@media screen and (max-width: 1199px) {
	.event--alt .event__aside {
		padding-left: 0;
	}

	.event--alt .event__utilities {
		flex: 0 0 40%;
		max-width: 40%;
		padding-right: 0;
	}

	.event--alt .event__actions {
		flex: 0 0 60%;
		max-width: 60%;
		padding-left: 0;
		text-align: left;
	}
}

@media screen and (max-width: 1024px) {
	.event--alt .event__content {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}

	.event--alt .event__aside {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
	}

	.event--alt .event__utilities {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.event--alt .event__actions {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*  event--small  */

.event--small .event__inner {
	padding-top: 18px;
}

.event--small .event__content {
	padding-right: 24px;
}

@media screen and (max-width: 1024px) {
	.event--small .event__content {
		padding-right: 0;
	}
}

/*  event--top  */

.event--top {
	background-color: #F2F2F0;
	position: relative;
}

.event--top .event__inner {
	border: none;
}

.event--top .event__tag {
	position: absolute;
	top: 5px;
	transform: translateY(-50%);
	left: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #C8102E;
	font-size: 14px;
	font-weight: 500;
	width: 96px;
	height: 28px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px rgba(84, 88, 90, 0.2);
	border-radius: 14px;
	padding: 0 10px;
	font-family: 'futura-pt', sans-serif;
}

.event--top .event__tag i {
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: 14px;
	margin-right: 8px;
}

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

.callout {
	position: relative;
	z-index: 1;
	background-color: #39617A;
}

.callout .callout__inner {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.callout .callout__aside,
.callout .callout__content {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
}

.callout .callout__content {
	padding: 67px 0 64px 15px;
}

.callout .callout__figure {
	position: absolute;
	right: 31px;
	top: 37px;
	opacity: .2;
}

.callout .callout__image {
	position: absolute;
	width: 412px;
	height: 412px;
	border-radius: 50%;
	background-color: #39617A;
	top: -35px;
	right: 107px;
}

.callout .callout__image--small {
	width: 230px;
	height: 230px;
	top: 194px;
	right: 60px;
	left: auto;
}

.callout .callout__image-background {
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.callout h2 {
	font-size: 52px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	margin-bottom: 27px;
}

.callout h2 strong {
	font-size: 46px;
	font-weight: 400;
}

.callout p {
	line-height: 1.4444444444444444em;
	color: #fff;
	font-size: 18px;
}

.callout .callout__actions {
	margin-top: 30px;
	display: block;
}

.callout .callout__btn {
	min-width: 330px;
	height: 62px;
	line-height: 62px;
	padding: 0 15px;
	font-size: 24px;
	font-weight: 500;
}

@media screen and (max-width: 1023px) {
	.callout .callout__image {
		width: 350px;
		height: 350px;
		top: -35px;
		right: auto;
		left: 0;
	}

	.callout .callout__image--small {
		width: 200px;
		height: 200px;
		top: 194px;
		right: auto;
		left: 170px;
	}

	.callout .callout__content {
		padding: 30px 0 30px 15px;
	}
}

@media screen and (max-width: 768px) {
	.callout .callout__aside,
	.callout .callout__content {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
	}

	.callout .callout__content {
		padding: 40px 0;
	}

	.callout .callout__aside {
		height: 100%;
	}

	.callout .callout__image {
		position: relative;
	}

	.callout .callout__image--small {
		position: absolute;
		top: 160px;
	}

	.callout .callout__figure {
		position: absolute;
		right: auto;
		left: 20px;
	}
}

@media screen and (max-width: 575px) {
	.callout .callout__figure {
		bottom: 0;
		top: auto;
		width: 133px;
		height: 133px;
		left: 0;
	}

	.callout .callout__image--small {
		left: 200px;
	}

	.callout h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.callout h2 span {
		font-size: 22px;
	}

	.callout p {
		font-size: 16px;
	}
}

@media screen and (max-width: 460px) {
	.callout .callout__figure {
		right: 0;
	}
}

@media screen and (max-width: 375px) {
	.callout .callout__image {
		width: 308px;
		height: 308px;
		left: -10px;
	}

	.callout .callout__image--small {
		width: 173px;
		height: 173px;
		left: auto;
		right: 5px;
	}

	.callout .callout__btn {
		width: 100%;
		min-width: 100%;
		font-size: 20px;
		font-weight: 500;
	}

}

/* ------------------------------------------------------------ *\
	Section partnerships
\* ------------------------------------------------------------ */

.section-partnerships {
	background-color: #F2F2F0;
	padding-bottom: 98px;
}

.section-partnerships h2 {
	color: #262626;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 8px;
}

.section-partnerships .section__content p {
	line-height: 1.375em;
}

.section-partnerships .section__inner {
	padding-top: 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: row wrap;
}

.section-partnerships .section__figure {
	position: absolute;
	top: 20px;
	right: calc(100% + 15px);
	width: 180px;
}

.section-partnerships .section__aside {
	flex: 0 0 52%;
	max-width: 52%;
	padding-left: 8px;
	padding-top: 3px;
}

.section-partnerships .section__content {
	flex: 0 0 48%;
	max-width: 48%;
	padding-right: 75px;
}

.section-partnerships .section__actions {
	margin-top: 30px;
}

.section-partnerships .section__btn {
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	min-width: 232px;
	border-radius: 27px;
	font-size: 20px;
	font-weight: 500;
}

@media screen and (max-width: 1023px) {
	.section-partnerships .section__content {
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.section-partnerships .section__aside {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
		padding-top: 0px;
	}

	.section-partnerships .section__content {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 575px) {
	.section-partnerships .section__inner {
		padding-top: 40px;
	}

	.section-partnerships {
		padding-bottom: 40px;
	}
}

/* ------------------------------------------------------------ *\
	list-partners
\* ------------------------------------------------------------ */

.list-partners {
	margin-top: 50px;
	padding-right: 25px;
}

.list-partners ul {
	padding-top: 28px;
	border-top: solid 1px #C7C9C7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
	flex-flow: row wrap;
	margin: -12px 0;
}

.list-partners ul li {
	padding: 12px 12px 12px 10px;
	flex: 0 0 50%;
	max-width: 50%;
}

.list-partners ul li:nth-child(2n) {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.list-partners ul li:nth-child(2n) {
		text-align: center;
	}

	.list-partners ul li {
		text-align: center;
	}
}

@media screen and (max-width: 575px) {

	.list-partners ul li:nth-child(2n) {
		text-align: left;
	}

	.list-partners ul li {
		padding: 10px 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.list-partners ul {
		margin: -10px 0;
	}
}


/* ------------------------------------------------------------ *\
	Partners
\* ------------------------------------------------------------ */

.partners .partners__items {
	display: flex;
	justify-content: center;
	align-self: center;
	flex-flow: row wrap;
	margin: -10px 0;
}

.partners .partners__item {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 10px 0;
}

/* ------------------------------------------------------------ *\
	Partner
\* ------------------------------------------------------------ */

.partner {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	padding: 30px;
}

.partner .partner__title {
	color: #005C7A;
	text-decoration: none;
	font-size: 26px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
	line-height: 1.1538461538461537em;
	margin-bottom: 12px;
	display: block;
}

.partner .partner__title:hover {
	text-decoration: underline;
}

.partner .partner__body {
	border-bottom: solid 1px #DCE3E8;
	padding-bottom: 20px;
}

.partner .partner__body p {
	font-size: 14px;
	line-height: 1.4285714285714286em;
	padding-left: 20px;
	font-weight: 400;
}

.partner .partner__foot {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
	padding-top: 20px;
}

.partner .partner__actions {
	margin-right: -5px;
}

.partner .partner__btn {
	border-radius: 27px;
	min-width: 136px;
	height: 40px;
	line-height: 37px;
	border: solid 2px #005C7A;
	color: #005C7A;
	font-size: 16px;
	font-weight: 500;
	padding: 0 15px;
	transition: background-color .3s, color .3s;
}

.partner .partner__btn:hover {
	background-color: #005C7A;
	color: #fff;
}

.partner .partner__icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.partner .partner__icon img {
	margin-right: 17px;
}

.partner .partner__icon p {
	font-size: 14px;
	line-height: 1.45em;
	font-weight: 400;
	font-family: 'futura-pt', sans-serif;
}

.partner .partner__icon p strong {
	text-transform: uppercase;
	color: #262626;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 575px) {
	.partner {
		padding: 15px;
	}

	.partner .partner__title {
		font-size: 22px;
	}

	.partner .partner__body p {
		padding-left: 0;
	}

	.partner .partner__icon {
		margin-bottom: 10px;
	}

	.partner .partner__icon p {
		line-height: 1;
	}
}

@media screen and (max-width: 375px) {
	.partner .partner__icon,
	.partner .partner__actions {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/* ------------------------------------------------------------ *\
	modal-partner
\* ------------------------------------------------------------ */

.modal-partner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
}

.modal-partner .modal-partner-close {
	position: absolute;
	text-decoration: none;
	top: 15px;
	right: 20px;
	color: #fff;
	font-size: 22px;
	z-index: 2;
	font-weight: 400;
	cursor: pointer;
	transition: opacity .3s;
}

.modal-partner .modal-partner-close i {
	font: normal normal normal 22px/1 'Material-Design-Iconic-Font';
}

.modal-partner .modal-partner-close:hover {
	opacity: .7;
}

.modal-partner .modal__head {
	background-color: #0099CC;
	padding: 60px 53px 40px 43px;
	position: relative;
}

.modal-partner .modal__figure {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .2;
}

.modal-partner .modal__figure--bot {
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0;
}

.modal-partner .modal__head h2 {
	color: #fff;
	font-weight: 600;
	font-size: 32px;
	max-width: 450px;
	line-height: 1;
}
.modal-partner.study--no-logo .modal__head h2 {
	max-width: 100%;
}

.modal-partner .modal__logo {
	width: 200px;
	height: 150px;
	position: absolute;
	bottom: -20px;
	right: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.modal-partner .modal__body {
	padding: 40px;
	padding-right: 44px;
	overflow-y: scroll;
	height: 420px;
}

.modal-partner .modal__body h3 {
	color: #262626;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 10px;
}

.modal-partner .modal__body p {
	font-family: 'Lato', sans-serif;
	color: #54585A;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.modal-partner .modal__head {
		padding: 50px 53px 43px 43px;
	}

	.modal-partner .modal__head h2 {
		font-size: 28px;
		max-width: 62%;
	}

	.modal-partner .modal__logo {
		width: 180px;
		height: 130px;
		right: 50px;
	}

	.modal-partner .modal__logo img {
		width: 65%;
	}

	.modal-partner .modal__body {
		padding: 30px;
	}

	.modal-partner .modal__body h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 575px) {
	.modal-partner .modal__head h2 {
		font-size: 25px;
		max-width: 65%;
	}

	.modal-partner .modal__head {
		padding: 50px 25px 50px 25px;
	}

	.modal-partner .modal__logo {
		width: 130px;
		height: 80px;
		right: 30px;
		bottom: 50%;
		transform: translateY(50%);
	}

	.modal-partner .modal-partner-close {
		top: 5px;
		right: 10px;
	}

	.modal-partner .modal__body {
		padding: 20px;
	}

	.modal-partner .modal__body h3 {
		font-size: 22px;
	}

	.modal-partner .modal__body p {
		font-size: 14px;
	}
}

@media screen and (max-width: 420px) {
	.modal-partner .modal__logo {
		width: 100px;
		height: 70px;
		right: 30px;
		bottom: 50%;
		transform: translateY(50%);
	}

	.modal-partner .modal__head h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 375px) {
	.modal-partner .modal__logo {
		width: 30%;
		padding: 5px 0;
		right: 20px;
	}

	.modal-partner .modal__head {
		padding: 40px 25px;
	}
}

/* ------------------------------------------------------------ *\
	partner-popup overwrites
\* ------------------------------------------------------------ */

.partner-popup.mfp-bg.mfp-ready {
	background: #000000;
	opacity: .8;
}

.partner-popup.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.partner-popup .mfp-container {
	opacity: 0;
	padding: 0;
	transition: opacity .3s;
}

.partner-popup.mfp-ready .mfp-container {
	opacity: 1;
	overflow: hidden;
}

.partner-popup.mfp-wrap {
	top: 50%;
	width: 768px;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 600px !important;
}

.partner-popup .mfp-content {
	height: 100%;
}

.partner-popup .mfp-container {
}

@media screen and (max-width: 768px) {
	.partner-popup.mfp-wrap {
		width: 100%;
		max-width: 100%;
	}
}

/* ------------------------------------------------------------ *\
	Section sample
\* ------------------------------------------------------------ */
.section-sample {
	color: #54585A;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
	padding-bottom: 140px;
}

.section-sample .section__head {
	background-color: #38576B;
	position: relative;
	padding: 45px 0 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4em;
}

.section-sample .section__head-inner {
	max-width: 970px;
	position: relative;
}

.section-sample h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 10px;
}

.section-sample h2 {
	color: #333333;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 23px;
}

.section-sample h2:after {
	content: '';
	width: 38px;
	height: 3px;
	background-color: #C8102E;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-sample h3 {
	margin-bottom: 18px;
}

/* .section-sample img {
	float: right;
	position: relative;
	right: 100px;
	top: -8px;
} */

.section-sample .section__body p {
	max-width: 770px;
	margin-bottom: 22px;
}

.section-sample .section__body .section__paragraph {
	max-width: 41%;
}

.section-sample .section__figure {
	position: absolute;
	top: 15px;
	right: 17px;
	opacity: .1;
}

.section-sample .section__body {
	padding-top: 40px;
}

.section-sample .section__inner {
	position: relative;
	max-width: 970px;
	margin: 0 auto;
}

.section-sample blockquote {
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	max-width: 728px;
	line-height: 1.6em;
	margin-bottom: 18px;
}

.section-sample .section__quote {
	position: relative;
	padding-top: 18px;
	padding-left: 45px;
	margin-bottom: 53px;
}

.section-sample .section__quote:before {
	content: '';
	height: 100%;
	width: 4px;
	background-color: #C8102E;
	position: absolute;
	left: 0;
	top: 18px;
	display: block;
}

@media screen and (max-width: 1024px) {
	.section-sample img {
		right: -10px;
		top: 20px;
	}

	.section-sample .section__body .section__paragraph {
		max-width: 45%;
	}
}

@media screen and (max-width: 768px) {
	.section-sample {
		padding-bottom: 80px;
	}

	.section-sample img {
		float: none;
		top: auto;
		right: auto;
		margin-bottom: 20px;
	}

	.section-sample .section__body .section__paragraph {
		max-width: 770px;
	}

	.section-sample .section__body {
		padding-top: 40px;
	}

	.section-sample .section__head {
		padding: 40px 0;
	}
}

@media screen and (max-width: 575px) {
	.section-sample h1 {
		font-size: 42px;
	}

	.section-sample .section__head {
		padding: 30px 0;
	}

	.section-sample .section__head {
		font-size: 18px;
	}

	.section-sample .section__figure {
		width: 133px;
		height: 133px;
	}

	.section-sample {
		font-size: 14px;
		line-height: 1.5em;
	}

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

	.section-sample blockquote {
		font-size: 16px;
	}

	.section-sample .section__quote {
		padding-left: 25px;
	}
}

@media screen and (max-width: 375px) {
	.section-sample h1 {
		font-size: 38px;
	}
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */


.paging--videos .paging__first,
.paging--videos .paging__last {
	color: #005C7A;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	border-radius: 100%;
	border: solid 1px #C7C9C7;
	cursor: pointer;
	transition: opacity .3s;
}

.paging--videos .paging__prev {
	margin-left: 10px;
}

.paging--videos .paging__next {
	margin-right: 10px;
}


@media screen and (max-width: 575px) {
	.paging--videos ul {
		margin: 0 5px;
	}

	.paging--videos ul li~li {
		margin-left: 10px;
	}
}

/* ------------------------------------------------------------ *\
	filter--events
\* ------------------------------------------------------------ */

.filter--events {
	padding: 58px 0;
	height: 100%;
	background: #F2F2F0;
	border: 1px solid #C5D7DD;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

.filter--events .filter__head h2 {
	color: #262626;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 20px;
}

.filter--events .filter__trigger {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	font-family: 'futura-pt', sans-serif;
	display: none;
	background-color: #005C7A;
	min-width: 180px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	vertical-align: middle;
	border-radius: 27px;
	margin-left: 25px;
	transition: opacity .3s;
}

.filter--events .filter__trigger strong {
	font-weight: 400;
}

.filter--events .filter__close {
	display: none;
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 25px;
	color: #262626;
}

.filter--events .filter__checked {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
	padding: 0 20px 22px;
	margin-right: -4px;
	position: relative;
	border-bottom: solid 1px rgba(	38, 38, 38, .15);
}

.filter--events .filter__checked--clear {
	position: absolute;
	top: -45px;
	right: 35px;
	font-size: 14px;
	color: #54585A;
	text-decoration: underline;
	font-weight: 400;
}

.filter--events .filter__checked--clear:hover {
	text-decoration: none;
}

.filter--events .filter__categorie--checked {
	border-radius: 15px;
	background-color: #0099CC;
	padding: 10px 25px 10px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 8px;
	transition: background-color .3s;
	cursor: pointer;
	position: relative;
	white-space: normal;
}

.filter--events .filter__categorie--checked:hover {
	background-color: #C8102E;
}

.filter--events .filter__categorie--checked:hover .filter__categorie-close {
	color: #C8102E;
}

.filter--events .filter__categorie--checked .filter__categorie-close {
	color: #005C7A;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 12px;
	display: flex;
	position: relative;
	font-weight: 400;
	justify-content: center;
	align-items: center;
	transition: color .3s;
	position: absolute;
	top: 10px;
	right: 10px;
}

.filter--events .filter__categorie-close i {
	font: normal normal normal 12px/1 'Material-Design-Iconic-Font';
}

.filter--events .filter__categorie--checked p {
	margin-bottom: 0;
	margin-right: 10px;
}

.filter--events .filter__categorie--checked {
	margin-right: 4px;
}

@media screen and (max-width: 1023px) {
	.filter--events {
		padding-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.filter--events {
		padding: 27px 0;
	}

	.filter--events .filter__head {
		padding: 10px 25px;
	}

	.filter--events .filter__head h2 {
		margin-bottom: 0px;
		padding-left: 0;
	}

	.filter--events .filter__content {
		opacity: 0;
		visibility: hidden;
		transform: translateX(-50%);
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		background-color: #F2F2F0;
		height: 100vh;
		padding: 10px 0;
		overflow-y: scroll;
		transition: transform .3s, opacity .3s, visibility .3s;
	}

	.filter--events .filter__content.is-active {
		transform: none;
		opacity: 1;
		visibility: visible;
	}

	.filter--events .filter__close {
		display: block;
		top: 15px;
		right: 25px;
	}

	.filter--events .filter__trigger {
		display: inline-block;
	}

	.filter--events .filter__checked {
		padding: 30px 25px 10px;
		margin-right: 0;
	}

	.filter--events .filter__checked .filter__checked--clear {
		top: 0px;
		right: 25px;
	}
}


/* ------------------------------------------------------------ *\
	accordion-filter
\* ------------------------------------------------------------ */

/*  accordion-filter--alt  */
.accordion-filter--alt {
	margin-top: 0;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.accordion-filter--alt .accordion__close {
	display: none;
}

.accordion-filter--alt i {
	font-size: 22px;
	color: #4F758B;
	transition: transform .3s;
}


.accordion-filter--alt .accordion__head.active i {
	transform: rotate(180deg);
}

.accordion-filter--alt .accordion__section {
	width: 100%;
}

.accordion-filter--alt .accordion__head.active,
.accordion-filter--alt .accordion__head.active:hover {
	background: #fff;
	border-radius: 0;
}

.accordion-filter--alt .accordion__head.active {
	border-bottom: solid 1px rgba(	38, 38, 38, .15);
}


.accordion-filter--alt .accordion__head:hover {
	background: #fff;
}

.accordion-filter--alt .accordion__section + .accordion__section {
	margin-top: 0;
	border-top: solid 1px rgba(	38, 38, 38, .15);
}

.accordion-filter--alt .accordion__section:first-child {
	border-top: solid 1px rgba(	38, 38, 38, .15);
}

.accordion-filter--alt .accordion__section:last-child {
	border-bottom: solid 1px rgba(	38, 38, 38, .15);
}

.accordion-filter--alt .accordion__head h3 {
	color: #2F5573;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
}

.accordion .accordion__head:hover h3 {
	color: #4F758B;
}

.accordion-filter--alt .accordion__head.active h3,
.accordion-filter--alt .accordion__head.active:hover h3 {
	color: #4F758B;
}

.accordion-filter--alt .accordion__head {
	height: 67px;
	line-height: 67px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	padding-right: 35px;
	border-radius: 0;
	border: none;
	color: #2F5573;
	background-color: #F2F2F0;
	transition: border .3s, background-color .3s, background .3s;
}

.accordion-filter--alt .accordion__body {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 23px 22px 30px 20px;
}

.accordion-filter--alt .accordion__body--date {
	padding: 23px 30px 20px 20px;
}

.accordion-filter--alt .accordion__body select.js-filter-select {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 8px 10px;
	font-size: 14px;
	box-shadow: none;
	border-radius: 4px;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23777777' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px auto;
}


/* ------------------------------------------------------------ *\
	Form-filter
\* ------------------------------------------------------------ */

.form-filter .form__row + .form__row {
	margin-top: 17px;
}

.form-filter label {
	color: #262626;
	font-size: 14px;
	padding-left: 28px;
}

.form-filter .form__btn {
	min-width: 121px;
	height: 40px;
	line-height: 40px;
	background: rgb(0,191,255);
	background: linear-gradient(to right, rgba(0,191,255,1) 0%,rgba(0,153,204,1) 100%);
	border: none;
	border-radius: 27px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: 'futura-pt', sans-serif;
}

.form-filter .form__btn:disabled {
	background: #BBBBBB;
}

.form-filter .form__actions {
	margin-top: 28px;
}


/* ------------------------------------------------------------ *\
	Form-date
\* ------------------------------------------------------------ */

/*  form-date--alt  */
.form-date--alt .form__field {
	height: 46px;
	line-height: 46px;
	border-radius: 6px;
	border: solid 1px #AAAAAA;
	min-width: 228px;
	padding: 0 10px 0 38px;
	font-size: 13px;
	color: #54585A;
	position: relative;
}

.form-date--alt .form__controls {
	position: relative;
}

.form-date--alt .form__controls:before {
	content: '\f32e';
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: 18px;
	position: absolute;
	top: 47%;
	left: 12px;
	transform: translateY(-50%);
	color: #005C7A;
	z-index: 1;
}

.form-date--alt .form__btn {
	min-width: 121px;
	height: 40px;
	line-height: 40px;
	background: rgb(0,191,255);
	background: linear-gradient(to right, rgba(0,191,255,1) 0%,rgba(0,153,204,1) 100%);
	border: none;
	border-radius: 27px;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: 'futura-pt', sans-serif;
}

.form-date--alt .form__btn:disabled {
	background: #BBBBBB;
}

.form-date--alt .form__actions {
	margin-top: 20px;
}

/* ------------------------------------------------------------ *\
	Datepicker overwrites
\* ------------------------------------------------------------ */

.daterangepicker .drp-buttons .btn {
	border-radius: 4px;
	padding: 0 8px;
}

.daterangepicker .drp-buttons .applyBtn {
	background: rgb(0,191,255);
    background: linear-gradient(to right, rgba(0,191,255,1) 0%,rgba(0,153,204,1) 100%);
}

/* ------------------------------------------------------------ *\
	Utilities
\* ------------------------------------------------------------ */

/*  Utilities education  */
.utilities--education {
	top: 98px;
	left: auto;
	right: -99px;
}

@media screen and (max-width: 1199px) {
	.utilities--education {
		top: 98px;
		left: auto;
		right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.utilities--education {
		top: 0px;
		left: auto;
		right: 0;
	}
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */

/*  Radio alt  */

.radio--alt label:before {
	top: 0;
}

.radio--alt label:after {
	top: 3px;
}

/* ------------------------------------------------------------ *\
	Client Overrides
\* ------------------------------------------------------------ */

/* Sub Navigation */
.nav--education .nav__title a {
	transition: .2s all;
}
.nav--education .nav__title a:hover {
color: #adced9;
}

@media screen and (min-width: 1024px) {
	.nav--education { position: relative; }
    .nav--education.stuck { position: fixed; }
}

/* Single */
.wrapper--event-single ol.event-types { list-style: none; }

.wrapper--event-single .section-sample .section__inner {
	max-width: 960px;
	display: flex;
	align-items: flex-start;
	flex-flow: row wrap;
}

.wrapper--event-single .event__meta {
	font: 16px/1.0 'futura-pt',sans-serif;
	text-transform: uppercase;
	background-color: #fff;
	color: #C8102E;
	display: inline-block;
	padding: 4px 8px;
	margin: 0 0 8px;
}
.wrapper--event-single .event__meta strong {
	font-weight: 600;
}
.wrapper--event-single .event-join {
	margin-bottom: 20px;
}
.wrapper--event-single .event-register__body .btn--red {
	width: 100%;
}

/* In Person */
.wrapper--event-single .in-person-event-details {
	flex: 0 0 64%;
	max-width: 64%;
}
.wrapper--event-single .event-register {
	flex: 0 0 33%;
	margin-left: 3%;
	margin-top: 0;
	margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
	.wrapper--event-single .section-sample .section__inner {
		display: block;
	}
	.wrapper--event-single .in-person-event-details {
		flex: none;
		max-width: 100%;
	}
	.wrapper--event-single .event-register {
		flex: none;
		max-width: 100%;
		margin: 30px 0;
	}
}