/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
html {
  width: 100%;
  height: 100%;
  background-color: white;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

h3{
  text-transform: none;
}

.page-content{
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-content h2{
margin-top:15px;
margin-bottom:8px;
font-size:21px
}

.page-content h3{
margin-top:12px;
margin-bottom:0px;
font-size:19px
}

.flow{
margin-bottom:5px;
}

.flow + ul{
margin-top:0px;
}

li{
margin: 4px 0px;
}

.brand-heading{
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1{
 font-family: "Century Gothic","yearroman";
}

p {
  margin: 0 0 25px;
  line-height: 1.5;
}

p, li{
  font-size: 18px;
}

  ul{
    padding-left:33px;
  }

@media (min-width: 768px) {
  .page-content h2{
    font-size:27px
  }
  
  .page-content h3{
    font-size:21px
  }

  p {
    margin: 0 0 35px;
    line-height: 1.6;
  }
  
  ul{
    padding-left:40px;
  }

  /*p, li{
    font-size: 20px;
  }*/

}


a {
  color: #42DCA3;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #1d9b6c;
}
.light {
  font-weight: 400;
}

.navbar-custom *{
/*min-height: 70px;*/
padding:0px;
}

nav .container{
display: flex;
flex-direction: column;
width: 100%;
}

.tiny-menu-button{
display: none;
float:right;
margin-right: -15px !important;
}

.menu-text{
text-transform: uppercase;
color: black;
 font-family: "Century Gothic","yearroman";
}

.top-nav-collapse .menu-text{
color: white;
}

/*Menu too shrunk, enable toggler*/
@media (max-width: 992px) {

    .navbar-container{
        display: none;
    }

    /*Shift Logo Left*/
    div.navbar-header{
    text-align: left;
    }

    /*Enable hamburger*/
    .tiny-menu-button{
        display: inline-block;
    }

}

/*Put Gutters on menu at big width*/
@media (min-width: 1200px) {
  nav .container {
    width: 1170px;
  }
}

nav li a:hover{
text-decoration: underline;
color: white;
}

.nav{
white-space: nowrap;
}

.navbar {
/*min-height:70px;*/
/*display: flex;*/
    /*left: 0;*/
    position: fixed;
    /*right: 0;*/
    z-index: 1030;
    box-sizing: border-box;
    top:0;
    width: 100%;
}

.navbar-container{
width: 100%;
margin: 15px 0px 17px 0px;
}

.navbar-header{
margin: 15px auto;
width: 100%;
height: 100%;
text-align: center;
display: flex;
}

.top-nav-collapse .navbar-header{
margin:0px;
}

.nav-full-bar{
width: 100%;
display: flex;
 justify-content: space-between;
margin:0px;
}

.top-container{
display: flex;
flex-direction: column;
}

a.navbar-brand{
padding:2px;
width: 100%;
height: unset;

}

nav.top-nav-collapse .navbar-brand img{
height: 70px;
margin-top:5px;
text-align: left;
}

a.navbar-brand img{
transition: all .5s ease;
margin:0px auto;
margin-top:10px;
}

.navbar-fixed-top:not(.top-nav-collapse) *{
/*height: 100px;*/
}

.navbar-fixed-top:not(.top-nav-collapse) img{
height: 144px;
}

.navbar-fixed-top:not(.top-nav-collapse){
padding: 0px;
}

.navbar-custom {
  padding:0px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: 'Century Gothic', 'yearroman';
  background-color: #A8CDCB;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  font-size:20px;
  /*text-shadow: 2px 0 2px black, 0 2px 2px black;*/
  color: #006C64;
}

.navbar-custom .nav li{
list-style: none;
}

nav.top-nav-collapse.navbar-custom .nav li a {
color: white;
}

.navbar-custom .nav li a:hover {
  color: white;
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    /*letter-spacing: 1px;*/
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
}

  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #006C64;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/homepage-jumbotron.jpg) no-repeat scroll top; 
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/support.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #42DCA3;
  color: #42DCA3;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42DCA3;
  outline: none;
  color: black;
  background-color: #42DCA3;
}

.btn.btn-sponsor-level{
  border-radius: 5px;
  border: 1px solid #006C64;
  font-size: 2rem;
  text-transform: none;
  background-color: white;
  min-width: fit-content;
}

.btn.btn-sponsor-level.Platinum-level-button, .sponsor-general-Platinum{
  background-color: #F1F0EF;
}

.btn.btn-sponsor-level.Gold-level-button, .sponsor-general-Gold{
  background-color: #ECC74F;
}

.btn.btn-sponsor-level.Silver-level-button, .sponsor-general-Silver{
  background-color: #D2D2D2;
}

.btn.btn-sponsor-level.Bronze-level-button, .sponsor-general-Bronze{
  background-color: #F19C49;
}

.btn.btn-sponsor-level:hover, .btn.btn-sponsor-level:focus{
  background-color: #006C64;
  color: white;
}

.btn-huge{
border-radius: 12px;
border: 1px solid #006C64;
width: 100%;
font-family:'Century Gothic', 'yearroman';
font-weight: bold;
text-align: center;
transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;
margin-top: 25px;
margin-bottom: 25px;
color: white;
background-color: #006C64;
/*box-shadow: 0px 1px 4px black;*/
    /*box-shadow: 0px 10px 15px #0000001A;*/
    box-shadow: 1px 9px 15px #0000003A;
    font-size: 40px;
}

.btn-huge a, .btn-huge a:hover{
color: unset !important;
text-decoration: unset !important;
display: block;
}

.btn-huge:hover{
box-shadow: 0px 0px 0px #0000003A;
color: black;
background-color: white;
}

.btn-huge span{
padding: 5px 0px;
display: inline-block;
}

ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

@font-face{
    font-family: 'yearroman';
    src: url('/fontdk/yearroman.eot');
    src: url('/fontdk/yearroman.eot?#iefix') format('embedded-opentype'),
         url('/fontdk/yearroman.woff') format('woff'),
         url('/fontdk/yearroman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.hamburger {
  padding: 5px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.top-nav-collapse .hamburger-inner, .top-nav-collapse .hamburger-inner::before, .top-nav-collapse .hamburger-inner::after{
background-color: white;
}

.menuOpen + .navbar-container{
display: flex;
align-items: flex-end;
text-align: right;
transition: display 1s ease-in-out;
}

.menuOpen + .navbar-container ul.nav{
display: flex;
flex-direction: column;
}

#upcoming-events{
 background-color: white;
 padding:10px;
 width:100%;
}

#upcoming-events div{
padding-right: 5px;
}

.event-block{
  text-align: center;
  margin: 20px 0px;
}

.event-block h4{
font-size: 20px;
}

footer{
background-color: #A8CDCB;
margin:30px 0px 0px 0px;
padding:25px 0px 0px 0px;
}

@media (min-width: 768px) {
  footer{
    margin:40px 0px 0px 0px;
  }
}

.social{
text-align: center;
}

.social [class*="fa fa-"] {
    background-color: #333;
    border-radius: 70px;
    color: #fff;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin: auto 3px;
    width: 70px;
    font-size: 27px;
    transition: all .3s ease;
}

.social [class*="fa fa-"]:hover {
    background-color: #fff;
    color: #006c64;
    text-decoration: none;
}

/**Page Stuff**/

  .page-header {
  margin-top: 140px;
  min-height: unset;
  width: 100%;
  color: #232323;  
  
  background-color: white;
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
    display: flex;
     align-items: center;
}

.page-header h1, .page-header p{
margin: 0px;
font-family: "Century Gothic","yearroman";
}

.page-header h1{
font-weight: normal;
font-size: 40px;
}

.intro-callout{
  backdrop-filter: blur(3px);
    width: auto;
    padding:15px;
    background-color: rgba(168, 205, 203, 0.8);
    margin: 55px 0px 55px 0px;
}

.intro-callout h2{
margin: 17px 0px;
}

.page-header p{
color:black;
}

@media (min-width: 768px) {

    .intro-callout{
        width: 500px;
        background-color: rgba(168, 205, 203, 0.7);
        margin:15px 0px;
    }

    .page-header {
        min-height: 450px;
        height: auto;
    }

    .page-callout h3{
        margin-top:0px; 
    }

}

.page-callout{
    background-color: rgba(168, 205, 203, 0.7);
    box-shadow: #999 0px 0px 10px;
    padding:10px;
    border-radius: 2px;
    margin:15px;
}

.call-to-action{
display: block;
background-color: #fffcd6;
text-align: center;
margin-top:5px;
margin-left: auto;
margin-right: auto;
}

.call-to-action a{
display: block;
cursor: pointer;
}

.call-to-action:hover{
background-color: #FAF4A4;
}

.call-to-action.alt{
background-color: #78b1b0;
}

.call-to-action.alt:hover{
background-color: #006c64;
  }

.call-to-action.alt a{
color: white;
}

.call-to-action.alt a:hover{
color: #FFFCD6;
}

.clearfix{
clear: both;
  }

 .right-tiny-hide{
display: none;
 }

@media (min-width: 768px) {

 .right-tiny-hide{
  display: block;
  margin: 10px 0px 10px 10px;
  float: right;
  width:33%;
  }
}

.page-content > p:first-child{
  margin-top:17px;
  }

.no-padding, div.no-padding div{
margin-left: -15px;
margin-right: -15px;
}

.zebra > .row:nth-of-type(2n) {
    background: #e7eeed none repeat scroll 0 0;
  }


/**Fancy Check**/

/*Radio Button Buttons*/
label.fancy-check {
    display: block;
    margin:4px 0px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    padding:0px !important;
}

label.fancy-check:hover{
cursor: pointer;
}

label.fancy-check span {
    text-align:center;
    font-size: 15px;
    padding:9px 0px;
    display:block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.fancy-check input {
    display: none! important;
}

label.fancy-check input:checked + span {
    background-color:#5B8988 ;
    color:#fff;
}


table.zebra{
border-width: 1px;
border-collapse: collapse;
}

table.zebra td{
padding: 3px;
border-style: inset;
border-width: 1px;
}

table.zebra th{
padding-left: 2px;
color: white;
font-weight: bold;
text-align:left;
border-style: inset;
border-width: 1px;
background: #009284;
}

table.zebra, table.zebra td, table.zebra th{
border-color: #265e5a;
}

table.zebra tr:nth-of-type(even){background: #e7eeed;}

td.ghost, th.ghost, tr.ghost th, tr.ghost td{
border-width: 0 0 0 0 !important;
}

.sponsorlevels{
width: 100%;
}

.sponsorlevels td{
height: 40px;
}

.sponsorlevels tr td:not(:first-child) {
text-align: center;
font-size: 20px;
}

.sponsorlevels.zebra tr th{
text-align: center;
font-size: 15px;
padding:2px;
}

.lamppost img{
height: 450px;
display: inline-block;
}

.bannerpix{
width: 0 auto;
text-align: center;
}


.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.paypal-select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.paypal-select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #DAE4DD;
  color: #636363;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.paypal-select select::-ms-expand {
  display: none;
}
.paypal-select select:hover,
.paypal-select select:focus {
  color: #000;
  background: #ccc;
}
.paypal-select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 11px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.paypal-select select:hover ~ .select__arrow,
.paypal-select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.paypal-select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}