﻿@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');


@font-face {
    font-family: "Tofino";
    src: url("../fonts/Tofino-Regular.otf"), url("../fonts/Tofino-Regular.ttf"), url("../fonts/Tofino-Regular.woff");
}

@font-face {
    font-family: "Tofino Book";
    src: url("../fonts/TOFINO-BOOK.OTF"), url("../fonts/Tofino-Book.ttf"), url("../fonts/Tofino-Book.woff");
}

@font-face {
    font-family: "Tofino Black";
    src: url("../fonts/TOFINO-BLACK.OTF"), url("../fonts/Tofino-Black.ttf"), url("../fonts/Tofino-Black.woff");
}

@font-face {
    font-family: "Tofino Bold";
    src: url("../fonts/TOFINO-BOLD.OTF"), url("../fonts/Tofino-Bold.ttf"), url("../fonts/Tofino-Bold.woff");
}

@font-face {
    font-family: "Tofino Light";
    src: url("../fonts/TOFINO-LIGHT.OTF"), url("../fonts/Tofino-Light.ttf"), url("../fonts/Tofino-Light.woff");
}

@font-face {
    font-family: "Gilligan Coast";
    src: url("../fonts/Gilligan Coast.ttf");
}

a {
    text-decoration: none;
}

a:hover{
    cursor:pointer;
    text-decoration:underline;
}

.big-checkbox {
    width: 2rem;
    height: 2rem;
    border-radius: 0.25rem !important;
    cursor: pointer;
}

.nav-anchor {
    color: #45b2e9;
}

    .nav-anchor:hover {
        color: #2696CE;
    }

.personal-info-nav-wrapper {
    background: #7265AC;
    display: block;
    left: 0;
    height: 62px;
    padding: 5px 12px 4px 12px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9900;
}

.purple-title-text {
    color: #5E50A1;
    font-size: 1.3em;
    font-weight: 600;
}

.purple-text {
    color: #5E50A1;
}

.navbar.navbar-fixed-left {
    background-color: transparent;
    border: none;
    float: left;
    margin: 0;
    padding-left: 0px;
    padding-top: 6px;
    z-index: 9900;
}

.navbar .navbar-header .navbar-toggler {
    float: left;
    margin: 0px;
    margin-top: 6px;
    z-index: 7001;
}

.navbar-constituent-wrapper {
    float: right;
    z-index: 6500;
}

    .navbar-constituent-wrapper > div {
        float: left;
    }

.navbar-header a.navbar-brand {
    color: #f5f5f5;
    font-size: 24px;
    padding: 3px 0px 0px 15px;
}

    .navbar-header a.navbar-brand:hover {
        opacity: .8;
    }

#navbar:not(.navbar-collapse) {
    height: 100% !important;
    max-height: 100% !important;
    padding: 60px 0 0 0;
    position: relative;
    top: -59px;
}

#navbar .navbar-nav {
    height: 100%;
    overflow-y: auto;
    width: 300px;
}

    #navbar .navbar-nav a:hover {
        background-color: #353650;
        border-left: 4px solid #5e50a1;
        color: #ffffff;
        padding: 12px 12px 12px 16px;
        text-decoration: none;
    }

        #navbar .navbar-nav a:hover li {
            color: #ffffff;
        }

    #navbar .navbar-nav a {
        color: #f5f5f5;
        font-size: 15.23px;
        font-weight: 200;
        padding: 12px 12px 12px 20px;
    }

    #navbar .navbar-nav li .nav-icon {
        float: left;
        height: 19px;
        margin: 15px 10px 15px 16px;
        overflow: hidden;
        width: 19px;
    }

        #navbar .navbar-nav li .nav-icon img {
            position: relative;
        }

    #navbar .navbar-nav li:hover .nav-icon img {
        top: -19px;
    }

    #navbar .navbar-nav li:hover a, #navbar .navbar-nav li.current a {
        opacity: 1;
    }

    #navbar .navbar-nav li.current .nav-icon img {
        top: -19px;
    }

.navbar-constituent-wrapper {
    position: relative;
}

#address-book-button, #navbar-profile-button, .cart-button-wrapper {
    background-color: #f5f5f5;
    border-radius: 4px;
    height: 46px;
}

#address-book-button {
    font-size: 29px;
    margin-left: 11px;
    padding: 5px 13px;
}

#address-book-button, #caret-wrapper {
    color: #4a5157;
}

#caret-wrapper {
    font-size: 10px;
    line-height: 48px;
    padding: 0 8px 0 10px;
    transition: all .2s linear;
}

.open-profile #caret-wrapper {
    transform: rotate(-180deg);
}

.navbar-profile-wrapper {
    position: relative;
}

.cart-button-wrapper {
    color: #4a5157;
    display: flex;
    font-size: 17px;
    margin-right: 11px;
    padding: 10px 0px 0px 10px;
}

    .cart-button-wrapper:hover {
        cursor: pointer;
    }

    .cart-button-wrapper i.fa-shopping-cart {
        font-size: 24px;
        margin-top: 2px;
    }

    .cart-button-wrapper #caret-wrapper {
        line-height: 26px;
    }

