@font-face {
	font-family: 'Roboto';
	src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

* {
	font-family: 'Roboto', Regular;
}

body {
	background-image: url(../images/wwhiteback.jpg);
	background-position: 0 0;
	background-size: cover;
	justify-content: center;
}

#main_screen {
	display: flex;
	width: 100%;
	padding-bottom: 30px;
}

.left-content,
#left-content {
	padding-right: 20px;
	vertical-align: top;
	width: 50%;
	min-width: 640px;
}

/* The main text content in a flex section for desktop */
.introsection {
	display: flex;
	flex-direction: row;

}

.padded-button button {
	padding-top: 6px;
	padding-bottom: 6px;
	display: none;
	width: 300px;
}

.left-video {
	width: 640px;
	height: 480px;
	vertical-align: top;
}

@media (max-width: 1024px) {
	.introsection {
		flex-direction: column;
	}

	.left-video {
		width: 100%
	}

	.left-content,
	#left-content {
		padding-right: 0px;
		width: 100%;
		min-width: 100%;
	}

	.padded-button button {
		display: block;
		color: white;
		background: #262f4a;
		border: 1px solid #707070;
		min-width: 320px;
		max-width: 80%;
		height: 46px;
		font-size: 20px;
		margin-right: 5px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-right: 30px;
		padding-left: 30px;
		margin-bottom: 26px;
		margin-top: 6px;
	}
}

@media (max-width: 1325px) {}

@media (max-width: 525px) {}

@media (max-width: 380px) {}

@media (max-width: 325px) {}


.study-top {
	display: block;
	width: 100%;
	clear: both;
}

.study-top .heading-text {
	font-size: 1.5em;
	color: #000000;
	text-shadow: 1px 1px #fff;
	padding-bottom: 0;
	padding-top: 10px;
	margin-bottom: 20px;
	/* color: #153d74; */
}

.study-top .comp-text {
	font-size: 3vw;
	color: #000000;
	padding: 20px;
}

.subtitle {
	font-size: 1.1em;
	font-weight: 600;
	color: #163f77;
}

.infotext {
	font-size: 1.0em;
	font-weight: 300;
}

.button-btn {
	display: flex;
}

.button-btn button {
	color: white;
	background: #262f4a;
	border: 1px solid #707070;
	min-width: 180px;
	max-width: 45%;
	height: 46px;
	font-size: 20px;
	margin-right: 5px;
}

.footer {
	background-color: #079ce6;
	width: 100%;
	min-height: 200px;
	padding: 20px;
}

.footer .footer-text {
	font-size: 1.1em;
	font-weight: 600;
	color: #ffffff;
	padding-bottom: 30px;
}

#step2_form,
#contact_form,
#accepted,
#duplicate,
#declined,
#loading {
	display: none;
}

#step1_form {
	display: none;
}

.loading-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-img {
	width: 50px;
}

.study,
.contact,
.accept,
.laina {
	position: relative;
}


h1 {
	color: #153d74;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 10px;
	/* font-family: 'Nexa Bold', Regular; */
	font-weight: bold;
}

h2 {
	color: #163f77;
	font-size: 32px;
	font-weight: bold;
}

h4 {
	color: #163f77;
	font-size: 18px;
	font-weight: bold;
	/* font-family: 'SF Pro Text', Bold; */
}


span {
	color: #13386b;
	/* font-family: 'Helvetica Neue', Regular; */
}


.desktop-apply-title {
	color: #079ce6;
	/* font-family: 'SF Pro Text'; */
	font-size: 32px;
	font-weight: 600;
}

.error {
	color: red;
	margin-left: 5px;
}

label.error {
	display: inline;
}

#web-content {
	padding-left: 20px;
	padding-right: 20px;
}


/* study app */
.study .radio-study,
{}

.study .button-btn {
	padding: 10px
}

.study .radio-study .form-check .form-check-input {
	border: 2px solid #262f4a;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.study .radio-study label {
	margin-top: 5px;
}

.study .radio-study .form-check-input:checked {
	background-color: #153d74;
}

/* contact app css */
.study .study-inputs .form-control {
	border: 1px solid #707070;
	height: 64px;
	border-radius: 0px !important;
}

.study .study-inputs .form-control:focus {
	box-shadow: none;
}

.study .study-inputs input::placeholder {
	color: #262f4a;
	opacity: 34%;
}

.study .study-inputs .form-label {
	color: #262f4a;
	margin-top: 10px;
}

.study .app-store {
	display: none;
}
