@font-face {
  font-family: fs-humana;
  src: url(../fonts/fs-humana.woff);
}
body {
  font-family: 'FS Humana',Arial,Helvetica,Verdana,sans-serif;
  margin: 0;
  padding: 0;
  color: #414042;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1500px) {
  .content-rendering {
      margin: 0 auto;
      max-width: 93.75rem;
      width: 100%;
      padding: 0 1.5rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
}
@media (min-width: 1500px) {
  .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
}
.module-error-handler {  
  position: relative;
  height: 100%;
  overflow: hidden;  
  margin: 0;
}
@media (min-width: 768px) {
  .module-error-handler {
      margin: 0 0 0 24px;
  }
  .offset-md-3 {
      margin-left: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .module-error-handler {
  margin: 0 0 0 30px;
  }
}
.error-image-container {
  float: right;
  position: relative;
  margin-right: 0;
  max-height: 337px;
}
@media only screen and (min-width: 768px) {
  .error-image-container {
  max-height: 399px;
  }
}
@media only screen and (min-width: 1200px) {
  .error-image-container {
  max-height: 570px;
  }
}

.error-image {
  max-width: 100%;
  width: 100%;
  float: right;
  position: relative;
}

.error-content-layout {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .error-content-layout {
      position: absolute;
      top: 50%;
      transform: translate(0%,-50%);
  }
}
@media only screen and (max-width: 768px) {
  .error-content-placeholder {
  padding: 0.875rem 0 2.5rem 15px;
  margin-right: 15px;
  position: relative;
  }
}
.error-content {
  background-color: #ffffff;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .error-content {
  padding: 1.25rem 1.25rem 1rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .error-content {
  padding: 2.25rem 2rem 1rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .error-scrollable-content {
  max-height: 262px;
  overflow-y: auto;
  }
}
@media only screen and (min-width: 992px) {
  .error-scrollable-content {
  max-height: 404px;
  overflow-y: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .error-scrollable-content {
  max-height: 451px;
  overflow-y: auto;
  }
}

.error-salutation {
  margin-bottom: 0;
  padding-bottom: 1.3125rem;
}
@media only screen and (min-width: 768px) {
  .error-salutation {
  padding-bottom: 0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .error-salutation {
  padding-bottom: 1rem;
  }
}

.error-heading {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  font-weight: 300;
  color: #4a7729;
  font-size: 2.25rem;
  line-height: 3rem;
}
@media (max-width: 1499px){
  .error-heading {
      font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .error-salutation {
      padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .error-salutation {
      padding-bottom: 1.5rem;
  }
}

.error-copy {
  padding-bottom: 2.25rem;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .error-copy {
      padding-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .error-button-group {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid grey;
  }
}

@media only screen and (max-width: 767px) {
  .module-error-handler.error-flip-order {
      display: flex;
      flex-wrap: wrap;
  }
  .module-error-handler.error-flip-order .image-flip {
      display: flex;
      order: 1;
  }
  .content-flip {
      display: flex;
      order: 2;
      margin-right: 0;
      width: 100%;
  }
}
.content-placeholder, .error-content-layout {
  width: 100%;
  z-index: 1;
  padding: 0 1rem;
}