﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* KYLE OKTA CSS START */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.banner-heading {
    margin-left: 10px;
    padding: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    font-size: 65px;
    padding-top: 10px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: lighter;
    color: #213A6A;
}



body {
    font-family: 'Nunito', sans-serif;
    color: #384047;
}



form {
    margin: 10px auto;
    padding: 10px 10px;
    border-radius: 8px;
    width: 500px;
    height: auto;
}

.newform {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px auto;
    padding: 10px 10px;
    border-radius: 8px;
    width: 1080px;
    height: auto;
}

.bottom-text{
    display: flex;
    justify-content: center;
    justify-items: center;
    flex-direction: column;

}



.input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}






/* Headings & Text Styling */



h5 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: normal;
}

h3 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: bold;
    color: #213A6A;
    font-size: 20px;
}

.warning {
    font-family: "Source Sans 3", sans-serif;
    font-weight: normal;
    color: #213A6A;
    font-size: 20px;
}

.linktext {
    font-family: "Source Sans 3", sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-decoration: solid;
    color: #213A6A;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    .linktext:hover {
        font-family: "Source Sans 3", sans-serif;
        font-weight: bold;
        font-size: 20px;
        text-decoration: solid;
        color: #213A6A;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }


h1 {
    font-size: 65px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: lighter;
    color: #213A6A;
    text-align: center;
}

h1 .qrhead {
    margin: 0 0 30px 0;
    color: #213A6A;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    font-weight: lighter;
    font-size: 75px;
}









/* Custom Radio Buttons */

.radio-sub {
    font-family: "Source Sans 3", sans-serif;
    font-weight: normal;
    font-size: 20px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    background: rgba(255,255,255,0.1);
    border: none;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
}



/* Button Styling */

select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}



.next {
    border-radius: 4px;
    background-color: #213A6A;
    font-family: "Source Sans 3", sans-serif;
    font-weight: lighter;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
    padding-left: 100px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}



    .next:after {
        content: '»';
        position: absolute;
        opacity: 0;
        top: 15px;
        right: -20px;
        transition: 0.5s;
    }

    .next:hover {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 105px;
        padding-left: 105px;
    }

        .next:hover:after {
            opacity: 1;
            right: 10px;
        }

.skip {
    border-radius: 4px;
    background-color: #FC8F00;
    font-family: "Source Sans 3", sans-serif;
    font-weight: lighter;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
    padding-left: 100px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}



    .skip:after {
        content: '»';
        position: absolute;
        opacity: 0;
        top: 15px;
        right: -20px;
        transition: 0.5s;
    }

    .skip:hover {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 105px;
        padding-left: 105px;
    }

        .skip:hover:after {
            opacity: 1;
            right: 10px;
        }


.reset {
    border-radius: 4px;
    background-color: #707070;
    font-family: "Source Sans 3", sans-serif;
    font-weight: lighter;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
    padding-left: 100px;
    width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}



    .reset:after {
        content: '»';
        position: absolute;
        opacity: 0;
        top: 14px;
        right: -20px;
        transition: 0.5s;
    }

    .reset:hover {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 105px;
        padding-left: 105px;
    }

        .reset:hover:after {
            opacity: 1;
            right: 10px;
        }





fieldset {
    margin-bottom: 30px;
    border: none;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

label {
    display: block;
    font-family: "Source Sans 3", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    margin-bottom: 8px;
}

    label.light {
        font-weight: 300;
        display: inline;
    }

* {
    margin: 0;
    padding: 0;
}



.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 970px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .plans .plan input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

    .plans .plan {
        cursor: pointer;
        width: 48.5%;
    }

        .plans .plan .plan-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 2px solid #e1e2e7;
            border-radius: 10px;
            -webkit-transition: -webkit-box-shadow 0.4s;
            transition: -webkit-box-shadow 0.4s;
            -o-transition: box-shadow 0.4s;
            transition: box-shadow 0.4s;
            transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
            position: relative;
        }

            .plans .plan .plan-content img {
                margin-right: 30px;
                height: 72px;
            }

        .plans .plan .plan-details span {
            margin-bottom: 10px;
            display: block;
            font-size: 20px;
            font-family: "Source Sans 3", sans-serif;
            font-weight: lighter;
            line-height: 24px;
            color: #213A6A;
        }

