@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,400,700,900);

div.sitelogo {
	text-align: center;
}

div.sitelogo mainlogo.img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.sitelogo .partnerlogo {
	vertical-align: bottom;
	margin-bottom: -11px;
	margin-left: -3px;
}

div.index-image-div {
	width: 100%;
	height: 60vh;
	min-height: 300px;
	overflow: hidden;
	background-image: url('/images/mainphoto.jpg');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: cover;
	text-align: center;
	position: relative;
}

div.index-image-div .punchline {
	font-family: 'Titillium Web';
	text-align: right;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 245px;
	background-color: rgba(0, 144, 240, 0.5);
	padding: 5px;

}

div.index-image-div .photo-credit {
	position: absolute;
	right: 5px;
	bottom: 0;
	font-size: 0.75em;
	color: #444;
	text-shadow: none;
}
div.index-image-div .photo-credit a {
	color: #444 !important;
	font-weight: 400;
	text-shadow: none;
}

div.index-image-div .photo-credit a:hover {
	text-decoration: underline !important;
}

div.index-image-div .content-link {
	color: #fff !important;
	position: absolute;
	bottom: 10px;
	cursor: pointer;
}

div.index-image-div .content-link:hover {
	color: #09f !important;
}

.top-bar-links {
	height: 15px;
}

.slogan {
	font-family: 'Titillium Web';
	font-size: 2.5em;
	font-weight: 400;
    color: #75ca2a;
    line-height: 1.42857143;
    text-transform: none;
	margin-top: -60px;
	margin-left: 10px;
}

.slogan hr {
	margin: 0 !important;
}

.fa-eur:before {
	content: '' !important;
}
.fa-eur:after {
	content: '\f153';
}

li.fa a {
	font-family: Helvetica, Arial, sans-serif
}

.user-icon {
	width: 180px;
	height: 180px;
	border: 1px solid #000;
	margin: 10px;
}

img.loading {
	width: 25px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.announcement, .challenge, .response {
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.announcement .header, .challenge .header, .response .header {
	color: #A1A1A1;
	font-size: 0.63em;
}

.announcement .header h2, .challenge .header h2 {
	font-size: 2em;
	margin-bottom: 0;
}

.announcement .date, .challenge .date, .response .date {
	font-style: italic;
}
.announcement .message-text, .challenge .message-text, .response .message-text {
	margin: 10px 0 10px 10px;
}

table.small-form input.error {
	border: 1px solid #F00;
}

table.small-form button {
	float: right;
}

table.index-table, table.small-form {
	margin-top: 20px;
	line-height: 1.3;
	width: 100%;
}

table.index-table th, table.small-form th {
	font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #75ca2a;
	vertical-align: middle;
	text-align: left;
	border-collapse: collapse;
	padding: 5px;
}
table.index-table th.number {
	text-align: right;
}

table.index-table thead, table.index-table tfooter, table.small-form thead {
	border-bottom: 1px solid #75ca2a;
}

table.index-table td {
	border-bottom: 1px solid #ddd;
	padding: 4px;
	padding-left: 10px;
}

table.index-table td.number {
	text-align: right;
	padding-left 4px;
}

div.login-table, div.auth-table {
	margin-top: 20px;
}

div.login-table div {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 1em;
}

div.login-table i {
	font-size: 4em;
	display: block;
}

div.login-table div a {
	color: #09f;
	background-color: #FFF;
}

div.auth-table div {
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	cursor: pointer;
}

div.auth-table div .fa-stack {
	font-size: 4em;
	line-height: 0.75em;
	width: 1em;
	height: 1em;
}

div.auth-table .Active {
	color: #75ca2a;
}
div.auth-table .Active .text-danger, div.auth-table .Add .text-danger {
	display: none;
}
div.auth-table .Active:hover .text-danger {
	display: inline-block;
}
div.auth-table .Add:hover {
	color: #09f;
}


div.auth-table .Add {
	color: #A1A1A1;
	cursor: pointer;
}

div.impressum p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}

div.impressum span {
	display: block;
}

a.challenge-link, a.confirm-button {
	margin-top: 20px;
}

ul.player-list li {
	white-space: nowrap;
	display: block;
	margin-bottom: 20px;
}

ul.player-list li:before {
	padding-right: 10px;
	font-size: 1.5em;
}

ul.player-list li.fa-star:before {
	color: #FFE033;
}

ul.player-list li.fa-question-circle:before {
	color: #FFA200;
}

ul.player-list li.fa-thumbs-o-down:before {
	color: #F00;
}

ul.player-list li.fa-thumbs-o-up:before {
	color: #75ca2a;
}

.geolocate-wrap, .close-search {
    float:right;
}

.geolocate-wrap i{
    font-size: 24px;
    border-left: 1px solid #A3A3A3;
    color: #0074A2;
    line-height: 22px;
    position: relative;
    top: -27px;
    right: 8px;
    padding-left: 7px;
	cursor: pointer;
}

.close-search i {
    font-size: 24px;
    color: #A2A2A2;
    line-height: 22px;
    position: relative;
    top: -37px;
    right: 8px;
    padding-left: 7px;
	cursor: pointer;
}

.course-search-menu {
	display: none;
	padding: 10px;
}

.search-open .course-search-menu {
	display: block;
}

.course-search-menu .find-closest {
	font-size: 1em;
}

.course-search-menu .find-closest .fa {
	font-size: 1.5em;
}

.search-open .geolocate-wrap, .close-search {
	display: none;
}
.search-open .close-search {
	display: inline;
}

.course-search-contain {
	width: 300px;
}

.course-results-menu {
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
	z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
	border: 1px solid #D7D7D7;
	background-color: #FFF;
}

.course-results-menu, .course-results-menu ul {
    list-style: none;
	list-style-type: none;
}

.course-results-menu .course-item {
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0;
}

.course-results-menu .course-item:hover {
	text-decoration:none;
	color:#09f;
	background-color: #D7D7D7;
}

.course-results-menu .city-item {
	/*margin-bottom: 25px;*/
}

.course-results-menu  .course-item-expand, .course-results-menu  .course-item-expand ul {
	padding: 0;
	margin: 0;
}

.course-results-menu  .course-item-expand {
	margin-top: -20px;
}

.course-results-menu  .course-item-expand ul h5 {
	padding-left: 20px;
}

.course-results-menu .course-item-expand > span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .73em;
	font-weight: 700;
	color: #9fa9ad;
	cursor:pointer;
	line-height:0.5;
	margin-left: 10px;
}

