html {
  height: 100%; }

#body-wrapper .container {
  padding: 2rem 0 2rem; }

.header-fixed #body-wrapper {
  padding-top: 1rem; }

.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0; }

section.section {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative; }

.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
  z-index: 0; }

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center; }
  .hero h1 {
    color: #242931;
    font-size: 4rem; }
  .hero h2 {
    color: rgba(36, 41, 49, 0.8);
    font-size: 2.5rem; }
  .hero.hero-fullscreen {
    min-height: 100vh; }
  .hero.hero-large {
    min-height: 500px; }
  .hero.hero-medium {
    min-height: 400px; }
  .hero.hero-small {
    min-height: 110px; }
  .hero.hero-tiny {
    min-height: 8rem; }
  .header-fixed .hero {
    background-position: 50% 0; }
  @media (max-width: 840px) {
    .hero h1 {
      font-size: 3rem; }
    .hero h2 {
      font-size: 1.75rem; } }
  @media (max-width: 600px) {
    .hero h1 {
      font-size: 2rem; }
    .hero h2 {
      font-size: 1.25rem; } }
  .hero.text-light h1 {
    color: #fff; }
  .hero.text-light h2 {
    color: rgba(255, 255, 255, 0.8); }
  .hero p {
    font-size: .9rem;
    font-weight: 300; }
  .hero #to-start {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-size: 2rem;
    cursor: pointer; }

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .overlay-light .image-overlay {
    background: rgba(255, 255, 255, 0.4); }
  .overlay-light-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)); }
  .overlay-dark .image-overlay {
    background: rgba(0, 0, 0, 0.4); }
  .overlay-dark-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)); }

html {
  font-size: 16px; }
  @media screen and (min-width: 480px) {
    html {
      font-size: calc(16px + 4 * ((100vw - 480px) / 800)); } }
  @media screen and (min-width: 1280px) {
    html {
      font-size: 20px; } }

hr {
  color: #d98625; }

a {
  text-decoration: none;
  color: #e19e50; }
  a:hover {
    text-decoration: none;
    color: #d98625; }
  a:visited {
    color: #e19e50; }
    a:visited:hover {
      text-decoration: none;
      color: #d98625; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #d98625; }

h1, .h1 {
  font-size: 3rem; }

h2, .h2 {
  font-size: 1.8rem; }

h6, .h6 {
  font-weight: 400; }

.title-center h1, .title-center h2 {
  text-align: center; }

.title-h1h2 h1 {
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1.1; }
  .title-h1h2 h1 strong, .title-h1h2 h1 bold {
    font-weight: 400; }

.title-h1h2 h1 + h2 {
  line-height: 1.1;
  margin-top: 0; }

.title-h1h2 h1 + h2, .title-center h1 + h2 {
  margin-bottom: 50px;
  font-weight: 700; }

a:focus {
  outline: none !important;
  box-shadow: none !important; }

img {
  max-width: 100%; }

pre code, pre.xdebug-var-dump {
  background: #fafafa;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto; }

pre code:not(.hljs) {
  background: #f8f8f8; }

i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse {
  color: #920; }

b,
strong {
  font-weight: 700; }

.heavy {
  font-weight: 700; }

.light {
  font-weight: 200; }

.text-light {
  color: rgba(255, 255, 255, 0.8); }
  .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: rgba(255, 255, 255, 0.9); }

#error {
  text-align: center;
  position: relative;
  margin-top: 5rem; }
  #error .icon {
    font-size: 50px; }

#messages {
  margin-bottom: 1rem; }
  #messages .icon {
    font-size: 1rem; }

ul,
ol {
  margin-left: 1.6rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-left: 1.6rem; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

.notices {
  margin: 1.5rem 0; }
  .notices p {
    margin: 1rem 0; }

form .button-wrapper {
  margin-top: 1.00rem;
  margin-bottom: 2rem; }
  form .button-wrapper button[type="submit"]:hover {
    background: #d98625;
    color: #0e2b35;
    cursor: pointer; }
  form .button-wrapper button[type="submit"] {
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    color: #d98625;
    border: 1px solid #508090;
    font-size: 1.1em;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
    height: auto; }

form span.required {
  color: #e85600;
  font-weight: 700;
  font-size: 1.2rem; }

form .form-input[type=range] {
  appearance: slider-horizontal; }
  form .form-input[type=range]:focus {
    box-shadow: none;
    border: none; }

form input[type="text"], form input[type="email"] {
  height: 40px;
  width: 30em;
  background-color: #0f2e38;
  padding: 5px 5px 5px 15px;
  border: 0;
  font-size: 1.1em;
  color: #508090;
  margin-right: 10px; }

form .form-label-wrapper {
  display: none; }

#grav-login > form {
  margin: 2rem auto 0;
  max-width: 350px; }

#grav-login .form-label {
  display: none; }

#grav-login .form-data {
  margin: 1rem 0; }

#grav-login .form-input {
  text-align: center; }

