@import url("fontawesome-all.min.css");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100vh;
}
body {
  line-height: 1;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #f2f5f3;
}
body.is-preload *,
body.is-preload :after,
body.is-preload :before {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
body,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #6b7770;
  font-size: 13pt;
  line-height: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #e1670a;
  margin: 0.8em;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h2 {
  font-size: 1.65em;
}
h2.major {
  position: relative;
  border-top: solid 5px #e7eae8;
  font-size: 1.65em;
  text-align: center;
  margin: 0 0 3em 0;
  top: 0.775em;
}
h2.major span {
  background: #fff;
  position: relative;
  display: inline-block;
  top: -0.775em;
  padding: 0 1.25em 0 1.25em;
  font-size: 0.65em;
}
h3,
h4 {
  font-size: 1.25em;
}
a {
  color: #6b7770;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
b,
strong {
  font-weight: 700;
  color: #6b7770;
}
em,
i {
  font-style: italic;
}
br.clear {
  clear: both;
}
sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}
hr {
  border: 0;
  border-top: solid 2px #e7eae8;
  margin: 0 0 3em 0;
}
blockquote {
  border-left: solid 5px #e7eae8;
  padding: 1em 0 1em 1.5em;
  font-style: italic;
}
dl,
ol,
p,
table,
ul {
  margin-bottom: 3em;
}
li:hover a {
  background-color: #dbd9d870;
  border-bottom: 0.12em solid #e1670a;
  color: #fff;
  text-decoration: none;
}
article,
section {
  margin-bottom: 6em;
}
article:last-child,
article > :last-child,
section:last-child,
section > :last-child {
  margin-bottom: 0;
}
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 84em;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: auto;
  background-color: #fff;
}
@media screen and (max-width: 1680px) {
  .container {
    width: 75em;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 980px) {
  .container {
    width: calc(100% - 100px);
    padding-top: 15px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 736px) {
  .container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 360px) {
  .container {
    width: calc(100% - 30px);
  }
}
.card {
  background-color: #f0f0f0;
  max-width: 1600px;
  margin: 1.25em auto;
  padding: 1em 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.card article {
  width: 12rem;
  height: 18rem;
  background-color: #fff;
  border-radius: 5px;
  margin-block: 2em;
  margin-inline: 0.5em;
  overflow: hidden;
  padding: 0;
}
.card article img {
  height: 10rem;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 0 10px -5px #4c4948;
  border-radius: 5px;
  margin-bottom: 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.card article img:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.17);
  transform: scale(1.17);
}
.card article h2 {
  font-size: clamp(0.6rem, 1.2vw, 0.9rem);
  font-weight: 600;
  line-height: 1.2em;
  padding: 0 0.1em 0.2em 0.1em;
}
.card article p {
  display: none;
  font-size: 0.9em;
  padding: 0 1.2em 0 1.2em;
}
.row {
  margin: 10px -16px;
}
.row,
.row > .column {
  padding: 10px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.card > .column {
  float: left;
  display: none;
}
.card > .show {
  display: block;
}
#myBtnContainer {
  background-color: #f0f0f0;
  padding: 8px 8px;
}
.btn {
  border: none;
  outline: 0;
  padding: 8px 8px;
  margin: 0.2em;
  background-color: #fff;
  cursor: pointer;
  color: #141414;
}
.btn:hover {
  background-color: #ddd;
  border-bottom: 0.188em solid #e1670a;
  color: #000;
}
.btn.active {
  background-color: #838080;
  border-bottom: 0.188em solid #e1670a;
  color: #fff;
}
.card article.calendar {
  width: 20em;
  height: auto;
}
.card article.calendar img {
  height: auto;
}
.bvcard {
  background-color: #f0f0f0;
  background-image: url(images/overlay.png);
  max-width: 1600px;
  margin: 1.25em auto;
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  column-gap: 2em;
}
.bvcard ul,
p {
  list-style: square;
  width: 100%;
  padding: 0 2em;
  margin: 2em 0;
  color: #000;
  font-size: clamp(2em 4em 6em);
}
.bvimage {
  height: 280px;
}
.item h6 {
  display: none;
}
.bvimage {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.bvarticle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  vertical-align: top;
  border-radius: 8px;
  padding: 0;
  margin-block: 1em;
  margin-inline: 0;
  overflow: hidden;
}
.iframegallery {
  width: 100%;
  height: 800px;
}
.iframeimage {
  width: 600px;
  aspect-ratio: calc(2 / 3);
}
.iframe360 {
  width: 450px;
  aspect-ratio: calc(3 / 3);
  margin: 0;
  padding: 20px;
  border-radius: 12px;
}
.gallerycontainer {
  border-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
  width: 1000px;
}
.thumbnail img {
  border: 1px solid #999;
  margin: 0 8px 8px 0;
  height: 65px;
  width: 65px;
  visibility: visible;
  background-color: transparent;
  z-index: 5;
}
.thumbnail:hover {
  border-style: none;
  background-color: transparent;
  z-index: 5;
}
.thumbnail:hover img {
  border: 1px solid #000;
  background-color: transparent;
  z-index: 5;
}
.thumbnail span {
  border-style: none;
  border-width: 0;
  padding: 0;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  position: absolute;
  left: -4000px;
  visibility: hidden;
  z-index: -5;
}
.thumbnail span img {
  border-style: none;
  width: auto;
  height: auto;
  background-color: transparent;
  z-index: 5;
  max-width: 800px;
  max-height: 480px;
}
.thumbnail:hover span {
  border: 1px solid #fff;
  visibility: visible;
  top: 0;
  left: 620px;
  background-color: #fff;
  width: 640px;
  height: 360px;
  z-index: 5;
}
.proj_txt {
  height: 150px;
  width: 480px;
  margin-top: 82px;
  z-index: 5;
  font-family: Verdana;
  font-weight: 400;
  font-size: 9pt;
}
.startbild {
  position: absolute;
  top: 0;
  left: 620px;
  width: 420px;
  height: 360px;
  z-index: 1;
}
.startbild img {
  border: 1px solid #000;
  height: 320px;
  background-color: transparent;
  width: auto;
  max-width: 640px;
  margin-bottom: 8px;
}
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 10px 10px;
  gap: 8px;
  background-color: #2f2c2c;
  font-size: 0.8em;
  z-index: 1000;
}
.div_footer1,
.div_footer2 {
  max-width: 1800px;
  border-left: 2px solid #838383;
}
.footer ul {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.footer ul li {
  display: inline-block;
  font-size: 0.9em;
  line-height: 2.8em;
  color: #e2dbdb;
  padding: 0 0.625em 0 0.625em;
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}
.row > * {
  box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row.aln-left {
  justify-content: flex-start;
}
.row.aln-center {
  justify-content: center;
}
.row.aln-right {
  justify-content: flex-end;
}
.row.aln-top {
  align-items: flex-start;
}
.row.aln-middle {
  align-items: center;
}
.row.aln-bottom {
  align-items: flex-end;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.33333%;
}
.row > .off-1 {
  margin-left: 8.33333%;
}
.row > .col-2 {
  width: 16.66667%;
}
.row > .off-2 {
  margin-left: 16.66667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.33333%;
}
.row > .off-4 {
  margin-left: 33.33333%;
}
.row > .col-5 {
  width: 41.66667%;
}
.row > .off-5 {
  margin-left: 41.66667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.33333%;
}
.row > .off-7 {
  margin-left: 58.33333%;
}
.row > .col-8 {
  width: 66.66667%;
}
.row > .off-8 {
  margin-left: 66.66667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.33333%;
}
.row > .off-10 {
  margin-left: 83.33333%;
}
.row > .col-11 {
  width: 91.66667%;
}
.row > .off-11 {
  margin-left: 91.66667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0;
}
.row.gtr-0 > * {
  padding: 0;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0;
}
.row.gtr-25 {
  margin-top: -12.5px;
  margin-left: -12.5px;
}
.row.gtr-25 > * {
  padding: 12.5px 0 0 12.5px;
}
.row.gtr-25.gtr-uniform {
  margin-top: -12.5px;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 12.5px;
}
.row.gtr-50 {
  margin-top: -25px;
  margin-left: -25px;
}
.row.gtr-50 > * {
  padding: 25px 0 0 25px;
}
.row.gtr-50.gtr-uniform {
  margin-top: -25px;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 25px;
}
.row {
  margin-top: -50px;
  margin-left: -50px;
}
.row > * {
  padding: 50px 0 0 50px;
}
.row.gtr-uniform {
  margin-top: -50px;
}
.row.gtr-uniform > * {
  padding-top: 50px;
}
.row.gtr-150 {
  margin-top: -75px;
  margin-left: -75px;
}
.row.gtr-150 > * {
  padding: 75px 0 0 75px;
}
.row.gtr-150.gtr-uniform {
  margin-top: -75px;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 75px;
}
.row.gtr-200 {
  margin-top: -100px;
  margin-left: -100px;
}
.row.gtr-200 > * {
  padding: 100px 0 0 100px;
}
.row.gtr-200.gtr-uniform {
  margin-top: -100px;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 100px;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.33333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.33333%;
  }
  .row > .col-2-xlarge {
    width: 16.66667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.66667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.33333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.33333%;
  }
  .row > .col-5-xlarge {
    width: 41.66667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.66667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.33333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.33333%;
  }
  .row > .col-8-xlarge {
    width: 66.66667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.66667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.33333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.33333%;
  }
  .row > .col-11-xlarge {
    width: 91.66667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.66667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row.gtr-50 > * {
    padding: 25px 0 0 25px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }
  .row {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row > * {
    padding: 50px 0 0 50px;
  }
  .row.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-uniform > * {
    padding-top: 50px;
  }
  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }
  .row.gtr-150 > * {
    padding: 75px 0 0 75px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }
  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }
  .row.gtr-200 > * {
    padding: 100px 0 0 100px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.33333%;
  }
  .row > .off-1-large {
    margin-left: 8.33333%;
  }
  .row > .col-2-large {
    width: 16.66667%;
  }
  .row > .off-2-large {
    margin-left: 16.66667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.33333%;
  }
  .row > .off-4-large {
    margin-left: 33.33333%;
  }
  .row > .col-5-large {
    width: 41.66667%;
  }
  .row > .off-5-large {
    margin-left: 41.66667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.33333%;
  }
  .row > .off-7-large {
    margin-left: 58.33333%;
  }
  .row > .col-8-large {
    width: 66.66667%;
  }
  .row > .off-8-large {
    margin-left: 66.66667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.33333%;
  }
  .row > .off-10-large {
    margin-left: 83.33333%;
  }
  .row > .col-11-large {
    width: 91.66667%;
  }
  .row > .off-11-large {
    margin-left: 91.66667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-25 > * {
    padding: 10px 0 0 10px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 10px;
  }
  .row.gtr-50 {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row.gtr-50 > * {
    padding: 20px 0 0 20px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 20px;
  }
  .row {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row > * {
    padding: 40px 0 0 40px;
  }
  .row.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-uniform > * {
    padding-top: 40px;
  }
  .row.gtr-150 {
    margin-top: -60px;
    margin-left: -60px;
  }
  .row.gtr-150 > * {
    padding: 60px 0 0 60px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -60px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 60px;
  }
  .row.gtr-200 {
    margin-top: -80px;
    margin-left: -80px;
  }
  .row.gtr-200 > * {
    padding: 80px 0 0 80px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -80px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 80px;
  }
}
@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.33333%;
  }
  .row > .off-1-medium {
    margin-left: 8.33333%;
  }
  .row > .col-2-medium {
    width: 16.66667%;
  }
  .row > .off-2-medium {
    margin-left: 16.66667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.33333%;
  }
  .row > .off-4-medium {
    margin-left: 33.33333%;
  }
  .row > .col-5-medium {
    width: 41.66667%;
  }
  .row > .off-5-medium {
    margin-left: 41.66667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.33333%;
  }
  .row > .off-7-medium {
    margin-left: 58.33333%;
  }
  .row > .col-8-medium {
    width: 66.66667%;
  }
  .row > .off-8-medium {
    margin-left: 66.66667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.33333%;
  }
  .row > .off-10-medium {
    margin-left: 83.33333%;
  }
  .row > .col-11-medium {
    width: 91.66667%;
  }
  .row > .off-11-medium {
    margin-left: 91.66667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
  }
  .row.gtr-25 > * {
    padding: 12.5px 0 0 12.5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 12.5px;
  }
  .row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
  }
  .row.gtr-50 > * {
    padding: 25px 0 0 25px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -25px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 25px;
  }
  .row {
    margin-top: -50px;
    margin-left: -50px;
  }
  .row > * {
    padding: 50px 0 0 50px;
  }
  .row.gtr-uniform {
    margin-top: -50px;
  }
  .row.gtr-uniform > * {
    padding-top: 50px;
  }
  .row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
  }
  .row.gtr-150 > * {
    padding: 75px 0 0 75px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -75px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 75px;
  }
  .row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
  }
  .row.gtr-200 > * {
    padding: 100px 0 0 100px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -100px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 100px;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.33333%;
  }
  .row > .off-1-small {
    margin-left: 8.33333%;
  }
  .row > .col-2-small {
    width: 16.66667%;
  }
  .row > .off-2-small {
    margin-left: 16.66667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.33333%;
  }
  .row > .off-4-small {
    margin-left: 33.33333%;
  }
  .row > .col-5-small {
    width: 41.66667%;
  }
  .row > .off-5-small {
    margin-left: 41.66667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.33333%;
  }
  .row > .off-7-small {
    margin-left: 58.33333%;
  }
  .row > .col-8-small {
    width: 66.66667%;
  }
  .row > .off-8-small {
    margin-left: 66.66667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.33333%;
  }
  .row > .off-10-small {
    margin-left: 83.33333%;
  }
  .row > .col-11-small {
    width: 91.66667%;
  }
  .row > .off-11-small {
    margin-left: 91.66667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: -5px;
    margin-left: -5px;
  }
  .row.gtr-25 > * {
    padding: 5px 0 0 5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 5px;
  }
  .row.gtr-50 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-50 > * {
    padding: 10px 0 0 10px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 10px;
  }
  .row {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row > * {
    padding: 20px 0 0 20px;
  }
  .row.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-uniform > * {
    padding-top: 20px;
  }
  .row.gtr-150 {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row.gtr-150 > * {
    padding: 30px 0 0 30px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 30px;
  }
  .row.gtr-200 {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row.gtr-200 > * {
    padding: 40px 0 0 40px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 40px;
  }
}
@media screen and (max-width: 360px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-xsmall {
    order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.33333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.33333%;
  }
  .row > .col-2-xsmall {
    width: 16.66667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.66667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.33333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.33333%;
  }
  .row > .col-5-xsmall {
    width: 41.66667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.66667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.33333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.33333%;
  }
  .row > .col-8-xsmall {
    width: 66.66667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.66667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.33333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.33333%;
  }
  .row > .col-11-xsmall {
    width: 91.66667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.66667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: -3.75px;
    margin-left: -3.75px;
  }
  .row.gtr-25 > * {
    padding: 3.75px 0 0 3.75px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -3.75px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 3.75px;
  }
  .row.gtr-50 {
    margin-top: -7.5px;
    margin-left: -7.5px;
  }
  .row.gtr-50 > * {
    padding: 7.5px 0 0 7.5px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -7.5px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 7.5px;
  }
  .row {
    margin-top: -15px;
    margin-left: -15px;
  }
  .row > * {
    padding: 15px 0 0 15px;
  }
  .row.gtr-uniform {
    margin-top: -15px;
  }
  .row.gtr-uniform > * {
    padding-top: 15px;
  }
  .row.gtr-150 {
    margin-top: -22.5px;
    margin-left: -22.5px;
  }
  .row.gtr-150 > * {
    padding: 22.5px 0 0 22.5px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -22.5px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 22.5px;
  }
  .row.gtr-200 {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row.gtr-200 > * {
    padding: 30px 0 0 30px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 30px;
  }
}
.image {
  position: relative;
  display: inline-block;
  border-radius: 8px;
}
.image img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/overlay.png);
  border-radius: 8px;
}
.image.fit {
  display: block;
  width: 100%;
}
.image.featured {
  display: block;
  width: 60%;
  margin: 0 auto 2em;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image.centered img {
  margin: 0 auto;
  width: 40%;
}
.image.line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 100%;
  margin: 2em auto;
}
.post {
  display: flex;
  flex-direction: column;
  margin: 1em;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  background: #afafaf;
  color: #fff;
  border: 0;
  line-height: 1.2em;
  border-radius: 8px;
  outline: 0;
  cursor: pointer;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-size: 1em;
  margin: 0.2em;
  padding: 0.25em 0.85em;
  text-align: center;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #838383;
  text-decoration: none;
}
.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #ff1245;
}
.button.alt,
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt {
  background: #15974f;
}
.button.alt:hover,
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover {
  background: #ccd5d0;
}
.button.alt:active,
button.alt:active,
input[type="button"].alt:active,
input[type="reset"].alt:active,
input[type="submit"].alt:active {
  background: #b1bab5;
}
.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
  font-size: 1.65em;
}
ul {
  list-style: disc;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
ol {
  list-style: decimal;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}
ul.divided {
  list-style: none;
  padding-left: 0;
}
ul.divided > li {
  border-top: solid 2px #e7eae8;
  padding-top: 2.35em;
  margin-top: 2.35em;
  padding-left: 0;
}
ul.divided > li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
ul.actions {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 2em 0 0 0;
}
ul.actions li {
  display: inline-block;
  margin: 0 0 0 1em;
  padding-left: 0;
}
ul.actions li:first-child {
  margin-left: 0;
}
ul.contact {
  list-style: none;
  padding-left: 0;
  cursor: default;
}
ul.contact li {
  -moz-transition: top 0.15s ease-in-out;
  -webkit-transition: top 0.15s ease-in-out;
  -ms-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
  position: relative;
  display: inline-block;
  margin: 0 0.25em 0 0.25em;
  top: 0;
  padding-left: 0;
}
ul.contact li a {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  outline: 0;
  background: #c1cac5;
  text-align: center;
}
ul.contact li a:before {
  color: #f2f5f3;
  font-size: 32px;
  line-height: 48px;
}
ul.contact li:hover {
  top: -5px;
}
ul.contact li:hover a.fa-facebook {
  background-color: #3c5a98;
}
ul.contact li:hover a.fa-twitter {
  background-color: #2daae4;
}
ul.contact li:hover a.fa-dribbble {
  background-color: #c4376b;
}
ul.contact li:hover a.fa-linkedin {
  background-color: #006599;
}
ul.contact li:hover a.fa-instagram {
  background-color: #2e5e86;
}
ul.contact li:hover a.fa-google-plus {
  background-color: #da2713;
}
ul.contact li:active {
  top: 0;
}
ul.special {
  list-style: none;
  padding-left: 0;
  cursor: default;
  position: relative;
  margin: -2em 0 4em -2em;
}
ul.special li {
  -moz-transition: top 0.15s ease-in-out;
  -webkit-transition: top 0.15s ease-in-out;
  -ms-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
  position: relative;
  display: inline-block;
  top: 0;
  padding: 2em 0 0 2em;
}
ul.special li a {
  display: block;
  outline: 0;
}
ul.special li a:before {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: block;
  text-align: center;
  background: #c1cac5;
  border-radius: 100%;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.175em;
  font-size: 5em;
  color: #fff;
}
ul.special li:hover {
  top: -1em;
}
ul.special li:hover a:before {
  background: #b9d2ce;
}
ul.meta {
  font-size: 0.85em;
  color: #a1aaa5;
  list-style: none;
  padding-left: 0;
}
ul.meta li {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  padding-left: 0;
}
ul.meta li a {
  color: inherit;
  outline: 0;
}
ul.meta li:first-child {
  margin-left: 0;
}
ul.meta li:before {
  opacity: 0.5;
  cursor: default;
  margin-right: 0.5em;
}
ul.menu {
  list-style: none;
  padding-left: 0;
}
ul.menu li {
  border-left: solid 1px #e7eae8;
  display: inline-block;
  padding: 0 0 0 0.75em;
  margin: 0 0 0 0.75em;
}
ul.menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
form label {
  display: block;
  margin: 0 0 1em 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7770;
}
form input[type="email"],
form input[type="password"],
form input[type="text"],
form select,
form textarea {
  appearance: none; /* standard */
  -webkit-appearance: none; /* Safari / older Chromium */
  -moz-appearance: none; /* older Firefox */

  display: block;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #e7eae8;
}
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="text"]:focus,
form select:focus,
form textarea:focus {
  border-color: #d307d3;
}
form input[type="email"],
form input[type="password"],
form input[type="text"],
form select {
  line-height: 3em;
  padding: 0 1em;
}
form textarea {
  min-height: 9em;
  padding: 1em;
}
form ::-webkit-input-placeholder {
  color: #555 !important;
}
form :-moz-placeholder {
  color: #555 !important;
}
form ::-moz-placeholder {
  color: #555 !important;
}
form :-ms-input-placeholder {
  color: #555 !important;
}
form ::-moz-focus-inner {
  border: 0;
}
table {
  width: 100%;
}
table.default {
  width: 100%;
}
table.default tr {
  border-top: solid 2px #e7eae8;
}
table.default tr:first-child {
  border-top: 0;
}
table.default td {
  padding: 0.5em 1em 0.5em 1em;
}
table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0 0 1em 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7770;
}
table.default thead {
  background: #e7eae8;
  color: #fff;
}
.box {
  display: flex;
  flex-direction: column;
}
.box.highlight {
  text-align: center;
}
.box.highlight h2 {
  font-size: 3em;
  margin: 0 0 0.25em 0;
}
.box.highlight header > p {
  font-size: 1.65em;
  margin: 0 0 1.5em 0;
}
.box.feature {
  text-align: center;
}
.box.post header {
  margin: 0 0 2.5em 0;
}
.box.post h3 {
  font-size: 3em;
  margin: 0 0 0.25em 0;
}
.box.post header > p {
  font-size: 1.65em;
  margin: 0 0 0.5em 0;
}
.box.post ul.meta {
  margin: 0 0 0.5em 0;
}
.box.post-summary h3 {
  line-height: 1em;
  margin: 0 0 0.75em 0;
}
.box.post-summary .meta {
  margin: 0;
  line-height: 1em;
}
.box.page-content header {
  margin: 0 0 2.5em 0;
}
.box.page-content h2 {
  font-size: 2em;
  margin: 0 0 0.5em 0;
  text-align: center;
}
.box.page-content h3 {
  font-size: 1.4em;
  margin: 0.5em 0 1.5em 0;

  text-align: left;
}
.box.page-content h4 {
  font-size: 1.2em;
  margin: 0.5em 0 1.5em 0;
  color: #2c2c2c;
  text-align: left;
}
.box.page-content h6 {
  font-size: 1em;
  margin: 0 0 1.5em 0;
  color: #2c2c2c;
  text-align: left;
}
.box.page-content header > p {
  font-size: 1.65em;
  margin: 0 0 0.5em 0;
}
.box.page-content ul.meta {
  margin: 0 0 0.5em 0;
}
.icon {
  text-decoration: none;
  position: relative;
  text-decoration: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon:before {
  line-height: inherit;
}
.icon > .label {
  display: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
#page-wrapper > section {
  margin-bottom: 0;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 180px;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4em;
  transition: transform 0.25s 0.1s ease-in-out;
  width: 100%;
  padding: 1em 0 1em 0;
  background: #fff;
}
.down #header {
  transform: translate3d(0, -100px, 0);
}
.logo1 {
  flex-basis: 15em;
  height: fit-content;
}
.logo1 img {
  width: 80%;
  max-width: 100%;
}
.logo2 {
  position: relative;
  flex-basis: 30em;
  font-weight: 700;
  color: #e1670a;
  font-size: 1em;
}
.logo2 h1 {
  position: absolute;
  top: 0;
  right: 0;
}
#header .logo p {
  display: inline;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #e1670a;
  font-size: 1.4em;
  margin: 0 2em 0 4em;
}
#nav {
  top: 0;
  left: 0;
  margin-top: 0, 5em;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url(images/overlay.png);
  width: 100%;
  height: 2.7em;
  line-height: 2.25em;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}
