@font-face {font-family: 'GothamHTF-Book';
src: url("../fonts/GothamHTF-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/GothamHTF-Book.ttf") format("truetype"), url("../fonts/GothamHTF-Book.svg#GothamHTF-Book") format("svg"); }

@font-face {
  font-family: 'GothamHTF-Medium';
  src: url("../fonts/GothamHTF-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/GothamHTF-Medium.ttf") format("truetype"), url("../fonts/GothamHTF-Medium.svg#GothamHTF-Medium") format("svg"); }

/* Universal */
html { overflow-y: scroll; }

body {
  padding-top: 60px;
  padding-bottom: 10px;
  font-family: 'GothamHTF-Medium', 'Helvetica', 'Arial', sans;
  height: 100%;
  color: #555;
}

a {
  text-decoration: none; }
  a:hover { text-decoration: none; }
  a:visited { text-decoration: none;
}

.center {
  display: table;
  margin: 0 auto;
}



/* Header */
.navbar-header .navbar-toggle {
  margin-top: 13px;
}

.navbar {
  background-color: white;
}

.navbar-nav>li>a {
  padding-top: 20px;
  text-transform: uppercase;
  color: #F26522 !important;
}

.navbar-nav>li>a:hover {
  color: #3577A8 !important;
}

#logo {
  padding-top: 0%;
  display: inline-block;
  width: 200px;
  height: 60px
}
#logo:hover {
    color: white;
    text-decoration: none;
}

.navbar li#dropdown-button{
    padding-top:13px;
    padding-left: 10px;
}

/* General */
#content {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 500px;
}

#idle-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  #idle-overlay .idle-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #idle-overlay .idle-container .idle-dialog {
      padding: 20px 15px;
      background-color: white;
      text-align: center;
      border: 2px solid #e7e7e7;
}

/* Forms */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
/* Forms */
.btn-fileRoster {
  position: relative;
  overflow: hidden;
}
.btn-fileRoster input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/* Notifications */
#notifications { text-align: center; }
.notification-success { color: #468847; }
.notification-info { color: #2e6da4; }
.notification-warning { color: #d58512; }
.notification-error { color: #b94a48; }


.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

/* Typography */
h1, h2, h3 {
  text-align: center;
}

h1 {
  font-family: 'GothamHTF-Book', 'Helvetica', 'Arial', sans;
  text-transform: uppercase;
  margin-bottom: 20px;
}

ul {
  list-style: none;
}


/* Main Index Body */

.index-hero {
  width:100%;
}

.index-tile {
  padding:0%;
  background-color: #f26225;
  object-fit: cover;

}
.index-tile-image{
  width:100%;
  max-height:480px;
  opacity: 0.3;
  object-fit: cover;
}
/* .index-tile-image:hover{
  width:100%;
  opacity: 0.6;
  object-fit: cover;
} */

.index-cta{
  color:white;
  position: absolute;
  left: 28%;
  top:15%;
  font-size: 24pt;
}

.index-description{
  color:white;
  position: absolute;
  left: 10%;
  margin-right:10%;
  top:35%;
  font-size: 9pt;
}

.hero-button-top{
  position: absolute;
  top: 65%;
  left:33%;
}

.hero-button-bottom{
  position: absolute;
  top: 80%;
  left:33%;
}

.index-button-primary{
  background-color: white;
  border-radius: 3px;
  color: #f26225;
  width:150px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}

.index-button-primary:hover{
  background-color: white;
  border-radius: 3px;
  color: #f26225;
  width:150px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}

.button-caret{
  height:100%;
  padding-left:3px;
  padding-right:7px;
}
.index-button-primary:hover .button-caret{
  height:100%;
  padding-left:10px;
  padding-right:0px;
}

.index-button-secondary{
  background-color: transparent;
  border-color: white;
  border: solid;
  border-radius: 3px;
  color: white;
  width:150px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}
.index-button-secondary:hover{
  background-color: transparent;
  border-color: white;
  border: solid;
  border-radius: 3px;
  color: white;
  width:150px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}

.button-caret{
  height:100%;
  padding-left:3px;
  padding-right:7px;
}
.index-button-secondary:hover .button-caret{
  height:100%;
  padding-left:10px;
  padding-right:0px;
}

.index-race-search{
  position: absolute;
  top: 65%;
  min-width:70%;
  font-size:1.2vw;
  left:15%;
  padding-left:0%;
  padding-right:0%;
}

.index-map-hero {
  padding:0%;
  object-fit: cover;
}

.index-map-img{
  width:90%;
  opacity: .5;
}

.map-hero-text{
  color:#323232;
  position: absolute;
  top: 8%;
  font-size: 22pt;
  left:5%;
}
.map-description-text{
  position: absolute;
  top: 25%;
  left:10%;
  width: 80%;
}

.map-button{
  position: absolute;
  top:70%;
  left:10%
}
.recent-events-header{
  color:#323232;
  position: relative;
  margin-top: 17%;
  font-size: 2vw;
}

.recent-event-list{
  position: relative;
}

.recent-event-list>li>a{
  font-size: 1vw;
  color: #323232;
  font-weight: 100;
  text-decoration: underline;
  line-height: 2.5;
}
.recent-event-list>li>a:hover{
  font-size: 1vw;
  color: #F26225;
  font-weight: 100;
  text-decoration: underline;
  line-height: 2.5;
}

.slider-size {
  height: 200px;
}

.see-all-link{
  font-size: 1.2vw;
  color: #f26225;
  font-weight: 100;
  line-height: 2.5;
  float:right;
  margin-right:20%;
}
.see-all-link:hover{
  font-size: 1.2vw;
  color: #f26225;
  font-weight: 100;
  line-height: 2.5;
  float:right;
  margin-right:20%;
}

.see-all-link:hover .button-caret{
  height:100%;
  padding-left:10px;
  padding-right:0px;
}

.carousel-hero-caption{
  color: #555555;
  text-transform: none;
  text-shadow: 0 0px 0px rgba(0,0,0,0);
}
.carousel-caption>p{
  color: #555555;
}

.carousel-indicators .active{
  background-color: #f26225;
}

.blog-header {
  color:#555555;
  font-size: 16pt;
  float:left;
  margin-left:5%;
  text-transform: uppercase;
}

#latest-blog {
  color:#555555;
  font-size: 1.3vw;
  float:left;
  margin-left:5%;
  text-transform: none;
}

#blog-image{

  object-fit: cover;
  overflow:hidden;
  height:200px;
  width:95%;
  padding-bottom:10px;

}

#blog-title{
  color:#555555;
  font-size: 14pt;
  float:left;
  text-transform: none;
  text-align: left;
  margin-top:0px;
  margin-bottom:5px;
}

#blog-info{
  color:#555555;
  font-size: 7pt;
  float:left;
  margin-left:5%;
  text-transform: none;
  text-align: left;
  margin-bottom:5px;
}