#navbar-profile-slide-window {
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: -1px 1px 4px #dfdfdf;
    height: 0px;
    margin-top: 4px;
    min-width: 270px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    transition: all .2s ease-in;
    right: 0px;
    top: 48px;
}

    #navbar-profile-slide-window.open-profile {
        height: auto;
        padding: 12px 0 0;
    }

#navbar-profile-slide-title {
    color: #45b2e9;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 0 14px;
}

#navbar-profile-button div {
    float: left;
}

#gravitar-wrapper {
    border-radius: 4px;
    overflow: hidden;
}

    #gravitar-wrapper img {
        object-fit: cover;
    }

#address-book-button:hover, #navbar-profile-button:hover {
    cursor: pointer;
}

#profile-sign-in-wrapper {
    border-top: 1px solid #d7d7d7;
    padding-top: 4px;
}

    #profile-item-wrapper ul, #profile-sign-in-wrapper ul {
        list-style-type: none;
        margin-bottom: 4px;
        padding: 0;
    }

        #profile-item-wrapper ul li, #profile-sign-in-wrapper ul li {
            font-size: 14px;
            padding: 2px 14px;
        }

            #profile-item-wrapper ul li:hover, #profile-sign-in-wrapper ul li:hover {
                background: #e9e9e9;
                cursor: pointer;
            }

            #profile-item-wrapper ul li .profile-label, #profile-sign-in-wrapper ul li .profile-label {
                color: #363636;
                float: left;
                padding-top: 4px;
            }

            #profile-item-wrapper ul li .profile-icon, #profile-sign-in-wrapper ul li .profile-icon {
                float: right;
                opacity: .8;
            }

            #profile-item-wrapper ul li:hover .profile-icon, #profile-sign-in-wrapper ul li:hover .profile-icon {
                opacity: 1;
            }

/*Flyout Section -- Address Book*/
#my-address-book-wrapper {
    background-color: #f5f5f5;
    box-shadow: -1px 1px 4px #888888;
    height: 100%;
    transition: all .2s ease-out;
    position: fixed;
    right: 0px;
    top: 0;
    width: 0px;
    z-index: 9999;
}

.open-book #my-address-book-wrapper {
    width: 400px;
}

#my-address-book-wrapper #address-book {
    height: 100%;
    width: 400px;
}

#address-book-header {
    color: #5e50a1;
    font-size: 24px;
    font-weight: 300;
    padding: 16px 19px 16px 34px;
}

    #address-book-header i:hover {
        cursor: pointer;
    }

#address-book-title {
    float: left;
}

#address-book-close {
    float: right;
    font-size: 21px;
}

#address-book-sections-wrapper {
    height: 100%;
    overflow-y: auto;
}

    #address-book-sections-wrapper ul {
        margin: 0;
    }

.address-section-header {
    background: #e7e7e8;
    color: #363636;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 24px 20px 30px;
}

    .address-section-header:hover {
        cursor: pointer;
    }

.address-section-header-title {
    float: left;
}

.address-section-header-arrow {
    color: #c4c4c4;
    float: right;
    font-size: 24px;
    line-height: 18px;
}

    .address-section-header-arrow i {
        transition: all .2s linear;
    }

.open-section .address-section-header-arrow i {
    transform: rotate(-180deg);
}

.address-section-content-wrapper {
    max-height: 0px;
    transition: all .2s ease-out;
}

    .address-section-content-wrapper.open-section {
        max-height: 1000px;
    }

ul#address-section-chapter-list {
    list-style-type: none;
    overflow: hidden;
    padding: 16px 24px;
}

.address-section-content-wrapper ul#address-section-chapter-list {
    display: none;
    transition: all 0s ease-out;
    transition-delay: .2s;
}

.address-section-content-wrapper.open-section ul#address-section-chapter-list {
    display: block;
}

ul#address-section-chapter-list > li {
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0;
}

    ul#address-section-chapter-list > li:nth-last-child(2) {
        border: none;
    }

