@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	background-size: contain;
	font-family: 'Catamaran', sans-serif;
	/*font-size: 18px;*/ 
	font-size: 1.125em; /*ADA Compliance */
	line-height: 1.2;
	color: #373737;
	}
#fixedNavigation
{
    position: fixed;
    z-index: 5;
	top: 0px;
	left: 0px;
    width: 1200px;
    height: 86px;
	overflow: hidden;
}
#fixedHeader
{
   /* position: fixed;
    z-index: 5;
	top: 0px;
	left: 0px;
    width: 1200px;
    min-height: 86px;*/
	/*overflow: hidden;*/
	/* ONLY THE HEIGHT CHANGES ON THIS STYLE */
	float: left;
	width: 1200px;
	min-height: 86px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}

.navShadow
{
	background: transparent url(/images/design/bg-nav-depth.png) repeat-x top left;
	width: 1200px;
	height: 12px;
	clear: both;
	position: relative;
	top: -3px;
	left: 0px;
}

#mainDiv{
	margin:0px auto 0px auto;
	min-width:1200px;
	
}
.logo{
	background: transparent url() no-repeat top center;
    width: 210px;
    height: 55px;
    position: absolute;
    top: 10px;
    left: 10px;
    /* padding-left: 20px; */
    z-index: 999;
}
#topNav{
	width: 1200px;
	height: 0px;
	float: left;
}
#navLinks{
	padding: 0px 0px 0px 0px;
    list-style: none;
    position: absolute;
    z-index: 1;
    top: -20px;
    right: 0px;
    width: 800px;
	text-align: right;
    height: 20px;
}
#navLinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navLinks li {
	display: inline-block;
}
#navLinks a{
    padding: 0px 22px 0px 0px;
    font-family: 'Catamaran', sans-serif;
    /*font-size: 13px;*/
	font-size: 0.7em; /* ADA Compliance */
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.5px;
}

#navLinks a:hover{
	color: #ed3342;
	cursor: pointer;
}
#mainNav{
	background: transparent url(/images/design/main-nav.png) no-repeat top left;
	width: 1200px;
    height: 77px;
	padding: 0;
	list-style: none;
	float: left;
    margin: 0px 0px 0px 0px;
	text-align: right;
	position: relative;
}
#mainNav ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
	/*width: 900px;*/
	width: 1200px;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
#mainNav ul.nav li.mainNavButtonLI {
	display: inline-block;
    margin-left: -5px;
}
#mainNav ul.nav li.mainNavButtonLI > a{
	display: block;
	padding: 19px 20px 18px 20px;
	font-family: 'Catamaran', sans-serif;
	/*font-size: 16px;*/
	font-size: 0.880em; /* ADA Compliance */
	color: #ffffff;
	font-weight: 400 !important;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
	background: #ad000f url(/images/design/hover-arrow.png) no-repeat 50% 120%
}
#mainNav ul.nav li.mainNavButtonLI:hover > a{
	background: #760003 url(/images/design/hover-arrow.png) no-repeat bottom center;
	color: #FFFFFF;
	text-decoration:none;
}

/*#mainNav ul li:hover > div {
	display:block;
}*/

.menuOpen
{
	display:block !important;
}
.menuBtnClose
{
	display:none !important;
}

