﻿/*
    This should be componet styling to create the elements based on the UI design.

    Style needs to override/extend styling from Bootstrap 4.3 on the new MVC profiles.
*/

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
}

a {
    color: #151515;
}

a:hover, .text-muted a:hover {
    text-decoration: none;
    color: #111;
}

.text-muted, .text-muted a, .text-muted i {
    color: #868686 !important;
}

.mrp-alt-color {
    color: #6f6f6f;
}

.mrp-table-wrap {
    width: 100%;
    overflow: auto;
}

    .mrp-table-wrap td, .mrp-table-wrap th {
        white-space: nowrap;
    }

.table td {
    vertical-align: middle;
}

body {
    color: #15151e;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 300px;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 32px;
    line-height: 38px;
}

h2 {
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
}

h3 {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.mrp-pageHeading {
    padding: 10px 0 20px 0;
}

p {
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
}

caption {
    caption-side: top;
}

blockquote {
    padding-left: 15px;
    border-left: solid 5px #DEDEDE;
}

blockquote p {
    font-size: 1.1rem;
}

code {
    border: 1px solid #e83e8c;
    padding: 1px;
    border-radius:3px;
}

pre code {
    background-color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 15px;
    border-radius: 3px;
}

.form-check-input {
    margin-top: .1rem;
}

.btn {
    font-size: .8rem;
    text-transform: uppercase;
}

.sticky-top {
    top: 70px;
}

body.mrp-no-menu .sticky-top {
    top: 10px;
}

body.mrp-has-subNav .sticky-top {
    top: 130px;
}

.alert.mrp-icon-alert i:first-child {
    position: absolute;
    left: 20px;
    top: 14px;
    display: block;
}

.alert.mrp-icon-alert {
    padding-left: 38px;
}

.validation-summary-errors {
    display: inline;
}

.alert ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.mrp-hover-icon i {
    /*Using visibility so we do not change the display type of the element*/
    visibility: hidden;
}

.mrp-hover-icon:hover i {
    /*Using visibility so we do not change the display type of the element*/
    visibility: visible !important;
}

/*=BEGIN Content Styling*/

.mrp-empty-content {
    display: inline-block;
    margin: 15px;
    color: #417fa9;
    padding: 12px 20px 15px 16px;
    border-left: solid 6px #9fc5df;
    background: #e3eff6;
}

    .mrp-empty-content p {
        margin: 0;
    }

.mrp-heading h1 small,
.mrp-heading h2 small,
.mrp-heading h3 small,
.mrp-heading h4 small,
.mrp-heading h5 small {
    color: #6f6f6f;
    display: block;
    line-height: 1em;
}

.mrp-heading h1 small {
    font-size: 60%;
}

.mrp-heading h2 small {
    font-size: 70%;
}

.mrp-heading h3 small {
    font-size: 75%;
}

.mrp-heading h4 small {
    font-size: 80%;
}

.mrp-heading h5 small {
    font-size: 90%;
}

.mrp-heading h4 {
    margin: 0;
}

.mrp-heading hr {
    margin-top: 0 !important;
}

.mrp-heading h5 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.mrp-heading-has-img h5 {
    margin: 0 0 0 58px;
    padding: 6px 0;
}

.mrp-heading span {
    padding: .2rem;
}

    .mrp-heading span a {
        text-decoration: underline;
    }

.mrp-heading-has-img img {
    position: relative;
    float: left;
    max-width: 50px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
}

.mrp-heading-has-img span {
    padding: 1rem 0;
}

body.mrp-has-subNav .mrp-heading.sticky-top {
    /*This was added for the Races view of the Event profile to keep the heading positioned correctly.*/
    top: 120px;
    padding: 10px 10px 0;
    background-color: #f5f5f5;
}

/*=END MRP-HEADING Styling*/

/* =mrp-articleCard*/

.mrp-articleCard section {
    margin-bottom: 30px;
}

.mrp-articleCard a.mrp-articleCardMedia {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    height: 0;
    padding-top: 56.25%; /*expects 16:9 image*/
}

.mrp-articleCard section img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    max-width: 100%;
    vertical-align: baseline;
}

.mrp-articleCard section .mrp-articleCardMedia-video img {
    top:50%;
    left:50%;
    min-height:100%;
    min-width:100%;
    transform:translate(-50%, -50%);
}

.mrp-articleCard section a:hover img {
    z-index: -5;
}

.mrp-articleCard section a:hover p {
    color: #fff;
    background: rgba(31,31,33,.7);
}

.mrp-articleCard section p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    min-height: 50px;
    max-height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 2% 4%;
    line-height: 2.4;
    color: #151515;
    background: #f5f5f5;
}

.mrp-articleCard section h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    padding: 0;
    height: 34px;
}

/*=END MRP-CARD Styling*/

/*=News Styling*/
.mrp-news-article {
    clear: left;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 25px;
}

.mrp-news-article img {
    max-width: 300px;
    margin-right: 20px;
}
/*=END News Styling*/

/*=Generic mrp-article*/

.mrp-article{
    display:flex;
    clear:left;
    flex-wrap:nowrap;
    margin-bottom:25px;
}

.mrp-article img{
    max-width:300px;
    margin-right:20px;
}

/*=END Generic mrp-article*/


