html
{
	-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
body{
	background-color: #eeeff1;
	font-family: 'Lato',sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #27282c;
}
.checkboxul span
{
	padding-left: 10px;
	text-indent: 0px;
	text-align: left;
	display: grid;
	display: -ms-grid;
	margin-top:-25px;
	margin-left:10px;
}

.border-right{
	border-right: 1px solid #d1d3d9;
}

.block {
  margin-top: 30px;
}

a{
	color: #042f99;
	overflow-wrap: break-word;
    word-wrap: break-word;
}
a:focus, a:hover{
	outline: none;
	text-decoration: none;
	color: #0340d6;
}
h1 {
  font-family: 'Lato';
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  color: #36383c;
}
h2 {
  font-family: 'Lato';
  font-size: 26px;
  font-weight: 700;
  color: #27282c;
}
h3 {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 700;
  color: #27282c;
}
h4{
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #27282c;
}
h5{
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 700;
	color: #27282c;
}
h2.title {
  margin-top: 5px;
  line-height: 32px;
}
h1 a, h1 a:hover, h1 a:visited
{
	color: #36383c;
}
h2 a, h2 a:hover, h2 a:visited
{
	color: #27282c;
}
h3 a, h3 a:hover, h3 a:visited
{
	color: #27282c;
}
h4 a, h4 a:hover, h4 a:visited
{
	color: #27282c;
}
h4.bluetext a, h4.bluetext a:hover, h4.bluetext a:visited
{
	color: #042f99 !important;
}

h5 a, h5 a:hover, h5 a:visited
{
	color: #27282c;
}
hr {
  margin: 10px -15px 0;
}
.m-t-10{
	margin-top: 10px;
}
.m-t-15{
	margin-top: 15px;
}
.m-t-20{
	margin-top: 20px;
}
p{
	color: #27282c;
}

/*Header Section Start*/
/*======================================================*/

.header-top {
  color: #fff;
  padding: 29px;
	background: #293f79; /* Old browsers */
background: -moz-linear-gradient(top, #293f79 0%, #293f79 35%, #3a5db1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #293f79 0%,#293f79 35%,#3a5db1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #293f79 0%,#293f79 35%,#3a5db1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293f79', endColorstr='#3a5db1',GradientType=0 ); /* IE6-9 */
}

.logo {
  border-right: 1px solid #6e80af;
  margin-right: 30px;
  padding-right: 30px;
  max-width: 100%;
}
.logoleft
{
	width: auto;
	max-width: 720px;
}
.logoright
{
	max-width: 175px;
}
header span{color: rgba(255,255,255,0.6);}

.nav-menu .navbar-default {
  background-color: #27282c;
  border: none;
  border-radius: 0;
  margin: 0;
  z-index: 999;
  height: 50px;
  position: relative;
}
/*nav.affix {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  animation: 0.7s ease 0s normal none 1 running slide-down;
}*/
nav .navbar-collapse{
	padding: 0;
	width: auto;
}
.nav > li > a
{
	padding: 15px 12px;
}
.navbar-default .navbar-nav > li > a {
  color: #eeeaea;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
  background-color: #D01E06;
  color: #eeeaea;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #D01E06;
  color: #eeeaea;
}

.navbar-default .navbar-nav li.dropdown-active.open > a{
	background-color: #f3f4f5;
	color: #27282c;
}
.dropdown-menu{
	border: medium none;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.176);
	font-size: 16px;
	min-width: 407px;
	padding: 20px 0;
	left: -40px;
	background-color: #f3f4f5;
}
.dropdown-menu > div{
	padding: 0 25px;
}
.dropdown-menu li a {
  display: inline-block;
  line-height: 24px;
  padding: 15px 0 0;
  width: 100%;
  overflow-wrap: break-word!important;
  word-wrap: break-word!important;
}
.dropdown-menu div li:first-child a{
	padding-top: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-active:hover .dropdown-menu {
    display: block;
}

.navbar-right{margin-right: 0;}

.innerul
{
	padding-left: 0px;
	margin-left: 0px;
}

#search-nav {
  background-color: #27282c;
  display: flex;
  position: absolute;
  right: 0;
  top: 50px;
  padding: 7px 7px 7px 7px;
}
.search-submit {
  background-color: transparent;
  border: medium none;
  font-size: 20px;
  line-height: 45px;
  outline: none;
}
.search-submit span{
	color: #fff;
	outline: none;
}
.navbar-right input[type="search"] {
  border: medium none;
  color: #27282c;
  width: 365px;
  padding: 0 10px;
  height: 35px;
  z-index: 999;
}
.searchinput
{
  border: medium none;
  color: #27282c;
  width: 365px;
  padding: 0 10px;
  height: 35px;
  z-index: 999;
}
.searchbutton {
  background: #fff;
  border: medium none;
  font-size: 20px;
  outline: none;
  position: relative;
  right: 40px;
}
.searchbuttonspan{
	color: #9e9c9c;
	outline: none;
}
input:focus {
    outline: none;
}
#search-nav > button {
  background: #fff;
  border: medium none;
  font-size: 20px;
  outline: none;
}
#search-nav > button span{
	color: #9e9c9c;
	outline: none;
}
.DAnnotation,.DAccess_Notes,.DURL,.DSource,.DPublication_Type{
	overflow-wrap: break-word;
    word-wrap: break-word;
}
/*Header Section End*/
/*======================================================*/


/*Top Slider Section Start*/
/*======================================================*/
/*
.slide-img {
    position:relative;
    z-index:-1;
    display:block;
    height:auto;
    width:auto;
}

.custom-gradient{
    background: linear-gradient(to right,#000000,transparent 90%, transparent);
}
*/

.slide-img {
    position: relative;
    /*display: inline-block;*/
    top:0px;
    bottom:0px;
    height: auto;
    width: auto;
}
.slide-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom:0px;
    height: auto;
    width: auto;
    background: linear-gradient(to right,#000000,transparent 65%, transparent);
    opacity: 0.8;
}
/*
.slide-img img {
    display: block;
    height: 350px;
    width: auto;
}
*/

