@charset "UTF-8";
/*
	Author: Counterpart
	https://www.counterpart.biz/
*/
/* flexbox mixins */
html {
    min-height: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    line-height: 1.5;
    min-height: 100%;
    background: #f7f7f7;
    /*margin-bottom: 60px;*/
    height: 100%;
}

/*body.modal-open .page-wrap, body.modal-open .login-wrap, body.modal-open .signup-wrap {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  height: 100%;
}*/
/*.pre-loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 40%;
  left: 49%;
  z-index:9000;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/
.pre-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #141414;
    opacity: 1;
}

    .pre-loader::after {
        content: "";
        border: 16px solid #f3f3f3;
        border-top: 16px solid #0076b9;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        position: fixed;
        top: 40%;
        left: 49%;
        z-index: 9000;
    }

.card {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    border-radius: 7px;
}

.text-italic {
    font-style: italic;
}

h1 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pre-loader-public {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    opacity: 1;
}

.sk-chase {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 40%;
    left: 48%;
    animation: sk-chase 2.5s infinite linear both;
    z-index: 1050;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: "";
        display: block;
        width: 25%;
        height: 25%;
        background-color: #a2a2a2;
        border-radius: 100%;
        animation: sk-chase-dot-before 2s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1);
    }
}

.header-left .menu-button,
.mobile-admin-menu-close {
    display: none;
}

section.page-container {
    margin-left: 230px;
    margin-top: 90px;
    min-height: 100vh;
}

section#admin-footer {
    flex-shrink: 0;
    margin-top: 2rem;
    padding-left: 217px;
    background: #fff;
    text-align: right;
    padding: 15px;
    font-size: 12px;
    color: #959595;
}

/* admin header & menu */
#admin-header .header-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    border-top: 5px solid #0076b9;
}

#admin-header {
    z-index: 1020;
    height: 70px;
    background: #fff;
    box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    position: fixed;
    width: 100%;
    top: 0px;
}

    #admin-header .user-header {
        margin-top: 5px;
        margin-right: 15px;
    }

        #admin-header .user-header .dropdown.show .dropdown-menu.dropdown-menu-right.show {
            top: 20px !important;
        }

        #admin-header .user-header .user-actions-drop {
            color: #555555;
            font-weight: 400;
        }

nav {
    display: block;
}

.navLogo img {
    width: 120px;
    margin: 15px 0px 20px 12px;
}

#admin-menu {
    position: fixed;
    top: 5px;
    bottom: 0;
    width: 230px;
    background-color: #202020;
    color: #555555;
    /*box-shadow: 0px 0px 10px 3px rgba(79, 79, 79, 0.2);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(79, 79, 79, 0.2);*/
    z-index: 1030;
    white-space: nowrap;
    font-size: 15px;
}

    #admin-menu ul.adminSubMenu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #admin-menu ul.adminSubMenu li {
            display: block;
            position: relative;
            float: left;
        }

    #admin-menu li ul.adminSubMenu {
        display: none;
    }

    #admin-menu ul.adminSubMenu li a {
        display: block;
        padding: 1em 0.8em;
        text-decoration: none;
        white-space: nowrap;
        color: #fff;
    }

        #admin-menu ul.adminSubMenu li a .fa-caret-down {
            width: 10px;
            /*margin-top: 4px;
    float: right !important;*/
        }

    #admin-menu ul.adminSubMenu.subMenuOpen {
        /*display: block;*/
        position: relative;
        width: 230px;
        background: #515151;
        height: auto;
    }

        #admin-menu ul.adminSubMenu.subMenuOpen li {
            float: none;
        }

    #admin-menu ul.adminSubMenu li {
        border-top: 0;
    }

    #admin-menu .drop-open {
        background: #0173BA;
        font-weight: 700;
        color: #fff;
    }

    #admin-menu ul {
        margin: 0;
        padding: 0;
        overflow-y: auto;
        height: calc(100vh - 70px);
        -ms-overflow-style: none;
    }

        #admin-menu ul li i,
        #admin-menu ul li svg {
            width: 25px;
        }

        #admin-menu ul a {
            white-space: normal;
            -o-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            display: block;
            padding: 1rem 0.8rem;
            color: #dbdbdb;
            font-weight: 400;
            border-bottom: 1px solid #373737;
        }

            #admin-menu ul a.active {
                border-left: 4px solid #0076b9;
                background-color: rgba(141, 141, 141, 0.1);
                color: #ffffff;
            }

            #admin-menu ul a:hover, #admin-menu ul a:focus {
                border-left: 4px solid #0076b9;
                background-color: rgba(141, 141, 141, 0.1);
                color: #ffffff;
            }

.header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-left: 160px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* builder header & menu */
#builder-header .header-wrap,
#builder-header2 .header-wrap,
#builder-header3 .header-wrap,
#preview-header .header-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    border-top: 5px solid #0076b9;
}

#builder-header,
#builder-header2,
#builder-header3,
#preview-header {
    z-index: 1020;
    height: 50px;
    background: #fff;
    box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    position: fixed;
    width: 100%;
    top: 0px;
}

    #builder-header .user-header,
    #builder-header2 .user-header,
    #builder-header3 .user-header,
    #preview-header .user-header {
        margin-top: 5px;
        margin-right: 15px;
    }

        #builder-header .user-header .user-actions-drop,
        #builder-header2 .user-header .user-actions-drop,
        #builder-header3 .user-header .user-actions-drop,
        #preview-header .user-header .user-actions-drop {
            color: #555555;
            font-weight: 400;
        }

nav {
    display: block;
}

.navLogo img {
    width: 120px;
    margin: 15px 0px 20px 12px;
}

#builder-menu,
#builder-menu2 {
    position: fixed;
    top: 50px;
    bottom: 0;
    width: 245px;
    background-color: #202020;
    color: #555555;
    /*box-shadow: 0px 0px 10px 3px rgba(79, 79, 79, 0.2);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(79, 79, 79, 0.2);*/
    z-index: 1030;
    white-space: nowrap;
}

    #builder-menu ul,
    #builder-menu2 ul {
        margin: 0;
        padding: 0;
    }

    #builder-menu nav,
    #builder-menu2 nav {
        overflow-y: scroll;
        height: calc(100vh - 50px);
        -ms-overflow-style: none;
    }

    #builder-menu ul li i,
    #builder-menu ul li svg,
    #builder-menu2 ul li i,
    #builder-menu2 ul li svg {
        width: 35px;
    }

    #builder-menu ul li.builderPageGroup,
    #builder-menu2 ul li.builderPageGroup {
        border-bottom: 1px solid #373737;
    }

        #builder-menu ul li.builderPageGroup .menuText,
        #builder-menu2 ul li.builderPageGroup .menuText {
            z-index: 1;
            position: relative;
        }

        #builder-menu ul li.builderPageGroup:last-child,
        #builder-menu2 ul li.builderPageGroup:last-child {
            margin-bottom: 10px;
        }

        #builder-menu ul li.builderPageGroup i,
        #builder-menu ul li.builderPageGroup svg,
        #builder-menu2 ul li.builderPageGroup i,
        #builder-menu2 ul li.builderPageGroup svg {
            width: 20px;
        }

        #builder-menu ul li.builderPageGroup div.builderPageItem,
        #builder-menu2 ul li.builderPageGroup div.builderPageItem {
            display: block;
            padding: 0.5rem;
        }

            #builder-menu ul li.builderPageGroup div.builderPageItem.active,
            #builder-menu2 ul li.builderPageGroup div.builderPageItem.active {
                font-weight: bold;
            }

                #builder-menu ul li.builderPageGroup div.builderPageItem.active a,
                #builder-menu2 ul li.builderPageGroup div.builderPageItem.active a {
                    color: #88bdff;
                }

            #builder-menu ul li.builderPageGroup div.builderPageItem.disabledPage a,
            #builder-menu2 ul li.builderPageGroup div.builderPageItem.disabledPage a {
                color: #a4a4a4;
                font-style: italic;
            }

            #builder-menu ul li.builderPageGroup div.builderPageItem.childPage,
            #builder-menu2 ul li.builderPageGroup div.builderPageItem.childPage {
                margin-left: 20px;
            }

                #builder-menu ul li.builderPageGroup div.builderPageItem.childPage a,
                #builder-menu2 ul li.builderPageGroup div.builderPageItem.childPage a {
                    max-width: 115px;
                }

            #builder-menu ul li.builderPageGroup div.builderPageItem .moveIcon,
            #builder-menu ul li.builderPageGroup div.builderPageItem .editIcon,
            #builder-menu2 ul li.builderPageGroup div.builderPageItem .moveIcon,
            #builder-menu2 ul li.builderPageGroup div.builderPageItem .editIcon {
                display: none;
            }

            #builder-menu ul li.builderPageGroup div.builderPageItem a,
            #builder-menu2 ul li.builderPageGroup div.builderPageItem a {
                display: inline-block;
                color: #fff;
                white-space: break-spaces;
                max-width: 135px;
            }

                #builder-menu ul li.builderPageGroup div.builderPageItem a.addPage,
                #builder-menu2 ul li.builderPageGroup div.builderPageItem a.addPage {
                    color: #28a745;
                }

            #builder-menu ul li.builderPageGroup div.builderPageItem:hover .moveIcon,
            #builder-menu2 ul li.builderPageGroup div.builderPageItem:hover .moveIcon {
                display: inline-block;
                cursor: pointer;
            }

            #builder-menu ul li.builderPageGroup div.builderPageItem:hover .editIcon,
            #builder-menu2 ul li.builderPageGroup div.builderPageItem:hover .editIcon {
                display: inline-block;
                cursor: pointer;
                margin-left: 15px;
                position: relative;
                z-index: 2;
            }

#builder-header .header-left,
#builder-header2 .header-left,
#builder-header3 .header-left,
#preview-header .header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* THEME builder header & menu */
#theme-builder-header .header-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    border-top: 0px;
    background: #202020;
}

#theme-builder-header {
    z-index: 1020;
    height: 50px;
    background: #fff;
    /*box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
  -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);*/
    position: fixed;
    width: 100%;
    top: 0px;
    border-bottom: 1px solid #171717;
}

    #theme-builder-header a {
        color: #a1cfff;
    }

    #theme-builder-header .user-header {
        margin-top: 5px;
        margin-right: 15px;
    }

        #theme-builder-header .user-header .user-actions-drop {
            color: #555555;
            font-weight: 400;
        }

nav {
    display: block;
}

.navLogo img {
    width: 120px;
    margin: 15px 0px 20px 12px;
}

#theme-builder-menu {
    position: fixed;
    top: 50px;
    bottom: 0;
    width: 220px;
    background-color: #202020;
    color: #e8e8e8;
    /*box-shadow: 0px 0px 10px 3px rgba(79, 79, 79, 0.2);
  -webkit-box-shadow: 0px 0px 10px 3px rgba(79, 79, 79, 0.2);*/
    z-index: 1010;
    white-space: nowrap;
    overflow-y: auto;
    border-right: 1px solid #171717;
}

    #theme-builder-menu input[type=number]::-webkit-inner-spin-button,
    #theme-builder-menu input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    #theme-builder-menu input[type=number] {
        -moz-appearance: textfield;
    }

    #theme-builder-menu div.themeMenuItem {
        padding: 20px;
        border-bottom: 1px solid #353535;
    }

#theme-builder-header .header-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.themeMenuGroup a {
    color: #fff;
}

.themeMenuGroup .themeMenuDropdownToggle {
    padding: 20px;
    border-bottom: 1px solid #353535;
    display: block;
}

.themeMenuGroup .themeMenuDropdown {
    display: none;
}

/* start tables */
.userTableWrap #userTable_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

table#userTable {
    border-collapse: collapse !important;
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px;
}

    table#userTable td {
        vertical-align: middle;
    }

    table#userTable .actions {
        font-size: 0.9rem;
    }

    table#userTable thead {
        color: #555555;
        font-size: 14px;
        font-weight: 400;
        background: #d8d8d8;
        text-transform: uppercase;
    }

        table#userTable thead th {
            border-bottom: 0px;
        }

    table#userTable th {
        border: 0px;
    }

    table#userTable tr:hover,
    table#userTable tr:focus {
        background: #f9f9f9;
    }

    table#userTable thead tr:hover,
    table#userTable thead tr:focus {
        background: transparent;
    }

    table#userTable tr.inactiveUser {
        background: #e8e8e8;
    }

        table#userTable tr.inactiveUser:hover {
            background: #e8e8e8;
        }

    table#userTable tr.warningRow {
        background: #ffd0d0;
    }

        table#userTable tr.warningRow:hover {
            background: #ffd0d0;
        }

    table#userTable .inline {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    table#userTable .text-subtle {
        opacity: 0.7;
        font-size: 12px;
    }

@media (max-width: 1226px) {
    table#userTable .avatarCircle {
        display: none;
    }
}
/* end tables */
table#userEventTable thead th {
    border-bottom: 1px solid #dee2e6;
}

table#userEventTable th,
table#userEventTable td {
    border-top: 0px;
}

.md-avatar {
    background-image: url("../images/avatar-babyyoda.PNG");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

    .md-avatar.size-1 {
        width: 40px;
        height: 40px;
    }

    .md-avatar.size-2 {
        width: 70px;
        height: 70px;
    }

    .md-avatar.size-3 {
        width: 90px;
        height: 90px;
    }

    .md-avatar.size-4 {
        width: 110px;
        height: 110px;
    }

    .md-avatar.size-5 {
        width: 200px;
        height: 200px;
    }

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    margin-left: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

    .btn-floating i {
        font-size: 1.25rem;
        line-height: 47px;
    }

    .btn-floating i {
        display: inline-block;
        width: inherit;
        color: #fff;
        text-align: center;
    }

.container-fluid .addFloatingBtn {
    position: fixed;
    bottom: 20px;
    right: 5px;
    padding-top: 0px;
}

@media (max-width: 850px) {
    .mobile-hide {
        display: none !important;
    }

    .m-100 {
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .m-block {
        display: block;
        width: 100% !important;
    }
}

@media (min-width: 851px) {
    .desktop-hide {
        display: none !important;
    }
}

.loginLogo {
    background: url("../images/logo-fb.jpg");
    height: 90px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    clear: both;
    padding: 0px;
    margin: 0px;
    background-position: center;
}

.navLogo {
    background: url("../images/logo-fb.jpg");
    height: 65px;
    overflow: hidden;
    background-repeat: no-repeat;
    clear: both;
    padding: 0px;
    margin: 0px;
    background-position: center;
    background-size: contain;
    background-color: #fff;
}

/* Membershine and HOAStart Colors */
.text-hoastart {
    color: #49A1A3;
}

    .text-hoastart:hover {
        color: #2E6E6F;
    }

.text-membershine {
    color: #FF4227;
}

    .text-membershine:hover {
        color: #D7240A;
    }

.bg-hoastart {
    background-color: #49A1A3;
}

.bg-membershine {
    background-color: #FF4227;
}

.btn-hoastart {
    background-color: #49A1A3;
    border-color: #49A1A3;
    color: #fff;
}

    .btn-hoastart:hover {
        background-color: #2E6E6F;
        border-color: #2E6E6F;
        color: #fff;
    }

    .btn-hoastart:not(:disabled):not(.disabled):active,
    .btn-hoastart:not(:disabled):not(.disabled).active,
    .show > .btn-hoastart.dropdown-toggle {
        background-color: #2E6E6F;
        border-color: #2E6E6F;
        color: #fff;
    }

    .btn-hoastart:focus,
    .btn-hoastart.focus {
        box-shadow: 0 0 0 0.2rem rgba(73, 161, 163, 0.5);
        color: #fff;
    }

.btn-membershine {
    background-color: #FF4227;
    border-color: #FF4227;
    color: #fff;
}

    .btn-membershine:hover {
        background-color: #D7240A;
        border-color: #D7240A;
        color: #fff;
    }

    .btn-membershine:not(:disabled):not(.disabled):active,
    .btn-membershine:not(:disabled):not(.disabled).active,
    .show > .btn-membershine.dropdown-toggle {
        background-color: #D7240A;
        border-color: #D7240A;
        color: #fff;
    }

    .btn-membershine:focus,
    .btn-membershine.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 66, 39, 0.5);
        color: #fff;
    }

/* Custom toggles */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: #fff;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #0076b9;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0076b9;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.impersonateBanner {
    background: #A7DBA3;
    position: fixed;
    width: calc(100% - 230px);
    z-index: 1010;
    top: 70px;
    left: 230px;
    height: 65px;
}

    .impersonateBanner a {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        border: #000 1px solid;
    }

    .impersonateBanner h3 {
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

.modal-xl {
    max-width: 1000px;
}

.modal-xxl {
    max-width: 99%;
    margin-top: 10px;
    min-height: 97%;
    height: 97vh !important;
    margin-bottom: 0px;
}

    .modal-xxl .modal-content {
        min-height: 100%;
    }

#addPricingModalHoaStart2 .btn-primary {
    color: #cacaca;
    background-color: #cacaca;
    border-color: #cacaca;
}

    #addPricingModalHoaStart2 .btn-primary:not(:disabled):not(.disabled):active,
    #addPricingModalHoaStart2 .btn-primary:not(:disabled):not(.disabled).active,
    #addPricingModalHoaStart2 .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

.mySitesCards .card {
    margin-bottom: 30px;
}

.mySitesCards h5.card-title {
    margin-bottom: 0px;
}

.mySitesCards .card-img-top {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .mySitesCards .card-img-top.one {
        background-image: url("../images/neighborhood1.jpg");
    }

    .mySitesCards .card-img-top.two {
        background-image: url("../images/neighborhood2.jpg");
    }

    .mySitesCards .card-img-top.three {
        background-image: url("../images/neighborhood3.jpg");
    }

.mySitesCards .list-group-item i,
.mySitesCards .list-group-item svg {
    width: 35px;
}

.portalDots .text-gray {
    color: #cacaca;
}

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    background-color: #eceff1;
    border-radius: 7px;
    transition: all 0.3s linear;
}

    .chip .close {
        float: right;
        padding-left: 8px;
        font-size: 16px;
        line-height: 32px;
        cursor: pointer;
        transition: all 0.1s linear;
    }

    .chip:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

a.globalTooltip,
span.globalTooltip {
    margin-left: 5px;
    font-size: 12px;
    color: #b9b9b9 !important;
    outline: 0px;
    border: 0px;
}

    a.globalTooltip:hover,
    span.globalTooltip:hover {
        cursor: pointer;
    }

