#Logo {
	max-height: 50px;
	margin-right: 20px;
	display: inline-block;
}

#Welcome_Panel {
	text-align: center;
	background-color: #007b4b;
	height: inherit;
	color: #ffffff;
}

#Welcome_Intro {
	color: #fff;
	font-family: Raleway, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
}

#Welcome_Title {
	font-size: 50px;
	font-family: Raleway, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Latest_News_Content, #courseFullDescriptionWrapper {
	width: auto;
	font-family: Raleway, sans-serif;
	margin: 5px;
}

#WelcomeLink {
	font-family: Raleway, sans-serif;
}

#btnScrollTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #2c4aa0;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#btnScrollTop:hover {
	background-color: #555;
}

#allCourses .info-border {
	margin-bottom: 7%;
	width: 60%;
}

#allCourses .alert-transparent-margin-auto {
	max-width: initial;
}

#footerswitchuser {
	background-color: #e5af41;
	text-align: center;
}

.content-header-square-block {
	padding-top: 20px;
	text-align: center;
   /* background-color: #04364b;*/
   /* background-image: url("../../../images/content_header_image.jpg");*/
	height: inherit;
	color: #ffffff;
}

.padding-bottom-2percent {
	padding-bottom: 2%;
}

.content-header-square-block .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 25px;
}

.content-header-square-block .buttons {
	text-align: center;
}

.content-header-square-block .buttons .btn {
	padding: 16px 32px;
	margin: 6px;
	border: none;
	background: #2c4aa0;
	box-shadow: none;
	text-shadow: none;
	opacity: 0.9;
	text-transform: inherit;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1;
	outline: none;
	font-family: Raleway,sans-serif;
}

.container.Welcome_Paragraph {
	padding: 45px;
	max-width: 1000px;
	width: auto;
	margin: 0 auto;
}

.news-title {
	font-size: medium;
	font-family: Raleway, sans-serif;
	color: rgb(255,255,255) !important;
	margin: 20px;
}

.btn-primary {
	color: #fff;
	background-color: #2c4aa0;
	border: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #2f3336;
	background-color: #008954;
	border-color: #007b4b;
}

.btn-light {
	color: #fff;
}

.news-panel {
	font-size: small;
	font-family: Raleway, sans-serif;
	color: #fff !important;
	margin: 20px;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgb(0,179,109);
	box-shadow: 0 0 0 0.2rem rgb(0,179,109);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #32373a;
	background-color: #f1f7fc;
	border-color: #bababa;
}

.btn-primary:hover {
	color: #fff;
	background-color: #1f3061;
	border-color: #1f3061;
}

.container.sub_heading {
	text-align: center;
	max-width: 100%;
	padding: 5%;
	background-color: rgba(255,255,255,0);
}

.container.sub_heading h1 {
	color: rgb(255,255,255);
	font-size: 50px;
	font-family: Raleway, sans-serif;
}

.container.About_Us_content {
	padding: 50px;
	max-width: 1000px;
	text-align: center;
	min-height: inherit;
}

.container-role-selection {
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

#Login_alert {
	min-height: 100px;
}

#Login_Panel {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
	border-top: 20px;
	border-bottom: 20px;
	border-right: 30px;
	border-left: 30px;
	background-color: #ffffff;
}

html,
body {
	font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #373a3c;
	text-align: left;
	background-color: #fff;
	margin-bottom: 0%;
	height: 100%;
	position: relative;
}

.main-container {
	min-height: 100vh;
 /* will cover the 100% of viewport */
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 100px;
 /* height of your footer */;
}

#Login_section {
}

@media (min-width: 576px) {
	#LoginLinks {
		color: #32373a;
		width: 300px;
		padding-left: 20px;
		font-size: small;
	}
}

@media (min-width: 300px) {
	.Login_Links {
		Max-width: 300px;
		float: left;
		padding-top: 50px;
		padding-left: 20px;
		color: #32373a;
		font-size: smaller;
	}
}

.register-photo {
   /* background-color: rgb(255,255,255);*/
	margin-bottom: 2%;
}

