@charset "utf-8";
/* CSS Document */

/*******************FONTS*******************/
@font-face {
	font-family: Hardball;
	src: url('/Portals/1/Interactive/2020/04-navy-baseball/fonts/hardball.ttf');
}

/*******************PARALLAX*******************/
/*html {
	height: 100%;
	overflow: hidden;
}*/

body {
	/*perspective: 1px;
	transform-style: preserve-3d;*/
	height: 100%;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}

.section {
	position: relative;
	padding: 25vh 10%;
	min-height: 100vh;
	width: 100vw;
	box-sizing: border-box;
}

.section:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.section, .section:before {
	background: 50% 50% / cover;
}

#baseball-bg {
  	background-image: url("/Portals/1/Interactive/2020/04-navy-baseball/images/banner-background.jpg");
}

#slide1:before {
  	background-image: url("/Portals/1/Interactive/2020/04-navy-baseball/images/banner-background.jpg");
  	transform: translateZ(-1px) scale(2);
}

.main-banner {
	position: relative;
}

.banner-overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 47, 108, .5);
}

.bg-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.title-content {
	position: absolute;
    top: 160px;
    left: 75px;
    z-index: 999;
}

.banner-title {
	color: #fff;
    text-transform: uppercase;
    font-family: 'Rockwell', serif;
    font-weight: 800;
    font-size: 56px;
    letter-spacing: 2px;
	text-shadow: 0 0 20px #374e6d;
}

.banner-title span {
	display: block;
	font-family: 'Galada';
	text-transform: none;
    font-weight: 100;
    font-size: 45px;
    letter-spacing: 0;
}


/*******************LAYOUT*******************/
p {
	font-family: 'Source Sans Pro', serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 15px;
}

#war-time .team-photo-thumbs p,
#army-navy .army-navy-thumbs p,
#timeline-descriptions-wrapper p {
	font-weight: 600;
}

.section-title {
	padding-bottom: 1rem;
}

h2 {
	color: #002f6c;
	font-family: 'Bree Serif'!important;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0;
}

.underline-title {
	position: relative;
	width: 50%;
	padding-bottom: 2rem;
}

.underline-title li {
	display: inline-block;
}

.underline-title li:nth-child(1) {
	width: 100%;
	position: absolute;
	top: 16px;
	left: 45px;
}

.underline {
	background-image: linear-gradient(to right, #af272f, transparent 80%);
	height: 4px;
	position: relative;
}

.underline-image {
	height: 45px;
	position: absolute;
	top: 15px;
	left: -0;
}

.slice {
	padding: 4rem 2rem;
}

.thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	transition: .3s;
	z-index: 1;
}

/*******************INTRO*******************/
#intro {
	transform: translateZ(0px);
	background-color: #c6c1b3;
	border-top: 10px solid #002f6c;
	z-index: 9;
	position: relative;
	overflow: hidden;
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100vh;
}

#intro .bg-image {
	position: absolute;
	top: -100px;
	right: 0;
	height: 1150px;
	transform: rotate(-15deg);
	opacity: .1;
	z-index: 1;
}

#intro h2 {
	position: relative;
	font-size: 6rem;
	text-align: center;
	margin-bottom: 0;
}

#intro h2 span {
	display: block;
	font-size: 3rem;
	color: #998542;
	position: relative;
	top: -30px;
}

#intro h2,
#intro #left-column p,
#intro #right-column p {
	font-family: 'Rockwell', sans-serif!important;
	text-transform: uppercase;
	font-weight: 800;
}

#intro .section-title p {
	font-size: 2rem;
	color: #002f6c;
	opacity: .4;
}

#intro .section-title .dgov-grid {
	width: 70%;
	border-top: 2px solid #fff;
}

#intro #center-column {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#intro .intro-content {
	font-size: 22px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Galada';
	text-align: center;
}

#intro .section-container {
	position: relative;
	margin: 2rem;
	border: 4px solid #af272f;
	z-index: 2;
	padding: 2.5rem 2rem;
}

#intro .section-title #left-column,
#intro .section-title #right-column {
	text-align: center;
}

#intro .section-title #right-column p {
	margin-bottom: 0;
}

#intro .section-title #center-column {
	text-align: center;
}

.border-icon {
	position: absolute;
}

#home-plate {
	top: -26px;
	left: -26px;
}

#first-base {
	bottom: -23px;
	left: -26px;
}

#second-base {
	top: -26px;
	right: -23px;
}

#third-base {
	bottom: -23px;
	right: -23px;
}

#bats {
	height: 100px;
}

.social-top .social-link {
	display: inline;
	margin: 0 5px;
}

