.errText {
    margin-top: 10px;
    text-align: center;
}

.errImage img {
    margin-left: auto;
    margin-right: auto;
}

.filters.nodata {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.newsSource {
    margin-bottom: 6px;
}

.bodyContainer .filters {margin: 50px auto 0 !important;}
@media (min-width: 480px) and (max-width: 600px) {
    #container {margin-top: 50px !important}
}

.clearSearch {
    position: relative;
    left:90%;
    z-index: 100;
    font-size: 16px;
    font-family: "Roboto Condensed",sans-serif;
    color: #a6a6a6;
    cursor: pointer;
}
.searchBlock .searchButton {
    left: 95%;
    position: relative;
    padding: 0;
}
@media (max-width: 775px) {
    .clearSearch {
        left: 87%;
    }
    .searchBlock .searchButton {
        left: 92%;
    }
}

/* Email Share Form */
/* css taken from html */
input.formfield {
    height: 27px;
}

input.formfield.error {
    border: 1px solid #FF2323 !important;
}

.field input {
    width: 300px;
    float: left;
}

.go {
    float: left;
    height: 12px;
    margin-right: 10px;
}

.articlefootnote {
    margin-top: 20px;
}

.pictureLarge a {
    width: 100%;
}

.pictureLarge a img {
    margin-bottom: 10px;
    width: 100%;
}

article.story a {
    display: inline;
}
/* end css taken from html */

iframe {
    max-width: 100%;
}

#AjaxEmailForm label {
    font-family: "Roboto Condensed", sans-serif;
    color: #a6a6a6;
}
#AjaxEmailForm .required:after {
    content: '*';
    color: #21409a;
}
#AjaxEmailForm textarea {
    resize: vertical;
    float: right;
}
#AjaxEmailForm button, #AjaxEmailForm #cancel {
    border: none;
    border-bottom: 1px solid #a6a6a6;
}
#AjaxEmailForm #cancel {
    width: 100px;
    height: 32px;
    padding: 5px 0;
    background: #e5e5e5;
    color: #a6a6a6 !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 0;
}
#AjaxEmailForm input.formfield {
    border: 2px solid #e5e5e5;
    height: 36px;
    padding: 0 14px;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    color: #a6a6a6;
}

#AjaxEmailForm .formfield, #AjaxEmailForm .formfield:focus {
    outline: none;
}

#AjaxEmailForm .go {
    width: 40%;
    padding: 15px 0;
    line-height: 0;
}

#AjaxEmailForm .close-btn {
    text-align: right;
}

#AjaxEmailForm .close-btn button,#AjaxEmailForm .close-btn #cancel {
    background: none;
    border: 0 none;
    color: #000!important;
    width: auto;
    outline: none;
    font-weight: bold;
}

body:not(.stickynav-on) .blockMsg{
 top: 50px!important;
}


@media (max-width: 600px) {
    .socialButtons, .toolButtons {
        display: block ;
        float: none !important;
        text-align: center;
    }
    .socialButtons + .toolButtons {
        margin: 20px auto 0;
        text-align: center;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .blockMsg .field textarea, .blockMsg .field input {
        width: 69%;
    }
    .blockMsg #AjaxEmailForm .field textarea, .blockMsg #AjaxEmailForm .field input {
        width: 100%;
    }
    #AjaxEmailForm label {
        display: block;
        float: none;
        text-align: left;
    }
    .blockMsg {
        width: 100% !important;
        left: 0!important;
    }

}

@media (max-width: 479px) {
    .blockMsg .field {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
    #AjaxEmailForm input.formfield, #AjaxEmailForm textarea {
        padding: 0 5px;
        font-size: 10px;
    }
}

.blockMsg .emailconfirmation label {
    margin: 0;
    float: none;
}

.blockMsg #cancel2 {
    float: none;
}

#EmailForm {
    font-family: 'Roboto Condensed', sans-serif;
}