
/********************************************************************************************************
	VSB Overrides
/*******************************************************************************************************/

.navigation {
	background-color: #00151a88;
}

.mobile_sort_filter {
	background-color: #C41230;
}

.navigation li a.navselected {
	background-color: #00151a88;
	border-bottom-color: #FFFFFF;
	transition: background 0.3s;
	/*color: #000000;*/
}

/* .psguestbutton {
	display:none;
}
 */
 
 .userDiv {
	display: none;
}

.full_page_title {
	background-color: #00151a88;
}

.page_fader {
	background-color: #00151a88;
}

.cbox-title {
	text-transform: inherit;
}

.header_invader_logo_width {
    width: 600px;
}

.main_menu_button {
	background-color: transparent;
	font-size: 237%;
	padding: 0px 8px;
}
.main_menu_button:hover {
    background-color: rgba(197, 197, 197, 0.39);
}

.header_invader_position {
    top: -100px;
    height: 100px;
}
.credits_block {
	display: inherit;
}

.welcome_subtext {
	max-width: 700px;
}


/***********************************
	UNCW Specific
/***********************************/

.ccac_header {
	height: 100px;
	overflow: hidden;
    position: relative;
}

.ccac_logo {
	float: left;
    margin-bottom: 10px;
    background-image: url(uncw_logo.gif);
    width: 601px;
    height: 54px;
    background-repeat: no-repeat;
    margin: 0;
    background-position: 12px 11px;
}
.ccac_logo img {
	width: 129px;
}
.ccac_site_title {
    float: left;
    height: 42px;
    clear: left;
    padding: 0 14px;
    font-size: 33px;
    font-family: Palatino,"Palatino Linotype","Times New Roman",Times,serif;
    color: rgb(0,112,115);
}
.ccac_site_title h1 {
	font-size: 220%;
}

.ccac_footer {
	background-color: #777772;
	background-image: url('footerback.jpg');
	color: white;
	position: relative;
	background-position: 0 -330px;
}

.ccac_footer_content {
	padding: 58px 60px 8px 60px;
	color: #A4A4A5;
	text-align: center;
}

.ccac_footer_content a {
	color: #007073;
	font-weight: normal;
}

.ccac_footer_name {
	float: left;
    margin-top: 3px;
    background-image: url('CCAC-logo-w-on-b.png');
	background-repeat: no-repeat;
  	background-size: contain;
	width: 120px;
	height: 50px;
	
}

.ccac_popup_agreement{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.ccac_popup_agreement iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ccac_social_links {
	float:right;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.ccac_social_links_text {
	font-size: 93%;
    padding-right: 14px;
    padding-left: 14px;
    float: right;
    display: inline-block;
    padding-top: 7px;}

.ccac_social_links_list > li {
    padding-left: 4px;
    padding-right: 3px;
    vertical-align: top;
    display: inline;
}

.ccac_social_links_list > li > a {
	color: #002D56;
	background: #f7f1f1;
	display: inline-block;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #444;
    transition: none;
}

.ccac_footer_left {
	float: left;
    margin: 10px 10px 10px 0px;
}
.ccac_footer_right {
	float: right;
    margin-top: 10px;
    line-height: 1.5;
}
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: rgb(255,255,255);
    background-color: #00717d;
}

.mdl-button--raised[disabled][disabled], .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0,0,0,.12);
    color: rgba(0,0,0,.26);
    box-shadow: none;
}

.big_button {
    background-color: #00717d;
}

.big_button:hover {
    background-color: #00616d;
}

.ccac_social_links_list > li > a:hover {
    background: #fff;
    border-color: #fff;
    color: #2f2f2f;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (max-width:1200px) { /* <= 1200px wide */
	.header_invader_position {
    	top: -50px;
    	height: 50px;
	}
	.header_invader_logo_width {
    	width: 270px;
	}
}

@media only screen and (max-width:680px) { /* <= 680px wide */
	.ccac_site_title h1 {
		font-size: 150%;
	}
	.ccac_logo {
	    width: 100px;
	}
	.header_invader_logo_width {
    	width: 5px;
	}
	.header_invader_position {
    	top: -50px;
    	height: 50px;
	}
	.ccac_site_title {
		float: right;
		clear: none;
		padding: 6px 18px;
	}
}

@media only screen and (max-width:400px) {
	.ccac_site_title {
		font-size:20px;
		padding-top: 17px;
	}
}

@media only screen and (max-width:310px) {
	.ccac_logo {
	    display:none;
	}
}