.social-top .social-link span {
	background-color: #998542;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	transition: .5s;
}

.social-top .social-link span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.social-top a {
	color: #fff;
}

.social-top a:hover {
	text-decoration: none;
	color: #002f6c;
}

.social-top a:hover span {
	transform: scale(1.25);
}


/*******************BASEBALL IN WARTIME*******************/
#war-time {
	background-image: linear-gradient(to bottom, transparent -350%, #fff 100%), url('/Portals/1/Interactive/2020/04-navy-baseball/images/team-photo-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 6rem 2rem 0;
}
	
.team-photo-gallery .photo-trigger {
  	display: none;
}
	
.team-photo-gallery .team-photo {
  	opacity: 0;
  	-webkit-transition: opacity .5s;
  	transition: opacity .5s;
}
	
.team-photo-gallery .team-photo {
  	position: absolute;
  	top: 0;
  	left: 50%;
	transform: translate(-50%, 0);
	padding: 15px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.13);
}

.team-photo img {
	max-width: 535px;
}
	
.team-photo-gallery #thumb1:checked ~ #team-photo1,
.team-photo-gallery #thumb2:checked ~ #team-photo2,
.team-photo-gallery #thumb3:checked ~ #team-photo3 {
  	opacity: 1;
}
	
.team-photo-gallery .team-photo-thumbs label {
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
	
.team-photo-gallery .team-photo-thumbs img {
	position: relative;
}


.team-photo-gallery .team-photo-thumbs label:hover .thumb-overlay {
	opacity: 1;
}

.team-photo-thumbs {
	padding: 0;
}

.team-photo-thumbs .dgov-grid {
	padding-top: 20px;
}


/*******************WWI WWII POST WAR*******************/
.slick-list {
	overflow: unset;
}

#war-slides {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

#war-slides .dgov-grid {
	padding: 2rem;
}

#war-slides .center {
	height: 900px;
	position: relative;
}

#war-slides .slick-list {
	position: relative;
	top: 50%;
	transform: translate(0, -50%)!important;
	padding: 50px!important;
}

#war-slides .carousel-previous,
#war-slides .carousel-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 999;
	color: #002f6c;
	font-size: 40px;
	cursor: pointer;
	transition: .3s;
}

#war-slides .carousel-previous:hover,
#war-slides .carousel-next:hover {
	color: #af272f;
}

#war-slides .carousel-previous {
	left: 30px;
}

#war-slides .carousel-next {
	right: 30px;
}

#war-slides .slide {
	background-color: #666;
	box-shadow: 0 8px 9px 0px rgba(0, 0, 0, 0.6);
}

#war-slides h3 {
	margin-bottom: 0;
	padding-bottom: 15px;
	color: #fff;
	font-family: 'Oswald', serif;
	font-weight: 400;
	font-size: 34px;
}

#war-slides .slide-caption {
	padding: 0 25px 0 0;
}

#war-slides .slide-caption p {
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.4;
}

#war-slides .slick-disabled {
	display: none!important;
}

.slick-slide {
	margin: 0 1.75rem;
}

.slick-dots {
	position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.slick-dots li {
	width: 20px;
    height: 20px;
    background: #002f6c;
    border-radius: 50%;
    display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	transition: .2s;
}

.slick-dots li:hover {
	transform: scale(1.3);
}

.slick-dots .slick-active {
	background-color: #af272f;
}

.slick-dots button {
	display: none;
	z-index: 99;
}

/*******************ARMY/NAVY*******************/
#army-navy {
	position: relative;
	z-index: 1;
	background-color: #c6c1b3;
	background-image: linear-gradient(to bottom, #c6c1b3 15%, rgba(198, 193, 179, .9) 50%,  #c6c1b3 100%), url('/Portals/1/Interactive/2020/04-navy-baseball/images/army-navy-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

#army-navy label {
	position: relative;
}

.army-navy-gallery .photo-trigger {
  	display: none;
}
	
.army-navy-gallery .army-navy-photo {
  	opacity: 0;
  	-webkit-transition: opacity .5s;
  	transition: opacity .5s;
}
	
.army-navy-gallery .army-navy-photo {
  	position: absolute;
  	top: 0;
  	left: 50%;
	transform: translate(-50%, 0);
    box-shadow: 0 10px 20px rgba(0,0,0,0.09), 0 6px 6px rgba(0,0,0,0.13);
}

.army-navy-photo img {
	max-width: 535px;
}
	
.army-navy-gallery #army-navy-thumb1:checked ~ #army-navy-photo1,
.army-navy-gallery #army-navy-thumb2:checked ~ #army-navy-photo2,
.army-navy-gallery #army-navy-thumb3:checked ~ #army-navy-photo3 {
  	opacity: 1;
}
	