/*=Side Column Native Ad Styling*/
.mrp-native-sidebar .mrp-news-article {
    display: block;
    text-align: center;
    margin-bottom: 0px;
}

.mrp-native-sidebar .mrp-news-article img {
    width: 100%;
    max-width: 300px;
    margin: 0px 0px 5px 0px;
}

.mrp-native-sidebar .mrp-news-article section {
    text-align:left;
    width:auto;
    margin-bottom:0px;
}

.mrp-native-sidebar .mrp-news-article section header {
    margin:4px 0px;
}

/*=END Side Column Native Ad Styling*/
.mrp-container {
    border-color: #e1e1e1;
    padding: 20px;
    margin-bottom: 10px;
}

aside .mrp-container {
    margin: 0 auto 25px;
}

section {
    margin-bottom: 10px;
}

    section + section {
        margin-top: 20px;
    }

.mrp-container p {
    margin-bottom: 0;
}

    .mrp-container p + .mrp-container p {
        margin: 1rem 0 0;
    }

.mrp-container.border-top-0,
.mrp-container.border-right-0,
.mrp-container.border-bottom-0,
.mrp-container.border-left-0 {
    border-radius: 0 !important;
}

.mrp-container.rounded-top {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.mrp-container.rounded-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.mrp-container.rounded-bottom {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.mrp-container.rounded-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.mrp-getapp-bg {
    background: url('../img/getapp-bg.jpg') center center no-repeat;
    background-size: cover;
}

a.mrp-fantasy-text, .mrp-fantasy-text {
    color: #510F96;
}

.mrp-fantasy-bg button {
    color: #fff;
}

.mrp-fantasy-bg {
    color: #fff;
    background: url('../img/fantasy-bg.jpg') center center no-repeat;
}

    .mrp-fantasy-bg hr {
        background: rgba(255,255,255,.7);
    }

p.mrp-help-callout a {
    font-size:.9em;
    color: #fff;
    text-decoration: underline;
}

p.mrp-help-callout a:hover {
    color: #fff !important;
    text-decoration:none;
}

.mrp-shadow {
    box-shadow: 0 1px 3px rgba(31,31,33,.35);
}

.mrp-shadow-0 {
    box-shadow: 0 0 0 #fff !important;
}

.mrp-shadow-sm {
    box-shadow: 0 0 1px rgba(31,31,33,.35) !important;
}

.mrp-shadow-lg {
    box-shadow: 0 2px 10px rgba(31,31,33,.35) !important;
}

.mrp-shaded {
    background: #f5f5f5 !important;
}

.mrp-rounded-4 {
    border-radius: 4px !important;
}

.mrp-rounded-8 {
    border-radius: 8px !important;
}

.mrp-rounded-12 {
    border-radius: 12px !important;
}

.mrp-truncate * {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

article hr, .mrp-container hr {
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.mrp-radio-container {
    position: relative;
    padding-left: 32px !important;
}

    .mrp-radio-container + .mrp-radio-container {
        margin-top: 10px;
    }

    .mrp-radio-container .mrp-heading span {
        padding: 0;
        font-size: 14px;
        font-weight: bold;
    }

    .mrp-radio-container label {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        cursor: pointer;
    }

        .mrp-radio-container label::before {
            position: absolute;
            left: 8px;
            top: 0;
            bottom: 0;
            margin-top: auto;
            margin-bottom: auto;
        }

    .mrp-radio-container input[type="radio"] {
        display: none;
    }

    .mrp-radio-container label::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border: solid 2px rgba(31,31,33,.35);
        border-radius: 50%;
    }

    .mrp-radio-container input[type="radio"]:checked + label::before {
        border-width: 4px;
        border-color: #ed1c24;
    }

    .mrp-radio-container input[type="radio"]:checked + label {
        z-index: -1;
        cursor: default;
        background: #e1e1e1;
    }

label + input[type="checkbox"] {
    vertical-align: middle;
    margin-left: 5px;
}

.mrp-container-filter-inner h2 {
    font-size: 20px;
    line-height: 33px;
    padding-left: 10px;
    margin: 0;
    text-transform: uppercase;
}

.mrp-container-filter-inner .btn {
    white-space: nowrap;
}

.mrp-container-filter-inner p {
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px;
    margin: 0;
}

.mrp-container-altBg1 {
    color: #fff;
    background: #111;
}

.mrp-live-badge h6 {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
    margin: 0;
}

.mrp-live-badge i {
    font-size: 4em;
}

.mrp-live-badge p {
    font-size: 12px;
    line-height: 1.4em;
}


/*=END CONTAINER Styling*/

label {
    font-weight: bold;
}

.mrp-attribute-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #6f6f6f;
    line-height: 18px;
}

    .mrp-attribute-list li {
        margin-bottom: 2px;
    }

    .mrp-attribute-list strong {
        float: left;
        width: 140px;
        text-align: right;
        margin: 0 8px 0 0;
        color: #15151e;
    }

    .mrp-attribute-list span {
        float: left;
    }

/*=END Form Styling*/

/*=END Content Styling*/

/*=BEGIN FULL LAYOUT*/
body.mrp-has-subNav #mrp-header {
    height: 120px;
}

nav a {
    color: #fff;
}

main {
    position: relative;
    min-height: calc(100% - 60px);
}

body.mrp-no-menu #main {
    min-height: calc(100%);
}

