@charset "utf-8";
/* CSS Document */

@import url('font-awesome.min.css');
@font-face {
	font-family: 'HelveticaNeueLTStd-Lt';
	src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
	url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1 {}
h2 {
	color: #016468;
}
h3 {}
h4 {}
h5 {}
h6 {}
*{
	outline:none !important;
}
html, body{
	height:100%;
}
body{
	font: 300 16px Verdana, Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	background:#fff;
}
a{
	text-decoration:none !important;
	transition:all ease-in-out 200ms;
}
a:hover{
	
}
.btn{
	border: 1px solid transparent;
	border-radius: 0;
	font-weight: 700;
	padding:10px 25px;
	transition:all ease-in-out 200ms;
}
.search-btn{
	padding-top:13px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'HelveticaNeueLTStd-Lt';
	font-weight: normal;
}
.break{
	clear:both;
	float:none;
	height:20px;
}
.divider{
	width:60px;
	height:100%;
}
#page{
	min-height:100%;
	position:relative;
}
/* .homepage{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin-top:130px;
	margin-bottom:120px;
	overflow-x: auto;
	} */

	.googleTranslate{
		max-width:480px; margin:20px auto 20px;border:1px solid #e5e5e5;padding:15px }
		.googleTranslate h4 { font-weight:bold;margin:0 }
		.googleTranslateElement { margin:15px 0 15px 0 }

		.homepage{

			left:0;
			right:0;
			top:0;
			bottom:0;
			margin-top:0px; position:absolute; /* margin-bottom:240px*/
			margin-bottom:82px;
			overflow-x: auto;
		} 
		.home-header{
			height:120px;
			border-bottom:1px solid #efefef;
			text-align:center;
		}
		.home-header .navbar-brand{
			height:auto;
			display:inline-block;
			float:none;
			max-width:310px;
		}
/*
		.home-blocks .top-row{
			margin-bottom:70px;
		}*/
		.home-blocks .icon-block{
			display:inline-block;
			margin:0 30px;
			vertical-align:top;
			width:calc(100% / 6.52);
		}
		.home-blocks .icon-block > a{
			/*width:196px;
			height:185px;*/
			width:100%;
			height:100%;
			border:1px solid #e5e5e5;
			border-radius:2px;
			display:block;
			position:relative;
			color:#404040;
			font-size: 16px;
		}
		.home-blocks .icon-block img{
			max-width:100%;
			height:auto;
			max-height:90px;
		}
		.home-blocks .icon-block .icon-holder{
			display:block;
			margin:25px auto;
		}
		.home-blocks .icon-block > a:hover{
			border-color:#0092f1;
			color:#0092f1;
			box-shadow: 0 0 1px #0092f1;
		}
		.home-blocks .icon-block .icon-title{
	/* position:absolute; width: 176px;
	padding: 10px 5px; display: inline-block; */
	position:absolute;
	width: 100%;
	padding: 10px 15px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: block;
}

/* .home-footer{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:auto;
	background:#f5f5f5;
	color:#738a8a;
	padding:20px 0
}

*/


.home-footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	height:auto;
	background:#f5f5f5;
	color:#738a8a;
	padding:20px 0
}


.home-footer .copyright{
	
}

/* Inner Page */

.container{
	width: auto;
	max-width: 980px;
}
.container.top-margin, .container-fluid.top-margin{
	margin-top:0px;
	margin-bottom:100px;
	text-align:left;
}
.site-header{
	border-bottom: 1px solid #eeeeee;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 99;
}
.site-header .navbar-brand{
	height: auto;
	max-width: 180px;
	padding: 10px;
}
.site-header .nav-block{
	float: left;
	position: relative;
}

.site-header .nav-menuSearch{
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 24px;
	margin-left: 5px;
	display: inline-block;
	line-height: 70px;
	color: #63666a;
	
}


.site-header .nav-menu{
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 24px;
	margin-left: 5px;
	display: block;
	line-height: 70px;
	color: #63666a;
	background: url(../images/nav-icon.png) no-repeat right center;
	padding-right: 50px;
}

.site-header .nav-menuSearch1{
	display: inline-block;
	width: 24px;
}