.army-navy-gallery .army-navy-thumbs label {
	cursor: pointer;
	margin-bottom: 0;
}
	
.army-navy-gallery .army-navy-thumbs img {
	position: relative;
}

.army-navy-gallery .army-navy-thumbs label:hover .thumb-overlay {
	opacity: 1;
}

.army-navy-thumbs {
	padding: 0;
}

.army-navy-thumbs .dgov-grid {
	padding-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
}

/*******************MCCLURE FIELD*******************/
#mcclure-field {
	background-image: linear-gradient(to bottom, #fff 0%, rgba(198, 193, 179, .6), #fff 43%, #c6c1b3 100%), url(/portals/1/Interactive/2020/04-navy-baseball/images/mcclure-field-opening-day.jpg);
	background-position: center top;
	background-size: 175%;
	background-repeat: no-repeat;
}

#mcclure-field .section-title {
	position: relative;	
}

#mcclure-field .section-title h2 span {
	display: block;
	font-size: 30px;
	font-style: italic;
}

#mcclure-field #opening-blurb {
	position: relative;
	top: -35px;
	left: 60px;
	font-size: 22px;
	font-family: 'Galada';
	width: 90%;
}

#mcclure-field #top-img {
	max-width: 1600px;
	margin: 0 auto;
	box-shadow: 0 8px 9px 0px rgba(0, 0, 0, 0.6);
}

.timeline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.timeline-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 80vw;
	max-width: 1000px;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding: 2rem 0;
}

.timeline-container input[type=radio]:focus {
	outline: none!important;
	outline-offset: unset!important;
}

.timeline-container input {
	width: 25px;
	height: 25px;
	background-color: #002f6c;
	position: relative;
	border-radius: 50%;
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
	
.timeline-container input:focus {
	outline: none;
}
	
.timeline-container input::before,
.timeline-container input::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	background-color: #002f6c;
	height: 5px;
	transition: .5s;
	width: 10vw;
}
	
.timeline-container input::before {
	left: -50px;
	width: calc(100% + 25px);
	z-index: 1;
}
	
.timeline-container input:checked {
  	background-color: #002f6c;
}
	
.timeline-container input:checked::before {
  	background-color: #002f6c;
}
	
.timeline-container input:checked::after {
  	background-color: #af272f;
}
	
.timeline-container input:checked ~ input, input:checked ~ input::before, input:checked ~ input::after {
  	background-color: #af272f;
}
	
.timeline-container input:checked + .dot-info span {
	font-weight: bold;
	font-weight: 600;
}
	
.timeline-container input[type=radio] {
	transition: .5s;
}

.timeline-container input[type=radio]:focus {
	outline: none;
}

.timeline-container input[type=radio]:nth-child(11)::after {
	background-color: #af272f;
	width: 5vw;
}

.dot-info {
	width: 25px;
	height: 25px;
	display: block;
	visibility: hidden;
	position: relative;
	z-index: -1;
	left: calc((((80vw - 745px) / 6) * -1) - 1px);
}
	
.dot-info span {
  	visibility: visible;
  	position: absolute;
	font-family: 'Oswald', sans-serif;
  	font-size: 16px;
	color: #000;
}
	
.dot-info span.year {
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

#timeline-descriptions-wrapper {
	width: 100%;
	height: 100%;
	margin: 60px 0;
	font-size: 22px;
	background-image: linear-gradient(to top, #c6c1b3, transparent);
	padding: 1rem;
	box-shadow: 0 12px 9px 0px rgba(0, 0, 0, 0.4);
}
	
#timeline-descriptions-wrapper .data {
	margin-top: 0;
	display: none;
}

input[data-description="1918"]:checked ~ #timeline-descriptions-wrapper div[data-description="1918"] {
  	display: block;
}

input[data-description="1920"]:checked ~ #timeline-descriptions-wrapper div[data-description="1920"] {
  	display: block;
}

input[data-description="WWII"]:checked ~ #timeline-descriptions-wrapper div[data-description="WWII"] {
 	display: block;
}

input[data-description="1944"]:checked ~ #timeline-descriptions-wrapper div[data-description="1944"] {
  	display: block;
}

input[data-description="1990s"]:checked ~ #timeline-descriptions-wrapper div[data-description="1990s"] {
  	display: block;
}

input[data-description="Today"]:checked ~ #timeline-descriptions-wrapper div[data-description="Today"] {
  	display: block;
}

