[v-cloak] {
    display: none;
}
.account-details {
}
.account-details * {
    text-align: left;
}
.account-details div {
    margin-bottom: 1rem;
}
.account-section {
    text-align: center;
    padding: 4rem 0
}

.account-details .field {
    display: flex;
    flex-flow: row wrap;
}
.account-details .field .label {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(32% - 1rem);
    margin-right: 1rem;
    font-weight: bold;
}
.account-details .field .val {
    flex: 1 0 auto;
}

.account-details .class {
    margin-bottom: 0.5rem;
}

.account-details .class .date {
    /* flex-grow: 1; */
    /* flex-shrink: 0; */
    /* flex-basis: calc(20% - 1rem); */
    /* margin-right: 1rem; */
    display: block;
}

.account-details .class .title {
    /* flex: 1 1 70%; */
    display: block;
}

.info-update {
    text-align: center;
    padding: 100px 0 0 0;
}
.info-update h3 {
    margin-bottom: 30px;
}

.member-directory-search [type="text"] {
    background-color: #f0fafd;
    border-bottom: 3px solid #4cc4e9;
    transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.member-directory-search [type="text"]:focus {
    background-color: #e2f5fb;
}

#memsearch .member {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px #e7e7e7;
}

#memsearch .member a.member_name {
    font-weight: bold;
}
#memsearch {
    padding-bottom: 70px;
}
#memsearch .results-header {
    padding-top: 30px;
}


#survey-form, #terms-form, #try-search-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#survey-form .backdrop, #terms-form .backdrop, #try-search-form .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
}

#survey-form .nfjb-modal, #terms-form .nfjb-modal, #try-search-form .nfjb-modal {
    position: relative;
    z-index: 25;
    flex: 0 1 auto;
    background: white;
    padding: 2.5rem;
    text-align: center;
    max-width: 80vw;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


#survey-form h2 {
    font-size: 2rem;
    font-weight: normal;
    margin-top: 0;
    color: #4db2d9;
}
#survey-form h3 {
    font-size: 1.5rem;
    margin: 2rem 0 3rem 0;
    color: #4db2d9;
    font-weight: bold;
}

#survey-form .buttons, #terms-form .buttons, #try-search-form .buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
}

#survey-form button, #terms-form button, #try-search-form button {
    display: inline-block;
    border: 0;
    border-radius: 0;
    background: #4db2d9;
    padding: .675rem 1rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0 1rem;
    font: normal 500 14px "FF DIN",Helvetica,Arial,sans-serif;
}

#survey-form button:last-child, #terms-form button:last-child {
    background: #C2C1C0;
    margin-right: 1.5625rem;
}

#terms-container {
    max-width: 100%;
    max-height: 500px;
    overflow: auto;
    text-align: left;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    padding: 1rem;
}

