:root {
    --base: #000000;
    --base-font: 'Roboto', sans-serif;
    --heading-font: 'ioannina', sans-serif;
    --white: #ffffff;
    --light-gray: #cccccc;
    --bg-gray: #f5f5f5;
    --med-gray: #999999;
    --soft-blk: #333333;
    --font-regular: 400;
    --font-medium: 500;
    --font-bold: 700;
    --contract-color: #fff;
}

@font-face {
    font-family: 'ioannina';
    src: url('/WGAContract/fonts/ioannina_bold-webfont.woff2') format('woff2'),
        url('/WGAContract/fonts/ioannina_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px !important;
    }
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: var(--base-font);
    font-size: 16px;
    font-weight: var(--font-regular);
    color: var(--base);
}

main {
    flex-shrink: 0;
}

p {
    margin-bottom: 1.3rem;
}

a {
    text-decoration: underline;
    color: var(--contract-color);
    font-weight: 500;
}

a:hover {
    color: #6c0017;
    text-decoration: none;
}

header a,
footer a,
a.faq-toggle-questions,
a.scrollup {
    text-decoration: none;
}

h1 {
    font-family: var(--heading-font);
    font-size: 80px !important;
    font-weight: normal;
    line-height: 1;
}

h2 {
    font-family: var(--heading-font);
    font-size: 60px !important;
    font-weight: normal;
    line-height: 1;
}

h3 {
    font-family: var(--base-font);
    font-size: 28px !important;
    font-weight: var(--font-bold);
}

h4 {
    font-family: var(--base-font);
    font-size: 20px;
    font-weight: var(--font-bold);
}

h5 {
    font-family: var(--base-font);
    font-size: 18px;
    font-weight: var(--font-bold);
}

blockquote {
    padding-left: 50px;
    margin: 40px 0;
}

table {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

ol li,
ul li {
    margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 1rem !important;
}

ol>li>p:first-of-type {
    margin-top: 1rem;
}

hr {
    background-color: #999;
    border: 0;
    height: 1px;
    margin: 2.5em 0;
}

.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

a.overlay-link[href=""] {
    display: none !important;
}

.image-right-caption {
    float: right;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.image-left-caption {
    float: left;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.image-right-caption img,
.image-left-caption img {
    width: 100% !important;
}

@media (max-width:480px) {

    .image-right-caption,
    .image-left-caption {
        float: none;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 0;
        width: 100% !important;
    }
}

.article-graphic {
    margin-bottom: 2.5em;
    margin-top: 2.5em;
}

.article-graphic .img-caption {
    color: var(--med-gray);
    font-size: 14px;
    margin-top: .5em;
}

.img-align-right {
    color: #666;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.img-align-left {
    color: #666;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.dark-form-border {
    border: solid 1px var(--base);
    padding: 10px 13px 0px;
}

.dark-form-border .cms-component-411edc1a-radiobuttonlist {
    margin-bottom: 0 !important;
}

header.media {
    border-top: solid 10px var(--contract-color) !important;
}

header.media>.container>.row {
    align-items: center;
}

header.media>.container>.row a {
    color: var(--base);
}

.cardItem {
    margin-bottom: 20px;
}

.cardContainer {
    background-color: var(--bg-gray);
    padding: 2em;
    height: 100%;
}

.cardContainer .icon {
    color: var(--contract-color);
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}

.cardContainer .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

.cardContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cardContainer ul li {
    border-bottom: solid 1px var(--light-gray);
    padding: 5px 0;
}

.cardContainer ul li a {
    display: block;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
}

.cardContainer ul li a:before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-weight: 300;
    right: 0;
    position: absolute;
    top: 0;
}

.writeInfo {
    align-items: center;
    background-color: #F5F5F5;
    color: var(--med-gray);
    display: flex;
    font-size: 14px;
    padding: 10px 20px;
}

.writeInfo i {
    color: var(--base);
    font-size: 16px;
    margin-right: 10px;
}

.writeInfo p {
    margin: 0 !important;
}

.btn-gray,
.btn-gray:hover {
    background-color: #EEE;
    border-radius: 0;
    font-weight: var(--font-bold);
    padding: 12px 30px;
    min-width: 50px;
}

.listItem {
    position: relative;
}

.btn-remove,
.btn-remove:hover {
    background-color: #EEE;
    border-radius: 0;
    font-size: 19px;
    font-weight: var(--font-bold);
    line-height: 19px;
    padding: 7px 10px;
    position: absolute;
    right: -35px;
    width: auto;
    top: 32px;
}

#searchContainer {
    margin-bottom: 4em;
}

#searchContainer .site-search-form {
    margin-bottom: 4em;
    text-align: left;
}