.dropdownMenu
{
	background:#555 url(/images/design/triangle-nav.png) repeat;
	height: auto;
	width: 90%;
	padding: 25px 5% 25px 5%;
	position: absolute;
	top: 55px;
	left: 3px;
	z-index: 5;
	float: left;
	display: none;
	color: #FFFFFF !important;
	 border-top: 1px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

.dropdownMenu.fullHeight
{
	height: 432px;
}


.dropdownMenu h1
{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 16px;*/
	font-size: 1.5em; /* ADA Compliance */
	font-weight: 100;
    line-height: 23px;
    color: #ffffff;
	letter-spacing: 2px;
	width: 100%;
	text-align: left;
}

.dropdownMenu h2
{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 16px;*/
	font-size: 1em; /* ADA Compliance */
    line-height: 23px;
    color: #ffffff;
	letter-spacing: 2px;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #ad000f;
}

.dropdownMenu td
{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 15px;*/
	font-size: 0.8em; /* ADA Compliance */
    color: #ffffff;
	letter-spacing: 2px;
	padding: 10px;
	position: relative;
}

.dropdownMenu .cmsImage
{
	    /*width: 100%;*/
		height: auto;
}

.dropdownMenu .menuClose
{
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff;
    background-color: #c41230;
    position: absolute;
    top: 15px;
    right: 15px;
    /* font-size: 15px; */
    font-size: 0.738em;
    border-radius: 5px;
    border: 0px;
}
.dropdownMenu .menuClose:hover
{
	background-color: #dc344d;
}
.dropdownMenu a {
	color: #FFFFFF;
	letter-spacing: 0.1em;
    font-size: 1em;
}
.dropdownMenu a:hover {
	color: #CCCCCC;
}

.dropdownMenu td h2 {
	/*font-size: 18px;*/
	font-size: 1.125em; /* ADA Compliance */
}

.dropdownMenu ul {
  	list-style: none;
	position: relative;
	padding: 0px 0px 0px 20px;
    margin: 0px;
}

.dropdownMenu li {
  position: relative;
}


.dropdownMenu ul li:before{
   content: '';
   position: absolute;
   border-right:2px solid white;
   border-bottom:2px solid white;
   width:6px;
   height:6px;
  	top: calc(50% - 4px);
	left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}


#mainNav ul.nav li:hover .dropdownMenu
{
	/*
	opacity: 1.0;
	display: block;
	*/
}

/* END DROPDOWN STYLE */

#moreSubmenu
{
	background:#555 url(/images/design/triangle-nav.png) repeat;
	height: 482px;
	width: 100%;
	position: absolute;
	top: 57px;
	left: 3px;
	z-index: 5;
	float: left;
	display: none;
}

#sliderDiv{
    width: 1200px;
    height: 480px;
    margin: 0px 0px 0px 0px;
	border-bottom: 4px solid #ffffff;
    float: left;
	position: relative;
}
.gradient{
	background: transparent url(/images/design/slider-design.png) no-repeat top center;
	width: 635px;
	height: 480px;
	right: 0;
	top: 77px;
	position: absolute;
    z-index: 1;
}
.captionDiv{
	background: url(/images/design/caption-bg.png) no-repeat top left;
    width: 636px;
    height: 480px;
    z-index: 1;
    position: absolute;
	right: 0px;
    top: 0px;
}
.captionContainer{
    width: 400px;
    position: relative;
    top: 180px;
    left: 230px;
}
.captionDiv h1{
	font-family: 'Catamaran', sans-serif;
	/*font-size: 35px;*/
	font-size: 1.917em; /* ADA Compliance */
	color: #ffffff;
	text-shadow: 0px 1px #444444;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 20px 0px 0px 0px;
	text-align: left;
	line-height: 36px;
}
.captionDiv p{
	font-family: 'Catamaran', sans-serif;
	 /*font-size: 24px;*/
	font-size: 1.5em; /* ADA Compliance */
	color: #fff;
	font-weight: 100;
	text-shadow: 0px 2px #444444;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 0px 35px;
}

#buttonContainer{
	width: 800px;
    height: 60px;
	z-index: 2;
    position: absolute;
	left: 20px;
	bottom: 0px;
}

.arrowButton {
	background: transparent url(/images/design/greybutton.png) no-repeat top left;
    font-family: 'Catamaran', sans-serif;
    /*font-size: 18px;*/
	font-size: 1.125em; /* ADA Compliance */
    font-weight: 200;
    cursor: pointer;
    color: #fff;
    padding: 15px 60px 20px 62px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.arrowButton:hover {
	background: transparent url(/images/design/greybutton-hover.png) no-repeat top left;
	/* transform: scale(1.5); */
}
.programsStatsCombined
{
	background: url(/images/design/program-stats-background-combined.jpg) no-repeat top left;
	float: left;
	width: 1200px;
	height: 1634px;
}
#programsDiv{
	/* background: url(/images/design/programs-bg.png) no-repeat top left; */
    float: left;
    width: 1200px;
    height: 930px;
    z-index: 1;
    position: relative;
}
.extraPad
{
	padding: 10px;
}
#newsDiv{
	/* background: url(/images/design/news-bg.png) no-repeat top left; */
    float: right;
    width: 325px; 
    height: 775px;
    /* border-left: 6px solid #ffffff; */
}
.programsContainer{
	width: 820px;
	height: 800px;
	padding: 40px 25px 25px 25px;
	float: left;
}
.programsContainer table
{
	width: 589px !important;
    float: left;
    margin-top: 35px;
}