.course-results-menu .course-item-expand > span:hover,.course-results-menu .course-item-expand > span:active {
	color: #20bde8;
}

.course-results-menu  .course-item-expand > span:after {
	padding-left:7px;
	padding-top:3px;
	font-size:20px;
	content:"\f105";
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	display:inline-block;
	cursor:pointer;
	text-decoration:inherit;
}

.course-results-menu .course-item-expand > span.open:after {
	content:"\f107";
}

.course-search-contain .course-search {
	margin: 0;
	margin-top: 8px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	vertical-align: middle;
	color: #0074A2;
	background: #E7E7E7;
	border: 2px solid #8ED1E9;
	padding: 8px 36px 7px 6px;

    border-radius: 5px;
    height: 34px;

	box-shadow: none;	
	box-sizing: border-box;
	transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
	-webkit-appearance: searchfield;
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
}

.search-open .course-search, .search-open .course-search:focus {
    background-color: #FFF;
    border-radius: 0;
    margin-top: 0;
    height: 56px;
    padding-right: 50px;
    box-shadow: none;
    border: 1px solid #D7D7D7;
	outline: 0;
}

.toggleFormatHelp  {
	height: 20px;
}

.toggleFormatHelp > a {
	float: right;
}

.markhelp > p {
	font-size: 1em !important;
}

.markhelp .md td {
	border: 1px solid #000;
	padding: 5px;
}

ul.map-list {
	list-style-type: none;
	padding: 0;
	overflow-y: auto;
}

#maxTag, #minTag {
	-moz-appearance: textfield;
}

#toggleViewTypeDiv {
	cursor: pointer;
}

#geolocationIcon {
	background-size: 36px 18px;
	width: 18px;
	height: 18px;
	opacity: 0.9;
	background-image: url('/images/geolocation.png');
}

#geolocationIcon.enabled {
	background-position: -18px;
}

#geolocationBtn {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.298039) 0 1px 4px -1px;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 2px;
	padding: 3px;
}

.maptype-dropdown {
	position: relative;
	display: inline-block;
}

#mapViewTypeList {
	list-style: none;
	border: 1px solid #000;
	background: #FFF;
	z-index: 1000;
	cursor: pointer;
	position: absolute;
	min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 0;
}

#mapViewTypeList li {
	padding: 5px;
}

#mapViewTypeList li:hover {
	text-decoration: underline;
}

/*
.fb-share {
	background: #4267b2;
	border: 1px solid #4267b2;
	color: #fff !important;
	cursor: pointer !important;
	text-shadow: 0 !important;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	-webkit-user-select: none;
	white-space: nowrap;
	display: inline;
}*/

.fb-share a {
	display: block;
	background-color: #4267b2;
	border-radius: 3px;
	height: 18px;
	width: 60px;
	color: #fff !important;
	cursor: pointer !important;
	text-shadow: none !important;
	font-weight: bold !important;
	padding: 1px 6px 1px 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}


.challenge-form .preview {
	border: 1px solid #A1A1A1;
	margin: 20px 0 20px 0;
	padding: 10px;
}

.challenge-row div.challenge {
	margin-bottom: 50px;
}

.challenge-row div.challenge player-list {
	max-height: 100px;
	overflow-y: auto;
}

.challenge-row .challenge-response {
	padding-top: 50px;
	padding-right: 20px;
	text-align: right;
}

.challenge-row .challenge-response i {
	cursor: pointer;
	color: #111111;
}

.challenge-row .challenge-response i.accept.select {
	color: #75ca2a;
}

.challenge-row .challenge-response i.decline.select {
	color: #F00;
}

.message-popup {
	border: 1px solid #000;
}

.alert.unseen {
	border: 1px solid #BABABA;
	background-color: #EBEBEB;
}

.user-search {
	position:relative;
}

.add-user {
	position:absolute;
	right:5px;
	top:3px;
	color: #75ca2a;
	cursor: pointer;
}

.remove-user {
	color: #CA2A2A;
	cursor: pointer;
	float: right;
	margin-right: 5px;
}

.user-challenge-list {
	list-style-type: none;
}

.user-challenge-list li {
	margin-top: 10px;
}

.user-challenge-list input {
	border: 0;
}

.user-challenge-list a {
	float: right;
	cursor: pointer;
}

div.store {
	padding-top: 20px;
}

.store-item {
	width: 210px !important;
}

.store-item a .main-image {
	width: 180px;
	height: 180px;
}

.store-item a .title {
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #9fa9ad;
    text-transform: uppercase;
    text-align: center;
}
.store-item a:hover .title {
	text-decoration: underline;
}

.store-item a .cost {
	text-align: center;
}

.image-slide .main-image {
	width: 360px;
	height: 360px;
}

.image-slide .thumb-image {
	width: 75px;
	height: 75px;
}

.image-slide {
	list-style-type: none;
	margin: 5px;
}

.image-slide li {
	display: inline;
	cursor: pointer;
}

.image-slide li img {
	border: 2px solid #fff;
}

.image-slide li.active img {
	border: 2px solid #09f;
}

.image-slide li:hover img {
	border: 2px solid #75ca2a;
}

.item-detail .form-item button {
	width: 150px;
}
.item-detail .form-item input {
	width: 50px;
}

.item-detail .form-item .has-error legend {
	color: #a94442;
}

.item-detail .form-item .has-error .ui-controlgroup-controls {
	border: 1px solid #a94442;
}

.basket {
	cursor: pointer;
}