#searchContainer .site-search-form .site-search-textbox-label {
    margin-right: 0;
}

#searchContainer .site-search-form input[type=button] {
    background-color: var(--base);
    border: none;
    color: #fff;
    font-family: var(--base-font);
    padding: 10px 12px;
    margin-left: 5px;
}

#searchContainer .site-search-form input[type=text] {
    border: solid 1px var(--light-gray);
    color: var(--base);
    font-family: var(--base-font);
    padding: 10px 10px;
    width: 270px;
}

#searchContainer .pagination a,
#searchContainer .pagination .cms-page-current {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--base);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

#searchContainer .pagination a:not(:first-child),
#searchContainer .pagination .cms-page-current:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1);
}


#searchContainer .pagination>*:last-child {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

#searchContainer .pagination>*:first-child {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.site-search .cms-pager-link {
    margin-right: 0;
}


#searchContainer .site-search-results .site-search-result-page-title {
    margin-bottom: 2em;
    border-bottom: solid 1px #ccc;
    padding-bottom: 2em;
}
}

#searchContainer .site-search-results .site-search-result-page-title a:first-of-type {
    font-size: 18px;
}

#searchContainer .site-search-results .site-search-result-page-title .site-search-result-teaser {
    color: var(--med-gray);
}

#searchContainer .site-search-results .site-search-result-page-url {
    color: var(--base);
    font-size: 14px;
}

#pressPage .btn-gray {
    padding: 12px 70px;
}

.cms-component-411edc1a-autocomplete {
    height: 38px;
    padding-top: 1px;
}

.cms-component-411edc1a-autocomplete .input:after {
    top: 10px;
}


.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.btn-black,
.btn-black:hover {
    background-color: var(--base);
    color: #fff;
    border-radius: 0;
    font-weight: var(--font-bold);
    padding: 12px 50px;
}

.btn-color {
    background-color: var(--contract-color);
    color: var(--base);
    border-radius: 0;
    font-weight: var(--font-bold);
    padding: 12px 30px;
}

.btn-color:hover {
    background-color: var(--contract-color);
    color: var(--base);
    filter: brightness(0.9);
}

.form-label {
    font-weight: var(--font-bold);
}

.cms-component-411edc1a-radiobuttonlist {
    margin-top: 0;
}

.cms-component-411edc1a-radiobuttonlist label .radiobutton {
    left: auto;
}

.cms-component-411edc1a-radiobuttonlist label .text {
    padding-left: 27px !important;
}

.faqs ul ul {
    list-style-type: disc !important;

}

.faqs ul ul li {
    margin-bottom: 10px !important;
}

.faqs ul .question {
    font-size: 16px;
}

.faqs ul .question:before {
    top: 44%;
}


#article-content .callout {
    border: solid 1px var(--base);
    margin-bottom: 2.5em;
    padding: 40px;
}

#article-content .callout h3 {
    margin: 0 0 20px;
}

#article-content .callout p:last-child {
    margin-bottom: 0;
}


#form-container {
    margin-bottom: 5em;
}

header {
    border-top: solid 10px var(--contract-color);
    background-color: var(--white);
    padding: 27px 0;
}

header.media {
    border-bottom: solid 1px #ccc;
}

header .logo {
    font-family: var(--heading-font);
    font-size: 40px;
}

