@charset "UTF-8";:root {
  --ud-light-blue: #449bdc;
  --ud-mid-blue: #304098;
  --ud-dark-blue: #111136;
  --ud-grey: #f1f1f1;
  --ud-dark: #222222;
}

/* HOLDING PAGE */

div#coming-soon-countdown {
  display: none !important;
}

/* TOP BAR */

#sp-top-bar {
  background: var(--ud-dark-blue);
  /*background: linear-gradient(90deg, #111136, #43d9e1);*/
  color: #fff;
}

#sp-top-bar a {
  color: #fff;
}

span.fa.fa-phone-alt {
  margin-right: 5px;
}

span.fa.fa-phone-alt {
  margin-right: 5px;
}

span.fa.fa-envelope {
  margin-right: 5px;
}

.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px !important;
}

/* NAVIGATION */

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: #ffffff;
}

.sp-megamenu-parent > li.active > a {
  font-weight: 600;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  background: var(--ud-light-blue);
}

.sp-megamenu-parent > li:hover > a {
  color: #ffffff;
  background: var(--ud-light-blue);
}

a {
  transition: color 150ms, background-color 150ms;
}

/* FORMS */

label {
  font-weight: bold !important;
  font-family: "Roboto" !important;
}

/* FOOTER */

#sp-footer,
#sp-bottom {
  background: #070719;
  color: #fff;
}

#sp-bottom .sp-module {
  margin-bottom: 0px;
}