.basket:hover span.total {
	text-decoration: underline;
}

.basket i.fa-shopping-cart {
	color: #09f;
}

.basket strong {
	color: #fff;
	margin-top: -7px;
	font-size: 0.75em;
}

.basket span.total {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-right: 10px;
	vertical-align: middle;
	color: #09f;
}

table.cart-table {
	margin-top: 20px;
}

table.checkout-table {
	margin-top: 20px;
	width: 100%;
}

table.cart-table .header, table.checkout-table .header {
	border-bottom: 3px solid #DDD;
	text-transform: uppercase;
	color: #555555;
}

.checkout-total {
	border-top: 3px solid #DDD;
	text-transform: uppercase;
	color: #555555;
}

.checkout-total .amount .fa {
	font-weight: bold !important;
}

table.cart-table thead th {
	padding: 10px;
}

table.cart-table tbody td {
	padding: 10px;
}

table.cart-table td.delete i {
	cursor: pointer;
}

table.cart-table td.title {
	width: 100px;
	white-space: nowrap;
}

table.cart-table td.quantity {
	width: 25px;
}

table.cart-table td.quantity input {
	text-align: right;
}

table.cart-table td.thumbnail img, table.checkout-table td.thumbnail img {
	width: 100px;
	height: 100px;
}

table.cart-table td.thumbnail, table.checkout-table td.thumbnail {
	border: 0 !important;
}

.cart-shipping {
	border-left: 3px solid #DDD;
	padding-left: 10px;
}

.cart-shipping table {
	width: 100%;
}

.cart-shipping td, .cart-shipping th {
	padding: 5px;
}

.cart-shipping th {
	text-transform: uppercase;
	color: #555555;
}

.cart-shipping .sumtotal {
	border-top: 1px solid #DDD;
}
.cart-shipping .PostRow td:first {
	width: 20px;
}
.cart-shipping .PostRow .input-cell .ui-input-text {
	width: 75px;
}

.cart-shipping a.checkout {
	color: #FFF !important;
}

#shipping-countrycode-button {
	white-space: normal !important;
	width: 250px;
}

#toggleFiltersDiv  {
	font-style: italic;
	cursor: pointer;
	margin-right: 50px;
}

#toggleSearchDiv {
	display: inline-block;
}

#filtersDiv {
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 0;
	border-color: #000;
	border-style: solid;
	padding: 10px;
}

#toggleLegendDiv {
	cursor: pointer;
}

#toggleChallengeDiv, #toggleCoursesDiv {
	cursor: pointer;
	font-style: italic;
	white-space: nowrap;
}

#toggleCoursesDiv{
	position: relative;
}

#toggleChallengeDiv.enabled .fa-ban, #toggleCoursesDiv.disabled .fa-ban {
	display: none;
}

#legend {
	border: 1px solid #000;
	background-color: #FFF;
	padding: 5px;
}

#legend img.icon {
	width:30px;
	height:39px;
}

#toggleLegendDiv {
	font-style: italic;
	cursor: pointer;
}

.ui-slider-track {
	background-image: url('/images/slider-back.png');
	background-size: 100% auto;
}

a.btn-default {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
-ms-border-radius:20px;
border:1px solid transparent;
display:inline-block;
color:#6e6e6e;
background-color:#fff;
border-color:#b7e390;
padding:10px 30px;
}



div.ccm-page {
position:relative;
font-family:Helvetica, Arial, sans-serif;
font-weight:400;
font-size:15px;
line-height:1.42857143;
-webkit-font-smoothing:antialiased;
}

div.ccm-page blockquote {
padding-left:60px;
font-size:1.46em;
font-weight:300;
color:#5b676c;
line-height:1.42857143;
border-color:#bdcfd8;
}

div.ccm-page h1 {
font-family:Helvetica, Arial, sans-serif;
font-size:2.1em;
font-weight:700;
color:#1a1a1a;
line-height:1.42857143;
text-transform:none;
}

div.ccm-page h2 {
font-family:Helvetica, Arial, sans-serif;
font-size:1.46em;
font-weight:700;
color:#1a1a1a;
line-height:1.42857143;
text-transform:none;
}

div.ccm-page h5 {
font-family:Helvetica, Arial, sans-serif;
font-size:.73em;
font-weight:700;
color:#9fa9ad;
line-height:1.42857143;
text-transform:uppercase;
}

div.ccm-page h6 {
font-family:Helvetica, Arial, sans-serif;
font-size:.73em;
font-weight:400;
color:#a3db75;
line-height:1.42857143;
text-transform:uppercase;
}

div.ccm-page img {
max-width:100%;
}

div.ccm-page hr {
margin-top:80px;
margin-bottom:80px;
border-top:1px solid #ececec;
}

div.ccm-page main {
background-color:#fff;
padding-bottom:80px;
}

div.ccm-page main a:not(.fa):not(.btn),div.ccm-page footer a:not(.fa):not(.btn) {
color:#20bde8;
}

div.ccm-page div[data-container=block] div.container:last-child {
padding-bottom:0;
}

div.ccm-page.page-type-blog-entry div.col-sidebar {
padding-top:40px;
}

div.ccm-page div.col-sidebar hr {
margin-top:20px;
margin-bottom:20px;
}

div.ccm-page div.ccm-system-errors {
margin-top:40px;
}

div.ccm-page header {
background-color:#fff;
padding-top:30px;
padding-bottom:20px;
border-bottom:1px solid #d9d9d9;
}

div.ccm-page header #header-site-title {
font-family:'Titillium Web';
font-weight:400;
color:#75ca2a;
text-transform:none;
line-height:1.15em;
font-size:2.3em;
-webkit-transition:color .2s linear;
-o-transition:color .2s linear;
transition:color .2s linear;
}

.ccm-search-block-form {
position:relative;
}

.ccm-search-block-form:before {
content:"\f002";
font-family:FontAwesome;
font-weight:400;
font-style:normal;
display:inline-block;
position:absolute;
left:14px;
top:9px;
text-decoration:inherit;
color:#cbcbcb;
}

