html {
	font-size: 10px;
}

body {
	font: 300 16px/1.6 "Poppins", sans-serif, serif;
	color: #000;
}

:after,
:before {
	box-sizing: border-box
}

.container {
    max-width: 1252px;
    padding-left: 15px;
    padding-right: 15px;
}


.c-header {
	z-index: 21;
	padding: 15px 0;
}

.c-header,
.c-header__desk-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0
}

.c-header__desk-wrapper {
	bottom: 0;
	background: #3BAD8D;
	z-index: 9;
	transform: translateX(-300%);
	transition: all .25s ease-in-out;
	display: flex;
	flex-flow: column;
	overflow-y: auto
}

.c-header__desk-wrapper.active {
	transform: translateX(0)
}

.c-header__desk-wrapper.active .container .c-header__logo {
	display: none
}

.c-header__menu-close {
	position: absolute;
	right: 20px;
	top: 30px
}

.c-header__top {
	order: 1
}

.c-header__top .container {
	position: relative;
	display: flex;
	flex-wrap: wrap;	
    padding-left: 30px;
    padding-right: 30px;
}

.c-header__top-mob {
	padding: 25px 15px 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.c-header__top-mob .c-header__logo {
	max-width: 160px
}

.c-header__top-mob .c-header__logo img {
	filter: brightness(0) invert(1)
}

.c-header__logo {
	max-width: 300px
}

.c-header__logo img {
	width: 100%;
	display: block;
	filter: brightness(0) invert(1)
}

.c-header__utility-con {
	display: flex;
	flex-flow: column-reverse
}

.c-header__utility-con .c-header__search {
	display: block;
	margin: 0 0 15px
}

.c-header__utility-con .c-header__search>a {
	display: none
}

.c-header__utility-con .c-header__login {
	margin: 10px 0 25px
}

.c-header__utility-con .c-header__search-con {
	display: flex;
	justify-content: space-between;
	width: auto;
	left: 30px;
	right: 30px;
	padding-right: 10px
}

.c-header__utility-con .c-header__search-con .close {
	display: none
}

.c-header__utility-nav ul {
	list-style: none;
	padding: 0
}

.c-header__utility-nav ul li {
	list-style: none;
	padding: 7px 0 7px;
	text-transform: uppercase;
	color: #fff
}

.c-header__utility-nav ul li:last-child {
	padding-bottom: 5px
}

.c-header__utility-nav ul li:before {
	display: none
}

.c-header__utility-nav ul li a {
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .15px;
    color: #fff;
}

.c-header__login {
	margin: 0 10px
}

.c-header__login a {
	background: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .15px;
	padding: 7px 15px;
	text-transform: uppercase;
	color: #3BAD8D;
}

.c-header__login a:hover {
	color: #fff
}

.c-header__loggedIn {
	position: relative
}

.c-header__loggedIn>a {
	background: #fff;
	display: flex;
	width: 50px;
	height: 40px;
	text-align: center;
	padding: 2px 5px;
	align-items: center;
	justify-content: center
}

.c-header__loggedIn>a img {
	max-width: 25px;
	filter: invert();
}

.c-header__loggedIn ul {
	display: none;
	background: #fff;
	padding: 25px;
	right: 0;
	z-index: 2;
	box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .18)
}

.c-header__loggedIn ul li {
	list-style: none;
	padding: 0 0 10px;
	font-size: 1.6rem
}

.c-header__loggedIn ul li:before {
	display: none
}

.c-header__loggedIn ul li a {
	text-decoration: none;
	width: 100%
}

.c-header__loggedIn ul li a.btn {
	font-size: 1.6rem;
	border: 1px solid #3BAD8D;
	border-radius: 0;
	margin-bottom: 0;
	color: #3BAD8D;
}

.c-header__search {
	min-height: 36px;
	display: flex;
	align-items: center;
	padding-left: 15px
}

.c-header__search a {
	max-width: 24px
}

.c-header__search a img {
	width: 100%
}

.c-header__search.active .c-header__search-con {
	width: 300px;
	padding: 0 10px;
	margin-left: -24px
}