body.mrp-has-header main::before {
    content: "";
    position: absolute;
    z-index: 30;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc(100% - 120px);
    box-shadow: 0 -1px 3px rgba(31,31,33,.35);
    background: #fff;
}

body.mrp-has-heroHeader main::before {
    top: 450px;
    height: calc(100% - 450px);
}

body.mrp-has-subNav main {
    min-height: calc(100% - 120px);
}

#mrp-profile-header {
    position: relative;
    padding-bottom: 30px;
    background-color: #151515;
}

body.mrp-has-heroHeader #mrp-profile-header {
    height: 560px;
    padding: 0;
}

#mrp-profile-header-image-wrap {
    position: absolute;
    height: 120px;
    width: 100%;
    overflow: hidden;
}

body.mrp-has-heroHeader #mrp-profile-header-image-wrap {
    position: fixed;
    z-index: 10;
    top: 60px;
    left: 0;
    width: 100%;
    height: 450px;
}

body.mrp-has-subNav.mrp-has-heroHeader #mrp-profile-header-image-wrap {
    top: 120px;
}

body.mrp-no-menu.mrp-has-heroHeader #mrp-profile-header-image-wrap {
    top: 0;
}

#mrp-profile-header-image-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}

body:not(.mrp-has-heroHeader) #mrp-profile-header-image-wrap::after {
    display: block;
}

#mrp-profile-header-image-wrap img {
    position: absolute;
    top: -100%;
    left: 0;
    bottom: -100%;
    margin: auto;
    width: 100%;
    min-height: 450px;
}

body:not(.mrp-has-heroHeader) #mrp-profile-header-image-wrap img {
    left: -20px;
    width: calc(100% + 40px);
    filter: blur(2px);
}

#mrp-profile-header section {
    position: relative;
    top: 30px;
    z-index: 30;
    overflow: visible;
}

    #mrp-profile-header section img {
        float: left;
        width: 110px;
        height: 110px;
        margin: 0 20px 0 0;
        border: solid 1px #e1e1e1;
        border-radius: 5px;
    }

body.mrp-has-heroHeader #mrp-profile-header section img {
    position: relative;
    top: -40px;
    width: 150px;
    height: 150px;
}

#mrp-profile-header section h2 {
    display: table-cell;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    height: 110px;
    vertical-align: middle;
    margin: 0;
}

    #mrp-profile-header section h2 small {
        line-height: normal;
        display: inline-block;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #f5f5f5;
        padding: 10px 0 0;
    }

        #mrp-profile-header section h2 small a,
        #mrp-profile-header section h2 small a:link,
        #mrp-profile-header section h2 small a:active,
        #mrp-profile-header section h2 small a:visited {
            color: #f5f5f5;
        }

            #mrp-profile-header section h2 small a:hover {
                color: #ed1c24;
            }

body.mrp-has-heroHeader #mrp-profile-header section h2 {
    color: #000;
}

    body.mrp-has-heroHeader #mrp-profile-header section h2 small {
        color: #6f6f6f;
    }

#mrp-profile-header section, #mrp-page-content, .mrp-page-content {
    max-width: 1140px;
    margin: 0 auto;
    width: 98%;
}

#mrp-page-content.container-fluid, .mrp-page-content.container-fluid {
    max-width:none;
}

body.mrp-has-heroHeader #mrp-profile-header section {
    top: 450px;
    background: #fff;
}

#mrp-page-content, .mrp-page-content {
    position: relative;
    z-index: 40;
    padding: 20px 5px;
    width: calc(98% - 10px);
    background: #fff;
}

.mrp-content-menu {
    list-style: none;
    font-size: 1.1em;
    padding: 0;
    text-transform: uppercase;
}

.mrp-content-menu-with-filter li:last-child {
    flex: 0 0 30px !important;
    text-transform: none;
}

    .mrp-content-menu-with-filter li:last-child a {
        padding: .4em;
    }

.mrp-content-filter i {
    font-size: 1.7em;
}

.mrp-content-menu li {
    flex: 1 1 auto !important;
    line-height: 20px;
}

.mrp-content-menu a {
    display: block;
    padding: .6em 0;
    border-bottom: solid 5px #e1e1e1;
}

    .mrp-content-menu a:hover {
        border-bottom-color: #cdcdcd;
    }

.mrp-content-menu li.active a {
    border-bottom-color: #a90a0e;
}

.blueimp-gallery > .indicator {
    /*Hide the thumbnails to prevent display issues for MRPFRAME-10468*/
    display: none !important;
}

.blueimp-gallery .video-content {
    max-width: 80% !important;
    max-height: 80% !important;
}

/*Calendar Date Icon*/
a.mrp-calendar-date-link {
    color: inherit;
    text-decoration: none;
}

