@charset "utf-8";
/*----------intial declartaion of css----------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea {
	-webkit-appearance: none;
	border-radius: 0
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	text-decoration: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0 none;
	max-width: 100%;
}
a {
	outline: none;
	cursor: pointer;
}
/* End hide from IE Mac */ .none {
	display: none;
	} /* End Clearfix */
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
		display: block
	}
	.clear {
		clear: both;
	}
	img {
		max-width: 100%;
	}
	/* For modern browsers */
	.cf:before, .cf:after {
		content: "";
		display: table
	}
	.cf:after {
		clear: both;
	}
	/* For IE 6/7 (trigger hasLayout) */
	a, button, .btn, .button {
		outline: none !important;
		transition: all 150ms ease-in-out 0s;
		-moz-transition: all 150ms ease-in-out 0s;
		-ms-transition: all 150ms ease-in-out 0s;
		-o-transition: all 150ms ease-in-out 0s;
		-webkit-transition: all 150ms ease-in-out 0s;
	}
	body {
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: none;
		font-family: 'Archivo', 'Arial', sans-serif;
		font-weight: 500;
		color: #444;
		font-size: 16px;
		line-height: 22px;
	}


	h1, h2, h3, h4, h5, h6 {
		font-family: 'Archivo', 'Arial', sans-serif;
		font-weight: 700;
		margin: 20px 0 15px;
	}
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		text-decoration: underline;
	}
	h1 {
		text-transform: uppercase;
	}
	h2 {
		text-transform: uppercase;
		font-size: 22px;
		line-height: 20px;
		color: #116190;
	}
	h2.h2-small {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
		line-height: 23px;
	}
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: #444;
	}
	h4 {
		font-size: 16px;
		line-height: 20px;
		color: #444444;
	}
	.bule-btn {
		display: inline-block;
		font-size: 14px;
		color: #116190;
		text-transform: uppercase;
		border: 1px solid #116190;
		vertical-align: top;
		font-family: 'Archivo', 'Arial', sans-serif;
		font-weight: 500;
		padding: 13px 29px 14px;
		text-decoration: none;
	}
	.bule-btn:hover {
		background-color: #f3f3f3;
		border-color: #444444;
		text-decoration: none;
	}
	.heading:after,
	.widget-title:after,
	h2:after {
		content: "";
		display: block;
		width: 55px;
		height: 1px;
		border-bottom: 1px solid #116190;
		margin-top: 11px;
	}
	h3.heading:after,
	h3.widget-title:after {
		border-bottom: 1px solid #444;
	}
	/*-----------------------main styles starts here-----------------------------------------------*/
	.main {
		max-width: 1210px;
		margin: 0 auto;
	}
/*.wrapper :-moz-placeholder {color:#a2a2a2;}
.wrapper ::-webkit-input-placeholder {color:#a2a2a2;}
.wrapper ::-moz-placeholder {color:#a2a2a2; opacity:1;}
.wrapper :-ms-input-placeholder {opacity:1; color:#a2a2a2;}

*/

.heading-green
{
	color: #157548;
}