.c-header__search .blue {
	display: none
}

.c-header__search-con {
	background: #fff;
	display: flex;
	align-items: center;
	width: 0;
	padding: 0;
	overflow: hidden;
	margin-left: 0;
	transition: all .25s ease-in-out;
	position: absolute;
	right: 0
}

.c-header__search-con input {
	width: 240px;
	height: 38px;
	background: none;
	border: none;
	font-size: 1.4rem;
	margin: 0 10px
}

.c-header__search-con button {
	background: none;
	border: none;
	max-width: 22px;
    padding: 0;
}

.c-header__search-con button img {
    width: 100%;
}

.c-header__bottom {
	position: relative;
	margin: 75px 0 20px;
}

.c-header__bottom .container {
    padding-left: 30px;
    padding-right: 30px;
}

.c-header__nav,
.c-header__nav>ul {
	padding: 0;
    margin: 0;
}

.c-header__nav>ul li {
	color: #fff;
	padding: 10px 0 5px 0;
	font-size: 1.5rem;
	letter-spacing: .15px;
	position: relative;
    list-style: none;
}

.c-header__nav>ul li:before {
	display: none
}

.c-header__nav>ul li>a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	display: block;
    color: #fff;
}

.c-header__nav--hasChildren {
	transition: all .25s ease-in-out;
	font-style: normal
}

.c-header__nav--hasChildren:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2.5rem;
	color: #fff;
	font-family: Material Icons;
	z-index: -1
}

.c-header__nav--hasChildren.active:after {
	content: ""
}

.c-header__nav-L2 {
	min-width: 120px;
	padding: 0 0 25px;
	flex-grow: 1;
	width: 33%
}

.c-header__nav-L2-container {
	padding: 20px 0 0;
	width: 100%;
	display: none;
	flex-wrap: wrap
}

.c-header__nav-L2--title {
	padding: 0 0 10px;
	line-height: 1.15
}

.c-header__nav-L2--title a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .15px
}

.c-header__nav-L2--title a:hover {
	color: #003349
}

.c-header__nav-L2 ul {
	padding: 0
}

.c-header__nav-L2 ul li {
	padding: 5px 0;
	color: #fff
}

.c-header__nav-L2 ul li:before {
	display: none
}

.c-header__nav-L2 ul li a {
	text-decoration: none;
	text-transform: none;
	font-weight: 500;
	font-size: 1.6rem
}

.c-header__mob-wrapper {
	padding: 0 15px
}

.c-header__mob-wrapper-con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative
}

.c-header__mob-logo {
	max-width: 190px
}

.c-header__mob-logo img {
	filter: brightness(0) invert(1);
    width: 100%;
}

.c-header__ham-srch-con {
	display: flex
}

.c-header__ham-srch-con .c-header__search.active .c-header__search-con {
	width: 100%;
	justify-content: space-between
}

.c-header__ham-srch-con .c-header__search.active img {
	filter: inherit
}

.c-header__ham-srch-con .c-header__search img {
	filter: brightness(0) invert(1)
}

.c-header__hamburger a {
	padding: 10px 5px 2px 20px;
	display: inline-block;
	position: inherit
}

.c-header__hamburger .line {
	width: 35px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 7px auto
}

.light-header .c-header,
.light-header-always .c-header {
	background: #fff
}

.light-header .c-header__ham-srch-con .c-header__search img,
.light-header .c-header__mob-logo img,
.light-header-always .c-header__ham-srch-con .c-header__search img,
.light-header-always .c-header__mob-logo img {
	filter: inherit
}

.light-header .c-header__ham-srch-con .c-header__search.active .c-header__search-con,
.light-header-always .c-header__ham-srch-con .c-header__search.active .c-header__search-con {
	border: 1px solid #003349
}

.light-header .c-header__hamburger .line,
.light-header-always .c-header__hamburger .line {
	background-color: #003349
}

/* footer */

.c-footer {
	background: #3BAD8D;
	color: #fff;
    padding: 55px 0;
}

.c-footer__logo {
	max-width: 230px
}

