@charset "UTF-8";
/* CSS Document */
.idc ul:before {
    content: '';
    background-image: url(../images/dc-idc-report-banner.jpg);
    min-width: 370px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 300px;
    float: left;
}
.idc ul.offset:before {
    content: '';
    background-image: url(../images/dc-idc-report-banner-1.jpg);
}
.idc ul li {
    list-style-type: none!important;
    list-style-image: url(../images/right.png);
    list-style-position: outside;
    font-size: 15px;
    line-height: 34px;
}
.idc ul li:before {
    content: '';
}
.idc h3 {
    margin-bottom: 6px;
}
.idc ul {
    margin-bottom: 40px;
    margin-top: 20px;
}

.idc p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 40px;
}
.spl p {
    display: inline-block;
    max-width: 50%;
    padding: 23px 0;
    margin: 0;
}
.idc .spl {
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    padding: 15px 30px;
    line-height: 30px;
    display: flex;
    max-width: 700px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 30px auto;
}
.idc .spl input#submit {
    display: block;
    background-color: #069a50;
    color: #fff;
    padding: 14px 18px;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    vertical-align: top;
    text-align: center;
    height: auto;
    margin-top: 20px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.idc .spl a:hover {
    background-color: #fff;
    color: #069a50;
    border: 1px solid #069a50;
}

.idc .spl input {
    width: 266px;
    display: block;
    padding: 16px;
    vertical-align: top;
    font-size: 15px;
    border: 1px solid #ccc;
    line-height: normal;
    background-color: #fff;
    border-radius: 0;
}
.idc .spl input:focus{
    outline:none;
}

.idc .spl .input-group{
    position: relative;
    max-width: 300px;
}
.input-group span.error{
    display: none;
    position: absolute;
    bottom: -16px;
    left: 0;
    background-color: #e9132c;
    border-radius: 0 0 5px 5px;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    line-height: normal;
}
.input-group .error.active{
    display: block;
}
.idc h1 {
    font-size: 30px;
    text-align: center;
    line-height: 47px;
    font-weight: 300;
    margin: auto;
    padding-bottom: 5px;
    max-width: 870px;
    letter-spacing: 2px;
}

.idc h1 strong {
    letter-spacing: normal;
}
@media(max-width:600px){

.idc{
   padding:15px;
}
.idc ul:before{
   min-width: 300px;
   display: block;
   margin: auto;
   float: none;
}
.idc .spl{
   display:block;
   padding-bottom: 1px;
}
.idc .spl a{
   margin:20px 0;
}
.spl p {
    display: block;
    max-width: none;
    padding:10px 0 30px;
}
.idc .spl input {
    width: 88%;
    margin: 0 0 20px;
}
.idc .spl input#submit {
    width: 99.5%;
}
.idc .spl .input-group {
    margin: 0 0 20px;
}
.input-group span.error {
    top: -16px;
    bottom: auto;
    left: auto;
    right: 0;
    border-radius: 5px 5px 0 0;
}

}
