  /*!
 Theme Name:       UW Gala
 Theme URI:        https://github.com/uweb/uw-gala
 GitHub Theme URI: https://github.com/uweb/uw-gala
 Author:           UW Web Team
 Author URI:       https://github.com/uweb
 Description:      The New Gala child theme
 Template:         uw_wp_theme
 Version:          2.0
 License:          GNU General Public License v2 or later
 License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 Tags:             two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:      uw_wp_theme_child
*/

hr {
	margin: 75px 0;
}
span.lighter {
	font-weight: 100;
}
.uw-story-header {
	height: calc( 100vh - 200px );
	overflow: hidden;
	background-color: white;
}
.uw-story-header #lockup {
	width: 75vw;
	height: 90vh;
	background: url('/wp-content/themes/uw-gala/assets/2023_logo.svg') no-repeat center center;
	text-indent: -9999px;
}

@media (max-width: 768px) {
	.uw-story-header #lockup {
		align-self: flex-start;
    	margin-top: 50px;
		background-position-y: top;
	}
}

/* .uw-story-header h1.text-dark,
.uw-story-header .text-dark p {
	color: #85754d !important;
} */

.uw-story-header h1 {
	font-size: 23px;
	font-weight: 700;
}

hr {
	border-top: 1px solid #4b2e83;
	/* border-top: 1px solid #85754d; */
}

.uw-story-body .copy h2 {
	color: #4b2e83;
	/* color: #85754d; */
}
@media only screen and (min-width: 992px) {
	#copy-block-1 .row .row .col-lg-6:nth-child(even) {
		padding-right: 60px;
		padding-left: 30px;
	}
	#copy-block-1 .row .row .col-lg-6:nth-child(odd) {
		padding-right: 60px;
	}
}

#copy-block-1 .row .row .col-lg-6,
#copy-block-1 .row .row .col-md-12 {
	padding-left: 0px;
}

#copy-block-1 > .row > .row {
	padding: 0 0 25px 0;
}

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

	.uw-story-header .w-50 {
		left: 12.5%;
		max-width: 35% !important;
		padding-left: 0;
		bottom: 12.5%;
	}
}

.udub-slant-divider {
	display: none;
}

.span-btn a.gala-btn {
    color: #4b2e83;
	outline: 2px solid #4b2e83;
    /* background-color: hsla(46,31%,87%,.2); */
    background-color: #fff;
}

.span-btn a.gala-btn:hover,
.span-btn a.gala-btn:focus {
	color: white !important;
    background-color: hsla(0,0%,100%,.1) !important;
	outline: 2px solid #4b2e83;
}

@media only screen and (max-width: 767px) {
	.uw-story-header {
		min-height: initial;
	}
}

.uw-thinstrip.gold {
	background: #85754d;
}

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

	.uw-thinstrip.gold ul.uw-thin-links:before {
		background-color: #85754d;
	}
}

.intro {
	padding-top: 15px;
}

a.gala-btn {
    background-color: #4b2e83;
    /* background-color: hsla(46,31%,87%,.2); */
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    line-height: 45px;
    min-width: 200px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: middle;
}

a.gala-btn:hover,
a.gala-btn:focus {
	color: #4b2e83;
    background-color: white;
	outline: 2px solid #4b2e83;
}

.toggle-intro { display: none; }

#.uw-story-header #lockup {
    width: 75vw;
    height: 90vh;
    background: url(http://cmsdev.uw.edu/cms/gala/wp-content/uploads/sites/20/2023/07/210710_GALA_WEB-LOGO-LOCKUP_trans.png) no-repeat center center;
	background-size: 70%;
    text-indent: -9999px;
}
@media only screen and (min-width: 768px) {
	.uw-story-header .w-50 {
    left: 13.4%;
    max-width: 35% !important;
    padding-left: 0;
    bottom: 34.5%;
	}
}

@media (max-width: 768px) {
	.uw-story-header.mobile-header-top .w-50 {
    bottom: 0;
	}
	.uw-story-header #lockup {
    align-self: flex-start;
    margin: auto;
    background-position-y: 20%;
	}
	.uw-story-header #lockup {
		width: 100vw;
	}
	.uw-story-header.mobile-header-top .w-50 {
    bottom: 0;
	}
	.uw-story-header.mobile-header-top.dark.background-image:before, .uw-story-header.mobile-header-top.dark.background-video:before, .uw-story-header.mobile-header-top.primary.background-image:before, .uw-story-header.mobile-header-top.primary.background-video:before {

    display: none;
	}
	.uw-story-header.mobile-header-top .w-50 {
		bottom: 10%;
	}
	.uw-story-header h1 {
    font-size: 19px!important;
    margin: auto;
	}
}