a.freshdeskTooltip {
    margin-left: 5px;
    font-size: 12px;
    margin-top: 5px;
}

    a.freshdeskTooltip:hover {
        cursor: pointer;
    }

    a.freshdeskTooltip .fa-circle {
        color: #28a745 !important;
    }

    a.freshdeskTooltip .fa-info {
        color: #ffffff !important;
        margin-left: -1px;
    }

.tooltipClose {
    margin-left: 10px;
    color: #666;
}

.popover-header {
    text-transform: none;
}

.dashboardLayout .card-footer a.globalTooltip,
.dashboardLayout .card-footer a.freshdeskTooltip {
    margin-left: 0px;
}

.warningWell {
    background: #ffd5d5;
    padding: 15px;
    border-radius: 0.25rem;
    color: #650000;
    text-align: center;
    font-size: 0.9rem;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

.fixed-action-btn {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 998;
    padding-top: 15px;
    margin-bottom: 0;
}

.addFloatingBtn {
    position: fixed;
    bottom: 20px;
    right: 5px;
    padding-top: 0px;
}

.pickr .pcr-button {
    border: 1px solid #000;
}

.google-visualization-tooltip-item {
    white-space: normal;
    overflow-wrap: normal;
}

svg > g > g:last-child {
    pointer-events: none;
}

div.google-visualization-tooltip {
    pointer-events: none;
}

/* START DATATABLE SORTING ARROWS */
table.dataTable thead > tr > th {
    padding-left: 30px !important;
    padding-right: initial !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    left: 8px !important;
    right: auto !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 15px !important;
    right: auto !important;
}

/* END DATATABLE SORTING ARROWS */
.totalVotes h4 {
    text-transform: none;
}

.supportTicketContainer .newUnread {
    color: #010A95;
}

.supportTicketContainer .tableActions:hover {
    cursor: pointer;
}

/** SUPPORT TICKETS **/
/* BOOTSTRAP 5 FULLSCREEN MODAL */
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-header {
        padding: 0.5rem;
        background: #1E336A;
        color: #fff;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .modal-fullscreen .modal-header h5 {
            font-weight: bold;
        }

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

.modal-fullscreen {
    font-size: 14px;
}

.ticketModal button.multiselect {
    padding: 0.25rem 0.5rem;
    height: auto;
}

.ticketModal .close {
    color: #fff;
}

    .ticketModal .close:hover {
        color: #fff;
    }

    .ticketModal .close:not(:disabled):not(.disabled):hover,
    .ticketModal .close:not(:disabled):not(.disabled):focus {
        color: #fff;
        text-decoration: none;
        opacity: 0.75;
    }

.ticketModal .cke_contents {
    height: 110px !important;
}

.ticketModal .repliesFrame {
    overflow-y: auto;
}

    .ticketModal .repliesFrame .replyDiv {
        border-bottom: 1px solid #e9ecef;
        padding: 1rem;
    }

        .ticketModal .repliesFrame .replyDiv:nth-child(even) {
            background: #f2f2f2;
        }

        .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge {
            display: flex;
            align-items: center;
            width: 180px;
            border: 1px solid #cac9c9;
            padding: 5px 8px;
            border-radius: 5px;
        }

            .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge:hover {
                cursor: pointer;
                border: 1px solid #878686;
            }

            .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge .attachmentIcon {
                font-size: 25px;
                margin-right: 10px;
            }

                .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge .attachmentIcon .pdf {
                    color: #F40F02;
                }

                .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge .attachmentIcon .word {
                    color: #00a2ed;
                }

            .ticketModal .repliesFrame .replyDiv .replyAttachments .attachmentBadge .attachmentText .truncate {
                width: 135px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.ticketModal .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.templateModal .tableActions {
    padding: 10px 0px 10px 10px;
}

    .templateModal .tableActions:hover {
        cursor: pointer;
    }

.templateModal .topLevelText {
    font-weight: 600;
}

.templateModal .secondLevelText {
    color: #343a40;
}

.templateModal .card {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.templateModal .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 0px;
}

    .templateModal .card-header h5 {
        text-transform: capitalize;
        font-size: 1.1rem;
    }

    .templateModal .card-header.secondLevelIndent {
        padding-left: 55px;
    }

.templateModal .collapseTarget > a {
    display: block;
    position: relative;
    padding-left: 30px;
}

    .templateModal .collapseTarget > a:before {
        content: "\f0da";
        /* right */
        font-family: "Font Awesome 5 Pro";
        font-weight: bold;
        position: absolute;
        left: 0px;
    }

    .templateModal .collapseTarget > a[aria-expanded=true]:before {
        content: "\f0d7";
        /* down */
    }

.templateModal #accordion .card-body {
    padding: 0px;
}

.templateModal ul.templateList {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
    background: #f4f4f4;
}

    .templateModal ul.templateList li {
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        padding: 0.75rem 1.25rem 0.75rem 88px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.iconWidth {
    width: 25px;
    display: inline-block;
}

table.dataTable thead .noArrows.sorting::before,
table.dataTable thead .noArrows.sorting_asc::before,
table.dataTable thead .noArrows.sorting_desc::before,
table.dataTable thead .noArrows.sorting_asc_disabled::before,
table.dataTable thead .noArrows.sorting_desc_disabled::before {
    content: none;
}

table.dataTable thead .noArrows.sorting::after,
table.dataTable thead .noArrows.sorting_asc::after,
table.dataTable thead .noArrows.sorting_desc::after,
table.dataTable thead .noArrows.sorting_asc_disabled::after,
table.dataTable thead .noArrows.sorting_desc_disabled::after {
    content: none;
}

.lockedCard .card-header {
    background-color: #939598 !important;
}

.onboardingModal .close {
    color: #fff;
}

.onboardingModal .questionTop {
    background-color: #E7E7F0;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.onboardingModal .onboardingForm h4 {
    color: #1C336B;
    font-weight: 600;
    margin-bottom: 1.3rem;
}

.onboardingModal .sectionDivider {
    background: #6D9EA0;
    height: 2px;
    margin: 30px 0px;
}

.onboardingModal .step2Img {
    width: 40%;
    float: left;
    margin-right: 15px;
    min-width: 250px;
}

.onboardingModal ul.onboardList {
    list-style: none;
    padding-left: 15px;
}

    .onboardingModal ul.onboardList li {
        margin-bottom: 5px;
    }

        .onboardingModal ul.onboardList li:before {
            content: "■";
            color: #99BA75;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.badgeReply {
    background-color: #1C336B;
    color: #fff;
}

    .badgeReply .replyCircle {
        display: inline-block;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 8px;
        background: #fff;
        color: #000;
        text-align: center;
    }

.stopCard {
    min-width: 400px;
}

.otcModal table {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-collapse: separate;
    border-spacing: 0;
}

    .otcModal table,
    .otcModal table thead,
    .otcModal table thead tr,
    .otcModal table thead tr th {
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }

.otcModal .table thead th {
    background: #f5f5f5;
    font-weight: normal;
    border-bottom: 1px solid #dee2e6 !important;
}

.otcModal .table-bordered th,
.otcModal .table-bordered td {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}

.amenityButtons .btn {
    padding: 0.45rem 0.9rem;
    font-weight: 500;
}

.amenityButtons .btn-gray {
    color: #8f8f8f;
    background: #eaeaea;
    border: 1px solid #a69b9b;
    opacity: 1;
}

.amenityButtons .btn-unavailable {
    color: #fff;
    background: #797979;
    border: 1px solid #797979;
    opacity: 1;
}

.amenityLegend {
    font-size: 0.9rem;
}

    .amenityLegend .cube {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 5px;
    }

    .amenityLegend .legendAvailable .cube {
        border-width: 1px;
        background: #fff;
        border-style: solid;
    }

    .amenityLegend .legendNotAvailable {
        color: #797979;
    }

        .amenityLegend .legendNotAvailable .cube {
            background: #797979;
        }

    .amenityLegend .legendReserved {
        color: #a69b9b;
    }

        .amenityLegend .legendReserved .cube {
            background: #eaeaea;
            border: 1px solid #a69b9b;
        }

.resPending {
    color: #61A2D7;
}

.resApproved {
    color: #00B26B;
}

.resRejected {
    color: #D2232A;
}

.resCanceled {
    color: #939598;
}

.resCompleted {
    color: #A154A1;
}

.mbsc-ios.mbsc-calendar-button.mbsc-button {
    color: #4a4a4a !important;
}

.mbsc-ios.mbsc-calendar-label-background {
    opacity: 1 !important;
}

.mbsc-ios.mbsc-calendar-label-text {
    color: #000 !important;
    font-weight: 700 !important;
}

.amenityConstraints label.form-check-label {
    font-size: 16px;
}

.subAdminTable table.table th,
.subAdminTable table.table td,
.subAdminTable table.table td {
    vertical-align: middle;
    text-align: center;
}

.subAdminTable table.table .form-check-input {
    position: relative;
}

.subAdminTable table.table .bgFull {
    background-color: #f1f7f2;
}

.subAdminTable table.table .bgLimited {
    background-color: #f6ece4;
}

.subAdminTable table.table .textFull {
    color: #25B478;
}

.subAdminTable table.table .textLimited {
    color: #DD2C2B;
}

.subAdminTable table.table .border-right {
    border-right: 1px solid #b3b3b3 !important;
}

.subAdminTable .nameDivider td,
.subAdminTable .nameDivider th {
    border-bottom: 1px solid #868686;
}

.subAdminTable td.nameDivider {
    border-bottom: 1px solid #868686;
}

.subAdminTable td {
    padding: 5px;
}

.subAdminModal .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .subAdminModal .modal-fullscreen .modal-header {
        padding: 0.5rem;
        background: #ffffff;
        color: #555555;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .subAdminModal .modal-fullscreen .modal-header h5 {
            font-weight: normal;
        }

    .subAdminModal .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .subAdminModal .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .subAdminModal .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

.subAdminModal .modal-fullscreen {
    font-size: 14px;
}

.subAdminModal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.subAdminLegend {
    display: flex;
    align-items: center;
}

    .subAdminLegend .legendFull,
    .subAdminLegend .legendLimited {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
    }

    .subAdminLegend .legendFull {
        background: #f1f7f2;
    }

    .subAdminLegend .legendLimited {
        background: #f6ece4;
    }

.newsfeedCard .subjectHeader {
    padding: 1.25rem;
}

.newsfeedSubjectFilter {
    background: #fff;
    border-bottom: 2px solid #ddd;
    padding: 10px 0px;
}

    .newsfeedSubjectFilter .filterContent {
        display: flex;
        align-items: center;
        max-width: 1000px;
    }

    .newsfeedSubjectFilter button.multiselect {
        height: calc(1.85rem + 2px);
        padding: 0.175rem 0.75rem;
        min-width: 200px;
    }

.menuBoop {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    background-color: #dc3545;
    /* white border */
    border: 1px solid #fff;
}

.memberProfileTabs .nav-pills a.nav-link {
    color: #6a6a6a;
}

.memberProfileTabs .nav-pills .nav-link.active,
.memberProfileTabs .nav-pills .show > .nav-link {
    color: #0076b9;
    background-color: #fff;
    border-bottom: 5px solid #0076b9;
    font-weight: 600;
}

.memberProfileTabs .nav-link {
    padding: 0.75rem 1rem;
}

.memberProfileTabs .nav-item {
    border-bottom: 1px solid #ccc;
}

.memberProfileTabs .mpBorder {
    border-right: 1px solid #ccc;
}

/* ==== Member Portal Mobile Web App === */
.text-black {
    color: #000 !important;
}

.bg-none {
    background: none;
}

.container-fit {
    width: fit-content;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.member-dashboard {
    background: rgb(255, 255, 255);
    background-image: url(../images/cartoon-houses-bg.png), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 244, 245) 79%, rgb(235, 242, 243) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#member-header {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #58595b;
    position: relative;
    z-index: 1;
}

    #member-header .logo {
        max-height: 75px;
    }

    #member-header .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    #member-header .menu li {
        margin-right: 2.5rem;
        line-height: 1.4;
    }

        #member-header .menu li:last-child {
            margin-right: 0;
        }

        #member-header .menu li > a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            text-align: center;
            color: #58595b;
        }

            #member-header .menu li > a:hover {
                color: #31b6e4;
            }

    #member-header .menu .icon {
        font-size: 1.3rem;
    }

    #member-header .menu .text {
        font-size: 0.8rem;
    }

    #member-header .menu .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

        #member-header .menu .dropdown-menu a:hover {
            color: #31b6e4;
        }

.mobile-dashboard-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 90vh;
    overflow: auto;
}

    .mobile-dashboard-wrap h4 {
        font-size: 0.95rem !important;
    }

    .mobile-dashboard-wrap .mobile-header {
        display: none;
        background: #dfedf6;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 0.3rem 0.5rem 1.5rem;
        width: 100%;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .mobile-dashboard-wrap .side-nav {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        background: #ebf4fa;
        min-width: 280px;
        min-height: 100%;
        padding: 2rem 1.3rem;
    }

        .mobile-dashboard-wrap .side-nav .menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .mobile-dashboard-wrap .side-nav .menu li {
            margin-bottom: 1.9rem;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
        }

        .mobile-dashboard-wrap .side-nav .menu .icon {
            font-size: 1.2rem;
            margin-right: 0.3rem;
        }

        .mobile-dashboard-wrap .side-nav .menu a {
            color: #535759;
        }

            .mobile-dashboard-wrap .side-nav .menu a:hover {
                opacity: 0.8;
            }

    .mobile-dashboard-wrap .icon-col {
        display: block;
        padding: 1.5rem;
    }

    .mobile-dashboard-wrap .dashboard-content {
        margin-top: 4rem;
        margin-left: auto;
        margin-right: auto;
        color: #545454;
        width: calc(100% - 280px);
        padding-bottom: 3rem;
    }

        .mobile-dashboard-wrap .dashboard-content .container-fit {
            max-width: 950px;
        }

        .mobile-dashboard-wrap .dashboard-content h1 {
            font-weight: 600;
            font-size: 2.5rem;
        }

        .mobile-dashboard-wrap .dashboard-content h3 {
            font-size: 1.3rem;
            font-weight: normal;
        }

.icon-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-width: 3px;
    border-style: solid;
    font-size: 2.5rem;
    border-radius: 8px;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 auto;
}

    .icon-box.small {
        width: 55px;
        height: 55px;
        font-size: 1.3rem;
    }

    .icon-box:hover {
        transform: scale(1.1);
    }

    .icon-box.light-blue {
        border-color: #3dade7;
        color: #3dade7;
        background: #e2f8fe;
    }

    .icon-box.yellow {
        border-color: #ebbe39;
        color: #ebbe39;
        background: #f9f9dd;
    }

    .icon-box.purple {
        border-color: #9637f0;
        color: #9637f0;
        background: #eee3fd;
    }

    .icon-box.red {
        border-color: #e3544c;
        color: #e3544c;
        background: #fee7e8;
    }

    .icon-box.dark-blue {
        border-color: #504ade;
        color: #504ade;
        background: #edecfb;
    }

    .icon-box.light-green {
        border-color: #2fd7b4;
        color: #2fd7b4;
        background: #e2fbf7;
    }

    .icon-box.pink {
        border-color: #e247c8;
        color: #e247c8;
        background: #fbe3f8;
    }

    .icon-box.green {
        border-color: #41cd6a;
        color: #41cd6a;
        background: #ddfbe6;
    }

    .icon-box.gold {
        border-color: #d4a51c;
        color: #d4a51c;
        background: #fef4e6;
    }

.mobile-menu-bar {
    background: #5c5753;
    color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.3rem;
    padding: 1.5rem;
    border-bottom: 10px solid #fff;
    z-index: 99;
}

.mobile-menu-overlay {
    display: none;
    background: #5c5753;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}

    .mobile-menu-overlay.show {
        display: block;
    }

    .mobile-menu-overlay a {
        color: #fff;
    }

    .mobile-menu-overlay hr {
        border-color: #fff;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .mobile-menu-overlay .social-icon-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
    }

        .mobile-menu-overlay .social-icon-row a {
            padding: 0.5rem;
            font-size: 1.3rem;
        }

    .mobile-menu-overlay .nav-list {
        padding: 1rem;
    }

        .mobile-menu-overlay .nav-list ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        .mobile-menu-overlay .nav-list li {
            margin-bottom: 1.3rem;
        }

        .mobile-menu-overlay .nav-list .collapse {
            padding: 1rem 0 0 1rem;
        }

.file-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #3dade7;
}

    .file-name .icon {
        width: 70px;
        height: 70px;
        margin-right: 1rem;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e2f8fe;
        border-radius: 5px;
        font-size: 1.5rem;
    }

.billingCard {
    box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
}

    .billingCard .card-header {
        font-weight: 500;
        font-size: 1.1rem;
    }

    .billingCard thead {
        color: #555555;
        font-size: 14px;
        background: #D8D8D8;
    }

        .billingCard thead th {
            font-weight: 600;
        }

    .billingCard td {
        vertical-align: middle;
    }

    .billingCard .btn-primary.disabled,
    .billingCard .btn-primary:disabled {
        color: #fff;
        background-color: #B5B5B5;
        border-color: #B5B5B5;
    }

.font-weight-medium {
    font-weight: 600;
}

.youtubeContainer .youtubeVid {
    aspect-ratio: 16/9;
    width: 100%;
}

select.forceMin {
    min-width: 120px !important;
}

.historyModal .modal-header {
    background: #ffffff;
}

    .historyModal .modal-header h5.modal-title {
        font-size: 1rem;
    }

.historyModal .householdCard {
    margin-bottom: 10px;
}

.historyModal .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 0px;
    box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    border: 1px solid #e8e8e8;
}

    .historyModal .card-header .topLevelText {
        font-size: 1rem;
    }

.historyModal .card-body {
    padding: 0px;
    border: 1px solid #e1e1e1;
}

.historyModal .collapseTarget > a {
    display: block;
    position: relative;
    padding-left: 30px;
}

    .historyModal .collapseTarget > a:before {
        content: "\f0da";
        /* right */
        font-family: "Font Awesome 5 Pro";
        font-weight: bold;
        position: absolute;
        left: 0px;
    }

    .historyModal .collapseTarget > a[aria-expanded=true]:before {
        content: "\f0d7";
        /* down */
    }

.historyModal .card-header.secondLevelIndent {
    padding-left: 55px;
}

.historyModal .tableActions {
    padding: 10px;
    border-radius: 10px;
}

    .historyModal .tableActions:hover {
        cursor: pointer;
        background: #eee;
    }

