﻿@charset "utf-8";


/* CONTAINER TITLE HEADERS
------------------------------------------------ */

.sectionTitle {
background-color: #0a2d4e;
border-bottom: solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
font-size: 100%;
font-weight: bold;
letter-spacing: 2px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.new-stu-h-title {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d7888+0,8491a3+50,6d7888+100 */
background: rgb(109,120,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,120,136,1) 0%, rgba(132,145,163,1) 50%, rgba(109,120,136,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7888', endColorstr='#6d7888',GradientType=0 ); /* IE6-9 */
border-bottom: solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
margin-bottom: 10px;
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.streamTitle {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d7888+0,8491a3+50,6d7888+100 */
background: rgb(109,120,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,120,136,1) 0%, rgba(132,145,163,1) 50%, rgba(109,120,136,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7888', endColorstr='#6d7888',GradientType=0 ); /* IE6-9 */
border-bottom: solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
font-size: 18px;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.event-box td.titleBox {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99a5af+0,8491a3+50,99a5af+100 */
background: rgb(153,165,175); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,165,175,1) 0%, rgba(132,145,163,1) 50%, rgba(153,165,175,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(153,165,175,1) 0%,rgba(132,145,163,1) 50%,rgba(153,165,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(153,165,175,1) 0%,rgba(132,145,163,1) 50%,rgba(153,165,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a5af', endColorstr='#99a5af',GradientType=0 ); /* IE6-9 */
	
/*background-color: #99A5AF;*/
padding: 5px 0 6px;
border-bottom: solid 1px #000;
text-align: center;
color: #fff;
font-size: 16px;
font-weight: bold;
text-shadow: 1px 1px 1px #000; 
letter-spacing: 3px;
height: 22px;
}

/* *END* CONTAINER TITLE HEADERS
------------------------------------------------ */


/* BUTTON ELEMENTS
------------------------------------------------ */

.langButton {
display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
box-shadow: 3px 3px 8px #8f8f8f;
border-radius: 5px;
margin: 1% .5%;
padding: 2px 0 6px;
width: 72px;
}
.langButton a {
color: #fff;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.langButton a:hover {
color: #AFE3FF;
}
.listButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 240px;
margin: 15px 0;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.listButton a {
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.listButton a:hover {
color: #AFE3FF;
}
.recButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 3px 0 4px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 140px;
margin-bottom: 5px;
color: #fff;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.recButton a {
color: #fff;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.recButton a:hover {
color: #AFE3FF;
}
.liveButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 300px;
margin-bottom: 10px;
}
.liveButton a {
color: #fff;
font-size: 18px;
font-weight: bold;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #000;
}
.liveButton a:hover {
color: #AFE3FF;
}
.overButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 240px;
margin: 4px 0 5px;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.overButton a {
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.overButton a:hover {
color: #AFE3FF;
}

@media only screen and (min-width: 800px) {
		.playerButton {
		display: inline-block;
		border: outset 2px #CFCFCF;
		border-radius: 10px;
		background: url('../../images/title_tex_b.png');
		width: 95px;
		padding: 4px 0 3px;
		margin: 2% 1%;
		font-size: 70%;
		font-weight: bold;
		letter-spacing: 2px;
		text-shadow: 2px 2px 5px #000;
		text-transform: uppercase;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
}

@media only screen and (min-width: 1024px) {
		.playerButton {
		width: 105px;
		padding: 4px 0 3px;
		margin: 2%;
		font-size: 80%;
		letter-spacing: 2px;
		}
}

.playerButton a:hover {
color: #fff;
}
.mobileButton a {
color: #FF7FF6;
}
.dvrButton a {
color: #FFA97F;
}
.refButton a {
color: #AFFFE7;
}
.linkButton a {
color: #fff;
}
.linkButton a:hover {
color: #AFE3FF;
}
.modButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 3px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 160px;
margin: 10px 0 5px;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.modButton a {
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.modButton a:hover {
color: #AFE3FF;
}
.orderButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 200px;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.orderButton:hover {
color: #AFE3FF;
}
.submitButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 0 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 200px;
margin-left: 80px;
color: #fff;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}
.submitButton:hover {
color: #AFE3FF;
}

/* *END* BUTTON ELEMENTS
------------------------------------------------ */



/* HEADER NAV
------------------------------------------------ */

#header_menu ul {
margin: 0;
padding: 0;
list-style-type:none;
}
#header_menu ul li {
float:left;
position:relative;
display:block;
}
#header_menu ul li a,#header_menu ul li a:hover {
display:block;
line-height:30px;
padding:0px 10px;
text-decoration:none;
color:#333;
border-right:1px #9FDBFF solid;
}
#header_menu ul li a:hover {
background:#9FDBFF;
}
#header_menu ul li ul {
position:absolute;
width:180px;
z-index:100;
border-top:none;
left:0px;
display:none;
padding:0px;
background:#333;
-moz-box-shadow:6px 6px 6px #CFCFCF;
-webkit-box-shadow:6px 6px 6px #CFCFCF;
box-shadow:6px 6px 6px #CFCFCF;
}
#header_menu ul li ul li a,#header_menu ul li ul li a:hover {
border-right:0px;
}
#header_menu ul li.explore:hover ul {
display:block;
}
#header_menu ul li.explore:hover,#header_menu ul li.explore:hover a,#header_menu ul li.explore:hover a:hover {
background:#0a2d4e; color:#fff;}

#header_menu ul li ul li {
float:none;
}
#header_menu ul li ul li a,#header_menu ul li ul li a:hover,#header_menu ul li.explore:hover ul li a,#header_menu ul li.explore:hover ul li a:hover {
background:#333;
line-height:normal;
color:#fff;
width:250px;
padding-bottom:3px;
padding-top:3px;
}
#header_menu ul li.explore_apps:hover ul li a,#header_menu ul li.explore_apps:hover ul li a:hover {
padding-bottom:6px;
padding-top:6px;
}
#header_menu ul li.explore:hover ul li a:hover {
background:#3F3F3F;
color:#fff;
}
#left {
float:left;
width:180px;
overflow:hidden;
padding:10px 0px;
border-right:1px #D7D7D7 solid;
}
.v_middle {
vertical-align: middle;
box-shadow: none;
width: 14px;
}