.ccm-search-block-text {
border:1px solid #cbcbcb;
color:#cbcbcb;
border-radius:30px;
background-color:#fff;
}

.ccm-search-block-text:focus {
outline:0;
}

div.ccm-page header nav .dropdown:after {
content:' ▶';
}

div.ccm-page header nav .dropdown:hover:after {
content:'\25bc';
}

.buy-tag a {
	color: #75ca2a !important; 
}

div.ccm-page header nav ul {
-webkit-font-smoothing:antialiased;
list-style:none;
margin-top:10px!important;
float:right;
padding:0;
}

div.ccm-page header nav ul a {
padding-right:40px;
font-family:'Titillium Web';
font-size:1em;
font-weight:700;
color:#09f;
text-transform:none;
cursor: pointer;
}

div.ccm-page header nav ul li {
position:relative;
display:inline-block;
margin:0;
padding:0 0 10px;
vertical-align: top;
text-align: center;
}

div.ccm-page header nav ul li:hover ul {
opacity:1;
top:30px;
visibility:visible;
}

div.ccm-page header nav ul li ul {
cursor:pointer;
float:left;
left:0;
opacity:0;
position:absolute;
top:20px;
visibility:hidden;
width:200px;
background-color:#fff;
z-index:99;
-webkit-transition:all .25s ease;
-o-transition:all .25s ease;
transition:all .25s ease;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-ms-border-radius:3px;
border:1px solid #edf2f3;
padding:15px 15px 0;
}

div.ccm-page header nav ul li ul li {
float:none;
width:100%;
padding-bottom:0;
text-align: left;
}

div.ccm-page header nav ul li ul li a {
display:block;
padding-bottom:15px;
font-size:1em;
text-transform:none;
color:#a2a2a2;
-webkit-transition:all .25s ease;
-o-transition:all .25s ease;
transition:all .25s ease;
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
}

div.ccm-page .pagination > li.active span {
background:none;
color:#548627;
border-color:#d4efbd;
}

div.ccm-page .pagination > li > a:hover {
background:none;
}

div.ccm-page .breadcrumb {
background-color:transparent;
padding:0;
}

div.ccm-page img.ccm-captcha-image {
display:block;
margin:0 auto;
}

div.ccm-page main .ccm-search-block-form h3 {
font-family:'Titillium Web';
font-size:1.46em;
text-transform:uppercase;
}

input.ccm-search-block-text {
border:1px solid #e6e6e6;
margin-right:15px;
width:150px;
margin-bottom:15px;
padding:5px 5px 5px 25px;
margin: 5px;
}

div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
outline:none;
}

div.ccm-page main .ccm-search-block-form #searchResults {
margin-top:15px;
border-top:1px solid #ececec;
}

div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
margin-top:0;
margin-bottom:0;
padding-top:24px;
padding-bottom:7px;
border-bottom:1px solid #ececec;
}

div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
color:#6e6e6e;
}

div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
margin-top:0;
text-transform:none;
margin-bottom:5px;
font-family:inherit;
}

div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
font-weight:400;
font-size:22px;
color:#09f;
}

div.ccm-page .btn {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
-ms-border-radius:20px;
padding:10px 30px;
}

div.ccm-page .btn-success {
color:#fff;
background-color:#0c6;
border-color:#4cae4c;
}

div.ccm-page .btn-success:hover,div.ccm-page .btn-success:focus,div.ccm-page .btn-success:active,div.ccm-page .btn-success.active,.open > .dropdown-togglediv.ccm-page .btn-success {
color:#fff;
background-color:#00994d;
border-color:#398439;
}

div.ccm-page .btn-success.disabled,div.ccm-page .btn-success[disabled],fieldset[disabled] div.ccm-page .btn-success,div.ccm-page .btn-success.disabled:hover,div.ccm-page .btn-success[disabled]:hover,fieldset[disabled] div.ccm-page .btn-success:hover,div.ccm-page .btn-success.disabled:focus,div.ccm-page .btn-success[disabled]:focus,fieldset[disabled] div.ccm-page .btn-success:focus,div.ccm-page .btn-success.disabled:active,div.ccm-page .btn-success[disabled]:active,fieldset[disabled] div.ccm-page .btn-success:active,div.ccm-page .btn-success.disabled.active,div.ccm-page .btn-success[disabled].active,fieldset[disabled] div.ccm-page .btn-success.active {
background-color:#0c6;
border-color:#4cae4c;
}

div.ccm-page .btn-success .badge {
color:#0c6;
background-color:#fff;
}

div.ccm-page .btn-default {
color:#6e6e6e;
background-color:#fff;
border-color:#b7e390;
}

div.ccm-page div.block-sidebar-padded {
padding:25px 40px;
}

div.ccm-page div.block-sidebar-wrapped {
background-color:#f8faf1;
font-size:.85em;
padding:25px 40px;
}

div.ccm-page div.block-sidebar-wrapped h3 {
font-size:14px;
font-weight:400;
margin:0;
}

div.ccm-page div.block-sidebar-wrapped div.ccm-block-page-list-page-entry {
padding-bottom:0;
border-bottom:0;
margin-bottom:0;
}

div.ccm-page div.block-sidebar-wrapped ul {
list-style-type:none;
color:#9fa9ad;
margin:0;
padding:0;
}

div.ccm-page div.block-sidebar-wrapped ul li {
margin-bottom:12px;
}

div.ccm-page div.block-sidebar-wrapped ul ul {
padding-left:20px;
font-size:1em;
}

div.ccm-page div.block-sidebar-wrapped + div.block-sidebar-wrapped {
padding-top:0;
}

div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page {
border-top:1px solid #ececec;
font-size:1.25em;
margin:-15px -40px -25px;
padding:15px 40px 10px;
}

