/* Add here all your css styles (customizations) */
@font-face {
    font-family: 'ArvoBold';
    src: url('../fonts/arvo-bold_v105-webfont.eot');
    src: url('../fonts/arvo-bold_v105-webfont.eot?iefix') format('eot'),
         url('../fonts/arvo-bold_v105-webfont.woff') format('woff'),
         url('../fonts/arvo-bold_v105-webfont.ttf') format('truetype'),
         url('../fonts/arvo-bold_v105-webfont.svg#webfontACfy6NQC') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoRegular';
    src: url('../fonts/arvo-regular_v104-webfont.eot');
    src: url('../fonts/arvo-regular_v104-webfont.eot?iefix') format('eot'),
         url('../fonts/arvo-regular_v104-webfont.woff') format('woff'),
         url('../fonts/arvo-regular_v104-webfont.ttf') format('truetype'),
         url('../fonts/arvo-regular_v104-webfont.svg#webfont8Jhu3GZP') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: ArvoRegular, Arial, sans-serif;
}
.panel-body {
    background-image: url(../img/plaidbluebg.gif);
}
.loginbar {
    font-weight: bold;
}
.checkbox {
    font-size: 18px;
    height: 20px;
    font-weight: bold;
}
.borderbottom {
    border-bottom: 2px dashed #000000;
}

.owl-controls.clickable {
  display: none !important;
}

.owl-controls {
  display: none !important;
}

.mobile-background {
  height: 159px;
  background-image: url("../img/banner01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*Header Labels*/

.header-label {
  font-family: "ArvoBold", Arial, sans-serif;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.beartrap {
  display: none;
}

.empty-space {
   min-height: 50px;
 }
 .alert-btn {
    border: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #FF4444;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
 }

 /* COVID-19 HEADER */

.covid-header.navbar {
  background: red;
}