/*******************PLAYERS IN THE WAR*******************/
#players-in-war {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .5), rgba(255, 255, 255, 1) 97%), url(/Portals/1/Interactive/2020/04-navy-baseball/images/baseball-field-b&w.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -465px;
}

#players-in-war .section-title span {
	display: block;
}

/********BASEBALL CARDS********/
#baseball-cards > div {
	max-width: 1100px;
}

.card {
	max-width: 350px;
	position: relative;
	perspective: 50rem;
	margin: 1rem 0;
}

.card-side {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .6s ease;
}

.card-side-front {
	box-shadow: 0 8px 9px 0px rgba(0, 0, 0, 0.6);
	position: relative;
	background-image: url("/Portals/1/Interactive/2020/04-navy-baseball/images/wood-grain.jpg");
	padding: .75rem .75rem;
}

#houghton .card-side-front {
	height: 100%;
}

.card:hover .card-side-front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(-180deg);
}

.card:hover .card-side-back {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.front-design {
	padding: .7rem 0;
}

.front-design img {
	border-top: 8px solid #002F6C;
	border-left: 8px solid #002F6C;
	border-right: 8px solid #002F6C;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.front-design .left-side {
	text-align: center;
	background-color: #002F6C;
	border-left: 7px solid #002F6C;
	border-bottom-left-radius: 10px;
	padding: 10px 0;
}

.front-design .right-side {
	position: relative;
	text-align: center;
	background-color: #FFB81C;
	border-right: 6px solid #002F6C;
    border-bottom: 7px solid #002F6C;
    border-bottom-right-radius: 10px;
	padding: 10px 0;
}

.front-design .name {
	font-family: 'Bree Serif', serif;
    color: #FFF;
    font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
	padding: 0 5px;
}

#Houghton .front-design .name {
	font-size: 20px;
}

.front-design .position {
	font-family: 'Noto Sans', sans-serif;
	color: #FFB81C;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.front-design .team {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .5px;
	width: 100%;
}

.front-design .team span {
	font-family: 'Bree Serif', serif;
	font-size: 18px;
	display: block;
}

.card-side-back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.back-design {
	box-shadow: 0 8px 9px 0px rgba(0, 0, 0, 0.6);
	background-color: #e3ded3;
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: .75rem;
}

.baseball-icon {
	float: left;
	width: 50px;
	position: relative;
	top: 5px;
	left: 8px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.back-design-inside {
	border: 8px solid #002F6C;
	height: 100%;
	overflow: hidden;
}

.back-design .name {
	background-color: #AF272F;
	height: 60px;
}

.back-design .name p {
	color: #FFF;
    font-family: 'Bree Serif', serif;
    text-transform: uppercase;
    text-align: right;
	margin-bottom: 0;
    padding: 6px 10px 6px 0;
    font-size: 30px;
}

#Houghton .back-design .name p {
	font-size: 25px;
	padding: 10px 10px 10px 0;
}

.back-design .position {
	background-color: #002F6C;
    height: 40px;
}

.back-design .position p {
	color: #FFF;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    padding: 10px 10px 10px 0;
    text-align: right;
    text-transform: uppercase;
}

.back-design .stats {
	position: relative;
	float: right;
	margin-left: 5px;
	margin-right: 1px;
	padding: 40px 20px 10px;
	background-color: #FFB81C;
}

.back-design .stats::before {
	content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
    border-top: 30px solid #002F6C;
}

.back-design .stats li {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	color: #002F6C;
	font-weight: 600;
}

.back-design .stats li span {
	text-transform: none;
	color: #000;
	font-weight: 400;
}

.back-design .bio {
	overflow-y: scroll;
	height: 75%;
}

.back-design .bio p {
	padding: 10px 20px 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 0;
}

#stats {
	margin: 0 auto 10rem;
	position: relative;
	top: 120px;
}

#stats #stats-content {
	background-color: #e3ded3;
	box-shadow: 0 2px 9px 0px rgba(0, 0, 0, 0.6)
}

#stats-content .left-side {
	border-right: 2px solid #000;
}

.left-side #left-grid {
	padding-left: 15px;
	padding-right: 0;
}

#stats .left-side span {
	display: block;
}

#side-one > p > span:nth-child(1) {
	font-size: 35px;
    font-family: 'Galada', cursive;
    font-style: italic;
    padding: 5px 0 0;
	margin-bottom: -12px;
}

.numbers {
	font-family: 'Hardball', serif;
	text-transform: uppercase;
}

.team {
	font-family: 'Rockwell', serif;
	text-transform: uppercase;
	font-weight: 800;
}

.punctuation {
	display: inline!important;
	font-family: 'Rockwell', serif;
}

