@import url("https://use.typekit.net/tpk3urv.css");
/* Wrapper FHD etc. */
.fhd-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1920px) {
  .fhd-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .fhd-wrapper {
    display: block !important;
    padding: 30px;
  }
}

/* header */
header {
  -webkit-box-shadow: 1px 1px 20px #000;
          box-shadow: 1px 1px 20px #000;
  height: 150px;
  display: block;
  position: relative;
  z-index: 999;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  header {
    height: 180px;
  }
  header .fhd-wrapper {
    padding: 15px;
  }
}

a.logo-container {
  width: 350px;
  height: 100%;
  padding: 30px;
  display: block;
  background-color: #fff;
  /* float: left */
  /* padding: 20px */
  position: absolute;
  left: 0;
  /* bottom: 0 */
}

a.logo-container img {
  width: auto;
  height: 100%;
  display: table;
}

@media screen and (max-width: 1024px) {
  a.logo-container {
    position: relative;
    width: 100%;
    padding: 30px;
    z-index: 999;
  }
  a.logo-container img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}

/* Navigation */
.main-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 600;
}

.main-nav ul li a {
  color: #000;
}

.main-nav ul li a .disabled {
  pointer-events: none;
}

.main-nav ul li .dropdownIndicator {
  display: inline-block;
  margin: 0;
  border-bottom: 10px solid #E10923;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.main-nav ul li:hover > .dropdownIndicator {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-nav ul li ul {
  background: #fff !important;
}

.main-nav ul li.selected {
  border-bottom: 4px solid #a50000;
}

@media screen and (max-width: 1024px) {
  .main-nav {
    position: relative;
  }
  .main-nav ul {
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 0 10px #000;
            box-shadow: 0 0 10px #000;
    /* li:nth-of-type(2) > a:first-of-type
                pointer-events: none */
  }
  .main-nav ul li {
    width: 100%;
  }
  .main-nav ul li ul {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    text-align: center;
  }
  .main-nav::after {
    content: '';
    background: url("../images/menu-selector.svg") no-repeat center;
    background-size: 50%;
    display: table;
    width: 50px;
    height: 50px;
    background-color: #E10923;
    margin: 0 auto;
    border: 5px #fff solid;
    border-top: 0;
  }
}

/* Textarea */
.textarea {
  background-size: cover !important;
  background-position: center;
  border-top: 4px #a50000 solid;
  padding: 100px 0;
  height: 1200px;
  margin-top: 100px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .textarea {
    margin-top: 50px !important;
    border-top: 0;
  }
}

.textarea .fhd-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
  -ms-grid-rows: 70% 30%;
      grid-template-rows: 70% 30%;
}

.textarea h1 {
  margin: 0;
  padding: 0 0 80px 0;
  font-size: 5em;
  font-weight: 800;
  line-height: 0.75em;
  letter-spacing: -0.08em;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
  -webkit-text-shadow: 2px 2px 10px #000;
  -ms-text-shadow: 2px 2px 10px #000;
  -moz-text-shadow: 2px 2px 10px #000;
  -ms-grid-column: 1;
  grid-column: 1;
}

.textarea h2 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 0.75em;
  letter-spacing: -0.08em;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
  -webkit-text-shadow: 2px 2px 10px #000;
  -ms-text-shadow: 2px 2px 10px #000;
  -moz-text-shadow: 2px 2px 10px #000;
}

.textarea .tile.h2 {
  position: absolute;
  bottom: 20px;
}

.textwrapper {
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  border-bottom: 4px solid #a50000;
  -webkit-box-shadow: 1px 1px 20px #000;
          box-shadow: 1px 1px 20px #000;
  -ms-grid-column: 2;
  grid-column: 2;
}

.textwrapper p {
  color: #000 !important;
  text-align: left;
  line-height: 1.1em;
  font-size: 1.2em;
  display: block;
  font-weight: 200;
  letter-spacing: 0.01em;
}

/* Tiles */
.tileCollection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 49%;
      grid-template-columns: 49% 49%;
  grid-column-gap: 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