/*-----------header section styles goes here---------------*/
header {
	height: 84px;
}
.header-top {
	background: #0C5384
}
.header-top ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right
}
.header-top li {
	float: left;
	border-left: 1px solid #003B6E;
	padding: 8px 16px 6px
}
.header-top li a {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #fff;
	line-height:19px;
	text-decoration: none;
	transition: 200ms ease-in-out;
}
.header-top li a:hover {
	color: #FFCA7D
}
.header-top li .search-box {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	margin-top: -4px;
	background: #fff;
	padding: 2px 12px 0 12px;
	width: 180px;
	position: relative;
}
.header-top li:last-child {
	background: #003B6E
}
.header-top li:last-child a i {
	font-size: 16px;
}
.header-top li:last-child a i.fa-angle-right {
	margin: 0 0 0 6px;
}
.header-top li:last-child a i.fa-user {
	margin: 0 16px 0 0px;
}
.header-top li i.fa-home {
	font-size: 20px;
	margin-right: 0;
	margin-top: -2px;
}
.header-top li:last-child a {
	text-transform: uppercase;
}
nav {
	background: #116190;
}
.header-top .main {
	position: relative
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 267px;
	z-index:999;
	background-color: #003B6E;
	padding: 36px 24px 16px;
	height: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

a.logo  {transition:none;}
.banner .main{ position: relative;height: 100%;}
.banner .banner-cover{  width:100%;   z-index: 50;}
.banner .login-box{ width:284px; float:right;position: relative;}
.banner .banner-text{    position: absolute;bottom: 60px;padding-right: 330px;}
.banner .banner-text h1{  text-shadow: 0px 3px 0.54px rgba(0, 0, 1, 0.43); font-size:42px; line-height: 46px;color:#fff; text-transform:inherit; margin-top: 0;margin-bottom: 2px;}
.banner .banner-text p{  text-shadow: 0px 3px 0.54px rgba(0, 0, 1, 0.43); font-size:29px; color:#fff;  font-family:'Archivo', 'Arial', sans-serif; font-weight:900; margin-bottom:29px;margin-top: 0;}
.banner .banner-text a{ border-color:#fff; color:#fff; background-color: rgba(0,0,0,0.6);}
.banner .banner-text a:hover {
	border-color:#fff;
	color:#fff;
	background-color: rgba(0,0,0,0.7);
	}
.bxslider {
	height: 475px;
	width: 100%;
	position: relative;
	padding-top:61px;
}
.bxslider:after{  content:""; position:absolute; height:100%; width:100%;  background:url(../images/banner-shadow.png) repeat-x left bottom; top:0; left:0}
.bxslider > div {
	background-attachment: fixed !important;
	width: 100%;
	background-size: 100%;
	z-index:99;
}
.inner-page .bxslider {
	height: 307px
}

.banner .login-box {
	background-color: #fff;
	margin-top: 44px;
}

.banner {
	height: 475px;
	width: 100%;
	position: relative;
	background: url(../images/banners/home/fallback-banner-1300.jpg) center center no-repeat;
	background-size:cover;
}
@media screen and (max-width: 1080px) {
	.banner {
		background: url(../images/banners/home/fallback-banner-1080.jpg) center center no-repeat;
	}
}
@media screen and (max-width: 767px) {
	.banner {
		background: url(../images/banners/home/fallback-banner-767.jpg) center center no-repeat;
	}
}
@media screen and (max-width: 480px) {
	.banner {
		background: url(../images/banners/home/fallback-banner-480.jpg) center center no-repeat;
	}
}

.banner .login-box a{ color:#116190; text-decoration:underline;  line-height:normal; margin-bottom:15px;}
.banner .login-box a.forgot-psword{ }
.banner .login-box a:hover{ color:#014725;}
.banner .login-box h3 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #444;
	padding: 12px 0 13px;
	position: relative;
	margin-bottom:22px;
	margin-top: 0;
}
.banner .login-box h3:after {
	content: "";
	bottom: -12px;
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #444444;
	width: 0px;
	left: 50%;
	margin-left: -12px;
}
.banner .login-btn {
	margin-top: 10px;
}
.header-form-links {

color: #116190;

font-size: 14px;
}


.banner .login-box form {
	padding: 9px 30px 25px 30px;
}
.banner .login-box form label {
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.banner .login-box form input {
	border: 1px solid #e7eaec;
	height: 39px;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 0;
	padding:0 10px;
}

.search-box .text-search {
	font-size: 13px;
	color: #727272;
	display: inline-block;
	vertical-align: top;
	padding: 2px 0 0 0;
	width: 88%;
	border: none;
	border-radius: 0;
	background-color: transparent;
	margin: 0;
}
.search-box .btn-search {
	width: 14px;
	height: 16px;
	background: url(../images/search-icon.png) no-repeat center 2px;
	background-size: 14px 14px;
	display: inline-block;
	vertical-align: top;
	cursor:pointer;
	font-size:0;
	outline: none;
	border: none;
	position: absolute;
	top: 3px;
	right: 9px;
}
.header-top li.social-icon a i {
	font-size: 18px;
	margin: 0 2px;
}
/*-----------header section styles ends here----------------*/



/*-----------mid section styles goes here-----------*/
.news {
	position: relative;
	width: 100%;
	margin: 30px 0 51px;
}
.news .col-8 {
	width: 854px;
	float: left;
}
.news .newimg {
	width: 285px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.news .new-blog {
	margin-bottom: 20px;
	padding-top: 5px;
}
.news .new-detail {
	display: inline-block;
	vertical-align: top;
	width: 50%
}
.news .new-detail h3 {
	padding: 7px 0 13px 0;
	margin: 0;
}
.news .new-detail .news-date {
	display: inline-block;
	vertical-align: top;
	background: #e7eaec;
	font-size: 13px;
	color: #696969;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 4px 12px;
	margin-bottom: 15px;
}
.news .new-detail p {
	font-size: 16px;
	color: #444444;
	line-height: 22px;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 500;
	padding-bottom: 9px;
	margin: 0;
}
.news .new-detail a {
	text-decoration: underline;
	color: #116190;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	vertical-align: top




}
.news .new-detail a:hover {
	text-decoration: none;
	color: #014725
}
.news .newimg img {
	width: 100%;
}
.news .col-4 {
	width: 355px;
	float: left;
	padding-top: 8px;
}

.upcoming-events h3 {
	margin-bottom: 26px;
}
.upcoming-events h3:after {
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	border-bottom: 1px solid #116190;
	margin-top: 11px;
}
.upcoming-events .events-list {
	list-style: none;
	margin: 37px 0 0 0;
	padding: 0
}
.upcoming-events .events-list li {
	display: block;
	width: 100%;
	margin-bottom: 43px;
}
.upcoming-events .events-list li span {
	display: inline-block;
	line-height: 19px;
	vertical-align: top;
	font-size: 19px;
	background: #014725;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 700;
	color: #fff;
	width: 51px;
	height: 30px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-right: 18px;
}
.upcoming-events .events-list li span:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 15px solid #014725;
}
.upcoming-events .events-list li span:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 15px solid #014725;
}



.upcoming-events .events-list li span i {
	display: block;
	font-size: 12px;
	font-style: normal;
	margin-top: -4px;
}
.upcoming-events .events-list li .events-name {
	max-width: 76%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
}
.upcoming-events .events-list li .events-name h4 {
	margin: 0;
}
.upcoming-events .events-list li .events-name a {
	color: #116190;
	text-decoration: underline;
	display: inline-block;
	margin-top: 3px;
	vertical-align: top
;
	font-size: 14px;
	line-height: 16px;
}
.upcoming-events .events-list li .events-name a:hover {
	color: #014725;
	text-decoration: none;
}
.member-bg {
	background: #e7eaec;
	padding-top: 27px;
	padding-bottom: 42px;
}
.member-bg .col-4 {
	width: 387px;
	float: left;
	margin-top: 40px;
	min-height: 478px;
	background: #fff;
}
.member-bg .center-mrg {
	margin-left: 25px;
	margin-right: 24px;
	background:#fff;
}
.member-bg .members-area {
	background: #fff;
	padding: 36px 30px;
}
.member-bg .members-area a {
	outline: none;
	border: none;
	text-decoration: none;
}
.member-bg .members-area h3 {
	color: #444;
	margin-bottom: 21px;
	margin-top: 0;
}
.member-bg .members-area h3:after {
	border-bottom: 1px solid #444;
}
.memberimg-box {
	width: 387px;
	overflow:hidden;
}

.memberimg-box img{ padding-bottom: 9px; background:#e7eaec}

.member-detail {
	background: #fff;
	padding: 38px 29px 37px 29px;
}
.member-detail h2 {
	margin-bottom: 26px;
	margin-top: 0;
}
.member-bg .members-area h2 {
	margin-top: 0;
}
.member-bg .members-area h3 {
	margin-top: 18px;
	margin-bottom: 14px;
}
.member-bg .members-area h4.mrg-top {
	margin-top: 21px;
}
.member-bg .members-area .content {
	border-top: 1px solid #d1d2d4
}
.member-bg .members-area {
	margin-bottom: 13px;
}
.member-bg .members-area .accordion-style {
	margin-top: 2px;
	background: #e7eaec;
	cursor: pointer;
	padding-right: 35px;
	position: relative
}


.member-bg .members-area .accordion-style:after{
	content: "\203A";
	font-family: FontAwesome;
	position: absolute;
	right: 11px;
	top: 6px;
	font-size: 25px;
	font-weight: bold;
	color: #999;
	z-index:1;
	display: inline-block;
}
.member-bg .members-area .accordion-open:after {
	content: "\f106";
	font-family: FontAwesome;
	position: absolute;
	right: 9px;
	top: 6px;
	font-size: 25px;
	font-weight: bold;
	color: #999;
	z-index:1;
	display: inline-block;
}

.member-bg .members-area .accordion-style:before {
	content: "";
	position: absolute;
	border-left: 1px solid #d1d2d4;
	right: 34px;
	top: 0;
	height: 33px;
	width: 1px
}
.member-bg .members-area .accordion-style p {
	font-size: 14px;
	color: #696969;
	background: #e7eaec;
	display: inline-block;
	vertical-align: top;
	padding: 6px 12px 7px;
	margin: 0;
}
.member-bg .members-area .accordion-style span {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	background: #dadbdd;
	text-align: center
}
.member-bg .members-area .accordion-style span .article-icon {
	width: 18px;
	margin-top: 7px;
}
.member-bg .members-area .accordion-style span .link-icon {
	width: 19px;
	margin-top: 7px;
}
.member-bg .members-area .accordion-style span .file-icon {
	width: 20px;
	margin-top: 10px;
}
.member-bg .members-area .accordion-style span .video-icon {
	width: 22px;
	margin-top: 6px;
}
.member-bg .members-area .accordion-style span .message-icon {
	width: 20px;
	margin-top: 9px;
}
.member-bg .members-area .content p {
	background: #e7eaec;
	color: #444444;
	padding: 15px;
	font-size: 14px;
	margin: 0;
}
.member-detail p {
	margin-bottom: 19px;
}
.member-detail .bule-btn {
	padding: 13px 33px 14px
}
.memberimg-box img {
	width: 100%;
}
/*----------------mid section styles ends here-------*/

/*----------------footer section  styles goes here-----------*/

footer {
	background: #116190;
	padding-top: 53px;
}
footer .login-box {
	background-color: #fff;
	margin-top: 4px;
}
footer .login-box h3 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #444;
	padding: 12px 0 13px;
	position: relative
}
footer .login-box h3:after {
	content: "";
	bottom: -12px;
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #444444;
	width: 0px;
	left: 50%;
	margin-left: -12px;
}
footer .login-box form {
	padding: 9px 30px 30px 30px;
}
footer .login-box form p {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 15px;
	margin-top: 0;
}
footer .login-box form label {
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top
}
footer .login-box form input {
	border: 1px solid #e7eaec;
	height: 39px;
	width: 100%;
	border-radius:0;
	margin-bottom: 15px;
	padding:0 10px;
}
footer .login-box form .login-btn {
	border: 0;
	background: #014725;
	color: #fff;
	text-align: center;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 500;
	padding: 15px 0 14px;
	margin-top: 10px;
	cursor: pointer;
}
footer .login-box form .login-btn:hover, footer .login-box form .login-btn:focus {
	background: #AD592D;
}
footer h3 {
	color: #fff;
	margin-bottom: 19px;
	margin-top: 0;
}
footer h3 .fa-twitter {
	margin-left: 6px;
}
.twitter-iframe {
	background-color: #fff;
	margin-right: 26px;
}

.twitter-iframe .icon{
	background:#f1ece8;
	padding:5px;
	display:inline-block;
	margin-right:15px;
}

.twitter-iframe  .feed-title{
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 700;
	color:#444;
	text-transform:uppercase;
	font-size:14px;
	display:inline-block;
}
.twitter-iframe  .feed-title span{
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 500;
	font-size:13px;
	display:block;
}

.twitter-iframe .date {
	color:#757575;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 500;
	font-size:13px;
	display:inline-block;
	text-align:right;
	float:right;
	padding-top:5px;
}
.twitter-iframe p {
	color:#444;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 500;
	font-size:14px;
	line-height:19px;
	margin: 10px 0 0 0;
}
.twitter-iframe p a{
	text-decoration:underline;
}

.twitter-iframe p.sp__date {
	margin: 0 !important;
}

.twitter-iframe p.sp__author {
	margin: 0 0 20px 0 !important;
}


footer .col-3 {
	width: 308px;
	float: left;
}
footer .ftr-bottom {
	margin: 1.5rem 0 0 0;
	padding: 0;
	list-style: none;
}
footer .ftr-bottom li {
	margin-bottom: 1rem;
}
footer .ftr-bottom li h5 {
	color: #fff;
	margin: 0;
}
footer .ftr-bottom li a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
footer .ftr-bottom li p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}
footer .ftr-bottom li .ftr-link {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin-top: -8px;
}
footer .ftr-bottom li span {
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	background: #0C5384;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 700;
	color: #fff;
	width: 40px;
	height: 22px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-right: 14px;
}
footer .ftr-bottom li span:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 12px solid #0C5384;
}
footer .ftr-bottom li span:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 12px solid #0C5384;
}
footer .ftr-bottom li span .phone-icon {
	width: 18px;
}
footer .ftr-bottom li span .mail-icon {
	width: 17px;
}
footer .ftr-bottom li span .post-icon {
	width: 15px;
}
footer .col-6 {
	width: 600px;
	float: left;
}
footer .col-6 h3,
footer .form-width h3 {
	margin-top: 3px;
}
footer .col-6 ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}
footer .col-6 li {
	float: left;
	width: 285px;
	border-top: 1px solid #0C5384;
	margin-right: 24px;
}
footer .col-6 li:nth-last-child(2),
footer .col-6 li:last-child {
	border-bottom: 1px solid #0C5384;
}
footer .col-6 li.btm-border{
	border-bottom: 1px solid #0C5384;
}
footer .col-6 li:nth-child(even) {
	margin-right: 0
}
footer .col-6 li a {
	color: #fff;
	padding: 11px 12px;
	display: block;
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}
footer .col-6 li a:hover, footer .col-6 li.on a {
	background-color: #0C5384;
}
footer > .main {
	margin-bottom: 55px;
}
.copy-right {
	background: #0C5384;
}
.copy-right p {
	color: #fff;
	font-size: 13px;
	margin: 0px;
	padding: 12px 0
}
.copy-right p a {
	color: #fff;
	text-decoration: underline
}
.copy-right p a:hover {
	text-decoration: none;
	color: #116190;
}
footer .form-width {
	width: 284px;
	margin-left: 17px;
}
.about-aelert {
	padding-top: 55px;
	padding-bottom: 45px;
	position: relative;
	float: left;
	width: 100%;
}
.about-aelert:before {
	position: absolute;
	border-right: 1px solid #e7eaec;
	height: 100%;
	content: "";
	width: 1px;
	top: 0;
	left: 307px;
}
.about-aelert h1 {
	font-size: 37px;
	line-height: 42px;
	color: #116190;
	margin-bottom: 21px;
	margin-top: 0;
}
.about-aelert .col-3 {
	width: 309px;
	float: left;
	padding-right: 25px;
}
h2 {
	margin-top: 33px;
	margin-bottom: 14px;
}
h2.h2-large {
	font-size: 32px;
	padding-bottom: 10px;
	line-height: 34px;
}
.related-links-count {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	padding: 9px 0;
	text-align: center;
	background-color: #DAD9D9;
	color: #7B7B7B;
}
.about-aelert .news-blog {
	padding-bottom: 28px;
	margin-bottom: 30px;
}
.about-aelert .btm-border {
	border-bottom: 1px solid #e7eaec;
}
.about-aelert .news-blog img {
	margin-bottom: 24px;
}
.about-aelert .news-blog h4 {
	margin-bottom: 13px;
}
.about-aelert .news-blog p {
	font-size: 14px;
	margin-bottom: 22px;
	line-height: 20px;
}
.about-aelert .col-3 li {
	display: block;
	width: 100%;
}
.about-aelert .col-3 li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #696969;
	background: #e7eaec;
	margin-bottom: 4px;
	padding: 8px 16px;
	text-decoration: none;
	margin: 0 0 6px;
	position: relative;
}
.widget-RelatedLinks li.on > a,
.about-aelert .col-3 li.on > a,
.about-aelert .col-3 li a:hover,
.about-aelert .col-3 li a:focus {
	background: #DAD9D9;
}
.about-aelert .col-3 li a,
.related-links-count {
	transition: all 150ms ease-in-out 0s;
	-moz-transition: all 150ms ease-in-out 0s;
	-ms-transition: all 150ms ease-in-out 0s;
	-o-transition: all 150ms ease-in-out 0s;
	-webkit-transition: all 150ms ease-in-out 0s;
}
.about-aelert .col-3 li.on a .related-links-count,
.about-aelert .col-3 li a:hover .related-links-count,
.about-aelert .col-3 li a:focus .related-links-count {
	background: #C7C7C7;
}

