.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
figure {
  margin: 0;
}
.flex-video {
  position: relative;
  padding-top: rem-calc(25);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: rem-calc(16);
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
img {
  width: 100%;
}
img,
svg {
  max-width: 100%;
}
svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.show-small {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-small {
    display: none;
  }
}
.show-large {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-large {
    display: block;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;

}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  margin: 0 !important;
  letter-spacing: 0;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: Merriweather, 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 1.875;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: none;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}
#content {
  margin-top: 1em;
  min-height: 60vh;
}
h1 {
  font-family: 'Oswald', 'Impact', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.1;
  color: #ba0c2f;
  text-align: center;
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.75em;
}
h2 {
  font-family: 'Oswald', 'Impact', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.25;
}
h3 {
  font-family: MerriweatherSans, 'Merriweather Sans', 'Tahoma', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125em;
}
.breadcrumb {
  font-family: Merriweather, 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  font-size: 0.75em;
}
.header {
  width: 100%;
  font-family: MerriweatherSans, 'Merriweather Sans', 'Tahoma', 'Helvetica Neue', Arial, sans-serif;
  padding-top: 1em;
  padding-bottom: 1.5em;
  border-bottom: 14px solid #ba0c2f;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .header {
    position: static;
    margin-top: 3em;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.header-logo {
  width: 250px;
  max-width: 75%;
}
@media only screen and (min-width: 1000px) {
  .header-logo {
    width: 280px;
  }
}
.logo-button-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.search-box,
.search-form {
  z-index: 10;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  position: absolute;
  bottom: -24px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1000px) {
  .search-box,
  .search-form {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    position: relative;
    top: 0;
    bottom: auto;
    max-width: 300px;
    margin: 0;
  }
}
.search-box input,
.search-form input,
.search-box button,
.search-form button {
  height: 34px;
}
.search-box input,
.search-form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bbb;
  border-right: none;
  padding-left: 0.75em;
  font-family: Merriweather, 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 1em;
  margin-top:10px;
}