#grav-login .button-wrapper {
  text-align: right; }
  #grav-login .button-wrapper .form-data.rememberme {
    margin: 0;
    float: left; }
  #grav-login .button-wrapper button[type="submit"] {
    background: #3085EE;
    border-color: #227ded;
    color: #fff; }
    #grav-login .button-wrapper button[type="submit"]:focus, #grav-login .button-wrapper button[type="submit"]:hover {
      background: #1877ec;
      border-color: #1370e3;
      color: #fff; }
    #grav-login .button-wrapper button[type="submit"].active, #grav-login .button-wrapper button[type="submit"]:active {
      background: #1372e7;
      border-color: #126bd9;
      color: #fff; }

.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 2; }

.mobile-logo svg, .mobile-logo img {
  height: 42px;
  margin-top: .7rem;
  margin-left: 1.4rem; }
  .mobile-logo svg path, .mobile-logo img path {
    fill: #fff; }

.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3; }
  .header-fixed .mobile-menu {
    position: fixed; }
  @media (max-width: 840px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu .button_container {
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    height: 24px;
    width: 28px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease, top 0.5s ease; }
    .mobile-menu .button_container:hover {
      opacity: .7; }
    .mobile-menu .button_container.active {
      position: fixed; }
      .mobile-menu .button_container.active .top {
        transform: translateY(8px) translateX(0) rotate(45deg);
        background: #FFF; }
      .mobile-menu .button_container.active .middle {
        opacity: 0;
        background: #FFF; }
      .mobile-menu .button_container.active .bottom {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        background: #FFF; }
    .mobile-menu .button_container span {
      background: #3085EE;
      border: none;
      height: 4px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .35s ease;
      cursor: pointer; }
      .mobile-menu .button_container span:nth-of-type(2) {
        top: 8px; }
      .mobile-menu .button_container span:nth-of-type(3) {
        top: 16px; }

.overlay {
  position: fixed;
  background: rgba(28, 69, 99, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s; }
  .overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%; }
  .overlay nav {
    position: relative;
    margin: 0 auto;
    margin-top: 2rem; }

.overlay-menu {
  height: calc(100% - 90px);
  overflow-y: scroll; }
  .overlay-menu .navigation {
    text-align: left; }
    .overlay-menu .navigation li {
      list-style: none; }
      .overlay-menu .navigation li a {
        color: #fff !important;
        display: block;
        margin-left: 1.2rem;
        font-size: 1rem; }
        .overlay-menu .navigation li a:hover, .overlay-menu .navigation li a:focus, .overlay-menu .navigation li a.active {
          color: #fff !important;
          text-decoration: none; }
  .overlay-menu > .tree {
    text-align: left; }

.treemenu.treemenu-root {
  margin: 1rem; }

.treemenu li {
  list-style: none;
  margin: 0 0 1px;
  padding: 5px 0;
  line-height: 1.2rem;
  background: rgba(102, 113, 137, 0.1); }
  .treemenu li a {
    display: block;
    margin-left: 1.2rem;
    font-size: 1rem; }
    .treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active {
      color: #3e8def !important;
      text-decoration: none; }

.treemenu ul {
  margin: 0 0 0 1rem; }

.treemenu .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left; }
  .treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt; }

.treemenu li.tree-empty > .toggler {
  opacity: 0.3;
  cursor: default; }
  .treemenu li.tree-empty > .toggler:before {
    content: "\2022"; }

.treemenu li.tree-closed > .toggler:before {
  content: "+"; }

.treemenu li.tree-opened > .toggler:before {
  content: "\2212"; }

.mobile-nav-open {
  overflow-y: hidden; }

.default-animation, #header, #header .navbar-section, #header .logo img,
#header .logo svg, .modular-features.small .feature-icon i, .modular-features .feature-icon {
  transition: all 0.5s ease; }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.08); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

#header {
  width: 100%;
  height: 5rem;
  border-bottom: 1px solid rgba(172, 179, 194, 0.2);
  font-size: 120%;
  font-weight: 400;
  color: #454d5d;
  background: rgba(0, 0, 0, 0.1); }
  #header a {
    color: #fff;
    height: 100%;
    display: inline-block; }
    #header a:visited {
      color: #fff; }
    #header a .active {
      color: #fff !important; }
  @media (max-width: 1280px) {
    #header .logo .onlarge {
      display: none; } }
  #header .logo .onsmall {
    font-size: 80%;
    display: none; }
    @media only all and (max-width: 47.938em) {
      #header .logo .onsmall {
        display: inline-block; } }
  #header .logo h1 {
    color: #fff;
    display: inline-block;
    left: 2rem;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 0.5rem;
    vertical-align: baseline;
    height: 100%;
    font-weight: 800;
    font-size: 120%;
    line-height: 1.1rem; }
    #header .logo h1 div {
      font-weight: 200; }
  #header .logo > div {
    vertical-align: middle;
    display: block; }
  #header .logo svg path {
    fill: #222; }
  @media (max-width: 600px) {
    #header .logo img {
      display: none !important; }
    #header .logo h1 {
      font-size: 150%; } }
  #header.scrolled {
    background-color: rgba(0, 58, 77, 0.95); }
    #header.scrolled a {
      color: #fff;
      z-index: 55; }
      #header.scrolled a:visited {
        color: #fff; }
  #header .navbar-section {
    height: 5rem; }
    @media (max-width: 840px) {
      #header .navbar-section {
        margin-right: 2rem; } }
  @media (max-width: 840px) {
    #header .navbar-section.desktop-menu {
      display: none; } }
  #header .logo img,
  #header .logo svg {
    height: 56px;
    display: inherit; }
  .header-fixed #header {
    position: fixed;
    top: 0;
    z-index: 2; }

