body {
	
	font-weight: 300;
	font-size: 28px;
}
.dark-orange {
	color: #d85c1d;
}
.dark-blue{color:#1b365d}
.bg-dark-blue {
	background: #546577;
}
.tagline {
	
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 30px 0 0 40px;
}
.blue-grad {
	background: #546577;
    height: 6px;
    margin-top: auto;
}
.border-bot-blue {
	border-bottom: 5px solid #d85c1d;
}
.bg-image {

	background: #546577 url('../images/railway_track.jpg') no-repeat right top;
    min-height: 300px;
    background-size: cover;
    background-position: center;

	
}

.card-ct {
	display: flex;
	flex-direction: column;
	padding: 0;
    box-shadow: 0 0 15px #b7b7b7;
	width: 100%;
	font-size: 22px;
}
.card-ct-no-shadow {
	display: flex;
	flex-direction: column;
    margin: 20px;
	padding: 0;
	width: 100%;
	font-size: 22px;
}
.card-ct h2 {
	
	font-weight: 700;
	font-size: 21px;
	border-bottom: 1px solid #65656a;
	padding: 15px;
	margin: 0 10px;
}
.card-ct a {
	color: #1b365d;
	transition: ease all .5s;
}
.card-ct a:hover {
	color: #084c7f;
	text-decoration: none;
}
p {
	margin-top: auto;
	margin-bottom: auto;
}
footer {
	background-color: #8d9093;
	border-top: 5px solid #1b365d;
	
}
footer a {
	color: #000000;
	text-decoration: underline;
	transition: all ease .5s;
}
footer a:hover {
	color: #1a6ba6;
}
footer i {
	font-size: 58px;
}
.disclaimer {
	font-size: .5em;
}

/* latest updated style  */
.card_wrapper h3 {
	color: #1b365d;
    font-size: 1.1rem;
    height: 30px;
    font-weight: 700;
    vertical-align: middle;
    
}

.card_wrapper a {
    color: #1b365d;
    text-decoration: underline;
    background-color: transparent;
   
}
.verify {
    background: url(../images/icon.svg)  no-repeat left center;
}

.card_wrapper p{
	font-size: 18px;
    color: #212529;
}
.border-right {
    border-right: 1px solid #000 !important;
}
.text-black{
	color: #212529;
}
.main-1 h3{

	color: #d85c1d;
    width: inherit;
    height: 110px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 100px;
}
.icon_start {
    background: url(../images/icon_start.png) no-repeat left center;
}

.icon_direct {
    background: url(../images/icon_direct.png) no-repeat left center;
}

.icon_verify {
    background: url(../images/icon_verify.png) no-repeat left center;
}

.icon_designate {
    background: url(../images/icon_designate.png) no-repeat left center;
}
.footer {
    width: 100%;
    float: left;
    padding: 20px 0;
}
p.small {
    font-size: 14px;
    line-height: 20px;
}

/* latest updated style  */

.mailing-section{
	font-weight: 500;
}


@media (max-width: 990px) { 
	footer {
		text-align: center !important;
		font-size: 1em;
	}
	footer .border-right {
		border-right: none !important;
	}
}
