.header {
    background-color: #082441;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 75px;
	align-items: center;
    display: flex;
}

.headerText {
    font-family: Roboto, Arial;
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: none;
}

.headerWrap {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #006699;
}

.footer-text-start,.footer-text-center,.footer-text-end {
    font-family: Roboto, Arial;
    font-size: 12px;
    font-weight: 400;
    color: #aabbcc;
    padding-bottom: 0.6em;
}

.footer-text-start {
    padding-left: 50px;
}

.header-seperator {
    transform: rotate(90deg);
}

.fnm-header {
    height: 35px;
    padding-left: 50px;
    margin-bottom: 2px;
}

.fnm-footer {
    width: 182px;
    height: 35px;
    position: relative;
    left: 50px;
    top: 1px;
}

.veros-footer-logo {
    Height: 28px;
    margin-bottom: 2.1em;
    margin-top: 0.2em;
}

.fre-footer {
    height: 38px;
    position: relative;
    top: -5px;
}

.subHeader {
    background-color: #bee5f6;
    text-align: right;
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 500;
    color: #161616;
    padding: 12px 50px 6px;
}



.sub-footer{
	 background-color: #041327;
	 padding: 20px;
	 display: flex;
}

.display-direction-column{
	display: flex;
    flex-direction: column;
}   

.text-start {
    text-align: left !important;
	margin-left: -17px !important;
}

.footer-start-text{
	margin-left: -17px !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.float-end {
    float: right !important;
}

.row{
	margin-right: 0px !important;
	margin-left: 0px !important;
}

@media(max-width:767px){
	.row .item{
		margin-bottom :15px !important;
	}
	
	.row .item:last-child{ 
	  margin-bottom :0px !important;
	}

  .veros-footer-logo{
	      margin-bottom:0.5em;
  }	
}