/***********************************
	Client Specific
/***********************************/

.cctc_header {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	height: 120px;
	overflow: hidden;
    position: relative;
    color:white;
}

.cctc_logo {
    float: left;
    background-image: url(cctc_logo.png);
    width: 400px;
    height: 120px;
    background-repeat: no-repeat;
    margin: 0px 0 0 30px;
    background-size: 400px;
    background-position: 0 10px;
}

.cctc_vsb_title {
	float: right;
    line-height: 47px;
    color: #000000;
    font-size: 140%;
    margin: 0px 21px;
}

.full_page_title {
	background-color: #0E2140;
}

.navigation {
	background-color: #0E2140;
}

/** Used for Page Favorite on collapse*/
.page_fader {
	background-color: #0E2140;
}

.header_invader_position {
    top: -70px;
    height: 70px;
}

.header_invader_logo_width {
   	width: 400px;
}

.cctc_site_title {
    margin: 0px 21px;
    /* height: 42px; */
    color: #ffffff;
    position: absolute;
    top: 0;
    /*right: 0;*/
    /* text-transform: uppercase; */
    font-size: 2.5em;
    font-family: sans-serif;
    font-weight: normal;
}

.full_page_title.title_font.rotate_90d {
	color: #ffffff;
}

.main_menu_button {
	background-color: transparent;
	color: #ffffff;
}

.main_menu_button:hover {
    background-color: #FFB544;
}

.fa-bars {
	color: #000000;	
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    color: #ffffff;
    background-color: #0E2140;
}

.mdl-button--accent.mdl-button--accent.mdl-button--raised:hover, .mdl-button--accent.mdl-button--accent.mdl-button--fab:hover {
    background-color: #FFB544;
    color:#000000;
}

.mdl-button:hover {
    background-color: #FFB544;
}

.big_button {
    color: #ffffff;
    background-color: #0E2140;
}

.big_button:hover {
    color: #000000;
    background-color: #FFB544;
}

.autho_text_cell {
    padding: 0px 10px;
}


.cctc_footer {
	background-color: #0E2140;
	color: white;
	position: relative;
}

.cctc_footer_content {
	padding: 18px 17px 48px 20px;
}

.cctc_social_links {
	float:right;
}

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

ul.cctc_social_links_list {
	padding-left: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
    float: right;
}

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

.cctc_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;
}

.cctc_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:780px) { /* <= 480px wide */
	.cctc_logo {
    	background-size: 300px;
	    margin: 0px 0 0 10px;
	    width: 350px;
	}
	
	.cctc_site_title h1 {
		font-size: 150%;
	}
}

@media only screen and (max-width:680px) { /* <= 680px wide */
	.cctc_logo {
    	background-size: 250px;
	    margin: 0px 0 0 10px;
	    width: 300px;
	}
	.cctc_site_title h1 {
		font-size: 150%;
	}
	.header_invader_logo_width {
	   	width: 20px;
	}
}

@media only screen and (max-width:480px) { /* <= 480px wide */
	.cctc_logo {
    	background-size: 200px;
	    margin: 0px 0 0 10px;
	    width: 300px;
	}
	.cctc_site_title h1 {
		font-size: 120%;
	}
}