.mrp-calendar-date {
    position: relative;
    width: 65px;
    height: 65px;
    margin: 0 0 10px;
    border-radius: 6px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

    .mrp-calendar-date .mrp-calendar-header {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0px;
        border-radius: 6px 6px 0px 0px;
        background: #444;
        height: 20px;
        font-size: 11px;
        color: #EEE;
    }

    .mrp-calendar-date .mrp-calendar-year {
        position: absolute;
        right: 5px;
        top: 3px;
    }

    .mrp-calendar-date .mrp-calendar-month {
        position: absolute;
        left: 5px;
        top: 3px;
        text-transform: uppercase;
    }

    .mrp-calendar-date .mrp-calendar-day {
        margin-top: 26px;
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }

    .mrp-calendar-date .mrp-calendar-dow {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0px;
        border-radius: 0px 0px 8px 8px;
        height: 18px;
        text-align: center;
        font-size: 11px;
    }

a:hover .mrp-calendar-date {
    color: #6f6f6f;
}

.mrp-date {
    width: 70px;
    height: 70px;
    border: solid 2px #e1e1e1;
    padding: 8px 4px;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
}

.mrp-date span {
    display: block;
    font-size: 14px;
}

.mrp-date span + span {
    font-size: 30px;
    line-height: 30px;
}

.mrp-date.mrp-date-reversed span {
    font-size: 30px;
    line-height: 32px;
}

.mrp-date.mrp-date-reversed span + span {
    font-size: 14px;
    line-height: 14px;
}


/* Begin dropdown overrides*/

.dropdown .btn {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}

.mrp-container-filter-inner .dropdown-menu.show {  
    /*This is only being set for dropdowns like those in a schedule year selector*/
    max-height: 200px;
    overflow: auto;
}

.dropdown-item {
    font-size: 12px;
    padding: .25rem 0.7rem;
}

/* End dropdown overrides*/

@media only screen and (max-width: 767px) {

    .mrp-date {
        width: 50px;
        height: 50px;
        padding: 4px;
    }

        .mrp-date span {
            font-size: 12px;
        }

            .mrp-date span + span {
                font-size: 18px;
                line-height: 18px;
            }

    .mrp-date.mrp-date-reversed span {
        font-size: 18px;
        line-height: 20px;
    }

    .mrp-date.mrp-date-reversed span + span {
        font-size: 12px;
        line-height: 12px;
    }
}

/*End Calendar Date Icon*/


/* =mrp-rowCardWrap*/

.mrp-rowCardWrap {
    display: flex;
    border: solid 1px #e1e1e1;
    border-width: 0 0 1px;
    padding: 0 10px 10px;
    margin: 0 0 10px 0;
}

    .mrp-rowCardWrap:last-child {
        border-bottom: 0 none;
    }

    .mrp-rowCardWrap.mrp-rowCardWrap-noAction {
        display: block;
    }

.mrp-rowCardImage img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    border: solid 1px #e1e1e1;
}

.mrp-rowCardInfo h3 {
    font-size: 1.7em;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
}

.mrp-rowCardInfo p {
    line-height: 1.5;
    font-size: 1em;
    margin: 0;
}

.mrp-rowCard {
    display: flex;
    width: calc(100% - 130px); /*considers action width*/
}

.mrp-rowCardWrap-noAction .mrp-rowCard {
    width: auto;
}

.mrp-rowCardWrap-noImage .mrp-rowCard {
    display: block;
}

.mrp-rowCardImage {
    margin-right: 15px;
}

.mrp-rowCardInfo {
    width: calc(100% - 85px); /*considers image width*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mrp-rowCardWrap-noImage .mrp-rowCardInfo {
    width: auto;
}

.mrp-rowCardAction {
    width: 120px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mrp-rowCardWrap .mrp-rowCardAction a.btn {
    display: block;
    padding: .375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mrp-rowCardWrap-small {
    padding: 10px 0;
}

    .mrp-rowCardWrap-small .mrp-rowCardImage {
        margin-right: 10px;
    }

    .mrp-rowCardWrap-small img {
        width: 50px;
        height: 50px;
    }

    .mrp-rowCardWrap-small .mrp-rowCardInfo h3 {
        font-size: 1.1em;
        margin-bottom: 0;
        line-height: 1.3;
    }

    .mrp-rowCardWrap-small .mrp-rowCardInfo p {
        line-height: 1.1;
        font-size: .9em;
    }

    .mrp-rowCardWrap-small .mrp-rowCard {
        width: calc(100% - 115px); /*considers action width*/
    }

    .mrp-rowCardWrap-small.mrp-rowCardWrap-noAction .mrp-rowCard {
        width: auto;
    }

    .mrp-rowCardWrap-small .mrp-rowCardInfo {
        width: calc(100% - 60px); /*considers image width*/
    }

    .mrp-rowCardWrap-small .mrp-rowCardAction {
        width: 105px;
    }

        .mrp-rowCardWrap-small .mrp-rowCardAction * {
            padding: .25rem .2rem;
            font-size: .6rem;
        }

    .mrp-rowCardWrap-small .mrp-date {
        width: 50px;
        height: 50px;
        padding: 4px;
    }

        .mrp-rowCardWrap-small .mrp-date span {
            font-size: 12px;
        }

            .mrp-rowCardWrap-small .mrp-date span + span {
                font-size: 18px;
                line-height: 18px;
            }

.mrp-rowCardWrap-small .mrp-date.mrp-date-reversed span {
    font-size: 18px;
    line-height: 21px;
}

.mrp-rowCardWrap-small .mrp-date.mrp-date-reversed span + span {
    font-size: 12px;
    line-height: 14px;
}


.mrp-rowCardWrap-large img {
    width: 140px;
    height: 140px;
}

.mrp-rowCardWrap-large .mrp-rowCardInfo {
    width: calc(100% - 155px); /*considers larger image width*/
}