div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a {
color:#d1d1d1!important;
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
position:relative;
float:left;
width:16.66666667%;
min-height:1px;
padding-left:15px;
padding-right:15px;
padding-top:7px;
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
display:block;
width:100% \9;
max-width:100%;
height:auto;
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
position:relative;
float:left;
width:83.33333333%;
min-height:1px;
padding-left:15px;
padding-right:15px;
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-date {
color:#aeaeae;
font-size:.8em;
margin-bottom:10px;
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-title {
font-family:Helvetica, Arial, sans-serif;
font-size:1.46em;
font-weight:700;
color:#1a1a1a;
line-height:1.42857143;
text-transform:none;
margin:0;
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a:hover {
text-decoration:none;
color:#09f;
}

div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title {
margin-top:0;
margin-bottom:10px;
font-family:Helvetica, Arial, sans-serif;
font-size:1.46em;
font-weight:700;
color:#4f585c;
line-height:1.42857143;
text-transform:none;
}

div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a {
color:#4f585c;
}

div.ccm-page div.recent-blog-entry div.ccm-block-page-list-title a:hover {
color:#428bca;
text-decoration:none;
}

div.ccm-page div.recent-blog-entry div.ccm-block-page-list-page-entry {
border-bottom:0;
margin-bottom:0;
padding-bottom:0;
}

div.ccm-page div.area-content-accent {
background-color:#f8faf1;
margin-top:80px;
margin-bottom:-80px;
padding:65px 0;
}

div.ccm-page div.area-content-accent .title-caps,div.ccm-page div.area-content-accent .title-caps-bold,div.ccm-page div.area-content-accent h3 {
color:#988e47!important;
}

div.ccm-page div.testimonial-bio {
margin-bottom:60px;
}

div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper {
margin-top:0;
margin-bottom:0;
}

div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial {
margin-left:0;
margin-right:0;
}

div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image {
width:auto;
float:none;
margin-bottom:30px;
padding:0;
}

div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-image img {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-ms-border-radius:0;
}

div.ccm-page div.testimonial-bio div.ccm-block-testimonial-wrapper div.ccm-block-testimonial div.ccm-block-testimonial-text {
float:none;
padding:0;
}

div.ccm-page .ccm-faq-block-links a {
display:block;
margin-bottom:10px;
}

div.ccm-page .ccm-faq-block-entries h3 {
margin-top:0;
}

div.ccm-page .ccm-faq-block-entries div.faq-entry-content {
margin-bottom:50px;
}

div.ccm-page div.ccm-block-feature-item {
position:relative;
padding-left:25px;
margin-bottom:40px;
}

div.ccm-page div.ccm-block-feature-item i {
position:absolute;
top:3px;
left:0;
}

div.ccm-page div.feature-home-page div.ccm-block-feature-item h4 {
font-size:1.5em;
}

div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
color:#1a1a1a;
font-size:1.3em;
top:1px;
}

div.ccm-page div.feature-home-page div.ccm-block-feature-item {
padding-left:45px;
}

div.ccm-page div.ccm-block-feature-item-hover-wrapper div.ccm-block-feature-item-hover-title {
color:#888;
font-size:1.5em;
font-weight:300;
margin-top:20px;
}

div.ccm-page div.ccm-block-feature-item-hover {
display:table;
margin:0 auto;
}

div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
border:1px solid #d4d4d4;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
-ms-border-radius:50%;
text-align:center;
vertical-align:middle;
display:table-cell;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
cursor:help;
width:200px;
height:200px;
margin:0 auto;
}

div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon i {
margin-top:3px;
color:#09f;
font-size:2.1em;
}

div.ccm-page div.ccm-block-feature-item-hover-wrapper:hover div.ccm-block-feature-item-hover-icon {
background:#ccebff;
border:1px solid #99d6ff;
}

div.ccm-page .ccm-image-slider-container {
border-bottom:2px solid #f0eee1;
padding-top:20px;
margin-bottom:70px;
background-color:transparent;
background-repeat:repeat;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider {
margin-right:auto;
margin-left:auto;
padding-left:15px;
padding-right:15px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
max-height:220px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
margin-left:-15px;
margin-right:-15px;
position:relative;
min-height:1px;
padding-left:15px;
padding-right:15px;
}

div.ccm-page .ccm-image-slider-container .rslides_nav {
opacity:1;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
-ms-border-radius:4px;
height:38px;
margin-top:-20px;
width:38px;
background:rgba(0,0,0,0.92);
}

div.ccm-page .ccm-image-slider-container .rslides_nav.next {
color:#FFF;
-webkit-transition:background .35s ease-in-out;
-o-transition:background .35s ease-in-out;
transition:background .35s ease-in-out;
right:40px;
}

div.ccm-page .ccm-image-slider-container .rslides_nav.next:before {
-webkit-transition:background .35s ease-in-out;
-o-transition:background .35s ease-in-out;
transition:background .35s ease-in-out;
content:"\f054";
font-family:FontAwesome;
font-size:16px;
display:block;
margin-top:10px;
margin-left:14px;
}

div.ccm-page .ccm-image-slider-container .rslides_nav.prev {
color:#FFF;
-webkit-transition:background .35s ease-in-out;
-o-transition:background .35s ease-in-out;
transition:background .35s ease-in-out;
left:40px;
}

div.ccm-page .ccm-image-slider-container .rslides_nav.prev:after {
-webkit-transition:background .35s ease-in-out;
-o-transition:background .35s ease-in-out;
transition:background .35s ease-in-out;
content:"\f053";
font-family:FontAwesome;
font-size:16px;
display:block;
margin-top:10px;
margin-left:12px;
}

div.ccm-page .ccm-image-slider-container .rslides_tabs {
padding-left:0;
padding-top:15px;
padding-bottom:10px;
}

div.ccm-page .ccm-image-slider-container .rslides_tabs li {
list-style-type:none;
display:inline-block;
margin-right:5px;
}

div.ccm-page .ccm-image-slider-container .rslides_tabs li.rslides_here a {
background:#75ca2a;
}

div.ccm-page .ccm-image-slider-container .rslides_tabs li a {
overflow:hidden;
text-indent:99px;
background:#ccccc9;
width:15px;
height:15px;
display:inline-block;
margin-right:10px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
-ms-border-radius:30px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider-text h2 {
color:#75ca2a;
font-family:'Titillium Web';
font-size:3.2em;
font-weight:200;
margin-bottom:5%;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider-text p {
color:#6e6e6e;
font-family:Helvetica, Arial, sans-serif;
font-size:1.1em;
font-weight:400;
width:80%;
}

div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
margin-left:-15px;
margin-right:-15px;
position:relative;
min-height:1px;
padding-left:15px;
padding-right:15px;
margin-bottom:60px;
}

div.ccm-page .image-right-tilt .ccm-image-block {
display:block;
transform:rotate(3deg);
-moz-transform:rotate(3deg);
-ms-transform:rotate(3deg);
-webkit-transform:rotate(3deg);
margin:0 auto;
}

div.ccm-page .image-circle .ccm-image-block {
border-radius:50%;
}

div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry {
border-bottom:0;
padding-bottom:0;
margin-bottom:0;
margin-top:50px;
padding-top:50px;
border-top:1px solid #d9d9d9;
}

div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry:first-child {
padding-top:0;
border-top:none;
margin-top:0;
}

div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
-webkit-border-radius:20px;
-moz-border-radius:20px;
border-radius:20px;
-ms-border-radius:20px;
border:1px solid transparent;
display:inline-block;
color:#6e6e6e;
background-color:#fff;
border-color:#b7e390;
padding:10px 30px;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
position:relative;
min-height:1px;
padding-left:15px;
padding-right:15px;
margin-bottom:30px;
overflow:hidden;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-thumbnail-hover {
background-color:rgba(32,189,232,0.7);
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon {
display:block;
margin:0 auto 10px;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper i.ccm-block-page-list-page-entry-grid-thumbnail-icon:before {
font-family:FontAwesome;
content:"\f064";
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
margin-top:30px;
font-family:Helvetica, Arial, sans-serif;
font-size:1.05em;
font-weight:700;
color:#4f585c;
line-height:1.42857143;
text-transform:none;
}

div.ccm-page a.ccm-block-page-list-rss-feed {
font-size:1.5em;
color:#d1d1d1;
}

div.ccm-page div.ccm-block-page-list-page-entry-horizontal,div.ccm-page div.ccm-block-page-list-page-entry {
padding-bottom:30px;
margin-bottom:30px;
border-bottom:1px solid #ececec;
}

div.ccm-page div.ccm-block-page-list-no-pages {
text-align:center;
font-size:1.25em;
font-family:Helvetica, Arial, sans-serif;
color:#9fa9ad;
}

div.ccm-page div.col-sidebar div.block-sidebar-wrapped div.ccm-block-page-list-wrapper {
margin:0;
}

div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry {
border:0;
margin-bottom:10px;
padding:0;
}

div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry a {
font-weight:400;
}

div.ccm-page div.ccm-block-page-attribute-display-wrapper {
border-top:1px solid #ececec;
padding-top:20px;
padding-bottom:20px;
color:#aeaeae;
}

div.ccm-page div.ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
color:#75ca2a;
display:block;
}

div.ccm-page div.ccm-block-page-attribute-display-wrapper:last-child {
border-bottom:1px solid #ececec;
}

div.ccm-page h1.page-title {
color:#75ca2a;
font-family:'Titillium Web';
font-size:1.73em;
line-height:1.42857143;
font-weight:700;
text-transform:uppercase;
padding-bottom:30px;
padding-top:30px;
}

div.ccm-page.page-type-portfolio-project h1.page-title {
font-family:Helvetica, Arial, sans-serif;
font-size:2.1em;
font-weight:700;
color:#1a1a1a;
line-height:1.42857143;
text-transform:none;
border-bottom:1px solid #ececec;
margin-bottom:40px;
}

div.ccm-page div.ccm-block-page-title-byline {
padding-bottom:40px;
border-bottom:1px solid #ececec;
margin-bottom:40px;
}

div.ccm-page div.ccm-block-page-title-byline h1.page-title {
font-family:Helvetica, Arial, sans-serif;
font-size:2.1em;
font-weight:700;
color:#1a1a1a;
line-height:1.42857143;
text-transform:none;
margin-bottom:0;
padding-bottom:0;
padding-top:1em;
}

div.ccm-page div.ccm-block-page-title-byline span.page-date {
margin-right:2em;
}

div.ccm-page div.ccm-block-page-title-byline span.page-date,div.ccm-page div.ccm-block-page-title-byline span.page-author {
color:#9fa9ad;
font-style:italic;
font-size:.85em;
}

div.ccm-page div.ccm-block-testimonial img {
display:block;
width:100% \9;
max-width:100%;
height:auto;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
-ms-border-radius:50%;
}

div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position a {
color:#75ca2a;
text-decoration:underline;
}

div.ccm-page div.ccm-block-testimonial-wrapper {
margin-top:60px;
margin-bottom:60px;
}

div.ccm-page div.col-sidebar div.ccm-block-tags-wrapper {
margin:25px 40px;
}

div.ccm-page span.ccm-block-tags-tag {
background-color:#fff;
color:#6e6e6e;
border-color:#d1d1d1;
border-style:solid;
border-width:1px;
}

div.ccm-page div.ccm-block-tags-wrapper a:hover span.ccm-block-tags-tag {
border-color:#75ca2a;
}

div.ccm-page div.ccm-block-calendar-wrapper a.fc-event,div.ccm-page div.ccm-block-calendar-wrapper a.fc-event:hover {
color:#fff;
}

div.ccm-page div.ccm-block-calendar-event-list,div.ccm-page div.ccm-block-calendar-event-list-wrapper {
margin-bottom:10px;
clear:both;
}

div.ccm-page div.ccm-block-calendar-event-list-event-date {
width:50px;
height:50px;
float:left;
margin-right:10px;
border:1px solid #f8faf1;
}

div.ccm-page div.ccm-block-calendar-event-list-event-date span {
display:block;
text-align:center;
}

div.ccm-page div.ccm-block-calendar-event-list-event-date span:first-child {
font-weight:700;
background-color:#f8faf1;
color:#988e47;
}

div.ccm-page div.ccm-block-calendar-event-list-event {
padding-bottom:10px;
clear:both;
}

div.ccm-page main .jumbo {
min-height:300px;
}

div.ccm-page main h1 {
color:#75ca2a!important;
font-family:'Titillium Web'!important;
font-size:2.46em!important;
line-height:1.14285714;
font-weight:200!important;
display:block;
padding-top:40px;
padding-bottom:40px;
}

div.ccm-page main .jumbo p {
font-size:1.46em;
color:#4f585c;
font-weight:200;
}

.title-thin {
color:#75ca2a!important;
font-family:'Titillium Web'!important;
font-size:2.46em!important;
line-height:1.14285714;
font-weight:200!important;
display:block;
}

.title-caps-bold {
color:#75ca2a!important;
font-family:'Titillium Web'!important;
font-size:1.73em!important;
line-height:2.47142857em!important;
font-weight:700!important;
text-transform:uppercase;
}

.title-caps {
color:#75ca2a!important;
font-family:'Titillium Web'!important;
font-size:1.73em!important;
line-height:2.47142857em!important;
font-weight:300;
text-transform:uppercase;
}

.image-caption {
font-family:Helvetica, Arial, sans-serif;
color:#b8c4cd;
font-size:1em;
}

footer#footer-theme {
color:#5b676c;
}

footer#footer-theme a:hover {
color:#548627;
}

footer#footer-theme div.ccm-block-social-links {
text-align:right;
}

footer#footer-theme div.ccm-block-social-links ul a {
color:#d1d1d1;
}