#nav ul {
  position: relative;
}
#nav li {
  display: inline-block;
  margin: 0 0.5em 0 0.5em;
  top: 0;
  position: relative;
  -moz-transition: top 0.15s ease-in-out;
  -webkit-transition: top 0.15s ease-in-out;
  -o-transition: top 0.15s ease-in-out;
  -ms-transition: top 0.15s ease-in-out;
  transition: top 0.15s ease-in-out;
}
#nav li > ul {
  display: none;
}
#nav li a,
#nav li span {
  -moz-transition:
    background-color 75ms ease-in-out,
    color 75ms ease-in-out;
  -webkit-transition:
    background-color 75ms ease-in-out,
    color 75ms ease-in-out;
  -ms-transition:
    background-color 75ms ease-in-out,
    color 75ms ease-in-out;
  transition:
    background-color 75ms ease-in-out,
    color 75ms ease-in-out;
  position: relative;
  display: block;
  color: #6b7770;
  top: -6px;
  padding: 6px 1.5em 0.25em 1.5em;
  outline: 0;
}
#nav li.active,
#nav li:hover {
  top: 3px;
}
#nav li:hover a,
#nav li:hover span {
  background-color: #bebebe;
  border-bottom: 0.188em solid #e1670a;
  color: #fff;
}
#nav li.active a,
#nav li.active span {
  background: #bbc2be;
  color: #fff;
}
#nav li.current a {
  border-bottom: 0.188em solid #e1670a;
}
#nav a.active {
  font-weight: 700;
  pointer-events: none;
  cursor: default;
  border-bottom: 0.188em solid #e1670a;
}
.dropotron {
  list-style: none;
  background: #6b7770;
  color: #fff;
  border-radius: 6px;
  line-height: 2.75em;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1em 0;
  text-align: left;
  min-width: 14em;
  margin-top: -1em;
  box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
}
.dropotron li {
  padding-left: 0;
}
.dropotron li > a,
.dropotron li > span {
  display: block;
  color: #d7dad8;
  text-decoration: none;
  padding: 0 1.25em;
}
.dropotron li:hover > a,
.dropotron li:hover > span {
  color: #fff;
  background: #7b8780;
}
.dropotron li.active > a,
.dropotron li.active > span {
  color: #fff;
  background: #7b8780;
}
.dropotron li:first-child {
  border-top: 0;
}
.dropotron.level-0 {
  margin-top: 1em;
  font-size: 0.9em;
}
.dropotron.level-0:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1em;
  top: -0.65em;
  border-bottom: solid 1em #6b7770;
  border-left: solid 1em transparent;
  border-right: solid 1em transparent;
}
#banner {
  background-size: auto, auto, cover;
  padding: 0 0;
  max-width: none !important;
  width: 100%;
}
#banner .content {
  z-index: 0;
  text-align: center;
  margin: 140px 0 0 0;
  padding: 2em 0 0 0;
}
#banner .content h2 img {
  width: 10em;
  max-width: 100%;
  margin: 0 0 1.5em 0;
}
#banner .content p {
  display: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #e1670a;
  font-size: 0.9em;
  margin: 2em 0 2em 0;
}
#banner .content .button {
  -moz-transition:
    border-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
  -webkit-transition:
    border-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
  -ms-transition:
    border-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
  transition:
    border-color 0.2s ease-in-out,
    color 0.2s ease-in-out;
  color: #020202b4;
  background: 0 0 !important;
  border: solid 2px #575d59;
  border-color: rgba(87, 93, 89, 0.35);
  font-size: 1em;
  margin: em 0 0 0;
  display: none;
}
#banner .content .button:hover {
  color: #020202b4;
  border-color: rgba(87, 93, 89, 0.75);
  font-size: 1.6em;
  transition: font-size 0.82s;
}
#banner .content .button:active {
  color: #fff;
  border-color: #616763;
}
#banner .noindex {
  position: relative;
  background-color: rgba(247, 247, 247, 0.226);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../images/layout/slide/slide1.jpg), url(../../images/highlight.png);
  background-position: center center;
  background-size:
    auto,
    100% 250%;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  padding: 10em 0 10em 0;
  z-index: -10;
}
#banner .noindex h2 {
  color: #fff;
}
#banner .noindex h2 img {
  width: 10em;
  max-width: 100%;
  margin: 0 0 1.5em 0;
}
#main {
  position: sticky;
  background: #fff;
  z-index: 500;
  flex: 1;
}
.box {
  background: #e2e2e2;
  border-top: solid 2px #c7c7c7;
  border-bottom: solid 2px #bdbdbd;
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 2em 4em 2em 4em;
}
.sidebar h2.major {
  text-align: left;
  margin: 0 0 1.5em 0;
}
.sidebar h2.major span {
  padding-left: 0;
}
#copyright {
  display: inline-block;
  background: #e7eae8;
  padding: 0.75em 2em 0.75em 2em;
  border-radius: 8px;
  color: #8b9790;
  margin: 4em 0 0 0;
}
#copyright a {
  color: inherit;
}
#copyright .menu {
  margin: 0;
}
#copyright .menu li {
  border-color: #c1cac5;
  border-width: 2px;
  line-height: 1em;
}
.back-to-top {
  background-color: rgba(58, 58, 58, 0.7);
  padding-right: 0.8em;
  padding-left: 0.8em;
  color: #fff;
  position: fixed;
  cursor: pointer;
  border-radius: 0;
  right: 20px;
  bottom: 130px;
  z-index: 2000;
}
.back-to-top img {
  width: 1.5em;
}
@media screen and (max-width: 1680px) {
  body,
  input,
  select,
  textarea {
    font-size: 12pt;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
  ul.special li a:before {
    font-size: 60px;
  }
  .box.highlight h2 {
    font-size: 2.5em;
  }
  .box.highlight header > p {
    font-size: 1.25em;
  }
  .box.post h3 {
    font-size: 2.5em;
  }
  .box.post header > p {
    font-size: 1.25em;
  }
  #header {
    font-size: 0.9em;
  }
  #banner .content {
    padding: 4em 0 3em 0;
  }
  #banner .content h2 {
    margin: 0 0 0.65em 0;
  }
  #banner .content p {
    margin: 0 0 1em 0;
  }
  #main {
    border-top-width: 2px;
    border-bottom-width: 10px;
  }
  #footer {
    padding: 6em 0 6em 0;
  }
}
#navPanel,
#titleBar {
  display: none;
}
@media screen and (max-width: 980px) {
  html {
    overflow-x: hidden;
  }
  .box br {
    display: none;
  }
  #header {
    display: none;
  }
  #banner {
    display: none;
  }
  #nav {
    display: none;
  }
  #main {
    border-top-width: 2px;
    margin-top: 2em;
  }
  .sidebar {
    border-top: solid 2px #e7eae8;
    padding-top: 50px;
  }
  body {
    padding-top: 44px;
  }
  body.homepage {
    padding-top: 0;
  }
  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }
  #titleBar {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Safari */

    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease; /* older Safari */

    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 62px;
    z-index: 1000;

    background-color: rgba(255, 255, 255, 0.48);
    background-image: url(images/overlay.png);
  }
  #titleBar .title {
    display: block;
    position: relative;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 44px;
    color: #e90909;
    z-index: 1000;
    text-align: center;
    margin-top: 8px;
  }
  #titleBar .title img {
    width: 7em;
    max-width: 100%;
    margin: 10px 0 0 50px;
  }
  #titleBar .toggle {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 60px;
    z-index: 1001;
  }
  #titleBar .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-weight: 900;
  }
  #titleBar .toggle:before {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../images/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 80px;
    content: "\f0c9";
    color: transparent;
  }
  #titleBar .toggle:active:before {
    background-color: #fff;
  }
  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 1002;
    background-color: #353c37;
    background-image:
      url(images/overlay.png),
      -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image:
      url(images/overlay.png),
      -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image:
      url(images/overlay.png),
      -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image:
      url(images/overlay.png),
      linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-repeat: repeat, no-repeat;
    background-size:
      auto,
      100% 100%;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    box-shadow: inset -3px 0 10px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
  }
  #navPanel nav {
    position: relative;
    z-index: 1000;
  }
  #navPanel .link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    padding: 0 1em 0 1em;
    color: #888;
    color: rgba(255, 255, 255, 0.5);
    border-top: solid 2px rgba(87, 93, 89, 0.15);
    font-size: 0.8em;
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }
  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }
  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }
  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }
  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }
  #navPanel .depth-0 {
    color: #fff;
  }
  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  body.navPanel-visible #titleBar {
    -moz-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .iframegallery {
    height: 800px;
    width: 100%;
  }
  .card {
    padding: 1em 0.5em;
  }
  .image.featured {
    width: 100%;
    margin: 0 auto 2em;
  }
  .image.centered img {
    margin: 0 auto;
    width: 90%;
  }
  .image.line {
    flex-wrap: wrap;
    width: 60%;
  }
  .footer {
    position: relative;
  }
}
@media screen and (max-width: 736px) {
  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
  h2 {
    font-size: 1.25em;
  }
  h2.major {
    font-size: 1.25em;
    margin: 0 0 2em 0;
  }
  h2.major span {
    padding: 0 1em;
  }
  article,
  section {
    margin-bottom: 2em;
  }
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    display: block;
    width: 100%;
  }
  .button.large,
  button.large,
  input[type="button"].large,
  input[type="reset"].large,
  input[type="submit"].large {
    font-size: 1.25em;
  }
  ul.actions li {
    display: block;
    margin: 1em 0 0 0;
  }
  ul.actions li:first-child {
    margin-top: 0;
  }
  ul.special {
    margin: -0.75em 0 2em -0.75em;
  }
  ul.special li {
    padding: 0.75em 0 0 0.75em;
  }
  ul.special li a:before {
    font-size: 28px;
  }
  .box.highlight h2 {
    font-size: 2em;
  }
  .box.highlight header > p {
    font-size: 1.25em;
  }
  .box.post h3 {
    font-size: 2em;
  }
  .box.post header > p {
    font-size: 1.25em;
  }
  .box.page-content h2 {
    font-size: 2em;
  }
  .box.page-content header > p {
    font-size: 1.25em;
  }
  #banner .content {
    padding: 4em 2.5em 3em 2.5em;
  }
  #banner .content h2 {
    font-size: 2em;
  }
  #banner .content p {
    font-size: 1.25em;
  }
  #main {
    padding: 1em 0;
  }
  .sidebar {
    border-top: solid 2px #e7eae8;
    padding-top: 50px;
    margin-top: 30px;
  }
  .image.line {
    width: 98%;
  }
  #footer {
    padding: 3em 0;
  }
  #copyright .menu li {
    display: block;
    border-left: 0;
    padding-left: 0;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 360px) {
  body,
  input,
  select,
  textarea {
    font-size: 10pt;
  }
}
