@import url('ou.min.css');
@import url('reset.css');

/* =============================================================================
Defaults
========================================================================== */

body {
	background: #f6f6f6;
	color: rgba(36,36,36,1);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
    overflow-x: hidden;
}

div, article, section, header, footer, nav, li {
	position:relative; 
}


h1 {
	color: #0066CC;
	font-weight: 800;
	font-size: 1.9em;
	line-height: 1.231;
	margin: 0 0 20px 0;
}

h2 {
	color: #000;
	font-size: 2em;
	font-weight: 800;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}

h3 {
	color: var(--mtsu-navy-blue);
	font-size: 1.75em;
	font-weight: 700;
	line-height: 1.1em;
	margin: 0 0 20px 0;
}

h4 {
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.1em;
}

p {
	margin: 0 0 20px 0;
}

a {color: #0066CC}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

address {
	margin: 0 0 20px 25px;
}

.btn-link.focus, .btn-link:focus {
	text-decoration: none;
}

* {
    text-rendering: optimizeLegibility;
    outline:none!important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.live_chat {
    cursor:pointer; 
}

:root {
	--mtsu-blue: #0066CC;
	--mtsu-dark-blue: #0058A0;
	--mtsu-darker-blue: #000D24;
	--mtsu-navy-blue: #1C2B59;
	--mtsu-light-blue: #009AD6;
	--mtsu-pink: #D0146F;
	--mtsu-green: #70A130;
	--mtsu-yellow: #CCA542;
}


/*******************************************
:--- Header ---:
*******************************************/
header.page-header {
	background: var(--mtsu-blue);
	padding: 20px 0;
}

header.page-header .site-logo {
	display: flex;
	height: 100%;
}

header.page-header .site-logo img {
	display: block;
	max-width: 170px;
}

/* =============================================================================
   Structure
   ========================================================================== */


/* HERO */

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/info-session/hero.jpg);
    background-size: cover;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    color: #fff; 
    padding-top: 235px;
}

.hero .hero-text {
    margin: 50px 0;
}

.hero h1 {
    font-size: 2.7em;
    line-height: 1.3em;
    font-weight: 800;
    border-bottom: 3px solid #59B6E6;
    padding-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
}

.hero .hero-text p {
    padding: 0 0 95px;
    font-size: 16px;
    font-weight: 700;
}


/* =============================================================================
Date Boxes
   ========================================================================== */

.boxes .date-box {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    padding: 29px;
    min-height: 200px;
    margin-top: -100px;
}

.boxes span.time {
    text-align: center;
    display: block;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    margin: 0;
}

.boxes span.date {
    text-align: center;
    display: block;
    color: #0066CC;
    font-size: 50px;
    line-height: 90px;
    font-weight: bold;
    margin: 0;
}

.boxes .location {
    text-align: center;
    padding: 29px;
}

.boxes .location img {
    margin-bottom: 10px;
}

.boxes .location p {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    margin: 0;
}

/* =============================================================================
Form
   ========================================================================== */

.form-row {
    background: #fff;
    margin-top: -402px;
    padding: 32px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    margin-left: 0;
}

.form-row h2 {
    margin-bottom: 5px;
}

.form-row p {
    font-size: 14px;
    margin-bottom: 5px;
}

.form-row .tcpa p {
    font-size: 12px;
	margin-bottom: 20px;
}

._form {
    margin-top: 10px;
}

._field-wrapper {
    position: relative;
}

._form-label {
    display: none;
}

._form_element {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

div.iti {
    display: block!important;
}

._form_element._poi_select {
    width: 100%;
}

._form_element._poi_select select {
    width: 98%;
    font-size: 14px;
    padding: 8px;
}

._button-wrapper {
    width: 98%;
    position: static;
}

.recaptcha-element {
    float: none;
    clear: both;
}

#trustbuilder {
    display: none;
}

.tcpa {
    float: left;
    margin-top: 10px;
}

.tcpa p {
    font-size: 12px;
    line-height: 1.3;
    color: #666;
}

input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 8px 12px;
    width: 96%;
    position: relative;
    min-height: 30px;
    transition: all 0.2s;
}