.register-photo .form-container {
       /* background-color: #e2e9ea;*/
	display: table;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.register-photo .role-selection-container {
       /* background-color: #e2e9ea;*/
	display: table;
	max-width: 900px;
	width: 90%;
	margin: 2% auto;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.register-photo .role-form {
	display: table-cell;
	width: 50%;
	height: 370px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #505e6c;
	text-align: center;
	vertical-align: middle;
}

.register-page {
	background-color: rgb(255,255,255);
}

.register-page .form-container {
	display: table;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}

.register-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px;
}

.tr_left {
	font-weight: bold;
	font-size: 14px;
	width: 40%;
	text-align: right;
	font-family: Raleway, sans-serif;
}

.tr_right {
	padding: 5px 0 10px 10px;
}

.custom-select.max-100 {
	max-width: 100px;
}

.custom-select.max-275 {
	max-width: 275px;
}

.custom-select {
	max-width: 400px;
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
   /* background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;*/
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
	border-color: #28a745 !important;
}

.form-control {
	display: block;
	width: 400px !important;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control.max-275 {
	display: block;
	width: 275px !important;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da !important;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-form-control {
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: .5em 0;
}

.wrap-input100 {
	text-align: center;
	position: relative;
}

.wrap-input-details {
	width: 100%;
	margin: 5px 0px 5px 0px;
}

.wrap-input-details-header {
	width: 100%;
	text-align: center;
}

.wrap-input-details-body {
	width: 40%;
	text-align: center;
}

.wrap-input-details h3 {
	font-family: Raleway, sans-serif;
}

@media (min-width: 1200px) {
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 500px) {
	.tr_left {
		font-weight: bold;
		font-size: 14px;
		width: 24%;
		text-align: right;
		font-family: Raleway, sans-serif;
	}

	.custom-select {
		max-width: 200px;
	}
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
	.register-photo {
		padding: 70px 20px !important;
	}
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.modal-title {
	color: rgb(50,55,58);
	font-size: 15px;
}

.modal_body {
	padding: 2px;
	border: 1px solid #e9ecef;
}

.modal_footer {
	margin: 2% 2% 2% 2%;
}

.text-center {
	padding: 20px;
}

.welcome-login-link {
	color: rgb(50,55,58);
}

.news-login-link {
	color: rgb(50,55,58);
	font-family: Raleway, sans-serif;
}

i#loading-icon {
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 200px;
	margin-top: -100px;
	margin-left: -100px;
}

.container-login100-alert {
	margin-top: 1%;
}

.alert {
	text-align: center;
	position: relative;
}

.alert-danger {
	margin-left: 1%;
	margin-right: 1%;
}

.alert-warning {
	margin-left: 1%;
	margin-right: 1%;
}

.alert-danger {
	margin-left: 1%;
	margin-right: 1%;
}

.alert-dark {
	color: #1b1e21;
	background-color: #fff;
	border-color: #fff;
}

.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 15%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 13px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 200px;
	right: 0px;
	pointer-events: none;
	font-family: Raleway, sans-serif;
	color: #c80000;
	font-size: 11px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 410px;
	right: 0px;
	text-align: left;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

.btn-camelcase {
	font-family: Raleway, sans-serif;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.custom-control-input:checked ~ .custom-control-indicator {
	color: #fff;
	background-color: #b6ff00;
}

.custom-control {
	position: relative;
	display: block !important;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
	border-color: #28a745 !important;
}

.tr_right ul li {
	list-style: none;
	float: left;
}

.g-recaptcha {
	width: 100%;
	text-align: center;
}

div.g-recaptcha div {
	width: auto !important;
	height: auto !important;
}

.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.ui-autocomplete > li > div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
	cursor: pointer;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tile {
	width: 29%;
	height: 220px;
	float: left;
	margin: 0 10px 20px 10px;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	padding: 1%;
	border-color: #007b4b;
}

.alert-transparent {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-top: 2%;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: rgb(50,55,58);
	background-color: transparent;
	margin-left: 1%;
	margin-right: 1%;
	max-width: 900px;
}

.alert-transparent-margin-auto {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-top: 2%;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: rgb(50,55,58);
	background-color: transparent;
	margin: auto;
	max-width: 900px;
	margin-bottom: 0.5%;
}

.warning-border {
	border-color: #FF851B;
}

.danger-border {
	border-color: #FF4136;
}

.success-border {
	border-color: #28a745;
}

.info-border {
	border-color: #001E73;
}

.alert-transparent.warning-border .fa-2x {
	vertical-align: middle;
	color: #FF851B;
}

.alert-transparent.danger-border .fa-2x {
	vertical-align: middle;
	color: #FF4136;
}

.alert-transparent.success-border .fa-2x {
	vertical-align: middle;
	color: #28a745;
}

.alert-transparent.info-border .fa-2x {
	vertical-align: middle;
	color: #001E73;
}

.alert-transparent span {
	padding-left: 5%;
}

.alert-transparent-margin-auto.warning-border .fa-2x {
	vertical-align: middle;
	color: #FF851B;
}

.alert-transparent-margin-auto.danger-border .fa-2x {
	vertical-align: middle;
	color: #FF4136;
}

.alert-transparent-margin-auto.success-border .fa-2x {
	vertical-align: middle;
	color: #28a745;
}

.alert-transparent-margin-auto.info-border .fa-2x {
	vertical-align: middle;
	color: #001E73;
}

.alert-transparent-margin-auto span {
	padding-left: 5%;
}

#contentwrap .container .form-group {
	text-align: center;
}

.long-width-right {
	width: 90%;
	float: right;
}

.role-form-group {
	margin-bottom: 2%;
}

.margin-left-35 {
	margin-left: 35%;
}

#courses small {
	margin-left: 2%;
}

#categories .row {
	justify-content: initial;
	width: 60%;
	margin: 0 auto;
}

.row {
	justify-content: center;
}

.row.mb-1 {
	justify-content: flex-start !important;
}

.mb-1 {
	justify-content: flex-start !important;
	width: 100%;
}

@media (min-width: 576px) {
	.navigation-clean-button .navbar-brand {
		display: block;
	}
}

@media (min-width: 576px) {

	.modal-dialog {
		max-width: 50%;
		margin: 1.75rem auto;
	}
}

@media (max-width: 375px) and (min-width: 320px) {

	.container.sub_heading h1 {
		color: rgb(255,255,255);
		font-size: 20px;
		font-family: Raleway, sans-serif;
	}

	.tile {
		width: 80%;
		height: 150px;
		float: left;
		margin: 0 20px 20px 20px;
		border: 1px solid transparent;
		-webkit-border-radius: 3px;
		padding: 3%;
		border-color: #007b4b;
	}
}

@media (max-width: 768px) and (min-width: 375px) {

	.container.sub_heading h1 {
		color: rgb(255,255,255);
		font-size: 30px;
		font-family: Raleway, sans-serif;
	}

	.alert-validate::before {
		max-width: 30%;
		left: 150px;
	}

	.tile {
		width: 80%;
		height: 150px;
		float: left;
		margin: 0 20px 20px 20px;
		border: 1px solid transparent;
		-webkit-border-radius: 3px;
		padding: 3%;
		border-color: #007b4b;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {

	.container.sub_heading h1 {
		color: rgb(255,255,255);
		font-size: 40px;
		font-family: Raleway, sans-serif;
	}

	.alert-validate::after {
		left: 340px;
	}

	.alert-validate::before {
		max-width: 30%;
		left: 150px;
	}

	.tile {
		width: 40%;
		height: 150px;
		float: left;
		margin: 0 20px 20px 30px;
		border: 1px solid transparent;
		-webkit-border-radius: 3px;
		padding: 3%;
		border-color: #007b4b;
	}

	.alert-transparent-margin-auto {
		position: relative;
		padding: 0.75rem 1.25rem;
		margin: auto;
		margin-top: 2%;
		border-radius: 0.25rem;
		color: rgb(50,55,58);
		background-color: transparent;
		width: 90%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: none;
	}
}

@media (max-width: 736px) and (min-width: 411px) {
	.form-group {
		margin-bottom: 1rem;
		margin-top: 0 !important;
	}

	.tile {
		width: 80%;
		height: 150px;
		float: left;
		margin: 0 20px 20px 20px;
		border: 1px solid transparent;
		-webkit-border-radius: 3px;
		padding: 3%;
		border-color: #007b4b;
	}
}

@media (max-width: 1200px) {
	.fa-8x {
		font-size: 5em;
	}

	.alert-validate::after {
		left: 340px;
	}

	#allCourses .info-border {
		margin-bottom: 30%;
		width: 87%;
	}
}

@media (max-width: 767.98px) {
	.navigation-clean-button .navbar-brand {
		display: none;
	}

	.form-control {
		display: block;
		width: 275px !important;
	}

	.fa-8x {
		font-size: 3em;
	}

	.margin-left-35 {
		margin-left: 40%;
	}

	.alert-validate::after {
		left: 340px;
	}
}

@media (max-width: 576px) {

	#allCourses .info-border {
		margin-bottom: 30%;
		width: 97%;
	}

	.modal-dialog {
		max-width: 90%;
	}

	.form-control {
		display: block;
		width: 220px !important;
	}

	.alert-validate::after {
		left: auto;
	}

	.alert-validate::before {
		max-width: 60%;
		left: 70px;
	}

	.fa-8x {
		font-size: 3em;
	}

	.margin-left-35 {
		margin-left: 40%;
	}

	.alert-transparent-margin-auto {
		position: relative;
		padding: 0.75rem 1.25rem;
		margin: auto;
		margin-top: 2%;
		border: 1px solid transparent;
		border-radius: 0.25rem;
		color: rgb(50,55,58);
		background-color: transparent;
		width: 90%;
	}

	.alert-transparent {
		position: relative;
		padding: 0.75rem 1.25rem;
		margin: auto;
		margin-top: 2%;
		border: 1px solid transparent;
		border-radius: 0.25rem;
		color: rgb(50,55,58);
		background-color: transparent;
		width: 90%;
	}

	.warning-border {
		border-color: #FF851B;
	}

	.danger-border {
		border-color: #FF4136;
	}

	.success-border {
		border-color: #28a745;
	}

	.info-border {
		border-color: #001E73;
	}

	.alert-transparent.warning-border .fa-2x {
		font-size: 1.3em;
	}

	.alert-transparent.danger-border .fa-2x {
		font-size: 1.3em;
	}

	.alert-transparent.success-border .fa-2x {
		font-size: 1.3em;
	}

	.alert-transparent.info-border .fa-2x {
		font-size: 1.3em;
	}

	.find-course-header .form-control {
		min-width: 220px;
	}

	.form-group {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
}


    /*Find a course page section
**********************************************/
.find-course-header {
	color: #313437;
	justify-content: center;
}

.find-course-header p {
	color: #7d8285;
	line-height: 1.5;
}

.find-course-header h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.5;
	padding-top: 0;
	margin-top: 0;
	color: inherit;
}