header .logo a {
    color: var(--base);
}

header nav {
    justify-content: flex-end !important;
}

header nav .navbar-nav {
    list-style-type: none;
    margin: auto;
    padding: 0;
}

header nav .navbar-nav .nav-item {
    position: relative;
    display: inline-block;
    margin-left: 21px;
}

header nav .navbar-nav .nav-item a {
    color: var(--base);
    font-weight: 500;
}

header nav .navbar-nav .nav-item>.dropdown-toggle::after {
    display: none;
}

header nav .navbar-nav .nav-item>.dropdown-menu.show {
    width: 230px;
    padding: 15px;
}

header nav .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    padding: 15px 15px 5px 15px;
    width: 230px;
}

header nav .nav-item.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

header nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

header nav .navbar-nav .nav-item .dropdown-menu li a {
    display: table;
    width: 100%;
    white-space: normal;
    padding: 5px 10px;
    line-height: 1.25;
}

header nav .navbar-nav .nav-item .dropdown-menu li a i {
    display: table-cell;
    width: 25px;
    color: var(--light-gray);
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    text-align: right;
}

header nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    background-color: var(--base);
    border-radius: 5px;
    color: var(--white);
}

header nav .navbar-nav .nav-item .dropdown-menu li a:hover i {
    color: var(--contract-color);
}

header nav .dropdown-menu>li:hover>.submenu {
    display: block;
}

header nav .nav-item .submenu {
    position: absolute;
    top: -10px;
    left: 195px;
    width: 230px;
    padding: 15px;
}

header .nav-item .fa-caret-down {
    font-size: 12px;
    margin-left: 5px;
    top: -2px;
    position: relative;
}

header nav .navbar-nav .search-dropdown .dropdown-menu {
    padding: 15px !important;
    left: -200px;
}

.mobileSearchIcon button {
    background: transparent;
    border: none;
}

.mobileSearchIcon i {
    font-size: 28px;
}

header nav .navbar-nav .search-dropdown .dropdown-menu li {
    display: inline-flex;
}

#mobileSearch>div {
    display: inline-flex;
    width: 100%;
    margin-top: 1em;
}

header nav .navbar-nav .search-dropdown .dropdown-menu li input,
#mobileSearch input {
    width: 100%;
    height: 45px;
    border: 1px solid var(--light-gray);
    border-radius: 0;
}

header nav .navbar-nav .search-dropdown .dropdown-menu li input:focus,
#mobileSearch input:focus {
    outline: 0;
}

header nav .navbar-nav .search-dropdown .dropdown-menu li button,
#mobileSearch button {
    background-color: var(--base);
    color: var(--white);
    border: 0;
    width: 50px;
}

.home-top {
    background-color: var(--base);
    color: var(--white);
    padding-top: 5em;
    padding-bottom: 5em;
    position: relative;
}


.home-top .heroTitle {
    font-family: var(--heading-font);
    font-size: 110px;
    line-height: 90px;
}

.home-top .bottom-headline {
    color: var(--contract-color);
}

.home-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

.home-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.home-top .logo {
    display: inline-block;
}

.home-top .logo span {
    display: block;
    font-size: 75px;
    line-height: 62px;
    text-align: right;
}

.home-top>.container {
    position: relative;
    z-index: 9;
}

.home-top .gradient {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
    z-index: 4;
}

.home-middle {
    background-color: var(--base);
    color: var(--white);
    padding-top: 3em;
    padding-bottom: 3em;
}

.home-middle .right {
    line-height: 1.4;
}

.home-middle .right a {
    font-size: 18px;
    margin-top: 12px;
}

