/* T1 Contact Page General Setup */

.light-bg.contact-page.t1 {
}

.dark-bg.contact-page.t1 {
}

/* End T1 Contact Page General Setup */

/* T1 Contact Page Light Theme Content Box Styles */

.light-bg.contact-page.t1 .half.content-style header h1 {
}

.light-bg.contact-page.t1 .half.content-style header > strong {
}

.light-bg.contact-page.t1 .half.content-style .content {
}

.light-bg.contact-page.t1 .half.content-style .contact-info > div > .title-font > strong {
	color: #E04500; /* $Color2 */
}

.light-bg.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link {
	color: #051585; /* $Color1 */
}

.light-bg.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link:hover {
	color: #051585; /* $Color1 */
}

/* End T1 Contact Page Light Theme Content Box Styles */

/* T1 Contact Page Dark Theme Content Box Styles */

.dark-bg.contact-page.t1 .half.content-style header h1 {
}

.dark-bg.contact-page.t1 .half.content-style header > strong {
}

.dark-bg.contact-page.t1 .half.content-style .content {
}

.dark-bg.contact-page.t1 .half.content-style .contact-info > div > .title-font > strong {
	color: #DBDCDC; /* $Color4 */
}

.dark-bg.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link {
	color: #051585; /* $Color1 */
}

.dark-bg.contact-page.t1 .half.content-style .contact-info .contact-details .phone-link:hover {
	color: #051585; /* $Color1 */
}

/* End T1 Contact Page Dark Theme Content Box Styles */

/* T1 Contact Page Light Theme Form */

.light-bg.contact-page.t1 .contact-form {
	background-color: #F48402; /* $Color3 */
}

.light-bg.contact-page.t1 .contact-form fieldset ul li .input-text input, .light-bg.contact-page.t1 .contact-form fieldset ul li .input-text select, .light-bg.contact-page.t1 .contact-form fieldset ul li .input-text textarea {
}

/* End T1 Contact Page Light Theme Form */

/* T1 Contact Page Dark Theme Form */

.dark-bg.contact-page.t1 .contact-form {
	background-color: #F48402; /* $Color3 */
}

.dark-bg.contact-page.t1 .contact-form fieldset ul li .input-text input, .dark-bg.contact-page.t1 .contact-form fieldset ul li .input-text select, .dark-bg.contact-page.t1 .contact-form fieldset ul li .input-text textarea {
}

/* End T1 Contact Page Dark Theme Form */

