/* ================= General CSS ==================== */

html,body
{
        box-sizing: border-box;
        font-family: 'Ubuntu', sans-serif !important;
}

/* Global */

.trinity_content h1
{
        font-family: Ubuntu !important;
        font-weight: 400 !important;
        font-size: 31px !important;
        line-height: 33px !important;
        letter-spacing: -0.42px !important;
        color: #F2238A !important;
}

.trinity_content h2
{
        font-family: Ubuntu !important;
        font-size: 20px !important;
        font-weight: 300 !important;
        color: #F2238A !important;
        letter-spacing: -0.25px !important;
        line-height: 30px !important;
        margin-top: 30px !important;
}

.trinity_content h3
{
        font-family: Ubuntu !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 23px !important;
        margin-top: 23px !important;
}

.trinity_content p
{
        font-family: Ubuntu !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 23px !important;
        margin-top: 21px !important;
}

.trinity_content strong
{
        font-weight: 400 !important;
}

.trinity_content blockquote
{
        font-family: Ubuntu !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 23px !important;
        border-left: 3px #F2238A solid !important;
        padding-left: 20px !important;
        margin: 25px 0 25px 15px !important;
}

.trinity_content ul
{
        font-family: Ubuntu !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 23px !important;
        padding-left: 22px !important;
}

.trinity_content .shaded-box
{
        background-color: #e9e9e9;
        border-radius: 5px;
        padding: 1px 25px 1px 25px;
        margin: 35px 0 35px 0;
}

.trinity_content a
{
        color: #6A215F !important;
        text-decoration: underline !important;
}

