/* ********************************************** */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%!important;
	padding: 0px!important;
	margin: 0px!important;
	margin-top: 0px!important;
}

body {
	height: 100%;
	/* font-family: MSA-Grotesk, Arial, Helvetica, sans-serif; */
	font-weight: normal;
	background-color: #FFF!important;
	color: #544947;
	font-family: 'Roboto', Arial, Helvetica, sans-serif!important;
	font-size: 14px;
	padding: 0px!important;
	margin: 0px!important;
	/* position: relative; */
	overflow-x: hidden;
}

.modules {
	height: 100%;
	background-color: #BDB49F!important;
	background-image: url(../media/module.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}

#wpadminbar {
	position: fixed!important;
}

.grid-sizer { height: 0px!important; }
.posted-on, .byline, .cat-links  { display: none; }
.site-info { display: none; }
.edit-link { display: none; }
.post-navigation { display: none; }
#categories-2 { display: none; }
a:focus {
    outline: none;
}
button::-moz-focus-inner {
  border: 0;
}


/* ********************************************** */

.entry-title {
	display: none!important;
}


/* ********************************************** */

#slide-menu-open-wrapper {
	display: inline-block;
	position: fixed;
	z-index: 50;
	right: 0px;
	top: 0px;
	padding: 0px;
	width: 250px;
	padding-top: 30px;
	padding-left: 18px;
	text-align: left;
}

.slide-menu-open {
	display: inline-block;
	width: 35px;
	height: 30px;
	padding: 0px;
	text-decoration: none!important;
	cursor: pointer;
	background-image: url(../media/slide-menu-open.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 70px 30px;
}
@media (max-width: 900px) {
	
	#slide-menu-open-wrapper {
		width: 64px!important;
		padding-top: 13px!important;
		padding-right: 0px!important;
	}
	.slide-menu-open {
		width: 38px!important;
		height: 29px!important;
		background-size: 76px 29px!important;
	}
	
}
.slide-menu-open:hover {
	background-position: right top;
}

.side-menu-wrapper { /* style menu wrapper */
	overflow: hidden;
	position: fixed; /* Fixed position */
	top: 0;
	right: -250px; /* Sidebar initial position. "right" for right positioned menu */
	height: 100vh;
	z-index: 20000;
	transition: 0.5s; /* CSS transition speed */
	width: 100%;
	max-width: 250px;
	padding-left: 18px;
	padding-right: 18px;
	/*font-family: Arial, Helvetica, sans-serif; */
	font-size: 14px;
	padding-bottom: 0;
	background-color: #8CA38E;
	color: #FFF;
}
.side-menu {
	display: block;
	height: 100vh;
	position: relative;
}
@media (max-width: 1200px) {
	
	.side-menu-wrapper {
		right: -40%!important;
		max-width: 40%!important;
	}
	
}/*  */
@media (max-width: 768px) {
	
	.side-menu-wrapper {
		right: -100%!important;
		max-width: 100%!important;
	}
	
	.side-menu-wrapper { /* style menu wrapper */
		padding-left: 18px!important;
		padding-right: 18px!important;
	}
}
#side-menu-wrapper.openwrapper {
	right: 0px!important;
}
.side-menu-wrapper .side-menu > ul { /* css ul list style */
    list-style:none;
    padding:0;
    margin:0;
    /* overflow-y: auto; *//* enable scroll for menu items */
    width: 100%; /* this width will hide scroll bar */
    height:95%;
}

.side-menu-wrapper .side-menu > ul li > ul { /* css ul list style */
    list-style:none;
    padding:0;
    margin:0;
    overflow-y: auto; /* enable scroll for menu items */
    width: 100%; /* this width will hide scroll bar */
}
.side-menu-wrapper .side-menu > ul > li > a, .side-menu-wrapper .side-menu > ul > li > ul > li > a { /* links */
	display: block;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	padding: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
	
	.side-menu-wrapper .side-menu > ul > li > a, .side-menu-wrapper .side-menu > ul > li > ul > li > a { /* links */
		padding: 10px!important;
		line-height: 25px!important;
		font-size: 14px!important;
	}
	
@media (max-height: 900px) {	
}
@media (max-height: 700px) {
	
	.side-menu-wrapper .side-menu > ul > li > a, .side-menu-wrapper .side-menu > ul > li > ul > li > a { /* links */
		padding: 5px!important;
		padding-left: 20px!important;
		line-height: 25px!important;
		font-size: 14px!important;
	}
	#menu-close-wrapper .side-menu a.menu-close {
		line-height: 40px!important;
		padding-top: 20px!important;
	}
		
}
@media (max-height: 500px) {
	
	.side-menu-wrapper .side-menu > ul > li:nth-of-type(2) > a {
    	padding-top: 60px !important;
	}
	
	.side-menu-wrapper .side-menu > ul , .side-menu-wrapper .side-menu > ul > li > ul  {
		display: block!important;
		overflow: auto!important;
	}
	
	.side-menu-wrapper .side-menu > ul > li , .side-menu-wrapper .side-menu > ul > li > ul > li  {
		width: 50%!important;
		padding-right: 10px!important;
		float: left!important;
	}
}
.side-menu-wrapper .side-menu > ul > li:last-of-type > a, .side-menu-wrapper .side-menu > ul > li > ul > li:last-of-type > a {
	border-bottom-style: none;
}/**/

