/* Minification failed. Returning unminified contents.
(392,1): run-time error CSS1019: Unexpected token, found '@import'
(392,9): run-time error CSS1019: Unexpected token, found 'url("Content/ccsu/calendar.css")'
(392,41): run-time error CSS1019: Unexpected token, found ';'
 */
/* Title: Primary Reset Stylesheet | Author: Stephen Grainer | Modified: April 13, 2011
   Description:
   Stylesheet to reset general browser styles
   v1.0 | 20080212 - Reset CSS modified from http://meyerweb.com/eric/tools/css/reset/
------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, em, img, strike, strong, b, u, i, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
img { -ms-interpolation-mode: bicubic; }

hr.clearer {
	height: 0px !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	visibility: hidden !important;
}
.col {
	display: inline-block;
	vertical-align: top;
}
.mid {
	vertical-align: middle;
}
.row {
	clear: both;
}
.clickable{
	cursor: pointer;
}
.uncollapseMargin {
	padding: 1px;
	margin: -1px;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.float_clear {
	clear:both;
}
.hover {
	display:none !important;
}
*:hover > .hover {
	display:block !important;
}
.dropDown {
	position:absolute;
	z-index:100;
}
.hidden {
	display:none !important;
}
.t_show,
.m_show {
	display:none;
}

.invisible {
	visibility:hidden;
}
.transparent {
	opacity:0;
}
.column_container {
	display:table;
}
.column_container .column {
	display:table-cell;
	vertical-align:top;
}
.invisible {
	visibility:hidden;
}
.transparent {
	opacity:0;
}
.dropshadow {
	box-shadow: 0px 11px 22px -13px rgba(0, 0, 0, 0.5);
}
ul.reset{
	list-style:none;
	margin:0px;
	padding:0px;
}
.clickScrollRight{
	position:absolute;
	left:0px;
	top: 50%;
	margin-top:-50px;
	height:100px;
	background: url(../Images/arrow/left_small.png) center center rgba(0, 0, 0, 0.2) no-repeat;
	width: 14px;
	border-radius:0px 3px 3px 0px;
}
.clickScrollLeft{
	position:absolute;
	right:0px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	background: url(../Images/arrow/right_small.png) center center rgba(0, 0, 0, 0.2) no-repeat;
	width: 14px;
	border-radius:3px 0px 0px 3px;

}
.clickScrollDown{
	position:absolute;
	right: 0px;
	left: 0px;
	bottom:0px;
	width: 100px;
	background: url(../Images/arrow/down_small.png) center center rgba(0, 0, 0, 0.2) no-repeat;
	height: 14px;
	margin:0px auto;
	border-radius:3px 3px 0px 0px;
}
.clickScrollUp{
	position:absolute;
	right: 0px;
	left: 0px;
	top:0px;
	width: 100px;
	background: url(../Images/arrow/up_small.png) center center rgba(0, 0, 0, 0.2) no-repeat;
	height: 14px;
	margin:0px auto;
	border-radius:0px 0px 3px 3px;
}
.clickScrollRight,
.clickScrollLeft,
.clickScrollDown,
.clickScrollUp{
	opacity:0.8;
	z-index: 10;
	transition:background-color 0.5s;
}

.clickScrollRight:hover,
.clickScrollLeft:hover,
.clickScrollDown:hover,
.clickScrollUp:hover{
	background-color: rgba(0,0,0,0.7);
}

.scrollHorizontal,
.scrollVertical {
	position:relative;
}
.parallax{
	position:relative;
}
html {
    height: 100%;
}
body {
	background-position: 0px 150px, 0px 140px;
	background-repeat: repeat-x;
	background-color: #EEEEF3;
	position: relative;
	min-height: 100%;
}
#pageContent{
	overflow-x: hidden;
}
.container {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
#alert {
    background: #C22;
    text-align: center;
    border-top: solid 1px #aaa;
    position: relative;
    z-index: 0;
}
#alert p {
    padding: 12px;
    color: #fff;
    letter-spacing: 0.7px;
    font-weight: bold;
    font-size: 16px;
}
#mainContent {
	background: #ededed;
	padding-bottom: 299px;
}
#mainContent > .container {
	box-shadow:  0px -30px 80px -30px #222;
	background: #fff;
}
footer {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #039;
}
p a:hover {
	text-decoration:underline;
}
hr{
	clear:both;
}
blockquote{
	padding-right:30px;
	padding-left:30px;
}


#content .contentArea div{
	font-size: 13px;
	color: #363636;
}







#mainContent h1 {
	font-size: 26px;
	margin-bottom: 8px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #137;
}
#mainContent h2 {
	font-size: 22px;
	margin-bottom: 8px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #363636;
}
#mainContent h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
	color: #363636;
}
#mainContent h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
	color: #363636;
}
#mainContent h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.5px;
	color: #137;
}
#mainContent h6 {
	font-size: 17px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.5px;
	color: #363636;
}
#mainContent p{
	font-size: 13px;
	line-height: 150%;
	margin: 15px 0px;
	color: #363636;
}
#mainContent figure {
    margin: 5px;
    border: solid 1px #ccc;
    padding: 5px;
    text-align: center;
}
#mainContent figure p,
#mainContent figure figcaption {
    margin: 0px !important;
    padding: 0px;
    font-size: 11px !important; line-height: 150%;  color: #363636;
}
#mainContent table{
	width:auto;
}
#mainContent td{
	font-size: 13px;
	padding: 3px 6px;
	color: #363636;
}
#mainContent h1 + h2 {
	font-size: 16px;
	margin: -5px 0px 15px;
	color: #363636;
	letter-spacing: 0.2px;
}
#mainContent h5 + h6 {
	font-size: 14px;
	margin: 0px 0px 2px;
	color: #363636;
}
#mainContent h1 + p,
#mainContent h2 + p,
#mainContent h3 + p {
	margin-top: -3px;
}
#mainContent h4 + p,
#mainContent h5 + p,
#mainContent h6 + p {
	margin-top: 1px;
}
#mainContent p + p {
	margin-top: -7px;
}
#mainContent .contentArea>p:first-child {
    margin-top: 0px;
}
#mainContent h1 + ul,
#mainContent h1 + ol,
#mainContent h2 + ul,
#mainContent h2 + ol,
#mainContent h3 + ul,
#mainContent h3 + ol,
#mainContent h4 + ul,
#mainContent h4 + ol,
#mainContent h5 + ul,
#mainContent h5 + ol,
#mainContent h6 + ul,
#mainContent h6 + ol {
	margin-top: 0px;
}
#mainContent li {
	font-size: 13px;
	margin: 5px 0px;
	color: #363636;
}
#mainContent li p {
	margin: inherit;
	font-size: inherit;
}
#leftBanner p {
	font-size: 12px;
}

@import url("Content/ccsu/calendar.css");

#mainContent {
	margin-top: 45px;
}
#mainContent > header {
	background: #1E4164;
	border-bottom: solid 1px #000;
	position: relative;
	z-index: 100;
}
#mainContent > header h1 {
	display: block;
	padding: 40px 18px 10px;
	color: #EEEEF3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 28px;
	margin-bottom: 0px;
}
#mainContent > header p {
    margin: 0px;
}
#mainContent > header img{
	width:100%;
	height:auto;
	display: block;
}

#mainContent .breadCrumbs {
	padding: 5px 8px;
	background: #ccc;
	font-size: 13px;
}
#mainContent .breadCrumbs span {
    padding: 0px 7px;
}
#mainContent .breadCrumbs a {
	color: #000;
}
#mainContent .breadCrumbs a:hover {
	color: #039;
	text-decoration: underline;
}
#mainContent > .column_container > .column:last-child {
    width: 0px !important;
}
#leftNavigation {
	width: 270px;
	background: #e1e1d8;
}
#lnav_mainLinks,
#lnav_mainLinks li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #c1c1bb;
}
#lnav_mainLinks li a {
	display: block;
	padding: 9px 20px;
	border-bottom: solid 1px #555;
	color: #333;
	font-size: 14px;
}
#lnav_mainLinks li a:hover {
	background: #efefef;
	text-decoration: none;
}
#lnav_mainLinks li a.active {
	background: #fff;
}
#lnav_mainLinks ul {
    margin: 0px;
    padding-left: 0px;
    border-bottom: solid 1px #000;
}
#lnav_mainLinks ul li {
    background: #D3D3D3;
}
#lnav_mainLinks li h3 {
	display: block;
	padding: 12px 13px 2px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #D3D3D3;
	margin-bottom: 0px;
}
#lnav_mainLinks ul li a {
    padding: 8px 10px 7px 25px;
    /* border-left: solid 6px #1E4164; */
    border-bottom: none;
    font-size: 12px;
}
#lnav_additionalInfo {
	padding: 20px;
	font-size: 12px;
}
#lnav_additionalInfo a[href^=mailto] {
    word-break: break-word;
}


