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

/* -------------- DEFAULTS & GENERAL 	-------------- */
/* 
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*/

:root {
	--font-primary: Roboto, Arial, sans-serif;
	--font-headings: "Roboto Condensed", sans-serif;


	--color-default_text: #666666;
	--color-white: #FFFFFF;
	--color-scarlet: #B10202;
	--color-gray: #666666;
	--color-unlv-gray: #9FA1A4;
	--color-gray-dark: #6A737B;
	--color-black: #000000;

	--color-edusite-bg-gray: #f5f6f8;


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

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


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

.cta-btn-container {
	text-align: center;
}

A.cta-btn, 
A.cta-btn:link, 
A.cta-btn:active, 
A.cta-btn:visited, 
A.cta-btn:hover, 
.cta-btn, 
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;
}


.h1, .h2, .h3, .h4, .h5, .h6, 
H1, H2, H3, H4, H5, H6 {
	font-weight: 300;
	display: block;
	font-family: var(--font-headings);
	font-size: 2.75rem;
	margin: 0 0 1.0rem 0;
}

.h1, H1 {    font-size: 3.25rem;  }
.h2, H2 {    font-size: 2.25rem; color: var(--color-scarlet); }
.h3, H3 {    font-size: 1.75rem;   }
.h4, H4 {    font-size: 1.05rem;  }

.program-benefits-row .h3,
.program-benefits-row H3 {
	font-size: 1.5rem;
}


.accordion-item {
	margin: 0 0 20px 0;
}

.accordion H1,
.accordion H2,
.accordion H3 {
	margin: 0;
} 

.accordion-button:not(.collapsed) {
	background-color: var(--color-edusite-bg-gray);
}
.accordion-button.collapsed {
	background-color: var(--color-edusite-bg-gray);
}


UL {
	text-align: left;
}



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

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

.bg-scarlet { 
	background-color: var(--color-scarlet); 
	color: #FFFFFF; 
}

.bg-gray { 
	background-color: var(--color-gray); 
	color: #FFFFFF; 
}

.bg-unlv-gray { 
	background-color: var(--color-unlv-gray); 
	color: #FFFFFF; 
}

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

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

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

.disclaimer {
	font-size: 0.8rem;
}




/* --------------------------------------------------------- */
/* --------- Header row    */
.header-left,
.header-center,
.header-right {
	padding: 6px 0;
}