.side-menu-wrapper .side-menu > ul > li > a:hover, .side-menu-wrapper .side-menu > ul > li > ul > li > a:hover { /* links */
	color: #D6DED6;
}

#menu-close-wrapper {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	text-align: right;
}
#menu-close-wrapper a.menu-close { /* close button */
    color: #FFF;
    display: inline-block;
    font-size: 60px;
    text-decoration: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
#menu-close-wrapper a.menu-close:hover {
    color: #FFF!important;
}

.side-menu-overlay { /* overlay */
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 19999;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	opacity: 0;
	transition: opacity 1s;
}

.search-form {
    display: block;
    height: 29px;
    margin-bottom: 2.5rem;
    position: relative;
    width: 176px;
}
.search-form .search-field {
    background-color: #fff;
    border: 1;
    border-radius: 4px;
    color: #7b7a79;
    height: 100%;
    outline: 0;
    padding-left: 42px;
    padding-right: 12px;
    width: 100%;
}
input[type="search"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}
.search-form .search-submit {
	background-color: transparent;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOC41OSIgdmlld0JveD0iMCAwIDE4IDE4LjU5Ij48dGl0bGU+aWNvbi1zZWFyY2gtZ3JleTwvdGl0bGU+PGNpcmNsZSBjeD0iMTEuMDciIGN5PSI2LjkzIiByPSI1LjkzIiBmaWxsPSJub25lIiBzdHJva2U9IiNjNGM0YzMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PGxpbmUgeDE9IjYuNjMiIHkxPSIxMS45NiIgeDI9IjEiIHkyPSIxNy41OSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYzRjNGMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
	background-size: 18px 18px;
	border: 0;
	height: 18px;
	left: 12px;
	outline: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px!important;
	background-repeat: no-repeat;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-appearance: button;
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button:hover {
	background-color: inherit!important;
}

#bottom-content {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 18px;
}

/* ********************************************** */

#bannerimage {
	display: block;
	position: relative;
	width: 100%;
	height: 334px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover!important;
	background-color: #666;
	color: #FFF;
}
#bannertextwrapper
{   
	display: block;
	position: absolute;
	top: 0px; 
	width: 640px;
	left: 50%;
	margin-left: -320px;
	text-align: center;

}
#bannertext
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 640px;
	height: 100%;
	min-height: 334px;
}
#bannertext h1 {
	display: block;
	font-size: 80px;
	font-weight: bold;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
#bannertext h1 b {
	display: block;
	font-size: 26px;
}
@media only screen and (max-width: 768px) {
	
	#bannertext h1 {
		font-size: 50px!important;
	}
	
}

/* ********************************************** */

#headerwrapper {
	display: block;
	width: 370px;
	height: 83px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 101;
}
#header {
	display: block;
	z-index: 103;
	width: 370px;
	height: 83px;
	background-image: url(../media/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header a {
	display: block;
	width: 370px;
	height: 83px;
}

/* ********************************************** */

#frame {
	display: block;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bubblewrapper {
	display: block;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 100vh;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 125vh 125vh;
	background-image: url(../media/bubble.svg);
}

@media screen and (max-width: 660px) {
	
	#frame {
		height: auto!important;
		min-height: 100vh!important;
	}
	#bubblewrapper {
		display: block!important;
		width: 100vw!important;
		height: auto!important;
		min-height: 100vh!important;
		position: inherit!important;
		left: inherit!important;
		top: inherit!important;
		background-image: none!important;
		background-color: rgba(255,255,255,0.7)!important;
	}
	
}
#bubble {
	display: block;
	max-height: 100vh;
	padding: 100px;
	padding-left: 110px;
	padding-right: 110px;
	overflow: auto;
}

#bubble.home h1 {
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
	
}
#bubble.home h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
	
	#bubble {
		padding: 100px!important;
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	#bubble.home h2 {
		font-size: 16px!important;
		padding-bottom: 25px!important;
	}
	
}
#bubble.home a {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #8CA38E;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s;
}
#bubble.home a:hover {
	opacity: 0.8;
}

/* ****************************************************************** */

/* ****************************************************************** */

.slider-for-wrapper {
	display: block;
	position: relative;
}

