body.wp-admin .page-forty-fifth-block {

}

.clear-left {
clear: left;
}

.page-forty-fifth-block .map-contour-left,
.page-forty-fifth-block .map-contour-right,
body .forty-fifth .map-contour-right,
body .forty-fifth .map-contour-left {
	display: none !important;
}

body.wp-admin .page-forty-fifth-block .admin-logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/forty-fifth/logo_45-years.svg');
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
}

body.wp-admin .page-forty-fifth-block .graph {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/forty-fifth/graph-axis.svg');
    min-height: 500px;
    width: 100%;
}

body .forty-fifth { /* this is also the class on the body so we have to put body before  */
    position: relative;
    overflow: auto; /* need this to prevent top margin on inner content from causing this to also have top margin */
    max-width: 1190px;
	margin: 0 auto;
}

body .forty-fifth .hero-image { /* unused */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/forty-fifth/hero_landscape.jpg');
    position: relative;
}

body.forty-five-year-anniversary .hero-background {
    max-height: 600px;
    min-height: 550px !important;
}

body .image_forty-fifth-logo {
    position: relative;
    margin-top: 145px;
    z-index: 0;
    opacity: 1;
    transition: opacity 1s;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 518px;
	height: 302px;
}

.forty-fifth .forty-fifth-inner-content {
    position: relative;
    margin-top: 60px;

}

.forty-fifth .forty-fifth-inner-content .sticky-x-axis {
    background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	background-image: url('/app/themes/murdock-serenity/resources/assets/images/forty-fifth/graph-axis-top.svg');
	opacity: 0;
	width: 100%;
	height: 195px;
	position: fixed;
	transition: opacity 0.5s;
	top: 35px; /* make room for fixed nav */
	z-index: 12;
	max-width: 1190px;
	margin-left: -1px; /* fixes left line glitch */
}

.forty-fifth .forty-fifth-inner-content .sticky-x-axis.show {
    opacity: 1;
}

.forty-fifth .forty-fifth-inner-content .graph-axis {
    position: absolute;
    top: 0;
    will-change: transform; /* maybe try to do will-change and transform and use transform translate, doesn't work well in safari, but good in chrome/ff */
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/forty-fifth/graph-axis.svg');
    width: 100%;
    min-height: 1600px;
    background-position: left top;
    transform: translate(0, 0);
    /* transition: transform 0.5s; */
    z-index: 8;
}

.forty-fifth .forty-fifth-inner-content ul#list_events {
    /* min-height: 2800px; */
    /* border: 2px dashed #fcf; */ /* uncomment to see size of event list */
    width: calc(100% - 190px);
    margin-left: 190px;
    /* margin-left: 15%; */
    padding-left: 0;
    padding-top: 60px;
    padding-top: 40px;
    max-width: 953px;
    position: relative;
    z-index: 10;/* right: 0; */
}

.forty-fifth .forty-fifth-inner-content ul#list_events li {
    display: flex;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    overflow: hidden;
    margin-top: 80px;
    /* margin-left: 20px; */
    margin-right: 20px;
    float: left;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
    margin-bottom: 1em;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li.active {
    opacity: 1;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li.vertical {
    display: inline-block; /* not flex */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li h3,
.forty-fifth .forty-fifth-inner-content ul#list_events li p {
    color: #fff;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li h3 {
	margin-top: 10px;
	font-weight: normal;
	font-family: libre_baskerville, garamond, times, serif;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 0;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .copy-column,
.forty-fifth .forty-fifth-inner-content ul#list_events li .media-column {

}

.forty-fifth .forty-fifth-inner-content ul#list_events li .copy-column {
    padding: 10px 15px 20px;
    max-height: 800px;
    font-size: 16px;
    line-height: 21px;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .copy-column.date {
    padding: 10px 15px 2px;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .copy-column .multi-logo {
    display: flex;
	justify-content: space-around;
	margin-top: 16px;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .copy-column .multi-logo.two img {
    max-width: 46%;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .copy-column .multi-logo.three img {
    max-width: 32%;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .copy-column .multi-logo img {
    margin: 0 5px;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .media-column {
    padding-left: 0;
    padding-right: 0;
    position: relative;height: 100%;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .media-column .credit {
    color: #a6a9ab;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .media-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 12px 0 12px -12px !important;
    max-height: 132px;
    max-width: 132px;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee img:nth-of-type(2) {
    margin-left: 0 !important;
    margin-right: -22px !important;
}

.forty-fifth .forty-fifth-inner-content ul#list_events li .media-column .caption {
	position: absolute;
	color: #fff;
	bottom: 0;
	right: 0;
	padding: 3px 8px 2px;
	border-radius: 8px 0 8px 0;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 9px;letter-spacing: .35px;
}

.forty-fifth .image_another-forty-five {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 350px;
    display: block;
}






/* * * * * BREAKPOINTS * * * * */



@media only screen and (min-width: 768px) {

	.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee.double img {
		margin: 0 !important;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee.double .media-column {
		margin: 0 0 22px 22px !important;
	}

} /* end min-768px */

@media only screen and (max-width: 1100px) {

	.forty-fifth .forty-fifth-inner-content ul#list_events {
		width: calc(100% - 15vw);
		margin-left: 15vw;
	}

	body.forty-five-year-anniversary .hero-background {
		max-height: 500px;
	}

} /* end 1100px */

@media only screen and (max-width: 768px) {

	.forty-fifth .forty-fifth-inner-content .sticky-x-axis,
	.forty-fifth .forty-fifth-inner-content .graph-axis {
		display: none;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li {
		margin-right: 0;
		clear: both;
		margin-top: 40px !important;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events {
		width: calc(100% - 40px);
		margin-left: 20px;
	}


	.forty-fifth .forty-fifth-inner-content ul#list_events li .media-column {
		height: initial;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee .copy-column {
		max-width: calc(100% - 135px);
		padding-right: 20px;
    }

	.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee .media-column {
        max-width: 135px;
        white-space: nowrap;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee row {
        width: 100%;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee.double .copy-column {
        max-width: calc(100% - 268px);
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.program_icons .copy-column {
        min-height: 190px;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.program_icons .copy-column {
		padding-right: 110px;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.program_icons .multi-logo {
		max-width: 65px;
        position: absolute;
        top: 0;
        right: 20px;
        height: 100%;
        display: block;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.program_icons .multi-logo img {
		margin-top: 10px;
	}

} /* end 768px */

@media only screen and (max-width: 600px) {

	.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee.double .copy-column {
        max-width: 100%;
        width: 100%;
	}

	.forty-fifth .forty-fifth-inner-content ul#list_events li.trustee.double .media-column {
        max-width: 100%;
        width: 100%;
	}

} /* end 600px */