.address-book-circle {
    border-radius: 28px;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.address-section-chapter-number {
    background: #fff;
    color: #45b2e9;
}

.address-section-regions-number {
    background: #45b2e9;
    color: #fff;
}

.address-section-groups {
    background: #5e50a0;
    line-height: normal;
}

.address-section-chapter-info {
    float: left;
    margin: 0 0 0 16px;
}

.address-section-chapter-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.address-section-chapter-links {
    list-style-type: none;
    padding: 0;
}

    .address-section-chapter-links a {
        color: #5e50a1;
    }

    .address-section-chapter-links li {
        border-left: 1px solid #a1a1a1;
        border-right: 1px solid #a1a1a1;
        float: left;
        padding: 0 8px 0 8px;
    }

ul.address-section-chapter-links li:first-child {
    border: none;
    padding: 0 8px 0 0;
}

ul.address-section-chapter-links li:last-child {
    border: none;
    padding: 0 0 0 8px;
}

.address-book-single-links li {
    padding: 0 !important;
}

@media screen and (min-width: 767px) {
    .navbar-collapse.in {
        width: 300px;
    }
}

/*.navbar-header, .navbar-collapse {
    z-index: 7000;
}*/

/*.navbar-collapse {
    border: none;
    height: 100% !important;
    left: 0;
    max-height: 100% !important;
    overflow: hidden;
    padding: 60px 0 0 0;
    position: fixed !important;
    transition: all .2s ease-in;
    top: 0;
    width: 0px;
    z-index: 6500;
}



    .navbar-collapse .navbar-nav {
        background: #222;
        display: block;
        height: 100%;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 24px;
        width: 100%;
    }

        .navbar-collapse .navbar-nav a {
            display: flex;
        }*/

/* Title Bar =============================== */
.title-bar-wrapper {
    background: var(--bs-purple) url(../images/title-back-squares.png) bottom right no-repeat;
    box-shadow:inset 0px 3px 12px rgba(0, 0, 0, .2);
    padding:30px;
    width:100%;
}

.title-bar {
    border: solid 2px var(--bs-secondary);
    color: #fff;
    font-family: 'Tofino Bold', arial, Helvetica, sans-serif;
    font-size: 48px;
    padding: 30px;
    text-align: center;
    width: 100%;
}

/* End Title Bar =========================== */


.ui-datepicker-inline.ui-datepicker {
    max-width: 100%;
}


@media screen and (max-width: 767px) {
    .open-book #my-address-book-wrapper, .open-book #my-address-book-wrapper #address-book {
        width: 100%;
    }

    .navbar-collapse.in {
        width: 100%;
    }

    #navbar .navbar-nav {
        width: 100%;
    }

    .ui-datepicker-inline.ui-datepicker{
        width:100%;
    }
}

@media screen and (max-width: 767px) {
    #main-body {
        padding-top: 0 !important;
        padding-bottom: 100px;
    }
}


/* Footer ========================*/
footer {
    background: #f5f5f5;
    min-height: 76px;
    padding: 0 36px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index:900;
}

#footer-text {
    color: #898989;
    float: left;
    font-size: 14px;
    line-height: 9px;
    padding-top: 36px;
}

    #footer-text a {
        color: #5e50a1;
    }

    #footer-text ul {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0 10px;
    }

        #footer-text ul li {
            float: left;
            padding: 0 10px;
        }

            #footer-text ul li:first-child {
                border-right: 1px solid #aaaaaa;
            }

#zoho-wrapper {
    float: right;
    margin-top: 18px;
}

@media screen and (max-width: 1280px) {
    #zoho-wrapper {
        float: left;
        left: -12px;
        position: relative;
    }

    #footer-text {
        padding: 14px 0 24px;
    }
}

@media screen and (max-width: 880px) {
    #footer-text ul {
        display: block;
        padding: 12px 0 0;
    }

        #footer-text ul li:first-child {
            padding-left: 0;
        }
}

@media screen and (max-width: 400px) {
    .navbar-header a.navbar-brand {
        display: none;
    }
}

/* Purple Header =============================*/
#header-wrapper {
    background-color: #5e50a1;
    display: inline-block;
    padding: 44px 0px 44px 0px;
    text-align: center;
    width: 100%;
}

#header-logo {
    border-right: 1px solid #fff;
    display: inline-block;
    height: 100%;
    padding: 24px 4% 0 0;
}

#header-content {
    color: #ffffff;
    display: inline-block;
    padding-left: 4%;
    text-align: left;
}

    #header-content h2 {
        color: #ffffff;
        font-family: 'Merriweather', serif;
        font-size: 40px;
        margin: 12px 0 0 0;
    }

#header-member-info {
    color: #d1d3d4;
    font-size: 20px;
}

#header-alert {
    background-color: #fff;
    color: #000;
    float: left;
    font-size: 25.68px;
    margin-top: 20px;
    padding: 8px 16px;
}

    #header-alert .attention {
        color: #45b2e9;
    }

@media screen and (max-width:1600px) {
    #header-logo {
        padding-right: 3%;
    }

    #header-content {
        padding-left: 3%;
    }
}


@media screen and (max-width:1500px) {
    #header-logo {
        padding-right: 2%;
    }

    #header-content {
        padding-left: 2%;
    }

        #header-content h2 {
            font-size: 44px;
        }

    #header-member-info {
        font-size: 26px;
    }

    #header-alert {
        font-size: 23px;
    }
}

@media screen and (max-width:1400px) {
    #header-wrapper {
        padding: 40px 28px 40px 28px;
    }

    #header-logo {
        border: none;
        float: none;
        margin: 0;
        padding: 0 0 12px;
        text-align: center;
    }

        #header-logo img {
            width: 175px;
        }

    #header-content {
        text-align: center;
        width: 100%;
    }

        #header-content h2 {
            font-size: 34px;
        }

    #header-member-info {
        font-size: 22px;
    }

    #header-alert {
        float: none;
        font-size: 18px;
        margin: 20px auto 0;
        width: 64%;
    }
}

@media screen and (max-width:900px) {
    #header-alert {
        width: 80%;
    }
}

@media screen and (max-width:760px) {
    #header-alert {
        width: 100%;
    }
}

/* End Purple Header ===============================*/



