html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'Muli', sans-serif;
    color: #FFF;
    -webkit-overflow-scrolling: touch;
}

img {
    border: 0;
    outline: 0;
}

/**************/
/*** SPLASH ***/
/**************/
.splash_container {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 2;
}

.splash_project_text {
    position: absolute;
    bottom: 3vw;
    right: 3vw;
    font-weight: 300;
    font-size: 12pt;
    padding: 5px;
    text-shadow: 0px 1px 2px black;
    line-height: 1;
}

.splash_box {
    width: 160px;
    top: -400px;
    left: 4vw;
    position: absolute;
    padding: 30px 10px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    z-index: 3;
    transition: .3s;
    padding-top: 13vh;
}

.splash_box:hover {
    cursor: pointer;
    top: 0px !important;
}

.pre_loader_splash {
    display: none;
}


/*****************/
/*** LEFT MENU ***/
/*****************/
.left_menu {
    position: fixed;
    top: 0;
    left: -14vw;
    width: 14vw;
    height: 100vh;
    background: #212121;
    border-right: 6px solid#212121;
    z-index: 0;
    padding: 60px 0;
    text-align: center;
    transition: .3s;
    color: #FFF;
}

.menu_border {
    border-right: 6px solid #900000;
}

.menu_item {
    font-size: 13px;
    border-bottom: 2px solid #212121;
    transition: .7s;
    font-weight: 300;
}

.menu_item:hover {
    filter: brightness(.7);
    cursor: pointer;
}

.button_selected {
    border-bottom: 2px solid #900000;
}

.button_selected_mobile {
    color: #900000;
}

.mobile_menu_container {
    display: none;
}

/***************/
/*** CONTENT ***/
/***************/
.content_window {
    margin-left: 14vw;
    min-height: 100vh;
    width: 86vw;
}

.header_pic {
    padding: 60px 70px;
    width: 100%;
    height: 70vh;
    background-size: cover !important;
    background-clip: content-box !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header_pic_animate {
    animation: kenny 40s linear;
    animation-iteration-count: infinite;
    transition: opacity 500ms;
}

@keyframes kenny {
    0% {
        background-position-x: left;
        background-position-y: bottom;
    }

    50% {
        background-position-x: right;
        background-position-y: top;
    }

    100% {
        background-position-x: left;
        background-position-y: bottom;
    }
}



.header_pic_text {
    font-weight: 100;
    letter-spacing: 10px;
    color: white;
    font-size: 48px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 4px black;
}

.page_header_text {
    color: #555;
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}


/************/
/*** TEAM ***/
/************/

#teamHeader {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Image1.jpg) no-repeat center center fixed;
    transition: 1s;
}

.spotlight_image {
    font-size: 0;
}

.spotlight_text {
    padding: 0 50px;
}

.spotlight_popup_img {
    padding: 60px 0 80px 60px;
    text-align: center;
}

.spotlight_popup_text {
    padding: 80px 80px 80px 0;
}

.close_button {
    position: absolute;
    top: 25px;
    right: 35px;
    transition: .4s;
    z-index: 20;
    color: #333;
}

.close_button:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: .4s;
}

