@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 300;
  src: local("Merriweather Light"), url(/fonts/Merriweather-Light.ttf);
}
@font-face {
  font-family: Merriweather;
  font-style: italic;
  font-weight: 300;
  src: local("Merriweather Light Italic"), url(/fonts/Merriweather-LightItalic.ttf);
}
@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather Regular"), url(/fonts/Merriweather-Regular.ttf);
}
@font-face {
  font-family: Merriweather;
  font-style: italic;
  font-weight: 400;
  src: local("Merriweather Italic"), url(/fonts/Merriweather-Italic.ttf);
}
@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 700;
  src: local("Merriweather Bold"), url(/fonts/Merriweather-Bold.ttf);
}
@font-face {
  font-family: Merriweather;
  font-style: italic;
  font-weight: 700;
  src: local("Merriweather Bold Italic"), url(/fonts/Merriweather-BoldItalic.ttf);
}
*,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Merriweather, sans-serif;
}

.page-content {
  min-height: calc(100vh - 12rem);
}

main {
  width: 100%;
  padding: 0;
  margin: 0;
}

h2 {
  text-align: center;
}

#bannerContainer {
  height: 65px;
  background: url("/images/recordSearch/CLBannerBackground-235x65.gif") repeat-x;
}

#bannerAgencyName {
  width: 450px;
  float: right;
  text-align: right;
  font-size: 14pt;
  margin: 15px 10px 0 0;
}

#bannerCaseLookLogo {
  float: left;
}

.footerContainer {
  font-size: 8pt;
}

#navigationContainer {
  height: 25px;
  margin: 10px;
}

#navigationContainer ul {
  float: left;
  padding: 0;
}

#navigationContainer ul li {
  display: inline;
  margin: 5px;
  padding: 0;
}

#navigationContainer a {
  text-decoration: none;
  padding: 4px;
  border: 1px solid #999999;
  box-shadow: 1px 1px 2px #000000;
}

#navigationContainer a:hover,
#navigationContainer a:active {
  background-color: #fafafa;
  box-shadow: 1px 1px 1px #000000;
}

.columnClear {
  clear: both;
}

.u-margin-top-small {
  margin-top: 1rem;
}
.u-margin-top-medium {
  margin-top: 3rem;
}
.u-margin-top-large {
  margin-top: 5rem;
}
.u-margin-bottom-small {
  margin-bottom: 1rem;
}
.u-margin-bottom-medium {
  margin-bottom: 3rem;
}
.u-margin-bottom-large {
  margin-bottom: 5rem;
}
.u-margin-small {
  margin: 1rem 0;
}
.u-margin-medium {
  margin: 3rem 0;
}
.u-margin-large {
  margin: 5rem 0;
}
.u-padding-top-small {
  padding-top: 1rem;
}
.u-padding-top-medium {
  padding-top: 3rem;
}
.u-padding-top-large {
  padding-top: 5rem;
}
.u-padding-bottom-small {
  padding-bottom: 1rem;
}
.u-padding-bottom-medium {
  padding-bottom: 3rem;
}
.u-padding-bottom-large {
  padding-bottom: 5rem;
}
.u-padding-small {
  padding: 1rem 0;
}
.u-padding-medium {
  padding: 3rem 0;
}
.u-padding-large {
  padding: 5rem 0;
}

.navbar-default {
  background-color: white;
  border-radius: 0;
  border-top: 1rem solid #085fff;
  border-bottom: 1rem solid #085fff;
  margin-bottom: 0;
}
.navbar-default .dropdown-menu > li > a, .navbar-default .navbar-nav > li > a {
  color: black;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .navbar-default .dropdown-menu > li > a, .navbar-default .navbar-nav > li > a {
    font-size: 1.3rem;
  }
}
.navbar-default .dropdown-menu > li > a:active, .navbar-default .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:hover {
  background-color: #085fff;
  color: white;
}
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #085fff;
  color: white;
}
@media screen and (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding: 0;
  }
}
.navbar-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .navbar-container {
    padding: 0;
  }
}
.navbar-brand {
  color: #17389a !important;
}
@media (min-width: 767px) {
  .navbar-brand {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    justify-items: center;
  }
}

.main-image-container, .main-image-container-subpage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/images/flagbg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 20rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #085fff;
}
.main-image-container img, .main-image-container-subpage img {
  max-width: 12.5rem;
}
.main-image-container span, .main-image-container-subpage span {
  font-size: 3rem;
  -webkit-text-stroke-width: 1px;
}
@media screen and (max-width: 992px) {
  .main-image-container span, .main-image-container-subpage span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 730px) {
  .main-image-container span, .main-image-container-subpage span {
    font-size: 2rem;
  }
}

.main-image-title, .main-image-title-subpage {
  font-size: 7rem;
  color: white;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .main-image-title, .main-image-title-subpage {
    font-size: 6rem;
  }
}
@media screen and (max-width: 730px) {
  .main-image-title, .main-image-title-subpage {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 550px) {
  .main-image-title, .main-image-title-subpage {
    font-size: 3rem;
  }
}

@media screen and (max-width: 550px) {
  .main-image-title-subpage {
    font-size: 4.5rem;
  }
}

.main-image-container-subpage {
  min-height: 20rem;
}

.infoBox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  padding: 2rem 0;
  background-color: white;
  min-height: 33rem;
}
@media screen and (max-width: 1199px) {
  .infoBox {
    margin-bottom: 3rem;
  }
}
.infoBox__top, .infoBox__bottom {
  text-align: center;
}
.infoBox__title {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 3;
  position: relative;
}
.infoBox__title::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #337ab7;
}
.infoBox__content {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}
.infoBox__holidays {
  column-count: 2;
}
.infoBox__holidays ul {
  list-style-type: none;
  font-size: 1rem;
  text-align: center;
}

.fa-building,
.fa-clock,
.fa-phone-square,
.fa-user {
  color: #17389a;
}

footer {
  min-height: 5rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #085fff;
  color: white;
}
@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
  }
}
footer a {
  color: #17389a;
}

.btn-jumplink {
  background-color: #17389a;
  color: white;
  width: 35rem;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 0.5s;
}
.btn-jumplink:focus, .btn-jumplink:visited {
  color: white;
}
.btn-jumplink:hover {
  background-color: #085fff;
  color: white;
  box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
}
@media screen and (max-width: 768px) {
  .btn-jumplink {
    margin: 2.5rem 0;
  }
}

.panel-custom {
  background-color: #17389a !important;
  color: white !important;
}

.table-responsive {
  border: none !important;
}

.table > tbody > tr > td {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .large-table tbody > tr > td {
    font-size: 10px;
  }
}

.infoCards {
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 35vh;
}

.jumplinks {
  min-height: calc(25vh + 10px);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .jumplinks {
    flex-direction: column;
  }
}
.jumplinks img {
  max-width: 15rem;
  padding: 1rem 0;
}

.rules-content {
  padding: 0 25px;
}

.rules-links {
  column-count: 2;
  column-gap: 25px;
  margin: 50px 25px;
}
@media screen and (max-width: 767px) {
  .rules-links {
    column-count: 1;
  }
}
.rules-links li {
  list-style-type: none;
}

/*# sourceMappingURL=siteDefault.css.map */
