@charset "UTF-8";
/*********************** Page Styles ***************************/
/**** Font ****/

#ddayvideo h2, #uniforms h2, #MOH h2, #voices h2, #fivethings h2, #thennow h2 {
    font-family: monospace;
    color: #ede9e6;
}

#ddayvideo h3, #uniforms h3, #MOH h3, #voices h3, #fivethings h3, #thennow h3 {
    font-size: 1.3rem;    
    font-family: monospace;
    text-align: center;
}
#ddayvideo h4, #uniforms h4, #MOH h4, #voices h4, #fivethings h4, #thennow h4 {
    font-size: 1.5rem;
    font-family: monospace;
}
#ddayvideo p, #uniforms p, #MOH p, #voices p, #fivethings p, #thennow p {
    font-family: lato;
    text-align: center;
    color: #ede9e6;
    margin: 10px;
}

 .word-anchor {
    display: inline;
    white-space: nowrap;
}

/**** Typing Effect ****/
.typewriter h1 {
    color: #ede9e6;
    font-family: monospace;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid transparent; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end 10;
    text-align: center;
}

.typewriter h2 {
    color: #ede9e6;
    font-family: monospace;
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    text-align: center;
}


/* The typing effect */
@keyframes typing {
from {
width: 0
}
to {
width: 100%
}
}

/* The typewriter cursor effect */
@keyframes blink-caret {
from, to {
border-color: transparent
}
50% {
border-color: black
}
}

#fivethings .typewriter h2, #uniforms .typewriter h2, #thennow .typewriter h2 {
    color: #303031;
    font-family: monospace;
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    text-align: center;
}
/*********************** Banner ***************************/


/*********************** DDay Video Slice ***************************/
#ddayvideo {
    background: #4D3D2D;
    padding: 4rem 0;
    position: relative;
}
#ddayvideo p {
    font-family: Lato;
}
#ddayvideo .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: url('/Portals/1/Interactive/2024/03-d-day/topo2.png');
    background-size: cover;
    top: 0px;
    left: 0px;
    opacity: .1;
}
#ddayvideo .dgov-container {
    position: relative;
    z-index: 2;
}

#ddayvideo .speech {
    text-align: center;
    padding-left: 20px;
}
#ddayvideo .speech img {
    border: 1px solid #666;
    width: 100%;
}
#ddayvideo .letter {
    padding-bottom: 20px;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
#ddayvideo .iconoverlay {
    position: inherit;
    height: 50%;
    width: 80%;
    opacity: 0;
    transition: .3s ease;
}
/* When you mouse over the container, fade in the overlay icon*/
#ddayvideo .letter:hover .iconoverlay, #ddayvideo .soldiers:hover .iconoverlay {
    opacity: 1;
}
/* The icon inside the overlay is positioned in the middle vertically and horizontally */
#ddayvideo .letter .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
#ddayvideo .letter:hover img, #ddayvideo .soldiers:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
#ddayvideo .soldiers .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#ddayvideo .fa-magnifying-glass-plus {
    color: #eee;
    font-size: 50px;
}

.video-wrap-container:hover img.defaultVideoOverlay {
    display: block;
    max-width: 120px;
}
.video-wrap-container:hover img.hoverVideoOverlay {
    display: none;
}
#ddayvideo p span {
    font-weight: 600;
    font-size: 30px;
}

#ddayvideo .content{
        background: rgba(77, 61, 45);
     width: 90%;
    margin: auto;
    padding:20px;
}

#ddayvideo .typewriter {
    padding: 20px;
}

#dnn_ctr6943_ModuleContent {
    height: 100%;
}

.slideshow-single .slide-inner {
    height: 100%;
}
.slideshow-single .slide-inner .slide-image {
    height: 100%;
}


/*********************** Timeline Slice ***************************/

#timeline a {
    color: #303031;
}
#timeline .button {
    background-color: #303031;
    padding: 30px 40px;
    color: #ede9e6;
}
#timeline .button:hover {
   color: #ede9e6;
    background: #424127;
    text-decoration: underline;
    border: 1px solid white
}
#footer-hosting, #footer-main {
    z-index: 2;
    position: relative;
}

