/*Hides the I would like to attend the WIS Roundtable field from event form*/
div#idContainer10662013 {
    display: none;
}

/*Hides the I would like to attend the Career Development field from event form*/
div#idContainer10662014 {
    display: none;
}

#idContainer11349977{
    display: none;
}

/* =========================================================
   ISAR WEBSITE REDESIGN – KALEIDOSCOPE
   Added September 2026
   ========================================================= */


/* =========================================
   ISAR HOMEPAGE HERO
   ========================================= */

.isar-hero {
    position: relative;
}

/* Darken the left side for text readability */
.isar-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 28, 52, 0.70) 0%,
        rgba(0, 28, 52, 0.48) 38%,
        rgba(0, 28, 52, 0.10) 68%,
        rgba(0, 28, 52, 0) 100%
    );
    pointer-events: none;
}

/* Keep the content above the overlay */
.isar-hero > * {
    position: relative;
    z-index: 1;
}

/* Position the content */
.isar-hero .gadgetStyleBody {
    padding: 65px 45px !important;
}

/* Main title */
.isar-hero h1 {
    color: #ffffff !important;
    font-size: 48px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    margin: 0 0 18px 0 !important;
    max-width: 650px;
}

/* Subtitle */
.isar-hero p {
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1.45 !important;
    max-width: 650px;
    margin: 0 !important;
}

/* =========================================================
   ISAR HOMEPAGE — SOCIETY / CONFERENCE PANELS
   ========================================================= */


/* ---------- Overall two-column section ---------- */

.isar-main-panels {
    column-gap: 12px;
}


/* Make both panels consistent in height */

.isar-main-panels .WaLayoutItem {
    min-height: 400px;
    box-sizing: border-box;
    position: relative;
}

/* =========================================================
   SOCIETY PANEL BUTTONS
   ========================================================= */

.isar-main-panels .WaLayoutItem:first-child a {
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 10px 16px;
    border-radius: 3px;

    font-weight: 700 !important;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none !important;

    transition: all 0.2s ease;
}

/* ABOUT ISAR — outlined */
.isar-main-panels .WaLayoutItem:first-child a:first-of-type {
    border: 1px solid #00789f;
    background: transparent;
    color: #00789f !important;
}

/* JOIN ISAR — primary */
.isar-main-panels .WaLayoutItem:first-child a:last-of-type {
    border: 1px solid #00789f;
    background: #00789f;
    color: #ffffff !important;
}

/* Hover */
.isar-main-panels .WaLayoutItem:first-child a:first-of-type:hover {
    background: #00789f;
    color: #ffffff !important;
}

.isar-main-panels .WaLayoutItem:first-child a:last-of-type:hover {
    background: #005f7d;
    border-color: #005f7d;
    color: #ffffff !important;
}

/* =========================================================
   LEFT PANEL — THE SOCIETY
   ========================================================= */

.isar-main-panels .WaLayoutItem:first-child {
    background-color: #f3f8fc;
}


/* Padding inside Society panel */

.isar-main-panels .WaLayoutItem:first-child .gadgetStyleBody {
    padding: 34px 36px !important;
    box-sizing: border-box;
}


/* Small THE SOCIETY heading */

