@charset "UTF-8";

/* CSS Document */
/* THESE ARE STYLES SPECIFICALLY FOR PLUGINS AND USER INTERACTIONS
/* **********************************************************************************************/

/* Animated Top Navigation Underline **********************************************************************************************/
.cl-effect-4 a {
	padding: 0;
}
.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c50000;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
/* RSS Feed Styling for Hero and More News section on home page**********************************************************************************************/
#FeedBox-One {
	width: 100%;
}
#FeedBox-One .col-md-3 {
	width: 100%;
}
#FeedBox-One .rssHeader {
	font-size: .75em;
	font-weight: 700;
}
#FeedBox-One div {
	padding: 0;
	margin: 0;
	list-style: none;
}
h4.feed-item-title {
	margin: 10px 0 0 0;
	
}
#FeedBox-One .rssHeader a:link, #FeedBox-One .rssHeader a:visited, #FeedBox-One .rssHeader a:hover {
	text-decoration: none;
	color: rgba(0,0,0,.5);
	text-transform: uppercase;
}
#FeedBox-One a:link, #FeedBox-One a:visited {
	color: #cd0000;
	text-decoration: none;
	font-weight: 400;
}

#FeedBox-One h4 {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 140%;
/*	letter-spacing: -.025em;*/
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}
#FeedBox-One p {
	font-size: 0.875em;
	line-height: 150%;
	padding: 10px 0;
	font-weight: 400;
	color: rgba(0,0,0,.5);
}
#FeedBox-One a:hover {
	color: #cd0000;
	text-decoration: underline;
}
#FeedBox-Three .rssHeader {
	font-size: .75em;
	font-weight: 700;
}
#FeedBox-Three .rssHeader a:link, #FeedBox-Three .rssHeader a:visited, #FeedBox-Three .rssHeader a:hover {
	text-decoration: none;
	color: #404040;
	text-transform: uppercase;
}
#FeedBox-Three a:link, #FeedBox-Three a:visited {
	color: #cd0000;
	text-decoration: none;
}
#FeedBox-Three a:hover {
	text-decoration: underline;
	color: #cd0000;
}
#FeedBox-Three div h4 {
	font-size: 1.125em;
	line-height: 140%;
	padding: 0;
	font-weight: 400;
	color: #666;
	margin-bottom: 0;
	margin-top: 0;
}
.rss2html-note {
	display: none;
}
#FeedBox-Three p, .feed-item-desc {
	font-size: 0.875em;
	line-height: 150%;
	padding: 10px 0;
	font-weight: 300;
	margin-bottom: 0;
}
#FeedBox-Three li:last-child {
	padding: 0;
}
#FeedBox-Three .rssdate {
	font-size: .75em;
	color: #666;
	padding-bottom: 20px;
}
#FeedBox-Three {
	clear: both;
}

@media screen and (max-width: 991px) {
#FeedBox-One h4 {
	font-size: 1.5em;
}
#FeedBox-One {
	width: 100%;
}
#FeedBox-One a:link, #FeedBox-One a:visited {
    color: #cd0000;
}
#FeedBox-One p {
	color: rgba(0,0,0,.75);
}
}

@media screen and (max-width: 767px) {
#FeedBox-One h4 {
	font-size: 1.25em;
}
#FeedBox-One {
	width: 100%;
}

}
/* Animated Buttons **********************************************************************************************/
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
	z-index: 2;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: inline-block;
	margin: 30px auto 0;
	padding: 14px 28px;
	color: #cd0000;
	font-size: 14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button.victoria-four {
	/*	border: 2px solid #fff;*/
	border: none;
	background-color: rgba(255,255,255,.25);
	color: #fff;
	margin-right: 10px;
	z-index: 2;
}
a.animated-button.victoria-four:after {
	background-color: #c50000;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
	z-index: -9999;
	color: #fff;
	width: 100%;
}
a.animated-button.victoria-four:hover:after {
	opacity: 1;
	height: 600% !important;/*	border: 2px solid #cd0000;*/
}
a.animated-button.victoria-four-light {
	border: 2px solid #ccc;
	color: #999;
}
a.animated-button.victoria-four-light:after {
	background-color: #ccc;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four-light:hover:after {
	opacity: 1;
	height: 600% !important;
}
@media screen and (max-width: 991px) {
a.animated-button.victoria-four {
	background-color: #c50000;
}
}
/* back to top button link styling**********************************************************************************************/
.cd-top {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(210, 77, 87, 0.8) url(../img/back-to-top.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1;
}
.cd-top.cd-fade-out:hover, .cd-top.cd-is-visible:hover {
	background: rgba(197, 0, 0, 1) url(../img/back-to-top.png) no-repeat center 50%;
}
.cd-top {
	height: 45px;
	width: 45px;
	right: 30px;
	bottom: 30px;
}
