@charset "utf-8";

#menu__btn {
	color: white;
}
.menu__link {
	color: white;
}

#contodo {
	background-image: url("../assets/test_img2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contodo__holder {
	max-width: 1280px;
	margin: auto;
	padding: 3rem 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contodo__title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.5rem;
	color: var(--brand-blue);
}
.contodo__highlight {
	color: var(--brand-green);
}
.contodo__text {
	color: var(--brand-blue);
	max-width: 50%;
	margin: auto;
	line-height: 1.5;
}
#calltomethod {
	display: flex;
	flex-direction: row;
}
.calltomethod__half {
	width: 50%;
	min-height: 40vh;
}
.calltomethod__img {
	background-image: url("../assets/collage.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: 50% 40%;
}
.calltomethod__textHolder {
	display: flex;
	color: white;
	background: var(--brand-blue);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 1.75;
}
.calltomethod__text {
	text-align: center;
    line-height: 1.75;
    padding: 50px;
    font-size: 1.5rem;
    width: 70%;
    margin: auto;
}
.calltomethod__title {
	font-weight: 700;
}
.calltomethod__highlight {
	color: var(--brand-green);
}
.calltomethod__line {
	line-height: 2;
	font-weight: 300;
}
.calltomethod--semibold {
	font-weight: 600;
}
.calltomethod__btn {
	border-radius: 100px;
	color: white;
	border: 2px solid white;
	background: transparent;
	padding: 1rem 2rem;
	margin: 1.5rem 0.5rem 0 0;
	font-size: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
}
.calltomethod__btn:hover {
	opacity: 1;
	background: white;
	color: var(--brand-blue);
}
#candidates {
	background: white;

}
.candidates__holder {
	max-width: 1280px;
	padding: 3rem 40px;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.candidates__title {
	color: var(--brand-blue);
	font-size: 2.5rem;
	font-weight: 900;
	margin-bottom: 0.5rem;
	line-height: 1;
	margin-top: 1rem;
}
.candidates__text {
	color: var(--brand-blue);
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 500;
	width: 65%;
	margin: auto;
}
.candidates__flavorText {
	font-weight: 700;
	font-size: 1.25rem;
	color: var(--brand-blue);
	margin: 0rem 0 1.5rem;
}
.candidates__athenaCameo {
	font-weight: 600;
	font-family: 'Lobster Two', sans-serif;
	font-size: 1.5rem;
}
.candidates__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 3rem 0px 0px;
}
.candidates__person {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 20px;
	max-width: 250px;
}
.candidates__thumbnail {
	width: 130px;
	height: 130px;
	border-radius: 100px;
	margin: 0;
	background-image: url(../assets/PersonThumbnailCrop.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.candidates__name {
	margin-top: 1.5rem;
	color: var(--brand-blue);
	font-weight: 800;
	text-transform: uppercase;
}
.candidates__info {
	margin-top: 0.25rem;
	margin-bottom: 1.5rem;
	color: var(--brand-blue);
	font-weight: 500;
}
.candidates__options {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*
.candidates__btnMore {
	border-radius: 100px;
	color: white;
	background: transparent;
	border: 0.1px solid var(--brand-blue);
	color: var(--brand-blue);
	padding: 1rem calc(1rem + 2px);
	margin: 0.5rem;
	font-size: 16px;
}
*/
.candidates__btnMethod {
	border-radius: 100px;
	border: none;
	color: white;
	background: var(--brand-blue);
	font-weight: 600;
	padding: 1rem 2rem;
	margin: 2rem 0.5rem 1rem;
	font-size: 1.25rem;
	font-weight: 800;
	text-transform: uppercase;
	border: transparent 1px solid;
}
.candidates__btnMethod:hover {
	opacity: 1;
	background: transparent;
	border: var(--brand-blue) 1px solid;
	color: var(--brand-blue);
}
#achievements {
	background: var(--brand-fuchsia);
}
.achievements__holder {
	max-width: 1200px;
	margin: auto;
	padding: 3rem 40px;
}
.achievements__title {
	margin: 0px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 900;
}
.achievements__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-template-areas: ". . . .";
	min-height: 10rem;
}
.achievements__unit {
	color: white;
	text-align: center;
	font-weight: 800;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}
.achievements__unit span{
	font-size: 3.5rem;
}

.achievement__text{
	font-weight: 700;
    line-height: 1.25;
}
#news {
	background: var(--brand-blue);
}
.news__holder {
	max-width: 1280px;
	margin: auto;
	padding: 3rem 40px;
}
.news__title {
	margin: 0px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 900;
}
.news__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 2rem;
}
.news--example1 {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%),
		url(../assets/example_1.webp);
}
.news--example2 {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%),
		url(../assets/example_2.webp);
}
.news--example3 {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 100%),
		url(../assets/example_3.webp);
}
.news__unit {
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 330px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.5rem;
	margin: .5rem 1.5rem;
}