.find-course-header .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 45px;
}

.find-course-header .form-control {
	background: #eff1f4;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	color: inherit;
	text-indent: 9px;
	height: 45px;
	margin-right: 10px;
	min-width: 250px;
}

.find-course-header .container.sub_heading {
	text-align: center;
	max-width: 1000px;
	padding: 50px;
	background-color: rgba(255,255,255,0);
}

.find-course-header .text-center {
	color: rgb(255,255,255);
	padding: 5px 10px 30px 10px;
}

.find-course-header .btn {
	padding: 16px 32px;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	opacity: 0.9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1;
}

.find-course-header .btn:hover {
	opacity: 1;
}

.find-course-header .btn:active {
	transform: translateY(1px);
}

.find-course-header .btn-primary {
	background-color: #a006a8 !important;
	color: #fff;
	outline: none !important;
}

.find-course-form-inline {
	justify-content: center;
}

    /*Navigation button section
**********************************************/
.navigation-clean-button {
	background: #fff;
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #333;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

.navigation-clean-button .navbar-brand {
	font-weight: bold;
	color: inherit;
	font-size: 14px;
	font-family: Raleway, sans-serif;
}

.navigation-clean-button .navbar-brand:hover {
	color: #222;
}

.navigation-clean-button .navbar-toggler {
	border-color: #ddd;
}

.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
	background: none;
}

