@charset "UTF-8";

body {
    background-color: #F9F9F9;
    color: #888;
    font-family: 'Rambla', sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    letter-spacing: 0.01em;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Paytone One', sans-serif;
    letter-spacing: -0.01em;
    line-height: 0.9em;
    margin-top: 0;
}

h2 {
    font-family: 'Paytone One', sans-serif;
    font-size: 40px;
    letter-spacing: -0.01em;
    line-height: 0.9em;
    margin-top: 0;
}

h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
}

h4 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 0;
}

h5 {
    color: #555;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
}

p {
    margin: 0 0 1em;
}

blockquote {
    background-color: #d8ecc8;
    border: 1px solid #7dc049;
    font-size: 18px;
}

@media(max-width: 767px){
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    blockquote {
        font-size: 16px;
    }
}

@media(min-width: 768px) and (max-width: 991px){

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

}

@media(min-width: 992px) and (max-width: 1199px){

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

}

a,
a:focus,
a:visited {
    color: #006699;
    outline: none;
    text-decoration: none;
}
a:active,
a:hover {
    color: #7dc049;
    outline: none;
    text-decoration: none;
}

select::-ms-expand {
    display: none;
}

form button {
    margin: 30px 0 0;
}

form label {
    color: #555;
}

@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");

body {
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    background: #fefefe;
    color: #565757;
    font-size: 18px;
    line-height: normal;
}

h1, h2, h3, h4 {
    font-family: "proxima-nova", sans-serif;
    color: #565757;
}

nav a {
    margin: 0 0.75rem;
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.hero {
    position: relative;
    width: 100%;
    /*height: 774px;*/
    background: #ffdc3f;
    overflow: hidden;
    background: linear-gradient(to right, #ff6b6b 30%, #ffb347 70%);
    border-top: 5px solid #fff;
}


.logoContainer img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

.heroText {
    max-width: 50%;
    padding-left: 80px;
    margin: 60px 0 80px;
    position: relative;
    z-index: 2;
}

.heroText h1 {
    font-size: 68px;
    color: #fff;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heroText p {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.heroText button {
    background: #75ca47;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    transition: transform 0.2s;
    box-shadow: 0 2px 8px rgb(0 0 0 / 24%);
}

.heroText button:hover {
    transform: translateY(-5px);
    background: #119038;
    color: #c2ec87;
}

.heroImg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1;
}

.footer {
    background: linear-gradient(to left, #ff6b6b, #ffb347);
    background: #02c7cd;;
    color: white;
    padding: 2rem;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
    display: block;
}

.footerLogo img {
    max-width: 200px;
}

.footerLinks {
    display: flex;
    gap: 20px;
}

/*.footer a:active, a:hover {*/
.footer a:active {
    color: #fff;
    outline: none;
    text-decoration: underline;
}

.wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #00000057;
}

.wrapper .findMore {
    color: #fff;
}

.bestDeals {
    background-image: url("/image/blog_42/bg_2.png");
    background-color: #e9e8e8;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}

.wrapper {
    width: 100%;
    margin: auto;
    padding: 60px 0;
    max-width: 1170px;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.col {
    width: calc(33.3% - 2rem);
    margin: 1rem;
    cursor: pointer;
}

.wrapper .container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
    background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .8;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.col-0:after {
    background-color: #ff6b6b;
}

.col-1:after {
    background-color: #9a73c1;
}

.col-2:after {
    background-color: #02c7cd;
}

.col-3:after {
    background-color: #0261cd;
}

.col-4:after {
    background-color: #7c02cd;
}

.col-5:after {
    background-color: #cd5702;
}

.container:hover .front,
.container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.2;
}

.front .inner p:after {
    content: "";
    width: 4rem;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.75rem;
}

.front .inner span {
    color: #fff;
    font-weight: 600;
}


@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}

.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

}

.card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;

}

.card {
    margin-right: 25px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
}

.card__category {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
    font-size: 21px;
}

.card__by {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

.cardsContainer {
    padding: 30px 0;
    width: 100%;
    background-image: url('/image/blog_42/bg_0.png');
    background-color: #e9e8e8;
    background-position: center;
    background-size: cover;

}

.cardsContainer h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #00000057;
}

.cardsContainer .findMore {
    color: #fff;
}

@import url(https://pro.fontawesome.com/releases/v5.11.2/css/all.css);
:root {
    --user-button-circle: rgba(0, 0, 0, 0.025);
    --user-button-cardborder: rgba(255, 255, 255, 0.25);
    --user-button-text: #323133;
    --user-button-shadow: rgba(0, 0, 0, 0.1);
}

body .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    max-width: 1170px;
    width: calc(100% - 100px);
    height: 400px;
    margin: auto;
}

.optionsContainer {
    margin: 60px auto;
}

