﻿div#header-sticky {
    padding: 10px 0;
}

.form-main input {
    height: 48px;
    background: #fff;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.form-main .custom-select {
    height: 48px;
    background: #f3f3f3;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

    .form-main .custom-select select {
        color: #666;
        font-size: 14px;
        padding: 0 20px;
        height: 48px;
        border: none;
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 22;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

/*.form-main button:hover {
    background: transparent;
    color: #161a30;
}*/

.form-main button {
    /*  border: 2px solid #161a30;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: uppercase;
    background: #161a30;
    color: #fff;*/
    margin-top: 2px;
}

.search {
    padding: 50px 30px 20px
}

.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    font-weight: bold;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    color: #000;
    font-size: 12px;
    font-weight: normal;
}



a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #bfbfbf;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}

.submitButton {
    background: #ad2025;
    padding: 14px 20px;
    color: #fff;
    height: 45px;
}

p.comma {
    display: inline;
    margin-left:-4px;
}

    p.comma:last-child {
        display: none;
    }

.PictureArea {
    background: #f5f5f5;
    text-align: center;
    padding: 30px;
    margin-top: 30px;
}

/*.Picture {
    margin-bottom: 30px;
}*/

    .Picture img {
        width: 100%;
    }

img.rounded-full {
    border-radius: 9999px;
    border: 20px solid #e5e7eb;
}

.NameArea {
    background: #dddddd;
    padding: 15px 0 10px;
}

    .NameArea h2 {
        font-size: 25px;
        color:#1e224f;
    }

.InfoArea {
    margin-top: 30px;
}

.Information {
    margin-top: 20px;
}

    .Information ul {
        padding-left: 0;
    }

        .Information ul li {
            padding-left: 0;
        }

            .Information ul li span {
                font-weight: bold;
            }

    .Information li {
        margin-bottom: 10px;
        list-style: none;
    }

.qualifications, .bio, .other {
    margin-top: 30px;
}

h4 {
    font-size: 20px;
}

.qualifications h4, .bio h4, .other h4 {
    margin-bottom: 3px;
}

.tr-header-menu.tr-dropdown-menu {
    text-align: right;
}

.tr-process-title {
    color: #1e224f;
    font-size: 17px;
    font-weight: normal;
}

.memberHeader {
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #1e224f;
}

nav.tr-menu-content .active {
    color: #ad2025;
}

.tr-header-top-area {
    background: #1e224f
}

.light-grey-bg {
    background: #e6e7e8;
}
p {
    margin-bottom: 8px;
}
span.tr-section-subtitle:before {
    content: "";
    display: inline-block;
    transform: translateY(-7px);
    margin-right: 10px;
    width: 25px;
    height: 1px;
    background-color: #ad2025;
}