.historyModal .dropdown-menu {
    box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    -webkit-box-shadow: 0px 1px 6px 0.1px rgba(79, 79, 79, 0.18);
    border: 1px solid #e8e8e8;
}

.historyModal .dropdown-item:hover,
.historyModal .dropdown-item:focus {
    color: #000;
}

.historyModal .infoBadge {
    display: inline-block;
    width: 90px;
}

.modal-title {
    text-transform: uppercase;
}

.modal2 {
    z-index: 1052 !important;
}

.modal-backdrop.show ~ .modal-backdrop.show {
    z-index: 1051 !important;
}

.mobiscroll-select .mbsc-ios.mbsc-form-control-wrapper:after,
.mobiscroll-select .mbsc-ios.mbsc-form-control-wrapper:before {
    display: none;
}

.mobiscroll-select .mbsc-textfield-inner {
    border-radius: 0.3rem;
}

.mobiscroll-select .mbsc-ios.mbsc-select {
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
}

.mobi-input[readonly] {
    background: #fff;
}

.optionGroup {
    font-weight: bold;
    font-style: italic;
}

.optionChild {
    padding-left: 15px;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-header {
    font-size: 1rem !important;
}

.table td {
    vertical-align: middle;
}

.table-row-header {
    background: #d8d8d8;
    font-weight: 600;
}

.budget-table-card {
    position: relative;
    overflow-x: scroll;
    max-height: 68vh;
}

    .budget-table-card.report-table {
        max-height: 66vh;
    }

#budget-table {
    overflow: auto;
    background: #fff;
    max-width: 100%;
}

    #budget-table tr.checked td {
        background: #d4e4ee;
    }

    #budget-table .input-group {
        width: 130px;
    }

    #budget-table table {
        border: 0;
        width: 100%;
    }

    #budget-table th {
        position: sticky;
        top: -1px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
        z-index: 900;
        background: #fff;
        border: 1px solid #dee2e6;
    }

        #budget-table td.label,
        #budget-table td.table-row-header a,
        #budget-table td.table-row-header .form-check,
        #budget-table th.first {
            text-align: left;
            white-space: nowrap;
            position: sticky;
        }

        #budget-table th.first {
            left: 0;
            z-index: 902;
        }

    #budget-table td.label {
        z-index: 901;
        left: 0;
    }

    #budget-table td.table-row-header a {
        left: 50px;
    }

    #budget-table td.table-row-header .form-check {
        left: 26px;
    }

    #budget-table .table-row-header a {
        color: #58595b;
    }

    #budget-table .budget-cell-progress-bar {
        padding-bottom: 0.5rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        width: 155px;
        min-width: 155px;
    }

        #budget-table .budget-cell-progress-bar .progress {
            width: 85%;
            margin-right: 10px;
        }

        #budget-table .budget-cell-progress-bar .progress-bar {
            background: #3D85F8;
        }

        #budget-table .budget-cell-progress-bar.edit {
            cursor: pointer;
        }

            #budget-table .budget-cell-progress-bar.edit:hover {
                background: #daeafd;
            }

        #budget-table .budget-cell-progress-bar .percentage {
            font-size: 0.8em;
            font-weight: 600;
            font-style: italic;
            margin: 0;
        }

    #budget-table .budget-progress {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ababab;
        margin-bottom: 0.5rem;
    }

        #budget-table .budget-progress .actual {
            font-weight: 600;
            margin-right: 3px;
            color: #000;
        }

        #budget-table .budget-progress .predicted {
            margin-left: 3px;
            font-style: italic;
        }

    #budget-table .header-label-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        #budget-table .header-label-container .form-check-input {
            width: 1em;
            height: 1em;
        }

    #budget-table td {
        text-align: center;
    }

        #budget-table td.label {
            width: 350px;
            padding-right: 3rem;
            font-weight: 500;
            background: #fff;
        }

        #budget-table td.table-row-header {
            width: auto;
            text-align: left;
        }

        #budget-table td.total {
            text-align: right;
        }

    #budget-table input {
        text-align: center;
    }

    #budget-table tr td:first-child {
        padding-left: 1.5rem;
    }

    #budget-table .table-indented-section td:first-child {
        padding-left: 3rem;
    }

        #budget-table .table-indented-section td:first-child .form-check-input {
            margin-left: -2.6rem;
        }

    #budget-table .table-indented-section-2 td:first-child {
        padding-left: 4rem;
    }

    #budget-table .sub-account-arrow {
        margin-left: -34px;
        margin-right: 3px;
    }

    #budget-table .month-year-header {
        text-align: center;
        font-size: 1em;
    }

        #budget-table .month-year-header.current {
            color: #3D85F8;
        }

        #budget-table .month-year-header .month {
            text-transform: uppercase;
            margin-right: 5px;
        }

        #budget-table .month-year-header .year {
            font-weight: normal;
        }

.day-month-filter-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

    .day-month-filter-row .btn {
        margin-right: 0.8rem;
    }

/* remove arrows from number inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.category-select {
    position: relative;
}

    .category-select .category-dropdown {
        width: 100%;
        top: 100%;
        margin-top: 15px;
        overflow: auto;
        max-height: 200px;
    }

        .category-select .category-dropdown ul {
            list-style-type: none;
        }

            .category-select .category-dropdown ul:first-child {
                padding-left: 0;
            }

        .category-select .category-dropdown a {
            cursor: pointer;
            display: block;
            padding: 0.8rem;
            -o-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .category-select .category-dropdown a:hover {
                background: #ededed;
            }

.btn-round {
    border-radius: 3rem;
}

table.dataTable thead th.no-sort:before,
table.dataTable thead th.no-sort:after {
    content: "";
}

.edit-row td {
    background: #E5F1F8;
}

    .edit-row td .form-control,
    .edit-row td .input-group-text {
        border-color: #3a80b6;
    }

#recon-table {
    font-size: 0.9em;
}

    #recon-table td {
        padding: 0.6rem;
    }

    #recon-table input[type=checkbox] {
        width: 15px;
        height: 15px;
        margin: 0;
    }

.nowrap {
    white-space: nowrap !important;
}

.text-underline-dotted {
    text-decoration-style: dotted !important;
    text-decoration: underline;
}

.btn[disabled] {
    background: #a7a7a7;
    border-color: #a7a7a7;
    color: #fff;
    cursor: not-allowed;
}

.tags-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .tags-list li {
        padding: 8px;
        background: #ededed;
        border-radius: 3px;
        margin-right: 1rem;
        margin-bottom: 1rem;
        white-space: nowrap;
    }

.card.no-shadow {
    box-shadow: none;
}

.reconciliation-card {
    height: 74px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

.text-700 {
    font-weight: 700;
}

.text-800 {
    font-weight: 800;
}

.reconciliation-summary {
    font-weight: 500;
    font-size: 1.05em;
}

    .reconciliation-summary .list-group {
        max-width: 650px;
        margin: 0 auto;
    }

    .reconciliation-summary .list-group-item {
        padding-left: 0;
        padding-right: 0;
        border-color: #58595b;
    }

    .reconciliation-summary label {
        margin: 0;
    }

.avatarCircle {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    color: #1C336B;
    text-align: center;
    font-weight: 600;
    border: 1px solid #1C336B;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .avatarCircle.md {
        width: 73px;
        height: 73px;
    }

    .avatarCircle.sm {
        width: 43px;
        height: 43px;
    }

.hvr-grow,
.hvr-grow-sm {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .hvr-grow-sm:hover,
    .hvr-grow-sm:focus,
    .hvr-grow-sm:active {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }

.text-body {
    color: #000;
}

.font-size-lg {
    font-size: 1.1em;
}

.container-lg {
    max-width: 1300px;
    margin: 0 auto;
}

.response-waiting-cards .card {
    border: 1px solid #1C336B;
}

.response-waiting-cards .badge-danger {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FA0404;
    display: block;
    padding: 0;
}

.underline-tabs {
    font-size: 1.1em;
}

    .underline-tabs .nav-item {
        margin-right: 25px;
    }

        .underline-tabs .nav-item:last-child {
            margin-right: 0;
        }

    .underline-tabs .nav-link {
        border: none;
        background: none;
        padding-left: 0;
        padding-right: 0;
        font-weight: 500;
    }

        .underline-tabs .nav-link.active {
            color: #0076B9;
            font-weight: 700;
            border-bottom: 3px solid #0076B9;
            background: none;
        }

        .underline-tabs .nav-link:focus {
            outline: none;
        }

    .underline-tabs a {
        cursor: pointer;
        color: #000;
        padding: 20px 0;
    }

    .underline-tabs.small {
        font-size: 1rem;
    }

        .underline-tabs.small a {
            padding: 10px 0;
        }

.chat-message {
    display: flex;
    width: 100%;
}

    .chat-message .message {
        border-radius: 7px;
        background: #F8F8F8;
        border: 1px solid #DFDFDF;
        padding: 1rem;
        width: 100%;
    }

    .chat-message.sent {
        margin-right: 0;
    }

        .chat-message.sent .message {
            background: #E9F7FF;
        }

.chat-replies {
    display: flex;
    flex-direction: column-reverse;
    overflow: auto;
    height: 45vh;
}

.onboarding-questions {
    margin-left: 4rem;
}

.modal-dialog-scrollable .modal-body {
    max-height: 78vh;
    overflow: auto;
}

.step-number {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: #1C336B;
    color: #fff;
    border-radius: 50%;
}

.sticky-header {
    background: #fff;
    position: sticky;
    top: 70px;
    z-index: 99;
    padding: 1.5rem 0;
    border-top: 1px solid #E6E5E4;
    margin-top: -21px;
    margin-bottom: 2rem;
}

.text-member-light-blue {
    color: #5CABCF;
}

.text-member-yellow {
    color: #ebbe39;
}

.text-member-purple {
    color: #9637f0;
}

.text-member-red {
    color: #e3544c;
}

.text-member-dark-blue {
    color: #504ade;
}

.text-member-light-green {
    color: #62bf75;
}

.text-member-pink {
    color: #e247c8;
}

.text-member-green {
    color: #6DC3AB;
}

.text-member-gold {
    color: #d4a51c;
}

.text-member-orange {
    color: #cb8560;
}

.text-decoration-underline {
    text-decoration: underline;
}

.wizard-step {
    display: none;
}

    .wizard-step.active {
        display: block;
    }

img {
    max-width: 100%;
}

.amenity-img {
    max-height: 300px;
    margin: 0 auto;
    display: block;
}

.body-text-gray {
    color: #555;
}

.modal table th {
    font-weight: 600;
}

.modal table td {
    font-weight: 400;
}

.beta-badge {
    background: #ededed;
    color: #333;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 3px;
    line-height: normal;
}

.btn-outline-white {
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    color: #555;
    background-color: #fff;
}

    .btn-outline-white:hover {
        background-color: #ececec;
    }

#addInvoiceModal {
    z-index: 10000;
}

.text-decoration-strikethrough {
    text-decoration: line-through;
}

.text-wrap {
    text-wrap: wrap;
}

.text-break {
    word-wrap: break-word;
    word-break: break-word;
}

.h-fit-content {
    height: fit-content;
}

.dashboard-card {
    padding: 0.8rem;
    min-height: 200px;
}

    .dashboard-card .title {
        font-size: 0.85rem;
        font-weight: 400;
        text-transform: none;
    }

    .dashboard-card .data {
        font-weight: 600;
        margin: 0;
        line-height: 1;
    }

    .dashboard-card p {
        font-size: 0.8rem;
        margin-bottom: 0;
    }

    .dashboard-card .detail-text {
        font-size: 12px;
        position: absolute;
        bottom: 10px;
    }

    .dashboard-card .icon-green {
        color: #7EC287;
    }

    .dashboard-card .icon-yellow {
        color: #E79B50;
    }

    .dashboard-card .icon-blue {
        color: #68A1C5;
    }

    .dashboard-card .icon-circle {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #68A1C5;
        min-height: 40px;
        min-width: 40px;
        border-radius: 50%;
        font-size: 20px;
    }

.legend p {
    display: inline;
}

.legend .legend-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.4rem 0;
    border-bottom: 1px solid #EAEAEA;
}

.legend .legend-data {
    font-weight: 600;
    font-size: 14px;
}

.legend .square {
    display: inline-flex;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    border-radius: 3px;
}

    .legend .square.red {
        background-color: #DC3545;
    }

    .legend .square.orange {
        background-color: #F17400;
    }

    .legend .square.yellow {
        background-color: #FFC94C;
    }

.doughnut-text {
    position: absolute;
    bottom: 36px;
    left: 34px;
}

    .doughnut-text h1,
    .doughnut-text p {
        line-height: 1;
    }

#overdue-invoices-doughnut {
    width: 120px !important;
    height: 120px !important;
}

.card-container {
    height: 78vh;
    overflow: hidden;
    min-width: 840px;
}

.dropdown-filter {
    background-color: #fff;
    border: 1px solid #D3D7DC;
    font-weight: 400;
    color: #555;
}

.card-lg {
    min-height: 800px;
}

.search-text {
    bottom: -25px;
    left: 15px;
    margin-bottom: 0;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.fs-13 {
    font-size: 13px;
}

.line-height-normal {
    line-height: normal;
}

.nav-tabs.blue-underline, .nav-tabs.green-underline {
    border-bottom: none;
}

    .nav-tabs.blue-underline .nav-link, .nav-tabs.green-underline .nav-link {
        font-size: 1rem;
        border-radius: 0;
        border: none;
        background-color: #fff;
        color: #818181;
        font-weight: 500;
        cursor: pointer;
    }

        .nav-tabs.blue-underline .nav-link:focus, .nav-tabs.green-underline .nav-link:focus {
            outline: none;
        }

        .nav-tabs.blue-underline .nav-link.active, .nav-tabs.green-underline .nav-link.active {
            border-bottom: 3px solid #1C75B3;
            color: #1C75B3;
            font-weight: 600;
        }

            .nav-tabs.blue-underline .nav-link.active.green-border, .nav-tabs.green-underline .nav-link.active.green-border {
                border-bottom: 3px solid #49A1A3;
                color: #555555;
                font-weight: 500;
            }

.nav-btns {
    min-width: 390px;
}

    .nav-btns button {
        font-size: 0.875rem;
        font-weight: 500;
    }

.btn-blue {
    background-color: #1C75B3;
    color: #fff;
}

.btn-outline-blue {
    color: #1C75B3;
    border: 1px solid #1C75B3;
    background-color: #fff;
}

.btn-outline-gray {
    color: #555;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

    .btn-outline-gray:hover {
        color: #333 !important;
    }

.bottom-0 {
    bottom: 0;
}

.right-0 {
    right: 0;
}

.bg-light-blue {
    background-color: #F2F6F9;
}

.bg-light-gray {
    background-color: #F6F7F7;
}

.vh-100 {
    height: 100vh !important;
}

.badge-light-red {
    background-color: #FDF1F2;
    color: #C51515;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
}

.switch-sm {
    min-width: 180px;
}

    .switch-sm p {
        font-size: 0.875rem;
        text-wrap: nowrap;
    }

    .switch-sm .switch {
        height: 24px;
        width: 48px;
    }

        .switch-sm .switch .slider::before {
            bottom: 3px;
            left: 3px;
        }

        .switch-sm .switch .slider.round::before {
            height: 18px;
            width: 18px;
        }

        .switch-sm .switch input:checked + .slider:before {
            -webkit-transform: translateX(24px);
            -ms-transform: translateX(24px);
            transform: translateX(24px);
        }

.search-sm .form-control,
.search-sm .input-group-append {
    height: calc(2.5rem + 2px);
    font-size: 0.9rem;
}

    .search-sm .form-control .btn,
    .search-sm .input-group-append .btn {
        padding: 0rem 0.9rem;
    }

.smaller {
    font-size: 0.9rem;
}

.px-2rem {
    padding-left: 2rem;
    padding-right: 2rem;
}

.min-h-100 {
    min-height: 100%;
}

.overflow-auto {
    overflow: auto;
}

table.table-simple {
    font-size: 0.875rem;
    border: 1px solid #EDEDED;
    border-radius: 6px !important;
    border-collapse: unset;
    border-spacing: 0;
}

    table.table-simple th {
        font-weight: 500;
        border-bottom: 1px solid #EDEDED;
        padding: 0.8rem 1.25rem;
    }

    table.table-simple td {
        font-weight: 300;
        border-bottom: 1px solid #EDEDED;
        padding: 1rem 1.25rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 300px;
    }

    table.table-simple .actions {
        overflow: unset;
        padding: 0 0.5rem 0 0;
    }

        table.table-simple .actions .dropdown {
            background-color: #fff;
        }

            table.table-simple .actions .dropdown .dropdown-menu {
                border-color: #fff;
                box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
            }

                table.table-simple .actions .dropdown .dropdown-menu .dropdown-item {
                    padding: 0.25rem 1rem;
                }

        table.table-simple .actions .btn-white {
            background-color: #fff;
            color: #555;
            font-size: 1.1rem;
        }

            table.table-simple .actions .btn-white:focus {
                box-shadow: none;
            }

    table.table-simple tr:last-child td {
        border-bottom: none;
    }

.text-transform-none {
    text-transform: none;
}

.line-input input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 2rem;
}

    .line-input input:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #1C75B3;
    }

.input-sizer {
    display: inline-grid;
    vertical-align: top;
    align-items: center;
    position: relative;
    padding: 0.25em 0.5em;
    margin: 5px;
    color: #555;
}

    .input-sizer.stacked {
        padding: 0.5em;
        align-items: stretch;
    }

        .input-sizer.stacked::after,
        .input-sizer.stacked input {
            grid-area: 2/1;
        }

    .input-sizer::after,
    .input-sizer input {
        color: #555;
        width: auto;
        min-width: 1em;
        grid-area: 1/2;
        font: inherit;
        padding: 0.25em;
        margin: 0;
        resize: none;
        background: none;
        appearance: none;
    }

        .input-sizer input:hover {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: 1px solid #eaeaea;
        }

        .input-sizer input:focus,
        .input-sizer input:focus-visible,
        .input-sizer input:active {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: 1px solid #1C75B3;
        }

    .input-sizer span {
        padding: 0.25em;
    }

    .input-sizer::after {
        content: attr(data-value) " ";
        visibility: hidden;
        white-space: pre-wrap;
    }

    .input-sizer:focus-within textarea:focus,
    .input-sizer:focus-within input:focus {
        outline: none;
    }

.w-85 {
    width: 85%;
}

.icon-btn-gray {
    color: #ABABAB;
    background-color: transparent;
}

    .icon-btn-gray:focus {
        box-shadow: none;
    }

    .icon-btn-gray:hover {
        color: #555555;
    }

    .icon-btn-gray.red-hover:hover {
        color: #CD2626;
    }

.hidden-file-input {
    position: relative;
    cursor: pointer;
}

    .hidden-file-input input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
    }

.w-fit-content {
    width: fit-content;
}

.top-14 {
    top: 14px;
}

.card-rounded {
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

.input-group-smaller {
    height: 42px;
}

    .input-group-smaller .input-group-prepend {
        height: 42px;
    }

    .input-group-smaller .form-control {
        height: 42px;
    }

.table.plain {
    font-size: 0.875rem;
}

    .table.plain thead tr th {
        font-weight: 400;
        border: none;
    }

    .table.plain .subject-wrap,
    .table.plain .subject {
        max-width: 380px;
    }

    .table.plain td {
        padding: 1.2rem 1rem;
    }

    .table.plain.smaller td {
        padding: 1rem;
    }

.status {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}

    .status .status-dot {
        display: inline-block;
        border-radius: 10px;
        min-width: 9px;
        width: 9px;
        height: 9px;
        margin-right: 0.4rem;
    }

        .status .status-dot.green {
            background-color: #28A745;
        }

        .status .status-dot.yellow {
            background-color: #EDBD11;
        }

        .status .status-dot.red {
            background-color: #DC3545;
        }

.h-95 {
    height: 95%;
}

.nav-pills.light-gray .nav-link {
    padding: 0.3rem 1.875rem;
    background-color: #FFFFFF;
    color: #8D8D8D;
    font-weight: 400;
}

    .nav-pills.light-gray .nav-link:hover {
        color: #333333;
    }

    .nav-pills.light-gray .nav-link.active {
        font-weight: 500;
        background-color: #F2F2F2;
        color: #333333;
    }

.nav-pills.primary .nav-link {
    padding: 0.3rem 1.875rem;
    background-color: #FFFFFF;
    color: #848484;
    border: 1px solid #E1E1E1;
    font-weight: 400;
}

    .nav-pills.primary .nav-link:hover {
        color: #333333;
    }

    .nav-pills.primary .nav-link.active {
        font-weight: 500;
        background-color: #49A1A3;
        color: #FFFFFF;
        border-color: #49A1A3;
    }

.modal.email-details .modal-header {
    border-radius: 15px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.modal-xl-larger {
    max-width: 1110px;
}

.btn-light-gray {
    background-color: #FFFFFF;
    color: #989898;
}

    .btn-light-gray:hover {
        color: #555;
    }

.mb-005 {
    margin-bottom: 0.05rem;
}

.custom-select.taller {
    height: calc(2.25rem + 6px);
}

.rounded-1 {
    border-radius: 0.5rem !important;
}

.border-light {
    border: 1px solid #e7e7e7;
}

.btn-group-toggle .btn.btn-outline-blue {
    background-color: #FFFFFF;
    border-color: #3a80b6 !important;
    color: #3a80b6;
}

    .btn-group-toggle .btn.btn-outline-blue.active {
        background-color: #3a80b6 !important;
        color: #FFFFFF;
    }

.mh-600 {
    min-height: 600px;
}

h6.larger {
    font-size: 1.1rem;
}

.pricingDeck .btn-floating.btn-action {
    position: absolute;
    right: 0px;
    top: -25px;
    width: 37px;
    height: 37px;
}

.pricingDeck .btn-floating {
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

    .pricingDeck .btn-floating.btn-action i {
        font-size: 1rem;
        line-height: 37px;
    }

.breadcrumbCol {
    font-size: 13px;
    color: #999;
}

    .breadcrumbCol .activeStep {
        font-weight: bold;
    }

    .breadcrumbCol .stepSlash {
        margin: 0px 10px;
    }

.userInformation .list-group,
.switchModalList .list-group {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0.5rem 0;
}

.userInformation .list-group-item,
.switchModalList .list-group-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 1rem;
    line-height: 1;
}

.customFieldSection {
    background: #ebebeb;
    border-radius: 10px;
}

    .customFieldSection .customFieldGroup {
        padding: 10px;
    }

        .customFieldSection .customFieldGroup.customFieldGroupHover {
            -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
        }

        .customFieldSection .customFieldGroup .moveCustomFieldIcon:hover {
            cursor: move;
        }

.customFormSection {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .customFormSection h3 {
        font-weight: 500;
    }

    .customFormSection label {
        font-weight: 600;
        font-size: 16px;
    }

        .customFormSection label.form-check-label {
            font-weight: 300;
        }

    .customFormSection .emptyCol {
        text-align: center;
        color: #28a745;
        font-weight: 500;
        border: 2px solid #28a745;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 27px;
        border-radius: 0.5rem;
        font-size: 1.3rem;
    }

        .customFormSection .emptyCol:hover {
            cursor: pointer;
            background: #ecfff0;
        }

    .customFormSection .customFormGroup {
        padding: 10px;
    }

        .customFormSection .customFormGroup.customFieldGroupHover {
            -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            outline: 3px solid #cde1ff;
        }

        .customFormSection .customFormGroup .moveCustomFieldIcon:hover {
            cursor: move;
        }

        .customFormSection .customFormGroup a.moveCustomFieldIcon {
            color: #a7a7a7;
        }

.templateGridPreview {
    background: #fff;
}

    .templateGridPreview .row {
        margin: 10px;
    }

        .templateGridPreview .row.customBrandColor [class*=col] {
            background: #0076b9;
        }

        .templateGridPreview .row [class*=col] {
            background: #ccc;
        }

.gridBlock.faqBlock button {
    white-space: normal;
}

.gridBlock.faqBlock:hover {
    box-shadow: none;
    cursor: default;
}

.gridBlock.faqBlock .list-group-item.active {
    font-weight: bold;
}

.gridBlock.faqBlock2 button {
    white-space: normal;
}

.gridBlock.faqBlock2 .accordion .card {
    border-radius: 0px;
    box-shadow: none;
}

    .gridBlock.faqBlock2 .accordion .card p {
        margin-left: 25px;
    }

.gridBlock.faqBlock2 .accordionParent,
.gridBlock.faqBlock2 .accordionNested {
    padding: 10px;
    border-radius: 0px;
}

.gridBlock.faqBlock2 .accordionParent {
    background: #e3e3e3;
}

.gridBlock.faqBlock2 .accordionNested h5 button {
    margin-left: 25px;
}

.membershipDirectory .card-title {
    font-weight: 500;
}

.membershipDirectory p.card-text {
    margin-bottom: 0px;
}

.membershipDirectory .contactBtns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

    .membershipDirectory .contactBtns .btn.btn-primary {
        margin-right: 10px;
    }

.membershipDirectory .card-img-top,
.membershipDirectory .card-img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 100%;
    height: 200px;
}

    .membershipDirectory .card-img-top.ben,
    .membershipDirectory .card-img.ben {
        background-image: url("../images/avatar-ben.PNG");
    }

.membershipDirectoryMap .card {
    width: 100%;
}

.membershipDirectoryMap.mapHide .mapHideWrap {
    display: block !important;
}

.membershipDirectoryMap.mapHide .card {
    width: 48%;
    float: left;
    margin: 0px 0.5%;
}

.membershipDirectoryMap .memberSearch {
    height: 100vh;
    background: #fff;
    min-height: 150px;
    max-height: 500px;
}

.membershipDirectoryMap .mapCol {
    background: #f7f7f7;
    height: 100%;
    /*background-position: center;
      background-repeat: no-repeat;
      background-size: cover;*/
    vertical-align: middle;
    width: 100%;
}

    .membershipDirectoryMap .mapCol .mapCol2 {
        background-image: url("../images/google-maps.PNG");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        vertical-align: middle;
        width: 100%;
    }