#WWI-box,
#WWII-box {
	text-align: center;
}

#WWI-box p,
#WWII-box p {
	line-height: 1.2;
	margin-bottom: 0;
}

#WWI-box {
	border-right: 2px solid #000;
	padding-top: 0;
	padding-left: 0;
}

#WWI-box .inside-box {
	background-color: #af272f;
	position: relative;
	height: 100%;
}

#WWI-box p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #e3ded3;
}

#WWI-box .numbers {
	font-size: 60px;
	line-height: 1;
}

#WWI-box span:nth-child(2) {
	font-size: 20px;
}

#WWI-box span:nth-child(3) {
	font-size: 22px;
}

#WWI-box span:nth-child(4) {
	font-size: 24px;
	font-family: 'Galada', cursive;
	font-style: italic;
	padding: 5px 0 0;
}

#WWII-box p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
}

#WWII-box span:nth-child(1) {
	font-size: 44px;
}

#WWII-box span:nth-child(1) .punctuation {
	font-size: 30px;
}

#WWII-box span:nth-child(2) {
	font-size: 32px;
	color: #002f6c;
}

#WWII-box span:nth-child(3) {
	font-size: 35px;
}

#WWII-box span:nth-child(4) {
	font-size: 16px;
	padding: 5px 0;
}

#side-one,
#side-two {
	text-align: center;
}

#side-one span,
#side-two span {
	display: block;
}

#side-two img {
	height: 110px;
}

#side-two p {
	padding-top: 10px;
}

#side-two span:nth-child(1) {
	font-size: 30px;
}

#side-two span:nth-child(2) {
	font-size: 47px;
}

#side-two .numbers {
	font-size: 35px;
}

#side-one > p > span:nth-child(2) {
	font-size: 40px;
}

#side-one > p > span:nth-child(3) {
	font-size: 22px;
}

#side-one > p > span:nth-child(4) > span {
	font-size: 20px;
}

#stats .right-side #side-one .team {
	color: #af272f;
	line-height: 1.3;
}

#stats .right-side #side-two .team {
	color: #002f6c;
	line-height: 1;
}

#pearl-harbor {
	text-align: center;
	border-top: 2px solid #000;
	padding-left: 0;
	padding-right: 15px;
	padding-bottom: 0;
}

#pearl-harbor .inside-box {
	background-color: #002f6c;
	z-index: 1;
	padding: 15px 20px;
}

#pearl-harbor .inside-box p {
	color: #e3ded3;
	margin-bottom: 0;
}

#pearl-harbor > div > p:nth-child(1) > span.numbers {
	font-size: 42px;
	line-height: 1;
}

#pearl-harbor > div > p:nth-child(1) > span.team {
	font-size: 21px;
	letter-spacing: 1px;
}

#pearl-harbor > div > p:nth-child(3) > span:nth-child(1),
#pearl-harbor > div > p:nth-child(3) > span:nth-child(2),
#pearl-harbor > div > p:nth-child(3) > span:nth-child(3) {
	display: inline-block;
}

#pearl-harbor > div > p:nth-child(3) > span:nth-child(1),
#pearl-harbor > div > p:nth-child(3) > span:nth-child(3) {
	font-size: 30px;
}

#pearl-harbor > div > p:nth-child(3) > span:nth-child(1) {
	padding-right: 10px;
}

#pearl-harbor > div > p:nth-child(3) > span:nth-child(3) {
	padding-left: 10px;
}


/*******************CHIEF RATING*******************/
#chief-rating {
	background-image: linear-gradient(to bottom, #c6c1b3, #fff);
}

#chief-rating #blue-box {
	background-color: #002f6c;
	padding: 2rem;
	background-image: linear-gradient(to left, rgba(0, 47, 108, .9), #002f6c), url(/Portals/1/Interactive/2020/04-navy-baseball/images/scorecard.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0 8px 9px 0px rgba(0, 0, 0, 0.6);
	max-width: 1600px;
	margin: 0 auto;
}

#chief-rating .section-title {
	padding: 0 0 .5rem;
}

#chief-rating h2,
#chief-rating p {
	color: #fff;
}


/*******************GOLDEN TICKET*******************/
#golden-ticket {
	padding-bottom: 4rem;
}


/*******************SCROLLBAR*******************/
.back-design ::-webkit-scrollbar {
  width: 8px;
}

.back-design ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(0, 47, 108, .3); 
}

.back-design ::-webkit-scrollbar-thumb {
  background: #FFF; 
}

.back-design ::-webkit-scrollbar-thumb:hover{
	background: #AF272F;
}

