@charset "utf-8";
/* CSS Document */

/**********FONTS**********/
#banner h1,
.bottom-half h2 {
    color: #fff;
    font-family: 'Lora', serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#banner h1 {
    font-size: 40px;
}
.bottom-half h2 {
    font-size: 30px;
}
.bottom-half h3 {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}
#banner .sub-title {
    color: #fff;
    font-family: 'Courgette', cursive;
    font-size: 20px;
}
#banner p,
.content p,
.content-box p,
.bottom-half p {
    color: #fff;
    font-family: 'Lora', serif;
    font-size: 18px;
    margin-bottom: 0;
}
p:first-child {
    margin-bottom: 15px;
}
a,
a:hover {
    outline: none;
}
a.content-link {
    color: #fcd7ad;
    position: relative;
}
a.content-link::before {
    background-color: #fcd7ad;
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
    content: '';
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform-origin: 50% 100%;
    transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    width: 100%;
}
a.content-link:hover::before {
    transform: translate3d(0, 2px, 0) scale3d(1, 2, 1);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}
a.content-link span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
a.content-link:hover span {
    transform: translate3d(0, -2px, 0);
}

/**********WHOLE PAGE**********/
.bottom-half h2 span {
    display: inline-block;
}
#intro .content,
.bottom-half .content {
    margin: 0 auto;
    max-width: 80%;
    padding: 3rem 1rem;
}
.content-box {
    background-image: linear-gradient(to bottom, rgba(47,72,88,.7), #2f4858 60%);
    border-top: 5px solid #fcd7ad;
    padding: 30px 2rem;
    position: absolute;
    transition: .5s all ease-in-out; 
    width: 100%;
}
.content-box.left-side {
    bottom: 0;
    left: 2rem;
}
.content-box.right-side {
    bottom: 0;
    right: 2rem;
}
.content-box p {
    margin-bottom: 0;
    transition: .2s all ease-in-out;
}
section.interior {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.interior .content-box {
    bottom: 0;
    max-width: 500px;
    z-index: 99;
}
.full-height {
    height: 100vh;
    position: relative;
}
.full-height::after {
    background-image: linear-gradient(to bottom, transparent 85%, rgba(0,0,0,.9));
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.bottom-half {
    background-color: #2f4858;
    padding: 2rem 2rem 3rem;
    position: relative;
}
.page-btn {
    text-align: center;
    transition: .3s;
}
.page-btn a {
    color: #fff;
    font-weight: 600;
    border: 3px solid #fcd7ad;
    border-radius: 10px;
}
.page-btn a:hover {
    background-color: #fcd7ad;
}
.page-btn:ahover {
    color: #2f4858;
}
.DnnModule-5282,
.DnnModule-5283,
.DnnModule-5284,
.DnnModule-5285,
.DnnModule-5286,
.DnnModule-5295 {
    background-color: #000;
    padding: 2rem 2rem 0;
}
.page-vid {
    filter: drop-shadow(0px 0px 10px #000);
}
.bleed-left {
    padding-left: 0;
}
.bleed-right {
    padding-right: 0;
}
.dgov-carousel-watch {
    background: #2f4858;
    padding: unset;
}
.slide-title,
.pull-title {
    display: none;
}
.slide-container:hover .image-wrap .zoom-bg {
    transform: none;
}
.slider-content {
    max-width: 80%;
    margin: 0 auto;
}
.slider-content h2 {
    position: relative;
    text-align: center;
}
.slider-content h2::after {
    background-color: #fcd7ad;
    bottom: -5px;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 550px;
}
.facts-slider {
    margin-top: 2rem;
    position: relative;
}
.facts-slider .single-slide {
    padding: 0 2rem;
}
.bottom-half .slick-dots li button {
	display: none;
}
.bottom-half .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
    width: 100%;
    text-align: center;
}
.bottom-half .slick-dots li {
	width: 20px;
    height: 5px;
    background: #8d99ae;
    display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	transition: .2s;
}
.bottom-half .slick-dots .slick-active {
	background-color: #fcd7ad;
}
.bottom-half .page-btn {
    margin-top: 2rem;
}
.bottom-half .carousel-previous,
.bottom-half .carousel-next {
    color: #8d99ae;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9999;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.bottom-half .carousel-previous {
    left: 0;
}
.bottom-half .carousel-next {
    right: 0;
}
.vid-descrip {
    margin-top: 20px;
    position: relative;
}
.vid-descrip::before {
    background-color: #fcd7ad;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    width: 90%;
}

/**********BANNER**********/
#banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#banner video {
    background: #000;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    right: 0;
    z-index: -1;
}
#banner .content-box {
    bottom: 0;
    left: 50%;
    max-width: 800px;
    padding-bottom: 50px;
    text-align: center;
    transform: translate(-50%, 0);
}

/**********INTRO**********/
#intro {
    background-color: #2f4858;
}

/**********THE WALL**********/
#wall {
    background-image: url('/Portals/1/Interactive/2022/03-vietnam-veterans-memorial/images/wall-background.jpg');
    background-position: bottom;
}
#wall .dgov-grid {
    margin-bottom: 2rem;
}

