
/* General */

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.edi_logo {
    height: 79px;
    margin-top: 3em;
    margin-right: 3em;
}
.well_logo {
    height: 79px;
    margin-top: 3em;
}
.logos a:hover {
    text-decoration: none;
}




/* Other pages */

.header_htag {
    margin-top: 60px;
}

.short_text {
    height: 50%;
}
.index_terms {
    margin-bottom: 100px;
}
.text_container {
    margin-top: 2em;
}
.consent_form {
    margin-top: 2em;
}
.consent_submit {
    margin-top: 1em;
}


/* Front Page */

@media (min-width: 768px) {
    .desc_paragraph {
        height:80px;
    }
}
@media (min-width: 992px) {
    .desc_paragraph {
        height:60px;
    }
}
.index_terms label {
    font-weight: normal;
}
.btn_row .btn-default {
    pointer-events: none;
}
.btn_row .glyphicon {
    display: none;
}
.btn_finish {
    margin-top: 50px;
}
.btn_disabled {
    pointer-events: none;
    cursor: default;
}


/* Footer */

footer .mythemes-copyright{
    padding: 35px 0px;
}

footer .mythemes-copyright p{
    color: #767676;
    font-size: 12px;
    line-height: 18px;

    padding: 0px;
    margin: 6px 0px;
}

footer .mythemes-copyright a{
    color: #303030;

}
footer .mythemes-copyright a:hover{
    color: #0d0d0d;
    text-decoration: underline;
}

.policy-menu li {
    margin-bottom: .5em;
    margin-right: 4em;
}

@media ( min-width: 980px ) and (max-width: 1199px ){
}
@media ( min-width: 768px ) and ( max-width: 979px ){
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    footer .mythemes-copyright p{
        text-align: center;
    }
}
@media ( max-width:480px ){
    footer .mythemes-copyright p{
        text-align: center;
    }
}
@media (min-width: 992px){
    .policy-menu li {
        display: inline-block;
    }
}

