@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/Madhouse/fonts/Gotham-Thin.otf");
    font-weight: 100;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/Madhouse/fonts/Gotham-Xlight.otf");
    font-weight: 200;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/Madhouse/fonts/Gotham-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/Madhouse/fonts/Gotham-Book.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/Madhouse/fonts/Gotham-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/Madhouse/fonts/Gotham-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/Madhouse/fonts/Gotham-Ultra.otf");
    font-weight: 800;
}

@font-face {
    font-family: "Gotham";
    src: url("/wp-content/themes/Madhouse/fonts/Gotham-Black.otf");
    font-weight: 900;
}

body {
    font-family: "Gotham";
}

.trailshead-portal, .trailshead_portal {
    letter-spacing: 1.1px;
    line-height: 1.4;
}

.trailshead-portal .hero {
    overflow: hidden;
}

.trailshead-portal .video {
    position: absolute;
    height: 65vh;
    width: 100vw;
}

.trailshead-portal .hero iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

.trailshead_portal {
    position: relative;
}

/*.trailshead_portal .content {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: stretch;*/
/*}*/

.trailshead_portal .video {
    position: absolute;
    height: 100vh;
    width: 100vw;
}

.video.exterior {
    background: url("/wp-content/themes/Madhouse/assets/portal/exterior.jpg") no-repeat center center;
    background-size: cover;
}

.video.interior {
    background: url("/wp-content/themes/Madhouse/assets/portal/interior.jpg") no-repeat center center;
    background-size: cover;
}

.trailshead_portal .video > div {
    height: 100%;
}

.trailshead_portal .video iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

.trailshead_portal .content {
    color: white;
    background: #BD3E2D;
}

.trailshead_portal .content form input {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.trailshead_portal .content form .submit {
    background: white;
    font-size: 16px;
    font-weight: 500;
    color: #BD3E2D;
}

.trailshead-portal .logo_1, .trailshead_portal .logo_1 {
    background: #BD3E2D;
    padding: 10px;
    max-width: 175px;
    height: auto;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
}

.trailshead_portal .edenoak {
    max-width: 200px;
    background: #182752;
}

.trailshead-portal .logo_1 img, .trailshead_portal .logo_1 img {
    width: 100%;
    filter: brightness(0) invert(1);
}

body {
    background: white;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: white;
}

body::-webkit-scrollbar-thumb {
    background-color: #BD3E2D;
}

.trailshead-portal .tab-content .grid-container .item:nth-child(1) .visit_web {
    background: #BD3E2D;
    color: white;
    border: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
}

.trailshead-portal .tab-content .grid-container .item:nth-child(2) table#assets tr td .file_name i,
.trailshead-portal .tab-content .grid-container .item:nth-child(2) table#assets tr td .download {
    color: #BD3E2D;
}

.trailshead-portal .hero .tab .item.active {
    color: #BD3E2D;
}

.trailshead-portal .hero .tab .item {
    background: #BD3E2D;
}

.info .contact {
    margin-top: 0.5rem;
}

.info .contact .bold {
    font-weight: bold;
    display: block;
}

.info .contact span:not(.bold) {
    white-space: nowrap;
}

.item .links {
    display: flex;
    flex-wrap: wrap;
}

/*@media only screen and (min-width: 769px) and (max-width: 1420px), only screen and (max-width: 502px) {*/
/*    .item .links {*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*    }*/
/*}*/