/*
Theme Name: EMP
Theme URI: https://liaisonedu.com
Author: Liaison International / Tom Bartling
Author URI: https://liaisonedu.com
Description: EMP landing pages.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
License:
License URI:
Text Domain: emp
Tags:
*/

/* -------------- DEFAULTS & GENERAL 	-------------- */
:root {
	--font-primary: Helvetica, sans-serif;
	--font-headings: Helvetica, sans-serif;

	--color-default_text: #666666;
	--color-white: #FFFFFF;
	--color-dark_gray: #333333;
	--color-light_gray: #ededed;

	--color-blue: #002f87;
	--color-gold: #eba900;
	--color-green: #b9c600;
	--color-orange: #d74323;
	--color-light-blue: #7ca7ad;
	--color-required: #990000;


    /*      UPDATE THIS  */
    --btn-color-background: var(--color-green);
    --btn-color-text: var(--color-blue);

}

/* HTML element classes */

BODY, HTML {
	width: 100%;
	font-size: 16px;
	font-family: var(--font-primary);
	color: #000000;
	padding: 0;
	margin: 0;
	min-width: 390px;
}

IMG, IFRAME {
	max-width: 100%;
}

FORM, INPUT, TEXTAREA, SELECT, OPTION {
	width: 100%; 
	max-width: 100%;
	line-height: 200%;
}


INPUT[type='submit'] {
	width: auto;
}

/* width: 80%; causes admin form to not display */
.wp-admin FORM {  
	width: initial;
}

/* used with js function goToForm() to scroll to 1st input... selector needs to match js */
INPUT[type='text'] {
	scroll-margin-top: 60px;
}

INPUT[type="radio"],
INPUT[type="checkbox"],
INPUT[type="submit"] {
	width: auto;
}



A,
A:link,
A:active,
A:visited,
A:hover {
	font-weight: 700;
	/* color: var(--color-primary); */
}

A.cta-btn, 
A.cta-btn:link, 
A.cta-btn:active, 
A.cta-btn:visited, 
A.cta-btn:hover, 
.cta-btn, 
INPUT[type="submit"],
BUTTON {
    background-color: var(--btn-color-background);
    color: var(--btn-color-text); 
    cursor: pointer;
	display: inline-block;
	padding: 0.5rem 1.0rem;
	font-size: 1.1rem;
	font-weight: 400;
	text-decoration: none;
	border: solid var(--btn-color-background) 1px;

	transition: color, 0.25s ease-out, border-color 0.2s ease-out;
}



INPUT[type="submit"]:hover,
A.cta-btn:hover, 
.cta-btn:hover, 
BUTTON:hover {
    color: var(--btn-color-background);
    background-color: var(--btn-color-text); 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	text-rendering: optimizeLegibility;
}

.h1, H1, .h2, H2, .h3, H3 {
	display: block;
	margin: 0 0 0.5rem 0;
	font-family: var(--font-headings);
	font-size: 2.75rem;
	/* 
    text-transform: uppercase;
	letter-spacing: .8px;
	line-height: 1.1rem; 
	*/
}

.h1, H1 {    font-size: 2.25rem;  }
.h2, H2 {    font-size: 2.0rem;  }
.h3, H3 {    font-size: 1.75rem;  }
.h4, H4 {    font-size: 1.50rem;  }

H2.heading-midline {
	font-size: 2.0rem;
	font-weight: 400;
	margin: 1.0rem;
}


/* generic classes */
.bg-default_text { 
	background-color: var(--color-default_text); 
	color: #000000; 
}

.bg-white { 
	background-color: var(--color-white); 
	color: #000000; 
}

.bg-dark_gray { 
	background-color: var(--color-dark_gray); 
	color: #000000; 
}

.bg-light_gray { 
	background-color: var(--color-light_gray); 
	color: #000000; 
}





/* --------------------------------------------------------- */
/* --------- Header row    */
.header-row {
	color: #ffffff;
}

.header-left,
.header-center,
.header-right {
	padding: 6px 0;
}

.header-left {
	text-align: center;
}

.header-left IMG {
	/* max-width: 100px; */
	width: 100%;
}

.header-center {
	text-align: center;
	font-weight: 600;
	font-size: 1.0rem;
	letter-spacing: 4px;
}

.header-right {
	text-align: right;
	font-weight: 700;
	font-size: 1.0rem;
	letter-spacing: 1px;
}

.header-br {
	display: inline;
}

