/*
 Theme Name:     WSU Pharmacy
 Theme URI:      https://web.wsu.edu
 Description:    A child theme for WSU's Spine Parent Theme, pharmacy.wsu.edu
 Author:         WSU University Communications
 Author URI:     https://web.wsu.edu
 Template:       spine
 Version:        0.2.12
*/

.main-header {
	background-color: transparent;
	border-top: solid 5px #a31d36;
	max-width: calc(1386px - 198px);
}

.main-header .header-group {
	position: relative;
	margin-top: 20px;
	width: 100%;
	float: right;
}

.main-header sub {
	display: none;
}

.main-header sup a:hover,
.main-header sup a:focus,
.main-header sup a,
.main-header sup {
	font-size: 14px;
	color: #4a4a4a;
	letter-spacing: .5px;
	float: right;
	border-bottom: 0;
}

.home .main-header {
	display: none;
}

* {
	box-sizing: border-box;
}

#spine #glue:before {
	border-right: 4px solid #f2f2f2;
}

@media (min-width: 990px) {

	#spine .spine-social-channels {
		display: none;
	}
}

body {
	background: #ececec;
}

main {
	background: #fff;
	border-right: 4px solid #f2f2f2;
}

.background-gray {
	background-color: #f2f2f2;
	color: #262626;
	min-height: 250px;
}

.background-gray.no-min {
	min-height: inherit;
}

.margin-vertical {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

footer.main-footer {
	margin-bottom: 2em;
}

p.intro-text.bar:after {
	content: " ";
	display: block;
	width: 150px;
	height: 14px;
	background: #a31d36;
	bottom: 0;
	position: absolute;
	margin-bottom: 12px;
}

aside + aside {
	margin-top: 3em;
}

aside {
	padding: 1em;
	transition: background .7s ease;
}

aside:hover {
	background: #f2f2f2;
	cursor: pointer;
	color: #736d6d;
}

aside.widget_search {
	background: transparent;
	cursor: none;
	color: inherit;
}

aside:hover header {
	border-bottom: 5px solid #c7c7c7;
}

hr {
	border-color: transparent;
	background-color: #cbcbcb;
}

section.pad-bottom > header {
	padding-bottom: 0;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.collapsible-section-header button {
	background-color: transparent;
	font-size: 1.1rem;
	color: #d72216;
	border: none;
	border-radius: 0;
	padding: 0;
	outline: 0;
}

.collapsible-section-header button:hover {
	color: #ca1237;
}

.collapsible-section-header {
	padding-left: 4rem;
}

.collapsible-section-header {
	padding: 0;
	margin-left: 4rem;
	margin-right: 4rem;
	border-bottom: 1px solid #f2f2f2;
}

.spacing-loose .side-right.gutter.show-hide .column.one:not(.gutterless) {
	padding-left: 0;
	padding-top: 1em;
	margin-left: 4rem;
	margin-right: 4rem;
}

body,
main {
	color: #4a4a4a;
}

main p,
main ol,
main ul {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 1.8em;
}

main ol,
main ul {
	padding: 1em 0 1.4em 3em;
}

p + ul,
p + ol {
	padding-top: 0;
}

main ul li {
	position: relative;
	list-style: none;
}

main ul li:before {
	content: "";
	position: absolute;
	left: -1.25em;
	top: 8px;
	background: #a31d36;
	height: 1px;
	width: 8px;
}

.intro-text {
	font-size: 20px;
	line-height: 32px;
	width: 65%;
}

.intro-text:after {
	content: "";
	display: block;
	width: 20%;
	background: #a31d36;
	height: 5px;
	margin-top: 25px;
}

main a {
	display: inline-block;
	text-decoration: none;
	color: #4a4a4a;
	position: relative;
	border-bottom: 1px solid rgba(215, 34, 22, .5);
	transition: color 1.3s ease;
}

main a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 0;
	transition: width 0s ease, background 1.3s ease;
}

main a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px;
	height: 1px;
	width: 0;
	background: #d72216;
	transition: width 1.3s ease;
}

main a:hover,
main a:focus {
	color: #ca1237;
}

main a:hover:before {
	width: 100%;
	background: #ca1237;
	transition: width .3s ease;
}

main a:hover:after {
	width: 100%;
	background: transparent;
	transition: all 0s ease;
}