.free-course-thank-you-wrapper {
    border: 1px solid #5cbbec;
    padding: 54px 62px;
    width: 100%;
}

@media all and (max-width:1599px) {
    .free-course-thank-you-wrapper {
        padding: 38px 46px;
    }
}

@media all and (max-width:1023px) {
    .free-course-thank-you-wrapper {
        padding: 24px 32px;
    }
}

/* Toastr Override ==============*/

/*#toast-container.toast-top-center {
    display: flex;
}

    #toast-container.toast-top-center > .toast-success {
        background-color: #f1f0f6;
        background-image: none !important;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: 0 0 12px #555;
        display: flex;
        opacity: .95;
        width: auto;
        padding: 15px 20px 15px 20px;
    }

#toast-container.toast-top-center > .toast-success > div {
    color: #000;
    font-size: 24px;
}

.toast-message a, .toast-message label {
    color: #5e50a1;
}

    .toast-message a:hover {
        color: #7265AC;
        opacity: .75;
    }*/

.toast-info {
    background-color: #45b2e9;
    font-size: 1.8em;
}

#toast-container > div {
    margin: 20px 0 6px;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

@media all and (max-width:768px) {
    #toast-container {
        left: 0;
    }

    #toast-container .toast {
            font-size: 16px;
            margin: 1rem auto;
        }
}


/* End Toastr Override ==========*/
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5e50a1;
    border-color: #5e50a1;
}

a {
    color: #5e50a1;
}

    a:hover {
        color: #7165ab;
    }

.alink {
    color: #5e50a1 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

    .alink:hover {
        color: #7165ab !important;
        text-decoration: none !important;
    }

.bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.light {
    font-weight: 300;
}

.sigma-grey-bg {
    background-color: #ebebeb;
}

.clearfix {
    clear: both !important;
    float: none !important;
}

.help-block {
    color: #C81E2E;
    padding-left: 20px;
    font-weight: bold;
}

.cart-list-wrapper-title > span > span {
    font-size: 12px;
}

.switch-light.switch-ios *:focus, .switch-light.switch-ios *:active, .switch-light.switch-ios *:visited {
    outline: 0;
}

.switch-light.switch-ios:hover {
    cursor: pointer;
}

.switch-light.switch-ios input:focus ~ span a, .switch-light.switch-ios .switch-light input:focus + label {
    outline: 0;
}

.switch-light.switch-ios input {
    position: absolute !important;
}

    .switch-light.switch-ios input:checked ~ span {
        background: #4f92c6; /* Old browsers */
        background: -moz-linear-gradient(top, #4f92c6 1%, #6baad6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #4f92c6 1%,#6baad6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #4f92c6 1%,#6baad6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f92c6', endColorstr='#6baad6',GradientType=0 ); /* IE6-9 */
        border-color: #D8D9DB;
        border-bottom: 1px solid #adb7bf;
        border-top: 1px solid #adb7bf;
        box-shadow: none;
    }

        .switch-light.switch-ios input:checked ~ span a {
            border-color: #5a90b6 !important;
        }

.switch-light.switch-ios > span {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    float: left;
}

.switch-light.switch-ios a {
    border: .15em solid #dbdbdb;
    outline: 0;
    top: -1px;
}

@media (max-width:576px) {
    .shopping-cart-column-titles {
        font-size: 16px;
    }

    .row.summary-fund {
        font-size: 15px;
    }
}

@media (min-width:768px) {
    .container {
        width: 503px
    }
}

@media (min-width:992px) {
    .container {
        width: 723px
    }
}

@media (min-width:1200px) {
    .container {
        width: 923px
    }
}

@media (min-width:1432px) {
    .container {
        width: 1170px
    }
}

#gravatar-img {
    height: 46px;
    width: 46px;
}

.loader-wrapper {
    margin: 275px 0;
}

.main-content-wrapper h2 {
    color: black;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 16px 0 28px;
    text-transform: uppercase;
}

.main-content-wrapper h3 {
    color: black;
    font-size: 17px;
    font-weight: bold;
}


@media (min-width:768px) {
    .navbar-fixed-left .container, .navbar-fixed-left .container-fluid, .navbar-fixed-right .container, .navbar-fixed-right .container-fluid {
        padding-right: 0;
        padding-left: 0;
        width: auto
    }

    .navbar-fixed-left .navbar-header, .navbar-fixed-right .navbar-header {
        float: none;
        padding-right: 15px
    }

    .navbar-fixed-left .navbar-collapse, .navbar-fixed-right .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        max-height: none
    }

        .navbar-fixed-left .navbar-collapse .navbar-nav, .navbar-fixed-right .navbar-collapse .navbar-nav {
            float: none !important
        }

            .navbar-fixed-left .navbar-collapse .navbar-nav > li, .navbar-fixed-right .navbar-collapse .navbar-nav > li {
                width: 100%
            }

                .navbar-fixed-left .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu, .navbar-fixed-right .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
                    top: 0
                }

            .navbar-fixed-left .navbar-collapse .navbar-nav.navbar-right, .navbar-fixed-right .navbar-collapse .navbar-nav.navbar-right {
                margin-right: 0
            }
}

