/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.btn-arrow-right .elementor-heading-title a {}
.btn-arrow-right .elementor-heading-title a:hover {color:#091D2A;}
.btn-arrow-right .elementor-heading-title a:after { 
	content:"";
	display:inline-block;
	opacity:1;
	height:13px;
	width:30px;
	margin:2px 0 0 5px;
	color:#091D2A;
	border-left:2px solid #091D2A;
	background:url(images/icon-arrow-right.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
	background-position-x:1px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s linear ease-in-out;
}
.btn-arrow-right .elementor-heading-title a:hover:after {background-position-x:10px;}

.btn-arrow-right.arrow-white .elementor-heading-title a:hover {color:#fff;}
.btn-arrow-right.arrow-white .elementor-heading-title a:after { 
	content:"";
	display:inline-block;
	opacity:1;
	height:13px;
	width:30px;
	margin:2px 0 0 5px;
	color:#fff;
	border-left:2px solid #fff;
	background:url(images/icon-arrow-right-white.svg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
	background-position-x:1px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s linear ease-in-out;
}
.btn-arrow-right.arrow-white .elementor-heading-title a:hover:after {background-position-x:10px;}





.btn-download .elementor-heading-title a {padding-right:28px;}
.btn-download .elementor-heading-title a:hover {color:#091D2A;}
.btn-download .elementor-heading-title a:after { 
	content:"";
	display:inline-block;
	position:absolute;
	bottom:4px;
	opacity:1;
	height:15px;
	width:15px;
	margin-left:8px;
	margin-right:10px;
	color:#091D2A;
	background:url(images/icon-download.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s linear ease-in-out;
}
.btn-download .elementor-heading-title a:hover:after {
	/*background-position-x:10px;*/
	content:"";
	display:inline-block;
	position:absolute;
	bottom:4px;
	opacity:1;
	height:18px;
	width:15px;
	margin-left:8px;
	color:#091D2A;
	background:url(images/icon-download-hover.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
}



#top-lang-select .gtranslate_wrapper .gt_selector {
	font-size:10.5px;	
	background-color:var( --e-global-color-text );
	color:#fff;
	border-radius:5px;
	border:1px solid #fff;
	padding:3px 0 3px 10px
}
.home #asma-blue-banner .asma-language .gt_selector {background-color:#000000cf;}

#asma-blue-banner {
	background-color:#091D2A;
	min-height:40px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	z-index:21;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

#asma-blue-banner .banner-container {
	max-width:1140px;
	width:100%;
	margin:0 auto;
	padding:8px 0 8px 0;
	color:#fff;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:end;
	position:relative;
}
#asma-blue-banner .asma-member-actions {
	background-color:#F6671B;
	border-radius:5px;
	color:#fff;
	padding:5px 10px;
	display:inline-block;
	font-size:10.5px;
	margin-right:20px;
	display:flex;
	flex-direction:row;
	align-items:center;
	column-gap:12px;
	row-gap:10px;
}
#asma-blue-banner .asma-member-actions a {color:#fff;text-decoration:none;display:flex;flex-direction:row;}

#asma-blue-banner .member-login-link:before {
	content: "";
    display: inline-block;
    background: url(images/icon-login.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 20px;
    height: 13px;
}

#asma-blue-banner .member-join-link:before {
	content: "";
    display: inline-block;
    background: url(images/icon-circle-user-round.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 20px;
    height: 13px;
}

#asma-blue-banner .asma-language {width:150px;}
#asma-blue-banner .asma-language .gt_selector {
	font-size:10.5px;
	background-color:#091D2A;
	border:1px solid #fff;
	border-radius:5px;
	padding:5px 10px;
	color:#fff;	
}


#asma-site-header {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	position:relative;
	max-width:1160px;
	margin:0 auto;
	width:100%;
	height:112px;
	padding:20px 10px 20px 10px;
	z-index:20;
}

.asma-logo-container .site-logo img {width:115px;height:auto;}

@media only screen and (max-width:620px) {
	#asma-blue-banner .asma-language {width:100px;}
	
	#asma-blue-banner .banner-container {
		justify-content:space-between;
	}

}



@media only screen and (min-width:1400px) {
	.asma-logo-container {margin-left:-115px;}
}

.asma-mega-menu {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;	
	font-size:15px;
	font-weight:500;
}
.asma-mega-menu > ul {padding:0;}
.asma-mega-menu .menu li {list-style:none;padding:3px 5px 3px 5px;}

.asma-mega-menu .menu {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.asma-mega-menu .menu a {text-decoration:none;}
.asma-mega-menu .menu > li {padding:10px 20px;}
.asma-mega-menu .menu:last-child > li:last-child {padding-right:0;}
.asma-mega-menu .menu > li a {padding-top:10px;padding-bottom:10px;height:100%;}
.asma-mega-menu .menu > li a:hover {text-decoration:underline;}

/* top level menu links */
.asma-mega-menu .menu > li > a {display:block;padding-top:40px;padding-bottom:40px;}


.asma-mega-menu .mega-sub-menu li.current-menu-item > a {text-decoration:underline;}

.asma-mega-menu .mega-sub-menu {
	display: none;
	position: absolute;
	left: 0;
	/*top: 100%;*/
	width: 100%;
	min-height:200px;
	background: #f9f9f9;
	padding: 30px;
	z-index: 999;
	border-radius:5px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	flex-wrap: wrap;	
	
	flex-direction:row;
	justify-content:space-between;
	

	z-index:10;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	background: rgb(255 255 255 / 67%);    
}

.asma-mega-menu .menu > .menu-item-has-children:hover > .mega-sub-menu {
    display: flex;
}

.asma-mega-menu .mega-sub-menu > ul {
	max-height:200px;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	row-gap:10px;
	column-gap: 40px;
	
	padding-left:20px;
	width:78%;
	align-content:space-evenly;
	/*align-items:center;*/
}

.asma-mega-menu .mega-sub-menu > ul {align-content:normal;padding-left:60px;}

.asma-mega-menu .menu-sm .mega-sub-menu {min-height:120px;}
.asma-mega-menu .menu-sm .mega-sub-menu > ul {max-height:120px;}

.asma-mega-menu .menu-md .mega-sub-menu {min-height:250px;}
.asma-mega-menu .menu-md .mega-sub-menu > ul {max-height:250px;}

.asma-mega-menu .menu-lg .mega-sub-menu {min-height:390px;}
.asma-mega-menu .menu-lg .mega-sub-menu > ul {max-height:390px;}


@media only screen and (max-width:1140px) {
	.asma-mega-menu .mega-sub-menu > ul {
		max-height:350px;
		column-gap: 10px;		
		padding-left:0px;
		align-content:space-evenly;
	}
}

.asma-mega-menu .mega-sub-menu > ul > li {
	max-width:300px;
	width:30%;
}

.asma-mega-menu .mega-sub-menu > ul > li > a {
	font-weight:bold;	
}


.asma-mega-menu .mega-sub-menu .sub-menu {
	padding-left:20px;
	padding-top:10px;
}

.asma-mega-menu .mega-sub-menu .mega-sub-menu-addition {
	border-left:1px solid #091D2A;
	padding-right:15px;
	padding-left:15px;
	min-width:150px;
	width:21%;
}


.asma-menu-toggle {display:none;}
.asma-menu-toggle .menu-toggle-link {width:30px;height:30px;padding:5px;display:block;position:relative;}
.asma-menu-toggle .menu-toggle-icon svg {width:20px;height:20px;}

.asma-menu-toggle .menu-toggle-icon {position:absolute;}
.asma-menu-toggle .menu-toggle-icon.menu-open {opacity:1;}
.asma-menu-toggle .menu-toggle-icon.menu-close {opacity:0;}

.asma-menu-toggle .menu-toggle-link.menu-active .menu-open {opacity:0;}
.asma-menu-toggle .menu-toggle-link.menu-active .menu-close {opacity:1;}


@media only screen and (max-width:1024px) {
	.asma-menu-toggle {display:block;}
	
	.asma-mega-menu {
		display:none;
		flex-direction:column;
		align-items:normal;
		padding-bottom:30px;
	}
	.asma-mega-menu {position:absolute;top:100%;left:0;width:100%;background-color:#efefef;box-shadow:0 5px 20px rgba(0,0,0,0.3);}
	.asma-mega-menu .menu {flex-direction:column;align-items:normal;}
	.asma-mega-menu .menu:last-child > li:last-child {padding-right:20px;}
	
	.asma-mega-menu .mega-sub-menu {
		position:relative;display:flex;flex-direction:column;min-height:auto;
		padding:10px;
		box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:inherit;
	}
	.asma-mega-menu .mega-sub-menu > ul {flex-wrap:nowrap;max-height:none;padding-left:10px;row-gap:2px;}

	.asma-mega-menu .menu-sm .mega-sub-menu {min-height:auto;}
	.asma-mega-menu .menu-md .mega-sub-menu {min-height:auto;}
	.asma-mega-menu .menu-lg .mega-sub-menu {min-height:auto;}
	.asma-mega-menu .menu-sm .mega-sub-menu > ul {max-height:none;}
	.asma-mega-menu .menu-md .mega-sub-menu > ul {max-height:none;}
	.asma-mega-menu .menu-lg .mega-sub-menu > ul {max-height:none;}
	
	.asma-mega-menu .mega-sub-menu > ul > li {max-width:100%;width:auto;}
	
	.asma-mega-menu .mega-sub-menu .mega-sub-menu-addition {display:none;}
	
	/* top level menu links */
	.asma-mega-menu .menu > li > a {display:block;padding-top:10px;padding-bottom:10px;}
	
	
}



/*
.main-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    background: #fff;
}

.main-menu > li {
    position: relative;
}

.mega-sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100vw;
    background: #f9f9f9;
    padding: 30px;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    flex-wrap: wrap;
}

.has-mega-menu:hover > .mega-sub-menu {
    display: flex;
}

.mega-sub-menu > li {
    width: 25%;
    padding: 10px;
}
*/


.login-area {
	background:#fff; 
	width:240px; 
	position:absolute; 
	top:50px; 
	margin-left:-24px;
	padding:10px; 
	/*box-shadow: rgba(0,0,0,.5)0px 0px 5px; */
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	display:none;
	z-index:20;
	border-radius:5px;
	border:1px solid #fff;

	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	background: rgb(255 255 255 / 80%);
}
/*
.login-area:before{content:''; border-bottom:10px solid #dedede; border-left:10px solid transparent; border-right:10px solid transparent; position:absolute; left:108px; top:-10px;}
*/
.login-area .logintitle {text-align:center;font-size:10.5px;padding:10px 5px;}
.login-area .top-box{width:100%; color:#091D2A;}
.login-area .top-box .button {background-color:#F6671B;border:0;color:#fff;padding:5px 20px;font-size:10.5px;}
.login-area .login-btn-container {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
}
#asma-blue-banner .asma-member-actions .top-box a {color:#F6671B;}
.login-area .input { background: #fff; width:100%; height:32px; line-height:22px; padding: 5px 12px; font-size: 15px; color: #091D2A; border:1px solid #ccc; border-radius:5; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; margin-bottom:5px;}
.login-area .input:focus {box-shadow:rgba(51,102,153,.5)0px 0px 3px inset;}
.login-area .input::-webkit-input-placeholder {color:#ccc;opacity:1;}
.login-area .input:-moz-placeholder {color:#ccc;opacity:1;}
.login-area .input::-moz-placeholder {color:#ccc;opacity:1;}
.login-area .input::-ms-input-placeholder {color:#ccc;opacity:1;}
.login-area .input:-ms-input-placeholder {color:#ccc;opacity:1;}
.login-area .bottom-box{width:100%; float:left; display:none;}
.login-area .bottom-box li{width:100%; float:left; font-size:14px; font-weight:400; margin:5px 0;}
.login-area .login-reset-link {margin-right:12px;font-size:12px;font-weight:normal;text-decoration:none;padding-top:3px;float:right;}
.login-area .loginmsg {font-weight:700;}

.login-area .login-loading {
	width: 15px;
	height: 15px;
	border: 2px solid #7d7d7d;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: spinner-rotation 1s linear infinite;
}
@keyframes spinner-rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}	
}



.login-area-footer .top-box{width:100%;color:#fff;max-width: 260px;}
.login-area-footer .top-box .button {background-color:#F6671B;border:0;color:#fff;padding:5px 20px;font-size:10.5px;}
.login-area-footer .login-btn-container {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	padding-top: 10px;
}
.login-area-footer .input { background: inherit; width:100%;max-width:250px; height:28px; line-height:20px; padding: 5px 10px; font-size: 12px; color: #fff; border:1px solid #ccc; border-radius:5; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; margin-bottom:5px;}
.login-area-footer .input:focus {box-shadow:rgba(51,102,153,.5)0px 0px 3px inset;}
.login-area-footer .input::-webkit-input-placeholder {color:#ccc;opacity:1;}
.login-area-footer .input:-moz-placeholder {color:#ccc;opacity:1;}
.login-area-footer .input::-moz-placeholder {color:#ccc;opacity:1;}
.login-area-footer .input::-ms-input-placeholder {color:#ccc;opacity:1;}
.login-area-footer .input:-ms-input-placeholder {color:#ccc;opacity:1;}
.login-area-footer .login-reset-link {margin-right:12px;font-size:12px;font-weight:normal;text-decoration:none;padding-top:3px;float:right;color:#fff;}
.login-area-footer .login-reset-link:hover {color:#fff;}
.login-area-footer .loginmsg {font-weight:600;}
.login-area-footer .member-logout-link, .login-area-footer .member-logout-link:hover {color:#fff;text-decoration:none;}
.login-area-footer .member-login-link, .login-area-footer .member-login-link:hover {color:#fff;text-decoration:none;}

.login-area-footer .member-login-link:before {
	content: "";
    display: inline-block;
    background: url(images/icon-login.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 20px;
    height: 13px;
}

.login-area-footer .login-loading {
	width: 15px;
	height: 15px;
	border: 2px solid #7d7d7d;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: spinner-rotation 1s linear infinite;
}




/* home page specific - top menu */
/*.home #asma-blue-banner {background-color:#091d2aa1;}*/
.home #asma-blue-banner {
	background-color:#000000cf;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

@media only screen and (min-width:1025px) {
	.home .asma-mega-menu .mega-sub-menu {background:#091d2a73;color:#fff !important;}
	.home .asma-mega-menu a {color:#fff !important;text-shadow: 1px 1px black;}
	.home .asma-mega-menu .mega-sub-menu .mega-sub-menu-addition {border-left:1px solid #fff;}
}


.asma-search-container .search-spinner {
	width: 15px;
	height: 15px;
	border: 2px solid #7d7d7d;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: spinner-rotation 1s linear infinite;
	visibility:hidden;
}

.asma-search-scrollable {
	max-height:520px;
	overflow-y:auto;
	border-radius:15px;
	box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.2);	
	padding-left:30px;
	padding-right:30px;
}

/*.asma-search-datatable-container {
	padding:15px;
	border-radius:15px;
	box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.2);
}*/

.asma-search-table thead {position:sticky;top:0;border-bottom:2px solid #EFEFEF;}
.asma-search-table thead th {text-align:left;font-size:22.5px;font-weight:500;color:#F6671B;}
.asma-search-table {}
.asma-search-table tr th, .asma-search-table tr td {border:none !important;background-color:#fff !important;padding-top:8px;padding-bottom:8px;}
.asma-search-table tr th {padding-top:30px;padding-bottom:20px;}

.asma-search-table tbody > tr td {padding-top:20px;}

.asma-search-table td a {text-decoration:underline;}
.asma-search-table .icon-file-download {width:auto;height:17px;}

.asma-search-table.asma-awards td:nth-child(1) {width:15%;}
.asma-search-table.asma-awards td:nth-child(2) {width:85%;}
/*.asma-search-table.asma-awards td:nth-child(2) {width:44%;}*/

.asma-awards-container .category-container {display:flex;flex-direction:row;justify-content:space-between;}
.asma-awards-container .asma-search-table.asma-awards {width:66%;}
.asma-awards-container .category-container .award-block {width:33%;padding-right:8px;padding-bottom:8px;}
.asma-awards-container .category-container .award-block .award-name {font-weight:bold;}


.asma-awards-container .asma-search-table.asma-awards.awards-header-table {width:100%;position:sticky;top:0;}
.asma-search-table.asma-awards th:nth-child(1) {width:9%;}
.asma-search-table.asma-awards th:nth-child(2) {width:50%;}
.asma-search-table.asma-awards th:nth-child(3) {width:31%;}

.asma-search-table.asma-awards td:nth-child(2) {font-weight:600;}

.asma-search-table.asma-lecturers th:nth-child(1) {width:20%;}
.asma-search-table.asma-lecturers th:nth-child(2) {width:50%;}
.asma-search-table.asma-lecturers th:nth-child(3) {width:30%;}
.asma-search-table.asma-lecturers td:nth-child(2) {font-weight:600;}
.asma-search-table.asma-lecturers td:nth-child(3) {font-weight:600;}

.asma-search-table.asma-meetings td:nth-child(2) {font-weight:600;}
.asma-search-table.asma-meetings td:nth-child(3) {font-weight:600;}

.asma-search-table.asma-presidents td:nth-child(2) {font-weight:600;}


.asma-search-table.asma-affiliates th:nth-child(1) {width:30%;}
.asma-search-table.asma-affiliates th:nth-child(2) {width:30%;}

.asma-policies-container .policies-header-table th:nth-child(1) {width:20%;}
.asma-policies-container .policies-header-table th:nth-child(2) {width:80%;}
.asma-policies-container .category-container {display:flex;flex-direction:row;justify-content:space-between;padding-bottom:20px;}
.asma-policies-container .category-container .year-block {width:20%;padding-right:8px;padding-left:15px;padding-bottom:8px;}
.asma-policies-container .category-container .year-block .year {font-weight:bold;}

#asma-table-policies {width:80%;}
#asma-table-policies td {padding-top:0;padding-bottom:20px;}



.searchForm .filter-form {display:flex;flex-direction:row;justify-content:space-between;}
.searchForm .archiveSearchForm-section {display:flex;flex-direction:row;align-items:center;width:85%;}
.searchForm .archiveSearchForm-section:after {content:"";margin:0 25px;width:1px;height:22px;border-right:1px solid #707070;}
.searchForm .archiveSearchForm-section:last-child:after {border:none;margin-right:0;width:0;height:0;}

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

	.login-area {
		margin-left:auto;
	}

	.searchForm .filter-form {flex-direction:column;}
	.searchForm .archiveSearchForm-section:after {content:"";margin:0;width:0px;height:0px;border:none;}
	.searchForm .archiveSearchForm-section {width:100%;margin-bottom:10px;}
	.searchForm .archiveSearchForm-section:last-child {margin-bottom:0;}
	
	
	.asma-search-scrollable {
		padding-left:0;
		padding-right:0;
	}
	.asma-search-table.asma-affiliates th:nth-child(1) {width:50%;}
	.asma-search-table.asma-affiliates th:nth-child(2) {width:50%;}
	
}

.searchForm .filter-subject-icon {display:inline-block;background:url(images/search-icon-filter.png) center no-repeat;background-size:contain;width:33px;height:29px;margin-right:15px;}
.searchForm .sortby-icon {display:inline-block;background:url(images/icon-sortby.svg) center no-repeat;background-size:contain;width:19px;height:17px;margin-right:15px;}
.searchForm .filter-keyword-icon {display:inline-block;border:none;background:url(images/icon-search.svg) center no-repeat;background-size:contain;width:13.5px;height:13.5px;margin-right:15px;}
.searchForm .filter-keyword-icon:hover {cursor:pointer;}

.searchForm .filter-term-icon {display:inline-block;background:url(images/icon-filter.svg) center no-repeat;background-size:contain;width:19px;height:17px;margin-right:15px;}

.searchForm .download-icon {display:inline-block;background:url(images/icon-download.svg) center no-repeat;background-size:contain;width:16px;height:16px;margin-right:15px;}


.asma-search-table .view-report-link {font-size: font-size:15px;font-weight:600;text-decoration:none;}



.searchForm{
	background: #fff;
	padding: 15px;
	display: inline-block;
	width: 100%;
	margin: 30px 0 15px 0;
	border-radius:15px;
	box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.2);	
}
.searchForm select{
	padding:5px;
	border:none;
	width:90%;
	color:#00224F;
	font-size:13.5px;
	font-weight:600;
}
.searchForm select:hover {color:#808080;}
.searchForm select option {color:#28406E;}
.searchForm input[type=submit]{
	padding: 7px 5px;
    background: #00224F;
    color: #fff;
    border: 0;
	font-weight:bold;
}

.searchForm select.topics{border:none;}

.searchForm input.keywords{
	padding:5px;
	border:none;
	width:90%;
	color:#28406E;
	font-size:13.5px;
	font-weight:600;
}
.searchForm input.keywords::placeholder {color:#00224F;}
.searchForm input.keywords:hover::placeholder {color:#808080;}

.searchForm .dl {color:#28406E;font-size:13.5px;font-weight:600;}
.searchForm dl:hover {color:#808080;}



/* Multiview ad container css */
.mv-vertical-container {display: flex;flex-direction: column;align-items: end;}
#mvSky {
	display: flex;
	flex-direction: column;
	align-items: end;	
	max-width:160px;
	min-height:300px;	
}

.mv-top-container {display:flex;flex-direction:row;justify-content:center; align-items:center;}
#mvTopBanner {
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:start;	
	max-width:728px;
	min-height:100px;
	padding-bottom:10px;
}
#mvTopBanner img {display:block;}


.mv-bottom-container {display:flex;flex-direction:row;justify-content:center; align-items:center;}
#mvBottomBanner {
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center;	
	max-width:728px;
	min-height:90px;
}

@media only screen and (max-width:620px) {
	#mvTopBanner {min-height:0;}
}


/* Featured Events */

.asma-events-featured-container {display:flex;flex-direction:row;background-color:#EEF8FF;border-radius:15px;}

.asma-events-featured-container .left-col {width:50%;padding:40px; display:flex;flex-direction:row;}
.asma-events-featured-container .left-col .event-month-day {width:30%;}
.asma-events-featured-container .left-col .event-month-day .month {font-size:45px;}
.asma-events-featured-container .left-col .event-month-day .day {font-size:60px;font-weight:600;}
.asma-events-featured-container .left-col .event-info {width:70%;}
.asma-events-featured-container .left-col .event-info .title {font-size:22.5px;font-weight:600;padding:10px 0;}
.asma-events-featured-container .left-col .event-info .date {font-weight:600;padding:10px 0;}
.asma-events-featured-container .left-col .event-info .location {font-weight:600;padding:10px 0;}
.asma-events-featured-container .left-col .event-info .description {padding:10px 0;}
.asma-events-featured-container .left-col .event-info .event-link {padding:10px 0;}

.asma-events-featured-container .right-col {width:50%;}
.asma-events-featured-container .right-col .event-img-container {height:100%;}
.asma-events-featured-container .right-col .event-img-container img {height:100%;object-fit:contain;object-position:center center;border-radius:15px;background-color:#fff;}

@media only screen and (max-width:1024px) {
	.asma-events-featured-container {}
	.asma-events-featured-container .left-col {flex-direction:column;}
	.asma-events-featured-container .right-col {}
}

@media only screen and (max-width:767px) {
	.asma-events-featured-container {flex-direction:column;}
	.asma-events-featured-container .left-col {width:100%;}
	.asma-events-featured-container .right-col {width:100%;}
}


.asma-events-container .year-container {padding:10px 0;}
.asma-events-container .year-container h3 {color:#091D2A;font-size:45px;font-weight:normal;}

.asma-events-container .event-group-container {
	padding-left:20%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:20px 20px;
	padding-bottom:60px;
}

.asma-events-container .event-group-container .event-container {width:31%;padding-bottom:60px;}
.asma-events-container .event-group-container .event-container.has-image {width:65%;}
.asma-events-container .event-group-container .event-container.has-image .event-info {width:50%;}
.asma-events-container .event-group-container .event-container.has-image .event-image {width:50%;}
.asma-events-container .event-group-container .event-container.has-image .event-image img {border-radius:15px;}
.asma-events-container .event-info-container {display:flex;flex-direction:row;gap:20px 20px;border-top:2px solid #091D2A;padding-top:20px;}

.asma-events-container .event-date-cat {display:flex;flex-direction:row;align-items:end;justify-content:space-between;line-height:normal;padding-bottom:20px;}
.asma-events-container .event-date-cat .month {font-size:45px;color:#F6671B;}
.asma-events-container .event-date-cat .day {font-size:60px;font-weight:600;color:#F6671B;}
.asma-events-container .event-date-cat .cat {color:#F6671B;padding-bottom:10px;}

.asma-events-container .event-info .title {font-size:22.5px;font-weight:600;padding:10px 0;}
.asma-events-container .event-info .date {font-weight:600;padding:10px 0;}
.asma-events-container .event-info .location {font-weight:600;padding:10px 0;}
.asma-events-container .event-info .description {padding:10px 0;}
.asma-events-container .event-info .event-link {padding:10px 0;}



@media only screen and (max-width:1024px) {
	.asma-events-container .event-group-container .event-container {width:48%;}
	.asma-events-container .event-group-container .event-container.has-image {width:98%;}
}

@media only screen and (max-width:767px) {
	.asma-events-container .event-group-container {padding-left:0;}
	.asma-events-container .event-group-container .event-container {width:98%;}
	.asma-events-container .event-group-container .event-container.has-image {width:98%;}
}


.page-content .post-tags {
	max-width:min(100%,1140px);
	margin:0 auto;
	padding:10px;
}

#content section.comments-area {
	max-width:min(100%,1140px);
	margin:0 auto;
	padding:20px;
}