.associate_title {
    color: #ad0000;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.associate_name,
.page_name {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    color: #333;
}

.red_button {
    padding: 15px 25px;
    border-radius: 5px;
    background: #900000;
    color: white;
    font-size: 12px;
    font-weight: 900;
    transition: .4s;
}

.red_button:hover {
    cursor: pointer;
    background: #890000;
    transition: .4s;
}

.associate_container {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 70px;
}

.associate_box {
    height: 40vh;
    text-align: left;
}

.associate_box img {
    width: 92%;
    height: 92%;
    object-fit: cover;
}

.associate_img {
    padding: 60px 60px 80px 60px;
    text-align: center;
    height: 76vh;
}

.smh_desc {
    color: #333;
    font-weight: 300;
    font-size: 13pt;
}

#popDesc {
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.associate_box:hover {
    cursor: pointer;
}

.red_overlay:hover,
.red_overlay_associate:hover,
.red_overlay_portfolio:hover {
    opacity: 1;
}

.service_banner img,
.blog_image {
    filter: brightness(60%);
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog_post_content img {
    width: 100% !important;
    object-fit: cover;
    max-height: 500px !important;
}

.img_cover {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

.service_banner_about img {
    filter: brightness(60%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.overlay_services_text_container_about {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    opacity: 0;
    transition: .3s;
    background-size: cover;
    background-color: rgba(255, 0, 0, 0.35);
    background-position: center center;
}

.overlay_services_text_container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    opacity: 0;
    transition: .3s;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.35);
    background-position: center center;
}

.overlay_services_text_container:hover,
.overlay_services_text_container_about:hover {
    opacity: 1;
    transition: .3s;
    cursor: pointer;
}

.overlay_services_text {
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 8px;
    z-index: 2;
    pointer-events: none;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.overlay_services_text_about {
    font-size: 48px;
    font-weight: 200;
    letter-spacing: 8px;
    z-index: 2;
    pointer-events: none;
    text-align: center;
    position: absolute;
    top: 85px;
    width: 100%;
}

.all_other_blogs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

.blog_preview_banner {
    background: #cb0404cc;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    position: fixed;
    width: 75vw;
    top: 10px;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    object-fit: cover;
}

.service_banner {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    transition: 1s;
}

#blog {
    display: none;
}

#blogContainer {
    overflow: hidden;
}


.blog_feature_container {
    padding: 2.4rem;
    height: 60vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 1s;
    position: relative;
    cursor: pointer;
}

.blog_feature_container:before {
    position: absolute;
    height: 200%;
    width: 60%;
    content: '';
    top: -50%;
    left: -60px;
    background-color: rgba(255, 255, 255, .7);
    transform: rotate(-15deg);
    overflow: hidden;
    z-index: 1;
    transition: .3s all;
    outline: 5px solid rgba(255, 255, 255, .7);
    outline-offset: 10px;
}

.blog_feature_container:hover:before {
    width: 62%;
    transition: .3s all;
}

.blog_info_container {
    z-index: 2;
    color: black;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    width: 50%;
    position: relative;
    padding: 2.4rem;
}

/*.blog_date:before{
    content: '\f073';
    font-family: 'fontawesome';
    font-size: 1rem;
    margin-right: 10px;
}*/

.blog_headline {
    font-weight: bold;
    font-size: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: normal;
}

.blog_hr {
    border: 1px solid #999;
    width: 75%;
    margin-left: 0;
}

.blog_teaser {
    z-index: 2;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: normal;
}

.blog_author_container {
    position: absolute;
    bottom: 2.4rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.blog_author_img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: 5px solid white;
    filter: unset;
    position: relative;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .4);
    object-fit: cover;
    cursor: pointer;
    transition: .3s all;
    background-color: #ededed;
}

.blog_author_img:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .7);
    transform: scale(1.1);
    transition: .3s all;
}

.blog_author_name,
.blog_date {
    margin-left: 10px;
}

.blog_author_name {
    font-weight: bold;
}

.blog_card_container {
    flex-basis: 33.33%;
    height: 60vh;
    margin-bottom: 2.4rem;
}

.blog_card {
    display: flex;
    flex-direction: column;
    margin: 1.2rem;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: .3s all;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
}

.blog_card:hover {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
    transition: .3s all;
}

.blog_card_img {
    height: 60%;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.blog_card_info {
    height: 40%;
    min-height: 200px;
    color: #333;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: relative;
}

.blog_card_date {
    font-size: .75rem;
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
}

.blog_card_date:before {
    content: '\f073';
    margin-right: 5px;
    font-family: 'fontawesome';
}

.blog_card_author {
    font-size: .75rem;
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
}

.blog_card_author:before {
    content: '\f568';
    margin-right: 5px;
    font-family: 'fontawesome';
}

.blog_card_headline {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 1.5rem;
    line-height: normal;
}

.blog_card_teaser {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.blog_post_hero {
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 5vh;
}

.blog_post_author_container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    color: white;
    text-shadow: 2px 2px 1px black;
}

.blog_post_title {
    padding: 2.4rem;
    color: white;
    font-size: 2rem;
    font-weight: bolder;
    text-shadow: 2px 2px black;
}

.service_banner_about {
    height: 30vh;
    margin-top: 140px;
    margin-left: 70px;
    margin-right: 70px;
}


.navigate_phase_container {
    font-size: 13pt;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: -140px;
    height: 100%;
    color: white;
    text-transform: uppercase;
}

.navigate_phase_container i {
    margin-left: 10px;
    margin-right: 10px;
}

.left_phase_button {
    padding: 25px;
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    border-bottom: 1px solid rgba(255, 0, 0, 0);
}

.right_phase_button {
    padding: 25px;
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    float: right;
    text-align: right;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
    border-bottom: 1px solid rgba(255, 0, 0, 0);
}

.left_phase_button:hover,
.right_phase_button:hover {
    transform: scale(1.05);
}


.red_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 92%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    transition: .3s;
    opacity: 0;
}

