@charset "UTF-8";

@font-face {
  font-family: 'CoreSansC-15Thin';
  src: url('../fonts/CoreSansC-15Thin.eot');
  src: url('../fonts/CoreSansC-15Thin.woff2') format('woff2'),
       url('../fonts/CoreSansC-15Thin.woff') format('woff'),
       url('../fonts/CoreSansC-15Thin.ttf') format('truetype'),
       url('../fonts/CoreSansC-15Thin.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CoreSansC-35Light';
  src: url('../fonts/CoreSansC-35Light.eot');
  src: url('../fonts/CoreSansC-35Light.woff2') format('woff2'),
       url('../fonts/CoreSansC-35Light.woff') format('woff'),
       url('../fonts/CoreSansC-35Light.ttf') format('truetype'),
       url('../fonts/CoreSansC-35Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CoreSansC-45Regular';
  src: url('../fonts/CoreSansC-45Regular.eot');
  src: url('../fonts/CoreSansC-45Regular.woff2') format('woff2'),
       url('../fonts/CoreSansC-45Regular.woff') format('woff'),
       url('../fonts/CoreSansC-45Regular.ttf') format('truetype'),
       url('../fonts/CoreSansC-45Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CoreSansC-55Medium';
  src: url('../fonts/CoreSansC-55Medium.eot');
  src: url('../fonts/CoreSansC-55Medium.woff2') format('woff2'),
       url('../fonts/CoreSansC-55Medium.woff') format('woff'),
       url('../fonts/CoreSansC-55Medium.ttf') format('truetype'),
       url('../fonts/CoreSansC-55Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CoreSansC-65Bold';
  src: url('../fonts/CoreSansC-65Bold.eot');
  src: url('../fonts/CoreSansC-65Bold.woff2') format('woff2'),
       url('../fonts/CoreSansC-65Bold.woff') format('woff'),
       url('../fonts/CoreSansC-65Bold.ttf') format('truetype'),
       url('../fonts/CoreSansC-65Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CoreSansC-85Heavy';
  src: url('../fonts/CoreSansC-85Heavy.eot');
  src: url('../fonts/CoreSansC-85Heavy.woff2') format('woff2'),
       url('../fonts/CoreSansC-85Heavy.woff') format('woff'),
       url('../fonts/CoreSansC-85Heavy.ttf') format('truetype'),
       url('../fonts/CoreSansC-85Heavy.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CoreSansC-95Black';
  src: url('../fonts/CoreSansC-95Black.eot');
  src: url('../fonts/CoreSansC-95Black.woff2') format('woff2'),
       url('../fonts/CoreSansC-95Black.woff') format('woff'),
       url('../fonts/CoreSansC-95Black.ttf') format('truetype'),
       url('../fonts/CoreSansC-95Black.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.col-md-2 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.col-sm-4 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.bg-grey {
  background-color: #dfdfdf;
}

.form-control {
  border-radius: 0px !important;
  border:0px !important;
  font-family: 'CoreSansC-45Regular';
  box-shadow: inset 0 0px 0px !important;
}

.form-control:focus {
    box-shadow: inset 0 0px 0px, 0 0 0px !important;
}

textarea {
  resize: none;
}

.btn-primary {
  color: #fff;
  background-color: #4263ff !important;
  border-color: #4263ff !important;
  font-family: 'CoreSansC-65Bold';
  border-radius: 2px;
}

.btn {
  padding: 6px 42px !important;
}

.btn:focus, .btn:active:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}

.line {
  background-color:#4263ff;
  height: 5px;
}

.bg-darkblue {
  background-color: #000028;
}


@media (min-width: 768px) {
.mobile-nav-wrap {
  /* display: none; */
}
}