.membershipDirectoryMap .memberCol {
    height: 100%;
    position: relative;
}

    .membershipDirectoryMap .memberCol .searchRow {
        position: absolute;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .membershipDirectoryMap .memberCol .memberScroll {
        overflow: auto;
        height: calc(100% - 80px);
        margin-top: 80px;
    }

    .membershipDirectoryMap .memberCol .card {
        margin-bottom: 20px;
    }

        .membershipDirectoryMap .memberCol .card:hover {
            cursor: pointer;
            border: 2px solid #0076b9;
        }

    .membershipDirectoryMap .memberCol .card-title {
        font-weight: 400;
        font-size: 20px;
    }

    .membershipDirectoryMap .memberCol p.card-text {
        margin-bottom: 0px;
        font-size: 14px;
    }

.membershipDirectoryMap .contactBtns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

    .membershipDirectoryMap .contactBtns .btn.btn-primary.btn-sm {
        margin-right: 10px;
    }

.membershipDirectoryMap .card-img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 100%;
    height: 90px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .membershipDirectoryMap .card-img.noAvatar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #d9d9d9;
    }

        .membershipDirectoryMap .card-img.noAvatar span {
            font-size: 4rem;
        }

    .membershipDirectoryMap .card-img.ben {
        background-image: url("../images/avatar-ben.PNG");
    }

    .membershipDirectoryMap .card-img.leslie {
        background-image: url("../images/avatar-leslie.PNG");
    }

    .membershipDirectoryMap .card-img.tom {
        background-image: url("../images/avatar-tom.PNG");
    }

.viewMemberModal .memberField {
    border-bottom: 1px solid #b3b3b3;
    padding: 0px 0px 5px 0px;
}

.viewMemberModal .formField {
    margin-top: -5px;
}

    .viewMemberModal .formField small {
        font-size: 65%;
        color: #9f9f9f;
        text-transform: uppercase;
    }

.memberDetailsModal p {
    margin-bottom: 0px;
}

.addPageColorSwatches {
    flex-direction: row;
}

    .addPageColorSwatches .swatch {
        height: 70px;
        border: 3px solid #000;
        width: 19%;
    }

        .addPageColorSwatches .swatch.primary {
            background: #0076b9;
        }

        .addPageColorSwatches .swatch.secondary {
            background: #515151;
        }

        .addPageColorSwatches .swatch.accent {
            background: #f9f9f9;
        }

        .addPageColorSwatches .swatch.fourth {
            background: #ff8f17;
        }

        .addPageColorSwatches .swatch.fifth {
            background: #b7b6b6;
        }

.card.mainDues .balanceDue,
.card.mainDues .dateDue {
    margin-bottom: 0px;
}

.card.mainDues .balanceDueText,
.card.mainDues .dateDueText {
    margin-bottom: 0px;
    font-size: 10px;
    color: #848484;
}

.card.mainDues .balanceDue {
    font-weight: bold;
    font-size: 1.8rem;
}

.card.mainDues .dateDue {
    font-size: 1.5rem;
}