aside a:after,
aside a:before,
aside ul li a:after,
aside ul li a:before,
main a.button:after,
main a.button:before,
main a.sub-button:after,
main a.sub-button:before,
ul.wsuwp-content-syndicate-list .content-item-read-story:after,
ul.wsuwp-content-syndicate-list .content-item-read-story:before,
.featured .deck article.card .card-content .card-cta a:before,
.featured .deck article.card .card-content .card-cta a:after {
	display: none;
}

aside a:hover:after,
aside a:hover:before,
aside ul li a:hover:after,
aside ul li a:hover:before,
main a.button:hover:after,
main a.button:hover:before,
main a.sub-button:hover:after,
main a.sub-button:hover:before,
ul.wsuwp-content-syndicate-list .content-item-read-story:hover:after,
ul.wsuwp-content-syndicate-list .content-item-read-story:hover:before,
.featured .deck article.card .card-content .card-cta a:hover:after,
.featured .deck article.card .card-content .card-cta a:hover:before {
	background: transparent;
}

aside a {
	border-bottom: 0;
	border-bottom: 1px solid #d72216;
	display: inline;
}

aside a:hover,
aside a:focus {
	color: #ca1237;
}

h1 {
	color: #a31d36;
	font-size: 52px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 1em;
}

h2 {
	color: #a31d36;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: .5px;
	padding-top: 1em;
	padding-bottom: .7em;
}

h2 + p {
	padding-top: .8em;
}

.background-gray h2 {
	color: #262626;
}

section.pad-bottom > header h2 {
	padding-bottom: 0;
}

.no-h2-pad h2:first-of-type {
	padding-top: 0;
}

h3 {
	color: #3e3e3e;
	font-size: 24px;
	font-weight: 600;
	padding-top: 1em;
	padding-bottom: .7em;
	line-height: 1.4;
}

h4 {
	color: #3e3e3e;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .4px;
	text-transform: uppercase;
	padding-top: .8em;
	padding-bottom: .8em;
}

aside h4 {
	padding-bottom: 0;
	padding-left: .5em;
	font-weight: 400;
}

aside header {
	font-size: 15px;
	letter-spacing: .5px;
	color: #736d6d;
	font-weight: 600;
	border-bottom: 5px solid #f2f2f2;
	padding: 0 0 .2em .5em;
	margin-bottom: .4em;
	transition: border .7s ease;
}

aside address,
aside p {
	padding-left: .5em;
}

aside h4 + p {
	padding-top: 1em;
}

aside ul {
	padding-bottom: .5em;
}

aside ul li {
	padding-bottom: .6em;
}

.background-gray aside header {
	border-bottom: 5px solid #736d6d;
}

.img-mid-feature + h2 {
	padding-top: 0;
}

blockquote {
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	border-left: 5px solid #f2f2f2;
	padding-bottom: 0;
	margin: 1em 0 2.2em 1em;
}

blockquote p {
	font-size: 1.2rem;
	color: #4c4c4c;
	padding-bottom: 0;
}

address {
	margin: 0 0 1em 1em;
	font-style: italic;
}

sup {
	font-size: 16px;
	font-weight: 300;
}

sup b {
	font-weight: 600;
}

h3 + sup,
h3 + p sup {
	display: block;
	margin-top: -.4em;
	margin-bottom: .6em;
}

.bleed-right {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: auto;
}

.bleed-left {
	max-width: none !important;
	margin-right: auto;
	margin-left: 0 !important;
}

.img-mid-feature {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 415px;
	margin: 2rem 0 2rem 4rem;
	position: relative;
}

.img-sm-feature {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
}

.img-attached {
	background-attachment: fixed;
}

.spacing-loose .halves.gutter .column.one:not(.gutterless).has-video,
.halves.gutter .column.one:not(.gutterless).has-video,
.column.has-video {
	padding-left: 0;
	padding-right: 0;
}

figure a {
	border-bottom: none;
}

.content-item-excerpt img {
	display: none;
}

.has-video p {
	padding-bottom: 0;
	line-height: 0;
}

.has-video p:empty {
	display: none;
}

.hero-video-wrapper {
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	z-index: 1;
}