/* Mobile xs */
@media (max-width: 767px)
{
        .trinity_content h4
        {
                font-size: 14px !important;
                font-weight: 300 !important;
                line-height: 19px !important;
        }

        .trinity_content ol
        {
                font-size: 16px !important;
                font-weight: 300 !important;
                line-height: 29px !important;
                padding-bottom: 25px !important;
                margin-bottom: 0px !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        .trinity_content h1
        {
                font-size: 35px !important;
                line-height: 38px !important;
                letter-spacing: -0.48px !important;
        }

        .trinity_content h2
        {
                font-size: 22px !important;
                line-height: 30px !important;
                letter-spacing: -0.27px !important;
                margin-top: 30px !important;
        }

        .trinity_content h3
        {
                font-size: 18px !important;
                line-height: 26px !important;
                letter-spacing: -0.08px !important;
                margin-top: 26px !important;
        }

        .trinity_content p
        {
                font-size: 18px !important;
                line-height: 26px !important;
        }

        .trinity_content blockquote
        {
                font-size: 18px !important;
                line-height: 26px !important;
        }

        .trinity_content ul
        {
                font-size: 18px !important;
                line-height: 26px !important;
                letter-spacing: -0.08px !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        .trinity_content h1
        {
                font-size: 51px !important;
                line-height: 61px !important;
                letter-spacing: -1px !important;
        }

        .trinity_content h2
        {
                font-size: 28px !important;
                line-height: 39px !important;
                letter-spacing: -0.35px !important;
                margin-top: 39px !important;
        }

        .trinity_content h3
        {
                font-size: 21px !important;
                line-height: 29px !important;
                letter-spacing: 0.09px !important;
                margin-top: 29px !important;
        }

        .trinity_content h4
        {
                font-size: 17px !important;
                font-weight: 300 !important;
                line-height: 24px !important;
        }

        .trinity_content h5
        {
                font-size: 13px !important;
                font-weight: 400 !important;
                line-height: 1.2em !important;
        }

        .trinity_content p
        {
                font-size: 21px !important;
                line-height: 29px !important;
        }

        .trinity_content blockquote
        {
                font-size: 21px !important;
                line-height: 29px !important;
                margin: 35px 0 35px 35px !important;
        }

        .trinity_content ul
        {
                font-size: 21px !important;
                line-height: 29px !important;
                letter-spacing: 0.09px !important;
        }

        .trinity_content ol
        {
                font-size: 21px !important;
                font-weight: 300 !important;
                line-height: 29px !important;
                margin-bottom: 0px !important;
        }
}

/* 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: #6A265F;
                color: white;
                border: 0;
                border-radius: 0;
                padding-top: 10px;
                font-size: 85%;
                font-weight: 300;
                padding-left: 0;
                padding-right: 0;
        }

        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: #6A265F;
                color: white;
                border: 0;
                border-radius: 0;
                padding-top: 10px;
                font-weight: 300;
        }

        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: #6A265F;
                color: white;
                border: 0;
                border-radius: 0;
                padding-top: 10px;
                font-weight: 300;
        }

        div#flash_message a, div#flash_message a:visited
        {
                color: white !important;
        }
}

/* ================= Navigation ================= */

div#navigation_one
{
        background-color: #F6F6F6;
        margin-left: -15px;
        margin-right: -15px;
}

div#navigation_two
{
        background-color: #FFFFFF;
        margin-left: -15px;
        margin-right: -15px;
}

div#navigation_one ul
{
        line-height: 29px !important;
}

div#navigation_two.purple
{
        background-color: #6A265F;
        transition: 0.5s;
}

div#navigation_two_inner
{
}

div#navigation_two h3
{
        font-family: Ubuntu !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 23px !important;
        margin-top: 23px !important;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div#navigation_two
        {
                /*
                margin-left: -25px;
                margin-right: -25px;
                */
        }

        div#navigation_two h3
        {
                font-size: 18px !important;
                line-height: 26px !important;
                letter-spacing: -0.08px !important;
                margin-top: 26px !important;
        }

        div#navigation_two_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#navigation_two
        {
                /* margin-bottom: -1px; */
        }

        div#navigation_two h3
        {
                font-size: 18px !important;
                line-height: 26px !important;
                letter-spacing: -0.08px !important;
                margin-top: 26px !important;
        }

        div#navigation_two_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#navigation_one_inner
        {
                max-width: 1400px;
        }

        div#navigation_two
        {
                padding-right: 0;
        }

        div#navigation_two h3
        {
                font-size: 21px !important;
                line-height: 29px !important;
                letter-spacing: 0.09px !important;
                margin-top: 29px !important;
        }

        div#navigation_two_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* ================= 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;
}


/* ================= Links ================= */

/* Mobile xs */
@media (max-width: 767px)
{
        div#trinity_links
        {
                margin-left: -15px;
                margin-right: -15px;
        }

        div#trinity_links_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }

        nav#nav_links_mobile
        {
                margin-top: 2px;
                background-color: #E9E9E9;
        }

        nav#nav_links_mobile div.navbar-toggler
        {
                padding: 2px 0 2px 9px;
        }

        nav#nav_links_mobile div.navbar-toggler::after
        {
                content: url(/images/navigation/arrow_down_black.svg);
                position: absolute;
                top: -11px;
                right: 6px;
        }

        nav#nav_links_mobile h4
        {
                font-size: 14px !important;
                font-weight: 300 !important;
                line-height: 19px !important;
                margin-bottom: 0px;
        }

        nav#nav_links_mobile li.nav-item a
        {
                color: black !important;
                padding: 8px 0 8px 9px;
                text-decoration: none !important;
        }

        nav#nav_links_mobile ul
        {
                padding-left: 0px !important;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#trinity_links
        {
                margin-left: -15px;
                margin-right: -15px;
                background-color: #E9E9E9;
        }

        div#trinity_links_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }

        nav#nav_links_mobile
        {
                margin-top: 2px;
                padding-left: 0px;
                padding-right: 0px;
        }

        nav#nav_links_mobile div.navbar-toggler
        {
                padding: 2px 0 2px 0px;
        }

        nav#nav_links_mobile div.navbar-toggler::after
        {
                content: url(/images/navigation/arrow_down_black.svg);
                position: absolute;
                top: -12px;
                right: -9px;
        }

        nav#nav_links_mobile h4
        {
                margin-bottom: 0px;
                font-size: 16px !important;
        }

        nav#nav_links_mobile li.nav-item a
        {
                color: black !important;
                padding: 8px 0 8px 0px;
                text-decoration: none !important;
        }

        nav#nav_links_mobile ul
        {
                padding-left: 0px !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#nav_links
        {
                padding-top: 20px;
                padding-bottom: 0px;
                margin-left: -15px;
                margin-right: -15px;
        }

        div#trinity_links_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#nav_links_inner
        {
                max-width: 1400px;
        }

        div#trinity_links h4
        {
                font-size: 17px !important;
                font-weight: 300 !important;
                line-height: 24px !important;
        }

        div#trinity_links a
        {
                text-decoration: none !important;
        }

        div#trinity_links a.active
        {
                background-color: #F2238A;
                color: white !important;
        }
}

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;
}

/* ================= Breadcrumb ================= */

nav#trinity_breadcrumb 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#trinity_breadcrumb_row_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }

        nav#trinity_breadcrumb li.breadcrumb-item
        {
                display: none;
        }

        nav#trinity_breadcrumb li.breadcrumb-item h3
        {
                margin-top: 0 !important;
        }

        nav#trinity_breadcrumb li.breadcrumb-item.active
        {
                display: list-item;
                width: 100%;
                height: 25px;
                padding: 1px 0px 0px 25px;
                margin-top: 0;
                background-color: #F22889 !important;
                color: white;
                font-size: 14px !important;
                text-transform: uppercase;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider
        {
                display: none;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#trinity_breadcrumb_row
        {
                background-color: #F22889 !important;
        }

        div#trinity_breadcrumb_row_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }

        nav#trinity_breadcrumb li.breadcrumb-item
        {
                display: none;
        }

        nav#trinity_breadcrumb li.breadcrumb-item h3
        {
                margin-top: 0 !important;
                font-size: 14px !important;
                line-height: 26px !important;
                letter-spacing: -0.08px !important;
        }

        nav#trinity_breadcrumb li.breadcrumb-item.active
        {
                display: list-item;
                width: 100%;
                height: 25px;
                padding: 1px 0px 0px 0px;
                margin-top: 0;
                margin-bottom: 2px;
                color: white;
                font-size: 14px !important;
                text-transform: uppercase;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider
        {
                display: none;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#trinity_breadcrumb_row
        {
                box-shadow: inset 0 5px 5px -5px black;
        }

        div#trinity_breadcrumb_row_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        nav#trinity_breadcrumb a
        {
                text-decoration: none !important;
        }

        nav#trinity_breadcrumb h3
        {
                margin-bottom: -2px;
                color: white;
                margin-top: 0px !important;
                font-size: 19px !important;
                line-height: 29px !important;
        }

        nav#trinity_breadcrumb a:hover
        {
                text-decoration: none;
        }

        nav#trinity_breadcrumb li.breadcrumb-item.active
        {
        }

        nav#trinity_breadcrumb li.breadcrumb-item
        {
                padding: 11px 10px 12px 10px;
        }



        nav#trinity_breadcrumb li.breadcrumb-item:nth-child(1)
        {
                background-color: #777777;
                padding-left: 20px;
        }

        nav#trinity_breadcrumb li.breadcrumb-item:nth-child(3)
        {
                background-color: #2D2D2D;
        }

        nav#trinity_breadcrumb li.breadcrumb-item:nth-child(5)
        {
                background-color: #F2238A;
        }

        nav#trinity_breadcrumb li.breadcrumb-item:nth-child(7)
        {
                background-color: #777777;
        }

        nav#trinity_breadcrumb li.breadcrumb-item:nth-child(9)
        {
                background-color: #2D2D2D;
        }

        nav#trinity_breadcrumb li.breadcrumb-item:nth-child(11)
        {
                background-color: #F2238A;
        }

        nav#trinity_breadcrumb li.breadcrumb-item:nth-child(13)
        {
                background-color: #777777;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider
        {
                width: 20px;
                height: 50px;
                border-right: 30px solid transparent;
                z-index: 0;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider:nth-child(2)
        {
                border-top: 50px solid #777777;
                background-color: #2D2D2D;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider:nth-child(4)
        {
                border-top: 50px solid #2D2D2D;
                background-color: #F2238A;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider:nth-child(6)
        {
                border-top: 50px solid #F2238A;
                background-color: #777777;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider:nth-child(8)
        {
                border-top: 50px solid #777777;
                background-color: #2D2D2D;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider:nth-child(10)
        {
                border-top: 50px solid #2D2D2D;
                background-color: #F2238A;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider:nth-child(12)
        {
                border-top: 50px solid #F2238A;
                background-color: #777777;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider:nth-child(14)
        {
                border-top: 50px solid #777777;
        }

        nav#trinity_breadcrumb li.breadcrumb-divider:last-child
        {
                background-color: transparent;
                max-width: 100%;
        }
}

div#trinity_breadcrumb_row
{
        background-color: #F6F6F6;
        margin-left: -15px;
        margin-right: -15px;
}

nav#trinity_breadcrumb
{
}

nav#trinity_breadcrumb .breadcrumb
{
        padding: 0;
        padding-bottom: 0 !important;
        margin-bottom: 0;
        background-color: transparent;
}


/*
.breadcrumb-item.breadcrumb-item::before
{
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "x" !important;
}
*/

/*
.breadcrumb-item.breadcrumb-item::before
{
        display:block;
        background:white;
        transform:skew(0deg,0deg);
}
*/


/* ================= 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: 1px solid #6A215F;
                padding: 10px 66px 10px 10px;
        }

        a.button_action::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.button_action
        {
                border: 1px solid #6A215F;
        }

        button.button_action::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        a.button_action
        {
                border: 1px solid #6A215F;
                padding: 10px 45px 10px 10px;
        }

        a.button_action::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.button_action
        {
                border: 1px solid #6A215F;
        }

        button.button_action::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        a.button_action
        {
                border: 1px solid #4E4E4E;
                padding: 10px 66px 10px 10px;
        }

        a.button_action:hover
        {
                background-image: url(/images/navigation/button_background.svg);
                background-repeat: no-repeat;
                background-position: top right -162px;
                background-size: auto;
                border: 1px solid #4E4E4E;
                /* transition: 0.5s; */
        }

        a.button_action::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        a.button_action:hover::after
        {
                /* transition: 0.5s; */
                content: url(/images/navigation/button_arrow_right_white.svg);
                opacity: 1;
        }

        button.button_action
        {
                border: 1px solid #4E4E4E;
        }

        button.button_action:hover
        {
                background-image: url(/images/navigation/button_background.svg);
                background-repeat: no-repeat;
                background-position: top right -162px;
                background-size: auto;
                border: 1px solid #4E4E4E;
                /* transition: 0.5s; */
        }

        button.button_action::after
        {
                content: url(/images/navigation/button_arrow_right_black.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(/images/navigation/button_arrow_right_white.svg);
                opacity: 1;;
        }
}

a.button_action
{
        /* width: 100%; */
        /* height: 52px; */
        margin-bottom: 20px;
        font-size: 16px !important;
        font-weight: 400 !important;
        border-radius: 0;
        text-align: left;
        position: relative;
        text-decoration: none !important;
        color: #6A215F !important;
}

button.button_action
{
        width: 100%;
        /* height: 52px; */
        margin-bottom: 20px;
        font-size: 16px !important;
        font-weight: 400 !important;
        padding: 11px 28px 10px 15px;
        border-radius: 0;
        text-align: left;
        position: relative;
        text-decoration: none !important;
        color: #6A215F !important;
}

@media (max-width: 767px)
{
}

select.selector
{
        width: 100%;
        height: 52px;
        background-color: #F6F6F6;
        font-size: 21px;
        font-weight: 300;
        padding-left: 16px;
}

select.selector option
{
        font-size: 21px;
        font-weight: 300;
}


/* Navigation buttons */

/* Mobile xs */
@media (max-width: 767px)
{
        div.navigation_buttons
        {
                margin-top: 20px;
                margin-bottom: 20px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.navigation_buttons
        {
                margin-top: 20px;
                margin-bottom: 20px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.navigation_buttons
        {
                margin-top: 40px;
                margin-bottom: 40px;
        }
}

div.navigation_buttons button
{
        min-width: 33px;
        font-size: 18px;
        padding: 3px 2px 3px 2px;
}

div.navigation_buttons button.records_start
{
        border: 1px solid #6A215F;
        margin-right: 5px;
        color: #6A215F;
}

div.navigation_buttons button.records_left
{
        border: 1px solid #6A215F;
        margin-right: 5px;
        color: #6A215F;
}

div.navigation_buttons button.records_right
{
        border: 1px solid #6A215F;
        margin-right: 5px;
        color: #6A215F;
}

div.navigation_buttons button.records_end
{
        border: 1px solid #6A215F;
        margin-right: 5px;
        color: #6A215F;
}

div.navigation_buttons button.records_number
{
        border: 1px solid #6A215F;
        margin-right: 5px;
}

div.navigation_buttons button.records_number[disabled]
{
        background-color: #6A215F;
        color: white;
        opacity: 1;
}

/* ------------------ Trinity Button ------------------ */

/* Mobile xs */
@media (max-width: 767px)
{
        a.trinity_button
        {
                border: 1px solid #6A215F;
        }

        a.trinity_button::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.trinity_button
        {
                border: 1px solid #6A215F;
        }

        button.trinity_button::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        a.trinity_button
        {
                border: 1px solid #6A215F;
        }

        a.trinity_button::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.trinity_button
        {
                border: 1px solid #6A215F;
        }

        button.trinity_button::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        a.trinity_button
        {
                border: 1px solid #4E4E4E;
        }

        a.trinity_button:hover
        {
                background-image: url(/images/navigation/button_background.svg);
                background-repeat: no-repeat;
                background-position: top right -162px;
                background-size: auto;
                border: 1px solid #4E4E4E;
                /* transition: 0.5s; */
        }

        a.trinity_button::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        a.trinity_button:hover::after
        {
                /* transition: 0.5s; */
                content: url(/images/navigation/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }


        button.trinity_button
        {
                border: 1px solid #4E4E4E;
        }

        button.trinity_button:hover
        {
                background-image: url(/images/navigation/button_background.svg);
                background-repeat: no-repeat;
                background-position: top right -162px;
                background-size: auto;
                border: 1px solid #4E4E4E;
                /* transition: 0.5s; */
        }

        button.trinity_button::after
        {
                content: url(/images/navigation/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(/images/navigation/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

a.trinity_button
{
        /* height: 52px; */
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400 !important;
        padding: 12px 80px 10px 15px;
        border-radius: 0;
        text-align: left;
        position: relative;
        text-decoration: none !important;
}


/* ------------------ SELT Button ------------------ */

/* Mobile xs */
@media (max-width: 767px)
{
        a.selt_button
        {
                border: 1px solid #6A215F;
        }

        a.selt_button::after
        {
                content: url(/images/navigation/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.selt_button
        {
                border: 1px solid #6A215F;
        }

        button.selt_button::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        a.selt_button
        {
                border: 1px solid #6A215F;
        }

        a.selt_button::after
        {
                content: url(/images/navigation/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.selt_button
        {
                border: 1px solid #6A215F;
        }

        button.selt_button::after
        {
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        a.selt_button
        {
                border: 1px solid #4E4E4E;
        }

        a.selt_button:hover
        {
                background-image: url(/images/navigation/button_background2.svg);
                background-repeat: no-repeat;
                background-position: top right -162px;
                background-size: auto;
                border: 1px solid #4E4E4E;
                /* transition: 0.5s; */
        }

        a.selt_button::after
        {
                content: url(/images/navigation/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        a.selt_button:hover::after
        {
                /* transition: 0.5s; */
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }


        button.selt_button
        {
                border: 1px solid #4E4E4E;
        }

        button.selt_button:hover
        {
                background-image: url(/images/navigation/button_background2.svg);
                background-repeat: no-repeat;
                background-position: top right -162px;
                background-size: auto;
                border: 1px solid #4E4E4E;
                /* transition: 0.5s; */
        }

        button.selt_button::after
        {
                content: url(/images/navigation/button_arrow_right_white.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }

        button.selt_button:hover::after
        {
                /* transition: 0.5s; */
                content: url(/images/navigation/button_arrow_right_black.svg);
                position: absolute;
                top: 50%;
                right: 9px;
                transform: translate(-50%, -50%);
                height: 20px;
                opacity: 1;
        }
}

a.selt_button
{
        /* height: 52px; */
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400 !important;
        padding: 11px 80px 11px 15px;
        border-radius: 0;
        text-align: left;
        position: relative;
        text-decoration: none !important;
        background-color: #6a215f;
        color: white !important;
        border-radius: 4px;
}

/* ------------------ Trinity Highlight Box ------------------ */

.trinity_box_purple
{
        background-color: #A56FAD;
        color: white;
        border-radius: 5px;
        padding: 1px 25px 1px 25px;
        margin: 35px 0 35px 0;
}

.trinity_box_grey
{
        background-color: #e9e9e9;
        border-radius: 5px;
        padding: 1px 25px 1px 25px;
        margin: 35px 0 35px 0;
}

.trinity_box_grey > h2
{
        margin-top: 21px !important;
}

/* ================== Navigation menu ================== */

a.button_nav
{
        /* height: 52px; */
        margin-bottom: 7px;
        padding: 12px 15px 5px 15px;
        border-radius: 0;
        background-color: #F6F6F6;
}

/* ================== 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: black !important;
        text-decoration: none !important;
}

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: 17px !important;
}

nav#trinity_nav_two ul.dropdown-menu ul li:first-child
{
        font-weight: bold !important;
}

li#menu_search_field
{
        display: none;
}

li#menu_search_field2
{
        display: none;
}

/* 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;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        nav#trinity_nav_two .nav-link
        {
                width: 99%;
                display: inline-block;
        }

        nav#trinity_nav_two .navbar-toggler
        {
                border: 0;
                padding: 5px 0px 4px 12px;
                font-size: 29px;
        }

        nav#trinity_nav_two ul.dropdown-menu li
        {
                color: white;
        }

        nav#trinity_nav_two div#nav_bar_two
        {
                background-color: transparent;
                padding: 17px 0px 17px 0;
        }

        nav#trinity_nav_three a
        {
                padding-left: 0;
                padding-right: 0;
        }
}

/* Mobile xs AND Tablet sm */
@media (max-width: 991px)
{
        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
        {
                color: white;
                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(/images/navigation/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(/images/navigation/menu_minus.svg);
                text-align: right;
        }


        div#nav_bar_three ul li#menu_search2 a::after
        {
                display: inline-block;
                float: right;
                content: url(/images/navigation/menu-search-white.svg);
                text-align: right;
        }
}

@media (min-width: 992px) and (max-width: 1064px)
{
        .navbar-expand-lg .navbar-nav .nav-link
        {
                padding-right: .1rem !important;
                padding-left: .1rem !important;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        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: black;
                margin-bottom: 0;
                margin-top: 0px !important;
        }

        nav#trinity_nav_two ul.dropdown-menu ul li a
        {
                color: black;
                font-size: 17px !important;
        }

        nav#trinity_nav_two ul.dropdown-menu ul li a:hover
        {
                text-decoration: underline !important;
        }

        nav#trinity_nav_two ul.dropdown-menu
        {
                padding: 40px 10px 30px 10px;
                margin: 0;
                background-color: #F3F3F3;
                z-index: 9000;
                border: 0;
                border-radius: 0;
        }

        nav#trinity_nav_two div#nav_bar_three
        {
                text-align: right !important;
        }

        nav#trinity_nav_two ul.dropdown-menu.multi-column
        {
                border-left: 1px solid grey;
                border-right: 1px solid grey;
                border-bottom: 1px solid grey;
        }
}

/* ================== Homepage ================== */

div#home_page
{
        padding-right: 0px !important;
}

div#default
{
        padding-left: 0;
        padding-right: 0;
}

/* ================== Custom Homepage 4 ================== */

/* Custom Homepage 4 */

div#custom_homepage4
{
        margin-left: -15px;
        /* margin-right: -40px; */
        height: 420px;
        background-color: #F6F6F6;
        background-image: url(/images/homepage/hero-background.svg);
        /* background-image: -webkit-linear-gradient(45deg, #6A215F 50%, #F6F6F6 50%); */
        background-repeat: no-repeat;
        background-size: cover;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div#custom_homepage4
        {
                padding-left: 25px;
                padding-right: 0px;
                margin-left: -15px;
                margin-right: -15px;
                background-color: #6A215F;
                background-position-x: -417px;
        }

        div#custom_homepage4_inner
        {
        }

        div#custom_homepage4 div#hero_text
        {
                position: relative;
                top: 37px;
                right: 14px;
                height: 161px;
        }

        div#custom_homepage4 div#hero_image
        {
                width: 100%;
                height: 259px;
                background-image: url(/images/homepage/hero-image-small.png?r=20210212_2);
                background-position: bottom right -25%;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#custom_homepage4
        {
                height: 350px;
                box-shadow: inset 0 5px 5px -5px black;
                background-position-x: 0px;
        }

        div#custom_homepage4 div#hero_text
        {
                padding-bottom: 150px;
        }

        div#custom_homepage4 div#hero_image
        {
                width: 100%;
                height: 350px;
                background-image: url(/images/homepage/hero-image.png?r=20210212_2);
                background-position: bottom right;
                background-size: 85%;
                /*
                background-position-x: 0px;
                background-position-y: 19px;
                background-size: 100%;
                 */
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#custom_homepage4
        {
                box-shadow: inset 0 5px 5px -5px black;
                background-position-x: -442px;
        }

        div#custom_homepage4_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#custom_homepage4 h2
        {
                margin-top: 0 !important;
        }

        div#custom_homepage4 div#hero_text
        {
        }

        div#custom_homepage4 div#hero_image
        {
                width: 100%;
                height: 420px;
                background-image: url(/images/homepage/hero-image.png?r=20210212_2);
                background-position: bottom 130% right 6%;
        }
}

div#custom_homepage4 h1
{
        color: #FFFFFF !important;
}

div#custom_homepage4 h2
{
        color: #FFFFFF !important;
        margin-top: 10px !important;
}

div#custom_homepage4 div#hero_image
{
        display: block;
        /* margin-bottom: 12px; */
        background-repeat: no-repeat;
}

/* ================== Custom Homepage 5 ================== */

/* Custom Homepage 5 */

/* Mobile xs */
@media (max-width: 767px)
{
        div#custom_homepage5
        {
                padding-bottom: 25px;
        }

        div#custom_homepage5 div.column1
        {
                padding-top: 39px;
        }

        div#custom_homepage5 div.column2
        {
                padding-top: 39px;
        }

        div#custom_homepage5 div.column3
        {
                padding-top: 39px;
        }

        div#custom_homepage5 div.column3 div.column3_row1 h2
        {
                text-align: center;
                margin-bottom: 30px !important;
                color: black !important;
        }

        div#custom_homepage5 p
        {
                font-size: 20px !important;
                font-weight: 300 !important;
                line-height: 1.4em !important;
        }

        div#announcements h4
        {
                color: black;
                font-weight: 400 !important;
        }

        div#announcements p a
        {
                color: black;
                font-size: 14px !important;
                font-weight: 500 !important;
                line-height: 24px;
        }

        div#announcements div.announcement_image
        {
                margin-bottom: 20px;
        }

        div#announcements .slick-dots li button:before
        {
                font-size: 20px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#custom_homepage5
        {
                padding-top: 39px;
        }

        div#custom_homepage5 div.column2
        {
                padding-top: 68px;
        }

        div#custom_homepage5 div.column1 p
        {
                font-size: 22px !important;
        }

        div#custom_homepage5 div.column3 div.column3_row1 h2
        {
                color: black !important;
        }

        div#announcements div.announcement_image
        {
                margin-bottom: 20px;
        }

        div#announcements
        {
                /* margin-left: 72px; */
                /* width: 317px; */
        }

        div#announcements .slick-dots li button:before
        {
                font-size: 20px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#custom_homepage5
        {
                padding-top: 50px;
                padding-bottom: 25px;
        }

        div#custom_homepage5_inner
        {
                max-width: 1400px;
                border-bottom: 1px solid #4E4E4E;
                padding-bottom: 30px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#custom_homepage5 div.column1
        {

        }

        div#custom_homepage5 div.column2
        {
                padding-top: 20px;
                padding-right: 72px;
                border-right: 1px solid #4E4E4E;
        }

        div#custom_homepage5 div.column3
        {
                padding-left: 72px;
        }

        div#custom_homepage5 div.column3 div.column3_row1 h2
        {
                text-align: left;
                margin-top: 13px !important;
                margin-bottom: 8px;
                color: black !important;
        }

        div#custom_homepage5 div.column3_row2
        {
                padding-top: 20px;
        }

        div#custom_homepage5 p
        {
                font-size: 28px !important;
                font-weight: 300 !important;
                line-height: 1.4em !important;
        }

        div#announcements h4
        {
                color: black;
                font-weight: 400 !important;
        }

        div#announcements div.announcement_image
        {
                margin-bottom: 20px;
        }

        div#announcements
        {
                /* margin-left: 72px; */
                /* width: 369px; */
        }

        div#announcements .slick-dots li button:before
        {
                font-size: 15px;
        }
}

div#custom_homepage5 > div.col-11
{
        padding-bottom: 30px;
        border-bottom: 1px solid black;
}

div#custom_homepage5_inner > div.row
{
        max-width: 100vw;
}

div#custom_homepage5 div.column2
{
}

div#custom_homepage5 div.column3
{

}

div#custom_homepage5 div.row a.action_button:first-child img
{
        position: relative;
        right: -76px;
}

div#custom_homepage5 a.button_action
{
        width: 100%;
}

div#announcements div.announcement_slide
{
        display: flex;
        outline: none;
}

div#announcements p
{
        color: black;
        font-size: 17px !important;
        font-weight: 300 !important;
}

div#announcements a
{
        color: black;
        font-decoration: none;
}

div#announcements ul
{
        color: black;
        font-size: 17px !important;
        font-weight: 300 !important;
}

/*
.announcements-carousel-prev
{
        left: 0;
        bottom: -240px;
}

.announcements-carousel-next
{
        right: -30px;
        bottom: -24px;
}

.announcements-carousel-prev, .announcements-carousel-next
{
        line-height: 0;
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        padding: 1px 1px 1px 3px;
        cursor: pointer;
        color: black !important;;
        outline: none;
        background: transparent;
        border: 1px solid black;
}
*/

/* ================== Custom Homepage 6 ================== */

/* Custom Homepage 6 */

div#custom_homepage6
{
        padding-top: 25px;
        padding-bottom: 25px;
}

/* Mobile xs */
@media (max-width: 767px)
{
        div#custom_homepage6 div.column1_row1
        {
                text-align: center;
                margin-bottom: 38px;
        }

        div#custom_homepage6 a h3
        {
                text-align: left;
                margin-top: 0px !important;
        }

        div#custom_homepage6 a:link
        {
                text-align: left;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#custom_homepage6 div.column1_row1
        {
                text-align: left;
                margin-bottom: 38px;
        }

        div#custom_homepage6 a h3
        {
                text-align: left;
                margin-top: 0px !important;
        }

}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#custom_homepage6_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }

        div#custom_homepage6 h2
        {
                margin-bottom: 39px !important;
        }

        div#custom_homepage6 a h3
        {
                text-align: left;
                margin-top: 0px !important;
        }

}

div#custom_homepage6 h2
{
        margin-top: 0px !important;
        color: black !important;
}

div#custom_homepage6 div.card
{
        background-color: transparent;
        border: 0;
        text-align: center;
}

div#custom_homepage6 div.card div.card-body
{
        padding: 8px 0 16px 0;
}

div#custom_homepage6 a:visited
{
        color: black;
}

div#custom_homepage6 a:link
{
        color: black !important;
        text-decoration: none !important;
}

div#custom_homepage6 a:hover
{
        color: #F2238A;
        text-decoration: none;
}

/*
div#custom_homepage6 a::after
{
        content: url(/images/homepage/button-arrow_purple.svg);
        position: relative;
        top: 0;
        right: 0;
}
*/
/* ================== Custom Homepage 7 ================== */

div#custom_homepage7
{
        padding-top: 50px;
        padding-bottom: 25px;
}

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#custom_homepage7_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#custom_homepage7_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#custom_homepage7 h2
{
        margin-top: 0 !important;
        margin-bottom: 39px !important;
        color: black !important;
}

div#custom_homepage7 h3
{
        margin-top: 0 !important;
}

div#custom_homepage7 a:link
{
        color: #6A215F;
        text-decoration: none !important;
}

div#custom_homepage7 a:visited
{
        color: #6A215F;
}

div#custom_homepage7 div.newsitem
{
        margin-bottom: 35px;
}

/* ================== Custom SELT ================== */

/* Mobile xs */
@media (max-width: 767px)
{
        body#category_selt div#template_item_category_banner_onecolumn_inner
        {
                height: 300px;
                background-position-x: -375px;
        }

        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;
        }
		
		body#category_selt div#template_item_category_banner_onecolumn_inner a
        {
                color: white;
        }
		
		body#category_selt div#template_item_category_banner_onecolumn_inner a:visited
        {
                color: white;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        body#category_selt div#template_item_category_banner_onecolumn_inner
        {
                height: 394px;
                background-position-x: -158px;
        }

        body#category_selt div#trinity_breadcrumb_row
        {
                background-color: #0096C1 !important;
        }
		
		body#category_selt div#template_item_category_banner_onecolumn_inner a
        {
                color: white;
        }
		
		body#category_selt div#template_item_category_banner_onecolumn_inner a:visited
        {
                color: white;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
		
		body#category_selt div#template_item_category_banner_onecolumn_inner a
        {
                color: white;
        }
		
		body#category_selt div#template_item_category_banner_onecolumn_inner a:visited
        {
                color: white;
        }
}

body#category_selt h2
{
        color: black !important;
}

/* ================== 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: #6A215F;
        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
{
        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
{
        color: black !important;
        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: #6A215F;
        text-decoration: none !important;
}

div.custom_helphubs a:visited
{
        color: #6A215F;
}

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: #F4F4F4;
        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)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div.template_item_scorm_inner
        {
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div.template_item_scorm_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div.template_item_scorm
{
        padding-top: 5px;
        background-color: #f5f5f5;
}

/* ================== 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 #6A215F;
        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 #6A215F;
}

div.template_item_accordion .accordion .card:not(:first-of-type):not(:last-of-type)
{
        border-bottom: 1px solid #6A215F;
}

div.template_item_accordion .accordion div.card button.btn-link
{
        padding-left: 0px;
        color: #6A215F;
        text-decoration: none;
        text-align: left;
}

div.template_item_accordion .accordion h2
{
        color: black !important;
}

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(/images/navigation/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-weight: 500 !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.section_header h2
{
        color: black !important;
}

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;
        color: black !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:hover::after
{
        content: url(/images/homepage/button-arrow_purple.png);
        position: relative;
        top: 1px;
        right: -19px;
}

div.template_item_grid div.card div.card-footer
{
        padding: 0 0 0 0;
        background-color: transparent;
        border-top: 0;
}

/* ================== 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: 70px;
                padding-left: 35px;
        }

        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%; }

/* ================== Resource Content Image Content ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#text_resource_content_image_content
        {
                float: left;
                width: 50%;
        }

        div#text_resource_content_image_content_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* ================== Resource Content Video Content ================== */

/* Mobile xs */
@media (max-width: 767px)
{
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#text_resource_content_video_content
        {
                float: left;
                width: 50%;
        }

        div#text_resource_content_video_content_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

/* ================== 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 10px 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 10px 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
{
        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_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: #6A215F;
        color: white;
}

div#search_listing h2
{
       margin-top: 15px;
        margin-bottom: 15px;
}

div#search_listing h4 a
{
        font-weight: 500 !important;
        color: #F2238A !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;
                background-color: #F6F6F6;
                color: black;
                margin-top: 10px;
                margin-bottom: 50px;
        }

        div#contact_actions h3
        {
                font-size: 17px;
        }
}

/* Tablet sm */
@media (min-width: 768px) and (max-width: 991px)
{
        div#contact_actions
        {
                padding-top: 50px;
                padding-bottom: 30px;
                background-color: #F6F6F6;
                color: black;
                margin-top: 30px;
                margin-bottom: 50px;
        }

        div#contact_actions h3
        {
                font-size: 18px;
        }
}

/* Desktop md & lg */
@media (min-width: 992px)
{
        div#contact_actions
        {
                padding-top: 50px;
                padding-bottom: 10px;
                background-color: #F6F6F6;
                color: black;
                margin-top: 30px;
                margin-bottom: 50px;
        }

        div#contact_actions_inner
        {
                max-width: 1400px;
                padding-left: 0px;
                padding-right: 0px;
        }
}

div#contact_actions div.pane_eight img
{
        width: 66px;
}

div#contact_actions p
{
        line-height: 29px !important;
}

div#contact_actions a:link
{
        color: #6A215F;
}

div#contact_actions a:visited
{
        color: #6A215F;
}

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('/images/portalhelp/button-open.png') !important;
        cursor:pointer;
        padding: 2px 0px 2px 0px;
}

section#menu li.collapsibleListClosed
{
        list-style-image:url('/images/portalhelp/button-closed.png') !important;
        cursor:pointer;
        padding: 2px 0px 2px 0px;
}

section#menu li.collapsibleListOpen ul:last-child
{
        list-style-image:url('/images/portalhelp/button-empty.png') !important;
        cursor:auto;
        padding: 2px 0px 2px 0px;
}

/* ================== 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;
}

/* ================== Blog - 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#blog_article div#blog_image
{
        margin-top: 10px;
        margin-bottom: 30px;
}

body#blog_article div#blog_date
{
        margin-top: 0px;
        margin-bottom: 10px;
}

/* ================== 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 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;
}

/* ==================  ================== */


/* 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: 34px;
        }

        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: 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;
        }
}

div#footer
{
        padding-top: 50px;
        padding-bottom: 50px;
}

div#footer ul.list-group a
{
        color: black !important;
}

div#footer ul.list-group li:first-child
{
        font-weight: bold;
}

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: black !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;
}


/* ================== Sub-sub-category (Music) ================== */

body#sub_sub_category_music h1
{
        color: #F2238A;
}

/* ================== 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 h1
{
        color: #F2238A;
}

body#buy_books a.button_action
{
        border: 1px solid #6A215F;
        color: #6A215F;
}

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 h1
{
        color: #F2238A !important;
}

#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: #6A215F;
                border: 1px solid #6A215F;
        }
}

#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: #6A215F;
}

/* ================== 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: #6A215F;
}

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 #6A215F;
        color: #6A215F;
}

/* ================== 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 #6A215F;
        color: #6A215F;
}

/* ================== 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;
        }

        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: #F6F6F6;
}

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;
}