footer#footer-theme section {
border-top:1px solid #d9d9d9;
padding-top:30px;
padding-bottom:30px;
}

footer#footer-theme section:first-child {
background-color:#fff;
}

footer#footer-theme section:last-child {
padding-bottom:30px;
background-color:transparent;
}

footer#footer-theme #footer-site-title {
font-family:'Titillium Web';
font-weight:900;
color:#75ca2a;
text-transform:uppercase;
font-size:1.2em;
-webkit-transition:color .2s linear;
-o-transition:color .2s linear;
transition:color .2s linear;
}

footer#concrete5-brand {
background-color:rgba(0,0,0,0.1);
padding-top:20px;
padding-bottom:20px;
}

footer#concrete5-brand a.concrete5 {
color:#00baff;
}

footer#concrete5-brand a.concrete5:hover {
color:#008dc0;
}

footer#concrete5-brand a {
color:#9fa7aa;
}

footer#concrete5-brand a:hover {
color:#7B8083;
}




.ccm-image-slider-container {
background-image:url(/images/background-slider-default.png);
}

.clear_float:before,.clear_float:after,div.ccm-page .ccm-image-slider-container .ccm-image-slider:before,div.ccm-page .ccm-image-slider-container .ccm-image-slider:after,div.ccm-page div.ccm-block-page-list-page-entry-horizontal:before,div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after,div.ccm-page div.ccm-block-testimonial-wrapper:before,div.ccm-page div.ccm-block-testimonial-wrapper:after {
content:" ";
display:table;
}

