body {
    margin:0;
}

div#sndbx-ribbon {
    z-index:99999 !important;
}

.boxBody {
    color:#000;
}

.close {
    background: #fff;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    padding-right: 20px;
    float: right;
    position: relative;
    cursor: pointer;
}
.close:after {
    content: "";
    height: 24px;
    border-left: 1px solid #333;
    position: absolute;
    transform: rotate(45deg);
    left: 23px;
}

.close:before {
    content: "";
    height: 24px;
    border-left: 1px solid #333;
    position: absolute;
    transform: rotate(-45deg);
    left: 23px;
}

#sideContent {
    width:170px;
    height:700px;
    text-align:left;
    padding-top:30px;
    padding-left:10px;
    position:fixed;
    font-size:15px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
}

.sideContentHeader {
    width:90%;
    margin-bottom:10px;
    line-height:30px;
    border-bottom: 2px solid #666666;
}

#mainContentLeft {
    width:880px;
    float:left;
}

#sideContentRight {
    width:270px;
    text-align:left;
    padding-left:10px;
    font-size:15px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:600;
    float:left;
}

#mainContent {
    width:1000px;
    margin-left:180px;
}

#menuFrame {
    width:100%;
    max-width:1349px;
    position:relative;
    margin:0 auto;
}

#purchaseMenuFrame {
    width:100%;
    margin:0 auto;
}

#drfNavigation {
    width:100%;
    background-color:#ffffff;
    top:0;
    position:fixed;
    z-index:9999;
}

#purchaseNavigation {
    width:100%;
    background-color:#ffffff;
    top:0;
    position:fixed;
    z-index:9999;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}

.headerTopWrap {
    width:728px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:10px;
    text-align:center;
}

#nav_btn{
    display: block;
    float: left;
    padding: 20px 8px 20px 8px;
    cursor: pointer;
}
#nav_btn span, #nav_btn span::before, #nav_btn span::after{
    width: 26px;
    height: 2px;
    float: left;
    display: block;
    background: #666;
    position: relative;
    text-indent: -9000px;
}
#nav_btn span{ margin: 8px 0; }
#nav_btn span::before, #nav_btn span::after{
    content: '';
    position: absolute;
}
#nav_btn span::before{ top: -8px; }
#nav_btn span::after{ bottom: -8px; }
#nav_btn span, #nav_btn span:before, #nav_btn span:after{
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#nav_btn.active span{ background-color: transparent; }
#nav_btn.active span::before, #nav_btn.active span::after{ top: 0; }
#nav_btn.active span:before{
    background: #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#nav_btn.active span::after{
    background: #666;
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}

.hamburgerDrop {
    width:186px;
    height:400px;
    margin-left:-20px;
    margin-top:35px;
    position:fixed;
    display:none;
    background-color:#ffffff;
    border:1px solid #cccccc;
}

.headerTopLogo {
    height:60px;
    float:left;
}

.headerTopLogo img{
    height:60px;
}

#modalOverlay {
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.7);
    z-index:99998;
    position:fixed;
    display:none;
}

#railOverlay {
    top:0;
    left:0;
    width:0;
    height:0;
    background-color: #ffffff;
    z-index:998;
    position:fixed;
    display:none;
}

.modalContent {
    top:0;
    width:1200px;
    overflow:hidden;
    background-color:#ffffff;
    position:absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align:center;
    display:none;
    z-index:99999;
}

.modalLogin {
    top:100px;
    width:624px;
    height:400px;
    background-color:#ffffff;
    position:absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align:center;
    display:none;
    z-index:99999;
}

.modalX {
    float:right;
    margin-right:10px;
    cursor:pointer;
    font-size:18px;
}

.modalColumn {
    width:250px;
    min-height:340px;
    text-align:left;
    margin:10px 10px 10px 20px;
    float:left;
}