.optionsContainer a:hover {
    color: #006699;
    outline: none;
    text-decoration: underline;
}

.optionsContainer a {
    color: #30b7db;
}

.optionsContainer h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #30b7db;
    text-transform: uppercase;
}


body .options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    background: var(--defaultBackground, #E6E9ED);
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .options .option:nth-child(1) {
    --defaultBackground: #ED5565;
}

body .options .option:nth-child(2) {
    --defaultBackground: #FC6E51;
}

body .options .option:nth-child(3) {
    --defaultBackground: #FFCE54;
}

body .options .option:nth-child(4) {
    --defaultBackground: #2ECC71;
}

body .options .option:nth-child(5) {
    --defaultBackground: #5D9CEC;
}

body .options .option:nth-child(6) {
    --defaultBackground: #AC92EC;
}

body .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 600px;
    margin: 0;
    border-radius: 40px;
    background-size: auto 100%;
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

body .options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

body .options .option.active .labels {
    bottom: 20px;
    left: 20px;
}

body .options .option.active .labels .info > div {
    left: 0;
    opacity: 1;
}

body .options .option:not(.active) {
    flex-grow: 1;
    border-radius: 30px;
}

body .options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

body .options .option:not(.active) .labels {
    bottom: 10px;
    left: 10px;
}

body .options .option:not(.active) .labels .info > div {
    left: 20px;
    opacity: 0;
}

body .options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .options .option .labels {
    display: flex;
    position: absolute;
    align-items: center;
    right: 0;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

body .options .option .labels .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
}

body .options .option .labels .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
}

body .options .option .labels .info > div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

body .options .option .labels .info .main {
    font-weight: bold;
    font-size: 1.2rem;
}

body .options .option .labels .info .sub {
    transition-delay: 0.1s;
}

