﻿@font-face {
    font-family: 'tnorth';
    src: url('fonts/tnorth-bold-webfont.eot');
    src: url('fonts/tnorth-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tnorth-bold-webfont.woff2') format('woff2'), url('fonts/tnorth-bold-webfont.woff') format('woff'), url('fonts/tnorth-bold-webfont.ttf') format('truetype'), url('fonts/tnorth-bold-webfont.svg#tnorthbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'tnorth';
    src: url('fonts/tnorth-regular-webfont.eot');
    src: url('fonts/tnorth-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tnorth-regular-webfont.woff2') format('woff2'), url('fonts/tnorth-regular-webfont.woff') format('woff'), url('fonts/tnorth-regular-webfont.ttf') format('truetype'), url('fonts/tnorth-regular-webfont.svg#tnorth') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====================================================
COMMON
==================================================== */

body, html {
    height: 100%;
    min-width: 320px;    
}

body, .form-control {
    font-family: helvetica, sans-serif;
    font-size: 11pt;
    color: #716f6a;
}

.wholepage {
    position: relative;
}

img {
    max-width: 100%;
}

.ptr {
    cursor:pointer;
}

.modal .close {
    color: #fff;
    opacity: unset;
    text-shadow: none;
}

.modal .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color:#fff;
}

.btn-default {
    background-color: #f5833b;
    color: #fff !important;
    font-weight: bold;
}

    .btn-default:hover {
        /*background-color: #cd6e33;*/
        background-color: #f5833b;
        color: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

.btn-primary {
    background-color: #009ee4;
    border-color: #009ee4;
    color: #fff !important;
    font-weight: bold;
}

    .btn-primary:hover {
        /*background-color: #0288c3;*/
        background-color: #009ee4;
        border-color: #009ee4;
        color: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

.text-covidred, a.text-covidred {
    color: #db1d0a !important;
}
.transformRotateIcon .icon {
    transform: rotate(180deg);
}
/*a.text-covidred {
    color: #db1d0a;
}*/

.show-md, .show-lg {
    display: none !important;
}

.nav-item, .newsTitle, .needHelpDiv a, .venuepicker {
    font-family: 'tnorth', 'Open Sans', sans-serif;
    letter-spacing: .5px;
}

h1 {
    font-family: 'tnorth', 'Open Sans', sans-serif;
    font-size: 32pt;
    letter-spacing: .5px;
}

.TitleText, h2 {
    font-family: 'tnorth', 'Open Sans', sans-serif;
    font-size: 20pt;
    font-weight: bold;
    letter-spacing: .5px;
}

h3 {
    font-family: 'tnorth', 'Open Sans', sans-serif;
    font-size: 1.3rem;
    letter-spacing: .5px;
}

h4 {
    font-family: 'tnorth', 'Open Sans', sans-serif;
    font-size: 1.2rem;
    letter-spacing: .5px;
}

h5, .optin {
    font-family: 'tnorth', 'Open Sans', Arial;
    font-size: 1.1rem;
    letter-spacing: .5px;
}

.modal {
    z-index: 10000;
}

.ui-front {
    z-index: 100000;
}

.form-group label {
    line-height:32px;
}

.SmallText {
    font-size: 8pt;
}

.carousel-inner > .item > img {
    margin: auto;
}

.navbar-toggle {
    background-color: #0060ac;
    float: left;
    margin-left: 15px;
}

.body-content {
    padding-top: 93px;
    min-height: 660px;
    background-color: #f2f2f2;
}

.font-awesome {
    font-size: 18pt;
    color: #0060ac;
}

.nav-link, a {
    cursor:pointer;
}

.needHelpDiv {
    background-color: #000;
    transform: rotate(270deg);
    position: fixed;
    right: -40px;
    bottom: 110px;
    padding: 6px;
    width: 110px;
    text-align: center;
    height: 32px;
}

    .needHelpDiv a {
        color: #fff;
        text-decoration:none !important;
    }

.mainpanel {
    background-color: #f2f2f2;
    padding: 16px 0;
}

.mainpanelalt {
    background-color: #d4d3d3;
    padding: 16px 0;
}

.loadingDiv {
    min-height: 500px;
    position: relative;
    background-color: #d4d3d3;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height:100px;
}

.overlayspinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.SectionHeader {
    margin-bottom: 12px;
}

    .SectionHeader .form-control {
        background-color: transparent;
        border-color: #6c757d;
        font-weight: bold;
        border-bottom: 3px solid #716f6a;
        text-align:left;
    }

    .SectionHeader .pull-right {
        font-size: 9pt;
        line-height: 1.3rem
    }

    .SectionHeader .btn-outline-secondary {
        padding: 0 0.75rem;
        border-top-right-radius: .3em !important;
        border-bottom-right-radius: .3em !important;
        background-color: #fff;
        border-bottom: 3px solid #716f6a;
    }

.SectionHeader .btn-outline-secondary:hover {
    color: #0060ac;
    background-color:#eee;
}

.SectionHeader2 {
    margin-bottom: 12px;
    border-bottom: 2px solid #716f6a;
    font-weight: bold;
    text-align: left;
    padding:4px;
}

.SectionPanel {
    padding:16px;
    background-color:#fff;
    border-radius:3px;
    margin-bottom:24px;
    position:relative;
}

    .SectionPanel .table {
        margin-bottom: 0;
    }

.section-info {
    padding-bottom:16px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6abeeb;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6abeeb;
}

.whitebox{
    background-color:#fff;
    padding:15px;
    border-radius:2px;
    height:100%;
    position:relative;
}

.form-check {
    padding-top: 4px;
    padding-bottom: 4px;
}

.form-check-input {
    visibility: hidden;
    margin-right: 0 !important;
    width: 0;
}

    .form-check-input + label:before {
        border: 1px solid #ced4da;
        border-radius: 3px;
        content: "\00a0";
        display: inline-block;
        height: 24px;
        padding: 0;
        width: 24px;
        background: #fff;
        margin-right: 0.3125rem;
    }

    .form-check-input:checked + label:before {
        content: "\2713";
        text-align: center;
        color: #716f6a;
    }

    .form-check-input:checked + label:after {
        font-weight: bold;
    }

    .form-check-input:focus + label::before {
        outline: rgb(59, 153, 252) auto 5px;
    }

.kenotable th {
    background-color: #0060ac;
    color: #fff;
    border-color: #0060ac;
    vertical-align:middle !important;
}

.kenotable .sortlink {
    color:#fff;
    text-decoration:underline;
    cursor:pointer;
}
    .kenotable .sortlink:hover {
        opacity:.5;
    }

.pink .kenotable th {
    background-color: #d04598;
    border-color: #d04598;
}

.pink footer {
    background-color: #e83e8c !important;
    box-shadow: 0px 500px 0px 500px #e83e8c !important;
}

.kenotable tbody td {
    background-color: #fff;
    color: #716f6a;
}

.kenotable .rowtotal td {
    background-color: #f2f2f2;
    font-weight: bold;
    /*color: #fff;*/
}

.kenolink, .kenolink:active, .kenolink:hover, .kenolink:visited {
    color: #0060ac;
}

.fixed-table {
    table-layout: fixed;
}

.fixed-table th, .fixed-table td {
    word-wrap: break-word;
}

.iconbtn {
    font-size: 12pt;
    cursor: pointer;
    margin-right: 6px;
}

.tooltip {
    z-index: 590000;
}

/* ====================================================
HEADER/FOOTER
==================================================== */
    .hdr-refresh {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}

.maingradient {
    padding: 16px 0;
}

    .maingradient .text-danger {
        color: #febec4 !important
    }

    .maingradient .readonly {
        background-color: transparent;
        color: #fff;
    }

        .maingradient .readonly::-webkit-input-placeholder {
            color: #ddd;
        }

        .maingradient .readonly::placeholder {
            color: #ddd;
        }

        .maingradient .readonly::-ms-input-placeholder {
            color: #ddd;
        }

.topnav {
    padding: 0 1rem;
}

.topnav .nav-item {
    line-height:30px;
}

.top-header {
    min-height:32px;
}

.top-header, .maingradient, .modal-header {
    background-image: linear-gradient(to right, #009fe3, #522583);
    color: #fff;
}

.pink .top-header, .pink .maingradient, .pink .modal-header {
    background-image: none;
    background-color: #d04598;
}

    .top-header .container {
        padding-right: 0;
        padding-left: 0;
    }

    .top-header .nav-link {
        padding: 0 1em;
    }

    .mainmenu .navbar-nav {
        display: table;
        width: 100%;
        margin: 0;
    }

    .mainmenu .navbar-nav > li {
        float: none;
        display: table-cell;
        text-align: center;
    }

.venuepicker {
    text-transform:uppercase;
}

.loginpartial a, .venuepicker {
    font-size: 9pt;
}

.loginpartial .number {
    position: absolute;
    right: -4px;
    bottom: -4px;
    font-size: 8pt;
    color: #fff;
    background-color: #f04d22;
    padding: 2px;
    border: solid 1px #fff;
    border-radius: 10px;
    line-height: 8px;
    min-width: 14px;
    text-align: center;
}

.loginpartial .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-toggle {
    background-color: #fff;
    float: left;
    margin-left: 15px;
}

    .navbar-toggle .icon-bar {
        background-color: #4d4d4d;
    }

.hdr-refresh {
    color: #0060ac;
}

/*.navbar-brand {
    padding:0;
}*/

.navbar-brand img {
    max-height: 50px;
}

.bottom-header {
    border-bottom: 1px solid #d4e4f1;
    background-color:#fff;
    min-height:60px;
    font-size:10pt;
}

    .bottom-header.container {
        padding-left:0;
        padding-right:0;
    }

    .bottom-header .navbar {
        padding:0;
    }

    .bottom-header .navbar-light .navbar-nav .nav-link {
        color: #0060ac;
        font-weight: bold;
    }

    .bottom-header .nav-item {
        padding-left:6px;
        padding-right:6px;
    }

        .bottom-header .nav-item:hover .nav-link {
            color: #7cc1ec
        }

    .bottom-header .nav-item.active {
        background-color: #0060ac;
        border-radius:3px;
    }

        .pink .bottom-header .nav-item.active {
            background-color: #d04598;
        }

        .bottom-header .nav-item.active .nav-link {
            color: #fff;
        }
.headerAlert {
    padding-top: 5px;
}
footer {
    font-size: 10pt;
    color: #fff;
    background-color: #0060ac;
    padding: 18px 0;
    box-shadow: 0px 500px 0px 500px #0060ac; /*cool footer color to bottom of page trick*/
    z-index: 4999;
}

    footer .navbar-nav {
        display: inline-block;
    }

    footer li {
        float: left;
        padding:0 8px;
        border-right:1px solid #fff;
    }

    footer li:last-child {
        border-right: none;
    }

        footer li a, .top-header a {
            color: #fff;
        }

            footer li a:hover, footer li a:focus, footer li a:active, .top-header a:hover, .top-header a:focus, .top-header a:active {
                color: #fff;
            }

.points-display {
    color: #ea973e;
}

.MainColLeft {
    width: 240px;
    position: fixed;
    margin-top: 16px;
    background-color: #fff;
    height: 645px;
    max-height: 645px;
    border-radius: 6px;
    z-index: 500;
    border: 1px solid #d4e4f1;
    overflow: auto;
}

.MainColLeft .card-body {
    border-top: 1px solid #edeceb;
    border-bottom: 1px solid #edeceb;
    padding:0;
}


.MainColLeft .nav-item {
    position: relative;
    /*text-align:center;*/
    font-size: 12pt;
    font-weight: bold;
    padding: 8px;
}

    .MainColLeft .nav-item a {
        padding: 0.5rem 0.25rem 0.5rem 0.75rem;
        /*min-height: 50px;*/
        width: 100%;
        color: #716f6a;
        /*text-align: center;*/
        /*line-height: 50px;*/
        display: block;
        border-radius: 4px;
    }

        .MainColLeft .nav-item a:hover, .MainColLeft .nav-item a:focus, .MainColLeft .nav-item a:active {
            text-decoration: none;
        }

        .MainColLeft .nav-item a:hover {
            color: #7cc1ec;
        }

    /*.MainColLeft .bottom-line {
        width: 75%;
        height: 1px;
        background-color: #d4d3d3;
        position: absolute;
        bottom: 0;
    }*/

    .MainColLeft .card-body .nav-item a {
        padding-left: 24px;
    }


.MainColLeft .nav-item.active a {
    background-color: #6abeeb;
    color:#fff;
}

    .pink .MainColLeft .nav-item.active a {
        background-color: #d04598;
    }

.MainColLeft .fa-chevron-right {
    line-height: 24px;
    width: 24px;
}

/*.MainColLeft .nav-item.active .bottom-line {
        width: 100%;
        background-color: #0060ac;
        height:2px;
    }

.MainColLeft .nav-item:hover .bottom-line {
    background-color: #0060ac;
    width: 100%;
    transition: width 0.3s ease-in-out 0s;
    -webkit-transition: width 0.3s ease-in-out 0s;
    -moz-transition: width 0.3s ease-in-out 0s;
    -o-transition: width 0.3s ease-in-out 0s;
}*/

.MainColRight {
    margin-left: 256px;
    position: relative;
}

.search-bar {
    padding: 4px 15px;
    /*border-left: 1px solid #7cc1ec;*/
    width: 115px;
}

.search-input-div {
    float: left;
    width: 60px;
}

.site-search-input {
    border: none !important;
    width: 100%;
    background: #fff;
    float: left;
    color: #7cc1ec;
    -webkit-box-shadow: none;
    outline: none;
    font-weight: bold;
    padding: 4px 4px 6px 4px !important;
}

    .site-search-input::placeholder {
        color: #7cc1ec;
    }

.TwitterDiv {
    padding: 20px;
}

.InnerTwitterDiv, .newsSnippet .rounded {
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19);
}

/* ====================================================
LOGIN/REGISTER
==================================================== */

.logindiv {
    /*background:url(/images/Kraken2019/KrakenLogin.jpg) no-repeat;*/
    background: url(/images/KenoJuly2023/July23Login.jpg) no-repeat;
    background-size: cover;
    /*background-position:center;*/
    min-height: 780px;
    /*padding-top: 280px;*/
    padding-top: 10vh;
}

.loginhead {
    background: url(/images/KenoJuly2023/July23Heading.png) no-repeat;
    background-size:contain;
    height: 17vh;
}

/* ====================================================
HOME
==================================================== */

.GradientLabel {
    padding: 8px 12px;
    background-color: #7cc1ec;
    margin-bottom: 12px;
    border-radius: 3px;
    color: #0060ac;
    font-family:tnorth;
    font-weight:bold;
}

.PanelLabel {
    padding: 8px 12px;
    margin-bottom: 12px;
    border-radius: 3px;
    background-color: #d4d3d3;
}

.ChartDiv {
    background-color: #fff;
    padding: 10px;
}

.reportdates {
    float:right;
}

.reportdates .date100:last-child {
    margin-left:16px;
}

.newsSection, .toolkitSection {
    text-align: center;
    padding: 20px 0;
}

.newsSnippet {
    text-align: left;
    display: inline-block;
    width: 32%;
    padding: 10px;
    cursor: pointer;
}

.newsSnippet .rounded {
    background-color:#fff;
    padding:15px 10px 10px 10px;
}

.newsSnippetInner {
    overflow: hidden;
    height: 280px;
    position:relative;
}

    .newsSnippetInner img {
        height:140px;
        width:auto;
        max-width:none;
        margin-bottom:12px;
    }

    .newsSnippetInner .bb {
        position:absolute;
        bottom:0;
        right:0;
    }

.newsDate {
    color: #0060ac;
    display: inline-block;
    padding: 6px;
    border: 1px solid #0060ac;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: bold;
    font-family:tnorth;
    text-align:center;
}

.newsTitle {
    line-height: initial;
}

.newsTitle, .toolkitTitle {
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 9pt;
    font-weight: bold;
    color: #0060ac;
}

.newsContent, .toolkitDesc {
    color: #000;
    font-size: 8pt;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.newsMore {
    color: #0060ac;
}

.btn-profile {
    width: 100%;
    background-color: #fff;
    border: 1px solid #6c757d;
    font-weight: bold;
    border-bottom: 3px solid #716f6a;
}

    .btn-profile:hover {
        color: #0060ac !important;
        background-color: #eee;
    }

/* ====================================================
TOOLKIT
==================================================== */
.toolkitItem {
    text-align: left;
    display: inline-block;
    width: 210px;
    padding: 0 10px;
    vertical-align: top;
    position:relative;
}

    .toolkitItem .rounded {
        background-color: #fff;
        padding: 10px;
        box-shadow: 0 1px 0 0 rgba(0,0,0,0.2),0 2px 5px 0 rgba(0,0,0,0.19);
    }

.tkimg {
    cursor:pointer;
}

.toolkitthumb {
    width: 170px;
}

.toolkitItemInner, .toolkitthumb {
    height: 170px;
    position: relative;
    overflow: hidden
}

    .toolkitItemInner img, .toolkitthumb img {
        max-width: none;
        max-height: none;
    }

    .toolkitItemInner span {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.toolkitUnder {
    padding: 6px 0;
    margin-bottom:12px;
    max-width:100%;
    overflow:hidden;
}

/* ====================================================
Contact Pages
==================================================== */

.contact .mainpanel h4, .contact .mainpanel h5 {
    color: #0060ac;
}

.contact .fa {
    font-size: 14pt;
}

.contact .mainpanel .fa, .contact .mainpanel a {
    color: #0060ac;
}

/* ====================================================
Incentive Pages
==================================================== */

.btnReplay, .btnQualifier, .btnBonus {
    min-width:160px;
}

.btnReplay, .btnQualifier, .btnBonus, .jackpotdiv, .bonusactivated, .qualifier {
    font-family: tnorth;
    font-weight: bold;
    letter-spacing: .5px;
}

.qualifier, .bonusactivated {
    line-height: 32px;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 2px;
}

.btnReplay {
    background-color: #62256d;
    border-color: #62256d;
    color: #fff !important;
    padding: 0.2rem 0.75rem;
}

.btnQualifier {
    background-color: #fff;
    border-color: #6abeeb;
    color: #6abeeb !important;
    padding: 0.2rem 0.75rem;
}

.btnBonus {
    background-color: #e6007e;
    border-color: #e6007e;
    color: #fff !important;
    padding: 0.2rem 0.75rem;
}

.jackpotdiv {
    font-size: 24pt;
    color: #fff;
    text-align: center;
}

.jackpot {
    color: #6abeeb;
}

.progresslabel {
    color: #fff;
    position: absolute;
    line-height: 32px;
    right: 2px;
    top: 0px;
    z-index: 101;
}

.bonusactivated {
    background-color: #e6007e;
}

.venueHighlight td {
    font-weight: bold;
    color: #0060ac !important;
}

.leftmenudiv {
    position: fixed;
    right: 50%;
    margin-right: 585px;
    left: 0px;
    height: 93px;
    top: 0;
    /*overflow: hidden;*/
    z-index: 5999;
}

.rightmenudiv {
    position: fixed;
    left: 50%;
    margin-left: 585px;
    right: 0px;
    top: 0;
    height: 93px;
    z-index: 5999;
    overflow: hidden;
}
.leftmenubanner {
    position: relative;
    height: 100%;
    background: url(/images/Kraken2019/KrakenLeftMenu.png) no-repeat;
    background-position: right top;
    width:300px;
    cursor:pointer;
}

.rightmenubanner {
    position: relative;
    height: 100%;
    background: url(/images/Kraken2019/KrakenRightMenu2.png) no-repeat;
    background-position: left top;
}
/*.leftbgdiv {
    position: fixed;
    right: 50%;
    margin-right: 585px;
    left: 0px;
    bottom: 0px;
    top: 0;
    overflow: hidden;
    z-index: 5999;
}

.rightbgdiv {
    position: fixed;
    left: 50%;
    margin-left: 585px;
    right: 0px;
    bottom: 0px;
    top: 0;
    max-width: initial;
    z-index: 5999;
    overflow: hidden;
}*/
.leftbgdiv {
    position: absolute;
    right: 50%;
    margin-right: 585px;
    left: 0px;
    height: 100%;
    top: 93px;
    background-color: #0060ac;
    overflow: hidden;
}

.rightbgdiv {
    position: absolute;
    left: 50%;
    margin-left: 585px;
    right: 0px;
    height: 100%;
    top: 93px;
    background-color: #0060ac;
    overflow:hidden;
}

/*.leftbanner {
    position: relative;
    height: 100%;
    background: url(/images/Kraken2019/KrakenLeftSide.png) no-repeat;
    background-position: right top;
}

.rightbanner {
    position: relative;
    height: 100%;
    background: url(/images/Kraken2019/KrakenRightSide.png) no-repeat;
    background-position: left top;
}*/

.leftbanner {
    position: relative;
    height: 100%;
}

.rightbanner {
    position: relative;
    height: 100%;
}


.leftbgdiv img {
    right:0;
}

.rightbgdiv img {
    left: 0;
}

.leftbgdiv img, .rightbgdiv img {
    height:100%;
    /*width:100%;*/
    position: absolute;
    max-width:initial;
}

.op-verify .form-check-label a, .op-verify .form-check-label a:hover, .op-verify .form-check-label a:active {
    color: #fff;
    font-weight: bold;
    text-decoration:underline;
}

/* ====================================================
DIFFERENT SCREEN SIZES
==================================================== */
@media (max-width: 1199px) {
    .body-content {
        padding-top: 93px;
        min-height: 625px;
    }

    .search-bar {
        display: none;
        /*padding: 4px 15px;
        border: 1px solid #7cc1ec;
        width: 100%;*/
    }

    .leftbgdiv, .leftmenudiv {
        margin-right: 485px;
    }

    .rightbgdiv, .rightmenudiv {
        margin-left: 485px;
    }
}

@media (max-width: 992px) {
    .search-input-div {
        float: none;
        width: auto;
        margin-left: 24px
    }

    .body-content {
        padding-top: 91px;
        min-height: 693px;
    }

    .MainColRight {
        margin-left: 0;
    }

    .MainColLeft {
        position: relative;
        left: 0px;
        top: 0;
        width: 100%;
        margin-top: 0;
        display: block;
        height: auto;
        overflow: auto;
        /*position: relative;*/
        font-size: 15px;
        /*top: 0;*/
        background-color: #fff;
        border-radius: unset;
        max-height: initial;
    }

        .MainColLeft .nav-item {
            display: none;
        }

        .MainColLeft .nav-item.active {
            display:block;
        }

    .show-lg, .show-menuitem {
        display: block !important;
    }

    .hide-lg {
        display: none !important;
    }

    .leftbgdiv, .leftmenudiv {
        margin-right: 375px;
    }

    .rightbgdiv, .rightmenudiv {
        margin-left: 375px;
    }
}

@media (max-width: 767px) {
    .TitleText {
        font-size: 16pt;
    }

    .NormalText {
        font-size: 14pt;
    }

    .mainmenu .navbar-nav {
        display: block;
        width: auto;
        margin: 7.5px -15px
    }

        .mainmenu .navbar-nav > li {
            float: none;
            display: block;
            text-align: left;
        }


    .homeicon, .homeseparator {
        width: 100%;
    }

    .hdrimage {
        position: relative;
        display: inline-block;
        margin: 0;
    }

    footer {
        padding:0;
    }

        footer .navbar-nav {
            width:100%;
        }

    footer li {
        float:none;
        width:100%;
        display:block;
        border-bottom:1px solid #fff;
        border-right:none;
    }

        footer li a {
            padding: 8px;
            display:block;
            width: 100%;
            text-decoration:none;
        }

        footer li a:hover {
            text-decoration: none;
        }

    .newsSnippet, .toolkitItem {
        display: block;
        width: 100%;
        padding: 10px 10px;
    }

    .logindiv {
        min-height: 460px;
        padding-top: 120px;
    }

    .reportdates {
        float: none;
    }

    .date100 {
        width: 100%;
        display:block;
    }

    .reportdates .date100:last-child {
        margin-left: 0;
    }

    .datelabel {
        min-width: 80px;
        display: inline-block;
        margin-bottom:6px;
    }

    .show-md {
        display: block !important;
    }

    .hide-md {
        display: none !important;
    }

    .rightbgdiv, .leftbgdiv, .leftbanner, .rightbanner, .leftmenudiv, .rightmenudiv {
        display: none;
    }
}

@media (max-width: 420px) {
    .hide-sm {
        display: none !important;
    }
}
#carouselPopup {
    height:200px;
    text-align: center;
}
    /*#carouselPopup .carousel-indicators {
        bottom: 0;
    }
    #carouselPopup .carousel-indicators li {
        background-color: #ddd;
    }
    #carouselPopup .carousel-indicators .active {
        background-color: #009ee4;
    }*/
#modalPopup .modal .modal-content {
    overflow: hidden;
}
#modalPopup .modal-body {
    overflow-y: auto;
}
#spanPopupCount {
    margin-left: 16px;
}
.ui-datepicker {
    z-index: 11000 !important;
}
#venuePickerResults  {
        max-height: 235px;
        margin-bottom: 10px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position:relative;
}
    #venuePickerResults a {
        color: black;
    }
    #venuePickerResults li {
        cursor: pointer;
    }
