html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
	background: #ededed;
	font-family: arial, sans-serif;
	font-size: 1rem;
}

.wae-form-links-wrapper {
	background: #fff;
	box-shadow: 0 0 21px #b8b8b8;
	display: block;
	font-family: arial, sans-serif;
	width: 100%;
	max-width: 378px;
	margin: 30px auto 20px;
	padding: 36px 24px 16px;
}
.wae-form-links-headline {
	margin: 0 0 30px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.wae-form-links .wae-form-link {
	background: #3370d3;
    border-radius: 30px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin: 0 0 20px;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.wae-form-links .wae-form-link:hover {
	background: #4e89e8;
}

.ors-form {
	background: #fff;
	box-shadow: 0 0 21px #b8b8b8;
	display: block;
	font-family: arial, sans-serif;
	width: 100%;
	max-width: 678px;
	margin: 60px auto;
	padding: 36px 24px 30px;
}

.ors-form .logo {
	color: #000;
	margin: 0 0 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ors-form .logo img {
	margin-right: 15px;
}

.ors-form .logo span {
	line-height: 1.3em;
    font-weight: bold;
}

#google_translate_element {
	text-align: center;
	margin: 0 0 20px;
}

.ors-form-headline {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}

.ors-form .form-group {
	display: flex;
	width: 100%;
	/*	margin: 0 0 15px;*/
	justify-content: space-between;
}

.ors-form .form-groups {
    margin: 0 0 30px;
    border-bottom: 1px solid #999;
	overflow: hidden;
}

.ors-form .form-groups.form-groups-schools-attended {
	border-bottom: none;
	margin: 0 0 10px;
}

.ors-form .form-group-hidden,
.ors-form .form-groups-hidden {
	display: none;
}

.ors-form .form-groups-wrapper {
	margin: 0 0 5px;
    overflow: hidden;
}

.ors-form .form-groups-inner {
	border-bottom: 1px solid #bbb;
	margin: 0 0 20px;
}

.ors-form .form-groups-inner:last-child {
	border-bottom: none;
    margin: 0;
}

.ors-form  .add-fields {
	cursor: pointer;
    float: right;
    color: #747474;
    margin: 0 0 20px;
}

.ors-form  .add-fields:hover {
    color: #bebebe;
}

.ors-form .form-groups-headline {
	margin: 0 0 15px;
}

.ors-form .form-groups-headline h2 {
/*	font-size: 16px;*/
    font-weight: bold;
    color: #747474;
    line-height: 1.3em;
}

.ors-form .form-groups-headline h3 {
/*	font-size: 14px;*/
    color: #747474;
    line-height: 1.4em;
    margin-top: 5px;
}

.ors-form .form-group-two-columns label {
	width: 48%;
}

.ors-form .form-group-three-columns label {
	width: 31.33%;
}
.ors-form .form-group-four-columns label {
	width: 23%;
}

.ors-form label {
	width: 100%;
	margin: 0 0 10px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ors-form .form-group label.form-group-field-one-third {
	width: 31.6666%;
}

.ors-form .form-group label.form-group-field-two-third {
	width: 64.6666%;
}

.ors-form label span {
	display: block;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 5px;
    /*user-select: none;*/
}

.ors-form label input[type="text"],
.ors-form label input[type="tel"],
.ors-form label input[type="email"],
.ors-form label input[type="date"],
.ors-form label textarea {
	background: #f3f7fb;
	background: #e4f2ff;
	/*background: #fff;
	background: #f5f5f5;*/
	width: 100%;
	border: none;
	border-bottom: 3px solid #a3c5e4;
	margin: 0 0 10px;
	padding: 9px 10px 6px;
	outline: none;
	transition: .3s;
}

.ors-form label input:focus {
    border-bottom: 3px solid #518cc1;
}

.ors-form input[name="website_url"] {
	display: none;
}

.ors-form .form-group-checkbox {
	margin: 0 0 10px;
}

.ors-form .form-group-checkbox label {
	display: block;
}

.ors-form .form-group-checkbox span {
	display: inline;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 7px 5px 0;
    vertical-align: middle;
}

.ors-form .form-group-checkbox input[type="checkbox"] {
	cursor: pointer;
	width: 16px;
    height: 16px;
    margin: 0 0 0 7px;
    display: inline;
    vertical-align: middle;
}

.ors-form .form-group-checkbox .checkbox-yes-no {
	display: flex;
	display: inline-flex;
    flex-direction: row;
    user-select: none;
}

.ors-form .form-group-checkbox .checkbox-yes-no input {
	display: none;
}

.ors-form .form-group-checkbox .checkbox-yes-no .checkbox-yes,
.ors-form .form-group-checkbox .checkbox-yes-no .checkbox-no {
	background: #fff;
    border: 1px solid #7f7f7f;
    cursor: pointer;
    padding: 5px 10px;
    font-size: .9rem;
}

.ors-form .form-group-checkbox .checkbox-yes-no .checkbox-yes {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ors-form .form-group-checkbox .checkbox-yes-no .checkbox-no {
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ors-form .form-group-checkbox .checkbox-yes-no .checkbox-yes.active,
.ors-form .form-group-checkbox .checkbox-yes-no .checkbox-no.active {
	background: #2176ca;
	border: 1px solid #2176ca;
	color: #fff;
}


.ors-form .form-group-radio {
	margin: 0 0 10px;
	display: block;
}

.ors-form .form-group-radio .form-group-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ors-form .form-group-radio label {
	display: block;
}

.ors-form .form-group-radio span {
	display: inline;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 7px 5px 0;
    vertical-align: middle;
}

.ors-form .form-group-radio .radio-yes-no {
	display: flex;
	display: inline-flex;
    flex-direction: row;
    user-select: none;
}

.ors-form .form-group-radio .radio-yes-no input {
	width: 1px;
    height: 1px;
    display: block;
    opacity: 0;
}

.ors-form .form-group-radio .radio-yes-no .radio-yes,
.ors-form .form-group-radio .radio-yes-no .radio-no {
	background: #fff;
    border: 1px solid #7f7f7f;
    cursor: pointer;
    padding: 5px 10px 3px 10px;
    font-size: .9rem;
}

.ors-form .form-group-radio .radio-yes-no .radio-yes {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ors-form .form-group-radio .radio-yes-no .radio-no {
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ors-form .form-group-radio .radio-yes-no .radio-yes.active,
.ors-form .form-group-radio .radio-yes-no .radio-no.active {
	background: #2176ca;
	border: 1px solid #2176ca;
	color: #fff;
}


.ors-form label select {
	background: #f3f7fb;
	background: #fff;
	width: 100%;
	border: none;
	border-bottom: 3px solid #d9d9d9;
	margin: 0 0 10px;
	padding: 9px 10px 6px;
	outline: none;
	transition: .3s;
}


.ors-form input[type="submit"] {
	width: 100%;
  background: #747474;
  border: none;
  color: #fff;
  padding: 13px;
  transition: .3s;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
}

.ors-form input[type="submit"]:hover {
	background: #646464;
}

.ors-form input[type="submit"]:disabled {
	background: #cbcbcb;
	cursor: auto;
}


.ors-spinner {
	background: rgba(255, 255, 255, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

.ors-spinner img {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.ors-alerts .ors-alert {
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.ors-alert-success {
	color: green;
}

.ors-alert-failure {
	color: red;
}




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

.signature-field {
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.signature-field-wrapper {
    border: 2px solid #6070d4;
    margin: 0 0 7px;
    overflow: hidden;
}
.signature-field-wrapper.not-valid {
	border: 2px solid #ff5555;
}
.signature-field-clear-btn {
	text-align: right;
    position: absolute;
	right: 7px;
    top: 120px;
    cursor: pointer;
    user-select: none;
}
#signature-field-clear,
#signature-field-clear2 {
	display: inline-block;
    background: #dc5f5f;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
}
canvas#signature-pad,
canvas#signature-pad2 {
    background: #f6f6f6;
    width: 100%;
    height: 148px;
    cursor: crosshair;
    float: left;
}
button#signature-field-clear,
button#signature-field-clear2 {
    height: 100%;
    background: #4b00ff;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
button#signature-field-clear span,
button#signature-field-clear2 span {
    transform: rotate(90deg);
    display: block;
}

.signature-alert {
	color: red;
	margin: 10px 0;
}


@media (max-width: 640px) {
	.ors-form {
		margin: 0;
	}
}