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

/* -------------- DEFAULTS & GENERAL 	-------------- */
:root {
	--font-primary: proxima-nova, helvetica, arial, sans-serif;
	--font-headings: ivypresto-display,serif;

	--color-default_text: #666666;
	--color-white: #FFFFFF;
	--color-campus_navy: #002855;
	--color-cardinal_red: #DA1A32;
	--color-grey: #C7C8CA;
	--color-warm_grey: #CACAC2;
	--color-light_blue: #A1BCCF;
	--color-tan: #A78E6F;
	--color-medium_blue: #49739D;
	--color-blue: #1FB2D3;
	--color-coral: #F15F5B;
	--color-green: #00A788;
	--color-gold: #FAA819;


    /*      UPDATE THIS  */
    --btn-color-background: var(--color-cardinal_red);
    --btn-color-text: #ffffff;

}

/* 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%; */
}

/* 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;
}
  


/* 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-primary); */
}

/*
A.cta-btn, 
A.cta-btn:link, 
A.cta-btn:active, 
A.cta-btn:visited, 
A.cta-btn:hover, 
*/
INPUT[type="submit"],
A.cta-btn, 
.cta-btn, 
BUTTON {
    background-color: var(--btn-color-background);
    color: var(--btn-color-text); 
    cursor: pointer;
	display: inline-block;
	padding: 4px 20px;
	font-size: 1.1rem;
	font-weight: 400;
	text-decoration: none;
	border-radius: 20px;
	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: 400;
}

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

