h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1C5629;
}

h3,
h4,
h5 {
  font-weight: 600;
}

h4,
h5 {
  text-transform: uppercase;
}

blockquote {
  padding: .5em 0;
  border: none;
  font-size: 1.1em;
}

blockquote p {
  font-style: italic;
}

address {
  font-weight: 600;
}

.navbar {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-inverse {
  background-color: #223D64;
  background-image: none;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #5B9263;
}


.dropdown-menu > li > a {
  text-transform: none;
  font-size: .9em;
  font-weight: 400;
}

.banner {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.banner img {
  max-width: 100%;
}

.tagline {
  padding: .75em 0;
  text-align: center;
  color: #fff;
  font-size: .9em;
  font-weight: 700;
  font-style: italic;
  background-color: #003d79;
}

.tagline p {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.content {
  background-color: #fff;
}

.content a {
  font-weight: 700;
}

.content__main {
  padding: 1em 2em 2em 0;
}

.content__main h1 {
  margin-top: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.content__secondary {
  padding-top: 2em;
}

.info {
  background-color: #E7B248;
  padding: 1em;
  font-size: .9em;
}

.hotel {
  margin-bottom: 1.25em;
}

.hotel h4 {
  margin-bottom: 0;
}

.faq dd {
  margin-bottom: 1.25em;
}

.btn-primary:link,
.btn-primary:visited {
  background-color: #1C5629;
  background-image: none;
}

.btn-primary:hover, 
.btn-primary:focus {
  background-color: #5B9263;
  border-color: #000000;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 1em;
  padding: 1.5em 0 .5em;
  background-image: -webkit-linear-gradient(top, #223D64 0%, #223D64 100%);
  background-image: linear-gradient(to bottom, #223D64 0%, #223D64 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff344a69', endColorstr='#ff233247', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-size: .8em;
  text-align: right;
  color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  html,
  body {
    height: 100%;
  }
  
  .page-wrapper {
    min-height: 100%;
    height: auto;
    margin: 0 auto -99px;
    padding: 0 0 99px;
  }
  
  .navbar-nav > li {
    margin-right: 1.5em; /* Change this to change space between navbar choices on small desktops */
  }
  
  .navbar-nav > li:last-of-type {
    margin-right: 0;  
  }
  
  .site-footer {
    height: 86px;
  }
}

/*****BEGIN TABLE STYLES*****/
.table-agenda-forceWidth {}
.table-agenda-forceWidth td:first-child, .table-agenda-forceWidth th { white-space: nowrap; padding-right: 35px !important; }
.table-agenda-forceWidth td:last-child { width: 100%; }
/*****END TABLE STYLES*****/

@media (min-width: 1200px) {
  .navbar-nav > li {
    margin-right: 4.1em; /* Change this to change space between navbar choices on large desktops */
  }
  
  .navbar-nav > li > a {
    font-size: 1em;
  }
}