@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
























@font-face {
  font-family: "QTFloraline";
  src: url("/fonts/QTFloraline.eot");
  src: url("/fonts/QTFloraline.eot?#iefix") format("embedded-opentype"), url("/fonts/QTFloraline.woff2") format("woff2"), url("/fonts/QTFloraline.woff") format("woff"), url("/fonts/QTFloraline.ttf") format("truetype"), url("/fonts/QTFloraline.svg#QTFloraline") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

fieldset, img {
  border: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold !important;
}

.fadein {
  opacity: 0;
}

ol, ul {
  list-style: none;
}

u {
  text-decoration: underline;
}

p, span, li {
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 150%;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


.responsive-iframe-container {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", "Open Sans", sans-serif;
  min-height: 100%;
  height: 100%;
  color: #000;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

body,
input,
select,
textarea {
  font-weight: 400;
  font-size: 20px;
}

p {
  margin: 0 0 1em 0;
}

h1 {
  margin: 0 0 20px 0;
  
}

header h1 {
  margin: 0;
}

h2 {
  margin: 0 0 12px 0;
  
}

header h2 {
  margin: 0;
}

h3 {
  font-size: 24px;
  
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Open Sans", sans-serif;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
}

h2 {
  font-size: 38px;
  font-weight: 500;
  font-family: "Roboto", "Open Sans", sans-serif;
}

.full-width {
  width: 100%;
}

ul {
  margin: 0 0 1em 0;
}

a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
}

nav a:link, nav a:visited {
  display: inline-block;
}

header a:hover {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.float-left {
  float: left;
  width: 50%;
}

.float-right {
  float: right;
  width: 50%;
}

.display-block {
  display: block;
}


.container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .container {
    display: block;
  }
}

.section {
  position: relative;
}


.bord {
  border: 1px dotted red;
}

.inline-block {
  display: inline-block;
}

.display-block {
  display: block !important;
  opacity: 1 !important;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

.youtube-embed-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}


.read-more-hide-prev {
  display: none;
}

.read-more-content {
  display: none;
}

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

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

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

.vert-align-block-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vert-align-block-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow-left {
  position: relative;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #fff;
}

.arrow-left:hover {
  cursor: pointer;
  border-right: 22px solid #d6d5d5;
}

.fa-icon {
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  color: #fff;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  line-height: 30px !important;
}

.pointer {
  cursor: pointer;
}


@media all and (max-width: 650px) {
  .calendar-full {
    display: none;
  }
  .responsive-iframe-container {
    padding-bottom: 150%;
  }
}
@media all and (min-width: 650px) {
  .calendar-agenda {
    display: none;
  }
}

.btn, .button {
  background-color: white;
  color: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  border-radius: 5px !important;
  border: 2px solid rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  padding: 0.2em 0.4em;
  box-shadow: 0 0 1px 1px rgb(3.2468965517, 53.5737931034, 90.9131034483);
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  text-decoration: none !important;
  letter-spacing: normal;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}
.btn small, .button small {
  margin: 0 0 0 20px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn:hover, .button:hover {
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  color: #fff !important;
}
.btn:hover small, .button:hover small {
  color: rgba(255, 255, 255, 0.75);
}

#sticky_links .btn, #sticky_links .button {
  padding: 1.3em 0;
  width: 100%;
}

.btn.newsletter-year, .button.newsletter-year {
  font-size: 2em !important;
  font-weight: bold !important;
  margin: 10px 8px 0 0;
}
.btn.newsletter-year.active, .button.newsletter-year.active {
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  color: #fff !important;
}

header.section {
  width: 100vw;
}
header.section .container {
  align-items: center;
  color: #fff;
  padding: 0.5em 0;
}

.nav-section {
  background: linear-gradient(to right, rgb(3.2468965517, 53.5737931034, 90.9131034483), rgba(44, 136, 205, 0.5));
  position: absolute;
  width: 100%;
  z-index: 6;
  transition: all 0.3s ease;
}
.nav-section:has(.sub-page) {
  position: relative;
}
.nav-section .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: -1;
}
.nav-section .nav-overlay.active {
  opacity: 1;
}
.nav-section #topnav.container {
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  align-items: center;
  padding: 1rem;
}
.nav-section #topnav.container .name-logo {
  display: flex;
  align-items: center;
  flex: 2;
  gap: 30px;
}
.nav-section #topnav.container .name-logo:hover {
  color: white;
}
@media (max-width: 400px) {
  .nav-section #topnav.container .name-logo {
    gap: 0;
  }
}
.nav-section #topnav.container .name-logo .logo {
  display: flex;
}
.nav-section #topnav.container .name-logo .name {
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}
@media all and (max-width: 1140px) {
  .nav-section #topnav.container .name-logo .name {
    padding-right: 0.5em;
  }
}
.nav-section #topnav.container .name-logo .name .top {
  font-family: QTFloraline, "Open Sans", sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 85%;
}
@media all and (max-width: 1140px) {
  .nav-section #topnav.container .name-logo .name .top {
    font-size: 2em;
  }
}
.nav-section #topnav.container .name-logo .name .bottom {
  font-family: Roboto, "Open Sans", sans-serif;
  font-size: 1.3em;
  align-self: flex-end;
  line-height: 85%;
}
@media all and (max-width: 889px) {
  .nav-section #topnav.container .name-logo .name .bottom {
    font-size: 1em;
  }
}
.nav-section #topnav.container .name-logo img {
  max-width: 5em;
}
@media all and (max-width: 889px) {
  .nav-section #topnav.container .name-logo img {
    max-width: 4em;
  }
}
.nav-section #topnav.container ul.normal {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 45px;
  align-items: center;
  font-family: "QTFloraline", "Open Sans", sans-serif;
}
.nav-section #topnav.container ul.normal .top-level {
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", "Open Sans", sans-serif;
  flex-shrink: 0;
  border-bottom: 3px solid transparent;
  order: 2;
}
.nav-section #topnav.container ul.normal .top-level:hover.hassub:after {
  top: 0;
  opacity: 0.8;
}
.nav-section #topnav.container ul.normal .top-level ul li div {
  text-transform: none;
}
.nav-section #topnav.container ul.normal .top-level div {
  position: relative;
}
@media all and (max-width: 1020px) {
  .nav-section #topnav.container ul.normal .top-level:first-of-type a {
    padding-left: 14.5px;
  }
}
.nav-section #topnav.container ul.normal .top-level ul li.subon a {
  color: #2c88cd !important;
}
.nav-section #topnav.container ul.normal .top-level ul li a {
  color: #fff !important;
}
.nav-section #topnav.container ul.normal .top-level ul li a:hover {
  color: #2c88cd !important;
}
@media all and (max-width: 1199px) {
  .nav-section #topnav.container ul.normal .top-level {
    font-size: 18.5px;
  }
}
@media all and (max-width: 535px) {
  .nav-section #topnav.container ul.normal .top-level {
    font-size: 17px;
  }
}
.nav-section #topnav.container ul.normal li.bars {
  height: max-content !important;
  position: relative;
  order: 1;
}
.nav-section #topnav.container ul.normal li.bars a:link, .nav-section #topnav.container ul.normal li.bars a:visited {
  padding-left: 12px;
  padding-right: 12px;
}
.nav-section #topnav.container p, .nav-section #topnav.container span, .nav-section #topnav.container li, .nav-section #topnav.container a:link, .nav-section #topnav.container a:visited {
  font-family: "Roboto", "Open Sans", sans-serif;
}