.tileCollection .tile {
  border-top: 4px solid #a50000;
  padding: 20px;
  height: 800px;
  background: grey;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tileCollection .tile {
    height: 350px;
  }
}

.tileCollection .tile ul {
  background: #000000d9;
  margin: 0;
  padding: 20px;
  list-style-position: inside;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tileCollection .tile ul li {
  letter-spacing: 0.04em;
  list-style: none;
  color: #fff;
}

.tileCollection .tile ul li::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  border-top: 10px solid red;
  border-right: 10px solid transparent;
}

.tileCollection .tile h1 {
  font-size: 3em;
}

.tileCollection .tile h2 {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

/* Newsarea */
.newsarea {
  padding: 100px 0;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  grid-column-gap: 0 !important;
}

.newsarea .newstile {
  height: 200px;
  background-color: #cccccc;
  position: relative;
}

.newsarea h1 {
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -0.03em;
  color: #000;
}

.newsarea h2 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color: #000;
}

.newsarea p {
  padding-right: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* contact form */
form#contact {
  width: 600px;
  display: block;
  margin: 0 auto;
}

form#contact .g-recaptcha {
  padding: 20px 0;
}

form#contact .buttons {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 49%;
      grid-template-columns: 49% 49%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form#contact .buttons button {
  background: #E10923;
}

form#contact .buttons button:hover {
  border: 0;
  background: #000;
  color: #fff;
}

input {
  border-bottom: 2px #E10923 solid;
  width: 100%;
  display: table;
}

textarea {
  width: 100%;
}

.form-field {
  display: block;
  width: 100%;
}

.form-label {
  display: block;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 0 0 0;
}

.form-data {
  float: left;
  width: 100%;
}

body.contact footer {
  position: relative;
  z-index: 1;
}

body.contact .textwrapper {
  margin: 0 auto;
  width: 600px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

body.contact .textwrapper .notices {
  padding: 10px;
}

body.contact .textwrapper .notices p {
  text-align: center !important;
}

body.contact .textwrapper .green {
  background: green;
  border: 2px #8BC34A solid;
}

body.contact .textwrapper .red {
  background: red;
  border: 2px #fff solid;
}

body.contact .textwrapper p {
  font-weight: 400;
  color: #fff !important;
}

body.contact .textwrapper h1 {
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
  padding-bottom: 50px;
  letter-spacing: -0.08em;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}

body.contact .textwrapper * {
  margin: 0;
  font-size: 1em;
}

body.contact .textwrapper .form-field {
  margin-top: 20px;
  display: table;
}

body.contact .textwrapper .form-field textarea {
  background: #000;
  color: #fff;
}

body.contact .textwrapper .form-field input {
  color: #fff;
  background: #000;
  padding: 5px;
}

body.contact .textwrapper .form-field .form-label {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  body.contact .textwrapper {
    width: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

body.contact form#contact {
  padding: 20px 20px;
  width: 100% !important;
  display: block;
  z-index: 1;
}

body.contact section#body {
  position: relative;
  padding: 200px;
}

body.contact section#body .fhd-wrapper {
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  body.contact section#body {
    padding: 0;
  }
}

/* Google Maps API Container */
div#map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  div#map {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0 0 30px #000;
            box-shadow: 0 0 30px #000;
    border-bottom: 4px #a50000 solid;
  }
}

/* footer */
footer {
  border-top: 2px #E10923 solid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: 40% 60%;
      grid-template-rows: 40% 60%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 200px;
  background: #373737;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  footer {
    display: block;
    height: auto;
    padding-bottom: 50px;
  }
  footer p:nth-of-type(2) {
    border-top: 1px #E10923 solid;
  }
}

footer nav {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 1 / 2 / 1 / 4;
  display: block;
  text-align: center;
}

