body, html{
	font-family: 'Montserrat', sans-serif;
	font-size:1em;
	border-top:2px solid #1E8BC3;
	height: 100%;
}

ul.menu{
	list-style:none;
	min-height:80px;
}
ul.menu li{
	display:inline-block;
	text-decoration:none;
	padding-top:25px;
}
ul.menu li a{
	text-decoration:none;
	font-size:14px;
	font-style:none;
	transition:all 0.5s ease-in-out;
	padding:5px 25px;	
	font-weight:700;
	border-radius:0;
}
ul.menu li a.active{
	background:#1E8BC3;
	color:#fff;
	transition:all 0.5s ease-in-out;
	border-radius:10px;
}
ul.menu li a:hover{
	background:#1E8BC3;
	color:#fff;
	transition:all 0.5s ease-in-out;
	border-radius:5px;
}
.content{
	background: url(../img/background.jpg) no-repeat 0 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 85%;
}
.height70{
	height:70%;
}
.internalBack{
	background: url(../img/backgroundinternal.jpg) no-repeat 0 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height:84%;
}
.contentInternal{
	text-align:center;
	padding-top:14%;
	width:100%;
}
.logo{
	padding-top:13px;
}
h1{
	color:#fff;
	font-size:2.5em;
	font-weight:bold;
}
p{
	color:#fff;
	font-weight:500;
	font-size:1.0em;
}
h2{
	color:#fff;
	font-size:1.5em;
	font-weight:500;
	padding:10px 0;
}
h3{
	color:#fff;
	font-size:1.2em;
	font-weight:500;
	margin-bottom:20px;
}
ul.buttons li{
	display:inline-block;
	padding:1px;
}
ul.buttons li a.btn-primary{
	font-weight:bold;
	font-size:1.4em;
	padding:4px 25px;
	background:#044A67;
	border:0px solid #044A67;
}
ul.buttons li a:focus.btn-primary{
	border:0px solid #044A67!important;
}