body.header-fixed.header-animated #header.scrolled {
  height: 3.3rem; }
  body.header-fixed.header-animated #header.scrolled .navbar-section {
    height: 3.3rem; }
  body.header-fixed.header-animated #header.scrolled .logo img,
  body.header-fixed.header-animated #header.scrolled .logo svg {
    height: 35px; }
  body.header-fixed.header-animated #header.scrolled .logo h1 {
    font-size: 90%;
    line-height: 1.0; }
  body.header-fixed.header-animated #header.scrolled ~ .mobile-menu .button_container {
    top: 0.5rem; }

.login-status-wrapper {
  white-space: nowrap; }

@media (max-width: 840px) {
  .dropmenu {
    display: none; } }

.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex; }
  .dropmenu ul li {
    position: relative;
    margin: 0px 4px;
    padding: 2px 4px; }
    .dropmenu ul li a {
      text-transform: uppercase;
      text-decoration: none;
      padding: 7px 30px 7px 20px;
      display: block; }
      .dropmenu ul li a:before {
        content: '\f107';
        font-family: 'FontAwesome';
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-right: -20px; }
      .dropmenu ul li a:after, .dropmenu ul li a:before {
        position: absolute;
        opacity: 0.5;
        height: 100%;
        width: 2px;
        content: '';
        background: #FFF;
        transition: all 0.3s; }
        .dropmenu ul li a:after.scrolled, .dropmenu ul li a:before.scrolled {
          background: #000 !important; }
      .dropmenu ul li a:before {
        left: 0;
        top: 0; }
      .dropmenu ul li a:after {
        right: 0;
        bottom: 0; }
      .dropmenu ul li a:hover:after, .dropmenu ul li a:hover:before {
        opacity: 1;
        height: 2px;
        width: 100%; }
      .dropmenu ul li a:only-child {
        padding-right: 20px; }
        .dropmenu ul li a:only-child:before {
          content: ''; }
    .dropmenu ul li:hover > ul {
      display: block;
      visibility: visible; }
  .dropmenu ul ul li a:before {
    content: '\f105'; }
  .dropmenu ul ul {
    position: absolute;
    top: 100%;
    list-style: none;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    visibility: hidden; }
    .dropmenu ul ul ul {
      position: absolute;
      left: 100%;
      top: 0; }

.dropmenu > ul > li {
  display: inline-block; }

.dropmenu.animated ul li {
  transition: background 0.7s, color 0.5s; }

.dropmenu.animated ul li:hover > ul {
  opacity: 1;
  transform: translateY(0); }

.dropmenu.animated ul ul {
  transition: transform 0.3s, opacity 0.5s;
  opacity: 0;
  transform: translateY(-10px); }

.lbutton {
  background: none;
  padding: 15px 25px;
  border: 1px solid #508090;
  font-size: 1.3em;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  text-align: center; }
  .lbutton:visited {
    color: rgba(255, 255, 255, 0.8); }
  .lbutton:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .lbutton p {
    margin: 0; }

/** Extra columns spacing **/
.extra-spacing:not(.col-12),
:not(.col12) > .e-content {
  padding-right: 1rem; }
  @media (max-width: 840px) {
    .extra-spacing:not(.col-12),
    :not(.col12) > .e-content {
      padding-right: 0; } }

/** Breadcrumbs styling **/
#breadcrumbs {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem; }
  #breadcrumbs i {
    display: none; }
  #breadcrumbs a,
  #breadcrumbs span {
    padding: 0 0.5rem; }
    #breadcrumbs a:first-child,
    #breadcrumbs span:first-child {
      padding-left: 0; }
  #breadcrumbs a:not(:first-child)::before,
  #breadcrumbs span:not(:first-child)::before {
    color: #e7e9ed;
    content: "/";
    padding-right: 1rem; }

.blog-item.red {
  background-image: linear-gradient(to top right, rgba(162, 100, 69, 0.5), rgba(185, 46, 92, 0.5), rgba(231, 0, 0, 0.5)); }

.blog-item.orange {
  background-image: linear-gradient(to top right, rgba(179, 167, 77, 0.5), rgba(204, 84, 51, 0.5), rgba(255, 140, 0, 0.5)); }

.blog-item.yellow {
  background-image: linear-gradient(to top right, rgba(151, 179, 77, 0.5), rgba(204, 143, 51, 0.5), rgba(255, 239, 0, 0.5)); }

.blog-item.green {
  background-image: linear-gradient(to top right, rgba(39, 90, 68, 0.5), rgba(33, 103, 26, 0.5), rgba(0, 129, 31, 0.5)); }

