body {
	font-family:  Raleway, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
	overflow-x: hidden;
	background-image: url('/application/themes/theme/images/bgpattern.png')
}

body.theme1 {
	background-color: #eee;
}


body.theme2 {
	background-color: #fff;
}

.mywrapper h2{
	font-weight: 900;
	color: #7aa058;
	margin-bottom: 20px;
	margin-top: 30px;
	position: relative;
}

.mywrapper h2:before {
	content: "arrow_forward";
	font-family: "Material Icons";
	margin-left: -50px;
	margin-top: 2px;
	position: absolute;
	font-size: 30px;
	color: rgba(0,0,0,0.3);
}

.ccm-edit-mode .mywrapper h2:before  {
	display: none;
}

.mywrapper h3 {
	font-weight: 900;
	color: #555;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	.mywrapper h2{
		font-size: 1.6rem;
	}
	.mywrapper h3{
		font-size: 1.3rem;
	}

}

.ccm-image-block {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.mywrapper p {
	font-size: 1.1rem;
}

.topbar {
	width: 100%;
	height: 60px;
	z-index: 1;
	background-color: #fff;
}

.mywrapper a {
	/*transition: all 0.2s !important;*/
	color: #7aa058;
}

.mywrapper a:hover {
	/*transition: all 0.2s !important;*/
	text-decoration: none;
	color: #62c422;
}

.logo img {
	width: 160px;
	height: auto;
	margin-top: 15px;
}

.mywrapper .btn {
	font-weight: bold;
	padding: 8px 20px 12px 20px;
}

.mywrapper .btn-primary {
	background-color: #64a53a;
	border-color: #64a53a;
}


.mywrapper .btn-primary:hover {
	background-color: #62c422;
	border-color: #62c422;
}

.title-container {
	padding: 20vh 0 5vh 0;
	background-color: #eee;
	overflow: hidden;
	position: relative;
    z-index: 0;
    box-shadow: inset 0px 23px 67px -56px rgba(0,0,0,0.95);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-container .btn {
	margin: 10px 10px;
}


.subpage .title-container {
	background-size: cover;
	background-color: #ccc;
	padding: 0;
	display: flex;
	min-height: 500px;
	align-items: center;
}

.card-img-top {
	object-fit: cover;
	height: 20vw;
	min-height: 250px;
	max-height: 350px;
}

.title-container h1 {
	padding: 0 10vw;
	margin: -120px 0 10px 0;
	color: #fff;
	font-size: 4rem;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	font-family: "Outfit";
}

.title-container p {
	padding: 0 11vw;
	color: #fff;
	font-size: 1.5rem;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	line-height: 140%;
}

.subpage .title-container h1 {
	margin: 10px 0 10px 0;
	line-height: 94%;
}

.subpage .title-container p {
	font-size: 1.4rem;
}

.title-container .btn {
	margin-bottom: 10px;
	z-index: 2;
	position: relative;
}

.card-container {
	margin-bottom: 30px;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.title-container h1 {
		padding: 0 8vw;
		font-size: 5rem;

	}

	.title-container {
		padding: 15vh 0 5vh 0;
	}
}

a {
	transition: background-color 0.2s, color 0.2s;
}

a:hover {
	transition: background-color 0.2s, color 0.2s;
}

.somenav {
	display: inline-block;
	margin-right: 30px
}

.somenav a {
	font-size: 24px;
	margin-left: 7px;
	position: relative;
	top: 5px;
}

.mainnav {
	display: inline-block;
	margin-left: 30px;
}

.langnav {
	margin-top: 20px;
	display: inline-block;
}

.langnav a {
	color: #64a53a;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	border: 1px solid #64a53a;
	width: 28px;
	height: 24px;
	text-align: center;
	line-height: 22px;
	position: relative;
	opacity: 0.9;
}

.langnav a:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.1);
	opacity: 1;
	color: #62c422;
}

.langnav a.active:hover {
	background-color: #64a53a;
	text-decoration: none;
}

.langnav a.active {
	opacity: 0.7;
	background-color: #64a53a;
	color: #fff !important;
}

.langnav a.active:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	bottom: -14px;
	color: #64a53a;
}

