/* theme overrides */
#secondary .widget {
	border: none;
	box-shadow: none;
	padding: 0;
}

#secondary .widget-title {
	background-color: #f7cb2a;
	padding: 5px 10px;
}

#access {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#header-bg {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-title {
	text-shadow: none;
}

#access select.tinynav {
	color: #fff;
}

/*home page sidebar styles*/
/*Left home sidebar*/
.faf-primary-cta {
	background: linear-gradient(rgba(36,37,92,0.6),rgba(36,37,92,0.6)), url("http://florida.nfoic.net/files/2017/12/BlueBoxwSunWebsiteLeftBox.jpg");
	background-size: cover;
	color: #ffffff;
	margin: 0 auto;
	padding-bottom: 20px;
	height: 460px;
	width: 100%;
}

.faf-primary-cta a {
	color: #474e55;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.faf-message-cta {
	padding: 20px;
}

.faf-message-cta h2 {
	font-family: 'Cuprum', sans-serif;
	margin: 0;
}

.faf-message-cta p {
	font: 14px Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	margin-bottom: 10px !important;
}

#home-left-sidebar p {
	line-height: 1.4em;
}

.faf-message-cta p {
	font: 20px Helvetica, Arial, sans-serif;
}

.faf-button-cta {
	background-color: #F2CC4B;
	color: #ffffff;
	border-radius: 2px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	max-width: 200px;
	transition: all .2s ease-in-out;
}

.faf-button-cta:hover {
	background-color: #ffc400;
	color: white;
}

/*Right home sidebar*/
.faf-right {
	border-bottom: 1px solid #F2CC4B;
}

.faf-right:hover {
	background-color: #fafafa;
}

.clear {
	clear: both;
}

.last {
	border-bottom: none;
}

.faf-cta-wrapper {
	width: 100%;
	clear: both;
}

.faf-details {
	float: left;
	height: 80px;
	padding: 10px;
	padding-top: 20px;
	width: 64%;
}

.faf-action {
	float: left;
	height: 80px;
	padding-top: 40px;
	width: 30%;
}

.faf-details h3 {
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.faf-details p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6em;
}

.faf-button a {
	color: #474e55;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.faf-button {
	border-radius: 2px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	min-width: 80px;
	transition: all .2s ease-in-out;
}

.faf-button {
	background-color: #F2CC4B;
	color: #474e55;
}

.faf-button:hover {
	background-color: #ffc400;
	color: white;
}

.left-event, .right-event {
	padding: 10px;
	box-sizing: border-box;
}

.left-event img, .right-event img {
	width: 100%;
}

.left-event {
	float: left;
	width: 50%;
}

.right-event {
	float: left;
	width: 50%;
}

.left-crc {
	width: 300px;
	float: left;
	margin-right: 16px;
}

@media screen and (max-width: 970px) {
	#home-right-sidebar {
		width: 100%;
	}
	
	#home-left-sidebar {
		width: 100%;
	}
	
	.left-event, .right-event {
		width: 100%;
	}
}