.red_overlay_associate,
.red_overlay_portfolio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    transition: .3s;
    opacity: 0;
}

.red_overlay_portfolio {
    padding: 0 15px;
    background-clip: content-box;
    cursor: pointer;
    transition: .3s;
}

.red_overlay_services {
    cursor: pointer;
}

.overlay_name_associate {
    font-size: 12px;
    font-weight: 900;
    line-height: 30px;
    line-height: 0;
    text-transform: uppercase;
}

.overlay_name {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    line-height: 0;
    text-transform: uppercase;
}

.overlay_title_associate {
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 5px;
    line-height: 0;
    text-transform: uppercase;
}

.overlay_title {
    font-size: 10px;
    font-weight: 200;
    line-height: 0;
    text-transform: uppercase;
}

.overlay_text_space {
    letter-spacing: 5px;
}

/****************/
/*** SERVICES ***/
/****************/

#services {
    display: none;
}

#design {
    display: none;
}

#marketing {
    display: none;
}

#additional {
    display: none;
}

#construction {
    display: none;
}


#designHeader {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Image4.jpg);
    height: 60vh;
}

#constructionHeader {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Image3.jpg);
    height: 60vh;
}

#marketingHeader {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Image4.jpg);
    height: 60vh;
}

#additionalHeader {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Image2.jpg);
    height: 60vh;
}

.services_text_container {
    padding: 0 70px;
}

.services_highlight_container {
    background: #ebebeb;
    background-clip: content-box;
    color: #333;
    margin-bottom: 45px;
}

.services_highlight_container_top_text {
    padding: 45px;
    padding-bottom: 0px;
    padding-left: 70px;
    padding-right: 70px;
    font-weight: 300;
}

.services_highlight_container_bottom_text {
    padding: 50px;
    padding-left: 70px;
    padding-right: 70px;
}

.services_text {
    margin-top: 4vh;
    font-size: 13pt;
    text-align: center;
    color: #333;
    font-weight: 300;
}


.services_highlight {
    padding: 20px;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 35px;
}

/*************/
/*** CONTACT ***/
/*************/
#contact {
    display: none;
}

#contactHeader {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/Image1.jpg);
}

/*************/
/*** ABOUT ***/
/*************/
#about {
    display: none;
}

.social_icon {
    width: 30px;
}

#socialContainer {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}

#mobileSocialContainer {
    width: 100%;
}

.social_icon:hover {
    cursor: pointer;
    filter: brightness(.7);
}

.profile_text {
    padding: 80px 0px 80px 0px;
}

#profileHighlightsSlider {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000d4;
    width: 86vw;
    height: 100vh;
    margin-left: 14vw;
    z-index: 500;
    display: none;
}

#profileSliderClose {
    font-size: 32px;
    color: white;
    position: absolute;
    top: 5vh;
    right: 5vw;
    cursor: pointer;
}

.profile_slider {
    position: absolute;
    height: 24vh;
    left: 14vw;
    bottom: 0;
    background: #ebebeb;
    z-index: 0;
    width: 86vw;
    display: flex;
    justify-content: center;
}

#profileContainer {
    max-height: 76vh;
    overflow-y: auto;
}

.mobile_profile_bottom {
    display: none;
}

#profilePopup .footer {
    display: none;
}

.key_project_row {
    padding-left: 15px;
    white-space: nowrap;
}

.key_project_img {
    width: 7vw;
    height: 12vh;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: .3s;
}

.key_project_img:hover {
    transform: scale(1.1);
}

