/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #38383a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 48em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}
@media (min-width: 62em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 17.008px;
    font-size: 1.063rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #36973f;
  margin: 1em 0 0.5em;
  font-weight: 700;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

h1, .h1 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #faa519;
}
@media (min-width: 48em) {
  h1, .h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.15;
    margin-top: 33px;
  }
}
@media (min-width: 62em) {
  h1, .h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.05;
    margin-top: 50px;
  }
}

h2, .h2 {
  font-size: 15.008px;
  font-size: 0.938rem;
  line-height: 1.15384615;
}
@media (min-width: 48em) {
  h2, .h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 62em) {
  h2, .h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3, .h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.13636364;
}
@media (min-width: 48em) {
  h3, .h3 {
    font-size: 15.008px;
    font-size: 0.938rem;
    line-height: 1.25;
  }
}
@media (min-width: 62em) {
  h3, .h3 {
    font-size: 17.008px;
    font-size: 1.063rem;
  }
}

h4, .h4 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.11111111;
}
@media (min-width: 48em) {
  h4, .h4 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.22222222;
  }
}
@media (min-width: 62em) {
  h4, .h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

h5, .h5 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.22222222;
}

h6, .h6 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.22222222;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: #36973f;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre, code {
  display: block;
  background: #3b3b3b;
  color: #f9f9f9;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr, acronym {
  border-bottom: 1px dotted gray;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.nav-icon {
  width: 40px;
  height: 54px;
  position: absolute;
  z-index: 1000;
  right: 15px;
  top: 0;
  cursor: pointer;
  background: #faa519;
  border: none;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.nav-icon span {
  background: #fff;
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  opacity: 1;
  left: 6px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 18px;
}
.nav-icon span:nth-child(2) {
  top: 26px;
}
.nav-icon span:nth-child(3) {
  top: 34px;
}
@media (min-width: 62em) {
  .nav-icon {
    display: none;
  }
}

.nav-menu {
  display: none;
  background: #faa519;
}
@media (min-width: 62em) {
  .nav-menu {
    display: block;
  }
}
.nav-menu ul {
  margin: 0;
}
@media (min-width: 62em) {
  .nav-menu ul {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 960px;
    left: 0;
    right: 0;
  }
  .nav-menu ul:after {
    content: '';
    display: table;
    clear: both;
  }
}
.nav-menu ul li {
  list-style: none;
}
.nav-menu ul li a {
  display: block;
  text-align: right;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (min-width: 62em) {
  .nav-menu ul li {
    float: left;
  }
}
.nav-menu .current a {
  color: #36973f;
  font-weight: 700;
}

.main-menu {
  font-size: 15.008px;
  font-size: 0.938rem;
  padding: 5px 0 0 0;
}
@media (min-width: 48em) {
  .main-menu {
    font-size: 17.008px;
    font-size: 1.063rem;
  }
}
.main-menu a {
  color: #fff;
  padding: 3px 15px;
}
@media (min-width: 62em) {
  .main-menu a {
    padding: 8px 0 4px;
    margin-right: 20px;
    border-bottom: 3px solid transparent;
  }
  .main-menu a:hover {
    border-bottom: 3px solid #36973f;
  }
}
.main-menu li:last-child a {
  margin-right: 0;
}

.top-menu {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 0 10px 0;
}
@media (min-width: 48em) {
  .top-menu {
    font-size: 13.008px;
    font-size: 0.813rem;
  }
}
@media (min-width: 62em) {
  .top-menu {
    position: absolute;
    top: 0;
    width: 960px;
    margin: 0 auto;
  }
}
.top-menu a {
  color: #38383a;
  padding: 4px 15px;
}
@media (min-width: 62em) {
  .top-menu a {
    padding: 7px 0;
    margin-right: 20px;
  }
  .top-menu a:hover {
    text-decoration: underline;
  }
}

.toggled .nav-icon {
  background: #36973f;
}
.toggled .nav-icon span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 10px;
}
.toggled .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.toggled .nav-icon span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36px;
  left: 10px;
}
.toggled .nav-menu {
  display: inline-block;
  position: absolute;
  z-index: 20;
  right: 15px;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
body {
  background: #faf4e9;
}

.wrap {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 960px;
}
.wrap:after {
  content: '';
  display: table;
  clear: both;
}

.site-content {
  padding-bottom: 15px;
}

/* Header */
.site-header {
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #faa519;
  background: #fff;
}
.site-header:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 62em) {
  .site-header {
    border-bottom: none;
  }
}
.site-header .logo {
  line-height: 1;
  font-size: 19.2px;
  font-size: 1.2rem;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 960px;
}
.site-header .logo:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .site-header .logo {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
@media (min-width: 62em) {
  .site-header .logo {
    font-size: 32px;
    font-size: 2rem;
    background: url(../images/ssk.png) no-repeat 860px 48px;
  }
}
.site-header .logo a {
  text-decoration: none;
}
.site-header .logo img {
  float: left;
  max-width: 180px;
  padding: 6px 0 3px;
}
@media (min-width: 62em) {
  .site-header .logo img {
    max-width: initial;
    margin: 47px 0 23px;
  }
}

/*  Slider */
.owl-carousel .item {
  height: 170px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 34.375em) {
  .owl-carousel .item {
    height: 300px;
  }
}
@media (min-width: 62em) {
  .owl-carousel .item {
    height: 500px;
  }
}
.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: auto;
}
.owl-carousel .owl-controls {
  text-align: center;
  position: relative;
  transform: translateY(-30px);
  margin-bottom: -20px;
}
.owl-carousel .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px;
  opacity: 0.6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #2f2f31;
}
.owl-carousel .owl-controls .owl-page.active span, .owl-carousel .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Front page */
.exposed {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 960px;
}
.exposed:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 62em) {
  .exposed {
    padding-top: 50px;
  }
}
.exposed article {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 48em) {
  .exposed article {
    width: 32%;
    float: left;
    margin: 15px 1%;
  }
  .exposed article:last-child {
    margin-right: 0;
  }
  .exposed article:first-child {
    margin-left: 0;
  }
}
@media (min-width: 62em) {
  .exposed article {
    background-size: contain;
    background-position: top;
    background-color: #fff;
    height: 250px;
    text-align: left;
  }
}
.exposed article h2 {
  font-size: 15.008px;
  font-size: 0.938rem;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  background: rgba(88, 88, 91, 0.7);
}
@media (min-width: 48em) {
  .exposed article h2 {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 62em) {
  .exposed article h2 {
    background: none;
    display: block;
    margin-top: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.exposed article h2 a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
  transition: none;
}
@media (min-width: 48em) {
  .exposed article h2 a {
    width: 100%;
  }
}
@media (min-width: 62em) {
  .exposed article h2 a {
    color: #38383a;
    padding: 20px;
    width: auto;
  }
}
.exposed article h2 a:hover {
  color: #b3292f;
}
.exposed article p {
  display: none;
  line-height: 1.2;
  font-size: 15.008px;
  font-size: 0.938rem;
}
@media (min-width: 62em) {
  .exposed article p {
    display: block;
    padding: 0 20px;
  }
}
.exposed article p a {
  color: #b3292f;
  text-decoration: none;
}
.exposed article p a:hover {
  color: #36973f;
}
@media (min-width: 62em) {
  .exposed article:hover .article-content {
    bottom: 0;
    position: absolute;
    max-height: 500px;
    box-shadow: 0px 0px 20px #58585b;
  }
}
@media (min-width: 62em) {
  .exposed article:hover .article-content h2 {
    margin-top: auto;
    min-height: auto;
    padding-bottom: 0;
    background: #fff;
  }
  .exposed article:hover .article-content h2 a {
    padding: 20px 20px 10px 20px;
  }
}
.exposed article:hover .article-content p {
  background: #fff;
  margin: 0 0 20px;
}
.exposed .article-content {
  /*transition: all .5s ease-in;
  max-height: 100px;*/
}
.exposed .card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.events {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 960px;
}
.events:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .events {
    margin: 10px auto 30px;
  }
}
@media (min-width: 62em) {
  .events {
    margin: 50px auto;
  }
}
.events h2 {
  font-size: 17.008px;
  font-size: 1.063rem;
  color: #38383a;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (min-width: 48em) {
  .events h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 15px 0;
  }
}
.events h2 span {
  color: #36973f;
}
.events article {
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .events article {
    width: 49%;
    float: left;
    margin: 0 2% 15px 0;
    background-size: 125px auto;
    background-position: center left;
    background-repeat: no-repeat;
    min-height: 150px;
    position: relative;
  }
  .events article:nth-child(even) {
    margin-right: 0;
    float: right;
  }
  .events article:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 62em) {
  .events article {
    width: 32%;
    float: left;
    margin: 15px 1%;
    height: 180px;
    background-size: auto 180px;
    background-position: -25px center;
  }
  .events article:nth-child(even) {
    margin-right: inherit;
    float: left;
  }
  .events article:nth-child(odd) {
    clear: none;
  }
  .events article:nth-child(3n+0) {
    margin-right: 0;
    margin-left: 1%;
  }
  .events article:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 1%;
  }
  .events article:nth-child(3n+2) {
    margin-left: 1%;
    margin-right: 1%;
  }
}
.events article a {
  background: #fff;
  display: block;
  text-decoration: none;
}
@media (min-width: 48em) {
  .events article a {
    margin-left: 125px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 62em) {
  .events article a {
    margin-left: 100px;
  }
}
.events article a .article-content {
  text-align: center;
  padding: 5px 10px;
}
.events article a:hover {
  background: #36973f;
}
.events article a:hover .date, .events article a:hover .hour, .events article a:hover h3 {
  color: #fff;
}
.events article .date {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  color: #38383a;
  font-weight: 700;
}
@media (min-width: 48em) {
  .events article .date {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 62em) {
  .events article .date {
    font-size: 27.008px;
    font-size: 1.688rem;
  }
}
.events article .hour {
  display: inline;
  font-size: 11.008px;
  font-size: 0.688rem;
  color: #38383a;
}
@media (min-width: 48em) {
  .events article .hour {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 62em) {
  .events article .hour {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.events article h3 {
  font-size: 13.008px;
  font-size: 0.813rem;
  margin: 0;
}
@media (min-width: 48em) {
  .events article h3 {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
  .events article h3.large {
    line-height: 1;
    font-size: 15.008px;
    font-size: 0.938rem;
  }
  .events article h3.small {
    bottom: auto;
    bottom: 20%;
  }
}
@media (min-width: 62em) {
  .events article h3 {
    font-size: 17.008px;
    font-size: 1.063rem;
  }
  .events article h3.large {
    line-height: 1;
    font-size: 16px;
    font-size: 1rem;
  }
}
.events .archive {
  font-size: 13.008px;
  font-size: 0.813rem;
  float: left;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 48em) {
  .events .archive {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}
.events .archive:hover {
  text-decoration: underline;
}

.single-event h1 {
  color: #36973f;
}

/* Subpages */
@media (min-width: 48em) {
  .main-content {
    float: left;
    width: 65%;
    margin-right: 2%;
  }
}
.main-content .published,
.main-content .event-time {
  font-family: Arial, Helvetica, sans-serif;
}
.main-content .published strong,
.main-content .event-time strong {
  font-weight: 700;
  color: #36973f;
}
@media (min-width: 48em) {
  .main-content .published,
  .main-content .event-time {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 62em) {
  .main-content .published,
  .main-content .event-time {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}
.main-content .lead-image {
  margin-top: 10px;
}
@media (min-width: 48em) {
  .main-content .lead-image {
    margin-top: 25px;
  }
}
@media (min-width: 62em) {
  .main-content .lead-image {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}

.events-list h1 {
  color: #38383a;
}
.events-list h1 span {
  color: #36973f;
}
.events-list h2 {
  margin-top: 0;
  transition: all 0.3s ease;
  color: #38383a;
  font-size: 13.008px;
  font-size: 0.813rem;
}
@media (min-width: 48em) {
  .events-list h2 {
    font-size: 17.008px;
    font-size: 1.063rem;
  }
}
@media (min-width: 62em) {
  .events-list h2 {
    font-size: 19.008px;
    font-size: 1.188rem;
  }
}
.events-list h2:hover {
  color: #36973f;
}
.events-list a {
  text-decoration: none;
  color: #38383a;
}
.events-list a:hover {
  color: #36973f;
}
.events-list .single {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .events-list .single {
    margin-bottom: 5px;
    font-size: 17.008px;
    font-size: 1.063rem;
  }
}
@media (min-width: 62em) {
  .events-list .single {
    margin-bottom: 15px;
    font-size: 19.008px;
    font-size: 1.188rem;
  }
}

.news-list h1 {
  color: #38383a;
}
@media (min-width: 62em) {
  .news-list h1 {
    margin-bottom: 36px;
  }
}
.news-list h1 span {
  color: #b3292f;
}
.news-list h2 {
  margin: 0;
}
.news-list h2 a {
  color: #38383a;
  text-decoration: none;
  font-style: normal;
}
.news-list h2 a:hover {
  color: #b3292f;
}
.news-list .single {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .news-list .single {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}
.news-list .date {
  margin: 3px 0 6px;
  font-size: 12px;
  font-size: 0.75rem;
}
.news-list a {
  color: #b3292f;
  text-decoration: none;
  font-style: italic;
}
.news-list a:hover {
  color: #36973f;
}

.paging {
  text-align: center;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13.008px;
  font-size: 0.813rem;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .paging {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}
.paging a {
  margin: 0 5px;
  color: #38383a;
}
.paging a.current {
  color: #36973f;
  font-weight: 700;
}

.sidebar {
  display: none;
}
@media (min-width: 48em) {
  .sidebar {
    display: block;
    float: right;
    width: 33%;
    padding-top: 67px;
  }
}
@media (min-width: 62em) {
  .sidebar {
    padding-top: 109px;
  }
}
.sidebar .card {
  min-height: 75px;
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (min-width: 62em) {
  .sidebar .card {
    font-size: 23.008px;
    font-size: 1.438rem;
    min-height: 150px;
  }
}
.sidebar .card a {
  font-size: 19.008px;
  font-size: 1.188rem;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  text-decoration: none;
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 62em) {
  .sidebar .card a {
    font-size: 23.008px;
    font-size: 1.438rem;
    padding: 15px;
  }
}
.sidebar .card a:hover {
  color: #b3292f;
}
.sidebar .card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(88, 88, 91, 0.7);
}
.sidebar .latest-title {
  font-size: 19.008px;
  font-size: 1.188rem;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 25px;
}
@media (min-width: 62em) {
  .sidebar .latest-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.sidebar .latest-title span {
  color: #b3292f;
}
.sidebar .latest h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 8px 0 0;
}
@media (min-width: 62em) {
  .sidebar .latest h3 {
    font-size: 15.008px;
    font-size: 0.938rem;
    margin: 10px 0 0;
  }
}
.sidebar .latest h3 a {
  color: #38383a;
  text-decoration: none;
}
.sidebar .latest h3 a:hover {
  color: #b3292f;
}
.sidebar .latest .news-date {
  font-size: 13.008px;
  font-size: 0.813rem;
}
@media (min-width: 62em) {
  .sidebar .latest .news-date {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}
.sidebar .latest.green .latest-title span {
  color: #36973f;
}
.sidebar .latest.green a:hover {
  color: #36973f;
}

.not-found {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}
.not-found h1 {
  font-size: 100px;
  font-size: 6.25rem;
  color: #b3292f;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .not-found h1 {
    font-size: 170px;
    font-size: 10.625rem;
  }
}
@media (min-width: 62em) {
  .not-found h1 {
    font-size: 250px;
    font-size: 15.625rem;
  }
}
.not-found p {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .not-found p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 62em) {
  .not-found p {
    font-size: 33.008px;
    font-size: 2.063rem;
  }
}
.not-found a {
  color: #fff;
  background: #36973f;
  text-decoration: none;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 48em) {
  .not-found a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 62em) {
  .not-found a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.not-found a:hover {
  background: #b3292f;
}

/* Footer */
.site-footer {
  font-family: Arial, Helvetica, sans-serif;
  background: #58585b;
  color: #fff;
  text-align: center;
  font-size: 11.008px;
  font-size: 0.688rem;
  line-height: 2;
  padding: 20px 0;
  border-top: 3px solid #36973f;
}
@media (min-width: 48em) {
  .site-footer {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 62em) {
  .site-footer {
    padding: 15px 0 10px;
  }
}
@media (min-width: 48em) {
  .site-footer .copyright {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
  }
}
@media (min-width: 62em) {
  .site-footer .copyright {
    margin: 20px 0 10px;
  }
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  display: inline-block;
}
@media (min-width: 62em) {
  .site-footer a {
    margin: 0 8px;
    line-height: 1.7;
  }
}
.site-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
