
:root {
    --indigo: #0D5BB9;
    --off-indigo: #B1C9E7;
    --deep-indigo: #094184;
    --blueprint: #0F3656;

    --off-white: #ffffffdd;
    --gold: #FFDD12cc;

    --skew: 0deg, 357deg;
    --skew-nav: 345deg, 0deg;
    --skew-cta: 0deg, 0deg;
    --info-box-width: calc(100%);

    --svg-scale: 5;

    --margin-top: 1em;
    --margin-bottom: 3em;

    --margin-top-para: 1em;
    --margin-bottom-para: 3.75em;

    --lh-heading: 1.25em;
}

.indigo {
    color: var(--indigo);
}

.bg--indigo {
    color: var(--indigo);
}

.deep-indigo {
    color: var(--deep-indigo);
}

.bg--deep-indigo {
    background-color: var(--deep-indigo);
}

.off-white {
    color: var(--off-white);
}

.gold{
    color: var(--gold);
}


.f-banner {
    font-size: 4.5rem;
}

@media screen and (min-width: 30em) {
    .f-banner {
        font-size: 9rem;
    }
}

body {
    font-family: "Inkwell Sans A", "Inkwell Sans B";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: var(--deep-indigo);
    /* background-color: var(--indigo); */
}

.full-brand-logo {
    height: 150px;
}

h1, h2, h3, h4, h5 {
    line-height: var(--lh-heading);
}

.site-header {
    background: var(--indigo);
    background: linear-gradient(170deg, var(--blueprint)  0%, var(--deep-indigo) 10%, var(--indigo) 50%);
    color: var(--off-white);
}

.site-footer {
    background: var(--indigo);
    background: linear-gradient(350deg, var(--blueprint) 0%, var(--deep-indigo) 10%, var(--indigo) 40%);
    color: var(--off-white);
}

.learner-badge {
    width: 48px;
}
@media screen and (min-width: 30em) {
    .learner-badge {
        width: 80px;
    }
}

a,
a:hover,
a:visited {
    color: var(--deep-indigo);
    text-decoration: none !important;
}

.site-header a,
.site-header a:visited,
.site-footer a,
.site-footer a:visited {
    color: var(--off-white);
    text-decoration: none !important;
}


.cta-box a,
.cta-box a:hover,
.cta-box a:visited {
    color: var(--off-white);
    text-decoration: none !important;
}

a.button-link,
a.button-link:hover,
a.button-link:visited {
    color: var(--off-white);
    text-decoration: none !important;
}



.site-title h1:hover,
.site-title p:hover {
    text-decoration: none !important;
}

.menu-item a {
    width: 100%;
    height: 100%;
    padding: 0 1em 0.2em;
}

.site-header .menu-item a:hover,
.site-header .menu-item a:active,
.site-header .current-menu-item a,
.site-header .current-menu-item a:visited {
    color: var(--indigo) !important;
    background-color: white;
    text-decoration: none;
}

.contact-link a:hover,
.site-footer a:hover {
    color: white;
    text-decoration: underline !important;
}

.header-contact {
    overflow: hidden;
}


.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.main-navigation ul li {
    transform: skew(var(--skew-nav));
    -webkit-transform: skew(var(--skew-nav));
    -moz-transform: skew(var(--skew-nav));
}

.cta-box {
    transform: skew(var(--skew-cta));
    -webkit-transform: skew(var(--skew-cta));
    -moz-transform: skew(var(--skew-cta));
    margin-top: 400px;
}

.info-block a,
.info-block a:hover,
.info-block a:visited {
    font-weight: 400;
}

.diagonal-header {
    width: 100%;
    height: 35px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 100 100' fill='#0D5BB9' preserveAspectRatio='none'><path d='M0 100 L100 0 L0 0 z' /></svg>") no-repeat;
}

.diagonal-footer {
    width: 100%;
    height: 35px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 100 100' fill='#0D5BB9' preserveAspectRatio='none'><path d='M0 100 L100 0 L100 100 Z' /></svg>") no-repeat;
}

.diagonal-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 100 100' fill='#ffffff' preserveAspectRatio='none'><path d='M0 100 L100 0 L100 100 Z' /></svg>") no-repeat;
}