/*****************/
/*** PORTFOLIO ***/
/*****************/
.portfolio_container {
    margin-bottom: 150px;
}

.portfolio_container>div {
    margin-top: 10vh;
    transition: 1s;
}

#portfolio {
    display: none;
}

.portfolio_item {
    height: 34vh;
    margin-bottom: 30px;
}

/**************/
/*** FOOTER ***/
/**************/
.footer {
    text-align: center;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 20px;
    color: #333;
    margin-bottom: 30px;
}

.footer_line1 {
    color: #989898;
    font-size: 10pt;
}

.footer_line2 {
    color: #989898;
    font-size: 10pt;
    line-height: 1em;
}

/******************/
/*** FORMATTING ***/
/******************/
.nopadding {
    padding: 0;
}

.nomargins {
    margin: 0;
}

.spacer10px {
    height: 10px;
    width: 100%;
}

.spacer30px {
    height: 30px;
    width: 100%;
}

.spacer50px {
    height: 50px;
    width: 100%;
}

.mobile_line1 {
    display: none;
}

.spotlight_text .spacer10px {
    display: none;
}

.input_style {
    height: 36px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #999;
    padding-left: 10px;
    line-height: 28px;
    outline: none !important;
    font-size: 14px;
    background: #FFF;
    border-radius: none;
    color: #333;
}

.input_style_label {
    display: block;
    font-size: 10px !important;
}

.textarea_style {
    width: 100%;
    border: none;
    border-bottom: 2px solid #999;
    padding-left: 10px;
    line-height: 28px;
    outline: none !important;
    font-size: 14px;
    background: #FFF;
    resize: none;
    color: #333;
}


.contact_text {
    padding: 0px 70px 5vh 70px;
}

.contact_form {
    padding: 5vh 70px 15vh 70px;
    background: #f0f0f0;
}

/**************/
/*** SLIDER ***/
/**************/
#slideWindow {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#slideWindowProject {
    position: absolute;
    width: 86%;
    height: 100vh;
    overflow: hidden;
    /* margin-left: 60px; */
    /* padding-top: 20px; */
    top: 0;
}

#slideWindowProfile {
    height: 80vh;
    overflow: hidden;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 10vh;
}

#slides,
#slidesProject {
    height: 100%;
    position: absolute;
    margin: 0px;
    padding: 0px;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.66s ease;
    -webkit-transition: all 0.66s ease;
}

#slides {}

#slidesProfile {
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.66s ease;
    -webkit-transition: all 0.66s ease;
}

.slide {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 100%;
    background: #ccc;
    text-align: center;
    line-height: 300px;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    -webkit-transform: translate3d(0px, 0px, 0px);
    visibility: hidden;
    -webkit-transform-style: preserve-3d;
    display: none;
}

.alive {
    visibility: visible;
}

.nav {
    position: fixed;
    z-index: 9;
    top: 50%;
    cursor: pointer;
    color: #fff;
    opacity: 1;
    transition: all 0.66s ease;
    -webkit-transition: all 0.66s ease;
}

.nav:hover {
    opacity: 1.0;
}

#left {
    left: 3%;
    display: none;
    font-size: 25pt;
    text-shadow: 0px 0px 5px black;
}

#right {
    right: 3%;
    display: none;
    font-size: 25pt;
    text-shadow: 0px 0px 5px black;
}

#leftProject {
    position: absolute;
    left: 3%;
    font-size: 25pt;
    text-shadow: 0px 0px 5px black;
}

#rightProject {
    position: absolute;
    right: 3%;
    font-size: 25pt;
    text-shadow: 0px 0px 5px black;
}

#leftProfile {
    position: absolute;
    left: 120px;
    padding: 15px;
    font-size: 25pt;
    text-shadow: 0px 0px 5px black;
}

#rightProfile {
    position: absolute;
    right: 120px;
    padding: 15px;
    font-size: 25pt;
    text-shadow: 0px 0px 5px black;
}


.mobile_menu_opened {
    display: none;
}

.mobile_open_button {
    display: none;
}

.portfolio_popup_container {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 60px;
    font-size: 16px;
    z-index: 10;
    color: #555;
    /*text-shadow: 0px 0px 10px #000;*/
}

.portfolio_seperator {
    border-right: 1px solid #FFF;
}