.blog-item.blue {
  background-image: linear-gradient(to top right, rgba(83, 77, 179, 0.5), rgba(51, 143, 204, 0.5), rgba(0, 68, 255, 0.5)); }

.blog-item.purple {
  background-image: linear-gradient(to top right, rgba(96, 41, 85, 0.5), rgba(71, 27, 110, 0.5), rgba(118, 0, 137, 0.5)); }

.blog-item .container {
  color: #333; }
  @media only all and (max-width: 47.938em) {
    .blog-item .container {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  .blog-item .container .columns {
    margin-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background: white;
    border-radius: 40px; }
    @media only all and (max-width: 47.938em) {
      .blog-item .container .columns {
        padding-left: 1rem;
        padding-right: 1rem;
        box-shadow: 0 0 0 0 #fff;
        padding-top: 0rem;
        margin-top: 0rem;
        border-radius: 4px; } }
  .blog-item .container th {
    display: none; }
  .blog-item .container h1 {
    font-weight: 100; }
  .blog-item .container h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 100; }
  .blog-item .container p {
    color: #333 !important; }

.blog-item table {
  width: 80%; }
  @media only all and (max-width: 47.938em) {
    .blog-item table {
      width: 100%; } }
  .blog-item table td {
    padding-bottom: 1px;
    padding-top: 1px; }

/** Blog Item **/
.content-title {
  margin-bottom: 2rem; }
  .content-title h2 {
    margin-bottom: 0.5rem; }

.label {
  font-size: 12px;
  text-transform: uppercase; }

/** Pagination **/
ul.pagination {
  justify-content: center; }

.prev-next {
  margin-top: 4rem;
  margin-bottom: 1.2rem;
  width: 100%; }
  .prev-next .next {
    display: inline-block;
    width: 49%;
    height: 100%;
    text-align: right; }
  .prev-next .prev {
    display: inline-block;
    width: 49% !important;
    height: 100% !important;
    text-align: left; }
  .prev-next a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 1.0rem; }
    .prev-next a i {
      vertical-align: bottom;
      font-size: 1.4rem;
      font-weight: 800; }
    .prev-next a:hover {
      color: #444; }

/** Sidebar specific tweaks **/
#sidebar ul.related-pages {
  box-shadow: none;
  padding: 0; }
  #sidebar ul.related-pages li {
    border-bottom: 1px solid #e7e9ed; }
    #sidebar ul.related-pages li:last-child {
      border-bottom: 0; }

#sidebar ul.archives {
  list-style: none;
  margin-left: 0; }
  #sidebar ul.archives .label {
    vertical-align: text-top; }

.blogitems .feature {
  border-radius: 4px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.095);
  width: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 3em; }
  .blogitems .feature:last-child {
    margin-bottom: 2em; }

.modular-hero #to-start {
  bottom: 3.5rem; }