/*******************RESPONSIVE*******************/
@media screen and (min-width: 2300px) {
	input::before {
		width: 4vw;
	}
}

@media screen and (min-width: 1900px) {
	#war-time,
	#players-in-war,
	#golden-ticket {
		padding: 4rem 8rem;
	}
	#mcclure-field {
		padding: 4rem 8rem 7rem;
	}
	#stats {
		padding: 0 4rem 8rem;
	}
}

@media screen and (max-width: 1750px) {
	input::before {
		width: 4vw;
	}
}

@media screen and (max-width: 1530px) {
	.slick-dots {
		top: 90px;
	}
}

@media screen and (max-width: 1309px) {
	#stats #stats-content {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.slick-dots {
		top: 40px;
	}
}

@media screen and (max-width: 1300px) {
	input::before {
		width: 5vw;
	}
}

@media screen and (max-width: 1268px) {
	#war-slides {
		top: 30px;
	}
	.slick-dots {
		top: 30px;
	}
}

@media screen and (min-width: 1250px) {
  	.dot-info {
    	left: calc((((1000px - 510px) / 6) * -1) - 1px);
  }
  	#timeline-descriptions-wrapper {
    	margin-left: -37.5px;
  }
}

@media screen and (max-width: 1250px) {
	.timeline-container input::before, .timeline-container input::after {
    	display: none;
  }
  	.timeline-container input,
	.dot-info {
		width: 60px;
		height: 60px;
		margin: 0 10px 50px;
  }
  	.timeline-container input {
		background-color: transparent!important;
		z-index: 1;
		outline: none!important;
		border: none!important;
  }
  	input::before,
	input::after {
    	content: none;
  }
  	input:checked + .dot-info {
    	background-color: #002f6c;
  }
  	input:checked + .dot-info span.year {
    	font-size: 14px;
  }
  	.dot-info {
		visibility: visible;
		border-radius: 50%;
		z-index: 0;
		left: 0;
		margin-left: -130px;
		background-color: #af272f;
  }
 	.dot-info span.year {
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ECF0F1;
  }
  	#timeline-descriptions-wrapper {
		margin-top: 0;
  }
}

@media screen and (max-width: 1200px){
	.slice {
		padding: 4rem 2rem;
	}
	#intro .section-container {
		padding: 2.5rem 2rem;
	}
	#intro .section-title .dgov-grid {
		border-top: none;
	}
	#intro .section-title #left-column {
		border-bottom: 2px solid #fff;
	}
	#intro .section-title #center-column {
		border-left: none;
	}
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between,
	#army-navy > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.army-navy-gallery {
		-ms-flex-pack: center;
    	-webkit-justify-content: center;
		justify-content: center;
	}
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.team-photo-gallery > div.dgov-col-lg-5.dgov-col-md-9
	 {
		position: relative;
		height: 550px;
	}
	#army-navy > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.army-navy-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		position: relative;
		height: 600px;
		margin-top: 50px;
	}
	.army-navy-gallery .army-navy-thumbs img {
		width: 150px;
	}
	#army-navy > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.army-navy-gallery > div.dgov-col-lg-6.dgov-col-md-12.army-navy-thumbs > div > div:nth-child(1),
	#army-navy > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.army-navy-gallery > div.dgov-col-lg-6.dgov-col-md-12.army-navy-thumbs > div > div:nth-child(2),
	#army-navy > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.army-navy-gallery > div.dgov-col-lg-6.dgov-col-md-12.army-navy-thumbs > div > div:nth-child(3) {
		text-align: center;
	}
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.team-photo-gallery > div.dgov-col-lg-5.dgov-col-sm-9 {
		margin-top: 1rem;
	}
	.team-photo-gallery .team-photo {
		top: unset;
		left: 0;
		transform: none;
	}
	.team-photo img {
		max-width: 100%;
	}
	#stats #stats-content {
		padding-bottom: 0;
	}
	#stats-content .left-side {
		border-right: none;
	}
	#pearl-harbor {
		border-bottom: 2px solid #000;
		padding-bottom: 15px;
	}
	#pearl-harbor .right-side {
		padding-bottom: 0;
	}
	#mcclure-field {
		padding: 4rem 2rem 0;
	}
	#chielf-rating {
		padding: 8rem 2rem 4rem;
	}
	#war-slides {
		top: 40px;
	}
	#war-slides .dgov-col-bleed {
		display: none;
	}
	#war-slides .slide-image img {
		width: 400px;
		margin: 0 auto;
	}
	#war-slides .center {
		height: 1100px;
	}
	.slick-dots {
		top: 60px;
	}
}

