﻿
#landing_container {
    text-align: center;
}

#landing_container > h1 {
    color: #283693;
    font-size: 1.8em;
}

#landing_container > p {
    padding: 0px 120px;
}

.landing_blocks > div.block {
    position: relative;
    display: inline-block;
    margin: 20px 21px 0px 21px;
    padding: 0px 12px;
    width: 219px;
    min-height: 186px;
    vertical-align: top;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
}

.orange {
    background-color: #F67A00;
}

.red {
    background-color: #A52F00;
}

.blue {
    background-color: #5B7ECA;
}

.green {
    background-color: #84A708;
}

.purple {
    background-color: #5E3D8C;
}

.landing_blocks > div.block h2,
.landing_blocks > div.block a,
.landing_blocks > div.block h2 a {
    color: #FFFFFF !important;
}

.landing_blocks > div.block a {
    text-decoration: none;
}

.landing_blocks > div.block h2 {
    margin-bottom: -5px;
    font-size: 1.8em;
    line-height: 1.25em;
}

.landing_blocks > div.block p {
    margin: 10px 0px;
}

.landing_blocks > div.block > p:first-child {
    margin-top: 0px;
    margin-left: -12px;
    margin-right: -12px;
}

.landing_blocks > div.block > p:first-child > a {
    display: block;
    line-height: 0px;
}

.landing_blocks > div.block > p:first-child img:first-child:last-child {
    width: 100%;
    height: 91px;
}

.landing_blocks > div.block > img.arrow {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    margin-left: 15px;
}

.landing_nav {
    margin-top: 60px;
}

.landing_nav a {
    display: block;
    height: 28px;
    color: #0052A4;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 28px;
    background-repeat: no-repeat;
}

.landing_nav a.previous {
    float: left;
    padding-left: 35px;
    background-image: url("../images/landing_nav_previous.png");
    background-position: left top;
}

.landing_nav a.next {
    float: right;
    padding-right: 35px;
    background-image: url("../images/landing_nav_next.png");
    background-position: right top;
}