#lnav_addLinkContainer {
	margin-bottom: 40px;
}
#lnav_addLinkContainer .lnav_additionalLinks,
#lnav_addLinkContainer .lnav_additionalLinks li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#lnav_addLinkContainer .lnav_additionalLinks li {
	margin: 5px;
}
#lnav_addLinkContainer .lnav_additionalLinks a {
	font-size: 14px;
}
#content {
	width: 930px;
	background: #fff;
}
#content > .siteImage {
	width: 100%;
}
#content > .siteImage > img {
	width: 100%;
	height: auto;
}
#content > .siteImage > iframe{
	height:370px;
}
#mainContent .contentArea {
	padding: 20px;
	/* min-width: 665px; */
	/* max-width: 930px; */
	/* width: 100%; */
}
#mainContent .contentArea img {
    max-width: 100%;
    height: auto;
}
#rightBanner {
	width: 260px;
	padding: 20px 10px;
}
#rightBanner > .element {
    width: inherit;
}
#rightBanner p {
}
div#rightBanner img {
    max-width: 100%;
    height: auto;
}
#mainContent .mainImage img {
	width: 925px;
	height: auto;
}
/*----------Subpage Top Navigation--------*/
#sub_top_navigation ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	text-align: right;
}
#sub_top_navigation {
	background: #3B5671;
}
#sub_top_navigation>ul>li {
	display: inline-block;
	position: relative;
	margin: 0px;
}
#sub_top_navigation ul li a {
	display: block;
	padding: 10px 12px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.7px;
}
#sub_top_navigation ul li:hover {
	background: #4A647E;
}
#sub_top_navigation ul.sub_top_nav_drop {
	position: absolute;
	left: 0px;
	z-index: 100;
	float: none;
	background: #969EA3;
	min-width: 130%;
	margin: 0px -15%;
	width: auto;
	box-shadow: 0px 20px 20px -25px #000 inset;
}
#sub_top_navigation ul.sub_top_nav_drop li {
	float: none;
	text-align: left;
}
#sub_top_navigation ul.sub_top_nav_drop li a {
	padding: 10px;
	display: block;
}
#sub_top_navigation ul.sub_top_nav_drop li:hover {
    background: #7894A5;
}
#content > .column_container {
    min-height: 440px;
	
    width:100%;
}

#header {
	position: absolute;
	left: 0px;
	right: 0px;
	background: #123;
	display: block;
	border-bottom: solid 1px #bbb;
	z-index: 99999;
}

#header + #mainContent{
	margin-top:95px;
}
#h_topBanner {
	position: relative;
	height: 95px;
	z-index: 10;
}
/*----------------------------------------------------*/
/*---------Logo---------------------------------------*/
/*----------------------------------------------------*/
#h_topBanner > .h_logoContainer > .h_logo {
	position: absolute;
	z-index: 50;
	padding: 12px 6px 6px 6px;
}
#h_topBanner > .h_logoContainer > .h_logo > img {
	vertical-align: top;
}
#h_topBanner > .h_logoContainer > .h_logo > .h_logoText {
	margin-top: 5px;
	margin-left: 8px;
}
#h_topBanner .h_carrot {
	position: absolute;
	bottom: -25px;
	width: 100px;
	height: 25px;
	z-index: 30;
}
#h_topBanner nav #topNav,
#h_topBanner nav #mainNav {
	display: block;
	clear: both;
	float: right;
}
#h_topBanner ul,
#h_topBanner li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/*----------------------------------------------------*/
/*---------Navigation----------------------------------*/
/*----------------------------------------------------*/
#h_topBanner > .h_logoContainer.small {
	display: none;
}
.thin #h_topBanner > .h_logoContainer.small {
	display: block;
}
#h_topBanner > .h_logoContainer {
	display: block;
}
.thin #h_topBanner > .h_logoContainer {
	display: none;
}
#h_topBanner nav {
	float: right;
	padding: 15px 0px 0px;
	display: block;
	margin-right: 300px;
}
#mainNav > .main_topLink > a {
	font-size: 21px;
	font-family: garamond;
	padding: 10px 11px 16px;
}
#h_navigation > ul > li {
	display: block;
	float: left;
}
#h_navigation > ul > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}
#topNav a {
	padding: 10px 11px;
}
/*----------------------------------------------------*/
/*---------A Z Index----------------------------------*/
/*----------------------------------------------------*/
#h_topBanner .azContainer:hover .azButton {
	position: relative;
	z-index: 110;
	background: #89A;
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	margin: -1px;
	display: block;
}
#h_topBanner .azDropDwn {
	position: absolute;
	background: #89A;
	border: solid 1px #CCC;
	margin-left: -185px;
	margin-top: -1px;
	padding: 0px 10px;
	z-index: 100;
	height: 40px;
}
#h_topBanner .azDropDwn li {
	display: table-cell;
	font-size: 0px;
}
#h_topBanner .azDropDwn a {
	display: block;
	padding: 8px 4px !important;
	margin: 4px 0px;
	height: 30px;
	color: #fff;
	font-size: 13px;
}
#h_topBanner .azDropDwn a:hover {
	background: #abc;
	text-decoration: none;
}
/*----------------------------------------------------*/
/*---------Dropdowns----------------------------------*/
/*----------------------------------------------------*/