.hero-video-wrapper .hero-video {
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.video-wrap {
	margin-top: 3em;
}

.spacing-loose .single.gutter.video-wrap .column:not(.gutterless) {
	padding-right: 0;
}

.video-wrap.img-mid-feature {
	margin-left: 0;
}

.video-wrap header {
	position: absolute;
	margin: 0 0 0 4em;
	padding: 0;
	z-index: 3;
	top: 40%;
}

.video-wrap header sup,
.video-wrap header h1 {
	color: #fff;
}

.video-wrap header sup {
	font-size: 1.5rem;
	letter-spacing: 1px;
}

.video-wrap header h1 {
	font-size: 5rem;
	letter-spacing: 1px;
}

.video-wrap p {
	display: none;
}

.embed-youtube {
	margin-bottom: 0;
}

.blog .article-thumbnail,
.archive .article-thumbnail {
	display: none;
}

footer.article-footer {
	border-top: 1px solid #f2f2f2;
}

h2.article-title {
	padding-bottom: .4em;
}

.article-header hgroup.source,
.article-header .hgroup.source,
.article header cite a,
footer.article-footer {
	color: #737373;
}

.article-header hgroup.source,
.article-header .hgroup.source {
	padding-bottom: 2.4em;
}

article footer a,
article header cite a {
	border-bottom: 0;
}

aside.widget {
	margin: 2em 0;
}

figure.article-thumbnail {
	float: left;
	margin: 0 1em 1em 0;
}

article.type-post {
	padding-bottom: 2.5em;
}

figure.featured-image {
	height: 415px;
}

.single-post.has-featured-image header.article-header hgroup h1.article-title {
	padding-top: 1em;
}

.single-post header.article-header hgroup h1.article-title {
	margin-bottom: 0;
}

.blog .article-thumbnail,
.archive .article-thumbnail,
.single-post figure.featured-image {
	display: none;
}

.featured .deck article.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured .deck article.card figure.card-image {
	background-repeat: no-repeat;
	width: 50%;
	background-size: cover;
}

.featured .deck article.card .card-content {
	width: 50%;
	padding-left: 2rem;
	padding-right: 4rem;
	padding-bottom: 2rem;
	background-color: #f2f2f2;
}

.featured .deck article.card .card-content header {
	color: #262626;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: .5px;
	padding-top: 3rem;
	padding-bottom: 1em;
}

.deck article.card .card-content .more-link {
	display: none;
}

.featured .deck article.card .card-content .card-cta a {
	background: #d72216;
	border: 1px solid #d72216;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	line-height: normal;
	padding: 1em;
	transition: background 1s ease;
	transition: color .5s ease;
}

.featured .deck article.card .card-content .card-cta a:hover {
	background: transparent;
	color: #ca1237;
	border: 1px solid #ca1237;
}

.deck article.card .card-excerpt img,
.deck article.card figure.card-image img {
	display: none;
}

.newsletter .deck article.card figure.card-image img {
	display: block;
}

.sub-feature .deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 2rem 0;
}

.sub-feature .deck article.card {
	width: 50%;
	padding: 2em;
}

.newsletter h2 {
	padding-bottom: .2em;
}

.newsletter .deck article.card header.card-title,
.sub-feature .deck article.card header.card-title,
.newsletter .gform_wrapper h3.gform_title {
	color: #3e3e3e;
	font-size: 24px;
	font-weight: 600;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.4;
}

.newsletter .gform_wrapper h3.gform_title {
	padding-top: 0;
}

.newsletter .deck article.card header.card-title {
	padding-top: 2em;
	padding-bottom: 1em;
}

.newsletter .deck article.card {
	padding-bottom: 2em;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 1em;
}

.row:not(.unscale) .column.newsletter .card figure {
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	margin-top: 1em;
}

.newsletter .deck article.card figure.card-image {
	height: 205px;
}

.newsletter .deck article.card figure.card-image img {
	display: none;
}

.wsuwp-content-syndicate-event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 2em;
	margin-bottom: 3em;
}

.wsuwp-content-syndicate-event:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.wsuwp-content-syndicate-event .content-item-event-title {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	color: #3e3e3e;
	font-size: 24px;
	font-weight: 600;
	padding-top: 0;
	padding-bottom: .6em;
	line-height: 1.4;
}

.wsuwp-content-syndicate-event .content-item-event-date {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	font-size: 14px;
	color: #736d6d;
	font-weight: 700;
}