.modalTopNav {
    font-size:22px;
    line-height:36px;
    font-family: 'Alfa Slab One', cursive;
    font-weight:400;
    margin-bottom:15px;
}

.modalShopHeader {
    font-size:18px;
    line-height:26px;
    font-family: 'Alfa Slab One', cursive;
    font-weight:400;
    color:#19345E;
    margin-left:15px;
    margin-bottom:10px;
}

.modalSubNav {
    display:block;
}

.modalListNav {
    width:100%;
}

.modalListIndent {
    margin-left:15px;
}

.modalListNav a{
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    width:100%;
    display:inline-block;
    font-size:16px;
    line-height:26px;
    font-weight:400;
}

.modalListNav a:hover{
    color:#005bf0;
}

.headerClose {
    background: #fff;
    width: 24px;
    height: 24px;
    margin-top:10px;
    padding-right:20px;
    float:right;
    position: relative;
    cursor:pointer;
}
.headerClose:after {
    content: '';
    height: 24px;
    border-left: 1px solid #333;
    position: absolute;
    transform: rotate(45deg);
    left: 23px;
}

.headerClose:before {
    content: '';
    height: 24px;
    border-left: 1px solid #333;
    position: absolute;
    transform: rotate(-45deg);
    left: 23px;
}

.clearFloat {
    clear: both;
}

ul {
    list-style-type: none;
}

.hidden {
    display:none;
}

.navContainer {
    width:100%;
    max-width:1349px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

.purchaseNavContainer {
    width:100%;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

#mainMenuContainer {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 16%);
     width:100%;
     height:60px;
     display: flex;
    flex-direction: row;
    align-items: stretch;
 }

#purchaseMenuContainer {
    border-bottom: 1px solid #cccccc;
    width:100%;
    height:56px;
    display: flex;
}

#mainMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f6f6;
    flex: 1;
}

.mainMenu {
    height:60px;
    line-height:60px;
    margin-left:2px;
    margin-right:2px;
    float:left;
}

.mainMenu a{
    padding-left:5px;
    padding-right:5px;
    font-size:15px;
    color:#333;
    font-weight:600;
}

.mainMenu a:hover {
    color:#2161cc;
}

.mainMenu a.active {
    color:#2161cc;
}

.navIcon {
    height:25px;
    width:25px;
    margin-right:5px;
    vertical-align:middle;
    cursor:pointer;
}

.topNavLine {
    padding: 20px 10px 20px 0;
    width:2px;
    border-left: 2px solid #ccc;
    float:left;
}

#loginRegisterNavDiv {
    float:left;
}


#loginNavDiv {
    height:40px;
    width:60px;
    text-align:center;
    color:#0066cc;
    font-size:15px;
    line-height:40px;
    margin-right:5px;
    font-weight:700;
    cursor:pointer;
    float:left;
}

#registerNavDiv {
    height:40px;
    width:82px;
    border-radius: 4px;
    text-align:center;
    background:#EC1C24;
    box-shadow: 0 4px 4px -3px rgb(236 28 36 / 50%);
    color:#ffffff;
    font-size:15px;
    font-weight:600;
    line-height:40px;
    margin-right:10px;
    cursor:pointer;
    float:left;
}


#noLoginNavDiv {
    cursor:pointer;
    margin-right:10px;
    float:left;
}

#secondaryNavWrap {
    text-align:center;
}

#subNavContainer {
    width:100%;
    height:38px;
    -webkit-box-shadow:0 2px 2px #cccccc;
    -moz-box-shadow:0 2px 2px #cccccc;
    box-shadow:0 2px 2px #cccccc;
}

#subNav {
    display:inline-block;
    height:38px;
    margin:0 auto;
    max-width: 100%;
    white-space: nowrap;
}

#subNavHeader {
    height:53px;
}

.subNav {
    height:37px;
    line-height:37px;
    color:#ffffff;
    float:left;
    display:block;
}

.subNav a{
    color:#ffffff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:600;
    padding-left:5px;
    padding-right:5px;
}

