.logo a {
   text-decoration: none;
}

.top-a {
	color: #ffffff;
}

.top-a {
    position: relative !important;
    background-repeat: no-repeat;
    z-index: 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: unset;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 70% 50%;
}

.top-a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -moz-linear-gradient(left,rgba(1,81,120,1) 0,rgba(8,108,147,.9) 35%,rgba(14,128,166,0) 75%);
    background: -webkit-linear-gradient(left,rgba(1,81,120,1) 0,rgba(8,108,147,.9) 35%,rgba(14,128,166,0) 75%);
    background: linear-gradient(to right,rgba(1,81,120,1) 0,rgba(8,108,147,.9) 35%,rgba(14,128,166,0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015178',endColorstr='#000e80a6',GradientType=1);
}
}

.top-a .cta-banner a:hover {
   background: #ea6b0c !important;	
}

.hero-content h1 {
   font-size: 55px;
   font-weight: 700;
   line-height: 65px;
   width: 65%;
	 padding-top: 4%;
	 margin-bottom: 20px;
}

.hero-content h3 {
	 font-size: 25px;
   font-weight: 400;
}

.cta-banner {
    padding-top: 20px;
}

span.no-cc {
    margin-left: 12px !important;
    font-size: 12px;
    margin: 12px 0 0;
    display: block;
}

.cta-consult {
    margin-top: 20px;
}

.cta-consult a {
    color: #ffffff !important;
}

/* responsive */

@media (max-width: 1139px) {
  .top-a {
    text-align: center;
    background-position: 80% 50%;
  }
	
	.top-a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -moz-linear-gradient(to right,rgb(0 88 131 / 70%) 0,rgb(0 88 131 / 70%) 100%);
    background: -webkit-linear-gradient(to right,rgb(0 88 131 / 70%) 0,rgb(0 88 131 / 70%) 100%);
    background: linear-gradient(to right,rgb(0 88 131 / 70%) 0,rgb(0 88 131 / 70%) 100%);
    filter:   progid:DXImageTransform.Microsoft.gradient(startColorstr='#015178',endColorstr='#000e80a6',GradientType=1);
  }
	
	.hero-content h1 {
    width: 100%;
  }
}

@media (max-width: 767px) {
	.hero-text-content h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    padding: 10% 0 0;
		width: 100%;
  }
}