/* IMPORTANT PAGE FIXE */ #dnn_ContentPaneFullBleed1, #dnn_ContentPaneFullBleed3, #dnn_ContentPaneFullBleed4, #dnn_ContentPaneFullBleed5, #dnn_ContentPaneFullBleed6, #dnn_ContentPaneFullBleed7 {
    position: relative;
    z-index: 2;
    background: #fff;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
:root { /* colors */
--main-bg-color: #EDE9E6;
--secondary-bg-color: #424127;
--main-text-color: #EDE9E6; /* fonts */
--main-h-font: monospace;
--main-p-font: monospace;
}
#dnn_ctr6946_HtmlModule_lblContent {
    background-color: var(--main-bg-color);
}
#timeline {
    position: relative;
    display: flex;
    max-width: 1800px;
    margin: auto;
}
#timeline .underlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0; /* left: -500px; */
    z-index: 1;
    left: 0px;
}
#timeline .underlay video {
    height: 100%;
}
#timeline .underlay .gif {
    height: 100%;
    width: auto;
    min-width: 60%;
}
#timeline .blocks {
    width: 100%;
    flex: 1;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 2;
}
#timeline .blocks:after {
    content: "";
    background-color: var(--secondary-bg-color);
    height: 100%;
    width: 900px;
    top: 0px;
    right: -900px;
    position: absolute;
}

#timeline ul li {
    color: white;
    font-size: 16px;
    list-style: disc;
    font-style: italic;
    padding-bottom: 10px;
}
#timeline ul {
    padding-bottom: 50px;
        margin-top: -20px;
}
#timeline ul li a {
    color: white;
}
#timeline .single {
    background-color: var(--secondary-bg-color);
    height: 80vh;
    min-height: 800px;
    padding: 40px;
    ;
}
#timeline .side {
    width: 100%;
    height: 100vh;
    position: sticky;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #ede9e685;
    flex: 2;
}
#timeline .side:after {
    content: "";
    background-color: #ede9e685;
    height: 100%;
    width: 900px;
    top: 0px;
    left: -900px;
    position: absolute;
}
#timeline .single {
    display: flex;
    justify-content: center;
    align-items: center;
}
#timeline .side .in {
    position: relative;
}
#timeline .side .in .contain {
    margin: 40px;
    position: relative;
    height: 100vh;
    min-height: 800px;
}
#timeline .side img {
    opacity: 0;
    transition: all 0.1s ease-in;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    position: absolute;
    border: 5px solid #333;
}
#timeline .side img#base {
    opacity: 1;
    background: #6f959e;
    border-radius: 4px;
    overflow: hidden;
    border: 5px solid #333;
}
#timeline .side .currentSlide01 #first, #timeline .side .currentSlide02 #second, #timeline .side .currentSlide03 #third, #timeline .side .currentSlide04 #fourth, #timeline .side .currentSlide05 #fifth, #timeline .side .currentSlide06 #sixth, #timeline .side .currentSlide07 #seventh, #timeline .side .currentSlide08 #eighth, #timeline .side .currentSlide09 #nineth, #timeline .side .currentSlide10 #tenth {
    opacity: 1;
}
#timeline .bg-box {
    max-width: 500px;
}
#timeline .bg-box h2 {
    font-family: var(--main-h-font);
    color: var(--main-text-color);
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#timeline .bg-box h2.display {
    font-size: 75px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 67px;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#timeline .bg-box h2.display span {
    font-weight: 100;
    font-family: lato;
    text-transform: uppercase;
    font-size: 41px;
    letter-spacing: 6px;
    line-height: 45px;
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
}
#timeline .bg-box h2.display span:before {
    content: "";
    width: 30px;
    top: 25px;
    left: -15px;
    height: 1px;
    background-color: var(--main-text-color);
    position: absolute;
}
#timeline .bg-box h2.display span:after {
    content: "";
    width: 30px;
    top: 25px;
    right: -15px;
    height: 1px;
    background-color: var(--main-text-color);
    position: absolute;
}
#timeline p {
    color: var(--main-text-color);
} /* Laptops - MD */