.subNavSelected {
    background-color:#ffffff;
}

.subNavBlack {
    color:#000000;
}

.subNavHeaderText {
    font-size:28px;
    line-height:53px;
    font-family: 'Alfa Slab One', cursive;
    font-weight:400;
    margin-top:5px;
    margin-bottom:10px;
	text-align: center;
}

.thirdNav {
    display:none;
    text-align:left;
    position:fixed;
    background-color:#cccccc;
    border:solid 1px #666;
    font-size:13px;
}

.thirdNav a{
    color:#ffffff !important;
    font-size:13px;
    font-weight:400;
}

#userInitials {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px #666666;
    color: #666;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: none;
    vertical-align: middle;
    cursor:pointer;
}

#userAvatar {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    vertical-align: middle;
    cursor:pointer;
}

.user-arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    margin-left:3px;
    margin-bottom:3px;
    display: inline-block;
}

.user-arrow-down-active{
    border-top: 0;
    border-bottom: 5px solid #666;
}

.userProfileDropdown {
    width:190px;
    margin-top:12px;
    margin-left:-116px;
    padding-left:0;
    position:absolute;
    background-color:#ffffff;
    z-index:99;
    display:none;
}

.userProfileDropdownItem {
    width:190px;
    height:40px;
    line-height:40px;

}

.userProfileDropdownItem a{
    display:inline-block;
    width:180px;
    height:100%;
    padding-left:10px;
    color:#000000;
    text-align:left;
    font-size:14px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight:400;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-decoration:none;
}

.userProfileDropdownItem a:hover {
    background: #eceff5;
    color: #005bf0;
}

.iframeContainer {
    width:100%;
    max-width:1349px;
    padding-top:65px;
    margin:0 auto;
}

#iframeContainer {
    width: calc(100% - 275px);
    height:700px;
    text-align:center;
    background-color:#cccccc;
    border: solid 1px #000000;
    float:left;
    padding-top:10px;
}

.loginIframeLeft {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url("https://static.drf.com/sstf/prod/images/loginHorse.jpg");
    margin-top:-35px;
    width:312px;
    height:401px;
    float:left;
}

.loginIframeRight {
    width:312px;
    float:left;
}

#iframeRegButton {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size:14px;
    height:40px;
    width:244px;
    margin-top:10px;
    border-radius: 4px;
    background-color:#EC1C24;
    color:#ffffff;
    line-height:40px;
    cursor:pointer;
    position:absolute;
    bottom:33px;
    left:30px;
}

#iframeRegButton:hover {
    background-color:#990000;
}

.iframeWhiteOne {
    color:#ffffff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size:22px;
    font-weight:600;
    width:100%;
    text-align:center;
    margin-top:30px;
    margin-bottom:20px;
}

.iframeWhiteTwo {
    color:#ffffff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:600;
    width:100%;
    text-align:center;
    margin-bottom:40px;
}

.iframeWhiteThree {
    color:#ffffff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:22px;
    font-weight:400;
    width:100%;
    text-align:center;
}

.mobileRegister {
    display:none;
}

j {
    border: solid #666;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
}

