
.mod_mainmenu {
	width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-left: 12.5px;
	padding-right: 12.5px;
	box-sizing: border-box;
}

@media screen and (min-width:600px) {
	.mod_mainmenu {
		padding-left: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu {
		padding-left: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu {
		padding-right: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu {
		padding-right: 25px;
	}
}

.mod_mainmenu.open {
	background-color: #fff;
}

.mod_mainmenu .logo {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	max-width: 60%;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	line-height: 0;
	text-decoration: none;
}

@media screen and (min-width:600px) {
	.mod_mainmenu .logo {
		padding-top: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .logo {
		padding-top: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .logo {
		padding-bottom: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .logo {
		padding-bottom: 25px;
	}
}

.mod_mainmenu .logo a {
	text-decoration: none;
}

.mod_mainmenu .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.mod_mainmenu .logo .slogan {
	display: none;
	margin-top: 4px;
	font-family: Merriweather, Arial, sans-serif;
	font-size: 1rem;
	font-size: 2.3vh;
	line-height: 1.5rem;
	line-height: 2.4vh;
	font-weight: normal;
	color: #434343;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.mod_mainmenu .burger {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	box-sizing: border-box;
	width: auto;
	overflow: hidden;
	position: relative;
	padding-left: 12.5px;
	padding-top: 6.25px;
	padding-bottom: 6.25px;
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-left: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-left: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-top: 9.375px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-top: 12.5px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-bottom: 9.375px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-bottom: 12.5px;
	}
}

.mod_mainmenu .burger .txt {
	position: relative;
	display: inline-block;
	padding-top: 4px;
	color: #434343;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	margin-right: 4px;
}

.mod_mainmenu .burger .button {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 24px;
}

.mod_mainmenu .burger .button span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	width: 100%;
	background-color: #434343;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.mod_mainmenu .burger .button span.two {
	top: 50%;
	margin-top: -2px;
}

.mod_mainmenu .burger .button span.three {
	top: auto;
	bottom: 0;
}

.mod_mainmenu .burger .toggle {
	display: inline-block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	cursor: pointer;
}

.mod_mainmenu .burger .toggle:checked~.button span.one {
	top: 50%;
	top: calc(50% - 2px);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.mod_mainmenu .burger .toggle:checked~.button span.two {
	left: -60px;
	opacity: 0;
}

.mod_mainmenu .burger .toggle:checked~.button span.three {
	bottom: 50%;
	bottom: calc(50% - 2px);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mod_mainmenu .burger .toggle:checked~.menu {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.mod_mainmenu .burger .menu {
	display: none;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 18.75px;
	opacity: 0;
	overflow: auto;
	background-color: #fff;
	font-family: Merriweather, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
}

.mod_mainmenu .burger .menu ul.level_1 {
	width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-top: 18.75px;
	padding-bottom: 18.75px;
}

.mod_mainmenu .burger .menu ul.level_1 li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	box-sizing: border-box;
}

.mod_mainmenu .burger .menu ul.level_1 li a {
	text-decoration: none;
}

.mod_mainmenu .burger .menu ul.level_1 li a:hover {
	color: #a6fe6c;
}

.mod_mainmenu .burger .menu ul.level_1 li.current a {
	text-decoration: underline;
}

.mod_mainmenu .burger .menu .contact, .mod_mainmenu .burger .menu .social, .mod_mainmenu .burger .menu .meta {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: center;
}

.mod_mainmenu .burger .menu .contact p, .mod_mainmenu .burger .menu .social p, .mod_mainmenu .burger .menu .meta p, .mod_mainmenu .burger .menu .contact strong, .mod_mainmenu .burger .menu .social strong, .mod_mainmenu .burger .menu .meta strong, .mod_mainmenu .burger .menu .contact a, .mod_mainmenu .burger .menu .social a, .mod_mainmenu .burger .menu .meta a {
	color: #434343;
}

.mod_mainmenu .burger .menu .contact a, .mod_mainmenu .burger .menu .social a, .mod_mainmenu .burger .menu .meta a {
	text-decoration: none;
}

.mod_mainmenu .burger .menu .contact a:hover, .mod_mainmenu .burger .menu .social a:hover, .mod_mainmenu .burger .menu .meta a:hover {
	color: #a6fe6c;
}

.mod_mainmenu .burger .menu .contact {
	padding-top: 18.75px;
	padding-bottom: 18.75px;
}

@media screen and (min-width:900px) {
	.mod_mainmenu:not(.buttononly) .logo {
		max-width: 32%;
		padding-top: 12.5px;
		padding-bottom: 12.5px;
	}
	
	.mod_mainmenu:not(.buttononly) .burger {
		padding-top: 12.5px;
		padding-bottom: 12.5px;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .toggle {
		display: none;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .button {
		display: none !important;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding-top: 0;
		padding-bottom: 0;
		opacity: 1;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu .contact, .mod_mainmenu:not(.buttononly) .burger .menu .social, .mod_mainmenu:not(.buttononly) .burger .menu .meta {
		display: none;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu ul.level_1 {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu ul.level_1 li {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		padding-right: 12.5px;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu ul.level_1 li.last {
		padding-right: 0;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .logo {
		padding-top: 18.75px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .logo {
		padding-top: 25px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .logo {
		padding-bottom: 18.75px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .logo {
		padding-bottom: 25px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .burger {
		padding-top: 18.75px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .burger {
		padding-top: 25px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .burger {
		padding-bottom: 18.75px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .burger {
		padding-bottom: 25px;
	}
}

.sticky .mod_mainmenu .slogan {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.sticky .mod_mainmenu .logo {
	max-width: 33.3333%;
}

.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
	padding-top: 3.125px;
	padding-bottom: 3.125px;
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
		padding-top: 4.6875px;
	}
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
		padding-top: 6.25px;
	}
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
		padding-bottom: 4.6875px;
	}
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
		padding-bottom: 6.25px;
	}
}

.sticky .mod_mainmenu .burger .button {
	-ms-transform: scale(.75);
	-webkit-transform: scale(.75);
	transform: scale(.75);
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .slogan {
		font-size: 2.4vh;
		line-height: 2.4vh;
	}
}

@media screen and (min-width:900px) {
	.sticky .mod_mainmenu .slogan {
		font-size: 1rem;
		line-height: 1rem;
	}
	
	.sticky .mod_mainmenu .logo {
		max-width: 20% !important;
	}
}

.mod_mainmenu .burger .toggle:checked~.menu {
	bottom: 0;
	max-height: 100%;
	opacity: 1;
}

.mod_mainmenu .burger .toggle:checked~.menu ul li {
	text-align: center;
}

.mod_mainmenu .burger .toggle:checked~.menu ul li a {
	font-family: Merriweather, Arial, sans-serif;
	font-family: Merriweather, Arial, sans-serif;
	font-weight: normal;
	font-style: inherit;
	letter-spacing: normal;
	text-transform: none;
	font-size: 2rem;
	line-height: 2.5rem;
}

.mod_mainmenu .burger .toggle:checked~.menu .social ul li, .mod_mainmenu .burger .toggle:checked~.menu .meta ul li {
	text-align: center;
}

.mod_mainmenu .burger .toggle:checked~.menu .social ul li a, .mod_mainmenu .burger .toggle:checked~.menu .meta ul li a {
	font-family: Merriweather, Arial, sans-serif;
	font-family: Merriweather, Arial, sans-serif;
	font-weight: normal;
	font-style: inherit;
	letter-spacing: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 2.1rem;
}

@media screen and (min-width:900px) {
	.mod_mainmenu.buttononly .burger .toggle:checked~.menu .contact, .mod_mainmenu.buttononly .burger .toggle:checked~.menu .social, .mod_mainmenu.buttononly .burger .toggle:checked~.menu .meta {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

.ce_rsce_headerimage {
	display: inline-block;
	width: 100%;
	line-height: 0;
	position: relative;
	margin: 0;
	padding: 0 !important;
	background-color: #eee;
}

.ce_rsce_headerimage .wrap {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.ce_rsce_headerimage .wrap .inner, .ce_rsce_headerimage .wrap .headlines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.ce_rsce_headerimage .wrap .items {
	line-height: 0;
}

.ce_rsce_headerimage .wrap .headlines {
	z-index: 99;
}

.ce_rsce_headerimage .wrap .item {
	display: inline-block;
	width: 100%;
	height: auto;
}

.ce_rsce_headerimage .wrap .text {
	text-align: left;
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 1260px;
	padding: 25px;
	box-sizing: border-box;
}

.ce_rsce_headerimage .wrap .headline, .ce_rsce_headerimage .wrap .subheadline {
	display: inline;
	color: #007c85;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	white-space: normal;
	clear: both;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: auto;
	padding: 6.25px;
	background-color: #fff;
	box-shadow: 6.25px 0 0 #fff, -6.25px 0 0 #fff;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}

.ce_rsce_headerimage .wrap .headline span, .ce_rsce_headerimage .wrap .subheadline span {
	display: inline;
	width: auto;
	color: #434343;
}

.ce_rsce_headerimage .wrap .subheadline {
	color: #fff;
	background-color: #007c85;
	box-shadow: 6.25px 0 0 #007c85, -6.25px 0 0 #007c85;
}

.ce_rsce_headerimage .wrap .clr {
	width: 100%;
	height: 18.75px;
	line-height: 18.75px;
	clear: both;
}

.ce_rsce_headerimage .wrap .bg {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.ce_rsce_headerimage .wrap .bg picture, .ce_rsce_headerimage .wrap .bg img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

@media (-ms-high-contrast:none) {
	.ce_rsce_headerimage .wrap .item {}
	
	.ce_rsce_headerimage .wrap .item:first-child {
		display: inline-block;
	}
}

.isfullscreen .ce_rsce_headerimage {
	height: 100%;
}

.isfullscreen .ce_rsce_headerimage .wrap .items {
	height: 100%;
}

.isfullscreen .ce_rsce_headerimage .wrap .items .item {
	height: 100%;
}

.isfullscreen .ce_rsce_headerimage .wrap .items .item picture {
	height: 100%;
}

.isfullscreen .ce_rsce_headerimage .wrap .items .item picture img {
	height: 100%;
	object-fit: cover;
}

.ce_text .wrap {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	min-width: 0;
}

.ce_text .wrap .float_left, .ce_text .wrap .float_right {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	min-width: 0;
}

.ce_text .wrap .headline {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.ce_text .wrap .text {
	width: 100%;
	max-width: 100%;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	box-sizing: border-box;
}

.ce_text .wrap .image_container {
	max-width: 100%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	box-sizing: border-box;
}

.ce_text .wrap .image_container.float_left, .ce_text .wrap .image_container.float_above {
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 12.5px;
}

.ce_text .wrap .image_container.float_right, .ce_text .wrap .image_container.float_below {
	-ms-flex-order: 3;
	order: 3;
	margin-top: 12.5px;
}

@media screen and (min-width:600px) {
	.ce_text .wrap .float_left, .ce_text .wrap .float_right {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.ce_text .wrap .text.float_right {
		padding-right: 9.375px;
	}
	
	.ce_text .wrap .text.float_left {
		padding-left: 9.375px;
	}
	
	.ce_text .wrap .image_container.float_left {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 0;
		padding-right: 9.375px;
	}
	
	.ce_text .wrap .image_container.float_right {
		-ms-flex-order: 3;
		order: 3;
		margin-top: 0;
		padding-left: 9.375px;
	}
	
	.ce_text .wrap .image_container.float_above, .ce_text .wrap .image_container.float_below {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.ce_text .wrap .image_container.float_above {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 18.75px;
	}
	
	.ce_text .wrap .image_container.float_below {
		-ms-flex-order: 3;
		order: 3;
		margin-top: 18.75px;
	}
}

@media screen and (min-width:900px) {
	.ce_text .wrap .text.float_left {
		padding-left: 12.5px;
	}
	
	.ce_text .wrap .text.float_right {
		padding-right: 12.5px;
	}
	
	.ce_text .wrap .image_container.float_left {
		padding-right: 12.5px;
	}
	
	.ce_text .wrap .image_container.float_right {
		padding-left: 12.5px;
	}
	
	.ce_text .wrap .image_container.float_above {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 25px;
	}
	
	.ce_text .wrap .image_container.float_below {
		-ms-flex-order: 3;
		order: 3;
		margin-top: 25px;
	}
}

.ce_headline .hwrap {
	display: inline-block;
	width: 100%;
}

.ce_rsce_tabs .menu {
	width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 12.5px;
}

.ce_rsce_tabs .menu .item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	cursor: pointer;
	padding: 12.5px;
	text-decoration: none;
	margin-bottom: -2px !important;
	border-bottom: 2px solid #e0e0e0;
	color: #434343;
}

.ce_rsce_tabs .menu .item:hover, .ce_rsce_tabs .menu .item.active {
	color: #007c85;
	border-bottom: 2px solid #007c85;
}

.ce_rsce_tabs .items {
	margin-top: 12.5px;
	position: relative;
}

.ce_rsce_tabs .items .item {
	overflow: hidden;
}

.ce_rsce_tabs .items .item.show {
	-webkit-animation: tab-item-in 500ms ease both;
	animation: tab-item-in 500ms ease both;
	height: auto;
	display: inline-block;
}

.ce_rsce_tabs .items .item.hide {
	-webkit-animation: tab-item-out 500ms ease both;
	animation: tab-item-out 500ms ease both;
	height: 0;
	display: none;
}

.ce_rsce_tabs .items .item .text {
	overflow: hidden;
}

@media screen and (min-width:600px) {
	.ce_rsce_tabs .menu {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		margin-bottom: 18.75px;
		border-bottom: 2px solid #e0e0e0;
	}
	
	.ce_rsce_tabs .menu .item {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		padding: 18.75px;
	}
	
	.ce_rsce_tabs .items {
		margin-top: 18.75px;
	}
}

@media screen and (min-width:900px) {
	.ce_rsce_tabs .menu {
		margin-bottom: 25px;
	}
	
	.ce_rsce_tabs .menu .item {}
	
	.ce_rsce_tabs .items {
		margin-top: 25px;
	}
}

@-webkit-keyframes tab-item-in {
	0% {
		height: 0;
		opacity: 0;
	}
	
	100% {
		height: auto;
		opacity: 1;
	}
}

@keyframes tab-item-in {
	0% {
		height: 0;
		opacity: 0;
	}
	
	100% {
		height: auto;
		opacity: 1;
	}
}

@-webkit-keyframes tab-item-out {
	0% {
		height: auto;
		opacity: 1;
	}
	
	100% {
		height: 0;
		opacity: 0;
	}
}

@keyframes tab-item-out {
	0% {
		height: auto;
		opacity: 1;
	}
	
	100% {
		height: 0;
		opacity: 0;
	}
}

.ce_rsce_tabs.layout2 .wrap {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.ce_rsce_tabs.layout2 .wrap .menu {
	border: none !important;
	width: auto;
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ce_rsce_tabs.layout2 .wrap .menu .item {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	padding-top: 0;
	padding-bottom: 9.375px;
	font-size: 90%;
	font-weight: bold;
	border: none !important;
}

.ce_rsce_tabs.layout2 .wrap .items {
	text-align: center;
}

.ce_hyperlink .btn_img {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	color: #007c85;
	text-decoration: underline;
	text-decoration: none;
}

.ce_hyperlink .btn_img:hover {
	color: #007c85;
	text-decoration: underline;
}

.ce_hyperlink .btn_img:active {
	color: #000;
	text-decoration: underline;
}

.ce_hyperlink .btn_img img {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 25px;
}

.ce_hyperlink .btn_img span {
	display: inline-block;
}

.ce_hyperlink .btn_img:hover {
	text-decoration: underline;
}

.ce_hyperlink .btn_img:hover img {
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.mod_navigation, .mod_customnav {
	width: 100%;
}

.mod_navigation li, .mod_customnav li {
	display: inline-block;
	padding-left: 12.5px;
	padding-right: 12.5px;
	padding-top: 3.125px;
	padding-bottom: 3.125px;
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-left: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-left: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-right: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-right: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-top: 4.6875px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-top: 6.25px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-bottom: 4.6875px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-bottom: 6.25px;
	}
}

.mod_navigation li a, .mod_customnav li a {
	text-decoration: none;
}

.mod_navigation li a.icon, .mod_customnav li a.icon {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-decoration: none !important;
}

.mod_navigation li a.icon .icon, .mod_customnav li a.icon .icon {
	display: inline-block;
	font-size: 150%;
	line-height: 120%;
}

.mod_navigation li a.icon .icon span, .mod_customnav li a.icon .icon span {
	display: none !important;
}

.mod_navigation li a.icon span, .mod_customnav li a.icon span {
	display: none;
}

.mod_navigation li a .icon, .mod_customnav li a .icon {
	text-decoration: none !important;
}

.mod_navigation li a .icon:before, .mod_customnav li a .icon:before {
	display: inline-block;
	font-size: 300%;
	line-height: inherit;
}

.mod_navigation li ul, .mod_customnav li ul {
	display: none;
}

@media screen and (min-width:600px) {
	.mod_navigation, .mod_customnav {}
	
	.mod_navigation li a .icon:before, .mod_customnav li a .icon:before {
		font-size: 200%;
	}
}

