@charset "UTF-8";

/* CSS Document */
body {
background:#c7dde4;
}

.omsc-one-half {
width: 50%;
background: rgb(241, 251, 255);
	margin: 0%;
padding: 50px;
}
.omsc-last {
height: 531px;
background: #ecf5f9;
}

#main, #footer {
margin: 0px 0;
}

#wrap {
padding: 0 0px !important;
}

#masterhead {
padding: 0px 0;
}

.entry {
margin-bottom: 0px;
}

#page-heading {
display: none;
}
.entry {
margin-bottom: -15px;
margin-top: -15px;
}

@media only screen and (max-width: 768px) {

.omsc-one-half {
width: 100%!important;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 25px;
margin-top: 20px;
}
.omsc-last	 {
margin-top: 0px;
}
	
}