/* Custom CSS - loaded on all pages */

/** Custom spacing and margins
============================= */
.mt-1618 {
    margin-top: 1.618em;
}
.mt-2618 {
    margin-top: 2.1618em;
}
.mb-1618 {
    margin-bottom: 1.618em;
}
.mb-2618 {
    margin-bottom: 2.618em;
}
.pl-1618 {
    padding-left: 1.618em;
}
.pr-1618 {
    padding-right: 1.618em;
}
.pl-1 {
    padding-left: 1em;
}
.pr-1 {
    padding-right: 1em;
}

#board-members-columns {
    padding-left: 1em;
    padding-right: 1em;
}

/** Navigation
============================ */
.simple-social-icons ul li {
    margin: 0 6px 0px !important;
}
#menu-item-2600 {
    background-color: #807DA8;
    border-radius: 5px;
    color: #282762;
}
#menu-item-2600 a {
    font-weight: 700;
    color: #282762;
}
#menu-item-2600.menu-item a:hover {
    color: #FFD552 !important;
}
#menu-item-2600:hover {
    background: #282762;
    color: #FFD552 !important;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}
#custom_html-28 .custom_oaacc_iframe,
#custom_html-27 .custom_oaacc_iframe,
#custom_html-26 .custom_oaacc_iframe {
    width: 100%;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.responsive-iframe iframe {
    position: absolute;
    overflow:hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#custom_html-27,
#custom_html-28,
#custom_html-26 {
    margin-top: 2.618em;
    width: 100%;
}

@media (max-width: 896px ) {
    #menu-item-2600 {
        width: 50%;
        text-align: center;
    }
}

/** Temporary Chamber Master CSS
===================================
 */
.page-id-1718 .site-container .site-inner .content-sidebar-wrap .content .entry-content .wp-block-cover {
    height: 30%;
    margin-top: 2rem;
}
.page-id-1718 .site-container .top-wrap .site-header .wrap #menu-header-menu {
    font-size: 1rem;
}
.page-id-1718 .site-container .top-wrap .site-header .wrap .nav-primary .wrap ul li {
    height: 3rem;
}
.page-id-1718 .site-container .site-header .wrap {
    height: 7rem;
}
.page-id-1718 .site-container .site-header .before-header.widget-area {
    height: 3.5rem;
}
.wp-block-image.chamber-master-image {
    display: none;
}

.page-id-1718 .site-container .site-inner .content-sidebar-wrap .content {
    padding-top: 5em;
}

/** max width */
@media (max-width: 1399.98px) {
    .menu-item {
        height: 4rem !important;
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .content {
        padding-top: 0 !important;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) { }


/** min width */
@media (min-width: 576px) { }

@media (min-width: 768px) { }

@media (min-width: 992px) { }

@media (min-width: 1200px) { }

@media (min-width: 1400px) { }