.c-footer__info {
	padding: 30px 0 0
}

.c-footer__links {
	padding: 35px 0 0
}

.c-footer__links h6 {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
    margin: 0 0 16px;
    font-size: 1.5rem;
}

.c-footer__links ul {
	padding: 0
}

.c-footer__links ul li {
	padding: 0 0 5px;
	font-size: 1.5rem;
    list-style: none;
}

.c-footer__links ul li:before {
	display: none
}

.c-footer__links ul li a {
	text-decoration: none;
    color: #fff;
}

.c-footer address,
.c-footer__address {
	font-size: 1.5rem;
	margin-bottom: 1rem
}

.c-footer__social-links {
    padding: 0px;
}

.c-footer__social-links li {
	max-width: 31px;
	padding: 0;
	display: inline-block;
	margin: 10px 20px 10px 0
}

.c-footer__social-links li:before {
	display: none
}

.c-footer__social-links li img {
    width: 100%;
}

.c-footer__copy {
	font-size: 1.5rem
}

/* sponsors */
.c-sponsors {
    text-align: center;
    padding: 35px 0;
}

.c-sponsors h4 {
    text-transform: uppercase;
    padding: 5px 10px 5px;
    border-bottom: 2px solid #34a798;
    display: inline-block;
    margin: 0 0 15px;
    font-weight: 700;
}

.c-sponsors__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto 40px;
    justify-content: center;
    width: 100%;
}

.c-sponsors li {
    list-style: none;
    margin: 10px;    
    display: inline-flex;
    width: 100%;
}

.c-sponsors li a {
    padding: 25px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.c-sponsors li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 140px;
}


@media(min-width:768px) {
	.c-header__ham-srch-con .c-header__search.active .c-header__search-con {
		width: 300px
	}

	.c-header__utility-con .c-header__search {
		padding: 0
	}

	.c-header__utility-con .c-header__search-con {
		left: 15px;
		right: 15px
	}

    .c-header__top .container,
    .c-header__bottom .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .c-footer {
        padding: 75px 0;
    }

    .c-footer__logo {
        margin: 0 0 20px;
    }

    .c-footer__info {
		padding: 35px 0 0 40px
	}
    
    .c-sponsors__list--oneCol  {    
        max-width: 400px;    
    }

    .c-sponsors__list--oneCol li {
        max-width: 350px;
    }

    .c-sponsors__list--twoCol  {    
        max-width: 650px;    
    }

    .c-sponsors__list--twoCol li {
        max-width: 300px;
        width: calc(50% - 20px);
    }

    .c-sponsors__list--threeCol  {    
        width: 100%;
        max-width: 850px;
    }

    .c-sponsors__list--threeCol li {
        max-width: 250px;
        width: calc(33.3333% - 20px);
    }

    .c-sponsors__list--fourCol  {    
        width: 100%;
        max-width: 1000px;
    }

    .c-sponsors__list--fourCol li {
        max-width: 250px;
        width: calc(25% - 20px);
    }

    .c-sponsors__list--fiveCol  {    
        width: 100%;
    }

    .c-sponsors__list--fiveCol li {
        max-width: 250px;
        width: calc(20% - 20px);
    }

    .c-sponsors__list--sixCol  {    
        width: 100%;
    }

    .c-sponsors__list--sixCol li {
        max-width: 250px;
        width: calc(16.666% - 20px);
    }
}

@media(min-width:992px) {

	.c-footer__info,
	.c-footer__links {
		padding: 0
	}
}