.slick-prev {
	width: 70px!important;
	height: 70px!important;
	background-color: rgba(172,92,50,0.80)!important;
	left: -35px!important;
	top: 150px!important;
	z-index: 100!important;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-image: url(../media/slick-prev.png)!important;
	background-repeat: no-repeat!important;
	background-position: right center!important;
}
.slick-next {
	width: 70px!important;
	height: 70px!important;
	background-color: rgba(172,92,50,0.80)!important;
	right: -35px!important;
	top: 150px!important;
	z-index: 100!important;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	background-image: url(../media/slick-next.png)!important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
}
.slick-prev::before, .slick-next::before {
	display:none!important;
}
.slider-for {
	display: block;
}
.slick-container {
	display: inline-block;
	min-height: 410px;
	padding: 12px;
	text-decoration: none;
	color: #544947!important;
	font-size: 12px;
}
.slick-container:hover {
	text-decoration: none;
	color: #52526E!important;
}
.display {
	display: block;
	position: relative;
	height: 300px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.filter {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 300px;
	background-color: rgba(0,0,0,0.6);
	color: #FFF!important;
	text-align: center;
	opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s;
}
.slick-container:hover .filter {
	opacity: 1;
}
.filter b {
	display: inline-block;
	background-color: #8CA38E;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.slick-container strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #52526E!important;
}

/* ****************************************************************** */

#modulewrapper {
    display: block;
    padding-top: 100px;
    padding-bottom: 20px;
	text-align: center;	
}

#modulewrapper h1 {
	font-weight: bold;
	font-size: 22px;
	color: #52526E;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.entry-content {
	margin: 0px!important;
	padding: 0px!important;
}
.sectionwrapper {
    display: block;
    padding-top: 40px;
    padding-bottom: 65px;
}
.section {
    display: block;
    width: 100%;
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
    text-align: center;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

@media screen and (max-width: 960px) {
	
	#modulewrapper {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	
	.sectionwrapper {
		padding-top: 25px!important;
		padding-bottom: 25px!important;
	}
	.section {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	
}
.swhite {
	background-color: #FFF;
}
/* ********************************************** */

.bborder {
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 14px!important;
	padding-bottom: 0px!important;
}
.rborder {
	display: block;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
}
.tborder {
	display: block;
	padding-top: 25px!important;
	margin-top: 25px!important;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}

#modulecategorysearch {
	display: block;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#modulecategorysearch a {
	color: #BDB49F;
	text-decoration: none;
	margin-left: 18px;
	margin-right: 18px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#modulecategorysearch a.selected {
	color: #544947;
	border-bottom-color: #544947;
}
#modulecategorysearch2 {
	display: none;
	text-align: center!important;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
 /* The container must be positioned relative: */
.custom-select {
	width: auto!important;
	font-family: "agenda-medium", Arial, Helvetica, sans-serif;
	color: #005D83;
	font-size: 16px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
@media (max-width: 992px) {
	
	#modulecategorysearch {
		display: none!important;
	}
	#modulecategorysearch2 {
		display: block!important;
	}
	
}

/* ********************************************** */

@media (max-width: 1200px) {
	
	#bubblewrapper4.whatsnext {
		display: block!important;
		float: none!important;
		width: 100%!important;
		overflow: auto!important;
	}
	
	#bubblewrapper2.whatsnext {
		display: block!important;
		float: none!important;
		width: 100%!important;
		overflow: auto!important;
	}
	#bubblewrapper2.whatsnext #bubble {
		display: block!important;
		float: none!important;
		width: 100%!important;
		overflow: auto!important;
	}

}
/* ********************************************** */

	#slink2wrapper {
		display: block;
		overflow: auto;
		padding-bottom: 120px;
	}
	a.slink2 {
		display: block;
		float: left;
		color: #52526E!important;
		text-decoration: none;
		position: relative;
		width: 143px;
		height: 230px;
		margin: 15px;	
	}
	a.slink2 span {
		display: block;
		height: 30px;
		line-height: 30px;
		text-align: left;
		padding-bottom: 160px;
		font-weight: bold;
	}
	a.slink2 div.img {
		display: block;
		position: absolute;
		z-index: 10;
		left: 0px;
		top: 30px;
		width: 100%;
		height: 126px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: 1;
		transition: opacity 0.5s;
	}
	a.slink2 div.txt {
		display: block;
		width: 100%;
		height: 80px;
		overflow: hidden;
		line-height: 20px;
	}
	a.slink2:hover {
		text-decoration: none;
	}
	a.slink2:hover div.img {
		opacity: 0.5;
	}
	
	.callstoaction {
		display: block;
		height: 80px;
	}
	.callstoaction div {
		display: inline-block;
		width: 250px;
		height: 80px;
		overflow: auto;
		float: left;
	}
	.callstoaction div span {
		display: inline-block;
		height: 80px;
		padding-left: 15px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.callstoaction a {
		display: inline-block;
		width: 80px;
		height: 80px;
		line-height: 80px;
		background-color: #52526E;
		color: #FFF;
		text-decoration: none;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		text-align: center;
		float: left;
		margin-right: 25px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
	}
	.callstoaction div a {
		background-color: #8CA38E;
		margin-right: 0px;
	}
	.callstoaction a:hover {
		color: #FFF!important;
		text-decoration: none!important;
	}

/* ********************************************** */