.news__date {
	color: white;
	font-size: 0.75rem;
	margin-bottom: 0.25rem;
}
.news__header {
	color: white;
	font-size: .85rem;
	font-weight: 500;
}
.news__btnHolder {
	margin-top: 3rem;
	width: 100%;
	display: flex;
}
.news__sectionBtn {
	border-radius: 100px;
	color: white;
	border: 0.1px solid white;
	background: transparent;
	padding: 1rem 2rem;
	margin: auto;
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
}
.news__sectionBtn:hover {
	opacity: 1;
	background: white;
	color: var(--brand-blue);
}
#sumate_form {
	display: flex;
}
.sumate_form__half {
	width: 50%;
	min-height: 50vh;
}
.sumate_form__img {
	background-image: url("../assets/thumbGirl.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sumate_form__textHolder {
	color: var(--brand-blue);
	line-height: 1.75;
	background: #f8f8f8;
}
.sumate_form__text {
	padding: 50px 75px;
}
.sumate_form__title {
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sumate_form__line {
	color: var(--brand-blue);
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2rem;
    padding-left: 1rem;
}
.sumate_form__panel {
	background: white;
	border-radius: 30px;
	padding: 20px;
}
.sumate_form__grid {
	padding: .5rem 1rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.sumate_form__unit {
	display: flex;
	width: 100%;
	margin-bottom: 1.5rem;
}
.sumate_form__unit > label {
	font-weight: 500;
	font-size: .9rem;
	min-width: 5rem;
}
.sumate_form__unit > input {
	margin-left: .5rem;
	font-size: 1rem;
	width: -webkit-fill-available;
	border: none;
	border-bottom: 1px solid var(--brand-blue);
}

.sumate_form__checkbox {
	display: block;
	position: relative;
	padding-left: 2rem;
	max-width: 240px;
	line-height: 1.35;
	margin: auto;
	margin-bottom: 1rem;

	display: flex;
	justify-content: center;
	align-items: center;

	cursor: pointer;
	font-size: .8rem;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sumate_form__checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.sumate_form__checkmark {
	position: absolute;
	top: .5rem;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

.sumate_form__checkbox:hover input ~ .sumate_form__checkmark {
	background-color: #ccc;
}

.sumate_form__checkbox input:checked ~ .sumate_form__checkmark {
	background-color: var(--brand-blue);
}

.sumate_form__checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.sumate_form__checkbox input:checked ~ .sumate_form__checkmark:after {
	display: block;
}

.sumate_form__checkbox .sumate_form__checkmark:after {
	left: 7px;
	top: 1px;
	width: 4px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sumate_form__submit {
	background: var(--brand-blue);
	color: white;
	border: transparent 1px solid;
	border-radius: 100px;
	padding: 1rem 2rem;
	margin-top: .5rem;
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	width: -webkit-fill-available;
}
#sumate_form__submit:hover {
	opacity: 1;
	border: var(--brand-blue) 1px solid;
	background: transparent;
	color: var(--brand-blue);
}

@media only screen and (max-width: 800px) {
	#menu__btn {
		display: inherit;
	}
	#menu__links {
		display: none;
		position: fixed;
		top: 85px;
		right: 0px;
		width: 100vw;
		background: #272541;
		color: white;
	}
	.menu__link {
		padding: 1rem;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		border: 0.1px rgba(255, 255, 255, 0.05) solid;
	}

	#calltomethod {
		flex-direction: column-reverse;
	}
	.calltomethod__half {
		width: 100%;
	}
	.calltomethod__text {
		width: auto;
		margin: 0;
		padding: 5rem 2rem;
		font-size: 1.25rem;
	}
	.calltomethod__title {
		text-align: center;
	}
	.calltomethod__line {
		text-align: center;
	}
	.calltomethod__btnWrapper {
		width: fit-content;
		margin: auto;
	}
	.calltomethod__btn {
		margin: auto;
		margin-top: 2rem;
	}

	.achievements__title {
		margin-top: 2rem;
	}
	.achievements__list {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 0px 0px;
		grid-template-areas: "." "." "." ".";
	}
	.achievements__unit {
		padding: 1rem .5rem;
	}
	#sumate_form {
		flex-direction: column;
	}
	.candidates__title {
		font-size: 2rem;
	}
	.sumate_form__text {
		padding: 4rem 2rem;
	}
	.sumate_form__half {
		width: 100%;
		min-height: 60vh;
	}
	.candidates__text {
		width: 100%;
		margin: auto;
	}
	.sumate_form__line {
		text-align: justify;
	}
	.sumate_form__unit {
		flex-direction: column;
	}
	.sumate_form__unit > input {
		margin-left: 0;
	}
	.sumate_form__checkbox {
		max-width: 100%;
	}
	.sumate_form__checkmark {
		top: 0rem;
	}
}