/* --------------------------------------------------------- */
/* --------- Hero row     */
.hero-row {
	color: #ffffff;
	background-image: url(images/hero-1523x864.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	padding: 40px 0;
}

.hero-row H1 {
	font-size: 2.0rem;
	margin: 50px 0;
}

.hero-container {
	background-color: #00000066;
	padding: 20px;
	border-radius: 10px;
}


/* --- Hero row - Thank You page     */
.hero-thank-you-row LI {
	margin-bottom: 1.4rem;
}

.hero-thank-you-row A, 
.hero-thank-you-row A:link, 
.hero-thank-you-row A:active, 
.hero-thank-you-row A:visited, 
.hero-thank-you-row A:hover {
	color: #ffffff;
	text-decoration: underline;
}

.new-tab-icon {
	margin: 0 0.5rem;
}

.new-tab-icon IMG {
	max-height: 1.0rem;
}



/* --------------------------------------------------------- */
/* --------- Primary row     */
/*
.primary-row  {
	
}
*/

/* --------------------------------------------------------- */
/* --------- Fast Facts row     */
.fast-facts-row {
	font-size: 1.0rem;
}

.fact-container {
	margin: 0 4px 60px 4px;
}

.fact-container IMG {
	border-radius: 100px;
	margin: 0 0 16px 0;
}

.fact-number {
	font-size: 2.0rem;
}

.fact-text {
	font-size: 1.0rem;
}


/* --------------------------------------------------------- */
/* --------- Foundation row     */
.foundation-row {
	background-color: #ffffff;
	font-weight: 500;
}

.foundation-row H2 {
	color: #ffffff;
	font-size: 1.95rem;
}


/* testimonial */
/*
.testimonial-container {
    background-image: radial-gradient(circle at center,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.5)),
        radial-gradient(circle at center,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.5)
    );
    background-color: rgb(0, 0, 0, 0); 
    background-size: cover, cover;
    background-position: center center, top center;
    background-repeat: no-repeat, no-repeat;
    min-height: 600px;
    padding-bottom: 20px;
}

.testimonial-container-PERSON_NAME {
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(images/testimonials/PHOTO_FILENAME);
}
*/
.testimonial-quote {
	font-size: 1.3rem;
	padding: 2.0rem;
}
.testimonial-quote::before {
	content: '\201C';
}
.testimonial-quote::after {
	content: '\201D';
}

.testimonial-attribution {
	font-weight: 700;
	padding: 1.25rem;
}


/* --------------------------------------------------------- */
/* --------- Photo row     */
/*
.photo-row {
	background-image: url(URL_GOES_HERE);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
*/

.photo-row  {
	max-width: 100%;
	width: 100%;
}

.photo-row IFRAME {
	width: 400px;
	height: 225px;
}


/* --------------------------------------------------------- */
/* --------- Contact row     */
/*
.contact-row {

}
*/


/* --------------------------------------------------------- */
/* --------- Footer row     */
.footer-row {
}

.footer-address {
	font-size: 0.8rem;
	line-height: 150%;
}

.footer-logo {
	max-width: 100px;
}

.footer-tagline {
	font-weight: 700;
}

.footer-row A,
.footer-row A:link,
.footer-row A:active,
.footer-row A:visited,
.footer-row A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-left, 
.footer-right {
	text-align: center;
}

/* --- GRAVITY FORMS OVERRIDES ARE IN footer-scripts-row.php BECAUSE style.css CAN LOAD BEFORE GRAVITY FORMS ON SOME SITES --- */

.gfield {
	margin: 0 0 15px 0;
}

.gfield_required_text {
	margin: 0 0 0 10px;
	color: #ffffff;
	font-size: 0.8rem;
}

.ginput_container_checkbox LABEL {
	display: inline;
	margin: 0 0 0 6px;
	font-size: 0.8rem;
}


.gfield--type-honeypot,
.gfield_visibility_hidden {
	display: none;
} 

/*--  Fix styles for WARNINGS for pages with a dark background */
.gform-theme--framework .gfield_description,
.gform-theme--framework .gform_validation_errors, 
.gform-theme--framework .gform_validation_errors .gform-icon, 
.gform-theme--framework .gfield_validation_message,
.gform-theme--framework .gform_validation_errors .gform_submission_error {
	background-color: #ffffff;
	padding: 0;
	border: none;
	display: inline-block;
	margin-top: 0;
	color: #990000;

	padding: 3px;
	margin: 2px;
}

.gform_validation_errors {
	border: solid #990000 3px;
	outline: none;
}

.gform-theme--framework .gform_validation_errors .gform-icon {
  padding: 0;
}


.gform-theme--framework .gform_validation_errors .gform_submission_error {
	display: flex;
}


.gfield_label_before_complex {
	display: none;
}

.form_campus_list .gfield_label_before_complex {
	display: block;
}



.ginput_complex  {
	display: flex;
	flex-flow: row nowrap;
	align-content: space-between;
	gap: 10px;
}

.ginput_complex SPAN.ginput_full {
	flex-basis: 100%;
	width: 100%;
	min-width: 100%;
	display: block; 
}

.ginput_complex.has_city  {
	flex-flow: row wrap;
}


.ginput_complex .ginput_right,
.ginput_complex .ginput_left {
	max-width: 30%;
}

.gchoice INPUT {
	height: initial;
}



:modal,
.text-optin-policy-modal {
	width: 600px;
	max-width: 90%;
	display: inline-block;
}

.modal-header {
	border-bottom: solid #cccccc 1px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

dialog:-internal-dialog-in-top-layer::backdrop,
dialog::backdrop {
  background-color: #00000066;
}

.modal-close-x {
	padding: 3px 6px;
	border: solid #bbbbbb 1px;
	text-transform: lowercase;
}
/*

DIALOG {
    max-width: 90%;
    width: 600px;
    padding: 20px;
    border: 0;
}

::backdrop {
    background-color: #00000099;
}

.modal-header {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-close-x {
    cursor: pointer;
    font-family: Courier, "Courier New", sans-serif;
    padding: 2px 5px;
    background-color: #00000099;
    color: #ffffff;
    font-weight: 700;
}

#text-optin-policy-btn {
    cursor: pointer;
    color: var(--color-manchester_gold);
    font-weight: 700;
}

*/


/* --------------------------------------------------------- */
/* --------- RESPONSIVE 				 */

@media screen and (min-width: 576px) {
	.header-left {
		text-align: left;
	}

	.header-right {
		text-align: right;
	}

	.footer-left {
		text-align: center;
	}
	
	.footer-right {
		text-align: right;
	}
	
}


@media screen and (min-width: 768px) {
	.photo-row IFRAME {
		width: 1000px;
		height: 562px;
	}

	.fast-facts-row {
		font-size: 0.9rem;
	}

}


@media screen and (min-width: 993px) {
}

@media screen and (min-width: 1200px) {
	.header-br {
		display: none;
	}
}


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

}