@media (max-width: 767px) {
    body .options {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }

    body .options .option {
        width: 100%;
        min-height: 60px;
        max-height: 60px;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 10px;
        transition: all 0.4s ease;
    }

    body .options .option.active .labels {
        bottom: 15px;
        left: 0px;
        height: auto;
        padding: 0px 10px;
    }

    body .options .option:not(.active) .labels {
        align-items: center;
    }

    body .options .option.active {
        max-height: 300px;
        min-height: 300px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    body .options .option .labels .info {
        white-space: normal;
        gap: 2px;
    }

    body .options .option.active .labels .info > div {
        font-size: 14px;
        line-height: 1.1;
    }

    body .options .option:not(.active) .labels .info .sub {
        left: 0;
        opacity: 1;
        font-size: 14px;
        padding-right: 10px;
        font-weight: 600;
        line-height: 1.1;
    }

    body .options .option:not(.active) .labels .info .main {
        display: none;
    }

    body .options .option:not(.active) .shadow {
        bottom: 0;
        box-shadow: inset 0 120px 0 120px #00000082, inset 0 -120px 0 -100px #00000000;
    }

    .optionsContainer {
        margin: 40px auto;
    }

    .optionsContainer h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

    .cardsContainer {
        padding: 20px 10px;
    }

    .cardsContainer h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .wrapper {
        padding: 40px 0;
    }

    .wrapper h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    body .options {
        width: 100%;
        height: 350px;
    }

    body .options .option.active {
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    body .options .option.active .labels {
        bottom: 40px;
        left: 10px;
    }

    body .options .option .labels .info {
        white-space: break-spaces;
    }

    .cardsContainer {
        padding: 60px 15px;
    }
}


.findMore {
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
}

@media (max-width: 767px) {


    nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .hero {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .heroText {
        max-width: 100%;
        padding: 10px 20px 0;
        margin: 10px 0 0;
    }

    .heroImg {
        position: static;
        width: 100%;
        height: auto;
        background-image: none;
    }

    .heroText h1 {
        font-size: 35px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .break {
        display: none;
    }

    .heroText p {
        font-size: 22px;
        line-height: 1;
    }

    .heroText button {
        padding: 10px 15px;
        font-size: 20px;
    }

    .logoContainer img {
        max-width: 150px;
    }

    .card h2 {
        font-size: 32px;
    }

    .card p {
        font-size: 21px;
    }

    .card {
        margin-bottom: 20px;
    }

    .card:hover {
        box-shadow: none;
        transform: none;
    }

    .card:hover .card__img--hover {
        height: 235px;
    }

    .cards {
        flex-direction: column;
    }

    .col {
        width: 100%;
    }

    .footer .container {
        align-items: flex-start;
        gap: 20px;
    }

    .footerLinks {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .findMore {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero {
        padding: 40px 0;
    }

    .heroText h1 {
        font-size: 36px;
    }

    .heroText {
        padding-left: 40px;
        margin: 40px 0 40px;
    }

    .heroText p {
        font-size: 28px;
    }

    .heroText button {
        padding: 10px 15px;
        font-size: 26px;
    }

    .break {
        display: none;
    }

    .heroImg {
        background-position: 60%;
    }

    .card__info {
        padding: 10px;
    }
}

@media (max-width: 1024px) {

    .main-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background: none;
        margin-top: 15px;
    }

    .main-nav a {
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin: 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .main-nav {
        display: none;
        flex-direction: column;
        width: 100%;
        background: #02c7cd;
        margin-top: 15px;
    }

    .main-nav a {
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin: 0 20px;
    }

    .heroImg {
        background-position: 60%;
    }

    .heroText {
        padding-left: 40px;
        margin: 40px 0 40px;
    }

    .heroText h1 {
        font-size: 40px;
    }

    .heroText p {
        font-size: 28px;
    }

    .hero {
        padding: 60px 0 100px;
    }
}

.articlesContainer .sub {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body .options .option .labels .info {
    max-width: calc(100% - 60px);
}

body .options .option.active .labels .info .sub {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.footerLogo img {
    max-width: 200px;
    margin: 30px auto 10px;
}

.footer .container {
    padding: 0px 15px;
}

@media (max-width: 767px) {
    .footerLogo img {
        margin: 30px 15px 10px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Arial', Helvetica, sans-serif;
    background-color: #f8f9fa;
    color: #1a1a1a;
    line-height: 1.75;
}
.news-container {
    max-width: 850px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.news-header {
    background-color: #0a2463;
    color: #ffffff;
    padding: 22px 20px;
    border-bottom: 4px solid #c8102e;
}
.news-masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.masthead-logo {
    max-width: 50px;
    /*width: 100%;*/
    height: auto;
    background-color: #ffffff;
    /*padding: 8px 12px;*/
    border-radius: 6px;
}
.masthead-tagline {
    font-size: 14px;
    font-style: italic;
    opacity: 0.95;
    /*text-align: right;*/
    flex: 1;
    min-width: 280px;
}
.nav-bar {
    background-color: #f0f2f5;
    padding: 12px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}
.nav-bar a {
    color: #0a2463;
    text-decoration: none;
    margin-right: 20px;
    font-weight: 600;
}
.nav-bar a:hover {
    text-decoration: underline;
    color: #c8102e;
}
.headline-section {
    border-bottom: 1px solid #e0e0e0;
    padding: 0!important;
}
.news-kicker {
    display: inline-block;
    background-color: #c8102e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 15px;
    letter-spacing: 0.6px;
}
.news-headline {
    font-family: 'Times New Roman', Times, serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 18px;
}
.news-deck {
    font-size: 19px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 22px;
    font-style: italic;
}
.byline-section {
    font-size: 15px;
    color: #555555;
    margin-bottom: 10px;
}
.byline-author {
    font-weight: 700;
    color: #0a2463;
}
.publish-date {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}
.updated-tag {
    display: inline-block;
    background-color: #e8f0fe;
    color: #0a2463;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 500;
}
.lede-section {
    font-size: 18px;
    line-height: 1.8;
    border-bottom: 1px solid #e0e0e0;
}
.lede-section p {
    margin-bottom: 15px;
}
.expert-quote {
    background-color: #f0f4f8;
    border-left: 4px solid #0a2463;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 0 4px 4px 0;
}
.quote-text {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.quote-attribution {
    font-size: 15px;
    color: #444444;
    font-weight: 500;
}
.article-info {
    padding: 0 35px 20px;
}

.title-main {
    padding: 35px 20px;
    border-bottom: 1px solid #e0e0e0;
}


.news-chapter {
    margin: 35px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #eeeeee;
}
.chapter-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 700;
    color: #0a2463;
    margin-bottom: 15px;
    line-height: 1.3;
}
.chapter-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
}
.badge-verified {
    background-color: #007e33;
    color: #ffffff;
}
.badge-investigative {
    background-color: #ff8800;
    color: #ffffff;
}
.news-chapter p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #222222;
}
.senior-fullwidth-image {
    width: 100%;
    min-height: 340px;
    max-height: 420px;
    border-radius: 8px;
    overflow: hidden;
    margin: 18px 0 10px 0;
    border: 2px solid #ced4da;
}
.senior-fullwidth-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.image-caption {
    font-size: 16px;
    color: #495057;
    margin-bottom: 22px;
    font-style: italic;
}
.senior-eligibility-btn {
    display: block;
    width: 100%!important;
    background-color: #0a2463;
    color: #ffffff !important;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 25px;
    border-radius: 8px;
    text-align: center;
    margin: 25px 0 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease;
    letter-spacing: 0.3px;
}
.senior-eligibility-btn:hover {
    background-color: #051438;
}
.reader-tool-box {
    background-color: #f0f4f8;
    border: 2px solid #0a2463;
    border-radius: 8px;
    padding: 30px 35px;
    margin: 40px 35px;
    text-align: center;
}
.tool-headline {
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
    font-weight: 700;
    color: #0a2463;
    margin-bottom: 15px;
}
.tool-desc {
    font-size: 18px;
    color: #222222;
    margin-bottom: 25px;
}
.news-cta-button {
    display: inline-block;
    background-color: #c8102e;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    transition: background-color 0.2s;
}
.news-cta-button:hover {
    background-color: #9b0c22;
}
.news-footer {
    background-color: #0a2463;
    color: #ffffff;
    padding: 35px 35px;
    /*margin-top: 30px;*/
}
.ad-disclosure {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 20px;
}
.terms-section {
    margin-bottom: 20px;
}
.terms-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.terms-text {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 8px;
}
.editorial-note {
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 15px;
}
.copyright {
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
    margin-top: 20px;
}
@media only screen and (max-width: 600px) {
    .news-masthead {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .masthead-tagline {
        text-align: center;
        min-width: auto;
    }
    .news-headline {
        font-size: 26px;
    }
    .news-deck {
        font-size: 17px;
    }
    .headline-section, .lede-section, .news-content-section {
        padding: 0!important;
    }

    .article-info, .title-main {
        padding: 0 18px;
    }

    .chapter-title {
        font-size: 21px;
    }
    .news-chapter p {
        font-size: 16px;
    }
    .senior-fullwidth-image {
        min-height: 220px;
        margin: 15px 0 10px 0;
    }
    .image-caption {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .senior-eligibility-btn {
        font-size: 19px;
        padding: 18px 20px;
        margin: 20px 0 10px 0;
    }
    .reader-tool-box {
        margin-left: 18px;
        margin-right: 18px;
        padding: 25px 20px;
    }
    .news-cta-button {
        width: 100%;
        padding: 15px 20px;
        font-size: 18px;
    }
    .nav-bar {
        overflow-x: auto;
        white-space: nowrap;
    }
    .news-footer {
        padding: 25px 18px;
    }
    .ad-disclosure {
        font-size: 14px;
    }
}

.footer-list {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
}

.footer-item a {
    color: #fff;
    font-weight:bold;
}


.embla {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: #eee;
    padding: 60px 10px;
}

.embla__viewport {
    overflow: hidden;
    width: 100%;
}

.embla__container {
    display: flex;
    gap: 15px;
}

.embla__slide {
    flex: 0 0 24.5%;
    padding: 20px 20px 20px 0;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .embla__slide {
        flex: 0 0 100%;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .embla__slide {
        flex: 0 0 50%;
    }
}

.embla h2 {
    text-align: center;
}

.carouselBox {
    display: flex;
    align-items: center;
    padding: 60px;
    justify-content: center;
}

.containerBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carouselBox h2 {
    margin-bottom: 40px;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    height: 500px;
    border-radius: 10px;
}

.carousel-slide {
    display: none;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel-slide.active {
    display: flex;
    opacity: 1;
}

.carousel-content {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.left-side {
    background-color: #eeeeee;
    color: #333;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.left-side h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

.left-side p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #666;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /*background: linear-gradient(to left, #059398, #02c7cd);*/
    background: linear-gradient(to left, #ff6b6b, #ffb347);
}

.btn:hover {
    background-color: #45a049;
    transform: translateY(-2px);
}

.right-side {
    background-color: #333;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 5px;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    z-index: 10;
    backdrop-filter: blur(5px);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.05);
}

.carousel-dots-container {
    text-align: center;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    background-color: #eeeeee;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease, transform 0.2s ease;
    border: 2px solid transparent;
}

.dot.active {
    background-color: #02c7cd;
    transform: scale(1.2);
    border: 2px solid #02c7cd;
}

.dot:hover {
    background-color: #999;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .carousel-container {
        flex-direction: column;
        height: auto;
    }

    .carousel-slide.active {
        flex-direction: column;
    }

    .carousel-content {
        padding: 15px 15px;
    }

    .left-side h1 {
        font-size: 24px;
    }

    .left-side p {
        font-size: 16px;
    }

    .btn {
        white-space: normal;
    }

    .right-side {
        min-height: 250px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 10px;
    }

    .left-side {
        border-bottom-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 0;
    }

    .prev, .next {
        padding: 12px;
        font-size: 18px;
        top: 40%;
    }

    .carouselBox {
        padding: 20px 15px;
        width: 100%;
    }

    .containerBox {
        width: 100%;
    }

    .carouselBox h2 {
        margin-bottom: 20px;
    }

    .mobImg {
        margin-bottom: 15px;
    }
}

.article-info .eligibility-btn {
    width: 100%!important;
}

.article-info * {
    max-width: 100%;
}

.article-info .news-content-section, .article-info .headline-section, .article-info .lede-section {
    padding: 0!important;
}