@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
html{
	-webkit-text-size-adjust: 100%;
}
body{
	background:#333;
	font-family: 'Roboto', sans-serif;
}
/*Basic Typography*/
 hr{
	 display:block;
	 height:1px;
	 width:100%;
	 border:none;
	 background:#d7d7d7;
	 margin:15px 0;
 }
a{
	text-decoration:none;
	color:#9ac043;
}
a:hover{
	text-decoration:none;
	color:#111;
}
a.button{
	color:#fff;
	background: #9ac043;
	border-radius:3px;
	height:30px;
	line-height:30px;
	padding:0 15px;
	font-size:14px;
	font-weight:400;
	display:inline-block;
}
a.button:hover{
	box-shadow:0 1px 1px rgba(0,0,0,0.2) inset, 0 1px 1px rgba(255,255,255,0.3), 0 0 4px rgba(255,255,255,0.6) inset;
	background: #111;
}
a.button.back-button:before{
	content:'\f104';
	font-family:'FontAwesome';
	margin-right:5px;
}
h1,h2,h3,h4,h5,h5,h6{
	color:#333;
	margin-bottom:10px;
}
h1{
	font-weight:300;
	font-size:32px;
}
h2{
	font-weight:400;
	font-size:24px;
}
h3{
	font-weight:400;
	font-size:20px;
}
h4{
	font-weight:700;
	font-size:16px;
}
h5,h6{
	font-weight:700;
	font-size:14px;
}
p{
	font-size:14px;
	color:#666;
	line-height:1.5em;
	font-weight:400;
	margin-bottom:15px;
}
p.introtext{
	font-size:18px;
	color:#333;
}

.no-wrap{
	white-space:nowrap;
}
#lhs ul{
	list-style-type: none;
	margin: 20px;
	display: block;
	max-width: 640px;
}
#lhs li{
	color:#333;
	font-size:14px;
	line-height:1.5em;
	padding:5px 0;
	position:relative;
	padding-left:15px;
}
#lhs li:before{
	content:'\f0c8';
	font-family:'FontAwesome';
	position:absolute;
	top:5px;
	left:0;
	display:block;
	font-size:8px;
}
/* HEADER */
#header-wrapper{
	box-shadow:0 0 4px rgba(0,0,0,0.15);
	position:fixed;
	width:100%;
	display:block;
	top:0;
	transition:all 0.5s;
	z-index:100;
}
#header-wrapper.nav-down{
	top:0;
}
#header-wrapper.nav-up{
	top:-120px;
}
#header{
	background:#fff;
	position:relative;
	height:120px;
}

#header #logo{
	width:240px;
	height:100px;
	position:absolute;
	left:50%;
	top:28px;
	transform:translate(-50%, 0);
	text-align:center;
}

#header #logo img{
	max-width:100%;
	max-height:100%;
}
#header-contact-details{
	position:absolute;
	top:20px;
	right:5%;
}
#header-contact-details p span:last-of-type{
	padding-right:0!important;
}
/* NAV */
#main-nav{
	display:block;
	width:100%;
	height:40px;
	background:#9ac043;
	position:relative;
}
#main-nav ul{
	list-style:none;
	width:100%;
	text-align:center;
	display:block;
}
#main-nav ul li{
	display:inline-block;
	margin:0 5px;
	height:40px;
	position:relative;
}
#main-nav ul li.has-children > a:after{
	content:'\f107';
	font-family:'FontAwesome';
	margin-left:3px;
}
#main-nav ul li a{
	color: #fff;
	display: block;
	padding: 0 7px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;}
/* SUBNAV */
#main-nav ul ul{
	position:absolute;
	top:40px;
	width:250px;
	left:50%;
	transform:translate(-50%,-100%);
	transition:all 0.3s;
	z-index:-1;
}
#main-nav ul li:hover ul{
	transform:translate(-50%,0);
}
#main-nav ul ul li{
	display:block;
}
#main-nav ul ul li a{
	background:rgba(35,155,200,0.9);
	border-top:1px solid rgba(27, 132, 171, 1);
	transition:all 0.3s;
	font-size:12px;
	font-weight:400;
}
#main-nav ul ul li a:hover{
	background:rgba(35,155,200,1);
}
	
