@charset "utf-8";
/* CSS Document */


/*--------------UNIVERSAL--------------*/
.slice p, h1, h2, h3 {
    font-family: 'Rajdhani', sans-serif;
}
p {
    font-weight: 500;
    line-height: 1.3;
    font-size: 18px;
}
h2 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #012a4a;
}
h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 5px;
}
.slice {
    padding: 4rem;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.btn,
.btn:visited {
    background: #014f86;
    color: #fff;
    padding: 5px 20px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    background-color: #61a5c2;
    color: #000;
}
video {
    display: block;
}
legend {
    display: none;
}
button {
    background: transparent;
    border-width: 0;
}


/*****PHOTO/VIDEO GRID*****/
.single-photo,
.single-video {
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.single-photo i,
.single-video i {
    color: #fff;
}
.grid-thumb {
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.grid-thumb {
    width: 100%;
    height: 100%;
    display: block;
}
.single-photo a .grid-thumb:hover,
.single-video:hover .grid-thumb {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.grid-full {
    z-index: 999999;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 10ms linear;
}
.grid-full img {
    position: fixed;
    background-color: #fff;
    margin: 0;
    padding: 0;
    max-height: 90%;
    max-width: 90%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px #000;
}
.grid-close,
.grid-prev,
.grid-next {
    z-index: 999999;
    position: fixed;
    text-decoration: none;
    visibility: hidden;
    color: #fff;
    font-size: 36px;
}
.grid-close {
    top: 20px;
    right: 30px;
    font-size: 45px;
}
.grid-prev,
.grid-next {
    top: 50%;
    transform: translate(0%, -50%);
}
.grid-prev {
    left: 5%;
}
.grid-next {
    right: 5%;
}
.media-content a:target ~ .grid-close,
.media-content a:target ~ .grid-prev,
.media-content a:target ~ .grid-next {
    visibility: visible;
}
.media-content a:target > .grid-thumb + .grid-full {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
}
.media-content a:hover {
    text-decoration: none;
}

/*--------------BANNER--------------*/
#intro-banner {
    position: relative;
    background: #808080;
    background-image: url('/Portals/1/Interactive/2021/07-journey-to-the-top/images/sky-background.jpg');
    background-size: auto;
    background-position: -370px -380px;
    background-repeat: no-repeat;
    height: 630px;
}
#intro-banner .overlay {
    background-image: linear-gradient(to top, #fff, transparent 20%);
    z-index: 2;
    top: 50%;
}
#banner-mountain {
    position: absolute;
    width: 100%;
    height: 50%;
    background: url(/Portals/1/Interactive/2021/07-journey-to-the-top/images/horizontal-of-mountain.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 1600px;
    z-index: 1;
    bottom: 0;
}
#banner-title-content {
    position: absolute;
    top: calc(100% * .18);
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
}
#first-part {
    position: relative;
    top: 20px;
    left: 7px;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 7px;
    text-transform: uppercase;
}
#second-part {
    position: absolute;
    left: 50%;
    transform: translate(-47%, 0);
    color: #012a4a;
    font-size: 340px;
    z-index: -1;
}
.social-top {
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
}
.social-top .social-link {
	display: inline;
	margin: 0;
    padding: 10px;
}
.social-top .social-link span {
	background-color: #012a4a;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	transition: .3s;
}
.social-top .social-link span::before {
    font-size: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social-top a {
	color: #fff;
}
.social-top a:hover {
	text-decoration: none;
}
.social-top a:hover span {
	transform: scale(1.25);
}

/*--------------INTRO/DENALI--------------*/
#denali {
    background-image: url('/Portals/1/Interactive/2021/07-journey-to-the-top/images/mountain-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#denali .subhead {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
#denali .right-side {
    padding: 3rem 1rem 3rem 2rem;
}
#denali .left-side img {
    width: 100%;
}
#denali .overlay {
    background-image: linear-gradient(to bottom, #fff -10%, rgba(255,255,255,.8), #fff);
}
#denali img {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.4);
}

