/* ---------------------------------------------------------
 * * Includes
 * * --------------------------------------------------------- */
/* ---------------------------------------------------------
 * * Var
 * * --------------------------------------------------------- */
html, body {
  height: 100%;
  width: 100%;
  color: #463232;
  font-family: "Bulo W01 Regular";
  font-size: 20px;
  background: white;
}
@media (max-width: 991.98px) {
  html, body {
    font-size: 18px;
  }
}

h1 {
  font-weight: 800;
  font-size: 1.4583333333rem;
  line-height: 1.5833333333rem;
  margin-bottom: 0.4166666667rem;
  font-family: "Bulo W01 Bold";
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.6666666667rem;
    line-height: 2.6666666667rem;
    margin-bottom: 0.8333333333rem;
  }
}

h2 {
  font-weight: bold;
  font-family: "Bulo W01 Bold";
  text-transform: uppercase;
  font-size: 1.1666666667rem;
  line-height: 1.3333333333rem;
  margin-bottom: 0.8333333333rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.6666666667rem;
    line-height: 1.875rem;
    margin-bottom: 2.0833333333rem;
  }
}

h3 {
  font-weight: 800;
  font-family: "Bulo W01 Bold";
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 0.9166666667rem;
    line-height: 1.25rem;
    margin-bottom: 0.8333333333rem;
  }
}

h4 {
  font-family: "Bulo W01 Bold";
  font-size: 1.1666666667rem;
  line-height: 1.3333333333rem;
  margin-bottom: 0.8333333333rem;
  font-weight: 800;
}

h5 {
  font-size: 0.8333333333rem;
  line-height: 1.0833333333rem;
  font-weight: normal;
  margin-bottom: 1.375rem;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

b, strong {
  font-weight: 800;
  font-family: "Bulo W01 Bold";
}

i, em {
  font-weight: normal;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.no-list li {
  line-height: 1rem;
}

small {
  font-size: 0.75rem;
}

a {
  color: #463232;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #463232;
  text-decoration: none;
}

p {
  margin-bottom: 1.25rem;
}

figure {
  display: inline-block;
  margin: 0;
}
figure img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  height: 475px;
}

.no-scroll {
  overflow: hidden;
}

.btn-default {
  background: #463232;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  font-family: "Bulo W01 Bold";
  text-transform: uppercase;
  border: 1px solid #463232;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-default:hover {
  color: #463232;
  background-color: #FFFFFF;
}
.btn-default:focus, .btn-default.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 50, 50, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(70, 50, 50, 0.25);
}

#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: white;
  -webkit-box-shadow: 0px -10px 20px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -10px 20px -20px rgba(0, 0, 0, 0.2);
}
#cookie-alert .inner {
  text-align: center;
  padding: 10px 30px;
  margin-right: 0;
}
#cookie-alert .inner p {
  font-size: 0.75rem;
  line-height: 0.9166666667rem;
  margin: 0;
}
@media (min-width: 768px) {
  #cookie-alert .inner {
    padding: 10px 100px;
    margin-right: 180px;
  }
}
#cookie-alert .inner > p:last-child,
#cookie-alert .inner .ce-bodytext p:last-child {
  margin: 0;
}
#cookie-alert .inner a {
  font-weight: bold;
  color: #463232;
}
#cookie-alert button {
  width: 100%;
  position: relative;
  height: 50px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  background: #463232;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
@media (min-width: 768px) {
  #cookie-alert button {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
  }
}
#cookie-alert button:hover {
  background-color: #000000;
  border-color: #000000;
}

header.colored {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar {
  min-height: 100px;
  padding: 22px 0;
}
.navbar .navbar-brand {
  height: 55px;
  width: 220px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }
}
.navbar .navbar-collapse {
  padding: 25px 0 5px;
}
@media (min-width: 768px) {
  .navbar .navbar-collapse {
    padding: 0;
  }
}
.navbar .navbar-nav a.nav-link {
  display: inline-block;
  font-size: 1rem;
  font-family: "Bulo W01 Bold";
  font-weight: 800;
  line-height: 1.5rem;
  padding: 0 20px;
  letter-spacing: 1.5px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar .navbar-nav a.nav-link:before {
  background: #463232 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  right: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: -1;
}
.navbar .navbar-nav a.nav-link:hover {
  color: #463232;
}
.navbar .navbar-nav a.nav-link:hover:before {
  left: 20px;
  right: 20px;
}
.navbar .navbar-nav > li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li {
    margin-bottom: 0;
  }
}
.navbar .navbar-nav > li:last-child a {
  margin-left: 20px;
  padding: 0 15px;
  border-radius: 4px;
  background: #463232;
  color: #FFFFFF;
  border: 1px solid #463232;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li:last-child a {
    margin-left: 10px;
  }
}
.navbar .navbar-nav > li:last-child a:before {
  display: none;
}
.navbar .navbar-nav > li:last-child a:hover {
  color: #463232;
  background: #FFFFFF;
}

