html, body {
  height: 100%;
}

.btn-primary{
  background-color: #2F5597 !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #2F5597;
}

.largeimg {
    padding: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}


.medimg {
    padding: 0;
    display: block;
    margin: auto;
    max-height: 50%;
    max-width: 50%;
}

.smallimg{

    padding: 0;
    display: block;
    margin: auto;
    max-height: 75%;
    max-width: 75%;

}

@font-face {
    font-family: 'the_led_display_stregular';
    src: url('/static/fonts/led/the_led_display_st-webfont.eot');
    src: url('/static/fonts/led/the_led_display_st-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/led/the_led_display_st-webfont.woff2') format('woff2'),
         url('/static/fonts/led/the_led_display_st-webfont.woff') format('woff'),
         url('/static/fonts/led/the_led_display_st-webfont.ttf') format('truetype'),
         url('/static/fonts/led/the_led_display_st-webfont.svg#the_led_display_stregular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/static/fonts/century/CenturyGothic-BoldItalic.eot');
    src: url('/static/fonts/century/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/century/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('/static/fonts/century/CenturyGothic-BoldItalic.woff') format('woff'),
        url('/static/fonts/century/CenturyGothic-BoldItalic.ttf') format('truetype'),
        url('/static/fonts/century/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('/static/fonts/century-bold/CenturyGothic-Bold.eot');
    src: url('/static/fonts/century-bold/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/century-bold/CenturyGothic-Bold.woff2') format('woff2'),
        url('/static/fonts/century-bold/CenturyGothic-Bold.woff') format('woff'),
        url('/static/fonts/century-bold/CenturyGothic-Bold.ttf') format('truetype'),
        url('/static/fonts/century-bold/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;

}

.badgeimg {  

  width: 50%;

}

.contactrow {

  
  border-top-style: solid;
  border-top-width: 2px;
  border-color: gray;  

}

.faqrow {

  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: gray;  

}

.faqrowlast {

  padding-top: 15px;
  padding-bottom: 5px;

}

.cardrow {

  
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: gray;  

}

.cardrowlast {

  
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: gray;  

}

.cardrow img{
  height: 250px;
  margin: auto;    
  display: block;

}

.cardrow h4, p{
  padding-top: 7px;

}



.lead-wrapper {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_text_color{
  font-family: 'Days One';
  color: #F0F0F0;
  font-size: 500%;
}

#page {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}

#mapid { height: 500px; }

.front_img{
  border-radius: 8px;
  height: 300px;

}

.front_map_img{
  border-radius: 8px;
  height: 300px;

}

.front_table{
  border-radius: 8px;
  height: 300px;

}

.public_text_color{
  font-family: 'Days One';
  color: #F0F0F0;
}


.table th, td{
  text-align: center;

}

.table th{

  background: #F0F0F0;
}

.recenter_btn{
  position: absolute;
  padding-top: 5px;
  padding-left: 5px;
  z-index:99;

}

.menu_icons{

  width: 25px;

}

.phoneicon{
  height: 50px;
}

.fim-img {
  height: 70px;
}

.fim-banner-main {
  /*height: 190px;*/
  background-color: #0B4C0B;
  border-top-style: solid;
  border-bottom-style: solid;
  /*padding-bottom: 20px;*/ 
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: black;
}

.fim-banner-footer {
  /*height: 100px;*/
  background-color: #F0F0F0;
  border-top-style: solid;
  padding-top: 10px;
  border-top-width: 5px;
  border-color: black;
}

.fim-banner-text {
  padding-top: 1px;
}

.nav-link {
  color: black !important;
}

.fim-banner {
  height: 60px;
  padding-top: 1px;
}

.loginlink {
  color: black !important;
}

.yearlink {
  color: black !important;
  padding-bottom: 3px;
}

.backarrow {
  height: 5px;
  padding-top: 25px;
  padding-left: 25px;
}

.race_photo {
  border-radius: 8px;
  height: 250px;
  max-width:300px;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* Style the Image Used to Trigger the Modal */
#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}

/* Style the Image Used to Trigger the Modal */
#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg3:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption1 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption1 {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  top: 15px;
  right: 35px;
  padding-right: 15px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* The Close Button */
.close2 {
  top: 15px;
  right: 35px;
  padding-right: 15px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* The Close Button */
.close3 {
  top: 15px;
  right: 35px;
  padding-right: 15px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close3:hover,
.close3:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption2 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption2{
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption3 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption3 {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


.header-icon{
  height:75px;  
}




/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }

  .header-icon{
  height:50px;  
}


}

@media only screen and (max-width: 1000px){

    .front_map_img{
    border-radius: 8px;
    width: 100%;
    height: auto;
    

  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.card {
  border: none;
  margin-bottom: 50px;
  position: relative;
}

.card p {
  font-size: 29px;
  line-height: 1.2em;
}

.card__icon {
  width: 230px;
  height: 230px;
  padding: 30px;
  display: inline-block;
  /*border: 10px solid #9ebeff;
  border-radius: 50%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px auto;
}

.createreqimg {
  width:60%; 
  margin: auto;    
  display: block;
}


.loadingimg{
  
  width:50px; 
  height: 50px;

  margin: auto;    
  display: block;

}

.howitworks img{
  display: block;
  height: 150px;
  margin: auto; 

}

.howitworks h4{

  text-align: center;

}

.noborder{
  border:none;
  
  }