.home-bottom {
    background-color: var(--base);
    color: var(--white);
    background: linear-gradient(180deg, #333333 0%, white 100%);
    color: var(--white);
    padding: 1em 0 8em;
}

.home-img {
    max-width: 500px;
    position: relative;
    width: 100%;
}

.home-img-container {
    display: block;
    height: auto;
    max-width: 500px;
    position: relative;
    width: 100%;
}

.home-img-container:after {
    content: "";
    border: 5px solid var(--contract-color);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 5%;
    left: 5%;
    z-index: 5;
}

.home-quote {
    margin-bottom: 3em;
    text-align: center;
}

.home-carousel {
    margin-bottom: 3em;
}

.home-quote h2 {
    display: inline-block;
    border-bottom: solid 5px var(--contract-color);
    margin-bottom: 10px;
}

.home-carousel h2 {
    display: inline-block;
    border-bottom: solid 5px var(--contract-color);
    margin-bottom: 60px;
}

.group .person {
    margin-bottom: 60px;
}

.group .person img {
    max-width: 184px;
    margin-bottom: 10px;
    height: 100%;
    max-height: 276px;
    object-fit: cover;
    width: 100%;
}


.faq-toggle-questions {
    background-color: var(--base) !important;
}

.faqs ul .question:before {
    color: var(--base) !important;
}

.faq-section h3 {
    color: var(--base) !important;
    font-family: var(--heading-font) !important;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.faqs ul .question {
    color: var(--base) !important;
}

.faqs ul .question.open {
    background-color: var(--contract-color);
    color: var(--base) !important;
}

.faqs.no-stick li:not(.group-header)>.answer {
    margin-top: 18px;
}


#pressPage h2 {
    margin-bottom: 40px;
}

#pressPage h3 {
    margin-bottom: 12px;
}

#HomePhotoSection h3 {
    display: inline-block;
    border-bottom: solid 5px var(--contract-color);
    margin-bottom: 10px;
    font-family: var(--heading-font);
    font-size: 60px !important;
    font-weight: normal;
    line-height: 1;
}

#HomePhotoSection h3+p {
    margin-bottom: 0;
}

#HomePhotoSection .row.photoSection>.col-md-12 {
    text-align: center;
}

#HomePhotoSection .photoSection .viewAll a {
    background-color: #000;
    color: #fff;
    padding: 12px 50px;
}

#HomePhotoSection .photosMain .photosCategory .title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0.5em;
}

#HomePhotoSection .photosCategory {
    margin-bottom: 0;
    display: flex;
}

#HomePhotoSection .photoSection .viewAll {
    text-align: center;
}

.albumContainer {
    border: solid 1px var(--light-gray);
    position: relative;
}

.albumContainer .albumDesc {
    padding: 1em;
}

.albumContainer .albumDesc .album {
    color: var(--contract-color);
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.photosMain {
    margin: 16px 0px;
}

.photosCategory {
    padding-left: 0;
    margin-bottom: 2em;
}

.photosMain .photosCategory .imageType a {
    display: block;
}

.photosMain .photosCategory .imageType.video {

    position: relative;
}

.photosMain .photosCategory .imageType.video:before {
    background: url('/WGAContract/img/play-btn.png') no-repeat center center;
    content: "";
    height: 165px;
    pointer-events: none;
    position: absolute;
    width: 255px;
    z-index: 5;
}

.photoSection {
    margin-bottom: 5em;
}

.photoSection .viewAll {
    margin-top: 20px;
}

.graphicSection {
    margin-bottom: 5em;
}

.graphicSection .graphic {
    border: solid 1px #ccc;
}

.graphicSection .btn-guidelines {
    background-color: var(--base);
    border-radius: 0;
    color: var(--white);
    font-weight: var(--font-bold);
    margin-bottom: 2em;
    padding: 12px 20px;
    width: auto;
}

.graphicSection .desc {
    margin: 10px 0 5px;
}

.graphicSection .download {}


.photosMain .photosCategory .title {
    font-size: 16px;
    margin-top: .5em;
}

.documentList {
    margin-bottom: 5em;
}

.documentList ul.fileItems {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.documentList ul.fileItems li {
    align-items: center;
    border-bottom: solid 1px #ccc;
    display: flex;
    margin-bottom: 0;
}

.documentList ul.fileItems li i {
    margin-left: 10px;
}

.documentList ul.fileItems li a {
    padding: 10px;
    text-decoration: none;
    width: 100%;
}

.documentList ul.fileItems li a:hover {
    text-decoration: underline;
}

/*
#article-content {
    padding-right: 90px;
}*/

#article-content h3 {
    margin: 40px 0 20px;
}

#article-content h4 {
    margin: 40px 0 20px;
}

