body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 26px;
}

.dblue-bg {
	background-color:#2F5597;
}

.blue-bg {
	background-color: #6e9cc5;
}

.btn-links {
	border-radius: 0;
	border-color: none;
	text-decoration: none;
	text-align: center;
}

.lightblue-bg {
	background-color: #d9e6f1;
}

.lblue-bg {
	background-color: #c4d9ec;
}

.text-white {
	color: #fff;
}

.inline {
	display: inline-block;
}

a {
	color: #063054;
}

a.btn-links:hover {
	color: #fff;
	text-decoration: none;
}

.font24 {
	font-size: 24px!important;
}

.pad-top {
	margin-top: 20px;
}

.vcenter {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

.row-eq-height {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.logos > img {
	width: 50%;
}

.green-bg {
	background-color: green;
}

.bottom-border {
	border-bottom: solid 1px #6e9cc5;
}

.align-middle {
    vertical-align: middle!important;
}

h1 {
	font-size: 32px;
	font-weight: 700;
}

.title-head {
	font-size: 46px;
	color: #2E75B6;
}

th {
    font-weight: 500;
}

.dgreen-bg {
	background-color: #70AD47;
}

.font14 {
	font-size: 20px;
}

.padded {
	padding-left: 60px;
    padding-right: 60px;
    background-color: #d9e6f1;
}

.table-bordered {
    border: 1px solid #afa9a9;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #afa9a9
}

form {
	padding-left: 150px;
    padding-right: 150px;
    background-color: #d9e6f1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.pad-col {
	margin-right: 15px;
    margin-left: 15px;
}

.btn {
    font-size: 24px;
}

.form-control {
    height: 44px;
    font-size: 24px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.error {
	    border: 2px solid red;
}

.input-group {
	width: 100%;
}

.sized {
	width: 280px;
}

#weekly > tbody > tr > td:nth-child(2){
	width: 70%;
}

.font-small {
	font-size: 18px;
}

.text-blue {
	color:#043790;
}

.text-orange {
	color: #E36C0A;
	font-weight: 700;
}

.underline {
	font-weight: 700;
	text-decoration: underline;
}

.font16 {
	font-size: 22px;
	font-weight: 700;
}

.bold {
	font-weight: 700;
}

#login-checkbox {
	margin-top:0;
}

@media only screen and (max-width: 1024px) {
	.title-head {
    	font-size: 30px;
    }

    h1 {
	    font-size: 26px;
	}

	form {
	    padding-left: 25px;
	    padding-right: 25px;
	}

	.form-control {
	    height: 32px;
	    font-size: 16px;
	}

	body {
		font-size: 16px;
	}

	.btn {
	    font-size: 16px;
	}
}

@media only screen and (max-width: 800px) {
	#ciel-logo {
		width: 125px;
	}

	body {
		font-size: 14px;
	}

	.btn {
	    font-size: 14px;
	}

	.title-head {
	    font-size: 25px;
	}

	h1 {
	    font-size: 20px;
	    margin-top: 5px;
    	margin-bottom: 5px;
	}

	.form-control {
	    height: 28px;
	    font-size: 14px;
	}

	form {
	    padding-top: 5px;
	    padding-bottom: 5px;
	}

	.sized {
	    width: 180px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-links {
		margin-bottom: 5px;
	}

	.menu-row {
		margin-bottom: 15px;
	}

	#ciel-logo {
		width: 65px;
	}

	.title-head {
	    font-size: 14px;
	    font-weight: 700;
	}

	.font-menu {
		font-size: 16px;
	}

	.padded {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}