html {
    --scrollbarBG: rgb(44, 44, 44);
    --thumbBG: rgb(64, 64, 64);
}
*::-webkit-scrollbar {
    width: auto;
}
* {
    scrollbar-width: auto;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
*::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
*::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 8px;
    border: 3.5px solid var(--scrollbarBG);
}

html {
    background-color: rgb(44, 44, 44);
    font-size: 20px;
    margin:0; padding:0; height:100%; width:100%;
}
@media print, screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
body {
    margin: 0;
    background-color: rgb(44, 44, 44);
    text-align: center;
    min-height: 100vh;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    color: rgb(255, 255, 255);
    font-family: Helvetica, 'sans-serif';
}
a {
    color: rgb(187, 187, 187);
    text-decoration: none;
}


/* HEADER */
header {
    border-top: 4px solid rgb(255, 255, 255);
    margin-bottom: 33px;
}
@media print, screen and (min-width: 768px) {
    header {
        height: 37px;
    }
}
.site-title {
    margin: 0;
    border-left: solid 10px rgb(255, 255, 255);
}
.site-title a {
    display: block;
    width: 277px;
    height: 37px;
    background: url('/theme/winkarch/images/logo.png') 0 0 no-repeat;
    background-size: 277px 37px;
}
.site-title span {
    position: absolute;
    left: -999em;
}
@media print, screen and (min-width: 768px) {
    .site-title {
        border-left: solid 47px rgb(255, 255, 255);
        float: left;
        display: block;
    }
    .site-title::before,
    .site-title::after {
        content: none;
    }
}
.nav-mobile__expand {
    width: 14px;
    height: 14px;
    float: right;
    padding: 11px 12px 12px;
    background-color: rgb(0, 0, 0);
}
.nav-mobile__expand span {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
}
header a,
header li.current ul.dropdown a {
    color: rgb(162, 162, 162);
}
header a:hover,
header li.current ul.dropdown a:hover {
    color: rgb(255, 255, 255);
}

header nav {
    margin: 0 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
}
header nav.mobile-expanded {
    max-height: 200px;
}
header nav ul {
    margin: 0;
    padding: 0;
}
@media print, screen and (min-width: 768px) {
    header nav {
        overflow: visible;
    }
    header nav ul {
        float: right;
    }
}
header nav li {
    display: block;
    position: relative;
    list-style: none;
    padding: 10px;
    background-color: rgb(0, 0, 0);
    border-top: solid 1px rgb(45, 45, 45);
    line-height: 0.9375rem;
}
@media print, screen and (min-width: 440px) {
    .nav-mobile__expand {
        display: none;
    }
    header nav,
    header nav.mobile-expanded {
        max-height: initial;
        margin: 22px 0 0;
    }
    header nav li {
        display: inline-block;
        padding: 0 19px;
        border-left: 2px solid rgb(255, 255, 255);
        border-top: none;
        background: none;
    }
}
@media print, screen and (min-width: 768px) {
    header nav {
        margin: 22px 32px 0;
    }
}
header nav li:first-child {
    border-left: none;
}
header nav a {
    font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
    header nav a {
        font-size: 0.8325rem;
    }
}
header nav a,
header nav li.current ul.dropdown a {
    font-weight: 100;
    letter-spacing: .5px;
}
header nav li.current a,
header nav ul.dropdown li.current a {
    color: rgb(255, 255, 255);
    font-weight: 500;
    letter-spacing: 1.5px;
}
header nav ul.dropdown {
    visibility: hidden;
}
header nav ul.dropdown:hover,
header nav li:hover ul.dropdown {
    visibility: visible;
}