.portal-header {
    margin-top: 1.5rem;
}
.portal-header .site-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.portal-header .site-title.container::before, .portal-header .site-title.container::after {
    content: '';
    display: none;
}
.portal-header .site-title .logo {
    width: 155px;
    position: relative;
    margin-top: 45px;
}
.portal-header .site-title .logo img {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.portal-header .site-title .right {
    font-size: 1rem;
}

.portal-search form {
    display: flex;
    flex-flow: row nowrap;
    font-size: 1rem;
}
.portal-search input[type="text"] {
    font-size: 1rem;
    flex: 1 1 100%;
    border-style: solid;
    border-color: #9FA0A2;
    border-width: 1px 1px 1px 1px;
}
.portal-search select {
    font-size: 1rem;
    flex: 0 1 auto;
    width: auto;
    border-style: solid;
    border-color: #9FA0A2;
    border-width: 1px 0 1px 0px;
    position: relative;
    background-image: url(chevdown.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    padding-right: 1.5rem;
    appearance: none;
}
.portal-search button {
    flex: 0 0 auto;
    border-style: solid;
    border-color: #9FA0A2;
    border-width: 1px 1px 1px 1px;
    color: white;
    background: #29B5E9;
}
.portal-search button img {
    display: block;
    box-sizing: border-box;
    width: 45px;
    padding: 10px;
}
.portal-search .results h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #29B5E9;
}
.portal-search .results p {
    font-family: "FF DIN",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.portal-search .results .more {
    margin-bottom: 2rem;
}
.portal-search .last {
    font-family: "FF DIN",Helvetica,Arial,sans-serif;
    margin-top: 1rem;
}

.portal-nav, .portal-content {
    background: white;
}

.portal-content .blocks {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: 2rem;

    display: flex;
    flex-flow: row wrap;
}

.portal-content .block {
    /* height: 250px; */
    margin: 1rem 2rem;
    font-family: "FF DIN", Helvetica, Arial, sans-serif;

    flex: 0 0 calc(25% - 4rem);
    border: solid 1px #818285;
    text-align: center;
    padding: 1.25rem 1rem;
    letter-spacing: 0px;

    box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.14);
}

.portal-content .block:hover {
    color: white;
    border-color: #29B5E9;
    background-color: #29B5E9;
}

/* .portal-content .block .inner { */
/*     display: block; */
/*     position: relative; */
/*     width: 100%; */
/*     height: 100%; */
/*     overflow: hidden; */
/* } */
/* .portal-content .block img { */
/*     object-fit: cover; */
/*     position: absolute; */
/*     left: 0; */
/*     top: 0; */
/*     width: 100%; */
/*     height: 100%; */
/*     z-index: 1; */
/* } */
/* .portal-content .block .title { */
/*     position: relative; */
/*     z-index: 10; */
/*     font-weight: 600; */

/* } */
/* .portal-content .block .bg { */
/*     height: 100%; */    
/*     display: block; */
/*     background: #777; */
/*     /1* border-top: solid 4px #777; *1/ */
/*     color: white; */
/*     padding: 1rem 1.25rem 1.25rem 1.25rem; */
/*     position: relative; */
/*     z-index: 10; */
/* } */

/* .portal-content .block.with-image .bg { */
/*     /1* background-color: rgba(120, 120, 120, 0.5); *1/ */
/*     /1* border-top: solid 4px rgba(120, 120, 120, 0.75); *1/ */
/*     background: rgba(0, 0, 0, 0.5); */
/* } */

/* .portal-content .block:hover .bg { */
/*     /1* border-top: solid 4px #4cc4e9; *1/ */
/*     background: #081D26; */
/* } */
/* .portal-content .block.with-image:hover .bg { */
/*     /1* border-top: solid 4px rgba(76, 196, 233, 0.75); *1/ */
/*     background: rgba(0, 0, 0, 0.7); */
/*     /1* background: rgba(8, 29, 38, 0.7); *1/ */
/* } */

/* .portal-content .block .bg::before { */
/*     position: absolute; */
/*     top: 0px; */
/*     left: 0px; */
/*     width: 0px; */
/*     display: block; */
/*     content: ' '; */
/*     background: rgb(76, 196, 233); */
/*     height: 4px; */
/*     transition: width ease-in-out 0.4s; */
/* } */
/* .portal-content .block:hover .bg::before { */
/*     width: 100%; */
/*     transition: width ease-in-out 0.4s; */
/* } */

/* .portal-content .block .detail { */
/*     /1* display: none; *1/ */
/*     transform: translateY(100%); */
/*     opacity: 0.0; */
/*     transition: all ease-in-out 0.4s; */
/*     position: relative; */
/*     z-index: 10; */
/* } */
/* .portal-content .block:hover .detail { */
/*     display: block; */
/*     transform: translateY(0%); */
/*     opacity: 1.0; */
/*     transition: all ease-in-out 0.4s; */
/* } */

#portal-calendars {
    display: flex;
    flex-flow: row wrap;

    align-items: stretch;
    justify-content: space-between;
}

#portal-calendars .col {
    flex: 0 1 30%;
    background: #F3FAFD;
    padding: 1rem;
}
#portal-calendars h5 {
    font-family: Adelle, Georgia, serif;
    color: #5BCAED;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: solid 2px #5BCAED;
    text-align: left;
}
#portal-calendars .location {
    text-align: left;
}
#portal-calendars label {
    font-size: 1rem;
}


.portal-nav .categories-nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin: 0 15px 50px;
    padding: 30px 0;
text-align: center; }

.portal-nav .extra {
    display: none;
}

