/** General **/
.clearfloats {
    clear:both;
}

.material.woocommerce-page[data-form-style=default] input#coupon_code, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: whitesmoke;
}

/** Lightbox **/
.lightbox {
    display: none;
}

/* Compass Background */
.home .compass__background {
    top: 46vw;
}
.compass-blue-black.animated-in {
    position: absolute;
    top: -150px;
    left: 5%;
}

.compass__background {
    position: absolute;
    left: -35%;
    right: 0;
    top: 85px;
    bottom: 0;
    width: 100%;
    height: 1337px;
    background: url(/wp-content/uploads/2021/07/icon__compass-large.png) no-repeat center right;
    background-position: 100% -120%;
}

.compass__background--position-left {
    left: -35%;
}
.compass__background--position-right {
    left: 15%;
}

/** Search Filter (e.g., /leadership/) **/

.searchandfilter ul {
    padding: 0;
    margin-left: 0;
}

.searchandfilter ul input[type="text"] {
    width: 100%;
}

.searchandfilter h4 {
    letter-spacing: 0;
}

/** Search Filter List Items (e.g., /leadership/) */

.list-pgms {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-pgms li {
    display: block;
    border-top: solid 1px #DDD;
    padding: 8px;
}

.list-pgms li:nth-child(odd) {
    background: #f9f9f9;
}

.list-pgms li:last-child {
    border-bottom: solid 1px #DDD;
}

/** Search Filter Pagination **/

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi span.current {
    background-color: #ac7b35;
    color: #fff;
    box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    margin: 0 8px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    border-color: #ac7b35;
    border-radius: 4px;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .page.smaller, .wp-pagenavi .page.larger, .wp-pagenavi .extend, .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
    color: #000;
    font-size: 12px;
    border: none;
    font-weight: 700;
}

.wp-pagenavi span.current, .wp-pagenavi .page-numbers {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 11px;
    padding-bottom: 10px;
}

/** Masonic Organizations Grid **/

.list-organizations {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.list-organizations li {
    display: inline-block;
    flex: 1 1 100%;
	vertical-align: bottom;
    position: relative;
}

.list-organizations li a {
    display: block;
    border: solid 4px #ac7b35;
	background-color:#FFFFFF;
}

.list-organizations li img {
    width: 100%;
    margin-bottom: -6px;
}

.moar-title {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-family: "droid-serif",serif;
    letter-spacing: 2px;
    line-height: 1em;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    background: rgba(50, 55, 122, 0.9);
    width: 100%;
    height: 100%;
    border: solid 4px #ac7b35;
    -webkit-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    font-size: 1.2em;
    padding: 0 10px;
}

.moar-title div {
    display: table;
    width: 100%;
    height: 100%;
}

.moar-title span {
    display: table-cell;
      vertical-align: middle;
}

.list-organizations li:hover .moar-title {
    opacity: 1;
    filter: alpha(opacity=100);
}

.moar-cont-wrap {
    max-width: 800px;
    position: relative;
}

.moar-cont-wrap:after {
    content: "";
    display: none;
    width: 68%;
    height: 100%;
    border-left: solid 4px #ac7b35;
    position: absolute;
    top: 0;
    right: 0;
}

.moar-cont-wrap .leftPan {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 20px 0;
}

.moar-cont-wrap .leftPan img {
    border: solid 4px #ac7b35;
    height: auto;
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
}
@media (max-width: 768px) {
.moar-cont-wrap .leftPan img {
  width: 50%!important;
}
}
.moar-cont-wrap .rightPan {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.moar-cont-wrap h4 {
    font-family: "droid-serif", serif;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: solid 4px #ac7b35;
    padding-bottom: 20px;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.7rem;
    text-align: center;
}

.maor-cont {
    color: #fff;
    line-height: 1.5;
}

.moar-cont a, .featherlight .featherlight-content a {
    color: #ac7b35;
}

@media (max-width: 768px) {
.featherlight .featherlight-close-icon{    
	width: 30px!important;
    height: 30px!important;
	background-color: #FFF!important;
	background-image:url("/wp-content/uploads/2022/02/x.png")!important;
}
}
.featherlight .featherlight-close-icon {
    opacity: 1;
    width: 25px;
    height: 25px;
}

/* Footer */
#footer-outer {
    position: relative;
    z-index: 11;
}
#footer-outer .container:before {
    border-top: solid #fff 2px;
    content: "";
    display: block;
    position: relative;
    top: -5px;
    padding-bottom: 4px;
}


@media (min-width: 320px) {

    .list-organizations li {
        flex: 1 1 45%;
    }

}

@media (min-width: 767px) {
    .list-organizations li {
        flex: 1 1 30%;
    }

    .moar-title {
        font-size: 2em;
        padding: 0 20px 0 20px;
    }

    .moar-cont-wrap::after {
        display: block;
    }

    .moar-cont-wrap h4,
    .moar-cont-wrap .leftPan {
        text-align: left;
    }

    .moar-cont-wrap .leftPan {
        float: left;
        width: 28%;
        margin: 0px;
    }
    .moar-cont-wrap .rightPan {
        float: right;
        width: 64%;
        margin: 0px;
    }

}

@media screen and (min-width: 1800px) {
	.compass-blue-black.animated-in {
        position: absolute;
        top: -200px;
    }
}