.programsContainer table td
{
	padding: 0px 15px;
}

.programsContainer table td:nth-child(2)
{
		padding: 60px 15px 15px 15px;
}

.homePageStudentPhoto
{
	width: 399px;
	height: 840px;
	position: absolute;
	z-index: -1;
	background-size: contain;
	bottom: 14px;
	right: 330px;
}

.homePageStudentPhoto1
{
	background: url(/images/design/student-home-1.png) no-repeat bottom right;
	background-size: contain;
}

.programsContainer h1{
	font-family: 'Catamaran', sans-serif;
	/*font-size: 28px;*/
	font-size: 1.55em; /* ADA Compliance */
	color: #fff;
	font-weight: 100;
	margin: 0px 0px 0px 30px;
	letter-spacing: 1px;
}

.programsContainer table td  h1
{
	font-family: 'Catamaran', sans-serif;
   /*font-size: 16px;*/
	font-size: 0.9em; /* ADA Compliance */
	line-height: 1.2;
    color: #fff;
    font-weight: 500;
	margin: 0px;
	/*margin: 30px 0px 0px 0px;*/
}

.programsContainer table td  p
{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 14px;*/
	font-size: 0.75em; /* ADA Compliance */
	line-height: 1.2;
    color: #cccccc;
    font-weight: 200;
	margin: 2px 0px 0px 0px;
	/* width: 200px; */
	/* height: 130px; */
}

.programsContainer table td img{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	border: 4px solid #ffffff;
	float: left;
    margin: 0px 15px 15px 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
	
}
.programsContainer table td img:hover{
	opacity: 0.7;
}

.programsContainer table td hr 
{
	border: 0px;
	margin: 10px 0px;
	clear: both;
}

