﻿@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
#logo {
  background: url(images/logo.svg) no-repeat;
  background-size: 260px 67px;
  width: 260px;
  height: 67px;
  margin-top: 26px;
}
@media (max-width: 47.99em) {
  #logo {
    background: url(images/logo.svg) no-repeat;
    background-size: 125.18px 48px;
    width: 125.18px;
    height: 48px;
    margin-bottom: 1em;
    margin-top: 16px;
  }
}

header {
  border-bottom: 4px solid #1d3d71;
  border-top: 4px solid #1d3d71;
}
@media (max-width: 47.99em) {
  header {
    height: auto;
  }
}
header #nav li.home-link {
  display: inline;
}

input, select, textarea {
  border: 1px solid #DEDEDE;
}

.services h2, .services.Payments h2, .services + .services h2 {
  color: #194475;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 7px;
  border-bottom: 2px solid #194475;
}

h1#welcome {
  font-weight: 400;
  font-size: 25pt;
  color: #194475;
  padding-left: 0;
}

h1#welcome ~ h2 {
  font-size: 15pt;
  color: #959597;
  margin: 0;
}

#form-wrapper h2 {
  color: #1d3d71;
}

.sliderContainer.full-width .slick-dots {
  bottom: -60px !important;
}

#facilityContent .sliderContainer {
  background: #0c182d;
  margin-bottom: 5em;
}
