@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	background-color:#FFF;
}

.mainHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
	background-color:#000;
	line-height:0px;
}

.onlineHeader {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
    background-color:#f4e5bc;
    background-image:url("background_fall_2026_2.png");
    background-size:100% 100%;
    background-position: 50% 100%;
    background-repeat:no-repeat;
}

.onlineHeader .theHeaderImage {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	max-width:1180px;
	/*
	max-width:816px;
	margin-top:45px;
	margin-bottom:90px;
	
	
	*/
}

.headerArea {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
	background: rgb(255,250,248);
	background: linear-gradient(180deg, rgba(255,250,248,1) 0%, rgba(253,203,208,1) 100%);
	box-sizing:border-box;
	padding:25px;
	overflow:hidden;
}

.headerArea .sideImage {
	position:absolute;
	top:0px;
	width:auto;
	height:100%;
	display:block;
}

.headerArea .sideImageLeft {
	left:0px;
}

.headerArea .sideImageRight {
	right:0px;
}

.headerFrame {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
	box-sizing:border-box;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:50px;
	padding-right:50px;
	border:solid;
	border-width:1px;
	border-color:#FFF;
}

.headerArea .headerTextImage {
	width:100%;
	max-width:750px;
}

.videoHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
	/*background: rgb(255,255,204);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,204,.25) 100%);*/
	line-height:0px;
	padding-bottom:50px;
}

.videoContainer {
	position:relative;
	left:0px;
	top:0px;
	width:95%;
	max-width:1080px;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:25px;
	margin-top:15px;
}

.videoContainer .headerContainer {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	box-sizing:border-box;
}

.videoHolder .videoPlayerHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
    background-color:#FFF;
    border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
    overflow:hidden;
}


.videoHolder .videoPlayerHolder .videoSide {
	position:relative;
	left:0px;
	top:0px;
	width: calc(100% - 210px);
	height:auto;
	display:inline-block;
	box-sizing:border-box;
    float:right;
}

.videoHolder .videoPlayerHolder .listSide {
    position:absolute;
	left:0px;
	top:0px;
	width: 210px;
	height:100%;
	display:inline-block;
	box-sizing:border-box;
    background-color:#FFF;
    border-right:solid;
    border-right-color:#cccccc;
    border-right-width:2px;
    overflow-x: hidden;
	overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
	padding-right: 0px;
    padding-top:1px;
    padding-bottom:1px;
    padding-left:1px;
}

.videoHolder .videoPlayerHolder .listSide::-webkit-scrollbar {
    -webkit-appearance: none;
}

.videoHolder .videoPlayerHolder .listSide::-webkit-scrollbar:vertical {
    width: 11px;
}

.videoHolder .videoPlayerHolder .listSide::-webkit-scrollbar:horizontal {
    height: 11px;
}

.videoHolder .videoPlayerHolder .listSide::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.videoHolder .videoPlayerHolder .listSide .videoItem {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:none;
	vertical-align:top;
	box-sizing:border-box;
	padding:5px;
}

.videoHolder .videoPlayerHolder .listSide .videoItem.show {
    display:inline-block;
}

.videoHolder .videoPlayerHolder .listSide .videoItem .overlay {
	position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
	box-sizing:border-box;
	padding:5px;
	
}

.videoHolder .videoPlayerHolder .listSide .videoItem .overlay p {
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	font-family:MuseoSans-300;
	color:#000;
	font-size:14px;
	line-height:1.1em;
    cursor:pointer;
}

.videoHolder .videoPlayerHolder .listSide .videoItem .videoImage {
	position:relative;
	left:0px;
	top:0px;
    /*
	width:100%;
	height:auto;
    */
	display:inline-block;
	box-sizing:border-box;
	border:solid;
	border-width:2px;
	border-color:#e7e7e7;
	cursor:pointer;
    margin-bottom:5px;
}

.videoHolder .videoPlayerHolder .listSide .videoItem:hover {
	background-color:#d5e2e6;
}

/*
.videoHolder .videoPlayerHolder .listSide .videoItem.selected .videoImage  {
	border-color:#f1212e !important;
}
*/

.videoHolder .videoPlayerHolder .listSide .videoItem.selected .overlay p  {
	font-family:MuseoSans-700;
}

.videoHolder .videoPlayerHolder .listSide .videoItem.selected {
    background-color:#53c1e1;
}

.videoHolder .videoPlayerHolder .infoHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFF;
	text-align:left;
	padding-bottom:15px;
	
}