a.explore{
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
    color: #ffffff;
    background-color: #c41230;
    position: relative;
    display: inline-block;
    border-radius: 40px 0px 0px 40px;
    text-decoration: none;
    float: right;
    top: -40px;
    right: 60px;
	
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	
}
a.explore:after{
    position:absolute;
    right:-20px;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #c41230;
	
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.explore:hover{
    background-color: #dc344d;
}
a.explore:hover:after{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #dc344d;
}

/*.programListing{
	width: 350px;
    height: 115px;
    float: left;
}

.programListing h1{
	font-family: 'Catamaran', sans-serif;
    font-size: 16px;
	line-height: 1.2;
    color: #fff;
    font-weight: 500;
	margin: 30px 0px 0px 0px;
}

.programListing p{
	font-family: 'Catamaran', sans-serif;
    font-size: 14px;
	line-height: 1.2;
    color: #cccccc;
    font-weight: 200;
	margin: 5px 0px 0px 0px;
}

.programListingText{
	width: 200px;
    height: 130px;
    float: left;
}

.programsLeft{
	width: 315px;
	float: right;
}

.programsRight{
	width: 315px;
	float: right;
	margin: 50px 0px 0px 0px;
}
.programListing{
	width: 350px;
    height: 115px;
    float: left;
}

.programListingText{
	width: 200px;
    height: 130px;
    float: left;
}


*/

.featuredEventImageHolder
{
	width: 150px;
    height: 150px;
    float: left;
    border-radius: 130px;
    border: 6px solid #ffffff;
    margin: -90px 0px 0px 0px;
    right: 80px;
    z-index: 1;
    position: absolute;
    -webkit-box-shadow: 2px 0px 41px 2px rgba(128,128,128,1);
    -moz-box-shadow: 2px 0px 41px 2px rgba(128,128,128,1);
    box-shadow: 2px 0px 41px 2px rgba(128,128,128,1);
	text-align: center;
	overflow: hidden;
	background-color: rgba(255,255,255,0.5);
}
.featuredEventImageHolder img
{
	/*
	margin: 0px auto;
	height: 100%;
	width: auto;
	*/
	margin: 0px auto;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#newsDiv h3{
	font-family: 'Catamaran', sans-serif;
    /* font-size: 17px; */
    /* font-size: 1.063em; */
	font-size: 0.9em;
    color: #fff;
    font-weight: 500;
    background: #231f20;
    width: 325px;
    height: 18px;
    padding: 2% 0px 2% 0px;
    text-align: center;
    margin: 90px 0px 0px 0px;
}
#eventContainer{
    float: left;
    width: 300px;
    height: 280px;
    padding: 0px 0px 0px 10px;
}
#eventContainer h4{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 18px;*/
	font-size: 1.125em; /* ADA Compliance */
    color: #231f20;
    font-weight: 200;
	margin: 10px 0px;
}
#eventContainer a{ 
	font-family: 'Catamaran', sans-serif;
    /*font-size: 14px;*/
	font-size: 0.875em; /* ADA Compliance */
    line-height: 20px;
    color: #a20006 !important;
    font-weight: 700;
	text-decoration: none;
}
#eventContainer a:hover{
	color: #231f20;
}
.dateContainer{
	width: 300px;
	height: 50px;
	float: left;
	margin: 0px 0px 5px 0px;
}
.dateContainerLink{
	width: 200px;
    height: 50px;
    float: left;
    margin: 10px 0px 0px 0px;
}
.dateIcon{
	width: 38px;
    height: 38px;
    float: left;
    background: #a20006;
    border-radius: 80px;
    border: 3px solid #ffffff;
    margin: 0px 0px 0px 0px;
	margin-right: 10px;
}
.dateIcon p{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 9px;*/
	font-size: 0.563em; /* ADA Compliance */
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 5px;
    margin-left: 4px;
    text-align: center;
}
.dateIcon b{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 24px;*/
	font-size: 1.2em; /* ADA Compliance */
    color: #ffffff;
    font-weight: 700;
    line-height: 5px;
    margin-left: 6px;
	width: 27px;
	text-align: center;
	float: left;
}
#newsDiv a {
	font-family: 'Catamaran', sans-serif;
    /*font-size: 14px;*/
	font-size: 0.875em; /* ADA Compliance */
    line-height: 20px;
    color: #a20006;
    font-weight: 700;
	text-decoration: none;
}
#newsDiv a:hover {
	color: #231f20;
}
#newsContainer{
    float: left;
    width: 300px;
    height: 200px;
    padding: 0px 0px 0px 10px;
	border-top: 1px solid #999999;
}
#newsContainer h2{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 18px;*/
	font-size: 1.125em; /* ADA Compliance */
    color: #231f20;
    font-weight: 200;
}
#newsContainer p{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 13px !important;*/
	font-size: 0.813em !important; /* ADA Compliance */
    color: #231f20;
    font-weight: 200;
	line-height: 0.5;
	width: 240px;
}
#newsContainer hr{
	border: none !important;
}
#statsDiv{
	/* background: url(/images/design/stats-bg.png) no-repeat top left; */
    float: left;
    width: 1200px;
    height: 701px;
    border-bottom: 3px solid #ffffff;
    position: relative;
    /*margin: -380px 0px 0px 0px;*/
}
#statsDiv h3{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 35px;*/
	font-size: 2em; /* ADA Compliance */
    color: #fff;
    font-weight: normal;
    text-align: left;
	letter-spacing: 1px;
    margin: 0px 0px 0px 310px;
}
.statsContainer{
	 width: 1200px;
    /* height: 500px; */
    float: left;
    z-index: 1;
    position: absolute;
    /*top: 430px;*/
	top: 30px;
}
.reasonsUnderline{
	font-family: 'Covered By Your Grace', cursive;
    /*font-size: 38px;*/
	font-size: 1.0em; /* ADA Compliance */
    color: #fff;
    font-weight: normal !important;
    text-align: center;
	background: url(/images/design/underline-rough.png) no-repeat bottom left;
	background-size: contain;
}
.statsIcon{
	width: 100px;
	height: 100px;
	float: left;
	border-right: 10px solid #cccccc;
}
.statsIconRight{
	width: 100px;
	height: 100px;
	float: right;
	border-left: 10px solid #cccccc;
}
.statsLeft{
	float: left;
	width: 550px;
	margin: 80px 0px 0px 40px;
}
.statsRight{
	float: right;
	width: 550px;
	margin: 80px 0px 0px 0px;
}
#stat{
	background: #231f20;
	float: left;
	width: 500px;
	height: 100px;
	margin-bottom: 50px;
}
#stat:hover{
	opacity: 0.9;
}
#stat .statNumber{
	width:80px;
	display: inline-block;
	font-family: 'Catamaran', sans-serif;
    /*font-size: 60px;*/
	font-size: 2.8em; /* ADA Compliance */
    color: #fff;
    float: left;
    padding: 20px 0px 0px 20px;
    font-weight: 500;
	text-align: center;
}
.statNumberSmaller
{
	/*font-size: 30px;*/
	font-size: .6em; /* ADA Compliance */
	position: relative;
	top: -14px;
}
#statTwo{
	background: #231f20;
	float: left;
	width: 500px;
	height: 100px;
	margin-bottom: 50px;
}
#statTwo:hover{
	opacity: 0.9;
}

