.header {
    background-color: #002e48;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 115px;
	align-items: center;
	padding-left: 50px;
    padding-right: 50px;
}

.headerText {
    font-family: Roboto, Arial;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: none;
}

.terms-color {
    color: white;
	font-weight: bold;
	text-decoration: underline;
}

.terms-color:hover {
    color: white;
}
.header-break {
    padding-bottom: 1px;
    padding-top: 1px;
}

.header-wrap {
	background-color: #002e48;
    height: 26px;
}

.footer, .sub-footer {
    white-space: nowrap;
    font-family: Roboto, Arial;
    font-size: 13.33px;
    font-weight: 400;
    color: #333333;
    background-color: #002e48;
}

.text-start {
    text-align: left !important;
}

.footer-padding {
    padding-bottom: 1%;
    padding-top: 1%;
}

.footerText {
    text-align: center;
    font-size: 15px;
    padding-top: 0.6em;
    color: #aabbcc;
    margin-left: 10%;
    text-transform: none;
    font-family: Roboto, Arial;
    font-weight: 400;
}

.footer-logo {
    margin-right: 1.5%;
}

.footer-header {
    height: 35px;
    padding-left: 50px;
    margin-bottom: 2px;
}

.subHeader {
    background-color: #bee5f6;
    text-align: right;
    font-family: Roboto, Arial;
    font-size: 16px;
    font-weight: 500;
    color: #161616;
    padding: 12px 50px 6px;
}  

.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;
  }	
}