footer nav a {
  padding: 0 20px;
  line-height: 4em;
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 0px #E10923 solid;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

footer nav a:hover {
  border-bottom: 4px #E10923 solid;
  color: #fff;
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}

footer img {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: 2 / 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  footer img {
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  footer img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}

footer .company-wrapper {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / span 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

footer .company-wrapper .inner-wrapper {
  display: table;
  margin: 0 auto;
}

footer .company-wrapper .inner-wrapper .companyDetails {
  color: #ffffff;
  font-size: 0.8em;
  width: auto;
  display: inherit;
  width: auto;
  float: left;
  padding: 20px;
  line-height: 1.2em;
  letter-spacing: 0.07em;
  vertical-align: bottom;
}

footer .company-wrapper .inner-wrapper .companyDetails a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  footer .company-wrapper .inner-wrapper .companyDetails {
    width: 100%;
    float: none;
    text-align: center;
    position: relative;
  }
}

/* About Us */
body.aboutus {
  background: #a50000;
}

body.aboutus .fhd-wrapper .textbox {
  margin: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px #000000;
          box-shadow: 0px 0px 30px #000000;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  body.aboutus .fhd-wrapper .textbox {
    margin: 5px;
    padding: 20px;
  }
  body.aboutus .fhd-wrapper .textbox h1 {
    line-height: 0.9em;
    color: #000;
    margin-top: 0;
  }
  body.aboutus .fhd-wrapper .textbox h2 {
    line-height: 1em;
    padding-bottom: 10px !important;
  }
  body.aboutus .fhd-wrapper .textbox p {
    line-height: 1.2em;
  }
}

body.aboutus .fhd-wrapper .textbox h1 {
  line-height: 1em;
  font-weight: 800;
  font-size: 3em;
}

body.aboutus .fhd-wrapper .textbox h2 {
  color: #a50000;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

body.aboutus .fhd-wrapper .textbox p {
  letter-spacing: 0.03em;
}

body.aboutus .page-image {
  height: 600px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-bottom: 4px #a50000 solid;
  width: 100%;
  -webkit-box-shadow: 0px 0px 30px #000;
          box-shadow: 0px 0px 30px #000;
}

body.aboutus .page-image .fhd-wrapper {
  position: relative;
}

body.aboutus .page-image .fhd-wrapper span {
  padding: 20px;
  background: #000000b0;
  border-bottom: 4px #a50000 solid;
  color: #fff;
  font-weight: 800;
  font-size: 2em;
  line-height: 1em;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media screen and (max-width: 1024px) {
  body.aboutus .page-image {
    height: 400px;
    background-size: cover;
  }
  body.aboutus .page-image .fhd-wrapper {
    padding: 0 !important;
  }
  body.aboutus .page-image .fhd-wrapper span {
    left: 0 !important;
    bottom: 0 !important;
    border: 0 !important;
  }
}

/* Services */
body.services {
  background-color: #2e2e2e;
}

body.services .textbox {
  margin: 100px auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px #000000;
          box-shadow: 0px 0px 30px #000000;
  padding: 30px;
}

body.services .textbox h1 {
  line-height: 1em;
  font-weight: 800;
  font-size: 3em;
  letter-spacing: 0;
}

body.services .textbox h2 {
  color: #a50000;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

body.services .textbox p {
  letter-spacing: 0.03em;
  color: #000;
}

body.services .page-image {
  height: 500px;
  background-size: 100%;
  background-position: -20% center;
  border-bottom: 4px #a50000 solid;
  width: 100%;
  -webkit-box-shadow: 0px 0px 30px #000;
          box-shadow: 0px 0px 30px #000;
}

@media screen and (max-width: 1024px) {
  body.services .page-image {
    height: 400px;
    background-size: cover;
    background-position: center;
  }
  body.services .page-image .fhd-wrapper {
    padding: 0 !important;
  }
  body.services .page-image .fhd-wrapper span {
    left: 0 !important;
    bottom: 0 !important;
    border: 0 !important;
  }
}

body.services .page-image .fhd-wrapper {
  position: relative;
}

body.services .page-image .fhd-wrapper span {
  padding: 20px;
  background: #000000b0;
  color: #fff;
  font-weight: 800;
  font-size: 2em;
  line-height: 1em;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

body.services .tileCollection {
  display: block;
  margin: 100px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}

body.services .tileCollection .tile {
  border-top: 5px #a50000 solid;
  -webkit-box-shadow: 2px 2px 10px #000;
          box-shadow: 2px 2px 10px #000;
  background: transparent;
  height: auto;
  min-height: 500px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  padding: 0;
  margin: 50px auto;
  z-index: 0;
}

body.services .tileCollection .tile .innerTile {
  height: 100%;
}

body.services .tileCollection .tile .innerTile h1 {
  letter-spacing: -3px;
}

body.services .tileCollection .tile .innerTile h3 {
  margin: 0;
  margin-bottom: 10px;
  line-height: 1em;
  color: #E10923;
}

body.services .tileCollection .tile .innerTile p {
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: 0;
}

body.services .tileCollection .tile .innerTile a {
  font-style: italic;
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  bottom: 0;
}

body.services .tileCollection .tile .imageTile {
  background-position: center !important;
}

body.services .tileCollection .tile:nth-of-type(2) .imageTile, body.services .tileCollection .tile:nth-of-type(4) .imageTile {
  -ms-grid-column: 1;
  grid-column: 1 / 1;
  background-position: top center;
}

body.services .tileCollection .tile:nth-of-type(2) .innerTile, body.services .tileCollection .tile:nth-of-type(4) .innerTile {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
}

body.services .tileCollection .tile:nth-of-type(2) .innerTile h1, body.services .tileCollection .tile:nth-of-type(4) .innerTile h1 {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
  text-align: left;
}

body.services .tileCollection .tile:nth-of-type(2) .innerTile h2, body.services .tileCollection .tile:nth-of-type(4) .innerTile h2 {
  text-align: left;
}

body.services .tileCollection .tile ul {
  display: block;
  background: #000000d9;
  margin: 0;
  padding: 10px;
  line-height: 1.3em;
  list-style-position: inside;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  position: relative;
}

body.services .tileCollection .tile ul li {
  letter-spacing: 0.04em;
  list-style: none;
  color: #fff;
}

body.services .tileCollection .tile ul li::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  border-top: 10px solid red;
  border-right: 10px solid transparent;
}

body.services .tileCollection .tile .imageTile {
  width: 100%;
  height: 100%;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
  background-position: top;
  background-size: cover;
  position: relative;
}

body.services .tileCollection .tile .imageTile::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

body.services .tileCollection .tile .innerTile {
  padding: 20px;
  background: #fff;
}

body.services .tileCollection .tile .innerTile p {
  color: #000;
}

body.services .tileCollection .tile h1 {
  font-size: 4em;
  text-shadow: unset;
  color: #000;
  margin: 0;
  padding: 0 0 30px 0;
  text-align: right;
}

body.services .tileCollection .tile h2 {
  font-size: 1.3em;
  text-shadow: unset;
  color: #413838;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-bottom: 1px #000 solid;
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 0 0 15px 0;
  margin-left: 20px;
  text-align: right;
}

body.services .tileCollection .tile p {
  line-height: 1.05em;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1024px) {
  body.services .tileCollection {
    padding: 0 !important;
    margin: 0 !important;
  }
  body.services .tileCollection .tile {
    display: block;
    margin: 0;
    height: auto;
  }
  body.services .tileCollection .tile ul {
    -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important;
    font-size: 0.8em;
    padding: 10px;
  }
  body.services .tileCollection .tile ul li::before {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 1em;
    border-top: 6px solid red;
    border-right: 6px solid transparent;
    list-style-position: inside;
  }
  body.services .tileCollection .tile .innerTile {
    padding: 0;
  }
  body.services .tileCollection .tile .innerTile h1 {
    font-size: 1.5em;
    line-height: 1.1em;
    font-weight: 600;
    text-align: center !important;
    padding: 10px;
    letter-spacing: -1px;
  }
  body.services .tileCollection .tile .innerTile h2 {
    font-size: 1em;
    text-align: center !important;
    padding-left: 0;
    padding: 10px;
    margin: 0;
    line-height: 1.04em;
    letter-spacing: 0;
  }
  body.services .tileCollection .tile .innerTile h3 {
    text-align: center;
  }
  body.services .tileCollection .tile .innerTile h3:first-of-type {
    margin-top: 20px;
  }
  body.services .tileCollection .tile .innerTile p {
    padding: 10px;
    color: #000;
    letter-spacing: 0.01e3m;
  }
  body.services .tileCollection .tile .imageTile {
    display: block;
    height: 150px;
  }
}

/* home */
body.home .full {
  background-position: top center;
  background-repeat: none;
  background-size: cover;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}

body.home .full .fhd-wrapper {
  position: relative;
}

body.home .full .fhd-wrapper .panel {
  display: table;
  padding: 20px;
  position: relative;
  text-align: left;
  background: none;
}

@media screen and (min-width: 1025px) {
  body.home .full .fhd-wrapper .panel {
    top: 14em;
    left: 5vw;
  }
}

@media screen and (min-height: 1080px) {
  body.home .full .fhd-wrapper .panel {
    top: 17em;
  }
}

body.home .full .fhd-wrapper .panel h1 {
  opacity: 0;
  margin: 0;
  padding: 0 0 60px 0;
  font-size: 2.5em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -2px;
  color: #000;
}

body.home .full .fhd-wrapper .panel h2 {
  text-shadow: 5px 5px 30px #000;
  opacity: 0;
  display: table;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 3em;
  font-weight: 800;
  font-style: italic;
  border-bottom: 8px solid #a50000;
}

body.home #overview {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
  height: 500px;
  margin: 50px auto;
}

body.home #overview .overview-tile {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  body.home #overview {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    -ms-grid-rows: 50% 50%;
        grid-template-rows: 50% 50%;
    height: 250px;
    margin: 50px auto;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
  }
  body.home #overview a {
    height: auto !important;
    max-width: auto !important;
    padding: 10px !important;
  }
  body.home #overview a h1 {
    margin: 0;
    padding: 0 !important;
    font-size: 5vw !important;
    font-weight: 800;
    line-height: 0.75em;
    color: #fff;
    text-shadow: 2px 2px 10px #000;
    -webkit-text-shadow: 2px 2px 10px #000;
    -ms-text-shadow: 2px 2px 10px #000;
    -moz-text-shadow: 2px 2px 10px #000;
  }
}

