﻿body {
    padding-top: 10px;
    padding-left: 20px;
	padding-right: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-default{
	background-color: #fff;
	/*border-bottom: #091894 solid 2px;*/
}
nav{
	border-bottom: #091894 solid 2px !important;
}
.navbar {
	border: none;
	border-radius: 0px;
}

.service-box{
	width: 23%;
	display:block;
	float:left;
	border: #091894 solid 1px;
	font-size: 18px;
	font-weight: bold;
	color: #091894;
	text-transform: uppercase;
	height: 100px;
	margin-right: 2%;  
	text-align: center;
	vertical-align: middle;
	line-height: 75px;
	margin-top: 25px;
}
.service-box > a{
	color: #091894;
}

.service-box > a{
	text-decoration: none;
}

.service-box-long{
	font-size: 18px !important;
	line-height: 50px;
}
.pager li > a, .pager li > span{
	border: none;
}
.navbar{
	width: 100% !important;
	text-align: center;
	float:left; width:28%;
}
.form-control {
    font-size: 12px;
    height: 28px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 175, 233, 0.6);
}
.text-align-right {
    text-align: right;
}
.btn {  
  padding: 4px 8px;  
  font-size: 12px;  
  line-height: 1.2;  
  border-radius: 2px;  
}
.button-offset {
    padding-left: 14px;
}
.navbar-brand {
    padding: 8px 8px;
}
body{
	font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.menu-bar > ul> li >a{
	margin-top: 70px;
	color: #0719A1 !important;
	text-transform: uppercase;
	font-size: 16px;
}
.nav-item > a{
	font-weight: bold;
}

.dropdown-item
{
	text-align: left;
	float:left; 
	clear:left;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #0719A1;
	font-weight: normal;
}
.dropdown-menu{
	width: 50%;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.footer {
   position: relative;
   left: 0;
   bottom: 0;
   padding-top: 30px;
   font-size: 24px;
   width: 100%;
   margin-top: 20px;
   height: 100px;
   background-color: #091894;
   color: white;
   text-align: center;
}
.degree{
	font-size: 18px;
	font-weight: bold;
}

@media (min-width: 768px){
	.navbar-right .dropdown-menu {
		min-width: 135px !important;
		text-align: left;
		width: 75px; 
		left: 0 !important;
	}
}
@media screen and (min-width: 900px) {
	.service-box{ 
		border: #091894 solid 1px;
		font-size: 16px;
		font-weight: bold;
		color: #091894;
		text-transform: uppercase;
		height:75px;
		margin-right: 0px; 
		text-align: center;
		vertical-align: middle;
		line-height: 50px;
		margin-top: 15px;
		width: 23%;
		margin-right: 2%;
	}
	
	.service-box-long{
		font-size: 16px !important;
		line-height: 30px;
	}
}
@media screen and (min-width: 450px) and (max-width: 900px){
	.service-box{
		width: 48%;
		margin-right: 2%;
		font-size: 16px;
		
	}
	.service-box-long{
		font-size: 16px !important;
		line-height: 30px;
	}
	
}

@media screen and (max-width: 450px){
	.service-box{
		width: 100%;
		font-size: 16px;
	}
	
	.service-box-long{
		font-size: 16px !important;
		line-height: 30px;
	}
	
}