.videoHolder .videoPlayerHolder .infoHolder .buttonHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.videoHolder .videoPlayerHolder .infoHolder .buttonHolder .codeButton {
	position:relative;
	left:0px;
	top:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	background-color:#f1212e;
	color:#FFF;
	font-family:MuseoSans-500;
	font-size:11px;
	line-height:11px;
	display:inline-block;
	text-decoration:none;
	border-radius:5px;
	float:right;
	margin-left:5px;
}

.videoHolder .videoPlayerHolder .infoHolder h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	font-family:MuseoSans-900;
	font-size:24px;
	line-height:1.2em;
}

.videoHolder .videoPlayerHolder .infoHolder h3 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	font-family:MuseoSans-500;
	font-size:16px;
	line-height:1.5em;
	padding-top:3px;
}

.videoHolder .videoPlayerHolder .infoHolder p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	padding-left:10px;
	padding-right:10px;
	font-family:MuseoSans-500;
	font-size:14px;
	line-height:1.5em;
}

.videoHolder .videoPlayerHolder .infoHolder p strong {
    font-weight:normal;
    font-family:MuseoSans-700;
}

.videoHolder .videoPlayerHolder .infoHolder p i {
    font-style:normal;
    font-family:MuseoSans-500Italic;
}

.videoHolder .videoPlayerHolder .infoHolder p a {
	color:#f1212e !important;
}

.videoHolder .videoContent {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
}

.select-css, .select-css-top {
	display:none;
	font-size: 16px;
	font-family:MuseoSans-700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23f1212e%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
	margin-top:10px;
	margin-bottom:10px;
}

.select-css-top {
    color:#FFF;
    background-color: #ff0000;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ff0000 0%,#ff0000 100%);
}

.selectText {
    display:none;
}
.select-css::-ms-expand, .select-css-top::-ms-expand {
	display: none;
}
.select-css:hover, .select-css-top:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.select-css-top:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #FFF;
	outline: none;
}
.select-css option, .select-css-top option {
	font-weight:normal;
}

.videoHolder .popup {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:100;
	background-color:rgba(0,0,0,.8);
	text-align:center;
}

.videoHolder .popup .popupContainer {
	position:relative;
	left:0px;
	top:50%;
	width:90%;
	height:auto;
	display:inline-block;
	background-color:#FFF;
	padding:15px;
	box-sizing:border-box;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	max-width:620px;
	border-radius:5px;
	text-align:center;
}

.videoHolder .popup .popupContainer h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	font-family:MuseoSans-900;
	font-size:18px;
	line-height:1.5em;
	text-transform:uppercase;
}

.videoHolder .popup .popupContainer input {
	position:relative;
	left:0px;
	top:0px;
	width:90%;
	height:auto;
	display:inline-block;
	font-family:MuseoSans-500;
	font-size:14px;
	line-height:1.8em;
	margin-top:10px;
	margin-bottom:10px;
}

.videoHolder .popup .popupContainer button {
	background-color: #f1212e;
	border: none;
	color: white;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-family:MuseoSans-700;
	text-transform:uppercase;
	border-radius:15px;
	-webkit-appearance:none;
}

.videoHolder .popup .popupContainer .closeButton {
	position:absolute;
	right:-8px;
	top:-8px;
	width:16px;
	font-family:MuseoSans-700;
	color:#FFF;
	background-color: #f1212e;
	padding:10px;
	border-radius:20px;
	display:block;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}

.bottomHolder {
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:auto;
	display:inline-block;
	box-sizing:border-box;
}

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.5em;
    width: 100%;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
    outline: none;
    text-align: center;
	font-size:16px;
	line-height:1em;
	box-sizing:border-box;
	opacity:.75;
}

.share-btn:hover {
  opacity:1;
}

.share-btn:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit      { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }
.share-btn.pinterest   { background: #c5282f; }

.linkHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	box-sizing:border-box;
	background-color:#f4f4f4;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
}

/*
.linkHolder a {
	text-decoration: none;
	font-family:MuseoSans-700;
	color: #FFF !important;
	font-size: 17px;
	display: inline-block;
	margin-left:15px;
	margin-right:15px;
	background-color:#e10081;
	width:200px;
	height:50px;
	line-height:49px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:15px;
}

.bottonIcon {
	vertical-align:middle;
}
*/

.linkHolder a {
	text-decoration: none;
	font-family:MuseoSans-700;
	color: #FFF !important;
	font-size: 17px;
	display: inline-block;
	margin-left:15px;
	margin-right:15px;
	background-color:#f47f38;
	width:210px;
	height:50px;
	line-height:49px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:15px;
}