.slide-content {
  bottom: 0;
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 50%;
}
.slide-content h4 {
    margin-bottom: 20px;
}
.slide-content span {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.custom-content{
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.carousel-indicators li {
  background-color: #27282c;
  border-radius: 0;
  color: #f3f4f5;
  height: 28px;
  text-indent: 0;
  width: 28px;
  line-height: 24px;
  border: 1px solid #f3f4f5;
}
.carousel-indicators .active {
  background-color: #D01E06;
  height: 28px;
  width: 28px;
}
/*
.social [class*="fa fa-twitter"] {
    border-radius: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
    float:right;
    background-color: #46c0fb;
}
*/
.btn-fb-circle {
    border-radius: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
    float:right;
    color: white !important;
    text-decoration: none !important;
    background-color: #042f99;
}
.btn-twitter-circle {
    border-radius: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
    float:right;
    color: white !important;
    text-decoration: none !important;
    background-color: #047DB9;
}

.btn-fb-circle a:hover,active,visited{
    text-decoration: none !important;
}

.btn-twitter-circle a:hover,active,visited{
    text-decoration: none;
}
.btn-fb {
    min-width: 45px !important;
    float:right;
    margin-right:5px;
    background-color: #c4cbd8 !important;
}
.btn-tw {
    min-width: 45px !important;
    float:right;
    margin-right:5px;
    background-color: #c4cbd8 !important;
}
.btn {
  background-color: #042f99;
  color: #fff;
    min-width: 134px;
    text-transform: uppercase;
}

.btn:hover {
  background-color: #0340d6;
  color: #fff;
}
.btn:visited {
  color: #fff;
}
.btn:focus {
  color: #fff;
    outline: none;
}
.searchbtn
{
  background-color:#042f99;
  color: #fff;
  min-width: 100px;
  height: 40px;
  margin-left: -5px;
  border: 1px solid #042f99;
  vertical-align: top;
  border-radius: 0px;
}
.searchbtn:hover {
  background-color: #0340d6;
  color: #fff;
}
.searchbtn:visited {
  color: #fff;
}
.searchbtn:focus {
  color: #fff;
  outline: none;
}
.search2 {
    color: #27282c;
    width: 82%;
    padding: 0 10px;
    height: 40px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.searchform2
{
	padding:10px;
	text-align: right;
	margin: 0 auto;
	width: 70%;
}
.searchcounter
{
    font-size: 14px;
    color: #6d6b6b;
    width: 100%;
}
.searchbottom
{
	font-size: 14px;
	color: #515050;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}
.searchbottom a
{
	font-size: 14px;
}
.searchmainbox
{
	width: 100%;
}
.searchformbox
{
	padding:10px;
	text-align: right;
	width: 90%;
	margin: 0 auto;
}
.advancesearch
{
	margin: 0 auto;
	width: 80%;
}
.search3 {
    color: #27282c;
    width: 80%;
    padding: 0 10px;
    height: 40px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.search4{
    color: #27282c;
    /*width: 85%;*/
    padding: 0 10px;
    height: 40px;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin-left: 15px;
}
.alldropinone
{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: inline-block;
	text-align: center;
}
.disablelink
{
	color: #9C9C9C !important;
}
.nopadding
{
	padding: 0px !important;
}
.pagedrop1
{
	float: left;
	width: 20%;
}
.pagedrop1:nth-child(1)
{
	width: 145px;;
}
.pagedrop1:nth-child(2)
{
	width: 170px;
	margin-left: 30px;
	margin-right: 30px;
}
.pagedrop1:nth-child(3)
{
	width: 180px;
}
.moreTextLink
{
	display: none;
}
.animateloader
{
	display: none;
	width: 100%;
	height: 100%;
	margin: auto;
    text-align: center;
    font-size: 15px;
    color: #042f99;
    padding-top: 20px;
}
span.glyphicon.glyphicon-plus {
  background-color: #7C7D82;
  border: 1px solid #7C7D82;
  border-radius: 2px;
  height: 16px !important;
  color: #fff;
  width: 16px !important;
  font-size: 12px;
  padding-left: 1px;
  margin: 11px 0px;
}
span.glyphicon.glyphicon-minus {
  background-color: #7C7D82;
  border: 1px solid #7C7D82;
  border-radius: 2px;
  height: 16px !important;
  color: #fff;
  width: 16px !important;
  font-size: 12px;
  margin: 11px 10px;
}
.advclosespan
{
	right: 25px;
    position: relative;
    padding-top: 10px;
	color: #7C7D82;
}
.spanrightmove
{
	right: 12px;
}
.andfieldselect
{
	width: 100px;
	float: left;
}
.allfieldselect
{
	width: 160px;
	float: left;
}
.advancetextfield
{
	display: flex;
}
.resultleftalign
{
	text-align: left;
}
.resultrightalign
{
	text-align: right;
}
.backgroundgreycolor
{
	color: #7C7D82;
}
.leftmargin0
{
	margin-left: 0px !important;
}
.leftpadding0
{
	padding-left: 0px;
}
.leftpadding5
{
	padding-left: 5px;
}
.leftpadding10
{
	padding-left: 10px;
}
.leftpadding15
{
	padding-left: 15px;
}
.leftpadding20
{
	padding-left: 20px;
}
.leftpadding25
{
	padding-left: 25px;
}
.AddingtoFirstElement
{
	margin-left: 10px !important;
}
.tableaayu
{
	display: table;
	margin-top: 25px;
	width: 100%;
}
.tablerow
{
	display: table-row;
}
.tableheadcolor2
{
	background-color: #2A407B;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	display: table-cell;
	width: 80%;
}
.tableheadcolor1
{
	background-color: #2A407B;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	display: table-cell;
	border-right: 1px solid #fff;
	width: 20%;
}
.tableheadcolor3
{
	background-color: #2A407B;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	display: table-cell;
	border-right: 1px solid #fff;
	width: 15%;
}
.tableheadcolor4
{
	background-color: #2A407B;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	display: table-cell;
	border-right: 1px solid #fff;
	width: 25%;
}
.tableheadcolor5
{
	background-color: #2A407B;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	display: table-cell;
	width: 60%;
}
.tableothercolor2
{
	background-color: #fff;
	color: #000;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	width: 80%;
}
.tableothercolor1
{
	background-color: #fff;
	color: #000;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	border-right: 1px solid #ccc;
	width: 20%;
}
.tableothercolor3
{
	background-color: #fff;
	color: #000;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	border-right: 1px solid #ccc;
	width: 15%;
}
.tableothercolor4
{
	background-color: #fff;
	color: #000;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	border-right: 1px solid #ccc;
	width: 25%;
}
.tableothercolor5
{
	background-color: #fff;
	color: #000;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	width: 60%;
	word-break: break-all;
}
.adbtn {
  background-color: #3e62bb;
  min-width: 75%;
	height: 32px;
  text-transform: uppercase;
  text-align: left;
	vertical-align: middle;
	display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: #fff;
}
.adbtn:hover {
  background-color: #0340d6;
  color: #fff;
}
.leftotherlogo
{
	text-align: left;
	margin: 0px !important;
}
.arrowafteropen:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
	}
.arrowafterclose:before {
    font-family: FontAwesome;
    content: "\f077";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.checkboxul label input[type="checkbox"] {
    display: none;
}

.checkboxul .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    width: 15px;
    height: 15px;
    float: left;
	margin-top: 5px;
}
.checkboxul li label input[type="checkbox"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkboxul li label input[type="checkbox"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.checkboxul .cr .cr-icon {
    position: absolute;
    font-size: 10px;
    line-height: 0;
    top: 45%;
    left: 20%;
}
.search-results em {
    background: yellow;
    font-weight: bold;
    padding-right: 0.08em;
}
.searchresultnumber
{
	float:left!important;
	padding-right: 5px;
	color: #000;
	position: relative;
}
.fa-check:before {
    content: "\f00c";
}

.fancycheckbox label input[type="checkbox"] {
    display: none;
}
.fancycheckbox label
{
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
}
.fancycheckbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    width: 15px;
    height: 15px;
    float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.fancycheckbox label input[type="checkbox"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.fancycheckbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1;
}

.fancycheckbox .cr .cr-icon {
    position: absolute;
    font-size: 10px;
    line-height: 0;
    top: 45%;
    left: 20%;
}


.pagination
{
	text-align:center;
	display: block;
}
.paginationpage
{
	padding-top:2px;
	display:inline-block;
	height:25px;
	background-color:#fff;
	border:1px solid #fff;
	text-align:center;
	vertical-align:middle;
	margin-right:2px;
	margin-bottom:10px;
	color:#000;
}
.paginationpage:hover
{
	background-color: #6B6E75;
	border:1px solid #6B6E75;
	color:#fff;
}
.paginationpageselected
{
	padding-top:2px;
	display:inline-block;
	width:25px;
	height:25px;
	background-color: #6B6E75;
	border:1px solid #6B6E75;
	text-align:center;
	vertical-align:middle;
	margin-right:2px;
	margin-bottom:10px;
	color:#fff;
}
.pagination a
{
	text-decoration:none;
	padding: 0px 5px;
}
.pagination a:hover
{
	color: #fff;
}
.previouspage, .nextpage
{
	bottom:5px;
	position:relative;
	color:#252a2b;
}
.previouspage a, .nextpage a
{
	padding: 0px !important;
	color:#042f99;
}
.previouspage:hover
{
	color:#042f99 !important;
}
.nextpage:hover
{
	color:#042f99 !important;
}

.fa-arrow-circle-o-down
{
	float: right;
	font-size: 20px;
	padding-top: 2px;
}
.fablackberry
{
	vertical-align: top;
}
.fa-android,.fa-apple,.fa-windows,.fa-laptop,.fablackberry
{
	font-size: 20px;
	padding-right: 5px;
}
.carousel-indicators {
  left: auto;
  margin-left: 0;
  right: 20px;
  width: auto;
  margin: 0;
}

/* For Slider Fade Effect Start */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
	transition-duration: 1s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Fade Effect End */

.lighttext
{
	color: #fff;
	font-size: 60px;
	font-weight: 500;
}
.lighttextcontent
{
	color: #fff;
	font-weight: 500;
}
.darktext
{
	color: #D01E06;
	font-size: 60px;
	font-weight: 500;
}
.darktextcontent
{
	color: #000;
	font-weight: 500;
}
.list-group-item {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #e1e2e6;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  margin-bottom: 0;
  padding: 10px 0;
}
.list-group-item:last-child{
	border: none;
}

.group {
	display: flex;
  flex-flow: row wrap;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wrapper > div {
	flex: 1 0 5%;
	box-sizing:border-box;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
	transition: box-shadow .4s ease-in-out;
}
.wrapper > div:hover {
	height:auto;-webkit-box-shadow:0 0 7px 2px rgba(0,0,0,.2);-moz-box-shadow:0 0 7px 2px rgba(0,0,0,.2);box-shadow: 0 0 7px 2px rgba(0,0,0,.2);
}
.aboutwrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.aboutwrapper > div {
	flex: 1 0 5%;
	box-sizing:border-box;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
	transition: box-shadow .4s ease-in-out;
}
.aboutwrapper > div:hover {
	height:auto;-webkit-box-shadow:0 0 7px 2px rgba(0,0,0,.2);-moz-box-shadow:0 0 7px 2px rgba(0,0,0,.2);box-shadow:0 0 7px 2px rgba(0,0,0,.2);
}
.boxhighlighteffect
{
	transition: box-shadow .4s ease-in-out;
}
.boxhighlighteffect:hover {
	height:auto;-webkit-box-shadow:0 0 7px 2px rgba(0,0,0,.2);-moz-box-shadow:0 0 7px 2px rgba(0,0,0,.2);box-shadow:0 0 7px 2px rgba(0,0,0,.2);
}
.bg-white {
  background-color: #fff;
  padding: 15px;
  width: 100%;
  height: 100%;
}
.bg-whiteslider {
  background-color: #fff;
  min-height: 350px;
  padding: 5px 15px 15px 15px;
  width: 100%;
  height: 100%;
  transition: box-shadow .4s ease-in-out;
}
.bg-whiteslider:hover {
  height:auto;-webkit-box-shadow:0 0 7px 2px rgba(0,0,0,.2);-moz-box-shadow:0 0 7px 2px rgba(0,0,0,.2);box-shadow:0 0 7px 2px rgba(0,0,0,.2);
}

#carousel-example-generic
{
  transition: box-shadow .4s ease-in-out;
  background-color: #eeeff1;
}
#carousel-example-generic:hover
{
  height:auto;-webkit-box-shadow:0 0 7px 2px rgba(0,0,0,.2);-moz-box-shadow:0 0 7px 2px rgba(0,0,0,.2);box-shadow:0 0 7px 2px rgba(0,0,0,.2);
	background-color: #eeeff1;
}
.top-main .bg-white{
	min-height: 350px;
}
.top-main ul.list-group{padding-left: 0;}

.bigicon
{
	font-size: 25px;
	vertical-align: middle;
}

/*Top Slider Section End*/
/*======================================================*/


/*Section2 Start*/
/*======================================================*/

.custom-search input {
  border: 1px solid #9e9c9c;
  font-family: "Open Sans",sans-serif;
  padding: 10px;
  width: 100%;
}
.custom-search {
  max-width: 385px;
  position: relative;
  margin: 15px 0 20px;
}
.custom-search > button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #9e9c9c;
  font-size: 20px;
  line-height: 44px;
  position: absolute;
  right: 6px;
  top: 0;
}
.block ul {
  margin-bottom: 0;
  padding-left: 35px;
}
.block3 ul li:before
{
	font-size: 14px;
}
.relatedresource
{
	padding-left: 50px !important;
}
.aboutustitle
{
	font-size: 18px;
	font-weight: 600;
	color: #042f99;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.aboutustext
{
	padding-left: 15px;
	padding-right: 15px;
}
.section2 .media {
  margin-bottom: 30px;
}
.media-heading {
  font-weight: bold;
  margin-top: -5px;
}
.media-body > p {
  margin: 0;
}

/* Section2 End */
/*======================================================*/
/*
.section3 ul,.section4 ul
{
	list-style: none;
}
.section3 ul li,.section4 ul li
{
	list-style-position: outside;
	text-indent: -1em;
}
.section3 ul li:before, .section4 ul li:before
{
	content:"·";
	font-size:35px;
	vertical-align:top;
    line-height:20px;
	padding-right: 10px;
}*/

/* Section3 & Section4 End */
/*======================================================*/
.card {
  background-color: #fff;
  height: 100%;
}
.card-img-top {
  width: 100%;
}
.card-block {
  padding: 5px 15px 20px 20px;
}

.tweets .media {
  border-bottom: 1px solid #e1e2e6;
}
.tweets .media-object {
  border-radius: 4px;
  max-width: 32px;
}
h5.media-heading {
  color: #27282c;
  font-size: 13px;
  line-height: 20px;
}
h5.media-heading span{
	display: block;
	color: #9e9c9c !important;
	line-height: 15px;
}
h5.media-heading span a{
	display: block;
	color: #9e9c9c !important;
	line-height: 15px;
}

/* Section3 &Section4 End */
/*======================================================*/


/* Footer Section Start */
/*======================================================*/

.footer-top{
	background-color: #29407a;
	text-align: center;
}
.social-media > li {
  display: inline-block;
}
.social-media a {
  color: #ededed;
  display: inline-block;
  padding: 15px;
}
.social-media a .fa{
	font-size: 24px;
	margin-right: 8px;
}
.social-media a:focus, .social-media a:hover{
	outline: none;
	text-decoration: none;
	color: #fff;
}
.footer-bottom {
  background-color: #36383c;
  color: #ededed;
  font-size: 14px;
  padding: 38px 0 60px;
}

footer.block ul {
  list-style: outside none none;
  padding-left: 0;
}
footer ul li a{
	color: #ededed;
}
footer ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

.footerintent
{
	list-style: inside none none !important;
	padding-left: 18px !important;
}
.footerintent li
{
	text-indent: -8px;
}

.innerul
	{
		list-style-type: none;
	}
.back-to-top {
			width:152px;
			height:52px;
			position: fixed;
			bottom: 0;
			right: 15%;
			display: none;
			background-color: #6b6e75;
			color: #fff !important;
			padding: 15px 20px;
    		font-size: 16px;
    		font-weight: 700;
			z-index: 9999;
		}
.back-to-top:hover {
			background-color: #D01E06;
			color: #fff;
	}
.back-to-top:visited {
	color: #fff !important;
}
.backtotopicon
{
	font-size: 18px;
	padding-left: 3px;
}
.breadcrumbblockhome
{
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -20px !important;
    font-size: 13px;
    line-height: 20px;
}
.breadcrumbblock
{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13px;
	line-height: 20px;
}
.breadcrumbblock a
{
	color: #36383c;
	font-size: 13px;
}
.breadcrumbblock a:hover
{
	color: #36383c;
	font-size: 13px;
	text-decoration: underline;
}

.breadcrumb {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
    background: none;
}
.breadcrumb > li {
    display: inline-block;
    color: #36383c;
}
.breadcrumb > li a {
    color: #36383c;
}
.breadcrumb > li + li:before {
    content: "\3E";
    color: #36383c;
}
.mainblock
{
	margin-top: 20px;
}
.leftcardlesspadding
{
	background-color: #fff;
    padding: 15px 5px;
    width: 100%;
    height: 100%;
	transition: box-shadow .4s ease-in-out;
}
.leftcardlesspadding:hover {
	height:auto;-webkit-box-shadow:0 0 7px 2px rgba(0,0,0,.2);-moz-box-shadow:0 0 7px 2px rgba(0,0,0,.2);box-shadow:0 0 7px 2px rgba(0,0,0,.2);
}
.leftcard
{
	background-color: #fff;
    padding: 15px;
    width: 100%;
    height: 100%;
	transition: box-shadow .4s ease-in-out;
}
.leftcard:hover {
	height:auto;-webkit-box-shadow:0 0 7px 2px rgba(0,0,0,.2);-moz-box-shadow:0 0 7px 2px rgba(0,0,0,.2);box-shadow:0 0 7px 2px rgba(0,0,0,.2);
}
.leftcard2
{
	margin-top: 20px;
}
.leftcard img
{
	margin: auto;
	display: block;
}
.innerh1
{
	margin-bottom: 0px;
	margin-top: 17px;
}
.innerpagelist
{
	list-style: none;
	padding-left: 0px;
}
.innerpagelist li
{
	font-size: 20px;
	line-height: 35px;
}
.innerpagelist li ul
{
	list-style-type: disc;
}
h1 sup {
    top: -1.2em;
	font-size: 40%;
}
.notes
{
	margin-top: 20px;
}
.thinline
{
	border-bottom: 1px solid #cbcdd3;
	height: 1px;
	margin-top: 20px;
}
.smalltitle
{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.smallfonts
{
	font-size: 13px;
	line-height: 15px;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.notopmargin
{
	margin-top: 0px !important;
	padding-top: 0px !important;
}
.nobottommargin
{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.nomarginleft
{
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.nomarginright
{
	margin-right: 0px !important;
	padding-right: 0px !important;
}
.margintop20
{
	margin-top: 20px;
}
.top5
{
	padding-top: 5px !important;
}
.top10
{
	padding-top: 10px !important;
}
.top15
{
	padding-top: 15px !important;
}
.top20
{
	padding-top: 20px !important;
}
.bottom5
{
	padding-bottom: 5px !important;
}
.bottom10
{
	padding-bottom: 10px !important;
}
.bottom15
{
	padding-bottom: 15px !important;
}
.bottom20
{
	padding-bottom: 20px !important;
}
.left20
{
	padding-left: 20px;
}
.right20
{
	padding-left: 20px;
}

.atoz
{
	list-style:none;
	padding-left:0px;
	margin: 15px 0px 40px 0px;
}
.atoz li
{
	display:inline-block;
	width:40px;
	height:40px;
	background-color:#fff;
	text-align:center;
	vertical-align:middle;
	margin-right:-2px;
	margin-bottom:3px;

}
.atoz li:hover
{
	background-color: #6b6e75;
	cursor:pointer;
	color: #fff;
}
li.atozselected
{
	background-color: #6b6e75;
	color: #fff;
}
li.atozselected a
{
	color:#fff !important;
	display:block;
}
li.lightcolor
{
	color: #cbcdd3;
}
li.lightcolor a
{
	color: #cbcdd3 !important;
}
.atoz li a
{
	color:#36383c;
	display:block;
	padding: 7px;
}
.atoz li a:hover
{
	color:#fff;
}
.azindex
{
	list-style:none;
	padding-top: 15px;
	padding-left:0px;
}
.azindex li
{
	line-height: 35px;
	vertical-align: middle;
	text-align: left;
}
.azindex ul
{
	padding-left:25px;
	list-style-type: disc;
}
.leftmenu
{
	background-color: #6B6E75;
}
.leftmenu ul
{
	list-style: none;
	padding-left: 0px;
}
.leftmenu ul li
{
	display: inline-block;
	width: 100%;
}
.leftmenu ul li a
{
	color: #fff;
	display: block;
	line-height: normal;
	padding: 7.5px 5px 7.5px 15px;
}
.leftmenu ul li:hover
{
	background-color: #CBCDD2;
	color: #27282c !important;
}
.leftmenu ul li a:hover
{
	color: #27282c;
	background-color: #CBCDD2;
}
.leftselected
{
	background-color: #CBCDD2;
	color: #27282c;
	width: 100%;
}
.leftselected a
{
	color: #27282c !important;
}
.coffeebgtext
{
	width: auto;
	background-color: #6B6E75;
	color: #fff;
	float: left;
	line-height: 30px;
	padding: 0px 10px;
	margin-top: 20px;
	font-weight: 700;
}
.coffeebgtextfirst
{
	width: auto;
	background-color: #6B6E75;
	color: #fff;
	float: left;
	line-height: 30px;
	padding: 0px 10px;
	margin-top: 10px;
}
.simplewrapper
{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
     .navbar-collapse.collapse
    {display:block!important;
    height:auto!important;
    padding-bottom:0;overflow:visible!important;
    margin-top:-45px;
    margin-left:-10px;
    }
    nav .navbar-collapse{
        padding: 0;
        width: auto;
    }
    .innerulnolast {
        margin-bottom:4.5em;
    }
    .innerulnolast > li:last-child {
        border-bottom: none;
    }
}

.simplewrapper > div {
    flex: 1 0 5%;
    box-sizing: border-box;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
}
.lefttextbox
{
	width: 90%;
	height: 35px;
	border: 1px solid #ccc;
	padding: 0px 10px;
	color: #000;
	margin-bottom: 10px;
}

.clearable{
  background: #fff url(../img/crossicon.png) no-repeat right -15px center;
  padding: 3px 16px 3px 4px;     /* Use the same right padding (18) in jQ! */
  transition: background 0.4s;
}
.clearable.x {
	background-position: right 8px center;
} /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X  */
.column1border
{
	border: 1px solid #e1e2e6;
	padding-right: 20px;
}
.column2border
{
	border: 1px solid #e1e2e6;
	padding-left: 20px;
}
.leftulli
{
	padding-left: 0px;
    list-style: none;
    line-height: 20px;
    margin-bottom: 0px;
}
.leftulli li
{
	padding-bottom: 10px;
}
.moreli
{
	text-align: right;
	padding-bottom: 0px !important;
}
.bottominnerul
{
	list-style: disc;
	padding-left: 25px;
}
.font13
{
	font-size: 13px;
}
.lineheight15
{
	line-height: 15px;
}
.rp15
{
	padding-right: 15px;
}
.innerpageul
{
	list-style-type: disc;
	padding-left: 25px;
}
.bluenew
{
	width: 20px;
	background-color: #022996;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 15px;
	vertical-align: middle;
	padding: 0px 1px;
}
.nocolorchange
{
	color: #27282c;
}
.nocolorchange:hover
{
	text-decoration: underline;
}
.hideondesktop
{
	display: none;
}
.hideondesktop_and_tablet
{
	display: none;
}
.hidediv
{
	display: none;
}
.hidethis {
    display: none !important;
    visibility:hidden !important;
}
.feedbackform
{
	padding-left: 100px;
}
.selectbox,.commentbox,.submitbox
{
	clear: both;
	text-align: left;
	padding-top: 20px;
}
.commentbox label
{
	clear: both;
	font-weight: 500;
}
.commentsarea
{
  background-color: #fff;
  border: solid 1px #999;
  box-sizing: border-box;
  width: 500px;
  height: 200px;
}
.submitbox
{
	text-align: center;
	width: 65%;
}
.sliderbodybg {
    background-color: #67625c;
    -moz-box-shadow: inset 0 21px 17px -19px #000, inset 0 -21px 17px -19px #000;
    -webkit-box-shadow: inset 0 21px 17px -19px #000, inset 0 -21px 17px -19px #000;
    box-shadow: inset 0 21px 17px -19px #000, inset 0 -21px 17px -19px #000;
}

.example
{
	-moz-box-shadow: inset 0 -21px 17px -19px #E5E5E7;
    -webkit-box-shadow: inset 0 -21px 17px -19px #E5E5E7;
    box-shadow: inset 0 -21px 17px -19px #E5E5E7;


	background: -webkit-linear-gradient(red, yellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow); /* Standard syntax */


	 background: -webkit-linear-gradient(bottom,rgba(246,247,249,1), rgba(229, 229, 231, 0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom,rgba(246,247,249,1), rgba(229, 229, 231, 0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom,rgba(246,247,249,1), rgba(229, 229, 231, 0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom,rgba(246,247,249,1), rgba(229, 229, 231, 0.6)); /* Standard syntax */
}
.sourcecheckbox
{
	max-height: 260px;
	background-color: #F6F7F9;
    -moz-box-shadow: inset 0 -21px 17px -19px #ccc;
    -webkit-box-shadow: inset 0 -21px 17px -19px #ccc;
    box-shadow: inset 0 -21px 17px -19px #ccc;
	padding: 0px 0px 0px 10px;
}
.sourcecheckboxnoshadow
{
	max-height: 210px;
	background-color: #F6F7F9;
	padding: 0px 0px 0px 10px;
}
.incidecheckbox
{
	height: auto;
	max-height: 171px;
	overflow-y: scroll;
	overflow-x:hidden;
}
.checkboxul
{
	list-style: none;
	padding-left: 0px;
	padding-right: 5px;
	font-size: 15px;
}
.checkboxul li label {
    position: relative;
	font-weight: 500;
	width: 100%;
}
.checkboxul span
{
	padding-left: 10px;
	text-indent: 0px;
	text-align: left;
	display: grid;
	display: -ms-grid;
}

/*  For Fency Scroll Bar Start*/

.lb-v-dummy { width: 100%; display: block; height: 1px; }
.lb-h-dummy { height: 100%; display: block; width: 1px; }
.lb-clear { clear: both; }
.lb-wrap { z-index: 0; overflow: auto; position: relative; }
/*.lb-scrollbar-wrap { position: absolute; left: 0; top: 0; }*/
.lb-v-scrollbar { z-index: 1; position: absolute; right: 2px; top: 2px;
 width: 7px; height: 100%; background:
  #cfcfcf; opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; border-radius: 7px;
   -webkit-border-radius: 7px; -moz-border-radius: 7px; }

.lb-h-scrollbar { z-index: 1; position: absolute;
 bottom: 2px; left: 2px; width: 100%; height: 7px;
  background: #cfcfcf; opacity: 0.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
   border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }

.lb-v-scrollbar-slider { position: absolute; width: 7px; height: 50px; left: 0; top: 0;
 background: #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }

.lb-h-scrollbar-slider { position: absolute; height: 7px; width: 50px; left: 0;
 top: 0; background: #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }

/*  For Fency Scroll Bar End */

/*  For Drop Down Only */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #999;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }
.andfieldselect .nice-select
{
	width: 80px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	background-color: #EEEFF1;
}
.allfieldselect .nice-select
{
	width: 145px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	clear: none;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	background-color: #EEEFF1;
}
.pagesmalldrop1 .nice-select
	{
		width: 50px;
		height: 25px;
		line-height: 25px;
		margin-left: 10px;
		margin-right: 0px;
		clear: none;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
	}
	.pagesmalldrop2 .nice-select
	{
		width: 50px;
		height: 25px;
		line-height: 25px;
		margin-left: 10px;
		margin-right: 0px;
		clear: none;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
	}
	.pagesmalldrop3 .nice-select
	{
		width: 110px;
		height: 25px;
		line-height: 25px;
		margin-left: 10px;
		margin-right: 0px;
		clear: none;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
	}
.smallmenurightdrop1 .nice-select
	{
		width: 50px;
		height: 25px;
		line-height: 25px;
		margin-left: 10px;
		margin-right: 0px;
		clear: none;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
		/*float: right;*/
	}
/* For Drop Down End */
.smallmenurightdrop2
{
	width: 178px;
	float: left;
}
.smallmenurightdrop2 .nice-select
	{
		width: 110px;
		height: 25px;
		line-height: 25px;
		margin-left: 10px;
		margin-right: 0px;
		clear: none;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
		float: left;
	}
/* For Drop Down End */
.smallmenurightdrop1
{
	width: 198px;
	float: left;
	padding-left: 25px;
}
.verysmalltext
{
	min-width: 25px !important;
	width: 25px;
	height: 25px;
	padding-left: 6px;
}
.informationicon {
    color: #7C7D82;
    width: 45px;
    float: right;
    right: 0px;
    top: 0px;
	padding-left: 7px;
    margin-top:-20px;

}
.informationicon-top {
    color: #7C7D82;
    width: 45px;
    float: right;
    right: 0px;
    top: 0px;
    padding-left: 1px;
    margin-top:5px;
}

.smallmenuright
{
	width: 255px;
	float: right;
	margin-right: 20px;
}
.customwidth20
{
	width: 20%;
	float: left;
}
.customwidth80
{
	width: 80%;
	float: left;
}
.daysdropdown .nice-select
	{
		width: 75px;
		height: 25px;
		line-height: 25px;
		margin-left: 10px;
		margin-right: 10px;
		clear: none;
		padding-left: 5px;
		padding-right: 5px;
		border: none;
		float: right;
	}
@media screen and (min-width:992px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.navbar-right input[type='search']
	{
		right: 34px;
		position: static;
	}
	#search-nav
	{
		display: inline-block;
	}
	#search-nav > button
	{
		position: absolute;
		right: 7px;
		top: 11px;
	}



.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
  background-color: #D01E06;
  color: #eeeaea;
}
}

/* Footer Section End */
/*======================================================*/



/*Responsive CSS Start*/
/*======================================================*/

@media (min-width:1260px) {
	.container {
	  width: 1230px;
	}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
  background-color: #D01E06;
  color: #eeeaea;
}



}
@media (max-width:1260px) and (min-width:1200px) {
	.newssection
	{
		height: 333px;
	}
	.bg-whiteslider
	{
		height: 333px !important;
		min-height: 333px;
	}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
  background-color: #D01E06;
  color: #eeeaea;
}
}
@media (max-width:1200px) and (min-width:992px) {
	.newssection
	{
		height: 274px;
	}
	.bg-whiteslider
	{
		margin-right: 0px;
		padding-right: 10px;
		min-height: 274px;
		height: 274px;
	}
	.slimScrollBar
	{
		right: 14px !important;
	}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
  background-color: #D01E06;
  color: #eeeaea;
}
}
@media (max-width:1260px) and (min-width:992px) {
	.navbar-default .navbar-nav > li > a {
	  font-size: 13px;
	  padding: 9px 8px;
	  line-height: 32px;
	}
	.dropdown-menu{min-width: 317px;}
	.dropdown-menu > div {
	  padding: 0 15px;
	}
	.dropdown-menu li a{font-size: 14px;}
	.top-main .list-group-item > a {
	  font-size: 16px;
	  line-height: normal;
	}
	.top-main .bg-white {
	  min-height: auto;
	}
	.back-to-top {
			right: 2%;
		}
	.lighttext,.darktext
	{
		font-size: 48px;
	}
	.search2
	{
		width: 78%;
	}
	.searchform2
	{
		width:75%;
	}
	.searchformbox
	{
		width: 90%;
	}
	.advancesearch
	{
		width: 90%;
	}
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
      background-color: #D01E06;
      color: #eeeaea;
    }
 }

@media (max-width:991px) and (min-width:768px) {
	.containermenu
	{
		padding-left:0px;
		padding-right: 0px;
	}
	.logoleft
	{
		max-width: 460px;
	}
	.top-main .row > div, .section2 .row > div, .section3 .row > div, .section4 .row > div, .section5 .row > div, header .container{
		/*padding: 0 10px;*/
	}
	.block {
	  margin-top: 20px;
	}
	.sm-mt-20{
		margin-top: 20px;
	}
	header .container{
		max-width: 100%;
	}
	.aboutwrapper > div {
	flex: 1 0 55%;
	}
	.bg-whiteslider {
	  min-height: inherit;
	  height: auto !important;
	}
	.wrapper > div {
		min-width: 15em;
	}
	.back-to-top {
			right: 2%;
		}
	.tabletphone
	{
		clear: both;
	}
	.dlitcard1
	{
		padding: 15px !important;
	}
	.dlitcard2
	{
		padding: 15px !important;
	}
	.dlittabletul
	{
		list-style: none;
		padding-left: 0px !important;
	}
	.feedbackform
	{
		padding-left: 50px;
	}
	.commentsarea
	{
	  width: 500px;
	  height: 200px;
	}
	.submitbox
	{
		text-align: center;
		width: 80%;
	}
	.tabletnopadding
	{
		padding-left: 0px !important;
		margin-left: 0px !important;
	}
	.advancesearch
	{
		width: 100%;
	}

    .innerulnolast {
        margin-bottom:4.5em;
    }
    .innerulnolast > li:last-child {
        border-bottom: none;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
  background-color: #D01E06;
  color: #eeeaea;
}
}

@media (max-width:991px) {
	.hidetablet
	{
		display: none;
        cursor: pointer;
	}
	.hideondesktop
	{
		display:block;
	}
    .tabletmenuonecl
    {
        width: 100%;
        border: none;
    }
	.navbar .navbar-collapse:-ms-input-placeholder
		{
			top: -2.5px !important;
		}
	.navbar-right input[type='search']:-ms-input-placeholder
	{
		position: absolute;
		right: 34px;
	}
	_:-ms-fullscreen, :root #search-nav > button
	{
		position:relative;
		right: 0px;
		top: 0px;
	}
	.navbar-nav
	{
		margin: 0px;
		float: left;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
	.nav-menu #BB-nav #menu-menu.collapse{display: none !important;}
	.nav-menu #BB-nav #menu-menu.collapse.in{display: block !important;}
	.navbar-toggle{display: block;}
	.navbar-default .navbar-nav > li {
	  float: none;
	  margin: 0 auto;
	  width: auto;
	}
	.logo{
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	.sm-mt-30{
		margin-top: 30px;
	}
	.search-submit{
		float: right;
	}
	#search-nav {
	  background-color: #fff;
	  display: flex;
	  position: absolute;
	  right: 0;
	  top: 7.5px;
	  height: 35px;
	  padding: 0px;
	}
	.search-submit {
	  background-color: transparent;
	  border: medium none;
	  font-size: 20px;
	  line-height: 45px;
	  outline: none;
	}
	.search-submit span{
		color: #fff;
		outline: none;
	}
	.navbar-right input[type="search"] {
	  border: medium none;
	  color: #27282c;
	  width: 365px;
	  padding: 0 10px;
	  height: 35px;
	  z-index: 999;
	}
	.navbar-default .navbar-toggle {
	  border: medium none;
	  color: #eeeaea;
	  float: left;
	  padding: 13px 0;
	  margin: 0;
	  margin-left: 15px;
	}
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
      background-color: #D01E06;
      color: #eeeaea;
    }
	.navbar-right
	{
		margin-right: 15px;
	}
	header .header-top {
	  padding: 29px 0;
	}
	.navbar-default .navbar-toggle .fa{
		margin-right: 10px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	  background-color: transparent;
	}
	.navbar .navbar-collapse {
	  background-color: #27282c;
	  border: medium none;
	  left: 0;
	  position: relative;
	  right: 0;
	  width: 100%;
	  padding: 10px 25px;
	  top:-5px;
	}

	.top-main .row > div, .section5 .bg-white{
		height: auto !important;
	}
	.carousel.slide {
	  margin-bottom: 20px;
	}
	.top-main .bg-white {
	  min-height: auto;
	}

	.section2 .media-body, .section2 .media-left, .section2 .media-right {
	  display: block;
	}
	.section2 .media-body {
	  width: auto;
	  margin-top: 10px;
	}
	.footer-bottom{
		text-align: center;
	}
	.footer-bottom li {
	  display: inline-block;
	}
	.footer-bottom li a::after {
	  content: "|";
	  padding: 0 0 0 10px;
	  color: #fff;
	}
	.footer-bottom li:last-child a::after {
		content: none;
	}
	.footer-bottom li a{
	  margin-right: 10px;
	}
	#search-nav{
		/*display: inline-flex !important;*/
		animation: 0s ease 0s normal none 1 running;
	}
	.dropdown-menu {
	  border: medium none;
	  left: 0;
	  position: relative;
	  top: 0;
	  width: 100%;
	  padding-top: 0;margin-bottom: 10px;
	}
	.dropdown-menu li a{
		padding: 5px 0 0;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
	  background-color: transparent;
	  color: #fff;
	}
	.tabletphone
	{
		clear: both;
	}
	.search2
	{
		width: 78%;
	}
	.searchform2
	{
		width: 75%;
	}
	.searchformbox
	{
		width: 90%;
	}
    .breadcrumbblockhome
    {
        margin-top: 5px !important;
        margin-bottom: -10px !important;
    }
}

@media (max-width:991px) {
	.tabletmenuonecl
	{
		width: 100%;
		border: none;
	}
	.navbar .navbar-collapse
	{
		background-color: #404146;
		padding: 0px;
		margin-bottom: 15px;
	}
	.navbar-nav .open .dropdown-menu {
    position: relative;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #404146;
    border: 0;
	}
	.navbar-default .navbar-nav > li > a {
    color: #eeeaea;
	}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
  background-color: #D01E06;
  color: #eeeaea;
}
	.dropdown-menu
	{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.navbar-default .navbar-nav li.dropdown-active.open > a {
    	background-color: #404146;
    	color: #eeeaea;
		/*border-bottom: #323338 1px solid;*/
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #323338;
    	color: #eeeaea;
    }
	.topactive
	{
		background-color: #323338;
	}
	.dropdown-menu li a {
    color: #eeeaea;
	}
	.nav >li
	{
		border-bottom: #323338 1px solid;
		/*padding: 0px 15px;*/
	}
	.nav >li:last-child
	{
		border-bottom: none;
	}
	.innerul
	{
		list-style-type: none;
	}
	.innerul li {
	  text-indent: -1em;
      padding-left: 1em;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px;
	  border-bottom: #323338 1px solid;
	}
	.innerul >li:last-child
	{
		/*border-bottom: none;	*/
	}
	.innerul li a{
	  display: inline;
	  padding-left: 10px;
	}
	.innerul li:before {
	  content: "–"; /* en dash */
	  text-indent: -5px;
	  color: #eeeaea;
	}
	.setpos
	{
		float: right;
	}

	.dropdown-active .setpos:before{
		content: "\f078";
	}

	.open .setpos:before{
    content: "\f077";
	}
	.simplewrapper1
	{
		flex: none;
		display: block;
		width: inherit;
	}
	.simplewrapper1 > div
	{
		flex: none;
		display: block;
		padding: 15px;
		margin: 15px;
	}
	.simplewrapper1 > div:first-child
	{
		margin-bottom: 0px;
	}
    .breadcrumbblockhome
    {
        margin-top: 5px !important;
        margin-bottom: -10px !important;
    }
}

@media (max-width:767px) {
	.hideondesktop_and_tablet
	{
		display: block;
	}
	.navbar-right input[type="search"]{
		width: auto;
		max-width: 160px;
	}
	.back-to-top {
			right: 2%;
		}
	.containermenu
	{
		padding-left:0px;
		padding-right: 0px;
	}
	.header-top .pull-left {
	  text-align: center;
	  width: 100%;
	}
	h1 {
	  font-size: 32px;
	}
	.adbtn
	{
		width: 100%;
	}
	.slide-content {
	  background-color: #fff;
	  color: #36383c;
	  position: static;
	  padding: 5px 15px 60px 15px;
	  width: 100%;
	}
	.bg-whiteslider
	{
		min-height: auto;
	}
	.lighttext
	{
		color: #27282c;
		font-size: 32px;
	}
	.darktext
	{
		font-size: 32px;
		color: #27282c;
	}
	.lighttextcontent
	{
		color: #27282c;
		font-size: 16px;
	}
	.btn{color: #fff;}
	.carousel-indicators li{background-color: #fff;color: #36383c;border-color:#eeeff1; }
	.carousel-indicators .active{background-color: #96989e;color: #fff;}
	.section2 .bg-white, .section3 .card, .section4 .card, .section5 .bg-white{
		height: auto !important;
	}
	.bg-white{
		padding: 5px 15px 15px 15px;
	}
	.carousel.slide {
	  margin-bottom: 15px;
	}
	.sm-mt-20{
		margin-top: 15px;
	}

	.block {
	  margin-top: 15px;
	}
	.social-media{
		padding: 10px 0;
	}
	.social-media > li {
	  display: block;
	  text-align: left;
	}
	.social-media a{
		padding: 5px;
	}
	.footer-bottom {
	  text-align: left;
	}
	.navbar-nav .open .dropdown-menu{
		background-color: #404146;
	}
	.navbar-default .navbar-nav li.dropdown-active.open > a
	{
		border-bottom: #323338 1px solid;
	}
	.innerulnolast > li:last-child {
    	border-bottom: none;
	}
	.footer-bottom{
		padding: 20px 10px 55px 5px;
	}
	.aboutwrapper > div {
	flex: 1 0 55%;
	}
	.simplewrapper > div {
    flex: 1 0 55%;
    }
	.wrapper > div {
		min-width: 15em;
	}
	.tabletphone
	{
		clear: both;
	}
	.mobileleft
	{
		width: 100%;
		display: block;
		padding-top: 10px;
	}
	.mobileright
	{
		width: 100%;
		display: block;
	}
	.media-heading
	{
		padding: 25px 0px 10px 0px;
	}
	.searchform3
	{
		padding:10px 0px;
	}
	.dlitcard1
	{
		padding: 15px !important;
	}
	.dlitcard2
	{
		padding: 15px !important;
		margin-top: 15px !important;
	}
	.dlittabletul
	{
		list-style: none;
		padding-left: 0px !important;
	}
	.search2
	{
		width: 70%;
	}
	.searchform2
	{
		width: 80%;
	}
	.searchformbox
	{
		width: 90%;
	}
	.search3
	{
		width: 62%;
	}
	.tabletnopadding
	{
		padding-left: 0px !important;
		margin-left: 0px !important;
	}

	.pagedrop1:nth-child(1)
	{
		width: 135px;;
	}
	.pagedrop1:nth-child(2)
	{
		width: 160px;
		margin-left: 20px;
		margin-right: 0px;
	}
	.pagedrop1:nth-child(3)
	{
		width: 180px;
		text-align: center;
	}
	.resultleftalign
	{
		text-align: center;
	}
	.resultrightalign
	{
		text-align: center;
	}
	.advancesearch
	{
		width: 100%;
	}
	.andfieldselect
	{
		width: 100%;
		margin: 10px 0px;
	}
	.andfieldselect .nice-select
	{
		width: 95%;
	}
	.advancetextfield {
    	display: table;
	}
	.search4
	{
		width: 85%;
		margin-left: 5px;
		padding: 0px;
		float: left;
	}
	.aligncentermargin
	{
		margin: 0 auto;
	}
	span.glyphicon.glyphicon-minus,span.glyphicon.glyphicon-plus
	{
		margin: 11px 2px;
	}
	.smallmenurightdrop1
	{
		display: none;
	}
	.smallmenurightdrop2
	{
		display: none;
	}
	.customwidth20
	{
		width: 100%;
	}
	.customwidth80
	{
		width: 100%;
	}
	.smallmenuright
	{
		float: right;
	}
    .breadcrumbblockhome
    {
        margin-top: 5px !important;
        margin-bottom: -10px !important;
    }
}

@media (max-width:554px) {
    .breadcrumbblockhome
    {
        margin-top: 5px !important;
        margin-bottom: -5px !important;
    }
	.xs-mt-15{
		margin-top: 15px;
	}
	.column2border
	{
		margin-top: 15px;
	}
}

@media (max-width:767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.dlitcard2
	{
		padding: 15px !important;
		margin-top: 0px !important;
	}
	.search3
	{
		width: 72%;
	}
	.smallmenurightdrop1
	{
		display: none;
	}
	.smallmenurightdrop2
	{
		display: none;
	}
	.customwidth20
	{
		width: 100%;
	}
	.customwidth80
	{
		width: 100%;
	}
	.smallmenuright
	{
		float: right;
	}
 }

@media (max-width:480px)
{
    .breadcrumbblockhome
    {
        margin-top: 5px !important;
        margin-bottom: -5px !important;
    }
	.back-to-top
	{
		right: 4%;
		padding:15px 10px;
	}
	.tabletphone
	{
		clear: both;
	}
	.innerul
	{
		width: 85%;
	}
	.search2
	{
		width: 65%;
	}
	.searchform2
	{
		width: 100%;
	}
	.searchinput
	{
		width: 240px;
	}
	.feedbackform
	{
		padding-left: 0px;
	}
	.commentsarea
	{
	  width: 300px;
	  height: 200px;
	}
	.submitbox
	{
		text-align: center;
		width: 100%;
	}
	.search3
	{
        width: 67%!important;
        float: left;
	}
	.resultleftalign
{
	text-align: center;
}
.resultrightalign
{
	text-align: center;
}
	.smallmenurightdrop1
	{
		display: none;
	}
	.smallmenurightdrop2
	{
		display: none;
	}
	.customwidth20
	{
		width: 100%;
	}
	.customwidth80
	{
		width: 100%;
	}
	.smallmenuright
	{
		float: right;
	}
	@-moz-document url-prefix() {
      .navbar .navbar-collapse {
    top: -3px;
	}
	}
}
@media (max-width:380px)
{
    .breadcrumbblockhome
    {
        margin-top: 5px !important;
        margin-bottom: -5px !important;
    }
    .back-to-top
    {
        right: 4%;
        padding:15px 10px;
    }
    .tabletphone
    {
        clear: both;
    }
    .innerul
    {
        width: 85%;
    }
    .search2
    {
        width: 65%;
    }
    .searchform2
    {
        width: 100%;
    }
    .searchinput
    {
        width: 240px;
    }
    .feedbackform
    {
        padding-left: 0px;
    }
    .commentsarea
    {
        width: 300px;
        height: 200px;
    }
    .submitbox
    {
        text-align: center;
        width: 100%;
    }
    .search3
    {
        width: 62%!important;
        float: left;
    }
    .resultleftalign
    {
        text-align: center;
    }
    .resultrightalign
    {
        text-align: center;
    }
    .smallmenurightdrop1
    {
        display: none;
    }
    .smallmenurightdrop2
    {
        display: none;
    }
    .customwidth20
    {
        width: 100%;
    }
    .customwidth80
    {
        width: 100%;
    }
    .smallmenuright
    {
        float: right;
    }
    @-moz-document url-prefix() {
        .navbar .navbar-collapse {
            top: -3px;
        }
    }
}
@media (max-width:320px)
{
    .breadcrumbblockhome
    {
        margin-top: 5px !important;
        margin-bottom: -5px !important;
    }
	.back-to-top {
			right: 4%;
		padding: 15px 10px;
		}
	.navbar .navbar-collapse
	{
		top: -3px !important;
	}
	.tabletphone
	{
		clear: both;
	}
	.innerul
	{
		width: 85%;
	}
	.search2
	{
		width: 50% !important;
	}
	.search3
	{
		width: 52%!important;
	}
	.smallmenurightdrop1
	{
		display: none;
	}
	.smallmenurightdrop2
	{
		display: none;
	}
	.customwidth20
	{
		width: 100%;
	}
	.customwidth80
	{
		width: 100%;
	}
	.smallmenuright
	{
		float: right;
	}
}
/*Responsive CSS End*/
/*======================================================*/

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@media print {
	.header-top
	{
		background-color: #293f79 !important;
	}
	.logo
	{
		float: left;
	}
	.printimage
	{
		display: block !important;
		float: left;
		padding-right: 20px;
	}
	.noprint
	{
		display: none;
	}
	footer
	{
		display: none;
	}
}
.your-selection{
    margin:0 0 10px;
    display:none;
}
.your-selection ul{
    margin:0;
    padding:0;
}

.your-selection li {
    float:left;
    list-style-type: none;
}

.your-selection ul li {
    float:left;
    list-style-type: none;
}
.your-selection ul li#first{
    font-weight: bold;
    padding-right:10px;
    list-style-type: none;
}

.your-selection ul li a {
    display: block;
    padding: 2px 5px 2px 20px;
    text-decoration: none;
    list-style-type: none;
}

.add-contrast {
    filter: brightness(70%) opacity(90%);
}

@media (max-width:768px) {
    .dropdown-menu {
        display: none !important;
        hover: none !important;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .open .dropdown-menu {
        display: block !important;
        hover: none !important;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .dropdown-menu > li > a:hover  {
        display: none !important;
    }
    .dropdown-active > li > a:hover  {
        display: none !important;
    }
}

.doc-list {margin-left: 20px;}
.doc-list span {padding: 2px 20px}
span.word{background:url(/content/files/icon_word.gif) center left no-repeat;}
span.pdf{background:url(/content/files/icon_pdf.gif) center left no-repeat;}
span.epi{background:url(/content/files/icon_epi.gif) center left no-repeat;}
span.epiinfo{background:url(/content/files/icon_epi.gif) center left no-repeat; padding-left:0px; padding-right:20px;}

.btnx {
    display:inline-block;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-color: #ffffff26;
    color: #042f99;
    min-width: 134px;
    text-transform: none;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx-primary {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-color: #ffffff26;
    color: #042f99;
    min-width: 134px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx-default{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    background-color: #ffffff26;
    color: #042f99;
    min-width: 134px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx-xs {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    border: none;
}
.btnx:hover {
    background-color: #ffffff26;
    color: #042f99;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx:visited {
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx:focus {
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx-default.active, .btnx-default:active, .open>.dropdown-toggle.btnx-default {
    background-color: #D01E06 !important;
    color: #042f99;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx-default.hover, .btnx-default:hover, .open>.dropdown-toggle.btnx-default {
    background-color: #D01E06 !important;
    color: #042f99;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx-default.active.focus, .btnx-default.active:focus, .btnx-default.active:hover, .btnx-default:active.focus, .btnx-default:active:focus, .btnx-default:active:hover, .open>.dropdown-toggle.btnx-default.focus, .open>.dropdown-toggle.btnx-default:focus, .open>.dropdown-toggle.btnx-default:hover {
    background-color: #D01E06 !important;
    color: #042f99;
    border: none;
    box-shadow: none;
    outline: none;
}
.btnx-primary.active.focus, .btnx-primary.active:focus, .btnx-primary.active:hover, .btnx-primary:active.focus, .btnx-primary:active:focus, .btnx-primary:active:hover, .open>.dropdown-toggle.btnx-primary.focus, .open>.dropdown-toggle.btnx-primary:focus, .open>.dropdown-toggle.btnx-primary:hover {
    background-color: #D01E06 !important;
    color: #042f99;
    border: none;
    box-shadow: none;
    outline: none;
}

.input-disabled{background-color:#EEEFF1;}

.hidden-accessible
{
    position:absolute;
    left:-10000px !important;
    top:auto;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}

.print-only{
    display: none;
}

@media print {
    a[href]:after {
        content: none !important;
    }
    .print-only{
        display: block;
    }
    .hide-on-print{
        display: none;
    }
}

.addButton {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.removeButton {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.external {
    background: url(/img/exit_disclaimer.png) center right no-repeat;
    padding-right: 13px;
}

.ie-block  {
    background-color: #eeeff1 !important;
    pointer-events:none !important;
}

.banner-alert {
    background-color: #CF1F07 !important;
    padding: 0.75rem 0.0rem 0.75rem 1.25rem;
    margin-bottom: 5px;
    text-align: center !important;
    font-size: large;
    font-weight: 400;
}
.text-white {
    color: #fff !important;
}

.text-white-p {
    color: #fff !important;
    font-size: medium !important;
    font-weight: 400 !important;
}
.text-u:hover {text-decoration:underline !important; color:#FFF;}

.top-minus-5{
    margin-top: -5px;
}

.top-minus-10{
    margin-top: -10px;
}
.h2-size-bold {
    font-family: 'Lato';
    font-size: 26px;
    font-weight: 700;
    color: #27282c;
}
.h3-size-bold {
    font-family: 'Lato';
    font-size: 26px;
    font-weight: 700;
    color: #27282c;
}
.h4-size-bold{
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #27282c;
}
.h5-size-bold{
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    color: #27282c;
}
.h3-size {
    font-size: 1.75rem !important;
}
.h4-size {
    font-size: 1.5rem !important;
}
.h5-size {
    font-size: 1.25rem !important;
}
.h6-size {
    font-size: 1rem !important;
}
.color-white {
    color: white;
}
.retirement-alert {
    /*background-color: #3470ab !important;*/
    background-color: #3a5db1 !important;
    padding: 0.75rem 5.00rem 0.75rem 5.00rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.text-white-p {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;

}
.text-white-p-a {
    color: #fff !important;
    text-decoration: underline;
    font-size: 16px !important;
    font-weight: 700 !important;
}
a.hover:hover {
    text-decoration: underline;
}
