<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *	Stylesheet for NLCI Contact Forms
 *
 *	Author: JS
 *
 */


 .grecaptcha-badge { 
     display:none !important; 
 }

#contact_form_info {
	padding: 0 0 1em;
}
#contact_form_info ul {
	list-style: none;
	margin: 0 0 0 0;
}
#contact_form_info ul li.detail {
	margin: 0 0 1.5em;
}
#contact_form_info ul li.detail:last-of-type {
	margin: 0 0 0;
}
#contact_form_info ul li.detail ul {
	position: relative;
}
#contact_form_info ul li.detail ul li {
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 0 2em;
}
#contact_form_info.supercampus ul li.detail ul li {
	margin-left: 0;
}
#contact_form_info ul li.detail ul li:first-of-type {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
}
#contact_form_info.supercampus ul li.detail ul li:first-of-type {
	position: relative;
}
#contact_form_info li i,
#contact_form_info li span {
	font-size: 1.2em;
}
#contact_form_info li h4 {
	font-size: 1.2em;
	font-weight: 500;
}
#contact_form_info li a {
	text-decoration: none;
}
#contact_form_info li b {
	font-weight: 500;
}

#form_hint {
	font-size: 0.8em;
	text-align: left;
	margin: 0 0 0.5em 0;
}
#nobel_contact {
	font-size: 1.05em;
	margin: 1.5em auto 0;
}
#nobel_contact #checkbox {
	display: inline-block;
	width: auto;
	height: 1em;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	background: url(../images/checkbox.png) no-repeat;
	background-position: 0px -1em;
	background-size: 1em 2em;
	font-size: 0.9em;
}
#nobel_contact #checkbox.checked {
	background-position: 0px 0px;
}
#nobel_contact #checkbox:hover {
	cursor: pointer;
}


.checkbox-container {
	display: table;
	position: relative;
	padding-top: 0.2em;
	padding-left: 1.5em;
	margin: 0 0 0.5em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #E4EAF1;
	border: 1px solid #CBCACA;
	/* border-radius: 2px; */
}
.checkbox-container input:checked ~ .checkmark {
	background-color: #E4EAF1;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 4px;
	height: 10px;
	border: solid #514D4D;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

.spring-forms .error {
	border: 1px solid #A00;
}

.spring-forms label i {
	visibility: hidden;
	display: block;
	height: 0;
}
.spring-forms label i.show {
	visibility: visible;
	display: inline-block;
	height: auto;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-style: normal;
}

.spring-forms .flexible {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.spring-forms .flexible &gt; * {
	width: 100%;
}

#nobel_contact span.bull {
	display: none;
}

/*	Errors */
#nobel_contact .hasError,
#nobel_contact input.hasError,
#nobel_contact select.hasError,
#nobel_contact textarea.hasError {
	border: 1px solid #DC661E;
}
ul#form_errors {
	margin: 1.5em 0 0 0;
	padding: 0 0 0 0;
}
ul#form_errors li {
	display: block;
	width: auto;
	color: #DC661E;
	margin: 0 0 2px 0;
}
body.blogid-29 ul#form_errors li {
	color: #C41C22;
}
ul#form_errors &gt; li::before {
	content: "\F12A";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

ul#form_errors li ul li {
	display: list-item;
	list-style: disc;
}

#errors {
	margin: 0 0 0 2em;
	color: #A00;
}
#errors span::before {
	content: "\F12A";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.buttons {
	display: block;
	margin: 1em 0;
}

#contact_submit {
    display: block;
    padding: 0.5em 1em;
	  margin: 1em 0 0;
    min-height: 2.4em;
    border-radius: 6px;
    border: none;
    font-family: 'Roboto', Geneva, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1;
    color: #fff;
    background: #F68B1F;
}
.elementary #contact_submit {
    background: #DC661E;
}
#contact_submit:hover {
	cursor: pointer;
}
#contact_submit:disabled,
#contact_submit[disabled=disabled] {
	background: #ababab;
    cursor: default;
}
#contact_submit .fa-spin {
  display:none;
}
#contact_submit:disabled .fa-spin {
  display:inline-block;
}



#sit_count {
	float: right;
	font-size: 0.8rem;
	color: #333333;
}

/*	Custom Contact Headers */
div.header-title.southernhighlandspreparatoryschool h1 {
	font-size: 30px;
}
div.header-title.thesagemontschool h1,
div.header-title.thesagemontschool p {
	color: black;
}

#contact_form.ep h2 {
	color:#009DDC;
	margin:20px 0 10px;
}

@media only screen and ( min-width: 480px ) {

	#nobel_contact #checkbox {
		font-size: 1em;
	}

	label.contact_dropdown{
    width: 90% !important;
    margin: 0 5%;
	}
}

@media only screen and ( min-width: 640px ) {

	span.half &gt; * {
		width: 49%;
	}
	span.half &gt; *:nth-child( odd ) {
		float: left;
	}
	span.half &gt; *:nth-child( even ) {
		float: right;
	}
}

@media only screen and ( min-width: 768px ) {

	#nobel_contact {
		font-size: 1em;
	}
	span.third &gt; * {
		width: 32%;
		float: left;
	}
	span.third &gt; *:nth-child( 2 ) {
		margin: 0 2%;
	}
	
	.spring-forms .flexible.half &gt; * {
		width: 49%;
	}
	.spring-forms .flexible.third &gt; * {
		width: 32%;
	}
	
	#contact_form_info {
		padding: 0 0 1em;
	}
	#contact_form_info ul {
		text-align: left;
	}
	#contact_form_info.supercampus ul {
		text-align: center;
	}
	#contact_form_info ul li.detail {
		display: inline-block;
		width: 49%;
	}
	#contact_form_info.supercampus ul li.detail {
		width:32%;
	}
	#contact_form_info ul li.detail ul {
		display: inline-block;
		vertical-align: top;
	}
	#nobel_contact span.third.referral &gt; * {
		width: 100%;
		float: none;
	}
	#nobel_contact span.third.referral &gt; *:nth-child( 2 ) {
		margin: 0 0 1em 0;
	}
}


@media only screen and ( min-width: 1024px ) {

	#contact_form_info ul {
		text-align: center;
	}
	#contact_form_info ul li.detail {
		width: 33%;
	}
  #contact_form_info ul li.detail ul li {
    margin-left:0;
  }
	#contact_form_info ul li.detail ul li:first-of-type {
		position: static;
	}
	#nobel_contact span.third.referral &gt; * {
		width: 32%;
		float: left;
	}
	#nobel_contact span.third.referral &gt; *:nth-child( 2 ) {
		margin: 0 2%;
	}

	label.contact_dropdown{
		width: 30% !important;
		margin: 0 1.5%;
	}
	
	#contact_form label.contact_dropdown:nth-of-type(5){
		margin: 0 3% 0 0;
		float: left;
	}

	#contact_form label.contact_dropdown:nth-of-type(7){
		margin: 0 0 0 3%;
	}

	body.elementary label.contact_dropdown select{
		width: 100%;
		background-size: auto 101%;
	}

}</pre></body></html>