.aTitle {
    color: #e74c3c;
    font-size: 14px;
}
.aTitle:hover {
    color: #424242;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.a_gray {
    color: #c1c3c4 !important;
    font-weight: bold !important;
}
.a_gray:hover {
    color: #e74c3c !important;
    font-weight: bold !important;
}

.is-invalid {
    border-color: #e74c3c !important;
}

.post-content p {
    margin-top: 20px !important;
    font-size: 1.2em !important;
    font: inherit;
    color: #3c484e;
    letter-spacing: 0;
    line-height: 1.5em !important;
    font-family: Georgia,serif;
    text-rendering: optimizeLegibility;
}

.post-content ul {
    margin-top: 5px !important;
    font-size: 1.2em !important;
    font: inherit;
    color: #3c484e;
    letter-spacing: 0;
    line-height: 1.5em !important;
    font-family: Georgia,serif;
    text-rendering: optimizeLegibility;
}

.fluid-width-video-wrapper {
    position: relative;
    height: 0;
    padding-top: 1px !important;
    padding-bottom: 70%;
}
.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.a_readMore {
    color: #3c484e;
    text-transform: lowercase;
    font-size: 12px;
}
.a_readMore:hover {
    color: #e74c3c;
    text-transform: lowercase;
    font-size: 12px;
}
.a_category {
    color: #3c484e;
    text-transform: uppercase;
    font-size: 12px;
}
.a_category:hover {
    color: #e74c3c;
    text-transform: uppercase;
    font-size: 12px;
}
.label-is-invalid {
    color: #e74c3c;
}
.title_h1_exhibition {
    color: #e74c3c;
    text-transform: uppercase;
    font-size: 30px;
}
.title_h2 {
    color: #e74c3c;
    text-transform: uppercase;
    font-size: 24px;
}
.exhibitionTopic {
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
}
.countryBorder {
    border: 1px #f1f1f1 solid;
    margin-top: 5px;
    padding: 2px;
    width: 100%;
    background-color: #fcfcfc;
}
