:root {
    --brand-blue: #0086FF;
    --brand-blue-bright: #2E9CFF;
    --brand-blue-brightest: #7FC2FF;
    --brand-accent: #ff8c2e;
    --nav-color: #666;
    --color-gentle-background: #bddeff;
    --color-gentle-background-translucent: #bddeff33;
    --color-active-sort: #11ef6a3d;
    --color-gentle-background-green: #d0efd5;
    --color-row-odd: #bddeff47;
    /*--gradient-header: linear-gradient(to bottom, var(--brand-blue-dark), #1b498f);*/
    --color-placeholder: #ccc;
    --color-subtle: #72777c;
    --button-disabled: #7a8799;
    --translucent-white: #fffa;
    --error-border: #d45c00;
    --error-text: #d45c00;
    --message-highlight-warning: #d45c00;
    --delete-red: #900;
    --delete-red-bright: #c00;
    --negative: #900;
    --deactivated-red-background: #ffe6f2;
}

/*
    When setting the primary font stack, apply it to the Pure grid units along
    with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
    specific font stacks to ensure the greatest OS/browser compatibility.
    */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    /*font-family: "Merriweather Sans", Verdana, Geneva, sans-serif !important;*/
    font-family: "Open Sans", Verdana, Geneva, sans-serif !important;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 1.1vw;
    line-height: 2.2vw;
}

body {
    background-color: var(--nav-color);
}

.space-above {
    margin-top: 3vw;
}
.space-below {
    margin-bottom: 3vw;
}

hr {
    border: 0.5px solid silver;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
    margin: 0 0 1vw 0;
    color: var(--brand-blue);
}

h1 {
    font-size: 7vw !important;
    line-height: 8vw;
}

h2 {
    font-size: 2.25vw !important;
}

h3 {
    font-size: 1.5vw !important;
}


h4 {
    font-size: 1.5vw !important;
    color: #000;
    text-align: center;
}

p, div, li, tr, th, td {
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:hover, a:active {
    color: var(--brand-blue);
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}


.center {
    margin-left: auto;
    margin-right: auto;
}

.center-innercontent {
    text-align: center;
}

#section-header {
}

#section-header .top-bar {
    background-color: var(--brand-blue);
    padding: 0.75vw 0;
    height: 3.2vw;
    color: #fff;
}

#section-header .top-bar div {
    font-size: 0.9em !important;
    line-height: 1.4em !important;
}


#section-header .top-bar a:link,
#section-header .top-bar a:visited,
#section-header .top-bar a:hover,
#section-header .top-bar a:active {
    color: #fff;
}


#section-header #logo,
#section-header #icon {
    height: 6vw;
    display: inline-block;
}


#section-header .logo-link {
    /*float: left;*/
}

#section-header .contact-icon,
#section-header .notice-icon {
    float: left;
    height: 1.5vw;
    margin-right: 0.5vw;
}

#section-header .notice {
    display: inline-block;
}

#section-header .notice a {
    margin-left: 1vw;
    text-decoration: underline;
}

#section-header .slogan {
    vertical-align: middle;
    font-size: 2em;
    margin-top: 5vw;
    margin-left: 5vw;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    color: #555;
}

.notice.border-left {
    border-left: 1px solid;
    margin-left: 1vw;
    padding-left: 1vw;
}

#header-nav {
    background-color: var(--nav-color);
    color: #fff;
    border-bottom: 0.6vw solid var(--brand-accent);
    text-align: center;
}

#header-nav a:link,
#header-nav a:visited,
#header-nav a:hover,
#header-nav a:active {
    color: #fff;
    text-decoration: none;
}

#header-nav ul {
    padding: 0;
    margin: 0;
    height: 4vw;
    vertical-align: middle;
    display: inline-block;
}

#header-nav li {
    list-style: none;
    padding: 0 1vw;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    border-right: 1px solid #fff;
    float: left;
}

#header-nav li:first-child {
    border-left: 1px solid #fff;
}

