
/* ------ Base Styles ------ */
#wrapper {
  background: #fff;
}
.content {
  background: #fff;
  min-height: 300px;
}
html {overflow-x: hidden;}
html, body {
  font-family: 'Lato', sans-serif;
}
body {
  background: #0C7E97;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
p {
  font-size: 16px;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #000;
}
h1 {
  padding-bottom: 25px;
  color: #FE924C;
}
a {
  transition: all 0.3s ease 0s;
  color: #0C7E97;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  color: #FE924C;
}
a > img {
  transition: all 0.3s ease 0s;
}
a > img:hover {
  opacity: .75;
}
.shadow {
  -webkit-filter: drop-shadow(0px 0px 5px #111);
  filter: drop-shadow(0px 0px 5px #111);
  box-shadow: none !important;
}
.card {
  background-color: #eee;
  border: none;
}
.card-header {
  background-color: #eee;
  border-bottom: 2px solid #e0e0e0;
}
.card-footer {
  background-color: #eee;
  border-top: 2px solid #e0e0e0;
}
.card-header > h2 {
  color: #000;
  margin-bottom: 0rem;
}
.bluebird {
  width: 100%;
}
.bluebird > p > img {
  padding-right: 10px;
}
.form-group label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}

/* ------ Header Styles ------ */
.site-branding {
  border: none;
  min-height: 250px;
  font-family: "Montserrat",sans-serif;
}

.header-background {
  background: url("/cas/images/bg.jpg") center / cover #333;
}

.header-brand {
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 250px;
}

.header-text {
  margin-top: 0px;
}

.header-agency, .header-logo, .header-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

img.logo  {
  padding-top: 0px;
  width: 100%;
}

.agency-name {
  font-style: italic;
  color: #fff;
  font-weight: 600;
}

.app-name {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2rem;
}

.header-agency > img {
  width: auto;
  max-height: 150px;
  float: right;
}



/* ------ Alert Styles ------ */
.alert {
  font-weight: bold;
  border: 0;
  color: #333;
}
.alert.alert-danger {
  background: #DF3210;
  color: #fff;
}
.alert.alert-success {
  background: #38B44A;
  color: #fff;
}
.alert.alert-warning {
  background: #FCE778;
}
.alert.alert-info {
  background: #CAEBF2;
}



/* ------ Button Styles ------ */
.btn {
  padding: .5rem 1rem;
  font-weight: bold;
  font-size: 18px;
}
.btn-primary {
  background: #0C7E97;
  border-color: #0C7E97;
}
.btn-primary:hover {
  background: #FE924C;
  border-color: #FE924C;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: #FE924C;
  border-color: #FE924C;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background: #6597a2;
  border-color: #6597a2;
}
.btn-secondary {
  background: #999;
  border-color: #999;
  color: #fff;
}
.btn-secondary:hover {
  background: #CAEBF2;
  border-color: #CAEBF2;
  color: #333;
}

/* ------ Footer Styles ------ */
#kt_footer {
  background: #0C7E97;
}

footer {
  position: relative;
  height: auto;
  line-height: 1.7;
  font-weight: 500;
  font-family: "Lato",sans-serif;
}

.site-footer {
  background: #0C7E97;
  color: #fff;
  padding-top: 30px;
}

#usa-map > img {
  width: 100%;
}

.site-footer p > a {
  color: #FE924C;
}
.site-footer p > a:hover {
  color: #fff;
}

.footer-menu > .menu-item {
  line-height: 2;
}

.footer-menu > .menu-item > a {
  color: #fff;
}

.footer-links {
  padding-top: 30px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-links > a {
  color: #fff;
}

.footer-links > a:hover {
  color: #FE924C;
}

.footer-agency {
  color: #FE924C;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  font-family: 'Montserrat', sans-serif;
}
.footer-agency:hover {
  color: #fff;
}

.footer-links-list {
  padding-inline-start: 15px;
  text-align: center;
}

.footer-links-list > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.footer-links-list > li {
  display: inline;
  padding: 5px;
}

.footer-links-list > li > a {
  color: #fff;
}

.footer-links-list > li > a:hover {
  color: #FE924C;
  text-decoration: none;
}

.footer-links-list > li:not(:first-of-type):before {
  content: " | ";
  padding-right: 10px;
  color: #fff;
}

@media (min-width: 768px){
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
  }
}

@media (max-width: 767px) {
  .support {text-align: center !important;}
  .site-footer {text-align: center;}
  #usa-map > img {width: 30%;}
  .header-brand {
    text-align: center;
    padding-top: 15px;
    min-height: 50px;
  }
  .header-text {padding-top: 10px;}
  .site-branding {min-height: 205px;}
  img.logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-agency {display: none;}
}

@media (max-width: 575px) {
  .app-name {font-size: 2rem;}
}

/* Show/hide forgot password */
input[type='password'] + .visible-toggle, input.show-password[type='text'] + .visible-toggle, input + .with-errors + button.visible-toggle {
  width: 32px;
  height: 32px;
  float: right;
  top: -45px;
  position: relative;
  border: 0;
  margin: 10px 10px -45px 10px;
  padding: 0;
  background: none;
  outline: none;
}

/* IE10+ CSS here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-nav {
    display: -ms-flexbox !important;
  }
  .header-brand {
    padding-top: 60px;
  }
}
