/* @group Reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '"';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

:focus {
  outline: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* @end */
/* @group default margin/padding */
/*let's start with the lists*/
/* @end */
/* @group Forms */
form {
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
  text-shadow: 0 1px 1px #d4d4d4;
}

input,
select,
label {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* @end */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font:
    100%/1.5 Helvetica,
    Arial,
    sans-serif;
  background: #888;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

h1 {
  font-size: 1.7rem;
  font-weight: normal;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 1.5em 0 0.5em 0;
}

h3 {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 1.25em;
  margin-bottom: 0.25em;
}

h4,
h5,
h6 {
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
}

p {
  margin: 0 0 0.5em 0;
}

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

a:hover {
  color: #fff;
}

blockquote {
  margin-left: 0;
  padding-left: 1.5em;
  padding-right: 2em;
  border-left: 4px solid #ddd;
  font-style: italic;
  color: #777;
}

pre,
code {
  background: #fff;
  border: 1px solid #e8d680;
}

pre {
  font-size: 14px;
  line-height: 1.4em;
  padding: 1em;
  border-left: 4px solid #e8d680;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4.347826087%;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.top-bar {
  background: #616161;
  zoom: 1;
  display: none;
}
.top-bar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 768px) {
  .top-bar {
    display: block;
  }
}
.top-nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.top-nav:after {
  content: " ";
  display: block;
  clear: both;
}

.top-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-nav ul > li {
  float: left;
  position: relative;
}

.top-nav li a {
  padding: 0.5em 1em;
  text-decoration: none;
  display: block;
  background: transparent;
  color: #e8d680;
  transition: background 300ms ease;
}

.top-nav li:hover > a {
  background: #737373;
}

.top-nav li.active > a,
.top-nav li.current > a {
  background: #737373;
  color: #fff;
}

.top-nav ul li ul {
  position: absolute;
  top: 2r 0.5em;
  left: -99999px;
  background: transparent;
  transition: background 300ms ease;
  width: 250px;
}
.top-nav ul li ul li,
.top-nav ul li ul a {
  display: block;
  float: none;
}

.top-nav ul li:hover ul {
  left: 0;
  background: #737373;
}

form.search {
  float: right;
  margin: 0;
  width: 21.7391304348%;
}

form.search input {
  margin: 0;
  padding: 0.25em 0.5em;
  border: 1px solid #616161;
  width: 100%;
  background: #aeaeae;
  color: #616161;
  display: inline-block;
  margin: 0.1em 0 0 0;
}

form.search button {
  display: none;
}

.breadcrumbs {
  clear: both;
  padding: 1em 0;
  margin: 0.5em 0;
  border-top: 1px solid #616161;
}
.breadcrumbs li {
  list-style: none;
  display: inline-block;
  margin: 0 0.75em 0 0;
  color: #737373;
}
.breadcrumbs li a {
  color: #737373;
}

.breadcrumbs li:after {
  content: ">";
  color: #737373;
  padding-left: 0.5em;
  padding-right: 0.25em;
}

.breadcrumbs li.last:after {
  content: "";
}

.site-title {
  padding: 3rem 0;
}
.site-title h1 {
  color: #e8d680;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Kaushan Script", cursive;
  letter-spacing: 2px;
  margin: 0;
}
@media (min-width: 768px) {
  .site-title h1 {
    font-size: 3.8rem;
  }
}
.site-title h1 a {
  color: #e8d680;
}

.body {
  padding: 0;
  border-top: 1px solid #e8d680;
  zoom: 1;
  clear: both;
}
.body:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 768px) {
  .body {
    padding: 3rem 0;
    border-top: 0 none;
  }
}
h1.headline {
  margin-bottom: 3rem;
}

.main-content .rte h1:first-child,
.main-content .rte h2:first-child,
.main-content .rte h3:first-child,
.main-content .rte h4:first-child,
.main-content .rte h5:first-child,
.main-content .rte h6:first-child {
  margin-top: 0;
}

.main-content ul,
.aside ul {
  padding: 0;
  margin: 0.5em 0 0.5em 1.2em;
}
.main-content ul.nav,
.aside ul.nav {
  margin-left: 0;
}

body.two-columns .column {
  border-bottom: 1px solid #e8d680;
  padding: 1rem 0;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  body.two-columns .column {
    border-bottom: 0 none;
    padding: 0;
    margin: 0;
  }
  body.two-columns .column1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  body.two-columns .column2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
}

