.form-control {

    border-color: #0870E5;
}

/************************************* bigBanner *************************************/


.bigBanner img {
    width: 100%;
    height: auto;
}

/************************************* section1  *************************************/


.section1 {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #fff;
}


.formBar {
    margin-bottom: 30px;

}



.formBar .noStyle {
    border: none;
    background: none;
}




.years .oneYear {
    margin-bottom: 30px;
}

.years .oneYear .oneYearLeftText {
    color: #0870E5;
    text-align: 16px;
}


.years .oneYear h1 {
    color: #0870E5;
}

.years .oneYear h1 {
    font-family: 'Roboto', sans-serif;
    color: #0870E5;
    font-weight: bold;
    border-bottom: 1px solid #0870E5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.years .oneYear .oneIssue {
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
    /*    border:1px solid red;*/
}

.years .oneYear .oneIssue h6 {
    line-height: 1.7;
    margin-bottom: 0px;
    position: relative;
}

.years .oneYear .oneIssue h6 img {
    display: none;
}

.years .oneYear .oneIssue h6:hover img {
    width: 150px;
    height: auto;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 0px;
}


.years .oneYear .oneIssue p {
    margin-bottom: 0px;
}

.years .oneYear .oneIssue:before {
    content: url(../img/awardRecord/blueCircle.svg);
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 0px;
}



.years .oneYear .oneIssue h6 {
    font-weight: bold;

}