.btn-menu {
	color: #64a53a;
	display: block;
	font-size: 14px;
	font-weight: bold;
	opacity: 0.9;
	padding-right: 5px;
	line-height: 26px;
	position: relative;
	top: 1px;
}

.btn-menu:hover {
	opacity: 1;
	text-decoration: none;
	color: #fff;
}

.btn-menu .material-icons {
	font-size: 30px;
	position: absolute;
	margin-left: 5px;
	bottom: -2px;
}

a .material-icons {
	position: relative;
	bottom: -5px;
}

.card-title {
	font-weight: 900;
	font-family: Raleway;
}

.profilepic img {
	width: 100px;
	height: auto
}

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

	.topbar {
		height: 50px;
	}

	.title-container h1 {
		padding: 3rem 5vw 2rem 5vw;
		font-size: 3rem;
		line-height: 3rem;
	}

	.title-container p {
		padding: 0 3vw;
		color: #fff;
		font-size: 1.2rem;
	}

	.title-container {
		padding: 15vh 0 3vh 0;
	}

	.subpage .title-container {
		padding: 0;
		min-height: 250px;

	}

	.logo img {
		margin-top: 14px;
		margin-left: -15px;
		width: 120px;
	}

	.btn-menu {
		margin-left: -15px;
		padding-right: 0;
	}

	.btn-menu .text {
		display: none;
	}

	.btn-menu .material-icons {
	    font-size: 28px;
	    position: absolute;
	    bottom: -1px;
	    right: -20px;
	}

	.frontpage .card-container {
		margin: 10px 0px;
	}

	.somenav {
		margin-right: 9px;
		padding: 0;
		line-height: 24px;
		position: relative;
		top: -9px;
	}

	.somenav a {
		margin-left: 2px;
		font-size: 20px
	}

	.langnav a {
		width: 22px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
	}

	.langnav a.active:after {
	    left: 8px;
	    bottom: -12px;
	}

	.langnav {
		position: relative;
		top: -8px;
	}

	.mainnav {
		margin-left: 13px;
	}


}

@media screen and (min-width: 768px) {
	.profilepic img {
		width: 110%;
		height: auto
	}
}

@media screen and (max-width: 767px) {
	.profilepic {
		margin: 20px 0 0 0;
	}
	.profile {
		margin: 10px 0;
	}
}

.footer {
	box-shadow: inset 0px 23px 67px -56px rgba(0,0,0,0.65);
	background-color: #fff;
	padding-top: 30px;
	margin-top: 30px;
	font-size: 0.9rem;
	padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.footer .container {
		padding-left: 0;
	}
}

.footer p {
	font-size: 0.9rem;
}

.profile .name {
	font-weight: bold;
	margin-bottom: 0;
}

.profile .description {
	font-size: 0.8rem;
	margin-top: 8px;
}

.footer a {
	color: #333 !important;
}

.footer a:hover {
	color: #7aa058 !important;
}

.profile .material-icons {
	position: relative;
	top: 3px;
	font-size: 16px;
	opacity: 0.6
}

.mywrapper .card-text {
	font-size: 0.9rem;
	color: #333;
}

.card-body {
	color: #333;
	background-color: #fff;
}

a.card {
	transition: all 0.2s;
}

a.card:hover {
	text-decoration: none;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	transition: all 0.2s;
}

.mywrapper a.btn {
	color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.card-text {
		font-size: 0.8rem;

	}

	.card-title {
		font-size: 0.9rem;
	}
	.footer {
		font-size: 0.7rem;
	}

	.profile .description {
		font-size: 0.7rem;
	}
}

.cards {
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	.cards {
		padding-top: 20px;
	}
}

.mywrapper .btn-close-menu {
	color: #333;
	padding: 10px;
}

.mywrapper .btn-close-menu:hover {
	cursor: pointer;
	color: #888;
}



.btn-close-menu i {
	font-size: 30px;
}

.menu-container {
	position: fixed;
	top: 0;
	right: -500px;
	width: 300px;
	height: 100vh;
	z-index: 3;
	background-color: #fff;
	box-shadow: -21px 0px 40px 0px rgba(0,0,0,0.55);
	transition: all 0.3s;
}