.siteBuilder {
    background: url(../images/gridbg.png) repeat #F3F4F9;
    /* VERTICAL NAVIGATION MENUS */
}

    .siteBuilder .sectionRowContainer {
        position: relative;
    }

        .siteBuilder .sectionRowContainer .sectionblockMenu,
        .siteBuilder .sectionRowContainer .sectionblockOverlay {
            opacity: 0;
            visibility: visible;
            transition: opacity 0.2s, visibility 0.2s;
            text-align: left;
        }

        .siteBuilder .sectionRowContainer .sectionblockMenu {
            display: none;
        }

        .siteBuilder .sectionRowContainer:hover {
            cursor: pointer;
            -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
        }

            .siteBuilder .sectionRowContainer:hover .sectionblockMenu {
                display: block;
                visibility: visible;
                opacity: 1;
                position: absolute;
                top: 10px;
                left: 0px;
                /*right: 0px;*/
                background: #202020;
                padding: 15px;
                border-top-left-radius: 0px;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                border-bottom-left-radius: 0px;
                font-size: 18px;
                z-index: 1010;
                /*margin: 0px auto;*/
                width: 65px;
                text-align: center;
                /*min-width: 360px;
              -webkit-box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);
              -moz-box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);
              box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);*/
            }

                .siteBuilder .sectionRowContainer:hover .sectionblockMenu a {
                    display: block;
                    margin: 10px 0px;
                    color: #a1cfff;
                }

            .siteBuilder .sectionRowContainer:hover .sectionblockOverlay {
                visibility: visible;
                opacity: 0.9;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 100%;
                width: 100%;
                background: #8a8a8a;
                /*z-index: 1000;*/
            }

    .siteBuilder .editSponsorBlock {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #0076b9;
        border-radius: 10px;
        padding: 1rem;
        margin-bottom: 20px;
    }

        .siteBuilder .editSponsorBlock .moveSponsor:hover {
            cursor: move;
        }

        .siteBuilder .editSponsorBlock img {
            height: 40px;
        }

    .siteBuilder .addSponsorBlock {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border: 1px solid #28a745;
        border-radius: 10px;
        padding: 1rem;
    }

        .siteBuilder .addSponsorBlock a {
            color: #28a745;
        }

    .siteBuilder section.page-container {
        margin-left: 245px;
        margin-top: 60px;
    }

    .siteBuilder .verticalNavContainer {
        display: flex;
    }

        .siteBuilder .verticalNavContainer .verticalNavWrap .sectionRowContainer {
            height: 100%;
        }

            .siteBuilder .verticalNavContainer .verticalNavWrap .sectionRowContainer .builderGridRow {
                display: block;
                height: 100%;
            }

                .siteBuilder .verticalNavContainer .verticalNavWrap .sectionRowContainer .builderGridRow .gridBlock.populatedBlock.mainNavGrid {
                    height: 100%;
                }

                    .siteBuilder .verticalNavContainer .verticalNavWrap .sectionRowContainer .builderGridRow .gridBlock.populatedBlock.mainNavGrid .mainNavBlock {
                        display: block;
                        height: 100%;
                    }

        .siteBuilder .verticalNavContainer .verticalNavContent {
            width: 100%;
        }

    .siteBuilder .builderGridRow {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
    }

        .siteBuilder .builderGridRow.hiddenRow {
            position: relative;
        }

            .siteBuilder .builderGridRow.hiddenRow .hiddenMenu,
            .siteBuilder .builderGridRow.hiddenRow .hiddenOverlay {
                opacity: 0;
                visibility: visible;
                transition: opacity 0.2s, visibility 0.2s;
                text-align: left;
            }

            .siteBuilder .builderGridRow.hiddenRow .hiddenOverlay {
                visibility: visible;
                opacity: 0.9;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 100%;
                width: 100%;
                background: #bbbbbb;
                z-index: 1000;
            }

            .siteBuilder .builderGridRow.hiddenRow .hiddenMenu {
                display: none;
            }

            .siteBuilder .builderGridRow.hiddenRow:hover {
                cursor: pointer;
                -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
                -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
                box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            }

                .siteBuilder .builderGridRow.hiddenRow:hover .hiddenMenu {
                    display: block;
                    visibility: visible;
                    opacity: 1;
                    position: absolute;
                    top: 10px;
                    left: 10px;
                    background: #fff;
                    padding: 5px;
                    border-radius: 10px;
                    font-size: 18px;
                    z-index: 1000;
                    border: 5px solid #cbf1c1;
                }

                    .siteBuilder .builderGridRow.hiddenRow:hover .hiddenMenu a {
                        display: block;
                    }

        .siteBuilder .builderGridRow.twoWide {
            justify-content: space-between;
        }

            .siteBuilder .builderGridRow.twoWide .gridBlock {
                width: 50%;
                flex-grow: 0;
                align-self: stretch;
            }

        .siteBuilder .builderGridRow.twoThirdsLeft {
            justify-content: space-between;
        }

            .siteBuilder .builderGridRow.twoThirdsLeft .gridBlock:first-child {
                width: 66.6%;
                flex-grow: 0;
                align-self: stretch;
            }

            .siteBuilder .builderGridRow.twoThirdsLeft .gridBlock:last-child {
                width: 33.4%;
                flex-grow: 0;
                align-self: stretch;
            }

        .siteBuilder .builderGridRow.twoThirdsRight {
            justify-content: space-between;
        }

            .siteBuilder .builderGridRow.twoThirdsRight .gridBlock:first-child {
                width: 33.4%;
                flex-grow: 0;
                align-self: stretch;
            }

            .siteBuilder .builderGridRow.twoThirdsRight .gridBlock:last-child {
                width: 66.6%;
                flex-grow: 0;
                align-self: stretch;
            }

        .siteBuilder .builderGridRow.threeWide {
            justify-content: space-between;
        }

            .siteBuilder .builderGridRow.threeWide .gridBlock {
                width: 33.333333%;
                flex-grow: 0;
                align-self: stretch;
                /* BREAKING UP LONG WORDS FOR 3 COL GRIDBLOCKS, WORD WRAPPING */
                overflow-wrap: break-word;
            }

        .siteBuilder .builderGridRow.quoteBlock p {
            margin-bottom: 0px;
        }

        .siteBuilder .builderGridRow.quoteBlock .gridBlock {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .siteBuilder .builderGridRow.quoteBlock .gridBlock:first-child {
                justify-content: start;
            }

        .siteBuilder .builderGridRow.quoteBlock .quoteMarks .fa-stack {
            height: 4em;
            line-height: 4em;
            width: 5rem;
        }

        .siteBuilder .builderGridRow.quoteBlock .quoteMarks .fa-stack-2x {
            font-size: 4em;
        }

        .siteBuilder .builderGridRow.quoteBlock .quoteMarks .fa-stack-1x {
            font-size: 3rem;
        }

        .siteBuilder .builderGridRow.quoteBlock .quoteText {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 10px;
        }

        .siteBuilder .builderGridRow.quoteBlock .quoteAuthor {
            font-size: 1rem;
            font-style: italic;
        }

        .siteBuilder .builderGridRow.updateWidgets .eventsBlock .listItem {
            margin-bottom: 15px;
        }

            .siteBuilder .builderGridRow.updateWidgets .eventsBlock .listItem .monthDate {
                width: 60px;
                float: left;
                margin-right: 10px;
            }

                .siteBuilder .builderGridRow.updateWidgets .eventsBlock .listItem .monthDate .month,
                .siteBuilder .builderGridRow.updateWidgets .eventsBlock .listItem .monthDate .date {
                    display: block;
                    text-align: center;
                    color: #fff;
                }

                .siteBuilder .builderGridRow.updateWidgets .eventsBlock .listItem .monthDate .month {
                    background: #5e5e5e;
                    font-size: 20px;
                }

                .siteBuilder .builderGridRow.updateWidgets .eventsBlock .listItem .monthDate .date {
                    background: #aaa;
                    height: 40px;
                    padding-top: 9px;
                    font-size: 16px;
                }

            .siteBuilder .builderGridRow.updateWidgets .eventsBlock .listItem .linkInfo {
                width: calc(100% - 100px);
                display: inline-block;
            }

                .siteBuilder .builderGridRow.updateWidgets .eventsBlock .listItem .linkInfo p.info {
                    color: #7d7d7d;
                    font-size: 14px;
                    margin-bottom: 0px;
                }

        .siteBuilder .builderGridRow.updateWidgets .newsBlock .listItem,
        .siteBuilder .builderGridRow.updateWidgets .documentsBlock .listItem {
            margin-bottom: 15px;
        }

        .siteBuilder .builderGridRow.updateWidgets .newsBlock p.date,
        .siteBuilder .builderGridRow.updateWidgets .documentsBlock p.date {
            font-size: 12px;
            margin-bottom: 0px;
            color: #6a6a6a;
        }

        .siteBuilder .builderGridRow.updateWidgets .newsBlock p.info,
        .siteBuilder .builderGridRow.updateWidgets .documentsBlock p.info {
            margin-bottom: 5px;
            font-size: 13px;
        }

        .siteBuilder .builderGridRow.updateWidgets .newsBlock .smallLink,
        .siteBuilder .builderGridRow.updateWidgets .documentsBlock .smallLink {
            font-size: 13px;
            background: transparent;
        }

    .siteBuilder .gridBlock {
        position: relative;
        padding: 10px;
        flex-grow: 1;
        margin: 2px 0px;
        outline: 4px dotted #a4a4a4;
    }

        .siteBuilder .gridBlock.featuredLinksCustom .featuredLinksRow {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            flex-basis: 1 1 0;
        }

            .siteBuilder .gridBlock.featuredLinksCustom .featuredLinksRow .featuredLinksBlock {
                flex-grow: 1;
                flex-basis: 0;
            }

                .siteBuilder .gridBlock.featuredLinksCustom .featuredLinksRow .featuredLinksBlock .featuredLink {
                    word-break: break-word;
                }

        .siteBuilder .gridBlock.editActiveBlock {
            outline: 10px dotted #a4a4a4;
            z-index: 1019;
        }

        .siteBuilder .gridBlock.emptyBlock {
            text-align: center;
            padding: 75px 0px;
            box-shadow: 0px;
            transition: box-shadow 0.2s;
            font-size: 1.3rem;
        }

            .siteBuilder .gridBlock.emptyBlock .blockIcon {
                font-size: 3rem;
            }

        .siteBuilder .gridBlock.hoverEffect {
            background: #ccc;
        }

            .siteBuilder .gridBlock.hoverEffect .hoverOverlay {
                opacity: 0;
                visibility: visible;
                transition: opacity 0.2s, visibility 0.2s;
                text-align: left;
            }

            .siteBuilder .gridBlock.hoverEffect .hoverOverlayContent {
                display: none;
            }

            .siteBuilder .gridBlock.hoverEffect:hover .hoverOverlay {
                visibility: visible;
                opacity: 0.7;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 100%;
                width: 100%;
                background: #000;
                z-index: 1000;
            }

            .siteBuilder .gridBlock.hoverEffect:hover .hoverOverlayContent {
                display: block;
                z-index: 1010;
                position: relative;
            }

        .siteBuilder .gridBlock.populatedBlock {
            border-radius: 0px;
            /* START HEADER LAYOUTS */
            /* END HEADER LAYOUTS */
        }

            .siteBuilder .gridBlock.populatedBlock.simpleBlock {
                padding: 75px 0px;
                text-align: center;
                font-size: 1.3rem;
            }

            .siteBuilder .gridBlock.populatedBlock.photoGallery {
                width: 100%;
            }

                .siteBuilder .gridBlock.populatedBlock.photoGallery .imageSliderContainer {
                    width: 100%;
                }

            .siteBuilder .gridBlock.populatedBlock.imageBlockPiece {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: 50% 50%;
            }

                .siteBuilder .gridBlock.populatedBlock.imageBlockPiece .imageBlockContent {
                    max-width: 80%;
                }

            .siteBuilder .gridBlock.populatedBlock.imageBlock1 {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .siteBuilder .gridBlock.populatedBlock.imageBlock1 .heroOverlay {
                    max-width: 80%;
                }

            .siteBuilder .gridBlock.populatedBlock.mapBlock1 {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: 50% 50%;
            }

            .siteBuilder .gridBlock.populatedBlock.calendarBlock1 {
                background-size: cover;
                background-repeat: no-repeat;
            }

            .siteBuilder .gridBlock.populatedBlock.headerGrid {
                color: #333;
                padding: 0px;
            }

                .siteBuilder .gridBlock.populatedBlock.headerGrid .headerBlock {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    flex-wrap: nowrap;
                }

                    .siteBuilder .gridBlock.populatedBlock.headerGrid .headerBlock .headerLeft {
                        display: flex;
                        flex-direction: column;
                    }

                    .siteBuilder .gridBlock.populatedBlock.headerGrid .headerBlock .headerRight {
                        flex-grow: 1;
                    }

            .siteBuilder .gridBlock.populatedBlock.headerGridHalf .headerBlock .headerRight {
                background: #bbb;
            }

            .siteBuilder .gridBlock.populatedBlock.headerGridThirds .headerBlock .headerLeft {
                flex-grow: 0;
            }

            .siteBuilder .gridBlock.populatedBlock.headerGridThirds .headerBlock .headerCenter {
                flex-grow: 0;
                text-align: center;
                margin: 0 auto;
            }

            .siteBuilder .gridBlock.populatedBlock.headerGridThirds .headerBlock .headerRight {
                flex-grow: 0;
            }

            .siteBuilder .gridBlock.populatedBlock.headerGridWithNav .mainNavBlock {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-items: center;
            }

            .siteBuilder .gridBlock.populatedBlock .footerBlock {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }

                .siteBuilder .gridBlock.populatedBlock .footerBlock .footerRight .footerLink {
                    font-size: 11px;
                    font-weight: 400;
                }

                .siteBuilder .gridBlock.populatedBlock .footerBlock .footerRight .footerDivide {
                    font-size: 12px;
                }

            .siteBuilder .gridBlock.populatedBlock .sponsorBlock {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-items: center;
            }

                .siteBuilder .gridBlock.populatedBlock .sponsorBlock .singleSponsor {
                    width: 300px;
                    height: 150px;
                    justify-content: center;
                    display: flex;
                    align-items: center;
                }

                .siteBuilder .gridBlock.populatedBlock .sponsorBlock img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .siteBuilder .gridBlock.populatedBlock .featuredLinksRow {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                flex-basis: 1 1 0;
            }

                .siteBuilder .gridBlock.populatedBlock .featuredLinksRow .featuredLinksBlock {
                    flex-grow: 1;
                    flex-basis: 0;
                    padding: 50px 15px;
                }

                    .siteBuilder .gridBlock.populatedBlock .featuredLinksRow .featuredLinksBlock .featuredLink {
                        word-break: break-word;
                    }

            .siteBuilder .gridBlock.populatedBlock.iconRow .iconBlock {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                align-items: center;
                text-align: center;
            }

                .siteBuilder .gridBlock.populatedBlock.iconRow .iconBlock .featuredLink {
                    text-align: center;
                }

            .siteBuilder .gridBlock.populatedBlock .mainNavBlock {
                display: flex;
                flex-direction: row;
                justify-content: end;
                align-items: center;
            }

                .siteBuilder .gridBlock.populatedBlock .mainNavBlock .mainNavOverlay,
                .siteBuilder .gridBlock.populatedBlock .mainNavBlock .mainNavDropdownOverlay {
                    display: none;
                }

                .siteBuilder .gridBlock.populatedBlock .mainNavBlock .mainNavLink {
                    position: relative;
                }

                    .siteBuilder .gridBlock.populatedBlock .mainNavBlock .mainNavLink:first-child {
                        padding-left: 0px;
                    }

        .siteBuilder .gridBlock .blockMenu,
        .siteBuilder .gridBlock .blockOverlay {
            opacity: 0;
            visibility: visible;
            transition: opacity 0.2s, visibility 0.2s;
            text-align: left;
        }

        .siteBuilder .gridBlock .blockMenu {
            display: none;
        }

        .siteBuilder .gridBlock:hover {
            cursor: pointer;
            -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
        }

            .siteBuilder .gridBlock:hover .blockMenu {
                display: block;
                visibility: visible;
                opacity: 1;
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                background: #fff;
                padding: 15px;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
                border-bottom-right-radius: 10px;
                border-bottom-left-radius: 10px;
                font-size: 14px;
                z-index: 1000;
                margin: 0px auto;
                width: 40%;
                text-align: center;
                min-width: 360px;
                -webkit-box-shadow: 4px 15px 5px 0px rgba(0, 0, 0, 0.92);
                -moz-box-shadow: 4px 15px 5px 0px rgba(0, 0, 0, 0.92);
                box-shadow: 4px 15px 5px 0px rgba(0, 0, 0, 0.92);
            }

                .siteBuilder .gridBlock:hover .blockMenu a {
                    display: block;
                    margin: 10px 0px;
                }

            .siteBuilder .gridBlock:hover .blockOverlay {
                visibility: visible;
                opacity: 0.7;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 100%;
                width: 100%;
                background: #000;
                z-index: 1000;
            }

    .siteBuilder .templatePreviewWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .siteBuilder .templatePreviewWrap .templatePreviewBlock {
            width: 49%;
            height: 200px;
            background-image: url("../images/layout-preview1.PNG");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            border: 2px solid #4b4b4b;
            margin-bottom: 10px;
        }

        .siteBuilder .templatePreviewWrap .templateSelectRadio {
            position: absolute;
            bottom: 0;
            background: #fff;
            padding: 10px;
            max-width: 100%;
        }

    .siteBuilder.themeBuilder {
        background: #131313;
        color: #e8e8e8;
    }

        .siteBuilder.themeBuilder .form-control {
            background-color: #444;
            color: #e8e8e8;
        }

        .siteBuilder.themeBuilder select.form-control {
            background-color: #444;
            background: url(../images/caret-down-solid.svg) no-repeat right #444;
            background-position-x: calc(100% - 5px);
            background-size: 15px 12px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .siteBuilder.themeBuilder .form-control:focus {
            background-color: #000;
            color: #e8e8e8;
        }

        .siteBuilder.themeBuilder .gridBlock:hover .blockOverlay {
            opacity: 0.9;
            background: #8a8a8a;
        }

            .siteBuilder.themeBuilder .gridBlock:hover .blockOverlay a {
                color: #a1cfff;
            }

        .siteBuilder.themeBuilder .gridBlock:hover .blockMenu {
            background: #202020;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            width: 200px;
            text-align: left;
            /*-webkit-box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);
        -moz-box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);
        box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);*/
        }

            .siteBuilder.themeBuilder .gridBlock:hover .blockMenu a {
                color: #a1cfff;
                margin: 0px;
                padding: 10px 0px;
            }

        .siteBuilder.themeBuilder .gridBlock.emptyBlock {
            background: #131313;
            color: #a1cfff;
        }

            .siteBuilder.themeBuilder .gridBlock.emptyBlock .blockIcon {
                color: #a1cfff;
            }

            .siteBuilder.themeBuilder .gridBlock.emptyBlock div {
                color: #a1cfff;
            }

        .siteBuilder.themeBuilder .modal .modal-content {
            background-color: #202020;
            border: 1px solid rgba(191, 191, 191, 0.2);
        }

            .siteBuilder.themeBuilder .modal .modal-content .close {
                color: #fff;
                text-shadow: 0 1px 0 #000;
            }

            .siteBuilder.themeBuilder .modal .modal-content .modal-header {
                border-bottom: 1px solid #313131;
            }

                .siteBuilder.themeBuilder .modal .modal-content .modal-header .modal-title {
                    color: #e8e8e8;
                }

        .siteBuilder.themeBuilder .sectionRowContainer {
            position: relative;
        }

            .siteBuilder.themeBuilder .sectionRowContainer .sectionblockMenu,
            .siteBuilder.themeBuilder .sectionRowContainer .sectionblockOverlay {
                opacity: 0;
                visibility: visible;
                transition: opacity 0.2s, visibility 0.2s;
                text-align: left;
            }

            .siteBuilder.themeBuilder .sectionRowContainer .sectionblockMenu {
                display: none;
            }

            .siteBuilder.themeBuilder .sectionRowContainer:hover {
                cursor: pointer;
                -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
                -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
                box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.41);
            }

                .siteBuilder.themeBuilder .sectionRowContainer:hover .sectionblockMenu {
                    display: block;
                    visibility: visible;
                    opacity: 1;
                    position: absolute;
                    top: 10px;
                    left: 0px;
                    /*right: 0px;*/
                    background: #202020;
                    padding: 15px;
                    border-top-left-radius: 0px;
                    border-top-right-radius: 10px;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 0px;
                    font-size: 14px;
                    z-index: 1010;
                    /*margin: 0px auto;*/
                    width: 200px;
                    text-align: left;
                    /*min-width: 360px;
            -webkit-box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);
            -moz-box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);
            box-shadow: 4px 15px 5px 0px rgba(49, 49, 49, 0.92);*/
                }

                    .siteBuilder.themeBuilder .sectionRowContainer:hover .sectionblockMenu a {
                        display: block;
                        margin: 0px;
                        color: #a1cfff;
                        padding: 10px;
                    }

                .siteBuilder.themeBuilder .sectionRowContainer:hover .sectionblockOverlay {
                    visibility: visible;
                    opacity: 0.9;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    height: 100%;
                    width: 100%;
                    background: #8a8a8a;
                    /*z-index: 1000;*/
                }

    .siteBuilder.livePreview section.page-container {
        margin-left: 0px;
        margin-top: 60px;
    }

    .siteBuilder.livePreview .gridBlock {
        margin: 0px 0px;
        outline: 0px;
    }

        .siteBuilder.livePreview .gridBlock:hover {
            box-shadow: none;
            cursor: default;
        }

    .siteBuilder.livePreview .builderGridRow.twoWide .gridBlock {
        width: 50%;
    }

    .siteBuilder.livePreview .builderGridRow.threeWide .gridBlock {
        width: 33.333333%;
        width: 33.3333333333%;
    }

    .siteBuilder.publicView .sectionRowContainer:hover {
        cursor: default;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .siteBuilder.publicView .gridBlock {
        outline: 0px;
        margin: 0px;
    }

        .siteBuilder.publicView .gridBlock:hover {
            box-shadow: none;
            cursor: default;
        }

    .siteBuilder.publicView .nM {
        margin: 0px -1%;
    }

    .siteBuilder.publicView section.page-container {
        margin-left: 1%;
        margin-top: 0px;
        margin-right: 1%;
    }

        .siteBuilder.publicView section.page-container .container-fluid {
            padding-right: 0px;
            padding-left: 0px;
        }

.multiselect-container > li:hover {
    background: #0076b9;
    color: #fff;
}

    .multiselect-container > li:hover a {
        color: #fff;
    }

.sectionName {
    font-weight: 500;
}

.approvalTabs {
    font-size: 1.4rem;
    margin-bottom: -2px;
}

    .approvalTabs.nav-tabs .nav-link {
        font-weight: 300;
    }

        .approvalTabs.nav-tabs .nav-link.active {
            font-weight: 600;
        }

.manageSponsorLogo img {
    max-width: 100%;
}

/* Start Messaging Flyout */
.messagingIcon {
    font-size: 1.4rem;
}

    .messagingIcon .badge {
        font-size: 8px;
        margin-left: -4px;
    }

/* Parks and Rec avatars lol */
.md-avatar.pr-ron {
    background-image: url("../images/avatar-NONE.PNG");
}

.md-avatar.pr-leslie {
    background-image: url("../images/avatar-NONE.PNG");
}

.md-avatar.pr-ben {
    background-image: url("../images/avatar-NONE.PNG");
}

.md-avatar.pr-andy {
    background-image: url("../images/avatar-NONE.PNG");
}

.md-avatar.pr-april {
    background-image: url("../images/avatar-NONE.PNG");
}

.md-avatar.pr-tom {
    background-image: url("../images/avatar-NONE.PNG");
}

#messaging-global {
    z-index: 1040;
    width: 50%;
    min-width: 350px;
    top: 0;
    position: fixed;
    right: 0;
    height: 100%;
    overflow: visible;
    background: #ffffff;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0px;
    animation: slideMe 0.4s ease-in;
    /*@keyframes slideMe {
        0%{
            transform: translateX(100%);
        }

        100%{
            transform: translateX(0%);
        }
    }*/
}

    #messaging-global .messaging-inner {
        overflow-y: auto;
        height: calc(100% - 221px);
    }

    #messaging-global .messagingHeader {
        padding: 30px;
        margin: 0px;
        background: #0076b9;
    }

        #messaging-global .messagingHeader h3,
        #messaging-global .messagingHeader .flyoutMessagingGlobal {
            color: #fff;
            font-size: 24px;
        }

    #messaging-global .messagingSubHeader {
        padding: 15px 16px;
        margin: 0px -16px;
        background: #f4f4f4;
    }

    #messaging-global .messageFooter {
        padding: 15px 16px;
        display: flex;
        background: #f4f4f4;
    }

    #messaging-global .text-subtle {
        color: #9d9d9d;
    }

    #messaging-global a.menuEllipsis {
        color: #b9b9b9;
    }

    #messaging-global .postDropdownMain a {
        font-size: 0.8rem;
    }

    #messaging-global:after {
        position: fixed;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        right: 50%;
    }

    #messaging-global .convoContainer {
        padding: 15px 10px;
        border: 1px solid #ccc;
        margin-bottom: 10px;
        transition: all 0.2s;
    }

        #messaging-global .convoContainer .avatarCircle .noAvatar {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            background: #d9d9d9;
            font-weight: bold;
        }

        #messaging-global .convoContainer:hover {
            cursor: pointer;
            border: 1px solid #000;
        }

        #messaging-global .convoContainer .convoSnippet p {
            margin-bottom: 0px;
            font-size: 0.9rem;
        }

        #messaging-global .convoContainer .multipleAvatars .avatarOverlap {
            margin-left: -50px;
            transition: all 0.2s ease;
        }

        #messaging-global .convoContainer:hover .avatarOverlap {
            margin-left: 0px;
        }

        #messaging-global .convoContainer.unread {
            border: 3px solid #0076b9;
            background: #d6f4ff;
        }

    #messaging-global .participantContainer {
        margin-bottom: 30px;
    }

    #messaging-global .messageContainer .messageBubbleFrom {
        margin-left: 10px;
        background: #e5e5e5;
        border-radius: 10px;
        padding: 10px;
        width: 90%;
    }

    #messaging-global .messageContainer .messageBubbleTo {
        margin-right: 10px;
        background: #dbf3ff;
        border-radius: 10px;
        padding: 10px;
        width: 90%;
    }

    #messaging-global .messageContainer .imageMessageAttachment {
        margin-bottom: 10px;
    }

        #messaging-global .messageContainer .imageMessageAttachment .imageMessage {
            max-width: 200px;
        }

            #messaging-global .messageContainer .imageMessageAttachment .imageMessage img {
                max-width: 100%;
            }

    #messaging-global .messageContainer .imageUploadAttachment {
        margin-bottom: 10px;
    }

        #messaging-global .messageContainer .imageUploadAttachment a {
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 10px;
        }