/*--------------ICONS--------------*/
#icons .icon-tile {
    text-align: center;
}
#icons .icon-blurb {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #012a4a;
    font-size: 20px;
    line-height: 1.15;
}
#icons .icon-blurb span {
    display: block;
}
#icons img {
    width: 100px;
    padding-bottom: 15px;
}

/*--------------TEAM--------------*/
#team {
    position: relative;
    background-image: url('/Portals/1/Interactive/2021/07-journey-to-the-top/images/glacier-background.png');
    background-size: cover;
    background-position: 0 -90px;
    background-repeat: no-repeat;
    padding-bottom: 2rem;
}
#team .overlay {
    background-image: linear-gradient(to bottom, rgba(255,255,255,.4), #fff 100%);
}
#team .slide {
    background-color: #2a6f97;
    position: relative;
    left: 50%;
    width: 75%!important;
    transform: translate(-50%, 0);
}
#team .slide video {
    width: 95%;
    margin: auto;
}
#team h3 {
    color: #fff;
}
#team .member-description {
    color: #fff;
    margin: 0;
    padding: 0 10px 0 0;
}
#team .title-slice {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 20px #fff;
}
#team .member-photo {
    width: 270px;
}
#team .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
    width: 100%;
    text-align: center;
}
#team .slick-dots li {
	width: 10px;
    height: 10px;
    background: #2a6f97;
    border-radius: 50%;
    display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	transition: .2s;
}
#team .slick-dots .slick-active {
	background-color: #013a63;
}
#team .slick-dots button {
	display: none;
}
#team .carousel-previous,
#team .carousel-next {
    color: #013a63;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9999;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
#team .carousel-previous:hover ,
#team .carousel-next:hover {
    transform: translate(0, -50%) scale(1.5);
}
#team .carousel-previous {
    left: 25px;
}
#team .carousel-next {
    right: 25px;
}

/*--------------JOURNEY--------------*/
#dnn_ContentPaneFullBleed5 {
    background-image: url('/Portals/1/Interactive/2021/07-journey-to-the-top/images/journey-background.jpg');
    background-size: contain;
    background-position: 0 15%;;
    background-repeat: round;
    position: relative;
}
#journey {
    position: relative;
    padding-bottom: 0;
}
#journey .overlay {
    background-image: linear-gradient(to bottom, #fff -20%, rgba(255,255,255,.8) 130%);
}
#journey .icon-list .icon {
    color: #123c63;
}
#journey > div.dgov-grid > div.dgov-col-6 {
    padding-bottom: 0;
}
#journey .slice-blurb {
    margin-bottom: 15px;
}

