/* Tap highlight */

* {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
        -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
        outline: none !important;
}

/* ================== Flash Message ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div#flash_message
        {
                height: 50px;
                margin-bottom: 0;
                background-color: white;
                color: white;
                border: 0;
                border-radius: 0;
                padding-top: 10px;
                font-size: 85%;
                font-weight: 300;
                padding-left: 0;
                padding-right: 0;
                margin-top: 20px;
        }

        div#flash_message > div.col
        {
                padding-top: 5px;
                padding-left: 0;
                padding-right: 0;
        }

        div#flash_message a, div#flash_message a:visited
        {
                color: white !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#flash_message
        {
                height: 50px;
                margin-bottom: 0;
                background-color: white;
                color: white;
                border: 0;
                border-radius: 0;
                padding-top: 10px;
                font-weight: 300;
                margin-top: 20px;
        }

        div#flash_message > div.col
        {
                padding-top: 2px;
        }

        div#flash_message a, div#flash_message a:visited
        {
                color: white !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#flash_message
        {
                height: 45px;
                margin-bottom: 0;
                background-color: white;
                color: white;
                border: 0;
                border-radius: 0;
                padding-top: 10px;
                font-weight: 300;
                margin-top: 20px;
        }

        div#flash_message a, div#flash_message a:visited
        {
                color: white !important;
        }
}

/* ================= Message ================= */

