@charset "UTF-8";
.col-1 {
  color: #ffffff;
}

.col-2 {
  color: #1a3163;
}

.col-3 {
  color: #DEE7F6;
}

.col-1-bg {
  background-color: #ffffff;
  color: #1a3163;
}
.col-1-bg h1, .col-1-bg h2, .col-1-bg h3, .col-1-bg h4, .col-1-bg h5 {
  color: #1a3163;
}
.col-1-bg .button {
  color: #ffffff !important;
  border-color: #1a3163 !important;
  background-color: #1a3163 !important;
}
.col-1-bg .button:hover {
  color: #1a3163 !important;
  background-color: #ffffff !important;
  border-color: #1a3163 !important;
}

.col-2-bg {
  background-color: #1a3163;
  color: #ffffff;
}
.col-2-bg h1, .col-2-bg h2, .col-2-bg h3, .col-2-bg h4, .col-2-bg h5 {
  color: #ffffff;
}
.col-2-bg .button {
  color: #1a3163 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.col-2-bg .button:hover {
  color: #ffffff !important;
  background-color: #1a3163 !important;
  border-color: #ffffff !important;
}

.col-3-bg {
  background-color: #DEE7F6;
  color: #1a3163;
}
.col-3-bg h1, .col-3-bg h2, .col-3-bg h3, .col-3-bg h4, .col-3-bg h5 {
  color: #1a3163;
}
.col-3-bg .button {
  color: #ffffff !important;
  border-color: #1a3163 !important;
  background-color: #1a3163 !important;
}
.col-3-bg .button:hover {
  color: #1a3163 !important;
  background-color: #DEE7F6 !important;
  border-color: #1a3163 !important;
}

/* Sass variables for media queries */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.col-1 {
  color: #ffffff;
}

.col-2 {
  color: #1a3163;
}

.col-3 {
  color: #DEE7F6;
}

.col-1-bg {
  background-color: #ffffff;
  color: #1a3163;
}
.col-1-bg h1, .col-1-bg h2, .col-1-bg h3, .col-1-bg h4, .col-1-bg h5 {
  color: #1a3163;
}
.col-1-bg .button {
  color: #ffffff !important;
  border-color: #1a3163 !important;
  background-color: #1a3163 !important;
}
.col-1-bg .button:hover {
  color: #1a3163 !important;
  background-color: #ffffff !important;
  border-color: #1a3163 !important;
}

.col-2-bg {
  background-color: #1a3163;
  color: #ffffff;
}
.col-2-bg h1, .col-2-bg h2, .col-2-bg h3, .col-2-bg h4, .col-2-bg h5 {
  color: #ffffff;
}
.col-2-bg .button {
  color: #1a3163 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.col-2-bg .button:hover {
  color: #ffffff !important;
  background-color: #1a3163 !important;
  border-color: #ffffff !important;
}

.col-3-bg {
  background-color: #DEE7F6;
  color: #1a3163;
}
.col-3-bg h1, .col-3-bg h2, .col-3-bg h3, .col-3-bg h4, .col-3-bg h5 {
  color: #1a3163;
}
.col-3-bg .button {
  color: #ffffff !important;
  border-color: #1a3163 !important;
  background-color: #1a3163 !important;
}
.col-3-bg .button:hover {
  color: #1a3163 !important;
  background-color: #DEE7F6 !important;
  border-color: #1a3163 !important;
}

ul.search-api-autocomplete-search {
  z-index: 10000;
}

form[id^=views-exposed-form-search] {
  margin: 0 0 10px 0;
  padding: 0;
}

#search {
  margin: 0;
}
#search .search-icon {
  width: 30px;
  height: 30px;
  display: flex;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  position: relative;
  top: -5px;
}
@media (min-width: 768px) {
  #search .search-icon {
    top: 0;
  }
}
#search .search-icon a {
  text-decoration: none;
}
#search .search-icon a:before {
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  cursor: pointer;
  margin-left: 7px;
}
#search .close-search-icon {
  font-size: 0;
  position: relative;
  top: -10px;
}
@media (min-width: 768px) {
  #search .close-search-icon {
    top: 0;
  }
}
#search .close-search-icon a {
  text-decoration: none;
}
#search .close-search-icon a:before {
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  cursor: pointer;
  margin-left: 10px;
}
#search .search-form {
  position: fixed;
  width: calc(100vw - 20px);
  left: -999em;
  top: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 5px 5px 15px 5px #555555;
  box-shadow: 5px 5px 15px 5px #555555;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#search .search-form label {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
#search .search-form .search-form-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 70px);
}
#search .search-form .form-actions {
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  #search .search-form {
    justify-content: center;
    width: auto;
  }
  #search .search-form .search-form-wrapper {
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  #search .search-form .form-actions {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  #search .search-form {
    position: absolute;
  }
}
#search.open .search-form {
  left: auto;
  right: 0;
  top: 50px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.search-results {
  max-width: 800px;
  margin: 0 auto;
}

/*# sourceMappingURL=search.css.map */