.mrp-rowCardBroadcaster {
    margin-top: .25rem;
    text-align: center;
    padding: 2px;
}

@media only screen and (max-width: 767px) {

    .mrp-rowCardWrap {
        padding-left: 0;
        padding-right: 0;
    }

    .mrp-rowCardImage {
        margin-right: 10px;
    }

        .mrp-rowCardImage img {
            width: 50px;
            height: 50px;
        }

    .mrp-rowCardInfo h3 {
        font-size: 1.1em;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .mrp-rowCardInfo p {
        line-height: 1.1;
        font-size: .9em;
    }

    .mrp-rowCard {
        width: calc(100% - 115px); /*considers action width*/
    }

    .mrp-rowCardInfo {
        width: calc(100% - 60px); /*considers image width*/
    }

    .mrp-rowCardWrap .mrp-rowCardAction {
        width: 105px;
    }

        .mrp-rowCardWrap .mrp-rowCardAction a.btn {
            padding: .25rem .2rem;
            font-size: .6rem;
        }

    .mrp-rowCardBroadcaster {
        padding: 0;
        border: 0 none;
        margin-top: .1rem;
    }
}

.mrp-content-share {
    min-width: 52px !important;
    max-width: 70px !important;
}
/* =End mrp-rowCardWrap*/
/* =mrp-ad-dfp */
.mrp-ad-dfp, .mrp-ad-mrpda {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    background: #f9f9f9;
}

    .mrp-ad-dfp div {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .mrp-ad-mrpda font {
        display: none;
    }

/* =End mrp-ad-dfp */

/* =mrp-iconNav */

.mrp-iconNav {
    text-align: center;
    padding: .5rem .8rem;
    border-right: solid 1px #e1e1e1;
}

    .mrp-iconNav:last-child {
        border: 0 none;
    }

    .mrp-iconNav i {
        color: #ee2821;
        display: block;
        font-size: 4em;
        margin-bottom: 10px;
    }

    .mrp-iconNav span {
        display: block;
        font-weight: bold;
    }

    .mrp-iconNav a:hover {
        color: #ed1c24;
    }

.mrp-iconStat {
    text-align: center;
    padding: 0;
}

    .mrp-iconStat .mrp-container {
        padding: .4rem;
        margin: .4rem;
        font-weight: bold;
    }

    .mrp-iconStat span {
        font-size: .85em;
    }

    .mrp-iconStat i {
        padding: 10px 0;
    }

.mrp-iconDetails {
    display: block;
    width: 100%;
    padding: 0;
}

    .mrp-iconDetails i {
        color: #e1e1e1;
        font-size: 1.4em;
        padding-right: 5px;
        vertical-align: middle;
    }

    .mrp-iconDetails li {
        display: block;
        padding: 8px 0;
        line-height: 20px;
        border-top: solid 1px #e1e1e1;
    }

    .mrp-iconDetails ul {
        padding-left: 28px;
    }

        .mrp-iconDetails ul li {
            border: 0 none;
            padding: 0;
        }

/* =END mrp-iconNav */


/* =Begin MRP Extras */

.mrp-rotate-270 {
    transform: rotate(270deg) translateZ(0);
    display: block;
}

.mrp-rotate-315 {
    transform: rotate(315deg) translateZ(0);
}

/* =END MRP Extras*/


/* =Begin MRP Date Picker */

.bootstrap-datetimepicker-widget table td span {
    width: 64px;
}

/* =END MRP Date Picker*/

/* =MRP Points / Results */

.mrp-points-rank {
    width: 45px;
}

.mrp-points-num {
    width: 50px;
}

.mrp-points-pic {
    width: 35px;
}

.mrp-points-driver {
    white-space: nowrap;
}

.mrp-points-stat {
    width: 90px;
}

.mrp-points-total {
    width: 100px;
}

    .mrp-points-total small {
        font-size: .9em;
    }

td.mrp-results-label {
    padding: 0;
}

table td.bg-success {
    color: #fff; /*First used for drag "win" side bar*/
}

td.mrp-pairings-label {
    width: 100px;
}

table.table-fixed {
    table-layout: fixed;
    word-wrap: break-word;
}

    table.table-fixed td {
        vertical-align: top;
    }


/* =END MRP Points / Results */

/* =LIVE TIMING */
#mrp-live-embed {
    width: 100%;
    /*160 enough of an offset to show the top menus and give just a little space for the live viewer to fit on the screen*/
    height: calc(100vh - 160px);
    min-height: 500px;
}

#mrp-live-embed.mrp-live-embed-full {
    /*Full screen mode needs much less of the height removed.*/
    height: calc(100vh - 10px);
}

/* =END LIVE TIMING */

/*=BEGIN SUPER PAGE STYLING*/
.elementDownload .fileThumb {
    display: none;
}

.elementWrap {
    margin: 0 20px 20px;
}

    .elementWrap h1,
    .elementWrap h2,
    .elementWrap h3,
    .elementWrap h4,
    .elementWrap h5,
    .elementWrap h6 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin-bottom: .75rem;
    }

.elementHeading {
    margin: 0 0 15px;
}

    .elementHeading span {
        display: block;
        margin: 0 0 0 15px;
        font-style: italic;
    }