.portfolio_popup_title {
    font-weight: 200;
    letter-spacing: 3px;
    padding-right: 15px;
    text-transform: uppercase;
}

.portfolio_popup_city {
    font-weight: 800;
    padding-left: 22px;
    text-transform: uppercase;
}

.portfolio_padding {
    padding: 60px 60px 0px 60px;
}

.services_container {
    padding: 60px 60px 0px 60px;
}

.mobile_associate_info,
.mobile_portfolio_info {
    display: none;
}

.splash_box img {
    width: 60%;
}

.spotlight_popup_img img {
    width: 80%;
}

.about_text {
    font-size: 13pt;
    margin: -15px 70px 100px 70px;
    color: #333;
    font-weight: 300;
}

.stripe {
    position: fixed;
    bottom: -7px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
}

.stripe img {
    height: 9px;
    filter: brightness(80%);
    margin-left: -5px;
}

.red_stripe {
    width: 95%;
    height: 9px;
    background: #900000;
    display: inline-block;
}

.recognition {
    margin-left: 70px;
    margin-right: 70px;
}

.recognition_text {
    color: #333;
    font-weight: 300;
}

#instaTitle {
    color: #212121;
    margin-bottom: 10px;
    font-size: 14pt;
}

a.feed-powered-by-es.feed-powered-by-es-center,
a.feed-powered-by-es {
    display: none !important;
}