@media screen and (max-width: 1179px) {
	.slick-dots {
		top: 50px;
	}
}
@media screen and (max-width: 1080px) {
	.slick-dots {
		top: 40px;
	}
}

@media screen and (max-width: 1024px) {
	#mcclure-field {
		background-position: center 0;
		background-size: cover;
		background-image:linear-gradient(to bottom, #fff 0%, rgba(198, 193, 179, .6), #fff 45%, #c6c1b3 100%), url(/portals/1/Interactive/2020/04-navy-baseball/images/mcclure-field-opening-day.jpg);
	}
	.main-banner {
		transform: unset;
		height: 510px;
	}
	.title-content {
		top: 20px;
		left: unset;
	}
	.banner-title {
		position: unset;
		left: unset;
		transform: none;
		width: unset;
		padding: 80px 0 0 40px;
	}
    #intro {
        padding: 2rem 1rem;
        display: block;
        height: unset;
    }
	#baseball-bg {
		transform: unset;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.section {
		background: rgba(0, 47, 108, .5);
		padding: unset;
    	min-height: unset;
    	width: unset;
    	box-sizing: unset;
	}
	.section::before {
		content: unset;
	}
	#intro h2 {
		margin-bottom: -20px;
	}
	.team-photo-thumbs {
		padding-bottom: 2rem;
	}
	.back-design {
		overflow: unset;
	}
	.section-title {
		padding-top: 1rem;
	}
	#war-slides {
		top: 0;
	}
	#war-slides .slide {
		background-image: linear-gradient(to bottom, #666 50%, transparent);
		box-shadow: none;
		background-color: unset;
	}
}

@media screen and (max-width: 991px) {
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.team-photo-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		height: 570px;
	}
	#war-slides {
		top: 50px;
	}
	#war-slides .center {
		height: 1200px;
	}
	.slick-dots {
		top: 70px;
	}
	.team-photo-thumbs .dgov-col-3,
	.army-navy-thumbs .dgov-col-3 {
		padding: 0;
	}
	.team-photo-thumbs .dgov-grid {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media screen and (max-width: 945px) {
	#war-slides {
		top: 70px;
	}
	.banner-title {
		font-size: 45px;
	}
	.banner-title span {
		font-size: 40px;
	}
}

@media screen and (max-width: 898px) {
	.slick-dots {
		top: 30px;
	}
}

@media screen and (max-width: 855px) {
	.slick-dots {
		top: 30px;
	}
}

@media screen and (max-width: 851px) {
	#side-two span:nth-child(2) {
		font-size: 28px;
	}
}

@media screen and (max-width: 811px) {
	.slick-dots {
		top: 0px;
	}
}

@media screen and (max-width: 767px) {
	#intro h2 span {
		top: -20px;
	}
	#intro .section-title #left-column {
		border-top: 2px solid #fff;
		border-bottom: none;
	}
	#intro .section-title #center-column,
	#intro .section-title #right-column {
		display: none;
	}
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.team-photo-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		height: 550px;
	}
	#WWI-box {
		border-right: none;
		border-bottom: 2px solid #000;
	}
	#WWI-box .inside-box {
		padding: 15px 0;
	}
	#WWI-box p {
		position: unset;
		top: unset;
		left: unset;
		transform: none;
	}
	#mcclure-field {
		background-image: linear-gradient(to bottom, #fff 0%, rgba(198, 193, 179, .6), #fff 55%, #c6c1b3 100%), url(/portals/1/Interactive/2020/04-navy-baseball/images/mcclure-field-opening-day.jpg);
	}
	.slick-dots {
		top: -20px;
	}
	#war-slides .slide-image img {
		padding-bottom: 50px;
	}
	.banner-title {
		font-size: 38px;
	}
	.banner-title span {
		font-size: 32px;
	}
}

@media screen and (max-width: 732px) {
	.slick-dots {
		top: -40px;
	}
}

@media screen and (max-width: 709px) {
	.slick-dots {
		top: -60px;
	}
}

@media screen and (max-width: 692px) {
	#pearl-harbor > div > p:nth-child(3) > span:nth-child(1),
	#pearl-harbor > div > p:nth-child(3) > span:nth-child(2),
	#pearl-harbor > div > p:nth-child(3) > span:nth-child(3) {
		display: block;
	}
	.slick-dots {
		top: -80px;
	}
}

@media screen and (max-width: 680px) {
	#war-slides .slick-list {
		height: 1450px;
	}
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.team-photo-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		height: 650px;
	}
	.banner-title {
		font-size: 32px;
	}
	.banner-title span {
		font-size: 26px;
	}
}

