@import "/assets/fonts/myriad.css";

body {
    background: #E3E5E5;
    font-size: 18px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    color: #333;
}

a, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

.jumbotron {
    position: relative;
    height: 488px;
    background: url('/images/header.jpg') no-repeat center;
    padding: 0;
    margin-bottom: 0;
    z-index: 100;
}

.jumbotron > .info {
    position: absolute;
    height: 78px;
    width: 850px;
    z-index: 500;
}

.subhead {
    font-weight: bold;
    width: 75%;
    text-align: center;
    margin: 0 auto 25px;
    line-height: 20px;
}

.container-title {
    font-size: 150%;
%;
    text-align: center;
    width: 100%;
}

footer {
    height: 314px;
    color: #A9C2D5;
    background: #006494;
    margin: 0 -15px;
}

footer a {
    color: #A9C2D5;
    border-bottom: dotted 1px;
}

footer a:hover {
    color: #fff;
    border-bottom: solid 1px;
    text-decoration: none;
}

.footer-title {
    width: 100%;
    height: 70px;
    margin-bottom: 70px;
    background: url('/images/footer_title.png') center bottom no-repeat;
}

@media print {
    a::after {
        display: none;
    }
}

#workarea {
    padding-left: 30px;
    padding-right: 30px;
}

.link-block {
    text-align: center;
    margin-top: 20px;
    padding: 40px 0;
}

.link-block:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.link-block a {
    color: #333;
}

.link-block img {
    border: 2px solid #DADADA;
}

.link-title {
    margin-top: 10px;
    line-height: 1.25;
}

.next-button {
    padding-top: 30px;
    position: relative
}

.next-button button {
    width: 100%;
    font-size: 100%;
}

.loading-ico {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30px;
    height: 40px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.75);
}

.header-button {
    margin-top: 9px;
}

.header-button-panel {
    position: absolute;
    text-align: right;
    width: 961px;
    left: 20px;
    padding-right: 31px;
    padding-top: 83px;
}

/* ------------------------- */

.header__block {
    background-color: #025AB4;
    height: 445px;
    min-width: 961px;
    position: relative;
}

.header__image {
    position: absolute;
    height: 497px;
    min-width: 961px;
    background: url("/images/header.png") no-repeat center;
    left: 0;
    right: 0;
}

.header__title-block {
    position: absolute;
    min-height: 115px;
    min-width: 961px;
    background-color: rgba(255,255,255,0.4);
    left: 0;
    right: 0;
    text-align: center;
}

.header__title {
    position: relative;
    color: #E9F0F8;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    padding: 18px 0;
    line-height: 27px;
    font-size: 30px;
    font-family: "MyriadProC", sans-serif;
    letter-spacing: 1px;
}

.header__title-shadow {
    position: absolute;
    height: 104px;
    left: 0;
    right: 0;
    bottom: -52px;
    background: url("/images/title-shadow.png") no-repeat center;
}

.header__title-line1 {
    text-transform: uppercase;
}

.container.body {
    background: #fff;
    width: 961px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 50;
    padding-top: 40px;
}

.body .buttons {
    padding: 25px 80px;
    text-align: center;
    line-height: 40px;
}