/**********THREE SOLDIERS STATUE**********/
#men {
    background-image: url('/Portals/1/Interactive/2022/03-vietnam-veterans-memorial/images/three-soldiers-background.jpg');
}
.block-link {
    overflow: hidden;
    position: relative;
}
.block-overlay {
    background-color: rgba(141,153,174,.9);
    border-top: 5px solid #fcd7ad;
    bottom: -6px;
    height: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    text-align: center;
    transition: .6s;
    width: 100%;
}
.block-link:hover .block-overlay {
    bottom: 0px;
    height: 100%;
}
.block-overlay p {
    color: #2f4858;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    opacity: 0;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    transition: .1s;
}
.block-link:hover .block-overlay p {
    opacity: 1;
}
.line {
    background-color: #fcd7ad;
    height: 100%;
    margin: 0 auto;
    width: 5px;
}

/**********WOMEN VETERANS**********/
#women {
    background-image: url('/Portals/1/Interactive/2022/03-vietnam-veterans-memorial/images/women-statue-background.jpg');
}

/**********PLAQUE**********/
#plaque {
    background-image: url('/Portals/1/Interactive/2022/03-vietnam-veterans-memorial/images/plaque-background.jpg');
    background-position: center -30px;
}

/**********FLAGPOLE**********/
#flagpole {
    background-image: url('/Portals/1/Interactive/2022/03-vietnam-veterans-memorial/images/flag-background.jpg');
    background-position: 0 -120px;
}
#flagpole .content-box img {
    width: 100%;
}

/**********TRAVEL WALL**********/
#travel-wall {
    background-image: url('/Portals/1/Interactive/2022/03-vietnam-veterans-memorial/images/traveling-wall-background.jpg');
}

/**********RESPONSIVE**********/
@media screen and (min-width: 1025px) {
    .mobile-text {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    #banner {
        height: 60vh;
    }
    .full-height {
        height: 50vh;
    }
    .interior .content-box {
        display: none;
    }
    .slider-content {
        max-width: 95%;
    }
    .slider-content h2::after {
        width: 100%;
    }
    .vid-descrip::before {
        width: 100%;
    }
    #flagpole {
        background-position: top;
    }
    #flagpole .content-box {
        left: unset;
        max-width: calc(300px + 10%);
        right: 0;
    }
    #women-bottom-half .mobile-text p {
        margin-bottom: 15px;
    }
    #flagpole-bottom-half .mobile-text {
        margin-bottom: 0;
        padding: 0 1rem;
    }
    #flagpole-bottom-half .mobile-text img {
        width: 100%;
    }
    #flagpole-bottom-half .dgov-col-md-12 {
        margin-bottom: 0;
        padding: 0;
    }
    .mobile-text {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    .full-height {
        height: 80vh;
    }
}
@media screen and (min-width: 991px) {
    #men-bottom-half .page-btn {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    #banner .content-box {
        max-width: 90%;
        padding-bottom: 2rem;
    }
    #banner h1 {
        font-size: 35px;
    }
    #banner .sub-title {
        font-size: 18px;
    }
    #intro .content {
        padding: 2rem;
        max-width: 100%;
    }
    .bleed-left {
        padding: 30px 15px 50px 15px;
    }
    .bleed-right {
        padding-bottom: 30px;
        padding-right: 15px;
    }
    #men-bottom-half .block-overlay {
        display: none;
    }
    #men-bottom-half .page-btn {
        margin-top: 2rem;
        padding: 10px 0;
        width: 100%;
    }
    #men-bottom-half .dgov-align-self-center {
        -ms-flex-item-align: unset;
        -webkit-align-self: unset;
        align-self: unset;
        vertical-align: unset;
    }
    .line {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #men-bottom-half .dgov-grid-bleed [class*=dgov-col-] {
        padding: 15px 0px;
    }
    .slider-content {
        max-width: 100%;
    }
    .page-btn a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 481px) {
    #banner {
        height: unset;
    }
    #banner video {
        width: 100%;
    }
    #banner .content-box {
        background-color: #2f4858;
        max-width: unset;
        position: relative;
    }
    .slider-content {
        margin: 2rem auto 0;
    }
    .bleed-left {
        padding: 0 15px 50px 15px;
    }
    .bottom-half .page-btn {
        margin-top: 0;
    }
}
@media screen and (max-width: 415px) {
    #banner h1 {
        font-size: 30px;
    }
    #banner video {
        bottom: unset;
        height: 234px;
        margin-top: 110px;
        position: relative;
        top: 0px;
    }
    #banner .sub-title {
        font-size: 16px;
    }
    .mobile-text {
        padding: 0;
    }
    .bottom-half .carousel-previous {
        left: -20px;
    }
    .bottom-half .carousel-next {
        right: -20px;
    }
    .facts-slider .single-slide {
        padding: 0 1rem;
    }
    #flagpole-bottom-half {
        padding: 2rem 1rem;
    }
}

    













