﻿body {
  color: #797979;
  font-family: 'Open Sans', sans-serif !important;
}


.header-box h1 {
    text-align:center;
    font-size:17pt;
    width:80%;
    margin:auto;
    border-bottom:1px solid #208AA2;
    color: #208AA2;
    padding-bottom:8px;
    margin-bottom:30px;
    margin-top:30px;
}


.question-box {
    margin:auto; text-align:center; float:none !important;
    line-height:30px;
    margin-bottom:30px;
}
.question-box input {
    text-align:center;
}
    .question-box em {
        font-size:10pt;
    }


.result-box {
    line-height:30px;
    margin-bottom:30px;
}
    .result-box h4 {
        text-align:center;
        margin-bottom:0px;
    }
    .result-box h5 {
        margin-top:50px;
        margin-bottom:10px;
        text-transform:uppercase;
    }

.btn-primary {
    color: #fff;
    background-color: #208AA2 !important;
    border-color: #2e6da4;
}

    /* HEADER */
    #header {
    padding: 10px;
    border-bottom: 1px solid #eceef4;
    background-color: #208AA2;
    color: #fff;
}
#header .social {
  text-align: right;
}
    #header .social a  {
        color: white;
    }



/* LOGO */
#logo {
    text-align:center;
    margin-bottom:10px;
}
    #logo img {
            margin-top:0px;
    }


/* FOOTER */
#footer {

    color: #797979;
    padding-top:40px;
}
    #footer h3 {
        margin-top:0;
        font-size: 12pt;
        color: #797979;
        font-weight:bold;
    }
    #footer ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }
    #footer ul li {
        margin-left: 0;
        padding-left: 0;
    }
        #footer ul li a {
            color: #333;
        }

    #footer .map {
        width:100%
    }

    #footer .bottom {
        background-color: #208AA2;
        padding: 20px;
        margin-top: 40px;
        border-top: 1px solid #eceef4;
        color: #ccc;
    }
        #footer .bottom .copyright {
          text-align: right;
        }
            #footer .bottom .copyright img {
                margin-top:-10px;
            }
    #footer a {
        color:white;
    }

.only-on-print {
    display:none;
}