.ccm-toolbar-visible .menu-container {
	top: 48px;
}

.menu-container.active {
	right: 0;
	transition: all 0.3s;
}

.menu-container ul {
	margin: -5px 0 0 0;
	padding: 0;
	display: block;
}

.menu-container li {
	list-style-type: none;
}

.menu-container a {
	display: block;
	padding: 7px 15px;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #ddd;
}

.menu-container a.nav-path-selected {
	color: #000;
}

.subpage .lead {
	font-weight: 500;
	font-size: 1.6rem;
}

.indent-block {
	padding: 30px 0;
}

.full-width-block {
	background-color: #e9f2f7;
	padding: 50px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}

@media screen and (max-width: 767px) {
	.indent-block {
		padding: 0 15px;
	}
}

img.responsive {
	width: 100%;
	height: auto;
}

.news ul {
	margin: 25px 0 0 0;
	padding: 0;
}

.news li {
	margin: 0 0 10px 30px;
	padding: 0 0 10px 0;
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
}

.news li:before {
	font-family: "Material Icons";
	content: "arrow_forward";
	position: absolute;
	margin-left: -30px;
	color: #64a53a;
}

.news li:last-child {
	border-bottom: none;

}

.logo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-top: 10px;
}

.logo-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s;
}


@media screen and (max-width: 767px) {
	.logo-grid {
		margin-top: 20px;
		grid-gap: 10px 20px;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

div.ccm-panel-content ul.nav li, div.ccm-panel-content menu li {
    width: 100%;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin: 0rem auto 1rem auto;
    padding: 1rem 1rem 1rem 1rem;
    background-color: #fff;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
    border: 8px solid #fff;
}

.gallery-item:nth-child(3n) {
	grid-row: span 2;
    grid-column: span 1;
}

.emphasize {
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2), inset 8px 0px 0px 0px #7aa058;
	padding: 30px 30px 15px 50px;
	border-radius: 6px;
	margin: 30px 0;
}

.emphasize ul {
	margin: 0;
	padding: 0 0 0 23px;
}

.emphasize li {
	list-style-type: none;
	margin: 0 0 15px 0;
	position: relative;
}

.emphasize li:before {
	content: "\f111";
	font-family: FontAwesome;
	color: #b5312a;
	position: absolute;
	font-size: 10px;
	margin-left: -20px;
	margin-top: 4px;
}


@media screen and (max-width: 767px) {
	.gallery-grid {
		grid-template-columns: 1fr 1fr;
	}

	.gallery-grid img {
	    border: 4px solid #fff;
	}

	.gallery-item:nth-child(3n) {
		grid-row: span 1;
	    grid-column: span 1;
	}

	.emphasize ul {
		padding: 0 0 0 5px;
	}

}

.menu {
	border-radius: 20px;
	border: 6px dashed #fff;
	padding: 50px 0;
	margin: 20px 0;
	background-color: rgba(0,0,0,0.05);
	position: relative;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-style: italic;
	font-size: 1.2rem;
	margin: 0;
}

.menu li:after {
	content: "\f005 \f005 \f005";
	font-family: FontAwesome;
	display: block;
	width: 100%;
	margin: 15px 0 15px 0;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 8px;
	opacity: 0.2
}

.menu li:last-child:after {
	display: none;
}

@media screen and (max-width: 767px) {
	.menu {
		padding: 30px;
	}

	.menu li {
		font-size: 1rem;
	}
}

.citation-container {
	padding-left: 60px;
}

.citation-container em {
	font-size: 1.4rem;
	color: #777;
}

.citation-container em:before {
	position: absolute;
	content: "format_quote";
	font-family: "Material Icons";
	color: rgba(0,0,0,0.2);
	font-size: 40px;
	margin-left: -50px;
	margin-top: -13px;
	font-style: normal;
}

.profile-pic {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.profile-container p {
		font-size: 0.9rem;
	}

	.profile-pic {
		margin-top: 10px;
	}

	.citation-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.citation-container .em {
		font-size: 1.2rem;
	}
}