.navigation-clean-button .navbar-toggler {
	color: #888;
}

.navigation-clean-button .navbar-collapse, .navigation-clean-button .form-inline {
	border-top-color: #ddd;
}

.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a {
	background: none;
	box-shadow: none;
}

.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
	color: #8f8f8f;
	box-shadow: none;
	background: none;
	pointer-events: none;
}

.navigation-clean-button.navbar .navbar-nav .nav-link {
	padding-left: 18px;
	padding-right: 18px;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
	color: #465765;
	font-family: Raleway,sans-serif;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
	color: #37434d !important;
	background-color: transparent;
}

.navigation-clean-button .navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	background-color: #fff;
	border-radius: 2px;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item {
	line-height: 2;
	font-size: 14px;
	color: #37434d;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover {
	background: #eee;
	color: inherit;
}

.navigation-clean-button .actions .login {
	margin-right: 1rem;
	text-decoration: none;
	color: #465765;
}

.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover {
	background: #56c6c6;
	border-radius: 20px;
	font-size: inherit;
	color: #fff;
	box-shadow: none;
	border: none;
	text-shadow: none;
	padding: .5rem 1rem;
	transition: background-color 0.25s;
	font-size: inherit;
}

.navigation-clean-button .navbar-text .action-button:hover {
	background: #66d7d7;
}

