﻿.justificationupload-legacy .container p {
    margin-left: 20px;
}

.justificationupload-legacy p {
    margin: 0 0 1.5em;
    line-height: 1.5;
}

.justificationupload-legacy .container h3 {
    color: #7FCADF;
    padding: 1%;
}

.justificationupload-legacy input[type=text],
.justificationupload-legacy input[type=email],
.justificationupload-legacy input[type=number],
.justificationupload-legacy input[type=password],
.justificationupload-legacy textarea {
    border: 1px solid #758192;
    background-color: white;
    font-size: 16px;
    /*font-size: 1.6rem;*/
    padding: 5px 5px;
    color: #002854;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.justificationupload-legacy select {
    border: 1px solid #758192;
    font-size: 16px;
    /*font-size: 1.6rem;*/
    width: 100%;
}

.justificationupload-legacy button, input[type=submit], .button {
    background-color: #002854;
    display: inline-block;
    border: 0;
    max-width: 100%;
    font-size: 14px;
    /*font-size: 1.4rem;*/
    line-height: 1;
    font-weight: normal;
    padding: 14px 35px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /*font-family: "Open Sans Condensed","Georgia","Times New Roman",serif;*/
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}

.justificationupload-legacy .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.justificationupload-legacy .container {
    margin: 25px;
    padding: 2%;
}

.sidebar {
    position: relative;
    float: right;
    width: 28%;
    min-height: 1px;
    margin-top: 4%;
    padding-left: 4%;
    padding-right: 4%;
}

@media screen and (max-width: 760px) {
    .sidebar {
        width: auto;
        float: none;
        margin-left: 0;
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #cacfd5;
    }
}

.sidebar .banner-list, .sidebar .sub-nav, .sidebar .featured-resources {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.banner-list .banner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 1px solid #cacfd5;
    border-bottom: 6px solid #033F74;
    background-color: #F5F5F5;
    padding: 20px;
    text-align: center;
    -moz-box-shadow: 2px 2px 1px rgba(0,0,0,0.1),4px 3px 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.1),4px 3px 8px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1),4px 3px 8px rgba(0,0,0,0.1);
}

@media screen and (min-width: 760px) {
    .banner-list .banner .title {
        font-size: 25px;
        font-size: 2.5rem;
    }

    .banner-list .banner .sub-heading {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1200px) {
    .banner-list .banner .title {
        font-size: 30px;
        font-size: 3rem;
    }
}

.banner-list .banner .title {
    /*font-family: "Open Sans Condensed","Georgia","Times New Roman",serif;*/
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
    color: #067BBC;
}

@media screen and (min-width: 860px) {
    .banner-list .banner .more {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.banner-list .banner .more {
    background-color: #067BBC;
    display: inline-block;
    border: 0;
    max-width: 100%;
    font-size: 14px;
    /*font-size: 1.4rem;*/
    line-height: 1;
    font-weight: normal;
    padding: 14px 35px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /*font-family: "Open Sans Condensed","Georgia","Times New Roman",serif;*/
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
}

.banner-list .banner .more i {
    margin-left: 10px;
}

.banner-list .banner .more i {
    display: none;
}

.banner-list .banner .more i {
    margin-left: 10px;
}