.h1, H1 {    font-size: 2.50rem;  }
.h2, H2 {    font-size: 1.5rem;  }
.h3, H3 {    font-size: 1.25rem;  }
.h4, H4 {    font-size: 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-campus_navy { 
	background-color: var(--color-campus_navy); 
	color: #ffffff; 
}

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

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

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

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

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

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

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

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

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

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


.smumn-photo-border, 
.smumn-photo-border-outside {
	border: solid #ffffff 2px;
}

.smumn-photo-border-outside IMG {
	border: solid transparent 7px;
}

.gf_placeholder {
	color: #999999;
}


/* --------------------------------------------------------- */
/* --------- Header row    */

.header-row {
	color: #ffffff;
}

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

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

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

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

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

.header-br {
	display: inline;
}

.header-row A.cta-btn, 
.header-row .cta-btn {
	font-size: 0.8rem;
}





/* --------------------------------------------------------- */
/* --------- Hero row     */
/*
.hero-row, 
.hero-row-brand {
	background-image: url(ADD_URL_HERE);
	background-size: cover;
	background-position: top left;	
}
*/
.hero-row {
	margin-top: -1px;  /* get rid of pesky line */
}

.copy-highlight,
.hero-highlight {
	font-weight: 700;
}

/* --- 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;
}

.hero-photo {
	margin: 0 0 20px 0;
}

.hero-row FORM {
	margin: 10px 0 40px 0;
}

.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;
}

.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: 15px;
	color: var(--color-campus_navy);
	font-family: "ivypresto-display", Times, serif;
}

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

.fact-text {
	font-size: 1.0rem;
	font-family: "proxima-nova",sans-serif;
	line-height: 120%;
	color: #949599;
}

.fact-text-notation {
	font-size: 0.8rem;
	font-style: italic;
}

/* --------------------------------------------------------- */
/* --------- Program Benefits row     */
.inset-border-container  {
	width: 100%;
	height: 300px;
	position: relative;
}

.inset-border-container::after {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: transparent;
    left: 10px;
    top: 10px;
    opacity: 1;
    transition: all 0.5s;
    content: "";
    border: 1px solid #fff;
}

.benefits-brand {
	background-image: url(images/benefits-nursing.jpg);
	background-size: cover;
	background-position: top center;
}

.benefits-accelerated-pa {
	background-image: url(images/benefits-accelerated-pa-2.jpg);
	background-size: cover;
	background-position: top center;
}

.benefits-elementary-education {
	background-image: url(images/benefits-elementary-education.jpg);
	background-size: cover;
	background-position: top center;
}

.benefits-nursing {
	background-image: url(images/benefits-nursing.jpg);
	background-size: cover;
	background-position: top center;
}

.benefits-mechatronics-engineering {
	background-image: url(images/benefits-mechatronics-engineering.jpg);
	background-size: cover;
	background-position: top center;
}

/* 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 IMG {
	max-width: 100%;
	width: 100%;
}



/* --------------------------------------------------------- */
/* --------- NEXT STEP/VIDEO row     */
.next-step-row {
	font-size: 1.50rem;
}


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

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

.footer-logo {
	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;
}

.footer-row H3 {
	margin: 0 0 0.4rem 0;
	padding: 0;
	font-size: 1.5rem;
}

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

.gform-theme--framework.gform-theme.gform_wrapper
    .gform-theme-button:where(:not(.gform-theme-no-framework)):where(
        :not(.gform-theme__disable):not(.gform-theme__disable *):not(
                .gform-theme__disable-framework
            ):not(.gform-theme__disable-framework *)
    ),
.gform-theme--framework.gform-theme.gform_wrapper
    :where(:not(.mce-splitbtn))
    > button:not([id*="mceu_"]):not(.mce-open):where(
        :not(.gform-theme-no-framework)
    ):where(
        :not(.gform-theme__disable):not(.gform-theme__disable *):not(
                .gform-theme__disable-framework
            ):not(.gform-theme__disable-framework *)
    ),
.gform-theme--framework.gform-theme.gform_wrapper
    button.button:where(:not(.gform-theme-no-framework)):where(
        :not(.gform-theme__disable):not(.gform-theme__disable *):not(
                .gform-theme__disable-framework
            ):not(.gform-theme__disable-framework *)
    ),
.gform-theme--framework.gform-theme.gform_wrapper
    input:is([type="submit"], [type="button"], [type="reset"]).button:where(
        :not(.gform-theme-no-framework)
    ):where(
        :not(.gform-theme__disable):not(.gform-theme__disable *):not(
                .gform-theme__disable-framework
            ):not(.gform-theme__disable-framework *)
    ),
.gform-theme--framework.gform-theme.gform_wrapper
    input:is([type="submit"], [type="button"], [type="reset"]):where(
        :not(.gform-theme-no-framework)
    ):where(
        :not(.gform-theme__disable):not(.gform-theme__disable *):not(
                .gform-theme__disable-framework
            ):not(.gform-theme__disable-framework *)
    ),
.gform-theme--framework.gform-theme.gform_wrapper
    input[type="submit"].button.gform_button:where(
        :not(.gform-theme-no-framework)
    ):where(
        :not(.gform-theme__disable):not(.gform-theme__disable *):not(
                .gform-theme__disable-framework
            ):not(.gform-theme__disable-framework *)
    ) {
    /* all of that was to select the button in Gravity Forms */
	/*
    background-color: var(--btn-color-background);
    color: var(--btn-color-text); 
    cursor: pointer;
	display: inline-block;
	padding: 4px 20px;
	font-size: 1.1rem;
	font-weight: 400;
	text-decoration: none;
	border-radius: 20px;

	transition: color, 0.25s ease-out, border-color 0.2s ease-out;
	filter: drop-shadow(0 0 transparent);
	*/
}

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

.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.9rem;
}

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

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


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

.form_container {
	margin: 0 0 20px 0;
}


: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;
}


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

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

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

	.header-row A.cta-btn, 
	.header-row .cta-btn {
		font-size: 1.1rem;
	}

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


@media screen and (min-width: 768px) {
	.h1, H1 {    font-size: 3.45rem;  }
	.h2, H2 {    font-size: 2.0rem;  }
	.h3, H3 {    font-size: 1.25rem;  }
	.h4, H4 {    font-size: 1.0rem;  }

	.header-center {
		font-size: 1.25rem;
	}
	.header-right {
		font-size: 1.0rem;
	}

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

	.icon {
		max-width: 100%;
	}

}


@media screen and (min-width: 993px) {
	.h1, H1 {    font-size: 2.75rem;  }
}

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


@media screen and (min-width: 1400px) {
	.h1, H1 {    font-size: 3.45rem;  }

}

