* {
    padding: 0;
    margin: 0;
    font-family: 'Overpass', sans-serif;
    box-sizing: border-box;
}

.rows {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.rows::after {
    content: "";
    clear: both;
    display: table;
}

[class*="cols-"] {
    float: left;
    padding: 15px;
}

/* Mobile Phones */
[class*="cols-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* Tablets */
    .cols-m-1 {width: 8.33%;}
    .cols-m-2 {width: 16.66%;}
    .cols-m-3 {width: 25%;}
    .cols-m-4 {width: 33.33%;}
    .cols-m-5 {width: 41.66%;}
    .cols-m-6 {width: 50%;}
    .cols-m-7 {width: 58.33%;}
    .cols-m-8 {width: 66.66%;}
    .cols-m-9 {width: 75%;}
    .cols-m-10 {width: 83.33%;}
    .cols-m-11 {width: 91.66%;}
    .cols-m-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
    /* Desktop */
    .cols-1 {width: 8.33%;}
    .cols-2 {width: 16.66%;}
    .cols-3 {width: 25%;}
    .cols-4 {width: 33.33%;}
    .cols-5 {width: 41.66%;}
    .cols-6 {width: 50%;}
    .cols-7 {width: 58.33%;}
    .cols-8 {width: 66.66%;}
    .cols-9 {width: 75%;}
    .cols-10 {width: 83.33%;}
    .cols-11 {width: 91.66%;}
    .cols-12 {width: 100%;}
}

/****************
    Main Page
****************/

/* Menu */
.desktop {
    background-color: white;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    color: black;

    position: fixed;
    z-index: 998;
}

.menu-logo {
    float: left;
    width: 40%;
    margin-left: 5%;
}

.menu-logo img {
    width: 100%;
    margin-top: 15px;
}

.menu {
    float: right;
    width: 30%;
    margin-right: 2%;
}

@media only screen and (max-width: 1460px) {
    .menu {
        float: right;
        width: 35%;
        margin-right: 2%;
    }
}

.menu a {
    color: inherit;
    text-decoration: none; /* no underline */
}

.menu-option {
    float: left;
    margin-left: 6%;
    margin-top: 8%;
}

/* Slider */
.slider {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-top: 100px;

    /*background-color: yellow;*/
}

.slider img {
    width: 100%;
    position: absolute;
}

/* About */
.about {
    width: 100%;
    background-color: #263cb7;
    color: white;

}

.about-citys {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 2%;
}

.about-citys img {
    width: 100%;
    border-radius: 5px;
    padding-bottom: 10px;
}

.city {
    width: 15%;
    float: left;
    margin-right: 4%;

    text-align: center;
}

.none {
    margin-right: 0;
}

.nudge {
    margin-left: 4%;
}

.about-message {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    font-size: 1.3em;
    text-align: center;
}

/* Location */
.location {
    width: 100%;
    /*background-color: #FF8F00;*/
}

#map {
    width:100%;
    height: 525px;
    position: relative;
}

.find {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 3%;
}

.find-info {
    float: left;
    width: 30%;
    margin-left: 10%;
    font-size: 1.2em;
}

.find-map {
    float: left;
    width: 50%;
    margin-left: 10%;
}

/* Contact */
.contact-us {
    width: 100%;
}

.contact {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 3%;
}

.contact-info {
    float: left;
    width: 40%;
    margin-left: 15%;
    margin-top: 5%;
}

.contact-form {
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 2%;
}

.contact-form input {
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    border-radius: 3px;
    border: solid 1px black;
    box-sizing: border-box;
    width: 275px;
}

.contact-form textarea {
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    border-radius: 3px;
    border: solid 1px black;
    box-sizing: border-box;
    width: 275px;
}

.contact-form button {
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    border-radius: 3px;
    border-style: none;
    background-color: #2c3e50;
    color: white;
}

.google {
    width: 58%;
}

/* Footer */
footer {
    width: 100%;
    background-color: #263cb7;
    color: white;
    text-align: center;
    font-size: 1.1em;
}

footer p {
    padding: 10px;
}

footer a {
    color: inherit;
    text-decoration: none; /* no underline */
}


/***************************
    Payment Portal Login
***************************/
.payment-login {
    width: 160px;
    padding-top: 10px;
    height: 100%;
    text-align: center;
    font-size: 1em;
    background-color: #263cb7;
    color: #FFF;
    text-decoration: none;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 10px;
    height: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

    cursor: pointer;
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal input {
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    border-radius: 3px;
    border: solid 1px black;
    box-sizing: border-box;
    width: 275px;
}

.modal textarea {
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    border-radius: 3px;
    border: solid 1px black;
    box-sizing: border-box;
    width: 275px;
}

.modal button {
    margin: 10px;
    padding: 10px;
    font-size: 1.3em;
    border-radius: 3px;
    border-style: none;
    background-color: #263cb7;
    color: white;
}

.modal hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.modal a {
    margin: 10px;
    padding: 10px;
    font-size: 1.3em;
    border-radius: 3px;
    border-style: none;
    background-color: #263cb7;
    color: white;
    text-decoration: none;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
    top: 20%;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

 /* Modal Header */
.modal-header {
    padding: 10px 16px;
    background-color: #263cb7;
    color: white;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
    text-align: center;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
    border-style: none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/***************************
    Payment Portal Page
***************************/
.payment-info {
    padding-top: 130px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.info-table {
    width: 100%;
}

.tableAlignRight {
    text-align: right;
}

.payNowButton {
    border-radius: 5px;
    border: white solid 1px;
    padding: 10px;
    margin: 5px;
    font-size: 1.2em;
    background-color: #263cb7;
    color: white;
    cursor: pointer;
}

.payOnlineNow {
    display: none;
    background-color: #263cb7;
    color: white;
    position: absolute;
    top: 18%;
    left: 30%;
    right: 30%;
    width: 40%;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
}

.view-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.view-form h3 {
    text-align: center;
}

/****************************
    Initial Payment Page
****************************/
.initial-payment {
    padding-top: 10%;
    width: 80%;
    margin: 0 auto;
}

.initial-payment input {
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    border-radius: 3px;
    border: solid 1px black;
    box-sizing: border-box;
    width: 275px;
}

.initial-payment select {
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    border-radius: 3px;
    border: solid 1px black;
    box-sizing: border-box;
    width: 150px;
    display: inline-block;
}

.initial-payment textarea {
    margin: 5px;
    padding: 5px;
    font-size: 1.3em;
    border-radius: 3px;
    border: solid 1px black;
    box-sizing: border-box;
    width: 275px;
}

.initial-payment button {
    margin: 10px;
    padding: 10px;
    font-size: 1.3em;
    border-radius: 3px;
    border-style: none;
    background-color: #263cb7;
    color: white;
}

.small {
    width: 100px !important;
}

.medium {
    width: 200px !important;
}

.large {
    width: 450px !important;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

/* Promotion Box  */
.promo-pay-online {
    width: 13%;
    height: 20%;
    background-color: white;
    border: black solid 1px;
    border-radius: 5px;
    position: fixed;
    bottom: 1%;
    right: 1%;
    padding: 1%;
    text-align: center;
}

.promo-pay-online p {
    margin-bottom: 15%;
}

.promo-pay-online span {
    margin: 10px;
    padding: 10px;
    font-size: 1.3em;
    border-radius: 3px;
    border-style: none;
    background-color: #263cb7;
    color: white;
    cursor: pointer;
}