.elementMedia {
    text-align: center;
}

.elementWrap img {
    border-radius: 3px;
    padding: 2px;
    border: solid 1px #e1e1e1;
    max-width: 94%;
}

.elementWrap.elementGallery .singlePhoto {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}

    .elementWrap.elementGallery .singlePhoto img {
        max-width: 100%;
    }

.elementWrap .quickGalWrap_left {
    float: left;
}

.elementWrap .quickGalWrap_right {
    float: right;
}

.elementWrap .listCol {
    display: inline-block;
    min-width: 20%;
    max-width: 46%;
    margin: 0 1%;
    vertical-align: top;
}

.elementWrap ul, .elementWrap ol {
    margin: 0;
    padding-left: 15px;
}

.elementWrap ul {
    padding-left: 20px;
}

.elementWrap p {
    margin-bottom: 10px;
}

.elementDownload .file a {
    display: block;
    margin: 0 15px 5px;
    padding: 3px 5px;
    border-radius: 3px;
    background: #e1e1e1;
}

    .elementDownload .file a::before {
        content: "\f15c";
        font-family: "Font Awesome 5 Pro";
        margin: 0 5px 0 0;
    }

.mrp-container .elementWrap {
    margin: 0;
}

/*=END SUPER PAGE STYLING*/

/*= SEAT MAPS*/
.reserved-seating-map-wrapper {
    position: relative;

    /* When the inner svg is zoomed, this prevents it from expanding out of the page and covering other elements.*/
    overflow: hidden;

    /* 
        Centering the contents of this wrapper since the map is set to be a max height. 
        This max height COULD cause the map to not fill the width.
    */
    text-align:center;
}

.reserved-seating-map-svg {
    /* 
        Only allowing the map to be 200px smaller than the view port MAX.
        This allows the map to fully display on the screen at once.
        This rule requires the text-align:center; on reserved-seating-map-wrapper
    */
    max-height: calc(100vh - 240px);
}

.reserved-seating-map-controls-wrapper {
    z-index: 1000;
    border-bottom: solid 1px #dee2e6;
    position: relative;
    height: 50px;
    background: #FFF;
}

.reserved-seating-map-controls {
    position: absolute;
    top: 7px;
    left: 7px;
}

.reserved-seating-map-close-button {
    position: absolute;
    top: 7px;
    right: 7px;
}

.reserved-seating-map-controls-wrapper h4 {
    line-height: 50px;
}

.reserved-seating-map-target {
    fill-opacity: 0;
    cursor: pointer;
}

.reserved-seating-map-target.label {
    cursor: default !important;
    fill-opacity:1;
}

.reserved-seating-map-target.label:hover {
    fill-opacity:1;
}

.reserved-seating-map-target:hover {
    fill-opacity: .2;
    cursor: pointer;
}

.reserved-seating-map-target.label.mrp-map-aisle,
.reserved-seating-map-target.label.mrp-map-aisle-stroked{
     fill: #E1E1E1;
}

.reserved-seating-map-target.label.mrp-map-aisle-stroked{
    stroke:#FFF;
    stroke-width:8px;
}

.reserved-seating-map-target.label.mrp-map-walkway {
    fill: #E1E1E1;
}

.reserved-seating-map-target.label.mrp-map-tunnel {
    fill: #E1E1E1;
}

.reserved-seating-map-target.mrp-map-half-opacity {
    opacity: .5;
}

.reserved-seating-map-target.seat.available {
    fill-opacity: 1;
    fill: #009D48;
}

.reserved-seating-map-target.seat.available.accessible-seating {
    fill-opacity: 1;
    fill: #0A6CA9;
}

.reserved-seating-map-target.seat.available:hover {
    fill-opacity: .7;
    stroke: #212529;
    stroke-width: 1px;
}

.reserved-seating-map-target.seat.added {
    fill: #FFF;
    stroke: #212529;
    stroke-width: 2px;
}

.reserved-seating-map-target.unavailable {
    fill-opacity: .2;
    cursor: default;
}

.reserved-seating-map-target.section-full {
    fill-opacity: .2;
    cursor: default;
}

.reserved-seating-map-target text {
    font-family: 'Font Awesome 5 Pro';
    fill: #FFF;
    font-size: 1.1em;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;

}

.reserved-seating-map-target.seat.available:hover text
 {
    fill-opacity: 1;
    stroke-width: 0px;
}

.reserved-seating-map-target.seat.added text{
     fill:#000;
     stroke-width: 0px;
     fill-opacity: 1;
}


.reserved-seating-loading-block {
    text-align: center;
    height: 500px;
    padding-top: 240px;
}

.reserved-seating-map-banner{
    overflow:hidden;
    position:relative;
    height: 180px;
    background-position:center;
    background-size:cover;
    border-radius:5px;
}

.reserved-seating-map-banner a{
    position:absolute;
    z-index:2;
    height:100%;
    width:100%;
    display:block;
    top:0px;
    left:0px;
    color:#FFF;
}

.reserved-seating-map-banner a:hover{
    color:#FFF !important;
    text-shadow:1px 0px 3px #000;
}

.reserved-seating-map-banner a h1{
    line-height:180px;
    text-transform:uppercase;
}

.reserved-seating-map-banner .cover{
    position:absolute;
    z-index:1;
    width:100%;
    height: 100%;
    background:#000;
    opacity: 0.7;
    top: 0px;
    left: 0px;
}

