html {
  scroll-behavior: smooth;
  /*scroll-padding-top: 60px;*/
}

* {
	box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  background: #F5F5F5;
}

h1 {
  font-weight: normal;
}

h2 {
  margin: 0 0 15px 0;
  color: #5F6060;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

h3 {
  margin: 0 0 15px 0;
  color: #5F6060;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

h5 {
}

h6 {
}

a {
  color: #FA6908;
  text-decoration: none;
}

a:hover {
  color: #5A5A5A;
  text-decoration: none;
}

#wrapper {
  text-align: center;
  background: #FFFFFF;
}

#container {
}

#inner {
}

#header {
  background: #FFFFFF;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

#logo {
}

a#link-home {
  display: block;
}

a#link-home img {
  display: block;
  height: 159px;
}

#header-right {
  float: right;
  text-align: right;
}

.social-media a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 5px 0 0;
  color: #6EB43F !important;
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  background: #DEDEDE;
  border-radius: 50%;
}

.social-media a i.fa {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

#header-right-top {
  padding: 20px 0;
}

#navigation-buttons {
}

#header-right-bottom {
}

#navigation {
  float: right;
}

#navigation-buttons a {
  margin: 0 0 0 20px;
  padding: 0 15px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 49px;
}

#content {
}

#footer {
  padding: 0 0 50px 0;
  border-top: 1px solid #DADADA;
}

#footer-outer {
}

#footer-inner {
}

#footer div.column {
  /*color: #979797;*/
  color: #4D4D4D;
  font-size: 13px;
  line-height: 21px;
}

#footer div.column a {
  color: #4D4D4D;
  text-decoration: none;
}

#footer div.column a:hover {
}

#mailing-list {
  margin: 0 0 15px 0;
}

#mailing-list form {
  font-size: 0;
}

#mailing-list form input {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  vertical-align: middle;
  background: none;
  border: 0;
}

#mailing-list form input.input-text {
  max-width: 200px;
  padding: 7px 15px;
  color: #999999;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}

#mailing-list form input.input-submit {
  padding: 6px 5px;
  color: #FFFFFF;
  background: #6C6C6C;
  border: 1px solid #6C6C6C;
  cursor: pointer;
}

table.table-footer {
  width: 100%;
}

table.table-footer td {
  padding: 3px;
  vertical-align: top;
}

table.table-footer td img {
  vertical-align: middle;
}

#footer-inner span.powered-by,
#footer-inner span.powered-by a,
#footer-inner span.powered-by a:hover {
  color: #4D4D4D;
  font-size: 13px;
  line-height: 21px;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #313131;
  border-radius: 6px;
  opacity: 0.75;
  cursor: pointer;
  z-index: 9999;
}

#back-to-top::after {
  display: block;
  margin: -1px 0 0 0;
  content: "\f077";
  color: #FFFFFF;
  font-family: "FontAwesome";
  font-size: 20px;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1280px;
  margin: 0 auto;
  text-align: left;
}

div.div-inner {
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}

/* News Styles */

#category-list {
  margin: 10px 0;
  padding: 5px;
  text-align: right;
  background: #EFEFEF;
}

select#category-list-select {
  padding: 2px;
  border: 1px solid #CCCCCC;
}

div.news-article,
div.event-article {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #EFEFEF;
}

div.news-image {
  position: relative;
  float: left;
  width: 150px;
  height: 150px;
  margin: 0 35px 0 0;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}

div.news-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: cover;
}

div.news-content {
}

div.news-title,
div.event-title {
  font-size: 16px;
  line-height: 1.6em;
}

div.news-title a,
div.event-title a {
  text-decoration: none;
}

div.news-date,
div.event-date {
  padding: 1px 0;
  font-style: italic;
  line-height: 1.6em;
}

div.news-keywords {
  margin: 2px 0;
}

div.news-spoiler,
div.event-spoiler {
  line-height: 1.6em;
}

div.pagination {
  line-height: 24px;
  padding: 5px;
}

div.pagination span {
  display: block;
  margin: 3px;
}

div.pagination a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 3px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background: #E9E9E9;
  border: solid 1px #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 3px rgba(0, 0, 0, .1);
}

div.pagination a.current-page {
  color: #F0F0F0;
  background: #616161;
  border: solid 1px #616161;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .8);
}

/* Misc Styles */

.fancy-heading {
  position: relative;
  border: 0 !important;
}

.fancy-heading::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  border: 1px solid #BFBFBF;
  border-width: 0 0 1px 0;
  z-index: 1;
}

.fancy-heading-double::after {
  border-width: 1px 0;
}

.fancy-heading span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #FFFFFF;
  z-index: 2;
}

/* Giving Form Styles */

div.event-box {
  position: relative;
  float: left;
  width: 28%;
  max-width: 100%;
  margin: 0 5% 25px 0;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}

div.event-box:hover {
  border: 1px solid #FA6908;
}

div.event-box-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

div.event-box-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  margin: auto;
}

div.event-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
}

div.event-description {
}

div.event-registration {
  clear: both;
}

/* Giving Page Styles */

input.input-price-sign {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='14px' width='85px'><text x='2' y='13' fill='gray' font-size='13' font-family='arial'>$</text></svg>");
  background-position: 3px center;
  background-repeat: no-repeat;
  padding-left: 17px !important;
}