@media (min-width:768px) {
	.navigation-clean-button {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}


    /*team-grid section (Image box area in home page)
**********************************************/
.team-grid {
	color: #313437;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}

.team-grid p {
	color: #7d8285;
}

.team-grid h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

.team-grid .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}

.team-grid .intro p {
	margin-bottom: 0;
}

.team-grid .people {
	padding: 50px 0;
}

.team-grid .item {
	margin-bottom: 30px;
}

.team-grid .item .box {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.team-grid .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1,15,64,0.65);
	transition: opacity 0.15s ease-in;
	opacity: 0;
	padding-top: 40px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.team-grid .item:hover .cover {
	opacity: 1;
}

.team-grid .item .name {
	font-weight: bold;
	margin-bottom: 8px;
}

.team-grid .item .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #bbd8fb;
	letter-spacing: 2px;
	font-size: 13px;
	margin-bottom: 20px;
}

.team-grid .social {
	font-size: 18px;
}

.team-grid .social a {
	color: inherit;
	margin: 0 10px;
	display: inline-block;
	opacity: 0.7;
}

.team-grid .social a:hover {
	opacity: 1;
}

@media (max-width:767px) {
	.team-grid h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
}


    /*footer section
**********************************************/
.footer-basic {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background-color: black;
}

.footer-basic ul {
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
	color: rgb(255, 255, 255);
}

.footer-basic li {
	padding: 0 10px;
}

.footer-basic ul a {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
}

.footer-basic ul a:hover {
	opacity: 1;
}

.footer-basic .social {
	text-align: center;
	padding-bottom: 10px;
	color: rgb(255,255,255);
}

.footer-basic .social > a {
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin: 0 8px;
	color: inherit;
	opacity: 0.75;
}

.footer-basic .social > a:hover {
	opacity: 0.9;
}

.footer-basic .copyright {
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #aaa;
	margin-bottom: 0;
	font-family: Raleway, sans-serif;
}

.list-inline-item {
	font-family: Raleway, sans-serif;
}

@media (max-width: 430px) {
	.footer-basic li {
		padding: 0 1px;
	}
}

@media (max-width: 358px) {
	.footer-basic {
		height: 120px;
	}
}

   

/*flip section
**********************************************/

.flip {
	height: 199px;
	width: 300px;
	margin: 0 auto;
}

.flip img {
}

.flip .back {
	text-align: center;
}

/*bluegem traditional css section
**********************************************/
.infobox {
	background-attachment: scroll;
	background-clip: border-box;
	border: 2px solid #0082D9;
	background-origin: padding-box;
	background-position: 20px center, 50% center;
	background-repeat: no-repeat;
	background-size: auto auto;
	color: black;
	font-family: Segeo UI,Arial;
	font-size: 14px;
	margin: 20px 20px;
	padding: 20px 80px;
}

.faBluegem {
	color: #0082d9;
}