@media (min-width:768px) {
    .navbar-fixed-left .dropdown .dropdown-menu {
        left: 100%;
        right: auto;
        border-radius: 0 3px 3px 0
    }

    .navbar-fixed-left .dropdown .dropdown-toggle .caret {
        border-top: 4px solid transparent;
        border-left: 4px solid;
        border-bottom: 4px solid transparent;
        border-right: none
    }
}

.navbar-header {
    background-color: #7265AC;
}

.navbar-brand {
    font-weight: 300;
}

/*h1, h2, h3, h4, h5 {
  color: #5e50A1;
}    I dont think we use this for this website*/

html, body {
    font-family: 'Tofino', arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 100%;
    min-height: 100%;
}

.alert-info {
    background-color: #daf0fb;
    color: #45b2e9;
}

.alert {
    border-radius: 8px;
    font-size: 18px;
    margin-bottom: 1em;
    text-align: center;
}

.row.summary-fund {
    background-color: #eaeaea;
    padding: 10px 0px;
    border-top: solid 1px #d4d4d4;
}

.row.summary-end-border {
    border-top: solid 8px #929292;
    border-bottom: solid 1px #d4d4d4;
    font-size: 16px;
    padding: 8px 0px;
}

.row.summary-end-detail {
    border-bottom: solid 1px #d4d4d4;
    font-size: 16px;
    padding: 10px 0px;
}

.row.summary-end-total {
    font-size: 18px;
    padding: 10px 0px;
}

.row.shopping-cart-header h3 {
    font-size: 24px;
    margin: 16px 0 12px;
}

.shopping-cart-column-titles {
    font-size: 18px;
    margin-bottom: 4px;
}

.cart-item {
    font-size: 14px;
}

.transferred-wrapper {
    display: block;
    background-color: #5e50a1;
    color: white;
    text-align: center;
    font-size: 1.6em;
    margin: -26px -46px 20px;
    padding: 2px 0;
}


.visual-cart-wrapper {
    background-color: #f5f5f5;
    border: none;
    max-height: 0px;
    min-width: 350px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 11px;
    top: 47px;
    transition: .25s;
}

    .visual-cart-wrapper.cart-open {
        border: solid 1px #D1D3D4;
        max-height: 900px;
    }

.cart-list-wrapper {
    padding: 0.75rem 1.25rem;
}

    .cart-list-wrapper > div {
        margin-bottom: 12px;
    }

.cart-list-wrapper-title {
    align-items: center;
    display: flex;
    font-size: 16px;
    padding-right: 12px !important;
    text-align: left;
}

.remove-item {
    color: #5e50a1;
    font-size: 11px;
    text-decoration: underline;
}

    .remove-item:hover {
        cursor: pointer;
        text-decoration: none;
    }

a.cart-checkout-button {
    background-color: #45b2e9;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 4px 24px;
    text-align: center;
    text-decoration: none;
}

button.previous-button {
    background-color: #5e50a1;
    border-color: #5e50a1;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 600;
    font-size: 14px;
}

    button.previous-button:hover {
        background-color: #ffffff;
        border-color: #5e50a1;
        color: #5e50a1;
    }

.selected-Address-wrapper {
    background-color: #D6EAF3;
    border: solid 1px #9ED6F2;
    border-radius: 6px;
    /*font-size: 14px;*/
    /*height: 100%;*/
    /*margin-top: 5px;
    margin-right: 10px;*/
    /*position: relative;*/
}

    .selected-Address-wrapper:hover {
        cursor: pointer;
    }

.unselected-Address-wrapper {
    border: solid 1px #d8d8d8;
    border-radius: 6px;
    /*font-size: 14px;
    height: 100%;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;*/
}

    .unselected-Address-wrapper:hover {
        cursor: pointer;
    }

.selected-Address, .unselected-Address {
    padding: 12px 16px 32px 16px;
}

.selected-Address-Edit, .unselected-Address-Edit {
    bottom: 0;
    font-size: 14px;
    padding: 2px 16px 7px 16px;
    position: absolute;
    text-decoration: underline;
    width: 100%;
}

    .selected-Address-Edit:hover {
        text-decoration: none;
    }

    .unselected-Address-Edit:hover {
        text-decoration: none;
    }

/* Add address Box =================================================*/
.add-address {
    border: solid 1px #9ED6F2;
    border-radius: 6px;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
    height: 100%;
    position: relative;
}

    .add-address > div {
        align-items: center;
        color: #45B2E9;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        text-align: center;
    }

    .add-address:hover > div {
        color: #2C99D0;
    }

    .add-address:hover .add-address-plus:before, .add-address:hover .add-address-plus:after {
        background-color: #45B2E9;
    }

.add-address-plus {
    position: relative;
    width: 100%;
}

    .add-address-plus:before, .add-address-plus:after {
        position: absolute;
        left: 48%;
        content: ' ';
        height: 36px;
        width: 5px;
        background-color: #98d1f2;
    }

    .add-address-plus:before {
        transform: rotate(90deg);
    }

    .add-address-plus:after {
        transform: rotate(0deg);
    }

