.float_right {
    float: right;
}

.float_left {
    float: left;
}


blockquote.small p {
    font-size:14px;
}
.nav-tabs .nav-link.active {
        background-color: #2196d1 !important;
        color: white;
    }

.card.gray-bg {
    background-color: #f5f5f5;
}
.hidden, .cart.hidden {
    display: none;
}

.admin-html img {
    padding: 15px;
}

audio, video {
    width: 100%;
}

    video::-internal-media-controls-download-button {
        display: none;
    }

    audio::-internal-media-controls-download-button {
        display: none;
    }

    video::-webkit-media-controls {
        overflow: hidden !important
    }

    video::-webkit-media-controls-enclosure {
        border-radius:0;
    }

    audio::-webkit-media-controls {
        overflow: hidden !important
    }

    audio::-webkit-media-controls-enclosure {
        border-radius: 0;
    }

.professional-listing .avatar-img, .professional-profile .avatar-img {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
}

.professional-listing a.card-title {
    text-decoration: none !important;
}

.form-group label span {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 85%;
}

.input-validation-error, .input-validation-error:focus, .is-invalid {
    border-color: #ff5252;
    outline-color: #ff5252;
}

.validation-summary {
    display: none;
}

    .validation-summary hr {
        border-color: #ff5252;
    }

    .validation-summary ul {
        text-align: left;
    }

.widget-order-summary .table td {
    padding: .75rem;
}

.with-bottom-border {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e7ec;    
}


.braintree-sheet__content--form .braintree-form__field-group .braintree-form__field-error {
    color: #ff5252 !important;
}

.braintree-sheet__content--form .braintree-form__field-group .braintree-form__field .braintree-form__hosted-field {
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
    border-radius: 5px;
    background-color: #fff;
    color: #606975;
    font-family: "Maven Pro",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.braintree-sheet__content--form .braintree-form__field-group .braintree-form__label {
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    color: #606975;
    margin-bottom: 8px;
    padding-left: 18px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.braintree-sheet {
    border-radius: 7px 7px 0 0;
    border-color: #e1e7ec;
}

.braintree-sheet__header {
    background-color: #f5f5f5;
    border-bottom-color: #e1e7ec;
}

    .braintree-sheet__text, .braintree-sheet__header .braintree-sheet__text {
        font-family: "Maven Pro", Helvetica, Arial, sans-serif;
        color: #606975;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
    }

.braintree-loaded .braintree-placeholder {
    display: none
}

#dropin-container.processing {
    opacity: .3;
}

    #dropin-container.processing .braintree-toggle {
        display: none;
    }

.chart-properties .list-group-item {
    transition: all .25s;
    color: #606975;
    font-weight: 500;
}

    .chart-properties .list-group-item.active {
        color: #ffffff;
    }

    .chart-properties .list-group-item span {
        display: block;
    }

#products-table a span.notes {
    font-size: 85%;
    display: block
}

.product-detail #downloads-tab a {
    font-weight: 500;
    color: inherit;
    text-decoration: none;
}

    .product-detail #downloads-tab a:hover {
        color: #0da9ef;
    }

    .product-detail #downloads-tab a.shape-circle {
        line-height: 29px;
        font-size: 15px;
    }

.product-detail .list-item {
    border-bottom: 1px solid #e1e7ec;
}

    .product-detail .list-item:last-child {
        border-bottom: none;
        margin-bottom: -20px !important;
    }

    .product-detail .list-item span.schedule {
        font-size: 85%;
        display: block
    }

.page-title.short-bottom {
    margin-bottom: 20px;
}

.page-title h1 a {
    text-decoration: none;
    color: inherit;
}

.note-editor.note-frame {
    border: 1px solid #ebedf2 !important;
}

.note-editor .panel-heading.note-toolbar {
    padding: 0 0 5px 5px;
    background: #f7f8fa;
}

.note-editor .note-btn:not([type='submit']) {
    background: white;
    border-color: #ebedf2;
}

.note-editor .modal-header {
    display:block;
}

.note-editor button.close {
    float:right
}

body.modal-open .offcanvas-wrapper{
    position: static;
}


.newcomer-links {
    padding-left: 0;
    font-size: 17px;
}

    .newcomer-links li {
        list-style-type: none;
        margin-bottom: 15px;
    }

        .newcomer-links li a {
            text-decoration: none;
            color: inherit
        }

            .newcomer-links li a:hover {
                text-decoration: underline
            }

.subscribe-form .input-group {
    width: calc(100% - 100px);
    float: left;
}

#cookie-consent {
    max-width: 1000px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 10000;
    text-align: center;
    background: rgba(255,255,255,.97);
    -webkit-box-shadow: 5px 10px 10px rgba(0,0,0,.25);
    box-shadow: 5px 10px 10px rgba(0,0,0,.25);
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    #cookie-consent .alert {
        background-color: #E1F5FD;
        padding-bottom: 12px;
    }

        #cookie-consent .alert h3, #cookie-consent .alert p {
            color: #606975;
        }

        #cookie-consent .alert a {
            color: #0da9ef;
        }