.about-aelert .col-9 {
	width: 901px;
	float: right;
	padding-left: 50px
}

.inner-page .banner {
	height: 307px;
	width: 100%;
	position: relative;
	padding-top:61px;
	background:url(../images/banners/inner/fallback-banner-1300.jpg) center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1080px) {
	.inner-page .banner {
		background-image: url(../images/banners/inner/fallback-banner-1080.jpg);
	}
}
@media screen and (max-width: 767px) {
	.inner-page .banner {
		background-image: url(../images/banners/inner/fallback-banner-767.jpg);
	}
}
@media screen and (max-width: 480px) {
	.inner-page .banner {
		background-image: none;
	}
}
.preloader {
	display: none;
}
/*----------------footer section styles ends here--------*/


.menu-icon {
	display: none;
}
#menu-logo {
	display: none
}
.enumenu_ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	text-align: right;
	display: flex;
	margin-left: 100px;
}
.enumenu_ul a {
	text-decoration: none;
	transition: background-color 150ms ease-in-out 0s;
	-moz-transition: background-color 150ms ease-in-out 0s;
	-ms-transition: background-color 150ms ease-in-out 0s;
	-o-transition: background-color 150ms ease-in-out 0s;
	-webkit-transition: background-color 150ms ease-in-out 0s;
}
.enumenu_ul > li {
	position: relative;
	vertical-align: top;
	text-transform: uppercase;
	display: inline-block;
	flex: 1 1 auto;
	text-align: center;
}
.enumenu_ul > li:first-child {
	flex: 0 1 auto;
}
.enumenu_ul > li > a {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 600;
	padding: 14px 16px;
	display: block;
	position: relative;
}