#article-head .headline {
    font-family: var(--heading-font);
    font-size: 60px;
    line-height: 60px;
    margin-top: 3px;
    margin-bottom: 20px;
}

#article-head .category {
    background-color: var(--base);
    color: var(--white);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 13px;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

#article-head .date {
    color: var(--med-gray);
    font-size: 16px;
    margin: 23px 0 36px;
}

#article-head .subtitle {
    border-bottom: solid 2px var(--med-gray);
    border-top: solid 2px var(--med-gray);
    font-size: 20px;
    font-weight: var(--font-bold);
    margin-bottom: 20px;
    padding: 19px 0;
}

#article-sidebar {
    border: solid 1px var(--base);
    padding: 30px;
}

#article-sidebar h3 {
    font-family: var(--heading-font);
    font-size: 40px !important;
    font-weight: normal;
    margin-bottom: 26px;
}

#article-sidebar ul {
    list-style-type: none;
    padding: 0;
}

#article-sidebar ul li {
    margin: 0 0 27px;
}

#article-sidebar ul li a {
    display: block;
    text-decoration: none;
}

#article-sidebar ul li .headline {
    font-size: 18px;
    font-weight: var(--font-bold);
    line-height: 24px;
    margin-bottom: 7px;
}

#article-sidebar ul li .description {
    color: var(--med-gray);
    font-size: 15px;
    font-weight: 400;
}

#article-sidebar ul li .readmore {
    margin-top: 8px;
    color: var(--base);
    font-size: 14px;
    text-decoration: underline;
}

.form-group {
    margin-bottom: 20px;
}

.img-wrapper {
    margin-bottom: 40px;
}

.img-caption {
    margin-top: 10px;
}

.quote {
    border: solid 1px var(--base);
    margin: 2.2em 0;
    padding: 40px;
    text-align: center;
}

.quote .head {
    margin-bottom: 20px;
}

.quote .head i {
    font-size: 56px;
}

.quote.quote-light .head i {
    color: var(--light-gray);
}

.quote.quote-dark,
.quote.quote-image {
    background-color: var(--soft-blk);
    color: var(--white);
}

.quote.quote-dark .head i,
.quote.quote-image .head i {
    color: var(--contract-color);
}

.quote .footer span {
    display: inline-block;
    font-size: 12px;
    margin: 15px auto 10px;
    padding: 12px 0;
}

.quote.quote-light .footer span {
    border-bottom: solid 1px var(--light-gray);
    border-top: solid 1px var(--light-gray);
}

.quote.quote-dark .footer span,
.quote.quote-image .footer span {
    border-bottom: solid 1px var(--contract-color);
    border-top: solid 1px var(--contract-color);
}

.quote-image {
    position: relative;
}

.quote-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

.quote-content {
    position: relative;
    z-index: 2;
}

.quote-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .85);
}

.videoEmbed {
    margin-bottom: 20px;
}


#action-center {
    background-color: var(--soft-blk);
    color: var(--white);
    font-size: 28px;
    font-weight: var(--font-medium);
    margin-bottom: 3em;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

#action-center .container>.row {
    position: relative;
    z-index: 8;
}

#action-center .Titles {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 100px;
    line-height: 86px;
    margin-bottom: 20px;
}

#action-center:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

#action-center:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .85);
}

#action-center .Titles .TitleTop {
    color: var(--contract-color);
}

#action-center .Titles .TitleBottom {
    color: var(--white);
    margin-left: 63px;
}

#action-center .actioncenter {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#action-center .sidedescription {
    line-height: 1.4;
    font-size: 28px;
    max-width: 366px;
}

#action-center .left-content {
    padding-right: 0;
}

#action-center .right-content {
    padding-left: 0;
}

