.nadg-retail .menu_strategies > a,
.nadg-residential .menu_strategies > a,
.nadg-nnn-reit .menu_strategies > a,
.private-equity .menu_strategies > a{
    color: var(--blue-na) !important;
}

.nadg-retail .menu_strategies > a:after,
.nadg-residential .menu_strategies > a:after,
.nadg-nnn-reit .menu_strategies > a:after,
.private-equity .menu_strategies > a:after {
    opacity: 1 !important;
}

.footer_address{
    position: relative;
}

.words-row h1{
    font-weight: 700;
}

.team-card_title{
    font-weight: 700;
    font-family: var(--ff-libre), serif;
}

.office-card_title{
    font-weight: 700;
}



.article_cols img{
    width: 100%;
}

p.footer_title{
    margin: 0 0 30px;
}

blockquote p:before {
    content: "“";
   margin-right: 0.1em;
}
blockquote p:after {
     content: "”";
     margin-left: 0.1em;
 }

.section-text .h2 {
    margin-bottom: 25px;
    line-height: 1.3;
    font-family: var(--ff-libre), serif;
    font-weight: 700;
}


.section-box .h2._lg {
    font-size: 4rem;
    font-family: var(--ff-libre), serif;
    font-weight: 700;
}

.categories_button{
    position: relative;
    color: #000;
    cursor: pointer;
}

.categories_button.jcf-label-active .categories_item__name {
    color: var(--blue-light);
    text-decoration: underline;
}

.categories_button .jcf-checkbox{
    position: absolute;
    opacity: 0;
}

.news-card_box,
.card{
    position: relative;
}

.article_header{
    font-size: 3.2rem;
}


.news-card_link_name{
    font-weight: 700;
    color: var(--blue-light);
}
.news-card_link_name:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-card:hover .news-card_link_name {
    color: var(--blue-light-2);
    text-decoration: none;
}



.values-item .h3 {
    font-size: 3.2rem;
    margin-bottom: 15px;
    font-family: var(--ff-libre), serif;
    font-weight: 700;
}

.section-box .section_career_subtitle{
    font-size: 16px;
    font-family: var(--ff-grotesk-t), sans-serif;
    color: var(--grey-3);
    font-weight: 500;
    letter-spacing: 0.05em;
}

.section-box .section_career_desc{
    font-size: 3.1rem;
    color: var(--blue-dark-2);
    margin-bottom: 0;
    font-family: var(--ff-libre), serif;
    font-weight: 700;
}

.card:hover a{
    text-decoration: none;
}
a.card_title {
    display: block;
    font-size: var(--fs-l);
    color: var(--blue-dark);
    font-family: var(--ff-grotesk-t), sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
}

.card_title:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.card_link{
    position: relative;
    z-index: 10;
}


.section-box .section-box_col_title{
    font-size: 3.1rem;
    font-family: var(--ff-libre), serif;
    font-weight: 700;
}

.toUpperCase{
    text-transform: uppercase;
}

.categories_title{
    font-weight: 700;
}

#gform_3 input[type="submit"]{
    margin: 0 auto;
}

.hidden{
    display: none!important;
}

.search input{
    padding-left: 35px!important;
}

.news-card_excerpt{
    font-weight: 400;
    font-family: var(--ff-grotesk-t), sans-serif;
}

.article iframe{
    max-width: 100%;
}


.empty_map{
    margin-top: 78px;
}

.team-card_img {
    height: 155px;
    aspect-ratio: 1 / 1;
}



.bg-blue-na .gform_button{
    color: var(--blue-dark)!important;
    background-color: #fff;
}
.bg-blue-na .gform_button:hover{
    color: #fff!important;
    background-color: var(--blue-medium);
}

#gform_2,
#gform_5{
    position: relative;
}
#gform_2:after,
#gform_5:after{
    content: "* indicates required";
    float: right;
    margin-top: -24px;
    font-size: var(--fs-sm);
    letter-spacing: 0.02em;
    color: grey;
}


/* GA Spinner */
.gform-loader {
    position: absolute;
    bottom: 2px;
    left: -50%;
    z-index: 10;
}



.h2.contact_title{
    font-family: var(--ff-libre), serif;
    font-weight: 700;
}


.business-card_link{
    color: white;
}

.office-card_box_link{
    color: var(--grey-dark);
    font-size: var(--fs-md);
}
.office-card_box_link:hover{
    color: var(--blue-na);
}

.visible_hidden{
    visibility: hidden;
}

.card_body{
    position: initial;
}

html{
    scroll-behavior: smooth;
}

/* GA Correcting for File Upload */

.ginput_container_fileupload[data-file]:after {
    content: attr(data-file);
}

#gform_5 .gform_delete_file{
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 100;
}

#gform_5 .gfield_fileupload_filename{
    display: none;
}

/* GA select */
.jcf-select-drop li:first-child{
    display: none;
}

/*/*/

@media (max-width:768px) {
    .mob-hidden{
        display: none!important;
    }
}