@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans&family=Roboto+Slab:wght@400;500;700&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, input, select, textarea {
  color: #7f888f;
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65;
}

.layout-container a {
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: #f56a6a;
  text-decoration: none;
}

.layout-container a:hover {
  border-bottom-color: #f56a6a;
  color: #f56a6a;
}

input[type=submit], input[type=reset], input[type=button], button, .button, .view-news .more-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 2px #f56a6a;
          box-shadow: inset 0 0 0 2px #f56a6a;
  color: #f56a6a !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 0.8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .button:hover, .view-news .more-link:hover {
  background-color: rgba(245, 106, 106, 0.05);
}

body {
  background: #ffffff;
  overflow-x: hidden;
}

.layout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 100vh;
}

.layout-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.page-content {
  padding: 6em 0 4em 0;
}

.layout-content > .inner {
  padding: 0 6em 0.1em 6em;
  margin: 0 auto;
  max-width: 110em;
}

.layout-sidebar {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: margin-left 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease;
  transition: margin-left 0.5s ease, box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  background-color: #f5f6f7;
  font-size: 0.9em;
  position: relative;
  width: 26em;
}

.layout-sidebar.menu_hide {
  margin-left: -26em;
}

.layout-sidebar .inner {
  padding: 2.22em 2.22em 2.44em 2.22em;
  position: relative;
  width: 26em;
}

.layout-sidebar .inner > *:not(:last-child):not(.menu--main_toggle) {
  border-bottom: solid 2px rgba(210, 215, 217, 0.75);
  margin: 0 0 3.5em 0;
  padding: 0 0 3.5em 0;
}

.layout-header {
  border-bottom: solid 5px #f56a6a;
  padding: 6em 0 1em 0;
  position: relative;
}

.layout-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1, h2, h3, h4, h5, h6 {
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin: 0 0 1em 0;
}

h1 {
  font-size: 4em;
  margin: 0 0 1em 0;
  line-height: 1.3;
}

p {
  margin: 0 0 2em 0;
}

.block_title {
  font-size: 1.38889em;
  border-bottom: solid 3px #f56a6a;
  display: inline-block;
  margin: 0 0 2em 0;
  padding: 0 0.75em 0.5em 0;
}

.block-system-branding-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto Slab", serif;
}

.block-system-branding-block.show-site_logo {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.block-system-branding-block a {
  border-bottom: none;
}

.block-system-branding-block .site-name,
.block-system-branding-block .site-logo {
  margin-right: 8px;
}

.block-system-branding-block .site-name {
  color: #3d4449;
  font-weight: 600;
}
.block-system-branding-block .site-name a {
  color: inherit;
  font-size: 1.125em;
}

.block-system-branding-block .site-name:hover a,
.block-system-branding-block .site-name:hover .site-slogan {
  color: #f56a6a;
}

.block-system-branding-block .site-slogan {
  color: #7f888f;
  font-size: 1.125em;
  font-weight: normal;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}

.view-news .more-link a {
  border-bottom: none;
}

.menu--main .menu {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
}

.menu--main .menu li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0;
}

.menu--main .menu li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.menu--main .menu a {
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 0.9em;
  padding: 0.625em 0;
}

.menu--main .menu-item.menu-item--expanded {
  position: relative;
}

.menu--main .opener:before {
  color: #9fa3a6;
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.menu--main .menu-item.open .opener:before {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.menu--main .menu a:hover:before,
.menu--main .menu a:hover {
  color: #f56a6a;
}

.menu--main .sub_menu {
  list-style: none;
  color: #9fa3a6;
  margin: 0.5em 0 1.5em 0;
  padding-left: 1em;
  display: none;
}

.menu--main .menu-item.open .sub_menu {
  display: block;
}

.menu--main .sub_menu li {
  margin: 0.125em 0 0 0;
  padding: 0.125em 0 0 0;
}

.menu--main .sub_menu a {
  font-size: 0.8em;
  border-bottom: 0;
}

.menu--main_toggle {
  position: absolute;
  left: 100%;
  top: 0;
  text-decoration: none;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  border: 0;
  display: block;
  outline: 0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  height: 117px;
  width: 94px;
  z-index: 10000;
  background: none;
  font-size: 2rem;
  color: #f56a6a;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.node--type-news.node--view-mode-teaser-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.node--type-news.node--view-mode-teaser-sidebar .node_title {
  font-size: 16px;
  color: #7f888f;
  margin: 1.5em 0 2em 0;
}

.node--type-news.node--view-mode-teaser-sidebar a {
  border-bottom: none;
  color: inherit;
}

.node--type-news.node--view-mode-teaser-sidebar .field--name-field-media-images {
  overflow: hidden;
}

.node--type-news.node--view-mode-teaser-sidebar .field--name-field-media-images img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  border-radius: 0.375em;
  display: block;
  width: 100%;
}

.node--type-news.node--view-mode-teaser-sidebar .field--name-field-media-images:hover img {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}

.paragraph--type--parallax.parallax-fullwidth--1 {
  width: inherit;
  margin: 0;
  left: auto;
  right: auto;
}
/*# sourceMappingURL=maps/styles.css.map */
