*,
*::before,
*::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  padding: 0;
  margin: 0; }

html {
  box-sizing: border-box; }

html.wf-loading {
  visibility: hidden; }

html.wf-active, html.wf-inactive {
  visibility: visible; }

body {
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #002E47;
  padding: 5px;
  margin: 0; }
  @media (min-width: 1000px) {
    body {
      padding: 20px; } }

h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #888125;
  margin: 0 0 20px; }

h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0; }

h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0; }

h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0; }

p, ul, ol {
  line-height: 1.5;
  margin: 0 0 20px; }

ul, ol {
  margin-left: 48px; }

a {
  color: #888125; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

a {
  text-decoration: none; }

table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  border-spacing: 0; }

thead {
  background-color: #002E47;
  color: white; }

th, td {
  vertical-align: top;
  text-align: left;
  padding: 4px 8px; }

td {
  border: solid 1px #002E47; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.Container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.Site {
  background-color: white; }

.Site-header {
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: none; }

.MobilNav {
  text-transform: uppercase;
  background-color: #002E47;
  color: white;
  padding: 20px; }
  @media (min-width: 1000px) {
    .MobilNav {
      display: none; } }
  .MobilNav a {
    color: inherit; }
  .MobilNav i {
    margin-right: 10px; }

.Site-main {
  border: solid 1px rgba(0, 0, 0, 0.2); }
  .Site-main::before, .Site-main::after {
    content: '';
    display: table; }
  .Site-main::after {
    clear: both; }

.Site-content {
  padding: 40px 20px; }
  @media (min-width: 1000px) {
    .Site-content {
      float: right;
      width: 680px;
      padding: 40px;
      border-left: solid 1px rgba(0, 0, 0, 0.2); } }

.Site-sidebar {
  display: none;
  padding-top: 20px; }
  @media (min-width: 1000px) {
    .Site-sidebar {
      display: block;
      float: left;
      width: 300px;
      padding: 40px 0; } }

.Site-footer {
  position: relative;
  font-size: 15px;
  text-align: center;
  padding: 20px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-top: none; }

.BackToTop {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0; }
  @media (min-width: 1000px) {
    .BackToTop {
      left: 90px;
      right: auto; } }

.Menu {
  font-size: 15px;
  color: #002E47; }

.Menu-item {
  display: block;
  color: inherit;
  padding: 8px 0 8px 20px; }

.Menu-item.is-active {
  position: relative;
  font-weight: 700;
  margin-left: -2px;
  border-left: solid 3px #888125; }

.ProgramTable td:first-child {
  width: 1%;
  white-space: nowrap; }

.ProgramTable table {
  margin: 0;
  border: 0; }

.ProgramTable table td {
  width: 33.3333333333% !important;
  border: 0;
  text-align: center; }

.ProgramTable table td:not(:last-child) {
  border-right: solid 1px #002E47; }

.RegistrationTable th,
.RegistrationTable td {
  text-align: center; }

.RegistrationTable td {
  width: 25%; }

.RegistrationTable th:first-child,
.RegistrationTable td:first-child {
  text-align: left; }

.HotelTable th,
.HotelTable td {
  text-align: center; }

.HotelTable th:first-child,
.HotelTable td:first-child {
  width: 50%;
  text-align: left; }

.HotelTable td {
  width: 25%; }

.Note {
  position: relative;
  font-size: 80%;
  line-height: 1.2;
  font-style: italic;
  margin-top: -10px; }

.gmap {
  height: 400px;
  margin-bottom: 20px; }
  .gmap__title {
    font-size: 16px;
    margin: 0 0 5px; }
  .gmap__address {
    font-size: 12px; }

.u-displayBlock {
  display: block !important; }

.u-borderNone {
  border: 0; }

.u-p0 {
  padding: 0; }

.SidebarItem {
  padding: 0 20px;
  margin-top: 40px; }

.Button {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 10px; }

.Button--primary {
  background-color: #002E47;
  color: white; }

.Button--secondary {
  background-color: #888125;
  color: white; }

.u-colorSecondary {
  color: #888125; }
/*# sourceMappingURL=style.css.map */