@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	margin: 0;
	padding: 0;
	background: url('/img/cmsc/2017/background.jpg') #faf5a0 no-repeat !important;
}

a, a:link, a:focus, a:active, a:visited {
	    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #1E90FF;
}

a:hover {
	color: #000;
}

.header.wrapper {
	margin-top: 15px;
}

.container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.logo img {
	width: 100%;
}


.clientNavigation {
	display: none;
}


.footer.wrapper {
	background-color: #0073ba;
	color: #fff;
}

.footer.wrapper p {
	margin: 0;
    line-height: 20px;
}

footer {
    max-width: 880px;
    width: 100%;
    padding: 18px 30px;
    margin: 0 auto;
    font-size: .8em;
    font-weight: 100;
}