.clear_float:after,div.ccm-page .ccm-image-slider-container .ccm-image-slider:after,div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after,div.ccm-page div.ccm-block-testimonial-wrapper:after {
clear:both;
}

div.ccm-page h3,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry div.ccm-block-page-list-title {
font-family:Helvetica, Arial, sans-serif;
font-size:1.25em;
font-weight:700;
color:#75ca2a;
line-height:1.42857143;
text-transform:none;
}

div.ccm-page h4,div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-name {
font-family:Helvetica, Arial, sans-serif;
font-size:1.05em;
font-weight:700;
color:#4f585c;
line-height:1.42857143;
text-transform:none;
}

div.ccm-page main a:not(.fa):not(.btn):hover,div.ccm-page footer a:not(.fa):not(.btn):hover,div.ccm-page header nav ul a:hover {
color:#abddff;
text-decoration:none;
}

div.ccm-page header #header-site-title:hover,footer#footer-theme #footer-site-title:hover {
color:#447618;
text-decoration:none!important;
}

div.ccm-page header nav ul li ul li:hover a,div.ccm-page header nav ul li ul li a:hover {
color:#09f;
}

div.ccm-page div.ccm-pagination-wrapper,div.ccm-page div.ccm-block-feature-item-hover-wrapper {
text-align:center;
}

div.ccm-page .pagination > li.next.disabled a,div.ccm-page .pagination > li.next.disabled span,div.ccm-page .pagination > li.prev.disabled a,div.ccm-page .pagination > li.prev.disabled span {
color:#b3beb8;
}

div.ccm-page .pagination > li.next a,div.ccm-page .pagination > li.next span {
border-right:1px solid #d4efbd;
border-bottom-right-radius:25px;
border-top-right-radius:25px;
padding-right:25px;
}

div.ccm-page .pagination > li.prev span,div.ccm-page .pagination > li.prev a {
border-left:1px solid #d4efbd;
border-bottom-left-radius:25px;
border-top-left-radius:25px;
padding-left:25px;
}

div.ccm-page .pagination > li > a,div.ccm-page .pagination > li > span {
font-size:14px;
border-left:0;
border-right:0;
padding-top:12px;
padding-bottom:12px;
border-color:#d4efbd;
}

div.ccm-page .breadcrumb a,div.ccm-page div.block-sidebar-wrapped a,div.ccm-page div.block-sidebar-wrapped div.ccm-block-share-this-page a:hover {
color:#75ca2a!important;
}

div.ccm-page .breadcrumb a:hover,div.ccm-page div.block-sidebar-wrapped a:hover {
text-decoration:none;
color:#548627!important;
}

div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
color:#abddff;
}

