@font-face {
    font-family: 'FK Grotesk';
    src: url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Light.otf') format('opentype');
    src: url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Light.otf?#iefix') format('embedded-opentype'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Light.woff2') format('woff2'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Light.woff') format('woff'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FK Grotesk';
    src: url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Regular.otf') format('opentype');
    src: url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Regular.otf?#iefix') format('embedded-opentype'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Regular.woff2') format('woff2'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Regular.woff') format('woff'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FK Grotesk';
    src: url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Bold.otf') format('opentype');
    src: url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Bold.otf?#iefix') format('embedded-opentype'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Bold.woff2') format('woff2'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Bold.woff') format('woff'),
        url('https://www.ivywise.com/wp-content/themes/ivywise-theme/fonts/FKGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

form.form {
	font-family: 'FK Grotesk', Arial, Helvetica, sans-serif!important;
}

form.form p label {
	font-family: 'FK Grotesk', Arial, Helvetica, sans-serif!important;
	font-weight: 300!important;
	line-height: 120%!important;
	letter-spacing: -0.03em!important;
	font-size:16px!important;
}

form.form input,
form.form select,
form.form textarea {
	font-family: 'FK Grotesk', Arial, Helvetica, sans-serif!important;
	font-weight: 300!important;
	line-height: 120%!important;
	letter-spacing: -0.03em!important;
	font-size:16px!important;
	box-sizing: border-box;
	padding:5px 10px!important;
	resize:none;
}

form.form input,
form.form select,
form.form textarea.standard {
	width:250px!important;
}

form.form p label {
	width:200px!important;
}

.g-recaptcha > div {
	margin:0 auto;
}

form.form p {
	font-family: 'FK Grotesk', Arial, Helvetica, sans-serif!important;
	font-weight: 300!important;
	line-height: 120%!important;
	letter-spacing: -0.03em!important;
	font-size:12px!important;	
}

form.form p span.description {
	margin:10px 0 0 0;
}

form.form p span {
	font-size:12px!important;
}

form.form p span a {
	color:#1A4449;
}

form.form p.submit {
	padding:25px 0!important;
	margin:0 auto!important;
}

form.form p.submit input {
	margin:0 auto!important;
	padding: 9px 35px 8px!important;
	color:#FFF;
    background:#1A4449;
    border: 1px solid #1A4449;
	display: inline-block;
	cursor:pointer;
	font-weight: 400;	
	border-radius: 50px;
    transition: all .3s linear;
}

form.form p.submit input:hover {
	background:#FFF;
	color:#1A4449;
}

form.form p {
	display:flex;
	align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}

form.form p.Student_1_First_Name {
	flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
	
	form.form p {
		flex-wrap: wrap;
	}
	
	form.form p label {
		width:100%!important;
		padding:0 0 10px 0!important;
		text-align:left!important;
	}
	
	form.form input,
	form.form select,
	form.form textarea.standard {
		width:100%!important;
	}
	
}