.drop_frame {
	position: absolute;
	left: 0px;
	right: 0px;
	display: none;
	z-index: 100;
	height: 320px;
	width: 752px;
	margin: 0px auto;
	background: url(../Images/nav/dropBG.jpg) top repeat-x #efeef4;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	border-radius: 0px 0px 3px 3px;
}
.drop_frame .dropCol {
	width: 250px;
	padding: 10px 20px;
	float: left;
	border-left: solid 1px #000;
	height: 280px;
	margin: 20px 0px;
}
.drop_frame ul li {
	float: none;
}
.drop_frame ul li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.drop_frame .drop_applyNow {
	display: block;
	padding: 7px 9px;
	color: #fff;
	font-size: 16px;
	background: #069;
	border: solid 1px #fff;
	border-radius: 3px;
	text-align: center;
	/* float:left; */
	margin-top: 30px;
}
.active .drop_frame {
	display: block !important;
}
#mainNav .dropCol h3 > a {
	color: #234;
}
#mainNav .dropCol ul li {
	float: none;
	margin: 5px 10px;
	line-height: 12px;
}
.drop_frame .dropCol:first-of-type {
	border-left: none;
}
.drop_frame .dropCol img {
	display: block;
	margin: 0px 5%;
	width: 90%;
	height: auto;
}
.drop_frame .dropCol .social li  {
	display: inline-block;
	margin: 0px 2px!important;
	width: 25px;
}
.drop_frame .dropCol .social img  {
	width: 25px;
}
#mainNav > .main_topLink.active > a {
	background: url(../Images/nav/upCarrot.png) bottom center no-repeat;
}
#mainNav .dropCol a:hover {
	text-decoration: none;
}
#mainNav .dropCol h3 {
	padding-top: 10px;
	font-size: 18px;
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
}
#mainNav .dropCol h3:first-of-type {
	padding-top: 0px;
}
/*----------------------------------------------------*/
/*---------Quick Links, Central Pipeline, Search------*/
/*----------------------------------------------------*/
.h_appContainer {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 60px;
}
.h_wrapApps {
	display: block;
}
.h_wrapApps .h_iconWrap {
	margin-top: 12px;
	display: inline-block;
	color: #fff;
	padding-right: 16px;
	font-size: 12px;
	position: relative;
	z-index: 50;
}
.h_wrapApps .h_iconWrap img {
	margin-right: 3px;
}
.active.searchIcon_activator {
	background: none;
	padding: 10px;
	margin: -10px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	position: relative;
	z-index: 90;
}
.h_appContainer .h_search {
	display: block;
}
#searchForm .h_searchBar {
	width: 200px;
	height: 20px;
	padding: 0px 5px; border: 0px;
	font-size: 13px;
	letter-spacing: 0.3px;
}
#searchForm {
	display: inline-block;
}
#searchForm.active .h_searchBar {
	display: table-cell !important;
}
#quickButton .quickIcon_activator.active {
	background: #666;
	padding: 10px;
	margin: -10px !important;
	box-sizing: content-box;
	position: relative;
	z-index: 110;
}
#appDrawer {
	display: none;
}
#appDrawer.active {
	display: block !important;
	padding: 10px;
	background: #666;
	width: 300px;
	height: 300px;
	position: absolute;
	bottom: -310px;
	right: 6px;
}
#appDrawer > .app {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	margin: 6px;
}
#appDrawer > .app > a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	opacity: 0.7;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	color: #fff;
	padding-top: 65px;
	text-align: center;
	position: relative;
	white-space: normal;
	font-size: 12px;
}
.Calendar_app > .date {
	display: block;
	position: absolute;
	top: 28px;
	width: 100%;
	font-size: 25px;
	background: none;
	font-weight: bold;
	text-align: center;
}
#appDrawer > .app > a:hover {
	opacity: 1;
	text-decoration: none;
}
.facStaffDir_app {
	background-image: url(../Images/quicklinks/fsd.png);
}
.studentMail_app {
	background-image: url(../Images/quicklinks/sEmail.png);
}
.facultyMail_app {
	background-image: url(../Images/quicklinks/fEmail.png);
}
.Calendar_app {
	background-image: url(../Images/quicklinks/calendar.png);
}
.campusMap_app {
	background-image: url(../Images/quicklinks/campusMap.png);
}
.library_app {
	background-image: url(../Images/quicklinks/library.png);
}
.blackboard_app {
	background-image: url(../Images/quicklinks/blackboard.png);
}
.courseListing_app {
	background-image: url(../Images/quicklinks/courses.png);
}
.helpDesk_app {
	background-image: url(../Images/quicklinks/IT.png);
}
/*----------------------------------------------------*/
/*---------Misc Stuff---------------------------------*/
/*----------------------------------------------------*/

#m_h_navButton {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 20px;
	z-index: 100;
}
#m_h_cpButton {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 20px;
}
/*#m_h_navButton > img {
    box-shadow: 0px 0px 10px -4px #BCCDF3;
}
#m_h_cpButton > img {
    box-shadow: 0px 0px 10px -4px #BCCDF3;
}*/


.thin > #header, #header.thin  {
	position: fixed;
	top: 0px;
	z-index: 99999;
}

.thin #header + #mainContent{
	margin-top:45px !important;
}
.thin_show{
	display:none;
}
.thin .thin_show{
	display:block;
}
.thin .topOnly {
	display: none !important;
}
.thin #h_topBanner nav #topNav,
.thin #h_topBanner nav #mainNav {
	clear: none !important;
}
.thin #h_topBanner nav {
	padding: 10px 0px 0px;
	margin-right: 175px;
}
.thin #h_topBanner nav > ul > li > a {
	font-size: 13px !important;
	color: #e4e4e4;
}
.thin #mainNav > .main_topLink > a {
	padding: 10px 20px 12px;
}
.thin #topNav > li > a {
	padding: 10px 20px;
}
.thin #nav_mainDrop {
	position: absolute;
	width: 100%;
}
.thin #nav_mainDrop .drop_container {
	width: 960px;
	height: 180px;
	margin: 0px auto;
	background: #ccc;
}
.thin #nav_mainDrop .dropCol {
	width: 320px;
	padding: 20px;
	float: left;
}
.thin #nav_mainDrop ul li {
	float: none;
}
.thin #nav_mainDrop ul li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
}
.thin #h_topBanner nav #mainNav > .main_topLink > a {
	font-family: Arial, Helvetica, sans-serif !important;
}
.thin #nav_mainDrop .drop_applyNow {
	display: block;
	padding: 7px 9px;
	color: #fff;
	font-size: 16px;
	background: #069;
	border: solid 1px #fff;
	border-radius: 3px;
	text-align: center;
	float: left;
}
.thin .drop_container ul li {
	float: none;
}
.thin .drop_container .drop_applyNow {
	display: block;
	padding: 7px 9px;
	color: #fff;
	font-size: 16px;
	background: #069;
	border: solid 1px #fff;
	border-radius: 3px;
	text-align: center;
	float: left;
}
.thin .active .drop_frame {
	display: block !important;
}
.thin #h_topBanner {
	height: 45px;
	position: relative;
}
.thin #h_topBanner > .h_logoContainer {
	margin-left: 10px;
}
.thin #h_topBanner > .h_logoContainer > .h_logo {
	padding: 6px 6px 6px 4px !important;
	height: 45px;
}
.thin #h_topBanner > .h_logoContainer > .h_logo > img {
	width: 45px; height: 45px;
}
.thin #h_topBanner > .h_logoContainer > .h_logo > .h_logoText {
	margin-top: -4px;
	margin-left: 6px;
	width: auto;
	height: 40px;
}
.thin .h_carrot {
	position: absolute;
	bottom: -19px !important;
	width: 52px !important;
	height: 19px !important;
}
.thin .h_appContainer {
	top: 14px;
}
.thin .h_appContainer .h_iconWrap {
	padding-right: 10px !important;
}
.thin .h_wrapApps {
	position: absolute;
	right: 20px;
	top: -12px;
	width: 70px;
	white-space: nowrap;
	font-size: 0px;
}
.thin #appDrawer.active {
	right: 0px;
}
.thin .active.h_searchBarForm {
	position: absolute;
	height: 40px;
	top: 32px;
	display: table !important;
	right: -10px;
	padding: 10px 10px 10px 20px;
	background: #666;
	width: 280px;
}
.thin .active.h_searchBarForm .h_searchBar {
	display: block;
}
.thin .active.searchIcon_activator {
	background: #666;
	float: right;
}
.thin .active input#searchSubmit {
    display: table-cell !important;
    border: solid 1px #ccc;
    background: #369;
    height: 20px;
    width: 40px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}