nav ul ul a:link, nav ul ul a:visited {
  color: #fff;
}

nav a:link, nav a:visited {
  color: #fff;
  text-shadow: revert;
  padding: 0.5rem;
}
nav a:link:not(.name-logo):hover, nav a:visited:not(.name-logo):hover {
  background-color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
  color: #2c88cd !important;
}

nav ul {
  list-style: none;
  float: left;
  margin: 0;
  width: 100%;
}

nav ul ul li.hover > a {
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
}

nav ul ul li.hover > a:link, nav ul ul li.hover > a:visited {
  color: #fff;
}

nav ul li a:link, nav ul li a:visited {
  padding-left: 14.5px;
  padding-right: 14.5px;
  text-decoration: none;
  width: 100%;
}
@media all and (min-width: 1020px) and (max-width: 1100px) {
  nav ul li a:link, nav ul li a:visited {
    padding-left: 9.5px;
    padding-right: 9.5px;
  }
}

nav ul li a:link div, nav ul li a:visited div {
  text-transform: capitalize;
}

nav ul ul li a:link, nav ul ul li a:visited {
  margin: 0 1px 0 0;
  padding: 10px 21.5px;
  text-decoration: none;
  width: 100%;
}

nav ul li ul li div {
  line-height: 25px !important;
  font-size: 18px;
}

nav ul li ul li.subon {
  background-color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
}

nav ul li {
  vertical-align: middle;
  float: left;
  position: relative;
  width: auto;
  text-align: left;
}

.show-mobile {
  display: none;
}

nav .more {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  max-width: 80%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 0 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background: #b1b1db;
}

nav ul li a.bars i {
  font-size: 25px !important;
  color: #ffffff;
  position: relative;
  vertical-align: middle;
}
@media all and (max-width: 360px) {
  nav ul li a.bars i {
    vertical-align: top;
  }
}

nav ul li a.bars:hover {
  background: rgba(255, 255, 255, 0.1);
  height: max-content !important;
}

nav ul ul {
  position: absolute;
  top: 100%;
  padding-top: 0;
  left: 0;
  min-width: 270px;
  list-style: none;
  z-index: 101;
  display: none;
  text-shadow: "";
}
nav ul ul ul {
  padding-top: 0;
}

nav ul ul li {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0 !important;
  background-color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
}

nav ul.second li {
  background-color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
}

nav li.on > a:link, nav li.on > a:visited, .home-page nav li.home > a:link, .home-page nav li.home > a:visited {
  color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
  font-weight: bold;
  text-shadow: none;
  background-color: none;
}
nav li.on > a:link:after, nav li.on > a:visited:after, .home-page nav li.home > a:link:after, .home-page nav li.home > a:visited:after {
  border: 0 0 3px solid rgb(3.8979452055, 90.9520547945, 72.7616438356);
}

nav .bars {
  background: none !important;
}

nav ul li ul a:link:hover, nav ul li ul a:visited:hover {
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483);
}
nav ul li ul a:link:hover > i.fa-chevron-right, nav ul li ul a:visited:hover > i.fa-chevron-right {
  color: #2c88cd !important;
}

nav ul ul li div {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  width: 220px;
}


.fa-chevron-right {
  pointer-events: none !important;
}


nav ul li.hassub ul li.hassub i.fa-chevron-right {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 1000 !important;
  color: white;
}

nav ul ul ul {
  left: 100%;
  top: 0;
  border: none;
}

nav ul ul li {
  float: left;
  width: 100%;
  margin: 0;
  border: 0;
}


.slide-nav {
  position: fixed;
  z-index: 50000;
  top: 0;
  right: 0;
  width: 375px;
  max-width: 100%;
  height: 100%;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 0 100%;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  background: rgba(3.8979452055, 90.9520547945, 72.7616438356, 0.92);
  border-left: 10px solid rgba(0, 0, 0, 0.2);
}

.slide-nav a {
  color: #fff;
}

#slide-nav-overlay {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 49999;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

#slide-nav-overlay.display-block {
  pointer-events: all;
}

/*!*IE 9*!*/
.ie9 + #slide-nav-overlay {
  display: none !important;
}


html[data-useragent*="MSIE 10.0"] #slide-nav-overlay {
  display: none !important;
}

.slide-nav a {
  display: block;
}

.slide-nav ul li {
  display: block;
  padding-bottom: 10px;
}

.slide-nav .hide-mobile {
  display: block;
}

.slide-nav ul .fa {
  display: none;
}

.slide-nav ul li:hover {
  border-bottom: none;
}

.slide-nav ul a:hover {
  border-bottom: 3px solid #fac011;
}

.slide-nav a:link,
.slide-nav a:visited {
  float: left;
  width: 100%;
  margin: 0;
  padding: 6px 20px;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
}

.slide-nav a:hover,
.slide-nav a:active {
  background: rgba(255, 255, 255, 0.2);
}

.slide-nav .small a:link,
.slide-nav .small a:visited {
  padding: 8px 20px;
  font-size: 80%;
  color: rgba(255, 255, 255, 0.75);
}

.slide-nav a.depth-1, .slide-nav a.depth-2, .slide-nav a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}

.slide-nav a.depth-0 {
  font-weight: 500;
  font-size: 20px !important;
}

.slide-nav a.depth-1 {
  padding-left: 40px !important;
  font-size: 17px !important;
}
.slide-nav a.depth-1:before {
  content: "•";
  margin-right: 10px;
}

.slide-nav a.depth-2 {
  padding-left: 65px !important;
  font-size: 17px !important;
}
.slide-nav a.depth-2:before {
  content: "-";
  margin-right: 10px;
}

.slide-nav .close {
  position: absolute;
  z-index: 103;
  right: 0px;
  top: 0px;
  width: 55px !important;
  padding: 10px;
  font-size: 30px !important;
  font-weight: 700;
  text-decoration: none;
  height: 62px;
  color: #fff;
}

@media all and (max-width: 1100px) {
  header.section .container {
    width: 95vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media all and (max-width: 1020px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none !important;
  }
  nav ul li {
    display: inline-block !important;
    float: none;
  }
}
@media all and (max-width: 700px) {
  nav ul.normal {
    text-align: center;
  }
  header .hide-mobile {
    display: none !important;
  }
}
@media all and (max-width: 630px) {
  nav .home {
    display: none !important;
  }
}
@media all and (max-width: 500px) {
  nav ul.normal {
    text-align: left;
  }
}

.zoom-bottom {
  -webkit-animation: zoom-bottom 8s ease-out both;
  animation: zoom-bottom 8s ease-out both;
}

@-webkit-keyframes zoom-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes zoom-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(15px);
    transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

.zoom-bottom-right {
  -webkit-animation: zoom-bottom-right 8s ease-out both;
  animation: zoom-bottom-right 8s ease-out both;
}

@-webkit-keyframes zoom-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
    transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, 15px);
    transform: scale(1.1) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}