#header-nav li:hover,
#header-nav li.active {
    background-color: var(--brand-accent);
}

#header-nav li a {
    display: block;
    font-size: 1.3vw;
    font-weight: normal;
    height: 100%;
    padding: 1vw 2vw;

}

.blog li {
    list-style: none;
}


#section-footer {
    background-color: var(--nav-color);
    color: #fff;
    padding: 2vw 0;
}

.header-bar .logo-bar {
    background-color: #333333;
    padding: 10px;
}

#section-content {
    background-color: #fff;
}

#section-content {
    padding-bottom: 5vw;
    position: relative;
}

.content-header img {
    width: 100%;
}

#slider {
    margin: 0 0 3vw 0;
    padding: 0;
    height: 38vw;
    position: relative;
}

#slider li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

#slider li a {
    color: black;
}

#slider li img {
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.slider-item-block {
    position: absolute;
    top: 14vw;
    left: 10vw;
    width: 50vw;
    height: 18vw;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 2vw;

    border-right: 0.6vw solid var(--brand-blue);
    border-radius: 0 10vw 0 0;
}

.slider-item-block h1 {
    margin: 0 0 1vw 0;
    color: var(--brand-blue);
}

.slider-item-text {
    font-size: 1.6vw;
    line-height: 2.25vw;
}

.plan-option {
    text-align: center;
    font-weight: bold;
}

.plan-option img {
    padding: 1vw 10%;
    height: 14vw;
}

.plan-option-9-12 img {
    padding: 1vw 12%;
}

.plan-option-10-12 img {
    padding: 1vw 14%;
}

.plan-option-11-12 img {
    padding: 1vw 16%;
}

.plan-option-12-12 img {
    padding: 1vw 18%;
}

.plan-option-price {
    text-align: center;
    font-weight: bold;


}

.pricing-details {
    text-align: center;
    font-size: 0.8em !important;
    list-style: none;
}

.payment-types img {
    max-height: 8vw;
}

.vertcentertext {
    position: relative;
}

.vertcentertext p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.act-sat-plans {
    border-right: 1px solid silver;
}


.testimonial {
    padding: 0.5vw 0.5vw 0 0.5vw;
    border: 3px solid #a4c2ff;
    width: 45%;
    float: left;
    margin-right: 2vw;
    margin-bottom: 2vw;
    position: relative;
}
.initials {
    font-size: 1.3em;
    color: white;
    padding: 1vw;
    background-color: #345699;
    display: inline-block;
    float: right;
    margin: -0.5vw -0.5vw 0 0.5vw;
}

.about-theresa blockquote {
    border-left: 5px solid var(--brand-accent);
    background-color: #f9f9f9;
    padding: 2vw;
}

.get-download-box {
    background: #eee;
    border: 4px solid var(--brand-accent);
    z-index: 1000;
    padding: 2vw;
    border-radius: 1vw;
}

.get-download-box input {
    margin-top: 1vw;
    width: 100%;
}

.button-submit {
    background-color: var(--brand-blue);
    color: white;
    border: 2px solid var(--brand-blue-bright);
    border-radius: 0.5vw;
}

.button-submit:active {
    background-color: var(--brand-accent);
}

.error-message {
    padding: 2vw;
    margin: 2vw 0;
    outline: 4px solid var(--brand-accent);
}

.download-button-box {
    vertical-align: middle;
    height: 7vw;
}

.download-button-box.pdf {
    text-align: right;
}

.pdf-icon {
    height: 7vw;
    /*float: left;*/
    vertical-align: middle;
    text-align: right;
}

.download-button-box .fake-button {
    background-color: var(--brand-blue);
    color: #fff;
    padding: 2vw;
    border-radius: 1vw;
    margin-left: 8vw;
}

.download-button-box .fake-button a {
    color: #fff;
}

.whats-included h2 {
    font-size: 1.8vw !important;
}

.copyright {
    text-align: center;
}

.app-icon-float {
    float: left;
    margin-right: 2vw;
    margin-bottom: 1vw;
}