/* SLIDER */
#slider{
	display:block;
	width:100%;
	margin-top:160px;
	max-height:550px;
	min-height:340px;
	overflow:hidden;
}
#slider img{
	width:100%;
	height:auto;
}
.rsABlock {
    top: 50%;
    position: absolute;
    z-index: 15;
    width: 100%;
    text-align: center;
}
.rsABlock h3{
	color:#fff;
	text-shadow:0 0 4px rgba(0,0,0,0.5);
	font-size:36px;
	font-weight:300;
}
/* CONTENT */

#content{
	padding:30px 5%;
	background:#f7f7f7;
}
#content.white{
	/*background:#fff!important;*/
}
#content.slider-padding{
	margin-top:160px;
}
.content-wrapper{
	margin:0 auto;
	max-width:1400px;
}
#content #lhs{
	display:inline-block;
	width:65%;
	vertical-align:top;

}
#content #rhs{
	display:inline-block;
	width:30%;
	margin-left:5%;
	vertical-align:top;
}
/* NEWS */
.ccm-block-page-list-wrapper{
	margin:20px 0;
}
/*sidebar*/
.news-snippet{
	background:#fff;
	padding:15px;
	border-radius:5px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	margin-bottom:15px;
}
.news-snippet h3{
	font-size:18px!important;
}
.news-snippet p{
	font-size:14px;
	margin-bottom:0;
}
a.more:before{
	content:'\f105';
	font-family:'FontAwesome';
	margin-right:5px;
}
.news-snippet p.date{
	font-size: 10px;
	display: block;
	text-align: right;
	color: #999;
}
/*Main*/
.main-news-snippet{
	background:#fff;
	border-radius:5px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	margin-bottom:15px;
	display:block;
	overflow:hidden;
}
.main-news-snippet .news-image{
	display:inline-block;
	display:table-cell;
	width:180px;
	position:relative;
}
.main-news-snippet .news-image a{
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	box-shadow:inset 0 0 16px rgba(0,0,0,0.1);
	transition:all 0.2s;
}
.main-news-snippet .news-image a:hover{
	box-shadow:inset 0 0 32px rgba(0,0,0,0.2);
}
.main-news-snippet .text{
	padding:20px;
	display:table-cell;
	height:180px;
	vertical-align:middle;
}
.main-news-snippet .date{
	font-size: 12px;
	color: #888;
}
@media screen and (max-width:620px){
	.main-news-snippet{
		display:block;
		font-size:0;
	}
	.main-news-snippet .text{
		display: inline-block;
		padding: 20px 20px 20px 0px;
		width: calc(100% - 100px);
		height: auto;
		vertical-align: top;
	}
	.main-news-snippet .news-image{
		display: inline-block;
		margin: 0px 20px 20px 0;
		width: 80px;
		height: 80px;
		border-radius: 0 0 20px 0;
		overflow: hidden;
	}
}
/* TWITTER */
#twitter-wrapper{
	background:#eee;
	padding:30px 0;
}
#twitter-feed{
	max-width:1600px;
	margin:0 auto;
}
#twitter-feed ul{
	list-style:none;
}
#twitter-feed ul li{
	text-align:center;
	width: 30.333%;
	margin: 0 1.5%;
}
#twitter-feed ul li:before{
	content:'';
	display:block;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0);
}
#twitter-feed ul li.is-selected:before{
	display:none;
}
#twitter-feed .user img{
	border-radius:50%;
	border:2px solid #f7f7f7;
	width:60px;
	height:60px;
}
#twitter-feed .user{
	font-size:20px;
	font-weight:300;
	margin-bottom:5px;
}
#twitter-feed .user span span{
	display:none;
}
/*#twitter-feed .user [data-scribe="element:name"]{
	display:none;
}*/
#twitter-feed .user [data-scribe="element:screen_name"]{
	display:block;
}
#twitter-feed p{
	font-size:13px;
	color:#666;
}
#twitter-feed p.interact{
	margin-bottom:0;
}
/*Sharing Icons*/
.twitter_reply_icon:before, .twitter_retweet_icon:before, .twitter_fav_icon:before{
	content:'';
	display: inline-block;
    font-family: FontAwesome;
	background-color:#9ac043;
	color:#fff;
    font-size: 11px;
    margin-right: 6px;
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:50%;
	text-align:center;
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	margin-bottom:2px;
}
.twitter_reply_icon:before {
    content: "\f112";
    
}
.twitter_retweet_icon:before {
    content: "\f079";
}
.twitter_fav_icon:before {
    content: "\f004";
}
.twitter_retweet_icon, .twitter_reply_icon, .twitter_fav_icon {
    font-size: 0;
    position: relative;
}
.twitter_fav_icon:hover:before, .twitter_retweet_icon:hover:before, .twitter_reply_icon:hover:before{
	background-color:#111;
}
/*Short URLs*/
.tweet a[href*="t.co"] span{
  display:none;
} 
.tweet a[href*="t.co"] span:nth-of-type(2){
  display:inline;
} 
.tco-hidden{
  display: none;
}
/*Twitter Carousel Styling*/
#twitter-feed ul li{
	opacity:0.15;
	transition:opacity 0.3s;
}
#twitter-feed ul li.is-selected{
	opacity:1;
}
/*Flickity Arrows*/
.flickity-prev-next-button{
	background:rgba(255,255,255,0.5);
	border:2px solid #9ac043;
	transition:all 0.2s;
}
.flickity-prev-next-button:hover{
	background:#9ac043;
}
.flickity-prev-next-button .arrow{
	fill:#9ac043;
}
.flickity-prev-next-button:hover .arrow{
	fill:#fff;
}
.flickity-prev-next-button.next{
	right:5%;
}
.flickity-prev-next-button.previous{
	left:5%;
}
/*THUMB GALLERY*/
.vivid-thumb-gallery{
	background:#eee;
	padding: 5px;
	margin: 30px 0;
}
.vivid-thumb-gallery img{
	display:block;
}
/* FOOTER */
#footer{
	background:#333;
	padding:30px 5%;
}
.footer-content{
	display:block;
	text-align:center;
}
#footer .social-links{
	margin-bottom:10px;
}
#footer h4{
	font-size:12px;
	color:#f2f2f2;
	line-height:1.8em;
}
#footer p{
	font-size:12px;
	color:#999;
}
#footer p span.telephone, #footer p span.mobile, #footer p span.email, #header p span.telephone, #header p span.mobile, #header p span.email{
	padding:5px 10px;
	display:inline-block;
}
#footer p span.highlight, #header p span.highlight{
	color:#9ac043;
}
#footer p.contact-details, #header p.contact-details{
	font-size:16px;
	font-weight:300;
	color:#999;
}
#footer a:hover, #header-contact-details a:hover{
	color:#fff;
}
#footer #address{
	margin-bottom:0;
}
#footer #terms{
	font-size:10px;
	text-align:center;
	display:block;
}

