@import url("//fonts.googleapis.com/css?family=Nunito+Sans:400,600,700|Oswald:400,600,700");
.nunito-sans {
  font-family: 'Nunito Sans', sans-serif; }

.letter-press {
  text-shadow: 0px 2px 3px #555; }

.oswald {
  font-family: 'Oswald', sans-serif; }

body {
  font-family: 'Questrial', sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'Oswald', sans-serif; }
  h1.border-bottom, .h1.border-bottom, h2.border-bottom, .h2.border-bottom, h3.border-bottom, .h3.border-bottom, h4.border-bottom, .h4.border-bottom {
    border-bottom: 2px solid #000 !important; }

@media (max-width: 992px) {
  h1, .h1 {
    font-size: 2rem; }

  h2, .h2 {
    font-size: 1.5rem; }

  h3, .h3 {
    font-size: 1.4rem; } }
@media (min-width: 1200px) {
  .home-bg-img {
    min-height: 850px !important;
    padding-top: 310px !important; } }
ul {
  list-style: none; }

.bg-blue {
  background-color: #1f417f; }
.bg-img {
  background-size: cover;
  background-position: 50% 100%; }
.bg-gray {
  background-color: #999999; }
.bg-red {
  background-color: #e03a3e; }

.f-color-yellow {
  color: #ffdd00; }
.f-color-white {
  color: #fff; }
.f-color-blue {
  color: #1f417f; }
.f-color-gray {
  color: #333333; }

.bg-opacity-10 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1); }

.bg-opacity-20 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2); }

.bg-opacity-30 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3); }

.bg-opacity-40 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4); }

.bg-opacity-50 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5); }

.bg-opacity-60 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6); }

.bg-opacity-70 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7); }

.bg-opacity-80 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8); }

.bg-opacity-90 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.9); }

.bg-opacity-100 {
  -webkit-box-shadow: inset 0 0 0 1000px black;
  box-shadow: inset 0 0 0 1000px black; }

.bg-opacity-blue {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 96, 172, 0.95);
  box-shadow: inset 0 0 0 1000px rgba(0, 96, 172, 0.95); }

.wrap .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.navbar-brand img {
  max-width: 145px; }

.footer {
  font-family: 'Oswald', sans-serif;
  height: auto;
  background-color: #1f417f;
  border: none;
  padding: 0;
  color: #fff;
  padding: 40px 10px; }
  .footer a, .footer a:hover, .footer a:active, .footer a:visited {
    color: #fff; }

.btn-primary {
  background-color: #1f417f; }
.btn-transparent {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0; }

a.btn-transparent:hover {
  color: #fff; }

.by-white {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.b-lightgray {
  border: 1px solid #e6e6e6; }

.bt-lightgray {
  border-top: 1px solid #e6e6e6; }

.by-lightgray {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6; }

.bb-lightgray {
  border-bottom: 1px solid #e6e6e6; }

.pt-70 {
  padding-top: 70px; }

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.home-btn {
  font-size: 30px;
  text-transform: uppercase; }
.home-bg-img {
  min-height: 600px;
  padding-top: 190px; }

#map {
  min-height: 300px;
  min-width: 300px; }

.listview {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em; }
  .listview a, .listview a:visited, .listview a:active {
    color: #1f417f; }
  .listview a:hover {
    text-decoration: none !important; }
  .listview small {
    font-size: 0.6em; }

a.asc:after {
  font-family: 'Font Awesome 5 Free';
  content: ' \f103'; }

a.desc:after {
  font-family: 'Font Awesome 5 Free';
  content: ' \f102'; }

.breadcrumb-item {
  font-family: 'Oswald', sans-serif; }
  .breadcrumb-item a, .breadcrumb-item a:visited, .breadcrumb-item a:active {
    color: #1f417f; }
  .breadcrumb-item a:hover {
    text-decoration: none;
    color: #2956a8; }

.glassy {
  background: rgba(255, 255, 255, 0.27);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.7px);
  -webkit-backdrop-filter: blur(0.7px);
  border: 1px solid rgba(255, 255, 255, 0.04); }

a.cleanlink, a:visited.cleanlink, a:active.cleanlink {
  color: #212529;
  text-decoration: none; }

.lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index: 9997; }

.lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px; }

body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0); }

.lightbox__loading {
  background: url("../../img/lightbox/loading.gif") center center no-repeat;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%; }

.lightbox__caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
  background: #000;
  background: rgba(0, 0, 0, 0.7); }

.lightbox__caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px; }

.lightbox__button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.lightbox__button:hover,
.lightbox__button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); }

.lightbox__close {
  right: 10px;
  top: 10px;
  background-image: url("../../img/lightbox/close.png"); }

.lightbox__nav {
  top: 50%;
  margin-top: -16px; }

.lightbox__nav--next {
  right: 10px;
  background-image: url("../../img/lightbox/next.png"); }

.lightbox__nav--prev {
  left: 10px;
  background-image: url("../../img/lightbox/previous.png"); }

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