@charset "utf-8";
/* CSS Document */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
h1 {
	color: #00458c;
	font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 300)));
	text-transform: uppercase;
	text-align: center;
	max-width: calc(300px + (1100 - 300) * ((100vw - 300px) / (1920 - 300)));
	/* margin: 5rem auto 3rem auto; */
}
.mainCont {
	max-width: 1500px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
}
.flex {
	display: flex;
}
.flexCentV {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flexCent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.hidden {
	display: none !important;
}
button {
	cursor: pointer;
}
.logoLang {
	
}
.logoLang > div {
	width: 50%;
}
.logoLang .mainLogoCont {
	max-width: 350px;
	padding: 2rem;
	width: 30%;
}
.logoLang .langSwitch {
	width: calc(70% - 4rem);
	justify-content: end;
}
.logoLang .langSwitch button {
	background-color: #00458c;
	color: white;
	border: 0;
	font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
	padding: 0.75rem 1.5rem;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	margin: 5px;
}
.titleCont {
	margin: 5rem auto 1rem auto;
	flex-direction: column-reverse;
}
.titleCont h1 {
	margin: 0;
	margin-bottom: 15px;
}
.titleCont img {
	max-height: 80px;
	margin-bottom: -7px;
}
.sponsoriCont p {
	text-align: center;
}
.sponsoriCont .logoCont {
	justify-content: space-evenly;
}
.sponsoriCont .logoCont a {
	height: 95px;
	padding: 0 1rem;
}
.contentCont .twoCol {
	align-items: flex-start;
	font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
}
.contentCont .twoCol .col {
	width: calc(50% - 4rem);
	padding: 2rem;
}
.contentCont .twoCol .col p {
	color: #58595b;
	font-weight: 700;
}
.contentNoCont {
	border-top: 15px solid #00458c;
}
.contentNoCont p, .contentSepCont p {
	font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
}
.contentNoCont .col1 {
	min-width: 30px;
	margin-right: 10px;
	margin-top: 3px;
}
.contentNoCont .col1 p {
	text-align: center;
	background: #00458c;
	color: white;
}
.contentSepCont .col1 {
	min-width: 30px;
	margin-right: 10px;
	margin-top: 3px;
	background-color: #00458c;
}
.contentSepCont {
	position: relative;
	margin: 2rem 0;
}
.contentSepCont::after {
	content: "";
	height: 5px;
	width: 50%;
	background-color: #00458c;
	position: absolute;
	bottom: 0;
}
.contentSepCont.contentHighlight {

}

.contentSepCont.contentHighlight .col1 {
	display: none;
}
.contentSepCont.contentHighlight .col2 {
	background-color: #ccdae8;
	padding: 2rem;
}
.contentSepCont.contentHighlight .col2 p {
	margin: 0;
}
.ctaHash {
	margin: 3rem 0;
}
.ctaHash h3 {
	font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1920 - 300)));
	color: #00458c;
	text-align: center;
}
.ctaHash p {
	color: #00458c;
	font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 700;
	text-align: center;
}
.facebookFeed {
	background-color: #ccdae8;
	padding: 2rem;
	font-weight: 700;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.facebookFeed .fbInfo {
	width: calc(50% - 2rem);
	padding-right: 2rem;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.facebookFeed .fbInfo a, .facebookFeed .fbInfo p {
	text-align: center;
}
.facebookFeed .iframe {
	width: 50%;
	min-height: 500px;
}
.facebookFeed .logoCont  {
	width: 100%;
}
.facebookFeed .fbCont  {
	width: 100%;
	height: auto;
	/* height: 35px; */
	/* margin-top: 1rem; */
}
.facebookFeed .logoCont a {
	height: 70px;
	padding: 0.5rem;
}
.facebookFeed .fbCont a img {
	max-height: 45px;
	margin-bottom: 0;
	/* margin-bottom: 10px; */
}
.sponsoriCont.footer {
	flex-wrap: wrap;
	padding: 2rem 0;
}
.sponsoriCont.footer .logoCont  {
	width: 75%;
}
.sponsoriCont.footer .fbCont {
	width: 25%;
	height: 35px;
}
.sponsoriCont.footer .logoCont a {
	height: 70px;
	padding: 0 0.5rem;
}
.disclaimer {
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
	margin-bottom: 2rem;
}
.disclaimer i {
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
}
#toTop {
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 2rem;
	background-color: #00458c;
	color: white;
	border: 0;
	padding: 0.5rem 1rem;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

@media only screen and (max-width: 1110px) {
	.titleCont {
		flex-direction: column-reverse;
		margin: 2rem auto 0rem auto;
	}
	.titleCont h1 {
		width: 100%;
		margin: 15px;
	}
	.titleCont img {
		max-height: 60px;
	}
	.facebookFeed .fbCont a {
		margin: 5px;
	}
	.facebookFeed .fbCont a img {
		margin: 0;
	}
	.contentNoCont p, .contentSepCont p {
		margin-right: 15px;
	}
	.disclaimer {
		margin: 0 15px 2rem 15px;
	}
	.contentNoCont .col1 {
		margin-right: 0;
	}
	.contentNoCont .col1 p {
		height: 25px;
		width: 25px;
		margin-right: 0;
	}
	.sponsoriCont .logoCont a {
		height: 80px;
	}
}
@media only screen and (max-width: 800px) {
	.contentCont .twoCol {
		margin-top: 1rem;
		padding: 2rem;
	}
	.contentCont .twoCol .col {
		width: 100%;
		padding: 0;
	}
	.sponsoriCont .logoCont a {
		height: 70px;
		padding: 0.5rem;
	}
	.contentCont .twoCol .col p {
		margin-top: 0;
	}
	.contentNoCont .col1 p {
		height: 22px;
		width: 22px;
	}
	.contentSepCont .col1 {
		min-width: 22px;
	}
}
@media only screen and (max-width: 600px) {
	.sponsoriCont .logoCont a {
		height: 50px;
	}
	.titleCont img {
		max-height: 50px;
	}
	.facebookFeed .fbInfo {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
		
	}
	.facebookFeed .iframe {
		width: 100%;
	}
	.titleCont h1 {
		width: auto;
		max-width: 100%;
	}
	.facebookFeed .iframe iframe {
		width: 100%;
	}
	.facebookFeed .fbCont {
		height: auto;
	}
	.logoLang .mainLogoCont {
		width: 50%;
	}
	.logoLang .langSwitch {
		width: calc(50% - 4rem);
		justify-content: center;
	}
}
@media only screen and (max-width: 420px) {
	.contentCont .twoCol {
		padding: 1rem;
	}
	.contentSepCont {
		margin: 1rem 0;
	}
	.contentSepCont .col1 {
		min-width: 15px;
	}
	.contentSepCont.contentHighlight .col2 {
		padding: 1rem;
	}
	.facebookFeed {
		padding: 1rem;
	}
	.logoLang .langSwitch button {
		font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
		padding: 0.5rem 0.75rem;
		margin: 3px;
	}
}
@media only screen and (max-width: 350px) {
	.logoLang .mainLogoCont {
		padding: 1rem;
	}
	.logoLang .langSwitch {
		width: calc(50% - 2rem);
	}
}