/* -------------------- Links Container -------------------- */

#header_menu_page_holder { 
background-color:#0a2d4e;
border-bottom: solid 1px #000;
height: 26px; 
padding: 5px 0 3px;
margin-top: 10px;
width: 100%;
}

/* -------------------- END -------------------- */

#header_menu {
background:transparent;
padding-left:0px;
}
#header_menu_holder ul li ul {
-moz-box-shadow:0 0 0;
-webkit-box-shadow:0 0 0;
box-shadow:0 0 0;
}
#header_menu_holder ul li a, #header_menu_holder ul li a:hover {
text-shadow:1px 1px 1px #000;
font-size:11px;
}
#header_menu_holder ul li a:hover, #header_menu_holder ul li a.has_drop_down:hover {
color:#fff;
text-shadow:1px 1px 1px #000;
background:#373737;
}
#header_menu_holder ul li a.has_drop_down {
color:#fff;
}
#header_menu_holder ul li a.active, #header_menu_holder ul li a.active:hover {
color:#42609C;
text-shadow:1px 1px 1px #fff;
background:#fff;
}
#header_menu_holder ul li ul li a, #header_menu_holder ul li ul li a:hover {
text-shadow:0px 0px 0px;
}

/* -------------------- Link Elements -------------------- */

#header_menu ul li { 
border: 0;
color: #fff;
text-shadow: 1px 1px 1px #000;
line-height: 20px;
font-size: 110%;
padding: 0 2%;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
border-right: 1px solid transparent;
border-image-source: url('../../images/menu_div.png');
border-image-slice: 3;
}

/* -------------------- END -------------------- */

