﻿.article {
    float:left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.article-a {
    font-family: 'BrandonGrotesque';
    text-decoration: none !important;
}

.article-border {
    border: solid 1px #eee;
}

.article-boxes-caption {
    padding: 15px;
}

.article-boxes-news {
    margin-bottom: 15px;
}

.article-img {
    width: 100%;
}

.validationText{
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 10px;
    line-height: 19px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.quote {
    font-family: 'BrandonGrotesque';
    line-height: normal;
    padding: 20px !important;
    text-align: center;
    text-decoration: none;
}

.quote.a {
    font-family: 'BrandonGrotesque';
    color: inherit;
    display: block;
    text-decoration: none;
}

.tag {
    margin-bottom: 5px;
    padding: 1px 6px !important;
}

.video {
    height: inherit;
    width: 100%;
}

.video.iframe {
    width:inherit;
}

@media screen and (min-width: 768px) {
    .article {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .article {
        width: 33.33333333%;
    }
}

.warningMaxLength {
    box-shadow: 0 1px 0 #24b6f3 !important;
}

label .field-validation-error,
section label .field-validation-error { 
    font-weight: normal } 