.arrowRight {
    float:right;
    margin-right:10px;
    margin-top:10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrowRight.active {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrowRightModal {
    display:none;
}

#modalColumn-0 {
    display:none;
}

.drfCommonFooter {
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    text-align: left;
    width: 100%;
    max-width: 1349px;
}

.footerTop {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.footerTopLeft {
    float: left;
    width: 70%;
}

.footerSearch {
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
    margin-right: 12px;
    padding-bottom: 6px;
}

.fRow {
    margin-left: -15px;
    margin-right: -15px;
}

.fCol {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
}

.footerLogo {
    width: 145px;
    padding-right: 15px;
    float: left;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
}

.footerLogo img {
    width: 145px;
}

.gcseCol {
    width: 75%;
}

.align-items-center {
    align-items: center;
}

.footerSearchTitle {
    float: left;
	margin-left: 10px;
    font-size: 15px;
    line-height: 40px;
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 160px;
    color: #000;
}

.footerSearchInput {
    float: right;
    width: 370px;
}

.floatingWrap {
    width: 100%;
    position: relative;
}


.btnFooterBlue {
    background: #0066cc;
    color: #ffffff;
    font-size: 16px;
    line-height: 48px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    box-shadow: 0 4px 6px -3px #0066cc;
    border: 1px solid #0066cc;
    display: block;
    border-radius: 4px;
    height: 48px;
    box-sizing: border-box;
    text-align: center;
}

.floatingInput {
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 0 75px 0 12px;
    height: 40px !important;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    width: 100%;
    outline: 0;
}

#nlTitle {
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
}

.iconButton {
    position: absolute;
    right: 6px;
    top: 7px;
    height: 28px;
    width: 40px;
    background: #0066cc;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconButton svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.footerLeftColumn {
    margin-bottom: 10px;
    float: left;
    width: 170px;
}

.footerLeftNavTitle {
    color:#000000;
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    float: left;
}

.footerLeftNavSub {
    margin-bottom: 5px;
}

.footerLeftNavSub a{
    color:#000000;
}


.footerLeftNavSub a:hover {
    color: #0066cc;
}

.footerTopRight {
    border-left: 1px solid #ccc;
    float: left;
    padding-left: 15px;
    padding-right:10px;
    width: 30%;
    box-sizing: border-box;
    color: #000;
}

.footerRightNavClick {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}

.footerRightNavClick a{
    color:#000000;
}

.footerRightNavClick a:hover {
    color: #0066cc;
}

#signupPopup svg {
    transform: rotate(180deg);
}

.subscriptionDetails {
    margin-bottom: 10px;
    margin-top: 10px;
}

.subscriptionDetails a {
    color: #0066cc;
}

.subscriptionDetails a:hover {
    color: #000000;
}

.footerBottom {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.footerBottomLeft {
    float: left;
    width: 500px;
}

.footerNavClick {
    margin-right: 18px;
    margin-bottom: 10px;
    font-size: 13px;
    float: left;
}

.footerNavClick a {
    color: #000000;
}

.footerNavClick a:hover {
    color: #0066cc;
}

.footerBottomCenter {
    float: left;
    width: 240px;
}

.footerBottomRight {
    float: left;
    margin-left: 20px;
    width: 200px;
}

.storeIcons {
    width: 240px;
}

.leftFive {
    margin-left: 8px;
}

.socialLabel {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin-bottom: 6px;
}

.footerSocialLinks {
    text-align: left;
    padding-left: 12px;
}

.d-flex {
    display: flex;
    padding:0;
}

.justify-content-end {
    justify-content: flex-end;
}

/*LEFT NAVIGATION CSS RULES*/

#leftNavContainer {
    display: block;
    width: 265px;
    position: fixed;
    float: left;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    z-index: 999;
    top: 165px;
    bottom: 0;
}

#leftNavToggleContainer {
    position: fixed;
    z-index: 99999;
    top: 10px;
    left: 0;
}

#leftNavTop {
    display: none;
}

.drfCalendar {
    height: 30px;
    margin-left: 10px;
    margin-top: 4px;
}

.leftNavTabs {
    width: 255px;
    padding-top: 10px;
    padding-left: 10px;
    background: #ffffff;
}

.leftNavTabArea {
    display: none;
    background-color: #ffffff;
}



.leftNavHeader {
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: #000;
}

.boxHeader {
    width: 100%;
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#wageringTabArea {
    -ms-overflow-style: none;
    overflow: auto;
}

#wageringTabArea::-webkit-scrollbar {
    display: none;
}

#handicappingTabArea {
    -ms-overflow-style: none;
    overflow: auto;
}

