@charset "utf-8";

@font-face {
    font-family: 'My Own Topher';
    font-display: swap;
    src: local('My Own Topher'),
         url(/tech/fonts/myowntopher/myowntopher.woff) format('woff'),
         url(/tech/fonts/myowntopher/myowntopher.ttf) format('ttf');
}

/*@font-face {
    font-family: 'Vanilla Dreamers';
    font-display: swap;
    src: local('Vanilla Dreamers'),
        url(/tech/fonts/vanilla/VanillaDreamers.woff) format('woff'),
        url(/tech/fonts/vanilla/VanillaDreamers.ttf) format('ttf');
}*/

.widgetframepreview {
    min-height: 28em;
}

.main--srp2025 {
    max-width: none;
    background-color: #fffdfc
}

.std-list li {
    line-height: 1.2;
}

.no-wrap {
    white-space: nowrap;
}

.srp-button {
    color: #ffffff;
    background-color: #185370;
}
.srp-button:hover {
    background-color: #28426C;
}
.srp-button:nth-of-type(even) {
    background-color: #4B6F38;
}
.srp-button:nth-of-type(even):hover {
    background-color: #3C562E;
}

/* .main--srp2025 {} */

.srp-wrapper {
    max-width: 82em;
    margin: 0 auto;
    padding: 0.25rem 1.5rem;
    position: relative;
    z-index: 2;
}

.srp-flex {
    display: flex;
    justify-content: space-between;
}

.srp-topsection {
    border-bottom: 5vw solid #f26722;
    margin-bottom: 2rem;
}
.srp-wrapper--top {
    margin-bottom: -5vw;
    padding: 0;
}

.srp-header {
    display: flex;
    text-align: center;
}

.srp-mascot {
    position: relative;
    flex: 0 0 36%;
    height: 34vw;
}
.srp-face {
    position: absolute;
    display: block;
    z-index: 2;
    left: -28%;
    bottom: 0;
    width: 160%;
    max-width: 160%;
}

.srp-title {
    flex: 0 0 64%;
    font-family: 'Vanilla Dreamers', 'Libre Franklin', Arial, Helvetica, sans-serif;
    font-size: 11vw;
    position: relative;
    z-index: 2;
    transform: translateX(7%);
}

.srp-h1 {
    font-size: inherit;
    font-weight: 400;
    line-height: 0.8;
    margin: 0.1em 0 0.1em 0;
    color: #56499e;
}

.srp-h1__the,
.srp-h1__art,
.srp-h1__of {
    display: inline-block;
    font-family: 'My Own Topher', 'Libre Franklin', Arial, Helvetica, sans-serif;
}
.srp-h1__the {
    text-transform: lowercase;
    font-size: 22%;
    color: #fff;
    background-color: #f26722;
    padding: 0.4em 0.1em 0.1em 0.1em;
    transform: translate(60%, -60%);
}
.srp-h1__art {
    text-transform: none;
    font-size: 50%;
    color: #3fb549;
}
.srp-h1__of {
    text-transform: lowercase;
    font-size: 20%;
    color: #fff;
    background-color: #268bcb;
    padding: 0.6em 0.4em 0.3em 0.2em;
    transform: translate(-50%, -36%) rotate(26deg)
}
.srp-h1__reading {
    display: block;
    transform: scaleX(0.96);
}

.srp-tagline {
    font-size: 0.55em;
    font-weight: 400;
    line-height: 1;
    color: #6244ac;
    letter-spacing: 0;
    transform: scale(0.96, 1.05);
}

.srp-h2 {
    font-family: 'Vanilla Dreamers', 'Libre Franklin', Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    margin-top: 0.6rem;
}

.srp-h3 {
    font-family: 'Vanilla Dreamers', 'Libre Franklin', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
}

.srp-block {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 1em 1.25em;
    margin: 0;
    background-color: #ffffff;
    color: #121212;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.srp-block > * {
    position: relative;
    z-index: 2;
}