@keyframes zoom-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
    transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, 15px);
    transform: scale(1.1) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

.zoom-top {
  -webkit-animation: zoom-top 8s ease-out both;
  animation: zoom-top 8s ease-out both;
}

@-webkit-keyframes zoom-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
    transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes zoom-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
    transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

.zoom-top-right {
  -webkit-animation: zoom-top-right 8s ease-out both;
  animation: zoom-top-right 8s ease-out both;
}

@-webkit-keyframes zoom-top-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
    transform-origin: 84% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, -15px);
    transform: scale(1.1) translate(20px, -15px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}
@keyframes zoom-top-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
    transform-origin: 84% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(20px, -15px);
    transform: scale(1.1) translate(20px, -15px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}

.zoom-top-left {
  -webkit-animation: zoom-top-left 5s ease-out both;
  animation: zoom-top-left 5s ease-out both;
}

@-webkit-keyframes zoom-top-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 16%;
    transform-origin: 16% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, -15px);
    transform: scale(1.1) translate(-20px, -15px);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}
@keyframes zoom-top-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 16%;
    transform-origin: 16% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, -15px);
    transform: scale(1.1) translate(-20px, -15px);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

.zoom-bottom-left {
  -webkit-animation: zoom-bottom-left 5s ease-out both;
  animation: zoom-bottom-left 5s ease-out both;
}

@-webkit-keyframes zoom-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, 15px);
    transform: scale(1.1) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes zoom-bottom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 84%;
    transform-origin: 16% 84%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, 15px);
    transform: scale(1.1) translate(-20px, 15px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

.zoom-right {
  -webkit-animation: zoom-right 5s ease-out both;
  animation: zoom-right 5s ease-out both;
}

@-webkit-keyframes zoom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
    transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translateX(20px);
    transform: scale(1.1) translateX(20px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes zoom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 50%;
    transform-origin: 84% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translateX(20px);
    transform: scale(1.1) translateX(20px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.zoom-left {
  -webkit-animation: zoom-left 5s ease-out both;
  animation: zoom-left 5s ease-out both;
}

@-webkit-keyframes zoom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 50%;
    transform-origin: 16% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, 15px);
    transform: scale(1.1) translate(-20px, 15px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes zoom-left {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 16% 50%;
    transform-origin: 16% 50%;
  }
  100% {
    -webkit-transform: scale(1.1) translate(-20px, 15px);
    transform: scale(1.1) translate(-20px, 15px);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
.home-page {
  /*!* Home Page Hero *!*/
}
.home-page #hero.section {
  height: 70vh !important;
  overflow: hidden;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(to right, rgb(5.9938356164, 139.8561643836, 111.8849315068), rgb(3.8979452055, 90.9520547945, 72.7616438356)) 1;
}
.home-page #hero.section .container {
  position: relative;
  text-align: center;
}
.home-page #hero.section .container .name-logo-container {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  width: 100%;
}
.home-page #hero.section .container .name-logo-container .name {
  text-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-size: 70pt;
  font-family: D-DIN, "sans-serif";
  font-weight: bold;
  color: white;
  line-height: 88%;
  position: relative;
}
@media all and (max-width: 780px) {
  .home-page #hero.section .container .name-logo-container .name {
    font-size: 62.5pt;
  }
}
@media all and (max-width: 480px) {
  .home-page #hero.section .container .name-logo-container .name {
    font-size: 40.74pt;
  }
}
@media all and (max-width: 414px) {
  .home-page #hero.section .container .name-logo-container .name {
    font-size: 33.74pt;
  }
}
.home-page #hero.section .container .name-logo-container .logo {
  -ms-filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.5));
  z-index: 2;
}
@media all and (max-width: 780px) {
  .home-page #hero.section .container .name-logo-container .logo img {
    width: 80%;
  }
}
@media all and (max-width: 480px) {
  .home-page #hero.section .container .name-logo-container .logo img {
    width: 90%;
  }
}
@media all and (max-width: 414px) {
  .home-page #hero.section .container .name-logo-container .logo img {
    width: 100%;
  }
}
.home-page #hero.section .container .hero-controls {
  position: absolute;
  width: 93%;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
  z-index: 1;
}
.home-page #hero.section .container .hero-controls .hero-toggle-circle {
  height: 18px;
  width: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.home-page #hero.section .container .hero-controls .active {
  background: rgb(255, 255, 255);
}
.home-page .section .tour {
  position: relative;
}
.home-page .section .tour a:hover i {
  opacity: 1;
}
.home-page .section .tour a i {
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 3em;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.home-page .section .tour a img {
  height: 100% !important;
  width: 100%;
}
.home-page .section .tour .title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.home-page .section .tour .title .title-text {
  width: 100%;
  display: block;
  background-color: #2c88cd;
  color: white;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px 6px 0 0;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s;
  font-size: clamp(1.063rem, 0.707rem + 1.579vw, 1.25rem);
  font-weight: bold;
}
.home-page .section#main_welcome {
  padding: 3rem 3.5rem;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 500px) {
  .home-page .section#main_welcome {
    padding: clamp(2rem, -0.571rem + 11.429vw, 3rem) clamp(1.3rem, -1.786rem + 13.714vw, 2.5rem);
  }
}
.home-page .section#main_welcome .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(3, 53, 91, 0.95) 0%, rgba(44, 136, 205, 0.65) 80%, rgba(4, 91, 73, 0.55) 100%);
}
.home-page .section#main_welcome .container {
  gap: 20px;
  position: relative;
  z-index: 2;
  padding: 0;
}
.home-page .section#main_welcome .container .title {
  color: white;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: clamp(2.188rem, -0.063rem + 10vw, 2.5rem);
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  
  border-left: 4px solid rgb(3.8979452055, 90.9520547945, 72.7616438356);
  padding-left: 15px;
}
.home-page .section#main_welcome .container .message {
  color: white;
  font-size: 1.1rem;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  max-width: 640px;
}
@media (max-width: 1023px) {
  .home-page .section#main_welcome .container .message {
    margin: auto;
  }
}
.home-page .section#main_welcome .container .image > img {
  margin-top: 1rem;
  width: 100%;
}
.home-page .section#video_skoolbag {
  color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
  font-family: "Roboto", "Open Sans", sans-serif;
  background: #ffffff;
  font-size: 21pt;
  padding: 3em 0.5em;
}
.home-page .section#video_skoolbag .container {
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .home-page .section#video_skoolbag .container {
    flex-direction: column;
  }
}
.home-page .section#video_skoolbag .container > div {
  flex: 1;
  transition: flex 0.3s ease;
}
@media (min-width: 1024px) {
  .home-page .section#video_skoolbag .container > div {
    min-height: 600px;
  }
}
.home-page .section#video_skoolbag .container > div.expanded {
  flex: 3;
}
.home-page .section#video_skoolbag .container .tour {
  flex: 1;
}
.home-page .section#video_skoolbag .container .tour img {
  object-fit: cover;
}
.home-page .section#video_skoolbag .container .video {
  flex: 1;
}
.home-page .section#video_skoolbag .container .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home-page .section#video_skoolbag .container .video p {
  color: white;
  font-size: 1.1rem;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: justify;
  line-height: 125%;
  margin: 0;
}
@media all and (max-width: 559px) {
  .home-page .section#video_skoolbag .container .video p {
    text-align: center;
  }
}
.home-page .section#video_skoolbag .container .skoolbag-embed {
  flex: 1;
}
.home-page .section#video_skoolbag .container .skoolbag-embed iframe {
  height: 100%;
  width: 100%;
  border: 2px solid #2c88cd;
}
@media all and (max-width: 1023px) {
  .home-page .section#video_skoolbag .container .skoolbag-embed iframe {
    height: 600px;
  }
}
.home-page #values.section {
  background-color: #dedede;
  padding: 1em clamp(1.3rem, -0.316rem + 7.184vw, 3.5rem);
}
.home-page #values.section .container {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}
.home-page #values.section .container .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page #values.section .container .image-container img {
  width: clamp(4.375rem, 0.242rem + 18.367vw, 10rem);
  padding: 0 0.5em;
  filter: brightness(1.6);
}
.home-page #values.section .container .image-container img:first-of-type {
  padding-left: 0;
}
.home-page #values.section .container .image-container img:last-of-type {
  padding-right: 0;
}
.home-page #links.section {
  background: #ffffff;
}
