#action-center .actioncenter li {
    background-color: var(--white);
    color: var(--base);
    font-size: 16px;
    margin-bottom: 2rem;
}

#action-center .actioncenter li .item {
    align-items: center;
    display: flex;
    padding: 13px 20px;
    position: relative;
}

#action-center .actioncenter li .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: var(--contract-color);
    margin-right: 20px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

#action-center .actioncenter li .item .icon i {
    font-size: 56px;
}


#action-center .actioncenter li .item .title {
    font-size: 28px;
    font-weight: var(--font-bold);
    margin-top: 4px;
    margin-bottom: 0;
}

#action-center .actioncenter li .item .description {
    margin-bottom: 10px;
}

#action-center .actioncenter li .item .title span {
    margin-left: 10px;
}

#action-center .actioncenter li .item .title span i {
    color: var(--contract-color);
    font-size: 25px;
}

#action-center .actioncenter li .item .text {
    width: calc(100% - 120px);
}

#content .left-content,
.home-content .left-content {
    padding-right: 60px;
}

#content .left-content *,
.home-content .left-content * {
    margin-bottom: 30px;
}

.home-content .left-content p:last-child,
.home-content .left-content p:last-child a {
    margin-bottom: 0 !important;
}

/*
#latest-updates {
    background-color: #333;
    color: var(--base);
    font-size: 28px;
    font-weight: var(--font-medium);
    margin-bottom: 3em;
    padding: 70px;
    position: relative;
    text-align: center;
}
#latest-updates:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

#latest-updates:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--contract-color);
    opacity: .75;
}
*/

#latest-updates {
    background-color: var(--white);
    color: var(--base);
    font-size: 28px;
    font-weight: var(--font-medium);
    margin-bottom: 20px;
    padding: 50px;
    position: relative;
    text-align: center;
}



#latest-updates h2 {
    display: inline-block;
    border-bottom: solid 5px var(--contract-color);
    margin-bottom: 60px;
}

#latest-updates .viewall {
    display: inline-block;
    background-color: var(--base);
    color: var(--white);
    border-radius: 0;
    font-weight: var(--font-bold);
    margin: 60px auto 0;
    padding: 10px 20px;
    width: auto;
}


#latest-updates .container>.row {
    position: relative;
    z-index: 8;
}

#latest-updates #list {
    font-size: 16px;
}

#mainlist {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;

}

#latest-updates #list a.item {
    display: block;
    text-decoration: none;
}

#latest-updates #list .item {
    background-color: var(--bg-gray);
    font-weight: var(--font-regular);
    height: 100%;
    padding: 28px 32px;
    text-align: left;
    width: 100%;
}

#latest-updates #list {
    justify-content: center;
}



#mainlist {
    margin-bottom: 3em;
    justify-content: flex-start;
}

#mainlist a.item {
    display: block;
    text-decoration: none;
}

#mainlist .item {
    border: solid 1px var(--base);
    margin-right: 20px;
}

#mainlist .item:nth-child(4n) {
    margin-right: 0;
}

#mainlist .itemList {
    margin-bottom: 30px;
}

#mainlist .item {
    background-color: var(--white);
    font-weight: var(--font-regular);
    height: 100%;
    max-width: 263px;
    text-align: left;
    width: 100%;
}

#mainlist .item .thumbnail img {
    width: 100%;
}

#mainlist .item .itemContent {
    padding: 28px 32px;
}

#latest-updates #list .item .category,
#mainlist .item .category {
    background-color: var(--base);
    color: var(--white);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 1px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}


#latest-updates #list .item .date,
#mainlist .item .date {
    color: var(--med-gray);
    margin-bottom: 9px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

#latest-updates #list .item .date i,
#mainlist .item date i {
    font-size: 11px;
    margin-right: 3px;
}

#latest-updates #list .item .title,
#mainlist .item .title {
    font-size: 20px;
    font-weight: var(--font-bold);
    line-height: 24px;
    margin-bottom: 11px;
}