/*--------------MEDIA--------------*/
#media {
    position: relative;
    padding-top: 0;
}
#media .overlay {
    background-image: linear-gradient(to top, #fff, rgba(255,255,255,.8) 40%);
}
#media .icon-list {
    text-align: center;
}
#media .icon-list .icon {
    color: #2a6f97;
    transition: .3s;
}
#media .icon-list input[name="team-media"] {
    display: none;
}
#media .icon-list .single-icon {
    position: relative;
    transition: all 150ms ease-in-out;
}
.single-icon .icon-name {
    line-height: 1px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.icon-list .media-icon {
    display: inline-block;
    font-size: 40px;
    padding: 15px 30px 30px;
}
#media .icon-list #journal-icon .icon {
    position: relative;
    bottom: 5px;
}
#media .icon-list label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 0;
}
#media .icon-list .media-content {
    position: absolute;
    left: 0;
    padding: 50px 4rem;
    opacity: 0;
    transition: all 150ms linear;
    visibility: hidden;
    width: 100%;
}
#media .media-content h3 {
    color: #2a6f97;
}
#media .icon-list input[name="team-media"]:checked + .single-icon {
    margin: 0;
}
#media .icon-list input[name="team-media"]:checked + .single-icon .icon {
    color: #013a63;
    transform: scale(1.2);
}
#media .icon-list input[name="team-media"]:checked + .single-icon::after {
    content: '';
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #013a63;
}
#media input[name="team-media"]:checked ~ .media-content {
    opacity: 1;
    visibility: visible;
}
#media .grid-full video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1800px;
}
#media .single-video {
    position: relative;
    width: 100%;
}
#media .media-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    transition: all .2s ease-in-out;
    background-color: #012a4a;
    cursor: pointer;
}
#media .single-video:hover .media-overlay {
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
}
.media-overlay .caption {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    padding: 0 10px;
}
.media-grid {
    height: 770px;
}
.photo-grid,
.video-grid {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

/*--------------JOURNAL--------------*/
#journal {
    position: relative;
    left: -255px;
    margin: 50px 0;
    transition: .5s ease-in;
}
.journal-slide {
    left: 0px!important;
}
#journal .blank-page {
    display: none;
}
#journal #front-cover {
    background-image: url(/Portals/1/Interactive/2021/07-journey-to-the-top/images/journal-cover.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#journal #back-cover {
    background-image: url(/Portals/1/Interactive/2021/07-journey-to-the-top/images/journal-texture.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #5d4037;
}
#journal .layout {
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
#journal .book {
    position: relative;
    left: 50%;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#journal .page {
    position: absolute;
    width: 520px;
    height: 700px;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; 
    -moz-transform-origin: left center;
    -webkit-transform-origin: left center;  
    -ms-transform-origin: left center;  
    transform-origin: left center;
    z-index: 0;
}
#journal .front,
#journal .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f5f5f5;
    border-radius: 10px;
}
#journal .front {
    background-image: linear-gradient(to right, #dadada 0%, #fff 18%);
}
#journal .back {
    background-image: linear-gradient(to left, #dadada 0%, #fff 18%);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#journal .page.active {
    z-index: 20;
}
.book .active .front {
    z-index: 5;
    box-shadow: 0 0 16px 0px #cacaca;
}
#journal .active-left {
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
#journal .active .front video,
#journal .active-left .back video {
    z-index: 99;
}
#journal .flipped {
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
#journal .remove-flip,
#journal .flipped .front {
    display: none;
}
#journal .active-left .back {
    display: block;
}
#journal #front-page,
#journal #back-page,
#journal .flipped {
    box-shadow: 0 0 18px 0px #848484;
}
#journal .media-content {
    left: 50%;
    transform: translate(-50%, 0);
}
#journal .page-content {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 25px 30px;
    overflow: hidden;
}
#journal .page-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 5px 0 15px;
}
.entry {
    font-family: 'Covered By Your Grace', cursive!important;
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    line-height: 28px;
}
.entry .underline {
    font-weight: 600;
}
#journal .page-turn {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}
#journal .front .page-turn {
    right: 0;
}
#journal .back .page-turn {
    left: 0;
}
#journal .page-turn .corner {
    position: absolute;
    width: 90px;
    height: 90px;
}
#journal .page-turn .left-corner {
    bottom: 0;
    left: 0;
}
#journal .page-turn .right-corner {
    bottom: 0;
    right: 0;
}
#journal .page-turn .corner::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#journal .page-turn i {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    padding: 6px 16px;
    position: absolute;
    opacity: 0;
    z-index: 1;
    -moz-transition: 0.05s linear;
    -ms-transition: 0.05s linear;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -moz-transition-delay: 0.01s;
    -ms-transition-delay: 0.01s;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
    cursor: pointer;
}
#journal .rescue {
    text-decoration: underline;
    font-weight: 600;
}
#journal .link-button {
    text-align: center;
    margin: 25px 0;
}
#journal .page-turn .page-turn-left i {
    top: unset;
    bottom: 0px;
    left: 0px;
}
#journal .page-turn .page-turn-right i {
    top: unset;
    bottom: 0px;
    right: 0px;
}
#journal .page-turn .curl {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
#journal .page-turn .left-side-curl {
    left: 0;
    background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, #2f2f2f 50%, #616161 60%, #525252);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#journal .page-turn .right-side-curl {
    right: 0;
    background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, #2f2f2f 50%, #616161 60%, #525252);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#journal .page:hover .page-turn i {
    opacity: 0.7;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
#journal .page:hover .curl {
    width: 90px;
    height: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#journal video {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 5px 0 10px;
}