#blog-body{
  color:#555555;
  font-size: 8pt;
  float:left;
  margin-left:5%;
  text-transform: none;
  text-align: left;
  line-height: 2.5;

}

.read-more-link{
  font-size: 12pt;
  color: #f26225;
  font-weight: 100;
  line-height: 2.5;
  margin-right:20%;
}
.read-more-link:hover{
  font-size: 12pt;
  color: #f26225;
  font-weight: 100;
  line-height: 2.5;
  margin-right:20%;
}

.read-more-link:hover .button-caret{
  height:100%;
  padding-left:10px;
  padding-right:0px;
}

.news-container{
  margin-left:0px;
  margin-right: 0px;
  padding-top:5px;
  padding-bottom:5px;
}
/* Footer */

footer {
  border-top: 3px solid #e7e7e7;
  padding-top: 20px;
  text-align: center; }
  footer ul {
    padding: 0; }
  footer .footer-item {
    padding-top: 20px;
    margin: 0 auto;
    min-height: 80px; }
  footer .footer-img {
    display: block;
    margin: 0 auto; }
  footer .internal {
    display: block;
    margin: 0 auto; }
  footer .external {
    display: inline-block;
    margin: 0 auto;
    text-align: left; }
    footer .external ul>li>a {
      color: #F26522 !important; }
      footer .external ul>li>a:hover {
        color: #3577A8 !important; }
  footer address {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

footer .footer-column{
  align-items: left;
  text-align: left;

}

footer ul>li>a {
  color: white;
  font-size:9pt;
}
footer ul>li>a:hover {
  color: #f26225;
  font-size:9pt;
}

@media (max-width: 767px) {
  .map-hero-text{
    color:#323232;
    position: absolute;
    top: 8%;
    font-size: 16pt;
  }
  .map-description-text{
    position: absolute;
    top: 30%;
    left:10%;
    width: 80%;
    font-size: 12pt!important;
  }

  .map-button{
    position: absolute;
    top:95%;
    left:10%
  }
  .recent-events-header{
    color:#323232;
    position: relative;
    margin-top: 17%;
    font-size: 12pt;
  }
  .recent-event-list{
    position: relative;
  }

  .recent-event-list>li>a{
    font-size: 9pt;
    color: #323232;
    font-weight: 100;
    text-decoration: underline;
    line-height: 2.5;
  }
  .recent-event-list>li>a:hover{
    font-size: 9pt;
    color: #F26225;
    font-weight: 100;
    text-decoration: underline;
    line-height: 2.5;
  }
  .index-tile {
    padding:0%;
    background-color: #f26225;
    object-fit: cover;

  }
  .index-tile-image{
    width:100%;
    max-height:240px;
    opacity: 0.3;
    object-fit: cover;
  }
  .see-all-link{
    font-size: 10pt;
    color: #f26225;
    font-weight: 100;
    line-height: 2.5;
    float:right;
    margin-right:20%;
  }
  .see-all-link:hover{
    font-size: 10pt;
    color: #f26225;
    font-weight: 100;
    line-height: 2.5;
    float:right;
    margin-right:20%;
  }

  footer .footer-column{
    align-items: center;
    text-align: center;
    padding-bottom:10px;
  }

  footer ul>li>a {
    color: white;
    font-size:9pt;
  }
  footer ul>li>a:hover {
    color: #f26225;
    font-size:9pt;
  }
}