/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
html, body, .dialog-off-canvas-main-canvas {
  height: 100%; }

.imce-page .dialog-off-canvas-main-canvas {
  height: auto; }

body {
  background: #000000; }

.layout-content {
  padding: 0 15px;
  width: 1250px; }
  @media only screen and (max-width: 850px) {
    .layout-content {
      padding: 0 20px; } }
  .layout-content#main {
    overflow: hidden; }

.group--grid {
  display: grid; }

.grid--text-and-form {
  grid-template-columns: repeat(auto-fit, minmax(290px, max-content));
  grid-gap: 30px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

h1, h1.page-title {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 35px; }
  .page-node-3 h1, .page-node-3 h1.page-title {
    text-align: center; }
  @media only screen and (max-width: 650px) {
    h1, h1.page-title {
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center; } }

h2 {
  font-size: 28px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 650px) {
    h2 {
      font-size: 18px;
      margin-bottom: 20px;
      text-align: center; } }

h3 {
  font-size: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-size: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 16px;
      text-align: center; } }

header.page-header-container {
  padding: 30px 0 20px; }
  @media only screen and (max-width: 850px) {
    header.page-header-container {
      padding: 5px 0 10px; } }
@media only screen and (max-width: 850px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    width: 100%;
    z-index: 999; } }

.narrow-screen-menu-container {
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media only screen and (max-width: 850px) {
    .main-menu-open .narrow-screen-menu-container {
      position: fixed;
      top: 60px;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 1;
      width: 100%;
      height: 100%;
      z-index: 1001; } }

#page.page-container {
  overflow: visible; }

.page-main-container {
  margin-top: 20px; }
  @media only screen and (max-width: 850px) {
    .page-main-container {
      margin-top: 10px; } }

.page-footer-container {
  margin-top: 80px; }
  @media only screen and (max-width: 650px) {
    .page-footer-container {
      margin-top: 60px; } }

@media only screen and (max-width: 850px) {
  .footer-content-container {
    border-top: 1px solid #4F4848; } }

.text-formatted {
  line-height: 1.5;
  -webkit-text-size-adjust: none; }
  .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
    line-height: 1;
    margin: 0 0 20px; }
  @media only screen and (min-width: 1000px) {
    .text-formatted .two-col .col-1 {
      padding-right: 15px;
      width: 50%; } }
  @media only screen and (min-width: 1000px) {
    .text-formatted .two-col .col-2 {
      padding-left: 15px;
      width: 50%; } }
  @media only screen and (max-width: 850px) {
    .text-formatted .two-col .col-2 {
      margin-top: 20px; } }
  @media only screen and (min-width: 1000px) {
    .text-formatted .two-col {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

@media print {
  * {
    margin: 0;
    padding: 0; }

  html, body {
    height: auto; }

  .layout-content {
    width: 100%; } }
.region--header-top {
  -webkit-align-items: center;
  align-items: center; }

.region--footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 29px 0 38px; }
  @media only screen and (min-width: 851px) {
    .region--footer {
      border-top: 1px solid #4F4848; } }
  @media only screen and (max-width: 850px) {
    .region--footer {
      -webkit-flex-direction: column;
      flex-direction: column;
      padding: 20px 0 25px; } }

.narrow-screen-menu-regioins-container {
  background: #000000;
  padding: 5px 30px 10px 20px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: relative;
  left: -260px;
  max-width: 260px;
  height: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .main-menu-open .narrow-screen-menu-regioins-container {
    left: 0; }

.region--narrow-screen-menu-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.region--narrow-screen-menu {
  margin-top: 30px; }

.region--narrow-screen-menu-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 35px; }

/*# sourceMappingURL=layout.css.map */