.header-row {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.header-left {
	text-align: center;
	font-family: var(--font-headings);
	font-weight: 300;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.header-left IMG {
	height: 20px;
	margin-right: 10px;
}

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

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

.header-br {
	display: inline;
}

/* --------------------------------------------------------- */
/* --------- Hero row     */
.hero-row {
	/* 
	background-image: url(images/campus-with-skyline-on-left-night.jpg); 
	background-position: bottom right;
	*/
	/* 
	background-image: url(images/hero-graduation-1a.jpg);
	*/
	background-position: top right;
	background-size: cover;
	background-color: var(--color-scarlet);
}



.hero-content-container {
	padding: 10px 20px 20px 20px;
	/* background-color: #000000bb; */
	background-color: #000000;
}

.hero-content-container P {
	padding: 20px 0;
}

.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-thankyou-image {
	margin: 20px auto;
}

.bg-scarlet.hero-row H2 { 
	color: #FFFFFF; 
}

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

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


/* --------------------------------------------------------- */
/* --------- Program Benefits row     */
.program-benefits-row  IMG {
	max-height: 328px;
}

.program-item-spacer {
	width: 50%;
	height: 1px;
	margin: 30px auto;
	border-bottom: solid var(--color-scarlet) 1px;	
}


/* --------------------------------------------------------- */
/* --------- Program Track Options row     */



.outcomes-background {
	background-position: center;
	background-size: cover;
	height: 400px;
}
.outcomes-background-hospitality {
	/* background-image: url(images/outcomes-hospitality.jpg); */
	/* 
	background-image: url(images/outcomes-casino.jpg);
	*/
	background-image: url(images/outcomes-hospitality-chef.jpg);
}

.outcomes-background-business {
	/* background-image: url(images/outcomes-business-administration.jpg); */
	background-image: url(images/outcomes-business-admin-2.jpg);
}

.outcomes-background-mba {
	background-image: url(images/outcomes-mba-2.jpg);
}


.outcomes-background-communication {
	background-image: url(images/outcomes-communications-marketing-team-award.jpg);
}

.outcomes-background-media-studies {
	background-image: url(images/outcomes-media-studies-basketball.jpg);
}

.outcomes-background-psychology {
	background-image: url(images/social-sciences-Robnett-Lab.jpg);
}

.outcomes-highlight-container {
	font-style: italic;
}

.outcomes-item {

}
.outcomes-item-spacer {
	width: 50%;
	height: 1px;
	margin: 30px auto;
	border-bottom: solid var(--color-scarlet) 1px;	
}


/* bulleted list */
UL.outcomes-bullets {
	padding-left: 0;
}
UL.outcomes-bullets LI {
	list-style: none;
	font-size: 1.15rem;
	padding: 5px;
	display: inline-block;
	width: 100%;
	text-align: left;
}

UL.outcomes-bullets LI:nth-child(even) {
	background-color: var(--color-edusite-bg-gray);
}


/*
#outcomes-svg-container {
	display: none;
	width:75%; 
	height: 75px; 
	padding:5px 0;
}
*/

.degree-paths-container {
	margin: 40px 0 0 0;
	/*
	background-color: var(--color-gray);
	color: #ffffff;
	*/
}

.track-options-row H2 {
	color: var(--color-scarlet);
}


/* --------------------------------------------------------- */
/* --------- Testimonial row     */

.testimonial-row-outer {
	padding: 0;
}

.testimonial-row-black-fullwidth {
    background-color: #000000;
	color: #ffffff;
}

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

.testimonial-attribution {
	font-weight: 700;
	/* padding: 0 1.25rem 1.0rem 4.0rem; */
	padding: 0 1.25rem 0rem 4.0rem;
}

.testimonial-photo {
	/* border: 0.70rem solid var(--color-unlv-gray); */
	border-radius: 50%;
	margin: -4.0rem 0;

	border-right: 1.0rem solid var(--color-scarlet);
	border-top: 1.0rem solid var(--color-unlv-gray);
	border-left: 1.0rem solid var(--color-unlv-gray);
	border-bottom: 1.0rem solid var(--color-scarlet);

}


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

.fact-container {
	margin: 15px 0;
	color: #000000;
}

.fact-number {
	font-size: 3.0rem;
	font-weight: 500;
	color: var(--color-scarlet);
}

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



/* --------------------------------------------------------- */
/* --------- Photo row     */
.photo-row {
	background-image: url(images/unlv-daytime-campus-photo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;

	height: 200px;
}



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

}
*/


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

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

.footer-logo IMG {
	height: 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 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: 0.5rem 1.0rem;
	font-size: 1.1rem;
	font-weight: 400;
}

.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_submission_error {
	display: flex;
}

.gform-theme--foundation .ginput_address_city, 
.gform-theme--foundation .ginput_address_country, 
.gform-theme--foundation .ginput_address_state, 
.gform-theme--foundation .ginput_address_zip 
{
  width: 100%;
  display: block;
  inline-size: 100%;
}


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

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

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

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

	/*
	UL.outcomes LI {
		list-style: none;
		display: inline;
		color: var(--color-gray-dark);
	}	

	UL.outcomes LI::after {
		content: " | ";
	}

	UL.outcomes LI:last-child::after {
		content: "";
	}
	*/

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


@media screen and (min-width: 768px) {
	.hero-row {
		background-image: url(images/hero-brand-unlv-flags-on-campus.jpg);
		background-position: top right;
	}
	
	.hero-undergrad-row {
		background-image: url(images/hero-undergrad-1a.jpg);
		background-position: top right;
	}
	
	.hero-grad-row {
		background-image: url(images/hero-grad-2a.jpg);
		background-position: top left;	
	}
		
	.header-center {
		font-size: 1.25rem;
	}
	.header-right {
		font-size: 1.0rem;
	}	

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

	.icon {
		max-width: 100%;
	}

	UL.outcomes-bullets {
		
	}
	UL.outcomes-bullets LI {
		list-style: none;
		font-size: 1.15rem;
		padding: 5px;
		display: inline-block;
		text-align: left;
	}


}


@media screen and (min-width: 993px) {
	.hero-undergrad-row {
		background-image: url(images/hero-undergrad-1.jpg);
	}
	
	/*
	.hero-grad-row {
		background-image: url(images/hero-grad-2a.jpg);
	}
	*/

	.outcomes-item,
	.program-item {
		display: inline-block;
		width: 90%;
	}

	.outcomes-item {
		
	}

	.outcomes-item-spacer,
	.program-item-spacer {
		border-bottom: 0;
		display: inline-block;
		width: 1px;
		vertical-align: top;

		height: 100px;
		margin: 30px 10px;
		border-right: solid var(--color-scarlet) 1px;	
	}
	.program-item-spacer.program-item-spacer-last {
		border: 0;
	}

	.outcomes-item-spacer {
		margin: 150px 0 0 0;
		width: 30px;
	}
	
	.programs-middle-row {
		margin: 20px 0 10px 0;
	}

	.program-item-extra-padding {
		padding-bottom: 20px;
	}

	.testimonial-photo {
		/* border: 1.25rem solid var(--color-unlv-gray); */
		margin: -4.0rem 0;
		border-right: 1.50rem solid var(--color-scarlet);
		border-top: 1.50rem solid var(--color-unlv-gray);
		border-left: 1.50rem solid var(--color-unlv-gray);
		border-bottom: 1.50rem solid var(--color-scarlet);
	}
	
	.testimonial-row-outer {
		padding: 40px 0;
	}

	.testimonial-row-outer-brand {
		padding: 40px 0 0 0;
	}

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

	.track-options-empty-row {
		height: 25px;
		margin-top: -50px;
	}
	

	.photo-row {
		height: 400px;
	}
	
}

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

	.testimonial-photo {
		border-right: 2.0rem solid var(--color-scarlet);
		border-top: 2.0rem solid var(--color-unlv-gray);
		border-left: 2.0rem solid var(--color-unlv-gray);
		border-bottom: 2.0rem solid var(--color-scarlet);	
	}

	.photo-row {
		height: 500px;
	}

}


@media screen and (min-width: 1400px) {
	.photo-row {
		height: 600px;
	}
	
	.hero-content-container {
		min-height: 400px;
	}
	
}

