body{
    background-color: #eaecf1;
	font-family:Myrid pro, Calibri;
}
.datalogo img {
    display: inline-block;
    height: 45px;
    padding: 8px;
}
.navbar-brand {
    padding: 0px 1px;
}
.navbar {
    margin-bottom: 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #2162a5;
    color: #fff;
}
ul.dropdown-menu.dropdown-menu-right {
    padding: 0;
}
span.icon-bar {
    background-color: #fff;
}
button.navbar-toggle {
    background-color: #2263a5;
}

.databanner {
    background-image: url(../Img/Banner.png);
    width: 100%;
    height: auto;
    display: inline-block;
    min-height: 280px;
    position: relative;
    background-size: cover;
}
.databanneroverlay {
    background-color: #2162a5;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.7;
}
.BannerText h2 {
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 35px;
}
.BannerText {
    /* margin-top: 5%; */
    top: 95px;
    position: relative;
}
.leftbarnav{
    position: absolute;
    bottom: 5px;
    color: #fff;
}
.leftbarnav li a {
    color: #fff;
}
.fa-home {
    font-size: 18px;
}
.pubtxt {
    font-size: 18px;
}
.leftbarnav li {
    list-style-type: none;
}

.OuterCard{
    border: 2px solid #ddd;
    height: auto;
    min-height: 260px;
    text-align: center;
    padding-bottom: 5px;
	background-color:#fff;
	margin-top: 20px;
}

.CardHeadtext {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin: 5px;
    padding: 0px 0;
	color: #0071b9;
}
.CardSubText {
    font-size: 16px;
    color: #716F73;
    font-weight: 500;
	font-family: Arial Narrow,Arial,sans-serif;
}
.BoxHead {
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto !important;
    padding-bottom: 10px;
    color: #0071b9;
    text-align: center;
}
.imagelink {
    position: relative;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    border: 4px solid #2162a5;
}
.imagelink img {
    max-width: 100%;
    height: auto;
}
.imagelinklinkoverlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-color: #312e2e;
    cursor: pointer;
}
.overlaysubtext {
    color: white;
    font-size: 22px;
    position: absolute;
    top: 35%;
    left: 0%;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    cursor: pointer;
}
.pubfirst {
    margin-top: 10px !important;
}
.pubfirst a {
    font-size: 17px;
	color: #0071b9;
}

.videolink {
    position: relative;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    border: 4px solid #2162a5;
}
.videolink img {
    max-width: 100%;
    height: auto;
}
.videolinkoverlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    background-color: #312e2e;
}
.videobox {
    cursor: pointer;
}

.pdftitle {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 8px 10px;
	color: #0071b9;
}
.bottompdf a {
    display: block;
}
.filecontent {
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 11px 0px;
    text-align: center;
    min-height: 140px;
    padding-top: 14px;
	margin-bottom:20px;
}
.filecontent img {
    display: block;
    margin: 0 auto;
    max-width: 175px;
    width: 100%;
    height: auto;
}
.filecontent:hover {
    background-color: #ddd;
}
.bottompdf a:focus, .bottompdf a:hover {
    color: #467cb5;
    text-decoration: none;
}
.bottompdf a span {
    color: #0071b9;
    padding: 10px;
    display: block;
    font-size: 15px;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.nomargin{
	margin:0;
}
.popover {
    max-width: 100%;
    max-width: fit-content;
}
#footerwrap {
    background-color: #3a3a3a;
    color: #fff;
    padding: 15px 0px 5px 0px;
}
#footerwrap a {
    color: #fff;
}

li.active > a {
    background-color: #0172b9;
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: #0172b9;
	color: #fff;
}


@media(max-width:1200px){
.BoxHead {
    min-height: 60px;
}
}

@media only screen and (max-width: 768px){
.bottompdf a span {
    min-height: 60px;
    font-size: 12px;
}
.pull-right.RightNav {
    float: none !important;
}
.col-xs-15 {
    width: 33.333%;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 15px;
}
}

@media only screen and (max-width: 991px)
.bottompdf a span {
    min-height: 60px;
}
}