/*********************/
/*** MEDIA QUERIES ***/
/*********************/
@media only screen and (max-width: 813px) {

    .portfolio_container>div {
        margin-top: 0vh;
    }

    .splash_project_text {
        display: none;
    }

    .portfolio_item {
        margin-bottom: 50px;
    }

    .about_text {
        margin: 40px 40px 100px 40px;
        text-align: center;
    }

    #profileHighlightsSlider {
        position: fixed;
        margin-left: 0px;
        width: 100vw;
    }

    #leftProfile {
        left: 4vw;
        opacity: 1;
    }

    #rightProfile {
        right: 4vw;
        opacity: 1;
    }

    #slideWindowProfile {
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
    }

    .red_overlay:hover,
    .red_overlay_associate:hover,
    .red_overlay_portfolio:hover {
        opacity: 0;
    }

    .services_highlight {
        padding: 0px;
        text-align: center;
    }

    .services_highlight_container_bottom_text {
        padding-bottom: 70px;
    }

    .services_highlight_container_top_text {
        padding: 45px;
        text-align: center;
    }


    .mobile_associate_info,
    .mobile_portfolio_info {
        display: block;
    }

    .mobile_portfolio_info {
        text-align: center;
        margin-bottom: 25px;
    }

    .portfolio_name {
        color: #212121;
        text-transform: uppercase;
    }

    .navigate_phase_container i {
        font-size: 30pt;
        vertical-align: middle;
    }

    .services_nav_text {
        width: 30vw;
        display: inline-block;
        vertical-align: middle;
    }

    .portfolio_popup_container {
        padding-top: 6.5vh;
        padding-bottom: 1vh;
        padding-left: 25px;
        font-size: 13px;
        white-space: nowrap;
    }

    #slideWindowProject {
        margin-left: 0px;
        padding-top: 0px;
        width: 100vw;
        height: 100vh;
    }

    .navigate_phase_container {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: -88px;
        font-size: 10pt;
    }

    .mobile_open_button {
        display: block;
    }

    .hamburger {
        position: fixed;
        top: 0px;
        left: 0px;
        margin: 3vh 5vw 3vh 5vw;
        z-index: 300;
        cursor: pointer;
        transition: .8s;
        padding: 5px;
        display: none;
        mix-blend-mode: difference;
    }

    .mobile_menu_item {
        cursor: pointer;
        margin-bottom: 10px;
        width: 30vw;
    }

    .mobile_menu_opened {
        position: fixed;
        top: 0;
        left: 10vw;
        height: 90vh;
        background: #212121;
        text-align: left;
        background-size: cover;
        z-index: 101;
        display: flex;
        justify-content: center;
        flex-direction: column;
        color: #FFF;
    }

    .content_window {
        margin-left: 0vw;
        min-height: 100vh;
        width: 100vw;
        padding-bottom: 100px;
    }

    .header_pic {
        padding: 0px;
    }

    .left_menu {
        display: none;
    }

    .stripe {
        display: none !important;
    }

    .about_image {
        height: 30vh !important;
        padding: 20px 0 0 0 !important;
        margin-left: -11vw !important;
        width: 111vw !important;
    }

    #about {
        padding: 0 !important;
    }

    .mobile_menu_container {
        display: none;
        background: #212121;
    }


    .main_container {
        margin-left: 0vw;
        position: absolute;
        margin-top: 0vh;
        height: 100vh;
        z-index: 100;
        background: white;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, .6);
        border-radius: 0px;
        transition: .5s;
        overflow-x: hidden;
        border-radius: 0px;

    }

    .main_container_out {
        margin-left: 60vw;
        position: fixed;
        margin-top: 10vh;
        z-index: 100;
        background: white;
        height: 72vh;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, .6);
        overflow: hidden;
        border-radius: 20px;
        transition: .5s;
    }

    .left_phase_button:hover,
    .right_phase_button:hover {
        transform: scale(1);
    }

    .splash_box {
        width: 40vw;
        max-width: 200px;
        background: rgba(0, 0, 0, .6);
        left: 30vw;
    }

    .splash_box img {
        max-width: 20vw;
        max-height: 31vh;
        object-fit: contain;
    }

    .splash_container {
        position: initial;
    }

    .header_pic_text {
        font-size: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header_pic {
        height: 40vh !important;
        border-bottom: 8px solid #900000;
    }

    .smh_pic {
        margin-left: 0 !important;
        width: 70%;
        border: 8px solid #666;
    }

    .smh_desc {
        font-size: 14px;
        margin-top: 20px;
        color: #333;
    }

    .spotlight_container {
        background: #f0f0f0;
        padding-top: 5vh;
    }

    .spotlight_image {
        text-align: center;
        margin-bottom: 5vh;
    }

    .spotlight_text {
        text-align: center;
    }

    .spotlight_text .spacer10px {
        display: block;
    }

    .spotlight_popup_img {
        padding: 0px;
    }

    .spotlight_popup_img img {
        width: 100%;
    }

    .spotlight_popup_text {
        padding: 5vh 10% 10vh 10%;
        text-align: center;
        font-size: 14px;
    }

    .associate_title {
        font-size: 10px;
    }

    .associate_name {
        font-size: 18px;
    }

    .associate_container {
        margin: 15%;
    }

    .associate_box {
        height: 25vh;
        margin-bottom: 11vh;
        line-height: 1;
        text-align: center;
    }

    .associate_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: 5px;
    }

    .associate_img {
        padding: 0;
        text-align: center;
        height: 60vh;
        border-bottom: 8px solid #900000;
    }

    .profile_text {
        padding: 5vh 10% 5vh 10%;
        text-align: center;
    }

    .profile_slider {
        display: none !important;
    }

    #profileSliderClose {
        top: 3vh;
    }

    #profileContainer {
        min-height: 100vh;
        max-height: none;
    }

    .mobile_profile_bottom {
        display: block;
        width: 100%;
        background: #f0f0f0;
        padding: 10%;
        text-align: center;
        border-bottom: 8px solid #900000;
        margin-bottom: 100px;
    }

    .mobile_profile_button {
        height: 45vh;
    }

    .mobile_profile_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mobile_profile_info {
        margin-top: 10px;
        line-height: 1;
        padding-bottom: 5vh;
    }

    #profilePopup .footer {
        display: block;
    }

    .key_project_row {
        padding-left: 15px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .key_project_img {
        width: 25%;
        height: 12vh;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .recognition {
        margin-left: 0;
        margin-right: 0;
        text-align: center !important;
        font-size: 14px;
        background: #f3f3f3;
        padding-top: 60px;
    }

    .recognition_text {
        padding: 0vh 10vw 2vh 10vw;
    }

    .the_team {
        text-align: center;
        margin-left: 0 !important;
    }

    .page_name {
        font-size: 32px;
    }

    .footer img {
        width: 30%;
    }

    .footer_line1 {
        display: none;
    }

    .footer_line2 {
        font-size: 8px;
    }

    .mobile_line1 {
        display: block;
        font-size: 10pt;
        color: #989898;
    }

    .overlay_name,
    .overlay_title {
        display: block;
    }

    .portfolio_padding,
    .services_container {
        padding: 13vh 10% 0 10%;
        text-align: left;
    }

    .portfolio_padding .spacer30px,
    .services_container .spacer30px {
        display: none;
    }

    .page_header_text {
        font-size: 32px;
        margin-top: 5vh;
    }

    .service_banner,
    .service_banner_about {
        margin-bottom: 5vh;
    }

    .service_banner_about {
        height: 30vh;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .overlay_services_text,
    .overlay_services_text_about {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .all_other_blogs{
        margin: 0;
    }

    .blog_card_container {
        flex-basis: 100%;
    }

    .blog_card{
        margin: 0;
    }

    .blog_feature_container{
        margin-bottom: 5vh;
    }

    .blog_info_container {
        width: 100%;
        justify-content: end;
        background-color: rgba(255, 255, 255, .7);
        overflow: hidden;
        z-index: 1;
        transition: .3s all;
        outline: 5px solid rgba(255, 255, 255, .7);
        outline-offset: 10px;
        position: absolute;
        bottom: 0;
        height: max-content;
    }
    .blog_headline{
        font-size: 1.25rem;
    }
    .blog_teaser{
        margin-bottom: 20px;
        font-size: 1rem;
        -webkit-line-clamp: 3;
    }

    .blog_author_container{
        position: unset;
        margin-top: 10px;
    }

    .blog_feature_container:before {
        display:none;
        
    }

    .featured_pill{
        position: absolute;
        top: 0;
        right: 0;
        background-color: #900000ab;
        border-radius: 0 0 0 10px;
        z-index: 99999;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 1rem;
    }

    .all_other_blogs{
        border-top: 2px solid #999;
        padding-top: 5vh;
        margin: 0;
    }

    .close_button {
        position: fixed;
        top: 0;
        right: 0;
        margin: 3vh 5vw 3vh 5vw;
        transition: .4s;
        z-index: 200;
        color: unset;
        mix-blend-mode: difference;
    }

    .services_text_container {
        padding: 2vw;
        text-align: center;
        display: inline-block;
    }

    .services_highlight_container {
        padding: 0;
    }

    .contact_text {
        padding: 5vh 10%;
    }

    .contact_form {
        padding: 5vh 0 15vh 0;
        background: #f0f0f0;
    }

    .contact_container {
        margin: 0;
    }

    #email {
        margin-bottom: 24px;
    }

    #phone {
        margin-bottom: 24px;
    }

    .blog_post_content table {
        display: flex;
    }

    .blog_post_content table tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

}










.gallery_loading {
    position: absolute;
    top: 70px;
    height: calc(100vh - 70px);
    width: 86%;
    z-index: 9999;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 768px){
    .gallery_loading {
        top: 100px;
        height: calc(100vh - 100px);
        width: 100%;
    }
}

.no_images_found{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

#portfolioPopup #slideWindowProject {
    overflow-y: auto !important;
    top: 70px !important;
    height: calc(100vh - 70px) !important;
}

@media (max-width:786px){
    #portfolioPopup #slideWindowProject {
        overflow-y: auto !important;
        top: 100px !important;
        height: calc(100vh - 100px) !important;
    }
}

.mosaic-gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -0.5rem;
}

.mosaic-gallery li {
    background-position: center center;
    background-size: cover;
    flex: auto;
    height: 60vh;
    margin: 0 0.5rem 1rem;
    cursor: pointer;
    position: relative;
    display: none;
}

.mosaic-gallery li:before {
    content: '\f424';
    font-family: 'fontawesome';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: white;
    background-color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    right: -30px;
    opacity: 0;
    transition: .5s all;
}

.mosaic-gallery li:hover:before {
    top: 10px;
    right: 10px;
    opacity: 1;
    transition: .5s all;
}

.mosaic-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
}

#blogSliderHeader{
    color: #555;
    margin-top: 20vh;
}

#blogSlider .slick-prev:before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 3rem;
}

#blogSlider .slick-next:before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 3rem;
}

#blogSlider .slick-prev:before, #blogSlider .slick-next:before{
    color: #555;
}

.slick-disabled{
    display: none !important;
}