input:focus {
    border-color: #00b6ff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

._submit {
    background: #0066CC;
	border-radius: 0.375rem;
    padding: 14px 54px;
    color: #fff;
    text-shadow: 0px 1px 1px #2971a7;
    border: 1px solid #2971a7;
    font-size: 18px;
    font-weight:bold;
    width: 100%;
    transition: all 0.2s;
    margin-bottom: 12px;
}

._submit:hover {
    background: #1c2b59;
}

.form-trustbuilder {
    float: left;
    font-size: 11px;
}

.trustbuilder-required {
    color: red;
}

._form input[type="text"]._has_error,
._form textarea._has_error {
    border: #f37c7b 1px solid;
}

._form input[type="checkbox"]._has_error {
    outline: #f37c7b 1px solid;
}

._form ._error {
    display: block;
    position: absolute;
    font-size: 13px;
    z-index: 10000001;
}

._form ._error._above {
    padding-bottom: 4px;
    top: -41px;
    right: 0;
}

._form ._error._below {
    padding-top: 4px;
    top: 100%;
    right: 0;
}

._form ._error._above ._error-arrow {
    bottom: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f37c7b;
}

._form ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f37c7b;
}

._form ._error-inner {
    padding: 8px 12px;
    background-color: #f37c7b;
    font-size: 13px;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

._form ._error-inner._form_error {
    margin-bottom: 5px;
    text-align: left;
}

._form ._button-wrapper ._error-inner._form_error {
    position: static;
}

._form ._error-inner._no_arrow {
    margin-bottom: 10px;
}

._form ._error-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

._form ._error-html {
    margin-bottom: 10px;
}


/* Form elements */

.form-row .required-asterix {
    display: none;
}

.form-row input {
    outline: none;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid black;
    font-weight: normal;
    font-size: 14px;
}

.form-row ::-webkit-input-placeholder {
    /* Chrome */
    color: #a4a4a4;
    transition: opacity 250ms ease-in-out;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 113.63 108.17'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M56.36 78.18L34.19 107.4 13.4 91.64l21.52-29.57L0 49.3l8-24.69 34.87 11.15C43.7 23.7 42.83 12 43.41 0h27v36l35.19-10.52 8 24.62L79 62.13l21.51 30.61-21.35 15.43z' fill='red' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 5px;
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.form-row :focus::-webkit-input-placeholder {
    opacity: 0.5;
}

.form-row :-ms-input-placeholder {
    /* IE 10+ */
    color: #a4a4a4;
    transition: opacity 250ms ease-in-out;
}

.form-row :focus:-ms-input-placeholder {
    opacity: 0.5;
}

.form-row ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a4a4a4;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

.form-row :focus::-moz-placeholder {
    opacity: 0.5;
}

.form-row :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #a4a4a4;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

.form-row :focus:-moz-placeholder {
    opacity: 0.5;
}

/* Opt In Fields */

.opt-in-fields {
	clear: both;
	padding: 10px 0;
}

.opt-in-fields ._form_element {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.opt-in-fields fieldset {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.opt-in-fields fieldset input[type=checkbox] {
	border: none;
	margin-top: 4px;
    width: auto;
	min-height: auto;
}

.opt-in-fields fieldset label {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 0 10px;
}

/*******************************************
:--- About Section ---:
*******************************************/

.about-section {
    margin: 80px auto;
}

.about-section h2 {
    position: relative;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about-section img {
    margin-top: 60px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    width: 100%;
}

.about-section ul {
    margin: 10px 0 10px 20px;
}

.about-section ul > li {
    list-style-type: disc;
	padding: 5px 0;
}

/*******************************************
:--- Presenters Section ---:
*******************************************/

.presenters {
    padding: 0 0 40px;
    margin-top: -20px;
}

.presenters .presenter-box {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
	border-radius: 0.375rem;
    padding: 15px;
    min-height: 280px;
	display: flex;
    align-items: flex-start;
}

.presenters .presenter-box img {
	max-width: 190px;
    margin-right: 20px;
}

.presenters .presenter-box h4 {
    margin: 5px 0;
}

.presenters .presenter-box p.title {
    margin-bottom: 3px;
    font-weight: bold;
    color: #555
}

.presenters .presenter-box .content {
    padding-left: 10px;
    line-height: 1.4;
	flex: 1;
}

@media (max-width: 576px) { /* Adjusts layout for small screens */
    .presenters .presenter-box {
        flex-direction: column; /* Stack elements vertically */
        align-items: center;
    }
    .presenters .presenter-box img {
        margin-right: 0; /* Remove margin on smaller screens */
        margin-bottom: 15px; /* Add spacing below the photo */
    }
}

/* Read more styles */

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: "+ Show more";
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: "- Show less";
    padding-left: 10px;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 5px;
    color: #4282b1;
    font-size: 16px;
    font-weight: normal;
}

/*******************************************
:--- Register button ---:
*******************************************/

.register-button {
    background: #0066CC;
	border-radius: 0.375rem;
    padding: 14px 54px;
    color: #fff;
    text-shadow: 0px 1px 1px #2971a7;
    border: 1px solid #2971a7;
    font-size: 18px;
    font-weight:bold;
    transition: all 0.2s;
    margin-bottom: 12px;
}

.register-button:hover {
    background: #1c2b59;
}

.register-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

/*******************************************
:--- Popover ---:
*******************************************/

.popover {
	background: #000;
    opacity: 0.7;
	color: #fff;
	padding: 6px;
	text-align: center;
}

.popover-body {
	color: #ffffff;
}

.popover .arrow::after, 
.popover .arrow::before {
	border-bottom-color: #000;
	border-top-color: #000;
    opacity: 0.7;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {
	border-bottom-color: #000;
}

/*******************************************
:--- Footer ---:
*******************************************/

footer.page-footer {
	background: var(--mtsu-dark-blue);
	color: #FFF;
	padding-bottom: 50px;
}

.footer-main {
	background: var(--mtsu-blue);
	padding: 100px 0;
}

.footer-logos {
	column-gap: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.footer-logos img {
	flex: 1;
}

.footer-logos .mt-logo {
	max-width: 190px;
}

.footer-logos .trueblue-logo {
	max-width: 400px;
}

.footer-disclaimer {
	padding: 50px 0 0;
	text-align: center;
}

.footer-disclaimer a {
    color: #FFF;
    text-decoration: underline;
}

.footer-disclaimer a:hover {
	text-decoration: none;
}

@media (max-width: 1200px) {
	.footer-disclaimer {
		padding: 2rem 0 6rem;
	}
}

@media (max-width: 767px) {
	.footer-logos .mt-logo {
		max-width: 150px;
	}

	.footer-logos .trueblue-logo {
		max-width: 250px;
	}
}

@media(max-width: 575px) {
	.footer-main {
		padding: 3rem 0;
	}
	.footer-logos {
		display: block;
	}
	
	.footer-logos img {
		display: block;
		margin: 0 auto;
	}
	
	.footer-logos .mt-logo {
		margin-bottom: 30px;
	}
}

/*******************************************
:--- Media Queries ---:
*******************************************/


/* Large Displays */

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }

    .form-row {
        padding: 32px 48px;
    }
}

@media (max-width: 1440px){
    .presenters .presenter-box {
        min-height: 310px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .form-row {
        margin-top: -425px;
        min-height: 450px;
    }

    .presenters .presenter-box {
        min-height: 335px;
    }

    .boxes span.date {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .form-row {
        margin-top: 20px;
        border-top: none;
    }
    .about-section img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .footer {
        text-align: center;
    }

    .presenters .presenter-box {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .form-row {
        min-height: auto;
        margin-top: 30px;
        padding: 20px 0 0;
        background: none;
        box-shadow: none;
    }
    .boxes .date-box {
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
        min-height: 185px;
        margin-top: -100px;
    }
    .boxes .col-xs-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .hero {
        background-position: 30% 15%;
    }

    footer.site-footer .logo-footer {padding: 10px 35%; }
    footer.disclaimer-footer {padding-bottom: 85px;}
    footer.site-footer .logo-footer img, footer.site-footer .true-blue svg {max-width: 320px;}
}

@media (max-width: 640px) {
    .hero .hero-text {
        margin: 0;
    }

    .lead {
        margin-bottom: 30px;
    }

    .boxes span.date {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .boxes span.date {
        font-size: 28px;
        line-height: 1;
        padding-top: 20px;
    }

    .boxes span.time {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        padding-top: 25px;
    }

	.boxes .location p {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
	}
    .presenters .presenter-box {
        margin-bottom: 20px;
    }
    .presenters .presenter-box img {
        float: none;
        display: block;
        clear: both;
        margin: 0 auto;
        padding: 0 20px 10px 0;
    }
    .presenters .presenter-box .content {
        font-size: 14px;
        padding-left: 10px;
    }
}

@media (max-width: 376px) {

    .boxes span.date {
        font-size: 30px;
        line-height: 1;
        padding-top: 5px;
    }

    .boxes span.time {
        padding-top: 40px;
    }
}

/********************************************
   IE Fixes
********************************************/

.ie7 label,
.ie8 label,
.ie9 label {
    padding: 2px 0 !important;
    text-shadow: none !important;
    display: block !important;
    color: #343434 !important;
    min-width: 150px;
    text-align: left;
    font-size: 15px !important;
    font-weight: normal !important;
}

.ie7 .required-ast-nolabel,
.ie8 .required-ast-nolabel,
.ie9 .required-ast-nolabel {
    display: none;
}