.enumenu_ul li.on > a {
	color: #fff;
	background: #0C5384;
}

.enumenu_ul li a:hover,
.enumenu_ul li a:focus {
	color: #fff;
	background: #003B6E;
}
.enumenu_ul li a.on {
	color: #fff;
}
.enumenu_ul > li ul {
	display: none;
}
.enumenu_ul ul li {
	width: 100%;
	margin: 0;
	list-style: none;
	position: relative;
}
.enumenu_ul.desk ul {
	top: 100%;
	z-index: 99999;
	list-style: none;
	left:0px;
	position: absolute;
	min-width: 166px;
	margin: 0px;
	padding: 0;
}
.enumenu_ul.desk ul.menu-right-align {
	left: auto;
	right: 0;
}
.enumenu_ul.desk .sb-menu .sb-menu.menu-right-align {
	left: auto;
	right: 100%;
}
.enumenu_ul.desk ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.enumenu_ul.desk .sb-menu .sb-menu {
	left: 100%;
	top: 0;
	background: rgb(25, 90, 101);
}
.enumenu_ul.desk ul li a {
	padding: 8px 12px;
	font-size: 15px;
	line-height: 1.2;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	display: block;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 600;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.enumenu_ul.desk ul li a:hover {
	color: #fff
}
.enumenu_ul.desk li:hover > ul {
	display: block;
	opacity: 1;
	background:#116190;
}

.follow nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	animation-duration: 00.5s;
	-webkit-animation-duration: 00.5s;
	-moz-animation-duration: 00.5s;
	-html-animation-duration: 00.5s;
	-o-animation-duration: 00.5s;
	z-index: 999999;
}