.site-header .nav-menu:hover{
	color: #0092f1;
}
.site-header .nav-dropdown{
	position: absolute;
	width: 350px;
	border: 1px solid #cccccc;
	background: #fff;
	text-align: center;
	font-size: 12px;
	right: -100px;
	top: 65px;
	display: none;
	z-index: 9;
}
.site-header .nav-dropdown:after{
	width: 16px;
	height: 10px;
	background: url(../images/nav-arrow.png) no-repeat;
	position: absolute;
	top: -9px;
	right: 103px;
	content: "";
}
.site-header .nav-dropdown ul{
	margin: 0;
	padding: 25px 5px;
	list-style: none;
}
.site-header .nav-dropdown ul li{
	width:33.33%;
	float: left;
}
.site-header .nav-dropdown ul li a{
	display:block;
	margin:15px 5px;
	color: #404040;
	min-height: 95px;
}
.site-header .nav-dropdown ul li a:hover{
	color: #0092f1;
}
.site-header .nav-dropdown ul li a .icon-holder{
	display: block;
	margin-bottom: 10px;
}
.site-header .nav-dropdown ul li a .icon-holder img{
	max-width: 100%;
	max-height: 50px;
}
.site-header .nav-dropdown .back-home{
	display: block;
	background: #f5f5f5;
	color: #848484;
	font-size: 14px;
	padding: 20px;
}
.site-header .nav-dropdown .back-home:hover{
	background: #0092f1;
	color: #fff;
}
.tab-container.no-padding-margin{
	padding: 0;
	margin-top: 0;
}
.tab-container{
	padding: 50px 0;
	margin-top: 65px;
	background: url(../images/tab-container-bg.png) repeat-x left bottom;
	border-bottom: 1px solid #e1e1e1;
}
.tab-container .tab-heading {
    margin: 0 30px 0 0;
}
.tab-container .tab-heading h2 {
    margin-bottom: 30px;
}
.tab-container .tab-heading p{
	font-size: 16px;
}
.tab-link-blocks{
	max-width: 1350px;
	margin:auto;
}
.tab-link-blocks ul{
	margin: 0;
	padding:0;
	list-style: none;
	text-align: center;
}
.tab-link-blocks ul li{
	display: inline-block;
	vertical-align: top;
	margin: 15px 25px;
}
.tab-link-blocks ul li a.outlined{
	width:196px;
	min-height: 205px;
	display: block;
	border: 1px solid #0092f1;
	box-shadow: 0 0 1px #0092f1;
	color: #404040;
	background: #fff;
	position: relative;
	font-size: 16px;
}
.tab-link-blocks ul li a{
	width:196px;
	min-height: 205px;
	display: block;
	border: 1px solid #e5e5e5;
	color: #404040;
	background: #fff;
	position: relative;
	font-size: 16px;
}
.tab-link-blocks ul li a.collapsed{
	border: 1px solid #e5e5e5;
	box-shadow: none;
}
.tab-link-blocks ul li a:hover,
.tab-link-blocks ul li a.collapsed:hover{
	color: #0092f1;
	border-color: #0092f1;
	box-shadow: 0 0 1px #0092f1;
}
.tab-link-blocks ul li a .icon-holder{
	display: block;
	padding: 20px;
	border-bottom: 1px solid #ececec;
}
.tab-link-blocks ul li a .icon-holder img{
	max-width: 100%;
	max-height: 100px;
	min-height: 100px;
}
.tab-link-blocks ul li a .icon-title{
	display: block;
	padding: 10px;
}
.tab-link-blocks ul li a .icon-title .fa{
	position: relative;
	top: 2px;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	background: url(../images/text-arrow.png) no-repeat;
	background-size: cover;
}
.main-content{
	padding:25px 0;
	/* min-height: 200px; */
	line-height: 25px;
}
.main-content p{
	margin-bottom: 20px;
}
.main-content p:last-child{
	margin-bottom: 10px;
}
.faq-panels{
	font-size: 16px;
	line-height: 28px;
}
.faq-panels .panel{
	box-shadow: none;
	margin-bottom: 15px;
}
.faq-panels .panel .panel-heading{
	font-size:16px;
	color: #0092f1;
	background: url(../images/text-arrow.png) no-repeat left 15px;
	padding-left: 25px;
}
.faq-panels .panel .panel-heading.font-lrg{
	font-size: 18px;
}
.faq-panels .panel .panel-body{
	padding: 5px 0;
}
.faq-panels a{
	color: #5390f5;
}
.faq-panels a:hover{
	color: #000;
}
.modal-small .modal-dialog{
	width: auto;
	max-width: 350px;
}
.modal-small .modal-content{
	border-radius: 0;
}
.control-label{
	font-weight: 400;
	font-size: 14px;
}
.form-control{
	min-height: 40px;
	border: 1px solid #dddddd;
	border-radius: 0;
}
.modal-title{
	font-weight: 700;
	color: #0092f1;
	background: url(../images/text-arrow.png) no-repeat center left;
	padding-left: 25px;
}
.modal-header .close{
	width: 18px;
	height: 18px;
	background: url(../images/close.png) no-repeat;
	background-size: cover;
	opacity: 1;
	margin-top: 3px;
}
.modal-header .close:hover{
	opacity: 0.7;
}
.btn-primary{
	background: #5390f5;
}
.btn-primary:hover{
	background: #1761dc;
}
.btn-white{
	background: #fff;
	border: 1px solid #dddddd;
	color: #b9b9b9;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1) inset;
}
.arrow-heading{
	color: #0092f1;
	background: url(../images/text-arrow.png) no-repeat center left;
	padding-left: 25px;
	margin-bottom: 20px;
}
.board-dir .dir-block{
	margin-bottom: 25px;
}
.content-login-box{
	max-width: 370px;
	padding: 10px;
	margin: 40px 0 20px;
	background: #fbfbfb;
}
.content-login-box .box-inner{
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.content-login-box a{
	line-height: 40px;
	font-size: 13px;
	color: #999999;
	text-decoration: underline !important;
}
.content-login-box a:hover{
	color: #333;
}
ul.circle-bullet li{
	list-style: none;
	position: relative;
}
ul.circle-bullet li:before{
	width: 10px;
	height: 10px;
	background: #5390f5;
	position: absolute;
	border-radius: 100%;
	left: -20px;
	top: 9px;
	content: "";
}
.contact-info{
	font-size: 16px;
	color: #0092f1;
}
.contact-info a{
	color: #0092f1;
	text-decoration: underline !important;
}
.contact-info a:hover{
	color: #333;
}


.vertical-tabs .nav-tabs{
	float: left;
	border: none;
	width: 200px;
	font-size: 16px;
}
.vertical-tabs .nav-tabs > li{
	float: none;
	margin: 0;
	position: relative;
	padding-left: 7px;
	border-bottom: 1px solid #e5e5e5;
}
.vertical-tabs .nav-tabs > li:last-child{
	border: none;
}
.vertical-tabs .nav-tabs > li:before{
	width: 9px;
	height: 9px;
	background: #448aff;
	position: absolute;
	left: 0;
	top: 17px;
	content: "";
}
.vertical-tabs .nav-tabs > li > a{
	margin: 0;
	border: none !important;
	border-radius: 0;
	background: none !important;
	color: #5c5c5c;
}
.vertical-tabs .nav-tabs > li.active > a, 
.vertical-tabs .nav-tabs > li > a:hover, a.active{
	color: #448aff;
}
.nav.nav-tabs li a.active{
	color: #448aff !important;
	font-weight:900;
}
.vertical-tabs .tab-content{
	overflow: hidden;
	min-height: 300px;
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
}
.approved-school{
	margin-top: 40px;
}
.approved-school h4{
	margin-bottom: 20px;
}
.approved-school .scl-blobk{
	margin-bottom: 25px;
}
.approved-school .scl-blobk p{
	margin-bottom: 0;
}
.approved-school .scl-blobk p strong{
	color: #0092f1;
}
.approved-school .scl-blobk .exp-date{
	padding-left: 20px;
}





.site-footer{
	font-size: 14px;
}
.site-footer .footer-top{
	background: #f5f5f5;
	padding: 15px 0;
	font-size: 15px;
	color: #738a8a;
}
.site-footer .footer-top p{
	margin-bottom: 10px;
}
.site-footer .footer-top p:last-child{
	margin-bottom: 0;
}
.site-footer .footer-top a{
	color: #fff;
	text-decoration: underline !important;
}
.site-footer .footer-top a:hover{
	color: #c7dcff;
}
.site-footer .footer-bottom{
	background: #444444;
	color: #a3a3a3;
}
.site-footer .footer-bottom .container{
	position: relative;
}
.site-footer .footer-social{
	padding: 30px 0;
	border-bottom: 1px solid #616161;
}
.site-footer .footer-social .follow{
	float: left;
	margin: 5px 20px 0 0;
}
.site-footer .footer-social ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .footer-social ul li{
	font-size:22px;
	float: left;
	margin: 0 10px;
}
.site-footer .footer-social ul li a{
	color: #a3a3a3;
}
.site-footer .footer-social ul li a:hover{
	color: #fff;
}
.site-footer .footer-menu{
	padding: 25px 0;
}
.site-footer .footer-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .footer-menu ul li{
	float: left;
	padding-right:15px;
	margin-right: 15px;
	border-right: 1px solid #85a3a3;
}
.site-footer .footer-menu ul li:last-child{
	padding-right:0;
	margin-right: 0;
	border-right: none;
}
.site-footer .footer-menu ul li a{
	color:#85a3a3;
}
.site-footer .footer-menu ul li a:hover{
	color:#fff;
}
.site-footer .go-top{
	position: absolute;
	bottom: 25px;
	right: 15px;
	color:#85a3a3;
	text-decoration: underline !important;
	cursor: pointer;
}
.site-footer .go-top:hover{
	color:#fff;
}








/**umb_name:h1*/
.h1{font-size:36px}

/**umb_name:h2*/
.h2{font-size:30px}

/**umb_name:h3*/
.h3{font-size:24px}

/**umb_name:h4*/
.h4{font-size:18px}

/**umb_name:h5*/
.h5{font-size:14px}

/**umb_name:h6*/
.h6{font-size:12px}
.input-group .form-control, .input-group-addon, .input-group-btn{display:block !important;}
.site-header #custom-search-input .input-group .form-control{width:70%;}
#custom-search-input {padding-top: 12px;}
.home-header{display: flex; }
.home-header .pull-right{display:flex;align-items:center;}
.modal-certi .modal-dialog {
	width: auto;
	max-width: 720px;
}
.red {
	color: #f00;
}
.complaint-txt {
	padding: 10px 20px;
	line-height: 24px;
}
.copyright a{color:#738a8a;width:100%;display:block;text-align:center}
.site-footer .footer-top .copyright a{color:#738a8a;width:100%;display:block;text-align:center;text-decoration:none !important}

/**umb_name:paragraph*/
.paragraph{font-size:12px;
	color:#000;
	line-height:18px;}

	.table th{
		font-weight: 900;
		background:#d9edf7;
		color:#31708f;
	}
	.ng-table th.sortable .sort-indicator{
		color:#31708f;
	}
	.ng-table th.sortable .sort-indicator:hover{
		color:#5a8da5;
	}
	.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc{
		color:#000;
	}
	.table td{
		font-size:13px;
	}
	.table.sortable a{
		color:#fff;
		text-decoration:none;
	}
	input[type=search]{
		border:1px solid #ccc;
		padding: 3px 10px;
		width: 100%;
		height:32px;
		box-sizing:border-box;
	}
	.redo-search{
		color: #c95f42;
	}
	.redo-search:hover{
		color:#e2785b;
	}
	.search-input{
		position:relative;
		text-align: right;
	}
	.search-input .fa-search{
		position:absolute;
		right:20px;
		bottom:8px;
	}

#menu-toggle span {
  display: block;
  background: #335658;
  border-radius: 2px;
}

#menu-toggle {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}
#menu-toggle:hover {
  background: rgba(255, 255, 255, 0.8);
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 40px;
  height: 4px;
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 5%;
  left: 20px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 5%;
  top: 20px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s;
}
.mobile-menu * {
  transition: .25s ease-in-out;
  box-sizing: border-box;
}
.mobile-menu{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999999;
	height:78px;
	background-color:#fff;
	box-shadow: 1px 0 12px #ccc;
}
.mobile-menu .menu-items{
	transition:all .06s ease-in-out;
	width:0;
	height:0;
	margin-top: 8px;
}
.mobile-menu .menu-items ul{
	list-style:none;
	padding: 8px 0 0 5%;
	display:none;
	overflow-y: scroll;
}
.mobile-menu .menu-items ul li:not(:first-child){
	margin:18px 0;
}
.mobile-menu .menu-items ul li a{
	color:#fff;
}
.mobile-menu .menu-items.slide-open{
	width:100vw;
	height:90vh;
	display:block;
}
.mobile-menu .menu-items.slide-open ul{
	width:100vw;
	height:90vh;
	display:block;
	background:#335658;
}
.mobile-logo {
    margin-top: 8px;
    width: 48%;
    max-height: 60px;
    max-width: 200px;
}
.mobile-form-search{
	width:80%;
	height:43px;
	position: relative;
}
.mobile-form-search input[type=text]{
	border: none;
    background: transparent;
    color: #fff;
    border-bottom: 1px dotted #99abac;
    box-shadow: none;
}
.mobile-form-search button{
	position: absolute;
    top: 0;
    right: 0;
	border: none;
    background: transparent;
}
/*Home FAQs*/\
section.faqs{
	padding: 50px 0;
	
}
section.faqs .tab-container{
	border-bottom:0 !important;
	background: #fff !important;
}
.btn-secondary{
	text-align: left;
	padding: 20px 30px;
	background: #f2f2f2;
	border-radius:8px;
	width:100%;
	white-space: pre-wrap;
	margin-top:20px;
}
.collapse,.collapsing,.collapse.in{
	padding: 30px;
	margin-top:-4px;
	margin-bottom:20px;
	background: #f2f2f2;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	transition: all 0.5s linear;
}
.btn{
	font-size:16px;
}
	.bulletin-anchor-mobile{
		position: absolute;
		top: 12px !important;
		left: 45%;
		font-size: 12px;
		z-index:999999;
		text-align:center;
	}
.tab-container-no-border-bottom{
    background: none !important;
    border-bottom: 0 !important;
	margin-bottom: 9px;
}
.tab-container-no-border-bottom a{
	color: #0092f1 !important;
}