.container-small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}

.page-outer-wrap > section.intro {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .page-outer-wrap > section.intro {
    height: 100vh;
    padding-top: 100px;
  }
}
.page-outer-wrap > section.intro h5 {
  margin-bottom: 4.1666666667rem;
}
.page-outer-wrap > section.content {
  padding: 60px 0;
  text-align: center;
}
.page-outer-wrap > section.content ul {
  text-align: left;
}
.page-outer-wrap > section.content.more-space {
  padding-top: 130px;
}
.page-outer-wrap > section.content.section-grey {
  background: #f2f2f2;
}
.page-outer-wrap > section.content .image-col {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-outer-wrap > section.content .image-col {
    text-align: right;
    margin-bottom: 0;
  }
}
.page-outer-wrap > section.content article {
  margin-bottom: 80px;
}
.page-outer-wrap > section.content article:last-child {
  margin-bottom: 0px;
}

figure.video {
  width: 100%;
}
figure.video iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  figure.video iframe {
    height: 512px;
  }
}

.shortcut .single-item-icon {
  background-color: #463232;
  border-radius: 36px 36px 0;
  display: inline-table;
  height: 100px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100px;
}
.shortcut .single-item-icon i {
  color: #FFFFFF;
  display: table-cell;
  font-size: 45px;
  vertical-align: middle;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #dedede;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #463232;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dedede;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-menu {
  float: right;
  display: inline-block;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.footer-menu ul li {
  float: left;
}
.footer-menu ul li > a {
  padding: 0 10px;
}
.footer-menu ul li:last-child > a {
  padding-right: 0;
}

.layout-2 .page-outer-wrap {
  padding-top: 100px;
}

footer {
  text-align: center;
  padding: 50px 0;
  min-height: 630px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
footer h2 {
  margin-bottom: 0.8333333333rem;
}
footer article {
  margin-bottom: 20px;
}
footer .tx-powermail h3, footer .tx-powermail legend {
  display: none;
}
footer .tx-powermail label {
  line-height: 0.875rem;
  font-size: 0.75rem;
}
footer .tx-powermail .form-group {
  width: 100%;
  margin-bottom: 18px;
}
footer .tx-powermail .form-control {
  line-height: 1.9583333333rem;
  font-size: 0.75rem;
  color: #463232;
  padding: 0 20px;
  border: none;
}
footer .tx-powermail .form-control::-webkit-input-placeholder {
  color: #463232;
}
footer .tx-powermail .form-control::-moz-placeholder {
  color: #463232;
}
footer .tx-powermail .form-control:-ms-input-placeholder {
  color: #463232;
}
footer .tx-powermail .form-control::-ms-input-placeholder {
  color: #463232;
}
footer .tx-powermail .form-control::placeholder {
  color: #463232;
}
footer .tx-powermail .form-control:focus {
  color: #463232;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 50, 50, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(70, 50, 50, 0.25);
}
footer .tx-powermail .powermail_fieldwrap_type_content {
  text-align: left;
  line-height: 0.875rem;
  font-size: 0.75rem;
}
footer .tx-powermail .powermail_fieldwrap_type_content p, footer .tx-powermail .powermail_fieldwrap_type_content article {
  margin: 0;
}
footer .tx-powermail .btn {
  width: 100%;
}
footer .tx-powermail .powermail-errors-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .tx-powermail .powermail-errors-list li {
  position: absolute;
  top: -30px;
  left: 15px;
  display: inline-block;
  background: #a10601;
  border-radius: 7px;
  color: white;
  font-size: 0.75rem;
  white-space: nowrap;
  padding: 3px 15px;
  z-index: 50;
}
footer .splitcols {
  text-align: left;
}
footer .splitcols .image {
  margin-bottom: 35px;
}
/*# sourceMappingURL=default.css.map */