.bottonIcon {
	vertical-align:middle;
}

.bottomButton {
	position:relative;
	left:0px;
	top:0px;
	width:35%;
	height:auto;
	display:inline-block;
	margin-left:5%;
	margin-right:5%;
	margin-top:10px;
	margin-bottom:10px;
	max-width:275px;
}

#topbar_holder {display:none;}
#aem-menu {
	width:100% !important;
	min-height:0px !important;
	max-height: 0px !important;
}
#aem-menu .menu-links {
	display:none !important;
}
#aem-menu .sidebar-header {
	background-color:#e20c32 !important;
}
#aem-menu section .sidebar-header .logo > img {
	display:inline-block !important;
}
html {
	margin-left: 0px !important;
	margin-top: 0px !important;
	padding-left:0px !important;
}
html body {
	margin-left: 0px !important;
	padding-left:0px !important;
}

	
@media (max-width: 992px) {
	#aem-menu {
		max-width:992px !important;
	}

}


@media only screen and (max-width:1420px){
	
	.bottomHolder {
		width:30px;
	}
	
	.share-btn {
		font-size:14px;
	}
}



@media only screen and (max-width:919px){
	.videoHolder .videoContent .videoItem .overlay p {
		font-size:14px;
	}
	
}

@media only screen and (max-width:750px){
	.select-css, .select-css-top {
		display:block;
	}
    .selectText {
        margin:0px;
        padding:0px;
        position:relative;
        left:0px;
        top:0px;
        width:100%;
        text-align: left;
        font-family:MuseoSans-700;
        color:#FFF;
        font-size: 16px;
        line-height:1.1;
        display:inline-block;
    }
	.videoHolder .videoContent .videoItem {
		display:none;
	}
	.videoContainer {
		width:100%;
	}
	.bottomHolder {
		width:120px;
		
	}
	.share-btn {
		width:30px;
	}
	.onlineHeader .theHeaderImage {
		width:100%;
	}
	.bottomButton {
		width:90%;
		max-width:350px;
	}
}


@media only screen and (max-width:520px){
	.headerFrame {
		padding:15px;
	}
	.headerArea {
		padding:10px;
	}
}

.videoContent .navRow {
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:60px;
    display:inline-table;
}

.videoContent .navRow .videoNav {
    position:relative;
    left:0px;
    top:0px;
    width:14.28%;
    height:60px;
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    background-color:#eeeeee;
    color:#000;
    font-family:MuseoSans-500;
    font-size:14px;
    line-height:1.1;
    text-decoration: none;
    box-sizing:border-box;
    padding-left:9px;
    padding-right:9px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left:solid;
    border-right:solid;
    border-top:solid;
    border-width:1px;
    border-color:#000;
}

.videoContent .navRow .videoNav.selected {
    background-color:#FF0000;
    color:#FFF;
    font-family:MuseoSans-700;
}

@media only screen and (max-width:960px) {
    .videoHolder .videoPlayerHolder .videoSide {
        width: calc(100% - 150px);
    }

    .videoHolder .videoPlayerHolder .listSide {
        width: 150px;
    }
    .videoHolder .videoPlayerHolder .listSide .videoItem .overlay p {
        font-size:14px;
        line-height:1.1em;
    }
}

@media only screen and (max-width:760px) {
    .videoHolder .videoPlayerHolder .videoSide {
        width: 100%;
    }

    .videoHolder .videoPlayerHolder .listSide {
       display:none;
    }
    .videoHolder .navRow {
         display:none;
    }
}

#videoContainerBox {
    position:relative;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    display:none;
    padding-bottom:56.25%;
}


#email-signup-form-container  {padding-top: 30px; padding-bottom: 25px; }
#user-submitted-email-address { padding: 8px 3px 8px 3px;}
#email-signup-form-txt {padding: 0 0 18px 0;font-family: "MuseoSans-500";font-size:16px;line-height: 1;}
#email-signup-form-txt #header {padding-bottom: 15px;}
    
#user-email-submit-button {font-family: "MuseoSans-500"; width: 150px; border-radius: 22px; background-color: #ccc; display: inline-block; padding: 15px 12px 15px 12px;  }
#email-signup-form-container a {   all: unset;  cursor: pointer;  color: inherit;}
#email-submission-invalid-email {font-family: "MuseoSans-500";font-size:14px; color:red; padding: 10px 0px 0px 0px;}
#email-submission-thank-you {font-family: "MuseoSans-500";font-size:16px; padding:25px;}