@charset "UTF-8";

body {
    background-color: #EEEEEE;
}

.intro-banner {
    margin: 0px;
    padding-top: 13px;
    padding-right: 0px;
    padding-bottom: 13px;
    padding-left: 0px;
}

.padding-top-bottom {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-top {
    padding-top: 30px;
}

.padding {
    padding: 10px;
}

.margin-top {
    margin-top: 20px;
}

.green {
    color: #66cc33;
}

.blue {
    color: #00549f;
}

.light-grey {
    color: #F5F5F5;
}

.white-bg {
    background-color: #FFFFFF;
}

.grey-bg {
    background-color: #F5F5F5;
}

.blue-bg {
    background-color: #00549f;
}

.img-float-left {
    float: left;
    margin-right: 20px;
}

.img-float-right {
    float: right;
    margin-left: 20px;
}


@media (max-width: 499px) {
    .image {
        width: 40%;
    }

    .padding-top {
        padding-top: 15px;
    }

    .padding-top-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padding {
        padding: 0px;
    }

    .img-float-left {
        float: left;
        margin-right: 10px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 991px) {
    .padding-top-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo img {
        height: 44px;
        width: 213px;
        margin-top: 5px;
    }

}

@media (min-width: 1200px) {}

.login-status-out {
    text-align: center;
    font-size: 20px;
    font-family: arial;
    color: #b94a48;
}

.login-status-in {
    text-align: center;
    font-size: 20px;
    font-family: arial;
    color: #66cc33;
}



.header-login form {
    height: 100%;
}

.header-login form input {
    height: 100%;
    width: 150px;
    padding: 5px;
    /*border: 4px; */
    border-radius: 4px;
    background-color: #3165f726;
    float: right;
    margin-left: 8px;
    margin-top: 4px;
    font-family: arial;
}

.header-login form button {
    height: 100%;
    width: 80px;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    background-color: #00549f;
    margin-left: 8px;
    margin-right: 10px;
    font-family: arial;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    float: right top
}

.header-signup {
    height: 100%;
    width: 70px;
    padding: 0 6px;
    border: none;
    border-radius: 4px;
    margin-left: 8px;
    font-family: arial;
    font-size: 13px;
    line-height: 36px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
}

/* 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(1, 1, 1);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

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

/* 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;
}

.intpanel {
    margin-bottom: 20px;
    background-color: #F5F5F5;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.nav-fade {

    padding: 8px 8px;

    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.nav-fade:hover {
    background: #00549f38;
}

.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #FBFBFB;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 25px 25px white inset;
}

.content-panel {
    min-height: 75vh;
}

img2 {
    border: 0;
    border-radius: 8px;
}

.imgshadow {

    box-shadow: 1px 1px 3px 2px #b1b1b196;
    border-radius: 6px;
}

.signuperror {
    padding-top: 14px;
    font-family: arial;
    font-size: 20px;
    color: #b94a48;
    text-align: center;
}

.signupsuccess {
    padding-top: 14px;
    font-family: arial;
    font-size: 16px;
    color: green;
    text-align: center;
}