#header_menu ul li a, #header_menu ul li a:hover { 
border: 0;
color:#fff;
text-shadow:1px 1px 1px #000;
line-height: 20px;
font-size: 100%;
padding: 0 0 3px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
}
#header_menu ul li a:hover { 
color:#fff;
text-shadow:1px 1px 1px #000;
width: 100%;
}
#header_menu ul li a.is_active { 
color:#fff;
text-shadow:1px 1px 1px #000;
width: 100%;
}
#header_menu ul li.explore:hover,#header_menu ul li.explore:hover a,#header_menu ul li.explore:hover a:hover {
color:#fff;
text-shadow:1px 1px 1px #000;
}
#header_menu ul li ul li a,#header_menu ul li ul li a:hover,#header_menu ul li.explore:hover ul li a,#header_menu ul li.explore:hover ul li a:hover {
background: #0a2d4e;	
line-height:24px;
font-size: 12px;
letter-spacing: 1px;
padding: 5px 10px 0 10px;
}
#header_menu ul li.explore:hover ul li a:hover {
background:#7A9AA9;
padding: 0 10px;
margin-top: 5px;
}
#header_menu ul li.explore ul { 
background: #0a2d4e;
box-shadow:4px 4px 8px #000;
padding-bottom:12px;
padding-top:2px;
text-align:left;
width: auto;
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
}
/* *END* HEADER NAV
------------------------------------------------ */




/* MAIN PAGE SLIDES
------------------------------------------------ */

#slides {
position: relative;
width: 100%;
}

#slides .slides_container {
position: relative;
display: none;
}

#slides .slides_container img {
width: 960px;
height: 540px;
}

/* END MAIN PAGE SLIDES
------------------------------------------------ */


/* SLIDING POP-UP
------------------------------------------------ */

#note { 
text-align: center;
/*border: 2px solid #7F0000;*/
display: none;
}

#sliding_popup {
position: fixed;
display: block;
width: 100%;
padding: 0px;
margin: 0px;
z-index: 100;
}

#sliding_popup .box {
display: block;
width: 800px;
height: auto;
padding: 20px;
background: #4C5F6F;
border: ridge 5px #dfdfdf;
}

#sliding_popup .content {
background-color: #fff;
border-radius: 5px;
padding: 5px;
padding-bottom: 20px;
}

#sliding_popup .close {
overflow: hidden;
display: block;
width: 20px;
height: 20px;
margin: 1px 5px 4px 0;
background-image: url(/images/close-w.png);
background-size: 20px;
}

@font-face {
font-family: "Marketing"; src:url("/includes/fonts/MarketingScript.ttf") format("truetype"); 
font-weight:normal; 
font-style:normal;
}

/* *END* SLIDING POP-UP
------------------------------------------------ */


/* INFO BOXES
------------------------------------------------ */


.beg-box {
display: inline-block;
vertical-align: top;
padding: 2%;
width: 35%;
margin: 20px 1.5% 0;
background-color: #fff;

border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}
div.beg-box:nth-child(2) {
margin: 0 10%;
}
.beg-box img {
border: ridge 1px #5F5D59;
box-shadow: 3px 3px 6px #8f8f8f;
border-radius: 3px;
width: 100%;
}
.beg-box a {
color: #00488F;
text-decoration: none;
font-size: 100%;
font-weight: bold;
letter-spacing: 2px;
line-height: 200%;
text-shadow: 2px 2px 4px #6F665A;
font-family: Verdana, Geneva, sans-serif;
}
.beg-box a:hover {
color: #5F1717;
text-decoration: underline;
text-shadow: 2px 2px 4px #6F665A;
font-family: Verdana, Geneva, sans-serif;
}

/* *END* INFO BOXES
------------------------------------------------ */


/* CONTENT PAGES
------------------------------------------------ */