.gallery {
  display: grid;
  gap: 20px;
  width: 100%;
  grid-template-columns: 1fr;
  
  
  
}

@media (max-width: 479px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery .gallery-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.gallery .gallery-item:hover img {
  transform: scale(1.05);
}

.gallery .gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}

.gallery .gallery-item .caption {
  text-align: center;
  padding: 1rem;
  background: rgba(3.2468965517, 53.5737931034, 90.9131034483, 0.5);
  color: #fff;
  font-size: 1rem;
}


.custom-modal-container {
  display: none;
  max-width: 80vw;
  width: 100%;
  background: transparent !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .custom-modal-container {
    max-width: 90vw;
  }
}
@media (max-width: 480px) {
  .custom-modal-container {
    max-width: 95vw;
  }
}
.custom-modal-container .custom-modal {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-height: 70vh;
}

@media (max-width: 768px) {
  .custom-modal-container .custom-modal {
    flex-direction: column;
  }
}
.custom-modal-container .custom-modal .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  z-index: 10;
}

.custom-modal-container .custom-modal .close-modal.mobile {
  display: none;
}

@media (max-width: 768px) {
  .custom-modal-container .custom-modal .close-modal.mobile {
    display: block;
    background: #ffffff;
  }
}
.custom-modal-container .custom-modal .close-modal.desktop {
  position: sticky;
  left: 100%;
  top: 0;
  margin-top: -40px;
}

@media (max-width: 768px) {
  .custom-modal-container .custom-modal .close-modal.desktop {
    display: none;
  }
}
.custom-modal-container .custom-modal .modal-image-container {
  flex: 1;
  position: relative;
}

@media (max-width: 768px) {
  .custom-modal-container .custom-modal .modal-image-container {
    height: 300px;
  }
}
.custom-modal-container .custom-modal .modal-image-container .modal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-modal-container .custom-modal .modal-content {
  flex: 1;
  padding: 30px;
  background: #fff;
  position: relative;
  overflow: scroll;
}

@media (max-width: 480px) {
  .custom-modal-container .custom-modal .modal-content {
    padding: 30px 15px;
  }
}
.custom-modal-container .custom-modal .modal-content .modal-description {
  margin-bottom: 20px;
}

.custom-modal-container .custom-modal .modal-content .modal-description img {
  width: 100%;
}

.custom-modal-container .custom-modal .modal-content .modal-description table, .custom-modal-container .custom-modal .modal-content .modal-description td, .custom-modal-container .custom-modal .modal-content .modal-description th {
  max-width: 100%;
}

.fancybox-container {
  z-index: 9999;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}

.fancybox-container .btn, .fancybox-container .button {
  background-color: white;
  color: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  border-radius: 5px !important;
  border: 2px solid rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  padding: 0.2em 0.4em;
  box-shadow: 0 0 1px 1px rgb(3.2468965517, 53.5737931034, 90.9131034483);
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  text-decoration: none !important;
  letter-spacing: normal;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

.fancybox-container .btn small, .fancybox-container .button small {
  margin: 0 0 0 20px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}

.fancybox-container .btn:hover, .fancybox-container .button:hover {
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  color: #fff !important;
}

.fancybox-container .btn:hover small, .fancybox-container .button:hover small {
  color: rgba(255, 255, 255, 0.75);
}

.fancybox-container #sticky_links .btn, .fancybox-container #sticky_links .button {
  padding: 1.3em 0;
  width: 100%;
}

.fancybox-container .btn.newsletter-year, .fancybox-container .button.newsletter-year {
  font-size: 2em !important;
  font-weight: bold !important;
  margin: 10px 8px 0 0;
}

.fancybox-container .btn.newsletter-year.active, .fancybox-container .button.newsletter-year.active {
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  color: #fff !important;
}

.fancybox-container * {
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-weight: normal;
}

.fancybox-container img, .fancybox-container iframe {
  max-width: 100%;
}

.fancybox-container h1#top {
  font-weight: 800;
  margin: 0 0 35px 0;
}

.fancybox-container h1, .fancybox-container h2, .fancybox-container h3, .fancybox-container h4, .fancybox-container h5, .fancybox-container h6 {
  color: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  line-height: 100% !important;
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-weight: 500;
}

.fancybox-container h1 {
  font-size: 1.75em;
  letter-spacing: -0.01em;
}

.fancybox-container h2 {
  font-size: 1.5em;
  letter-spacing: -0.005em;
}

.fancybox-container h2 > span {
  font-size: 1.5em;
  letter-spacing: -0.005em;
}

.fancybox-container h3 {
  font-size: 1.3125em;
}

.fancybox-container h3 > span {
  font-size: 1.3125em;
}

.fancybox-container h4 {
  font-size: 1.125em;
  letter-spacing: 0.02em;
}

.fancybox-container h4 > span {
  font-size: 1.125em;
  letter-spacing: 0.02em;
}

.fancybox-container h5 {
  font-size: 1em;
  color: #555 !important;
}

.fancybox-container h5 > span {
  font-size: 1em;
  color: #555 !important;
}

.fancybox-container h6 {
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #666;
}

.fancybox-container h6 > span {
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #666;
}

.fancybox-container h2 {
  margin-bottom: 16px;
  padding-top: 14px;
}

.fancybox-container h3 {
  margin-bottom: 14px;
  padding-top: 12px;
}