.column h2:first-child,
.column h3:first-child,
.column h4:first-child {
  margin-top: 0;
}

.nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.nav .nav {
  padding-left: 1.5em;
  list-style: disc;
}

.nav li {
  margin: 1em 0;
}

.nav-tree li {
  margin-top: 0;
  margin-bottom: 0;
}

.nav a {
  font-weight: bold;
}

.nav-tree li a {
  color: #e8d680;
}

.nav .current > a {
  color: #fff;
}

.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  max-width: 50%;
}

.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}

.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
}

.footer {
  clear: both;
  padding: 0.75r em 0;
}

.additionals,
.utilities {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin: 0.5em 0;
}
.additionals li,
.utilities li {
  display: inline-block;
  margin: 0.1em 0.5em 0.1em 0;
}
.additionals li a,
.utilities li a {
  font-weight: normal;
}
.additionals .webbear,
.utilities .webbear {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.edit {
  position: fixed;
  top: 30%;
  right: 0;
}
.edit a {
  text-decoration: none;
  font-size: 12px;
  display: block;
  background: #990000;
  color: #fff;
  padding: 0.5em 0.75em;
}

.mobile-header {
  background: #616161;
}
@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .menu-toggle {
  font-size: 1.8rem;
  color: #e8d680;
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 3rem;
}

.mm-container {
  position: absolute;
  z-index: 200;
  top: 3.25rem;
  left: 0.25rem;
  right: 0.25rem;
  background: #616161;
}
.mm-container .mm-container {
  position: static;
}
.mm-container form.search {
  float: none;
  width: 50%;
  background: #616161;
  padding: 0.5em;
}

.mobile-menu ul,
.mobile-menu li,
.mobile-menu a {
  background: #616161;
  transition: background 0 ease;
}

.mobile-menu li a {
  color: #e8d680;
  padding: 0.5rem;
  display: block;
  border-bottom: 1px solid #e8d680;
}

.mobile-menu li:last-child a {
  border-bottom: 0 none;
}

.mobile-menu .current > a,
.mobile-menu .active > a {
  background: #737373;
  color: #fff;
}

.mobile-menu li li a {
  padding-left: 1.5rem;
}

.gallery {
  zoom: 1;
  margin: 0 0 1rem 0;
}
.gallery:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .gallery {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  zoom: 1;
}
.main-content .gallery:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gallery li {
  margin-bottom: 4.347826087%;
}
@media (min-width: 481px) {
  .gallery li {
    width: 47.8260869565%;
    float: left;
  }
  .gallery li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery li:nth-child(2n + 2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  .gallery li {
    width: 30.4347826087%;
    float: left;
  }
  .gallery li:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery li:nth-child(3n + 2) {
    margin-left: 34.7826086957%;
    margin-right: -100%;
    clear: none;
  }
  .gallery li:nth-child(3n + 3) {
    margin-left: 69.5652173913%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1200px) {
  .gallery li {
    width: 21.7391304348%;
    float: left;
  }
  .gallery li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery li:nth-child(4n + 2) {
    margin-left: 26.0869565217%;
    margin-right: -100%;
    clear: none;
  }
  .gallery li:nth-child(4n + 3) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
  .gallery li:nth-child(4n + 4) {
    margin-left: 78.2608695652%;
    margin-right: -100%;
    clear: none;
  }
}
input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #616161;
  padding: 8px 10px;
  display: block;
  width: 400px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Helvetica", Arial, sans-serif;
}

textarea {
  height: 200px;
}

button {
  display: inline-block;
  margin: 20px 0;
  padding: 12px 18px;
  border: 1px solid #616161;
  background: #616161;
  color: #fff;
  transition: background 200ms ease;
  cursor: pointer;
}
button:hover {
  background: #7b7b7b;
}

.Inputfields > .Inputfield {
  margin-bottom: 8px;
}

#wrap_Inputfield- {
  display: none;
}

.InputfieldStateRequired label:after {
  content: " *";
  color: #616161;
}

.ui-state-error {
  color: red;
}

/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */
@media only screen and (max-width: 768px) {
  /* mobile layout */
  body,
  td,
  textarea {
    font-size: 100%;
  }
  .align_left,
  .align_right,
  .align_center {
    display: block;
    float: none;
    margin: 1em auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  /* extra-wide desktop layout */
  body,
  td,
  textarea {
    font-size: 115%;
  }
}
