@import url('https://d3bp9g7eptramp.cloudfront.net/nflsuites2025/public_assets/css/fonts/stylesheet.css');
@import url('./fonts/stylesheet.css');

html {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    position: relative;
}
body {
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    color: #000000;
    font-family: 'Proxima Nova Regular', sans-serif;
    width: 100%;
    min-width: 320px;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 1080;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required)::after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Global css */
.admin_email {
    color: #FF00C3 !important;
    font-family: 'Proxima Nova Bold', sans-serif;
}

.has-top-border {
    border-top: 1px solid #012244;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }
    @-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

a, a:hover, a:focus, a:active {color: inherit;text-decoration: underline;}
.coll{padding:0px!important; margin:0px!important}
.red_header{background-color: #d30505}
label{font-weight: normal;}
.visible-xxs{display: none;}
.visible-lx,
.visible_tablet{display: none}
.visible-xs, .visible-sm, .visible-md {display: none !important;}
.hidden {display: none!important; visibility: hidden!important;}
.hidden_tablet, .hidden-xs {display: block;}
/* .mt-2{margin-bottom: 10px} */
.red_text{color: #ED132F;}
.dgrey_text{color: #484848}
.lgrey_text{color: #9b9b9d}
.lblue_text{color: #00a9ce!important}
.right_border{ border-right:1px solid #434343}
.left_border{ border-left:1px solid #434343; margin-left: -1px}
.bottom_border{ border-bottom:1px solid #434343}
.top_border{ border-top:1px solid #434343}
.mtb-3{margin: 10px 0}
.pb-5{padding-bottom: 20px}
.red-text{color: #d50a0a; font-family: 'Proxima Nova Regular', sans-serif;}
.pink-text{color:#da3c83; font-family: 'Proxima Nova Regular', sans-serif;}
#new_card_btn{border: 2px solid red; background: transparent; padding: 5px 25px; font-size: 16px; line-height:24px;}
#existing_card_btn{border: 2px solid #01356a; background: transparent; padding: 5px 25px; font-size: 16px; line-height:24px;}
.form-control{border-radius: 0px!important;}

.chevron_down_icon {width: 16px;height: 10px;margin-left: 8px;}
.chevron_open{ transform: rotate(180deg);}

.btn-close{background: url('https://d3bp9g7eptramp.cloudfront.net/nflsuites2026/public_assets/images/btn_close.svg')no-repeat!important;}

body .layout-content-wrapper {
    width: 100%;
    height: 100vh;
}
/* General style */
body .help_block, .error_label {font-size: 14px; line-height: 17px; letter-spacing: -0.14px;font-family: 'Proxima Nova Regular', sans-serif;color:#E72639; width: 100%; padding-top: 8px;}
body.login .error_label {color:#E72639;}
body .errors{border: 1px solid #ED2024!important;}
body label.radio.errors {color:#E72639; border: none!important;}
body .real_estate {position: relative; padding: 0; margin: 0; min-height: 100%; width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;}
body .real_estate .top_container {width: 100%; padding: 0; margin: 0;}
body .real_estate .top {float: left; width: 100%;}
body .real_estate .top .slide {width:100%; position: relative; float: left; background: #000; margin: 0px;}
body .real_estate .top .slide ul {float: left; width: 100%; padding:0px !important; margin: 0px!important; list-style: none}
body .real_estate .top .slide ul li {float: left; width: 100%;}
body .real_estate .top .slide ul li img {float: left; width: 100%; height: auto;}
body .real_estate .top .static_slide{background: #000; margin:0px;position: relative; overflow: hidden;}
body .real_estate .top .static_slide img{width: 100%; height: auto}
body .real_estate .top .banner {position: relative; background-size: 100%; height: auto; min-height: unset; color: #FFFFFF; float: left; width: 100%;}
body .real_estate .top .banner .banner_img {position: relative; width: 100%; height: auto;}
body .real_estate .top .banner .banner_img img {width: 100%; height: auto;}
body .real_estate .top .banner .banner_text {position: relative; z-index: 9; top: 0px; float: left; width: 100%;}
body .real_estate .top .banner .banner_text p {position: relative; float: right; display: block; font-size:30px;height:100%; margin:0px 3.2% 0px 0px; padding: 43px 0px 0px; width: 100%; max-width: 800px;}
body .real_estate .top .banner .banner_text p .sb_banner_logo{position: relative; width: 100%; max-width: 432px; height: auto; margin: 0px auto;}
body .real_estate .top .banner .banner_text p span{position: relative; display: block; margin-top: 18px; text-transform: uppercase; width: 100%; letter-spacing: 7px; font-size: 28px; font-family: 'Proxima Nova Regular', sans-serif;line-height: 34px; text-align: center;color:#EBE4E2}
body .real_estate .content_container {float: left; position: relative; width: 100%; max-width: 1470px; margin: 0 auto; height: auto; margin-bottom: 51px;}
body .real_estate .content_container .page_content {position: relative; width: 100%; margin: 0px; padding: 0px; background: #FFFFFF; padding-bottom: 40px; display: flex;flex-direction: column; border-radius: 0px 0px 20px 20px;}
body .real_estate .footer {box-sizing: border-box; background: #393088; color: #FFFFFF; height: 130px; width: 100%; position: relative; display: table; border: none; outline: none;}
body .real_estate .home_content_container {width: 100%; background: url("https://d3bp9g7eptramp.cloudfront.net/nflsuites2026/public_assets/images/internal_new.png") no-repeat top center; background-size: cover; background-color: #090D16; position: relative;background-attachment: fixed;min-height: 100vh;}
body .real_estate .home_content_container .home_content_inner {width: 100%; max-width: 1270px; margin: 0 auto; padding: 0 30px; overflow: hidden; position: relative;}

.sticky-active { position: fixed; top: 0; width: 100%; z-index: 1000;}


/* Error_404 page */
body.notfound .notfound_page_content_container {width: 100%; padding: 0px 16px; margin: 0; float: left;}
body.notfound .real_estate .home_content_container .home_content_inner{max-width: 1190px;}
body.notfound .notfound_page_content_container .notfound_page_content {width: 100%; max-width: 700px; padding: 0; margin: 0 auto; margin-top: 62px; margin-bottom: 184px;}
body.notfound .notfound_page_content_container .notfound_page_content .page_logo_box {width: 100%; max-width: 578px; padding: 0; margin: 0 auto; margin-bottom: 48px;}
body.notfound .notfound_page_content_container .notfound_page_content .page_logo_box img {width: 100%; height: auto;}
body.notfound .notfound_page_content_container .notfound_page_content .page_content_copy {color: #000000; width: 100%; padding: 0; margin: 0; margin-bottom: 15px; font-size: 28px; line-height: 40px; letter-spacing: 0px; font-family: 'FranklinGothic LT ExtraCond', sans-serif; text-align: center;}
body.notfound .notfound_page_content_container .notfound_page_content .page_link_copy {width: 100%; padding: 0; margin: 0; font-size: 20px; line-height: 32px; letter-spacing: 0.32px; font-family: 'FranklinGothic LT ExtraCond', sans-serif; text-align: center;}
body.notfound .notfound_page_content_container .notfound_page_content .page_link_copy a, body.notfound .notfound_page_content_container .notfound_page_content .page_link_copy a:hover, body .notfound_page_content_container .notfound_page_content .page_link_copy a:focus, body .notfound_page_content_container .notfound_page_content .page_link_copy a:active {color: #764EB5; line-height: 32px; letter-spacing: 0.32px; text-decoration: underline;}
/* Error_404 Page end */

/* Event Closed Page */
body.eventclosed .notfound_page_content_container {width: 100%; padding: 0px 16px; margin: 0; float: left;}
body.eventclosed .notfound_page_content_container .notfound_page_content {width: 100%; max-width: 700px; padding: 0; margin: 0 auto; margin-top: 56px; margin-bottom: 184px;color: #000000;}
body.eventclosed .notfound_page_content_container .notfound_page_content .page_logo_box {width: 100%; max-width: 578px; padding: 0; margin: 0 auto; margin-bottom: 48px;}
body.eventclosed .notfound_page_content_container .notfound_page_content .page_logo_box img {width: 100%; height: auto;}
body.eventclosed .notfound_page_content_container .notfound_page_content .page_content_copy {width: 100%; padding: 0; margin: 0; margin-bottom: 15px; font-size: 48px; line-height: 60px; letter-spacing: 0px; font-family: 'FranklinGothic LT ExtraCond', sans-serif; text-align: center;}
body.eventclosed .notfound_page_content_container .notfound_page_content .page_link_copy {width: 100%; padding: 0; margin: 0; font-size: 20px; line-height: 32px; letter-spacing: 0.32px; font-family: 'Proxima Nova Regular', sans-serif; text-align: center;}
body.eventclosed .notfound_page_content_container .notfound_page_content .page_link_copy a, body.notfound .notfound_page_content_container .notfound_page_content .page_link_copy a:hover, body .notfound_page_content_container .notfound_page_content .page_link_copy a:focus, body .notfound_page_content_container .notfound_page_content .page_link_copy a:active {color: #764EB5; text-decoration: underline;}
body.eventclosed .home_content_container .page_content_header{background-color: #FF00C3;height: 60px;width: 100%;padding: 0px 32px;display: flex;align-items: center;justify-content: center;margin: 0;text-align: center;border-radius: 0;}
body.eventclosed .home_content_container .page_content_header .page_content_title{width: 100%;padding: 0;margin: 0;font-size: 24px;line-height: 32px;letter-spacing: 0px;color: #fff;font-family: 'Proxima Nova Regular', sans-serif;}
body.notfound .real_estate, body.eventclosed .real_estate  { padding-top: 0;}
/* Event Closed Page End */

body .real_estate .progress_bar {background: #FFFFFF; border: none; outline: none;}
body .real_estate .progress_bar .progress_detials {width: 100%; max-width: 1210px; margin: 0 auto; text-align: left; overflow: visible; position: relative; z-index: 2; box-shadow: 0px 3px 6px #00000029;opacity: 1;}
body .real_estate .progress_bar .progress_body {width: 100%; max-width: 1210px;  margin: 0 auto; text-align: center;}
body .real_estate .progress_bar .progress_body p {font-family: 'Proxima Nova Regular', sans-serif; color: #000000; font-size: 28px; line-height: 1.2; letter-spacing: 0px;}
body .real_estate .progress_bar .progress_body p:last-of-type {font-family: 'Proxima Nova Regular', sans-serif; color: #003349; font-size: 25px; line-height: 30px; padding: 32px auto 14px;}
body .real_estate .progress_bar .progress_body p img {max-width: 38px; width: 100%; margin: 0 auto 0px 2px; height: auto; position: relative; top: -2px}
body .real_estate .progress_bar .progress_body p.heading_paragraph {font-size: 22px; line-height: 1.2; letter-spacing: 0px; color: #00063C; font-family: 'Proxima Nova Regular', sans-serif; text-align: center;}
body .real_estate .progress_bar .progress_body p.heading_paragraph a {color: #3363FF; text-decoration: underline;}
body .real_estate .progress_bar .progress_body span.heading {font-family: 'Proxima Nova Regular', sans-serif; color: #00063C; font-size: 22px;}
body .real_estate .progress_bar .progress_body span {font-family: 'Proxima Nova Regular', sans-serif;}
body .real_estate .progress_bar .progress_body .homepage_accordion_controls {width: 100%; max-width: 570px; padding: 0; margin: 0 auto; margin-top: 29px; overflow: hidden; overflow-x: scroll; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; -ms-overflow-style: none; scrollbar-width: none;}
body .real_estate .progress_bar .progress_body .homepage_accordion_controls::-webkit-scrollbar {display: none;}
body .real_estate .progress_bar .progress_body .homepage_accordion_controls ul.control_list {width: 100%; padding: 0; margin: 0; list-style: none;}
body .real_estate .progress_bar .progress_body .homepage_accordion_controls a {text-decoration: none; border: none!important; outline: none!important;}
body .real_estate .progress_bar .progress_body .homepage_accordion_controls ul.control_list li.accordion_control_item {width: auto; padding: 8px; margin: 0px 12px; font-size: 18px; letter-spacing: 0px; color: #00063C; font-family: 'Proxima Nova Regular', sans-serif; text-align: center; outline: none!important; border: 0; border-bottom: 2px solid #00063C; display: inline-block;}
body .real_estate .progress_bar .progress_body .homepage_accordion_controls ul.control_list li.accordion_control_item.active {padding: 10px 25px; border: none!important; outline: none!important; border-radius: 3px; background: #3363FF; color: #FFFFFF; font-family: 'Proxima Nova Regular', sans-serif;}
body .real_estate .progress_bar .progress_body .homepage_accordion_controls ul.control_list li.accordion_control_item.active span {font-family: 'Proxima Nova Regular', sans-serif; outline: none!important; border: none!important;}
body .real_estate .progress_bar .progress_section{padding: 0px 50px 0px 80px; width: 100%; max-width: 1210px; display: block; margin: 0px auto;}
body .real_estate .progress_bar .progress_section .progress_content{ width: 100%; color: #e0e0e0;display: inline-block;}
body .real_estate .progress_bar .progress_section .progress_content ul {list-style: none; -webkit-margin-before: 0px;-webkit-margin-after: 0px;-webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0px;margin: 0; overflow: visible;}
body .real_estate .progress_bar .progress_section .progress_content li {display: inline-block;}
body .real_estate .progress_bar .progress_section .progress_content li .progress-marker { background: #003349; color:#fff; font-size: 28px;font-family: 'Proxima Nova Regular', sans-serif; width: 62px; height: 62px; padding-bottom: 0px; border: 0px; border-radius: 50%; -webkit-transition: none; transition: none; -webkit-transition-duration: 0s; transition-duration: 0s; }
body .real_estate .progress_bar .progress_section .progress_content li::after {width: calc(100% - 85px); background-color: #003349; z-index: 1; top:28px; float: left; left:73px;height: 5px}
body .real_estate .progress_bar .progress_section .progress_content li:last-child {display: inline-block; width: 0}
body .real_estate .progress_bar .progress_section .progress_content li .progress-text{text-align: center; color: #043349; margin-left:22px}
body .real_estate .progress_bar .progress_section .progress_content li .progress-text h4{font-size: 19px; font-family: 'Proxima Nova Regular', sans-serif; font-weight: normal;line-height: 23px}
body .real_estate .progress_bar .progress_section .progress_content li .progress-text span{font-family: 'Proxima Nova Regular', sans-serif; font-weight: normal;font-size: 19px;line-height: 23px}
body .real_estate .progress_bar .progress_section .progress_content li .progress-text span.progress-action {display: block; font-family: 'Proxima Nova Regular', sans-serif; font-weight: normal; text-transform: uppercase; width: 100%; max-width: 82px; padding: 1px 6px; margin: 7px auto 0px; font-size: 20px; line-height: 24px; color: #FFFFFF; border-radius: 3px; background: #ED132F; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);}
body .real_estate .progress_bar .progress_section .progress_content li .progress-text span.progress-action img {width: 22px; height: auto; position: relative; top: -2px;}
body .real_estate .progress_bar .progress_section .progress_content li.is-complete .progress-marker {background: #D50A0A}
body .real_estate .progress_bar .progress_section .progress_content li.is-complete .progress-marker img{width:32px; height: auto;}
body .real_estate .progress_bar .progress_section .progress_content li.is-complete::after{background-color:#D50A0A }

body .toggler {position: fixed; margin: 16px; width: 50px; z-index: 999;}

body .toggler span {display: block;position: absolute;height: 7px;width: 50%;background: #da3c83; border: 0px solid #da3c83; border-radius: 3px;z-index: 1; opacity: 1;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
body .toggler span:nth-child(even) {left: 0; border-radius: 0 7px 7px 0;}
body .toggler span:nth-child(odd) {left:0px;border-radius: 7px 0 0 7px;}
body .toggler span:nth-child(1), body .toggler span:nth-child(2) {top: 0px;}
body .toggler span:nth-child(3), body .toggler span:nth-child(4) {top: 14px;}
body .toggler span:nth-child(5), body .toggler span:nth-child(6) {top: 28px;}
/*body .toggler.open span{background: #da3c83}
body .toggler.open span:nth-child(1),body .toggler.open span:nth-child(6) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
body .toggler.open span:nth-child(2),body .toggler.open span:nth-child(5) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
body .toggler.open span:nth-child(1) {left: 5px;top: 13px;}
body .toggler.open span:nth-child(2) {left: calc(50% - 5px);top: 13px;}
body .toggler.open span:nth-child(3) {left: -50%;opacity: 0;}
body .toggler.open span:nth-child(4) {left: 100%;opacity: 0;}
body .toggler.open span:nth-child(5) {left: 5px;top: 29px;}
body .toggler.open span:nth-child(6) {left: calc(50% - 5px);top: 29px;}*/

body .menu {width: 100%; height: 80px; background: #FF00C3; z-index: 1000; overflow: visible; border: none;}

body .menu .top_box_items {display: none;}
body .menu .logo_box {float: left; width: 100%; padding: 35px 20px 25px; background: #FF00C3; display: none;}
body .menu .logo_box img {position: relative; width: 100%; max-width: 107px; height: auto;margin: 0 auto; display: block;}
body .menu .close_box {display: none;}
body .menu .menu_box {float: unset; width: 100%; max-width: 1920px; padding: 0; margin: 0 auto;}
body .menu ul.menu_list {float: left; list-style: none; margin: 0px 0px 0px; background: #FF00C3; padding: 26px 20px 0px; height: 60px; width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; gap: 16px;}
body .menu ul.menu_list li {position: relative; display: inline-block; text-align: center; list-style: none; text-transform: uppercase;}
/* body .menu ul.menu_list li span.menu_text:hover,body .menu ul.menu_list li span.menu_text.active {padding-bottom: 8px;} */
body .menu ul.menu_list li span.menu_text, body .menu ul.menu_list li [class*='_dropdown_holder'] li span {display: -webkit-box;display: -ms-flexbox;display: flex; gap: 10px; float: left; width: 100%; padding: 0px 8px; text-align: center; font-size: 18px; line-height: 20px; letter-spacing: 0.47px; color: #ffffff; cursor: pointer; font-family: 'FranklinGothic LT ExtraCond', sans-serif;}
body .menu ul .menu_item .menu_text_drop{text-transform: capitalize !important;}
body .menu ul.menu_list li span.menu_text.active, body .menu ul.menu_list li.active span.menu_text:not(.active) {padding-bottom: 9px; border-bottom: 2px solid #FF00C3;}
/* body .menu ul.menu_list li.last_item span{padding-bottom: 54px} */
body .menu ul.menu_list a, a:hover, a:focus .home_navi {text-decoration: none;}
body .menu ul.menu_list li.home_navi {background: #fff;}
/* body .menu ul.menu_list li:not(.home_navi).active span.menu_text {color: #DB3641;}*/
body .menu ul.menu_list li.home_navi {text-transform: none;}
body .menu ul.menu_list li.home_navi {background: #fff; color: #003349;}
/*body .menu ul.menu_list li.home_navi.active span.menu_text {color:#D50A0A;}
body .menu ul.menu_list li:not(.active) span.menu_text:hover {color: #D50A0A;}*/
body .menu ul.menu_list li [class*='_dropdown_holder'] {width: auto; min-width: 175px; padding: 0px; margin: 15px 0px 0px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); background: #FFFFFF; border: none; border-radius: 8px; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 1000; float: left; list-style: none; overflow: hidden; display: flex; flex-direction: column; flex-wrap: nowrap;}
body .menu ul.menu_list li [class*='_dropdown_holder'] li {width: 100%; padding: 0;}
body .menu ul.menu_list li [class*='_dropdown_holder'] li:hover, body .menu ul.menu_list li.home_navi:hover {background: #764EB5;}
body .menu ul.menu_list li [class*='_dropdown_holder'] li:hover span {background: #764EB5;color: #FFFFFF;}
body .menu ul.menu_list li [class*='_dropdown_holder'] li span {background: transparent; padding: 12px 17px; color: #000000; font-family: 'FranklinGothic LT ExtraCond', sans-serif; text-align: left; line-height: 27px;}
body .menu ul.menu_list li [class*='_dropdown_holder'] li span.active {background: #764EB5; color: #FFFFFF;}
body .menu ul.menu_list li .suite_dropdown_holder li.active {background: #FF00C3; color: #FFFFFF;}
body .menu ul.menu_list li .suite_dropdown_holder li.active span { font-family: 'FranklinGothic LT ExtraCond', sans-serif !important; background: #764EB5; color: #FFFFFF;}
.home_navi.active span {font-size: 18px;}
.white_bg{background:white;}



/* Bootbox Modal Default Styles */
body .bootbox.modal {width: 100%; padding: 0px 16px !important;}

body .bootbox.modal .modal-dialog {margin: 7% auto 0px; width: 100%; max-width: 640px; border-radius: 8px;}
body .bootbox.modal .modal-dialog .modal-content {border: none}
body .bootbox.modal .modal-dialog .modal-content .modal-body {background: #FFFFFF; border: none; outline: none; border-radius: 3px 3px 0px 0px; width: 100%; padding: 40px 25px 0px; margin: 0px; position: relative; height: auto; font-size: 16px; line-height: 24px; letter-spacing: 0px; color: #000000; font-family: 'Proxima Nova Regular', sans-serif; font-weight: normal; min-height: 90px; display: table;text-align: center;}
body .bootbox.modal .modal-dialog .modal-content .modal-header .close {width: 48px; height: 48px; background-color: #FFFFFF; opacity: 1; margin: 0 !important; padding: 0; position: absolute; right: -25px; top: -25px; font-size: 20px; line-height: 39px; text-align: center; color: #000000;}
body .bootbox.modal .modal-dialog .modal-content .modal-header .modal-body .close img.modal_close {width: 100%; height: 100%;}
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body p, body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body > div { text-align: center; }
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body .success_style {text-align: center; color: #000000; font-size: 16px; line-height: 24px; letter-spacing: 0.26px; font-family: 'Proxima Nova Regular', sans-serif;}
body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body .success_style p { color: #000000; font-family: 'Proxima Nova Regular', sans-serif; font-weight: normal;}
body .bootbox.modal .modal-dialog .modal-content .modal-footer { width: 100%; background: #FFFFFF; border: none; outline: none; border-radius: 8px; padding: 19px 16px 62px; height: auto; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; display: block !important; }
body .bootbox.modal .modal-dialog .modal-content .modal-footer .btn {width: 100%; max-width: 124px; height: 40px; line-height: 42px; border-radius: 8px; font-size: 18px; letter-spacing: 0px; font-family: 'FranklinGothic LT ExtraCond', sans-serif; padding: 0px; margin: 0px 10px; border: none; outline: none;}
body .bootbox.modal .modal-dialog .modal-content .modal-footer .btn.btn-primary {background: #FF00C3 !important; border: none; color: #FFFFFF;}
.sdc_link{color: #FF00C3;  font-family: 'Proxima Nova Bold', sans-serif;}
/* .modal-header .btn-close{width: 15px;height: 15px;} */
/* Bootbox Modal Default Styles */

body.access_code_page .bootbox.modal .modal-dialog .modal-content .access_code_modal-header{background: #FF00C3;color: #fff;text-align: center;justify-content: center;text-transform: uppercase;font-size: 20px;font-family: 'Proxima Nova Regular', sans-serif;}
body.access_code_page .bootbox.modal .modal-dialog .modal-content .access_code_modal-header .modal-title{color: #fff;font-size: 20px;font-family: 'Proxima Nova Regular', sans-serif;}
body.access_code_page .bootbox.modal .modal-dialog .modal-content .modal-body{padding: 58px 64px 0px;}
body.access_code_page .bootbox.modal .modal-dialog .modal-content .modal-body label{color: #000000;font-size: 18px;font-family: 'Proxima Nova Regular', sans-serif;margin-bottom: 12px;}
body.access_code_page #resend_access_code_modal.bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body > div {text-align: left;}
body.access_code_page .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body .form-control {border: 1px solid #999999;border-radius: 3px;height: 40px;}
body.access_code_page .bootbox.modal .modal-dialog .modal-content .modal-footer{display: flex !important;flex-direction: column;}
body.access_code_page .bootbox.modal .modal-dialog .modal-content .modal-footer p{margin-top: 66px;}
body.access_code_page .bootbox.modal .modal-dialog .modal-content .modal-footer p a{color: #FF00C3}

body .footer, body #notfount_page_content .footer, body .real_estate .footer { color: #FFFFFF; height: auto; min-height: 130px; width: 100%; position: relative; display: table;}
body .footer, body.login .footer {box-sizing: border-box; background-color: #764EB5; color: #FFFFFF; height: 14vh; width: 100%; position: relative; display: table; border: none; outline: none;}
body .footer .inner {padding: 20px; height: 100%; display: table-cell; vertical-align: middle; text-align: center; border: none; outline: none;}
body .real_estate .footer .inner {padding: 0 20px; height: 100%; display: table-cell; vertical-align: middle; text-align: center;}
body .footer .inner, body.login .footer .inner {padding: 20px; height: 100%; display: table-cell; vertical-align: middle; text-align: center;}

body .footer .footer_top_text, body .real_estate .footer .footer_top_text, body.login .footer .footer_top_text {padding: 0px 16px 0px; margin-bottom: 10px; display: block; font-size: 16px;line-height: 24px; letter-spacing: 0px; font-family: 'Proxima Nova Bold', sans-serif;}
body .footer .footer_legal, body .real_estate .footer .footer_legal, body.login .footer .footer_legal {padding: 0px 16px 0px; display: block;font-size: 14px; line-height: 15px; letter-spacing: 0px; font-family: 'Proxima Nova Regular', sans-serif;}
body .footer .footer_legal, body .real_estate .footer .footer_legal { font-family: 'Proxima Nova Regular', sans-serif; }


body .footer{color: #FFFFFF;height: auto;min-height: 130px;width: 100%;position: relative;display: table;}
body .home_content_container .home_content_inner{width: 100%;max-width: 1270px; margin: 0 auto;padding: 0 30px;overflow: hidden;position: relative;}
body .home_content_container .content_container{float: left;position: relative;width: 100%;max-width: 1470px;margin: 0 auto;height: auto;margin-bottom: 51px;}
/* body.notfound .home_content_container .content_container{max-width: 1210px;} */
body .home_content_container .content_container .page_content .page_content_header{background-color: #FF00C3;height: 60px;width: 100%;padding: 0px 32px;display: flex;align-items: center;justify-content: center;margin: 0;text-align: center;border-radius: 0;}
body .home_content_container .content_container .page_content .page_content_header .page_content_title { width: 100%;padding: 0;margin: 0;font-size: 24px;line-height: 32px;letter-spacing: 0px;color: #fff; font-family: 'Proxima Nova Regular', sans-serif;}

/* Responsive styles */

@media (min-width: 768px){
    body .no_padding_lr{padding-left: 0px !important;padding-right: 0px !important;}
    body .no_padding_l{padding-left: 0px !important;}
    body .no_padding_r{padding-right: 0px !important;}
    body .no_padding_t{padding-top: 0px !important;}
    body .no_padding_b{padding-bottom: 0px !important;}
    body .no_padding_tb{padding-top: 0px !important;padding-bottom: 0px !important;}
    body .no_margin_lr{margin-left: 0px !important;margin-right: 0px !important;}
    body .no_margin_l{margin-left: 0px !important;}
    body .no_margin_r{margin-right: 0px !important;}
    body .no_margin_t{margin-top: 0px !important;}
    body .no_margin_b{margin-bottom: 0px !important;}
    body .no_margin_tb{margin-top: 0px !important;margin-bottom: 0px !important;}

    body .menu ul.menu_list li [class*='_dropdown_holder'] a {display: inline-block; width: 100%; font-size: 0; line-height: 0;}
}

/* Custom styles for sm */
@media (min-width: 768px) and (max-width: 991px) {}

/* Custom styles for md */
@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1600px) {
    .visible-lx{ display: block; }
}

@media (min-width: 1024px) and (max-width: 1320px) {
    body .menu ul.menu_list li span.menu_text {font-size: 16px; line-height:24px; padding: 0px 8px;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] li span {font-size: 18px;}
}

@media screen and (max-width:1023px) {
    .visible-sm{display: block!important;}
    /* body .mobile_toggler_holder.overlay-active{background: rgba(32, 15, 26, 0.75)} */
    /* body .real_estate.overlay-active {background-color: rgba(0, 0, 0, 0.5);top: 0;left: 0;width: 100%;height: 100%;opacity: 1;transition: opacity 0.3s ease, visibility 0.3s ease;} */
    .overlay-active{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99;background-color: rgba(32, 15, 26, 0.75);}
}
/* Custom styles for Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .middle_content_with_border{ border-left: none; border-right: none; border-top: 2px solid #1C1C1C; border-bottom: 2px solid #1C1C1C }


    .sticky-active{
        position: unset;
    }
    
    .visible_tablet{display: block !important;}
    .hidden_tablet{display: none !important;}

    .chevron_down_icon {float: right;}

    body .mobile_toggler_holder {display: block; height: auto; min-height: 56px; background: #FF00C3; width: 100%; border-bottom: none; position: sticky; top:0px; z-index: 9999;}
    body .mobile_toggler_holder .toggler {width: 43px;}
    body .mobile_toggler_holder .toggler span {width: 100%; height: 4px; background: #ffffff; border: 0px solid #000000;}
    body .mobile_toggler_holder .toggler span:nth-child(3), body .toggler span:nth-child(4) {top:14px;}
    body .mobile_toggler_holder .toggler span:nth-child(5), body .toggler span:nth-child(6) {top: 28px;}
    /*body .mobile_toggler_holder .toggler.open span:nth-child(5) {top:25px;}
    body .mobile_toggler_holder .toggler.open span:nth-child(6) {top:25px;}*/
    body .mobile_toggler_holder .nfl_logo_box {float: left; width: 100%; max-width: 33px; padding: 0; margin: 5px 16px;}
    body .mobile_toggler_holder .nfl_logo_box img {width: 100%; height: auto;}
    body .menu {z-index: 10000; width: 60%; max-width: 800px; border: none; left: -100%; top: 0; position: fixed; overflow-y: scroll; height: 100%; background-color: #ffffff;}
    body .menu ul.menu_list {float: left; list-style: none; margin: 28px 0px; padding: 0; width: 100%; display: block; flex-direction: unset; flex-wrap: unset; justify-content: unset; background-color: #ffffff;}
    body .menu ul.menu_list li {display: block; text-align: left;}
    body .menu ul.menu_list li span.menu_text {display: -webkit-box;display: -ms-flexbox;display: flex; gap: 10px; float: left; width: 100%; padding: 20px; text-align: left; font-size: 20px; line-height: 1.2; letter-spacing: 0px; color: #000000; cursor: pointer; border-bottom: none!important;}
    body .menu ul.menu_list li span.suite_details_title .fa, body .menu ul.menu_list li span .fa {font-size: 18px; float: right;}
    body .menu ul.menu_list li:not(.home_navi).active span.menu_text, body .menu ul.menu_list li span.menu_text.active {background: #764EB5; color: #FFFFFF; padding: 16px; display: -webkit-box;display: -ms-flexbox;display: flex; gap: 10px;}
    body .menu ul.menu_list li.home_navi:active span {color: #E11D38!important; font-size: 18px !important; line-height: 22px;}
    body .menu ul.menu_list li .suite_dropdown_holder li span {font-size: 18px !important; line-height: 22px !important;}
    body .menu ul.menu_list li .suite_dropdown_holder li.active span {background: #764EB5; color: #FFFFFF; font-family: 'Proxima Nova Regular', sans-serif !important; font-size: 18px !important; line-height: 22px !important;}
    body .menu ul.menu_list li.last_item span {padding-bottom: 32px;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] {position: relative; width: 100%; min-width: unset; max-width: 100%; display: none; margin: 0px; z-index: 1; top: unset; left: unset; box-shadow: none; transform: initial; padding: 6px 10px;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] li {width: 100%;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] li span {padding: 12px 20px; font-size: 18px; letter-spacing: 0px; color: #000000; background: transparent; text-align: left;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] li span.active {background: transparent; color: #000000;}
    body .menu .top_box_items {display: block; float: left; width: 100%; padding: 0;}
    body .menu .logo_box {float: unset; width: 128px; max-width: 100%; padding: 0; margin: 16px; margin-top: 65px; background: #FFFFFF; display: block;}
    body .menu .logo_box img {position: relative; width: 100%; max-width: 100%; height: auto; margin: 0; display: block;}
    body .menu .close_box {float: right; width: 100%; max-width: 28px; display: block; padding: 0; margin: 24px 16px; background: #FFFFFF;}
    body .menu .close_box img {width: 100%; height: auto; margin: 0; display: block;}

    body .bootbox.modal .modal-dialog .modal-content .modal-header .close {width: 36px;height: 36px;}
}

/* Custom xs styles */
@media (max-width: 767px) {
    .visible-xs{display: block !important;}
    .chevron_down_icon { float: right;}
    .visible_tablet{display: block !important;}
    .hidden_tablet{display: none !important;}
    body .real_estate .top .banner{margin-top: 0px;}
    body .real_estate .content_container .page_content{border-radius: 0px 0px 8px 8px;}
    body .footer .footer_top_text, body .real_estate .footer .footer_top_text, body.login .footer .footer_top_text{font-size: 14px;line-height: 15px; margin-bottom: 12px;}
    body .footer .footer_legal, body .real_estate .footer .footer_legal{font-size: 12px;line-height: 12px;}
    body .footer, body.login .footer{min-height: auto;}
    body .real_estate .menu ul.menu_list .chevron_down_icon{margin-top: 10px;}
    /* Error 404 Page */
    body.notfound .real_estate {padding: 0;}
    body.notfound .notfound_page_content_container .notfound_page_content {width: 100%; max-width: 100%; padding: 0; margin: 0 auto; margin-top: 48px; margin-bottom: 220px;}
    body.notfound .notfound_page_content_container .notfound_page_content .page_logo_box {width: 100%; max-width: 307px; padding: 0; margin: 0 auto; margin-bottom: 32px;}
    body.notfound .notfound_page_content_container .notfound_page_content .page_content_copy {margin-bottom: 0px; font-size: 18px; line-height: 40px; letter-spacing: 0px;}
    body.notfound .notfound_page_content_container .notfound_page_content .page_content_copy.internal_content_copy{line-height: 25px!important;}
    body.notfound .notfound_page_content_container .notfound_page_content .page_link_copy {font-size: 14px; line-height: 22px;}
    /* Error 404 Page End */

    /* Event Closed Page */
    body.eventclosed .home_content_container .page_content_header .page_content_title{font-size: 18px;line-height: 32px;}
    body.eventclosed .home_content_container .page_content_header{height: 56px;}
    body.eventclosed .notfound_page_content_container .notfound_page_content{margin-top: 48px;}
    body.eventclosed .notfound_page_content_container .notfound_page_content .page_content_copy{font-size: 24px;line-height: 32px; }
    /* Event Closed Page End */

    .name_img img{margin: 30px auto; float: none }
    ol li{ font-size: 15px; letter-spacing: 0px;line-height: 28px;color:#1C1C1C;font-family: 'Proxima Nova Regular', sans-serif}
    .middle_content_with_border{ border-left: none; border-right: none; border-top: 2px solid #1C1C1C; border-bottom: 2px solid #1C1C1C }

    body .no_padding_lr_xs{padding-left: 0px !important;padding-right: 0px !important;}
    body .no_padding_l_xs{padding-left: 0px !important;}
    body .no_padding_r_xs{padding-right: 0px !important;}
    body .no_padding_t_xs{padding-top: 0px !important;}
    body .no_padding_b_xs{padding-bottom: 0px !important;}
    body .no_padding_tb_xs{padding-top: 0px !important;padding-bottom: 0px !important;}
    body .no_margin_lr_xs{margin-left: 0px !important;margin-right: 0px !important;}
    body .no_margin_l_xs{margin-left: 0px !important;}
    body .no_margin_r_xs{margin-right: 0px !important;}
    body .no_margin_t_xs{margin-top: 0px !important;}
    body .no_margin_b_xs{margin-bottom: 0px !important;}
    body .no_margin_tb_xs{margin-top: 0px !important;margin-bottom: 0px !important;}


    /* Bootbox Modal Default Styles */
    body .bootbox.modal {width: 100%; padding: 0px 16px !important;}
    body .bootbox.modal .modal-dialog {margin: 30% auto 0px; width: 100%; max-width: 590px; border-radius: 8px;}
    body .bootbox.modal .modal-dialog .modal-content {border: none}
    body .bootbox.modal .modal-dialog .modal-content .modal-body {background: #FFFFFF; border: none; outline: none; border-radius: 3px 3px 0px 0px; width: 100%; padding: 43px 16px 0px; margin: 0px; position: relative; height: auto; color: #000000; font-family: 'Proxima Nova Regular', sans-serif; font-weight: normal; min-height: 90px; display: table;}
    body.access_code_page .bootbox.modal .modal-dialog .modal-content .modal-body{padding: 43px 16px 0px;}
    body .bootbox.modal .modal-dialog .modal-content .modal-header .modal-body .close {width: 36px; height: 36px; right: -10px; top: -15px;}
    body.access_code_page .bootbox.modal .modal-dialog .modal-content .modal-footer p{margin-top: 28px;}
    body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body .success_style {font-size: 16px; line-height:24px; letter-spacing: 0.26px;}
    body .bootbox.modal .modal-dialog .modal-content .modal-footer {width: 100%; background: #FFFFFF; border: none; outline: none; border-radius: 8px; padding: 25px 20px 78px; height: auto; text-align: center;}
    body .bootbox.modal .modal-dialog .modal-content .modal-footer .btn {width: 100%; max-width: 124px; height: 40px; line-height: 40px; background: #e5e5e5; border-radius: 3px; color: #000000; font-size: 18px; letter-spacing: 0px; padding: 0px; margin: 0px 10px; border: none; outline: none;}
    body .bootbox.modal .modal-dialog .modal-content .modal-body .bootbox-body .success_style p { color: #000000;}
    /* Bootbox Modal Default Styles */

    body .mobile_toggler_holder {display: block; height: auto; min-height: 64px; background: #FF00C3; width: 100%; border-bottom: none; position: sticky; top:0px; z-index: 9999;}
    body .mobile_toggler_holder.scrolled {border-bottom: 1px solid #003347;}
    body .mobile_toggler_holder .toggler {width: 32px;}
    body .mobile_toggler_holder .toggler span {width: 100%; height: 3px; background: #ffffff; border: 0px solid #000000;}
    body .mobile_toggler_holder .toggler span:nth-child(3), body .toggler span:nth-child(4) {top:10px;}
    body .mobile_toggler_holder .toggler span:nth-child(5), body .toggler span:nth-child(6) {top: 20px;}
    /*body .mobile_toggler_holder .toggler.open span:nth-child(5) {top:25px;}
    body .mobile_toggler_holder .toggler.open span:nth-child(6) {top:25px;}*/
    body .mobile_toggler_holder .nfl_logo_box {float: left; width: 100%; max-width: 34px; padding: 0; margin: 8px 16px;}
    body .mobile_toggler_holder .nfl_logo_box img {width: 100%; height: auto;}
    body .menu {z-index: 10000; width: 301px; border: none; left: -100%; top: 0; position: fixed; overflow-y: scroll; height: 100%; background-color: #ffffff;}
    body .menu ul.menu_list {float: left; list-style: none; margin: 28px 0px; padding: 0; width: 100%; position: unset; background-color: #FFFFFF; display: block; flex-direction: unset; flex-wrap: unset; justify-content: unset; gap: unset;}
    body .menu ul.menu_list li {display: block; text-align: left;}
    body .menu ul.menu_list li span.menu_text {float: left; width: 100%; padding: 16px; text-align: left; font-size: 18px; line-height: 27px; letter-spacing: 0px; color: #000000; cursor: pointer;}
    body .menu ul.menu_list li span.suite_details_title .fa, body .menu ul.menu_list li span .fa {font-size: 18px; float: right;}
    body .menu ul.menu_list li:not(.home_navi).active span.menu_text, body .menu ul.menu_list li span.menu_text.active {background: #764EB5; color: #FFFFFF; padding: 16px; border: none;}
    body .menu ul.menu_list li.home_navi:active span {color: #D50A0A!important; font-size: 14px !important; line-height: 20px;}
    body .menu ul.menu_list li .suite_dropdown_holder li span {font-size: 14px !important; line-height:20px !important;}
    body .menu ul.menu_list li .suite_dropdown_holder li.active span {background: #764EB5; color: #FFFFFF; font-family: 'Proxima Nova Regular', sans-serif !important; font-size: 14px !important; line-height: 20px !important;}
    body .menu ul.menu_list li.last_item span {padding-bottom: 32px;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] {position: relative; width: 100%; min-width: unset; max-width: 100%; display: none; margin: 0px; padding-left: 0px; z-index: 1; top: unset; left: unset; box-shadow: none; transform: initial;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] li {width: 100%;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] li span {padding: 16px 12px 10px; font-size: 14px; line-height: 20px; letter-spacing: 0px; color: #000000; background: transparent; text-align: left;}
    body .menu ul.menu_list li [class*='_dropdown_holder'] li span.active {background: transparent; color: #000000;}
    body .menu .top_box_items {display: block; float: left; width: 100%; padding: 0;}
    body .menu .logo_box { width: 100%; max-width: 187px; padding: 0; margin: 67px 16px 0; background: #FFFFFF; display: block;}
    body .menu .logo_box img {position: relative; width: 128px; max-width: 100%; height: auto; margin: 0; display: block;}
    body .menu .close_box {float: right;width: 100%; max-width: 20px;display: block; padding: 0; margin: 24px 16px; background: #FFFFFF;}
    body .menu .close_box img {width: 100%; height: auto; margin: 0; display: block;}

    body .real_estate .content_container{padding: 0px;width: 100%;max-width: 92%;margin: 0 auto;float: unset;}
    body .real_estate .home_content_container .home_content_inner{width: 100%;max-width: 100%;margin: 0;padding: 0;overflow: hidden;}
    body.notfound .real_estate .home_content_container .home_content_inner{width: 100%;max-width: 100%;}
    body .home_content_container .home_content_inner{padding: 0px 16px;}
    .hidden-xs {display: none !important;}
}


@media (max-width: 510px) {
    .visible-xxs{display: block;}
}
/* Anything greater than the smaller phone size */
@media (min-width: 468px) {
    .visible-mobile { display:none !important;}
    .hidden-mobile { display:block !important;}
}

/* Custom mobile styles (Smaller phones) */
@media (max-width: 467px) {
    .visible-mobile { display:block !important;}
    .hidden-mobile { display:none !important;}
    body .bootbox.modal .modal-dialog .modal-content .modal-header .close{width: 36px;height: 36px;right: -10px;top: -22px;}
}


/* Correct this to match current project */
.inherit_link, .inherit_link:hover, .inherit_link:active, .inherit_link:focus {color: inherit!important; text-decoration: none!important;}
.blue_link {color: #FF00C3!important; text-decoration: underline!important; font-family: 'Proxima Nova Bold', sans-serif;}
.blue_link_no_hover {color: #FF00C3!important; text-decoration: underline!important; font-family: 'Proxima Nova Bold', sans-serif;}
.blue_link:hover, .blue_link:active, .blue_link:focus {color: #E11D38!important;}
.red_highlight {color: #E71A19;}
.bold {font-family: 'Proxima Nova Bold', sans-serif; }