.fancybox-container h4 {
  margin-bottom: 12px;
  padding-top: 12px;
}

.fancybox-container h5 {
  margin-bottom: 12px;
  padding-top: 10px;
}

.fancybox-container h6 {
  margin-bottom: 12px;
  padding-top: 8px;
}

.fancybox-container ul, .fancybox-container ol, .fancybox-container li, .fancybox-container p, .fancybox-container a, .fancybox-container b, .fancybox-container em, .fancybox-container span, .fancybox-container div {
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-weight: normal;
  line-height: 125% !important;
  font-size: 18px;
}

.fancybox-container b, .fancybox-container em, .fancybox-container strong {
  font-weight: bold !important;
}

.fancybox-container a:link, .fancybox-container a:visited {
  text-decoration: underline;
}

.fancybox-container ul {
  list-style-type: disc;
  list-style-position: inside;
}

.fancybox-container ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.fancybox-container span.size {
  font-size: 65%;
}

.fancybox-container blockquote {
  font-style: italic;
  font-family: Georgia, Times, Times New Roman, serif;
  padding: 2px 0;
  border: 0 solid #ccc;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
  margin-bottom: 1em;
}

.fancybox-container blockquote p:last-of-type {
  margin-bottom: 0;
}

.fancybox-container .fancybox-bg {
  background: rgba(0, 0, 0, 0.45) !important;
}

@media (max-width: 600px) {
  .fancybox-container .fancybox-bg {
    background: rgba(0, 0, 0, 0.85) !important;
  }
}
.sub-page .banner-section {
  display: none;
}
.sub-page #hero.section {
  height: 60vh !important;
  z-index: 1;
}
.sub-page #hero.section .wave {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 30%;
}
.sub-page #hero.section .logo {
  position: absolute;
  z-index: 2;
  bottom: 2%;
  right: 8%;
  height: 23%;
}
@media all and (max-width: 730px) {
  .sub-page .hero {
    max-height: 325px !important;
  }
}
@media all and (min-width: 731px) {
  .sub-page .hero {
    height: 485px !important;
  }
}
@media all and (min-width: 1300px) {
  .sub-page .hero {
    height: 525px !important;
  }
}
@media all and (min-width: 1500px) {
  .sub-page .hero {
    height: 625px !important;
  }
}
@media all and (min-width: 1930px) {
  .sub-page .hero {
    height: 625px !important;
  }
}
.sub-page #main.section {
  font-family: "Roboto", "Open Sans", sans-serif;
  position: relative;
}
.sub-page #main.section .background {
  height: 100%;
  width: 40vw;
  position: absolute;
  background-color: rgb(3.8979452055, 90.9520547945, 72.7616438356);
}
@media all and (max-width: 1024px) {
  .sub-page #main.section .background {
    display: none;
  }
}
.sub-page #main.section .container {
  max-width: 1280px;
  flex-direction: row-reverse;
}
@media all and (max-width: 1100px) {
  .sub-page #main.section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media all and (max-width: 1024px) {
  .sub-page #main.section .container {
    flex-direction: column;
  }
}
.sub-page #main.section .container .right {
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  padding-left: 3px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
  z-index: 2;
}
.sub-page #main.section .container .right.newsletter-style .content {
  text-align: center;
}
@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 1024px) {
  .sub-page #main.section .container .right {
    width: 100%;
    padding-right: 1em;
    padding-left: 1em;
  }
}
.sub-page #main.section .container .right .top {
  z-index: 0;
}
.sub-page #main.section .container .right .top .content {
  min-height: 200px;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
@media all and (max-width: 360px) {
  .sub-page #main.section .container .right .top .content h1 {
    font-size: 2em !important;
  }
  .sub-page #main.section .container .right .top .content h2 {
    font-size: 1.8em !important;
  }
}
.sub-page #main.section .container .right .top .content form input[type=file] {
  width: 100%;
}
.sub-page #main.section .container .right .top .content a:link, .sub-page #main.section .container .right .top .content a:visited {
  color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
}
.sub-page #main.section .container .right .top .content ol {
  margin-left: 40px;
  list-style-position: outside !important;
}
.sub-page #main.section .container .right .top .content ul {
  margin-left: 40px;
  list-style-position: outside !important;
}
.sub-page #main.section .container .right .top .content td, .sub-page #main.section .container .right .top .content tr, .sub-page #main.section .container .right .top .content table {
  max-width: 100%;
}
.sub-page #main.section .container .right .top .content .horizontal-dividers th, .sub-page #main.section .container .right .top .content .horizontal-dividers td {
  border-bottom: 1px solid rgb(3.2468965517, 53.5737931034, 90.9131034483);
}
.sub-page #main.section .container .right .top .content .header-image {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  padding: 4px;
  max-width: 98%;
  margin: 0 0 20px 0;
  display: inline-block;
}
.sub-page #main.section .container .right .top .content .header-image img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
}
.sub-page #main.section .container .right .top .content .btn, .sub-page #main.section .container .right .top .content .button {
  background-color: white;
  color: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  border-radius: 5px !important;
  border: 2px solid rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  padding: 0.2em 0.4em;
  box-shadow: 0 0 1px 1px rgb(3.2468965517, 53.5737931034, 90.9131034483);
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  text-decoration: none !important;
  letter-spacing: normal;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}
.sub-page #main.section .container .right .top .content .btn small, .sub-page #main.section .container .right .top .content .button small {
  margin: 0 0 0 20px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
