@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Raleway:wght@600;700&display=swap');

.t-primary-bgcolor {
    background-color: #8d2424;
}

a {
    color: #8d2424;
}

body {
    background-color: white;
}

.container {
    width: 1080px;
}

.header {
    width: 100% !important;
    border-bottom: 1px solid #00000021;
    position: relative;
    z-index: 10;
}

.header__top {
    background-color: #080f72;
}

.top-nav {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Raleway", sans-serif;
}

.top-nav a {
    color: #fff;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
    font-size: 14px;
}

.top-nav a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.header-phone {
    margin-right: 25px;
}

.header-phone i {
    margin-right: 2px;
}

.top-nav-left span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.top-nav-left .fa {
    font-weight: 700 !important;
}

.fa-facebook {
    margin-right: 12px;
}

.top-nav-right a {
    text-transform: uppercase;
    margin-left: 18px;
    font-weight: 700;
}

.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
}

.header__logo {
    max-height: 65px;
}

.header__nav a {
    color: #00000099;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-left: 22px;
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.header__nav a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.navbar {
    z-index: 5;
}

.page-login .heading::after {
    content: "This planroom is for AGC members only. To apply, please go to www.agcetn.org/membership. \A If you are already an AGC member and would like planroom access, please reach out to carol@agcetn.org.";
    white-space: pre-wrap;
    display: block;
    width: 100%;
    border: 1px solid #ffeeba;
    padding: 15px;
    color: #856404;
    background-color: #fff3cd;
}