@charset "utf-8";

/* Ticker Styling */

.ticker-wrapper.has-js {

	background-color: #004b88;

	margin: 0;

	width: 100%;

	height: 32px;

	display: block;

	font: 16px/1.5 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.ticker {

	width: 100%;

	height: 100%;

	display: block;

	position: relative;

	overflow: hidden;

	background-color: #004b88;

}

.ticker-title {

	color: #fff;

	font-size: 16px;
	
	font-weight: 600;


}

.ticker-content {

	margin: 0px;

	padding-top: 5px;

	position: absolute;

	color: #fff !important;

	font-size: 16px;

	overflow: hidden;

	white-space: nowrap;

	line-height: 1.5;



}

.ticker-content:focus {

	none;

}

.ticker-content a {

	text-decoration: none;	

	color: #fff;
	
	font-weight: 600;

}

.ticker-content a:hover {

	text-decoration: underline;	

	color: #fff;
	
	font-weight: 600;

}

.ticker-swipe {

	padding-top: 9px;

	position: absolute;

	top: 0px;

	background-color: #004b88;

	display: block;

	width: 800px;

	height: 23px; 

}

.ticker-swipe span {

	margin-left: 1px;

	background-color: #004b88;

	border-bottom: 1px solid #004b88;

	height: 12px;

	width: 7px;

	display: block;

}

.ticker-controls {

	width: 20%;

	padding: 0;

	list-style-type: none;

	float: left;

	background-color: #004b88;

}

.ticker-controls li {

	padding: 0px;

	margin-left: 5px;

	float: right;

	cursor: pointer;

	height: 16px;

	width: 16px;

	display: block;

}

.ticker-controls li.jnt-play-pause {

	display:none;

	background-image: url('images/controls.png');

	background-position: 32px 16px;

}

.ticker-controls li.jnt-play-pause.over {

	background-position: 32px 32px;

}

.ticker-controls li.jnt-play-pause.down {

	background-position: 32px 0px;

}

.ticker-controls li.jnt-play-pause.paused {

		display:none;

	background-image: url('images/controls.png');	

	background-position: 48px 16px;

}

.ticker-controls li.jnt-play-pause.paused.over {

	background-position: 48px 32px;

}

.ticker-controls li.jnt-play-pause.paused.down {

	background-position: 48px 0px;

}

.ticker-controls li.jnt-prev {

		display:none;

	background-image: url('images/controls.png');

	background-position: 0px 16px;		

}

.ticker-controls li.jnt-prev.over {

	background-position: 0px 32px;		

}

.ticker-controls li.jnt-prev.down {

	background-position: 0px 0px;		

}

.ticker-controls li.jnt-next {

	

	background-image: url('images/controls.png');	

	background-position: 16px 16px;	

	display:none;

}

.ticker-controls li.jnt-next.over {

	background-position: 16px 32px;	

}

.ticker-controls li.jnt-next.down {	

	background-position: 16px 0px;	

}

.ticker-wrapper { display:none}



.js-hidden {

	display: none;

}

.no-js-news {

	padding: 10px 0px 0px 45px; 

	color: #f4faf0;

}

.left .ticker-swipe {

	/*left: 80px;*/

}

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {

    float: left;

}

.left .ticker-controls {

    padding-left: 0;

}

.right .ticker-swipe {

	/*right: 80px;*/

}

.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {

    float: right;

}

.right .ticker-controls {

    padding-right: 6px;

}

/*** Overwite main style ***/

.slider .post-title a {

	color:#008a94;

}

.slider .post-title a span {

	color:#8ac365;	

}

.slider .copy ul li {

	list-style: none;

	margin-left: 0;

	margin-bottom: 0;



}

.copy ul#afp-filter li, .copy ul.afp-items li, .copy ul.one-column li, .copy ul.two-column li, .copy ul.three-column li, .copy ul.four-column li, .copy ul.five-column li, .copy ul.six-column li  {

	list-style: none;

	margin-left: 0;

	margin-bottom: 0;

}

.copy ul li {

	list-style: disc;

	list-style-position: outside;

	margin-left: 16px;

	margin-bottom: 12px;

	    border-top: 5px solid #99b7c4;


}

.copy ol li {

	list-style-position: outside;

	margin-left: 16px;

	margin-bottom: 12px;

}

/*** Sidebar ***/

.rss-list li a {

	background-attachment: scroll;

	background-clip: border-box;

	background-color: transparent;

	background-image: url(images/icon-rss.gif);

	background-origin: padding-box;

	background-position: right 3px;

	background-repeat: no-repeat;

	background-size: auto auto;

	display: inline !important;

	font-weight: bold;

	padding-bottom: 3px;

	padding-left: 0;

	padding-right: 20px;

	padding-top: 3px;

	vertical-align:middle;

}

.tagcloud a {

	color:#0094a0;

}

#footer {

	background-color: #b2c9db;

}
/*--------------------------------------------------------*/
/*- SHORTCODE ULTIMATE OVERRIDE ------------------------------------------*/
.su-row .su-column-size-1-2:nth-child(3),.su-row .su-column-size-1-2:nth-child(6) {
    margin-left: 0;
}