@charset "utf-8";
/* CSS Document */

body {
font-family: "Carlito", sans-serif;
color: #000000;
background-color: #bf1e2e;
}

/* Scale Images */
img {max-width:100%; height:auto;}

/* Color Scheme */
.primary {color: #bf1e2e;}
.secondary {color: #f4cf18;}

.primarybg {background-color: #bf1e2e;}
.secondarybg {background-color: #f4cf18;}
.altsecondarybg {background-color: #f2f2f2;}

a {
  color: #4b4b4b;
}

.down-arrow {
background-size: 100%;
min-height:35px;
}

.largebanner {
  background-image: url("structure-images/banners/homebanner-1.jpg");
  background-position: center top;
  background-size: cover;
}

.birdbg {
  background-image: url("structure-images/bird-bg.jpg");
  background-position: center top;
  background-size: cover;
}

/* BREAKPOINTS */
@media (min-width: 768px){

  #banner-compact {
    display: none !important;
    } 
   
  }
  @media (max-width: 768px){

  #banner-full {
      display: none !important;
     }
    
   }

   /* HP */
   .formverify{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}