h1, #banner, #banner a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2em;
    font-family: sans-serif;
    vertical-align: baseline;
    background-color: #fff;
    color: #1f2126;
    line-height: 1;
    text-align: left;
}

h2, #banner2, #banner2 a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    font-family: sans-serif;
    vertical-align: baseline;
    background-color: #fff;
    color: #1f2126;
    line-height: 1;
    text-align: center;
}

h3, #banner3, #banner3 a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    font-family: sans-serif;
    vertical-align: baseline;
    background-color: #fff;
    color: #1f2126;
    line-height: 1;
    text-align: center;
}

a:hover {
    text-decoration: none
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

body {
    display: block;
}

nav {
    width: 100%;
    min-width: 1400px;
    display: block;
    float: left;
    clear: both;
    background: hsl(118, 94%, 47%);
    margin-top: 0;
    margin-bottom: 0;
}

nav ul {
    background-color: #333;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}


nav ul ul {
    display: none;
    background: #333;
    padding: 0;
    position: absolute;

}

nav ul ul:after {
    content: "";
    clear: left;
    display: block;
}


nav ul li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #bbb;
    height: 48px;
}

nav ul li:hover {
    background: #5c89c7;
}

nav ul li.touch-active ul {
    background: #5c89c7;; /* Enables dropdown on touch */
}

nav ul li a {
    text-decoration: none;
    color: #000000;
    display: block;
    transition: .3s background-color;
    padding: 0 24px;
}

nav ul li a:hover {
    background-color: #5c89c7;
    color: #FFFFFF;

}


nav ul li a {
    display: block;
    padding: 15px 25px;
    color: #ffffff;
    text-decoration: none;
    font-family: sans-serif;
}


nav a {
    border-bottom: none;
}

nav li ul {
    position: absolute;
    display: none;
    width: inherit;
    text-align: left;
}

nav li:hover ul {
    display: block;
}

nav ul li ul li {
    display: block;
    float: none !important;
    /* newly added */
    height: auto;
    /* newly added */
    line-height: 34px;
    /* newly added */
    block-size: 45px;
}


a.active {
    float: left;
    background-color: #4CAF50;
}

a.hot {
    float: left;
    background-color: rgb(235, 11, 179);
}

footer {
    display: block;
    background-color: #333;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-width: 1400px;
}

footer p {
    padding: 1px 5px;
    color: #ffffff;
    text-align: center;
}

footer ul li {
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
}


footer ul li a {
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    content: "";
    display: table;
    clear: both;
}

/* page btn */

.btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin: 10px;

}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.footer-cls {
    white-space: nowrap;
}

.footer-cls:after {
    content: "|";
    position: absolute;
    color: white;
    padding: 0 21px;
    bottom: 2px;
    font-size: 12px;
}