@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 0;
    margin-bottom: 0;
	background-color: #746e68;
}

a {
	color:#009ee2;
	text-decoration: none;
	transition: all 0.5s ease;
}
/* Header */
header {
	text-align: center;
	display: block;
	background-image: url(../images/college_center_1920.jpg);
    background-attachment: fixed;
	background-position-x: center;
	height: auto;
	padding-bottom: 40px;
}

header div.profileLogo {
		width: 100%;
		background: rgba(0,0,0,0.3);
		margin-bottom: 40px;
	}	

header .profileLogo .logoPlaceholder {
	background-color: rgba(208,207,207,0);
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	display: inline-block
}
header .logoPlaceholder span.cctitle {
    font-family: 'Roboto Slab', serif;
	color: #fff;
    font-size: 40px;
    display: block;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

header .logoPlaceholder span.cclocation {
    font-family: 'Roboto Slab', serif;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    display: block;
}

header .profileLogo .navigationPlaceholder {
/*	float: left;*/
	margin-bottom: 0px;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	display: block;
	border-top: 2px solid #009ee2;
	border-bottom: 2px solid #009ee2;
	background: rgba(0,0,0,0.8);
	padding: 10px;
}

header .navigationPlaceholder div.ccnavigation a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #9a9186;
    font-size: 18px;
    display: inline-block;
	text-decoration: none;
}

header .navigationPlaceholder div.ccnavigation a:hover {
    color: #fff;
}

header .navigationPlaceholder div.ccnavigation a.cchours {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #009ee2;
}

header .navigationPlaceholder div.ccnavigation a.ccuse {

}
header .profilePhoto {
	margin-right: auto;
    margin-left: auto;
}

header .profilePhoto img.wsclogo {
	display: inline-block
}
	
header .profilePhoto img.necclogo {
	display: inline-block
}

header .profileHeader {
	text-align: center;
	width: 54%;
    margin: auto;
}

header .profileheadercontainer{
	width: 60%;
	padding: 20px;
	background: rgba(0,0,0,0.6);
	margin: 0px auto 0px auto;
}

header .profileHeader h1 {
	font-family: 'Roboto Slab', serif;
	color: #f1d3b2;
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
header .profileHeader h3 {
	font-family: rob;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	line-height: 24px;
}
hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .profileHeader p {
    color: #fff;
    font-size: 20px;
    overflow-y: auto;
	margin-top: 10px;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 30px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
	width: 195px;
	height: auto;
	display: inline-block;
	margin-right: 8px;
	padding: 4px;
}

header .socialNetworkNavBar .socialNetworkNav a {
	font-size: 16px;
	display: block;
	padding: 15px;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}

header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}

header .socialNetworkNavBar .socialNetworkNav a.ccwsclink {
	background: rgba(255,204,0,1.00);
	color: #000;
}
	
header .socialNetworkNavBar .socialNetworkNav a.ccwsclink:hover {
	background: rgba(255,204,0,0.7);
	color: #000;
}

	
header .socialNetworkNavBar .socialNetworkNav a.ccnecclink {
	background: rgba(210,13,70,1.00);
	color: #fff;
}
	
header .socialNetworkNavBar .socialNetworkNav a.ccnecclink:hover {
	background: rgba(210,13,70,0.7);
	color: #fff;
}

/* Main Content sections */
.backtotop {
	width: auto;
    margin: auto;
    position: absolute;
    bottom: -22px;
    right: 0px;
}

.backtotop a {
	padding: 4px;
    background: #009ee2;
    color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

.backtotop a:hover {
    background: #fff;
    color: #000;
}


.mainContent .section1 {
	display: block;
	height: auto;
	background: #544b40;
	padding-top: 60px;
	padding-bottom: 100px;
	border-top: 2px solid #706d6a;
	background-image: url(../images/college_center_1920_prairie.jpg);
    background-attachment: fixed;
	background-position-x: center;
}

.mainContent .section2 {
	display: block;
	height: auto;
	background: #ede2d5;
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #706d6a;
	background-position-x: center;
}

.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Roboto Slab', serif;
	color: rgba(0,158,226,1.00);
	font-size: 30px;
	text-transform: none;
	text-align: center;
	width: 98%;
	margin: auto;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	width: 60%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #ede2d5;
	border-bottom: 1px solid #ede2d5;
	position: relative;
}

.mainContent .section2 .section2Content {
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	width: 60%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #ac957a;
	border-bottom: 1px solid #ac957a;
	position: relative;
}
.mainContent .section1 .section1Content .hours.left {
	display: inline-block;
	width: 48%;
	margin-right: 1%;
	vertical-align: top;
	text-align: center;
}

.mainContent .section2 .section2Content .hours.left {
	display: inline-block;
	width: 48%;
	margin-right: 1%;
	vertical-align: top;
}


.mainContent .section1 .section1Content .hours.right {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: center;
}

.mainContent .section2 .section2Content .hours.right {
	display: inline-block;
	width: 47%;
	margin-left: 3%;
	vertical-align: top;
}

.mainContent .section2 .section2Content .hours.right span.formtitle {
	font-family: 'Roboto Slab', serif;
    color: rgba(0,158,226,1.00);
    font-size: 27px;
	line-height: 22px;
    text-transform: none;
    text-align: center;
    width: 98%;
    margin: auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	font-weight: bold;
}


.mainContent .section1 .section1Content .hours p {
	color: #ede2d5;
	font-size: 22px;
	margin:0px;
}

.mainContent .section2 .section2Content .hours p {
	color: #000;
	font-size: 22px;
	margin:0px;
}
.section2 .sectionContentTitle {
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
}
.section2 .sectionContentSubTitle {
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}

form.cc_contact_form {
	
}

form.cc_contact_form table {
	width: 90%;
}

form.cc_contact_form p {
	font-size: 18px !important;
	font-weight: normal !important;
}

form.cc_contact_form p input, form.cc_contact_form p textarea, form.cc_contact_form p select {
	width: 100% !important;
    padding: 10px !important;
    color: #fff;
    border: 0px !important;
    background-color: #a69e95 !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: normal !important;
}

form.cc_contact_form p input.ccsubmit {
	width: 75% !important;
    padding: 10px !important;
    color: rgba(0,158,226,1.00);
    border: 0px !important;
    background-color: #000 !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: normal !important;
	cursor: pointer;
	transition: all 0.5s ease;
}

form.cc_contact_form p input.ccsubmit:hover {
    color: rgba(0,0,0,1.00);
    background-color: rgba(0,158,226,1.00) !important;
}
/* Footer */
.footercontainer {
	background: rgba(166,158,149,1.00);
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

footer .footerDisclaimer {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 14px;
	width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
}
footer .footerDisclaimer span {
	color: rgba(0,0,0,0.5);
	font-weight: 400;
}
footer .footerNote {
	font-size: 18px;
	line-height: 18px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    padding: 0px;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

footer .footerNote .footercontact {
	display: inline-block;
	background: rgba(0,0,0,0.5);
	padding: 10px;
}
	
footer .footerNote .footercontactinfo {
	display: inline-block;
	background: rgba(0,0,0,0.3);
	padding: 10px 6px;
}

footer .footerNote .footercontactinfo .numb1, footer .footerNote .footercontactinfo .numb2, footer .footerNote .footercontactinfo .email {
	display: inline-block;
	padding: 0px 6px;
}

footer .footerNote .footercontactinfo .email a {
	color: rgba(0,0,0,1.00);
	transition: all 0.5s ease;
}

footer .footerNote .footercontactinfo .email a:hover {
	color: rgba(0,158,226,1.00);
}

@media only screen and (max-width : 1492px) {
header .profileHeader {
    width: 80%;
}
}

@media only screen and (max-width : 988px) {
.mainContent .section1 .section1Content {
	width: 80%;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.mainContent .section2 .section2Content {
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
}
}

@media only screen and (max-width : 745px) {
.mainContent .section1 .section1Content .hours.left {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.mainContent .section2 .section2Content .hours.left {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.mainContent .section1 .section1Content .hours.right {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
}

.mainContent .section2 .section2Content .hours.right {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
}
}

@media only screen and (max-width : 726px) {
header .socialNetworkNavBar .socialNetworkNav {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
}
}

@media only screen and (max-width : 615px) {
header .profileheadercontainer{
	width: 90%;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	margin: 0px auto 0px auto;
}
}

@media only screen and (max-width : 435px) {
header .profileHeader {
	width: 100%;
}
	
header .profilePhoto img.wsclogo {
	display: block;
	width: 100%;
}
	
header .profilePhoto img.necclogo {
	display: block;
	width: 100%;
}
}

@media only screen and (max-width : 370px) {
.mainContent .section1 .section1Content {
	width: 95%;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.mainContent .section2 .section2Content {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
}
}

@media only screen and (max-width : 320px) {
.mainContent .section1 .section1Content .hours p {
	font-size: 17px;
}

.mainContent .section2 .section2Content .hours p {
	font-size: 17px;
}
}

@media only screen and (max-width : 300px) {
header .logoPlaceholder span.cctitle {
    font-size: 30px;
}

}

@media only screen and (max-width : 275px) {
	header .navigationPlaceholder div.ccnavigation a.cchours {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px solid #009ee2;
	border-bottom: 1px solid #504334;
	width: auto;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

header .navigationPlaceholder div.ccnavigation a.ccuse {
	display: block;
}
}

/* Piper Break */

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
}

/* Main content sections */

/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
}

/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}

.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */


}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */

	

/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}

.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */



}

p {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: normal !important;
}