@media (min-width: 981px) and (max-width: 1230px) {

.thin .h_appContainer .h_search {
    width: auto !important;
    float: none !important;
}
.thin .h_appContainer {
    right: 20px !important;
}
.thin .active.h_searchBarForm .h_searchBar {
    width: 200px !important;
}
.thin #h_navigation {
    margin-right: 120px !important;
}
.thin #topNav a {
    padding: 11px;
}
.thin #mainNav > .main_topLink > a {
    padding: 11px 8px 11px;
}
}
@media (min-width: 0px) and (max-width: 980px) {

.thin #m_h_navButton {
position: absolute;
padding: 3px 10px;
left: 0px;
top: 0px;}
.thin #m_h_cpButton {
position: absolute;
padding: 3px 10px;
right: 0px;
top: 0px;}
}
@media (max-width: 674px) and (min-width: 0px) {

.thin #h_topBanner > .h_logoContainer > .h_logo > img {
    width: 34px;
    height: 34px;
}
.thin #h_topBanner > .h_logoContainer > .h_logo {
    padding-top: 5px !important;
    width: auto;
}
.thin #h_topBanner > .h_logoContainer {
    margin: 0px auto;
    width: 200px;
}
.thin #h_topBanner > .h_logoContainer > .h_logo > .h_logoText {
    margin: 0px 0px 0px 5px !important;
}
}

#m_menu {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: -100%;
	z-index: 99999999;
	width: 100%;
}
#m_closeNav {
	position: absolute;
	right: 0px;
	left: -100px;
	top: -100px;
	bottom: -100px;
	z-index: 10;
	display: block;
	background: rgba(0,0,0,0.3);
}
#m_searchForm {
	padding: 10px;
	width: 100%;
	text-align: center;
}
#m_searchForm > input {
	width: 70%;
	height: 30px;
}
#m_searchForm > img {
	padding: 4px 8px;
	box-sizing: content-box;
}
#m_nav {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -100%;
	z-index: 20;
	display: block;
	width: 80%;
	max-width: 400px;
	background: #666;
	border-right: solid 1px #000;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#m_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #3B5671;
}
#m_nav ul > li > a {
	display: block;
	padding: 15px;
	font-size: 20px;
	border-bottom: solid 1px #000;
	color: #fff;
	letter-spacing: 0.6px;
}
#m_nav ul.m_subLink {
	display: none;
	list-style: none;
	background: #646464;
	padding: 0px;
	margin: 0px;
}
#m_nav ul.m_subLink > li > a {
	display: block;
	padding: 11px 10px 10px 25px;
	font-size: 18px;
	border-bottom: solid 1px #000;
	border-left: solid 6px #039;
}
#m_azIndex {
	height: 360px;
	border-bottom: solid 1px #000;
}
#m_azIndex > li {
	float: left;
	width: 33%;
	padding: 0px;
	background: #aaa;
}
#m_azIndex > li > a {
	padding: 0px !important;
	border-left: none !important;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-right: solid 1px #000 !important;
}
#m_appDrawer {
	background: #666;
	display: block !important;
	width: 100%;
	height: 280px;
}
#m_appDrawer > .app {
	display: block;
	width: 29%;
	height: 90px;
	float: left;
	margin: 1px 2%;
}
#m_appDrawer > .app > a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 65px;
	text-align: center;
	position: relative;
	font-size: 12px;
}

#rotator {
	position: relative;
	height: 630px;
	width:100%;
	overflow:hidden;
	z-index: 0;
	margin-top: 30px;
}
#rotator .rotator_image img {
	display:block;
	width:100%;
	height:auto;
}
#rotator .controller {
	position:relative;
	z-index:20;
}
#rotator_prev,#rotator_next {
	background:URL(../Images/right.png) center center no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 10px;
}
#rotator_next {
	background:URL(../Images/left.png) center center no-repeat;
	float: right;
}

#rotator_text {
	position: absolute;
	left: 60px;
	top: 530px;
	width: 65%;
}
#rotator_text a {
    color: #8cd;
}
#rotator_text > div{
	display:none;
}
#rotator_text > div.active{
	display:block;
}
#rotator_text > div > h2 {
	color: #fff;
	font-size: 38px;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 3px;
}
#rotator_text > div > p {
	color: #FFF;
	font-size: 18px;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 1px;
}
#rotator > .rotator_image {
	position: relative;
}
#rotator > .rotator_image > div{
    position: absolute;
	z-index:1;
	left:0px;
	right:0px;
	
}
#rotator > .rotator_image > .active{
	z-index:10;
}
#rotator > .rotator_image > .lastSlide{
	z-index:9;
}
#rotator_buttons{
	position:absolute;
	top: 590px;
	right: 60px;
	z-index:20;
}
#rotator_buttons .slide_button{
	background:#ccc;
	float:left;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left:10px;
	border: solid 1px rgba(0,0,0,0.6);
}
#rotator_buttons .slide_button.active{
	background:#fff;
	border-color:#fff;
}







/*-------Mobile Image------*/
#m_rotator > .m_rotator_image > img {
    width: 100% !important;
    height: auto;
}

footer {
	background: #1E4164;
	clear: both;
	border-top: solid 3px #223;
}
footer ul {
	list-style: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
footer ul li {
	padding: 8px 0px;
}
ul.footerList {
	display: inline-block;
	width: 220px;
	vertical-align: 41px;
}

ul.right_align {
	text-align: right;
}
li.social {
	padding: 0px;
	text-align: center;
	margin: 0px;
}
footer ul li a {
	display: block;
	color: #fff;
	padding: 2px 14px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
footer ul li.social a {
	padding: 0px;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0px 2px;
	background-size: 25px 25px;
}
footer ul li.social a img {
	display: none;
}
footer ul li.social a:hover img {
	display: block;
}
footer .footerLogo {
	padding: 20px 0px 10px;
	text-align: center;
	width: 300px;
	margin: 0px auto;
	display: inline-block;
}
footer #bottomBanner {
	background: #fff;
	padding: 20px 0px;
}
section#otherLinks {
	background: #fff;
	width: 100%;
	height: 180px;
	box-shadow: 0px 4px 20px -5px #333;
	clear: both;
	text-align: center;
	padding: 15px 6px;
	line-height: 30px;
}
footer .container {
	margin-bottom: 10px;
	background: #3B5671;
	position: relative;
	height: 230px;
	text-align: center;
}
footer .subFooter {
	box-shadow: none;
	margin-bottom: 0px;
	background: none;
	height: auto !important;
	text-align: center;
}
footer #bottomBanner .subFooter * {
	padding: 0px 15px;
	font-size: 13px;
}
footer #bottomBanner .subFooter #directedit a {
	padding: 0px;
}
footer .buttons {
	margin: 0px;
}