.modular-features {
  text-align: center; }
  .modular-features.offset-box .frame-box {
    margin: -3rem -1.4rem 3rem;
    padding: 1rem 1rem;
    background: #fff;
    box-shadow: 0 0 75px 0 rgba(69, 77, 93, 0.1); }
  .modular-features.small .columns {
    margin-top: -1rem; }
  .modular-features.small .column:hover .feature-icon i {
    color: #3085EE; }
  .modular-features.small .feature-icon {
    display: block;
    justify-content: left; }
    .modular-features.small .feature-icon i {
      position: relative;
      display: inherit;
      font-size: 70px;
      margin: 0 auto 1rem;
      transform: none;
      left: auto;
      top: auto;
      color: #acb3c2; }
    .modular-features.small .feature-icon h6 {
      text-transform: none; }
  .modular-features .frame-box {
    padding: 3rem 0; }
    .modular-features .frame-box > p {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
  .modular-features .column {
    padding: 1rem; }
    .modular-features .column:hover .feature-icon {
      color: #acb3c2; }
      .modular-features .column:hover .feature-icon h6 {
        color: #3085EE; }
    .modular-features .column:hover .feature-content {
      color: #667189; }
  .modular-features .feature-icon {
    font-size: 130px;
    height: 100px;
    color: #e7e9ed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem 0; }
    .modular-features .feature-icon i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .modular-features .feature-icon h6 {
      background: #fff;
      line-height: 1;
      z-index: 1;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      display: block;
      color: #667189; }
  .modular-features .feature-content {
    color: #acb3c2; }

.modular-text {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .modular-text .columns.left {
    flex-direction: row-reverse; }

body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  body.sticky-footer #page-wrapper {
    flex: 1 0 auto; }

.footer {
  font-size: 0.9rem;
  background: #003650;
  color: #d7dae0 !important;
  font-size: 0.9rem;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  margin-top: 2px; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  .footer img {
    padding: 0 1rem 1rem; }
  .footer a {
    color: #fff; }
  .footer h4 {
    line-height: 2rem;
    margin-top: 0;
    text-align: left;
    color: #fff; }
  .footer hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    margin-bottom: 0; }
  @media only all and (max-width: 47.938em) {
    .footer .social-icons {
      float: none;
      clear: both;
      width: 100%;
      padding-top: 2rem; } }
  @media only all and (min-width: 48em) and (max-width: 59.938em) {
    .footer .social-icons {
      float: none;
      clear: both;
      width: 100%;
      padding-top: 2rem; } }
  .footer .footer-items {
    margin-top: 2rem; }
    @media only all and (max-width: 47.938em) {
      .footer .footer-items {
        margin-top: 0; } }
    @supports not (flex-wrap: wrap) {
      .footer .footer-items {
        overflow: hidden; } }
    .footer .footer-items::after {
      clear: both;
      content: "";
      display: table; }
  .footer .footer-module {
    display: block;
    float: left;
    width: 23%;
    vertical-align: top; }
    .footer .footer-module.large {
      width: 40%; }
    @media only all and (min-width: 48em) and (max-width: 59.938em) {
      .footer .footer-module {
        width: 50%; } }
    @media only all and (min-width: 30.063em) and (max-width: 47.938em) {
      .footer .footer-module {
        margin-top: 1rem;
        width: 50%; } }
    @media only all and (max-width: 30em) {
      .footer .footer-module {
        margin-top: 1rem;
        width: 100%; } }
    .footer .footer-module span::after {
      clear: both;
      content: "";
      display: table; }
    @media (max-width: 600px) {
      .footer .footer-module {
        width: 100% !important;
        float: none; } }
  .footer .logo {
    border-bottom: 0 none;
    color: #fff; }
    .footer .logo::after {
      clear: both;
      content: "";
      display: table; }
    .footer .logo h3 a {
      color: #fff; }
  .footer .quickmenu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer .quickmenu i {
      padding-right: 0.5rem;
      color: #fff;
      font-size: 0.7rem; }
  .footer .footer-modules {
    display: block;
    padding-bottom: 1.5rem; }
    .footer .footer-modules::after {
      clear: both;
      content: "";
      display: table; }
  .footer .copyright {
    width: 100%;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
    font-size: 0.8rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 600px) {
      .footer .copyright {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 1rem; } }
  .footer .footer-menu {
    float: right;
    display: inline-block;
    width: 50%;
    text-align: right;
    text-transform: uppercase;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto; }
    @media (max-width: 600px) {
      .footer .footer-menu {
        width: 100%;
        float: none;
        text-align: left; } }
    .footer .footer-menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer .footer-menu ul li {
        display: inline-block; }
        .footer .footer-menu ul li:after {
          content: "/";
          margin: 0 0.5rem;
          display: inline-block; }
        .footer .footer-menu ul li:last-child:after {
          display: none; }
  .footer .newsletter {
    background: none;
    padding: 15px 25px;
    border: 1px solid #508090;
    font-size: 1.3em;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    text-align: center; }
  .footer .center {
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    padding-bottom: 0.9rem; }

#pageheader {
  margin-top: 3px;
  margin-bottom: 3px; }
  @media only all and (max-width: 47.938em) {
    #pageheader {
      margin-top: 0px;
      margin-bottom: 2px; } }
  #pageheader .red::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(231, 0, 0, 0.45);
    z-index: -1;
    background-size: 100%; }
  #pageheader .orange::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 140, 0, 0.45);
    z-index: -1;
    background-size: 100%; }
  #pageheader .yellow::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 239, 0, 0.45);
    z-index: -1;
    background-size: 100%; }
  #pageheader .green::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 129, 31, 0.45);
    z-index: -1;
    background-size: 100%; }
  #pageheader .blue::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 68, 255, 0.45);
    z-index: -1;
    background-size: 100%; }
  #pageheader .purple::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(118, 0, 137, 0.45);
    z-index: -1;
    background-size: 100%; }
  #pageheader .parallax-wrapper {
    border-top: 0;
    display: -ms-flexbox;
    overflow: hidden;
    perspective: 1px; }
  #pageheader .section {
    position: relative;
    height: 15rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 0;
    padding-top: 6rem; }
    #pageheader .section h1 {
      padding-left: 1.6vw;
      padding-right: 1.6vw;
      font-size: 900%;
      font-weight: 100;
      color: white; }
    @media only all and (max-width: 47.938em) {
      #pageheader .section {
        height: 12rem !important; }
        #pageheader .section h1 {
          font-size: 600%; } }
  #pageheader .parallax:after {
    /* Display and position the pseudo-element */
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
    transform: translateZ(-1px) scale(1.5);
    /* Force the background image to fill the whole element. */
    background-size: 100%;
    /* Keep the image from overlapping sibling elements. */
    z-index: -2; }
  @media only all and (max-width: 47.938em) {
    #pageheader .parallax h1 {
      font-size: 3.2rem;
      line-height: 1; } }
  #pageheader .small-header {
    max-height: 5rem !important;
    height: 5rem !important; }
    #pageheader .small-header .section {
      padding-top: 0;
      vertical-align: middle;
      height: 5rem !important; }
      #pageheader .small-header .section h1,
      #pageheader .small-header .section h2,
      #pageheader .small-header .section h3,
      #pageheader .small-header .section h4,
      #pageheader .small-header .section h5,
      #pageheader .small-header .section h6 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 400%; }
    @media only all and (max-width: 47.938em) {
      #pageheader .small-header {
        max-height: 3rem !important;
        height: 3rem !important; }
        #pageheader .small-header .section {
          height: 3rem !important; }
          #pageheader .small-header .section h1 {
            font-size: 220%; } }

/* Box Model */
#banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1; }
  #banner.half {
    padding: 0;
    min-height: 50vh;
    height: 50vh !important; }
  #banner .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #banner .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #banner .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease; }
    #banner .slide.is-active {
      display: block; }
    #banner .slide.is-loaded {
      opacity: 1; }
    #banner .slide .caption {
      padding: 0 100px; }
    #banner .slide .image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      z-index: 1;
      background-size: cover;
      image-rendering: optimizeQuality; }
      #banner .slide .image-container:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
    #banner .slide:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #FF8C00;
      opacity: 0.45;
      z-index: 2; }
    #banner .slide .image {
      width: 100%;
      width: 100%;
      object-fit: cover;
      height: 100%; }
    #banner .slide .slide-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 322;
      color: #fff;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
    #banner .slide .title {
      margin: 0 auto 15px;
      max-width: 1000px;
      font: 100 50px/1.2 "Open sans", sans-serif;
      z-index: 44; }
      #banner .slide .title h1,
      #banner .slide .title h2,
      #banner .slide .title h3,
      #banner .slide .title h4,
      #banner .slide .title h5,
      #banner .slide .title h6, #banner .slide .title a {
        color: #fff !important; }
      #banner .slide .title h2 {
        font-size: 300%;
        margin-bottom: 0;
        color: #fff;
        font-weight: 200; }
        @media only all and (max-width: 47.938em) {
          #banner .slide .title h2 {
            font-size: 4rem; } }
        @media only all and (min-width: 48em) and (max-width: 59.938em) {
          #banner .slide .title h2 {
            font-size: 4rem; } }
      #banner .slide .title h3 {
        font-size: 200%;
        margin-bottom: 0;
        color: #fff;
        font-weight: 200;
        margin-top: 0; }
        @media only all and (max-width: 47.938em) {
          #banner .slide .title h3 {
            font-size: 3rem; } }
        @media only all and (min-width: 48em) and (max-width: 59.938em) {
          #banner .slide .title h3 {
            font-size: 3rem; } }
      #banner .slide .title p {
        color: rgba(255, 255, 255, 0.65);
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 300;
        margin: 0;
        padding-bottom: 1.75rem;
        letter-spacing: 0.25rem; }
    #banner .slide .text {
      margin: 0 auto;
      max-width: 1000px;
      font-size: 18px;
      line-height: 1.4; }
  #banner .pagination {
    display: none;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center; }
    #banner .pagination .item {
      display: inline-block;
      padding: 15px 5px;
      position: relative;
      width: 46px;
      height: 32px;
      cursor: pointer;
      text-indent: -999em;
      z-index: 1; }
      #banner .pagination .item + .page {
        margin-left: -2px; }
      #banner .pagination .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        left: 5px;
        width: 36px;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        transition: background 0.2s ease; }
      #banner .pagination .item:after {
        width: 0;
        background: #fff;
        z-index: 2;
        transition: width 0.2s ease; }
      #banner .pagination .item.is-active::before, #banner .pagination .item:hover::before {
        background-color: #fff; }
  #banner .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3; }
  #banner .arrows .prev {
    left: 30px; }
    #banner .arrows .prev:hover .svg {
      left: -10px; }
  #banner .arrows .next {
    right: 30px; }
    #banner .arrows .next:hover .svg {
      left: 10px; }
  #banner .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease; }