@media screen and (min-width: 649px) {
	#mobile-war-slides {
		display: none;
	}
}

@media screen and (max-width: 648px) {
	#war-slides {
		display: none;
	}
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.team-photo-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		height: 375px;
	}
	#mobile-war-slides {
		padding-bottom: 2rem;
		margin-top: 4rem;
	}
	#mobile-war-slides h3 {
		font-family: 'Oswald', sans-serif;
		color: #002f6c;
		text-align: center;
	}
	#mobile-war-slides .text-side {
		padding-top: 25px;
	}
	#mobile-war-slides .image-side {
		position: relative;
		padding-bottom: 25px;
	}
	#mobile-war-slides .image-side::after {
		content: '';
		height: 2px;
		background-color: #af272f;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 300px;
	}
	#mobile-war-slides > div > div:nth-child(6)::after {
		display: none;
	}
	.team-photo-gallery .team-photo {
		padding: 0;
		background-color: unset;
	}
}

@media screen and (max-width: 600px) {
	h2 {
		font-size: 30px;
	}
	#mcclure-field .section-title h2 span {
		font-size: 26px;
	}
}

@media screen and (max-width: 580px) {
	#army-navy > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.army-navy-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		margin: 50px 0;
	}
	.army-navy-gallery .army-navy-photo {
		top: unset;
		left: unset;
		transform: none;
	}
	.army-navy-photo img {
		max-width: 100%;
	}
}

@media screen and (max-width: 576px) {
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.team-photo-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		height: 325px;
	}
	.banner-title {
		padding: 80px 0 0 20px;
		font-size: 28px;
	}
	.banner-title span {
		font-size: 24px;
	}
}

@media screen and (max-width: 547px) {
	#war-time > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.team-photo-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		height: 300px;
	}
}
@media screen and (max-width: 519px) {
    .title-content {
        top: 50px;
    }
}
@media screen and (max-width: 480px) {
 	.timeline-container {
    	width: 100%;
		padding: 0 0 2rem;
  	}
	.timeline-container input {
		margin: 0 10px 10px;
	}
	.dot-info {
		left: unset;
		margin: 0 auto 25px -45px;
	}
	.banner-title {
		letter-spacing: 0;
		font-size: 26px;
	}
}

@media screen and (max-width: 453px) {
	#WWII-box span:nth-child(2) {
		font-size: 26px;
	}
	#WWI-box p,
	#WWII-box p,
	#pearl-harbor p,
	#stats #right-side p {
		font-size: 18px;
	}
	#pearl-harbor > div > p:nth-child(3) > span:nth-child(2) {
		padding: 5px 0;
	}
	#mcclure-field .section-title {
		padding-bottom: 0;
	}
	#mcclure-field #top-img {
		display: none;
	}
	.timeline-container {
		padding: 0 0 2rem;
	}
}

@media screen and (max-width: 451px) {
	#intro .section-title .dgov-grid {
		width: unset;
	}
}

@media screen and (max-width: 430px) {
	#pearl-harbor > div > p:nth-child(3) > span:nth-child(1),
	#pearl-harbor > div > p:nth-child(3) > span:nth-child(3) {
		font-size: 26px;
	}
	#mcclure-field #opening-blurb {
		font-size: 20px;
		top: -22px;
	}
}
@media screen and (max-width: 415px) {
    .slice {
        padding: 2rem 1rem;
    }
    #army-navy > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.army-navy-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
        margin: 0;
    }
}
@media screen and (max-width: 400px) {
  	.timeline-container {
   	 	width: 300px;
  }
	#intro h2 {
		font-size: 5rem;
	}
	#intro h2 span {
		font-size: 2.5rem;
	}
	#mobile-war-slides {
		margin-top: 0;
	}
	#players-in-war,
	#army-navy,
	#chief-rating {
		padding-top: 0;
	}
	#army-navy {
		padding-bottom: 0;
	}
	#army-navy > div.dgov-grid.dgov-justify-center.dgov-justify-space-between.army-navy-gallery > div.dgov-col-lg-5.dgov-col-md-9 {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 376p) {
    .front-design .team {
        font-size: 13px;
    }
    .banner-title {
        font-size: 23px;
    }
}
@media screen and (max-width: 341px) {
    .banner-title {
        font-size: 20px;
    }
    #home-plate,
    #first-base,
    #second-base,
    #third-base {
        display: none;
    }
    #intro .section-container {
        margin: 0;
        padding: 2rem 1rem;
    }
    #mcclure-field #opening-blurb {
        width: 70%;
    }
    #army-navy {
        padding: 0 2rem;
    }
}




