footer .social_facebook {
	background: url(../Images/social/facebook_off.png) no-repeat;
}
footer .social_twitter {
	background: url(../Images/social/twitter_off.png) no-repeat;
}
footer .social_linkedin {
	background: url(../Images/social/linkedin_off.png) no-repeat;
}
footer .social_youtube {
	background: url(../Images/social/youtube_off.png) no-repeat;
}
footer .social_google {
	background: url(../Images/social/google_off.png) no-repeat;
}
footer .social_instagram {
	background: url(../Images/social/instagram_off.png) no-repeat;
}
footer .social_pinterest {
	background: url(../Images/social/pinterest_off.png) no-repeat;
}
footer .social_vine {
	background: url(../Images/social/vine_off.png) no-repeat;
}
footer .social_blueDevils {
	background: url(../Images/social/blueDevils_off.png) no-repeat;
	background-size: 29px 29px !important;
	width: 29px !important;
	height: 29px !important;
	margin: -3px 2px !important;
}


@media (min-width: 981px) and (max-width: 1230px) {
.container {
	width: 960px !important;
}
#mainContent {
	padding-bottom: 269px;
}
#h_topBanner {
	height: 89px;
}
#h_topBanner nav {
	margin-right: 190px !important;
	padding: 11px 0px 0px;
}
#topNav a {
	padding: 12px 11px 8px !important;
}
#mainNav > .main_topLink > a {
	font-size: 19px !important;
}
#h_topBanner .azDropDwn li a {
	padding: 8px 4px !important;
}
#h_topBanner .azDropDwn {
	margin-left: -245px;
}
.h_appContainer {
	right: 10px !important;
}
.h_searchBar {
	width: 140px !important;
}
.h_appContainer .h_search {
	width: 170px;
}
.h_wrapApps .h_iconWrap {
	padding-right: 0px !important;
	font-size: 11px !important;
}
#pipelineButton span.topOnly {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
#appDrawer.active {
	right: 2px;
}
.active.searchIcon_activator {
	background: none;
	/* padding: 0px; */
	/* margin: 0px; */
	/* box-sizing: border-box; */
	position: static;
	z-index: auto;
}
.active.h_searchBarForm {
	position: static;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	background: none;
}
.h_logoContainer .h_logo {
	padding: 18px 6px 6px 5px !important;
}
.h_logoContainer .h_logo .h_ccsuLogo {
	width: 70px;
	height: 70px;
}
.h_logoContainer .h_logo .h_logoText {
	width: 200px;
	margin-left: 0px !important;
}
.h_carrot {
	bottom: -20px !important;
	width: 80px !important;
	height: 20px !important;
}
/*--------ROTATOR-------*/
#rotator {
	height: 540px !important;
	margin-top: 30px;
}
#rotator_next {
	top: 115px;
}
#rotator_prev {
	top: 115px;
}
#rotator_text {
	/* top: 370px; */
	left: 30px;
	padding-right: 60px;
}
#rotator_buttons {
	/* top: 450px; */
	right: 30px;
}
/*--------NEWS FEED-------*/
#m_news {
	width: 910px;
	position: relative;
	margin: 0px 25px;
	height: 310px;
}
#m_news header > h1 {
	margin: 10px 20px;
}
#news_feed {
	width: 800px;
}
#news_feed .feed_scroll {
	width: 730px;
}
#highlights .scrollVertical {
	top: 0px !important;
}
/*-----CALENDAR FEED-----*/
#m_calendar {
	position: relative;
	width: 510px;
	height: 500px;
	margin: 10px 25px;
	float: right;
	right: 0px;
	padding: 0px;
}
#m_calendar header > h1 {
	margin: 0px 20px 10px;
	height: 30px;
}
#calendar_feed {
	height: 460px;
}
.cal_scroll {
	height: 460px;
}
div.event_date {
	left: 0px;
	top: 0px;
	height: 17px;
	text-align: center;
	width: auto;
}
.date_day {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: none;
	font-size: 13px;
	display: inline;
}
.date_month {
	padding-right: 3px;
	font-size: 13px;
	display: inline;
}
.event_title {
	margin-left: 0px;
	margin-top: 14px;
}
.event_copy {
	margin-left: 0px;
}
.event_imageContainer {
	margin-top: 11px;
}
/*--------FEATURED LINKS-----*/
#feature {
	position: relative;
	margin: 25px;
	width: 375px;
	height: auto;
	padding: 0px;
	top: 0px;
}
/*-------FOOTER----------*/
footer .container {
	height: 200px;
}
.f_linkList ul {
	padding-left: 0px;
}
footer .f_linkList li {
	padding: 4px 8px;
}
footer .footerLogo {
	/* margin-right: 20px; */
	/* position: absolute; */
	width: 180px;
	padding: 10px 0px 0px;
}
.f_linkList {
	margin-left: 10px;
}
footer .footerLogo .f_ccsuLogo {
	width: 95px;
	height: 95px;
}
footer .buttons {
	margin: 0px;
	padding: 5px 0px;
}ul.footerList {
    width: 190px;
    margin-top: 10px;
    vertical-align: 30px;
}

}


@media (min-width: 675px) and (max-width:980px) {
/*----UTILITY----*/
.t_hidden {
	display: none !important;
}
.t_show {
	display: block !important;
}
.container {
	width:100% !important;
}
#mainContent {
    padding-bottom: 287px;
}
#h_topBanner {
    height: 89px;
}
#h_topBanner nav {
	right: 200px !important;
	padding: 11px 0px;
}
.topNav a {
	padding: 12px 11px 8px !important;
}
.mainNav a {
	font-size: 19px !important;
	padding: 10px 8px 17px;
}
.h_appContainer {
	right: 30px !important;
}
.h_searchBar {
/* width: 140px !important; */
}
.h_appContainer .h_search {
	/* float: right !important; *//* width: 170px !important; */
}
#h_topBanner nav {
	right: 210px !important;
}
.h_wrapApps .h_iconWrap {
	font-size: 11px !important;
}
#pipelineButton span.topOnly {
	display: inline-block;
	vertical-align: middle;
}
#appDrawer.active {
	right: 13px;
}
.active.searchIcon_activator {
	background: none;
	/* padding: 0px; */
	/* margin: 0px; */
	/* box-sizing: border-box; */
	position: static;
	z-index: auto;
}
.active.h_searchBarForm {
	position: static;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	background: none;
}
#h_topBanner > div.h_logoContainer {
	margin-left: 15% !important;
}
.h_logoContainer .h_logo {
	padding:18px 6px 6px 5px !important;/* margin-left: 20px; */
}
.h_logoContainer .h_logo .h_ccsuLogo {
	width:70px;
	height:70px;
}
.h_logoContainer .h_logo .h_logoText {
	width: 200px;
}
.h_carrot {
	bottom: -20px !important;
	width: 80px !important;
	height: 20px !important;/* margin-left: 20px; */
}/*--------ROTATOR-------*/
#rotator {
	height: 390px !important;
	margin-top: 30px;
}
#rotator_prev {
	/* top: 80px; */
}
#rotator_next {
	/* top: 80px; */
}
#rotator_text {
	/* top: 250px; */
	left: 20px;
	padding-right: 40px;
}
#rotator_buttons {
	/* top: 350px; */
	right: 10px;
}
#rotator .controller {
    bottom: 20px;
}
/*--------NEWS FEED-------*/
#m_news {
	height: 500px;
	width: 50%;
	margin: 0px;
	padding: 20px 5px 0px 0px;
}
#m_news .news_navigation {
	position: relative;
	float: none;
	width: 100%;
	height: 70px;
	background: none;
}
.news_sectionButton {
	float: left;
	width: 33% !important;
	padding: 17px 0px;
	text-align: center;
	margin-bottom: 0px;
	margin-left: 0.3%;
}
.news_sectionButton.active {
	background: url(../Images/news/newsTopActive.png) top right no-repeat;
	width: 33%;
	height: 62px;
	background-size: 100% 65px;
	margin-bottom: -10px;
}
#m_news h1 {
	margin-bottom: 0px;
}
#highlights {
	padding: 0px;
	height: 100%;
	position: static;
}