.mapM {
    background-color: white;
    /*font-family: TNorth;*/
    color: #606060;
    font-size: 0.7em;
    padding: 10px;
    border-radius: 5px !important;
    white-space: nowrap;
}

.mapH {
    font-family: 'tnorth', 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: #006ab6;
    margin-bottom: 6px;
}
/*Override the look of the map popoup border:*/
.H_ib_body {
    background-image: linear-gradient(to right, #009fe3, #522583) !important;
    border-radius: 5px !important;
    /*-moz-border-radius: 20px !important;*/
    padding: 10px 14px 14px 14px !important;
    /*font: 11pt 'Open Sans',arial,verdana,sans-serif;*/
}
/*override the look of the close (x) button on the map popup:*/
.H_ib_close {
    right: -2px !important;
    top: -2px !important;
}
    .H_ib_close svg.H_icon {
        fill: #ffffff;
    }

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

    .mapLegend div {
        /*display:inline-block !important;*/
        margin: 0 auto 20px auto;
    }

    .mapLegend img {
        width: 30px;
        height: 40px;
        float: left;
        margin-right: 10px;
    }
.input-validation-error {
    border: 1px solid red;
}
.form-control-slim {
    padding: 3px;
    height: 28px;
    margin: 3px 0;
}

/*.quizRow.display-flex {
    display: flex;
    flex-wrap: wrap;
}
    .quizRow.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }*/
.quizQuestion {
    border-radius: 12px;
    font-family: 'tnorth', 'Open Sans', sans-serif;
    font-size: 1.1rem;
    letter-spacing: .5px;
    color: #0060ac;
    padding: 3px !important;
    height: 100%;
    display: table;
    width: 100%;
    box-shadow: 4px 4px 4px 0px rgba(201,201,201,0.6);
}
    .quizQuestion > div {
        background-color: white;
        border-radius: 7px;
        padding: 2px 4px;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }
.quizQuestionActive {
    background-image: linear-gradient(90deg, rgb(130, 130, 130) 0%, rgb(228, 228, 228) 100%) !important;
}
.quizAnswer {
    border: 3px solid #EDEDED;
    border-radius: 12px;
    font-family: 'tnorth', 'Open Sans', sans-serif;
    font-size: 1.1rem;
    letter-spacing: .5px;
    color: #0060ac;
    height: 100%;
    display: table;
    width: 100%;
    background-color: white;
    z-index: 100;
    box-shadow: 4px 4px 4px 0px rgba(201,201,201,0.1);
}
    .quizAnswer > div {
        display: table-cell;
        vertical-align: middle;
    }
.quizResult {
    width: 100%;
    font-family: 'tnorth', 'Open Sans', sans-serif;
    font-size: 14pt;
    letter-spacing: .5px;
    color: #0060ac;
}

/*.active-tracks .col-md-6 {
    padding-right: 12px;
}

    .active-tracks .col-md-6:nth-child(2) {
        padding-right: 0;
        padding-left: 12px;
    }*/

.active-track {
    border-radius: 10px;
    background-color: #fff;
    padding: 16px 8px;
    margin-bottom: 16px;
    box-shadow: 1px 2px #ccc;
}

.cert-img {
    position: relative;
    height: 165px;
    width: 100%;
    background-color: #f9f9f8;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
}

    .cert-img img {
        max-height:140px;
    }

.download-cert {
    position:absolute;
    right:0;
    bottom:0;
}

.track-title, .active-track a {
    color: #0060ac;
    font-weight: bold;
}

.track-disabled {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4f5f3;
    opacity: 0.5;
}

.kenotable .in-progress td, .in-progress {
    color: #fcb116;
}

.kenotable .completed td, .completed {
    color: #8fc73e;
}

.kenotable .overdue td, .overdue {
    color: #ee312f;
}

.FaqSection ol {
    padding: 0px;
}

.FaqSection li {
    margin-top: 5px;
    padding: 2px 25px;
    list-style-type: square !important;
    display: inline;
    float: left;
    width: 50%;
    min-height: 40px;
}

.faqlink {
    color: #1963ac;
    text-decoration: none !important;
    font: 12pt tnorth, 'Open Sans', arial;
    cursor: pointer;
}

.glyphicon {
    margin-right: 4px;
}

.FAQQuestion {
    padding: 6px 0;
}

.FAQAnswer {
    background-color: #d4d3d3;
    color: #1963ac;
    padding: 10px;
}

.less-padding td {
    padding: 0.5rem;
}

.no-padding {
    padding:0 !important;
}

.green-text {
    color: #8fc73e;
    padding-top: .75rem
}

@media (max-width: 767px) {
    .FaqSection li {
        width: 100%;
        padding: 2px 5px;
    }

    .faqquestions {
        padding: 0px;
    }
}

.toolkit-play {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    text-align:center;
}
.toolkit-play img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.modalVideo .modal-body {
    padding:0;
}

.video-frame {
    width: 100%;
}

.stat-img {
    text-align: center
}

.stat-img img{
    width:60px;
}

.stat-num {
    text-align: center;
    line-height: 1;
    margin-top: 4px;
    font-size: 26pt;
    font-weight: bold;
    font-family: tnorth
}

.stat-text {
    text-align: center;
    line-height: 1;
    font-size: 9pt;
    font-weight: bold
}
.pull-right{
    float:right;
}