.isar-main-panels .WaLayoutItem:first-child p:first-child {
    color: #193d59;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}


/* ISAR heading */

.isar-main-panels .WaLayoutItem:first-child h1,
.isar-main-panels .WaLayoutItem:first-child h2 {
    color: #052d4f !important;
    font-size: 36px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    margin: 14px 0 12px 0 !important;
}


/* Society body text */

.isar-main-panels .WaLayoutItem:first-child p {
    color: #193044;
    line-height: 1.45;
}


/* Society links */

.isar-main-panels .WaLayoutItem:first-child a {
    color: #1480a5 !important;
    font-weight: 700;
    text-decoration: none;
}

.isar-main-panels .WaLayoutItem:first-child a:hover {
    text-decoration: underline;
}

/* =========================================================
   RIGHT PANEL — THE CONFERENCE
   ========================================================= */

.isar-main-panels .WaLayoutItem:last-child {
    position: relative;
    overflow: hidden;
}

/* Translucent light panel behind the text */
.isar-main-panels .WaLayoutItem:last-child .gadgetStyleBody {
    background: rgba(255, 255, 255, 0.70) !important;
    width: 100% !important;
    min-height: 400px;
    padding: 34px 36px !important;
    box-sizing: border-box;
}

/* THE CONFERENCE */
.isar-main-panels .WaLayoutItem:last-child p:first-child {
    color: #193d59 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

/* ICAR 2027 */
.isar-main-panels .WaLayoutItem:last-child h1,
.isar-main-panels .WaLayoutItem:last-child h2 {
    color: #052d4f !important;
    font-size: 36px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    margin: 14px 0 12px 0 !important;
}

/* Conference body text */
.isar-main-panels .WaLayoutItem:last-child p {
    color: #172f41 !important;
    line-height: 1.35 !important;
}

/* Conference links */
.isar-main-panels .WaLayoutItem:last-child a {
    color: #00789f !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.isar-main-panels .WaLayoutItem:last-child a:hover {
    text-decoration: underline !important;
}

.isar-main-panels .WaLayoutItem:last-child a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
    padding: 9px 14px;
    border: 1px solid #00789f;
    border-radius: 4px;
    color: #00789f !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background: rgba(255,255,255,0.75);
}

.isar-main-panels .WaLayoutItem:last-child a:hover {
    background: #00789f;
    color: #ffffff !important;
}

/* MOBILE */
@media (max-width: 768px) {

    .isar-main-panels .WaLayoutItem:last-child .gadgetStyleBody {
        width: 100% !important;
        min-height: 340px;
        padding: 28px 24px !important;
        background: rgba(255,255,255,0.90) !important;
    }
}

/* =========================================================
   DISCOVER ISAR
   ========================================================= */

.isar-discover-heading {
    margin-top: 34px;
    margin-bottom: 5px;
}

.isar-discover-heading h1,
.isar-discover-heading h2 {
    color: #233746 !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    margin: 0 !important;
}


/* Three-card layout */

.isar-discover {
    column-gap: 18px;
    margin-bottom: 34px;
}


/* Individual cards */

.isar-discover .WaLayoutItem {
    background: #ffffff;
    border: 1px solid #e2eaf0;
    border-top: 4px solid #0a7fa5;

    min-height: 220px;
    box-sizing: border-box;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-top-color 0.2s ease;
}


/* Card hover */

.isar-discover .WaLayoutItem:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(20, 55, 75, 0.10);
    border-top-color: #075f7e;
}


/* Padding */

.isar-discover .gadgetStyleBody {
    padding: 28px 28px 26px 28px !important;
}


/* NEWS / AWARDS / COMMUNITY */

.isar-discover h1,
.isar-discover h2,
.isar-discover h3 {
    color: #0a2940 !important;
    font-size: 27px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    margin: 0 0 22px 0 !important;
}


/* Description */

.isar-discover p {
    color: #314553;
    font-size: 17px;
    line-height: 1.45;
}


/* Bottom links */

.isar-discover a {
    display: inline-block;
    margin-top: 14px;

    color: #007da3 !important;
    font-weight: 700 !important;
    font-size: 15px;

    text-decoration: none !important;
}

.isar-discover a:hover {
    color: #005d79 !important;
    text-decoration: underline !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .isar-discover-heading {
        margin-top: 28px;
    }

    .isar-discover {
        display: block !important;
    }

    .isar-discover .WaLayoutItem {
        min-height: auto;
        margin-bottom: 14px;
    }

    .isar-discover .gadgetStyleBody {
        padding: 24px !important;
    }
}

/* =========================================================
   EXPLORE MORE
   ========================================================= */

.isar-explore-heading {
    margin-top: 30px;
    margin-bottom: 5px;
}

.isar-explore-heading h1,
.isar-explore-heading h2 {
    color: #233746 !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    margin: 0 !important;
}


/* Full-width pale band */

.isar-explore {
    background: #f3f8fb;
    margin-bottom: 30px;
}


/* Individual columns */

.isar-explore .WaLayoutItem {
    min-height: 165px;
    box-sizing: border-box;
    position: relative;
}


/* Vertical separators */

.isar-explore .WaLayoutItem:not(:last-child) {
    border-right: 1px solid #d9e4ea;
}


/* Inner spacing */

.isar-explore .gadgetStyleBody {
    padding: 24px 26px !important;
}


/* Titles */

.isar-explore h1,
.isar-explore h2,
.isar-explore h3 {
    color: #0a2940 !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin: 0 0 14px 0 !important;
}


/* Descriptions */

.isar-explore p {
    color: #405361;
    font-size: 15px;
    line-height: 1.4;
}


/* Links */