/* Mobile xs */
@media (max-width: 767px)
{
        div#trinity_message
        {
                padding-left: 8px;
                padding-top: 20px;
                margin-left: -15px;
                margin-right: -15px;
        }

        div#trinity_message_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#trinity_message
        {
                padding-left: 8px;
                padding-top: 20px;
                margin-left: -15px;
                margin-right: -15px;
        }

        div#trinity_message_inner
        {
                padding-right: 0;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#trinity_message
        {
                padding-left: 8px;
                padding-top: 20px;
                padding-bottom: 0px;
                margin-left: -15px;
                margin-right: -15px;
        }

        div#trinity_message_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#trinity_links
{
}

div#nav_links div.btn-group a
{
        margin-right: 12px;
        background-color: #E9E9E9;
}

div#nav_links div.btn-group a:link
{
        color: black;
}

div#nav_links div.btn-group a:visited
{
        color: black;
}

div#nav_links div.btn-group h4
{
        margin-bottom: 0;
}

/* ================= Message ================= */

/* Mobile xs */
@media (max-width: 767px)
{
        div#trinity_alert_row_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#trinity_alert_row_inner
        {
                max-width: 1400px;
                padding-top: 10px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#trinity_alert_row_inner div.alert
        {
                margin-bottom: 0;
        }
}

/* ================= Page Title ================= */

div#page_title
{
        padding-top: 25px;
        margin-left: -15px;
        margin-right: -15px;
}

div#page_title h1
{
        color: black;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div#page_title_inner
        {
                padding-left: 2px;
                padding-right: 0px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#page_title_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#page_title_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* ================= Components ================= */

/* Mobile xs */
@media (max-width: 767px)
{
        a.button_action
        {
                border: 0;
                text-decoration: none;
        }

        a.button_action:hover
        {
                /* transition: 0.5s; */
                background-color: #381338 !important;
        }

        a.button_action::after
        {
                content: url(../svg/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.button_action
        {
                border: 0;
        }

        button.button_action::after
        {
                content: url(../svg/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

/* Tablet & desktop */
@media (min-width: 768px)
{
        a.button_action
        {
                border: 0;
        }

        a.button_action:hover
        {
                background-color: #381338;
                /* transition: 0.5s; */
        }

        a.button_action::after
        {
                content: url(../svg/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 18px;
                opacity: 1;
                display: grid;
                align-content: baseline;
        }

        a.button_action:hover::after
        {
                /* transition: 0.5s; */
                content: url(../svg/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 18px;
                opacity: 1;
                display: grid;
                align-content: baseline;
        }

        button.button_action
        {
                border: 0;
        }

        button.button_action:hover
        {
                background-color: #381338 !important;
                /* transition: 0.5s; */
        }

        button.button_action::after
        {
                content: url(../svg/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.button_action:hover::after
        {
                /* transition: 0.5s; */
                content: url(../svg/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

a.button_action
{
        /* height: 52px; */
        margin-bottom: 20px;
        min-width: 150px;
        font-size: 16px;
        font-weight: 400 !important;
        padding: 15px 60px 15px 25px;
        border-radius: 0;
        text-align: left;
        position: relative;
        text-decoration: none !important;
        background-color: #50144b;
        color: white !important;
        border-radius: 50px !important;
}

button.button_action
{
        margin-bottom: 20px;
        font-size: 16px;
        min-width: 150px;
        font-weight: 400 !important;
        padding: 15px 60px 15px 25px;
        border-radius: 0;
        text-align: left;
        position: relative;
        text-decoration: none !important;
        background-color: #50144b;
        color: white !important;
        border-radius: 50px !important;
}


/* Overrides */
.button_back
{
        padding-left: 48px !important;
}

.button_action.button_back::after
{
        content: url(../svg/button_arrow_left_white.svg) !important;
        left: 79px;
}

.trinity_button.button_back::after
{
        content: url(../svg/button_arrow_left_purple.svg) !important;
        left: 79px;
}

/* Overrides */
.button_download
{
}

.button_action.button_download::after
{
        right: 8px !important;
        width: 15px;
        content: url(../svg/button_arrow_right_white_download.svg) !important;
}

.trinity_button.button_download::after
{
        right: 8px !important;
        width: 15px;
        content: url(../button_arrow_right_purple_download.html) !important;
}

@media (max-width: 767px)
{
}

select.selector
{
        width: 100%;
        height: 52px;
        background-color: #F5EFF5;
        font-size: 13px;
        font-weight: 400;
        padding-left: 16px;
        appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1em;
}

select.selector option
{
        font-size: 13px;
        font-weight: 400;
}

/* Navigation buttons */

/* Mobile xs */
@media (max-width: 767px)
{
        #blog_listing div.navigation_buttons
        {
                margin-top: 20px;
                margin-bottom: 20px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        #blog_listing div.navigation_buttons
        {
                margin-top: 20px;
                margin-bottom: 20px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        #blog_listing div.navigation_buttons
        {
                margin-top: 40px;
                margin-bottom: 40px;
        }
}

#blog_listing div.navigation_buttons button
{
        min-width: 33px;
        font-size: 18px;
        padding: 3px 2px 3px 2px;
}

#blog_listing div.navigation_buttons button.records_start
{
        border: 1px solid #50144b;
        margin-right: 5px;
        color: #50144b;
}

#blog_listing div.navigation_buttons button.records_left
{
        border: 1px solid #50144b;
        margin-right: 5px;
        color: #50144b;
}

#blog_listing div.navigation_buttons button.records_right
{
        border: 1px solid #50144b;
        margin-right: 5px;
        color: #50144b;
}

#blog_listing div.navigation_buttons button.records_end
{
        border: 1px solid #50144b;
        margin-right: 5px;
        color: #50144b;
}

#blog_listing div.navigation_buttons button.records_number
{
        border: 1px solid #50144b;
        margin-right: 5px;
}

#blog_listing div.navigation_buttons button.records_number[disabled]
{
        background-color: #50144b;
        color: white;
        opacity: 1;
}

/* ------------------ Trinity Button ------------------ */

/* Mobile xs */
@media (max-width: 767px)
{
        a.trinity_button
        {
                border: 2px solid #50144b;
        }

        a.trinity_button::after
        {
                content: url(../svg/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.trinity_button
        {
                border: 2px solid #50144b;
        }

        button.trinity_button::after
        {
                content: url(../svg/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

/* Tablet and desktop */
@media (min-width: 768px)
{
        a.trinity_button
        {
                border: 2px solid #50144b;
                background-color: #ffffff;
                min-width: 200px;
        }

        a.trinity_button:hover
        {
                border: 2px solid #50144b;
                background-color: #fbf8fa;
                /* transition: 0.5s; */
        }

        a.trinity_button::after
        {
                content: url(../svg/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
                display: grid;
                align-content: baseline;
        }

        a.trinity_button:hover::after
        {
                /* transition: 0.5s; */
                content: url(../svg/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
                display: grid;
                align-content: baseline;
        }


        button.trinity_button
        {
                border: 2px solid #50144b;
                min-width: 200px;
        }

        button.trinity_button:hover
        {
                border: 2px solid #50144b;
                background-color: #fbf8fa;
                /* transition: 0.5s; */
        }

        button.trinity_button::after
        {
                content: url(../svg/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.trinity_button:hover::after
        {
                /* transition: 0.5s; */
                content: url(../svg/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

a.trinity_button
{
        box-sizing: border-box;
        position: relative;
        /* height: 52px; */
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400 !important;
        padding: 15px 60px 15px 25px;
        border-radius: 50px;
        text-align: left;
        text-decoration: none !important;
}

/* ------------------ Trinity Button 2 - used in main navigation Book Exam CTA (no arrow) ------------------ */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
}

a.trinity_button_2
{
        justify-content: center;
        align-items: center;
        padding: 12px 18px;
        background-color: #9A619B;
        color: white !important;
        border-width: 0;
        border-radius: 50px;
        font-weight: 500;
        font-size: 17px;
        text-decoration: none !important;
}

a.trinity_button_2:hover
{
        background-color: #825183;
        text-decoration: none !important;
}



/* ================== Navigation menu ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        select.language_selector
        {
                margin-top: 10px;
                max-width: 250px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        select.language_selector
        {
                max-width: 250px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        select.language_selector
        {
                max-width: 250px;
        }
}

a.button_nav
{
        margin-bottom: 7px;
        padding: 12px 15px 5px 15px;
        border-radius: 0;
        background-color: #50144b;
        color: #ffffff;
}

a.button_nav:hover
{
        background-color: #381338;
        color: #ffffff;
}

label.language_label
{
        display: block;
        width: 100%;
        height: 33px;
        line-height: 33px;
        background-color: #50144B;
        padding-left: 15px;
        color: white;
        font-size: 15px;
        font-weight: 400;
        border-left: 1px solid grey;
        border-right: 1px solid grey;
        border-top: 1px solid grey;
        text-align: left;
        vertical-align: middle;
        margin-bottom: 0;
}

/* ================== Menu ================== */

nav#trinity_nav_one
{
        padding: 0 0 0 16px;
}

nav#trinity_nav_one a
{
        color: black !important;
        text-decoration: none !important;
}

nav#trinity_nav_one ul
{
        padding-bottom: 0 !important;
}

nav#trinity_nav_two
{
}

nav#trinity_nav_two a
{
        color: white;
        text-decoration: none;
}

nav#trinity_nav_one .nav-link
{
        color: black;
        font-size: 13px;
        font-weight: 400;
}

nav#trinity_nav_two ul.dropdown-menu.multi-column
{
        min-width: 100%;
}

nav#trinity_nav_two ul.dropdown-menu li
{
        list-style-type: none;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 14px !important;
        line-height: 1.1;
}

nav#trinity_nav_two ul.dropdown-menu ul li:first-child
{
        font-weight: bold !important;
        font-size: 14px !important;
        color: #9A619B;
}

li#menu_search_field
{
        display: none;
}

li#menu_search_field2
{
        display: none;
}

#nav_bar_three .nav-link
{
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
        white-space: nowrap;
        margin: 0.5rem 0.7rem 0.5rem 0.7rem !important;
}

/* Mobile xs */
@media (max-width: 767px)
{
        nav#trinity_nav_two .nav-link
        {
                width: 95%;
                display: inline-block;
        }

        nav#trinity_nav_two .navbar-toggler
        {
                border: 0;
                padding: 5px 15px 4px 12px;
                font-size: 29px;
        }

        nav#trinity_nav_two div#nav_bar_two
        {
                background-color: transparent;
                padding: 17px 0px 17px 17px;
        }
}

/* Mobile xs AND Tablet sm */
@media (max-width: 768px)
{
        nav#trinity_nav_two .navbar-toggler-icon
        {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(106,38,95, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

        nav#trinity_nav_two
        {
                /* padding: 9px 16px 9px 16px; */
                padding: 0;
                /* background-color: #6A265F; */
        }

        nav#trinity_nav_two li.nav-item a h3
        {
                margin-bottom: 0;
                margin-top: 0 !important;
                font-size: 24px !important;
                display: inline-block;
        }

        nav#trinity_nav_two ul.dropdown-menu ul li
        {
                color: white;
        }

        nav#trinity_nav_two ul
        {
                padding-left: 0 !important;
        }

        nav#trinity_nav_two ul.dropdown-menu ul
        {
                padding-top: 15px;
                padding-left: 8px !important;
        }

        nav#trinity_nav_two ul.dropdown-menu ul li a
        {
                color: white !important;
                font-size: 16px !important;
        }

        nav#trinity_nav_two ul.dropdown-menu
        {
                padding: 0px 9px 30px 0px;
                margin: 0;
                background-color: transparent;
                /* background-color: #6A265F; */
                z-index: 9000;
                border: 0;
                border-radius: 0;
        }

        /*
        nav#trinity_nav_two div#nav_bar_two.purple_bar
        {
                background-color: #6A265F;
                transition: 0.5s;
        }
        */

        nav#trinity_nav_two div#nav_bar_three
        {
                text-align: left !important;
                padding: 9px 16px 9px 10px;
                background-color: transparent;
                /* background-color: #6A265F; */
        }

        nav#trinity_nav_two .nav-icons
        {
                padding: 30px 0 40px 8px;
        }

        nav#trinity_nav_two .nav-icons img
        {
                margin: 0 22px 0 0;
        }

        div#nav_bar_three ul li.nav-item a.dropdown-button::after
        {
                display: inline-block;
                float: right;
                content: url(../svg/menu_plus.svg);
                text-align: right;
        }

        div#nav_bar_three ul li.nav-item.show a.dropdown-button::after
        {
                display: inline-block;
                float: right;
                content: url(../svg/menu_minus.svg);
                text-align: right;
        }


        div#nav_bar_three ul li#menu_search2 a::after
        {
                display: inline-block;
                float: right;
                content: url(../svg/menu-search-white.svg);
                text-align: right;
        }
}

/* Desktop md & lg */
@media (min-width: 768px)
{
        nav#trinity_nav_two
        {
                padding: 0;
        }

        nav#trinity_nav_two div#nav_bar_two
        {
                padding: 0 0 0 0;
        }

        nav#trinity_nav_two div#nav_bar_three
        {
                padding: 0 0 0 0;
        }

        nav#trinity_nav_two li.nav-item
        {
                padding: 10px 0 8px 0;
        }

        li#last-item
        {
                border-right: 1px solid black;
        }

        li#menu_search_field
        {
                padding: 19px 0 5px 18px !important;
        }

        li#menu_search img
        {
                padding: 0 8px 0 8px;
        }

        input#search_field
        {
                width: 200px;
        }

        nav#trinity_nav_two li.nav-item a h3
        {
                color: #50144b;
                margin-bottom: 0;
                margin-top: 0px !important;
        }

        nav#trinity_nav_two li.nav-item.show a h3
        {
                color: #9A619B;
        }

        nav#trinity_nav_two ul.dropdown-menu ul li a
        {
                color: #50144B;
                font-size: 14px !important;
                line-height: 1;
        }

        nav#trinity_nav_two ul.dropdown-menu ul li a:hover
        {
                text-decoration: underline;
        }

        nav#trinity_nav_two ul.dropdown-menu
        {
                padding: 20px 10px 30px 10px;
                margin: 0;
                background-color: #F6F1F5;
                z-index: 9000;
                border: 0;
                border-radius: 0;
        }

        nav#trinity_nav_two div#nav_bar_three
        {
                text-align: right !important;
        }

        nav#trinity_nav_two div#nav_bar_three ul
        {
                padding: 10px;
        }

        nav#trinity_nav_two ul.dropdown-menu.multi-column
        {
                border-left: 1px solid grey;
                border-right: 1px solid grey;
                border-bottom: 1px solid grey;
        }
}

/* ================== Custom SELT ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.template_item_custom_selt_banner_inner
        {
                height: 300px;
                background-position-x: -375px;
        }

        div.template_item_custom_selt_banner div.category_header div.left_pane
        {
                padding-top: 28px;
                padding-left: 25px;
        }

        body#category_selt div#trinity_breadcrumb_row
        {
                background-color: #0096C1 !important;
        }

        body#category_selt nav#trinity_breadcrumb li.breadcrumb-item.active
        {
                background-color: transparent !important;
        }

        body#category_selt div#page_title h1
        {
                color: #0096C1 !important;
        }

        div.template_item_custom_selt_banner_inner a
        {
                color: white;
        }

        div.template_item_custom_selt_banner_inner a:visited
        {
                color: white;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_custom_selt_banner_inner
        {
                max-width: 1400px;
                height: 300px;
                background-size: contain !important;
                background-position-x: right;
        }

        div.template_item_custom_selt_banner_inner div.left_pane
        {
                height: 300px;
                background-color: #50144b;
                padding-top: 36px;
                padding-left: 50px;
        }

        div.template_item_custom_selt_banner_inner div.left_pane a.button_action
        {
                margin-top: 40px;
                border: 1px solid #000000;
        }

        div.template_item_custom_selt_banner_inner div.middle_pane
        {
                width: 50px;
                height: 300px;
                border-top: 300px solid #50144b;
                border-right: 200px solid transparent;
        }

        div.template_item_custom_selt_banner_inner div.right_pane
        {
        }

        div.template_item_custom_selt_banner_inner div.right_pane div.selt_face
        {
                width: 180px;
                height: 180px;
                position: absolute;
        }

        div.template_item_custom_selt_banner_inner div.right_pane div.selt_face:nth-child(1)
        {
                top: 100px;
                right: 24%;
        }

        div.template_item_custom_selt_banner_inner div.right_pane div.selt_face:nth-child(2)
        {
                top: 100px;
                right: 17%;
        }

        div.template_item_custom_selt_banner_inner div.right_pane div.selt_face:nth-child(3)
        {
                top: 100px;
                right: 10%;
        }

        div.template_item_custom_selt_banner_inner div.right_pane div.selt_face:nth-child(4)
        {
                top: 100px;
                right: 3%;
        }

        div.template_item_custom_selt_banner_inner div.right_pane div.selt_face img
        {
                border: 4px solid white;
                border-radius: 50%;
        }

        div.template_item_custom_selt_banner_inner a:visited
        {
                color: white;
        }
}

div.template_item_custom_selt_banner_inner div.left_pane a.button_action
{
        border: 1px solid #000000;
}

div.template_item_custom_selt_banner_inner h2
{
        color: white;
}

/* ================== Custom Next Step ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div#custom_nextstep
        {
                padding-top: 20px;
                padding-bottom: 24px;
                text-align: center;
                padding-left: 15px;
                padding-right: 15px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#custom_nextstep
        {
                padding-top: 50px;
                padding-bottom: 30px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#custom_nextstep
        {
                padding-top: 70px;
                padding-bottom: 33px;
        }

        div#custom_nextstep_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#custom_nextstep
{
        background-color: #50144b;
        color: white;
        margin-left: -15px;
        margin-right: -15px;
}

div#custom_nextstep div.pane_one
{
        margin-bottom: 20px;
}

div#custom_nextstep div.pane_two_sub_one, pane_two_sub_four
{
        margin-bottom: 20px;
}

div#custom_nextstep div.pane_two, div.pane_three, div.pane_four, div.pane_five
{
        text-align: center;
}

div#custom_nextstep h2
{
        color: white !important;
        margin-top: 0 !important;
}

div#custom_nextstep h3
{
        color: white !important;
        margin-top: 0 !important;
}

div#custom_nextstep p
{
        color: white !important;
        line-height: 29px !important;
}

div#custom_nextstep a:link
{
        color: white;
}

div#custom_nextstep a:visited
{
        color: white;
}

div#custom_nextstep div.card
{
        background-color: transparent;
        border: 0;
        text-align: center;
}

/* ================== Custom Help Hubs ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.custom_helphubs
        {
                padding-top: 20px;
                padding-bottom: 24px;
                background-color: #F6F6F6;
                text-align: center;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.custom_helphubs
        {
                padding-top: 50px;
                padding-bottom: 30px;
                background-color: #F6F6F6;
                color: black;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.custom_helphubs
        {
                padding-top: 65px;
                padding-bottom: 66px;
                background-color: #F6F6F6;
                color: black;
        }

        div.custom_helphubs_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div.custom_helphubs div.pane_one
{
        margin-bottom: 20px;
}

div.custom_helphubs div.pane_two_sub_one, pane_two_sub_four
{
        margin-bottom: 20px;
}

div.custom_helphubs div.pane_two_sub_one, div.pane_two_sub_two, div.pane_two_sub_three, div.pane_two_sub_four
{
        text-align: center;
}

div.custom_helphubs h2
{
        margin-top: 0 !important;
}

div.custom_helphubs h3
{
        margin-top: 0 !important;
        margin-bottom: 0;
}

div.custom_helphubs p
{
        line-height: 29px !important;
}

div.custom_helphubs a:link
{
        color: #50144b;
        text-decoration: none !important;
}

div.custom_helphubs a:visited
{
        color: #50144b;
}

div.custom_helphubs div.card
{
        background-color: transparent;
        border: 0;
        text-align: center;
}

div.custom_helphubs div.card-body
{
        padding-bottom: 0;
}

/* ================== Keep in Touch ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div#custom_keepintouch
        {
                padding-top: 10px;
                padding-bottom: 33px;
                padding-left: 15px;
                padding-right: 15px;
        }

        div#custom_keepintouch h2
        {
                padding-top: 30px;
                padding-bottom: 23px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#custom_keepintouch
        {
                padding-top: 20px;
                padding-bottom: 32px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#custom_keepintouch
        {
                padding-top: 30px;
                padding-bottom: 42px;
                background-color: #F4F4F4;
        }

        div#custom_keepintouch_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#custom_keepintouch div.pane_two
        {
                padding-top: 40px;
        }
}

div#custom_keepintouch
{
        background-color: #ebdfeb;
        margin-left: -15px;
        margin-right: -15px;
}

a.button_action.sign_up
{
        margin-top: 15px;
        margin-bottom: 0px;
}


/* ================== Custom SCORM ================== */

body#scorm
{
        overflow-y: scroll !important;
        background-color: #fff;
}

.lesson__content
{
        max-height: none !important;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div.template_item_scorm
        {
                padding-top: 5px;
                background-color: #f5f5f5;
                height: 100%;
        }

        div.template_item_scorm_inner
        {
                padding-left: 0px;
                padding-right: 0px;
                height: inherit;
        }

        div#wrapper
        {
                height: inherit;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.template_item_scorm
        {
                padding-top: 5px;
                background-color: #f5f5f5;
                height: 440px;
        }

        div.template_item_scorm_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
                height: inherit;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_scorm
        {
                padding-top: 5px;
                background-color: #f5f5f5;
                height: 100%;
        }

        div.template_item_scorm_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
                height: inherit;
        }
}

div#preso
{
        height: inherit;
        width: inherit;
}

div#frame
{
        background-color: transparent !important;
}

/* Stop SCORM being shunted to the right */
div#slide
{
        transform: none !important;
}

/*
div.slide
{
        width: 75% !important;
        height: 75% !important;
}

div.slide-layer
{
        width: 75% !important;
        height: 75% !important;
}
*/

/* ================== Accordion ================== */

/* Mobile xs */
@media (max-width: 767px)
{

        div.template_item_accordion
        {
                margin-top: 30px;
                margin-bottom: 50px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.template_item_accordion
        {
                margin-bottom: 50px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_accordion_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.template_item_accordion
        {
                margin-top: 50px;
                margin-bottom: 100px;
        }

        div.template_item_accordion div.trinity_table div.trinity_table_header
        {
                margin-left: 0;
                margin-right: 0;
        }

        div.template_item_accordion div.trinity_table div.trinity_table_row
        {
                margin-left: 0;
                margin-right: 0;
        }
}

div.template_item_accordion .accordion div.card-header
{
        padding: 0;
        background-color: transparent;
        border: 0;
}

div.template_item_accordion .accordion div.card
{
        border: 0;
        border-bottom: 1px solid #50144b;
        border-radius: 0;
}

div.template_item_accordion .accordion div.card-body
{
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0px;
}

div.template_item_accordion .accordion .card:first-of-type
{
        border-bottom: 1px solid #50144b;
}

div.template_item_accordion .accordion .card:not(:first-of-type):not(:last-of-type)
{
        border-bottom: 1px solid #50144b;
}

div.template_item_accordion .accordion div.card button.btn-link
{
        padding-left: 0px;
        color: #50144b;
        text-decoration: none;
        text-align: left;
}

div.template_item_accordion .accordion div.card button.btn-link:hover
{
        text-decoration: none;
}

div.template_item_accordion .accordion div.card h2
{
        margin-top: 0px !important;
}

div.template_item_accordion .accordion div.card h2 button p::after
{
        content: url(../svg/accordion_arrow.svg);
        position: absolute;
        top: 20px;
        right: 12px;
}

div.template_item_accordion .accordion div.card button.btn-link p
{
        margin-top: 7px !important;
        margin-bottom: 7px !important;
        line-height: 23px !important;
        margin-right: 20px;
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #50144b !important;
}

/* ================== Grid ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.template_item_grid div.section_header
        {
                margin-bottom: 24px;
                text-align: center;
        }

        div.template_item_grid div.card div.card-footer
        {
                margin-bottom: 30px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.template_item_grid_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_grid_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.template_item_grid div.section_header
        {
                margin-bottom: 24px;
        }
}

div.template_item_grid
{
        margin-bottom: 50px;
}

div.template_item_grid div.card
{
        border: 0;
        margin-bottom: 20px;
        /* margin-right: 36px; */
}

div.template_item_grid div.card img
{
        width: auto;
        max-width: 100%;
}

div.template_item_grid div.card div.card-body
{
        padding-left: 0;
        padding-right: 0;
}

div.template_item_grid div.card div.card-body a
{
        color: black;
}

div.template_item_grid div.card div.card-body a:visited
{
        color: black;
}

div.template_item_grid div.card div.card-body h3
{
        font-weight: 400 !important;
}

div.template_item_grid div.card div.card-body a:hover
{
        color: #F2238A;
        text-decoration: none;
}

div.template_item_grid div.card div.card-body a
{
        color: black;
        /* width: 75%; */
        text-decoration: none !important;
}

/* IE11 fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
        div.template_item_grid div.card a
        {
                height: 100%;
        }
}

div.template_item_grid div.card div.card-body a h3
{
        width: 75%;
        display: inline;
        margin-bottom: 8px !important;
}

div.template_item_grid div.card div.card-body p
{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
}

/*
div.template_item_grid div.card div.card-body a:hover::after
{
        content: url(/images/homepage/button-arrow_purple.svg);
        position: relative;
        top: 1px;
        right: -19px;
}
*/

div.template_item_grid div.card div.card-body a::after
{
        content: url(../svg/button_arrow_right_purple.svg);
        position: relative;
        top: 2px;
        margin-left: 11px;
}

div.template_item_grid div.card div.card-footer
{
        padding: 0 0 0 0;
        background-color: transparent;
        border-top: 0;
}

/* ================== Timeline ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.template_item_timeline div.section_header
        {
                margin-bottom: 24px;
                text-align: center;
        }

        div.template_item_timeline div.card div.card-footer
        {
                margin-bottom: 30px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.template_item_timeline_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_timeline_inner
        {
                max-width: 1400px;
        }

        div.template_item_timeline div.section_header
        {
                margin-bottom: 24px;
        }
}

div.template_item_timeline
{
        margin-top: 20px;
        margin-bottom: 50px;
}

div.template_item_timeline div.section_header
{
        margin-bottom: 24px;
        background: #50144b;
        color: #FFFFFF;
        padding: 150px 0;
        text-align: center;
}

#selt_product div.template_item_timeline div.section_header
{
        padding: 75px 0;
}

div.template_item_timeline div.section_header h2
{
        color: white !important;
        font-size: 200% !important;
        letter-spacing: -0.35px !important;
        font-weight: 400 !important;
        margin: 0 !important;
}

div.template_item_timeline div.section_header p
{
        color: rgba(255, 255, 255, 0.2) !important;
        font-size: 60px !important;
        line-height: 60px !important;
}

.timeline {
        position: relative;
}
.timeline::before {
        content: "";
        background: #a56fad;
        width: 5px;
        height: 95%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
}

.timeline-item {
        width: 100%;
        margin-bottom: 50px;
}
.timeline-item:nth-child(even) .timeline-content {
        float: right;
        padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
        right: auto;
        left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
        content: "";
        display: block;
        clear: both;
}

.timeline-content {
        position: relative;
        width: 45%;
        padding: 10px 30px;
        border-radius: 4px;
        background: #f5f5f5;
        box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        right: -15px;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
        width: 30px;
        height: 30px;
        background: #50144b;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        margin-top: 25px;
        margin-left: -15px;
}

.timeline a.bnt-more {
        background: #50144b !important;
        color: #ffffff !important;
        padding: 8px 20px;
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 10px;
        display: inline-block;
        border-radius: 50px !important;
        text-decoration: none !important;
        margin-left: 20px;
}
.timeline a.bnt-more:hover, .timeline a.bnt-more:active, .timeline a.bnt-more:focus {
        background: #43153c !important;
        color: #ffffff !important;
        text-decoration: none !important;
}

.timeline-card {
        padding: 0 !important;
}

.timeline-noimage
{
        padding: 22px 30px 10px 30px !important;
}

.timeline-noimage a.bnt-more {
        margin-left: 0;
}

.timeline-card .timeline-text{
        padding: 0 20px 5px 20px;
}

.timeline-item .timeline-img-header {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), center center no-repeat;
        background-size: contain;
        aspect-ratio: 2 / 1;
        background-position: center;
}

.timeline-img-header {
        height: 100%;
        position: relative;
        margin-bottom: 20px;
}
.timeline-img-header h2 {
        color: #ffffff !important;
        position: absolute;
        bottom: 5px;
        left: 20px;
}

.timeline blockquote {
        margin-top: 30px;
        color: #777777;
        border-left-color: #50144b;
        padding: 0 20px;
}

.timeline .date {
        background: #50144b;
        display: inline-block;
        color: #ffffff;
        padding: 10px;
        position: absolute;
        top: 0;
        right: 0;
}

@media screen and (max-width: 768px) {
        .timeline::before {
                left: 10px;
        }
        .timeline .timeline-img {
                left: 10px;
        }
        .timeline .timeline-content {
                max-width: 100%;
                width: auto;
                margin-left: 40px;
        }
        .timeline .timeline-item:nth-child(even) .timeline-content {
                float: none;
        }
        .timeline .timeline-item:nth-child(odd) .timeline-content::after {
                content: "";
                position: absolute;
                border-style: solid;
                width: 0;
                height: 0;
                top: 30px;
                left: -15px;
                border-width: 10px 15px 10px 0;
                border-color: transparent #f5f5f5 transparent transparent;
        }
}

/* ================== Standard content - one column ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.template_item_standardcontent_onecolumn_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_standardcontent_onecolumn_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* ================== Standard content - two column ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.template_item_standardcontent_twocolumn
        {

        }

        div#template_item_standardcontent_twocolumn_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#template_item_standardcontent_twocolumn_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* ================== Standard content - full width ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.template_item_standardcontent_fullwidth_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_standardcontent_fullwidth_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* ================== Category banner - two column ================== */

div.template_item_category_banner_twocolumn a
{
        color: white !important;
        text-decoration: underline !important;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div.template_item_category_banner_twocolumn
        {
                margin-bottom: 50px;
                background-color: #000000;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#template_item_category_banner_twocolumn_inner
        {
                background-color: #000000;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#template_item_category_banner_twocolumn_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
                background-color: #000000;
        }

        div.template_item_category_banner_twocolumn
        {
                margin-top: 15px;
                margin-bottom: 20px;
                margin-left: -15px;
                margin-right: -15px;
        }
}

/* ================== Category banner - one column ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.template_item_category_banner_onecolumn div.category_header div.left_pane
        {
                padding-top: 28px;
                padding-left: 25px;
        }

        div.template_item_category_banner_onecolumn div.category_header p
        {
                color: white;
                font-size: 20px !important;
                font-weight: 300 !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#template_item_category_banner_onecolumn_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
                height: 492px;
        }

        div.template_item_category_banner_onecolumn
        {
                margin-top: 0px;
                margin-bottom: 27px;
        }

        div.template_item_category_banner_onecolumn div.category_header div.left_pane
        {
                padding-top: 70px;
                padding-left: 47px;
        }

        div.template_item_category_banner_onecolumn div.category_header p
        {
                color: white;
                font-size: 28px !important;
                font-weight: 300 !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#template_item_category_banner_onecolumn_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
                height: 492px;
        }

        div.template_item_category_banner_onecolumn
        {
                margin-top: 18px;
                margin-bottom: 50px;
        }

        div.template_item_category_banner_onecolumn div.category_header div.left_pane
        {
                padding-top: 36px;
                padding-left: 50px;
        }

        div.template_item_category_banner_onecolumn div.category_header p
        {
                color: white;
                font-size: 28px !important;
                font-weight: 300 !important;
        }
}

div.template_item_category_banner_onecolumn div.category_header
{

}

div.template_item_category_banner_onecolumn div.category_header h1
{
        color: white !important;
}

/* ================== Category banner - two column ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.template_item_category_banner_twocolumn div.category_header div.left_pane
        {

        }

        div.template_item_category_banner_twocolumn div.category_header div.left_pane
        {
                padding-top: 28px;
        }

        div.template_item_category_banner_twocolumn div.category_header p
        {
                color: white;
                font-size: 20px !important;
                font-weight: 300 !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.template_item_category_banner_twocolumn div.category_header div.left_pane
        {
                padding-top: 27px;
                padding-left: 35px;
                padding-bottom: 12px;
        }

        div.template_item_category_banner_twocolumn div.category_header p
        {
                color: white;
                font-size: 28px !important;
                font-weight: 300 !important;
                line-height: 39px !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_category_banner_twocolumn div.category_header div.left_pane
        {
                padding-top: 70px;
                padding-left: 35px;
                padding-right: 20px;
        }

        div.template_item_category_banner_twocolumn div.category_header p
        {
                color: white;
                font-size: 28px !important;
                font-weight: 300 !important;
                line-height: 39px !important;
        }
}

div.template_item_category_banner_twocolumn
{

}

div.template_item_category_banner_twocolumn div.category_header
{

}

div.template_item_category_banner_twocolumn div.category_header h1
{
        color: white !important;
}

div.template_item_category_banner_twocolumn div.category_header p
{
        font-size: 22px !important;
        line-height: 30px !important;
}

/* ================== Resource Content Image Content ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.resource_content_image_content div#resource_content1
        {
                padding-top: 50px;
                padding-bottom: 50px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.resource_content_image_content
        {
                padding-top: 0px;
        }

        div.resource_content_image_content_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.resource_content_image_content h2
        {
        }

        div.resource_content_image_content
        {
                padding-top: 45px;
        }

        div.resource_content_image_content div#resource_content1
        {
                padding-top: 50px;
                padding-bottom: 50px;
        }
}

/* ================== Resource Content Video Content ================== */


/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.resource_content_video_content div#resource_content1
        {
                padding-top: 50px;
                padding-bottom: 50px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.resource_content_video_content
        {
                padding-top: 0px;
        }

        div.resource_content_video_content_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.resource_content_video_content h2
        {
                padding-bottom: 30px;
        }

        div.resource_content_video_content
        {
                padding-top: 45px;
        }

        div.resource_content_video_content div#resource_content1
        {
                padding-top: 50px;
                padding-bottom: 50px;
        }
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ================== Music Syllabus Download ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.music_syllabus_download div.column_three
        {
                padding-top: 37px;
                padding-bottom: 64px;
        }

        div.music_syllabus_download div.column_one div.button_column_one
        {
                padding-bottom: 10px;
        }

        div#syllabus_description p
        {
                padding-top: 20px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.music_syllabus_download
        {
        }

        div.music_syllabus_download_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.music_syllabus_download
        {
        }

        div.music_syllabus_download_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#syllabus_description p
        {
                padding-top: 20px;
                font-size: 17px !important;
        }
}

/* ================== Custom - Music Selector ================== */

div.custom_musicselector h2
{
        color: black !important;
}

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.custom_musicselector_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.custom_musicselector form
        {
                padding-left: 16px;
                padding-right: 16px;
        }

        div.custom_musicselector select.selector
        {
                margin-top: 5px;
                margin-bottom: 20px;
        }

        div.custom_musicselector button.button_action
        {
                width: 189px;
        }
}

/* ================== Custom - Book Exam ================== */

/* Mobile xs */
@media (max-width: 767px)
{

        div.custom_bookexam select.selector
        {
                margin: 0px 50px 10px 0px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.custom_bookexam
        {
                margin-top: 10px;
                margin-bottom: 50px;
        }

        div#custom_bookexam_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.custom_bookexam select.selector
        {
                margin: 0px 50px 20px 0px;
        }

        div.custom_bookexam button.button_action
        {
                width: 189px;
        }
}

/* ================== Custom - Soundwise Downloads ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.custom_soundwise_downloads
        {
                padding-top: 20px;
                padding-bottom: 90px;
                padding-left: 15px;
                padding-right: 15px;
        }

        div.custom_soundwise_downloads div.column_two
        {
                padding-top: 30px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.custom_soundwise_downloads
        {
                padding-top: 10px;
                padding-bottom: 57px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.custom_soundwise_downloads
        {
                padding-top: 25px;
                padding-bottom: 80px;
        }

        div#custom_soundwise_downloads_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.custom_soundwise_downloads h2
        {
                margin-bottom: 15px;
        }
}

div.custom_soundwise_downloads
{
        background-color: #F4F4F4;
        margin-left: -15px;
        margin-right: -15px;
}

/* ================== Legacy - Search ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#legacy_search_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.custom_musicselector h2
        {
                margin-bottom: 35px;
        }
}

/* ================== Search ================== */

div#search_listing div.searchitem
{
        padding-top: 15px;
}

div#search_listing div.searchitem p.node_map
{
        color: #9A619B !important;
        font-style: italic;
        margin-bottom: 5px;
}

div#search_listing form#search_form
{
        padding-bottom: 0;
        margin-bottom: 0;
}

div#search_listing div#search_totals
{
        padding-top: 10px;
        padding-bottom: 10px;
}

div#search_listing div#search_totals a
{
        color: #9A619B;
}

div#search_listing div#search_content
{
        padding-top: 20px;
}

div#search_listing form#search_form div.row
{
        padding-top: 10px;
        padding-bottom: 10px;
}

div#search_listing button#search_form_button
{
        margin-left: 5px;
        background-color: #50144b;
        color: white;
}

div#search_listing h2
{
        margin-top: 15px;
        margin-bottom: 15px;
}

div#search_listing h3 a
{
        font-weight: 500 !important;
        line-height: 16px !important;
}

div#search_listing div.highlight
{
        background-color: #EEEAEA;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div#search_listing div.navigation_buttons
        {
                margin-top: 20px;
                margin-bottom: 20px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#search_listing div.navigation_buttons
        {
                margin-top: 20px;
                margin-bottom: 20px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#search_listing_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#search_listing div.navigation_buttons
        {
                margin-top: 20px;
                margin-bottom: 20px;
        }
}

/* ================== Legacy - Anthology ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

div#legacy_anthology p
{
        margin-bottom: 10px;
}

div#legacy_anthology h2
{
        margin-bottom: 0;
}

div#legacy_anthology div.form-group
{
        margin-bottom: 8px;
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#legacy_anthology_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#legacy_anthology div.box
{
        padding: 10px;
}

div#legacy_anthology div#header_image
{
        margin-top: 20px;
        margin-bottom: 20px;
}

/* ================== Legacy - Anthology Item ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#legacy_anthologyitem_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#legacy_anthologyitem div#header_image
{
        margin-top: 20px;
        margin-bottom: 20px;
}

/* ================== Legacy - Contact ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#legacy_contact_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#legacy_contact
{
}

/* ================== Legacy - Contact Actions ================== */


/* Mobile xs */
@media (max-width: 767px)
{
        div#contact_actions
        {
                padding-top: 35px;
                padding-bottom: 24px;
                text-align: center;
                color: black;
                margin-top: 10px;
                margin-bottom: 50px;
        }

        div#contact_actions h3
        {
                margin-top: 10px !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#contact_actions
        {
                padding-top: 50px;
                padding-bottom: 30px;
                color: black;
                margin-top: 30px;
                margin-bottom: 50px;
        }

        div#contact_actions h3
        {
                margin-top: 10px !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#contact_actions
        {
                padding-top: 50px;
                padding-bottom: 45px;
                color: black;
                margin-top: 30px;
                margin-bottom: 50px;
        }

        div#contact_actions_inner
        {
                max-width: 1400px;
                padding-left: 0;
                padding-right: 0;
        }

        div#contact_actions h3
        {
                margin-top: 10px !important;
        }
}

div#contact_actions div.card div.card-body
{
        padding-top: 20px;
        padding-bottom: 20px;
}

div#contact_actions
{
        background-color: rgba(154, 97, 155, 0.15);
}

div#contact_actions img
{
        width: 66px;
}

div#contact_actions p
{
        line-height: 29px !important;
}

div#contact_actions a
{
        text-decoration: none !important;
}

div#contact_actions a:link
{
        color: #50144b;
}

div#contact_actions a:visited
{
        color: #50144b;
}

div#contact_actions div.card
{
        background-color: transparent;
        border: 0;
        text-align: center;
}


/* ================== Legacy - Portal Help ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        section#menu ul.collapsibleList
        {
                padding-left: 10px;
        }

        section#menu li
        {
                margin-left: 10px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        section#menu li
        {
                margin-left: 30px;
        }

        div#legacy_portalhelp_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

section#menu
{

}

section#menu li
{
        background: url();
        padding: 2px 0px 2px 0px;
}

section#menu li.collapsibleListOpen
{
        list-style-image:url('../png/button-open.png') !important;
        cursor:pointer;
        padding: 2px 0px 2px 0px;
}

section#menu li.collapsibleListClosed
{
        list-style-image:url('../png/button-closed.png') !important;
        cursor:pointer;
        padding: 2px 0px 2px 0px;
}

section#menu li.collapsibleListOpen ul:last-child
{
        list-style-image:url('../png/button-empty.png') !important;
        cursor:auto;
        padding: 2px 0px 2px 0px;
}

/* ================== Legacy - Resource ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#videoplayer_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#legacy_contact
{
}

/* ================== News Listing ================== */

div#news_listing h3
{
        font-family: Ubuntu !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 23px !important;
        margin-top: 23px !important;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div#news_listing h4
        {
                font-size: 14px !important;
                font-weight: 300 !important;
                line-height: 19px !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#news_listing h3
        {
                font-size: 18px !important;
                line-height: 26px !important;
                letter-spacing: -0.08px !important;
                margin-top: 26px !important;
        }

        div#news_listing h4
        {
                font-size: 18px !important;
                line-height: 24px !important;
        }

        div#news_listing_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#news_listing h3
        {
                font-size: 21px !important;
                line-height: 29px !important;
                letter-spacing: 0.09px !important;
                margin-top: 29px !important;
        }

        div#news_listing h4
        {
                font-size: 17px !important;
                font-weight: 300 !important;
                line-height: 24px !important;
        }

        div#news_listing_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#news_listing div.card
{
        border: 0;
        margin-bottom: 30px;
}

div#news_listing div.card a
{
        text-decoration: none !important;
        color: black !important;
}

div#news_listing div.card h3.card-title
{
        margin-top: 30px;
}

div#news_listing div.card div.card-body
{
        padding: 0;
}

div#news_listing div.card a
{
        color: black;
}

/* ================== News - View Article ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
}

body#news_article div#news_image
{
        margin-top: 10px;
        margin-bottom: 30px;
}

body#news_article div#news_date
{
        margin-top: 0px;
        margin-bottom: 10px;
}

/* ================== Blog Listing ================== */

div#blog_listing h3
{
        font-family: Ubuntu !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 23px !important;
        margin-top: 23px !important;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div#blog_listing h4
        {
                font-size: 14px !important;
                font-weight: 300 !important;
                line-height: 19px !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#blog_listing h3
        {
                font-size: 18px !important;
                line-height: 26px !important;
                letter-spacing: -0.08px !important;
                margin-top: 26px !important;
        }

        div#blog_listing h4
        {
                font-size: 18px !important;
                line-height: 24px !important;
        }

        div#blog_listing_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#blog_listing h3
        {
                font-size: 21px !important;
                line-height: 29px !important;
                letter-spacing: 0.09px !important;
                margin-top: 29px !important;
        }

        div#blog_listing h4
        {
                font-size: 17px !important;
                font-weight: 300 !important;
                line-height: 24px !important;
        }

        div#blog_listing_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#blog_listing div.card
{
        border: 0;
        margin-bottom: 30px;
}

div#blog_listing div.card a
{
        text-decoration: none !important;
        color: black !important;
}

div#blog_listing div.card h3.card-title
{
        margin-top: 30px;
}

div#blog_listing div.card div.card-body
{
        padding: 0;
}

div#blog_listing div.card a
{
        color: black;
}

div#blog_listing div.card-category
{
        margin-top: 10px;
}

div#blog_search .btn-off
{
        background-color: white;
        color: #50144b;
        font-size: 14px;
        border: 1px solid #777777;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px 10px 10px 10px;
        cursor: pointer;
}

div#blog_search .btn-on
{
        background-color: #50144b;
        color: white;
        font-size: 14px;
        border: 1px solid #50144b;
        margin-right: 10px;
        padding: 10px 10px 10px 10px;
        cursor: pointer;
}

div#blog_search .btn-default
{
        background-color: white;
        color: #50144b;
        font-size: 14px;
        border: 1px solid #777777;
        margin-right: 10px;
        padding-right: 0;
}

div#blog_search .btn-blog_category
{
        background-color: #50144b;
        color: white;
        font-size: 14px;
        margin-right: 10px;
        padding-right: 0;
}

div#blog_search input#search_blog
{
        width: 100%;
}

/* ================== Blog - View Article ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#related_blogs{
                padding-left: 45px !important;
        }
}

body#blog_index div#page_title h1
{
        color: #50144b !important;
}

div#blog_back
{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
}

body#blog_view div#page_title
{
        padding-top: 0;
}

body#blog_view h1
{
        color: #50144b !important;
}

body#blog_view h2
{
        color: #50144b !important;
}

div#blog_image
{
        margin-top: 10px;
        margin-bottom: 20px;
}

div#blog_details
{
        margin-top: 0;
        margin-bottom: 10px;
}

div#blog_details a
{
        color: black !important;
        text-decoration: none !important;
}

span.blog_date
{
        font-size: 14px;
}

span.blog_category
{
        color: black;
        background-color: #E5E5E5;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 10px;
        font-size: 14px;
}

div#blog_navigation
{
        margin-top: 10px;
        margin-bottom: 50px;
        font-size: 18px;
}

div#blog_navigation .disabled
{
        color: lightgrey;
}

/* ================== Legacy - Results Enquiry ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#legacy_resultsenquiry_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

form#appeals_request a#add_additional_candidate
{
        color: white;
}

form#appeals_request a#remove_last_candidate
{
        color: white;
}

form#appeals_request div.heading_candidate
{
        border-top: 1px solid black;
        padding-top: 20px;
}

form#appeals_request div.heading_candidate label
{
        font-weight: 600 !important;
}

/* ================== Legacy - Contact ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#legacy_contact_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* ================== Legacy - View Event ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div#legacy_viewevent div.form-group p
        {
                margin-top: 0 !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#legacy_viewevent div.form-group p
        {
                margin-top: 0 !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#legacy_viewevent_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#legacy_viewevent div.form-group p
        {
                margin-top: 0 !important;
                margin-bottom: 5px !important;
        }

        div#legacy_viewevent div.form-group
        {
                margin-bottom: 5px !important;
                width: auto !important;
        }

        div#legacy_viewevent input.form-control
        {
                width: auto !important;
        }
}

/* ================== Forms - Trinity Form ================== */

form.trinity_form
{
        font-size: 19px;
        font-weight: 300 !important;
}

form.trinity_form select
{
        font-size: 17px;
        font-weight: 300 !important;
}

form.trinity_form input[type=checkbox]
{
        width: 30px;
        height: 30px;
}

form.trinity_form label.question
{
        font-weight: 400 !important;
}

form.trinity_form label.question p
{
        font-size: 19px !important;
        font-weight: 400 !important;
}

form.trinity_form div.fields
{
        padding-top: 7px;
}

form.trinity_form div.fields label
{
        padding-left: 10px;
        padding-right: 10px;
}

form.trinity_form div.error
{
        font-size: 80%;
        color: #dc3545;
}

/* ================== HubSpot form ================== */

.hbspt-form form
{

}

.hbspt-form form .hs-form-field label
{
        font-family: Trinity Interstate !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 23px !important;
        margin-top: 20px !important;
        color: #50144b !important;
}

.hbspt-form form .hs-form-field .hs-form-required
{
        color: #dc3545;
        padding-left: 3px;
}

.hbspt-form form select
{
        font-size: 17px;
        font-weight: 300 !important;
}

.hbspt-form form .hs-form-field input[type=text],input[type=email],select
{
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hbspt-form form .hs-form-field input[type=checkbox]
{
        width: 30px !important;
        height: 30px !important;
        margin: 0 10px 0 0;
}

.hbspt-form .hs-richtext
{
        font-size: 14px !important;
        font-weight: 300 !important;
        line-height: 23px !important;
        margin: 20px 0px 10px 0px !important;
        color: #12181c !important;
}

.hbspt-form .inputs-list
{
        margin: 0 !important;
}

.hbspt-form .hs-form-booleancheckbox
{
        background-image: none;
        padding-left: 0;
}

.hbspt-form .hs-form-booleancheckbox-display > span,.hs-form-checkbox-display > span
{
        font-size: 14px !important;
        font-weight: 300 !important;
        line-height: 23px !important;
        margin: 0 !important;
        color: #12181c !important;
        top: -10px;
        position: relative;
}

.hbspt-form .hs-form-radio-display
{
        margin-top: 0 !important;
}

.hbspt-form form .hs-form-field input[type=radio]
{
        width: 30px !important;
        height: 30px !important;
        margin: 0 10px 0 0;
}

.hbspt-form .hs-form-radio-display > span
{
        font-size: 14px !important;
        font-weight: 300 !important;
        line-height: 23px !important;
        margin: 0 !important;
        color: #12181c !important;
        top: -10px;
        position: relative;
}

.hbspt-form legend
{
        font-size: 14px !important;
        font-weight: 300 !important;
        line-height: 23px !important;
        margin: 0 !important;
        color: #12181c !important;
}

.hbspt-form ul li
{
        background-image: none;
        padding-left: 0;
        background-position: top 5px left;
        background-size: 0.7rem 0.7rem;
        background-repeat: no-repeat;
}

.hs-button
{
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
        padding: 12px 18px;
        background-color: #50144B;
        color: white !important;
        border-width: 0;
        border-radius: 50px;
        font-weight: 500;
        font-size: 17px;
        text-decoration: none !important;
}

/* ================== HubSpot form ================== */

/* Footer */

div#footer ul.list-group
{
        font-size: 16px !important;
        text-decoration: none !important;
        padding-left: 0 !important;
}

div#footer ul.list-group a
{
        text-decoration: none !important;
}

div#footer ul.list-group li
{
        padding: 4px 0px 4px 0px;
}

/* Mobile xs */
@media (max-width: 767px)
{
        footer#footer_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }

        div#footer ul.list-group li
        {
                padding: 4px 0px 4px 0px;
        }

        div#footer_row_one div#footer_column_one
        {
                padding-bottom: 20px;
        }

        div#footer_row_two
        {
                font-size: 13px !important;
                font-weight: 300 !important;
                line-height: 13px;
                padding-top: 0;
        }

        div#footer_row_two div
        {
                text-align: left !important;
        }

        div#footer_row_two div#footer_column_one
        {
                padding-bottom: 20px;
        }

        div#footer_row_two div#footer_column_two
        {
        }

        div#footer_row_two div#footer_column_three
        {
                text-align: right;
        }

        div#footer_row_two div#footer_column_four
        {
                text-align: right;
        }

        div#footer_row_two div#footer_column_five
        {
                text-align: right;
        }

        div#footer_row_two div#footer_column_six
        {
                text-align: right;
        }

        div#footer_row_two div#footer_column_seven
        {
                text-align: right;
        }

        div#footer_row_two div#footer_column_eight
        {
                text-align: right;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        footer#footer_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }

        div#footer_row_two
        {
                font-size: 14px !important;
        }

        div#footer_row_two div#footer_column_one
        {
                margin-top: 17px;
                margin-right: 6px;
                padding-bottom: 5px;
        }

        div#footer_row_two div#footer_column_two
        {
                margin-right: 6px;
        }

        div#footer_row_two div#footer_column_three
        {
                margin-right: 6px;
        }

        div#footer_row_two div#footer_column_four
        {
                margin-right: 6px;
        }

        div#footer_row_two div#footer_column_five
        {
                margin-right: 6px;
        }

        div#footer_row_two div#footer_column_six
        {
                margin-right: 6px;
        }

        div#footer_row_two div#footer_column_seven
        {
                margin-right: 6px;
        }

        div#footer_row_two div#footer_column_eight
        {
                margin-right: 6px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        footer#footer_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
                border-bottom: 1px solid #979797;
        }

        div#footer_row_two
        {
                font-size: 12px !important;
                font-weight: 300 !important;
                line-height: 13px;
                padding-top: 16px;
        }

        div#footer_row_two div#footer_column_five
        {
                text-align: center !important;
        }

        div#footer_row_two div#footer_column_one
        {
                padding-bottom: 20px;
        }

        div#footer_row_two div#footer_column_two
        {
        }

        div#footer_row_two div#footer_column_three
        {
                text-align: center;
        }

        div#footer_row_two div#footer_column_four
        {
                text-align: center;
        }

        div#footer_row_two div#footer_column_five
        {
                text-align: center;
        }

        div#footer_row_two div#footer_column_six
        {
                text-align: center;
        }

        div#footer_row_two div#footer_column_seven
        {
                text-align: center;
        }

        div#footer_row_two div#footer_column_eight
        {
                text-align: center;
        }
}

div#footer
{
        padding-top: 0;
        padding-bottom: 50px;
}

div#footer ul.list-group a
{
        color: #50144b;
}

div#footer ul.list-group li:first-child a
{
        font-weight: bold;
        color: #9A619B
}

div#footer ul.list-group li:first-child span
{
        font-weight: bold;
        color: #9A619B
}

div#footer ul.list-group li
{
        border: 0;
        padding: 0px 0px 12px 12px;
}

div#footer_row_one div#footer_column_two
{
}

div#footer_row_one div#footer_column_three
{
}

div#footer_row_one div#footer_column_four
{
        padding-bottom: 20px;
}

div#footer_row_one div#footer_column_five
{
}

div#footer_row_one div#footer_column_six
{
}

div#footer_row_one
{
        padding-bottom: 20px;
}

div#footer_row_two
{
}

div#footer_row_two a
{
        color: #50144b !important;
        text-decoration: none !important;
}

div#footer_row_two div#footer_column_one
{
        padding-bottom: 12px;
}

div#footer_row_two div#footer_column_two
{
}

div#footer_row_two div#footer_column_three
{
        padding-bottom: 8px;
}

div#footer_row_two div#footer_column_four
{
        padding-bottom: 8px;
}

div#footer_row_two div#footer_column_five
{
        padding-bottom: 8px;
}

div#footer_row_two div#footer_column_six
{
        padding-bottom: 8px;
}

div#footer_row_two div#footer_column_seven
{
}

div#footer_row_two div#footer_column_eight
{
}

/* ================== Category ================== */

/* Category - Music */

#category_music
{
}

#category_music div.template_item_grid h2
{
        color: black !important;
}

#category_music div.template_item_category_banner_twocolumn ul
{
        color: white;
}

/* Mobile xs */
@media (max-width: 767px)
{
        #category_music div.template_item_grid h2
        {
                margin-top: 0px !important;
                margin-bottom: 10px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        #category_music div.template_item_grid h2
        {
                margin-top: 59px !important;
                margin-bottom: 30px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
}


/* Category - Language */

#category_language div.template_item_category_banner_twocolumn ul
{
        color: white;
}

/* ================== Buy books ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        body#buy_books div.template_item_grid
        {
                margin-bottom: 0px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        body#buy_books div.template_item_grid h2
        {
                margin-bottom: 30px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        body#buy_books div.template_item_grid h2
        {
                margin-bottom: 30px;
        }
}

body#buy_books a.button_action
{
        border: 1px solid #50144b;
        color: #50144b;
}

body#buy_books div.template_item_grid
{
        margin-top: 20px;
}

body#buy_books div.template_item_grid a.button_action
{
        /* width: 160px; */
}

/* ================== Resource - Text ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.resources_text_resource div#page_title h1
        {
                font-size: 31px;
                margin-bottom: 28px;
        }

        div.resources_text_resource div.template_item_grid h2
        {
                font-size: 20px;
                text-align: left;
                margin-top: 15px;
                margin-bottom: 25px;
        }

        div.resources_text_resource div.template_item_grid h3
        {
                font-size: 16px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.resources_text_resource div#page_title h1
        {
                font-size: 35px;
                margin-bottom: 28px;
        }

        div.resources_text_resource div.template_item_grid h2
        {
                font-size: 18px;
        }

        div.resources_text_resource div.template_item_grid h3
        {
                font-size: 17px;
                margin-top: 16px;
        }

        #resources_text_resource div#share_resource
        {
                padding-top: 26px;
        }

        #resources_text_resource div#share_resource div.col
        {
                padding-left: 17px;
                padding-bottom: 10px;
        }


        #resources_video_resource div#page_title_inner
        {
                padding-left: 15px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#resources_text_resource_inner
        {
                max-width: 1400px;
        }

        div.resources_text_resource div.template_item_grid h2
        {
                font-size: 28px;
        }

        div.resources_text_resource div.template_item_grid h3
        {
                font-size: 17px;
                margin-top: 16px;
        }

        div.resources_text_resource div#page_title
        {
                padding-top: 70px;
        }

        #resources_text_resource div#share_resource
        {
                padding-top: 9px;
        }

        #resources_text_resource div#share_resource div.col
        {
                padding-bottom: 10px;
        }


        #resources_video_resource div#page_title_inner
        {
                padding-left: 15px;
        }
}

#resources_text_resource a
{
        color: black;
}

#resources_text_resource div.section_header
{
        /* border-top: 1px solid #979797; */
        margin-top: 19px;
        padding-top: 35px;
        margin-bottom: 19px;
}

#resources_text_resource a:visited
{
        color: black;
}

#resources_text_resource div.extra_item
{
        margin-bottom: 29px;
}

#resources_text_resource div#share_resource div.col img:first-child
{
        margin-left: 5px;
}

#resources_text_resource div#share_resource div.col img
{
        margin-right: 10px;
}

/* ================== Resource - Video ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.resources_video_resource div#page_title h1
        {
                font-size: 31px;
                margin-bottom: 28px;
        }

        div.resources_video_resource div.template_item_grid h2
        {
                font-size: 20px;
                text-align: left;
                margin-top: 15px;
                margin-bottom: 25px;
        }

        div.resources_video_resource div.template_item_grid h3
        {
                font-size: 16px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.resources_video_resource div#page_title h1
        {
                font-size: 35px;
                margin-bottom: 28px;
        }

        div.resources_video_resource div.template_item_grid h2
        {
                font-size: 18px;
        }

        div.resources_video_resource div.template_item_grid h3
        {
                font-size: 17px;
                margin-top: 16px;
        }

        #resources_video_resource div#share_resource
        {
                padding-top: 26px;
        }

        #resources_video_resource div#share_resource div.col
        {
                padding-left: 17px;
                padding-bottom: 10px;
        }


        #resources_video_resource div#page_title_inner
        {
                padding-left: 15px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#resources_video_resource_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div.resources_video_resource div.template_item_grid h2
        {
                font-size: 28px;
        }

        div.resources_video_resource div.template_item_grid h3
        {
                font-size: 17px;
                margin-top: 16px;
        }

        div.resources_video_resource div#page_title
        {
                padding-top: 70px;
        }

        #resources_video_resource div#share_resource
        {
                padding-top: 9px;
        }

        #resources_video_resource div#share_resource div.col
        {
                padding-bottom: 10px;
        }


        #resources_video_resource div#page_title_inner
        {
                padding-left: 15px;
        }
}

#resources_video_resource h1
{
        color: #F2238A !important;
}

#resources_video_resource a
{
        color: black;
}

#resources_video_resource div.section_header
{
        /* border-top: 1px solid #979797; */
        margin-top: 19px;
        padding-top: 24px;
        margin-bottom: 12px;
}

#resources_video_resource a:visited
{
        color: black;
}

#resources_video_resource div.extra_item
{
        margin-bottom: 29px;
}

#resources_video_resource div#share_resource div.col img:first-child
{
        margin-left: 5px;
}

#resources_video_resource div#share_resource div.col img
{
        margin-right: 10px;
}

/* ================== Music Exam Help ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        #music_exam_help div.template_item_grid
        {
                margin-top: 25px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        #music_exam_help div.template_item_grid
        {
                margin-top: 40px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#music_exam_help_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        body#music_exam_help div.template_item_accordion
        {
        }

        body#music_exam_help div.template_item_grid a.button_action
        {
                color: #50144b;
                border: 1px solid #50144b;
        }
}

.music_exam_help h1
{
        color: #F2238A !important;
}

.music_exam_help h3
{
        font-size: 17px !important;
}

.music_exam_help a
{
        color: black;
}

.music_exam_help a:visited
{
        color: black;
}

.music_exam_help div.extra_item
{
        margin-bottom: 0px;
}

.music_exam_help div#share_resource div.col
{
        padding-left: 17px;
        padding-bottom: 10px;
}

.music_exam_help div#share_resource div.col img:first-child
{
        margin-left: 5px;
}

.music_exam_help div#share_resource div.col img
{
        margin-right: 10px;
}

.music_exam_help div.template_item_grid
{
        margin-bottom: 0px;
}

.music_exam_help div.template_item_accordion
{
        margin-top: 0px;
}

/* ================== Help Index ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
}

body#help_index div#browse_our_help_hubs img
{
        width: 69px;
        height: 76px;
        margin-top: 50px;
}

body#help_index div#browse_our_help_hubs div.card
{
        text-align: center;
}

body#help_index div#browse_our_help_hubs div.card h3
{
        color: #50144b;
}

/* ================== Help Hubs ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
}

body#help_hub div#take_your_next_step
{
        background-color: #F6F6F6;
        padding-bottom: 50px;
}

body#help_hub div#take_your_next_step img
{
        width: 69px;
        height: 76px;
        margin-top: 50px;
        fill: black;
}

body#help_hub div#take_your_next_step div.card
{
        background-color: transparent;
        text-align: center;
}

body#help_hub h1
{
        margin-bottom: 20px;
}

body#help_hub div#take_your_next_step div.card h3
{
        color: #50144b;
}

body#help_hub div.template_item_grid
{
        margin-bottom: 0;
}

body#help_hub div.template_item_accordion
{
        margin-top: 0;
        margin-bottom: 30px;
}

/* ================== Resources - Sub Category ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        body#resources_sub_category div.section_header
        {
                text-align: left;
        }

        body#resources_sub_category div.resources_grid_item
        {
                padding-bottom: 15px;
        }

        body#resources_sub_category div.template_item_grid h2
        {
                color: #F2238A !important;
                margin-top: 10px;
                margin-bottom: 10px;
                font-size: 20px;
        }

        body#resources_sub_category div.template_item_grid h3
        {
                font-size: 16px;
        }

        body#resources_sub_category div.template_item_standardcontent_onecolumn
        {
                padding-bottom: 10px;
        }

        body#resources_sub_category div.template_item_grid
        {
                margin-bottom: 0;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        body#resources_sub_category div.resources_grid_item
        {
                padding-bottom: 40px;
        }

        body#resources_sub_category div.template_item_grid h2
        {
                color: #F2238A !important;
                margin-bottom: 20px;
        }

        body#resources_sub_category div.template_item_grid h3
        {
                font-size: 16px;
        }

        body#resources_sub_category div.template_item_standardcontent_onecolumn
        {
                padding-bottom: 50px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        body#resources_sub_category div.resources_grid_item
        {
                padding-bottom: 35px;
        }

        body#resources_sub_category div.template_item_grid h2
        {
                color: #F2238A !important;
                margin-bottom: 30px;
        }

        body#resources_sub_category div.template_item_grid h3
        {
                font-size: 21px;
        }

        body#resources_sub_category div.template_item_standardcontent_onecolumn
        {
                padding-bottom: 60px;
        }
}

body#resources_sub_category div.section_header
{
        color: #F2238A;
        margin-bottom: 10px;
}

body#resources_sub_category div.resources_grid_item h3
{
        font-weight: 400 !important;
}

body#resources_sub_category div.resources_grid_item a:hover
{
        color: #F2238A;
        text-decoration: none;
}

body#resources_sub_category div.resources_grid_item a
{
        color: black;
        width: 75%;
}

body#resources_sub_category div.resources_grid_item a h3
{
        width: 75%;
        display: inline;
}

body#resources_sub_category a.button_action
{
        border: 1px solid #50144b;
        color: #50144b;
}

/* ================== Resources - View All in Category ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        body#resources_view_all_in_category div.section_header
        {
                text-align: left;
        }

        body#resources_view_all_in_category div.resources_grid_item
        {
                padding-bottom: 15px;
        }

        body#resources_view_all_in_category div.template_item_grid h3
        {
                color: black;
                font-size: 16px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{

        body#resources_view_all_in_category div.template_item_grid h3
        {
                color: black;
                font-size: 18px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        body#resources_view_all_in_category div.resources_grid_item
        {
                padding-bottom: 35px;
        }

        body#resources_view_all_in_category div.template_item_grid h3
        {
                color: black;
                font-size: 21px;
        }
}

body#resources_view_all_in_category div.section_header
{
        color: #F2238A;
        margin-bottom: 10px;
}

body#resources_view_all_in_category div.resources_grid_item h3
{
        font-weight: 400 !important;
}

body#resources_view_all_in_category div.resources_grid_item a:hover
{
        color: #F2238A;
        text-decoration: none;
}

body#resources_view_all_in_category div.resources_grid_item a
{
        color: black;
        width: 75%;
}

body#resources_view_all_in_category div.resources_grid_item a h3
{
        width: 75%;
        display: inline;
}

body#resources_view_all_in_category a.button_action
{
        border: 1px solid #50144b;
        color: #50144b;
}

/* ================== SELT Table ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.selt_table div.selt_table_header div.table_header_content
        {
                padding: 0px 10px 15px 0px;
        }

        div.selt_table div.selt_table_row div.application_type label
        {
                padding: 25px 10px 14px 15px;
        }

        div.selt_table div.selt_table_row div.grid_item_content
        {
                padding: 0px 10px 14px 14px;
        }

        div.selt_table div.selt_table_row div.level_required
        {
                padding-top: 10px;
                padding-right: 0px;
        }

        div.selt_table div.selt_table_row div.level_required div.grid_item_content
        {
                padding: 6px 10px 14px 15px;
        }


        div.selt_table div.selt_table_row div.skills_required
        {
                padding-top: 10px;
                padding-left: 0px;
        }

        div.selt_table div.selt_table_row div.skills_required div.grid_item_content
        {
                padding: 13px 10px 14px 15px;
        }

        div.selt_table div.selt_table_row div.application_type div.grid_item_content p
        {
                font-size: 15px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
        }

        div.selt_table div.selt_table_row div.level_required div.grid_item_content p
        {
                font-size: 27px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
        }

        div.selt_table div.selt_table_row div.skills_required div.grid_item_content p
        {
                font-size: 15px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
        }

        div.selt_table div.selt_table_row div.trinity_exam div.grid_item_content p
        {
                font-size: 15px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
        }

        div.selt_table div.selt_table_row div.grid_item div.grid_item_content ul
        {
                font-size: 15px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                padding-left: 18px;
        }

        div.selt_table div.selt_table_row div.grid_item div.grid_item_content ul li
        {
                margin-bottom: 10px;
        }

        div.selt_table div.selt_table_row div.trinity_exam div.grid_item_content a.button_action
        {
                font-size: 15px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                padding: 8px 37px 0px 10px;
                height: 36px;
        }

        div.selt_divider
        {
                margin-right: 14px;
                border-top: 1px solid #2D2D2D;
                padding-bottom: 15px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.selt_table div.selt_table_header div.table_header_content
        {
                padding: 0px 10px 15px 0px;
        }

        div.selt_table div.selt_table_row label
        {
                font-size: 17px !important;
        }

        div.selt_table div.selt_table_row div.application_type label
        {
                padding: 25px 10px 14px 15px;
                font-size: 17px !important;
        }

        div.selt_table div.selt_table_row div.level_required label
        {
                font-size: 17px !important;
        }

        div.selt_table div.selt_table_row div.skills_required label
        {
                font-size: 17px !important;
        }

        div.selt_table div.selt_table_row div.grid_item_content
        {
                padding: 0px 10px 14px 14px;
        }

        div.selt_table div.selt_table_row div.level_required
        {
                padding-top: 20px;
                padding-right: 0px;
        }

        div.selt_table div.selt_table_row div.level_required div.grid_item_content
        {
                padding: 6px 10px 14px 15px;
        }


        div.selt_table div.selt_table_row div.skills_required
        {
                padding-top: 20px;
                padding-left: 0px;
        }

        div.selt_table div.selt_table_row div.skills_required div.grid_item_content
        {
                padding: 6px 10px 14px 15px;
        }

        div.selt_table div.selt_table_row p
        {
                margin-top: 0 !important;
        }

        div.selt_divider
        {
                margin-right: 14px;
                border-top: 1px solid #2D2D2D;
                padding-bottom: 15px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.selt_table div.selt_table_header div.table_header_content.application_type
        {
                padding: 13px 0px 14px 0px;
        }

        div.selt_table div.selt_table_header div.table_header_content.level_required
        {
                padding: 13px 0px 14px 0px;
        }

        div.selt_table div.selt_table_header div.table_header_content.skills_required
        {
                padding: 13px 0px 14px 0px;
        }

        div.selt_table div.selt_table_header div.table_header_content.trinity_exam
        {
                padding: 13px 0px 14px 0px;
        }

        div.selt_table_title_inner
        {
                max-width: 1400px;
                padding-left: 0;
        }

        div.selt_table_header_inner
        {
                max-width: 1400px;
        }

        div.selt_table_row_inner
        {
                max-width: 1400px;
        }

        div.selt_table div.selt_table_row div.row
        {
                align-items: center !important;
        }

        div.selt_table div.selt_table_row div.application_type div.grid_item_content
        {
                padding: 20px 40px 14px 0px;
        }

        div.selt_table div.selt_table_row div.level_required div.grid_item_content
        {
                padding: 16px 0px 14px 15px;
        }

        div.selt_table div.selt_table_row div.skills_required div.grid_item_content
        {
                padding: 14px 20px 14px 9px;
        }

        div.selt_table div.selt_table_row div.trinity_exam div.grid_item_content
        {
                padding: 30px 0px 30px 7px;
        }

        div.selt_table div.selt_table_row div.application_type div.grid_item_content p
        {
                font-size: 17px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
        }

        div.selt_table div.selt_table_row div.level_required div.grid_item_content p
        {
                font-size: 27px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                margin-bottom: 0;
        }

        div.selt_table div.selt_table_row div.skills_required div.grid_item_content p
        {
                font-size: 17px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                margin-bottom: 0;
        }

        div.selt_table div.selt_table_row div.trinity_exam div.grid_item_content p
        {
                font-size: 17px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                margin-bottom: 0;
        }

        div.selt_table div.selt_table_row div.grid_item div.grid_item_content ul
        {
                font-size: 17px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                padding-left: 18px;
        }

        div.selt_table div.selt_table_row div.grid_item div.grid_item_content ul li
        {
                margin-bottom: 10px;
        }

        div.selt_table div.selt_table_row div.trinity_exam div.grid_item_content a.button_action
        {
                font-size: 15px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                padding: 16px 70px 0px 10px;
                height: 52px;
                margin-bottom: 0;
        }

        div.selt_divider
        {
                margin-right: 14px;
                border-top: 1px solid #827f7f;
        }
}

div.selt_table_title
{
        padding-top: 50px;
        /* border-bottom: 1px solid rgba(0,0,0,.15); */
}

div.selt_table_header
{
        /* border-bottom: 1px solid rgba(0,0,0,.15); */
}

div.selt_table_row
{
}

div.selt_table div.selt_table_row:nth-child(odd)
{
        background-color: #F6F6F6;
}

div.selt_table div.selt_table_row:nth-child(even)
{
        background-color: #FFFFFF;
}

div.selt_table div.selt_table_header div.table_header_content
{
        font-size: 17px !important;
        font-weight: 600 !important;
        line-height: 1.2em !important;
}

div.selt_table div.selt_table_row label
{
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.2em !important;
}

div.selt_extra_css
{
        margin-bottom: 30px;
}

/* ================== Trinity Table ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        div.trinity_table div.trinity_table_row label
        {
                padding: 15px 10px 15px 25px;
        }

        div.trinity_table div.trinity_table_row div.grid_item_content
        {
                padding: 15px 10px 15px 14px;
                font-size: 14px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                word-break: break-word;
        }

        div.trinity_table div.trinity_table_header div.table_header_content
        {
                font-size: 17px !important;
                font-weight: 600 !important;
                line-height: 1.2em !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.trinity_table div.trinity_table_row label
        {
                padding: 15px 10px 15px 25px;
        }

        div.trinity_table div.trinity_table_row div.grid_item_content
        {
                padding: 15px 10px 15px 14px;
                font-size: 14px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                word-break: break-word;
        }

        div.trinity_table div.trinity_table_header div.table_header_content
        {
                font-size: 17px !important;
                font-weight: 600 !important;
                line-height: 1.2em !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.trinity_table div.trinity_table_header div.table_header_content
        {
                padding: 20px 40px 14px 10px;
        }

        div.trinity_table div.trinity_table_row label
        {
                font-size: 14px !important;
                font-weight: 600 !important;
                line-height: 1.2em !important;
        }

        div.trinity_table div.trinity_table_row div.grid_item_content
        {
                padding: 20px 40px 14px 10px;
                font-size: 17px !important;
                font-weight: 500 !important;
                line-height: 1.2em !important;
                word-break: break-word;
        }

        div.trinity_table div.trinity_table_header div.table_header_content
        {
                font-size: 17px !important;
                font-weight: 600 !important;
                line-height: 1.2em !important;
        }
}

div.trinity_table_header
{
        border-bottom: 1px solid rgba(0,0,0,.15);
}

div.trinity_table div.trinity_table_row:nth-child(odd)
{
        background-color: #F5EFF5;
}

div.trinity_table div.trinity_table_row:nth-child(even)
{
        background-color: #FFFFFF;
}

div.trinity_table div.trinity_table_row label
{
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.2em !important;
}

/* ================== Page Not Found ================== */

div.trinity_shadow
{
        box-shadow: inset 0 5px 5px -5px black;
}

/* ================== Trinity Video ================== */

div.jwplayer
{
        margin-top: 20px;
}

div.trinity_playlist
{
        border-left: 1px solid #50144b;
        border-right: 1px solid #50144b;
        border-bottom: 1px solid #50144b;
}

div.trinity_playlist div.trinity_playlist_row
{
        padding-top: 5px;
        padding-bottom: 5px;
}

div.trinity_playlist div.trinity_playlist_row:nth-child(odd)
{
        background-color: #F6F6F6;
}

div.trinity_playlist div.trinity_playlist_row:nth-child(even)
{
        background-color: #FFFFFF;
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.trinity_playlist
        {
                max-width: 1400px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.trinity_playlist
        {
                max-width: 1400px;
        }
}