/****** PLACE YOUR CUSTOM STYLES HERE ******/
a, a:visited, a:focus, a:active, a:hover {
	color: #005ea1;
}
.blue {
	color: #005ea1;
}
.white {
	color: #ffffff !important;
}
.link-list li {
	list-style-type: disc;	
	margin-left: 20px;
	line-height: 24px;
}
.menu > li {
	margin-right: 25px;
}
.mega-menu > li {
	width: 240px !important;
}
.mega-menu .title {
	font-size: 14px;
}
.mega-menu li a {
	font-size: 12px;
}
.menu > li > ul li a {
	padding: 4px 24px;
}
.callus-container {
	width: 100%;
	background-color: #005ea1;
	position: relative;
	padding: 15px 30px;
	min-height: 50px;
}
.callus-container-left {
	width: 50%;
	float: left;
	position: relative;
}
.callus-container-left h5 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1px;
}
.callus-container-right {
	width: 50%;
	float: left;
	position: relative;
}
.callus-container-right h5 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: right;
}
.link-list a:after {
	content: "";
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 11px;
	display: inline-block;
	margin-left: 8px;
}
.menu > li ul {
	background: #005ea1;
}
nav.transparent .nav-utility, nav.transparent .nav-bar {
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}
nav.transparent .menu > li > a, nav.transparent .module.widget-handle i, nav.transparent .nav-utility {
	color: #005ea1;
}
nav.transparent .has-dropdown:after {
	color: #005ea1;
}
@media all and (max-width: 767px) {
.callus-container-left {
	display: none;
}
.callus-container-right {
	width: 100%;
	float: left;
	position: relative;
}
}

@media all and (max-width: 460px) {
.logo {
	max-height: 70px;
}
}