div.ccm-page .btn-success:active,div.ccm-page .btn-success.active,.open > .dropdown-togglediv.ccm-page .btn-success,div.ccm-page .btn-default:active,div.ccm-page .btn-default.active,.open > .dropdown-togglediv.ccm-page .btn-default,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
background-image:none;
}

div.ccm-page .btn-default:hover,div.ccm-page .btn-default:focus,div.ccm-page .btn-default:active,div.ccm-page .btn-default.active,.open > .dropdown-togglediv.ccm-page .btn-default,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active,.open > .dropdown-togglediv.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
color:#6e6e6e;
background-color:#e6e6e6;
border-color:#97d75f;
}

div.ccm-page .btn-default.disabled,div.ccm-page .btn-default[disabled],fieldset[disabled] div.ccm-page .btn-default,div.ccm-page .btn-default.disabled:hover,div.ccm-page .btn-default[disabled]:hover,fieldset[disabled] div.ccm-page .btn-default:hover,div.ccm-page .btn-default.disabled:focus,div.ccm-page .btn-default[disabled]:focus,fieldset[disabled] div.ccm-page .btn-default:focus,div.ccm-page .btn-default.disabled:active,div.ccm-page .btn-default[disabled]:active,fieldset[disabled] div.ccm-page .btn-default:active,div.ccm-page .btn-default.disabled.active,div.ccm-page .btn-default[disabled].active,fieldset[disabled] div.ccm-page .btn-default.active,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled],fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:hover,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:hover,fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:focus,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:focus,fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:focus,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled:active,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled]:active,fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:active,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.disabled.active,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more[disabled].active,fieldset[disabled] div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more.active {
background-color:#fff;
border-color:#b7e390;
}

div.ccm-page .btn-default .badge,div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more .badge {
color:#fff;
background-color:#6e6e6e;
}

div.ccm-page div.block-sidebar-padded p,div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper a.ccm-block-page-list-rss-feed {
font-size:.85em;
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-page-entry-horizontal,div.ccm-page .ccm-faq-container,div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper,div.ccm-page div.ccm-block-testimonial {
margin-left:-15px;
margin-right:-15px;
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-title a,div.ccm-page div.feature-home-page div.ccm-block-feature-item h4,div.ccm-page div.feature-home-page div.ccm-block-feature-item i {
color:#1a1a1a;
}

div.ccm-page div.testimonial-bio + div.testimonial-bio,div.ccm-page div.testimonial-bio:only-child {
margin-bottom:0;
}

div.ccm-page .ccm-faq-block-links,div.ccm-page .ccm-faq-block-entries,div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image,div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
position:relative;
min-height:1px;
padding-left:15px;
padding-right:15px;
}

div.ccm-page div.ccm-block-feature-item h4,div.ccm-page div.ccm-block-feature-item i,div.ccm-page a.ccm-block-page-list-rss-feed:hover,div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-position,footer#footer-theme a,footer#footer-theme div.ccm-block-social-links ul a:hover {
color:#75ca2a;
}

div.ccm-page .ccm-image-slider-container .rslides_nav.next:hover,div.ccm-page .ccm-image-slider-container .rslides_nav.prev:hover {
text-decoration:none;
color:#000;
background:#FFF;
}

div.ccm-page div.ccm-block-next-previous-header,div.ccm-page div.ccm-block-page-list-header,div.ccm-page div.ccm-block-tags-header,div.ccm-page div.ccm-block-topic-list-header,div.ccm-page div.ccm-block-date-navigation-header {
font-size:15px;
}

div.ccm-page div.page-list-with-buttons div.ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover,div.ccm-page div.ccm-block-tags-wrapper a:hover {
text-decoration:none;
}

div.ccm-page div.ccm-block-page-list-page-entry-read-more,div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-paragraph {
margin-top:20px;
}

div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper,div.ccm-page div.col-sidebar div.ccm-block-topic-list-wrapper,div.ccm-page div.col-sidebar div.ccm-block-date-navigation-wrapper {
font-size:.85em;
margin:25px 40px;
}

div.ccm-page ul.ccm-block-topic-list-page-topics,div.ccm-page ul.ccm-block-date-navigation-dates {
list-style-type:none;
padding-left:0;
padding-bottom:0;
}

div.ccm-page ul.ccm-block-topic-list-page-topics li,div.ccm-page ul.ccm-block-date-navigation-dates li {
margin-bottom:10px;
padding-bottom:0;
}

div.ccm-page .ccm-block-topic-list-topic-selected,div.ccm-page .ccm-block-date-navigation-date-selected {
font-weight:700;
}

@media min-width 1200px{
div.ccm-page .ccm-faq-block-links {
float:left;
width:25%;
}

div.ccm-page .ccm-faq-block-entries {
float:left;
width:66.66666667%;
margin-left:8.33333333%;
}

div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
width:134px;
height:134px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider {
width:1170px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
max-height:480px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider-inner {
float:left;
width:100%;
}

div.ccm-page .ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
margin-left:8.33333333%;
float:left;
width:83.33333333%;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
min-height:240px;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
width:100%;
height:240px;
}
}

@media min-width 768px{
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
width:80px;
height:80px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider {
width:750px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
max-height:350px;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
float:left;
width:33.33333333%;
min-height:147px;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
width:100%;
height:147px;
}

div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-image {
float:left;
width:25%;
}

div.ccm-page div.ccm-block-testimonial div.ccm-block-testimonial-text {
float:left;
width:75%;
}
}

@media min-width 992px{
div.ccm-page div.ccm-block-feature-item-hover div.ccm-block-feature-item-hover-icon {
width:110px;
height:110px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider {
width:970px;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
max-height:429px;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
min-height:193px;
}

div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
width:100%;
height:193px;
}
}

@media (min-width:480px) and (max-width:767px){
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
width:100%;
}

div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
max-height:320px;
}
}

@media all and (max-width:767px){
div.ccm-page .ccm-block-testimonial-image img {
margin:10px auto;
}

header .ccm-search-block-form {
margin-top:20px;
}
}

}
