html {
    height: 100%;
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    align-items: center;
    height: 100%;
    min-height: 100vh;
    min-width: 320px;
    background-color: #FFF;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    overflow-x: hidden;
}

.red {
    color: #cb3232;
}

.green {
    color: #32cb4b;
}

.blue {
    color: #4682be;
}

header {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    display: flex;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h2 {
    font-weight: 400;
}

h3 {
    font-weight: 400;
}

.header-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
}

#sitelogo {
    width: 300px;
    margin-bottom: 20px;
}

.header-container nav {
    flex-grow: 1;
    position: relative;
    margin-bottom: 50px;
    left: 50%;
    margin-left: -200px;
    width: 500px;
}

    .header-container nav ul {
        list-style: none;
        display: flex;
        align-items: center;
        z-index: 250;
        position: absolute;
    }

        .header-container nav ul li {
            align-self: stretch;
            padding: 20px 0px;
        }

            .header-container nav ul li:last-child {
                padding: 0px 0px 0px 0px;
            }

            .header-container nav ul li a.mainmenulink {
                font-size: 16px;
                font-family: 'Poppins', sans-serif;
                border-right: solid 1px #CCC;
                display: block;
                padding-right: 20px;
            }

            .header-container nav ul li a .navicon {
                width: 28px;
            }

.loginlink {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.siteuser {
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 250;
    box-sizing: border-box;
    position: relative;
}

    .siteuser:hover {
        background-color: #fefefe;
        box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .2);
    }

#siteuserchangephoto {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

#pnlCurrentUserPhoto {
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 250px;
    display: block;
    margin: 20px auto 0px;
    border-radius: 50%;
    border: solid 2px #333;
    background-position: center;
}

