﻿
.headingText {
    font-family: "Sharp Grotesk";
    font-weight: normal;
    font-style: normal;
}

.barText {
    font-family: "Sharp Grotesk";
    font-weight: normal;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.2;
}

.headline--xl {
    font-size: 2.5rem;
    line-height: 1.2;
}

.camptonRegular {
  font-family: "Campton";
  font-weight: normal;
  font-style: normal;
}

.camptonMedium {
  font-family: "Campton";
  font-weight: 500;
  font-style: normal;
}

.camptonSemiBold {
  font-family: "Campton";
  font-weight: 600;
  font-style: normal;
}

.camptonRegularItalic {
  font-family: "Campton";
  font-weight: normal;
  font-style: italic;
}

.normalText {
  font-family: "Campton" !important;
  font-weight: normal;
  font-style: normal;
}

.electric {
    color: #085CF0 !important;
}

.deepblack {
    color: #000000 !important;
}

.blue20 {
    color: #5F9AFF !important;
}

.black50 {
    color: #9D9D9C !important;
}

.grey50 {
  color: #D2D2D2 !important;
}

.whiteBackground {
  background-color: #FAFAFA;
  background: #FAFAFA;
}

.btn, .startpage-button .text, .tab {
    border-radius: 0 !important;
    font-family: CamptonSemiBold, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: .5px !important;
}

.login .form .btn, .login .form .input, .login .form .input__inner {
    border: 0 !important;
    border-radius: 0 !important;
    height: 100% !important;
}

.btn, .input, .input__field, .input__field--multiline, select {
    font-family: CamptonRegular, Arial, Helvetica, sans-serif;
}

.btn--highlight {
    background: #085cf0 !important;
    color: #fafafa !important;
}

    .btn--highlight:hover {
        background: #52abf8 !important;
        color: #000 !important;
    }

.input {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    box-sizing: border-box;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:hover > i {
  background-color: #085CF0;
  color: white;
  font-weight: normal;
}

.nav-tabs > li > a {
  font-family: "Sharp Grotesk";
  font-weight: normal;
  font-style: normal;
}

.btn-top-search {
  color: #FAFAFA !important;
  background-color: black !important;
  border-color: black !important;
}

.bg-color-var1 {
  background-color: #FAFAFA !important;
}

.greyBg {
  background-color: #D2D2D2 !important;
}

.box, .border {
  border-radius: 0px;
}
