@media screen and (min-width: 1200px){
	.my-menu .navbar-nav > li.dropdown > a:after {
	    content: "\f229";
	    font-family: bootstrap-icons;
	    font-size: 0.75em;
	}
	.my-menu .sub-menu {   
		display:none;
	}
	.my-menu .navbar-nav > li:hover .sub-menu{
	    opacity: 1;
	    visibility: visible;
		display:block;
	}
}
@media screen and (max-width: 1199px){
	.header-logo figure {
	    max-width: 180px;
	}
	.my-menu .sub-menu {
	    min-width: 100%;
	    position: static;
	    max-height: 0;
	}
	.my-menu .nav-item.show .sub-menu {
	    opacity: 1;
	    visibility: visible;
	    max-height: 999px;

	}
	.my-menu .menu-click {
	    width: 2.4em;
	    height: 2.4em;
	}
	.my-menu .show > .menu-click i:before {
	    content: "\F281";
	}
	.footer-social {
	    gap: 0.4em;
	}
	.footer-social .addtoany_list {
	    gap: 0.3em;
	}
}

@media screen and (max-width: 991px){
	.header-logo figure {
	    max-width: 150px;
	}
	.footer-social {
	    gap: 0.5em;
	    justify-content: center;
	}
	.footer-social .addtoany_list {
	    gap: 0.4em;
	}
	.footer-links {
    	column-count: 2;
	}
	.staff-and-board-main .col-img {
    	max-width: 220px;
	}
	.who-etienne-main .custom-row {
	    column-count: 3;
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	}
}
@media screen and (max-width: 767px){
	.la-m-home-main .search-bar input.form-control {
	    width: auto;
	}
	.who-etienne-main .custom-row {
	    column-count: 2;
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	}
	.current-members-donors .card-body {
	    column-count: 2;
	}
}
@media screen and (max-width: 575px){
	.footer-links {
    	column-count: 1;
	}
	.staff-and-board-main .col-img {
    	max-width: 100%;
    	padding-right: 0;
	}
	.upcoming-event-main .col-img {
	    max-width: 100%;
	    padding-right: 0;
	    margin-bottom: 0.8em;
	}
	.upcoming-event-main .col-text {
	    width: 100%;
	}
	.who-etienne-main .custom-row {
	    column-count: 1;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	}
	.current-members-donors .card-body {
	    column-count: 1;
	}
}