/*
General
*/
.d-none-custom {
    display: none;
}

.hidden {
    visibility:hidden;
}

html, body{
    background: #e2e2e2;
    overflow-x: hidden;
    width: 100%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, p, input {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

h1{
    padding: 10px 0;
    font-size: 20pt;
    color: #fff;
    margin: 0;
}
h2{
    font-size: 20pt;
}
p{
    margin-bottom:0.5rem;
}
.fa, .fab, .fal, .far, .fas{
    color: #000;
    font-size: 1.5rem;
    margin-right: 15px;
}

img.android.icon {
    height: 1.5rem;
    margin-right: 15px;
    margin-bottom: 10px;
}
.fab:hover, .fas:hover, .android-icon:hover{
    text-decoration: none;
    color: #a09a9a;
}

.container {
    max-width: 1280px;
    padding: 0;
}
.col-md-12{
    display: inline-block;
}
.wrapper.gray .col-md-12{
    padding: 2rem 0;
}
.wrapper.white .col-md-12{
    padding: 1rem 0;
}
.col-md-3{
    padding-left: 0px;
}
a.btn, button.btn{
    color: #fff !important;
    background-color: #e20613;
    border-color: #c51718;
    border-width: 0;
    -webkit-box-shadow: 0 5px 0 0 rgba(177,15,15,1);
    -moz-box-shadow: 0 5px 0 0 rgba(177,15,15,1);
    box-shadow: 0 5px 0 0 rgba(177,15,15,1);
    padding: 10px 16px;
    font-size: 1vw;
}

a.btn:hover, button.btn:hover{
    color: #fff;
    background-color: #c51718;
    border-color: #c51718;
}

.red{
    color: #ea212d;
}

.required {
    font-size: 14px;
    float: right;
}
/*
Navigation
*/
.navbar{
    background-color: #fff;
    color: #ea212d;
    width: 100%;
}
.navbar-brand{
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.navbar-brand img{
    width:100%;
    height:auto;
}

.navbar-nav, .navbar > .container{
    display: inline-block;
}
.navbar-nav{
    padding-top: 1.2rem;
    float:right;
}
.nav-item {
    float: left;
    margin-left:20px;
}
.nav-link {
    color: #fff;
    text-transform: uppercase;
}

.nav-link:hover, .nav-link.active, .dropdown:hover {
    color:red!important;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #000;
    background-color: inherit;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block!important;
}

.fa.fa-caret-down{
    font-size: 1rem;
    margin-right: 0;
}


/*Mobile Nav*/
.topnav {
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: #000;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    position: absolute;
    right: 0;
    top: 0;
}

.topnav{
    display: none;
}

.corona-alert{
    background-color: #38A8AE;
    color: #fff;
    padding: 35px 15px;
}
.corona-alert h3{
    font-weight: 500 ;
}

.corona-alert a {
    color: #fff;
    font-size: 24px;
    display: block;
    text-decoration: none;
    text-align: center;
}

/*
Page Headings
*/
.wrapper.page_heading{
    background: #262831;
    padding: 10px 0;
}

/*
Pages
*/
.virus-prevention {
    text-align: center;
    border: 1px solid #ea212d;
    background: #fff;
}
.wrapper.gray {
    background: #e2e2e2;
    padding-top:2rem;
}
.wrapper.gray:last-of-type {
    padding-bottom: 3rem;
}

/*
Forms
*/
select{
    width:100%;
}

/*
Footer
*/

footer h4 {
    font-weight: bold;
}

.footer-links{
    background-color: #262831!important;
    padding: 2rem;
}
.footer-copyright{
    background-color: #1b1c1e;
    padding: 1rem;
}
.footer {
    background-color: #262831;
    color: white;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;

}

.footer h4,
.footer ul li {
    text-align: left;
    padding: .1rem 0;
}

.group-links h4 {
    font-size: 1.2vw;
}

.footer ul {
    list-style-type: none;
    text-align: inherit;
    padding: 0 20px;
}

.footer ul li a{
    text-align: left;
    color: #fff;
    font-size: .8vw;
}

.social-links{
    display: flex;
}

.social-links li {
    margin: 0 1rem;
}

.footer-logos{
    display: flex;
    margin-bottom: 2rem;
}
.footer-logos img {
    width: 6rem;
}

.social-links img{
    width: 78px;
    height: auto;
}

.copyright{
    font-size: .8vw;
}

.copyright a{
    color:white;
}
.copyright .col-sm-3{
    text-align: center;
}


@media only screen and (min-width: 768px) {
    body {
        height:100vh;
    }
}


@media only screen and (max-width: 768px) {

    .topnav{
        display: block;
    }
    .navbar{
        display:none;
    }

    .navbar-brand img {
        width: 60%;
    }

    a.navbar-brand {
        padding:10px;
    }

    .dropdown-content {
        position: relative;
    }

    .dropdown-content {
        background: #fff;
        box-shadow: none;
        padding-left: 20px;
    }

    button.dropbtn.nav-link {
        padding-left: 0;
    }

    a.dropdown-item {
        padding: 10px;
    }

    a.btn, button.btn{
        font-size: inherit;
    }

    .wrapper {
        padding: 10px 20px!important;
    }

    .footer {
        position: relative;
    }

    .social-links li {
        margin: 0;
    }

    .corona-alert a {
        font-size: 12px;

    }

    .group-links h4{
        font-size: inherit;
    }

    .footer ul li a{
        font-size: inherit;
    }

    .copyright{
        font-size: 1rem;
    }

}