@media (max-width: 850px) {
    #messaging-global {
        width: 100%;
    }

        #messaging-global:after {
            position: fixed;
            background: rgba(0, 0, 0, 0.4);
            width: 0%;
            height: 0%;
            content: "";
            top: 0;
            right: 0%;
        }
}
/* End Messaging Flyout */
/* Start Newsfeed */
.newsfeedBlock .newsfeedMenu {
    position: relative;
}

    .newsfeedBlock .newsfeedMenu span.menuIcon {
        width: 35px;
        display: inline-block;
    }

    .newsfeedBlock .newsfeedMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: fixed;
    }

        .newsfeedBlock .newsfeedMenu ul li {
            display: block;
            border: 1px solid #d0d0d0;
            margin-left: 10px;
            transition: all 0.3s;
            background: #f9f9f9;
            border-top-left-radius: 10px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 10px;
        }

            .newsfeedBlock .newsfeedMenu ul li:hover {
                margin-left: 0px;
                background: #fff;
            }

            .newsfeedBlock .newsfeedMenu ul li.activePage {
                font-weight: bold;
                border-right-color: #fff;
                margin-left: 0px;
                background: #fff;
            }

                .newsfeedBlock .newsfeedMenu ul li.activePage a {
                    color: #777;
                }

        .newsfeedBlock .newsfeedMenu ul a {
            display: block;
            padding: 20px 40px;
            text-decoration: none;
        }

.newsfeedBlock a.menuEllipsis {
    color: #b9b9b9;
}

.newsfeedBlock .newsfeedCard {
    margin-bottom: 50px;
}

    .newsfeedBlock .newsfeedCard .postDropdownMain a {
        font-size: 0.8rem;
    }

    .newsfeedBlock .newsfeedCard.pinnedCard {
        border: 1px solid rgba(45, 125, 0, 0.43);
        box-shadow: 0px 1px 6px 0.1px rgba(4, 51, 0, 0.53);
        -webkit-box-shadow: 0px 1px 6px 0.1px rgba(4, 51, 0, 0.53);
    }

    .newsfeedBlock .newsfeedCard .postInfo .postActions a {
        font-size: 1.5rem;
    }

        .newsfeedBlock .newsfeedCard .postInfo .postActions a.postGeneralMenu {
            color: #b9b9b9;
            margin-left: 20px;
        }

    .newsfeedBlock .newsfeedCard .postInfo .postActions .postDropdownMain a {
        font-size: 0.8rem;
    }

    .newsfeedBlock .newsfeedCard .postContent {
        font-size: 0.9rem;
    }

        .newsfeedBlock .newsfeedCard .postContent .attachmentCollapse {
            margin-left: 25px;
        }

            .newsfeedBlock .newsfeedCard .postContent .attachmentCollapse a {
                border: 1px solid #ccc;
                border-radius: 10px;
                padding: 10px;
                display: inline-block;
                margin-bottom: 5px;
            }

    .newsfeedBlock .newsfeedCard .postImage {
        text-align: center;
    }

        .newsfeedBlock .newsfeedCard .postImage img {
            max-width: 75%;
            margin: 0px auto;
            display: table;
        }

    .newsfeedBlock .newsfeedCard .postInteractions a {
        font-size: 1.5rem;
        margin-left: 20px;
        display: flex;
        align-items: center;
    }

        .newsfeedBlock .newsfeedCard .postInteractions a span.badge {
            font-size: 0.8rem;
            margin-left: 4px;
        }

        .newsfeedBlock .newsfeedCard .postInteractions a.postFavoriteTrue {
            color: #ffce0c;
        }

    .newsfeedBlock .newsfeedCard .collapseReplies {
        background-color: rgba(0, 0, 0, 0.03);
        padding-left: 50px;
        padding-bottom: 50px;
    }

        .newsfeedBlock .newsfeedCard .collapseReplies .replyContainer {
            background-color: #fff;
        }

            .newsfeedBlock .newsfeedCard .collapseReplies .replyContainer .replyBubble {
                margin-left: 10px;
                background: #f0f0f0;
                border-radius: 10px;
                padding: 10px;
            }

                .newsfeedBlock .newsfeedCard .collapseReplies .replyContainer .replyBubble p {
                    font-size: 0.8rem;
                }

                .newsfeedBlock .newsfeedCard .collapseReplies .replyContainer .replyBubble .postDropdownMain a {
                    font-size: 0.8rem;
                }

            .newsfeedBlock .newsfeedCard .collapseReplies .replyContainer .replyBubbleSelf {
                margin-left: 0px;
                padding: 10px;
            }

.attachmentThumbnails img {
    max-width: 250px;
}

/* End Newsfeed */
.stickyBottomNav {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #ddd;
    z-index: 1030;
    -webkit-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.08);
}

    .stickyBottomNav .bottomNavContent {
        max-width: 1000px;
    }

        .stickyBottomNav .bottomNavContent a {
            padding: 30px;
            text-align: center;
            width: 25%;
        }

            .stickyBottomNav .bottomNavContent a.activeLink {
                background: #fff;
                font-weight: bold;
                color: #777;
                width: 25%;
            }

            .stickyBottomNav .bottomNavContent a:hover {
                background: #f5f5f5;
            }

            .stickyBottomNav .bottomNavContent a .menuIcon {
                display: block;
                font-size: 1.5rem;
            }

.swatchThumb {
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    padding: 0.5em;
    cursor: pointer;
    background-size: 0;
    transition: all 0.3s;
    border-radius: 0.15em;
    border: 1px solid #000;
}

.addContentThemeBuilder .btn-light:not(:disabled):not(.disabled):active,
.addContentThemeBuilder .btn-light:not(:disabled):not(.disabled).active,
.addContentThemeBuilder .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/* DOCUMENT MANAGEMENT */
.documentsBlock {
    height: calc(100vh - 150px);
}

    .documentsBlock .folderCol,
    .documentsBlock .fileCol {
        height: calc(100vh - 142px);
        overflow-y: auto;
    }

        .documentsBlock .folderCol h5:hover,
        .documentsBlock .fileCol h5:hover {
            cursor: pointer;
        }

    .documentsBlock .folderCol {
        border-right: 3px solid #ccc;
    }

.eventSetup .table td {
    vertical-align: middle;
}

.myCommitteesCard .card-header h4 {
    text-transform: uppercase;
    font-size: 1.3rem;
}

.myCommitteesCard .committeeName {
    font-weight: 400;
    font-size: 1.3rem;
}

.myCommitteesCard .committeeRoleSubtext {
    color: #8f8f8f;
    font-size: 12px;
}

.committeeSearchResults .committeeCard {
    margin-bottom: 20px;
}

    .committeeSearchResults .committeeCard .card-header h4 {
        font-size: 28px;
    }

    .committeeSearchResults .committeeCard .committeeDescription {
        font-size: 0.9rem;
    }

.searchResultsCount {
    font-size: 12px;
    color: #757575;
    margin-bottom: 0px;
}

.eventSearchResults .eventCard {
    margin-bottom: 20px;
}

    .eventSearchResults .eventCard .card-header h4 {
        font-size: 28px;
    }

    .eventSearchResults .eventCard .eventDescription {
        font-size: 0.9rem;
    }

.myEventsCard .card-header h4 {
    font-size: 1.3rem;
}

.myEventsCard .eventName {
    font-weight: 500;
    font-size: 1.3rem;
}

.myEventsCard .eventInfoSubtext {
    color: #8f8f8f;
    font-size: 12px;
}

.fixedMyCart {
    height: auto;
    position: relative;
    right: 0px;
}

    .fixedMyCart .card {
        height: 100%;
        overflow-y: auto;
    }

        .fixedMyCart .card .card-header h4 {
            text-transform: uppercase;
            font-size: 1.3rem;
        }

        .fixedMyCart .card .mycartTable table p {
            margin-bottom: 0px;
        }

            .fixedMyCart .card .mycartTable table p.price {
                text-align: right;
            }

.manageRegistrationTable table p {
    margin-bottom: 0px;
}

    .manageRegistrationTable table p.remove {
        text-align: right;
    }

.dashboardLayout {
    font-size: 14px;
}

    .dashboardLayout .badge {
        font-weight: 600;
        font-size: 1rem;
    }

    .dashboardLayout .badge-notify {
        color: #4a4a4a;
        background-color: #ffe622;
    }

    .dashboardLayout .badge-success {
        color: #fff;
        background-color: #57ca71;
    }

    .dashboardLayout .text-success {
        color: #57ca71 !important;
    }

    .dashboardLayout .btn-success {
        background-color: #57ca71;
        border-color: #57ca71;
    }

    .dashboardLayout .text-danger {
        color: #e64a59 !important;
    }

    .dashboardLayout .btn-danger {
        background-color: #e64a59;
        border-color: #e64a59;
    }

    .dashboardLayout .btn-xs {
        padding: 0.15rem 0.3rem;
        font-size: 0.8rem;
        line-height: 1.4;
        border-radius: 0.2rem;
    }

    .dashboardLayout a.moreCowbell {
        text-decoration: underline;
        font-size: 12px;
    }

    .dashboardLayout .card-deck .card,
    .dashboardLayout .card-columns .card {
        margin-left: 0px;
        margin-right: 0px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
    }

        .dashboardLayout .card-deck .card .card-header,
        .dashboardLayout .card-columns .card .card-header {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            background-color: #fff;
            border: none;
        }

            .dashboardLayout .card-deck .card .card-header h4,
            .dashboardLayout .card-columns .card .card-header h4 {
                font-size: 1.2rem;
                font-weight: 700;
                color: #1C336B;
            }

        .dashboardLayout .card-deck .card .card-footer,
        .dashboardLayout .card-columns .card .card-footer {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            background-color: #fff;
            border: none;
        }

        .dashboardLayout .card-deck .card.membersCard .memberName .whyFor,
        .dashboardLayout .card-columns .card.membersCard .memberName .whyFor {
            display: block;
            color: #8f8f8f;
            font-size: 12px;
        }

        .dashboardLayout .card-deck .card.membersCard .lastLogin p,
        .dashboardLayout .card-columns .card.membersCard .lastLogin p {
            font-style: italic;
            font-size: 12px;
            color: #9f9f9f;
            margin-bottom: 0px;
            line-height: 1.2;
        }

        .dashboardLayout .card-deck .card.newsfeedCard .text-subtle,
        .dashboardLayout .card-columns .card.newsfeedCard .text-subtle {
            color: #9f9f9f;
            margin-top: -5px;
        }

        .dashboardLayout .card-deck .card.newsfeedCard .postContent,
        .dashboardLayout .card-columns .card.newsfeedCard .postContent {
            /*white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;*/
        }

        .dashboardLayout .card-deck .card.eventsCard .eventName,
        .dashboardLayout .card-columns .card.eventsCard .eventName {
            font-size: 1.1rem;
            font-weight: 500;
        }

        .dashboardLayout .card-deck .card.eventsCard .eventInfoSubtext,
        .dashboardLayout .card-columns .card.eventsCard .eventInfoSubtext {
            color: #8f8f8f;
            font-size: 12px;
        }

        .dashboardLayout .card-deck .card.formsCard .formName,
        .dashboardLayout .card-columns .card.formsCard .formName {
            word-break: break-word;
        }

        .dashboardLayout .card-deck .card.formsCard .submissionCount p,
        .dashboardLayout .card-columns .card.formsCard .submissionCount p {
            font-size: 12px;
            color: #9f9f9f;
            margin-bottom: 0px;
            line-height: 1.2;
        }

        .dashboardLayout .card-deck .card.documentsCard .documentName,
        .dashboardLayout .card-columns .card.documentsCard .documentName {
            word-break: break-word;
        }

        .dashboardLayout .card-deck .card.documentsCard .uploadDate p,
        .dashboardLayout .card-columns .card.documentsCard .uploadDate p {
            font-size: 12px;
            color: #9f9f9f;
            margin-bottom: 0px;
            line-height: 1.2;
        }

        .dashboardLayout .card-deck .card.paymentsCard .paymentMember .paymentName,
        .dashboardLayout .card-columns .card.paymentsCard .paymentMember .paymentName {
            font-weight: 500;
            margin-bottom: -3px;
        }

        .dashboardLayout .card-deck .card.paymentsCard .paymentMember .paymentFor,
        .dashboardLayout .card-columns .card.paymentsCard .paymentMember .paymentFor {
            color: #959595;
            font-size: 11px;
            margin-bottom: 0px;
        }

        .dashboardLayout .card-deck .card.paymentsCard .paymentInfo .paymentAmount,
        .dashboardLayout .card-columns .card.paymentsCard .paymentInfo .paymentAmount {
            color: #57ca71;
            font-weight: 600;
            margin-bottom: 0px;
            font-size: 1.1rem;
        }

        .dashboardLayout .card-deck .card.paymentsCard .paymentInfo .paymentDate,
        .dashboardLayout .card-columns .card.paymentsCard .paymentInfo .paymentDate {
            color: #959595;
            font-size: 11px;
            margin-bottom: 0px;
        }

        .dashboardLayout .card-deck .card.paymentsCard .feeName,
        .dashboardLayout .card-columns .card.paymentsCard .feeName {
            font-size: 1.2rem;
            font-weight: 600;
        }

        .dashboardLayout .card-deck .card.paymentsCard .balanceDue,
        .dashboardLayout .card-deck .card.paymentsCard .dateDue,
        .dashboardLayout .card-columns .card.paymentsCard .balanceDue,
        .dashboardLayout .card-columns .card.paymentsCard .dateDue {
            margin-bottom: 0px;
        }

        .dashboardLayout .card-deck .card.paymentsCard .balanceDueText,
        .dashboardLayout .card-deck .card.paymentsCard .dateDueText,
        .dashboardLayout .card-columns .card.paymentsCard .balanceDueText,
        .dashboardLayout .card-columns .card.paymentsCard .dateDueText {
            margin-bottom: 0px;
            font-size: 10px;
            color: #848484;
        }

        .dashboardLayout .card-deck .card.paymentsCard .balanceDue,
        .dashboardLayout .card-columns .card.paymentsCard .balanceDue {
            font-weight: bold;
            font-size: 1.4rem;
        }

        .dashboardLayout .card-deck .card.paymentsCard .dateDue,
        .dashboardLayout .card-columns .card.paymentsCard .dateDue {
            font-size: 1.4rem;
        }

        .dashboardLayout .card-deck .card.reservationsCard .reservationInfo .amenityName,
        .dashboardLayout .card-columns .card.reservationsCard .reservationInfo .amenityName {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 0px;
        }

        .dashboardLayout .card-deck .card.reservationsCard .reservationInfo .memberName,
        .dashboardLayout .card-columns .card.reservationsCard .reservationInfo .memberName {
            font-size: 12px;
            margin-bottom: -3px;
        }

        .dashboardLayout .card-deck .card.reservationsCard .reservationInfo .amenityRequest,
        .dashboardLayout .card-columns .card.reservationsCard .reservationInfo .amenityRequest {
            font-size: 12px;
            margin-bottom: 0px;
        }

        .dashboardLayout .card-deck .card.committeesCard .committeeName,
        .dashboardLayout .card-columns .card.committeesCard .committeeName {
            font-size: 1.1rem;
            font-weight: 500;
        }

        .dashboardLayout .card-deck .card.committeesCard .committeeInfo,
        .dashboardLayout .card-columns .card.committeesCard .committeeInfo {
            color: #8f8f8f;
            font-size: 12px;
        }

        .dashboardLayout .card-deck .card.sponsorsCard .sponsorName,
        .dashboardLayout .card-columns .card.sponsorsCard .sponsorName {
            font-size: 1.1rem;
            font-weight: 500;
        }

        .dashboardLayout .card-deck .card.sponsorsCard .sponsorInfo,
        .dashboardLayout .card-columns .card.sponsorsCard .sponsorInfo {
            color: #8f8f8f;
            font-size: 12px;
        }

        .dashboardLayout .card-deck .card.sponsorsCard .sponsorImage img,
        .dashboardLayout .card-columns .card.sponsorsCard .sponsorImage img {
            max-width: 170px;
            max-height: 75px;
        }

        .dashboardLayout .card-deck .card.sponsorsCard .sponsorImage.noAvatar,
        .dashboardLayout .card-columns .card.sponsorsCard .sponsorImage.noAvatar {
            font-weight: bold;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            background: #d9d9d9;
            width: 75px;
            height: 75px;
            font-size: 20px;
        }

        .dashboardLayout .card-deck .card.siteCard .siteName,
        .dashboardLayout .card-columns .card.siteCard .siteName {
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 0px;
        }

        .dashboardLayout .card-deck .card.siteCard .siteLink,
        .dashboardLayout .card-columns .card.siteCard .siteLink {
            margin-bottom: 5px;
        }

        .dashboardLayout .card-deck .card.siteCard .siteColors,
        .dashboardLayout .card-columns .card.siteCard .siteColors {
            margin-bottom: 15px;
        }

            .dashboardLayout .card-deck .card.siteCard .siteColors .text-muted,
            .dashboardLayout .card-columns .card.siteCard .siteColors .text-muted {
                margin-bottom: 3px;
            }

            .dashboardLayout .card-deck .card.siteCard .siteColors .swatchThumb,
            .dashboardLayout .card-columns .card.siteCard .siteColors .swatchThumb {
                position: relative;
                height: 30px;
                width: 30px;
                display: inline-block;
                padding: 0.5em;
                cursor: pointer;
                background-size: 0;
                transition: all 0.3s;
                border-radius: 0.15em;
                border: 1px solid #000;
            }

        .dashboardLayout .card-deck .card.siteCard .siteImage,
        .dashboardLayout .card-columns .card.siteCard .siteImage {
            width: 100%;
        }

            .dashboardLayout .card-deck .card.siteCard .siteImage img,
            .dashboardLayout .card-columns .card.siteCard .siteImage img {
                margin: 0px auto;
                max-width: 100%;
            }

        .dashboardLayout .card-deck .card.profileCard .memberName,
        .dashboardLayout .card-columns .card.profileCard .memberName {
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 0px;
            text-transform: capitalize;
        }

        .dashboardLayout .card-deck .card.profileCard .memberEmail,
        .dashboardLayout .card-columns .card.profileCard .memberEmail {
            display: block;
        }

        .dashboardLayout .card-deck .card.profileCard .joinDate,
        .dashboardLayout .card-columns .card.profileCard .joinDate {
            display: block;
            color: #8f8f8f;
            font-size: 12px;
            font-style: italic;
            margin-bottom: 10px;
        }

        .dashboardLayout .card-deck .card.profileCard .whyFor,
        .dashboardLayout .card-columns .card.profileCard .whyFor {
            display: block;
            color: #8f8f8f;
            font-size: 12px;
        }

        .dashboardLayout .card-deck .card.profileCard .avatarCircle,
        .dashboardLayout .card-columns .card.profileCard .avatarCircle {
            display: block;
            text-align: center;
        }

            .dashboardLayout .card-deck .card.profileCard .avatarCircle .md-avatar,
            .dashboardLayout .card-columns .card.profileCard .avatarCircle .md-avatar {
                margin: 0px auto;
            }

        .dashboardLayout .card-deck .card.chatsCard .text-subtle,
        .dashboardLayout .card-columns .card.chatsCard .text-subtle {
            color: #9f9f9f;
            margin-top: -5px;
        }