@media only screen and (max-width: 1200px) {
#timeline .bg-box h2.display span:before, #timeline .bg-box h2.display span:after {
    display: none;
}
#timeline .bg-box h2.display {
    font-size: 50px;
    line-height: 50px;
}
#timeline .bg-box h2.display span {
    font-size: 30px;
    line-height: 30px;
}
}

@media only screen and (max-width: 991px) {
#timeline .single {
    background-color: #4241271c;
}
#timeline {
    flex-direction: column;
}
#timeline .side .in .contain {
    height: 0px;
    min-height: 0px;
    margin: 0px;
}
#timeline .side img {
    top: 400px;
}
#timeline .bg-box {
    background: #0000009e;
    padding: 20px;
}
#timeline .side img {
    width: 100%;
}
}

/*********************** what they wore slice ***************************/
#uniforms {
    background: tan;
    background-size: cover;
    background-position: center;
    padding: 80px;
}
#uniforms p {
    font-family: Lato;
}
#uniforms .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('/Portals/1/Interactive/2024/03-d-day/papertexture.jpg');
    background-size: cover;
    top: 0px;
    left: 0px;
    opacity: 1;
}

#uniforms .drawing {
    text-align: center;
}

#uniforms .lightbox {
    display: none;
}
#uniforms .icons {
    text-align: center;
    padding-top: 20px;
}
#uniforms p {
    text-align: center;
    color: #303031;
}
#uniforms .icons p {
    text-align: center;
    color: #303031;
    margin-top: -5px;
    line-height: 1.2;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
#uniforms .iconoverlay {
    position: inherit;
    height: 50%;
    width: 80%;
    opacity: 0;
    transition: .3s ease;
} /* When you mouse over the container, fade in the overlay icon*/
#uniforms .drawing:hover .iconoverlay {
    opacity: 1;
} /* The icon inside the overlay is positioned in the middle vertically and horizontally */
#uniforms .drawing .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
#uniforms .drawing:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
/* When you move the mouse over the icon, change color */
#uniforms .fa-magnifying-glass-plus {
    color: #eee;
    font-size: 50px;
}
 #uniforms .row {
        display:flex;
      align-items: center;
     margin-bottom: 40px;
    }
.row {
    display: flex;
    align-items: center;
    }
#uniforms hr {
    margin: 2rem;
    border: 0;
    border-bottom: 3px solid #303031;
}

.featherlight p {
    color: #303031;
}

.featherlight {
    text-align: center;
}

.featherlight img {
    width: 80%;
    padding-bottom: 20px;
}

.featherlight .featherlight-content {
    padding: 50px!important; 
    text-align: center!important;
}

.featherlight .featherlight-close-icon {
    top: 25px!important;
    right: 25px!important;
    font-size: 40px!important;
}
.featherlight .featherlight-content {
    max-width: 950px;
    border: none;
    }

 .icons .hover {
  /* don't take the whole line */
  display: inline-block;
  /* transition the background change */
  transition: border 0.25s;
  /* height of the icon */
  height: 5em;
  /* width of the icon */
  width: 5em;
  /* space between the icon and the background edge */
  padding: 0.8em;
  /* make it rounded */
  border-radius: 50%;
     border: 2px solid transparent;
}


/* styles for the icon wrap when hovered */

.icons .hover:hover {
  /* add a background on hover */
  background-color: #ede9e6;;
  /* pointer cursor on hover */
  cursor: pointer;
    border: 2px solid #303031;
}


/*********************** voices of war slice ***************************/
#voices {
    background: #303031;
    padding: 80px 40px 90px;
}
#voices .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: url('/Portals/1/Interactive/2024/03-d-day/topo2.png');
    background-size: cover;
    top: 0px;
    left: 0px;
    opacity: .05;
}