.staff-itin {
width: 800px;
background-color: #fff;
border: solid 1px;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
margin: 20px 0 40px;
}
.cont-cont {
width: 980px;
margin: 50px 0 0;
background-color: #fff;
border: solid 1px;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}
.cont-cont-l {
display: inline-block;
vertical-align: top;
width: 483px;
margin: 10px 10px 0 0;
background-color: #fff;
border: solid 1px;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}
.cont-cont-r {
display: inline-block;
vertical-align: top;
width: 483px;
margin: 10px 0 0;
background-color: #fff;
border: solid 1px;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}
.cont-cont-l h3 {
text-align: center;
font-size: 18px;
font-weight: bold;
color: #07406F;
text-shadow: 3px 3px 3px #afafaf;
height: 50px;
padding: 10px;
}
.cont-cont-l h4 {
text-align: center;
font-size: 16px;
font-weight: bold;
color: #07406F;
padding: 0 10px;
}
.cont-cont-r h3 {
text-align: center;
font-size: 18px;
font-weight: bold;
color: #07406F;
text-shadow: 3px 3px 3px #afafaf;
height: 50px;
padding: 10px;
}
.cont-cont-r h4 {
text-align: center;
font-size: 16px;
font-weight: bold;
color: #07406F;
padding: 0 10px;
}
/* *END* CONTENT PAGES
------------------------------------------------ */

/* TRANSLATION SERVICES PAGE
------------------------------------------------ */

div.transrv {
clear: left;
padding: 0;
}

div.transrv.inactive {
display: none;
}

a.active {
font-weight: bold;
}

div.inactive {
display: none;
}

ol#toc {
height: 40px;
list-style: none;
margin: 0;
padding: 10px 0 0;
}

ol#toc a {
background: url('../../images/tabs-2.gif');
color: #fff;
font-size: 11px;
font-weight: bold;
display: block;
padding: 8px 0;
text-decoration: none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: ridge 3px #55536F;
}

ol#toc a:hover {
background-position: 0 -120px;
color: #ECFF8F;
}

ol#toc li {
float: left;
margin: 0 .35%;
list-style: none;
width: 73px;
}

ol#toc li a.active {
background-position: 0 -60px;
color: #fff;
font-weight: bold;
}
.covQuestiong {
margin-bottom: 20px;
}
.ltr {
text-align: left;
}
.rtl {
text-align: right;
}

#CopForm input {
width: 30px;
}

/* *END* TRANSLATION SERVICES PAGE
------------------------------------------------ */


.banner {
background-color: #fff;
width: 100%;
color: #5F5F5F;
padding: 15px 0 5px;
margin: 0 0 20px;
box-shadow: 3px 3px 8px #8f8f8f;
}
.banner h1 {
font-size: 40px;
font-weight: bold;
letter-spacing: 3px;
margin: 0 0 5px;
color: #293F6F;
text-shadow: 6px 6px 6px #BFBFBF;
}
.banner h2 {
font-size: 24px;
font-weight: bold;
letter-spacing: 2px;
color: #000;
text-shadow: 3px 3px 3px #BFBFBF;
}


/* OVERVIEW / MY STREAMS PAGE'S
------------------------------------------------ */

.streamContent {
display: block;
}

.streamBanner {
background-color: #fff;
color: #5F5F5F;
padding-bottom: 25px;
margin: 30px 0;
box-shadow: 3px 3px 8px #8f8f8f;
}

.streamBanner h1 {
font-size: 200%;
font-weight: bold;
letter-spacing: 1px;
margin: 0 0 10px;
color: #293F6F;
text-transform: uppercase;
text-shadow: 3px 3px 6px #BFBFBF;
}

.streamBanner h2 {
font-size: 150%;
margin: 0;
}