.isar-explore a {
    display: inline-block;
    margin-top: 10px;

    color: #007da3 !important;
    font-size: 14px;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.isar-explore a:hover {
    color: #005d79 !important;
    text-decoration: underline !important;
}

/* Refine Explore More typography and spacing */

.isar-explore-heading {
    margin-top: 26px;
    margin-bottom: 5px;
}

.isar-explore .WaLayoutItem {
    min-height: 175px;
}

.isar-explore,
.isar-explore p,
.isar-explore a,
.isar-explore h1,
.isar-explore h2,
.isar-explore h3 {
    font-family: inherit !important;
}

.isar-explore p {
    font-size: 15px !important;
    line-height: 1.45 !important;
}

/* MOBILE */

@media (max-width: 768px) {

    .isar-explore {
        display: block !important;
    }

    .isar-explore .WaLayoutItem {
        min-height: auto;
        border-right: none !important;
        border-bottom: 1px solid #d9e4ea;
    }

    .isar-explore .WaLayoutItem:last-child {
        border-bottom: none;
    }

    .isar-explore .gadgetStyleBody {
        padding: 22px 24px !important;
    }
}

/* =========================================================
   STAY CONNECTED
   ========================================================= */

.isar-connect {
    margin-top: 34px;
    background: #0b3653;
    color: #ffffff !important;
}

/* Columns */
.isar-connect .WaLayoutItem {
    min-height: 145px;
    box-sizing: border-box;
}

/* Internal spacing */
.isar-connect .gadgetStyleBody {
    padding: 28px 34px !important;
}

/* Force all text inside the band to white */
.isar-connect,
.isar-connect p,
.isar-connect div,
.isar-connect span,
.isar-connect strong,
.isar-connect h1,
.isar-connect h2,
.isar-connect h3,
.isar-connect h4 {
    color: #ffffff !important;
}

/* Headings */
.isar-connect h1,
.isar-connect h2,
.isar-connect h3,
.isar-connect strong {
    font-weight: 700 !important;
}

/* Body */
.isar-connect p {
    font-size: 16px !important;
    line-height: 1.45 !important;
}

/* Links */
.isar-connect a {
    color: #80d0e5 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.isar-connect a:hover {
    color: #ffffff !important;
}


/* =========================================================
   NEWSLETTER FORM
   ========================================================= */

.isar-connect input[type="text"],
.isar-connect input[type="email"] {
    height: 40px;
    padding: 0 12px;
    border: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    font-size: 14px;
}

.isar-connect input[type="submit"],
.isar-connect button {
    min-height: 40px;
    padding: 0 18px;

    border: 1px solid #ffffff;
    border-radius: 3px;

    background: #0783aa;
    color: #ffffff !important;

    font-weight: 700;
    cursor: pointer;
}

.isar-connect input[type="submit"]:hover,
.isar-connect button:hover {
    background: #0696c1;
}

.isar-connect a {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 14px;

    border: 1px solid #80d0e5;
    border-radius: 3px;

    color: #80d0e5 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.isar-connect a:hover {
    background: #80d0e5;
    color: #0b3653 !important;
}

/* =========================================================
   BOTTOM FOOTER
   ========================================================= */

.isar-footer {
    background: #072a40;
    color: #ffffff !important;
}

.isar-footer .gadgetStyleBody {
    padding: 14px 28px !important;
}

/* Force all footer text white */
.isar-footer,
.isar-footer p {
    margin: 0 !important;
    line-height: 1.5 !important;
}
.isar-footer div,
.isar-footer span,
.isar-footer strong {
    color: #ffffff !important;
    font-size: 13px !important;
}

/* Email/contact */
.isar-footer a {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: none !important;
}

.isar-footer a:hover {
    color: #80d0e5 !important;
}

/* Left column – reserved for future legal/utility links */
.isar-footer .WaLayoutItem:first-child {
    text-align: left;
    color: #ffffff;
}

/* Future links in left column */
.isar-footer .WaLayoutItem:first-child a {
    color: #ffffff !important;
    text-decoration: none !important;
    margin-right: 16px;
    font-size: 13px;
}

.isar-footer .WaLayoutItem:first-child a:hover {
    text-decoration: underline !important;
}

/* Right column – copyright and contact */
.isar-footer .WaLayoutItem:last-child {
    text-align: right;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .isar-connect,
    .isar-footer {
        display: block !important;
    }

    .isar-connect .WaLayoutItem {
        min-height: auto;
    }

    .isar-connect .gadgetStyleBody {
        padding: 24px !important;
    }

    .isar-footer .gadgetStyleBody {
        padding: 16px 24px !important;
    }
}

/* =========================================================
   LANDING PAGE HERO
   ========================================================= */

.landing-hero {
    background: #0b3653;
    min-height: 210px;
    display: flex;
    align-items: center;
    padding: 40px 50px;
    box-sizing: border-box;
}

/* Keep hero content within the normal site width */
.landing-hero .gadgetStyleBody {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 !important;
}

/* Everything in the hero is white by default */
.landing-hero,
.landing-hero p,
.landing-hero div,
.landing-hero span,
.landing-hero h1,
.landing-hero h2,
.landing-hero h3 {
    color: #ffffff !important;
}

/* Main page title */
.landing-hero h1,
.landing-hero h2 {
    margin: 0 0 8px 0;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}

/* Introductory text */
.landing-hero p {
    margin: 0;
    max-width: 780px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    opacity: 0.88;
}



/* Mobile */
@media screen and (max-width: 768px) {

    .landing-hero {
        min-height: 170px;
        padding: 32px 24px;
    }

    .landing-hero h1,
    .landing-hero h2 {
        font-size: 34px;
    }

    .landing-hero p {
        font-size: 17px;
    }
}

.landing-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 30px 35px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .landing-main {
        padding: 36px 20px 45px;
    }
}