#voices video {
    width: 100%;
}
#voices .content {
    background: #ede9e6;
    text-align: center;
    padding: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#voices .content .title {
    font-size: 15px;
}
#voices .content p {
    margin: 0;
    color: #333;
}

#voices .header {
    background: rgba(0, 0, 0);
    width: 80%;
    margin: auto;
    padding: 30px;
}

#voices .typewriter h2{
    padding: 0px 20px 30px;
    border-bottom: 3px solid;
}

#voices .header p {
    padding-top: 30px;
    margin: auto;
}
/*********************** 5 things slice ***************************/

.pull-left {
    left: -50px;
    border: none;
    background: none;
}
.pull-right {
    right: -50px;
    border: none;
    background: none;
}
.slideblock {
    display: flex;
    align-items: center;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button:before {
    font-size: 0;
}
.slick-prev:before, .slick-next:before {
    content: unset;
}
.slider-section {
    padding: 4rem;
    background-color: #EDE9E6;
}
.slide-item {
    width: 100%;
    position: relative;
    margin: 2rem 0 0;
    height: 450px;
    display: flex!important;
    align-items: center;
    align-content: center;
    flex-direction: row-reverse;
}
.slide-item .video-wrap-container {
    width: 600px;
    position: relative;
    left: 50%;
    transform: translate(-50%, -20px);
}
.slide-quote span {
    display: none;
}
.quote {
    padding: 2rem;
    position: relative;
    z-index: 1;
    background: #633D25;
}
.slick-slide img {
    display: block;
    top: -15px;
    width: 100%;
    height: 400px;
    border: 1px solid rgb(57,87,42);
    object-fit: cover;
}
.slick-dots {
    text-align: center;
}
.slick-dots button {
    background-color: black;
    font-size: 0;
    height: 5px;
    width: 25px;
    border-radius: 3px;
    border: none;
    margin: 0 5px;
}
.slick-dots button:focus {
    outline: none !important;
}
.slick-dots li {
    display: inline;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-flex;
    width: 25px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: lightgrey;
}
.slick-dots .slick-active button {
    background-color: black;
}
#fivethings .slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 9;
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 40px;
    transition: all .3s ease-in-out;
}

.slick-slider .carousel-previous {
    left: 0;
}
.slick-slider .carousel-next {
    right: 0;
}
#fivethings h3 {
    color: #ede9e6;
}
#fivethings p {
    line-height: 1.4;
    font-size: 15px;
    font-family: lato;
}
#fivethings .slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 9;
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 40px;
    transition: all .3s ease-in-out;
}
#fivethings .slick-slider .slick-arrow:hover {
    color: #424127;
}
.slick-slider .carousel-previous {
    left: 0;
}
.slick-slider .carousel-next {
    right: 0;
}
#fivethings h3 {
    color: #ede9e6;
}
#fivethings p {
    line-height: 1.4;
    font-size: 18px;
} /* The overlay effect (full height and width) - lays on top of the container and over the image */
#fivethings .iconoverlay {
    position: inherit;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
} /* When you mouse over the container, fade in the overlay icon*/
#fivethings .slideblock:hover .iconoverlay {
    opacity: 1;
} /* The icon inside the overlay is positioned in the middle vertically and horizontally */
#fivethings .slideblock .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -190%);
    -ms-transform: translate(-50%, -190%);
    text-align: center;
}
#fivethings .slideblock img:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
#fivethings .fa-magnifying-glass-plus {
    color: #eee;
    font-size: 50px;
}
#fivethings .cta {
    margin-top: 50px;
}