#handicappingTabArea::-webkit-scrollbar {
    display: none;
}

.wageringBox {
    width: 233px;
    border: solid 1px #0066cc;
    background-color: #ffffff;
    margin-bottom: 5px;
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    padding: 5px;
    cursor: pointer;
}

.wageringLeft {
    float: left;
    width: 25px;
    margin-top: 10px;
    height: 20px;
}

.wageringCenter {
    float: left;
    width: 130px;
    height: 45px;
    margin-top: 5px;
}

.wageringRight {
    float: right;
    text-align: center;
    height: 26px;
    width: 60px;
    margin-right: 5px;
}

.wageringBottom {
    float: left;
    width: 210px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 13px;
    word-wrap: break-word;
    font-weight: 600;
}

.wageringTrackId {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
}

.wageringTrackName {
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
}

.mtpText {
    margin-top: 3px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    float: right;
}

.mtpSmallText {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    float: right;
}

.mtpClock {
    height: 20px;
    width: 20px;
    border-radius: 12px;
    border: solid 2px #000000;
    float: left;
    margin-right: 5px;
}

.mtpHands {
    height: 6px;
    width: 6px;
    float: left;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    margin-top: 7px;
    margin-left: -19px;
}

.handicappingBox {
    width: 243px;
    height: 59px;
    font-size: 12px;
    border: solid 1px #0066cc;
    background-color: #ffffff;
    margin-bottom: 8px;
    font-family: "Titillium Web", Arial, Helvetica, sans-serif;
    padding: 4px;
}

/* Breeders Cup Background UI: Start  */
.handicappingBox.BCItem {
    background: #efeef3;
    border: 1px solid #3b256b;
    position: relative;
    margin-top: 16px;
}

.BCLabel {
    display: none;
}

.handicappingBox.BCItem .BCLabel {
    display: block;
    height: 16px;
    padding: 0 4px;
    border-radius: 4px;
    background-color: #ec1c24;
    font-family: "Titillium Web", sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 2px;
}
/* Breeders Cup background UI: End */

.handicappingLeft {
    float: left;
    width: 25px;
    margin-top: 10px;
    height: 20px;
}

.handicappingCenter {
    float: left;
    width: 50px;
    height: 20px;
    margin-top: 8px;
}

.handicappingRight {
    float: right;
    height: 26px;
    width: 135px;
    margin-top: 6px;
}

.handicappingBottom {
    margin-left: 25px;
    font-size: 11px;
    font-weight: 600;
    float: left;
}