#statTwo p{
	font-family: 'Catamaran', sans-serif;
    /* font-size: 15px; */
    font-size: 0.900em;
    color: #ffffff;
    font-weight: 200;
    /* width: 236px; */
    margin: 45px 0px 0px 0px;
    padding-right: 25px;
    float: right;
}
#statTwo .statNumber{
	width:80px;
	display: inline-block;
	font-family: 'Catamaran', sans-serif;
    /*font-size: 60px;*/
	font-size: 2.8em; /* ADA Compliance */
    color: #fff;
    float: left;
    padding: 20px 0px 0px 20px;
    font-weight: 500;
	text-align: center;
}
#stat p{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 15px;*/
	font-size: 0.900em; /* ADA Compliance */
    color: #ffffff;
    font-weight: 200;
    width: 236px;
    margin: 30px 0px 0px 0px;
    padding-right: 25px;
    float: right;
}
#promoDiv{
	background: #cccccc url(/images/design/promo-bg.png) repeat top left;
	width: 1200px;
	height: 200px;
	float: left;
	border-bottom: 3px solid #ffffff;
}
.promoIcon{
	width: 130px;
	height: 200px;
	float: left;
	border-right: 10px solid #751113;
}
.promoContainer{
    float: left;
    width: 430px;
    height: 200px;
    line-height: 20px;
    padding: 20px 0px 0px 30px;
}
.promoContainer #adminEditButton.homeEdit{
    float: left;
    left: 337px;
	top: -114px;
}
.promoContainer p{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 14px;*/
	font-size: 0.8em; /* ADA Compliance */
    color: #231f20;
    font-weight: 300;
	width: 330px;
	float: left;
}
.promoContainer h1{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 18px;*/
	font-size: 0.975em; /* ADA Compliance */
    color: #231f20;
    float: left;
    padding: 0px 0px 0px 0px;
    font-weight: 500;
}
a.learnMore{
    height: 35px;
    line-height: 38px !important;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
    color: #ffffff;
    /*font-size: 18px;*/
	font-size: 1.125em; /* ADA Compliance */
    background-color: #c41230;
    position: relative;
    display: inline-block;
    border-radius: 50px 50px;
    text-decoration: none;
	cursor: pointer;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*
a.learnMore:after{
    position:absolute;
    right:-20px;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 0 18px 20px;
    border-color: transparent transparent transparent #c41230;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
*/
a.learnMore:hover{
    background-color: #dc344d;
	color: #ffffff !important;
}
/*
a.learnMore:hover:after{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 0 18px 20px;
    border-color: transparent transparent transparent #dc344d;
}
*/
/*
a.largeContentButton:after{
    position: absolute;
    right: -18px;
    top: 0px;
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17px 0px 18px 18px;
    border-color: transparent transparent transparent #c41230;
}
a.largeContentButton:hover:after{
    border-color: transparent transparent transparent #dc344d;
}
*/
#socialDiv{
	background: #231f20;
	width: 1200px;
	height: 150px;
	float: left;
}
.socialPadding{
	padding: 55px 0px 0px 25px;
	float: left;
}
#footer{
	background: #000000 url(/images/design/compass-footer.png) no-repeat center;
	width: 1200px;
	height: 250px;
	float: left;
	border-top: 3px solid #ffffff;
}
#footer h4 {
	font-family: 'Catamaran', sans-serif;
    /*font-size: 20px;*/
	font-size: 1.25em; /* ADA Compliance */
    line-height: 10px;
    color: #ffffff;
    font-weight: 500;
	letter-spacing:4px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a {
	font-family: 'Catamaran', sans-serif;
    /*font-size: 16px;*/
	font-size: 1em; /* ADA Compliance */
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
	letter-spacing:4px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	color: #c41230;
}
.footerColumn{
	width: 400px;
    height: 170px;
    float: left;
    margin: 60px 0px 0px 30px;
}
.footerColumn #adminEditButton.homeEdit{
    float: left;
    left: 225px;
	top: -55px;
}
.footerColumnRight{
	width: 400px;
    height: 170px;
    float: right;
    margin: 60px 30px 0px 0px;
}
.search {
  position: relative;
  color: #c41230;
  /*font-size: 16px;*/
	font-size: 1em; /* ADA Compliance */
}