.sub-page #main.section .container .right .top .content .btn:hover, .sub-page #main.section .container .right .top .content .button:hover {
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  color: #fff !important;
}
.sub-page #main.section .container .right .top .content .btn:hover small, .sub-page #main.section .container .right .top .content .button:hover small {
  color: rgba(255, 255, 255, 0.75);
}
.sub-page #main.section .container .right .top .content #sticky_links .btn, .sub-page #main.section .container .right .top .content #sticky_links .button {
  padding: 1.3em 0;
  width: 100%;
}
.sub-page #main.section .container .right .top .content .btn.newsletter-year, .sub-page #main.section .container .right .top .content .button.newsletter-year {
  font-size: 2em !important;
  font-weight: bold !important;
  margin: 10px 8px 0 0;
}
.sub-page #main.section .container .right .top .content .btn.newsletter-year.active, .sub-page #main.section .container .right .top .content .button.newsletter-year.active {
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  color: #fff !important;
}
.sub-page #main.section .container .right .top .content * {
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-weight: normal;
}
.sub-page #main.section .container .right .top .content img, .sub-page #main.section .container .right .top .content iframe {
  max-width: 100%;
}
.sub-page #main.section .container .right .top .content h1#top {
  font-weight: 800;
  margin: 0 0 35px 0;
}
.sub-page #main.section .container .right .top .content h1, .sub-page #main.section .container .right .top .content h2, .sub-page #main.section .container .right .top .content h3, .sub-page #main.section .container .right .top .content h4, .sub-page #main.section .container .right .top .content h5, .sub-page #main.section .container .right .top .content h6 {
  color: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  line-height: 100% !important;
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-weight: 500;
}
.sub-page #main.section .container .right .top .content h1 {
  font-size: 1.75em;
  letter-spacing: -0.01em;
}
.sub-page #main.section .container .right .top .content h2 {
  font-size: 1.5em;
  letter-spacing: -0.005em;
}
.sub-page #main.section .container .right .top .content h2 > span {
  font-size: 1.5em;
  letter-spacing: -0.005em;
}
.sub-page #main.section .container .right .top .content h3 {
  font-size: 1.3125em;
}
.sub-page #main.section .container .right .top .content h3 > span {
  font-size: 1.3125em;
}
.sub-page #main.section .container .right .top .content h4 {
  font-size: 1.125em;
  letter-spacing: 0.02em;
}
.sub-page #main.section .container .right .top .content h4 > span {
  font-size: 1.125em;
  letter-spacing: 0.02em;
}
.sub-page #main.section .container .right .top .content h5 {
  font-size: 1em;
  color: #555 !important;
}
.sub-page #main.section .container .right .top .content h5 > span {
  font-size: 1em;
  color: #555 !important;
}
.sub-page #main.section .container .right .top .content h6 {
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #666;
}
.sub-page #main.section .container .right .top .content h6 > span {
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #666;
}
.sub-page #main.section .container .right .top .content h2 {
  margin-bottom: 16px;
  padding-top: 14px;
}
.sub-page #main.section .container .right .top .content h3 {
  margin-bottom: 14px;
  padding-top: 12px;
}
.sub-page #main.section .container .right .top .content h4 {
  margin-bottom: 12px;
  padding-top: 12px;
}
.sub-page #main.section .container .right .top .content h5 {
  margin-bottom: 12px;
  padding-top: 10px;
}
.sub-page #main.section .container .right .top .content h6 {
  margin-bottom: 12px;
  padding-top: 8px;
}
.sub-page #main.section .container .right .top .content ul, .sub-page #main.section .container .right .top .content ol, .sub-page #main.section .container .right .top .content li, .sub-page #main.section .container .right .top .content p, .sub-page #main.section .container .right .top .content a, .sub-page #main.section .container .right .top .content b, .sub-page #main.section .container .right .top .content em, .sub-page #main.section .container .right .top .content span, .sub-page #main.section .container .right .top .content div {
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-weight: normal;
  line-height: 125% !important;
  font-size: 18px;
}
.sub-page #main.section .container .right .top .content b, .sub-page #main.section .container .right .top .content em, .sub-page #main.section .container .right .top .content strong {
  font-weight: bold !important;
}
.sub-page #main.section .container .right .top .content a:link, .sub-page #main.section .container .right .top .content a:visited {
  text-decoration: underline;
}
.sub-page #main.section .container .right .top .content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.sub-page #main.section .container .right .top .content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.sub-page #main.section .container .right .top .content span.size {
  font-size: 65%;
}
.sub-page #main.section .container .right .top .content blockquote {
  font-style: italic;
  font-family: Georgia, Times, Times New Roman, serif;
  padding: 2px 0;
  border: 0 solid #ccc;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
  margin-bottom: 1em;
}
.sub-page #main.section .container .right .top .content blockquote p:last-of-type {
  margin-bottom: 0;
}
.sub-page #main.section .container .right .top .content .calendar {
  width: 100%;
  margin: 10px 0 0;
}
.sub-page #main.section .container .right .top .content .calendar * {
  font-family: Roboto, Arial, Verdana, Helvetica, sans-serif !important;
}
.sub-page #main.section .container .right .top .content .calendar thead tr .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
  position: relative;
  top: 6px;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td:first-child {
  border-left: 1px solid #e6e6e6;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td:last-child {
  border-right: 1px solid #e6e6e6;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td a:link {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td a:visited {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.sub-page #main.section .container .right .top .content .calendar thead tr td a:hover {
  background: #eaeaea;
  background: linear-gradient(to bottom, #eaeaea, #f0f0f0);
  text-decoration: none;
}
.sub-page #main.section .container .right .top .content .calendar thead tr th {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
  text-align: center;
  font-weight: 700;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr th {
  width: 14.3%;
  height: 40px;
  padding: 5px;
  font-weight: 700;
  text-align: left;
  vertical-align: bottom;
  font-size: 14px;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td {
  border: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: top;
  height: 100px;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td .day {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 12px !important;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td .day * {
  font-size: 12px !important;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td:hover .day {
  background: #f3f3f3;
  text-decoration: none;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td .number {
  float: left;
  width: 100%;
  height: 24px;
  padding: 5px;
  text-align: left;
  font-size: 80%;
  color: #999;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td .events {
  float: left;
  width: 100%;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a:link {
  float: left;
  clear: left;
  margin: 0 0 2px;
  padding: 2px 5px;
  font-size: 80%;
  color: #999;
  text-decoration: none !important;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a:visited {
  float: left;
  clear: left;
  margin: 0 0 2px;
  padding: 2px 5px;
  font-size: 80%;
  color: #999;
  text-decoration: none !important;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.allday:link {
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 2px;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.allday:visited {
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 2px;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.multiday:link {
  width: 100%;
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 0;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td a.multiday:visited {
  width: 100%;
  padding: 2px 5px;
  background: #eaeaea;
  border-radius: 0;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.blank {
  background: #e4e4e4;
  border: 1px solid #ddd;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.blank:hover .day {
  background: #ddd;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.weekend .day {
  background: #f7f7f7;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.weekend:hover .day {
  background: #f3f3f3;
  text-decoration: none;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.today .day {
  background: #ffc;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.today:hover .day {
  background: #ffffa9;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.current .day {
  background: #2382ef;
  color: #fff;
  font-weight: 700;
}
.sub-page #main.section .container .right .top .content .calendar tbody tr td.current:hover .day {
  background: #2382ef;
}
.sub-page #main.section .container .right .top .content .calendar tbody.agenda-view {
  display: none;
}
.sub-page #main.section .container .right .top .content .calendar tbody.agenda-view tr.agenda-day.empty {
  display: none;
}
@media all and (max-width: 600px) {
  .sub-page #main.section .container .right .top .content .calendar tbody.month-view {
    display: none;
  }
  .sub-page #main.section .container .right .top .content .calendar tbody.agenda-view {
    display: table-row-group;
  }
}
.sub-page #main.section .container .right .top .content .sitemap a {
  display: block;
}
.sub-page #main.section .container .right .top .content .sitemap ul li {
  display: block;
  padding-bottom: 10px;
}
.sub-page #main.section .container .right .top .content .sitemap .hide-mobile {
  display: block;
}
.sub-page #main.section .container .right .top .content .sitemap ul .fa {
  display: none;
}
.sub-page #main.section .container .right .top .content .sitemap a:hover {
  text-decoration: underline !important;
}
.sub-page #main.section .container .right .top .content .sitemap a:link,
.sub-page #main.section .container .right .top .content .sitemap a:visited {
  width: 100%;
  margin: 0;
  padding: 6px 20px 6px 0;
  color: #000;
  text-decoration: none;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-1, .sub-page #main.section .container .right .top .content .sitemap a.depth-2, .sub-page #main.section .container .right .top .content .sitemap a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-0 {
  font-weight: 500;
  font-size: 24px !important;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-1 {
  padding-left: 30px !important;
  font-size: 20px !important;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-2 {
  padding-left: 60px !important;
  font-size: 17px !important;
}
.sub-page #main.section .container .right .top .content .sitemap a.depth-2 {
  padding-left: 90px !important;
  font-size: 14px !important;
}
.sub-page #main.section .container .right .top .content .sub-page #main.section .container .right .top .content h1 {
  font-family: "QTFloraline", "Open Sans", sans-serif !important;
}
.sub-page #main.section .container .right .top .blog .h2 {
  margin-bottom: 2px !important;
}
.sub-page #main.section .container .right .top .blog span.date-index {
  color: #666;
  display: block;
  padding-bottom: 10px;
}
.sub-page #main.section .container .right .top .blog span.date-post {
  color: #666;
  display: block;
  padding-bottom: 10px;
}
.sub-page #main.section .container .right .top .blog .pagenumbers {
  text-align: center;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .info {
  padding-bottom: 15px;
  padding-top: 30px;
}
.sub-page #main.section .container .right .top .blog .pagenumbers a.button.button-disabled {
  display: none !important;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .prevnext {
  display: inline-block;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .pages {
  display: inline-block;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .pages div {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .pages div:first-of-type {
  padding-left: 10px;
}
.sub-page #main.section .container .right .top .blog .pagenumbers .pages div:last-of-type {
  padding-right: 10px;
}
@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right .top {
    margin-bottom: 0;
  }
}
.sub-page #main.section .container .right .top .flex-center {
  display: flex;
  justify-content: center;
  margin: 0 0 1em;
}
.sub-page #main.section .container .right .top .flex-between {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1em;
}
.sub-page #main.section .container .right .top .flex-column {
  align-items: center;
}
.sub-page #main.section .container .right .top .flex-around {
  display: flex;
  justify-content: space-around;
  margin: 0 0 1em;
}
.sub-page #main.section .container .right .top .horizontal-scroll {
  overflow-x: auto;
}
@media all and (max-width: 809px) {
  .sub-page #main.section .container .right .top .mobile-column {
    flex-direction: column;
    align-items: center;
  }
  .sub-page #main.section .container .right .top .hide-mobile {
    display: none !important;
  }
}
@media all and (min-width: 1280px) {
  .sub-page #main.section .container .right .top .hide-desktop {
    display: none !important;
  }
}
@media all and (max-width: 809px) {
  .sub-page #main.section .container .right .top .hide-small {
    display: none;
  }
}
.sub-page #main.section .container .right .bottom {
  position: absolute;
  bottom: 102px;
}
@media all and (max-width: 1020px) {
  .sub-page #main.section .container .right .bottom {
    display: none;
  }
}
@media all and (max-width: 925px) {
  .sub-page .section.links {
    display: none;
  }
}
@media print {
  @page {
    .sub-page {
      size: portrait;
    }
  }
  .sub-page .top-bar {
    display: none;
  }
  .sub-page .header {
    display: none;
  }
  .sub-page .menu-item {
    display: none;
  }
  .sub-page nav {
    display: none;
  }
  .sub-page .motto {
    display: none;
  }
  .sub-page .hero {
    display: none;
  }
  .sub-page .footer-top {
    display: none;
  }
  .sub-page .footer, .sub-page footer {
    display: none;
  }
  .sub-page .subnav {
    display: none;
  }
  .sub-page .related-pages {
    display: none;
  }
}
.sub-page sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}


