@font-face {
    font-family: 'Avenir LT Std 95 Black';
    src: url('/media/kbpo22ho/avenir-lt-std-95-black.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    src: url('/media/qijjp1pp/avenir-lt-std-55-roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Avenir LT Std 55 Roman', 'Open Sans', sans-serif;
    margin: 0;
    padding-top: 0 !important;
    overflow-x: hidden;
}

#mainNav {
    display: none;
}

#messenger-chatbot,
#tidio-chat {
    display: none;
}

#secondaryNav {
    display: none;
}


.column {
    padding-left: 0;
    padding-right: 0;
}

.subscribe-to-newsletter {
    display: none;
}


.row>* {
    padding-left: 0;
    padding-right: 0;
}

footer {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Avenir LT Std 95 Black', 'Open Sans', sans-serif;
}

.header-img {
    width: 200px;
}

.btn-outline-blue {
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.btn-outline-blue:hover,
.btn-outline-blue:active {
    color: #004185;
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
}

/** Read Article Custom **/
.article-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.article-img {
    width: 150px;
    height: auto;
}

.article-link,
.article-link:visited {
    font-size: 18px;
    line-height: 23px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .3s;
}

.article-link:active,
.article-link:hover {
    text-decoration: underline;
    color: #ffdd00;
}

.article-print {
    font-size: 12px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
    text-align: end;
    margin-bottom: 20px;
    transition: all .3s;
}

.article-print:active,
.article-print:hover {
    text-decoration: underline;
    color: #ffdd00;
}

.card-text {
    color: #004185;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 20px;
    padding-right: 10px;
    margin-bottom: 0;
}

.card-text a {
    font-size: 14px;
    line-height: 18px;
    color: #004185;
    text-decoration: none;
}

.card-article {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.btn-yellow:link,
.btn-yellow:visited {
    background: #ffdd00;
    transition: 0.3s;
    border: 2px solid #ffdd00;
    color: #004185;
    padding: 19px 38px;
    border-radius: 3px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-yellow:active,
.btn-yellow:hover {
    background: #FBCA04;
}



/*** Carousel CSS ***/
.upholReminderSwiper .swiper-slide {
    position: relative;
    width: 75%;
}

.content-container-overlay {
    position: relative;
}

.content-container-overlay img {
    width: 100%;
    height: auto;
}

.content-container-overlay p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}



/************* SMS Social Links Fixed ************/
.social-link-container {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #004185;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
}

.social-link-row {
    display: flex;
    gap: 24px;
}