.group-branches-group {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ieeegroup-box {
	width: 250px;
	height: 125px;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	background: #e2f1fb;
	background: linear-gradient(147deg,rgba(203, 230, 247, 1) 0%, rgba(226, 241, 251, 1) 97%);
}
.ieeegroup-box:hover {
	opacity: 0.85;
}
.ieeegroup-box .ieeegroup-innerbox {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ieeegroup-box .ieeegroup-innerbox .ieeeimage-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	justify-content: center;
}
.ieeegroup-box .ieeegroup-innerbox .ieeeimage-container .ieeeimage {
	height: 80%;
	width: auto;
	padding: 10px 0;
}
.ieeegroup-box span {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	width: 100%;
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ieeegroup-box a {
	text-align: center;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	color: #0071a6;
	z-index: 2;
}
.ieeegroup-box a:hover {
	opacity: 0.85;
	color: inherit;
}

.ieegroup-stb .ieeegroup-innerbox {
	background-image: url('./img/char_st.svg');
	background-position-x: -20%;
	background-position-y: 10%;
	background-size: 55%;
	background-repeat: no-repeat;
}

.ieegroup-cht .ieeegroup-innerbox {
	background-image: url('./img/char.svg');
	background-position-x: -20%;
	background-position-y: 10%;
	background-size: 55%;
	background-repeat: no-repeat;
}

/*EDIT*/
.ieeegroup-box-edit {
	width: 300px;
	height: 100px;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	background-color: #e2f1fb;
	-ms-flex-align: center;
	align-items: center;
}
.ieeegroup-edit-img-box {
	width: 30%;
	height: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	position: relative;
}
.ieeegroup-edit-img-box:before {
	content: 'OBR';
	position: absolute;
	font-weight: bold;
	z-index: 1;
	width: 100%;
	color: #0071a6;
	opacity: 0.5;
}
.ieeegroup-box-edit img {
	max-width: 100% !important;
	height: auto !important;
	z-index: 2;
}

.ieeegroup-box-edit .ieeegroup-innerbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.ieeegroup-box-edit .ieeegroup-innerbox input {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25%;
	width: 100%;
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0071a6;
}

.fbposts_block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fafafa;
}
.fbposts_block .posts-block-inner {
	-moz-columns: 1;
	columns: 1;
}
.fbposts_block .postblocks {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fbposts_block h2 {
	font-size: 18px;
	font-weight: bold;
	background-color: #4366b3;
	padding: 8px 20px;
	color: white;
	text-align: center;
}
.fbposts_block .linkblock {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.fbposts_block .linkblock a {
	font-size: 18px;
	font-weight: bold;
	background-color: #4366b3;
	padding: 8px 20px;
	color: white;
}
.fbposts_block .fbpost {
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 10px;
	box-shadow: 0px 7px 9px 1px rgba(0, 0, 0, 0.1);
}
.fbposts_block .fbpost .fbposts-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-title {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	background-color: #4366b3;
	color: white;
	padding: 10px 20px;
	font-weight: 400;
	line-height: 1;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-title .fbname {
	line-height: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-title .fbname h5 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: white;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-title a {
	background-color: white;
	color: #4366b3;
	font-weight: 600;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-title img {
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-right: 5px;
}
.fbposts_block .fbpost .fbposts-inner a {
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-image {
	width: 100%;
	padding: 20px 40px;
	background-color: #fafafa;
	text-align: center;
	display: block;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-text {
	width: 100%;
	padding: 20px;
}
.fbposts_block .fbpost .fbposts-inner .fbpost-text p {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.fbposts_block .fbpost-first {
	max-width: 900px;
}
.fbposts_block .fbpost-first .fbposts-inner .fbpost-image img {
	max-width: 800px;
}

.vtgallery-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 20px 0;
}
.vtgallery-block .vtgallery-item a {
	display: -ms-flexbox;
	display: flex;
	width: 320px;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0071a6;
	font-size: 24px;
}
.vtgallery-block .vtgallery-item a span {
	display: none;
	word-break: break-all;
	padding-left: 10px;
	padding-right: 10px;
}
.vtgallery-block .vtgallery-item a:hover span {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hidenposts {
	display: none !important;
}

.disabledlink {
	cursor: not-allowed;
	background-color: #404040 !important;
	opacity: 0.5 !important;
	text-decoration: none;
	pointer-events: none;
}

.toggle-block {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.toggle-block #toggle-posts {
	font-size: 15px;
	font-weight: bold;
	background-color: #4366b3;
	opacity: 0.9;
	padding: 8px 15px;
	color: white;
}
.toggle-block #postsshow {
	font-size: 15px;
	font-weight: bold;
	background-color: #4366b3;
	opacity: 0.9;
	padding: 8px 15px;
	color: white;
	opacity: 0.75;
}

@media (max-width: 768px) {
	.fbposts_block .posts-block-inner {
		-moz-columns: 1;
		columns: 1;
	}
} /*# sourceMappingURL=groupblock.css.map */

/* Section template block */
.type-sections h1 {
	font-size: 32px;
}
.sectionblocktemp {
}
.sectionblocktemp .sectionlogo {
}
.sectionblocktemp .sectionlogo img {
	max-height: 125px;
	height: 100%;
	width: auto;
}
.sectionblocktemp .sectioninfoboxes {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between !important;
}
.sectionblocktemp .sectionposts {
	background-color: #fafafa;
	padding: 15px;
}
.sectionblocktemp .sectioninfoboxes ul {
	list-style-type: none;
}
.sectionblocktemp li {
	position: relative;
}
.sectionblocktemp .sectioninfoboxes ul.sectionlinks li::before {
	content: '🔗';
	display: inline-block;
	left: -25px;
	font-size: 18px;
	position: absolute;
}
.sectionblocktemp li::marker {
	content: '';
}
.sectionblocktemp hr {
	background-color: #0071a6;
	opacity: 0.85;
}