/*--------------NOTEPAD--------------*/
#notepad {
    width: 100%;
    position: relative;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 9px 3px #888;
    display: none;
}
#notepad::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    background-color: rgba(255,0,0,0.6);
}
#notepad #pattern {
    height: 100%;
    background-image: repeating-linear-gradient(#fff 0px, #fff 24px, #339999 25px);
}
#notepad-content {
    position: relative;
    padding: 15px 0 20px 60px;
    line-height: 25px;
}
#notepad .media-content {
    width: 100%;
    height: 100%;
}
#notepad .item-wrapper {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
}
#notepad .entry {
    line-height: 25px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 10px;
}
.notepadSlides .image-side {
    padding: 10px 5px 5px 0;
}
.notepadSlides .text-side {
    padding: 0 10px;
}
#notepad .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;
    width: 100%;
    margin: 0;
}
#notepad .slick-dots li {
	width: 10px;
    height: 10px;
    background: #2a6f97;
    border-radius: 50%;
    display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	transition: .2s;
}
#notepad .slick-dots .slick-active {
	background-color: #013a63;
}
#notepad .slick-dots button {
	display: none;
}
.notepadSlides i {
    color: #013a63;
}
.notepadSlides video {
    max-width: 100%;
    padding: 10px 1rem 10px 0;
}
#notepad .carousel-previous,
#notepad .carousel-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
}
#notepad .carousel-previous {
    left: -75px;
}
#notepad .carousel-next {
    right: -15px;
}
#notepad .link-button {
    text-align: center;
    margin: 10px 0;
}

/*--------------FOOTER--------------*/
#footer-background {
    background-image: url('/Portals/1/Interactive/2021/07-journey-to-the-top/images/footer-background.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 285px;
}