.about-kyle-icon {
    float: left;
    margin-right: 2vw;
    margin-bottom: 1vw;
    max-width: 200px;
    outline: 1px solid silver;
}

.about-kenny-icon {
    float: right;
    margin-left: 2vw;
    margin-bottom: 1vw;
    max-width: 200px;
    outline: 1px solid silver;
}

.about-lead-text {
    color: var(--color-subtle);
}

#menu-10bii-available-on-the-app-store {
    margin-top: 7vw;
}

#menu-10bii-available-on-the-app-store li {
    list-style-type: none;
    margin-bottom: 1.5vw;
}

#menu-10bii-available-on-the-app-store li img {
    width: 100%;
}

.read-more {
    display: none;
}

.read-more-link {
    margin-top: 2vw;
    color: var(--brand-accent);
    text-decoration: underline;
}

.read-more-link:hover {
    cursor: pointer;
}

.screenshots div {
    padding-right: 1vw;
}

.screenshots img {
    outline: 1px solid silver;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion h3 {
    font-size: 1vw !important;
    font-weight: bold;
}

.ui-accordion-header-active {
    background-color: var(--brand-accent) !important;
    border: 1px solid var(--brand-accent) !important;
}

.blog p {
    margin-top: 1vw;
}

.blog img.size-full {
    width: 100%;
}

/* pure-u-md */ /* iPhones */
@media screen and (max-device-width: 812px) {


    html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
        font-size: 4vw;
        line-height: 7vw;
    }

    .space-above {
        margin-top: 3vw;
    }
    .space-below {
        margin-bottom: 3vw;
    }


    h1 {
        font-size: 18vw !important;
    }

    h2 {
        font-size: 5.75vw !important;
    }

    .whats-included h2 {
        font-size: 4.7vw !important;
    }


    h3 {
        font-size: 5vw !important;
    }

    h4 {
        font-size: 5vw !important;
    }


    #section-header .top-bar {
        padding: 2vw 0;
        height: 20vw;
    }


    #section-header .contact-icon,
    #section-header .notice-icon {
        height: 4vw;
        margin-right: 1.3vw;
        margin-top: 2vw;
    }


    #section-header .top-bar div {
        font-size: 1.2em !important;
        line-height: 1.4em !important;
    }


    #section-header .notice {
        display: block;
        margin-top: 1vw;
    }


    #section-header .notice a {
        margin-left: 1vw;
        text-decoration: underline;
    }

    .notice.border-left {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }


    #section-header #logo {
        width: 45vw;
        margin-right: 5vw;
    }


    #section-header .slogan {
        font-size: 1.2em;
        margin-top: 0;
        margin-left: 0;
        text-align: left;
        padding-top: 1vw;
        width: 30vw;
    }

    #header-nav ul {
        height: auto;
    }

    #header-nav li {
        padding: 0 1vw;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #header-nav li a {
        font-size: 4vw;
        padding: 1vw 2vw;
    }

    #slider {
        margin: 0 0 5vw 0;
        height: 80vw;
        overflow: hidden;
    }

    .slider-item-block {
        top: 36vw;
        height: 42vw;
        width: 70vw;
    }

    .slider-item-text {
        font-size: 4vw;
        line-height: 5vw;
    }

    #slider li img {
        width: auto;
        min-width: 100%;
        max-width: max-content;
        height: 100%;
        max-height: 100%;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .plan-option img {
        height: 25vw;
    }

    .plan-option img {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .payment-types img {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .pricing-details {
        font-size: 1.2em !important;
    }

    .payment-types img {
        max-height: max-content;
    }


    .act-sat-plans,
    .act-sat-plans ul,
    .individual-plans ul {
        border-bottom: 1px solid silver;
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }

    .act-sat-plans img,
    .individual-plans img {
        width: 20vw;
    }

    .essay-a-plus {
        height: 35vw;
    }

    .testimonial {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }

}

.privacy-policy {
    margin-top: 2em;
}