.footer{
	text-align:center;
	font-size:12px;
	font-weight:600;
	padding:10px;
	color:#044A67;
}
.mobMenu{
	display:none;
}
.formPanel{
	background:#fff;
	margin-top:0;
	width:800px;
	height:400px;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-25%;
	padding-top:50px!important;
	padding:0 25px;
}
.header{
	min-height:60px;
	max-height:60px;
}
.formPanel p{
	color:#044A67;
	font-weight:bold;
}
.formPanel .form-control{
	border-radius:2px;
	font-weight:700;
	margin:10px 0;
	font-size:12px;
	padding:10px 6px;
	min-height:45px;
}
.formPanel label{
	padding:10px 0;
	font-size:13px;
	font-weight:500;
}
.formPanel .btn-primary{
	font-weight:bold;
	border-radius:2px;
	background:#1978A8;
}
.borderRight{
	border-right:1px solid #ccc;
}
ul.socialmedia{
	padding:20px 0;
	list-style:none;
	padding:0;
	margin:0;
} 
ul.socialmedia li{
	display:block;
	width:100%;
	padding:10px;
	background:#f8f8f8;
	margin:5px 0;
}
ul.socialmedia li a{
	color:#ccc;
	font-weight:bold;
}
ul.socialmedia li a i.fa{
	padding:6px;
}
ul.socialmedia li a:hover{
	color:#1978A8;
}
.search{
	background:#F7F7F7;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.searchPanel{
	width:40%;
	margin:0 auto;
	position:relative;
}
.bg-white{
	background:#fff;
	border-right:1px dotted #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:25px;
}
.search ul{
	list-style:none;
	margin:0;
	padding:0;
}
.search ul li{
	display:block;
	width:100%;
	padding:10px 5px;
	font-size:14px;
	border-bottom:1px dotted #ccc;
}
.search h2{
	font-weight:700;
	color:#044A67;	
}
.btn-searchRes{
	border:1px solid #044A67;
	border-radius:0;
	color:#044A67;
	transition:all 0.5s ease-in-out;
	margin:20px 10px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	padding:10px;
}
.search h4{
	font-size:16px!important;
	font-weight:bold;
	text-decoration:underline;
	padding:25px 0;
	padding-bottom:0;
}
.search h5{
	font-size:14px!important;
	font-weight:bold;
	padding:25px 0;
	padding-bottom:0;
}
.search p{
	color:#000;
	font-size:12px;
	padding:25px 0 10px;
}
.btn-searchRes:hover{
	background:#044A67;
	color:#fff;
	transition:all 0.5s ease-in-out;
}
.btnSearch{
	border-radius:0;
	position:absolute;
	right:0;
	top:0;
}
.searchResult ul{
	list-style:none;
}
.searchResult ul li{
	display: inline-block;
    width: 24%;
    text-align: center;
    border: 0px solid #ccc;
    min-height: 220px;
    margin-bottom: 4px;
    max-height: 250px;
	background:#F7F7F7;
}
.searchResult ul li .heading{
	font-weight:bold;
	padding:10px 0;
	font-size:13px;
}
.searchResult ul li .value{
	font-size:13px;
	line-height:22px;
}
.search small{
	color:#ccc;
	font-size:11px;
}
.btn-teach{
	background:#1E8BC3!important;
	border:0px solid #1E8BC3!important;
}
.topRightBar{
	position: absolute;
    top: -2px;
    right: 43px;
    background: #044A67;
    padding: 0 10px;
    border-radius: 0px 0px 4px 4px;
}
.topRightBar ul{
	list-style:none;
	padding:0;
	margin:0;
}
.topRightBar ul li{
	display:inline-block;
	padding:0;
}
.topRightBar ul li a{
	font-size:11px;
	color:#fff;
	padding:0 10px;
	border-right:1px solid #09709a;
}
.topRightBar ul li:last-child a{
	border-right:0px solid #09709a;
}
.contactus{
	padding:20px;
}
.contactus p{
	pdding:25px 0;
}
.contactus a{
	font-weight:bold;
	color:#ccc;
}
.btn-primary.focus, .btn-primary:focus{
	box-shadow: none!important;
}
.lastElement{
	position:relative;
}
.lastElement a:hover{
	background:none!important;
	color:#007bff!important;
}
.lastElement .lastElementDiv{
	position:absolute;
	right:0;
	background:#fff;
	padding:4px;
	display:none;
	z-index:999;
	width:200px;
}
.lastElement .lastElementDiv ul{
	padding:0;
	margin:0;
	list-style:none;
}
.lastElement .lastElementDiv ul li{
	display:block;
	width:100%;
	padding:4px;
	border-bottom:1px dotted #ccc;
	text-align:right;
}
.lastElement .lastElementDiv ul li:last-child{
	border-bottom:0px dotted #ccc;
}
@media(max-width:767px){
	.logo{
		padding-top:20px;
		padding-bottom:10px;
	}
	.mobMenu{
	position: absolute;
    right: 60px;
    top: -50px;
    display: block;
	cursor:pointer;
}
.mobMenu ul{
	list-style:none;
}
.mobMenu ul li{
	width:25px;
	height:2px;
	background:#044A67;
	position:absolute;
	top:10px;
}
.mobMenu ul li:before{
	position:absolute;
	content:"";
	top:5px;
	width:25px;
	height:2px;
	background:#044A67;
}
.mobMenu ul li:after{
	position:absolute;
	content:"";
	top:10px;
	width:25px;
	height:2px;
	background:#044A67;
}
.menu{
	display:none;
}
h2{
	font-size: 1em;
	padding: 10px 10px;
}
ul.menu {
    list-style: none;
    min-height: 80px;
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 100%;
    left: 0;
    padding: 0;
	z-index:9999;
}
ul.menu li {
    display: inline-block;
    text-decoration: none;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}
.content{
	background: url(../img/background-mob.jpg) no-repeat 0 0;
	background-size:100%;
}
.formPanel {
    background: #fff;
    margin-top: 25px;
    width: auto;
    height: 400px;
    position: absolute;
    top: 100px;
    left: 0;
    margin-left: 0;
    padding-top: 50px!important;
    padding: 0 25px;
}
.hidden-xs{
	display:none;
}
.searchPanel{
	width:90%;
}
.searchResult ul li{
	width:100%;
	display:block;
}
.topRightBar{
	right:6px;
}
}