/*--------------INTERNET EXPLORER--------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #notepad {
        display: block;
    }
    #journal {
        display: none;
    }
    #media .icon-list .media-content {
        width: 100vw
    }
    #notepad-content {
        padding: 15px 0 80px 60px;
    }
    .media-grid {
        height: 1200px;
    }
    .notepadSlides video {
        max-width: 600px;
        width: 100%;
    }
}

/*--------------RESPONSIVE--------------*/
@media screen and (min-width: 1800px) {
    #dnn_ContentPaneFullBleed5 {
        background-size: auto;
    }
    #denali .dgov-grid,
    #icons, 
    .teamSlideshow,
    #journey .dgov-grid {
        max-width: 1800px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1600px) {
    #banner-mountain {
        background-position: center 35px;
        background-size: cover;
    }
}
@media screen and (min-width: 1550px) {
    #footer-background {
        background-size: contain;
        height: 700px;
    }
}
@media screen and (max-width: 1200px) {
    #intro-banner {
        background-size: auto;
    }
    #denali {
        padding-top: 2rem;
    }
    #denali .right-side {
        text-align: center;
    }
    #denali .slice-blurb {
        text-align: left;
    }
    #team {
        background-position: 0 -60px;
    }
    #media .media-grid {
        height: 1120px;
    }
}
@media screen and (max-width: 1100px) {
    #journal .page {
        width: 480px;
    }
}
@media screen and (max-width: 1024px) {
    #denali .left-side {
        padding: 0;
    }
    #journal .page {
        width: 430px;
    }
}
@media screen and (max-width: 991px) {
    #team .slide {
        width: 100%!important;
    }
    #team .carousel-previous {
        left: -30px;
    }
    #team .carousel-next {
        right: -30px;
    }
    #journey .title-slice {
        text-align: center;
    }
    #journey .right-side {
        padding: 0;
    }
    #journal {
        display: none;
    }
    #notepad {
        display: block;
    }
    #media {
        padding-bottom: 0;
    }
    #media .media-grid {
        height: 1400px;
    }
}
@media screen and (max-width: 905px) {
    #icons .icon-blurb {
        font-size: 16px;
    }
}
@media screen and (max-width: 850px) {
    #media .media-grid {
        height: 1300px;
    }
}
@media screen and (max-width: 768px) {
    #team .member-description {
        padding-right: 10px;
    }
    #media .media-grid {
        height: 1470px;
    }
    #notepad-content .slide .text-side {
        padding: 0 10px 0 0;
    }
    #notepad-content .slide .image-side {
        padding: 10px 15px 10px 0;
    }
}
@media screen and (max-width: 672px) {
    #media .media-grid {
        height: 1350px;
    }
}
@media screen and (max-width: 648px) {
    #intro-banner {
        background-position: -760px bottom;
    }
    #first-part {
        top: 25px;
        left: 10px;
        font-size: 47px;
        text-shadow: none;
    }
    #second-part {
        font-size: 275px;
        top: calc(100% * .23);
    }
}
@media screen and (max-width: 576px) {
    #team .member-content {
        padding: 15px;
    }
    #team .member-description {
        padding-right: 0;
    }
    #team .slide {
        background-color: unset;
    }
    #team .right-side {
        background-color: #2a6f97;
    }
    .slice {
        padding: 4rem 2rem;
    }
    #denalis {
        padding-top: 2rem;
    }
    #media .icon-list .media-content {
        padding: 50px 2rem;
    }
    #notepad::before {
        left: 20px;
    }
    #notepad-content {
        padding: 15px 10px 20px 40px;
    }
    .notepadSlides video {
        padding: 10px 0;
    }
    #media .media-grid {
        height: 1350px;
    }
    #team-image4 .grid-thumb,
    #team-image5 .grid-thumb,
    #team-image6 .grid-thumb,
    #team-image7 .grid-thumb,
    #team-image8 .grid-thumb,
    #team-image9 .grid-thumb,
    #team-image10 .grid-thumb,
    #team-image11 .grid-thumb,
    #team-image12 .grid-thumb,
    #team-image13 .grid-thumb,
    #team-image14 .grid-thumb,
    #team-image15 .grid-thumb,
    #team-image16 .grid-thumb,
    #team-image17 .grid-thumb,
    #team-image18 .grid-thumb,
    .desktop-media-only .grid-thumb,
    #team-video5 .grid-thumb,
    #team-video6 .grid-thumb,
    #team-video7 .grid-thumb,
    #team-video8 .grid-thumb,
    #team-video9 .grid-thumb,
    #team-video10 .grid-thumb,
    #team-video11 .grid-thumb,
    #team-video12 .grid-thumb,
    #video-icon > div.media-content > div:nth-child(3) > div > div:nth-child(6) > div > div,
    #video-icon > div.media-content > div:nth-child(5) > div > div:nth-child(1) > div > div,
    #video-icon > div.media-content > div:nth-child(5) > div > div:nth-child(2) > div > div,
    #video-icon > div.media-content > div:nth-child(5) > div > div:nth-child(3) > div > div,
    #video-icon > div.media-content > div:nth-child(5) > div > div:nth-child(4) > div > div,
    #video-icon > div.media-content > div:nth-child(5) > div > div:nth-child(5) > div > div,
    #video-icon > div.media-content > div:nth-child(5) > div > div:nth-child(6) > div > div,
    #video-icon > div.media-content > div:nth-child(5) > div > div:nth-child(7) > div > div,
    #video-icon .media-content h3.desktop-media-only {
        display: none;
    }
    .media-content h3.mobile-media-only {
        position: unset;
    }
    #team-image19 .grid-thumb {
        position: relative;
    }
    #media .mobile-media-only .single-video:hover .media-overlay {
        transform: unset!important;
        opacity: .8;
        visibility: unset!important;        
    }
    .desktop-media-only {
        padding: 0;
    }
}
@media screen and (min-width: 576px) {
    .mobile-media-only {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #intro-banner {
        height: 500px;
    }
    #banner-mountain {
        background-size: 1100px;
    }
    #first-part {
        top: 55px;
        left: 3px;
        font-size: 34px;
    }
    #second-part {
        font-size: 215px;
        top: calc(100% * .8);
        transform: translate(-50%, 0);
    }
    .social-top {
        top: 100px;
    }
    .social-top .social-link span::before {
        font-size: 18px;
    }
    .social-top .social-link span {
        width: 40px;
        height: 40px;
    }
    #denali .right-side {
        padding: 3rem 0;
    }
    #team .carousel-previous {
        left: -10px;
    }
    #team .carousel-next {
        right: -10px;
    }
    .icon-list .media-icon {
        padding: 15px 15px 30px;
    }
    #media .media-grid {
        height: 1750px;
    }
}