.handicappingTrackId {
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.ppBox {
    width: 26px;
    height: 26px;
    font-weight: 600;
    line-height: 1;
    border: solid 1px #95989a;
    background-color: #ffffff;
    margin-left: 5px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
    float: right;
    color:#000000;
}

.ppBox a {
    text-decoration: none;
    color: #000000;
}

.ppBox a:hover {
    color: #005bf0;
}

.starBox {
    cursor: pointer;
    width: 20px;
    height: 40px;
    float: left;
}

@media only screen and (max-width: 1300px) {
    .mainMenu {
        margin-left:2px;
        margin-right:2px;
    }
}

@media only screen and (max-width: 1200px) {

    .arrowRightModal {
        display:block;
    }


    l {
        display: inline-block;
    }

    #mainContentLeft {
        width: 100%;
    }

    #mainMenu {
        background-color: #fff;
    }

    #modalColumn-0 {
        display:block;
    }

    #sideContent {
        display:none;
    }

    #mainContent {
        margin:0 auto;
        width:100%;
    }

    #nav_btn {
        padding: 15px 8px 20px 8px;
    }

    .footerBottomLeft {
        width: 40%;
    }

    #userInitials {
        height:30px;
        width:30px;
        line-height:30px;
    }

    #leftNavToggleContainer {
        position: fixed;
        top: 10px;
        left: 0;
    }

    #leftNavToggle {
        display: block;
        position: fixed;
        top: 6px;
        left: 65px;
        margin-top: 6px;
        cursor: pointer;
    }

    #leftNavTop {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #cccccc;
        display: block;
        position: relative;
    }

    .leftNavClock {
        height: 24px;
        width: 24px;
        background: url("https://static.drf.com/sstf/prod/images/calendar.png");
        background-size: contain;
        float: left;
    }

    #leftNavContainer {
        top: 0;
        position: fixed;
        left: 0;
        margin-top: 0;
        background: none;
        border: none;
        box-shadow: none;
        display: none;
        z-index: 99997; /* changed the value as it was overlapping login pop up */
    }

    #leftNavCancel {
        margin-top: 15px;
    }

    #iframeContainer {
        width: 100%;
    }

    .iframeContainer {
        width:100%;
        max-width:1024px;
        margin:0 auto;
    }

    #mainMenu {
        display:block;
    }

    #nav_btn {
        float:left;
        position:fixed;
    }

    .subNav a{
        color:#ffffff !important;
        border-right: solid 1px rgba(255,255,255,.2);
    }

    .subNav {
        position:relative;
        display:inline-block;
    }

    .subNavSelected {
        position:relative;
        display:inline-block;
        background:none;
        height:35px;
        cursor:pointer;
        border-bottom: 5px solid #ffffff;
    }

    .thirdNav {
        width:220px;
    }

    #mainMenu {
        height:50px;
    }

    #mainMenuContainer {
        height:50px;
    }

    #registerNavDiv {
        height:32px;
        line-height:32px;
        margin-right:5px;
        cursor:pointer;
        float:left;
    }

    #loginNavDiv {
        height:32px;
        line-height:32px;
        margin-right:5px;
        cursor:pointer;
        float:left;
    }

    #loginRegisterNavDiv {
        float:right;
        margin-right:5px;
        margin-top:10px;
        font-size:12px;
        line-height:32px
    }

    #noLoginNavDiv {
        float:right;
        margin-right:20px;
        margin-top:10px;
        display:none;
    }

    .userProfileDropdown {
        margin-top:9px;
    }

    .headerTopLogo {
        height: 50px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 92px;
    }


    .headerTopLogo img {
        height: 50px;
    }

    .topNavLine {
        display:none;
    }

    .mainMenu {
        display:none;
    }

    .modalContent {
        width:100%;
        top: 50px;
        left:0;
        margin:0;
        position:absolute;
        overflow: auto;
    }

    #modalOverlay {
        top:61px;
    }

    #railOverlay {
        top:61px;
        width:100%;
        height:100%;
        background-color: rgba(0,0,0,.7);
    }

    #modalLogo {
        display:none;
    }

    #modalCancel {
        display:none;
    }

    .modalTopNav {
        margin-bottom:10px;
        margin-left:15px;
        margin-top:10px;
        cursor:pointer;
    }

    .modalSubNav {
        margin-left:25px;
        margin-bottom:10px;
        text-align:left;
        display:none;
    }

    .modalColumn {
        width:100%;
        margin:0;
        min-height:0;
        border-top:1px solid #cccccc;
    }

    j {
        border: solid #666;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 6px;
    }

    .arrowRight {
        float:right;
        margin-right:15px;
        margin-top:10px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .arrowRight.active {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .arrowNavRight {
        float:right;
        margin-top:15px;
        margin-right:40px;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        cursor:pointer;
    }

    .arrowNavLeft {
        float:left;
        margin-top:15px;
        margin-left:40px;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        cursor:pointer;
    }

    #arrowNavLeft {
        height:40px;
        width:60px;
        float:left;
        cursor:pointer;
        display:none;
    }

    #arrowNavRight {
        height:40px;
        width:60px;
        float:right;
        cursor:pointer;
        display:none;
    }

}