body.home #overview a {
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

body.home #overview a h1 {
  margin: 0;
  padding: 0;
  font-size: 2.5vw;
  font-weight: 800;
  line-height: 0.75em;
  letter-spacing: -2px;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
  -webkit-text-shadow: 2px 2px 10px #000;
  -ms-text-shadow: 2px 2px 10px #000;
  -moz-text-shadow: 2px 2px 10px #000;
}

@media screen and (min-width: 1025px) {
  body.home #overview .overview-tile {
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    background-color: transparent;
  }
  body.home #overview .overview-tile:hover {
    z-index: 999;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: overlay;
  }
}

@media screen and (max-width: 1024px) {
  body.home .full {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
  }
  body.home .full .fhd-wrapper {
    position: relative;
    padding: 0;
  }
  body.home .full .fhd-wrapper .panel {
    display: block;
    padding: 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: none;
  }
  body.home .full .fhd-wrapper .panel h1 {
    padding: 60px 0 30px 0;
    font-size: 2.5em;
    color: #fff;
    line-height: 1em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  body.home .full .fhd-wrapper .panel h2 {
    text-shadow: 5px 5px 30px #000;
    margin: 50px auto;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 5px #a50000 solid;
    font-size: 2em;
    line-height: 1em;
  }
}

body.home section#body .textarea {
  padding: 50px;
}