.wallace-header {
    position: relative;
    min-height: 500px;
    background-image: url("/wp-content/uploads/edited-wide.jpg"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.info-block {
    padding: 0 2em;
    position: relative; 
    border: 1px solid var(--off-indigo);
    border-top-width: 0px;
    border-bottom-width: 0px;
    max-width: 100%;
    margin: var(--margin-top) 1em var(--margin-bottom) !important;
}

.info-block-para {
    margin: var(--margin-top-para) auto var(--margin-bottom-para) !important;
    padding: 2em !important;
    max-width: 48rem !important;
}

@media screen and (max-width: 52em) {
    .info-block-para {
        margin: var(--margin-top-para) 1em var(--margin-bottom-para) !important;
        padding: 1em !important;
    }
}

@media screen and (max-width: 34em) {
    .info-block {
        padding: 0 1em;
        margin: var(--margin-top) 0em var(--margin-bottom) !important;
    }

    .wallace-header {
        position: relative;
        min-height: 400px;
        background-image: url("/wp-content/uploads/mobile-wide.jpg");
        background-position: top top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cta-box {
        margin: 400px 1em 0;
        padding: 1em !important;
    }

    .cta-box h2 {
        margin: 0 !important;
        padding: 0 !important;
    }
}


.info-block::before {
    position: absolute;
    content: '';
    top: -25px;
    left: -1px;
    right: -1px;
    height: 100px;
    border: 1px solid var(--off-indigo);
    border-bottom-width: 0px;
    z-index: -1;
    transform: skew(var(--skew));
    -webkit-transform: skew(var(--skew));
    -moz-transform: skew(var(--skew));
}

.info-block::after {
    position: absolute;
    content: '';
    bottom: -25px;
    left: -1px;
    right: -1px;
    height: 100px;
    /* width: var(--info-box-width); */
    border: 1px solid var(--off-indigo);
    border-top-width: 0px;
    z-index: -1;
    transform: skew(var(--skew));
    -webkit-transform: skew(var(--skew));
    -moz-transform: skew(var(--skew));
    box-shadow: 0 10px 7px -7px var(--off-indigo);
}

svg.svg-icon-blue  {
    display: block;
    fill: var(--deep-indigo);
    position: absolute;
    right: 2.5em;
    top: 0;
    width: 24px;
    height: auto;
    display: block;
    transform: scale(var(--svg-scale)); 
    transform: rotate(45);
    -webkit-transform: scale(var(--svg-scale)); 
    -moz-transform: scale(var(--svg-scale)); 
    -ms-transform: scale(var(--svg-scale)); 
    -o-transform: scale(var(--svg-scale));
}

blockquote:before {
    font-family: "Inkwell Serif A", "Inkwell Serif B";
    font-style: italic;
    font-weight: 400;
    content: "\201C";
    font-size: 9em;
    line-height: 0.1em;
    margin-right: 0.5em;
}

.testimonial {
    padding: 0 1em;
    position: relative;
}

.testimonial-title {
    position: absolute;
    text-align: right;
    right: 1em;
    top: -0em;
}
  
blockquote p {
    margin-top: 0;
    font-family: "Inkwell Serif A", "Inkwell Serif B";
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;

    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

cite {
    font-style: none;
    font-size: 1em;
    font-weight: 700;
}

.content {
    background-color: var(--off-white);
    color: var(--deep-indigo);
    z-index: 1;
}

.footnote {
    font-style: italic;
    font-size: 0.8em;
}

@media screen and (min-width: 30em) {

    .f1plus-ns { font-size: 3.2rem; }
}

.inkwell {
    font-family: "Inkwell Sans A", "Inkwell Sans B";
    font-style: normal;
    font-weight: 300;
}

.inkwell-i {
    font-family: "Inkwell Sans A", "Inkwell Sans B";
    font-style: italic;
    font-weight: 300;
}

.inkwell-h {
    font-family: "Inkwell Sans A", "Inkwell Sans B";
    font-style: normal;
    font-weight: 500;
}

.inkwell-c {
    font-family: "Inkwell Condensed A", "Inkwell Condensed B";
    font-style: normal;
    font-weight: 400;
}

.inkwell-s {
    font-family: "Inkwell Serif A", "Inkwell Serif B";
    font-style: italic;
    font-weight: 300;
}

.inkwell-h-i {
    font-family: "Inkwell Sans A", "Inkwell Sans B";
    font-style: italic;
    font-weight: 500;
}

.svg-icon {
    height: 48px;
    width: 48px;
    color: var(--off-white);
}

.svg-icon-large {
    height: 88px;
    width: 88px;
}

.svg-icon:hover {
    color: white;
}

.svg-icon-fill {
    fill: currentColor;
}

.svg-icon-stroke {
    stroke: currentColor;
}

.footer-box .menu ul {
    display: block;
    list-style: none;
    list-style-position:inside;
    padding: 0;
    margin: 0;
}

.lh-squash {
    line-height: 0;
}

button {
    width: 100%;
    display: inline-block;
    border: none;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    background-color: var(--indigo); 
    color: #ffffff;
    font-size: 2rem;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, 
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button:hover,
button:focus {
    background-color: var(--deep-indigo); 
}

button:focus {
    outline: 1px solid var(--deep-indigo);
    outline-offset: -4px;
}

button:active {
    transform: scale(0.99);
}

button-link {
    text-decoration-color: #ffffffff;
}

.mw-cta {
    max-width: 32rem;
}


