﻿
a:hover, .f-link:hover {
    color: #9a0000;
}

.nav-footer a:hover {
    color: #9a0000;
}

a, .f-link {
    color: #333;
    cursor: pointer;
    text-decoration: underline;
}

.nav-top a {
    font-size: .8421052632rem;
    color: #fff;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
}

    .nav-top a:hover {
        text-decoration: underline;
    }

.nav-footer a {
    font-size: .7894736842rem;
    text-decoration: none;
}

    .nav-footer a:hover {
        color: #9a0000;
        text-decoration: underline;
    }

.cta .cta-title {
    font-size: 1.8rem;
    color: #fff;
    margin: 0 0 10px 0;
    text-decoration: underline;
}

.link-download .link-download-type {
    color: #444;
    text-transform: uppercase
}

.f-alert-danger, .f-alert-red {
    background: #fff1f0;
    color: #981B2E
}

.f-alert-success, .f-alert-green {
    background: #f2fae3;
    color: #424F17
}

.f-alert-warning, .f-alert-amber {
    background: #fffceb;
    color: #804A00
}

.f-btn-large, .f-btn-xlarge {
    font-size: 19px;
    line-height: 1.8;
    padding: 14px 25px
}

.f-btn-primary {
    background-color: #ccc;
    border-color: #333;
    color: #333;
}

.f-alert-large {
    padding: 30px 40px 10px 40px;
}

    .f-alert-large > .f-close:first-child {
        margin: -10px -10px 0 0;
        background-color: #9a0000;
        color: #ffffff;
    }
	
	.f-close:focus, .f-close:hover {
		padding:6px;
	}

.quote {
    font-size: 1.2789473684rem;
    border-left: 0;
    font-style: normal;
    line-height: 1.1;
    margin: 30px 0;
    padding-left: 40px;
    padding-right: 40px;
    position: relative
}

    .quote:after {
        font-size: 3.1578947368rem;
        font-weight: 700;
        content: '\201d';
        right: 0;
        position: absolute;
        top: -5px;
    }

.google-div {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.google-iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#hide-home {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.drop-down .col {
	margin: 0 0 10px;
}

.drop-down {
	padding: 20px 0 0 0;
}

.f-cookie-consent-dismiss {
	color:#CCD930;
}

.content-row {
    margin-bottom: 30px;
}

.main .heading-anchor {
    margin-top: 30px;
}

.social-share .whatsapp {
	background-color: #25D366
}

.social-share .messenger {
	background-color: #0298F7
}

.social-share .socemail {
	background-color: #7A7A7A
}

@media screen and (min-width: 768px) {
.social-share .whatsapp {
	display:none;
	visibility: hidden;
}
}

@media screen and (min-width: 768px) {
.social-share .messenger {
	display:none;
	visibility: hidden;
}
}
.newsPrivacy {
	font-size: 0.8rem;
	margin-top: -10px;
}

.slideshow-content .slideshow-btn {
	background-color: #9a0000;
}

/* Hide h2 tag for header and footer menus */
.hide-menu {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.f-dotnav li {
    background-color: #fff;
    padding: 3px;
    border-radius: 20px;
	color:#fff!important;
}

.f-dotnav-contrast>*.f-active>* {
	background-color: #9a0000;
	color:#ffffff;
}

.f-dotnav-contrast>*>* {
	background-color: #999
}

.f-btn-faux:focus {
	background-color: #2A5D00!important;
}

.f-article-meta {
	color: #444
}

.search-filters .filter-btn input:disabled+.filter-text{
	color:#333
}

.f-btn-secondary {
	text-decoration:none!important
}

.f-margin-large-right {
    margin-right: 20px !important;
}