#footer #terms a:before{
	content:'|';
	width:20px;
	display:inline-block;
	text-align:center;
}
#footer #terms a:first-of-type:before{
	display:none;
	}

#credit{
	text-align:center;
	margin-bottom:0;
}
#credit a {
	font-size:10px;
	color:#999;
}
#credit a:hover{
	color:#9ac043;
}
.ccm-block-social-links{
}
.ccm-block-social-links a{
	font-size: 15px !important;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	display: block;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
}
.ccm-block-social-links ul.list-inline li{
	margin-right:6px!important;
}
/*STANDARD PAGE LIST*/
.page-list-result{
	margin:20px 0;
	font-size:0;
}
.page-list-result a:hover img{
	border:2px solid #9ac043;
}
.ccm-block-page-list-page-entry-thumbnail{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	height:80px;
	margin-right:20px;
}
.ccm-block-page-list-page-entry-thumbnail img{
	width:100%;
	height:auto;
	border-radius:50%;
	display:block;
	border:2px solid #fff;
}
.ccm-block-page-list-page-entry-text{
	display:inline-block;
	vertical-align:middle;
	width:75%;
	width:calc(100% - 100px);
	max-width:500px;
}
.ccm-block-page-list-page-entry-text h3{
	margin:0 0 5px 0;
	font-size:16px;
}
p.ccm-block-page-list-description{
	margin:0;
	color:#444;
	font-size:12px;
}
/*DATE NAVIGATION*/
.ccm-block-date-navigation-wrapper{
	background: #fff;
	border-radius:5px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	padding:15px;
}
.ccm-block-date-navigation-wrapper h5{
	font-size:16px;
}
.ccm-block-date-navigation-wrapper h5:before{
}
.ccm-block-date-navigation-dates{
	list-style:none;
}
.ccm-block-date-navigation-dates li{
	font-size:14px;
	border-bottom:1px dotted #ccc;
}
.ccm-block-date-navigation-dates li:last-of-type{
	border-bottom:none;
}
.ccm-block-date-navigation-dates li a{
	padding:5px 0;
	display:block;
}
.ccm-block-date-navigation-dates li a:before{
	content:'\f0da';
	font-family:'FontAwesome';
	margin-right:5px;
}
/*PAGINATION*/
.pagination{
	display:inline-block !important;
	margin:20px auto!important;
}
.pagination li:before{
	display:none!important;
}
.pagination > li > a, .pagination > li > span {
	color:#9ac043;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color:#9ac043;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color:#9ac043;
	border-color:#9ac043;
}
/* TABLES */