.search input {
  width: 250px;
  height: 31px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 20px;
  /*box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;*/
}

.search input { 
	text-indent: 32px;
	/*font-size: 14px;*/
	font-size: 0.875em; /* ADA Compliance */
}
.search .fa-search { 
  position: absolute;
  top: 6px;
  left: 10px;
}
.search-button {
    position: absolute;
    right: 100px;
    top: 0px;
    background: url(/images/design/footer-search.png) no-repeat center;
    /* border-radius: 9%; */
    border: 0;
    color: #FFF;
    width: 87px;
    height: 36px;
    outline: 0;
    /*font-size: 14px;*/
	font-size: 0.875em; /* ADA Compliance */
}
.copyrightWrapper
{
	background: #1c1c1c;
	width:1200px;
	float: left;
	border-top: 3px solid #c41230;
	font-family: 'Catamaran', sans-serif;
    /*font-size: 12px;*/
	font-size: 0.75em; /* ADA Compliance */
    color: #cccccc;
    font-weight: 200;
	text-decoration: none;
}
#copyright{
	width:450px;
	float: left;
	margin-left: 10em;
}
#copyright p{
	padding-left: 30px;
}
#copyrightLinks a{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 13px;*/
	font-size: 0.813em; /* ADA Compliance */
    color: #7d7d7d;
    font-weight: 500;
	text-decoration: none;
	padding-left: 30px;
}
#copyrightLinks a:hover{
	color: #cccccc;
}
#copyrightLinks{
	float: right;
    width: 570px;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}
.featureEventScroller
{
	width:325px;
	position:relative;
	margin-top: -134px;
	
}

.featuredPreviewContainer {
	position: relative;
}
#newsDiv img
{
	display:none;
}
#newsDiv .titleHide
{
	display: none;
}
#newsDiv a.previewTitle0
{
	display:block;
}
.featuredPreviewImage img {
	display: none;
	/*border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 5px 5px 0 0 #c1c1c1;
	position: relative;
	top: 0;
	left: 0;*/
}
#newsDiv img.previewImage0 {
	display: block;
}
.featuredNavigationBullets {
	text-align: center;
	margin-top: 10px;
	/*margin-bottom: 60px;*/
}
.featuredNavigationBullets span {
	display: none;
}
.featuredNavigationBullets a {
	width: 10px;
	height: 10px;
	border-radius:50%;
	display: inline-block;
	margin-right: 5px;
	background: rgba(85,85,85,0.43) !important;
}
.featuredNavigationBullets a:hover {
	background: #FFFFFF !important;
	
}
.featuredNavigationBullets a.active {
	/*background: #f88d28 !important;*/
	background: rgba(85,85,85,1.00) !important;
}

/*Submenu style*/
#footer{
	background: #000000 url(/images/design/compass-footer.png) no-repeat center;
	width: 1200px;
	height: 250px;
	float: left;
	border-top: 3px solid #ffffff;
}
#footer h4 {
	font-family: 'Catamaran', sans-serif;
    /*font-size: 20px;*/
	font-size: 1.25em; /* ADA Compliance */
    line-height: 10px;
    color: #ffffff;
    font-weight: 500;
	letter-spacing:4px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a {
	font-family: 'Catamaran', sans-serif;
    /*font-size: 16px;*/
	font-size: 1em; /* ADA Compliance */
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
	letter-spacing:4px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	color: #c41230;
}
#subColumnWrapper
{
	float: left;
	width: 100%;
	height: 380px;
	
}
#subColumnWrapper h1
{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 16px;*/
	font-size: 1em; /* ADA Compliance */
    line-height: 23px;
    color: #ffffff;
	letter-spacing: 2px;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #ad000f;
}
#subColumnWrapper td
{
	font-family: 'Catamaran', sans-serif;
    /*font-size: 15px;*/
	font-size: 0.8em; /* ADA Compliance */
    color: #ffffff;
	letter-spacing: 2px;
}
.subMenuSearch
{
	/*position: relative;*/
  	color: #c41230;
  	/*font-size: 16px;*/
	font-size: 1em; /* ADA Compliance */
	text-align: center;
	margin: 22px 0px 35px 0px;
	width: 90%;
}
.subMenuSearch .menuClose
{
	 float: right;
   margin-top: -45px;
    margin-right: 30px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff;
    background-color: #c41230;
    position: relative;
    display: inline-block;
    /* font-size: 15px; */
    font-size: 0.738em;
    border-radius: 5px;
    border: 0px;
}
.subMenuSearch .menuClose:hover
{
	background-color: #dc344d;
}
.subMenuSearch input {
  width: 425px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 20px;
  border-radius: 20px 0px 0px 20px;
	position: relative;
  /*box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;*/
}