.reserved-seating-map-banner:hover .cover {
    opacity: 0.5;
}

.reserved-seating-map-track-direction-indicator {
    position: absolute;
    text-align: center;
    z-index: 1000;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 8px;
    background: #15151F;
    width: 100%;
    text-align: center;
    color: #FFF;
    margin: 0px;
}

.reserved-seating-map-track-direction-indicator.down {
    bottom: 0;
}

.reserved-seating-map-track-direction-indicator.down + .reserved-seating-map-svg{
    padding-bottom:48px;
}

.reserved-seating-map-track-direction-indicator.up {
    top: 60px;
}

.reserved-seating-map-track-direction-indicator.up + .reserved-seating-map-svg{
    padding-top:60px;
}

.reserved-seating-map-track-direction-indicator.right {
     /*This style may not be correct.  We can change on the first map using right.*/
    writing-mode: vertical-lr;
    text-orientation: upright;
    right: 0;
}

.reserved-seating-map-track-direction-indicator.left {
     /*This style may not be correct.  We can change on the first map using left.*/
    writing-mode: vertical-lr;
    text-orientation: upright;
    left: 15px;
}

.reserved-seating-selected-item-qty {
    width:110px;
}

@media only screen and (max-width: 600px) {
    .reserved-seating-map-svg {
        /* 
            On smaller screens we force the map to be at least this large.
            This is so there is more room on the screen for zooming/panning the map
        */
        min-height: 300px;
        max-width:100%;
    }
}

/*= END SEAT MAPS*/

/*=BEGIN PRINT TICKETS*/
body.mrp-print-ticket-body {
    background: #f6f6f6;
}

.mrp-print-ticket-wrapper{
    max-width:900px;
    margin:0px auto;
}

.mrp-print-ticket {
    background: #FFF;
    padding:25px;
}

.mrp-print-break {
    page-break-after: always;
}

/*=END PRINT TICKETS*/

/*=BEGIN DTG ITEMS*/
#mrp-dtgitem-wrap{
    position:relative;
}

#mrp-dtgitem-wrap #mrp-loading-screen{
    position:absolute;
    background:#DEDEDE;
    opacity:.5;
    width:100%;
    height:100%;
    z-index:1000;
    top:0px;
    left:0px;
    color:#000;
    padding-top:200px;
}

.mrp-dtg-style {
    width: 100px;
    height:139px;
    cursor: pointer;
}

.mrp-dtg-style strong {
    display: block;
    margin-top: 2px;
    font-size: .8em;
    line-height: 1em;
}

.mrp-dtg-style img {
    width: 96px;
    height:112px;
    border: 2px solid #dee2e6;
}

.mrp-dtg-style.active img {
    border-color: #000;
}

.mrp-dtg-color {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.mrp-dtg-color.active{
     border: 2px solid #000;
     padding:2px;
}

.row.mrp-dtg-size-row .col{
    padding-left:2px;
    padding-right:2px;
}

.mrp-dtg-size {
    border: 2px solid #dee2e6;
    padding: 2px 4px;
    margin-bottom:4px;
    min-height: 50px;
    cursor: pointer;
}

.mrp-dtg-size h5 {
    font-size: 14px;
}

.mrp-dtg-size.active {
     border-color: #000;
}

/*= END DTG ITEMS*/
/*=END FULL LAYOUT*/


/*=BEGIN RESPONSIVE*/
@media only screen and (max-width: 1351px) {
    body.mrp-has-heroHeader #mrp-profile-header {
        height: 410px;
    }

    body.mrp-has-heroHeader #mrp-profile-header-image-wrap {
        height: 300px;
    }

    #mrp-profile-header-image-wrap img {
        min-height: 300px;
    }

    body.mrp-has-heroHeader #mrp-profile-header section {
        top: 300px;
    }

    body.mrp-has-heroHeader main::before {
        top: 300px;
        height: calc(100% - 300px);
    }
}

@media only screen and (max-width: 991px) {
    body.mrp-has-heroHeader main::before {
        top: 120px;
        height: calc(100% - 120px);
    }

    body.mrp-has-heroHeader #mrp-profile-header {
        height: auto;
        padding-bottom: 30px;
    }

        body.mrp-has-heroHeader #mrp-profile-header section {
            top: 30px;
            background: none;
        }

            body.mrp-has-heroHeader #mrp-profile-header section img {
                top: auto;
                width: 110px;
                height: 110px;
            }

            body.mrp-has-heroHeader #mrp-profile-header section h2 {
                color: #fff;
            }

                body.mrp-has-heroHeader #mrp-profile-header section h2 small {
                    color: #f5f5f5;
                }

    body.mrp-has-heroHeader #mrp-profile-header-image-wrap {
        height: 120px;
    }

        body.mrp-has-heroHeader #mrp-profile-header-image-wrap::after {
            display: block;
        }

        body.mrp-has-heroHeader #mrp-profile-header-image-wrap img {
            left: -20px;
            width: calc(100% + 40px);
            filter: blur(10px);
        }
}