body.home section#body .textarea .fhd-wrapper {
  display: block;
  padding: 0;
}

body.home section#body .textarea .fhd-wrapper h1 {
  font-size: 10vw;
  margin: 0;
}

body.home section#body .textarea .fhd-wrapper .textwrapper {
  display: table;
  width: 50%;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  body.home section#body .textarea .fhd-wrapper .textwrapper {
    right: 30px;
    bottom: 30px;
  }
}

body.home section#body .textarea .fhd-wrapper .textwrapper p {
  font-weight: 400;
  line-height: 1.3em;
  font-size: 1.3em;
  letter-spacing: 0.02em;
  margin: 0;
  margin-bottom: 20px;
}

body.home section#body .textarea .fhd-wrapper .textwrapper p:last-of-type {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  body.home section#body .textarea {
    margin: 0 auto;
    padding: 20px;
    display: block;
    height: auto;
  }
  body.home section#body .textarea .fhd-wrapper h1 {
    font-size: 2.2em;
    padding: 0 0 20px 0;
    display: table;
    margin: 0 auto;
    position: relative;
  }
  body.home section#body .textarea .fhd-wrapper .textwrapper {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0.8em;
    margin: 0 auto;
  }
}

body.home section#body .tile {
  max-width: 1920px;
  height: 650px;
  margin: 100px auto;
  z-index: 0;
  padding: 0;
}