#news_feed {
	left: 0px;
	right: 0px;
	height: 370px;
	width: 100%;
	padding: 10px 0px;
	position: relative;
}
.feed_scroll {
	margin: 0px;
	width: 100%;
	height: 100%;
}
.feed_story {
	display: block;
	padding: 10px;
	margin: 0px 0px 1px 0px !important;
	width: 100%;
	height: auto;
}
.feed_imageContainer {
	width: 30%;
	height: auto;
	;
	margin: 0px;
	display: table-cell;
	padding: 0px 4px 0px 0px;
	vertical-align: top;
}.news_link {
display: table;}
.feed_storyCopy {
	float: left;
	width: 100%;
	margin: 4px 0px 0px;
}
.feed_storyTitle {
	float: left;
	;
	margin: 4px 0px 0px;
	width: 100%;
}
#highlights .scrollHorizontal{
	left:0px !important;
}
/*-----CALENDAR FEED-----*/
#m_calendar {
	width: 50%;
	height: 500px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	right: 0px;
}
#m_calendar header > h1 {
	margin-top: 0px;
}
#calendar_feed {
	height: 422px;
}
.cal_scroll {
	height: 422px;
}
div.event_date {
	left: 0px;
	top: 0px;
	height: 17px;
	text-align: center;
	width: auto;
}
.date_day {
	margin: 0px;
	padding: 0px;
	background: none;
	font-size: 13px;
	display: inline;
}
.date_month {
	padding-right: 3px;
	font-size: 13px;
	display: inline;
}
.event_title {
	margin-left: 0px;
	margin-top: 14px;
}
.event_copy {
	margin-left: 0px;
}
.event_imageContainer {
	margin-top: 11px;
}
/*--------FEATURED LINKS-----*/
#feature {
	position: static;
	margin: 0px;
	max-width: 100%;
	height: auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#feature .featureButton {
	float: none;
	display: inline;
	margin: 0.5%;
	width: 48%;
	height: auto;
	max-width: 395px;
}
/*-------FOOTER----------*/
footer .container {
	margin: 0px;
	height: auto;
}
footer .subFooter {
	height: auto;
}
.f_linkList ul {
	padding-left: 0px;
	width: 25%;
}
footer .f_linkList li {
	padding: 4px 0px;
}
footer .footerLogo {
	padding: 10px 10px;
	margin-right: 0px;
}
.f_linkList {
	margin-left: 30px;
	padding-right: 200px;
}
footer ul.footerList {
    display: none;
}
footer .footerLogo .f_ccsuLogo {
	width: 95px;
	height: 95px;
}
footer .buttons {
	margin: 0px;
	padding: 5px 0px;
}
footer .f_linkList div {
	width: 100%;
}
footer ul li a {
	padding: 2px 0px;
	height: 19px;/* font-size: 90%; */
}
footer #bottomBanner .subFooter .t_bp {
	display:block;
	margin-bottom:8px;
}

.clickScrollDown, .clickScrollUp {
    height: 40px;
}
.clickScrollLeft,.clickScrollRight {
    width: 40px;
}
#highlights h2.feed_storyTitle {
    font-size: 18px;
}
#highlights p.feed_storyCopy {
    font-size: 12px;
    line-height: 14px;
}
/*----Adjustments for Main Content----*/
#mainContent > .container{
	margin-top:0px;
}



}


@media (min-width: 0px) and (max-width: 674px) {
/*----UTILITY----*/
.m_hidden {
	display: none !important;
}
.m_show {
	display: block !important;
}
.m_clickable {
	cursor: pointer;
}
/*---Main Code----*/
#mainContent {
	padding-bottom: 309px;
}

