@import url("https://fonts.googleapis.com/css?family=Ubuntu:500");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,500,700");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    outline: none;
}
body {
    font-family: "Open Sans", sans-serif;
}
h1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
}
h2 {
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
}
h3 {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
}
a {
    text-decoration: none;
}
body {
    background: #C7F2F3;
}
.is-right {
    float: right;
}
.is-left {
    float: left;
}
.is-centered,
.header_top__container,
.grid,
nav.main-menu .main-menu__container {
    width: 100%;
}
header {
    width: 100%;
    background: none;
}
main {
    clear: both;
    display: block;
}
.header_top__container {
    padding: 0px 16px;
}
.header_top__container:after {
    content: "";
    display: block;
    clear: both;
}
.logo {
    padding: 16px 0px;
    float: left;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .logo {
        padding: 24px 0px;
        margin-left: calc(50% - 140px);
    }
}
@media (min-width: 1025px) {
    .logo {
        margin-left: calc(50% - 140px);
        padding: 24px 0px;
    }
}
@media (max-width: 767px) {
    .logo {
        max-width: 50vw;
        margin-left: calc(50% - 140px);
    }
}
.logo .custom-logo-link img {
    max-width: 280px;
    width: 100%;
    height: auto;
}
.logo .logo__subtitle {
    padding-top: 4px;
    font-size: 14px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .logo .logo__subtitle {
        font-size: 9px;
    }
}
.wp-block-cover {
    position: relative;
    background-size: cover;
    background-position: center center;
    min-height: 430px;
    height: 100%;
    width: 100%;
    max-width: calc(60% - 16px);
    margin: 0px calc(20% + 8px);
    display: inline-block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 767px) {
    .wp-block-cover {
        max-width: 100%;
        margin: 0px !important;
        min-height: 200px !important;
    }
}
.intro__box {
    position: relative;
    min-height: 400px;
    height: 100%;
}
.wp-block-floating {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 20%;
    width: 100%;
    float: left;
    padding: 16px;
}
.wp-block-floating > h2 {
    padding: 0px 0px 16px 0px !important;
}
@media (max-width: 767px) {
    .wp-block-floating {
        position: relative;
        max-width: 100%;
        top: 10px;
        display: block;
        width: 100%;
        float: none;
        padding: 0px;
    }
}
.wp-block-floating > h1 {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 40px;
    color: #999;
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .wp-block-floating > h1 {
        margin-left: 24px;
    }
}
.wp-block-floating > h1:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 12px;
    bottom: -2px;
    height: 16px;
    background: #fff;
    z-index: -1;
    clear: both;
}
.wp-block-floating > p {
    background: #fff;
    padding: 16px 24px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .wp-block-floating > p {
        font-size: 14px;
    }
}
.intro_slider_container {
    padding: 10px;
    box-sizing: border-box;
    max-width: 20%;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .intro_slider_container {
        position: static;
        top: auto;
        transform: none;
        display: block;
        max-width: 100%;
        margin-bottom: nn0px;
    }
}
@media (max-width: 767px) {
    .intro_slider_container .sy-caption {
        bottom: 20px;
    }
}
.content__intro:after {
    display: block;
    clear: both;
}
footer {
    margin: 32px 16px 24px 16px;
    display: block;
}
footer:after {
    content: "";
    display: block;
    clear: both;
}
.footer__left {
    float: left;
}
@media (max-width: 767px) {
    .footer__left {
        display: block;
        text-align: center;
        float: none;
        margin-bottom: 16px;
    }
}
.footer__left > p {
    font-size: 12px;
    color: #222;
}
.footer__right {
    float: right;
}
@media (max-width: 767px) {
    .footer__right {
        display: block;
        text-align: center;
        float: none;
    }
}
.footer__right nav ul > li {
    display: inline-block;
    margin: 0px 4px;
}
.footer__right nav ul > li > a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
}
.footer__right nav ul > li > a:hover {
    color: #222;
}
.btn > a {
    display: block;
    padding: 9px 16px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.btn > a:active,
.btn > a:focus,
.btn > a:visited {
    color: #fff;
}
.btn.btn__solid {
    display: block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.btn.btn__orange {
    background: #F9D90F;
}
.btn.btn__centered {
    text-align: center;
}

.mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.feed_box.instagram {
  background: #ffffff;
  padding: 16px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #666;
}

.feed_box.instagram:hover {
   border: 1px solid #012A87;
}

.feed_box.instagram:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.feed_box.instagram > .feed_box__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
}

.feed_box.instagram > .feed_box__item span {
  color: #222222;
  transition: color 0.3s ease;
}

.feed_box.instagram > .feed_box__item:hover span {
  color: #012A87;
}

.feed_box.instagram > .feed_box__item:hover svg path {
  fill: #012A87 !important;
}

.feed_box.instagram > .feed_box__item svg {
  flex-shrink: 0;
}

@media (max-width: 767px) {
    .grid {
        margin-top: 16px;
        display: flex;
        flex-direction: column; 
    }

    .grid .links__container.column {
      order: 1;
    }

    .grid .sidebar.sidebar__right  {
      order: 2;
    }

    .grid .sidebar.sidebar__left  {
      order: 3; 
      display: flex;
      flex-direction: column;
    }

    .grid .sidebar.sidebar__left > .leftbar_ads {
      order: 1 !important;
      text-align: center;
    }

    .grid .sidebar.sidebar__left > .feed_box.news {
      order: 2 !important;
    }

    .grid .sidebar.sidebar__left > .feed_box.weather.mobile {
      order: 3 !important;
    }

    .grid .sidebar.sidebar__left > .feed_box.instagram.mobile {
      order: 4 !important;
    }

    .grid .sidebar.sidebar__left > .sy-box {
      order: 5 !important;
    }

    .grid .sidebar.sidebar__left > .leftbar_2_ads {
      order: 6 !important;
      text-align: center;
    }

    .grid .sidebar.sidebar__left > .leftbar_3_ads {
      order: 7 !important;
      text-align: center;
    }

    .grid .sidebar.sidebar__left > .leftbar_4_ads {
      order: 8 !important;
      text-align: center;
    }


    

   

    .mobile {
      display: block;
    }

    .hide-mobile {
      display: none;
    }


}
.grid:after {
    content: "";
    clear: both;
    display: block;
}
.grid .column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 8px;
    float: none;
    display: block;
    margin: 0;
    border: 0;
    vertical-align: top;
}
.grid .column.one-of-five {
    width: 100vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .grid .column.one-of-five {
        width: 20%;
        display: inline-block;
        float: left;
    }
}
@media (min-width: 1025px) {
    .grid .column.one-of-five {
        width: 20%;
        display: inline-block;
        float: left;
    }
}
.grid .column.three-of-five {
    width: 100vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .grid .column.three-of-five {
        width: 60%;
        float: left;
    }
}
@media (min-width: 1025px) {
    .grid .column.three-of-five {
        width: 60%;
        float: left;
    }
}
.text_holder {
    padding: 8px 0px !important;
}
.text_container {
    background: #fff;
    padding: 8px !important;
    margin-bottom: 16px !important;
}
.links__container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    background: #fff;
    padding: 8px 16px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .links__container {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding: 8px !important;
    }
}
@media (min-width: 1025px) {
    .links__container {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        padding: 8px !important;
    }
}
nav.main-menu {
    background: none;
}
nav.main-menu .main-menu__container {
    box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
    nav.main-menu .main-menu__container {
        padding-left: 20px;
    }
}
@media (min-width: 1025px) {
    nav.main-menu .main-menu__container {
        padding-left: 20%;
    }
}
@media (max-width: 767px) {
    nav.main-menu .main-menu__container {
        display: none;
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
    }
}
nav.main-menu .main-menu__container ul {
    padding: 16px 0px;
}
nav.main-menu .main-menu__container ul li {
    display: inline-block;
    margin: 4px 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    nav.main-menu .main-menu__container ul li {
        margin: 4px 8px;
    }
}
@media (max-width: 767px) {
    nav.main-menu .main-menu__container ul li {
        display: block;
        padding: 8px;
    }
}
nav.main-menu .main-menu__container ul li a {
    font-size: 16px;
    color: #222;
}
nav.main-menu .main-menu__container ul li a:hover {
    color: #012A87;
}
nav.main-menu .menu__btn {
    position: absolute;
    top: 24px;
    right: 16px;
}
@media (min-width: 768px) {
    nav.main-menu .menu__btn {
        display: none;
    }
}
nav.main-menu .menu__btn:checked ~ .main-menu__container {
    display: block;
    height: auto;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
nav.main-menu .menu__btn:checked ~ .bars .bar {
    background: transparent;
}
nav.main-menu .menu__btn:checked ~ .bars .bar:before {
    transform: rotate(45deg);
    top: 0;
}
nav.main-menu .menu__btn:checked ~ .bars .bar:after {
    transform: rotate(-45deg);
    top: 0;
}
nav.main-menu .bars {
    user-select: none;
    float: right;
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 14px;
    background: #999;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
@media (min-width: 768px) {
    nav.main-menu .bars {
        display: none;
    }
}
nav.main-menu .bars .menu__text {
    color: #fff;
    font-size: 16px;
    padding-right: 24px;
}
nav.main-menu .bars > .bar {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 12px;
    transition: background 0.2s ease-out;
    width: 12px;
}
nav.main-menu .bars > .bar:before,
nav.main-menu .bars > .bar:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 16px;
    right: 0px;
}
nav.main-menu .bars > .bar:before {
    top: 6px;
}
nav.main-menu .bars > .bar:after {
    top: -6px;
}
nav.main-menu .bars:hover {
    cursor: pointer;
}
nav.left-menu .menu__btn,
nav.left-menu .bars {
    display: none;
}
nav.left-menu .left-menu__container ul li {
    display: block;
    margin-bottom: 4px;
}
nav.left-menu .left-menu__container ul li a {
    display: block;
    background: #012A87;
    padding: 9px 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.link-box {
    background: #012A87;
    display: block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 8px;
    margin-bottom: 16px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden;
}
.link-box > h3 {
    display: block;
    text-align: center;
    background: #F9D90F;
    color: #222;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.link-box ul li.link-box__image {
    margin-bottom: 4px;
    text-align: center;
}
.link-box ul li.link-box__image > img {
    height: 100%;
    max-height: 160px;
    width: auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.link-box ul li.link-box__video {
    margin-bottom: 4px;
}
.link-box ul li.link-box__video .video__inner {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.link-box ul li.link-box__video .video__inner > iframe,
.link-box ul li.link-box__video .video__inner > object,
.link-box ul li.link-box__video .video__inner > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
}
.link-box ul li.link-box__link {
    margin-bottom: 4px;
    display: block;
}
.link-box ul li.link-box__link:last-child {
    margin-bottom: 0px;
}
.link-box ul li.link-box__link > a {
    font-size: 12px;
    color: #222;
    background: #fff;
    display: block;
    padding: 8px 8px 8px 36px;
    text-align: left;
    position: relative;
    line-height: 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.link-box ul li.link-box__link > a:hover {
    background: #e2e7eb;
    transition: background 300ms ease-in-out;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
}
.link-box ul li.link-box__link > a:hover.no-icon:before {
    background: #012A87;
}
.link-box ul li.link-box__link > a.has-icon img {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.link-box ul li.link-box__link > a.has-icon:before {
    display: none;
}
.link-box ul li.link-box__link > a.no-icon:before {
    content: "";
    position: absolute;
    display: inline-block;
    float: left;
    top: 12px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #012A87;
}
.blog-list {
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 8px;
    border: 1px solid #d7cfeb;
    margin-bottom: 16px;
}
.blog-list h3 {
    display: block;
    text-align: center;
    background: #DC171D;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.blog-list .blog-item {
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 12px;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
}
.blog-list .blog-item:last-child {
    margin-bottom: 0;
}
.blog-list .blog-item > h4 {
    font-size: 16px;
    font-weight: 500;
    color: #DC171D;
    margin-bottom: 6px;
}
.blog-list .blog-item .blog__intro {
    font-size: 13px;
    color: #333;
    line-height: 14px;
}
.blog-list .blog-item .blog__readmore {
    text-align: right;
    color: #DC171D;
    padding: 4px;
}
.blog-detail article > .entry-content h2,
.blog-detail article > .entry-content h3,
.blog-detail article > .entry-content h4 {
    margin: 16px 0px 8px 0px !important;
}
.blog-detail article > .entry-content p {
    margin-bottom: 24px;
}
.blog-detail article > .entry-content p > img.alignright {
    float: right;
}
.blog-detail article > .entry-content ul {
    list-style: disc;
    margin: 0px 0px 16px 32px;
}
.blog-detail article > .entry-content ul li {
    line-height: 24px;
}
.header_ads {
    padding: 16px 0px;
    float: right;
}
@media (max-width: 767px) {
    .header_ads {
        float: none;
    }
    .header_ads > a > img {
        width: 100%;
        margin: 0px auto;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header_ads > a > img {
        max-width: 50vw;
        margin: 0px auto;
    }
}
.header_ads > a {
    text-decoration: none;
    outline: none;
}
.header_ads > a:hover,
.header_ads > a:active,
.header_ads > a:focus {
    text-decoration: none;
    outline: none;
    color: transparent;
}
.leftbar_ads {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #fff;
    padding: 8px;
}
.leftbar_ads > a img,
.leftbar_2_ads > a img,
.leftbar_3_ads > a img,
.leftbar_4_ads > a img
{
    max-width: 280px;
    height: auto;
}
.ads-box__video {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: #fff;
    padding: 8px;
}
.ads-box__video .video__inner {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.ads-box__video .video__inner > iframe,
.ads-box__video .video__inner > object,
.ads-box__video .video__inner > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
}
.entry-content {
    background: #fff;
    padding: 24px;
}
.entry-content h1 {
    margin-bottom: 16px;
}
.entry-content h2 {
    margin-bottom: 12px;
}
.entry-content h3 {
    margin-bottom: 8px;
}
.entry-content p {
    font-size: 16px;
    line-height: 24px;
}
.entry-content strong {
    font-weight: bold;
}
.entry-content em {
    font-style: italic;
}
.entry-content a {
    color: #012A87;
    border-bottom: 1px solid #012A87;
}
.entry-content a:hover {
    padding-bottom: 1px;
}
.entry-content figure img {
    width: 100%;
}
.wpcf7 {
    text-align: left;
    width: 90%;
}
.wpcf7 .wpcf7-text {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    height: 50px;
    color: #333;
    font-size: 16px;
    max-width: 300px;
    padding: 4px 16px;
    box-sizing: border-box;
}
.wpcf7 .wpcf7-text:focus {
    border-color: #012A87;
    outline: none !important;
}
.wpcf7 .wpcf7-textarea {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    max-width: 300px;
    padding: 16px;
    box-sizing: border-box;
}
.wpcf7 .wpcf7-textarea:focus {
    border-color: #012A87;
    outline: none !important;
}
.wpcf7 .wpcf7-form label {
    font-weight: bold;
}
.wpcf7 .wpcf7-form > p {
    font-size: 16px;
    margin-top: 16px;
}
.wpcf7 .wpcf7-submit {
    width: 100%;
    font-size: 16px;
    background: #012A87;
    color: #fff;
    padding: 24px;
    font-weight: bold;
    max-width: 300px;
    border: none !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.wpcf7 .wpcf7-submit:hover {
    background: #67801c;
    cursor: pointer;
}
.wpcf7 .wpcf7-response-output {
    margin-bottom: 30px !important;
}
#cookie-law-info-bar > span {
    font-size: 12px !important;
    vertical-align: top;
}
#cookie-law-info-bar .cli-plugin-button {
    display: block;
    margin: 8px auto 0px auto;
    max-width: 200px;
}
@keyframes left-right {
    0% {
        transform: translateY(-20%) translateX(-10%);
    }
    100% {
        transform: translateY(0%) translateX(10%);
    }
}
@keyframes right-left {
    0% {
        transform: translateY(0%) translateX(10%);
    }
    100% {
        transform: translateY(-20%) translateX(-10%);
    }
}
.sy-box {
    padding: 8px;
    margin: 16px 0px;
    background: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.sy-box.sy-loading {
    background-size: 32px;
    min-height: 40px;
}
.sy-box.sy-loading .sy-slides-wrap,
.sy-box.sy-loading .sy-pager {
    visibility: hidden;
}
.sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}
.sy-slides-wrap:hover .sy-controls {
    display: block;
}
.sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
.sy-list.horizontal {
    transition: left ease;
}
.sy-list.vertical {
    transition: top ease;
}
.sy-slide {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.sy-slide.kenburns {
    width: 140%;
    left: -20%;
}
.sy-slide.kenburns.useCSS {
    transition-property: opacity;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
    animation-name: left-right;
    animation-fill-mode: forwards;
    animation-delay: 40s;
}
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
    animation-name: right-left;
    animation-fill-mode: forwards;
    animation-delay: 40s;
}
.sy-slide.sy-active {
    z-index: 3;
}
.sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0;
}
.sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.sy-slide > a > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0;
}
.sy-controls {
    display: none;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
}
.sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 1.5em;
    height: 100%;
    z-index: 33;
}
.sy-controls li.sy-prev {
    left: 0;
    top: 0;
}
.sy-controls li.sy-prev a:after {
    background-position: -5% 0;
}
.sy-controls li.sy-next {
    right: 0;
    top: 0;
}
.sy-controls li.sy-next a:after {
    background-position: 105% 0;
}
.sy-controls li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sy-controls li a:link,
.sy-controls li a:visited {
    opacity: 0.4;
}
.sy-controls li a:hover,
.sy-controls li a:focus {
    opacity: 0.8;
    outline: none;
}
.sy-controls li a:after {
    content: "";
    background-image: url("img/arrows.svg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 1em;
    color: #252525;
    font-weight: 800;
    position: absolute;
    background-color: #fff;
    width: 1em;
    height: 1em;
    left: 50%;
    top: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    border-radius: 50%;
}
@media only screen and (max-device-width: 600px) {
    .sy-controls {
        display: block;
    }
    .sy-controls li {
        min-width: 0.75em;
    }
    .sy-controls li a:after {
        width: 0.5em;
        height: 0.5em;
        margin-top: -0.25em;
        margin-left: -0.25em;
    }
}
.sy-caption-wrap {
    position: absolute;
    bottom: 2em;
    z-index: 12;
    width: 100%;
}
.sy-caption-wrap .sy-caption {
    text-align: center;
    position: relative;
    color: #42b2d2;
}
.sy-caption-wrap .sy-caption a {
    background: #fff;
    padding: 8px 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.sy-caption-wrap .sy-caption a:link,
.sy-caption-wrap .sy-caption a:visited {
    color: #42b2d2;
    font-weight: 600;
    text-decoration: none;
}
.sy-caption-wrap .sy-caption a:hover,
.sy-caption-wrap .sy-caption a:focus {
    text-decoration: underline;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
        left: 0;
        bottom: 0.4em;
    }
    .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0;
    }
}
.sy-pager {
    clear: both;
    display: block;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
}
.sy-pager li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 6px;
    border-radius: 50%;
}
.sy-pager li.sy-active a {
    background-color: #012A87;
}
.sy-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #c4c4c4;
    text-indent: -9999px;
    background-size: 2em;
    border-radius: 50%;
}
.sy-pager li a:link,
.sy-pager li a:visited {
    opacity: 1;
}
.sy-pager li a:hover,
.sy-pager li a:focus {
    opacity: 0.6;
}
.sy-filler {
    width: 100%;
}
.sy-filler.ready {
    transition: padding 600ms ease;
}
.feed_box {
    background: #fff;
    padding: 8px;
    margin-bottom: 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.feed_box h3 {
    display: block;
    text-align: center;
    background: #DC171D;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.feed_box.traffic:first-child {
    border-top: none;
    margin-top: 0px;
}
.feed_box.traffic > p {
    font-size: 14px;
    text-align: center;
    padding: 8px;
}
.feed_box .feed_box__item.weather__item {
    padding: 8px;
}
.feed_box .feed_box__item.weather__item .weather__item-temp {
    display: block;
    font-size: 24px;
    text-align: left;
    margin-bottom: 8px;
}
.feed_box .feed_box__item.weather__item .weather__item-data {
    font-size: 12px;
}
.feed_box .feed_box__item.news__item {
    display: block;
    margin-bottom: 8px;
    padding: 4px;
    min-height: 40px;
    position: relative;
}


.feed_box .feed_box__item.news__item:hover {
    background: rgba(1, 142, 135, 0.2);
    color: #222;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.feed_box .feed_box__item.news__item img {
    width: 40px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.feed_box .feed_box__item.news__item:last-child {
    margin-bottom: 0px;
    padding: 0px !important;
}

.feed_box .feed_box__item.news__item:last-child:hover {
  background: #F9D90F;
}

.feed_box .feed_box__item.news__item a {
    color: #012A87;
    font-size: 13px;
    margin-left: 8px;
    width: calc(100% - 48px);
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}
.feed_box .feed_box__item.news__item .feed_box__link {
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    display: block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 0px;
}
.feed_box .feed_box__item.news__item .feed_box__link:hover {
    background: #F9D90F;
    color: #222;
}
.feed_box .feed_box__item.traffic__item {
    border-top: 1px solid #dedede;
    padding: 12px 4px 0px 4px;
}
.feed_box .feed_box__item.traffic__item:first-of-type {
    border-top: none !important;
    padding: 4px 4px 0px 4px !important;
}
.feed_box .feed_box__item.traffic__item .traffic__item-road {
    font-weight: bold;
    font-size: 13px;
    background: #012A87;
    color: #fff;
    padding: 8px;
    text-align: center;
    float: left;
    margin-right: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.feed_box .feed_box__item.traffic__item .traffic__item-title {
    font-size: 14px;
    line-height: 16px;
    color: #252525;
    display: block;
    font-weight: bold;
}
.feed_box .feed_box__item.traffic__item .traffic__item-length {
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding-right: 4px;
}
.feed_box .feed_box__item.traffic__item .traffic__item-description {
    display: inline-block;
    padding: 4px;
    margin: 8px 0px;
    font-size: 12px;
    line-height: 14px;
}
.btn.btn__orange > a {
    color: #222222 !important;
}
.links__default_banner {
    border: 3px solid #012A87;
    margin: 8px;
}
.links__default_banner > .text_container {
    margin-bottom: 0px !important;
}
.text--centered {
    text-align: center !important;
}
.blog-grid {
    padding: 2rem 0;
}

.grid-three-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.blog-card {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.blog-card__image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.blog-card__content {
    padding: 1rem;
}

.blog-card__content h3 {
    margin-top: 0;
    font-size: 1.25rem;
}

.blog-card__content h3 > a {
    color: #012A87;
}

.blog-card__content p {
    font-size: 1rem;
    color: #222;
}

.read-more {
    display: inline-block;
    margin-top: 0.5rem;
    color: #012A87;
    text-decoration: underline;
}

.sy-caption > a {
    display: none;
}

.sy-slides-wrap:hover .sy-caption > a {
    display: inline-block !important;
}

.pagination {
  display: flex;
  justify-content: center;   /* center horizontally */
  align-items: center;
  gap: 0.5rem;               /* space between links */
  margin: 2rem 0;
  font-family: inherit;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #222;
  transition: all 0.2s ease;
}

.pagination .page-numbers:hover {
  background: #f4f4f4;
  border-color: #aaa;
}

.pagination .page-numbers.current {
  background: #012A87; /* WordPress blue */
  color: #fff;
  border-color: #012A87;
  font-weight: bold;
  cursor: default;
}

.pagination .next,
.pagination .prev {
  font-weight: 600;
}