.siteusercontrols {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.siteuserphoto {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    border: solid 1px #CCC;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    background-position: center;
}

.siteusername {
    color: #134964;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: left;
}

.siteuserdetails {
    color: #AAAAAA;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
}

.siteusermenuicon {
    width: 15px;
    margin-left: 20px;
}

    .siteusermenuicon img {
        width: 100%;
    }

.siteusermenu {
    padding: 10px 0px;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    width: 100%;
    z-index: 250;
}

.siteuser:focus-within .siteusermenu,
.siteuser:hover .siteusermenu {
    display: inline-block;
}

.siteusermenulogout {
    border-top: solid 1px #CCC;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
}

.mainmenuitem {
    margin-bottom: 5px;
    color: #AAA;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    width: 100%;
    text-align: left;
}

.organizationswitcher select {
    width: 100%;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.siteimpersonating {
    text-align: center;
    font-size: 12px;
}

#stopimpersonating {
    font-size: 12px;
}

main {
    background-image: url(https://icabnewmedia.s3.ca-central-1.amazonaws.com/images/white-hex-background.svg);
    background-repeat: no-repeat;
    background-position: 50% 120%;
    background-size: contain;
    width: 100%;
    flex: 1 0 auto;
}

.main-container {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 20px;
    height: 100%;
}

a:link, a:visited {
    color: #0995f3;
    text-decoration: none;
}

a:active, a:hover, .activelink {
    text-decoration: underline;
}

a.btn-secondary {
    color: #AAA !important;
}

.btn-link {
    color: #0995f3;
    font-weight: 300;
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
}

    .btn-link:hover {
        text-decoration: underline;
    }

h1 {
    color: #134964;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
}


h5 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.mainheader {
    text-align: left;
}

footer {
    width: 100%;
    border-top: solid 1px #D9D9D9;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: gray;
    font-size: smaller;
}

.footer-container {
    width: 100%;
    padding: 10px 20px;
}

    .footer-container a {
        margin-bottom: 10px;
    }

    .footer-container p {
        margin-bottom: 10px;
        width: 100%;
    }

.footerlogo {
    display: inline-block;
    width: 225px;
    margin-right: 20px;
    vertical-align: middle;
}

    .footerlogo img {
        width: 100%;
    }

.footerlinks a {
    display: block;
}

.contentuser {
    width: 85%;
    margin: 20px auto;
}

.contentuserphoto {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    height: 75px;
    width: 75px;
    padding: 7px 7px;
    border: solid 1px #CCC;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}

.contentuserinfo {
    display: inline-block;
    vertical-align: middle;
}

.contentwelcome {
    font-family: 'Poppins', sans-serif;
    color: #0995f3;
    font-size: 12px;
    font-weight: 300;
}

.contentusername {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
}

.contentuserdivider {
    height: 1px;
    width: 100%;
    background-color: #333;
    margin-bottom: 8px;
}

.contentuserorganizations {
    color: #333;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 14px;
}

.contentpanel {
    margin: 20px auto 25px;
    width: 85%;
    position: relative;
    border-top: 3px solid #0995f3;
    background-color: #FFFFFF;
    color: #333333;
    box-sizing: border-box;
}

    .contentpanel p, .contentpanel ul {
        font-size: 14px;
    }

    .contentpanel h1, .contentpanel h2 {
        text-align: left;
        position: relative;
        margin: 0px;
        padding: 14px 20px;
        box-sizing: border-box;
        z-index: 2;
        display: block;
        color: #FFFFFF;
        background-color: #494949;
        font-size: 18px;
        font-weight: 300;
    }

        .contentpanel h1 img, .contentpanel h2 img {
            height: 35px;
            width: 30px;
            vertical-align: middle;
            display: inline-block;
            margin-right: 10px;
        }

        .contentpanel h1 span, .contentpanel h2 span {
            vertical-align: middle;
            display: inline-block;
        }

.contentdetails {
    width: 100%;
    position: relative;
    font-weight: 400;
    padding: 20px;
    text-align: left;
    z-index: 1;
    background-color: #FFFFFF;
}

.contentpadded {
    height: 100%;
    width: 100%;
    padding: 40px !important;
    position: relative;
}

.borderedcontainer {
    width: 100%;
    height: 100%;
    border: solid 1px #CCCCCC;
    padding: 30px;
    position: relative;
}

    .borderedcontainer p, .borderedcontainer ul {
        font-size: 16px;
        font-weight: 400;
    }

.multicolumn-container {
    display: block;
}

.twocolumn-column {
    padding: 20px;
}

.fullwidth {
    width: 100%;
}

#hlDeleteUserPhotoImage {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 200px;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
}

/* Modal pop content */
.sModalOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    z-index: 300;
}

.sModalFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.sModalWindow {
    display: none;
    background-color: #FFFFFF;
    min-width: 200px;
    max-width: 800px;
    width: 100%;
    max-height: 100%;
    z-index: 301;
    font-family: 'Merriweather',serif;
    border-radius: 20px;
    padding: 50px 30px;
    margin: 0px 20px;
}

.popheader {
    width: 100%;
    position: relative;
}

.popheadertitle {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.popheaderclose {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f7f7f7;
    border: solid 1px #CCC;
    font-family: 'Poppins', sans-serif;
    padding: 0px 8px;
    border-radius: 5px;
}

.popcontent {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

    .popcontent p {
        margin-bottom: 30px;
        width: 100%;
    }

.popbuttonarea {
    margin-top: 20px;
    text-align: center;
}

.popcontentcancel {
    color: #AAA !important;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}


@media (min-width: 1000px) {
    #sitelogo {
        width: 400px;
        margin-bottom: 0px;
    }

    .header-container {
        display: flex;
        width: 80%;
        padding: 20px;
    }

        .header-container nav {
            left: unset;
            margin-left: 0px;
            width: auto;
            margin-bottom: 0px;
        }

            .header-container nav ul {
                position: absolute;
                right: 20px;
                top: 25px;
                display: flex;
                align-items: center;
            }

                .header-container nav ul li {
                    align-self: stretch;
                    padding: 20px;
                }

                    .header-container nav ul li:last-child {
                        padding: 0px 0px 0px 0px;
                    }

                    .header-container nav ul li a.mainmenulink {
                        font-size: 16px;
                        border-right: solid 1px #CCC;
                        display: block;
                        padding-right: 20px;
                    }

                    .header-container nav ul li a .navicon {
                        width: 28px;
                    }

    .loginlink {
        font-size: 16px;
    }

    .siteuser {
        padding: 10px 15px;
        border-radius: 10px;
        box-sizing: border-box;
    }

        .siteuser:hover {
        }

    .siteusercontrols {
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .siteuserphoto {
        border-radius: 50%;
        height: 60px;
        width: 60px;
        border: solid 1px #CCC;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 20px;
        background-position: center;
    }

    .siteusername {
        font-size: 20px;
        font-weight: 500;
    }

    .siteuserdetails {
        font-size: 14px;
        font-weight: 300;
    }

    .siteusermenuicon {
        width: 20px;
        margin-left: 20px;
    }

        .siteusermenuicon img {
            width: 100%;
        }

    .siteusermenu {
        padding: 10px 0px;
        box-sizing: border-box;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: none;
        width: 100%;
    }

    .siteuser:focus-within .siteusermenu,
    .siteuser:hover .siteusermenu {
        display: inline-block;
    }

    .siteusermenulogout {
        padding-top: 5px;
        margin-top: 10px;
        text-align: right;
    }

    .mainmenuitem {
        margin-bottom: 5px;
        font-size: 16px;
        width: 100%;
    }

    .organizationswitcher select {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
    }

    .siteimpersonating {
        text-align: center;
        font-size: 12px;
    }

    #stopimpersonating {
        font-size: 12px;
    }








    .main-container {
        position: relative;
        width: 80%;
        margin: 0px auto;
        padding: 20px;
    }

    .multicolumn-container {
        display: flex;
    }

    .twocolumn-column {
        flex: 1 0 auto;
    }

    .footer-container {
        width: 80%;
        padding: 20px;
        display: flex;
        margin: 0px auto;
    }

        .footer-container p {
            padding: 0px 20px;
        }

            .footer-container p:first-of-type {
            }

            .footer-container p:last-of-type {
                width: 30%;
            }

    .footerlogo {
        width: 30%;
    }

        .footerlogo img {
            width: 100% !important;
        }
}

.buttonDisabled {
    opacity: 0.5; /* Adjust the opacity value to achieve the desired grayed-out appearance */
    pointer-events: none; /* Prevent interactions with the disabled button */
}

.header-row-id {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.password-input-wrapper {
    position: relative;
    margin: 20px auto;
}

.password-input {
    width: 100%;
    display: inline-block;
}

.showhidepassword {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.back-link {
    font-size: 20px;
}

.content-admin-panel {
    width: 100%;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border: solid 1px #333;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

    .content-admin-panel a {
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 10px;
    }


.need-help-title {
    color: #0C99D6;
    text-align: center;
    font-family: Poppins;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}

.need-help-subtitle {
    color: #0C99D6;
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-icon-container {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.contact-method {
    width: 230px;
    height: 230px;
    margin: 5px;
    flex-shrink: 0;
    border-radius: 22px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

    .contact-method svg {
        width: 4em;
    }

#svgChatToSupport {
    margin-right: 5px;
    /*margin-top: 5px;*/
}

.contact-svg-conainer {
    text-align: right;
    height: 70px;

}

.contact-method-title {
    margin-left: 10px;
    color: #4B4B4B;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-method-subtitle {
    margin-left: 10px;
    color: #4B4B4B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-method-subtitle p {
        color: #818181;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 14px;
}

.contact-method-subtitle p a {
            color: #818181;
            
}

.modal-button {
    margin-right: 10px;
    background-color: #4682BE;
    border-width: 0px;
    border-radius: 3px;
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
}