.add-address-text {
    font-size: 18px;
    width: 100%;
}

/* End Add address Box =================================================*/

.lineitemActionButton {
    color: #5e50a1;
    text-decoration: underline;
    cursor: pointer;
}

    .lineitemActionButton:hover {
        text-decoration: none;
    }

/* Loading Animation*/
.spinner {
    margin: 200px auto;
    width: 70px;
    text-align: center;
}

.add-chapter-stage-1 .spinner {
    margin: 100px auto;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #5699d2;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.transactionRow {
    padding: 9px 10px;
    border-top: solid 1px #EEE;
}

.transaction-lineItem:hover {
    background-color: #ddf1fa;
}

.transactionHeader {
    font-size: 15px;
    font-weight: 600;
}

/* Demographics ===========================*/
.section-title {
    font-weight: 600;
}

.col-12 > .section-title {
    font-size: 16px;
    margin-top: 24px;
}

.col-12.col-md-6 > .section-title {
    font-size: 14px;
    margin: 6px 0 4px;
}

.col-12 > .section-title ~ .col-12.col-md-6 {
    float: left;
    font-size: 14px;
}

.section-title ~ .col-12.col-md-6 ul {
    list-style-type: none;
    padding: 0;
}

    .section-title ~ .col-12.col-md-6 ul li {
        padding: 4px 0;
    }

        .section-title ~ .col-12.col-md-6 ul li input[type="radio"], .section-title ~ .col-12.col-md-6 ul li input[type="checkbox"] {
            margin-right: 6px;
            position: relative;
            top: 2px;
        }

.section-title ~ .col-12.col-md-6 select {
    margin: 2px 0 6px;
}

/* End Demographics ====================== */

/* Transactions ========================== */

#title-message {
    color: #5e50a1;
    font-size: 24px;
    margin: 30px 0 15px;
    padding: 18px;
}

#description-text {
    font-size: 14px;
    padding: 15px 0;
}

#receipt-info-list-wrapper {
    padding: 15px 0;
}

ul#receipt-info-list {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

    ul#receipt-info-list li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.receipt-info-list-title {
    font-size: 18px;
}

.billing-info-wrapper, .membership-info-wrapper {
    padding: 0 15px 30px;
}

.billing-info-block {
    border: 1px solid #ebebeb;
    height: 100%;
    margin: 15px 0;
}

.billing-info-header {
    font-size: 16px;
    padding: 8px 12px;
}

.billing-info-content {
    font-size: 14px;
    padding: 8px 12px;
}

.billing-info-mem-title {
    font-size: 16px;
}

#order-summary-title {
    font-size: 18px;
    margin-bottom: 24px;
}

#summary-table-header > div {
    margin: 0;
}

.summary-table-header-lable {
    color: #898989;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 8px;
}

#order-summary-table {
    border-bottom: 3px solid #cccccc;
    font-size: 15px;
    padding: 0;
}

    #order-summary-table li {
        border-top: 1px solid #d6d6d6;
        list-style-type: none;
        margin: 0;
        padding: 12px 0;
    }


.summary-line-item-total {
    color: #686868;
}

#order-summary-subtotal-wrapper {
    color: #898989;
    font-size: 15px;
}

    #order-summary-subtotal-wrapper > div {
        padding-right: 15px;
    }

#order-summary-discount {
    color: #45b2e9;
}

#order-summary-total {
    border-top: 1px solid #d6d6d6;
    font-size: 18px;
    margin-top: 8px;
    padding: 8px 15px;
}

.footer-text {
    font-size: 14px;
    padding: 24px 0;
}

/* End Transactions ====================== */

#save-card-switch-wrapper {
    padding: 1rem 0;
}

.autorenewal-checkbox-container {
    border: 1px solid #a2d8f4;
    font-size: 16px;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 30px;
    position: relative;
}

.autorenewal-title {
    color: #45b2e9;
    font: bold 20px 'Tofino', 'Source Sans Pro', arial, Helvetica Neue, Helvetica, sans-serif;
    margin-bottom: .5rem;
}

.autorenewal-checkbox-container label {
    line-height: 0px;
}

.thank-you-header {
    text-align: center;
}

.thank-you-title {
    color: #5e50a1;
    font: 40px 'Merriweather', serif;
}

.thank-you-sub-title {
    color: #000338;
    font: 20px 'Tofino', 'Source Sans Pro', arial, Helvetica Neue, Helvetica, sans-serif;
    margin: .75rem 0;
}

.divider {
    background-color: #d1d3d4;
    height: 1px;
    margin: 56px 0;
    width: 100%;
}

.learn-more-wrapper {
    color: #fff;
    display: flex;
    width: 100%;
}

.learn-more-left {
    background: #5e50a1 url(../Content/images/renewal/ty-background-texture.png);
    flex: 3;
    padding: 64px 48px;
}

.learn-more-title {
    font: bold 44px 'Merriweather', serif;
}

.learn-more-subtitle {
    font: 24px 'Tofino', 'Source Sans Pro', arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 1rem;
}

