@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.4;
    background: #F3CB38;
}

.container {
    max-width: 960px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
/*    line-height: 20px;*/
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
}

h2 {
    font-size: 19px;
    font-style: oblique;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    font-size: 22px;
    line-height: 28px;
    color: #B1333B;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    color: #B1333B;
}

h5 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
}

h6 {
    font-size: 19px;
    font-style: oblique;
    line-height: 25px;
    padding-top: 25px;
    text-align: center;
}

.header {
    padding: 20px 0 10px;
    background: url(/images/bg_header.jpg) no-repeat center center #B5B5B5;
    border-bottom: 3px solid #BB2C39;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 26px;
}

.header img {
    max-width: 90%;
}

.navbar {
    /*justify-content: flex-end;*/
    padding: 0;
}

.navigation {
    background-color: #000;
}

.navigation ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    line-height: 40px;
}

.navigation ul li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #FFF;
    display: inline-block;
    padding: 0 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.navigation ul li a:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #F4CC26;
    display: block;
    float: left;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 0px;
    padding-left: 26px;
    font-weight: bold;
/*    text-transform: uppercase;*/
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.content {
    margin-bottom: 20px;
}

.content .container {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 0px 16px #000;
}

.content-wrapper {
    min-height: 450px;
}

.number-list-item {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.number-list-item img {
    width: 44px;
    height: 44px;
    margin-right: 15px;
}

.number-list-item h4 {
    margin: 0;
}
.number-list-item p {
    margin: 0;
}

.content h2 #available {
    padding-right: 30px;
    padding-left: 0px;
}

.apply-button {
    padding: 4px 8px;
    background: #BE3E40;
    border: 1px solid #1F0A0A;
    border-radius: 8px;
    color: #fff;
}

.apply-button:hover {
    background: #EDCC57;
    color: #BD3E40;
    text-decoration: none;
}

.content_footer {
    padding-top: 20px;
    background-image: url(/images/HorizLine.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.content_footer h5 a {
    color: #000;
    text-decoration: none;
}

.content_footer h5 a:hover {
    color: #B1333B;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .navigation ul li a {
        padding: 0 16px;
    }
}

@media (max-width: 767.98px) {
    .header {
        text-align: center !important;
    }
    .navbar {
        width: 100%;
    }
}