@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&family=Satisfy&display=swap");
html {
  box-sizing: border-box; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background: #ffffff;
  margin: 0;
  padding: 0; }

h1 {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold; }

.header {
  padding: 0; }

.container-fluid.header {
  margin-bottom: 30px; }

header {
  text-align: center;
  background: #ffffff;
  padding: 0 30px; }
  header > .title {
    background: var(--site-primary-color);
    font-size: 3rem;
    font-family: 'Satisfy', cursive;
    padding: 10px 0;
    margin: 0 -30px;
    text-decoration: none;
    color: white;
    white-space: nowrap;
    display: block;
    overflow: hidden; }
    header > .title .name {
      margin-left: -125%;
      opacity: 0.1; }
    header > .title > .subtitle {
      font-size: 1rem;
      font-family: 'Roboto Condensed', sans-serif;
      margin-right: -125%;
      opacity: 0.1; }
    header > .title.open .name {
      margin-left: 0;
      transition: all 1.5s;
      opacity: 1;
      color: white;
      text-decoration: none; }
    header > .title.open > .subtitle {
      margin-right: 0;
      transition: all 1.5s;
      transition-delay: 0.9s;
      opacity: 1; }
  header > .menu {
    display: block;
    position: relative;
    padding: 45px 0; }
    header > .menu > .toggle-mobile {
      font-size: 1.5rem;
      display: none;
      text-align: right;
      color: #222222; }
      @media (max-width: 1199px) {
        header > .menu > .toggle-mobile {
          display: block;
          cursor: pointer; }
          header > .menu > .toggle-mobile > .fa-bars {
            display: inline-block; }
          header > .menu > .toggle-mobile > .fa-times {
            display: none; } }
    @media (max-width: 1199px) {
      header > .menu {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 45px; }
        header > .menu > .toggle-mobile {
          color: #ffffff; } }
    header > .menu > ul {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      margin: 0;
      padding: 0;
      letter-spacing: 1.3px;
      font-size: 1rem;
      line-height: 1em; }
      header > .menu > ul > li {
        display: inline-block;
        margin: 0 10px; }
        header > .menu > ul > li a {
          display: block;
          padding: 2px 5px;
          color: #222222;
          text-decoration: none; }
          header > .menu > ul > li a:hover {
            text-decoration: underline; }
          header > .menu > ul > li a.active {
            color: #00a5ff;
            font-weight: bold; }
        header > .menu > ul > li:first-child {
          margin-left: 0; }
        header > .menu > ul > li:last-child {
          margin-right: 0; }
      @media (max-width: 1199px) {
        header > .menu > ul {
          display: none;
          background: #ffffff;
          padding: 10px 0;
          position: absolute;
          right: 0;
          top: 32px;
          z-index: 9999;
          box-shadow: -10px 10px 10px #00000033; }
          header > .menu > ul > li {
            display: block;
            margin: 0 30px 0 0; }
            header > .menu > ul > li > a {
              text-align: left;
              padding: 10px 30px;
              color: #0068fc; }
              header > .menu > ul > li > a:hover {
                background: #ffffff33;
                transition: background-color 0.3s;
                text-decoration: none; }
              header > .menu > ul > li > a.active {
                color: #0047AB; } }
    header > .menu.open > ul {
      display: block; }
    header > .menu.open > .toggle-mobile > .fa-bars {
      display: none; }
    header > .menu.open > .toggle-mobile > .fa-times {
      display: inline-block; }

.body-content {
  min-height: calc(100vh - 321px); }
  @media (max-width: 991px) {
    .body-content {
      min-height: calc(100vh - 211px); } }

footer {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1.3px;
  font-size: 0.8rem;
  text-transform: uppercase;
  background: var(--site-primary-color);
  color: white;
  padding: 15px;
  height: 65px; }
  footer a {
    color: white;
    text-transform: lowercase; }

img {
  max-width: 100%; }

#carousel {
  margin-bottom: 30px; }
  #carousel #label {
    display: none; }

.carousel-item {
  max-height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  text-align: center; }
  .carousel-item.right {
    background-position: right top !important;
    max-height: 500px;
    text-align: right; }
  .carousel-item.left {
    background-position: left top !important;
    max-height: 500px;
    text-align: left; }
  @media (max-width: 991px) {
    .carousel-item {
      max-height: 500px; } }
  @media (max-width: 991px) {
    .carousel-item {
      max-height: 400px; } }
  @media (max-width: 767px) {
    .carousel-item {
      max-height: 275px; } }
  .carousel-item img {
    max-width: 85%;
    max-height: 85%; }
    @media (max-width: 767px) {
      .carousel-item img {
        width: 100%;
        max-width: 100%; } }

p {
  font-family: 'Roboto', sans-serif !important; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.content {
  font-size: 1.15rem; }
  .content > div {
    margin-bottom: 0.5em; }

#app_frontend_index_old h1.carousel-title {
  display: none; }
#app_frontend_index_old h1 {
  text-align: left;
  font-size: 3.25rem; }
#app_frontend_index_old .content {
  text-align: left;
  font-size: 2rem; }
  #app_frontend_index_old .content > div {
    margin-bottom: 0.5em; }

.section {
  margin-bottom: 30px;
  border-bottom: 1px solid #999999;
  padding-bottom: 30px; }
  .section:last-child, .section.no-border {
    border-bottom: none;
    padding-bottom: 0; }

.index-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .index-links {
      padding-top: 0; } }
  .index-links > .link {
    width: 33%;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    color: #222222;
    text-decoration: none; }
    @media (max-width: 1199px) {
      .index-links > .link {
        width: 50%; } }
    @media (max-width: 767px) {
      .index-links > .link {
        width: 100%; } }
    .index-links > .link .image {
      height: 300px;
      overflow: hidden;
      display: block; }
      .index-links > .link .image img {
        object-fit: cover;
        height: 100%; }

.main-heading {
  background: #00315c;
  color: white; }

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