.learn-more-right {
    align-items: center;
    background-color: #45b2e9;
    display: flex;
    flex: 1;
    font: 24px 'Tofino', 'Source Sans Pro', arial, Helvetica Neue, Helvetica, sans-serif;
    justify-content: center;
    padding: 34px;
}

    .learn-more-right .learn-more {
        color: #fff;
    }

@media all and (max-width:768px) {
    .learn-more-wrapper {
        display: block;
    }
}

.lower-hero-wrapper {
    position: relative;
}

.lower-hero-left {
    height: 552px;
    margin-bottom: 56px;
    width: 80%;
}

    .lower-hero-left img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.lower-hero-right {
    height: 558px;
    position: absolute;
    right: 0;
    top: 0;
    width: 428px;
}

.lower-hero-right-content-wrapper {
    background-color: #fff;
    border: 1px solid #45b2e9;
    color: #5e50a1;
    font: 500 30px 'Tofino', 'Source Sans Pro', arial, Helvetica Neue, Helvetica, sans-serif;
    margin-top: 58px;
    outline: 24px solid #fff;
    padding: 52px;
}

    .lower-hero-right-content-wrapper a {
        color: #45b2e9;
        display: inline-block;
        text-decoration: underline;
    }

        .lower-hero-right-content-wrapper a:hover {
            text-decoration: none;
        }

.lower-right-logo-wrapper {
    margin: 5rem 0 1rem 0;
    text-align: center;
}

.return-link-wrapper {
    color: #000338;
    font: 500 23px 'Tofino', 'Source Sans Pro', arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 34px 0;
    text-align: center;
}

    .return-link-wrapper a {
        color: #45b2e9;
    }

.divider-tri-bar {
    display: flex;
    left: 50%;
    margin-left: -48px;
    position: relative;
    top: -10px;
}

    .divider-tri-bar div {
        height: 20px;
        width: 32px;
    }

.divider-tri-bar-1 {
    background-color: #5e50a1;
}

.divider-tri-bar-2 {
    background-color: #45b2e9;
}

.divider-tri-bar-3 {
    background-color: #d1d3d4;
}

.tri-bar-wrapper {
    bottom: -10px;
    display: flex;
    position: absolute;
    right: 2%;
}

    .tri-bar-wrapper .box {
        display: inline-block;
        height: 20px;
        width: 20px;
    }

    .tri-bar-wrapper .box-1 {
        background-color: #5e50a1;
    }

    .tri-bar-wrapper .box-2 {
        background-color: #45b2e9;
    }

    .tri-bar-wrapper .box-3 {
        background-color: #d1d3d4;
    }

@media all and (max-width:600px) {
    .lower-hero-left {
        width: 100%;
    }

    .lower-hero-right {
        position: relative;
        width: 100%;
    }
}

.row.justify-content-md-center {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

    .row.justify-content-md-center h1 {
        margin-top: 5px;
    }

.memberInformation {
    margin-top: 28px;
    padding: 0 20px;
    box-sizing: border-box;
}

.contactInfoPage {
    margin-top: 0px;
}

.renewal-footer-nav-wrapper {
    margin-bottom: 30px;
}

img {
    max-width: 100%;
}

#header-alert {
    padding: 0;
    background-color: transparent;
}

div#header-alert > div {
    display: none;
    padding: 8px 16px;
}

    div#header-alert > div[data-visible="true"] {
        display: block;
        background-color: white;
        animation-name: highlight;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
    }

@keyframes highlight {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.btn-sigma {
    background-color: #fff;
    border: 1px solid #5b4d9c;
    border-radius: 0;
    color: #5b4d9c;
    font-size: 18px;
    padding: 5px 18px;
}

    .btn-sigma:hover {
        background-color: #5b4d9c;
        border: 1px solid #fff;
        color: #fff;
    }

.blue-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px 30px;
}

.blue-block-wrapper {
    flex: 1;
    margin-top: 30px;
}

.blueblock {
    border: solid 1px #45b2ea;
    height: 100%;
    margin: 0 10px 0;
    padding: 15px 20px;
}

    .blueblock img {
        display: block;
        margin: 0 auto;
    }

.blueblock-title {
    color: #45b2ea;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blueblock p {
    flex-grow: 1;
}

.renewal-right {
    font-size: 1.2em
}

    .renewal-right li {
        margin: 10px 0px;
    }

@media all and (max-width:991px) {
    .renewal-right {
        margin-top: 62px;
    }
}

/*-- Renewal Thank You Component -----------*/

.left-col-image-wrapper {
    align-content: center;
    background-color: #5e50a1;
    background-image: url(../Content/images/renewal/ty-background-texture.png);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 544px;
    padding: 120px 56px;
    position: relative;
    width: 100%;
}

.renew-banner-headline {
    font: bold 44px 'Merriweather', serif;
    line-height: 56px;
    margin-bottom: 20px;
}

.renew-banner-sub-headline {
    font: 19px 'Tofino', 'Source Sans Pro', arial, Helvetica Neue, Helvetica, sans-serif;
}

.rb-tri-bar-wrapper {
    background-color: #fff;
    bottom: 0;
    display: flex;
    position: absolute;
    right: 6%;
}