@media only screen and (max-width: 979px) {

    k {
        border: solid #000;
        border-width: 0 2px 2px 0;
        padding: 5px;
        display:inline-block;
    }

    .arrowRightFooter {
        float: right;
        margin-right: 15px;
        margin-top: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        display: block;
    }

    .arrowRightFooter.active {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .footerSearchTitle {
        margin-bottom: 10px;
    }

    .footerSearchInput {
        float: left;
        width: 100%;
    }

    .floatingWrap {
        margin-bottom: 10px;
    }

    .footerLeftNavTop {
        width: 100%;
        height: 35px;
    }

    .footerTopLeft {
        width: 100%;
        border: none;
    }

    .footerLeftNavSub {
        float: left;
        width: 50%;
        padding: 0 0 12px;
    }
    .passbackFooter {
        margin-left: 0;
    }

    .footerTopRight {
        margin: 0;
        border: none;
        padding-left: 10px;
        width: 95%;
    }

    .subscriptionDetails {
        width: 95%;
    }

    #footerNavLeft {
        margin-left: 10px;
        width: 95%;
    }

    .footerLeftColumn {
        width: 100%;
        border-bottom: 1px solid #cccccc;
    }

    #footerBottomNav {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    .modal-content {
        position: relative;
        max-height: 500px;
        overflow: scroll;
    }

    .footerSearch {
        margin-left: 10px;
        width: 95%;
    }

    .footerLogo {
        width: 100%;
    }

    .footerLogo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }

    .footerTop {
        border: none;
    }

    .footerLogoCol {
        width: 95%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .footerNavClick {
        width: 40%;
        margin-top: 10px;
    }

    .footerLeftNavContent {
        display: none;
    }

    .footerBottom {
        border: none;
        margin-bottom: 20px;
    }

    .footerBottomLeft {
        padding-left: 10px;
        width: 95%;
    }

    .footerSocialLinks {
        width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .storeIcons {
        width: 240px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
    }

    .footerBottomCenter {
        padding-left: 10px;
        width: 95%;
    }

    .footerBottomRight {
        padding-left: 10px;
        margin-left: 0;
        width: 95%;
    }

    .footerCopyright {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 767px) {

    .headerTopWrap {
        width: 320px;
    }

    #mainContainer {
        padding-top: 60px;
    }

    #registerNavDiv {
        width:67px;
        font-size:13px;
    }

    #loginNavDiv {
        width:37px;
        font-size:13px;
    }

    #modalOverlay {
        z-index:99999;
    }

    #railOverlay {
        background-color: #ffffff;
    }

    .wageringBox {
        height:59px;
        width:353px;
    }

    .wageringLeft {
        width: 30px;
    }

    .wageringCenter {
        width:190px;
    }

    .wageringRight {
        height:30px;
        width:100px;
        margin-right:20px;
        margin-top:0;
    }

    .wageringBottom {
        display:none;
    }

    .handicappingBox {
        width:353px;
        height:59px;
    }

    .handicappingLeft {
        width: 30px;

    }

    .handicappingRight {
        margin-top: 5px;
    }

    .handicappingBottom {
        margin-left:30px;
    }

    .starBox {
        height:40px;
        width:30px;
    }

    #leftNavContainer {
        background:#ffffff;
        width:100%;
    }

    #leftNavLogo {
        display:block;
        margin-left:56px;
    }

    .leftNavTabs {
        width:380px;
    }

    .leftNavTab {
        width:176px;
    }

    .loginIframeLeft {
        display:none;
    }

    .modalContent {
        width:100%;
    }

    .modalLogin {
        width:320px;
        height:450px;
        border-radius: 4px;
        border:solid 3px #888;
    }

    .mobileRegister {
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
        font-size:13px;
        display:block;
        color:#666;
        font-weight:600;
        margin-bottom:20px;
        margin-left:35px;
        text-align:left;
        cursor:pointer;
    }

    .registerRed {
        text-decoration:underline;
        color:#EC1C24;
    }

}