.subMenuSearch input { 
	text-indent: 32px;
	/*font-size: 14px;*/
	font-size: 0.875em; /* ADA Compliance */
}
.subMenuSearch .fa-search { 
  position: relative;
  top: 0px;
  left: 33px;
}
.subMenuSearch .search-button {
    position: relative;
    right: 16px;
    top: 0px;
    background: url(/images/design/footer-search.png) no-repeat center;
    /* border-radius: 9%; */
    border: 0;
    color: #FFF;
    width: 87px;
    height: 38px;
    outline: 0;
    /*font-size: 14px;*/
	font-size: 0.875em; /* ADA Compliance */
}
.subMenuColumnLeft{
	width: 25%;
    height: 100%;
    float: left;
    padding: 0px 2%;
}
.subMenuColumnLeft td {
    float: left;
    padding: 5px 0px 5px 0px;
}
.subMenuColumnLeft td i {
    padding-right: 5px;
}
.subMenuColumnLeft a {
	color: #FFFFFF;
}
.subMenuColumnLeft a:hover {
	color: #CCCCCC;
}
.subMenuColumn{
	width: 30%;
    height: 100%;
    float: left;
    /* padding: 0px 0px 0px 8%; */
    margin: 0px 2% 0px 0%;
    position: relative;
    left: 0px;
	/*width: 28%;
    height: 100%;
    float: left;
    /* padding: 0px 0px 0px 8%; 
    margin: 0px 2% 0px 2%;
    position: relative;
    left: 24px;*/
}
.subMenuColumn td {
	padding: 5px 0px 10px 0px;
}
.subMenuColumn td h2 {
	/*font-size: 18px;*/
	font-size: 1.125em; /* ADA Compliance */
}
.subMenuColumnRight{
	width: 25%;
    height: 100%;
    float: right;
	padding: 0px 2% 0px 0px;
}
.subMenuColumnRight
{
	
}
.subMenuColumn #adminEditButton.homeEdit{
    float: left;
    left: 0px;
	bottom: 0px;
}
.subMenuColumnLeft #adminEditButton.homeEdit{
    float: left;
    right: 0px;
	bottom: 0px;
}
.followUs
{
	height: 51px;
	width: 51px;
}
#followUsDiv
{
	text-align: left;
}
#instagramDiv img
{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
#instagramDiv span
{
	color: #FFFFFF;
	float: left;
	margin-top: 15px;
	/*font-size: 26px;*/
	font-size: 1.125em; /* ADA Compliance */
}
#instagramDiv i
{
	color: #FFFFFF;
	float: left;
	margin-right: 15px;
}
.instaBtn
{
	float: right;
	background: none;
	border: 2px solid #FFFFFF;
	margin-top: 15px;
	position: relative;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	width: 86px;
	/*font-size: 13px;*/
	font-size: 0.813em; /* ADA Compliance */
}

#directoryTable table
{
	table-layout: fixed;
	word-wrap: break-word;
	width: 500px !important;
}
.locationKey table tr td
{
	padding: 0px !important;
}
.locationKey a
{
	/*font-size: 14px !important;*/
	font-size: 0.875em !important; /* ADA Compliance */
}
.rowAnchor
{
	padding: 5px 0px !important;
}
.directoryWrap
{
	width: 700px;
	
}
.directoryWrap table
{
	border: 0px !important;
	border-collapse: collapse !important;
}
.directoryWrap tr:nth-child(even)
{
	background-color: #f2f2f2;
}
.directoryWrap table td
{
	padding: 5px 4px!important;
	text-align: left !important;
	font-size: .8em !important;
}
.directoryWrap .returnTop
{
	/*font-size: 12px !important;*/
	font-size: 0.75em !important; /* ADA Compliance */
}

#subnavItemLevelFour a:link
{
	color: #ffffff !important;
}

/* Accessibility for screen readers*/
.hidden 
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/** START TSG-ACCORDION STYLES **/

.TSG-accordion .TSG-accordion-nested-table {
    width: 90% !important;
    padding: 5px 5% !important;
}

.TSG-accordion .TSG-accordion-nested-table.ui-accordion-header {
	width: 96% !important;
	padding: 5px 2% !important;
	border-left: 10px solid #646464 !important;
}

.TSG-accordion .TSG-accordion-nested-table.ui-accordion-content-active {
    display: block !important;
}

.TSG-accordion .TSG-accordion-nested-table.ui-state-active {
    border: 1px solid #646464;
    background: #646464;
}

.TSG-accordion .TSG-accordion-nested-table.ui-state-active p {
    color: #FFFFFF !important;
}

.TSG-accordion tbody {
    display: inline-block;
}

.TSG-accordion-table-td {
    padding: 0px !important;
}

.TSG-accordion .TSG-accordion-h3 p {
    margin: 0px !important;
}

#content .ui-widget
{
	font-family: 'Catamaran', sans-serif;
    /* font-size: 16px; */
    font-size: 1em;
    color: #333333;
    line-height: 1.4;
}

#content .ui-widget-content a {
    color: #c41230 !important;
	display: inline;
}