.wsuwp-content-syndicate-event .content-item-event-meta {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	font-size: 14px;
	color: #736d6d;
	padding-bottom: 1.5em;
}

.wsuwp-content-syndicate-event .content-item-event-excerpt {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

.wsuwp-content-syndicate-event .content-item-event-excerpt img {
	display: none;
}

.grid .wsu-person {
	background: transparent;
}

.grid .name {
	font-size: 1.3rem;
	padding-bottom: .4em;
	font-weight: 600;
}

ul.wsuwp-content-syndicate-list {
	padding-left: 0;
}

ul.wsuwp-content-syndicate-list li.wsuwp-content-syndicate-event:before {
	display: none;
}

.wsuwp-content-syndicate-event .content-item-event-title {
	font-size: 20px;
	line-height: 1.3;
	padding-top: .5em;
}

li.wsuwp-content-syndicate-event {
	padding-bottom: 1.5em;
	margin-bottom: 0;
	border-bottom: 0;
}

.content-item-event-meta {
	display: none;
}

form {
	margin: 0; /* Reset the spine's form */
	padding: 0; /* Reset the spine's form */
}

input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea,
.wsu-people-filters .search input,
.wsuwp-people-filters .search input {
	background: #f2f2f2;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cbcbcb;
	border-left: 0;
	border-radius: 0;
	padding: 1em;
	font-size: 14px;
	color: #262626;
	transition: border .7s ease;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus,
.wsu-people-filters .search input:focus,
.wsuwp-people-filters .search input:focus {
	box-shadow: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #ececec;
	border-left: 0;
	border-radius: 0;
}

.wsu-people-filters .search input,
.wsuwp-people-filters .search input,
.wsuwp-people-filters,
.wsuwp-people-filter {
	width: 100%;
}

.wsuwp-people-filters .search input::-webkit-input-placeholder {
	font-style: italic;
}

.wsuwp-people-filters .search input:-ms-input-placeholder {
	font-style: italic;
}

.wsuwp-people-filters .search input::placeholder {
	font-style: italic;
}

.button,
button,
button a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #d72216;
	border: 1px solid #d72216;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	line-height: normal;
	padding: 1em;
	transition: background 1.3s ease;
	transition: color .3s ease;
}

.button:hover,
button:hover,
button a:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: transparent;
	color: #ca1237;
	border: 1px solid #ca1237;
}

.sub-button,
button.sub-button,
button.sub-button {
	background: transparent;
	border: 1px solid #d72216;
	border-radius: 6px;
	font-size: 14px;
	color: #d72216;
	margin-bottom: 0;
	line-height: normal;
	padding: 1em;
	transition: background 1.3s ease;
	transition: color .5s ease;
}

.sub-button:hover,
button.sub-button:hover,
button.sub-button a:hover {
	background: #ca1237;
	border: 1px solid #ca1237;
	color: #fff;
}

.widget form div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.widget form div input {
	margin-top: .5em;
}

.widget input[type="text"] {
	margin-right: .4em;
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
}

.widget input[type="submit"] {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.widget select {
	margin-top: 1em;
}

table tbody td,
table tfoot th,
.tablepress tbody td,
.tablepress tfoot th {
	border-top: 1px solid #f2f2f2;
}

table tfoot th,
table thead th,
.tablepress tfoot th,
.tablepress thead th {
	background: transparent;
	text-transform: uppercase;
}

table tbody,
.tablepress tbody {
	margin-bottom: 2em;
}

.tablepress-table-description {
	padding: .7em 0;
}

.background-gray table tbody td,
.background-gray table tfoot th,
.background-gray .tablepress tbody td,
.background-gray .tablepress tfoot th {
	border-top: 1px solid #736d6d;
}

.background-gray .tablepress thead th {
	border-bottom: 1px solid #736d6d;
}

.gform_wrapper {
	margin: 0;
}

.gform_wrapper h3.gform_title {
	color: #a31d36;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: .5px;
	padding-top: .8em;
	padding-bottom: .7em;
}

form select,
.gform_wrapper ul.gform_fields li.gfield select,
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
	height: 30px;
}

form label,
.gform_wrapper .top_label .gfield_label {
	font-size: 1.2em;
}

form ul li label,
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
	font-weight: 400;
	font-size: 14px;
}