.container .title {
    font-size: 20px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-details p {
    color: #646a79;
    font-size: 14px;
    font-family: "Source Sans 3", sans-serif;
    line-height: 18px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked + .plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 50px 50px #707070;
}






/*@media screen and (min-width: 480px) {

    form {
        max-width: 480px;
    }
}*/

@media screen and (max-width: 600px) {

    .next {
        border-radius: 4px;
        background-color: #213A6A;
        font-family: "Source Sans 3", sans-serif;
        font-weight: lighter;
        border: none;
        color: #fff;
        text-align: center;
        font-size: 22px;
        padding: 6px;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
        margin-bottom: 10px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .skip {
        border-radius: 4px;
        background-color: #FC8F00;
        font-family: "Source Sans 3", sans-serif;
        font-weight: lighter;
        border: none;
        color: #fff;
        text-align: center;
        font-size: 22px;
        padding: 6px;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
        margin-bottom: 10px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .reset {
        border-radius: 4px;
        background-color: #707070;
        font-family: "Source Sans 3", sans-serif;
        font-weight: lighter;
        border: none;
        color: #fff;
        text-align: center;
        font-size: 22px;
        padding: 6px;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
        margin-bottom: 10px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }
}



@media screen and (max-width: 991px) {
    .plans {
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px;
    }

        .plans .plan {
            width: 100%;
        }

    .plan.complete-plan {
        margin-top: 20px;
    }

    .plans .plan .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}



@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    .plans .plan input[type="radio"]:checked + .plan-content:after {
        top: 20px;
        right: 10px;
    }

    .plans .plan .plan-content .plan-details {
        width: 100%;
    }

    .plans .plan .plan-content {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

/* inspiration */
.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

    .inspiration a {
        color: #666;
    }

@media screen and (max-width: 767px) {
    /* inspiration */
    .inspiration {
        display: none;
    }

    .warning {
        font-family: "Source Sans 3", sans-serif;
        font-weight: normal;
        color: #213A6A;
        font-size: 18px;
    }

    .next {
        border-radius: 4px;
        background-color: #213A6A;
        font-family: "Source Sans 3", sans-serif;
        font-weight: lighter;
        border: none;
        color: #fff;
        text-align: center;
        font-size: 30px;
        padding: 15px;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
        margin-bottom: 10px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .skip {
        border-radius: 4px;
        background-color: #FC8F00;
        font-family: "Source Sans 3", sans-serif;
        font-weight: lighter;
        border: none;
        color: #fff;
        text-align: center;
        font-size: 30px;
        padding: 15px;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
        margin-bottom: 10px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    .reset {
        border-radius: 4px;
        background-color: #707070;
        font-family: "Source Sans 3", sans-serif;
        font-weight: lighter;
        border: none;
        color: #fff;
        text-align: center;
        font-size: 30px;
        padding: 15px;
        width: 100%;
        transition: all 0.5s;
        cursor: pointer;
        box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
        margin-bottom: 10px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

    form {
        display: flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        flex-direction: column;
        width: 300px;
        height: 300px;
    }

    
    .form7 {
        display: flex;
        justify-content: center;
        justify-items: center;
        flex-direction: column;
        margin-top: 120px;

    }

    .form8 {
        display: flex;
        justify-content: center;
        justify-items: center;
        flex-direction: column;
    }



    .form2 {
        display: flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        flex-direction: column;
        width: 300px;
        height: 300px;
    }

    .form3 {
        display: flex;
        justify-content: center;
        justify-items: center;
        align-content: center;
        flex-direction: column;
        width: 300px;
        height: auto;
    }

    .form {
        width: 300px;
        height: auto;
    }

    .form-group {
        width: 300px;
        height: auto;
    }

    .bottom-text {
        width: 300px;
        height: auto;
    }

    .newform {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 10px auto;
        padding: 10px 10px;
        border-radius: 8px;
        width: 300px;
        height: auto;
    }

    .plans {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        width: 300px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        border-radius: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    
    }

   

    .linktext {
        font-family: "Source Sans 3", sans-serif;
        font-weight: normal;
        font-size: 15px;
        text-decoration: none;
        color: #213A6A;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

        .linktext:hover {
            font-family: "Source Sans 3", sans-serif;
            font-weight: bold;
            font-size: 15px;
            text-decoration: auto;
            color: #213A6A;
            margin-top: 15px;
            margin-bottom: 15px;
            text-align: center;
        }

    .banner-heading {
        margin-left: 15px;
        padding: 10px;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: row;
        font-size: 25px;
        padding-top: 10px;
        font-family: "Source Sans 3", sans-serif;
        font-weight: lighter;
        color: #213A6A;
    }

    .nav-link {
        font-family: "Source Sans 3", sans-serif;
        margin-left: 10px;
        font-weight: normal;
        letter-spacing: .2rem;
        font-size: 20px;
        display: block;
        padding: 0.5rem 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        color: #0d6efd;
        text-decoration: none;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }

    #rc-imageselect {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 240px;
        font-family: Roboto,helvetica,arial,sans-serif;
        background-color: #fff;
    }

    
   

    
}







  