.bannerTitle {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d7888+0,8491a3+50,6d7888+100 */
background: rgb(109,120,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,120,136,1) 0%, rgba(132,145,163,1) 50%, rgba(109,120,136,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(109,120,136,1) 0%,rgba(132,145,163,1) 50%,rgba(109,120,136,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7888', endColorstr='#6d7888',GradientType=0 ); /* IE6-9 */
border-bottom: solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 5px;
font-size: 120%;
font-weight: bold;
letter-spacing: 3px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.stream-cont {
display: inline-block;
vertical-align: top;
width: 48%;
height: auto;
background-color: #fff;

border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
margin: 0 .7% 4%;
padding: 18px 0;
}

.stream-cont-list {
display: inline-block;
width: 45%;
font-size: 100%;
font-weight: bold;
letter-spacing: 0px;
margin: 0 0 5px;
}

.stream-cont h3 {
color: #293F6F;
font-size: 110%;
letter-spacing: 1px;
text-shadow: 3px 3px 6px #999;
}

.stream-cont h4 {
font-size: 100%;
letter-spacing: 0px;
margin: 0 0 10px;
}

.stream-cont h6 {
color: #002E5F;
font-size: 90%;
letter-spacing: 0px;
padding: 0 10px;
margin: 8px 0 0;
}

.stream-cont img {
border: solid 1px #000;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
width: 90%;
}

.streamButton {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+0,444444+100 */
background: rgb(136,136,136); /* Old browsers */
background: -moz-linear-gradient(top, rgba(136,136,136,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(136,136,136,1) 0%,rgba(68,68,68,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
padding: 4px 10px 5px;
box-shadow: 3px 3px 8px #8f8f8f;
width: 200px;
margin: 15px 0 5px;
color: #fff;
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
text-shadow: 1px 1px 1px #000;
}

.streamButton a {
color: #fff;
font-weight: bold;
letter-spacing: 1px;
text-shadow: 1px 1px 1px #000;
}

.streamButton a:hover {
color: #AFE3FF;
}

/* *END* OVERVIEW / MY STREAMS PAGE'S
------------------------------------------------ */


/* STREAMING PAGE
------------------------------------------------ */

.video-main {
background-color: #fff;
width: 100%;
height: auto;
margin-top: 1em;
}

.v-cont {
border: ridge 6px #5f5f5f;
background-color: #000000;
margin: 1em;

}
.v-player {
background-color: #000;
border: inset 2px #8f8f8f;
font-size: 32px;
font-weight: bold;
color: #fff;
margin: .15em .15em .2em;
}

.v-player img {width: 100%; margin-bottom: -3.5px;}

.notice-v {display: none;}
/*
background-color: #fff;
border: solid 1px;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
}

.notice-v-cont {
padding: 20px;
}
.notice-v-cont p {
font-size: 15px;
font-weight: bold;
color: #18485C;
text-align: center;
margin: 10px 0;
}
.notice-v-cont-item {
display: inline-block;
vertical-align: top;
width: 40%;
}
.notice-v-cont-item img {
border: solid 1px #000;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
width: 85%;
}
  */

.mod-head-l {
display: inline-block;
vertical-align: top;
width: 48%;
margin: 20px 0;
}
.mod-head-l p {text-align: center;}

.outerFrm {
background-color: #000;
border: groove 3px #999;
width: 80%;
padding: 5px 8px 5px 5px;
}
.innerFrm {
border: solid 2px silver;
border-radius: 5px;
width: 100%;

}
.innerFrm img {
width: 100%;
}
.mod-head-r {
display: inline-block;
vertical-align: top;
width: 48%;
margin: 20px 0;
}
.mod-head-r h2 {
font-size: 24px;
color: #07406F;
letter-spacing: 2px;
margin: 25px 0 20px;
text-shadow: 3px 3px 6px #8f8f8f;
}
.mod-head-r h3 {
font-size: 18px;
color: #09394E;
letter-spacing: 3px;
margin-top: 0px;
text-shadow: 3px 3px 3px #8f8f8f;
}
.mod-head-r h5 {
font-size: 16px;
color: #7F0000;
letter-spacing: 1px;
margin: 5px 0 0;
}
.mod-head-r p {
  text-align: center;
}
.mod-cont {
background-color: #fff;
border: solid 1px;
border-radius: 5px;
box-shadow: 3px 3px 6px #8f8f8f;
width: 980px;
margin: 50px 0;
}
.mod-cont-item {
display: inline-block;
vertical-align: top;
height: 105px;
width: 460px;
margin: 30px 0 20px 5px;
}
.mod-cont-item li {
display: inline-block;
vertical-align: top;
float: left;
font-weight: bold;
color: #000;
font-size: 16px;
padding: 0;
}
.mod-cont-item-cont {
display: inline-block;
vertical-align: top;
font-weight: bold;
color: #09394E;
font-size: 16px;
padding: 0;
}
.mod-cont h1 {
font-size: 36px;
color: #0B3B4F;
margin: 30px 0 0;
}
.mod-cont-item-cont h5 {
font-size: 14px;
letter-spacing: 2px;
margin: 0;
}
/* *END* STREAMING PAGE
------------------------------------------------ */


/* COP
------------------------------------------------ */

#cop_box {
width: 120px;
height: 100px;
border-radius: 5px;
}
#cop_box img {
border: 1px solid #8F8F8F;
border-radius: 10px;
float: none;
margin: 0;
}
#cop_box a {
color: #7F272B;
text-decoration: none;
font-size: 10pt;
font-weight: bold;
font-family: Verdana, Geneva, sans-serif;
margin: 0;
text-shadow: 3px 3px 3px #666666;
line-height: 26px;
}
#cop_box a:hover {
color: #003875 !important;
text-decoration: none;
text-shadow: 3px 3px 3px #666666;
font-family: Verdana, Geneva, sans-serif;
}

/* COP END
------------------------------------------------ */

/* CART
---------------------------------------------------*/

.evtcart {
width: 820px;
height: auto;
margin: 0;
padding: 0 40px 0 40px;
text-align: left;
overflow: hidden;
}
.evtcart p { 
font-size: 16px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
margin-right: 5px;
}
.evtcart td { 
font-size: 16px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
line-height: 125%;
}
.evtcart a {
text-decoration: none;
color: #7F0000;
background-color: none;
font-weight: bold;
font-size: 16px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
}
.evtcart a:hover {
text-decoration: underline;
color: #002E5F;
background-color: none;
font-weight: bold;
font-size: 16px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
}
.evttext {
font-size: 15px;
font-family: Verdana, Geneva, sans-serif;
letter-spacing: 1px;
width: 500px;
height: 150px;
}
.secTitle {
color: #000000;
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
font-family: Verdana, Geneva, sans-serif;
}
.titleOrder {
font-size: 20px;
text-align: right;
font-weight: bold;
padding-right: 15px;
}
.titleSection {
font-size: 20px; 
color: gold; 
margin-bottom: 10px;
}

/* END
------------------------------------------------ */


/* ------------------ STARTING ------------------------- */
/* ------------------ VERITCAL ------------------------- */
/* ------------------ LAYOUT ------------------------- */



/* ------------------ 1200px ------------------------- */


@media only screen and (max-width: 1200px) {
	
.state {
font-size: 22px;
}
.stu_box {
width: 200px;
margin: 0 10px;
}
.stu_box img {
width: 160px;
}
.banner h1 {
font-size: 28px;
}
.banner h2 {
font-size: 20px;
}

}


/* ------------------ 1024px (iPad's Landscape) ------------------------- */

@media only screen and (max-width: 1024px) {

.staffview {
margin: 0 0 40px;
}
.sched-evt-box {
font-size: 15px;
}

}

/* ------------------ END 1024px (iPad's Landscape) ------------------------- */




/* ------------------ 962px (Nexus 7 Portrait)------------------------- */

@media only screen and (max-width: 962px) { 
.sectionTitle {
padding: 3px;
font-size: 14px;
letter-spacing: 3px;
}
}

/* ------------------ END 962px (Nexus 7 Portrait) ------------------------- */




/* ------------------ 800px (Galaxy 10 Portrait) ------------------------- */

@media only screen and (max-width: 800px) {

.sched-evt-box {
font-size: 14px;
}
.elg-reg-cont-title {
font-size: 20px;
letter-spacing: 3px;
}
.elg-reg-cont-text {
font-size: 16px;
letter-spacing: 2px;
}
.elg-reg-box-title {
font-size: 18px;
letter-spacing: 2px;
margin: 20px;
}
.elg-reg-box-info {
font-size: 16px;
letter-spacing: 1px;
}
.elg-reg-box li {
font-size: 16px;
}

}

/* ------------------ END 800px (Galaxy 10 Portrait) ------------------------- */




/* ------------------ 768px (iPad's Landscape) ------------------------- */

@media only screen and (max-width: 768px) {

.sched-evt-box {
display: block;
font-size: 16px;
width: 80%;
}

}

/* ------------------ END 768px (iPad's Landscape) ------------------------- */


