<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: WSU NEWS
Theme URI: https://news.wichita.edu/
Author: Mike Marlett
Author URI: https://websupport.wichita.edu/
Description: A child theme of WSU Twenty Eighteen to extend page types.
Template:     wsutwentyeighteen
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: wsustart

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.wsu_icon {
    font-size: 3em;
    color: #ffc217;
    padding: 1px 5px;
    border-radius: 5px;
}

.wsu_icon_box:not(.ct-paragraph), .wsu_icon_box.ct-paragraph p
{
	float: none;
	text-align: center;
	background-color: rgba(255,252,252,1.0);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display: inline-block;
	color: black;
}

.wsu-svg-icon
{
	width: 1em !important;
	height: 1em !important;
	fill: currentColor;
	background-size: auto;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	overflow: visible;
	visibility: visible;
	display: block;
	clear: none;
	position: static;
	font-family: Inherit;
	font-weight: 400;
	font-style: normal;
	direction: ltr;
	list-style-type: disc;
	text-decoration: none;
	text-transform: none;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-right-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-left-width: 0px;
	border-left-style: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.wsu-div-block
{
	font-style: normal;
	direction: ltr;
	list-style-type: disc;
	text-decoration: none;
	text-transform: none;
	float: none;
	display: block;
	background-size: auto;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
	visibility: visible;
	clear: none;
	position: static;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-right-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-left-width: 0px;
	border-left-style: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}


span.head &gt; img{
    height: 2.5rem;
    margin-right: 10px;
}


.newssection {
	padding: 0px 5px 15px 5px;
    height: 60px;
    width: 100%;
    margin-top: 75px !important;
    text-align: center;
    text-transform: uppercase !important;
}

aside.callout &gt; h2.newssection {
    margin-top: 0px !important;
}


/* specific tweaks to the news submission form */

#gform_wrapper_1 #field_1_2, #gform_wrapper_1 #field_1_4 {
	display: inline-block;
    margin-right: 40px;
}
#gform_wrapper_1 #input_1_20 li {
	display: inline;
	margin-right: 20px;
}

.newsletter_collection__item {
	background-color: #e1e0df;
	padding: 0.875rem;
	flex: 0 1 32% !important;
}
.newsletter_collection__item:nth-child(even) {
	background-color: #f2f2f2;
}

.newsletter_collection__item li {
	white-space:nowrap;
    line-height: 1.1;
}

.newsletter_collection__item ul {
	margin-left: 1.25rem;
}

div.teaser__body {width:100%;}

.wp-block-table td, .wp-block-table th {
    padding: 1rem 1.25rem;
    border: #3b3b3b 1px solid;
    word-break: normal;
}

.wp-block-table thead {
    border-bottom: none;
}

.captioned-media .figure-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.single-wsu-newsletter .story-body &gt; .callout--tertiary &gt; .button_collection &gt; a.button {
    margin-bottom: 0.25em;
}

.single-wsu-newsletter .story-body &gt; .callout--tertiary &gt; .button_collection &gt; a.button &gt; svg.icon.button__trailing-icon {
    transform: rotate(45deg);
}

.news &gt; ul &gt; li {
    margin-bottom: 0.5rem;
}
.accordion-title:before {
	width: 30px; 
	height: 30px;
}
</pre></body></html>