.sitemap a {
  display: block;
}

.sitemap ul li {
  display: block;
  padding-bottom: 10px;
}

.sitemap .hide-mobile {
  display: block;
}

.sitemap ul .fa {
  display: none;
}

.sitemap a:hover {
  text-decoration: underline !important;
}

.sitemap a:link,
.sitemap a:visited {
  width: 100%;
  margin: 0;
  padding: 6px 20px 6px 0;
  color: #000;
  text-decoration: none;
}

.sitemap a.depth-1, .sitemap a.depth-2, .sitemap a.depth-3 {
  text-transform: inherit !important;
  padding: 8px 20px !important;
}

.sitemap a.depth-0 {
  font-weight: 500;
  font-size: 24px !important;
}

.sitemap a.depth-1 {
  padding-left: 30px !important;
  font-size: 20px !important;
}

.sitemap a.depth-2 {
  padding-left: 60px !important;
  font-size: 17px !important;
}

.sitemap a.depth-2 {
  padding-left: 90px !important;
  font-size: 14px !important;
}

.sub-page #main.section .container .right .top .content h1 {
  font-family: "QTFloraline", "Open Sans", sans-serif !important;
}


.notices-section {
  position: relative;
  z-index: 3;
  width: 100%;
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483);
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(to right, rgb(3.4227586207, 56.4755172414, 95.8372413793), #2c88cd) 1;
  padding: 0 1rem;
}
.notices-section.sub-page {
  display: none;
}
.notices-section .container {
  min-height: 2em;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 689px) {
  .notices-section .container {
    width: 85vw !important;
  }
}
@media all and (max-width: 450px) {
  .notices-section .container {
    min-height: 3em;
  }
}
.notices-section .container .language-selection {
  flex: 1;
}
@media all and (max-width: 689px) {
  .notices-section .container .language-selection {
    display: none;
  }
}
.notices-section .container .language-selection .goog-te-gadget-simple {
  background-color: rgb(3.2468965517, 53.5737931034, 90.9131034483);
  padding: 0.3em 0.5em;
}
@media all and (max-width: 889px) {
  .notices-section .container .language-selection .goog-te-gadget-simple {
    padding: 0;
  }
}
.notices-section .container .language-selection .goog-te-gadget-simple span:nth-of-type(2) {
  padding-right: 10px;
  margin-left: 14px;
}
@media all and (max-width: 889px) {
  .notices-section .container .language-selection .goog-te-gadget-simple span:nth-of-type(2) {
    margin-left: 3px;
    padding-right: 0;
  }
}
.notices-section .container .language-selection img {
  display: none;
}
.notices-section .container .language-selection a:link, .notices-section .container .language-selection a:visited {
  color: #fff;
}
.notices-section .container .notices {
  margin: 0 auto 0;
  color: white;
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 18px;
  border-radius: 35px;
  flex: 1;
  width: calc(100% - 210px);
  padding-right: 25px;
  padding-left: 25px;
}
@media all and (max-width: 770px) {
  .notices-section .container .notices {
    border-radius: unset;
  }
}
@media all and (max-width: 450px) {
  .notices-section .container .notices {
    border-radius: unset;
    font-size: 16px;
  }
}
.notices-section .container .notices .notice-slides {
  width: 100%;
}
.notices-section .container .notices .notice-slides .slick-next:before {
  content: "\f054";
}
.notices-section .container .notices .notice-slides .slick-prev:before {
  content: "\f053";
}
.notices-section .container .notices .notice-slides .slick-next:before, .notices-section .container .notices .notice-slides .slick-prev:before {
  font-family: "Font Awesome 6 Free" !important;
  font-size: 18px;
}
.notices-section .container .notices .notice-slides .slick-next, .notices-section .container .notices .notice-slides .slick-prev {
  font-weight: 900 !important;
  opacity: 1;
  height: unset;
  width: unset;
}
.notices-section .container .notices .notice-slides .slick-prev-custom, .notices-section .container .notices .notice-slides .slick-next-custom {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  cursor: pointer;
}
.notices-section .container .notices .notice-slides p {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
}

