@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	color:#1e2271 !important;
}
a {
    color: #016cb7;
}
ol {
	padding-left: 10;
}
ol li {
	padding-left:15px;
}
.nav-link {
	color:#FFF;
}
.nav-link:focus {
	color:#FFF !important;
	text-decoration:none !important;
}
.nav-link:hover, .nav-link:active, .nav-link.show {
	color:#FFF !important;
	text-decoration:underline !important;
}
.dropdown-item:hover {
	background-color:#016cb7;
	color:#FFF;
}
.red {
	color: #F00;
}
@media (min-width: 768px) {
body {
    padding-top: 168px;
}
.headTxt {
	font-size: 30px;
}
.headTxt2 {
	font-size: 14px;
}
.sticky-top {
    top: 168px;
}
}
@media (min-width: 992px) {
.headTxt {
	font-size: 36px;
}
.headTxt2 {
	font-size: 18px;
}
}
@media (min-width: 1200px) {
.headTxt {
	font-size: 48px;
}
.headTxt2 {
	font-size: 21px;
}
}
@media only screen and (max-width: 767px) {
.sticky-top {
    top: 168px !important;
}
body {
    padding-top: 168px;
}

}
.navbar-toggler {
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    right: 20px;
    z-index: 5000;
    color: #1e2271 !important;
    text-align: center;
    top: 20px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}
#back-to-top {

    background: #d0d0d0 url('../images/icon-arrow-top.png') center center no-repeat;

    position: fixed;

    right: 20px;

    bottom: 20px;

    height: 40px;

    width: 40px;

    outline: 0;

    text-align: center;

    display: none;

    opacity: 0.85;

    border-radius: 4px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}
#back-to-top:hover {
	background-color: #176A8D;
}