/*
.banner {
  *,
  *:after,
  *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  background-color: rgb(255, 226, 200);
  color: #ffe5d7;
  position: relative;

  a {
    color: #ffffff;

    &:hover {
      color: #ffffff;
      text-decoration: underline;
    }
  }

  b,
  p,
  strong {
    color: #ffffff;
  }

  p {
    color: #fff;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #fff;
  }

  &.full {
    padding: 0;
    min-height: 100vh;
    height: 100vh !important;
  }

  &.half {
    padding: 0;
    min-height: 50vh;
    height: 50vh !important;
  }

  &.quarter {
    padding: 0;
    min-height: 25vh;
    height: 25vh !important;
  }

  &:after {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    -webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    -ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    transition: opacity 1.5s ease-in-out, visibility 1.5s;
    background: #000000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2;
  }

  .indicators {
    bottom: 1.5em;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;

    li {
      cursor: pointer;
      display: inline-block;
      height: 2em;
      overflow: hidden;
      padding: 0;
      position: relative;
      text-indent: 2em;
      width: 2em;

      &:before {
        background: rgba(255, 255, 255, 0.35);
        border-radius: 100%;
        content: '';
        display: inline-block;
        height: 0.8em;
        left: 50%;
        margin: -0.4em 0 0 -0.4em;
        position: absolute;
        text-indent: 0;
        top: 50%;
        width: 0.8em;
      }

      &.visible {
        &:before {
          background: #fff;
        }
      }
    }
  }

  & > article {
    -moz-transition: opacity 1.5s ease, visibility 1.5s;
    -webkit-transition: opacity 1.5s ease, visibility 1.5s;
    -ms-transition: opacity 1.5s ease, visibility 1.5s;
    transition: opacity 1.5s ease, visibility 1.5s;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 4;

    &:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }

    &:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: $rainbow-orange;
      opacity: 0.65;
      z-index: 2;
    }

    .inner {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      z-index: 37!important;

      > &:last-child {
        margin-bottom: 0;
      }
    }

    h2 {
      font-size: 900%;
      margin-bottom: 0;
      color: #fff;
      font-weight: 400;
      @include breakpoint('mobile-only') {
        font-size: 4rem;
      }
      @include breakpoint('tablet-range') {
        font-size: 4rem;
      }
    }

    h3 {
      font-size: 600%;
      margin-bottom: 0;
      color: #fff;
      font-weight: 200;
      margin-top: 0;
      @include breakpoint('mobile-only') {
        font-size: 3rem;
      }
      @include breakpoint('tablet-range') {
        font-size: 3rem;
      }
    }

    p {
      color: rgba(255, 255, 255, 0.65);
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 300;
      margin: 0;
      padding-bottom: 1.75rem;
      letter-spacing: 0.25rem;
    }

    img {
      display: none;
    }

    &.visible {
      opacity: 1;
      visibility: visible;
    }

    &.top {
      z-index: 1;
    }

    &.instant {
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
    }
  }
  @media screen and (max-width: 1280px) {
    .full {
      padding: 0;
      min-height: 75vh;
      height: 75vh !important;
    }
  }
  @media screen and (max-width: 980px) {
    .full {
      padding: 0;
      min-height: 50vh;
      height: 50vh !important;
    }

    > article {
      background-attachment: scroll;
    }
  }
  @media screen and (max-width: 736px) {
    > article .inner {
      width: 90%;
    }

    > article p {
      margin-bottom: 1rem;
    }

    > article h2 {
      font-size: 4em;
    }
  }
}

body.is-loading .banner:after {
  opacity: 1.0;
  visibility: visible;
}

body.is-mobile .banner > article {
  background-attachment: scroll;
}

*/
.formal {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3rem;
  font-weight: 100;
  color: #ddd !important;
  background-color: #1c4563 !important;
  counter-reset: fncounter; }