.container {
	width: 100% !important;
	position: relative;
}
#header + #mainContent{
	margin-top:150px;
}
#h_topBanner nav {
	right: 200px !important;
	padding: 11px 0px;
}
.topNav a {
	padding: 12px 11px 8px !important;
}
.mainNav a {
	font-size: 19px !important;
	padding: 10px 8px 17px;
}
.h_appContainer {
	right: 10px !important;
}
.h_searchBar {
	width: 140px !important;
}
.h_appContainer .h_search {
	float: right !important;
	width: 170px !important;
}
#h_topBanner nav {
	right: 210px !important;
}
.h_wrapApps .h_iconWrap {
	padding-right: 0px !important;
	font-size: 11px !important;
}
#pipelineButton span.topOnly {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
#appDrawer.active {
	right: 2px;
}
.active.searchIcon_activator {
	background: none;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	position: static;
	z-index: auto;
}
.active.h_searchBarForm {
	position: static;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	background: none;
}
.h_logoContainer .h_logo {
	padding: 18px 6px 6px 5px !important;
}
.h_logoContainer .h_logo .h_ccsuLogo {
	width: 70px;
	height: 70px;
}
.h_logoContainer .h_logo .h_logoText {
	width: 200px;
	margin: 5px 0px 0px 0px !important;
}
.h_carrot {
	bottom: -20px !important;
	width: 80px !important;
	height: 20px !important;
}
/*--------ROTATOR-------*/
#rotator {
	height: auto !important;
	margin-top: 0px;
}
#rotator > .rotator_image {
	top: 0px;
}
#rotator > .rotator_image > div {
}
#rotator_prev {
	top: 0px;
	height: 275px;
}
#rotator_next {
	top: 0px;
	height: 275px;
}
#m_rotator {
    margin-top: 150px;
}
#m_news.active h1,
#m_calendar.active h1 {
	background: #ffffff;
	color: #036;
}
.scrollVertical {
	top: 0px !important;
}
.clickScrollDown,
.clickScrollUp,
.clickScrollRight,
.clickScrollLeft {
	display: none !important;
}
/*--------NEWS FEED-------*/ 
#highlights .scrollHorizontal {
	left: 0px !important;
}
#m_news {
	display: block;
	position: static;
	height: auto;
	min-height: 62px;
	width: 50%;
	margin: 0px;
	padding: 0px;
	/* border-bottom: solid 1px #000; */
	background: none;
}
#m_news .news_navigation {
	position: relative;
	float: none;
	width: 100%;
	height: 70px;
	padding: 20px 0px 0px;
	margin-left: 1%;
	background: none;
}
.news_sectionButton {
	float: left;
	width: 32%;
	text-align: center;
	margin: 0px 1% 0px 0px;
	padding: 17px 0px;
	background-color: #036;
}
.news_sectionButton.active {
	background: url(../Images/news/newsTopActive.png) top right no-repeat;
	width: 32%;
	height: 62px;
	background-size: 100% 65px;
}
#m_news h1 {
	margin: 7px 2px 0px 7px;
	padding: 13px 25px 10px;
	background: #3B5671;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	color: #CCC;
}
#news_feed {
	position: static;
	left: 0px;
	right: 0px;
	height: auto;
	width: 100%;
	padding: 0px;
	background: #fff;
}
.feed_scroll {
	margin: 0px;
	width: 100%;
	height: 100%;
}
.feed_story {
	display: table;
	padding: 10px 20px;
	margin: 0px 0px 7px 0px;
	width: 100%;
	height: auto;
	border-bottom: solid 1px #ccc;
	box-shadow: none;
}
.feed_imageContainer {
	width: 25%;
	max-width: 120px;
	min-width: 80px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 6px 0px 0px;
}
.feed_copy {
    display: table-cell;
    width: 75%;
}
.news_link {
	display: table-row;
}
.feed_image {
	max-width: 120px;
}
.feed_storyCopy {
	float: left;
	width: 100% !important;
	margin: 4px 0px 0px !important;
}
.feed_storyTitle {
	float: left;
	;
	margin: 4px 0px 0px !important;
	width: 100% !important;
}
#news_panel {
	width: 200%;
	background: #fff;
	margin-top: 60px;
}
#m_news > section > header {
	position: absolute;
	top: 0px;
	width: 50%;
	background: #1E4164;
}
#m_calendar > section > header {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	background: #1E4164;
}
/*-----CALENDAR FEED-----*/
#m_calendar h1 {
	margin: 7px 7px 0px 2px;
	padding: 13px 25px 10px;
	background: #3B5671;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	color: #ccc;
}
#m_calendar {
	display: block;
	position: static;
	height: auto;
	/* min-height: 62px; */
	margin: 0px;
	padding: 0px;
	/* border-bottom: solid 1px #000; */
	width: 50%;
	float: none;
	background: none;
}
#calendar_feed {
	height: auto;
	width: 200%;
	background: #fff;
}
.cal_scroll {
	height: auto;
	margin-top: 10px;
	border-top: solid 1px #CCC;
}
div.event_date {
	left: 0px;
	top: 0px;
	padding: 0px;
	height: 17px;
	text-align: left;
	width: 100%;
}
.cal_event {
	margin: 0px;
	padding: 10px;
	box-shadow: none;
	border-bottom: solid 1px #CCC;
}
.date_day {
	margin: 0px;
	padding: 0px;
	background: none;
	font-size: 13px;
	display: inline;
}
.date_month {
	font-size: 13px;
	display: inline;
}
.event_title {
	margin-left: 0px;
	margin-top: 14px;
}
.event_copy {
	margin-left: 0px;
}
.event_imageContainer {
	margin-top: 11px;
}
/*--------FEATURED LINKS-----*/
#feature {
	position: static;
	margin: 0px;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	text-align: center;
	background: #EDEDED;
}
#feature .featureButton {
	float: none;
	display: inline;
	margin: 4px 0px;
	max-width: 100%;
	height: auto;
}
/*-------Header----------*/
#header {
	margin: 0px;
}
#h_topBanner {
	height: 150px;
}
#h_topBanner .h_logo {
	margin: 0px auto;
	position: relative !important;
	width: 250px;
	display: block;
	text-align: center;
}
#h_topBanner > .h_logoContainer {
	text-align: center;
}
#h_topBanner .h_ccsuLogo {
}
/*-------FOOTER----------*/
.f_linkList ul {
	padding-left: 0px;
}
footer .f_linkList li {
	padding: 4px 8px;
}
footer .footerLogo {
	padding: 10px 10px;
	display: block;
	position: relative;
}
.f_linkList {
	margin-left: 10px;
}
footer .footerLogo .f_ccsuLogo {
	width: 95px;
	height: 95px;
}
footer .footerLogo .f_ccsuLogoText {
}
ul.footerList {
    display: none;
}
footer .buttons .social {
	text-align: center;
	padding: 4px;
}
footer .container {
	margin-bottom: 0px;
	height: 215px;
}
footer .buttons {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0px;
	padding: 15px 0px;
}
footer .subFooter .m_bp,
footer .subFooter .t_bp {
	display: block;
	margin-bottom: 4px;
	padding: 0px 10px !important;
}
/*----Adjustments for Main Content----*/
#mainContent > .container{
	margin-top:0px;
}


}


@media (min-width: 981px) and (max-width: 1230px) {
#mainContent {
    margin-top: 90px !important;
}
.container {
	width: 960px !important;
}
.thin #topNav a {
	padding: 11px 11px 11px !important;
}
.thin #mainNav > .main_topLink > a {
	padding: 11px 8px 11px;
}
.thin #h_topBanner nav {
	margin-right: 120px !important;
}
.thin #pipelineButton span.topOnly {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}

.thin .h_logoContainer .h_logo .h_ccsuLogo {
	width: 40px;
	height: 40px;
}
.thin #h_topBanner .azDropDwn {
margin-left: -245px;
}
/*------CONTENT AREA---------*/
#leftNavigation ~ #content > div.siteImage {
    width: 740px;
}
#leftNavigation ~ #content > div.siteImage > img {
    width: 100%;
    max-width: 740px;
}
#content > .siteImage > iframe{
	height:300px;
}
#content > .column_container {
    /* width: 760px; */
}
#content .contentArea {
    /* max-width: 760px; */
    /* min-width: 500px; */
    padding: 20px;
}
#rightBanner {
    width: 230px;
}
#rightBanner .element > * {
    width: 100%;
    height: auto;
}
#leftNavigation ~ #content {
    width: 740px !important;
}
/*---------LEFT BANNER--------*/
#leftNavigation {
    width: 220px;
}
#leftNavigation img {
    max-width: 100%;
    height: auto;
}

/*------SUB_ROTATOR---------*/
#leftNavigation ~ #sub_rotator, #sub_rotator > #leftNavigation ~�.rotator_image, #leftNavigation ~�#sub_rotator > .rotator_image > img{
	width:760px !important;
	height:343px !important;
}
}


@media (min-width: 675px) and (max-width:980px) {
/*----UTILITY----*/
.t_hidden {
	display: none !important;
}
.t_show {
	display: block;
}
.text_columns, �.text_3columns {
-webkit-columns: auto 1;
-moz-columns: auto 1;
columns: auto 1;
}
.text_4columns {
-webkit-columns: auto 2;
-moz-columns: auto 2;
columns: auto 2;
}
.td{
	display:block !important;
	width: 100% !important;
}
.table .tr > p.td {
  margin: 0px 4px !important;
  line-height: 200% !important;
}
p.td{
		padding:2px;
		margin: 2px 0px !important;
	}
	p.td.padded{
		padding:4px;
	}
	#mainContent p.td + p.td{
		margin-top:-7px !important;
	}
	.table .tr > p.td {
 		margin: 0px 4px !important;
  		line-height: 200% !important; 
	}