.setupWizard .card-header h4 {
    font-size: 1.3rem;
    font-weight: 500;
}

.setupWizard .stepHeader {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}

    .setupWizard .stepHeader .stepHighlight {
        text-transform: uppercase;
        color: #0076b9;
        margin-right: 8px;
    }

        .setupWizard .stepHeader .stepHighlight .iconComplete {
            color: #57ca71;
        }

        .setupWizard .stepHeader .stepHighlight .iconIncomplete {
            color: #9b9b9b;
        }

.setupWizard .stepFooter {
    text-align: right;
    margin-top: 8px;
}

    .setupWizard .stepFooter .reviewLink {
        display: block;
        margin-top: -3px;
    }

.infoSteps .infoStepImage {
    margin-bottom: 20px;
}

    .infoSteps .infoStepImage img {
        max-width: 100%;
        width: 100%;
    }

.infoSteps .infoStepVideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}

    .infoSteps .infoStepVideo .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.customMapWidget {
    max-height: 100%;
    position: relative !important;
    overflow: hidden;
}

    .customMapWidget iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.memberVotingGraphs .piechart svg g {
    font-weight: 300;
}

    .memberVotingGraphs .piechart svg g text {
        font-size: 16px;
    }

.refreshConvos {
    border: 1px solid rgba(255, 255, 255, 0.26);
    padding: 5px;
    border-radius: 5px;
}

.ElementsApp .inputElement {
    display: block;
    width: 100%;
    height: calc(2.85rem + 2px);
    padding: 0.675rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pricingDeck .card .urlBreak {
    word-break: break-all;
}

/* CUSTOM FONTS */
.siteBuilder h4.twoTierHeadlines {
    font-size: 20px;
}

.siteBuilder .smallHeadline {
    font-size: 28px;
}

.siteBuilder button {
    font-size: 14px;
}

.siteBuilder .close {
    font-size: 1.5rem;
}

.siteBuilder .gridBlock.populatedBlock.headerGrid .headerLeft span {
    font-size: 32px;
    font-weight: bold;
}

.siteBuilder .customFormSection {
    margin-top: 15px;
}

.siteBuilder .newsfeedBlock .newsfeedCard .card-header .ml-3 a {
    font-size: 20px;
    font-weight: 400 !important;
}

.siteBuilder .gridBlock.populatedBlock.imageBlock1 .heroOverlay h4 {
    font-weight: 400;
    font-size: 24px;
}

.siteBuilder .gridBlock.populatedBlock.imageBlock1 .heroOverlay p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.siteBuilder .gridBlock.faqBlock .card-header h5 button,
.siteBuilder .gridBlock.faqBlock2 .card-header h5 button {
    font-size: 28px;
    color: #fff;
}

.siteBuilder .gridBlock.faqBlock .card-header.accordionNested h5 button,
.siteBuilder .gridBlock.faqBlock2 .card-header.accordionNested h5 button {
    font-size: 20px;
    color: #fff;
}

.siteBuilder .builderGridRow.quoteBlock .quoteText {
    font-size: 28px;
}

.siteBuilder .gridBlock.populatedBlock.imageBlock1 .heroOverlay h4 {
    font-size: 30px;
    color: #fff;
}

.siteBuilder .gridBlock.populatedBlock .featuredLinksBlock .featuredLink .blockIcon + div {
    font-size: 24px;
}

.siteBuilder .documentsBlock .fileCol h4 {
    font-size: 20px;
}

.siteBuilder .paymentHistoryCustom {
    font-size: 28px;
}

.siteBuilder .gridBlock.populatedBlock.imageContentPiece h4 {
    font-size: 24px;
}

.siteBuilder .myEventsCard button {
    color: #fff;
}

.siteBuilder .myEventsCard h4 {
    font-size: 28px;
}

.siteBuilder .myEventsCard h5 {
    font-size: 20px;
}

.siteBuilder .eventsBlock .customTopDocsIcon,
.siteBuilder .newsBlock .customTopDocsIcon,
.siteBuilder .documentsBlock .customTopDocsIcon {
    font-size: 28px;
}

.siteBuilder .eventsBlock h4,
.siteBuilder .newsBlock h4,
.siteBuilder .documentsBlock h4 {
    font-size: 28px;
}

.siteBuilder h1.customFormHeader {
    font-size: 28px;
}

.siteBuilder .gridBlock.populatedBlock.imageContentPiece .imageContentInfo {
    font-size: 28px;
}

.customFormSelect {
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.votingCard {
    margin-bottom: 20px;
}

    .votingCard .card-body {
        padding: 0px;
    }

.plan-banner {
    position: sticky;
    top: 0;
    text-align: center;
    width: 100%;
    padding: 0.8rem;
    z-index: 9999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

.page-wrap.plan-banner-wrap #admin-header {
    top: 56px;
}

.page-wrap.plan-banner-wrap #admin-menu {
    top: 61px;
}

.feature-card-list .page-title-input .input-group-text {
    background-color: #fff;
    font-size: 1.5rem;
}

.feature-card-list .page-title-input .form-control {
    font-weight: 600;
    font-size: 1.2rem;
    color: #000;
}

.feature-card-list .card {
    cursor: move;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    padding: 0.2rem 1rem 0.8rem 1rem;
    border-radius: 8px;
    margin-bottom: 0.6rem;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .feature-card-list .card:hover:not(.disabled) {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.46);
    }

        .feature-card-list .card:hover:not(.disabled) .drag-handle {
            color: #C9C9C9;
        }

    .feature-card-list .card.disabled {
        background: #F8F7F7;
        box-shadow: none;
        cursor: not-allowed;
    }

        .feature-card-list .card.disabled .input-group-text {
            background-color: #e9ecef;
        }

.feature-card-list .drag-handle {
    color: #E0E0E0;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.feature-card-list .card-title {
    font-size: 0.8rem;
    margin-bottom: 4px;
}

.feature-card-list .card-actions {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 0.8rem;
}

    .feature-card-list .card-actions li {
        margin-right: 1.5rem;
    }

        .feature-card-list .card-actions li:last-child {
            margin-right: 0;
        }

    .feature-card-list .card-actions a {
        display: block;
        color: #595959;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .feature-card-list .card-actions a .icon {
            font-size: 1.65rem;
        }

        .feature-card-list .card-actions a .name {
            font-size: 0.7rem;
        }

        .feature-card-list .card-actions a:hover {
            color: #1C336B;
        }

.new-dues-modal .modal-header h5 {
    font-weight: 300;
    color: #555;
}

.new-dues-modal-body .row {
    color: #555;
}

    .new-dues-modal-body .row .col-3 {
        background-color: #EDEDED;
        border-right: 1px solid #EDEDED;
        border-bottom-left-radius: 0.3rem;
    }

        .new-dues-modal-body .row .col-3 .nav .nav-item .nav-link {
            color: #555;
            padding: 0.8rem;
            border-bottom: 1px solid #A3A3A3;
        }

            .new-dues-modal-body .row .col-3 .nav .nav-item .nav-link.active {
                color: #000;
                font-weight: 500;
                background-color: #fff;
                border-bottom: 3px solid #49A1A3;
            }

            .new-dues-modal-body .row .col-3 .nav .nav-item .nav-link.completed {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                background-color: #fff;
                color: #555;
                font-weight: 500;
            }

                .new-dues-modal-body .row .col-3 .nav .nav-item .nav-link.completed .check-icon {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #28A745;
                    height: 20px;
                    width: 20px;
                    font-size: 0.8rem;
                    border-radius: 50%;
                    margin-right: 0.5rem;
                }

                    .new-dues-modal-body .row .col-3 .nav .nav-item .nav-link.completed .check-icon i {
                        color: #fff;
                    }

    .new-dues-modal-body .row .col-9 .modal-footer {
        position: absolute;
        bottom: 0;
    }

        .new-dues-modal-body .row .col-9 .modal-footer .btn {
            padding: 0.4rem 2rem;
        }

            .new-dues-modal-body .row .col-9 .modal-footer .btn.btn-gray {
                background-color: #EDEDED;
                border: 0;
            }

                .new-dues-modal-body .row .col-9 .modal-footer .btn.btn-gray:active, .new-dues-modal-body .row .col-9 .modal-footer .btn.btn-gray:hover {
                    color: #000;
                    background-color: #CECECE;
                }

        .new-dues-modal-body .row .col-9 .modal-footer .required-txt {
            font-size: 0.8rem;
        }

    .new-dues-modal-body .row .form-control {
        font-size: 0.9rem;
    }

    .new-dues-modal-body .row h5 {
        font-size: 1.125rem;
        color: #000;
    }

    .new-dues-modal-body .row label,
    .new-dues-modal-body .row p {
        font-weight: 400;
        font-size: 0.95rem;
    }

    .new-dues-modal-body .row .collapse#enableServiceFee,
    .new-dues-modal-body .row .collapsing#enableServiceFee {
        font-size: 0.9rem;
        color: #555;
    }

    .new-dues-modal-body .row .btn-add-flatfee,
    .new-dues-modal-body .row .btn-outline-dark {
        font-weight: 500;
        font-size: 0.95rem;
    }

    .new-dues-modal-body .row .input-group > .input-group-prepend > .input-group-text {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .new-dues-modal-body .row .input-group > .input-group-append > .input-group-text {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.modal#addCheckboxModal {
    color: #555;
}

    .modal#addCheckboxModal .modal-title {
        font-weight: 300;
    }

    .modal#addCheckboxModal .set-min-txt {
        padding-left: 1.1rem;
    }

.member-wallet-header {
    padding: 0.9rem;
}

    .member-wallet-header .member-name {
        font-size: 1.125rem;
    }

    .member-wallet-header .member-wallet-balance {
        font-size: 1.125rem;
        font-weight: 400;
    }

    .member-wallet-header .add-transaction-btn {
        font-weight: 500;
        padding: 6px 18px;
        border-radius: 8px;
    }

.transaction-table {
    color: #555;
}

    .transaction-table p {
        margin: 0;
    }

    .transaction-table th {
        width: 16%;
    }

        .transaction-table th.actions {
            width: 10%;
        }

    .transaction-table .transaction-notes {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 400px;
    }

.void-tag {
    display: inline;
    text-decoration: none;
    background: #DC3545;
    font-weight: 600;
    padding: 3px 6px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.modal#addTransactionModal form label {
    font-size: 0.95rem;
}

.modal#addTransactionModal .modal-footer .btn {
    padding: 0.4rem 2rem;
}

    .modal#addTransactionModal .modal-footer .btn.btn-gray {
        background-color: #EDEDED;
        border: 0;
    }

        .modal#addTransactionModal .modal-footer .btn.btn-gray:active, .modal#addTransactionModal .modal-footer .btn.btn-gray:hover {
            color: #000;
            background-color: #CECECE;
        }

.modal#viewTransactionModal p.label {
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: #555;
}

.modal#viewTransactionModal .modal-footer .btn {
    padding: 0.4rem 2rem;
}

p.transaction-history {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.paymentHistoryTable tbody tr:nth-last-child(2) td {
    padding-bottom: 1rem !important;
}

.miller-cols-container {
    width: 82%;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 7px;
    background-color: #FCFCFC;
}

    .miller-cols-container .switch-sm {
        margin: auto;
        z-index: 100;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

        .miller-cols-container .switch-sm p {
            font-size: 0.9rem;
            font-weight: 500;
        }

    .miller-cols-container .row {
        overflow-x: hidden;
    }

    .miller-cols-container .miller-col {
        border-right: 1px solid #DEE2E6;
        overflow-y: auto;
        min-width: 240px;
    }

        .miller-cols-container .miller-col table {
            width: 100%;
            font-size: 13px;
            border-collapse: separate;
            border-spacing: 0;
        }

            .miller-cols-container .miller-col table thead {
                text-transform: uppercase;
            }

                .miller-cols-container .miller-col table thead tr th {
                    padding: 0.75rem;
                    font-weight: 500;
                    position: sticky;
                    top: 0;
                    border-bottom: 1px solid #DEE2E6;
                    background-color: #F7F7F7;
                }

                    .miller-cols-container .miller-col table thead tr th.acct-num {
                        width: 30%;
                    }

            .miller-cols-container .miller-col table tbody tr td {
                font-weight: 300;
                vertical-align: top;
                border-bottom: 1px solid #e6e6e6;
                padding: 0;
            }

                .miller-cols-container .miller-col table tbody tr td.active-prev {
                    background-color: #F2F6F9;
                    font-weight: 400;
                }

                .miller-cols-container .miller-col table tbody tr td.active {
                    background-color: #E5EDF4;
                    font-weight: 500;
                }

                .miller-cols-container .miller-col table tbody tr td a {
                    text-decoration: none;
                    color: #555;
                    padding: 0.75rem;
                    display: block;
                }

                    .miller-cols-container .miller-col table tbody tr td a:hover {
                        opacity: 1;
                    }

.miller-col-card {
    padding: 1.4rem;
    min-width: 330px;
    max-width: 330px;
    overflow-y: auto;
}

    .miller-col-card .header h6 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 0.25rem;
        line-height: normal;
        text-transform: none;
    }

    .miller-col-card .header label {
        font-size: 13px;
        color: #838383;
        line-height: normal;
        text-transform: uppercase;
    }

    .miller-col-card .list-group-item {
        border-left: none;
        border-right: none;
        border-radius: 0;
        font-size: 14px;
    }

        .miller-col-card .list-group-item:first-child {
            border-top: none;
        }

        .miller-col-card .list-group-item label {
            font-weight: 300;
            margin-bottom: 0;
        }

        .miller-col-card .list-group-item p {
            font-weight: 400;
            margin-bottom: 0;
        }

    .miller-col-card a {
        font-size: 15px;
    }

    .miller-col-card.inactive {
        color: #777;
    }

    .miller-col-card.edit .header {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 100;
    }

        .miller-col-card.edit .header h6 {
            font-size: 16px;
        }

    .miller-col-card.edit .header {
        transition: box-shadow 0.3s ease;
        /* Smooth transition for the shadow */
    }

        .miller-col-card.edit .header.has-shadow {
            box-shadow: 0 4px 6px -2px rgba(201, 201, 201, 0.2);
        }

    .miller-col-card.edit .footer {
        transition: box-shadow 0.3s ease;
        /* Smooth shadow appearance */
    }

        .miller-col-card.edit .footer.has-shadow {
            box-shadow: 0 -4px 6px -2px rgba(201, 201, 201, 0.2);
        }

    .miller-col-card.edit label {
        font-size: 13px;
        color: #555;
        line-height: normal;
        text-transform: none;
        margin: 0;
    }

    .miller-col-card.edit button {
        font-size: 14px;
    }

    .miller-col-card.edit .btn-gray {
        color: #353535;
    }

    .miller-col-card.edit .btn-outline-danger:hover {
        background-color: #fff;
        color: #C21515;
    }

    .miller-col-card.edit .footer {
        background-color: #fff;
        left: 0;
        bottom: 0;
    }

    .miller-col-card .card {
        transition: opacity 0.3s ease;
    }

    .miller-col-card#editCard {
        display: none;
    }

        .miller-col-card#accountCard.hidden, .miller-col-card#editCard.hidden {
            opacity: 0;
            display: none;
        }

.container.account-search .card {
    padding: 2rem 2.4rem;
    overflow-y: hidden;
}

.container.account-search p {
    font-size: 0.9rem;
    margin: 0;
}

.container.account-search .dropdown-toggle::after,
.container.account-search .dropdown-toggle::before {
    display: none;
}

.container.account-search .filter-btn {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 190px;
}

.container.account-search .dropdown-menu {
    max-height: 200px;
    overflow: scroll;
}

.container.account-search .dropdown-item {
    font-size: 14px;
}

.container.account-search a.reset {
    font-size: 0.875rem;
}