/* .formal li {
    list-style: none; } 
  .formal ul {
    margin-left: 0rem; }
    */
  .formal li,
  .formal p {
    text-align: justify; }
  .formal h1 {
    font-size: 2.2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .formal h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem; }
    .formal h2:before {
      content: "\f105";
      font-family: 'FontAwesome';
      display: inline-block;
      vertical-align: middle;
      float: left;
      margin-left: -2rem;
      margin-right: 3px; }
  .formal h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem; }
  .formal h5 {
    margin-top: -10px;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1rem; }
  .formal thead {
    display: none; }
  .formal .footnotes {
    font-size: 90%; }
    .formal .footnotes .footnote-backref {
      display: none;
      background-color: red; }
    .formal .footnotes li {
      list-style: none; }
    .formal .footnotes p:before {
      counter-increment: fncounter;
      content: counter(fncounter);
      vertical-align: super;
      display: inline-block;
      padding-right: 0.1rem;
      margin-left: -0.5rem;
      font-size: 0.8rem;
      color: #d98625; }
  .formal .center {
    text-align: center; }
  .formal .button p {
    display: block !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important; }
  .formal .button a {
    background: none;
    padding: 15px 25px;
    text-align: center;
    color: #d98625;
    border: 1px solid #508090;
    font-size: 1.1em;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
    height: auto; }
    .formal .button a:hover {
      background: #d98625;
      color: #0e2b35;
      cursor: pointer; }
    .formal .button a [href$=".pdf"] {
      content: "aa"; }
  .formal .mvv {
    font-size: 120%; }
    .formal .mvv form input[type="text"] {
      background-color: #fff; }

.blog-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #1c4563 !important;
  opacity: 0.9; }
  .blog-content .content-area {
    max-width: 1440px;
    width: 100%;
    flex: 1 0 70%;
    flex-basis: 70%;
    flex-basis: calc(70% - 3rem);
    box-sizing: border-box;
    justify-content: space-between;
    overflow: hidden; }
  .blog-content article,
  .blog-content main {
    display: block; }
  .blog-content .cards {
    margin-right: -1rem;
    margin-left: -1rem; }
    .blog-content .cards.cards-masonry {
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-top: 2rem;
      margin-bottom: 0;
      padding-bottom: 2rem;
      flex: 1 0 70%;
      flex-basis: 30%;
      flex-basis: calc(30% - 3rem); }
      .blog-content .cards.cards-masonry .card {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 2rem;
        display: flex;
        width: calc(33.3333% - 2rem);
        border-radius: 25px;
        border-width: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column; }
        @media only all and (max-width: 47.938em) {
          .blog-content .cards.cards-masonry .card {
            margin-right: 2rem;
            margin-left: 2rem; } }
        .blog-content .cards.cards-masonry .card:hover {
          -webkit-box-shadow: 9px 9px 13px -4px rgba(0, 0, 0, 0.55);
          -moz-box-shadow: 9px 9px 13px -4px rgba(0, 0, 0, 0.55);
          box-shadow: 9px 9px 13px -4px rgba(0, 0, 0, 0.55); }
        @media only all and (max-width: 47.938em) {
          .blog-content .cards.cards-masonry .card {
            width: calc(100% - 2rem);
            margin-bottom: 1rem;
            border-radius: 4px; } }
        @media only all and (min-width: 48em) and (max-width: 59.938em) {
          .blog-content .cards.cards-masonry .card {
            width: calc(50% - 2rem);
            margin-bottom: 1rem; } }
        .blog-content .cards.cards-masonry .card .card-image {
          position: relative;
          display: block;
          min-height: 20rem; }
          @media only all and (max-width: 47.938em) {
            .blog-content .cards.cards-masonry .card .card-image {
              min-height: 10rem; } }
          .blog-content .cards.cards-masonry .card .card-image.small {
            min-height: 4rem !important; }
          .blog-content .cards.cards-masonry .card .card-image .image {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: -10px;
            display: block;
            background-position: center top;
            background-size: cover;
            opacity: 1;
            overflow: hidden;
            filter: grayscale(40%); }
            .blog-content .cards.cards-masonry .card .card-image .image.red::after {
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(231, 0, 0, 0.45);
              z-index: -1;
              background-size: 100%; }
            .blog-content .cards.cards-masonry .card .card-image .image.orange::after {
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(255, 140, 0, 0.45);
              z-index: -1;
              background-size: 100%; }
            .blog-content .cards.cards-masonry .card .card-image .image.yellow::after {
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(255, 239, 0, 0.45);
              z-index: -1;
              background-size: 100%; }
            .blog-content .cards.cards-masonry .card .card-image .image.green::after {
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 129, 31, 0.45);
              z-index: -1;
              background-size: 100%; }
            .blog-content .cards.cards-masonry .card .card-image .image.blue::after {
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 68, 255, 0.45);
              z-index: -1;
              background-size: 100%; }
            .blog-content .cards.cards-masonry .card .card-image .image.purple::after {
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(118, 0, 137, 0.45);
              z-index: -1;
              background-size: 100%; }
          .blog-content .cards.cards-masonry .card .card-image .cover {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: -1px;
            display: block;
            background-position: center center;
            background-size: cover;
            opacity: 0;
            overflow: hidden; }
        .blog-content .cards.cards-masonry .card .card-body {
          padding: 2rem;
          background-color: #fff;
          display: flex;
          flex-direction: column;
          flex-grow: 1; }
          @media only all and (max-width: 47.938em) {
            .blog-content .cards.cards-masonry .card .card-body {
              padding-top: 0; } }
          .blog-content .cards.cards-masonry .card .card-body:last-child {
            margin-bottom: 1rem; }
          .blog-content .cards.cards-masonry .card .card-body a {
            color: #333 !important; }
            .blog-content .cards.cards-masonry .card .card-body a:active {
              text-decoration: none; }
          .blog-content .cards.cards-masonry .card .card-body h2.card-title {
            color: #333 !important;
            font-size: 2.2rem;
            line-height: 3rem; }
          .blog-content .cards.cards-masonry .card .card-body .card-title {
            margin-bottom: 1rem; }
          .blog-content .cards.cards-masonry .card .card-body p {
            color: #666; }
          .blog-content .cards.cards-masonry .card .card-body .post-meta {
            color: #aaa !important;
            font-weight: 400; }

#cta {
  margin-top: 0;
  padding-top: 0;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(206, 27, 40, 0.25), rgba(17, 17, 17, 0.25)), url(../css/image/hook.jpg), url("../css/image/pattern.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  #cta .inner {
    position: relative;
    z-index: 3; }
  @media (max-width: 840px) {
    #cta {
      background-attachment: scroll; } }

.schedule {
  width: 100%; }
  .schedule .day {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: block; }
    .schedule .day span {
      font-size: 110%;
      font-weight: 800; }
    .schedule .day .time {
      margin-left: 2rem;
      display: block;
      font-weight: 200 !important; }
      @media only all and (min-width: 75em) {
        .schedule .day .time {
          margin-left: 4em !important; } }
      .schedule .day .time span {
        width: 5.5rem;
        font-weight: 200 !important;
        font-size: 110% !important;
        display: inline-block; }
      .schedule .day .time .group {
        display: inline-block;
        width: 7rem;
        margin-left: 1rem; }
        @media only all and (min-width: 75em) {
          .schedule .day .time .group {
            margin-left: 4em !important; } }
      .schedule .day .time .remark {
        margin-left: 1rem;
        display: inline-block; }
        @media only all and (min-width: 75em) {
          .schedule .day .time .remark {
            margin-left: 4em !important; } }
    .schedule .day:nth-child(2n + 1) {
      background-color: rgba(31, 77, 111, 0.5); }

#error {
  width: 100%; }
  #error .errorpicture {
    width: 100%;
    height: 100%; }
  #error p {
    font-size: 120%;
    color: #666;
    text-align: left;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