.sticky-logo {
	width: 61px;
	display: none !important;
	padding: 0;
	background-color: #003B6E;
}
.follow .sticky-logo {
	display: inline-block !important;
	padding: 0 !important;
	vertical-align: top
}
.follow .sticky-logo img {
	display: inline-block;
	vertical-align: top;
	width: 66px;
}
.follow .enumenu_ul {
	text-align: left;
	margin-left: 0;
}
.enumenu_ul > li:last-child, .enumenu_ul > li:nth-child(2) {
	display: none
}
.follow .enumenu_ul > li:last-child, .follow .enumenu_ul > li:nth-child(2) {
	display: inline-block;
	vertical-align: top
}
.menu-logo {
	display: none
}
input.error, textarea.error {
	border: 1px solid #ff0000 !important;
	transition: border 0.3s
}
input.valid {
	transition: border 0.3s
}
.successmsg {
	color: #4ba82e;
	display: none;
	text-align: center;
	margin-top: 14px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Archivo', 'Arial', sans-serif;
	font-weight: 600;
	font-weight: normal;
}

/* Additional forum styles */

.forum-topic-list {
	clear: right;
}

.forum-post-list .forum-post:first-child {
	padding: 1rem;
	background-color: #e7eaec;
}




/* --- SPONSORS --- */
.widget-Sponsors .sponsor {
	margin: 20px 3%;
	margin: 2rem 3%;
	width: 20%;
	min-height: 318px;
	float: left;
	outline: 1px solid #d7d7d7;
	text-align: center;
}

