.hidden {
    display: none;
}

@font-face {
    font-family: 'BebasNeue';
    font-display: swap;
    src: url("/fonts/BebasNeue-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto Flex';
    font-display: swap;
    src: url("/fonts/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf") format('truetype');
    font-weight: normal;
}

.hide-md .hide-lg{
    display: initial;
}

.atlas-list li {
    padding-bottom: 12px;
}

.atlas-list-content {
    font-size: 20px;
}

.contact-link-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-link-block-text {
    padding: 0 20px;
    margin: auto;
}

.side-by-side-text {
    font-size: 1.25rem;
}

.inline-link-on-light {
    color: #805f3a;
    font-weight: 700;
    transition: color 150ms;
}

.inline-link-on-light:hover {
    color: #967655;
    text-decoration: underline;
}

.inline-link-on-dark {
    color: #AB8F71;
    font-weight: 700;
    transition: color 150ms;
}

.inline-link-on-dark:hover {
    color: #967655;
    text-decoration: underline;
}

.building-finder-separator {
    font-size: 1.5rem;
    color:  white;
    padding: 1.5rem;
}

.building-finder-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.building-finder-btn {
    min-width: 170px;
    font-size: 16px;
    font-weight: 600;
    padding: 1rem 2rem;
    text-transform: capitalize;
}



.building-finder-btn-on-light {
    background-color: transparent;
    border-color: #1D2731;
    color: #1D2731;
}

.building-finder-btn-on-light:hover {
    background-color: #1D2731;
    color: #f2f1ef;
}

@media (max-width: 400px) {
    .building-finder-buttons {
        flex-direction: column;
    }
}

.atlas-top-logo {
    height: 62px;
}

.atlas-page-wrap {
    position: relative;
    z-index: 0;
    background: #F2F1EF;
    overflow-x: hidden;
}

.white-slice {
    background-color: #F2F1EF;
}

.gradient-blue-slice {
    background: linear-gradient(to bottom, rgba(242,241,239,0) 0%,rgba(29,39,49,1) 100%);
}

.atlas-footer {
    position: relative;
}

.heading-xl {
    font-size: 3.7rem !important;
}

.subheading{
    /*white-space: pre-wrap;*/
}

.popback {
    position: absolute;
    margin: auto;
    z-index: 3;
    transform: translateY(-360px);
    clip-path: url(#topClip);
}

.app-slice {
    height: 800px;
}

.atlas-lg-slice {
    position: relative;
    height: 20rem;
    display: flex;
}

.atlas-xl-slice {
    position: relative;
    height: 30rem;
}

.block-col {
    height: 100%;
}

/* New */
.multi-c-slice {
    position: relative;
    padding: 2rem 0;
}

.multi-c-col {
    padding: 4rem 2rem;
}

.multi-c-col-inner {
    /*
    padding-top: 2rem;
    padding-bottom: 2rem;
    */
    border-radius: 2rem;
    overflow: hidden;
}

.multi-c-box {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.m-box-left {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 0rem;
}

.m-box-right {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2rem;
}

.m-box-center {

}

@media (max-width: 768px) {
    .hide-md{
        display: none;
    }

}

@media (min-width: 768px) {
    .short-description {
        text-align: center;
    }

}

@media (max-width: 779px) {
    .m-box-left {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        border-bottom-left-radius: 0;
    }

    .m-box-right {
        border-top-right-radius: 0;
        border-bottom-left-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }
}

@media (max-width: 992px) {
    .hide-lg {
        display: none;
    }
}

.multi-c-block-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}

.multi-c-block-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}

.slant-slice {
    position: relative;
    padding: 2rem 0;
}

.slice-back {
    position: relative;
    min-height: 480px;
}

.tinypulse-img {
    max-height: 100px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 1200px) {
    .slice-back {
        position: relative;
        min-height: 440px;
    }
}

.slice-over-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.divide-background-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 53%;
}

.divide-background-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 53%;
}

.social-links-container {

}

.social-links-container > a {
    color: #967655;
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: 1.4rem;
}

.advantage-footer-container {
    position: relative;
    display: block;
    height: 2rem;
}

.advantage-footer-inner {
    height: 100%;
    width: calc(100% - 3rem);
    display: inline-flex;
    background-color: #755533;
    align-items: center;
    position: relative;
}

.advantage-footer-right {
    height:0;
    width: 0;
    border-top: 2rem solid #755533;
    border-right: 3rem solid transparent;
    position: absolute;
    right: -3rem;
}

.advantage-footer-left {
    height: 2rem;
    width: 10vw;
    background-color: #755533;
    position: absolute;
    left: -10vw;
}

.navbar-special {
    position: relative;
    height: 5.4rem;
    padding-left: 0;
    padding-right: 0;
}

