﻿.haighnews-wrapper .wrapper {
    padding: 0 3.6em;
}

.haighnews-latest-news .sys_itemslist,
.haighnews-latest-news-wrapper .sys_itemslist {
    width: 100%;
    margin: 1em 0;
}

.haighnews-latest-news .sys_subitem,
.haighnews-latest-news-wrapper .sys_subitem {
    width: 100%;
}

.haighnews-latest-news .sys_subitem h3.sys_subitem-heading,
.haighnews-latest-news-wrapper .sys_subitem h3.sys_subitem-heading {
    font-size: 1em !important;
    margin: 0 0 6px 0 !important;
    width: 100%;
}

.haighnews-latest-news .sys_subitem h3.sys_subitem-heading a,
.haighnews-latest-news-wrapper .sys_subitem h3.sys_subitem-heading a {
    display: block;
    padding: 10px 10px 40px 10px;
    font-size: 1.5em;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
    background-color: #021e31;
    min-height: 40px;
}

.haighnews-latest-news .sys_subitem h3.sys_subitem-heading a:hover,
.haighnews-latest-news-wrapper .sys_subitem h3.sys_subitem-heading a:hover {
    background-color: #0054b0;
    color: #fff;
}

.haighnews-latest-news .sys_subitem .sys_subitem-summary,
.haighnews-latest-news-wrapper .sys_subitem .sys_subitem-summary {
    margin: -35px 0px 0px 0px;
    pointer-events: none;
}

.haighnews-latest-news .sys_subitem .sys_subitem-summary dt.sys_news-datepublished,
.haighnews-latest-news-wrapper .sys_subitem .sys_subitem-summary dt.sys_news-datepublished {
    display: none;
}

.haighnews-latest-news .sys_subitem .sys_subitem-summary .sys_news-datepublished,
.haighnews-latest-news-wrapper .sys_subitem .sys_subitem-summary .sys_news-datepublished {
    position: relative;
    display: inline-block;
    bottom: 0.5em;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    margin: 0;
    text-transform: uppercase;
    background-color: #021e31;
    padding: 5px 10px;
}

.haigh-news-newsletter {
    background-color: #021e31;
    margin: 2em 0;
    padding: 2em 0;
    width: 100%
}

.haigh-news-newsletter h2 {
    margin-top: 0 !important;
}

.haigh-news-newsletter h2,
.haigh-news-newsletter p {
    color: #fff !important;
}

.haigh-news-btn {
    display: inline-block;
    border: 2px solid #021e31;
    border-radius: 3px;
    font-size: 1.5em;
    margin-top: 10px;
    padding: 8px 10px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.haigh-news-btn.light:hover,
.haigh-news-btn.dark:hover {
    border-color: #0054b0;
    color: #fff;
    background-color: #0054b0;
}

.haigh-news-btn.light {
    border-color: #e0e7f5;
    color: #e0e7f5;
}

.haigh-news-btn.dark {
    border-color: #021e31;
    color: #021e31;
}

.haigh-news-socials {
    margin: 2em 0;
    width: 100%
}

.haighnews-socials ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: center;
}

.haighnews-socials ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
    color: #021e31;
    text-decoration: none;
    font-size: 2em;
}

.haighnews-socials ul li a:before {
    font-family: "icomoon";
    font-size: 2.4em;
    color: #021e31;
}

.haighnews-socials ul li a,
.haighnews-socials ul li a:before {
    transition: color 0.3s ease;
}

.haighnews-socials ul li a:hover,
.haighnews-socials ul li a:hover:before {
    color: #0054b0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .haighnews-latest-news .sys_itemslist,
    .haighnews-latest-news-wrapper .sys_itemslist {
        width: 66%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .haighnews-latest-news .sys_itemslist,
    .haighnews-latest-news-wrapper .sys_itemslist {
        width: 50%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1312px) {}