body.home section#body .tile h2 {
  text-align: center;
  padding: 20px 20px;
  display: block;
  width: auto;
}

body.home section#body .tile h1 {
  text-align: center;
  padding: 80px;
}

body.home section#body .tile ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #000000d9;
  margin: 0;
  height: 100%;
  list-style-position: inside;
  width: 100%;
}

body.home section#body .tile ul li {
  letter-spacing: 0.04em;
  list-style: none;
  color: #fff;
  height: 100%;
  display: block;
  padding: 20px;
}

body.home section#body .tile ul li:hover {
  -webkit-box-shadow: 0 0 20px #000000;
          box-shadow: 0 0 20px #000000;
  z-index: 999;
}

body.home section#body .tile ul li a {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
}

body.home section#body .tile ul li::before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  border-top: 15px solid red;
  border-right: 15px solid transparent;
}

@media only screen and (max-width: 1024px) {
  body.home section#body .tile * {
    display: block;
  }
  body.home section#body .tile h1 {
    padding: 30px;
    font-size: 250%;
  }
  body.home section#body .tile h2 {
    letter-spacing: 0;
    font-size: 1em;
  }
  body.home section#body .tile ul {
    display: block;
    padding: 20px;
  }
  body.home section#body .tile ul li::before {
    display: none;
  }
  body.home section#body .tile ul li a {
    font-size: 1em;
    line-height: 2em;
    display: block;
    float: left;
  }
  body.home section#body .tile ul li a::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    border-top: 10px solid red;
    border-right: 10px solid transparent;
  }
}

/* Media Queries */
* {
  font-family: 'nimbus-sans';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  * h1 {
    font-size: 1.2m;
  }
  * h2 {
    font-size: 1.2em;
  }
  * .tileCollection {
    display: table;
  }
  * .tileCollection .tile h1 {
    font-size: 2em;
  }
  * .tileCollection * {
    width: 100%;
  }
  * .lSSlideOuter {
    height: auto;
  }
  * .lSSlideOuter .panel-bg .fhd-wrapper {
    height: 500px;
    padding: 0;
  }
  * .lSSlideOuter .panel-bg .fhd-wrapper .panel-padding {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  * .lSSlideOuter .panel-bg .fhd-wrapper .panel-padding h1 {
    padding: 0;
  }
  * .newsarea .newstile {
    margin: 5px 0;
  }
  * .newsarea .newstile p {
    position: relative;
  }
  * .textarea {
    margin-top: 0;
    padding: 10px;
  }
  * .textarea h1 {
    padding: 20px 0;
    font-size: 2.3em;
  }
  * .textarea * {
    width: 100%;
    margin: 0;
  }
}
/*# sourceMappingURL=theme.css.map */