.nav-special-overlap {
    position: relative;
    width:100%;
    height: 112%;
    background-color: #967655;
    display: flex;
    align-self: start;
    align-content: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: .5rem;
    border: 6px double #2A3846;
    border-bottom-left-radius: 2rem;
    -moz-box-shadow:    inset 2px -2px 1rem #000000b8;
    -webkit-box-shadow: inset 2px -2px 1rem #000000b8;
    box-shadow:         inset 2px -2px 1rem #000000b8, 4px 4px 10px #00000091;
    flex-wrap: wrap;
}

.nav-special-arrow {
    position: absolute;
    left: -4.4rem;
    width: 0;
    height: 0;
    border-top: 2.7rem solid transparent;
    border-right: 4.4rem solid #967655;
    border-bottom: 2.7rem solid transparent;
}

.nav-special-line {
    position: absolute;
    margin-top: 4px;
    height: 112%;
    width: 3px;
    background-color: #967655;
    display: none;
}

.nav-special-inner {
    height: 100%;
}

.nav-special-btn {
    padding: 0.325rem 1rem;
    font-size: .8rem;
    align-self: center;
    width: 90%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-atlas--light-blue {
    border: 2px #2A3846 solid;
    background-color: transparent;
    color: white;
}

.btn-atlas-inner--light-blue {
    background-color: #2A3846;
}

.hover-atlas--light-blue:hover {
    background-color: #2A3846;
    color: white;
}

.hover-atlas--copper {
    background-color: #907152;
    color: #F2F1EF;
    -moz-box-shadow:    inset 1px -1px .2rem #00000091;
    -webkit-box-shadow: inset 1px -1px .2rem #00000091;
    box-shadow:         inset 1px -1px .2rem #00000091;
}

.hover-atlas--copper:hover {
    background-color: #967655;
    color: white;
    -moz-box-shadow:    inset 0 0 .2rem #000000;
    -webkit-box-shadow: inset 0 0 .2rem #000000;
    box-shadow:         inset 0 0 .2rem #000000;
}

.atlas-nav-container {
}

.atlas-home-header .navbar-brand {
    display: none;
}

.navbar {
    border-bottom: 2px solid #967655;
}

.nav-special-top {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.nav-special-bottom {
    border-top: none;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.bg-depth {
    -moz-box-shadow:    inset 1px -1px .5rem #00000091;
    -webkit-box-shadow: inset 1px -1px .5rem #00000091;
    box-shadow:         inset 1px -1px .5rem #00000091;
}

.bg-big-depth {
    -moz-box-shadow:    inset 4px -4px 2.5rem #000000;
    -webkit-box-shadow: inset 4px -4px 2.5rem #000000;
    box-shadow:         inset 4px -4px 2.5rem #000000;
}

.rounder-box-1 {
    border-radius: 1rem;
    overflow: hidden;
}

.rounder-box-2 {
    border-radius: 2rem;
    overflow: hidden;
}

.z-depth-special {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 2px 10px rgba(0, 0, 0, 0.3)
}

.nav-item .nav-link {
    text-transform: uppercase;
}

.contact-us-links{
    color: #AB8F71;
    text-decoration: none;
}

.contact-us-links:hover{
    font-weight: bold;
    color:#967655;
    text-decoration: underline;
}

.atlas-border {
    width: auto;
    height: 1px;
    position: relative;
    display: flex;
    justify-content: left;
    padding-top: 20px;
}

.atlas-border:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    border-top: 4px solid #967655;
}

.atlas-heading {
    display: inline-block;
}

.atlas-heading-border {
    border-bottom: 4px solid #967655;
}

.atlas-leader {
    font-size: 1.25rem !important;
    white-space: pre-line;
}

.no-link-style {
    color: inherit;
}

/* Copper */
.atlas-color--copper {
    color: #967655;
}

.mask-base-copper--atlas {
    background: rgba(150, 118, 85, 0.9);
}


.btn-base-atlas--copper {
    color: #F2F1EF;
    background-color: #805f3a;
}

.btn-base-atlas--copper:hover {
    color: #F2F1EF;
    background-color: #755533;
}

.border-atlas-copper {
    border: 1px solid #967655;
}

/* Blue */
.atlas-color--blue {
    color: #1D2731;
}

.mask-base-blue--atlas {
    background: rgba(29, 39, 49, 0.9);
}


.bg-base-atlas--blue {
    background-color: #1D2731;
}

.btn-base-atlas--blue {
    color: #F2F1EF;
    background-color: #1D2731;
}

.btn-base-atlas--blue:hover {
    color: #F2F1EF;
    background-color: #0f1218;
}

/* Light Blue */
.atlas-color--light-blue {
    color: #2A3846;
}

.mask-base-light-blue--atlas {
    background: rgba(42, 56, 70, 0.9);
}

.mask-base-light-blue-less--atlas {
    background: rgba(42, 56, 70, 0.7);
}

.bg-base-atlas--light-blue {
    background-color: #2A3846;
}

.btn-base-atlas--light-blue {
    color: #F2F1EF;
    background-color: #2A3846;
}

.btn-base-atlas--light-blue:hover {
    color: #F2F1EF;
    background-color: #202a35;
}

/* Dark Blue */
.atlas-color--dark-blue {
    color: #0D141B;
}

.mask-base-dark-blue--atlas {
    background: rgba(13, 20, 27, 0.9);
}

.bg-base-atlas--dark-blue {
    background-color: #0D141B;
}

.btn-base-atlas--dark-blue {
    color: #F2F1EF;
    background-color: #0D141B;
}

.btn-base-atlas--dark-blue:hover {
    color: #F2F1EF;
    background-color: #000000;
}

/* White */
.atlas-color--white {
    color: #F2F1EF;
}

.bg-base-atlas--white {
    background-color: #F2F1EF;
}

.shape-container[data-shape-fill="fill-atlas-light-blue"] .shape-item {
    fill: #1D2731;
    /*fill: linear-gradient(to bottom, #f0f9ff 0%,#1d2731 87%);*/
}

.shape-container[data-shape-fill="fill-blue-gradient"] .shape-item {
    fill: #1D2731;
    /*fill: linear-gradient(to bottom, #f0f9ff 0%,#1d2731 87%);*/
}

.shape-container[data-shape-fill="fill-atlas-white"] .shape-item {
    fill: #F2F1EF;
}

/* Off White */
.bg-base-atlas--off-white {
    background-color: #e2d8ce;
}

/* Dropzone */
.dropzone {
    border: 2px dashed #967655;
}

.sct-color-1 {
    background-color: #F2F1EF;
}

.captchaNotClickedMessage {
    width: 100%;
    margin-top: -.75rem;
    margin-bottom: 1rem;
    font-size: 80%;
    color: #dc3545;
}

.redirect-header {
    /*position: relative;*/
    /*top: 0;*/
    display: flex;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 2%;
    padding-right: 2%;
    color: #D8D8D8;
}

#notification-header-banner {
    display: none;
    /*height: 50px;*/
}

.fa-times{
    font-size: 22px;
    padding-left: 5px;
    padding-right: 5px;
    color: #967655;
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free", sans-serif;
}

.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa,.fas {
    font-weight: 900
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-times:before{
    content:"\f00d"
}

.fa-facebook:before{
    content:"\f09a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-instagram:before{
    content:"\f16d"
}

.fa-yelp:before {
    content: "\f1e9"
}

.banner-icon {
    color: #967655;
    font-size: 112px;
}

.banner-container {
    min-height: 530px;
    max-width: 300px;
    min-width: 250px;
}

.header-sticky {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    top: 0;
    z-index: 100;

}



.building-finder-container {
    /*height: auto;*/
    /*flex-grow: 1;*/
    /*-webkit-flex-grow: 1;*/
    /*flex-shrink: 0;*/
    /*-webkit-flex-shrink: 0;*/
}

.order-card-price-image {
    margin: 1rem;
    max-height: 225px;
}

.order-card-button {
    width: 100%;
    font-size: 4rem;
    line-height: 1;
    padding-top: 6px;
    text-align: center;
    background-color: #2D3B4E;
    color: white;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 500;
    border: .25rem solid transparent;
    margin-top: 15px;
}

.order-card-button:hover {
    color: #2D3B4E;
    background-color: transparent;
    border: .25rem solid #2D3B4E;
    transition: border 150ms, background-color 150ms, color 150ms;
}

.order-card-promo {
    font-family: 'Roboto Flex', sans-serif;
    color: #2D3B4E;
    font-weight: 600;
    font-size: 1rem;
}

.order-card-service {
    font-family: 'BebasNeue', sans-serif;
    line-height: 1;
    font-weight: 500;
    color: #2D3B4E;
    font-size: 2rem;
}

.order-card-subtitle {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    color: #2D3B4E;
}

.feature-block {
    margin-top: 50px;
}

.feature-block-title {
    font-family: 'BebasNeue', sans-serif;
    font-weight: 500;
    font-size: 2.65rem;
    color: white;
}

.feature-block-items {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    color: white;
    line-height: 1.2;
}

.feature-block-ender {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: white;
}

.crosspointe-header {
    font-size: 3.25rem;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 500;
    color: #2D3B4E;
}

.inline-link-white {
    color: white;
    font-weight: 700;
    transition: color 150ms;
}

.inline-link-white:hover {
    color: lightgrey;
    text-decoration: underline;
}

.crosspointe-order-card-image {
    margin: 1rem;
    max-width: 100%;
}

.crosspointe-subheader {
    font-size: 2.5rem;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 500;
    color: #2D3B4E;
}

.crosspointe-hr {
    color: #2D3B4E;
    border-bottom: 5px solid;
    /*border-radius: 100%;*/
    width: 60%;
    margin-bottom: 6px;
    margin-top: 26px;
}