@media(min-width:1200px) {
	.c-header {
		padding: 25px 0 0
	}

	.c-header__mob-wrapper,
	.c-header__top .container:after,
	.c-header__top .container:before,
	.c-header__top-mob {
		display: none
	}

	.c-header__desk-wrapper {
		transform: none;
		flex-flow: inherit;
		position: relative;
		background: none;
		overflow: inherit;
		display: inline;
		transition: none
	}

	.c-header__utility-con {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-flow: inherit
	}

	.c-header__utility-con .c-header__search {
		display: flex
	}

	.c-header__utility-con .c-header__login {
		margin: 0 10px
	}

	.c-header__utility-nav ul {
		display: flex;
		padding: 0;
        margin: 0;
	}

	.c-header__utility-nav ul li {
		padding: 0 15px
	}

	.c-header__utility-nav ul li:last-child {
		padding-bottom: 0
	}

	.c-header__nav {
		padding: 0
	}

	.c-header__nav>ul {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.c-header__nav>ul li {
		padding: 15px
	}

	.c-header__nav>ul li:hover .c-header__nav-L2-container {
		display: flex
	}

	.c-header__nav>ul li:hover {
		color: #619ac5
	}

	.c-header__nav>ul li>a {
		display: inline-block;
		line-height: 1.15;
        color: #fff;
	}    

	.c-header__nav>ul li:nth-last-child(-n+2) .c-header__nav-L2-container {
		left: auto;
		right: 0
	}

	.c-header__nav>ul li:nth-last-child(-n+2) .c-header__nav-L2-container:before {
		left: auto;
		right: 40px
	}

	.c-header__nav--hasChildren {
		transition: none
	}

	.c-header__nav--hasChildren:after {
		display: none
	}

	.c-header__nav-L2 {
		min-width: 120px;
		padding: 0 15px 15px;
		flex-grow: 1;
		width: 33%
	}

	.c-header__nav-L2-container {
		padding: 40px 15px 0;
		min-width: 570px;
		position: absolute;
		left: 15px;
		top: 50px;
		display: none;
		flex-wrap: wrap
	}

	.c-header__nav-L2-container:before {
		content: "";
		position: absolute;
		left: 30px;
		top: 7px;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 17px solid #fff
	}

	.c-header__nav-L2-container:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 20px;
		bottom: 0;
		background: #fff;
		z-index: -1;
		box-shadow: 0 0 20px 7px rgba(0, 0, 0, .18)
	}

	.c-header__nav-L2--title a {
		color: #3BAD8D !important
	}

	.c-header__nav-L2 ul li {
		color: #003349;
		padding: 5px 0
	}

    .c-header__nav-L2 ul li a {
        color: #333;
    }

	.c-header__nav-L2 ul li a:hover {
		color: #619ac5
	}

    .c-header__top .container {
        justify-content: space-between;
    }

	.c-header__bottom {
		position: relative;
		margin: 15px 0 0
	}

	.c-header__bottom:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background:#003349;		
	}

	.c-header__search img {
		filter: brightness(0) invert(1)
	}

	.c-header__search.active img {
		filter: inherit
	}

	.c-header__loggedIn ul {
		position: absolute
	}

	.c-header__utility-con .c-header__search {
		padding-left: 15px;
		margin: 0
	}

	.c-header__utility-con .c-header__search>a {
		display: flex
	}

	.c-header__utility-con .c-header__search-con {
		width: 0;
		left: inherit;
		right: 0;
		justify-content: flex-start;
		padding-right: 0
	}

	.c-header__utility-con .c-header__search-con .close {
		display: block
	}

	.light-header .c-header__logo img,
	.light-header-always .c-header__logo img {
		filter: inherit
	}

	.light-header .c-header__search img,
	.light-header-always .c-header__search img {
		filter: none
	}

	.light-header .c-header__utility-nav ul li a,
	.light-header-always .c-header__utility-nav ul li a {
		color: #333;
	}

	.light-header .c-header__search.active .c-header__search-con,
	.light-header-always .c-header__search.active .c-header__search-con {
		border: 1px solid #003349
	}

	.light-header .c-header__bottom:before,
	.light-header-always .c-header__bottom:before {
		background: #3BAD8D;
		mix-blend-mode: multiply
	}

    .c-footer__logo {
		max-width: 299px
	}

	.c-footer__info {
		padding: 0 0 0 40px
	}

	.c-header__login a {
		background: #3BAD8D;
		color: #fff;
	}

	.c-header__loggedIn>a {
		background: #3BAD8D;
	}
	.c-header__loggedIn>a img {
		filter: none;
	}
}