/* =========================================================
   LANDING PAGE CONTENT
   ========================================================= */

/* Introductory section */
.landing-intro {
    margin-bottom: 28px;
}

.landing-intro h2,
.landing-intro h3 {
    color: #0b3653;
    margin-bottom: 12px;
}


/* Section heading */
.landing-section-heading {
    margin-top: 10px;
    margin-bottom: 20px;
}

.landing-section-heading h2,
.landing-section-heading h3 {
    color: #0b3653;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 6px 0;
}

.landing-section-heading p {
    margin: 0;
    color: #555555;
    font-size: 17px;
}


/* =========================================================
   LANDING NAVIGATION CARDS
   ========================================================= */


.landing-card-grid .WaLayoutItem {
    background: #ffffff;
    border: 1px solid #dfe7eb;
    border-top: 4px solid #00789f;
    box-sizing: border-box;
    padding: 24px 26px;
    min-height: 165px;
}

/* Card headings */
.landing-card-grid h2,
.landing-card-grid h3,
.landing-card-grid h4 {
    margin: 0 0 9px 0;
    color: #0b3653;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

/* Card body */
.landing-card-grid p {
    margin: 0 0 14px 0;
    line-height: 1.45;
}

/* Card links */
.landing-card-grid a {
    color: #00789f !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.landing-card-grid a:hover {
    text-decoration: underline !important;
}

.landing-card-grid + .landing-section-heading {
    margin-top: 32px;
}
/* Mobile */
@media screen and (max-width: 768px) {

    .landing-card-grid .WaLayoutItem {
        min-height: 0;
        padding: 20px;
        margin-bottom: 14px;
    }

    .landing-section-heading h2,
    .landing-section-heading h3 {
        font-size: 24px;
    }
}
/* =========================================================
   LANDING PAGE HIGHLIGHT / ANNOUNCEMENT
   ========================================================= */

.landing-highlight {
    margin-top: 36px;
    margin-bottom: 10px;
    padding: 26px 30px;
    background: #eef8fb;
    border-left: 5px solid #00789f;
    box-sizing: border-box;
}

.landing-highlight h2,
.landing-highlight h3,
.landing-highlight h4 {
    margin: 3px 0 8px 0;
    color: #0b3653;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;
}

.landing-highlight p {
    margin: 0 0 9px 0;
    line-height: 1.5;
}

/* Small label, if entered as bold text */
.landing-highlight strong {
    color: #00789f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.landing-highlight a {
    color: #00789f !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.landing-highlight a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
    .landing-highlight {
        margin-top: 28px;
        padding: 22px 20px;
    }

    .landing-highlight h2,
    .landing-highlight h3,
    .landing-highlight h4 {
        font-size: 21px;
    }
}

/* Force all landing hero text to white */
.landing-hero,
.landing-hero *,
.landing-hero .gadgetStyleBody,
.landing-hero .gadgetStyleBody * {
    color: #ffffff !important;
}

/* =========================================================
   CONTENT PAGE TEMPLATE
   ========================================================= */

/* CONTENT PAGE HERO */

.content-hero {
    background: #0b3653;
    min-height: 160px;
    display: flex;
    align-items: center;
    padding: 30px 50px;
    box-sizing: border-box;
}

.content-hero .gadgetStyleBody {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 !important;
}

.content-hero,
.content-hero *,
.content-hero .gadgetStyleBody,
.content-hero .gadgetStyleBody * {
    color: #ffffff !important;
}

.content-hero h1,
.content-hero h2 {
    margin: 0 0 6px 0;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
}

.content-hero p {
    margin: 0;
    max-width: 780px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.88;
}


/* MAIN CONTENT AREA */

.content-main {
    max-width: 1050px;
    margin: 0 auto;
    padding: 42px 30px 40px;
    box-sizing: border-box;
}

.content-main h1 {
    color: #0b3653;
}

.content-main h2 {
    color: #0b3653;
    margin-top: 32px;
    margin-bottom: 12px;
}

.content-main h3 {
    color: #0b3653;
    margin-top: 24px;
    margin-bottom: 10px;
}

.content-main p,
.content-main li {
    line-height: 1.55;
}

.content-main a {
    color: #00789f;
}


/* MOBILE */

@media screen and (max-width: 768px) {

    .content-hero {
        min-height: 135px;
        padding: 26px 24px;
    }

    .content-hero h1,
    .content-hero h2 {
        font-size: 30px;
    }

    .content-hero p {
        font-size: 16px;
    }

    .content-main {
        padding: 30px 20px 35px;
    }
}

/* =========================================================
   CONTENT PAGE – DATE / TIMELINE GRID
   ========================================================= */

.content-date-grid .WaLayoutItem {
    border: 1px solid #dfe7eb;
    border-top: 4px solid #00789f;
    box-sizing: border-box;
    padding: 20px 22px;
    min-height: 155px;
}

/* Date */
.content-date-grid h2,
.content-date-grid h3,
.content-date-grid h4 {
    margin: 0 0 18px 0;
    color: #00789f;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

/* Events */
.content-date-grid p {
    margin: 0 0 10px 0;
    line-height: 1.45;
}

.content-date-grid p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .content-date-grid .WaLayoutItem {
        min-height: 0;
        padding: 18px 20px;
    }
}

/* =========================================================
   CONTENT PAGE – PRIMARY ACTION BUTTON
   ========================================================= */

.content-button {
    text-align: center;
}

.content-button a {
    display: inline-block;
    padding: 10px 18px;
    background: #00789f;
    border: 1px solid #00789f;
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    line-height: 1.2;
}

.content-button a:hover {
    background: #0b3653;
    border-color: #0b3653;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* =========================================================
   CONTENT PAGE – INFORMATION GRID
   ========================================================= */

.content-info-grid .WaLayoutItem {
    background: #f7fafb;
    border: 1px solid #dfe7eb;
    border-top: 4px solid #00789f;
    box-sizing: border-box;
    padding: 20px 22px;
    min-height: 155px;
}

.content-info-grid h2,
.content-info-grid h3,
.content-info-grid h4 {
    margin: 0 0 14px 0;
    color: #0b3653;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.content-info-grid p {
    margin: 0 0 8px 0;
    line-height: 1.45;
}

.content-info-grid p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .content-info-grid .WaLayoutItem {
        min-height: 0;
        padding: 18px 20px;
    }
}

/* =========================================================
   ICAR – CONFERENCE BANNER
   Standard artwork: 1300 × 200 px
   ========================================================= */

.icar-banner {
    aspect-ratio: 6.5 / 1;
    min-height: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* =========================================================
   SPONSOR SECTION
   Three consecutive layouts because WA does not support
   nested layouts here.
   ========================================================= */

.sponsor-header,
.sponsor-logos,
.sponsor-footer {
    background: #f7fafb;
    box-sizing: border-box;
}

/* Header */
.sponsor-header {
    padding: 20px 30px 6px;
}

/* Logo area */
.sponsor-logos {
    padding: 6px 30px 8px;
}

/* Bottom link */
.sponsor-footer {
    padding: 4px 30px 16px;
}

.sponsor-footer a {
    color: #00789f !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.sponsor-footer a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
    .sponsor-header {
        padding: 24px 20px 10px;
    }

    .sponsor-logos {
        padding: 10px 20px 12px;
    }

    .sponsor-footer {
        padding: 8px 20px 22px;
    }
}

/* ISAR NEWS ITEMS */

.news-item {
    padding: 18px 0;
    border-bottom: 1px solid #dfe7eb;
    box-sizing: border-box;
}

.news-item a,
.news-item a:visited {
    color: #00789f;
    font-weight: 700;
    text-decoration: none;
}

.news-item a:hover {
    color: #0b3653;
    text-decoration: underline;
}

.news-item p {
    margin: 0 0 8px 0;
    line-height: 1.5;
}

.news-item p:last-child {
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    color: #5f6b72;
}

/* Remove gaps between sponsor component layouts */
.sponsor-header,
.sponsor-logos,
.sponsor-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sponsor-header + .sponsor-logos,
.sponsor-logos + .sponsor-footer {
    margin-top: -1px !important;
}