/** END TSG-ACCORDION STYLES **/

/* START Online Directory */
#directory-tabs,
#directory-tabs .ui-state-active {
	border:none;			
}
#directory-tabs .ui-tabs-nav {
	padding:0;
}

#directory-tabs .ui-widget-header {
	background:none;
	border:none;
	border-radius:0px;
	border-bottom:1px solid #000000;			
}
#directory-tabs .ui-tabs-nav li {
	font-family: 'Catamaran', sans-serif;
	opacity: 0.7;
	background: #000000;			
	padding: 5px 15px;
	text-align: center;
}
#directory-tabs .ui-tabs-nav li.ui-state-active {
	background: #ae0008;
	opacity:1;
}
#directory-tabs .ui-tabs-nav li a {
	color:#FFFFFF !important;
}
#directory-tabs .ui-tabs-panel {
	padding:1em 0px 0px 0px;
}
/* DataTable Styling */
#directory-tabs .dataTable {
	font-family: 'Catamaran', sans-serif;
	font-size:14px;
}
#directory-tabs .dataTables_wrapper {
	font-family: 'Catamaran', sans-serif;
	font-size:14px;		
}
#directory-tabs .directory-photo {
	width:100%;
	border-radius:5px;	
	border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 10px #666666;		
}
#directory-tabs .directory-photo.placeholder {
	opacity:0.4;
}		
#directory-tabs .dataTables_paginate a {
	width:auto;
}
#directory-tabs .dataTable tfoot th {
	border:0;
	border-bottom:1px solid #EBEBEB;
}

#directory-wrapper {
	position:relative;
}

.clearfix:after { 
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

#directory-wrapper .slider {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;	
	padding-bottom:20px;
}

.directory-item {
	cursor:pointer;
	float:left;
	clear:both;
	margin-bottom:10px;
	position:relative;
	height:80px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	width:100%;
}

.directory-item-photo {
	width:75px;
	float:left;
}

.directory-item-data {
	width:75%;
	box-sizing:border-box;
	float:left;
	padding: 0px 20px 0px 10px;
	font-size:16px;			
}

.directory-item-data span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

.directory-item-chevron {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -6px;
	color:#666666;
}

.directory-item-data-center {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	width: 100%;
}

#directory-detail {
	display:none;
}

#faculty-and-staff,
#offices-and-services {
	float:left;
	width:100%;
}

#directory-detail img {
	width: 300px;
	margin: 10px 0px;
	border-radius:5px;
	border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 10px #666666;		
}

#directory-detail h1 {
	margin:15px 0px 5px 0px;
	font-size:26px;
}

#directory-detail h2 {
	margin:5px 0px 20px 0px;
	font-size:18px;
}

#directory-detail table td {
	padding:5px 5px 5px 0px;
	font-size:16px;
}
/* END Online Directory */

#ci iframe, #ci2 iframe {
	border: none;
}