﻿@font-face {
    font-family: 'MontserratRegular';
    src: url('font/MontserratRegular-Regular.eot');
    src: url('font/MontserratRegular-Regular.woff2') format('woff2'), url('font/MontserratRegular-Regular.woff') format('woff'), url('font/MontserratRegular-Regular.ttf') format('truetype'), url('font/MontserratRegular-Regular.svg#MontserratRegular') format('svg'), url('font/MontserratRegular-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueSpartan-Bold';
    src: url('font/LeagueSpartan-Bold.eot');
    src: url('font/LeagueSpartan-Bold.woff2') format('woff2'), url('font/LeagueSpartan-Bold.woff') format('woff'), url('font/LeagueSpartan-Bold.ttf') format('truetype'), url('font/LeagueSpartan-Bold.svg#MontserratRegular') format('svg'), url('font/LeagueSpartan-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratRegular-Light';
    src: url('font/MontserratRegular-Light.eot');
    src: url('font/MontserratRegular-Light.woff2') format('woff2'), url('font/MontserratRegular-Light.woff') format('woff'), url('font/MontserratRegular-Light.ttf') format('truetype'), url('font/MontserratRegular-Light.svg#MontserratRegular') format('svg'), url('font/MontserratRegular-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueSpartan-Bold';
    src: url('font/LeagueSpartan-Bold.eot');
    src: url('font/LeagueSpartan-Bold.eot?#iefix') format('embedded-opentype'), url('font/LeagueSpartan-Bold.svg#LeagueSpartan-Bold') format('svg'), url('font/LeagueSpartan-Bold.ttf') format('truetype'), url('font/LeagueSpartan-Bold.woff') format('woff'), url('font/LeagueSpartan-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MontserratRegular';
    src: url('font/MontserratRegular.eot');
    src: url('font/MontserratRegular.eot?#iefix') format('embedded-opentype'), url('font/MontserratRegular.woff2') format('woff2');
    src: url('font/MontserratRegular.svg#Montserrat-Regular') format('svg'), url('font/MontserratRegular.ttf') format('truetype'), url('font/MontserratRegular.woff') format('woff');
        font-weight: normal;
    font-style: normal;
}





header {
    position: relative;
    width: 100%;
    min-height: 100px; /* Set the fixed height of the footer here */
    /*background-color: #231f20;*/
    background-color: white;
    color: black;
}

.header-pc {
    border-bottom: 5px solid #a0cc41;
}

.header-sc {
    border-bottom: 5px solid #ffDD00;
}

#content {

    min-height:Calc(100vh - 160px);
    width:100%;
    /*background-color:blue;*/
    padding:5px;
}


body {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'MontserratRegular';
    margin: auto;
    font-size: 16px;
    color: black;
}

footer {
    position: relative;
    width: 100%;
    min-height: 60px;
    /*line-height: 60px;*/
    background-color: #2d313a;
}

li{
    padding:5px;
}

.error-label{
    font-weight:normal;
    color:red;
    font-size:0.8rem;
    display:none;
}

#autoSuggest {
    position: relative;
    display: inline-block;
    width:100%;
}

#suggestDropdown {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    background-color:white;
}

    #suggestDropdown li {
        list-style: none;
        padding: 8px;
        cursor: pointer;
    }

        #suggestDropdown li:hover {
            background-color: #f4f4f4;
        }

.hidden{
    display:none;
}
/* Style the radio input */
.radio-group input[type="radio"] {
    display: none; /* Hide the default radio input */
}

/* Style the radio label */
.radio-group label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-right:20px;
}

    /* Create a custom radio appearance */
    .radio-group label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border: 2px solid #333; /* Border color */
        border-radius: 50%;
        background-color: #fff; /* Background color */
    }

/* Style the radio when checked */
.radio-group input[type="radio"]:checked + label::before {
    background-color: #2196F3; /* Change the background color when checked */
    border: 2px solid #2196F3; /* Change the border color when checked */
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

textarea {
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 300px;
}














.ncs-lgray {
    background-color: #dddddd !important;
    color: black !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-lgray-dark {
    background-color: #bbbbbb !important;
    color: black !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}









.ncs-yellow {
    background-color: #fdb813 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-yellow-dark {
    background-color: #e3a002 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




.ncs-gray {
    background-color: #9e9fa3 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-gray-dark {
    background-color: #898a90 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.ncs-black {
    background-color: #231f20 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-black-dark {
    background-color: #000000 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.ncs-blue {
    background-color: #01a7e1 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-blue-dark {
    background-color: #0182b2 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




.ncs-pink {
    background-color: #ed0f7e !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-pink-dark {
    background-color: #c50d69 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




.ncs-orange {
    background-color: #f36523 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-orange-dark {
    background-color: #df4f0c !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.ncs-green {
    background-color: #bfd630 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-green-dark {
    background-color: #a0b323 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.ncs-turq {
    background-color: #22bfb8 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-turq-dark {
    background-color: #1c9c96 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.ncs-purple {
    background-color: #9765ac !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-purple-dark {
    background-color: #815095 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.ncs-dgreen {
    background-color: #004b1c !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-dgreen-dark {
    background-color: #003313 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.ncs-dblue {
    background-color: #002b58 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-dblue-dark {
    background-color: #001b38 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.ncs-red {
    background-color: #ee3f3c !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ncs-red-dark {
    background-color: #eb1814 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




.btn-ncs-yellow {
    background-color: #fdb813 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-yellow:hover {
        background-color: #e3a002 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }




.btn-ncs-gray {
    background-color: #9e9fa3 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-gray:hover {
        background-color: #898a90 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }


.btn-ncs-black {
    background-color: #231f20 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-black:hover {
        background-color: #000000 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }



.btn-ncs-blue {
    background-color: #01a7e1 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-blue:hover {
        background-color: #0182b2 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }




.btn-ncs-pink {
    background-color: #ed0f7e !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-pink:hover {
        background-color: #c50d69 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }




.btn-ncs-orange {
    background-color: #f36523 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-orange:hover {
        background-color: #df4f0c !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }



.btn-ncs-green {
    background-color: #bfd630 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-green:hover {
        background-color: #a0b323 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }


.btn-ncs-turq {
    background-color: #22bfb8 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-turq:hover {
        background-color: #1c9c96 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }



.btn-ncs-purple {
    background-color: #9765ac !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-purple:hover {
        background-color: #815095 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }


.btn-ncs-dgreen {
    background-color: #004b1c !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-dgreen:hover {
        background-color: #003313 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }



.btn-ncs-dblue {
    background-color: #002b58 !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-dblue:hover {
        background-color: #001b38 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }


.btn-ncs-red {
    background-color: #ee3f3c !important;
    color: white !important;
    text-decoration: none;
    font-family: 'LeagueSpartan-Bold';
    font-size: 18px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .btn-ncs-red:hover {
        background-color: #eb1814 !important;
        color: white !important;
        text-decoration: none;
        font-family: 'LeagueSpartan-Bold';
        font-size: 18px;
        
        display: inline-block;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }