.dcn-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    display: flex;
    justify-content: center;

    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;

    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    transition: height 150ms ease-in-out, opacity 150ms ease-in-out;

    box-shadow: 0 0 4px 0 rgba(0,0,0,0.19);
    
}

.dcn-header-static {
    position: static;
    z-index: 0;
}

.dcn-header-hidden {
    display: none;
    height: 0;
    overflow: hidden;
}

.dcn-header-visible {
    display: flex;
    overflow: unset;
    min-height: 125px !important;
    height: 125px !important;
    opacity: 1.0;
    max-height: 125px;
}

.dcn-header .content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    max-width: 1440px;
    width: 100%;
    padding: 24px 24px 0 24px;
}

.dcn-header .left {
    flex: 4;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.dcn-header .left .mobile-menu-button {
    padding: 24px;
    background-color: #2B89CD;
    color: #fff;
    display: none;
}

.dcn-header .left .logo {
    width: 150px;
    min-width: 150px;
    /*filter: brightness(0) saturate(100%) invert(30%) sepia(11%) saturate(4312%) hue-rotate(181deg) brightness(90%) contrast(89%);*/
    height: auto;
}

.dcn-header .left .left-center {
    padding-left: 40px;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    width: 100%;
}

.dcn-header .left .left-center .search-form {
    border-radius: 6px;
    height: 44px;
    box-shadow: 2px 2px 16px 0 rgba(0 0 0 / 0.25);
    max-width: 876px;
}

.dcn-header .search-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 3;
}

.dcn-header .right .action-buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.dcn-header .right .action-buttons .profile-info {
    color: #1f5195;
    font-size: 15px;
    font-weight: 500;
}

.dcn-header .right .search-button-icon {
    color: #1f5195;
    display: none;
    background: none;
    border: none;
}

.arrow-up {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
}

.dcn-header .search-form h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    font-family: 'Roboto';
    z-index: 5;
}


.dcn-header .search-form .inputs {
    display: flex;
    width: 100%;
}

.dcn-header .search-form .inputs #searchTerm {
    border-radius: 0;
    padding: 0;
    border: none;
}

.dcn-header .search-form .inputs .search-cnt {
    display: flex;
    border: none;
    width: 50%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    flex-direction: column;
    align-items: flex-start;
    z-index: 3;
}

.dcn-header .search-form .inputs .search-cnt .input-area {
    display: flex;
    border: none;
    width: 99%;
    height: 42px;
    border-radius: 6px 0px 0px 6px;
    background-color: #ffffff;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.dcn-header .search-form .inputs .search-cnt .input-area .clearer {
    top: 0px;
    font-size: 26px !important;
    right: 12px;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
    position: relative;
}

.dcn-header .search-form .inputs input::placeholder {
    color: #999999;
    opacity: 1;
}

.dcn-header .search-form .inputs input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

.dcn-header .search-form .inputs input:focus::placeholder {
    color: transparent;
}

.dcn-header .search-form .inputs .search-cnt .input-area i {
    font-size: 26px;
    color: #BEC6D4;
    padding-left: 16px;
}

.dcn-header .search-form .inputs .search-cnt .input-area input {
    width: 100%;
    height: 100%;
    border: none;
    z-index: 2;
    outline: none;
}

.dcn-header .search-form .inputs .search-corz-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    z-index: 3;
}

.dcn-header .search-form .inputs .search-corz-wrapper .search-corz-input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.dcn-header .search-form .inputs .search-corz {
    display: flex;
    border: none;
    width: 100%;
    height: 44px;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    z-index: 3;
    border-left: 1px solid #E0E0E0;
}


.dcn-header .search-form .inputs .search-corz .clearer {
    top: 0px;
    font-size: 26px !important;
    right: 12px;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
    position: relative;
}

.dcn-header .search-form .inputs .search-corz i {
    font-size: 30px;
    color: #BEC6D4;
    padding-left: 16px;
}

.dcn-header .search-form .inputs .search-corz input {
    width: 182px;
    height: 100%;
    border: none;
    z-index: 2;
    outline: none;
}

.dcn-header .search-form .inputs .search-corz #regionLabel {
    margin-top: 0px;
    padding: 0px 0px;
    width: 100%;
}


.dcn-header .search-form .inputs .search-corz .lnk-poplocnregs {
    font-size: 14px;
    text-decoration: underline;
    background: none;
    border: none;
    margin-top: 3px;
    padding: 0px;
    color: #666666;
    z-index: 3;
    width: 133px;
}


.dcn-header .search-form .inputs .search-corz .lnk-poplocnregs:hover,
.dcn-header .search-form .inputs .search-corz .lnk-poplocnregs:focus {
    text-decoration: none;
    margin-top: 3px;
}


.dcn-header .search-form .inputs .search-btn {
    border: none;
    width: 82px;
    height: 44px;
    background-color: #2B89CD;
    border-radius: 0px 6px 6px 0px;
}

.dcn-header .search-form .inputs .search-btn:hover,
.dcn-header .search-form .inputs .search-btn:focus {
    background-color: #34a1ef;
}

.dcn-header .search-form .inputs .search-btn:focus-visible {
    outline: none;
}


.dcn-header .search-form .inputs .search-btn i {
    color: #ffffff;
    font-size: 32px;
}


.dcn-header .search-form .megasearch-dropdown-wrapper {
    display: flex;
    max-width: 800px;
    flex-direction: row;
    align-content: flex-start;
    width: 100%;
    z-index: 2;
    position: absolute;
    margin-top: 45px;
}

.dcn-header .search-form .megasearch-dropdown {
    display: flex;
    z-index: 4;
    box-sizing: border-box;
    min-height: 210px;
    flex-direction: column;
    margin-top: 5px;
    width: 100%;
}

.dcn-header .search-form .megasearch-dropdown .top {
    display: flex;
    height: 10px;
    background: transparent;
    z-index: 5;
    gap: 30px;
}

.dcn-header .search-form .megasearch-dropdown .top .arrow-up {
    margin-left: 65px;
}

.dcn-header .search-form .megasearch-dropdown .items-area {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-top: -2px;
}

.dcn-header .search-form .megasearch-dropdown h4 {
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 24.5px;
    margin-bottom: 6px;
}


.dcn-header .search-form .megasearch-dropdown .items-area .l-area {
    display: flex;
    /*width: 335px;*/
    width: 400px;
    padding-top: 16.5px;
    padding-bottom: 24.5px;
    flex-direction: column;
    align-items: flex-start;
}

.dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    align-items: flex-start;
}

.dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links li {
    display: block;
    width: 100%;
}

.dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links a,
.dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links a:visited {
    color: #000000;
    background-color: transparent;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: left;
}

.dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links a:hover,
.dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links a:active,
.dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links a:focus {
    color: #ffffff !important;
    background-color: #2B89CD;
    padding: revert;
}

.dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links .title {
    display: block;
    margin-left: 32.5px;
}

.dcn-header .search-form .megasearch-dropdown .items-area .r-area {
    display: flex;
    /*width: 304px;*/
    width: 400px;
    padding-top: 16.5px;
    flex-direction: column;
    padding-bottom: 24.5px;
    border-left: 1px solid #E0E0E0;
    align-items: flex-start;
}

.dcn-header .search-form .megasearch-dropdown .items-area .r-area .company-links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    align-items: flex-start;
}

.dcn-header .search-form .megasearch-dropdown .items-area .r-area .company-links a,
.dcn-header .search-form .megasearch-dropdown .items-area .r-area .company-links a:visited {
    color: #000000;
    background-color: transparent;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: left;
}

.dcn-header .search-form .megasearch-dropdown .items-area .r-area .company-links a:hover,
.dcn-header .search-form .megasearch-dropdown .items-area .r-area .company-links a:active,
.dcn-header .search-form .megasearch-dropdown .items-area .r-area .company-links a:focus {
    color: #ffffff !important;
    background-color: #2B89CD;
    padding: revert;
}

.dcn-header .search-form .megasearch-dropdown .items-area .r-area .company-links .title {
    display: block;
    margin-left: 32.5px;
}

.dcn-header .search-form .megasearch-dropdown .items-area .add {
    /*display: flex;
    width: 225.5px;
    padding-left: 21px;
    padding-top: 24.5px;
    padding-bottom: 24.5px;*/
    display: none !important;
}

.dcn-header .search-form .megasearch-dropdown .items-area .add .add-content {
    width: 180px;
    height: 150px;
    background-color: #979797;
    margin-right: 24.5px;
}



.dcn-header .search-form .citysearch-dropdown-wrapper {
    display: flex;
    max-width: 866px;
    flex-direction: row;
    align-content: flex-start;
    width: 100%;
    position: absolute;
    margin-top: 45px;
}

