@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,300i,400,400i,700,700i|Merriweather:400,400i,700,700i|Oswald:300,400&display=swap');

h1, h2, h3 {
  font-family: 'Merriweather', serif;
}
.h1, h1 {
  font-size: 2.25em;
}
h1.title {
  color:#000;
}
h2 {
  font-size: 1.5em;
  color:#000;
}
h3 {
  color:#000;
  font-size: 1.4em;
}
h4 {
  font-size:1em;
  font-family:"Oswald", sans-serif;
  text-transform: uppercase;
  color:#000;
}
p {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 300;
}
.field--name-body dl,.field--name-body ol, .field--name-body ul {
  font-weight: 300;
}
a:hover, a:focus, .link:hover, .link:focus {
  color:inherit;
}
.event-header td {
  width:10rem;
  border:none;
  background-color:#fff;
  font-size: 1.071em;
  line-height: 1.5;
}
.event-header span {
  font-size:1rem;
}


.field--name-body a {
  color:#004e60;
  text-decoration: underline;
}
.field--name-body a:hover, .field--name-body a:focus {
  text-decoration: none;
}
.caption > figcaption,.caption p {
  font-weight: 300;
  font-size: 0.77em;
}

.btn-primary {
  border-radius: 3px;
  border: 1px solid #fff;
  font-weight: 300;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #920a25;
}

.btn-arrow, .arrow-btn {
  color: #5C5C5C;
  font-family: 'Merriweather Sans', serif;
  font-style: normal;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  margin-left: 22px;
  font-size:0.85em;
  transition: 0.5s ease;
  font-weight: 400;
}

.btn-arrow:before, .arrow-btn:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  visibility: visible;
  padding-top: 2px;
  font-size: 9px;
  color: #fff;
  margin-left: -22px;
  position: absolute;
  background:#BA0D2F;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow:hover, .arrow-btn:hover {
  color:inherit;
  text-decoration: underline;
}
.btn-arrow:hover:before, .arrow-btn:hover:before {
  margin-left: -17px;
}

.btn-arrow.white, .arrow-btn.white {
  color:#fff;
  text-decoration: none;
}
.btn-arrow.white:before, .arrow-btn.white:before {
  color:#5c5c5c;
  background:#fff;
}
.btn-arrow.beige, .arrow-btn.beige {
  color:#5c5c5c;
}
.btn-arrow.beige:before, .arrow-btn.beige:before {
  color:#5c5c5c;
  background:#D7D2C5;
}

.btn-beige, .beige-btn {
  background-color:#D7D2C5;
  text-decoration:none;
  border-radius: 3px;
  padding: 1em 1.5em;
  margin: 10px 10px 10px 0;
  font-weight: 300;
}
.btn-beige:focus, .btn-beige:hover, .btn-beige:focus a, .btn-beige:hover a, .beige-btn:focus, .beige-btn:hover, .beige-btn:focus a, .beige-btn:hover a{
  background-color:#594A26;
  text-decoration: none;
  color:#fff;
}
.btn-grey, .grey-btn {
  color: #fff!important;
  text-decoration:none!important;
  border-radius: 3px;
  background-color: #9EA2A2;
  text-decoration: none;
  border-radius: 3px;
  padding: 1em 1.5em;
  margin: 10px 10px 10px 0;
  font-weight: 300;
}
.btn-grey a, .grey-btn a {
  color:#fff!important;
}
.btn-grey:focus, .btn-grey:hover, .btn-grey:focus a, .btn-grey:hover a, .grey-btn:focus, .grey-btn:hover, .grey-btn:focus a, .grey-btn:hover a{
  background-color:#808181;
  text-decoration: none;
  color:#fff;
}
.btn-blue, .blue-btn {
  color: #fff!important;
  text-decoration:none!important;
  border-radius: 3px;
  background-color: #004e60;
  text-decoration: none;
  border-radius: 3px;
  padding: 1em 1.5em;
  margin: 10px 10px 10px 0;
  font-weight: 300;
}
.btn-blue a, .blue-btn a {
  color:#fff!important;
}
.btn-blue:focus, .btn-blue:hover, .btn-blue:focus a, .btn-blue:hover a, .blue-btn:focus, .blue-btn:hover, .blue-btn:focus a, .blue-btn:hover a{
  background-color:#003A48;
  text-decoration: none;
  color:#fff;
}

.btn-brown, .brown-btn {
  background-color:#594A26;
  color:#fff!important;
  text-decoration:none;
  border-radius: 3px;
  text-decoration: none;
  border-radius: 3px;
  padding: 1em 1.5em;
  margin: 10px 10px 10px 0;
  font-weight: 300;
}
.btn-brown:focus, .btn-brown:hover, .btn-brown:focus a, .btn-brown:hover a, .brown-btn:focus, .brown-btn:hover, .brown-btn:focus a, .brown-btn:hover a{
  background-color:#974343;
  text-decoration: none;
  color:#D7D2C5;
}
.btn-red, .red-btn {
  background-color:#B90B2D;
  color:#fff!important;
  border-radius: 3px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #fff;
  font-weight: 300;
}
.btn-red:focus, .btn-red:hover, .btn-red:focus a, .btn-red:hover a, .red-btn:focus, .red-btn:hover, .red-btn:focus a, .red-btn:hover a{
  background-color:#974343;
  text-decoration: none;
  color:#fff!important;
}
blockquote {
  color:#000;
  font-weight: 100;
  margin-left:2rem;
}
blockquote p {
  color: #000;
  font-size: 1.2em;
  font-weight: 100;
  font-family:'Merriweather', serif;
}
.field--name-field-image-caption {
  font-size: 0.77em;
}
.field--type-image img {
  margin-bottom: 0.25em;
}
@media (max-width: 768px) {
  .h1, h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.2em;
  }

 .event-header td {
  border:none;
  display:block;
  width:100%;
  background-color:#fff;
 }
 .event-header span {
   font-size: inherit;
 }
 .ds-2col-fluid > .group-left {
    width: 100%;
 }

 .ds-2col-fluid > .group-right {
    width: 100%;
  }
}
@media (max-width: 570px) {
  .h1, h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1.15em;
  }
 .event-header td {
  border:none;
  background-color:#fff;
  display:block;
  width:100%;
 }
.event-header span {
   font-size: inherit;
 }
 .ds-2col-fluid > .group-left {
    width: 100%;
 }

 .ds-2col-fluid > .group-right {
    width: 100%;
  }
}