.container.account-search .list-group-item {
    padding: 0.8rem 0.25rem;
}

    .container.account-search .list-group-item h6 {
        text-transform: none;
        font-size: 0.9rem;
    }

    .container.account-search .list-group-item p {
        font-weight: 400;
        font-size: 0.9rem;
    }

    .container.account-search .list-group-item:first-child {
        border-top: none;
    }

    .container.account-search .list-group-item .btn-round {
        width: 28px;
        height: 28px;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container.account-search .list-group-item a {
        font-size: 0.75rem;
        text-decoration: underline;
    }

    .container.account-search .list-group-item.inactive {
        color: #777;
    }

.email-template .card-header {
    border-bottom: 1px solid #EFEFEF !important;
    border-radius: 7px 7px 0 0;
}

.email-template hr {
    border-top: 1px solid #EFEFEF !important;
}

.email-template .btn {
    font-size: 0.938rem;
}

.email-template h6 {
    text-transform: none;
    color: #8D8D8D;
    font-weight: 400;
}

.email-template a,
.email-template p {
    font-size: 0.9rem;
}

.email-template .reset-btn {
    position: absolute;
    right: 90px;
}

.email-template .email-template-card {
    margin-bottom: 1rem;
    box-shadow: none;
    border-color: #ECECEC;
}

    .email-template .email-template-card h6 {
        color: #8d8d8d;
        font-weight: 400;
        text-transform: none;
    }

    .email-template .email-template-card p {
        font-size: 0.9rem;
        font-weight: 300;
        line-height: 1.4rem;
    }

    .email-template .email-template-card.active {
        box-shadow: 0px 1px 7px 0px rgba(2, 115, 186, 0.37);
        border: 1px solid #B0D6FB;
    }

    .email-template .email-template-card .btn-outline-gray,
    .email-template .email-template-card .btn-outline-blue {
        font-size: 0.813rem;
    }

        .email-template .email-template-card .btn-outline-gray:focus,
        .email-template .email-template-card .btn-outline-blue:focus {
            box-shadow: none;
        }

    .email-template .email-template-card.with-textarea textarea {
        border: none;
        font-size: 0.9rem;
    }

        .email-template .email-template-card.with-textarea textarea:focus {
            box-shadow: none;
        }

    .email-template .email-template-card.image-card {
        min-width: 400px;
        width: fit-content;
    }

        .email-template .email-template-card.image-card .email-image {
            max-height: 90px;
            width: fit-content;
        }

.email-template .hidden-file-input input {
    background-color: #fff;
}

.email-template .btn-gray {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50px;
}

.template-tabs .nav-tabs.blue-underline .nav-link {
    font-size: 0.9rem;
    font-weight: 500;
}

.template-tabs .list-group-item {
    font-size: 0.9rem;
    border-color: #EDEDED;
}

.dynamic-field-item {
    cursor: move;
}

.dynamic-field-tag {
    background-color: #EDF5FA;
    color: #04619B;
    border-radius: 5px;
    padding: 0.25rem 0.5rem;
    font-size: 0.813rem;
    font-weight: 500;
    cursor: default;
}

    .dynamic-field-tag.draggable {
        cursor: move;
    }

.static-field-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: move;
    border-radius: 7px !important;
}

    .static-field-item .static-field-tag {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .static-field-item .static-field-tag .fa-xl {
            font-size: 1.125rem;
        }

.latest-email-card {
    font-size: 0.875rem;
    box-shadow: none;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.75rem;
    border-color: #E7E7E7;
    max-width: 800px;
}

    .latest-email-card:hover {
        border-color: #B0D6FB;
        box-shadow: 0px 0px 4px 0px rgba(2, 115, 186, 0.37);
    }

    .latest-email-card .time,
    .latest-email-card .num-sent {
        color: #979797;
        text-transform: none;
        font-weight: 400;
    }

    .latest-email-card .subject {
        max-width: 480px;
    }

    .latest-email-card .card-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F3F3F3;
        border-radius: 30px;
        height: 38px;
        min-width: 38px;
        width: 38px;
    }

    .latest-email-card .card-top {
        max-width: 93%;
    }

.card.select-template {
    max-height: 300px;
    overflow: auto;
    border-radius: 0;
    font-size: 0.9rem;
}

    .card.select-template .list-group {
        font-size: 0.9rem;
    }

        .card.select-template .list-group .list-group-item.active {
            background-color: #F5F9FD;
            color: #555;
            border: 1px solid #7cb3d4;
            font-weight: 500;
        }

            .card.select-template .list-group .list-group-item.active .check {
                display: block;
                color: #0273BA;
            }

        .card.select-template .list-group .list-group-item .check {
            display: none;
        }

@media screen and (max-width: 1563px) {
    .container-lg {
        max-width: 90%;
    }
}

@media screen and (max-width: 1133px) {
    .login-wrap, .signup-wrap {
        width: 50%;
    }

    .login-form {
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .dashboardLayout .card-columns {
        column-count: 3;
    }
}

@media screen and (max-width: 1100px) {
    .mobile-dashboard-wrap {
        flex-direction: column;
    }

        .mobile-dashboard-wrap .side-nav {
            display: none;
        }

        .mobile-dashboard-wrap .mobile-header {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

        .mobile-dashboard-wrap .dashboard-content {
            width: 100%;
            padding: 0 0 12rem 0;
            height: 150vh;
            margin-top: 0;
        }

        .mobile-dashboard-wrap .icon-col {
            padding: 1rem;
        }

        .mobile-dashboard-wrap .dashboard-content .container-fit {
            width: 100%;
            max-width: 100%;
        }

    .member-dashboard {
        background-image: none;
    }

    .dashboard-titles {
        background: #dfedf6;
        padding: 1rem 0.5rem !important;
    }

    #member-header {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #dfedf6;
        padding-bottom: 1.5rem;
    }

        #member-header .logo, #member-header .user-dropdown {
            display: none;
        }

        #member-header .menu {
            width: 100%;
        }

            #member-header .menu ul {
                justify-content: space-between;
            }

                #member-header .menu ul li {
                    margin-right: 0;
                }

            #member-header .menu a {
                padding: 0;
            }

            #member-header .menu .text {
                font-size: 0.6rem;
                margin-top: 0.3rem;
            }

    .icon-box {
        width: 90px;
        height: 90px;
    }
}

@media screen and (min-width: 1200px) {
    .w-xl-50 {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
}

@media screen and (min-width: 851px) {
    #admin-menu nav {
        display: block !important;
    }
}

@media screen and (max-width: 850px) {
    .customFormSelect {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    section.page-container {
        margin-top: 10px;
    }

    .mobileNavBlock .mobileMenuInteract a {
        display: inline-block !important;
    }

    .publicView .headerGrid .headerBlock {
        display: block !important;
    }

        .publicView .headerGrid .headerBlock .headerLeft {
            display: block !important;
        }

    .publicView .sectionRowContainer {
        height: auto;
    }

    .btn {
        white-space: inherit;
    }

    .fixedMyCart {
        height: auto;
        position: relative;
    }

    .membershipDirectoryMap .memberScroll {
        margin-top: 140px;
    }

    .header-left {
        padding-left: 10px;
    }

    .impersonateBanner {
        width: 100%;
        left: 0px;
    }

    section.page-container {
        margin-left: 0px;
    }

    .header-left,
    .mobile-admin-menu-close {
        display: block;
    }

    #admin-header .header-wrap {
        background-image: none;
    }

    .mobile-menu-close {
        display: block;
    }

    #admin-header .header-left,
    #admin-header .mobile-admin-menu-close {
        display: block;
    }

    #admin-header #mobile-menu-btn {
        display: block;
        margin: 0px 0px 0px 10px;
        font-size: 20px;
        color: #000;
    }

    #admin-header .header-right .user-name,
    #admin-header .header-right .fa-caret-down {
        display: none;
    }

    ul.adminSubMenu.subMenuOpen {
        width: 100% !important;
    }

    #participant-header .header-left,
    #participant-header .mobile-menu-close {
        display: block;
    }

    #participant-header #mobile-menu-btn {
        display: block;
        margin: 0px 0px 0px 10px;
        font-size: 20px;
        color: #fff;
    }

    #builder-header .header-right {
        display: block !important;
        width: 100%;
    }

        #builder-header .header-right .user-header .col-auto div {
            display: inline-block;
        }

    #admin-menu {
        position: inherit;
        width: 100vw;
        height: 69px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #admin-menu .navLogo {
            margin: 0px auto;
        }

        #admin-menu nav {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 9999999999;
            padding: 0px;
            top: 0;
            bottom: 0;
            background: #202020;
        }

        #admin-menu ul ul {
            display: block;
            position: inherit;
            left: 0;
            width: 100%;
        }

            #admin-menu ul ul a {
                padding: 1rem 1rem 1rem 1.5rem;
            }

        #admin-menu ul > li .drop-arrow {
            display: none;
        }

        #admin-menu .mobile-admin-menu-close {
            text-align: right;
            font-size: 20px;
            margin-right: 10px;
        }

    #participant-menu {
        position: inherit;
        width: 100vw;
        height: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #participant-menu nav {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 9999999999;
            padding: 0px;
            top: 0;
            bottom: 0;
            background: #333333;
            overflow: auto;
        }

        #participant-menu ul ul {
            display: block;
            position: inherit;
            left: 0;
            width: 100%;
        }

            #participant-menu ul ul a {
                padding: 1rem 1rem 1rem 1.5rem;
            }

        #participant-menu ul > li .drop-arrow {
            display: none;
        }

        #participant-menu .mobile-menu-close {
            text-align: right;
            font-size: 20px;
            margin-right: 10px;
        }

    .page-container {
        padding-left: 0;
    }

    #admin-footer {
        padding-left: 0;
    }

    .mobile-100 {
        display: block;
        width: 100%;
    }

    .dashboardLayout .card-columns {
        column-count: 1;
    }

    .setupWizard .card-body .border-right,
    .setupWizard .card-body .border-bottom {
        border-right: 0px !important;
        border-bottom: 0px !important;
    }

    .setupWizard .card-body .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .table-responsive table th, .table-responsive table td {
        min-width: 100px;
    }

        .table-responsive table th .custom-file, .table-responsive table td .custom-file {
            min-width: 200px;
        }

    .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .dashboardLayout .row.w-100 {
        width: unset !important;
    }

    .portalStep.p-5 {
        padding: 1.5rem !important;
    }

    .eventSearchResults,
    .committeeSearchResults {
        margin-top: 20px;
    }

    a.freshdeskTooltip {
        display: inline-flex;
    }

    .stopCard {
        min-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .login-wrap, .signup-wrap {
        width: 100%;
        height: auto;
        float: none;
    }

    .login-wrap {
        padding: 3rem 0;
    }

    .new-dues-modal-body .row .col-3, .new-dues-modal-body .row .col-9 {
        min-width: 100%;
    }

        .new-dues-modal-body .row .col-3 .col-4, .new-dues-modal-body .row .col-9 .col-4 {
            padding-right: 0;
        }

    .new-dues-modal .wizard-step .modal-content {
        height: auto !important;
    }

    .new-dues-modal-body .row .col-9 .modal-footer {
        position: relative;
        flex-direction: column;
    }

    .h-sm-fit-content {
        height: fit-content !important;
    }
}

@media screen and (max-width: 767px) {
    .documentsBlock .folderCol, .documentsBlock .fileCol {
        height: 100%;
    }
}

@media screen and (max-width: 604px) {
    .public-nav {
        display: none;
    }

    #public-footer {
        justify-content: center;
    }

    #public-header #mobile-menu-btn {
        display: block;
    }
}

@media screen and (max-width: 525px) {
    #admin-header .header-left h2 {
        font-size: 1.3em;
    }
}

@media (max-width: 448px) {
    .icon-box {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }

    .mobile-dashboard-wrap h4 {
        font-size: 0.85rem !important;
    }

    .mobile-dashboard-wrap .icon-col {
        padding: 1rem 0;
    }
}
/* MICROSITE RESPONSIVE */
@media (max-width: 850px) {
    .siteBuilder .gridBlock.populatedBlock.documentsBlock {
        height: 100%;
    }

    .membershipDirectoryMap .memberCol .memberScroll {
        overflow: auto;
        height: 60vh;
        margin-top: 130px;
        margin-bottom: 20px;
    }

    .membershipDirectoryMap .memberCol .card {
        width: 100%;
    }

    .membershipDirectoryMap.mapHide .card {
        width: 100%;
    }

    .siteBuilder .gridBlock.populatedBlock.membershipDirectoryMap {
        height: 100% !important;
    }

    .stickyBottomNav .bottomNavContent a {
        padding: 10px;
    }

    .membershipDirectoryMap .memberSearch {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    table.paymentHistoryTable thead, table.paymentHistoryTable tbody, table.paymentHistoryTable th, table.paymentHistoryTable td, table.paymentHistoryTable tr {
        display: block;
    }

    table.paymentHistoryTable tr {
        border-bottom: 1px solid #eee;
        padding: 10px;
    }

    table.paymentHistoryTable thead tr {
        padding: 0px;
    }

    table.paymentHistoryTable td {
        border: none;
        position: relative;
        padding: 0px;
    }

    #messaging-global .messageFooter {
        display: block;
        padding: 5px 10px;
    }

        #messaging-global .messageFooter .flex-fill {
            display: block;
            width: 100%;
            margin-bottom: 5px;
        }

        #messaging-global .messageFooter .ml-3.align-self-end {
            margin-left: 0px !important;
        }

    .membershipDirectoryMap .mapCol {
        padding: 0%;
        height: 400px;
    }

    .templateContainer.verticalNavContainer div {
        padding-left: 0px;
    }

    .templateContainer.verticalNavContainer .verticalNavWrap {
        display: none;
    }

    .headerLeft {
        display: block !important;
    }

    .siteBuilder.publicView .mobileNavBlock {
        text-align: left;
    }

        .siteBuilder.publicView .mobileNavBlock .mainNavLink.ml-4 {
            margin-left: 0px !important;
        }

        .siteBuilder.publicView .mobileNavBlock .mainNavLink a {
            padding: 10px;
        }

            .siteBuilder.publicView .mobileNavBlock .mainNavLink a + .dropdown-menu {
                position: relative !important;
                width: 94vw !important;
                transform: none !important;
                top: unset !important;
                left: unset !important;
                will-change: unset !important;
                border: 0px !important;
                text-align: left !important;
                margin-left: 30px !important;
            }

                .siteBuilder.publicView .mobileNavBlock .mainNavLink a + .dropdown-menu.show {
                    display: block;
                }

    .siteBuilder.publicView .sectionRowContainer {
        height: auto;
    }

    .siteBuilder .gridBlock.populatedBlock.mainNavGrid {
        display: none;
    }

    .siteBuilder .gridBlock.customMapWidget {
        padding: 50%;
    }

    .siteBuilder .gridBlock.populatedBlock.imageBlock1 .heroOverlay {
        width: 94% !important;
        max-width: 94% !important;
    }

    .siteBuilder .gridBlock.populatedBlock .sponsorBlock {
        display: block;
        text-align: center;
    }

        .siteBuilder .gridBlock.populatedBlock .sponsorBlock .singleSponsor {
            width: 100%;
            height: 175px;
            text-align: center;
        }

    .siteBuilder .builderGridRow .gridBlock .featuredLinksRow {
        display: block;
    }

        .siteBuilder .builderGridRow .gridBlock .featuredLinksRow .featuredLinksBlock {
            display: block;
        }

            .siteBuilder .builderGridRow .gridBlock .featuredLinksRow .featuredLinksBlock .featuredLink {
                width: 100%;
            }

    .siteBuilder .builderGridRow .gridBlock.bgImageMobile {
        padding: 50%;
    }

    .siteBuilder .builderGridRow.threeWide {
        flex-flow: wrap;
    }

        .siteBuilder .builderGridRow.threeWide .gridBlock {
            width: 100% !important;
        }

            .siteBuilder .builderGridRow.threeWide .gridBlock.bgImageMobile {
                padding: 50%;
            }

    .siteBuilder .builderGridRow.twoWide {
        flex-flow: wrap;
    }

        .siteBuilder .builderGridRow.twoWide .gridBlock {
            width: 100% !important;
        }

            .siteBuilder .builderGridRow.twoWide .gridBlock.bgImageMobile {
                padding: 50%;
            }

    .siteBuilder .builderGridRow.twoThirdsLeft,
    .siteBuilder .builderGridRow.twoThirdsRight {
        flex-flow: wrap;
    }

        .siteBuilder .builderGridRow.twoThirdsLeft .gridBlock,
        .siteBuilder .builderGridRow.twoThirdsRight .gridBlock {
            width: 100% !important;
        }

            .siteBuilder .builderGridRow.twoThirdsLeft .gridBlock.bgImageMobile,
            .siteBuilder .builderGridRow.twoThirdsRight .gridBlock.bgImageMobile {
                padding: 50%;
            }

        .siteBuilder .builderGridRow.twoThirdsRight.quoteBlock {
            display: block;
            padding: 10px;
        }

            .siteBuilder .builderGridRow.twoThirdsRight.quoteBlock .gridBlock:first-child p {
                height: 4em;
                margin-bottom: 50px;
            }

            .siteBuilder .builderGridRow.twoThirdsRight.quoteBlock .gridBlock {
                display: block;
                width: 100%;
                text-align: center;
            }

    .siteBuilder .mobileLinks {
        display: none;
    }

    .siteBuilder .mobileMenuInteract {
        margin-left: 10px;
        line-height: 25px;
    }

        .siteBuilder .mobileMenuInteract .text-right {
            text-align: left !important;
        }

    .siteBuilder .mobileNavBlock a {
        display: block;
    }

    .siteBuilder .dropdown-menu.mobileDropdown {
        position: relative !important;
        float: none;
        transform: none !important;
    }

    .siteBuilder a.mobileToggle {
        margin-left: 0px;
    }

    .siteBuilder .headerBlock .headerLeft {
        display: flex;
        align-items: center;
    }

    .siteBuilder .gridBlock.populatedBlock .footerBlock {
        display: block;
    }

        .siteBuilder .gridBlock.populatedBlock .footerBlock .footerLeft {
            margin-bottom: 10px;
        }

        .siteBuilder .gridBlock.populatedBlock .footerBlock .footerRight .text-right {
            text-align: left !important;
        }

    .newsfeedBlock .newsfeedCard .collapseReplies .replyContainer .replyBubbleSelf .replyBubbleSelf .emoji-picker {
        right: 5px;
    }

    #messaging-global .messagingHeader {
        padding: 15px;
        display: block !important;
    }

        #messaging-global .messagingHeader #closeFlyout {
            float: right;
            margin-top: -35px;
        }

    #messaging-global .convosWrapper .messagingSubHeader {
        padding: 10px 10px;
        display: block !important;
    }

        #messaging-global .convosWrapper .messagingSubHeader .mr-3 {
            margin-right: 0rem !important;
        }

        #messaging-global .convosWrapper .messagingSubHeader #createMessageBtn {
            width: 100%;
        }

    #mobileLinks {
        padding-bottom: 20px;
    }

    .documentsBlock .folderCol {
        border-right: 0px;
    }
}
/* PROPORTIONAL FONTS */
/*@media (max-width: 480px) {
	.siteBuilder.publicView {
		font-size: proportional-text(16px,480px);
	}
}

@media (max-width: 660px) {
	.siteBuilder.publicView {
		font-size: proportional-text(48px,660px);
	}
}

@media (max-width: 850px) {
	.siteBuilder.publicView {

		h1, h2, h3, h4, h5, h6, p {
			font-size: proportional-text(36px,850px);
		}
	}
}*/
/* END PROPORTIONAL FONTS */
.text-light {
    color: #959595 !important;
}

.text-gray {
    color: #8A8A8A;
}

.link-blue {
    color: #0076B9 !important;
    text-decoration: underline;
}

.table-header-txt-sm {
    font-size: 14px;
    color: #555;
}

/*# sourceMappingURL=admin-style.css.map */