@media only screen and (min-width: 1000px) {
  .search-box input,
  .search-form input {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
  }
}
.search-box input::-webkit-input-placeholder,
.search-form input::-webkit-input-placeholder {
  color: inherit;
}
.search-box input:-ms-input-placeholder,
.search-form input:-ms-input-placeholder {
  color: inherit;
}
.search-box input::-ms-input-placeholder,
.search-form input::-ms-input-placeholder {
  color: inherit;
}
.search-box input::placeholder,
.search-form input::placeholder {
  color: inherit;
}
.search-box input:focus::-webkit-input-placeholder,
.search-form input:focus::-webkit-input-placeholder {
  opacity: 0.25;
}
.search-box input:focus:-ms-input-placeholder,
.search-form input:focus:-ms-input-placeholder {
  opacity: 0.25;
}
.search-box input:focus::-ms-input-placeholder,
.search-form input:focus::-ms-input-placeholder {
  opacity: 0.25;
}
.search-box input:focus::placeholder,
.search-form input:focus::placeholder {
  opacity: 0.25;
}
.search-box button,
.search-form button {
  background-color: #ba0c2f;
  border: 1px solid #ba0c2f;
  border-left: none;
  color: #fff;
  border: none;
  width: 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (min-width: 1000px) {
  .search-box button,
  .search-form button {
    background-color: #7d7d7d;
  }
}
.search-box button img,
.search-form button img,
.search-box button svg,
.search-form button svg {
  max-width: 20px;
}
.search-box button g,
.search-form button g {
  stroke: #fff;
}
@media only screen and (min-width: 1000px) {
  .search-box button g,
  .search-form button g {
    stroke: #c9c9c9;
  }
}
.menuOpen {
  position: relative;
  width: 28px;
  height: 28px;
  overflow: hidden;
}
.menuOpen:after {
  content: "";
  background-image: url("../img/menubars.svg");
  -webkit-background-origin: center center;
          background-origin: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 28px 28px;
          background-size: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -12px;
  left: 0;
}
.menuOpen img {
  max-width: 28px;
  -webkit-transform: translateY(-9999px);
      -ms-transform: translateY(-9999px);
          transform: translateY(-9999px);
}
.menuOpen.open:after {
  background-image: url("../img/menux.svg");
}
@media only screen and (min-width: 1000px) {
  .menuOpen {
    display: none;
  }
}
.nav-container {
  z-index: 9;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 14px;
}
@media only screen and (min-width: 1000px) {
  .nav-container {
    position: static;
    overflow: visible;
    border-top: 14px solid #ba0c2f;
  }
}
.nav-main {
  -webkit-transition-duration: 0.225s;
          transition-duration: 0.225s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  overflow: hidden;
  position: relative;
  height: auto;
  max-height: 0;
}
.nav-main.narrow {
  -webkit-transition-property: max-height, padding;
  transition-property: max-height, padding;
}
.nav-main.wide {
  -webkit-transition-property: none;
  transition-property: none;
}
.nav-main.open {
  max-height: 300vh;
}
@media only screen and (min-width: 1000px) {
  .nav-main {
    position: static;
    max-height: 100%;
    overflow: visible;
  }
  .nav-main.open {
    max-height: 100%;
  }
}
.top-bar-navigation {
  width: 100%;
  text-transform: uppercase;
  color: #414444;
  background-color: #dcdcdc;
  padding: 0 1em;
  padding-top: 10px;
  width: 100%;
  font-size: 10px;
}
@media only screen and (min-width: 1000px) {
  .top-bar-navigation {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,0);
    color: rgba(85,79,71,0.6);
    font-size: 14px;
    font-weight: 500;
  }
}
.top-bar-navigation a {
  color: #414444;
  text-decoration: none;
  padding: 14px 4px;
  display: block;
}
.top-bar-navigation a:link {
  color: #414444;
}
.top-bar-navigation a:hover,
.top-bar-navigation a:focus {
  color: #2d3030;
}
.top-bar-navigation a:active {
  color: #787e7e;
}
.top-bar-navigation a:hover,
.top-bar-navigation a:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 1000px) {
  .top-bar-navigation a {
    padding: 0.5em 1em;
  }
}
.top-bar-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .top-bar-navigation ul {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-bar-navigation ul li {
  display: inline-block;
}
.main-menu {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-color: #5d5d5d;
  color: #fff;
  padding: 0 2em;
  z-index: 0;
}
.narrow .main-menu {
  -webkit-transition-property: max-height, padding;
  transition-property: max-height, padding;
}
.wide .main-menu {
  -webkit-transition-property: none;
  transition-property: none;
}
.narrow.open .main-menu {
  padding: 1em 2em 2em 2em;
}
@media only screen and (min-width: 1000px) {
  .main-menu {
    background-color: rgba(255,255,255,0);
    color: #ba0c2f;
  }
}
.main-menu a {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #fff;
  padding: 4px 0px;
  width: 100%;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #878686;
}
.main-menu a:link {
  color: #fff;
}
.main-menu a:hover,
.main-menu a:focus {
  color: #fff;
}
.main-menu a:active {
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  .main-menu a {
    color: #ba0c2f;
    border-bottom: none;
    padding: 15px 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
  }
  .main-menu a:link {
    color: #ba0c2f;
  }
  .main-menu a:hover,
  .main-menu a:focus {
    color: #ba0c2f;
  }
  .main-menu a:active {
    color: #ba0c2f;
  }
  .main-menu a:hover span,
  .main-menu a:focus span {
    border-bottom: 3px solid #ba0c2f;
  }
  .main-menu a.submenu-open {
    background-color: #f4f4f4;
  }
  .main-menu a.submenu-open span {
    border-bottom: 3px solid #ba0c2f;
  }
}
.main-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 1000px) {
  .main-menu ul {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: none;
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: -10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.main-menu li {
  position: static;
}
@media only screen and (min-width: 1000px) {
  .main-menu li {
    position: relative;
    overflow: visible;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-menu li:last-child ul {
    left: auto;
    right: 0;
  }
}
.main-menu li ul {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  text-transform: none;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  overflow: hidden;
  padding: 0 0 0 1em;
  height: auto;
  max-height: 0;
  width: 100%;
}
.narrow .main-menu li ul {
  -webkit-transition-property: max-height, padding;
  transition-property: max-height, padding;
}
.wide .main-menu li ul {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.main-menu li ul a {
  text-align: left;
  border-bottom: none;
  padding: 0;
}
@media only screen and (min-width: 1000px) {
  .main-menu li ul {
    width: 300%;
    max-width: 275px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f4f4f4;
    color: #222;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    font-size: 14px;
    height: auto;
    max-height: none;
    opacity: 0;
    pointer-events: none;
    padding: 1em 2em 1em 2em;
  }
  .main-menu li ul a {
    color: #222;
    white-space: normal;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-menu li ul a:link {
    color: #222;
  }
  .main-menu li ul a:hover,
  .main-menu li ul a:focus {
    color: #222;

  }
  .main-menu li ul a:active {
    color: #222;
  }
  .main-menu li ul a:hover span,
  .main-menu li ul a:focus span {
    border-bottom: 1px solid #3a3a3a;
  }
  .main-menu li ul a.submenu-open span {
    border-bottom: 1px solid #3a3a3a;
  }
}
.main-menu li ul.submenu-open {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
  padding: 1em 0 1em 1em;
}
@media only screen and (min-width: 1000px) {
  .main-menu li ul.submenu-open {
    padding: 1em 2em 1em 2em;
  }
}
.footer3 {
  background:#e7e8e8 center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 50px 20px;
  border-top: none;
  color:#4f4f4f;
}
@media screen and (min-width: 420px) {
  .footer3 {
    padding: 50px 45px;
  }
}
@media screen and (min-width: 768px) {
  .footer3 {
    padding: 50px 45px;
  }
}
.footerContents {
  width: 100%;
  margin: 0 auto;
  max-width: 910px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1576px) {
  .footerContents {
    max-width: 1092px;
  }
}
@media screen and (min-width: 768px) {
  .footerContents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.logo-and-copyright {
  display: inline-block;
  width: 100%;
}
.logo-and-copyright .logo img {
  width: 100%;
  max-width: 246px;
}
.logo-and-copyright .logo.show-small {
  text-align: center;
  margin-bottom: 32px;
}
.logo-and-copyright .logo.show-small img {
  max-width: 200px;
}
.copyright {
  margin-top: 1em;
  color: #4f4f4f;
  font-family: $MerriweatherSansStack;
  font-size: 16px;
  line-height: 1.6;
}
.copyright p {
  margin-bottom: 0;
  color:#4f4f4f !important;
  font-size:16px;
}
.copyright.show-small {
  text-align: center;
  margin: 0 auto;

}
.footer-menu {
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.2;
  color: #4f4f4f;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-menu a {
  color: #4f4f4f;
  -webkit-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
  font-size:16px;
}
.footer-menu a:link,
.footer-menu a:active,
.footer-menu a:visited {
  color: #4f4f4f;
}
.footer-menu a:hover,
.footer-menu a:focus {
  color: #4f4f4f !important;
}
.footer-menu ul {
  list-style: none;
  line-height: 1.2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer-menu ul {
    text-align: left;
  }
}
.footer-menu li {
  padding: 5px 16px;
  width: 50%;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (min-width: 768px) {
  .footer-menu li {
    padding: 6px 16px;
    border-left: 1px solid #4f4f4f;
  }
}
.home-slick {
  position: relative;
  margin-bottom: verticalSpace;
}
.home-slick .slick-slide {
  position: relative;
  height: 520px;
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-slick .slick-slide .wrapper {
  height: 520px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-highlight-description,
.home-highlight-headline {
  color:#fff;
  text-align: center;
  line-height: 1.3;
  font-weight: normal;

}
.slick-prev,
.slick-next {
  z-index: 100;
}
.slick-prev::before,
.slick-next::before {
  color: clNavGreen !important;
}
.slick-prev {
  left: 5px !important;
}
.slick-next {
  right: 5px !important;
}

/*# sourceMappingURL=main.css.map */