#lhs table{
	border-collapse: collapse;
	border:4px solid #fff;
	margin:20px 0;
}
#lhs table tr:nth-of-type(even){
	background:#ececec;
}
#lhs table td, table th{
	font-size: 14px;
	padding:15px;
	color:#666;
}
#lhs table th{
	background:#fff;
	border:4px solid #fff;
	font-weight:500;
	text-align:center;
}
#lhs table th:empty{
	background:none;
	border:none;
}
#lhs table td{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	text-align:center;
}
#lhs table .fa-times:before{
	color:#b40000;
}
#lhs table .fa-check:before{
	color:#049c06;
}
#lhs table.features{
	border:none;
}
#lhs table td.left, #lhs table th.left{
	text-align:left;
}
#lhs table.features td:first-of-type{
	width:250px;
	text-align: left;
	border-left:4px solid #fff;
}
#lhs table.features td:last-of-type{
	border-right:4px solid #fff;
}

#lhs table.features tr:first-of-type, #lhs table.features tr:last-of-type{
	border-bottom:4px solid #fff;
}
/*SOCIAL SHARING*/
.ccm-block-share-this-page:before{
	content:'Share This Page';
	position:absolute;
	top:-24px;
	left:0;
	display:inline-block;
	background:#9ac043;
	font-size:11px;
	text-align:center;
	color:#fff;
	height:24px;
	line-height:24px;
	font-weght:400;
	padding:0 10px;
	border-radius:3px 3px 0 0;
}
.ccm-block-share-this-page{
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	text-align: center;
	margin:50px auto 30px auto;
	position:relative;
	height:32px;
	line-height:32px;
	border-radius:0 3px 3px 3px;
	filter:drop-shadow(0 1px 1px rgba(0,0,0,0.2));
}
.ccm-block-share-this-page ul.list-inline li{
	margin-right: 0px;
	display: inline-block;
	letter-spacing: 0.5em;
	font-size: 18px!important;
	padding:0!important;
}
.ccm-block-share-this-page ul.list-inline{
	margin:0!important;
}
.ccm-block-share-this-page ul.list-inline li:before{
	display:none!important;
}
/*FORM*/
.ccm-block-express-form{
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
	padding:15px;
	border-radius:5px;
}
.ccm-block-express-form fieldset{
	border:none;
	padding-bottom:20px;
}

.ccm-block-express-form .control-label{
	display:inline-block;
	font-size:16px;
	color:#666;
	line-height:1.2em;
	font-weight:300;
}
.ccm-block-express-form input, .ccm-block-express-form textarea{
	display:block;
	width:100%;
	border:1px solid #ccc;
	padding:10px;
	margin:5px 0 15px 0;
	background: #f7f7f7;
	border-radius: 3px;
	font-size: 16px;
	color: #333;
}
.checkbox{
	display:block;
	position:relative;
	padding:5px 0;
}
.checkbox label{
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	color:#666;
	padding-left:20px;
}
.ccm-block-express-form input[type=checkbox]{
	display:inline-block;
	width:auto;
	position:absolute;
	left:0;
	top:1px;
}
.ccm-block-express-form .text-muted{
	font-size:10px;
	color:#666;
}
.ccm-block-express-form .text-muted:before{
	content:'*';
	display:inline-block;
}
.form-actions{
	text-align:right;
}
.ccm-block-express-form .btn{
	color:#fff;
	background: #9ac043;
	border-radius:5px;
	height:36px;
	line-height:36px;
	padding:0 20px;
	font-size:14px;
	font-weight:400;
	display:inline-block;
	cursor:pointer;
	border:0;
	margin:10px 0 0 0;
}
/*errors*/
div.alert-success {
    border: 2px solid #90C08F !important;
    background-color: #A9D585 !important;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
div.alert-error, div.alert-danger {
    border: 2px solid #f00 !important;
    background-color: #C93030 !important;
    padding: 8px;
    margin-bottom: 8px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
ul.ccm-error{
	list-style:none;
}
	
/*Captcha*/
img.ccm-captcha-image{
	margin:10px 0!important;
	display:inline-block;
}
#ccm-captcha-code{
	width:190px;
	background:#efeaf4;
	margin:0 auto;;
}
.captcha{
	background:#f7f7f7;
	padding:10px;
	border-radius:3px;
	text-align:center;
}
.captcha label.control-label{
	font-size:12px;
	font-weight:400;
}
.captcha br{
	display:none;
}
/*INSTAGRAM*/
#instafeed{
	padding:0 0 50px 0;
	font-size:0;
}
.insta-wrapper{
	display:inline-block;
	width:18%;
	margin:1%;
	overflow:hidden;
	padding:5px;
	background:#fff;
	border-radius:3px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-webkit-transform: translateZ(0);
}