#mainContent {
    margin-top: 90px !important;
    margin-left: 1%;
    margin-right: 1%;
}
.container {
	width: 100% !important;
}
#h_topBanner nav {
	right: 200px !important;
	padding: 11px 0px;
}
.topNav a {
	padding: 12px 11px 8px !important;
}
.mainNav a {
	font-size: 19px !important;
	padding: 10px 8px 17px;
}
#h_topBanner nav {
	right: 210px !important;
}
#pipelineButton span.topOnly {
	display: inline-block;
	vertical-align: middle;
}
.thin #h_topBanner > .h_logoContainer {
	margin-left: 15%;
}
#content .contentArea .column{
	width:100%;
	padding:5px;
	display:block;
}
#content .contentArea .column_container {
	width: 100%;
	display:block;
}	
/*-------TOP NAV------*/
#mainContent > header {
    padding-bottom: 0px;
}
#sub_top_navigation {
    margin: 0px;
}
#mainContent #sub_top_navigation ul {
	text-align: center;
}
/*-------LEFT NAV------*/
#leftNavigation {
	width: 26%;
	min-width: 220px !important;
}
#leftNavigation img{
	max-width: 100% !important;
	height:auto !important;
}
/*-------CONTENT------*/

#mainContent #content {
	/* width: 72% !important; */
}
#content > div.siteImage {
	width: 100%;
}
#content > div.siteImage > img {
	width: 100%;
}
#mainContent .contentArea {
	width: 100%;
	display: block;
	min-width: 0px;
	max-width: 100%;
}
#rightBanner {
	display: table;
	width: 100%;
	max-width: 100%;
}
#rightBanner .element {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding: 0px 1%;
}
#rightBanner > .element > * {
	max-width: 100%;
	height: auto;
}
#mainContent > header .breadCrumbs {
	display: none;
}

/*------SUB_ROTATOR---------*/
#sub_rotator,
#sub_rotator > .rotator_image,
#sub_rotator > .rotator_image > img{
	width:100% !important;
}
#sub_rotator .rotator_image img {
    width: inherit;
}


}


@media (min-width: 0px) and (max-width: 674px) {
	/*----UTILITY----*/
	.m_hidden {
		display: none !important;
	}
	.m_show {
		display: block;
	}
	.text_columns, �.text_3columns, .text_4columns {
		-webkit-columns: auto 1;
		-moz-columns: auto 1;
		columns: auto 1;
	}
	.td{
		display:block !important;
		width: 100% !important;
	}
	p.td{
		padding:2px;
		margin: 2px 0px !important;
	}
	p.td.padded{
		padding:4px;
	}
	#mainContent p.td + p.td{
		margin-top:-7px !important;
	}
	.table .tr > p.td {
 		margin: 0px 4px !important;
  		line-height: 200% !important; 
	}
	#mainContent {
		padding-bottom: 309px;
	}
	#pageContent > #header + #mainContent{
		margin-top:150px;
	}
	#pageContent > #header.thin + #mainContent{
		margin-top: 150px !important;
	}
	#pageContent.thin > #header.thin + #mainContent{
		margin-top: 45px !important;
	}
	.container {
		width: 100% !important;
	}
	#content .contentArea .column{
		width:100%;
		padding:5px;
		display:block;
	}
	#content > .column_container {
		min-height: 200px;
	}
	#content .contentArea .column_container {
		width: 100%;
		display:block;
	}	
	#h_topBanner nav {
		right: 200px !important;
		padding: 11px 0px;
	}
	.topNav a {
		padding: 12px 11px 8px !important;
	}
	.mainNav a {
		font-size: 19px !important;
		padding: 10px 8px 17px;
	}
	.h_appContainer {
		float: none;
		top: 0px;
		right: 0px;
	}
	.h_appContainer .h_search {
		display: none;
	}
	#h_topBanner nav {
		right: 210px !important;
	}
	.h_wrapApps {
		width: 100%;
		right: 0px;
		left: 0px;
	}
	.h_wrapApps .h_iconWrap {
		font-size: 11px !important;
	}
	#pipelineButton span.topOnly {
		display: inline-block;
		vertical-align: middle;
	}
	.appDrawer.active {
		right: 2px;
	}
	.active.searchIcon_activator {
		background: none;
		padding: 0px;
		margin: 0px;
		box-sizing: border-box;
		position: static;
		z-index: auto;
	}
	.active.h_searchBarForm {
		position: static;
		height: auto;
		bottom: 0px;
		right: 0px;
		padding: 0px;
		background: none;
	}
	.thin #h_topBanner > div.h_logoContainer {
		/* margin-left: 15%; */
		width: 200px;
		margin: 0px auto;
	}
	#h_topBanner > .h_logoContainer > img {
		display: none;
	}
	.thin #h_topBanner > .h_logoContainer > .h_logo > .h_ccsuLogo {
		width: 34px;
		height: auto;
	}
	#h_topBanner > .h_logoContainer > .h_logo > .h_logoText {
		margin-left: 5px !important;
	}
	#h_topBanner > .h_logoContainer > .h_logo {
		padding-top: 5px;
	}
	#pipelineButton {
		position: absolute;
		right: 0px;
		padding: 12px 20px;
	}
	#quickButton {
		position: absolute;
		left: 0px;
		padding: 12px 20px;
	}
	/*-------TOP NAV------*/
	#mainContent #sub_top_navigation ul {
		text-align: center;
	}
	div#sub_top_navigation {
		margin: 0px;
	}
	/*-------LEFT NAV------*/
	#leftNavigation {
		width: 100%;
		display: table-footer-group;
	}
	ul#lnav_mainLinks {
		border-top: solid 1px #000;
	}
	#lnav_mainLinks li a {
		padding: 13px 20px;
		font-size: 18px;
	}
	#lnav_addLinkContainer .lnav_additionalLinks a {
		display: block;
		padding: 14px;
		border: solid 1px #000;
		font-size: 16px;
		background: #ccc;
		color: #333;
	}
	/*-------CONTENT------*/
	#mainContent > header {
		border-bottom: solid 1px #bbb;
		padding-bottom: 0px;
	}
	#mainContent > header h1 {
		padding: 15px;
	}
	#mainContent #content {
		width: 100% !important;
		display: table-header-group;
	}
	#content > div.siteImage {
		width: 100%;
	}
	#content > div.siteImage > img {
		width: 100%;
	}
	#content > .siteImage > iframe{
		height:200px;
	}
	#mainContent .contentArea {
		width: 100%;
		display: block;
		min-width: 0px;
		max-width: 100%;
	}
	#mainContent #rightBanner {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0px 10px;
		text-align: center;
		margin-bottom: 10px;
	}
	#rightBanner .element {
		display: block;
		vertical-align: top;
		text-align: left;
		margin-bottom: 10px;
	}
	#rightBanner > .element > * {
		max-width: 100%;
		height: auto;
	}
	#mainContent > header .breadCrumbs {
		display: none;
	}

	/*------SUB_ROTATOR---------*/
	#sub_rotator,
	#sub_rotator > .rotator_image,
	#sub_rotator > .rotator_image > img{
		width:100% !important;
	}
	#sub_rotator .rotator_image img {
		width: inherit;
	}

	div#rotator_buttons {
		top: 0px !important;
		margin: 0px;
		bottom: 0px;
		vertical-align: middle;
	}
	#rotator_prev {
		top: 0px;
		height: auto;
		bottom: 0px;
		vertical-align: middle;
		position: absolute;
		left: 0px;
	}
	#rotator_next {
		top: 0px;
		height: auto;
		bottom: 0px;
		vertical-align: middle;
		position: absolute;
		right: 0px;
	}
}