.dcn-header .search-form .citysearch-dropdown {
    display: flex;
    max-width: 866px;
    z-index: 4;
    box-sizing: border-box;
    min-height: 210px;
    flex-direction: column;
    margin-top: 5px;
}

.dcn-header .search-form .citysearch-dropdown .top {
    display: flex;
    height: 10px;
    background: transparent;
    z-index: 5;
    gap: 30px;
}

.dcn-header .search-form .citysearch-dropdown .top .arrow-up {
    margin-left: 65px;
}

.dcn-header .search-form .citysearch-dropdown .items-area {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-top: -2px;
}

.dcn-header .search-form .citysearch-dropdown h4 {
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 24.5px;
    margin-bottom: 6px;
}


.dcn-header .search-form .citysearch-dropdown .items-area .locations {
    display: flex;
    width: 335px;
    padding-top: 16.5px;
    padding-bottom: 24.5px;
    flex-direction: column;
    align-items: flex-start;
}

.dcn-header .search-form .citysearch-dropdown .items-area .locations .location-links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    align-items: flex-start;
    width: 100%;
    text-align: left;
}

.dcn-header .search-form .citysearch-dropdown .items-area .locations .location-links li {
    display: block;
    width: 100%;
}

.dcn-header .search-form .citysearch-dropdown .items-area .locations .location-links a,
.dcn-header .search-form .citysearch-dropdown .items-area .locations .location-links a:visited {
    color: #000000;
    background-color: transparent;
    width: 100%;
    display: block;
    cursor: pointer;
}

.dcn-header .search-form .citysearch-dropdown .items-area .locations .location-links a:hover,
.dcn-header .search-form .citysearch-dropdown .items-area .locations .location-links a:active,
.dcn-header .search-form .citysearch-dropdown .items-area .locations .location-links a:focus {
    color: #ffffff !important;
    background-color: #2B89CD;
    padding: revert;
}

.dcn-header .search-form .citysearch-dropdown .items-area .locations .location-links .title {
    display: block;
    margin-left: 32.5px;
}


.dcn-header .search-form .search-btn-lg {
    display: none;
    border: none;
    width: 100%;
    max-width: 100%;
    height: 48px;
    background-color: #2B89CD;
    border-radius: 4px;
    font-size: 20px;
    color: #EEEEEE;
    font-family: "Roboto";
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-top: 12px;
}

.dcn-header .search-form .search-btn-lg:hover,
.dcn-header .search-form .search-btn-lg:focus {
    background-color: #34a1ef;
}

/* ONETEAM SPECIFIC */
.dcn-header.oneteam-search .right,.dcn-header.oneteam-search .primary-nav-main{
    display:none;
}
.dcn-header.oneteam-search .left .left-center .search-form{
    max-width:100%;
} 

@media screen and (max-width: 1279px) {

    .dcn-header-visible {
        min-height: 92px !important;
        height: 92px !important;
    }

    .dcn-header .content {
        padding: 0;
    }

    .dcn-header .left {
        padding: 0;
        align-items: center;
    }

    .dcn-header .content .left .mobile-menu-button {
        display: block;
    }

    .dcn-header .content .left .left-center .primary-nav {
        display: none;
    }
    
    .dcn-header .search-form .megasearch-dropdown-wrapper {
        max-width: 66vw;
    }

    .dcn-header .search-form .inputs .search-corz .lnk-poplocnregs {
        display: none;
    }

    .dcn-header .right {
        padding: 24px 24px 24px 0;
    }
}