footer {
  position: relative;
  background: rgb(3.2468965517, 53.5737931034, 90.9131034483) !important;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-top: auto;
}
footer * {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #fff !important;
}
footer .container {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 730px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container .footer-column {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  position: relative;
}
@media all and (max-width: 730px) {
  footer .container .footer-column {
    width: 100% !important;
    text-align: center !important;
    float: clear !important;
  }
}
footer .container .footer-column:first-of-type {
  width: auto;
  flex: 2;
}
footer .container .footer-column:nth-of-type(2) {
  flex: 1;
}
@media all and (max-width: 730px) {
  footer .container .footer-column:nth-of-type(2).hide-mobile {
    display: revert !important;
    text-align: left !important;
    margin-bottom: 30px;
  }
  footer .container .footer-column:nth-of-type(2).hide-mobile .address-children-container {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .container .footer-column .address {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
footer .container .footer-column .address .address-children-container {
  display: flex;
  flex-direction: column;
}
footer .container .footer-column .address .address-children-container .line {
  display: flex;
}
footer .container .footer-column .address .address-children-container .line:first-of-type {
  margin-bottom: 1em;
}
footer .container .footer-column .address .address-children-container .line:first-of-type div:first-of-type {
  align-self: center;
}
footer .container .footer-column .address .address-children-container .line:last-of-type {
  margin-top: 0.25em;
}
footer .container .footer-column .address .address-children-container .line i {
  font-size: 1.25em;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  margin-right: 1em;
}
footer .container .footer-column:last-of-type {
  flex: 2;
  width: 320px;
  text-align: right;
}
footer .container .footer-column:last-of-type p {
  margin: 0;
  padding: 0;
  line-height: 15px;
}
footer .container a:hover {
  text-decoration: underline;
}
footer .container .decd {
  display: block;
  margin-bottom: 29px;
}
footer .container .neals {
  position: relative;
}
footer .container .cc {
  position: relative;
}
@media all and (max-width: 985px) {
  footer .container .logos {
    position: relative;
  }
}
footer .container .sagov {
  position: relative;
}
footer .container .complaints {
  position: relative;
}
footer .container .center {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
footer .container .center div a:first-of-type img {
  margin-right: 50px;
}
footer .container .center img {
  margin-bottom: 22.5px;
  width: 95px;
}
footer .container .creativecommons {
  position: relative;
}
footer .container .nbsp-spacer {
  font-size: 8px !important;
  line-height: 8px !important;
}

footer .sagov img {
  position: relative;
}

footer .home-page .values .values-large {
  display: none;
}

.footer-column .logos {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
@media all and (max-width: 730px) {
  .footer-column .logos {
    justify-content: center;
  }
}
@media all and (max-width: 400px) {
  .footer-column .logos {
    flex-wrap: wrap;
    gap: 5px 0;
    justify-content: space-evenly;
  }
}
.footer-column .logos .flex-break {
  display: none;
  flex-basis: 100%;
}
@media all and (max-width: 400px) {
  .footer-column .logos .flex-break {
    display: block;
  }
}

@media all and (max-width: 730px) {
  footer .footer-column {
    display: block;
    width: 100%;
  }
  footer .decd {
    margin: 0 auto;
    max-width: 100%;
  }
  footer .footer-column:last-of-type {
    text-align: center;
    width: 100%;
  }
  footer .footer-column:first-of-type {
    margin-bottom: -10px;
  }
  footer .footer-column:nth-of-type(2) {
    margin-bottom: 10px;
  }
  footer .logos {
    margin-bottom: 0;
  }
  footer .copyright-left {
    display: none !important;
  }
  footer .copyright-right {
    display: block !important;
  }
  footer p {
    line-height: 21px !important;
  }
  footer .cc {
    margin-right: 25px;
  }
}
form {
  margin-left: 1rem;
  margin-right: 1rem;
}
form table.form {
  border: none;
  width: 100%;
  border-spacing: 0;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
form table.form tr:last-of-type td {
  padding-bottom: 25px;
  padding-top: 10px;
}
form table.form th {
  background: linear-gradient(135deg, rgb(3, 54, 91) 0%, #2c88cd 100%);
  color: white;
  padding: 24px;
  font-size: 24px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
form table.form td {
  padding: 22px 25px 0;
  background: #ffffff;
  border: 0;
}
form table.form td input[type=text], form table.form td select, form table.form td textarea {
  width: 100%;
  padding: 12px 16px;
  margin-top: 8px;
  border: 1px solid #e0e0e0;
  background: white;
  outline: none;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
form table.form td input[type=date] {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 11px 16px;
  width: auto;
}
form table.form td label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
form table.form td span.hint-text {
  display: block;
  font-size: 13px !important;
  color: #6c7680;
  margin-top: 4px;
  font-weight: normal !important;
  line-height: 1.4 !important;
}
form table.form td select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  background-color: white;
  padding-right: 40px;
}
form table.form td select option:first-of-type {
  color: #777;
}
form table.form td input:focus, form table.form td select:focus, form table.form td textarea:focus {
  border-color: #2c88cd;
  box-shadow: 0 0 0 3px rgba(44, 136, 205, 0.1);
  background-color: white;
}
form table.form td button {
  font-size: 16px;
  font-weight: 600 !important;
  padding: 12px 30px !important;
  background: rgb(3, 54, 91);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
form table.form td button:hover {
  background: #2c88cd;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(44, 136, 205, 0.2);
}
form table.form td label.error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
form table.form #inquiry {
  width: 100%;
  min-height: 120px;
  resize: vertical;
}

.body-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-top: 1px;
  margin-top: -1px;
}

@media all and (max-width: 1279px) {
  .section .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.panel.motto {
  background: #075d62;
  position: relative;
  z-index: 3;
}
.panel.motto .inner {
  padding-top: 65px;
  padding-bottom: 62px;
  text-align: center;
}
.panel.motto .inner h2 {
  font-family: "Life Savers", cursive;
  color: #fff;
  font-size: 62px;
}
@media all and (max-width: 1100px) {
  .panel.motto .inner h2 {
    font-size: 48px;
  }
}
@media all and (max-width: 1000px) {
  .panel.motto .inner {
    padding-top: 45px;
    padding-bottom: 42px;
  }
}
@media all and (max-width: 600px) {
  .panel.motto .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .panel.motto .inner h2 {
    font-size: 30px;
  }
}