@media (min-width: 768px) {
    .portal-nav .categories-nav {
padding: 0 15px; } }
@media (min-width: 768px) {
    .portal-nav .categories-nav li {
display: inline-block; } }
.portal-nav .categories-nav a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
position: relative; }
@media (min-width: 768px) {
    .portal-nav .categories-nav a {
    padding: 30px 10px; }
    .portal-nav .categories-nav a:after {
        background-color: #eee;
        bottom: 0;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
width: 100%; } }
.portal-nav .categories-nav a:hover {
color: #4cc4e9; }
@media (min-width: 768px) {
    .portal-nav .categories-nav a:hover {
color: inherit; } }
.portal-nav .categories-nav a:hover:after {
    background-color: #eee;
height: 5px; }
.portal-nav .categories-nav .current_page_item {
color: #4cc4e9; }
.portal-nav .categories-nav .current_page_item a:after {
    background-color: #4cc4e9;
height: 5px; }

.page-template-portal-home .image-callout.join{background-image:url(members-join-callout.jpg)}

#nfjb-app .categories-nav {
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: -48px;
}

@media (max-width: 768px) {
    .portal-search {
        margin: 0 1rem;
    }
    .portal-content .blocks {
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .portal-content .block {
        flex-basis: calc(50% - 2rem);
        margin: 1rem;
    }
    .portal-header {
        height: 70px;
        position: fixed;
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        transform: translate3d(0, 0, 0);
        width: 100%;
        z-index: 9998;
        background: white;
        top: 0;
        margin-top: 0;
    }

    .site-main {
        margin-top: 100px;
    }
    .portal-header .site-title .logo img {
        bottom: 0;
    }

    .portal-header .mobile-controls {
        border: 1px solid #eee;
        height: 50px;
        margin: auto;
        position: absolute;
        right: 10px;
        top: 10px;
        transition: all 0.2s ease-in-out;
        width: 50px;
    }
    .portal-header .site-title .right {
        display: none;
    }

    .portal-header .extra {
        display: block;
    }


    .portal-header .mobile-controls .main-nav-toggle .menu-icon {
        height: 17px;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }

    .portal-header .mobile-controls .main-nav-toggle .menu-icon .menu-slice {
        background-color: #222;
        height: 1px;
        outline: 1px solid transparent;
        position: absolute;
        transform: translateZ(0);
        transition: all 0.2s ease-in-out;
        width: 100%;
    }
    .portal-header .mobile-controls .main-nav-toggle .menu-icon .menu-slice-1 {
        top: 0;
    }
    .portal-header .mobile-controls .main-nav-toggle .menu-icon .menu-slice-2 {
        top: 8px;
    }
    .portal-header .mobile-controls .main-nav-toggle .menu-icon .menu-slice-3 {
        top: 16px;
    }
    .portal-header .mobile-controls .main-nav-toggle:hover .menu-icon .menu-slice-1 {
        transform: translate3d(0, -2px, 0);
    }
    .portal-header .mobile-controls .main-nav-toggle:hover .menu-icon .menu-slice-3 {
        transform: translate3d(0, 2px, 0);
    }
    .portal-header.nav-open .main-nav-toggle .menu-icon .menu-slice-1 {
        transform: translate3d(0, 8px, 0) rotate(-135deg) !important;
    }
    .portal-header.nav-open .main-nav-toggle .menu-icon .menu-slice-2 {
        opacity: 0;
    }
    .portal-header.nav-open .main-nav-toggle .menu-icon .menu-slice-3 {
        transform: translate3d(0, -8px, 0) rotate(135deg) !important;
    }

    .portal-header .portal-nav {
        display: none;
    }
    .portal-header.nav-open .portal-nav {
        display: block;
    }

    .portal-header .main-navigation .categories-nav li {
        border-top: 1px solid #eee;
        overflow: hidden;
        position: relative;
    }

    .portal-nav .categories-nav {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        margin: 0 0px 0px;
        padding: 30px 0 0;
        text-align: left;
    }
    .portal-nav .categories-nav li a {
        padding: 15px 30px;
    }
    .portal-header .portal-nav .secondary-nav-menu {
        padding: 15px 30px 30px 30px;
        background-color: #eee;
    }
    .portal-header .portal-nav .secondary-nav-menu li {
        border-bottom: 1px solid #e1e1e1;
        position: relative;
    }
    .portal-header .portal-nav .secondary-nav-menu li a {
        display: block;
        font-size: 15px;
        padding: 15px 30px 15px 15px;
    }
    .portal-header .portal-nav .secondary-nav-menu li:before {
        background-color: #4cc4e9;
        border-radius: 50%;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        top: 25px;
        width: 4px;
    }

    #portal-calendars .col {
        flex-basis: 100%;
    }

    .portal-search form {
        display: flex;
        flex-flow: row wrap;
        font-size: 1rem;
    }
    .portal-search input[type="text"] {
        flex: 1 1 100%;
        border-width: 1px 1px 0px 1px;
    }
    .portal-search select {
        flex: 1 1 auto;
        border-width: 1px 0px 1px 1px;
    }
}
@media (max-width: 480px) {
    .announcement-bar {
        top: 0 !important;
    }
}