.rb-tri-box {
    height: 24px;
    width: 29px;
}

.rb-tri-bar-2 {
    background-color: #45b2e9;
}

.rb-tri-bar-3 {
    background-color: #d1d3d4;
}

/*-- End Renewal Thank You Component -------*/

/*-- Edit Ceremony Calendar ----------------*/
.induction-date-wrapper .ui-state-active, .ceremony-date-wrapper .ui-state-active{
    background-color:#5e50a1;
    border-color:#4d3d83;
}

.respond-by-wrapper .ui-state-active {
    background-color: #45b2e9;
    border-color: #45b2e9;
}

.scheduled-invitation-wrapper .ui-state-active {
    background-color: #00587c;
    border-color: #00587c;
    color: #fff;
}

/*.legend-container{
    justify-content:center;
}*/

@media (max-width:991px){
    .ui-datepicker-multi-3 .ui-datepicker-group{
        width:100%;
    }
/*
    .legend-wrapper{
        overflow-x:scroll;
    }

    .legend-container{
        justify-content:left;
    }*/
}

/*-- End Edit Ceremony Calendar ------------*/

/*-- Officer Upload ------------------------*/
/*.sigma-tabs ul{
    border:none;
}

    .sigma-tabs ul li button.nav-link {
        color: #acacac;
        font-size: 1.143rem;
    }

        .sigma-tabs ul li button.nav-link:hover {
            border-color: transparent;
            color: var(--bs-secondary);
        }

.sigma-tabs .nav-link.active, .sigma-tabs .nav-link.active:hover {
    border: none;
    border-bottom: 5px solid var(--bs-secondary);
    color: var(--bs-secondary);
    font-size: 1.286rem;
    font-weight: bold;
    margin-left:1rem;
    margin-right:1rem;
    padding-left:0;
    padding-right:0;
}*/

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    color: var(--bs-info);
    font-size: 1.286rem;
}

.nav-item .nav-link {
    font-size: 1.143rem;
}

.nav-underline .nav-link {
    border-bottom-width: 4px;
}

    .nav-underline .nav-link:not(.active):hover, .nav-underline .nav-link:not(.active):focus {
        border-color: transparent;
        color: #929494;
    }

        .step-text-wrapper {
            margin-bottom: 1rem;
            margin-top: 1rem;
        }

.step-text-wrapper .step-number {
    font-family:'Tofino Black';
    font-weight: bold;
}

.template-download-nav-wrapper{
    display:flex;
}

.see-template-example{
    color:var(--bs-secondary);
    padding:.25rem 1rem;
}

.see-template-example:hover{
    cursor:pointer;
    text-decoration:underline;
}

.download-button:hover{
    text-decoration:none;
}

.template-example-wrapper .example-btn-close {
    padding: .5rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.template-example-wrapper .example-btn-close:hover{
    cursor:pointer;
}

.step-two-wrapper {
    border-top: 1px solid #e6e6e6;
}

.review-upload-pagination .page-item.active .page-link {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.review-upload-pagination .page-item:not(.active, .disabled) .page-link{
    color:var(--bs-secondary);
}

.review-upload-pagination .page-item .page-link:hover{
    text-decoration:none;
}
/*-- End Officer Upload -------------------*/


.application-status-box-wrapper{
    display:flex;
    flex-wrap:wrap;
}

.application-status-box {
    border: 2px solid #eeecf5;
    border-radius:8px;
    font-size:14px;
    margin-bottom:1rem;
    margin-right:8px;
    padding:22px 26px;
}

@media all and (max-width:767px) {
    .application-status-box-wrapper{
        justify-content:space-between;
    }

    .application-status-box {
        margin-right:0;
        width: 49%;
    }
}

@media all and (max-width:575px) {
    .application-status-box{
        width: 100%;
    }
}

/* Fix for jquery ui progess bar */

.ui-progressbar .ui-progressbar-value{
    margin:0;
}

.object-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-image {
    box-shadow: 0px 0px 22px #000;
    display: none;
    height: 46%;
    width: 25.5%;
}

.overlay-left {
    left: 11.5%;
    top: 12%;
}

.overlay-right {
    bottom: 4%;
    right: 11.5%;
}

@media all and (min-width: 769px) {
    .overlay-image {
        display: block;
    }
}

@media all and (max-width: 990px) {
    .overlay-image {
        height: 32%;
        width: 30%;
    }

    .overlay-left {
        left: 22%;
        top: 10%;
    }

    .overlay-right {
        right: 22.5%;
    }
}

@media all and (min-width: 991px) and (max-width: 1279px) {
    .overlay-image {
        height: 45%;
        width: 25%;
    }

    .overlay-left {
        top: 14%;
    }

}

@media all and (min-width: 1401px) {
    .overlay-image {
        width: 25%;
    }

    .overlay-left {
        left: 11.5%;
    }

    .overlay-right {
        right: 11.5%;
    }
}

@media all and (min-width: 1601px) {
    .overlay-image {
        height: 50%;
        width: 25.5%;
    }

    .overlay-left {
        left: 11.5%;
        top: 10%;
    }

    .overlay-right {
        bottom: 2%;
    }
}