@media screen and (max-width:640px){
	.insta-wrapper{
		width:23%;
	}
}
@media screen and (max-width:440px){
	.insta-wrapper{
		width:31.333%;
	}
}
.insta-image{
	 width:100%;
	 padding-bottom:75%;
	 display:block;
	 box-shadow: 0 0 20px rgba(0,0,0,0.2) inset;
	 background-size:cover!important;
	 filter:grayscale(50%);
}
.insta-image:hover{
	filter:none;
}
.insta-buttons{
	font-size:12px;
	position: relative;
    text-align: center;
    top: 4px;
}
.insta-buttons li{
	display:inline-block;
	margin-right:10px;
}
.insta-buttons li a{
	display:block;
	height:30px;
	line-height:30px;
	color:#888;
}
a.likes:before{
	content:'\f004';
	font-family:'FontAwesome';
	margin-right:5px;
	font-size:14px;
	color:#aaa;
}
a.comments:before{
	content:'\f086';
	font-family:'FontAwesome';
	margin-right:5px;
	font-size:14px;
	color:#aaa;
}
a.likes:hover:before{
	color:#F36;
}
a.comments:hover:before{
	color:#F90;
}
.instagram-button{
	vertical-align:top;
}
.instagram-button:before{
	content:'\f16d';
	font-family:'FontAwesome';
	margin-right:7px;
	font-size:20px;
	vertical-align:top;
}
.featherlight .featherlight-content{
	padding:0;
	top:50%;
	transform:translate(0,-50%);
	background:none;
}
/*YOUTUBE FEED*/
.youtube-button{
	vertical-align:top;
}
.youtube-button:before{
	content:'\f167';
	font-family:'FontAwesome';
	margin-right:7px;
	font-size:20px;
	vertical-align:top;
}
#youtube-channel-feed{
	list-style:none;
}
#youtube-channel-feed li{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border-radius:5px;
	padding:5px;
	box-shadow:0 1px 1px rgba(0,0,0,0.5);
	width:18%;
	margin:1%;
}
@media screen and (max-width:1220px){
	#youtube-channel-feed li{
		width:23%;
	}
}
@media screen and (max-width:900px){
	#youtube-channel-feed li{
		width:31.333%;
	}
}
@media screen and (max-width:600px){
	#youtube-channel-feed li{
		width:48%;
	}
}
#youtube-channel-feed li .video-title{
	display:flex;
	height:60px;
	align-items:center;
	justify-content:center;
	
}
#youtube-channel-feed li h4{
	display:block;
	vertical-align:middle;
	font-size:12px;
	text-align:center;
	color:#888;
	margin:0;
}
#youtube-channel-feed .video a{
	width:100%;
	padding-bottom:56%;
	display:block;
	overflow:hidden;
	height:0;
	position:relative;
}
#youtube-channel-feed .video a:before{
	content:'\f16a';
	font-family:'FontAwesome';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	color:#fff;
	text-shadow:0 0 1px rgba(0,0,0,0.5);
	z-index:10;
	font-size:40px;
	opacity:0.5;
}
#youtube-channel-feed .video a:hover:before{
	opacity:1;
}
#youtube-channel-feed .video a:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	z-index:5;
}
#youtube-channel-feed .video a:hover:after{
	display:none;
}
#youtube-channel-feed .video a img{
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
/*YOUTUBE PLAYER*/
.featherlight-iframe{
	width:100%;
	height:100%;
	padding:0%;
	max-width:1024px;
	margin:0 auto;
}
.featherlight-iframe .featherlight-content {
	width:96%;
	margin:2%;
	padding-bottom:55%;
	top:50%;
	transform:translate(0, -50%);
}
.featherlight iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.featherlight:last-of-type:before {
    background: rgba(0,0,0,.8);
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*YOUTUBE*/
.youtubeBlockResponsive16by9{
	padding-bottom:calc(56.25% + 10px);
	
}
.youtubeBlockResponsive16by9 iframe, .youtubeBlockResponsive4by3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #eee;
}
#rhs .youtubeBlockResponsive16by9 iframe, #rhs.youtubeBlockResponsive4by3 iframe {
	background: #fff;
	border-radius:5px;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