#latest-updates #list .item .description,
#mainlist .item .description {
    color: var(--med-gray);
}

#latest-updates #list .item .link,
#mainlist .item .link {
    font-size: 14px;
    margin-top: 14px;
    text-decoration: underline;
    font-weight: 500;
}


.carousel {
    background-color: var(--soft-blk);
    color: var(--white);
    padding: 40px 40px 31px;
}

.carousel .carousel-item .photo {
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}

.carousel .carousel-item .photo span {
    color: var(--white);
    font-size: 56px;
    left: 70px;
    position: absolute;
    top: -21px;
    z-index: 9;
}

.carousel .carousel-item .photo .photoBorder {
    border: solid 2px var(--contract-color);
    height: 125px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 100px;
}

.carousel .carousel-item .quoteItem {
    align-items: center;
}

.carousel .carousel-item .quoteBlock .quoteDesc p {
    margin-bottom: 0;
}

.carousel .carousel-item .photo img {
    margin-top: 25px;
    max-width: 100px;
    position: relative;
}

.carousel .carousel-item .quoteBlock .caption {
    border-top: solid 1px var(--contract-color);
    border-bottom: solid 1px var(--contract-color);
    font-size: 12px;
    font-weight: var(--font-bold);
    display: inline-block;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.carousel .carousel-item .quoteBlock .caption span {
    font-weight: var(--font-regular);
}

.carousel-control-prev {
    left: -10% !important;
}

.carousel-control-next {
    right: -10% !important;
}

.carousel-control-next i,
.carousel-control-prev i {
    color: var(--base);
    font-size: 30px;
}

.carousel-indicators {
    bottom: -48px !important;
}

.carousel-indicators [data-bs-target] {
    border-top: 10px solid var(--base);
    width: 10px;
}

.testimonialSingle {
    border: solid 1px var(--light-gray);
    margin-bottom: 30px;
    padding: 30px;
}

.testimonialSingle .desc p {
    margin-bottom: 0;
}

.testimonialSingle .photo.order-1 {
    margin-right: 30px;
}

.testimonialSingle .photo.order-3 {
    margin-left: 30px;
}

.testimonialSingle .photo img {
    height: 125px;
    width: 100px;
    object-fit: cover;
    object-position: top;
}

.testimonialSingle .author {
    font-size: 12px;
    font-weight: var(--font-bold);
    text-transform: uppercase;
    margin-top: 20px;
}

.testimonialSingle .author span {
    font-weight: var(--font-regular);
}

#pod {
    margin: 40px 0;
    padding: 40px 0;
}

#pod .img-pod {
    position: relative;
}

#pod .img-pod img {
    max-width: 500px;
}

#pod .img-pod .img-border {
    border: solid 5px var(--contract-color);
    height: 333px;
    position: absolute;
    left: 40px;
    top: 40px;
    width: 500px;
}

#pod h2 {
    border-bottom: solid 5px var(--contract-color);
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

#pod .fa-ul {
    padding-top: 13px;
}

#pod .fa-ul li {
    margin-bottom: 30px;
}

#pod .fa-ul h3 {
    padding-left: 36px;
    padding-bottom: 10px;
    font-weight: 600;
}

#pod .fa-stack {
    height: 3em;
    line-height: 3em;
    top: -7px;
    width: 3.5em;
}

#pod .fa-stack i {
    font-size: 47px;
}

#pod .fa-li .fa-check {
    color: var(--base);
}


#pod .fa-li .fa-square {
    color: var(--contract-color);
}

#pod a {
    margin-top: 20px;
}


.carousel .carousel-item .photo {
    margin-right: 60px;
}

.carousel .carousel-item .photo img {
    margin-top: 25px;
    max-width: 100px;
    position: relative;
}



#filterMenu {
    background-color: var(--soft-blk);
    color: var(--base);
    font-size: 28px;
    font-weight: var(--font-medium);
    margin: 2.5em 0 2em;
    padding: 20px 30px;
    position: relative;
}