header nav ul.dropdown {
    position: absolute;
    bottom: -2rem;
    padding-top: 1rem;
    white-space: nowrap;
    left: calc(50% - 9px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* FOOTER */
body {
    /* we use flex box styles to create a sticky footer */
    display: flex;
    flex-direction: column;
}
body > .container {
    /* using flexbox, we allow only .container to be the flexible element */
    flex: 1 0 auto;
}
footer {
    margin-top: 30px;
    padding: 0 51px;
    background-color: rgb(30, 30, 30);
}
footer a,
footer p {
    color: rgb(100, 100, 100);
    font-size: 0.65rem;
    line-height: 0.95rem;
}
@media print, screen and (min-width: 768px) {
    footer {
        text-align: right;
    }
    footer p {
        font-size: 0.75rem;
        line-height: 1.063rem;
    }
}
footer a:hover {
    color: rgb(150, 150, 150);
}


 /* MAIN CONTENT */
.content,
.content p {
    color: rgb(205, 205, 205);
    font-size: 0.75rem;
    line-height: 1.0rem;
    letter-spacing: 1px;
}
.content p a {
    color: rgb(205, 205, 205);
    text-decoration: underline;
}
.content p a:hover {
    color: rgb(255, 255, 255);
}
.container {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    text-align: left;
}
.content {
    margin: 0 10px;
    text-align: left;
}
@media print, screen and (min-width: 380px) {
    .content {
        margin: 0 20px;
    }
}
@media print, screen and (min-width: 960px) {
    .content {
        margin: 0 50px;
    }
}
.right {
    float: right;
}
.left {
    float: left
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}



/* SLIDESHOW */
.slider__slides {
    position: relative;
}
.slider__slides::after {
  content: "";
  display: table;
  clear: both;
}
.slider__slide {
    -webkit-transition: opacity .7s; /* Safari */
    transition: opacity .7s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slider__slide img {
    max-width: 100%;
}
.slider__slide--current {
    opacity: 1;
}
.slider__slide--next {
    opacity:  0;
}
.slider__slide--preload {
    visibility: hidden;
}



/* FRONT PAGE */
/* 2.35625 image aspect ratio */
/* 1050 x 445.6233421751 */
.front-page__slideshow {
    width: 100%;
}
.front-page__slideshow .slider__slides {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 21.2202% 50%;
}
.front-page__slideshow .slider__slide {
    width: 100%;
    height: 100%;
}
.front-page__slideshow .slider__slide img {
    width: 100%;
    height: auto;
}
.front-page__header {
    margin: 17px 0 10px 0;
    line-height: 1.438rem;
    font-size: .75rem;
    font-weight: bold;
    letter-spacing: 0.1875rem;
    text-align: center;
    text-transform: uppercase;
    /* color: #ff8520; */
}
.front-page__body {
    text-align: center;
}


/* ABOUT PAGE */
.about-page__section {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.about-page__section-text .about-page__section-text-head {
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: .5px;
    color: rgb(255, 255, 255);
    padding-top: 9px;
    margin-top: 0;
}
.about-page__mini-slider {
    width: 100%;
    position: relative;
    padding-bottom: 75%;
}
.about-page__mini-slider .slider__slides {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(66, 66, 66);
}
@media print, screen and (min-width: 668px) {
    .about-page__mini-slider {
        float: left;
        margin-right: 20px;
        width: calc(38.1% - 10px);
        padding: 0 0 calc(51.12% - 10px);
    }
    .about-page__section:nth-child(odd) .about-page__section-text {
        text-align: right;
    }
    .about-page__section:nth-child(odd) .about-page__mini-slider {
        float: right;
        margin-right: 0;
        margin-left: 20px;
        width: calc(61.9% - 10px);
        padding: 0 0 calc(46.13% - 10px);
    }
}
.about-page__mini-slider .slider__slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.about-page__mini-slider .slider__slide.wide img {
    width: 100%;
    min-height: auto;
}

/* ref: */
.project__slideshow .slider__slide.wide img {
    /* width: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    /* min-height: auto; */
}

.about-page__mini-slider .slider__slide img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
}
.about-page__mini-slider .slider__slide:first-child {
    float: left;
    position: relative;
}

.about-page__section-text *,
.about-page__section-text p {
    /* font-size: 0.8125rem; */
    /* font-weight: lighter; */
    /* letter-spacing: .5px; */
}


/* NEWS */
.page--news .container {
    overflow-x: scroll;
    overflow-y: hidden;
}
.news__listing {
    margin: 0 0 20px;
}
.news__listing:first-child {
    margin-top: -2px;
}
.news__listing-title {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0;
}
.news__listing-title span {
    color: rgb(205, 205, 205);
}
.news__listing-title span {
    text-transform: none;
}
.news__listing-body {
    margin-bottom: 10px;
}
.news__listing-body p {
    margin: 0 0 6px;
}
.news__listing-body a {
    color: rgb(255, 255, 255);
}
.news__listing-images {
    white-space: nowrap;
}
.news__listing-images img {
    padding-right: 10px;
}


/* PORTFOLIO */
.portfolio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    align-items: flex-start;
}
.portfolio__section--homes {
    width: 100%;
}
.portfolio__section--things {
    width: 100%;
}
.portfolio__project {
    margin-bottom: 12px;
    padding: 0 8px;
}
.portfolio__project a {
    display: block;
}
.portfolio__project-image-container {
    padding: 33.335% 50%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: rgb(66, 66, 66);
}
.portfolio__project-image {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.portfolio__section--homes .portfolio__project {
    width: calc(100% - 10px);
}
.portfolio__section--things .portfolio__project {
    width: calc(100% - 10px);
}

@media print, screen and (min-width: 380px) {
    .portfolio__section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .portfolio__section--homes {
        width: 100%;
    }
    .portfolio__section--things {
        width: 100%;
    }
    .portfolio__section--homes .portfolio__project {
        width: calc(50% - 16px);
    }
    .portfolio__section--things .portfolio__project {
        width: calc(50% - 16px);
    }
}
@media print, screen and (min-width: 640px) {
    .portfolio__section--homes {
        width: 66.666%;
    }
    .portfolio__section--things {
        width: 33.333%;
    }
    .portfolio__section--homes .portfolio__project {
        width: calc(50% - 10px);
        padding: 0 10px 0 0;
    }
    .portfolio__section--things .portfolio__project {
        width: calc(100% - 10px);
        padding: 0 0 0 10px;
    }
}
@media print, screen and (min-width: 768px) {
    .portfolio__section--homes {
        width: 50%;
    }
    .portfolio__section--things {
        width: 50%;
    }
    .portfolio__section--homes .portfolio__project {
        width: calc(50% - 10px);
    }
    .portfolio__section--things .portfolio__project {
        width: calc(50% - 10px);
    }
}
@media print, screen and (min-width: 960px) {
    .portfolio__section--homes {
        width: 60%;
    }
    .portfolio__section--things {
        width: 40%;
    }
    .portfolio__section--homes .portfolio__project {
        width: calc(33.3333% - 16px);
    }
    .portfolio__section--things .portfolio__project {
        width: calc(50% - 16px);
    }
}

.portfolio__project-link {
    display: inline-block;
    font-size: 0.625rem;
    color: rgb(205, 205, 205);
    padding: 6px 0 4px;
}
.portfolio__project a:hover .portfolio__project-link {
    color: rgb(255, 255, 255);
    font-weight: bold;
}
/* w: 200, 1050 */

/* calc(20% - 10px) */


/* PROJECT PAGE */
/* psd image dimensions: 1472 x 1048, aspect ratio: 1.4045801527 */
.project__slideshow .slider__slides {
    box-sizing: border-box;
    padding: 33.335% 50%;
    /* background-color: rgb(66, 66, 66); */
}
.project__slideshow .slider__slide {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: right;
    overflow: hidden;
}
.project__slideshow .slider__slide img {
    bottom:-100%;
    width: auto;
    height: 100%;
    margin: auto;
    cursor: zoom-in;
}
.project__slideshow .slider__slide.wide {
    display: flex;
    justify-content: center;
    text-align: center;
}
.project__slideshow .slider__slide.wide img {
    position: relative;
    top: 0;
    left:0;
    right: 0;
    height: auto;
    width: auto;
    max-width: none;
    height: 100%;
    flex: none;
}
.project__slideshow .slider__nav {
    list-style: none;
    margin: 7px 0;
    padding: 0;
    text-align: right;
}
.project__slideshow .slider__nav--controls {
    display: block;
    text-align: left;
    float: left;
    margin-top: 5px;
}
.project__slideshow .slider__nav-item {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 4px;
    cursor: pointer;
}

.project__slideshow .slider__nav-item--icon {
    background: none;
    border-radius: 0;
    padding: 0 3px;
    text-align: center;
    color: rgb(114, 114, 114);
    -webkit-transition: color .2s, background .2s, opacity .2s; /* Safari */
    transition: color .2s, background .2s, opacity .2s;
    -webkit-font-smoothing: antialiased;
}
.project__slideshow .slider__nav-item--icon::after {
    font-size: 1.4rem;
    font-weight: 100;
}
.project__slideshow .slider__nav-item--icon:hover {
    color: rgb(255, 255, 255);
}
.project__slideshow .slider__nav-item--skip-back::after {
    content: '<';
}
.project__slideshow .slider__nav-item--skip-ahead::after {
    content: '>';
}
.project__slideshow .slider__nav-item--full-screen::after {
    content: '+';
    padding-left: 12px;
}
.project__slideshow .slider__nav-item--close {
    display: none;
}
.project__slideshow .slider__nav-item--close::after {
    content: 'x';
}
.project__slideshow .slider__nav-item.slider__nav-item--play-pause {
    width: 15px;
    padding-right: 1px;
    position: relative;
    top: 1px;
}
.project__slideshow .slider__nav-item.slider__nav-item--play-pause span {
    display: none;
}
.project__slideshow .slider__nav-item--play-pause::after {
    font-size: 1rem;
    /* content: '\2759\2759\25AE\25AE\258D\258D\258C\258C\2590\2590'; */ /* ❙❙ */
    content: ' ';
    display: inline-block;
    width: 22px;
    height: 23px;
    margin: 0;
    position: absolute;
    top: -17px;
    left: -2px;
    /* background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"> <circle fill="red" cx="514.065" cy="504.152" r="477.545"/> <polygon fill="white" points="383,510.151 383,318.502 548.696,414.327 714.529,510.151 548.765,605.976 383,701.801 "/> </svg>'); */
    background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"> <polygon fill="#727272" points="383,510.151 383,318.502 548.696,414.327 714.529,510.151 548.765,605.976 383,701.801 "/> </svg>');
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: -7px 50%;
    -webkit-transition: background-image .2s; /* Safari */
    transition: background-image .2s;
}
.project__slideshow .slider__nav-item.slider__nav-item--play-pause.playing::after {
    display: none;
}
.project__slideshow .slider__nav-item.slider__nav-item--play-pause.playing span {
    display: inline-block;
    width: 2px;
    height: 11px;
    padding: 0;
    margin: 0 3px 0 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(114, 114, 114);
    background-color: rgb(114, 114, 114);
    border-radius: 0;
    -webkit-transition: background-color .2s, border-color .2s; /* Safari */
    transition: background-color .2s, border-color .2s;
}
.project__slideshow .slider__nav-item.slider__nav-item--play-pause::after {
    background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"> <polygon fill="rgb(114, 114, 114)" points="383,510.151 383,318.502 548.696,414.327 714.529,510.151 548.765,605.976 383,701.801 "/> </svg>');
}
.project__slideshow .slider__nav-item.slider__nav-item--play-pause:hover::after {
    background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"> <polygon fill="white" points="383,510.151 383,318.502 548.696,414.327 714.529,510.151 548.765,605.976 383,701.801 "/> </svg>');
}

.project__slideshow .slider__nav-item.slider__nav-item--play-pause.playing:hover span {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}



.project__slideshow .slider__nav-item span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgb(114, 114, 114);
    -webkit-transition: background-color .7s; /* Safari */
    transition: background-color .7s;
}
.project__slideshow .slider__nav-item.current span {
    background-color: rgb(255, 255, 255);
}
@media print, screen and (min-width: 960px) {
    .project__text-column {
        flex: 0 0 113px;
        padding: 0 0 0 10px;
    }
}

@media print, screen and (min-width: 960px) {
    .project {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }
    .project__slideshow-wrapper {
        flex-grow: 1;
        width: 1%;
    }
    .project__slideshow .slider__slide {
        /* text-align: right; */
    }
}



body.slider__fullscreen-container {
    position: fixed;
}
body.slider-fullscreen {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
body.slider-fullscreen .project__slideshow {
    width: 100%;
    height: 100%;
}

body.slider-fullscreen .slider__fullscreen-container {
    min-height: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #333333;
}
body.slider-fullscreen .project__slideshow .slider__slides {
    height: calc(100% - 60px);
    width: calc(100% - 160px);
    margin: 30px auto;    object-fit: contain;
    padding: 0;
}
body.slider-fullscreen .project__slideshow .slider__slide {
    text-align: center;
}
body.slider-fullscreen .project__slideshow .slider__slide img {
    cursor: zoom-out;
}
body.slider-fullscreen .project__slideshow .slider__slide.wide img {
    top: 0;
    margin: auto;
    object-fit: contain;
}


body.slider-fullscreen .project__slideshow .slider__nav--controls {
    display: block;
}
body.slider-fullscreen .project__slideshow .slider__nav-item--icon {
    position: absolute;
    top: calc(50vh - 12px);
    color: #fff;
    opacity: .3;
    background: rgba(0, 0, 0, .5);
    height: 3.4rem;
    width: calc(3.4rem - 2px);
    line-height: 3rem;
    border-radius: calc(1.7rem);
    padding: 0;
}
@media (pointer: fine) {
    body.slider-fullscreen .project__slideshow .slider__nav-item--icon {
        opacity: 0;
    }
    body.slider-fullscreen .slider__fullscreen-container.show-controls .project__slideshow .slider__nav-item--icon {
        opacity: 0.8;
    }
}
body.slider-fullscreen .project__slideshow .slider__nav-item.slider__nav-item--play-pause {
    display: none;
}
body.slider-fullscreen .project__slideshow .slider__nav-item--skip-back {
    left: 10px;
    padding-right: 2px;
}
body.slider-fullscreen .project__slideshow .slider__nav-item--skip-ahead {
    right: 4px;
    padding-left: 2px;
}
body.slider-fullscreen .project__slideshow .slider__nav-item--full-screen {
    display: none;
}
body.slider-fullscreen .project__slideshow .slider__nav-item--close {
    display: inline-block;
    top: 12px;
    right: 4px;
    padding: 0 1px;
}
body.slider-fullscreen .project__slideshow .slider__nav-item--icon::after {
    font-size: 3rem;
}
body.slider-fullscreen .project__slideshow .slider__nav-item--icon {
    -webkit-transition: color .4s, background .4s, opacity .4s; /* Safari */
    transition: color .4s, background .4s, opacity .4s;
}
body.slider-fullscreen .project__slideshow .slider__nav-item--icon:hover,
body.slider-fullscreen .slider__fullscreen-container.show-controls .project__slideshow .slider__nav-item--icon:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}

/* mobile: */
@media print, screen and (max-width: 767px) {
    body.slider-fullscreen .project__slideshow .slider__nav-item--skip-ahead,
    body.slider-fullscreen .project__slideshow .slider__nav-item--skip-back,
    body.slider-fullscreen .project__slideshow .slider__nav-item--full-screen {
        display: none;
    }

    body.slider-fullscreen .project__slideshow .slider__nav-item--icon {
        height: 2.4rem;
        width: calc(2.4rem - 2px);
        line-height: 2rem;
        border-radius: calc(1.2rem);
    }
    body.slider-fullscreen .project__slideshow .slider__nav-item--icon::after {
        font-size: 2rem;
    }
}


.project__head {
    font-size: 0.766rem;
    margin: 0 0 8px;
    font-weight: 500;
    letter-spacing: .5px;
}
.project__subhead {
    font-size: 0.625rem;
    line-height: 0.95rem;
    font-weight: bold;
    margin: 0;
}
.project__body p {
    font-size: 0.625rem;
    line-height: 0.8rem;
}

/* CONTACT PAGE */
.contact {
    width: 100%;
}
.contact__form,
.contact__address {
    width: 335px;
    max-width: 100%;
    margin: 0 auto;
}
.contact__address {
    margin-top: 20px;
}
.contact--message-submitted .contact__address {
    text-align: center;
}

@media print, screen and (min-width: 768px) {
    .contact:not(.contact--message-submitted) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        max-width: 700px;
        margin: 0 auto;
    }
    .contact:not(.contact--message-submitted) .contact__form,
    .contact:not(.contact--message-submitted) .contact__address {
        width: calc(50% - 15px);
    }
    .contact:not(.contact--message-submitted) .contact__address {
        margin: 0 0 0 15px;
    }
    .contact:not(.contact--message-submitted) .contact__form {
        margin: 0 15px 0 0;
    }
}





.contact__form h2 {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0 0 20px;
}
.contact__form fieldset {
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.contact__field {
    z-index: 10;
    margin-bottom: 8px;
}
.contact__field label {
    display: block;
    /* line-height: calc(0.8125rem + 10px); */
    /* line-height: 1.1rem; */
    color: rgb(205, 205, 205);
}
.contact__field input,
.contact__field textarea {
    border: none;
    width: 100%;
    padding: 5px;
    vertical-align: top;
}
@media print, screen and (min-width: 355px) {
    .contact__field input,
    .contact__field textarea {
        width: 250px;
        float: right;
    }
}
.contact__field--phone {
    margin-left: -130%;
    margin-bottom: 0;
    height: 0;
    text-align: left;
    padding: 0;
    width: 100%;
}
.contact__field--phone input {
    float: none;
}
.contact__field--url {
    margin-left: 200%;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    z-index: 9;
}
.contact__form-action {
    text-align: right;
}
.contact--message-submitted .contact__form p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 100;
    margin-bottom: 50px;
}
.contact__submit {
    background-color: rgb(114, 114, 114);
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    color: rgb(225, 225, 225);
    outline: none;
    font-size: .9rem;
    cursor: pointer;
}
.contact__submit:focus {
    background-color: rgb(140, 140, 140);
}

.contact__address h3 {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0 0 20px;
}
.contact__address address {
    margin-bottom: 35px;
    /* letter-spacing: .5px; */
    /* font-size: 0.8125rem; */
    /* font-weight: lighter; */
    font-style: normal;
    color: rgb(205, 205, 205);
}
.contact__address address:last-child {
    margin-bottom: 0;
}



/* team page */
.teamProfile .meta {
    text-align: right;
}
.teamProfile .profileName {
    font-weight: bold;
    margin-bottom: 0;
}
.teamProfile .profileTitle {
    margin: 0;
}
.teamProfile > img {
    width: 100%;
}
.teamProfile .viewProfile {
    display: none;
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 326px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    margin: 0;
    text-align: right;
    padding: 15px 10px 5px;
    font-weight: bold;
}

@media print, screen and (min-width: 768px) {
    .teamProfile {
        position: relative;
        width: 550px;
        display: flex;
        margin: 0 auto 20px;
        cursor: pointer;
        align-items: flex-start;
    }
    .teamProfile .meta {
        width: 180px;
        padding-right: 20px;
    }
    .teamProfile > img {
        display: block;
        width: 346px;
        height: auto;
        border-style: solid;
        border-width: 2px;
        border-color: rgba(255, 255, 255, 0);
    }
    .teamProfile:hover > img {
        border-color: rgba(255, 255, 255, 1);
    }
    .teamProfile:hover .viewProfile {
        display: block;
    }
}

body.profileCardOpen {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.profileCardContainer {
    position: fixed;
    cursor: initial;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(44, 44, 44, .7);
}
.profileCardContainer.hidden {
    display: none;
}
.profileCard {
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: calc(100% - 40px);
    padding: 34px 30px;
    background: rgb(0, 0, 0);
    overflow: scroll;
}
.profileCard .left img {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .profileCard {
        position: fixed;
        display: flex;
        top: 50%;
        left: 50%;
        margin-top: -205px;
        margin-left: -370px;
        width: 640px;
        height: 350px;
        padding: 30px 50px;
        overflow: visible;
    }
    .profileCard .left {
        width: 350px;
    }
    .profileCard .right {
        width: 240px;
        padding-left: 30px;
        overflow-y: scroll;
        scrollbar-color: var(--thumbBG) #000000;
    }
    .profileCard .right::-webkit-scrollbar-track {
        background: #000000;
    }

    .profileCard .right::-webkit-scrollbar-thumb {
        border-color: #000000;
    }

    .profileCard address {
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 960px) {
    .profileCard {
        margin-top: -255px;
        margin-left: -470px;
        width: 840px;
        height: 450px;
    }
    .profileCard .left {
        width: 450px;
    }
    .profileCard .right {
        width: 340px;
        padding-left: 30px;
    }
}
.profileCard address {
    margin: 20px 0;
    font-style: normal;
    color: rgb(187, 187, 187);
}
.profileCard .right > :first-child {
    margin-top: 0;
}
.profileCard .closeProfile {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background: none;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    cursor: pointer;
}
.profileCard .closeProfile:focus {
    outline: none;
}