.cta {
    text-align: center;
}
#fivethings .cta .button {
    font-family: monospace;
    background: #303031;
    color: #ede9e6;
    margin-top: 30px;
    padding: 20px 30px;
}
#fivethings .quote a {

        text-decoration: underline;
}
#fivethings a {
    color: #ede9e6;
        
}
#fivethings a:hover {
    color: #ede9e6;
    text-decoration: underline;
}
#fivethings .cta .button:hover {
    background: #424127;
    text-decoration: underline;
}
#fivethings hr {
    border: 0;
    margin: 30px 0 0;
    border-bottom: 3px solid #333;
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/*********************** MOH Slice ***************************/
#MOH {
    background: #424127;
    padding: 60px 30px 90px;
}
#MOH .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: url('/Portals/1/Interactive/2024/03-d-day/topo2.png');
    background-size: cover;
    top: 0px;
    left: 0px;
    opacity: .05;
}

#MOH .content {
    background: #ede9e6;
    text-align: center;
    padding: 15px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#MOH .content h3 {
    margin: 0;
}

#MOH .button {
    font-family: monospace;
    background: #303031;
    color: #ede9e6;
    padding: 20px 30px;
    
}

#MOH .button:hover {
   
    background: #424127;
    text-decoration: underline;

}


#MOH a {
    color: #ede9e6;
}

#MOH .header {
    background: rgba(66, 65, 39);
    width: 80%;
    margin: auto;
    padding: 30px;
}

#MOH .typewriter h2{
    padding: 0px 20px 30px;
    border-bottom: 3px solid;
}

#MOH .header p {
    padding-top: 30px;
    margin: auto;
}

/*********************** Photos slice ***************************/

 #throughtheyears {
    background-color: #EDE9E6;
        padding: 40px 0 0;
    }
    
    #throughtheyears .typewriter h2 {
    color: #303031;
    font-family: monospace;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid transparent; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end 10;
    text-align: center;
}
    
    #throughtheyears p {
        font-family: lato;
        color: #303031;
    }
    
    .GenericSlideshow {
        padding: 0px 100px 50px;
    }
    
    .GenericSlideshow .slideWrapper .slideContainer .rsArrow.rsArrowLeft {
    padding-left: 10px;
    left: -50px;
    color: #303031;
}
    .GenericSlideshow .slideWrapper .slideContainer .rsArrow.rsArrowRight {
    padding-right: 10px;
    right: -50px;
    text-align: right;
    color: #303031;
}
    .GenericSlideshow .slideWrapper .slideContainer .rsArrow {
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    width: 10%;
    min-width: 50px;
}
    .GenericSlideshow .slideWrapper .rsNav .rsNavItem {
    font-size: 0;
    line-height: 0;
    display: inline-flex;
    width: 25px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    border-radius: 3px;
    margin: 0 5px;
    background: lightgrey;
}
    .GenericSlideshow .slideWrapper .rsNav {
            width: 600px!important;
    /* margin: auto; */
    text-align: center!important;
    }
    .GenericSlideshow .slideWrapper .rsNav .rsNavSelected {
    margin: 0 5px;
    background-color: #303031;
    border-color: #303031;
}
    
    .GenericSlideshow .slideWrapper .rsNav .rsNavItem:hover {
    background-color: #303031;
    border-color: #303031;
    }
    
    #throughtheyears .header {
    width: 80%;
    margin: auto;
    padding: 30px;
}

#throughtheyears .typewriter h2{
    padding: 0px 20px 30px;
}

#throughtheyears .header p {
    padding-top: 30px;
    margin: auto;
    text-align: center;
}
    
    #throughtheyears hr {
    border: 0;
        margin: 0;
    border-bottom: 3px solid #333;
    }
#throughtheyears .button {
    font-family: monospace;
    background: #303031;
    color: #ede9e6;
    padding: 20px 30px;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 20px;
    
}

#throughtheyears .button:hover {
   
    background: #424127;
    text-decoration: underline;
}


#throughtheyears .cta {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
/*********************** 3d Tour Slice ***************************/

#thennow {
    background: url(/Portals/1/Interactive/2024/03-d-day/360tour.jpg);
    background-size: cover;
    padding: 80px;
}
#thennow .content {
    background: rgba(255,255,255,.8);
    padding: 60px;
    text-align: center;
}
#thennow p {
    color: #303031;
    padding-bottom: 20px
}
#thennow h2, #thennow h4 {
    padding-bottom: 20px;
}