.gform_wrapper .gf_progressbar_percentage,
.gform_wrapper .gf_progressbar {
	border-radius: 10px;
}

.gform_wrapper .percentbar_blue {
	background-color: #a31d36;
}

.tribe_community_edit .single .one {
	max-width: 605px;
}

.tribe_community_edit.logged-in .single .one {
	max-width: none;
}

.tribe_community_edit label {
	display: block;
}

.tribe_community_edit input[type="checkbox"] + label {
	display: inline;
}

.tribe_community_edit input[type="text"],
.tribe_community_edit input[type="password"] {
	margin-top: 8px;
	width: 100%;
}

.tribe_community_edit #tribe-events .tribe-button-primary,
.tribe_community_list #tribe-events .tribe-button-primary,
.tribe_community_edit main .tribe-button.submit,
.tribe_community_edit main .button-primary {
	background: #d72216;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 1em;
	text-transform: unset;
}

.tribe_community_edit #tribe-events .tribe-button-primary:hover,
.tribe_community_edit #tribe-events .tribe-button-primary:focus,
.tribe_community_list #tribe-events .tribe-button-primary:hover,
.tribe_community_list #tribe-events .tribe-button-primary:focus,
.tribe_community_edit main .tribe-button.submit:hover,
.tribe_community_edit main .tribe-button.submit:focus,
.tribe_community_list main .tribe-button.submit:hover,
.tribe_community_list main .tribe-button.submit:focus,
.tribe_community_edit main .button-primary:hover,
.tribe_community_edit main .button-primary:focus {
	background: none;
	border: 1px solid #ca1237;
	color: #ca1237;
}

.tribe_community_edit main a {
	border-bottom: none;
}

#tribe-events .tribe-button:before,
#tribe-events .tribe-button:after,
.tribe-change-timezone:before,
.tribe-change-timezone:hover:before,
.tribe-delete-this:after,
.tribe-delete-this:hover:after {
	content: none;
}

.tribe-change-timezone:after,
.tribe-change-timezone:hover:after,
.tribe-delete-this:before,
.tribe-delete-this:hover:before {
	background: none;
	bottom: auto;
	height: auto;
	position: relative;
	right: auto;
	transition: unset;
	width: auto;
}

.tribe-change-timezone:hover {
	border-bottom: 1px solid #ca1237;
}

footer.site-footer {
	background: #4c4c4c;
	color: #fff;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	position: fixed;
	bottom: 0;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

footer.site-footer a {
	color: #fff;
}

footer.site-footer header {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 0;
	font-weight: 300;
	text-transform: uppercase;
	padding: .7em 1em .7em 0;
	margin: 1.3em 0 1.3em 4em;
	border-right: 1px solid #736d6d;
	text-align: center;
}

footer.site-footer nav {
	-webkit-box-flex: 2;
	    -ms-flex: 2;
	        flex: 2;
	padding-top: 1em;
	height: 60px;
	letter-spacing: .5px;
	max-width: 500px;
}

footer.site-footer nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding-left: 1em;
	padding-top: .5em;
}

footer.site-footer ul li:before {
	display: none;
}

footer.site-footer ul li {
	padding-left: 0;
}

footer.site-footer ul li a {
	border-bottom: 0;
}

footer.site-footer ul li a:hover {
	color: #ca1237;
}


footer.site-footer .social {
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	padding-top: 1em;
	margin-right: 4em;
}

footer.site-footer .social a svg {
	fill: #736d6d;
	display: block;
	border: 1px solid #4c4c4c;
	margin-right: 1em;
}

footer.site-footer .social a:hover .social-icon {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 30px;
	height: 30px;
}

footer.site-footer .social a svg:hover #facebook {
	fill: #3b5998;
}

footer.site-footer .social a svg:hover #youtube {
	fill: #ce1312;
}

footer.site-footer .social a svg:hover #twitter {
	fill: #55acee;
}

@media (min-width: 990px) {

	.site-footer {
		margin-left: 198px;
		max-width: calc(100vw - 198px);
	}
}

@media (min-width: 1386px) {

	.site-footer {
		max-width: calc(1386px - 198px - 4px);
	}
}

@media (max-width: 1150px) {

	footer.site-footer header {
		font-size: 12px;
		font-weight: 500;
		padding-top: 1.2em;
	}
}

