body {
    font-family: Neue Haas Unica Light, sans-serif;
    color: #818080;
}

a {
    color: #ff9100 !important;
}

h2 {
    font-weight: 300; 
    margin-top: 20px; 
    margin-bottom: 30px; 
     text-align: Left;
}
label {
    display: block;
    font-weight: 600;
}

.results {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
}

.btn-apex {
    color: #fff;
    border: none;
    background: #215EAC;
    background: linear-gradient(50deg, #215EAC 55%, #0070b1 45%);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-apex:hover,
.btn-apex:focus {
    background: #215EAC;
    color: #fff;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