@media screen and (max-width: 1023px) {

    .dcn-header .left {
        align-items: center;
    }

    .dcn-header .left .left-center {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100vw;
    }

    .dcn-header .right .search-button-icon {
        display: block;
        z-index: 3;
    }

    .dcn-header .left .left-center .search-form {
        max-width: revert;
        box-shadow: none;
        border-bottom: 1px solid #e0e0e0;
    }


    .dcn-header .left .left-center .search-form.search-form-drawer {
        position: absolute;
        top: 100px;
        left: 0;
        background-color: #fff;
        border-top: 0;
        padding: 0 24px 24px 24px;
        border-radius: 0;
        width: 100%;
        height: auto;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .inputs {
        margin-top: 12px;
        row-gap: 12px;
        flex-direction: column;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .inputs .search-cnt {
        border-right: none;
        width: 50%;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .inputs .search-cnt .input-area {
        width: 100%;
        border: 1px solid #bec6d4;
        border-right: none;
        border-radius: 6px 0px 0px 6px;
        height: 44px;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .inputs .search-corz {
        border: 1px solid #bec6d4;
        border-right: none;
        border-radius: 0px;
    }

    .dcn-header .search-form .megasearch-dropdown-wrapper {
        max-width: 100vw;
        left: 0;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .megasearch-dropdown .items-area {
        flex-direction: column;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .megasearch-dropdown {
        width: 100%;
        margin-right: 17px;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .megasearch-dropdown .items-area {
        flex-direction: column;
    }

    .dcn-header .search-form.search-form-drawer .inputs .search-cnt .input-area,
    .dcn-header .search-form.search-form-drawer .inputs #searchTerm,
    .dcn-header .search-form.search-form-drawer .inputs #regionLabel {
        border-radius: 6px;
    }

    .dcn-header .search-form.search-form-drawer .megasearch-dropdown-wrapper {
        max-height: 100vh;
        /*height: 1005;  TODO: Not sure if this is needed or not since there was no unit attached, it wasn't being read. */
        overflow-y: scroll;
        position: absolute;
        max-width: 100vw;
        margin-top: 53px;
        z-index: 4;
    }

    .dcn-header .search-form.search-form-drawer .megasearch-dropdown .items-area .l-area,
    .dcn-header .search-form.search-form-drawer .megasearch-dropdown .items-area .r-area {
        width: 100%;
    }

    .dcn-header .search-form .megasearch-dropdown .items-area .l-area .keyword-links,
    .dcn-header .search-form .megasearch-dropdown .items-area .l-area .company-links {
        font-size: 18px;
        line-height: 36px;
        width: 100%;
    }

    .dcn-header .search-form .megasearch-dropdown {
        margin: 5px 24px 0 24px;
    }

    .dcn-header .content {
        gap: 8px;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .inputs .search-cnt {
        width: 100%;
        border-radius: 6px;
        border: 0;
        box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.25);
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .inputs .search-cnt .input-area {
        border: 0;
        border-radius: 6px;
        width: 100%;
    }

    .dcn-header .search-form .inputs .search-corz-wrapper {
        width: 100%;
    }

    .dcn-header .search-form .inputs .search-corz-wrapper .search-btn {
        display: none;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer .inputs .search-corz {
        border: 0;
        border-radius: 6px;
        box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.25);
    }

    .dcn-header .search-form.search-form-drawer .search-btn-lg {
        display: block;
        width: 60%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .dcn-header .search-form .inputs .search-cnt .input-area .clearer {
        padding-top:0px;
    }

    .dcn-header .search-form .inputs .search-corz .clearer {
        padding-top:0px;
    }


}


@media screen and (max-width: 767px) {
    .dcn-header .search-form .inputs .search-cnt .input-area .clearer {
        padding-top: 12px;
    }

    .dcn-header .search-form .inputs .search-corz .clearer {
        padding-top: 12px;
    }

}



@media screen and (max-width: 479px) {

    .dcn-page-search .result-list .result_check.with_logo {
        display: none;
    }

    .dcn-header .left .left-center .search-form.search-form-drawer {
        top: 52px;
    }

    .dcn-header .content .left .mobile-menu-button {
        display: flex;
        width: 60px;
        height: 52px;
        justify-content: center;
        align-items: center;
    }

    .dcn-header .content .left .mobile-menu-button i {
        font-size: 32px;
    }

    .dcn-header .content .right {
        padding: 10px 15px;
    }

    .dcn-header .content .search-button-icon i.fa-close {
        padding-top: 0px;
    }

    .dcn-header .right .search-button-icon {
        padding-right: 8px;
    }

    .dcn-header .content .search-button-icon span {
        line-height: unset;
        width: unset;
        bottom: unset;
        padding-top: 3px;
    }

    .dcn-header-visible {
        min-height: 53px !important;
        height: 53px !important;
    }

    .dcn-header .left {
        gap: 16px;
    }

    .dcn-header .left .logo {
        width: 100%;
        max-width: 93px;
        min-width: 60px;
    }

    .dcn-header .search-form.search-form-drawer .megasearch-dropdown-wrapper {
        max-width: 96vw;
    }

    .dcn-header .search-form.search-form-drawer .search-btn-lg {
        width: 100%;
    }

    .dcn-header .content {
        padding-right: 0;
    }
}