.srp-block p,
.srp-block ul,
.srp-block ol {
    font-size: 108%;
}

.srp-card {
    position: relative;
    z-index: 3;
    flex: 0 0 49%;
    display: flex;
    margin: 0;
    perspective: 10000px;
    transform-style: preserve-3d;
}

.srp-introw {
    margin: 0;
    padding: 0;
}

.srp-intblock {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    width: 50%;
    padding: 0 1.5em 0 0;
}
.srp-intblock:nth-of-type(even) {
    padding: 0 0 0 1.5em;
}

.srp-bottomlinks {
    margin-top: auto;
}

.srp-prizes-img {
    float: right;
    margin: 0 0 0.5rem 1.5rem;
}
.srp-table {
    margin: 1em 0;
    border: 1px solid #dddddd;
}
.srp-table tr:nth-child(even),
.srp-table thead {
	background-color: #f5f7f7;
}
.srp-table th,
.srp-table td {
    text-align: left;
}

.srp-prizeblock {
    flex: 1 1 50%;
    overflow: hidden;
    padding-right: 1rem;
}

.srp-app-link {
    display: inline-block;
    text-decoration: none;
    margin: 4px 16px 4px 0;
    width: 156px;
}
.srp-app-link:last-child {
    margin-right: 0;
    width: 180px;
}

.srp-button--feed {
    font-size: 1rem;
}

.srp-bookblock {
    display: flex;
    flex-direction: column;
    padding: 0.75em 1em 0 0;
    flex: 1 1 55.55555555%;
    width: 55.55555555%;
}
.srp-bookblock:nth-of-type(even) {
    flex: 1 1 44.44444444%;
    width: 44.44444444%;
}
.bookcover-container--srp {
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
}
.bookcover-card__title {
    font-size: 1em;
    margin-bottom: 0;
}
.BCcarousel-wrap {
    background-color: transparent;
}

.srp-rays-img {
    flex: 0 0 188px;
    padding-left: 16px;
    margin-top: -16px;
}

.srp-partners-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 16px 12px;
    align-items: center;
}
.srp-partner {
    grid-column-end: span 1;
}
.srp-partner-zoo {
    padding: 0 10%;
}
.srp-partner a {
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.srp-partner img {
    transition: none; /*bug fix*/
    width: 240px;
}
.srp-partner-fol img {
    width: auto;
}
.srp-partner-tag {
    margin-top: -16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 92%;
    font-weight: 700;
    color: #675d50;
}

@media all and (min-width: 82em) {
    .srp-topsection {
        border-bottom: 4rem solid #f26722;
    }
    .srp-wrapper--top {
        margin-bottom: -4rem;
    }
    .srp-mascot {
        height: 28rem;
    }
    .srp-title {
        font-size: 9.5rem;
    }
}

@media all and (max-width: 64em) {
    .srp-introw {
        flex-wrap: wrap;
    }
    .srp-bookblock,
    .srp-bookblock:nth-child(even) {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media all and (max-width: 59em) {
    .srp-flex {
        display: block;
    }
    .srp-card {
        display: block;
        margin-bottom: 2em;
    }
    .srp-prizeblock {
        padding-right: 0;
    }
}
@media all and (max-width: 44em) {
    .srp-prizes-img {
        float: none;
        display: block;
        margin: 12px 0;
    }
}
@media all and (max-width: 33em) {
    .srp-wrapper {
        padding: 8px;
    }
    .srp-wrapper--top {
        padding: 0;
    }
    .srp-button {
        font-size: 0.85em;
    }
    .srp-title {
        font-size: 12vw;
    }
    .srp-block p {
        font-size: 105%;
    }
    .bookcover-card__title {
        font-size: 18px;
    }
    .srp-raysrow__img {
       margin-top: 12px;
       margin-left: -12px;
       padding: 0;
       width: 150px;
    }
    .srp-partners-row {
        display: block;
    }
    .srp-partner {
        max-width: 210px;
        margin: 1.5em 0;
    }
}