#filterMenu h3 {
    font-size: 14px !important;
    margin-bottom: 15px;
}

#filterMenu:before {
    background-image: url(/wgacontract/img/microphone.jpg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

#filterMenu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--contract-color);
    opacity: .75;
}

#filterMenu>.row {
    position: relative;
    z-index: 6;
}

#filterMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#filterMenu ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

#filterMenu ul li span {
    background-color: var(--white);
    border-radius: 0;
    font-weight: var(--font-bold);
    padding: 12px 30px;
}

#filterMenu ul li span.active {
    background-color: var(--base);
    border-color: var(--base);
    color: var(--white);
}




#homeCommittee {
    background-color: var(--soft-blk);
    color: var(--white);
    font-size: 28px;
    font-weight: var(--font-medium);
    margin-bottom: 3em;
    mmargin-top: 3em;
    padding: 60px;
    position: relative;
}


.infoBanner {
    background-position: center;
    background-size: cover;
    background-blend-mode: luminosity;
}

#homeCommittee:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

#homeCommittee:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .85);
}

/*#homeCommittee.container>.row {*/

.infoBanner>.row {
    position: relative;
    z-index: 8;
}

#homeCommittee .description {
    line-height: 1.25
}

#homeCommittee .description p:last-child {
    margin-bottom: 0;
}

#homeCommittee .description p a.btn.btn-color {
    margin-top: 20px;
}

#homeCommittee .Titles {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 80px;
    line-height: 68px;
}

#homeCommittee .Titles .TitleTop {
    color: var(--contract-color);
}

#homeCommittee .Titles .TitleBottom {
    color: var(--white);
    margin-left: 100px;
}

.announcements-wrap {
    background: var(--soft-blk);
    background: linear-gradient(180deg, #333333 0%, white 100%);
    color: var(--white);
    padding: 1em 0 2em;
}

.announcements-wrap h3 {
    font-family: var(--heading-font);
    font-size: 40px !important;
    line-height: 1;
    font-weight: normal !important;
    margin-bottom: 0;
}

.announcements-wrap .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--contract-color);
    margin-right: 15px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}

.announcements-wrap .icon i {
    font-size: 22px;
}

.announcements-wrap p:last-child {
    margin-bottom: 0;
}

.announcements-wrap .left-col {
    display: flex;
    align-items: center;
}

.announcements-wrap .left-col>span {
    display: inline-block;
}

#st-2 {
    top: 500px !important;
}

#main-wrap {
    margin: 0;
    padding: 0;
}

#main-wrap #hero {
    background-color: var(--base);
    color: var(--white);
    margin-bottom: 5em;
    padding: 5em 0;
    position: relative;
}

#main-wrap #hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
}

#main-wrap #hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#main-wrap #hero>.container {
    position: relative;
    z-index: 9;
}

#main-wrap #hero .breadcrumbs {
    font-size: 18px;
}

#main-wrap #hero .breadcrumbs a {
    color: var(--white);
    text-decoration: underline;
}

#main-wrap #home-hero {
    background-color: var(--base);
    color: var(--white);
    padding: 6em 0;
}

#main-wrap #home-hero .headline {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 80px;
    font-weight: var(--font-bold);
    line-height: 80px;
}

#main-wrap #home-hero .headline-color {
    margin-bottom: 2em;
}

#main-wrap .announcements {
    background-color: var(--white);
    color: var(--base);
    padding: 30px;
}

#main-wrap .announcements .announcement {
    margin-left: 20px;
}

#main-wrap #content,
#main-wrap .home-content {
    /*padding-top: 5em;*/
    padding-bottom: 2.5em;
}

.home-bg {
    min-height: 750px;
}

footer {
    margin-top: auto;
    background-color: var(--soft-blk);
    color: var(--white);
    padding: 2.2em 0;
}

footer .logo {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 30px;
    line-height: 28px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    color: var(--light-gray);
    display: inline-block;
    font-size: 14px;
    margin-left: 30px;
}

footer ul li a {
    color: var(--white);
    font-weight: 700;
}