html {
    height: 100%;
}

body {
    height: calc(100% - 200px);
    margin: 0 0 0 0;
    font-family: "Myriad Pro", Calibri, sans-serif;
}

@media (max-width: 768px) {
    body {
        height: calc(100% - 100px);
    }
}

input, select, label {
    display: block;
}

/* bootstrap customization */
.navbar-default {
    background-color: #959596;
    border: none;
    border-radius: 0;
}

.navbar-brand {
    height: 100px;
}

@media (max-width: 768px) {
    .navbar-brand {
        height: 50px;
    }
}

.navbar-default .navbar-nav > li > a {
    line-height: 70px;
    font-size: 22px;
    color: #000;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        line-height: 20px;
    }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #858585;
}
/* end bootstrap customization */

img.background {
    min-height: 100%;
    min-width: 100%;

    width: 100%;
    height: auto;

    position: fixed;
    top: 100px;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 786px) {
    img.background {
        top: 50px;
    }
}

div.content {
    margin: 100px 0 0 0;
    padding: 100px 0;
    min-height: 100%;
}

@media (max-width: 768px) {
    div.content {
        margin: 50px 0 0 0;
        padding: 50px 0;
    }
}

div.main-view {
    box-sizing: border-box;
    width: 75%;
    opacity: 0.99;
    background-color: #ffffff;
    padding: 50px;
    margin: 0 auto;
    border: 10px solid rgba(150, 150, 150, .95);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    font-size: 120%;
}

@media (max-width: 768px) {
    div.main-view {
        width: 90%;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    div.main-view {
        width: 100%;
        padding: 5px;
    }
}


div.county-select {
    text-align: center;
}

div.main-view label {
    font-weight: bold;
    margin: 1em 0;
}

div.main-view p.welcome {
    font-size: 300%;
    font-weight: bold;
    color: #ec1c24;
    margin: .5em auto;
}

div.main-view p.description {
    width: 70%;
    margin: 0 auto;
}

div.main-view select {
    margin: 0 auto;
    font-size: 100%;
    width: 30%;
    height: 40px;
}

div.footer {
    width: 100%;
    height: 100px;
    background-color: #959596;
    box-sizing: border-box;
    margin: 0;
    padding: 0 50px;
    bottom: 0;
}

@media (max-width: 768px) {
    div.footer {
        height: 50px;
    }
}

div.footer img {
    max-height: 100%;
    max-width: 50%;
}

div.footer img.right {
    float: right;
}

div.footer img.left {
    float: left;
}

.vertical_separator {
    margin-top: 28px;
    margin-left: 5px;
    margin-right: 10px;
    border-left: 2px solid #000;
}

.bis_logo{
    width: 100px;
    height: auto;
}

.copyright_container {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 100px;
    height: 100%;
    margin-left: 1%;
    white-space: nowrap;
}

.copyright_text {
    color: #FFFFFF;
}

.tos_policy_container {
    line-height: 100px;
    font-size: 22px;
}

.tos_link {
    padding-left: 3%;
}

.tos_and_policy_link {
    color: #000;
}

.card_images_container {

}

.card_images {
    float: right;
    margin-top: 3%;
    width:100%;
}

.footer_table_row {
    background-color: #969696;
}