@media (max-width: 890px) {

	footer.site-footer .social {
		display: none;
	}
}

@media (max-width: 639px) {

	footer.site-footer header {
		display: none;
	}
}

@media (min-width: 990px) {

	main {
		margin-bottom: 63px;
	}
}

@media (max-width: 989px) {

	main {
		margin-bottom: 20px;
	}

	.hero-video-wrapper .hero-video {
		left: 0;
	}

	.video-wrap header {
		margin-left: 13%;
	}

	.video-wrap header h1 {
		font-size: 8vw;
	}

	.spacing-loose .single.gutter.video-wrap .column:not(.gutterless) {
		padding-left: 0;
		padding-right: 0;
	}

	.spacing-loose .side-right.gutter.show-hide .column.one:not(.gutterless) {
		margin-left: 2rem;
		margin-right: 2rem;
	}
}

@media (max-width: 790px) {

	main h1 {
		font-size: 8vw;
	}

	main h2 {
		font-size: 6vw;
	}

	.intro-text {
		width: 100%;
	}

	.img-mid-feature {
		margin-left: 0;
	}

	.video-wrap header {
		margin-left: 13%;
		top: 33%;
	}

	.flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.fluid .row.halves.flex .column {
		width: 100%;
	}

	.img-mid-feature {
		min-height: 215px;
	}

	.collapsible-section-header {
		padding-left: 2rem;
	}

	.collapsible-section-header h2 {
		margin-right: 2rem;
	}
}

@media (max-width: 490px) {

	.video-wrap header {
		top: 13%;
	}
}

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

	.featured-image {
		background-size: contain;
	}

	figure.featured-image {
		height: 300px;
	}

	.main-header {
		height: 70px;
	}
}

.wsuwp-people-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -.5rem;
}

.person-card {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: .5rem;
	width: 25%;
}

.person-card-name {
	color: #a31d36;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .5px;
	line-height: 1.3;
	padding: 0 1rem .4em;
}

.person-card .person-card-name a,
.person-card .person-card-email a {
	border-bottom: 1px solid rgba(215, 34, 22, .5);
	color: #4a4a4a;
}

.person-card .person-card-name a:hover,
.person-card .person-card-email a:hover {
	color: #ca1237;
}

.person-card-photo {
	margin-bottom: 1rem;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

#binder .person-card-photo,
#binder .person-card-photo a,
#binder .person-card-photo img {
	display: block;
	max-width: none;
	width: 100%;
}

.column .person-card-photo a,
.column .person-card-photo a:hover {
	border-bottom: none;
}

.person-card-photo a:before,
.person-card-photo a:after {
	content: none;
}

.person-card-contact {
	font-size: .875em;
	font-weight: 400;
	padding: 0 1rem 1rem;
}

.wsu-people-filter.search {
	margin-bottom: 2em;
}

.grid .wsu-people .wsu-person .photo {
	width: calc(100% + 2rem);
	max-width: none;
	padding: 0;
}

.wsu-person .photo a {
	position: static;
	display: block;
}

.wsu-person .photo a:before,
.wsu-person .photo a:after {
	content: none;
}

.grid .photo img {
	position: relative;
}

.person-card-contact {
	font-size: 100%;
}

.wsu-people-filters .search input,
.wsuwp-people-wrapper .wsuwp-people-filters .search input {
	height: 54px;
}

.wsuwp-people-filters {
	box-sizing: border-box;
	padding: 0 .5rem;
}

.wsuwp_people_profile .degree {
	font-size: 16px;
	text-transform: initial;
}

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

	.person-card {
		width: 50%;
	}
}

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

	.wsuwp-people-wrapper {
		display: block;
	}

	.person-card {
		width: 100%;
	}
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	border-bottom: none;
}

.post-type-archive-tribe_events .article-header,
.single-tribe_events .article-header,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:before,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:after,
#tribe-events .tribe-events-button:before,
.tribe-events-button:before,
#tribe-events .tribe-events-button:after,
.tribe-events-button:after {
	display: none;
}

.tribe-bar-views-list li:before {
	display: none;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	background: #d72216;
	transition: all .3s ease;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
	background: transparent;
	color: #ca1237;
}
/*# sourceMappingURL=style.css.map */