/*GOOGLE MAP*/
.googleMapCanvas{
	margin:20px 0;
	border-radius:5px;
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
}
/*TESTIMONIALS*/
.testimonial-wrapper{
	margin: 20px 0;
	max-width: 640px;
	padding-top: 20px;
}
#rhs .testimonial-wrapper{
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	max-width:none;
}

.testimonial-image{
	width:85px;
	height:85px;
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
	margin-bottom:15px;
	border:2px solid #fff;
	position:relative;
	left:-4px;
}
#rhs .testimonial-image{
		display:block;
	}
#rhs .testimonial-name-and-position{
		display:block;
		width:100%;
	}
.testimonial-image img{
	width:100%;
	height:auto;
}
.testimonial-name-and-position{
	display:inline-block;
	width:calc(100% - 100px);
	vertical-align:top;
}
.testimonial-name-and-position p{
	margin-bottom:10px;
}
#rhs .testimonial-name-and-position p{
	font-size:12px;
}

.testimonial-name{
	margin:0;
}
.testimonial-paragraph{
	font-style:italic;
}
.testimonial-paragraph:before, .testimonial-paragraph:after{
	content:'"';
}
/* FILE DOWNLOADS */
.ccm-block-file a{
	font-size:14px;
}
.ccm-block-file a:before{
	content:'\f019';
	font-family:'FontAwesome';
	margin-right:5px;
}
/*PAGE ATTRIBUTES*/
div.ccm-block-page-attribute-display-wrapper{
	margin:20px 0;
}
div.ccm-block-page-attribute-display-wrapper img{
	width:300px;
	height:auto;
}
p.ccm-block-page-attribute-display-wrapper{
	display:inline-block;
	font-size:11px;
	color:#888;
	padding-right:10px;
	margin:0;
}
/*Image Block*/
.ccm-image-block{
	max-width:100%;
	height:auto;
	margin:20px 0;
}
/*MOBILE NAV*/
#mobile-burger:before {
    content: '\f0c9';
    font-family: 'FontAwesome';
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
}
#mobile-burger {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    cursor: pointer;
	display:block;
	width:100%;
}
#mobile-burger.hidden{
	display:none!important;
}

@media screen and (max-width:680px){

	.flickity-prev-next-button{
		display:none;
	}
	#main-nav > ul{
		position:absolute;
		top:40px;
		background:none;
		transform:translate(0,0);
		transition:transform 0.3s;
		z-index:-1;
	}
	#main-nav > ul.hidden{
		transform:translate(0,-100%);
		
	}
	#main-nav ul li{
		width:100%;
		margin:0;
		height:auto;
		display:block;
	}
	#main-nav ul li a{
	background:#9ac043;
	border-top:1px solid #83a534;
	transition:all 0.3s;
	height:36px;
	line-height:36px;
	}
	#main-nav ul ul li a{
	color:#fff;
	}
	#main-nav ul ul{
		position:relative;
		width:100%;
		transform:none;
		left:0;
		top:0;
		display:none;
		z-index:1;
	}
	#main-nav ul li:hover ul{
		display:block;
		transform:none;
	}
}
@media screen and (max-width:920px){
	#content #lhs, #content #rhs{
		width:100%;
		margin:0;
	}
	#rhs .testimonial-image{
		display:inline-block;
	}
	#rhs .testimonial-name-and-position{
	display:inline-block;
	width:calc(100% - 100px);
	vertical-align:top;
}
}
@media screen and (max-width:810px){
	#twitter-feed ul li{
		width:50%;
	}
}
@media screen and (max-width:580px){
	#twitter-feed ul li{
		width:75%;
	}
}
