@charset "UTF-8";
/*
Theme Name: EAL 2018
Author: Ornion OÜ / Piiu Pilt
Author URI: https://www.ornion.ee
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Arvo:400,700");
html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*, *:before, *:after {
  box-sizing: inherit; }

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', serif; }

h1 {
  padding: 20px 0; }

h2, h3, h4 {
  padding: 10px 0; }

img {
  max-width: 100%;
  height: auto; }

body {
  background: #fff;
  min-width: 360px; }

#editor .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.1); }
  #editor .overlay:before {
    content: 'Muutmine keelatud';
    position: absolute;
    margin-top: -20px;
    right: 0;
    color: red; }

.container {
  margin: 0 auto;
  width: 1200px;
  padding: 20px;
  display: block; }
  .container.wp-block-columns {
    display: flex; }
  @media (max-width: 1200px) {
    .container {
      width: 100%; } }
  @media (max-width: 600px) {
    .container {
      padding: 20px 5px; } }
  #editor .container {
    padding: 0;
    width: 100% !important;
    max-width: 1200px !important; }

.centered {
  text-align: center;
  max-width: 100%;
  padding: 10px; }

.page-body p {
  line-height: 28px;
  padding: 5px 0; }

.page-body ol, .page-body ul {
  list-style-position: inside; }
  .page-body ol li, .page-body ul li {
    line-height: 26px;
    padding-bottom: 5px; }
    .page-body ol li > p, .page-body ul li > p {
      display: inline;
      padding: 0 !important; }
    .page-body ol li ol, .page-body ol li ul, .page-body ul li ol, .page-body ul li ul {
      padding-top: 5px;
      padding-left: 25px; }

.page-body a {
  color: #B4B7BA; }

.page-body nav {
  font-size: 12px; }

.wp-block-image {
  margin: 20px auto !important;
  text-align: center; }
  .wp-block-image img {
    max-height: 300px;
    width: auto; }

.wp-block-gallery img, .wp-block-image img {
  border-radius: 8px; }

.wp-block-quote {
  font-family: 'Arvo', serif;
  max-width: 1000px !important;
  border-top: 3px solid #F8F8F8;
  border-bottom: 3px solid #F8F8F8;
  text-align: center;
  padding: 30px;
  margin: 20px auto !important;
  font-size: 24px;
  font-weight: bold; }

.wp-block-columns p {
  width: 100%;
  padding: 0 !important; }

@media (min-width: 601px) {
  .wp-block-columns .editor-block-list__block-edit {
    margin: 20px 0 !important; } }

.column-container:after {
  content: "";
  display: table;
  clear: both; }

.half {
  width: 50%; }

.third {
  width: 33.3%; }

.twothirds {
  width: 66.6%; }

.full {
  width: 100%; }

.full, .half, .third, .twothirds {
  display: inline-block;
  float: left; }
  @media (max-width: 1024px) {
    .full, .half, .third, .twothirds {
      width: 100%; } }

.gradient-button {
  margin: 30px auto;
  font-family: 'Open Sans', sans-serif;
  display: block;
  text-transform: uppercase;
  background: #d6eef8;
  background: -moz-linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%);
  background: -webkit-linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%);
  background: linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6eef8', endColorstr='#ecf9f3', GradientType=1);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #35677E !important;
  width: 200px;
  padding: 16px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 12px;
  transition: all 0.5s;
  cursor: pointer; }
  .gradient-button:hover {
    color: #35677E;
    background-size: 100% 100%; }

.date {
  color: #B4B7BA;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1.2px; }

#header {
  width: 100%;
  max-width: 100vw;
  position: fixed;
  background: #fff;
  z-index: 200; }
  @media (max-width: 1024px) {
    #header {
      height: 60px; }
      #header > .container {
        padding: 5px 20px;
        min-width: 360px; }
      #header img {
        max-height: 45px !important; } }
  @media (max-width: 600px) {
    #header > .container {
      padding: 5px; } }
  #header nav {
    float: right; }
    @media (max-width: 1024px) {
      #header nav {
        display: none; } }
  #header .mobile-menu-icon {
    float: right;
    display: none;
    cursor: pointer;
    font-size: 28px;
    padding: 8px;
    color: #35677E; }
    @media (max-width: 1024px) {
      #header .mobile-menu-icon {
        display: inline-block; } }
  #header img {
    max-height: 55px;
    margin-left: 5px; }

nav {
  font-size: 13px;
  text-transform: uppercase;
  min-height: 60px; }
  nav ul, nav li {
    display: inline;
    position: relative; }
  nav li.menu-item-has-children a {
    transition: none; }
  nav .sub-menu {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    background: #f9f9f9;
    transition: all 0.5s;
    padding: 10px 0;
    text-transform: none; }
    nav .sub-menu li {
      display: block; }
      nav .sub-menu li a, nav .sub-menu li .current_page_parent a {
        padding: 10px 20px;
        border-bottom: none !important;
        white-space: nowrap;
        width: 100%; }
      nav .sub-menu li a:hover {
        background: #E7F5FB; }
    nav .sub-menu.big-sub-menu {
      columns: 2;
      left: -50%;
      padding: 20px; }
  nav li:hover > .sub-menu {
    display: block;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2);
    -moz-box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2);
    box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2); }
  nav li:hover > a {
    border-bottom: 3px solid #5bc2ef; }
  nav a {
    display: inline-block;
    text-decoration: none;
    padding: 25px 10px 8px;
    letter-spacing: 1.5px;
    color: #333;
    transition: all 0.5s;
    border-color: #5bc2ef; }
    @media (min-width: 1024px) and (max-width: 1280px) {
      nav a {
        letter-spacing: 1px;
        font-size: 12px;
        padding-right: 5px; } }
    nav a.header-icon {
      font-size: 24px;
      padding: 10px 20px;
      float: right;
      margin-top: 5px;
      cursor: pointer; }
      nav a.header-icon:hover {
        border-bottom: none; }
    nav a.header-link {
      padding: 12px 20px;
      border: 1px solid #5bc2ef;
      float: right;
      margin-top: 12px; }
      nav a.header-link:hover {
        border: 1px solid #5bc2ef !important;
        background: #5bc2ef; }
    nav a:hover {
      border-bottom: 3px solid #5bc2ef; }
  nav .current-menu-item a, nav a.active, nav .current_page_parent a {
    border-bottom: 3px solid #5bc2ef; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 0;
  z-index: -1;
  padding: 70px 20px 20px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: auto; }
  .mobile-menu a {
    display: block;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #333; }
    .mobile-menu a.header-link {
      padding: 12px 20px;
      border: 1px solid #5bc2ef;
      display: inline-block;
      margin-top: 12px;
      margin-left: 16px; }
      .mobile-menu a.header-link:hover {
        border: 1px solid #5bc2ef !important;
        background: #5bc2ef; }
  .mobile-menu .menu-item-has-children > a:not(.submenu-open):after {
    content: ">";
    float: right;
    font-size: 20px;
    color: #757575; }
  .mobile-menu .sub-menu {
    background: #f3f3f3; }
    .mobile-menu .sub-menu a {
      text-transform: none; }
  .mobile-menu .submenu-open {
    background: #e2e2e2; }
  .mobile-menu li {
    list-style: none;
    border-bottom: 1px solid #E9E9E9; }
    .mobile-menu li:last-child {
      border-bottom: none; }
  .mobile-menu li ul {
    display: none; }
    .mobile-menu li ul.active ul {
      display: block; }

.footer-menu {
  margin: 40px 0 20px;
  padding: 40px 0;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  color: #767676;
  font-size: 14px;
  line-height: 26px; }
  .footer-menu h3 {
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 60px;
    letter-spacing: 1.5px; }
  .footer-menu li {
    list-style: none; }
    .footer-menu li a {
      color: #767676;
      text-decoration: none;
      letter-spacing: 1.5px; }
      .footer-menu li a:hover {
        color: #333; }
  .footer-menu a {
    color: #767676; }
  .footer-menu td:nth-child(2) {
    padding-left: 60px; }
  @media (max-width: 1024px) {
    .footer-menu .third {
      width: 33.3%; } }
  .footer-menu img {
    max-height: 50px; }

.footer-copyright {
  text-align: center;
  font-size: 12px;
  color: #bcbcbc; }

.footer-copyright a {
  color: #999999; }

.footer-copyright a:hover {
  color: #666666; }

.tile {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2);
  box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2);
  margin: 10px;
  padding: 20px;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  font-size: 15px; }
  @media (max-width: 600px) {
    .tile {
      padding: 10px; } }
  .tile h2 a {
    transition: all 0.4s;
    text-decoration: none;
    color: #333;
    font-size: 26px;
    line-height: 32px;
    border-color: #5bc2ef; }
  .tile:hover h2 a {
    border-bottom: 3px solid #5bc2ef; }
  .tile .image-container {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    top: 0;
    left: 0; }
  .tile p {
    width: auto;
    padding: 5px 0; }
  .tile .post-categories a {
    padding: 0; }
  @media (min-width: 601px) {
    .tall-bg .tile h2 a, .tile.tall-bg h2 a, .tall .tile h2 a {
      font-size: 36px;
      line-height: 42px; } }
  .tall-bg .tile .post-categories a, .tile.tall-bg .post-categories a, .tall .tile .post-categories a {
    color: #333; }
  @media (min-width: 601px) and (max-width: 1024px) {
    .tall-bg .tile h2, .tile.tall-bg h2, .tall .tile h2 {
      padding-top: 50% !important; } }
  .tall-bg .tile, .tile.tall-bg {
    background-size: cover !important; }
    .tall-bg .tile h2, .tile.tall-bg h2 {
      padding-top: 100%; }
  .tall .tile h2 {
    padding-top: 100%; }
  .tall .tile .image-container {
    height: 50%; }
  .image-right .tile {
    padding-right: 55%; }
    .image-right .tile .image-container {
      width: 50%;
      right: 0;
      left: auto; }
  .image-left .tile {
    padding-left: 55%; }
    .image-left .tile .image-container {
      width: 50%;
      left: 0; }
  @media (max-width: 1024px) {
    .image-left .tile, .image-right .tile {
      padding: 20px; }
      .image-left .tile .image-container, .image-right .tile .image-container {
        display: none; } }
  @media (max-width: 600px) {
    .image-left .tile, .image-right .tile {
      padding: 10px; } }
  .tile .read-more {
    display: inline-block;
    margin: 20px 0 0 0;
    background: #E7F5FB;
    color: #35677E;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.5px; }
  .tile .date {
    padding-top: 30px; }
  .tile .author {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }

.post-title {
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  word-break: break-word; }

@media (max-width: 1024px) {
  .post-title {
    font-size: 42px;
    line-height: 42px; } }

@media (max-width: 600px) {
  .post-title {
    font-size: 32px;
    line-height: 42px; } }

.post-categories a {
  letter-spacing: 1.2px;
  display: inline-block;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #9FA3A7;
  padding: 2px 10px;
  font-weight: bold;
  margin: 0 3px; }
  .post-categories a:hover {
    color: #9FA3A7; }

.single .post-categories {
  text-align: center; }
  .single .post-categories a {
    background: #F9F9F9; }

.single .page-body {
  padding-top: 140px; }
  @media (max-width: 1024px) {
    .single .page-body {
      padding-top: 80px; } }
  .single .page-body h2, .single .page-body h3, .single .page-body h4 {
    font-weight: bold;
    padding: 20px 0;
    line-height: 28px; }
  .single .page-body .wp-block-columns .wp-block-column {
    padding: 30px 0; }
  .single .page-body .wp-block-columns p {
    padding: 0 !important; }

.single .meta {
  letter-spacing: 1.2px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #9FA3A7; }

.single .social-media {
  margin-bottom: 40px; }
  .single .social-media a {
    margin: 0 6px;
    color: #9FA3A7;
    text-decoration: none; }

.page-body {
  padding-top: 100px; }
  @media (max-width: 1024px) {
    .page-body {
      padding-top: 60px; } }

.page-title {
  font-size: 42px;
  padding-top: 40px; }

@media (max-width: 600px) {
  .page-title {
    font-size: 32px; } }

@media (min-width: 1200px) {
  .page:not(.home) .page-body {
    padding-top: 150px;
    padding-bottom: 50px; } }

.news nav a {
  color: #C0C2C5; }
  .news nav a:hover {
    color: #C0C2C5; }
  .news nav a.active {
    color: #333; }

.news.page-body .page-title {
  padding: 0 0 20px; }

.news h2 {
  padding: 20px 0; }

.news .column-container .tile {
  margin: 15px; }
  @media (max-width: 900px) {
    .news .column-container .tile {
      margin: 15px 0; } }

.news .gradient-button {
  margin-top: 40px; }

#search-overlay {
  background: #fff;
  position: absolute;
  width: 100%;
  max-height: 100vh;
  top: 0;
  left: 0;
  z-index: 300;
  display: none;
  overflow: auto; }
  #search-overlay a {
    text-decoration: none; }
  #search-overlay h1 {
    padding: 60px 0; }
  #search-overlay .input-container {
    background: #d6eef8;
    background: -moz-linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%);
    background: -webkit-linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%);
    background: linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%); }
    #search-overlay .input-container #search-input {
      font-family: 'Arvo', serif;
      line-height: 60px;
      font-size: 60px;
      background: transparent;
      border: none !important;
      box-shadow: none !important;
      margin: 40px 0;
      outline-width: 0 !important;
      width: 90%; }
    #search-overlay .input-container #search-close {
      line-height: 60px;
      font-size: 25px;
      float: right;
      cursor: pointer;
      margin: 40px 0;
      opacity: .5; }
  #search-overlay #search-results .result {
    border-bottom: 1px solid #eaeaea;
    padding: 20px;
    width: 60%; }
    @media (max-width: 1024px) {
      #search-overlay #search-results .result {
        width: 100%; } }
    #search-overlay #search-results .result h3 {
      padding: 10px 0; }
    #search-overlay #search-results .result .post-categories a {
      padding: 0;
      margin: 10px 10px 10px 0; }
  #search-overlay #search-no-results {
    display: none; }
  #search-overlay #search-contacts {
    margin: 120px 0 40px 0;
    font-size: 20px;
    font-weight: bold;
    display: none; }
    #search-overlay #search-contacts .half:last-child {
      text-align: right; }

.search-container {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  width: 100%;
  background: #d6eef8;
  background: -moz-linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%);
  background: -webkit-linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%);
  background: linear-gradient(45deg, #d6eef8 0%, #ecf9f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6eef8', endColorstr='#ecf9f3', GradientType=1); }
  .search-container i {
    float: right;
    font-size: 24px; }
  .search-container input {
    font-size: 16px;
    font-family: 'Arvo', serif;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    outline-width: 0 !important; }

.wp-block-al-front-page-top {
  z-index: 5;
  position: relative; }
  .wp-block-al-front-page-top a {
    color: inherit;
    text-decoration: none; }
  .wp-block-al-front-page-top .image-container {
    position: relative;
    text-shadow: 1px 1px 2px #505050;
    overflow: hidden;
    display: block; }
    .wp-block-al-front-page-top .image-container .hero-image {
      border-radius: 8px; }
    .wp-block-al-front-page-top .image-container .block-editor-url-input__button {
      position: absolute;
      top: 0;
      right: 0; }
      .wp-block-al-front-page-top .image-container .block-editor-url-input__button > .components-button {
        background: yellow; }
        .wp-block-al-front-page-top .image-container .block-editor-url-input__button > .components-button.is-pressed {
          background: lime; }
    .wp-block-al-front-page-top .image-container h1 {
      position: absolute;
      bottom: 41px;
      left: 50px;
      max-width: calc(100% - 100px);
      font-size: 50px;
      line-height: 50px;
      margin: 0;
      padding: 0; }
      .wp-block-al-front-page-top .image-container h1.rich-text {
        border: 1px dashed yellow;
        padding-right: 4px; }
    .wp-block-al-front-page-top .image-container h2 {
      position: absolute;
      bottom: 100px;
      left: 50px;
      max-width: calc(100% - 100px);
      margin: 0;
      padding: 0;
      font-size: 24px;
      line-height: 24px; }
      .wp-block-al-front-page-top .image-container h2.rich-text {
        border: 1px dashed yellow;
        padding-right: 4px; }
    .wp-block-al-front-page-top .image-container span {
      position: absolute;
      left: 50px;
      bottom: 15px;
      max-width: calc(100% - 100px);
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 24px;
      opacity: .8; }
      .wp-block-al-front-page-top .image-container span.rich-text {
        border: 1px dashed yellow;
        padding-right: 4px; }
    @media (max-width: 720px) {
      .wp-block-al-front-page-top .image-container h1 {
        font-size: 40px;
        line-height: 40px;
        bottom: 35px; }
      .wp-block-al-front-page-top .image-container h2 {
        font-size: 20px;
        line-height: 20px;
        bottom: 80px; }
      .wp-block-al-front-page-top .image-container span {
        font-size: 14px;
        line-height: 14px; } }
    @media (max-width: 600px) {
      .wp-block-al-front-page-top .image-container h1 {
        font-size: 24px;
        line-height: 24px;
        left: 20px;
        bottom: 30px;
        max-width: calc(100% - 40px); }
      .wp-block-al-front-page-top .image-container h2 {
        font-size: 16px;
        line-height: 16px;
        left: 20px;
        bottom: 72px;
        max-width: calc(100% - 40px); }
      .wp-block-al-front-page-top .image-container span {
        font-size: 12px;
        line-height: 14px;
        left: 20px;
        max-width: calc(100% - 40px); } }

.al-fpt-bg-preview {
  display: block;
  width: 100%;
  max-height: 120px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 12px;
  background: #f0f0f0; }

.al-fpt-bg-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.al-fpt-url-input .block-editor-url-input,
.al-fpt-url-input .block-editor-url-input input[type="text"] {
  width: 100%; }

.al-fpt-url-input .block-editor-url-input input[type="text"] {
  padding: 8px 10px;
  border: 1px solid #949494;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: none; }
  .al-fpt-url-input .block-editor-url-input input[type="text"]:focus {
    border-color: var(--wp-admin-theme-color, #007cba);
    outline: 2px solid transparent;
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color, #007cba); }

.wp-block-al-front-page-quote {
  background: #F9F9F9;
  margin-left: -140px;
  padding-left: 140px;
  margin-right: -140px;
  padding-right: 140px;
  padding-bottom: 40px !important;
  z-index: 0; }
  .home .wp-block-al-front-page-quote {
    margin-top: -200px !important;
    padding-top: 240px; }
  #editor .wp-block-al-front-page-quote {
    margin-left: 0;
    margin-right: 0;
    padding: 20px; }
  .wp-block-al-front-page-quote img {
    max-height: 70px; }
  .wp-block-al-front-page-quote span, .wp-block-al-front-page-quote img {
    display: block;
    text-align: right;
    margin-right: 0;
    margin-left: auto; }
  .wp-block-al-front-page-quote .front-page-quote-quote {
    font-size: 24px;
    line-height: 38px; }
    .wp-block-al-front-page-quote .front-page-quote-quote strong {
      font-weight: normal;
      border-bottom: 3px solid #5bc2ef; }
  .wp-block-al-front-page-quote .front-page-quote-author {
    text-transform: uppercase; }
  .wp-block-al-front-page-quote .front-page-quote-role {
    text-transform: lowercase;
    font-size: 12px;
    opacity: .6; }
    .wp-block-al-front-page-quote .front-page-quote-role:before {
      content: '/ '; }
    .wp-block-al-front-page-quote .front-page-quote-role:after {
      content: ' /'; }
  .wp-block-al-front-page-quote .twothirds {
    font-family: 'Arvo', serif; }
    @media (min-width: 720px) {
      .wp-block-al-front-page-quote .twothirds {
        padding-right: 100px; } }
  .wp-block-al-front-page-quote h3 {
    padding: 20px 0; }

.wp-block-al-front-page-news .column-container {
  display: flex;
  gap: 20px; }
  .wp-block-al-front-page-news .column-container .full, .wp-block-al-front-page-news .column-container .half, .wp-block-al-front-page-news .column-container .third, .wp-block-al-front-page-news .column-container .twothirds {
    float: none; }
  @media (max-width: 1024px) {
    .wp-block-al-front-page-news .column-container {
      flex-direction: column; } }
  .wp-block-al-front-page-news .column-container .tile {
    margin: 0;
    background: #F9F9F9;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 26px;
    transition: all 0.4s; }
    .wp-block-al-front-page-news .column-container .tile:hover {
      background: #fff;
      -webkit-box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2);
      -moz-box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2);
      box-shadow: 0px 0px 20px 10px rgba(204, 204, 204, 0.2); }
      .wp-block-al-front-page-news .column-container .tile:hover h2 a {
        border-bottom: 3px solid #5bc2ef; }
    .wp-block-al-front-page-news .column-container .tile h2 a {
      border-color: #5bc2ef;
      transition: all 0.4s;
      text-decoration: none;
      color: #333;
      font-size: 26px;
      line-height: 32px; }
    .wp-block-al-front-page-news .column-container .tile .post-categories a {
      padding: 0; }
    .wp-block-al-front-page-news .column-container .tile .date {
      padding-top: 30px; }

.wp-block-al-carousel {
  position: relative;
  overflow: hidden;
  touch-action: pan-y; }
  .wp-block-al-carousel:focus {
    outline: none; }
  .wp-block-al-carousel:focus-visible {
    outline: 2px solid #35677E;
    outline-offset: 2px; }
  .wp-block-al-carousel .carousel-slides {
    position: relative; }
  .wp-block-al-carousel.carousel-initialized .carousel-slides .wp-block-al-front-page-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none; }
    .wp-block-al-carousel.carousel-initialized .carousel-slides .wp-block-al-front-page-top.carousel-active {
      position: relative;
      opacity: 1;
      pointer-events: auto; }
  .wp-block-al-carousel.carousel-initialized[data-transition="slide"] .carousel-slides .wp-block-al-front-page-top {
    transition: transform 0.6s ease-in-out;
    opacity: 1;
    pointer-events: auto; }
    .wp-block-al-carousel.carousel-initialized[data-transition="slide"] .carousel-slides .wp-block-al-front-page-top.carousel-active {
      position: relative; }
  .wp-block-al-carousel .carousel-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    padding: 8px 12px;
    background: rgba(53, 103, 126, 0.35);
    border-radius: 999px; }
    .wp-block-al-carousel .carousel-dots .carousel-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.6);
      border: 2px solid transparent;
      cursor: pointer;
      padding: 0;
      transition: all 0.2s ease; }
      .wp-block-al-carousel .carousel-dots .carousel-dot:hover {
        background: #fff; }
      .wp-block-al-carousel .carousel-dots .carousel-dot:focus {
        outline: none; }
      .wp-block-al-carousel .carousel-dots .carousel-dot:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 2px; }
      .wp-block-al-carousel .carousel-dots .carousel-dot[aria-current="true"] {
        background: #fff;
        width: 24px;
        border-radius: 999px; }
  .wp-block-al-carousel .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background: rgba(53, 103, 126, 0.7);
    color: #fff;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease; }
    .wp-block-al-carousel .carousel-arrow:hover {
      background: #35677E; }
    .wp-block-al-carousel .carousel-arrow:active {
      transform: translateY(-50%) scale(0.95); }
    .wp-block-al-carousel .carousel-arrow:focus {
      outline: none; }
    .wp-block-al-carousel .carousel-arrow:focus-visible {
      outline: 2px solid #fff;
      outline-offset: 2px; }
    .wp-block-al-carousel .carousel-arrow.carousel-prev {
      left: 16px; }
    .wp-block-al-carousel .carousel-arrow.carousel-next {
      right: 16px; }
  @media (max-width: 600px) {
    .wp-block-al-carousel .carousel-arrow {
      width: 44px;
      height: 44px;
      font-size: 22px; }
    .wp-block-al-carousel .carousel-dots {
      bottom: 12px;
      padding: 6px 10px;
      gap: 8px; }
      .wp-block-al-carousel .carousel-dots .carousel-dot {
        width: 8px;
        height: 8px; }
        .wp-block-al-carousel .carousel-dots .carousel-dot[aria-current="true"] {
          width: 20px; } }
  @media (prefers-reduced-motion: reduce) {
    .wp-block-al-carousel.carousel-initialized .carousel-slides .wp-block-al-front-page-top,
    .wp-block-al-carousel.carousel-initialized[data-transition="slide"] .carousel-slides .wp-block-al-front-page-top,
    .wp-block-al-carousel .carousel-dot,
    .wp-block-al-carousel .carousel-arrow {
      transition: none; } }

.al-carousel-editor {
  border: 2px dashed #35677E;
  padding: 8px;
  background: #d6eef8; }
  .al-carousel-editor .al-carousel-editor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    background: #35677E;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase; }
  .al-carousel-editor .al-carousel-editor-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px 0;
    border-bottom: 1px solid #35677E;
    margin-bottom: 8px; }
    .al-carousel-editor .al-carousel-editor-tabs .al-carousel-editor-tab {
      padding: 6px 12px;
      background: #fff;
      color: #35677E;
      border: 1px solid #35677E;
      border-radius: 4px 4px 0 0;
      font-size: 13px;
      font-weight: 600;
      cursor: pointer; }
      .al-carousel-editor .al-carousel-editor-tabs .al-carousel-editor-tab:hover {
        background: #fff; }
      .al-carousel-editor .al-carousel-editor-tabs .al-carousel-editor-tab.is-active {
        background: #35677E;
        color: #fff; }
    .al-carousel-editor .al-carousel-editor-tabs .al-carousel-editor-tab-add {
      background: transparent;
      border: 1px dashed #35677E;
      font-weight: 700;
      min-width: 36px; }
  .al-carousel-editor .al-carousel-editor-slides [data-block] {
    display: none; }