.widget-Sponsors .sponsor:nth-child(4n+2) {
	margin-left: 0;
}

.widget-Sponsors .sponsor:nth-child(4n+1) {
	margin-right: 0;
}

.widget-Sponsors .sponsor a {
	text-decoration: none;
	display: block;
}

.widget-Sponsors .sponsor__img-wrap {
	min-height: 150px;
	padding: 10px 15px;
	line-height: 150px; /*centers vertically, line height must be taller than image height */
	text-align: center; /*centers horizontally */
}

.widget-Sponsors .sponsor__img-wrap img {
	max-width: 100%;
	vertical-align: middle; /*centers vertically*/
	display: inline; /*don't have to specify this but I feel like we have a generic class which does display block */
}

.sponsor__name-wrap {
	min-height: 66px;
	padding: 0 5px 5px;
	line-height: 1.1;
}

@media screen and (max-width: 850px) {
	.widget-Sponsors .sponsor {
		margin: 20px 3%;
		margin: 2rem 3%;
		float: left;
		width: 20.5%;
		text-align: center;
		min-height: 145px;
	}
	.widget-Sponsors .sponsor:nth-child(5n+2) {
		margin-left: 3%;
	}
	.widget-Sponsors .sponsor:nth-child(5n+1) {
		margin-right: 3%;
	}
	.widget-Sponsors .sponsor:nth-child(4n+2) {
		margin-left: 0;
	}
	.widget-Sponsors .sponsor:nth-child(4n+1) {
		margin-right: 0;
	}
}

@media screen and (max-width: 550px) {
	.widget-Sponsors .sponsor {
		margin: 20px 3%;
		margin: 2rem 3%;
		float: left;
		width: 29.3%;
		text-align: center;
		min-height: 172px;
	}
	.widget-Sponsors .sponsor:nth-child(4n+2) {
		margin-left: 3%;
	}
	.widget-Sponsors .sponsor:nth-child(4n+1) {
		margin-right: 3%;
	}
	.widget-Sponsors .sponsor:nth-child(3n+2) {
		margin-left: 0;
	}
	.widget-Sponsors .sponsor:nth-child(3n+1) {
		margin-right: 0;
	}
}
/* -- END SPONSORS -- /*