/*Medium >= 768 (Small and Below)*/
@media only screen and (max-width: 767px) {

    h1 {
        font-size: 24px;
        line-height: 26px;
    }

    h2 {
        font-size: 21px;
        line-height: 26px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    h4 {
        font-size: 16px;
        line-height: 18px;
    }

    h5 {
        font-size: 14px;
        line-height: 15px;
    }

    .display-4 {
        font-size: 2rem;
    }

    .btn {
        font-size: .7rem;
    }

    #mrp-profile-header section h2 {
        font-size: 22px;
        line-height: 22px;
    }

        #mrp-profile-header section h2 small {
            padding-top: 4px;
        }

    body {
        padding-bottom: 0;
    }

    .mrp-iconNav i {
        font-size: 2em;
        margin-bottom: 5px;
    }

    .mrp-iconStat .mrp-container {
        padding: .2rem;
        margin: .3rem;
    }

    .mrp-iconStat i {
        padding: 5px;
        font-size: 1.4em;
    }

    td.mrp-pairings-label {
        width: 85px;
    }

    table.table-fixed {
        font-size: .95em;
        line-height: 1.3;
    }
}

/*Small >= 576 (Extra Small and Below)*/
@media only screen and (max-width: 575px) {

    .mrp-heading h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .mrp-container {
        padding: 10px;
    }

    #mrp-profile-header section h2 small {
        display: none;
    }

    .mrp-attribute-list li {
        margin-bottom: 6px;
    }

    .mrp-attribute-list strong,
    .mrp-attribute-list span {
        display: block;
        text-align: left;
        float: none;
    }

    .input-group.small input {
        font-size: 1.1em;
    }

    .input-group.small button {
        padding: .3rem .5rem;
    }

    .mrp-points-pic {
        min-width: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .elementWrap .quickGalWrap_left,
    .elementWrap .quickGalWrap_right {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    td.mrp-pairings-label {
        width: 70px;
    }

    table.table-fixed {
        font-size: .85em;
        line-height: 1.1;
    }

    .mrp-news-article {
        display: block;
        margin-bottom: 35px;
    }

    .mrp-news-article img {
        max-width:100%;
        margin: 0 0 20px 0;
    }

    .mrp-article img {
        max-width:100px;
    }

    .mrp-article p:last-child{
        margin-bottom: 0;
    }
}

@media only screen and (max-height: 600px) {
    body.mrp-has-subNav .sticky-top, .sticky-top {
        top: 10px;
    }

    body.mrp-has-subNav .mrp-heading.sticky-top {
        /*This was added for the Races view of the Event profile to keep the heading positioned correctly.*/
        top: 0;
        padding: 10px 10px 0;
        background-color: #f5f5f5;
    }
}

/*=END RESPONSIVE*/


@media print {

    body {
        padding-bottom: 60px;
    }

    a, a:not(.btn) {
        text-decoration: none;
    }

        a.btn {
            color: #212529;
            border-color: #e1e1e1;
            background-color: #e1e1e1;
        }

    body.mrp-has-heroHeader #mrp-profile-header {
        height: auto;
        padding-bottom: 30px;
    }

        body.mrp-has-heroHeader #mrp-profile-header section {
            top: 30px;
        }

            body.mrp-has-heroHeader #mrp-profile-header section img {
                top: 0;
                width: 110px;
                height: 110px;
            }

    #mrp-profile-header {
        background: none;
    }

    body.mrp-has-subNav .mrp-heading.sticky-top {
        position: relative;
        top: 0;
        padding: 5px 5px 3px;
        margin: 0 0 10px;
    }

    #mrp-profile-header section h2, #mrp-profile-header section h2 small {
        color: #000;
    }

        #mrp-profile-header section h2 small a, #mrp-profile-header section h2 small a:link, #mrp-profile-header section h2 small a:active, #mrp-profile-header section h2 small a:visited {
            color: #222;
        }

    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .mrp-rowCardWrap {
        page-break-inside: avoid;
    }
	
	.mrp-rowCardInfo p{
		white-space: normal;
	}

    table td.bg-success {
        color: #28a745;
    }

    .mrp-fantasy-bg {
        background: #eee;
        color: #111;
    }

    body.mrp-print-ticket-body {
        background: #FFF;
        width: 100%;
        padding: 0px;
        min-width: 100% !important;
    }

    .mrp-print-ticket-wrapper{
        max-width:100%;
        margin: 0px;
    }

    .mrp-print-ticket{
        padding:0px;
    }
}


/*Responsive Borders*/
@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-sm-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-sm-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-sm-top-0 {
        border-top: 0 !important;
    }

    .border-sm-right-0 {
        border-right: 0 !important;
    }

    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-sm-left-0 {
        border-left: 0 !important;
    }

    .border-sm-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-sm {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-md-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-md-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-md-top-0 {
        border-top: 0 !important;
    }

    .border-md-right-0 {
        border-right: 0 !important;
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-md-left-0 {
        border-left: 0 !important;
    }

    .border-md-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-md {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-lg-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-lg-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .border-lg-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-lg {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #e3e7eb !important;
    }

    .border-xl-right {
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-xl-left {
        border-left: 1px solid #e3e7eb !important;
    }

    .border-xl-top-0 {
        border-top: 0 !important;
    }

    .border-xl-right-0 {
        border-right: 0 !important;
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-xl-left-0 {
        border-left: 0 !important;
    }

    .border-xl-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-xl {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}
/* End Responsive Borders*/