#thennow .button {
    font-family: monospace;
    background: #303031;
    color: #ede9e6;
    padding: 20px 30px;
}
#thennow a {
    color: #ede9e6;
}
#thennow a:hover {
    color: #ede9e6;
}

#thennow .button:hover {
   
    background: #424127;
    text-decoration: underline;

}

#thennow hr {
        margin: 0 0 2rem;
    border: 0;
    border-bottom: 3px solid #333;
    }


/*********************** Responsive ***************************/

@media only screen and (max-width: 991px) {
    
    
    
    #banner-video {
        padding-top: 90px!important;
    }
    .dgov-container {
        padding: 0px;
    }
    .typewriter h1 {
    color: #ede9e6;
    font-family: monospace;
    overflow: auto; /* Ensures the content is not revealed until the animation */
    border-right: none; /* The typwriter cursor */
    white-space: normal; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: none;
    text-align: center;
        font-size: 30px;
}
    #ddayvideo {
        padding: 40px;
    }
    #ddayvideo .letter {
    padding-bottom: 5%;
}
    #ddayvideo .speech img {
    border: 1px solid #666;
    width: 100%;
}
    #ddayvideo .speech {
        padding-left: 0px;
        padding-top: 3%;
    }
    #ddayvideo .dgov-col-md-8 {
        padding: 15px!important;
    }
    #ddayvideo .content {
        width: 100%;
    }
    #timeline .bg-box h2.display span:before {
    content: none;
}
#timeline .bg-box h2.display span:after {
    content: none;
    
}
    #timeline .bg-box h2.display {
        font-size: 30px;
        line-height: 50px;
    }
    #timeline .bg-box h2 {
    font-size: 30px;
}
    #timeline .blocks:after {
        content: none;
    }
    #uniforms {
        padding: 40px;
    }
    #uniforms .row{
        display: block;
    }
    #voices {
        padding: 40px;
    }
    #voices .content {
    min-height: 220px;

}
    #voices .header {
    width: 100%;
}
    #voices .typewriter h2 {
        font-size: 30px;
    }
    #fivethings {
        padding: 50px;
        overflow: hidden;
    }
    #fivethings .cta .button {
    margin-top: 30px;
    padding: 20px 5px;
    white-space: nowrap;
    }
    
    #fivethings .dgov-col-md-12 {
        padding: 0px;
    }
    #fivethings .quote {
        padding: 1rem;
    }
    #fivethings .quote-slider .pull-left{
        padding-left: 10px;
    }
    #fivethings .quote-slider .pull-right{
        padding-right: 10px;
    }
    #MOH {
        padding: 40px;
    }
    #MOH .header{
        width: 100%;
        padding: 20px;
    }
    
    #MOH .content {
        height: 160px;
    }
    
    #MOH img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    }
    
    #MOH .typewriter h2 {
        font-size: 30px;
    }
    
    #throughtheyears {
        padding: 0px;
        overflow: hidden;
    }
    
    #throughtheyears .header {
        width: 100%;
    }
    #throughtheyears .typewriter h2 {
        white-space: normal;
        font-size: 30px;
    }
    .GenericSlideshow {
    padding: 0px 50px;
}
    #thennow {
        padding: 20px;
    }
    #thennow .content {
        padding: 15px 15px 30px;
    }
    
    #thennow .dgov-col-md-8 {
        padding: 0px;
    }
    
    #fivethings .typewriter h2, #uniforms .typewriter h2, #thennow .typewriter h2 {
    font-size: 30px;
    }
    
    #timeline #slide-09 .bg-box{
        padding: 30px 20px;
    }
    #timeline ul {
    margin-left: 20px;
    }
    #timeline .single {
        min-height: auto;
        height: auto;
        padding-bottom: 80vh;
    }
}
@media only screen and (max-width: 1200px) {
    #timeline .button {
    background-color: #303031;
    padding: 20px 30px;
    color: #ede9e6;
}
}