.full-width-header {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.nav-tabs.tight .nav-item {
    margin-left: 8px;
}

    .nav-tabs.tight .nav-item a {
        padding: 8px;
    }


    .card-title em{
        font-weight:300;
        font-size:.9em;
    }

.mega-menu.education .media {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 3px;    
    border: solid 1px #e1e7ec;
}

.mega-menu.education .media img{
    height:48px;
}

.mega-menu.education .media h6 {
    font-size:14px;
}

.mega-menu.education a:hover .media {
    background-color: #e1e7ec;
    border: solid 1px #d7d7d7;
}

.site-footer {
    background-color: #313233;
}


.footer-copyright-container {
    border-top: 1px solid rgba(255,255,255,0.18) !important;
    background-color: #1F1F1F;
    padding-top: 10px;
    padding-bottom: 8px;
    color: #adadad !important;
    font-size: 13px;
}

.footer-banner-container {
    background-color: #088ed1 !important;
    margin-bottom: 72px;
    margin-top: -72px;
    padding-bottom: 15px;
    color: #ffffff;
}

    .footer-banner-container .triangle {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f8f8f8;
        height: 10px;
        width: 10px;
        left: 440px;
        margin: 0 auto;        
    }

    .footer-banner-container h2 {
        color: #ffffff;
        font-size: 32px;
        line-height: 40px;        
        margin-top: 15px;
        letter-spacing: -1px;
        display: inline-block;
    }


    .footer-banner-container a {        
        color: #ffffff;
        letter-spacing: 1px;
        border-color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
        text-transform: uppercase;
        border: 2px solid rgba(255,255,255,0.75);
        border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
        padding: 16px 21px;
        margin-left: 20px;
        line-height: 24px;
        display: inline-block; font-family: Open Sans;
        
    }

.card.product-detail {
    background-color: #f9f9f9;
}

    .card.product-detail .teachers div {
        text-align: center;
        display: inline-block;       
        margin-bottom:15px;
    }

    .card.product-detail p.product-preview a{
        text-decoration:none;
        display:inline;
    }

        .card.product-detail p.product-preview a span.icon-play, .card.product-detail p.product-preview a span.icon-download {
            padding-top: 3px;
            margin-right: 8px;
            vertical-align: text-top;
        }

    .card.product-detail .teachers {
        text-align: right;
    }

        .card.product-detail .teachers div:not(:first-child) {          
            margin-left: 15px;            
        }

    .card.product-detail .teachers div a{
        
        text-decoration:none;
    }

        .card.product-detail .teachers div a div {
            width: 140px;
            height: 140px;
            background-size: cover;
        }

.curriculum-expander {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .curriculum-expander a {
        text-decoration: none;
        display: block
    }

    .curriculum-expander a.collapsed {
        color: #888;        
    }

        .curriculum-expander a:hover {
            color: #2196d1;
        }

        .curriculum-expander a i {
            font-size: 24px;
            /*position: absolute;
            right: 0;
            top: 50%;
            margin-top: -11px;*/
            margin-top: -7px;
            margin-right:12px;
        }

        .curriculum-expander a i:before {
            content: "\e041" !important;
        }

        .curriculum-expander a.collapsed i:before {
            content: "\e040" !important;
        }

.curriculum-expander1 .toggle-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .curriculum-expander1 .toggle-title a {
        text-decoration: none;
        display: block
    }

        .curriculum-expander1 .toggle-title a.collapsed {
            color: #888;
        }

        .curriculum-expander1 .toggle-title a:hover {
            color: #2196d1;
        }

        .curriculum-expander1 .toggle-title a i {
            font-size: 24px;
            margin-top: -7px;
            margin-right: 12px;
        }

            .curriculum-expander1 .toggle-title a i:before {
                content: "\e041" !important;
            }

        .curriculum-expander1 .toggle-title a.collapsed i:before {
            content: "\e040" !important;
        }

.curriculum-expander a.collapsed i:before {
    content: "\e040" !important;
}

        .curriculum-expander1 .content {
            padding-left:36px;
        }

.pagination {
    
    text-align: right;
}

        .pagination.top{
            border-top:none;
    
        }

.pagination.top > .column{
    padding-top: 0px;
}

.custom-control.custom-checkbox.large .custom-control-label::before,
.custom-control.custom-checkbox.large .custom-control-label::after {
    width: 1.5rem;
    height:1.5rem;
}

@media only screen and (max-width: 1000px) {
    .footer-banner-container{
        text-align:center;
    }
    .footer-banner-container h2 {
        display: block;
    }

}

.card-body.subnav {
    background-color: #f5f5f5;
}

.card-body.subnav h6{
    font-size:14px;
}

    .card-body.subnav h5 {
        font-size: 16px;
    }

@media only screen and (max-width: 768px) {
    .pagination {
        text-align: center;
    }

    .card.product-detail {
        text-align: center;
    }

        .card.product-detail .teachers  {
            margin-top:40px;
            text-align:center;
        }


    .site-footer {
        padding-top: 72px;        
    }

 
}