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

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

	--color-default_text: #666666;
	--color-white: #FFFFFF;
	--color-stinger-blue: #0F406B;
	--color-hornet-yellow: #FFD600;
	--color-sky: #375E9E;
	--color-creek: #5DCCD4;
	--color-breeze: #BAEEED;
	--color-lemon-zest: #F5F3BF;
	--color-rustic: #E6605B;
	--color-elderberry: #1B0D42;


    /*      UPDATE THIS  */
    --btn-color-background: var(--color-hornet-yellow);
    --btn-color-text: var(--color-stinger-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%;
}

/* overwriting bootstrap */
	B, STRONG {
		font-weight: 700;;
	}

	/* not importing bootstrap typography just for this */
	.text-left {
		text-align: left;
	}
	.text-center {
		text-align: center;
	}
	.text-right {
		text-align: right;
	}


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

.cta-btn, 
BUTTON {
    background-color: var(--btn-color-background);
    color: var(--btn-color-text); 
    cursor: pointer;
	display: inline-block;
	padding: 6px 20px;
	text-transform: uppercase;

    font-size: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	display: block;
	font-family: var(--font-headings);
	font-size: 2.5rem;
    text-transform: uppercase;
	/* 
	letter-spacing: .8px;
	line-height: 1.1rem; 
	*/
	margin: 0 0 20px 0;
	color: var(--color-elderberry);
}

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


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

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

.bg-stinger-blue { 
	background-color: var(--color-stinger-blue); 
	color: #ffffff; 
}

.bg-hornet-yellow { 
	background-color: var(--color-hornet-yellow); 
	color: #ffffff; 
}

.bg-sky { 
	background-color: var(--color-sky); 
	color: #ffffff; 
}

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

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

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

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

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





/* --------------------------------------------------------- */
/* --------- Header row    */
.header-page-row {
	/* border-bottom: solid var(--color-gold) 2px; */
}

.header-row {
	color: #ffffff;
}

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

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

.header-left IMG {
	width: 90%;
	max-width: 100%;
}

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

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

.header-br {
	display: inline;
}

/* --------------------------------------------------------- */
/* --------- Hero row     */

/*
.hero-row, 
.hero-row-brand {
	background-image: url(images/fullerton-hero-building-v3.jpg);
	background-size: cover;
	background-position: bottom center;	
	background-blend-mode: soft-light;
	background-color: rgba(15,64,107,0.84);
}
*/
.hero-row, 
.hero-row-brand {
	background-color: var(--color-breeze);
}

/* --- 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: var(--color-rustic);
	text-decoration: underline;
}

.thank-you-list-item {
	margin: 0 20px 20px 0;
}

.thank-you-list-item IMG {
	width: 15px;
	margin-left: 4px;
}

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

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


.accordion-item {
	margin: 0 0 20px 0;
	border: 0;
	background-color: transparent;
}



.accordion-collapse {
	max-height: 300px;
	overflow-y: scroll;
	padding: 0;
	background-color: transparent;
}

.accordion-collapse::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.accordion-collapse::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.accordion-collapse FIELDSET {
	background-color: #ffffff;
	padding: 20px 10px 10px 10px;
}

.accordion-item .gchoice {
	background-color: var(--color-lemon-zest);
	border: solid var(--color-hornet-yellow) 1px;
	margin-bottom: 8px;
	padding: 5px;
	cursor: pointer;
}

.accordion-item .gchoice:hover,
.accordion-item .gchoice.selected {
	background-color: var(--color-breeze);
	border: solid var(--color-creek) 1px;
}


.accordion-item .gchoice INPUT {
	display: inline-block;
	visibility: hidden;
	width: 20px;
	vertical-align: top;
	margin-top: 6px;
}

.accordion-item .gchoice LABEL {
	display: inline-block;
	max-width: 90%;
}

.accordion-item .gchoice LABEL:hover {
	cursor: pointer;
}

.accordion-button,
.accordion-button:not(.collapsed) {
	background-color: var(--color-hornet-yellow);
	font-weight: 700;
	cursor: pointer;
}

.accordion-disabled .accordion-button {
	background-color: #eeeeee;
	color: 	#999999;
	cursor: auto;
}

/* moved to footer-scripts-row.php so it can overwrite gravity forms
FORM .fullerton-entry-year,
FORM .fullerton-goal,
FORM .fullerton-area-of-study,
FORM .fullerton-program {
	display: none;
}
*/



.customForm-selected-text {
	margin-left: 10px;
	font-weight: 400;
}

.hideChoice {
	display: none;
}

/* this displays on front-end when cloned via jQuery */
.accordion-item .validation_message,
.admin-hidden-markup {
	display: none;
}

.customForm-selected-text .customForm-warning {
	font-weight: 700;
	color: #E6605B;
	padding: 2px 4px;
	background-color: #ffffff;
	border: solid var(--color-elderberry) 1px;
}

.customForm-accordion-required-label {
	color: #E6605B;
	font-weight: 400;
	font-size: 0.9rem;
}

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

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

.icon-text-container, 
.icon IMG {
	max-width: 90%;
	margin: 0 auto 0 auto;
	height: 110px;
}

.icon-text {
	font-size: 4.0rem;
	line-height: 120%;
	padding: 0;
}


.fact-container {
	margin: 10px;
	color: #000000;
	display: inline-block;
}

.fact-number {
	font-size: 4.5rem;
	line-height: 110%;
	font-weight: 700;
	color: var(--color-rustic);
}

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

.fact-container-spacer-bottom {
	border-bottom: solid var(--color-rustic) 2px;
	width: 200px;
	height: 10px;
	margin: 10px auto;
}

.fact-container-spacer-right { 
	display: none;
}


/* --------------------------------------------------------- */
/* --------- 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-row {
	background-image: url(images/fullerton-hero-building-v3.jpg);
	background-size: cover;
	background-position: bottom center;	
	background-blend-mode: soft-light;
	background-color: rgba(15,64,107,0.84);
	color: #ffffff;
}

.testimonial-quote {
	font-size: 2.5rem;
	padding: 2.0rem;
	font-style: italic;
	font-weight: 300;
}
.testimonial-quote::before {
	content: '\201C';
}
.testimonial-quote::after {
	content: '\201D';
}

.testimonial-attribution {
	font-weight: 400;
	font-size: 2.0rem;
	padding: 1.25rem;
	color: var(--color-breeze);
}


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

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



/* --------------------------------------------------------- */
/* --------- Take the Next Step row     */
.take-the-next-step-row H2 {
	color: var(--color-hornet-yellow);
}



/* --------------------------------------------------------- */
/* --------- Footer row     */
.footer-row {
	padding: 10px 0;
	min-height: 200px;
}

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

.footer-address H4 {
	font-size: 1.25rem;
	line-height: 150%;
	margin: 0;
	font-weight: 300;
	color: var(--color-hornet-yellow);
}

.footer-row IMG {
	max-width: 100%;
}

.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 --- */

/* --------------------------------------------------------- */
/* --------- 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) {
	.header-left {
		text-align: left;
	}
	.header-center {
		font-size: 1.25rem;
	}
	.header-right {
		font-size: 1.0rem;
		text-align: right;
	}

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

	.fact-container-spacer-bottom {
		display: none;
	}

	.fact-container-spacer-right {
		border-bottom: 0;
		border-right: solid var(--color-rustic) 2px;
		width: 10px;
		height: 75px;
		margin: auto 0;
		display: inline-block;
	}
	

	.icon {
		max-width: 100%;
	}

}


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

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


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

}

